.calendar-header, .calendar table tr, .calendar-hour-column {
    color: #000;
    font-weight: 500;
}

.calendar-navbar {
    /*display: none !important;*/
    border-top: none !important;

}

.calendar {
    margin-top: 10px !important;
}

.calendar h1 {
    text-align: center;
    font-size: 24px;
    color: #212121;
    margin-bottom: 40px;
    font-weight: 300;
}


.calendar .container {
    width: 100%;
    border: 0;
    padding: 0px !important;
    /*padding: 10px 15px;*/
    /*max-width: 900px;*/
}

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

.btn-group.view-mode {
    float: right;
}

.btn-group.today-btn {
    float: left;
    margin: 0 !important;
}

/*.btn:not([disabled]) {*/
/*border: 0;*/
/*background-color:  #e8e8e8;*/
/*}*/

/*.btn.active {*/
/*color: #fff;*/
/*background: #212121;*/
/*box-shadow: none;*/
/*}*/

.calendar-navbar button.btn-sm {

    background: url('../images/calendar-arrow.png') no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    margin-top: 37px;
}

.material-icons {
    vertical-align: bottom !important;
}

.nav-left {
    width: 10% !important;
}

.calendar-navbar .nav-right button.btn-sm {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(180deg);
}

.weekview-allday-table {
    display: none !important;
}

.calendar .scrollable {
    display: none;
    height: auto !important;
}

.calendar .well {
    padding: 0;
    background: #fff;
    border: 0;
}

.calendar-navbar {
    margin: 0;
    background: #fff;
    padding: 15px 0;
    font-size: 20px;
    border-top: 1px solid rgba(0, 0, 0, .12);

}

.calendar-header {
    margin-top: 15px;
    color: #212121;
    font-size: 24px;
    font-weight: normal;
    padding-top: 0;
    width: 80%;
}

.day .calendar-header {
    font-size: 20px;
}

.calendar-header span {
    color: #999999;
    display: block;
    font-size: 20px;
    margin-top: -3px;
}

/*.calendar-navbar button, .calendar-navbar button:hover, .calendar-navbar button:focus {*/
/*border: 0; background: transparent;*/
/*color: rgba(0, 0, 0, 0.87);*/
/*}*/

.calendar th {
    background: rgba(0, 0, 0, .02);
    border: 0;
}

.table-bordered {
    margin: 0;
}

.table-bordered td:not(.calendar-hour-column), .table-bordered th:not(.calendar-hour-column) {
    border-bottom: 0 !important;
}

.calendar-event-inner {
    font-size: 10px;
}

.calendar-event-inner:before {
    content: '';
    height: 11px;
    width: 11px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 8px;
}

.calendar-event-inner.open {
    background: #249a00;
}

.calendar-event-inner.loading {
    background: url(../images/loader.gif) no-repeat center #249a00;
    background-size: contain;
}

.calendar-event-inner.waiting-for-approval {
    background: #ecb700;
}

.calendar-event-inner.approved {
    background: #2196f3;
}

.calendar-event-inner.cancelled {
    background: #d32f2f;
}

.calendar-page-header {
    background: #212121;
    text-align: center;
    padding: 15px 0;
}

.calendar .profile-pic-placeholder-content {
    font-size: 34px;
    width: 70px;
    height: 68px;
}

.user-name-calendar {
    font-size: 24px;
    color: #fff;
}

.colors-key {
    text-align: right;
    padding-bottom: 30px;
    margin-top: 15px;
}

.colors-key span {
    margin-left: 20px;
    padding-right: 17px;
    color: #9e9e9e;
    position: relative;
    font-size: 14px;
    display: inline-block;
    float: right;

}

.colors-key span:before {
    content: '';
    height: 11px;
    width: 11px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 6px;
}

.colors-key span.free:before {
    background: #249a00;
}

.colors-key span.waiting:before {
    background: #ecb700;
}

.colors-key span.approved:before {
    background: #2196f3;
}

.colors-key span.cancel:before {
    background: #d32f2f;
}

th, td.calendar-hour-column {
    background: white !important;
    color: #797979 !important;
    font-weight: 300;
}

th.today {
    background: #cae5ff !important;
}

.calendar-hour-column {
    padding: 5px !important;
    width: 50px;
    line-height: normal;
    border-bottom: 1px solid #fff !important;
}

.calendar-hour-column:last-child {
    border-bottom: 1px solid #ddd !important;

}

.weekview-header-label {
    line-height: 14px !important;
}

.day .calendar-hour-column {

}

.table-bordered.weekview-header {
    border-bottom: 0;
}

.date {
    text-align: center;
}

.calendar-event {
    width: 100% !important;
    left: 0 !important;
}

.booking-loader {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: green;
    z-index: 100;
    background: url('../images/ajax-loader.gif') no-repeat center rgba(78, 78, 78, 0.9);
    /*background-size: contain;*/
}

.approve-scheduling-wrapper .form-error {
    padding: 30px 5px;
}

/*.profile-pic {*/
/*width: 100px;*/
/*}*/

.profile-pic img {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 80px;
}

.fc-today {
    background: #FFF !important;
    color: #212529 !important;
    border-top: 1px solid #ddd !important;
    font-weight: bold;
}