#time-slots{
    max-width: 100%;
}

.list-group-item.checked.icon-ok .status{
    color: #fff;
}

.list-group-item.time{
    cursor: pointer;
}
.list-group-item.time.checked {
    background-color: #1ac07a;
    color: #fff;
}
.list-group-item.time .name{
    margin-left: 17px;
}
.ap-tab-content .list-group-item .status{
    color: #d8d8d8;
    position: absolute;
    left: .4rem;
    top: 50%;
    margin-top: -11px;
}

.itb-checked {
    color: #1ac07a;
}
.disabled-element {
    pointer-events: none;
    opacity: 0.4;
}
#freeDatesCalendar h2{
    font-size: 1.1rem;
    line-height: 1.9rem;
    color: #6c757d;
}

#freeDatesCalendar .fc-button{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    height: auto;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
}

#freeDatesCalendar .fc-button:not(.fc-state-disabled):hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

#freeDatesCalendar .fc-button.focus,
#freeDatesCalendar .fc-button:focus{
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108,117,125,.5);
}

#freeDatesCalendar .fc-body .fc-row{
    height: 50px !important;
}

#freeDatesCalendar .fc-day.fc-past{
    height: 100%;
    background: #f5f5f5;
}

#freeDatesCalendar .fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td{
    border-color: #ddd;
}

#freeDatesCalendar .fc-bgevent{
    background: #d5ffd5;
    opacity: 1;
}

#freeDatesModal p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fc-day-top.ap-selected-date{
    background: #1ac07a!important;
    color: #fff;
    height: 64px;
}

.use_all_dates, .only_special_dates{
    line-height: 300%;
}
#all-dates-wrapper, #special-dates-wrapper{
    cursor: pointer;
}
.all-dates-bg-checked{
    background-color: #1ac07a;
    border-color: #1ac07a;
    color: #fff!important;
}