
.parent-service{
    display: flex;
    justify-content: space-between;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
}

.parent-service.up{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
}

.child-services{
    border: 1px solid #D9D9D9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.parent-service, .child-services *{
    cursor: pointer;
}

.user-service{
    padding-left: 0;
}

label.custom-control-label{
    padding: 10px;
    width: 100%;
}

.child-services .user-service:not(:last-child) label.custom-control-label{
    border-bottom: 1px solid #D9D9D9;
}

.custom-control {
    padding-left: 0;
}

.custom-control-label::before {
    top: 15px;
    left: 15px;
}

label.master-name{
    padding-left: 45px;
}

.service-label-caption{
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
}

.service-label-caption .duration{
    color: #969696;
}

.master-radio-block{
    padding-top: 10px;
    padding-bottom: 10px;
}

.master-radio-block, .master-radio-block *{
    cursor: pointer;
}

label.master-name{
    width: 100%;
}

.service-masters{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.calendar-block{
    max-width: 430px;
    margin: 20px auto;
}

#calendar td{
    border: none;
    padding: 5px 6px;
    text-align: center;
}

.day{
    padding: 5px;
    margin: 0 10px;
    cursor: pointer;
}

.day:not(.available){
    color: #969696;
}

.day div{
    border-radius: 5px;
    width: 30px;
    height: 30px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.day.selected div{
    border: 2px solid #5EB5F7;
    color: #5EB5F7;
}

.time{
    border: 1px solid #969696;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px 10px;
    width: 60px;
    text-align: center;
    cursor: pointer;
}

.time:not(.available){
    color: #969696;    
}

.time.selected{
    background: #28a745;
    border: #28a745;
    color: #FFFFFF;
}

.navigation{
    display: flex;
    justify-content: space-between;
}

.navigation a{
    cursor: pointer;
}

li.ui-menu-item div.description{
    font-size: 14px;
    color: #808080;
}

li.ui-menu-item:hover div.description{
    color: #FFF;
}

.service-time.form-control,
.service-cost.form-control{
    height: inherit;
    padding: 0;
    margin-left: 3px;
}

.service-time.form-control{
    width: inherit;
}

.service-cost.form-control{
    width: 51px;
}

.ui-dialog{
    width: 100% !important;
    max-width: 500px !important;
}





