.table-condensed{
    width: 100%;
}

.maincontent table td{
    width: 20px !important;
}

.datepicker-inline {
    width: 100%;
}

.datepicker.datepicker-inline th{
    width: auto;
}

.table-condensed{
    background-color: #f5f5f5;
    border-radius: 4px;
}

.datepicker-inline{
    padding: 0;
}

.table-condensed thead{
    border: 1px solid #f5f5f5;
    color: #0059a3;
    font-size: 16px;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
}

.legend_box.cal_selected { border-left: 15px solid #0059a3; }
.legend_box.cal_avail { border-left: 15px solid #008000; }
.legend_box.cal_none { border-left: 15px solid #f5f5f5; }
.notgeneraladm .legend_box.high_availability{border-left: 15px solid #008000;}
.notgeneraladm .legend_box.cal_avail{border-left: 15px solid #8D2380;}
.notgeneraladm .legend_box.low_availability{border-left: 15px solid #DDA516;}
.notgeneraladm .legend_box.no_availability{border-left: 15px solid #9D9C9C;}

.datepicker .day.high_availability:not(.disabled):not(.old):not(.today):not(.active) {
    color: #FFF;
    background-color: #008000;
    text-decoration: none;
}

.performance-time.highavailable{
    color: #FFF;
    background-color: #008000;
    text-decoration: none;

}
.performance-time.mediumavailable{
    color: #FFF;
    background-color: #008000;
    text-decoration: none;

}
.performance-time.lowavailable{
    color: #FFF;
    background-color: #008000;
    text-decoration: none;


}

.datepicker td, .datepicker th {
    border-radius: 0 !important;
}

.table-condensed td{
    border: 1px solid white;
}



.performance-time{
    border: none;
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    text-transform: uppercase;
}

#dateselected{
    color: #0059a3;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
}

.calendar-perf{
    padding: 0;
}
.performance-time.noavailable{
    color: #FFF;
    background-color:  #9D9C9C;
    text-decoration: none;



}

.maincontent :not(.table-condensed) tbody tr:hover {
    background: none !important;
}

.datepicker .day.medium_availability:not(.disabled):not(.old):not(.today):not(.active) {
    color: #FFF;
    background-color: #008000;
    text-decoration: none;
}

.datepicker .day.low_availability:not(.disabled):not(.old):not(.today):not(.active) {
    color: #FFF;
    background-color: #008000;
    text-decoration: none;
}

.datepicker .day.no_availability:not(.disabled):not(.old):not(.today):not(.active) {
    color: #393636;
    background-color: #f5f5f5;
    text-decoration: none;
}

.legend-container{
    margin-top: 20px;
    margin-bottom: 20px;
}

.calendar-titles{
    margin-bottom: 10px;
}

.datepicker table tr td.active.active{
    background-color: #0059a3 !important;

}
