.content a{
    color: #15629F;
}

.content a:hover{
    color: #133f70;
}

.alert.alert-primary a{
    color: #2b608c;
    text-decoration: underline;
    font-weight: 700;
}

table .sorted{
    background: #f7f7f7;
}

table th.sorted a{
    color: #325218;
}

.page-title{
    font-size: 1.5em;
    color: #7b7b7b;
    margin-left: 15px;
}

.fc-title {
    color: #fff;
}

.fc-time {
    display: none;

}

.room-indicator.calendar-indicator{
    width: 5px;
    height: 5px;
    display: inline-block;
}

.room-indicator.indicator_0{
    background: red;
}

.room-indicator.indicator_1{
    background: blue;
}

.room-indicator.indicator_2{
    background: violet;
}

.room-indicator.indicator_3{
    background: indigo;
}

.room-indicator.indicator_4{
    background: orangered;
}
.date-picker-wrapper{
    width: 96%;
}
.date-picker-wrapper .month-wrapper{
    width: 100% !important;
}
.date-picker-wrapper .month-wrapper .day{
    width: 39px;
    height: 39px;
}
.gap{
    display: inline-table;
}

.red-marker.checked.first-date-selected, .red-marker.checked.last-date-selected{
    background: #c62828 !important;
}

.red-marker.hovering, .red-marker.checked{
    background: #ef9a9a !important;
    color: #fff!important;
}

.green-marker.checked.first-date-selected, .green-marker.checked.last-date-selected{
    background: #00695c !important;
}

/*.first-date-selected{*/
    /*border-radius: 40% 0 0 40%;*/
/*}*/

/*.last-date-selected{*/
    /*border-radius: 0 40% 40% 0;*/
/*}*/

.green-marker.hovering, .green-marker.checked{
    background: #80cbc4 !important;
    color: #fff!important;
}

.date-available{
    color: #00695c!important;
    font-weight: bold;
}
.date-blocked{
    color: #c62828!important;
    font-weight: bold;
    background-image: linear-gradient(45deg, #ffffff 25%, #e0e0e0 25%, #e0e0e0 50%, #ffffff 50%, #ffffff 75%, #e0e0e0 75%, #e0e0e0 100%);
    background-size: 20.00px 20.00px;
}
.bbinn-date{
    color: #ff9800!important;
    font-weight: bold;
}

.legend .sample{
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #c3c3c3;
}

.date-picker-wrapper .date-range-length-tip{
    background-color: #333 !important ;
    color: #fff;
    padding: 3px !important;
    z-index: 99999 !important;
}

.default-top, tr.caption .month-name{
    color: #333;
    font-weight: bold;
}


.date-picker-wrapper .date-range-length-tip:after{
    border-top: 4px solid #333 !important;
}

.custom-control-label:before{
    background-color: #f9f9f9;
    border: 1px solid #054d77;
}

.custom-control-input:disabled~.custom-control-label{
    color: #333;
}

.availability-form .select2-container--default .select2-selection--single{
    height: 35px !important;
}

.availability-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px !important;
}

.availability-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px !important;
}

.availability-form .select2-container--default .select2-selection--single{
    border-radius: 0 !important;
}