
/*Библиотека календаря*/
.calendar-schedule {
    /*width:820px;*/
    border: 1px solid #f3a12b;
    padding: 6px;
}

#calendar {
    width: 100%;
    font: monospace;
    line-height: 1.2em;
    font-size: 15px;
    text-align: center;
}

#calendar thead tr:last-child {
    font-size: small;
    color: rgb(85, 85, 85);
}

#calendar thead tr:nth-child(1) td:nth-child(2) {
    color: rgb(50, 50, 50);
}

#calendar thead tr:nth-child(1) td:nth-child(1):hover, #calendar thead tr:nth-child(1) td:nth-child(3):hover {
    cursor: pointer;
}

#calendar tbody td {
    color: rgb(44, 86, 122);
}

#calendar tbody td:nth-child(n+6), #calendar .holiday {
    color: #8e1c13;
}

#calendar tbody td.today {
    /*background: #f3a12b;*/
    color: red;
    /*font-size: 16px;*/
    font-weight: bold;
}

.scheduleday {
    background-color: yellow;
    /*color: white!important;*/
}

.defaulday {
    background-color: white !important;
}

.comment {
    background-color: #bfd9f1;
}

.tdcomment {
    color: red;
}

.sheduled {
    background-color: yellow !important;
    width: 68px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;

}

.sheduled-paid {
    background-color: green;
    width: 68px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.sheduled-disease {
    background-color: #abc3ff;
    width: 68px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.shedule-name {
    vertical-align: middle;
}

.main-sheduled {
    margin-bottom: 10px;
    margin-top: 10px;
}

