.datepicker {
    font-size: 17px;
    font-family: "Raleway", sans-serif;
}
.disabled {
    text-decoration: line-through;
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    color: #405FC4;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
#loading {
    width: 50px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
    color: #405FC4;
}
#filter-field:focus{
    background-color: #fff !important;
}
.text-black{
    color: #000 !important;
}
#office-list li:hover{
    background-color: #ddd;
}

#tloading {
    width: 450px;
    height: 35px;
    position: absolute;
    top: 60%;
    left: 31%;
    margin: -28px 0 0 -25px;
    color: #721F17;
    font-size: 22px;
    font-weight: bold;
}
body {
    overflow-x: hidden;
}
.off-canvas {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    transform: translateX(-100%);
    transition: .4s ease-in-out;
    z-index: 1060;
}
.off-canvas-active .off-canvas {
    transform: translateX(0);
}
.navbar-fixed-top {
    transition: .4s ease-in-out;
    width: 100%;
}
.page-wrapper {
    padding-top: 50px;
    transition: .4s ease-in-out;
}
.off-canvas-active .page-wrapper,
.off-canvas-active .navbar-fixed-top {
    transform: translateX(300px);
}
.list-group {
    padding: 20px;
}
.off-canvas-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1050;
    visibility: hidden;
    opacity: 0;
    transition: .4s ease-in-out;
}
.off-canvas-active .off-canvas-overlay {
    opacity: 1;
    visibility: visible;
}