

.calendarLoader {
    background-color: #e3e3e3;
    background-image: url('/images/icons/loading-on-white.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;	
}
.calendarControls button{
    color: white;
}

.weekCol{
    padding: 0px;
}

.calDate:not(.unavailable){
    cursor: pointer;
}
.calDate.unavailable{
    cursor: not-allowed;
}

.calDate{
    background-color: #f4f4f4;
    padding: 5px;
    color: black;
    border: 1px solid black;
    height: 50px;
    text-align: center;
}

.calHeader{
    background-color: #ed6d19;
    color: white;
    padding: 5px;
    font-weight: bold;
    border: 1px solid black;
    height: 32px;
}

.topBorder{
    border-top: 1px solid black;
}
.leftBorder{
    border-left: 1px solid black;
}

.unavailable{
    background-color: #cccccc;
}

.dateGrid{
    margin-top: 15px;
}
.selectedDate{
    background-color: #4cb963;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }



}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }

}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.col-xs-10ths,
.col-sm-10ths,
.col-md-10ths,
.col-lg-10ths {
    position: relative;
    min-height: 1px;
}

.col-xs-10ths {
    width: 10%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-10ths {
        width: 10%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-10ths {
        width: 10%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-10ths {
        width: 10%;
        float: left;
    }
}