.main-row {
    margin-top: 1rem;
}

.error-list > li {
    background-color: #F2DEDE !important;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 70px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

textarea {
    padding: 5px !important;
}

.btn {
    margin: 0px !important;
}

.list-index > li {
    margin-left: 2.5rem;
    list-style-type: circle;
}

.fos_user_user_show {
    float: none;
    margin: 0 auto;
}
.shifts li {
    padding: 0.5rem;
    background-color: rgba(3, 169, 244, 0.05);
    margin-top: 1rem;
}

.shifts li:nth-child(even)  {
    background-color: rgba(96, 125, 139, 0.05);
}

.drag-handle {
    cursor: pointer;
}

.add_shift_link {
    margin-top: 0.5rem !important;
}

.shift-card {
    margin-bottom: 2rem;
}

.alias-li {
    padding: .5rem 1rem;
}

.card-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.card {
    padding: .8rem;
}

.enroll-btn {
    width: 100%;
}

#plan-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.progress {
    margin-bottom: .8rem;
}

.people-list {
    margin-top: .8rem;
}