
.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;
}

