
.lbldate {
    font-size: 11px;
}
.weekheader {
    background-color: #8DBFF2;  
    padding: 10px 20px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #eee;
}
.weekdays {
    padding: 5px 5px 20px 5px;
    font-weight: bold;
    color: #666;
    border: 1px solid #eee;
    min-height: 65px;
    max-height: 65px;
    cursor: pointer;
}

.weekdays:hover, .weekend:hover {
    background-color: #bbd9f7;
}

.weekend {
    padding: 5px 5px 20px 5px;
    font-weight: bold;
    color: #666;
    border: 1px solid #eee;
    min-height: 65px;
    max-height: 65px;
    cursor: pointer;
}

.spn-complete {
    color: #008000;
}

.spn-incomplete {
    color: red;
}

.date-disabled {
    background-color: #DFDFDF;
}

.off-date > label {
    color: #DFDFDF;
}

.calendar {
    border: 1px solid #8DBFF2;
    padding: 0px;
    margin: 0px;
}

.iconsv {
    margin-right: 10px;
}

.iconsv:hover {
    color: #1976D2;
}

.panel-title {
    font-size: 14px !important;
}

.checkedout {
    color: #FF0000;
    cursor: pointer;
}

.checkedin {
    color: #008000;
    cursor: pointer;
}

#location.table {
    margin-bottom: 0px;
}

.dashboard-panel {
    border: 1px solid #F5F5F5;
    border-radius: 4px;
    padding: 10px 5px 5px 5px;
    margin-bottom: 10px;
}

.huge span {
    color: #5F5F5F;
}

.online-consultant {
    padding: 0px;
}

.online-consultant li:hover {
    border-radius: 2px;
    background-color: #dfdfdf;
}

.online-consultant li {
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    margin-top: 7px;
    margin-left: 5px;
}

.online-consultant .online {
    color: green;
    font-weight: bold;
}

.online-consultant .offline {
    color: #666;
}

a:hover {
    color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #D9D9D9;
}

div.fc a:hover {
    color: initial;
}

div.fc a {
    text-decoration: none;
    color: initial;
}

.accordion {
    background-color: #eee;
    color: green;
    font-weight: bold;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 10px;
    border-radius: 4px;
}

#spn-online-consultant.active,
.accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#spn-online-consultant.active:after {
    content: "\2212";
}

.panel-accordion {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 10px;
}

.lbldate {
    font-size: 11px;
}

.weekheader {
    background-color: #8DBFF2;
    padding: 10px 20px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #eee;
}

.weekdays {
    padding: 5px 5px 20px 5px;
    font-weight: bold;
    color: #666;
    border: 1px solid #eee;
    min-height: 65px;
    max-height: 65px;
    cursor: pointer;
}

/*
    .weekdays:hover, .weekend:hover {
        background-color: #f2f2f2;
    }*/

.weekend {
    padding: 5px 5px 20px 5px;
    font-weight: bold;
    color: #666;
    border: 1px solid #eee;
    min-height: 65px;
    max-height: 65px;
    cursor: pointer;
}

.spn-complete {
    color: #008000;
    font-size: 10px;
}

.spnticket {
    color: #FF5500;
    font-size: 10px;
}

.wsched {
    background: #BBD9F7;
}

.spn-incomplete {
    color: red;
    font-size: 10px;
}

.date-disabled {
    background-color: #DFDFDF;
}

.off-date>label {
    color: #DFDFDF;
}

.calendar {
    border: 1px solid #8DBFF2;
    padding: 0px;
    margin: 0px;
}

.spnticketday {
    margin-top: 2px;
    color: #1976D2;
}

.spndtrday {
    font-size: 12px;
}

.orange {
    color: #F76300;
}

.green {
    color: #008000;
}

.red {
    color: red;
}