.schedule-rows td {
    width: 55px;
    height:10px;
    margin: 3px;
    padding: 0px;
    background-color: #ffffff;
    cursor: pointer;
    line-height: 14px;
    font-size: 0px;
}

.schedule-rows td:first-child {

    background-color: transparent;
    text-align: center;
    position: relative;
    top: 0px;
    max-width: 0px;
    border: 1px solid #eaeaea;
    font-size: 13px;
}



.schedule-rows td[data-selected], .schedule-rows td[data-selecting] { background-color: #577f92; }

.schedule-rows td[data-disabled] { opacity: 0.55; }

#weekly-schedule{
    height: auto !important;
    width: 100% !important;
    margin-bottom: 30px;
}

.schedule-table{
    width: 98.2%;
}

.time-slot,.tlme-slot,.tyme-slot,.tine-slot{

    border: 1px solid #eaeaea;
}

.tlme-slot{background-color: #f6b067 !important;}

.schedule-header th{
    text-align: center;
    /* background-color: #37ACFB; */
    color: #5a5a5a;
    font-weight: 300;
    border: 1px solid #eaeaea;
}

.schedule-header th:first-child{
    background-color: #FFFFFF;
    border: none;
    border: 1px solid #eaeaea;
}


.time-label{
    line-height: 25px;
    max-width: 80px !important;
    width: 22px !important;

}

.schedule-header th:first-child:after{

    content: 'زمان کاری';
}

.work-time:first-child{

    margin-right: 10px;
}

.work-time-input{

    height: 30px !important;
    width: 40px;

}

.add-times,.clear-times{

    width: 70px;
    height: 30px;
    font-size: 13px;
    line-height: 28px;
    border-radius: 4px;
    background-color: #37ACFB;
    color: #FFFFFF !important;
    display: block;
    float: right;
    text-align: center;
    cursor: pointer;
}

.clear-times{
    background-color: #fb4c47;
    margin-right: 10px;

}
.schedule-rows td:after{
    content: ' ';
}