#calendar thead th {
    vertical-align: middle !important;
    text-transform: uppercase;
}

#calendar thead th:nth-child(even) {
    background: lightgrey;
}

#calendar thead tr.fc-chrono th:nth-child(even) {
    background: white;
}

.fc-timelineWeekDetail-view a {
    height: 100%;
}

.fc-timelineWeekDetail-view a .fc-title {
    font-size: 15px !important;
    top: -4px !important;
}

.activeXS {
    display: none !important;
}

.fc-day-grid .fc-title {
    font-size: 18px;
}

#ui-datepicker-div {
    position: absolute;
    top: 228px !important;
    /* left: 45px; */
    z-index: 1;
    display: block;
}

.ui-widget-header {
    background: rgb(39, 160, 190) 50% 50% !important;
    border-color: rgb(28, 126, 150) !important;
}

#ui-datepicker-div {
    z-index: 999999 !important;
}

.ct-label {
    font-size: 1.1em !important;
}

.fc-datePicker-button {
    background: #fff !important;
    color: #06718c !important;
}

.fa-check, .fa-filter {
    display: inline-block;
}

.fc-toolbar {
    margin-bottom: 0;
    padding: 5px 10px;
}

.inactivo .fa-calendar {
    display: none !important;
}

.dropdown-menu .fa-users {
    display: inline-block;
    vertical-align: middle;
}

.maincontainer .mainrow {
    margin-top: 0px;
}

.whiteColumn {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
}

/* XS */
@media (max-width: 768px) {

    .activeXS {
        display: block !important;
    }
}

.expiration_holder{
    background-color: aliceblue;
    border: 1px solid;
    padding-bottom: 10px;
}

.alert-dates{
    font-size: 12px; padding: 5px; text-align: center; background-color: red; color: #fff !important; text-decoration: underline; text-align: left;
}