#list-schedule-services .shedule-range
{
    margin-bottom: 10px;
    margin-top: 25px;
    font-size: 15px;
}

#list-schedule-services .shedule-day-title
{
    color: #883333;
    line-height: 15px;
    font-size: 16px;
}

#list-schedule-services .shedule-day-items
{
    padding-left: 0px;
}

#list-schedule-services a
{
    text-decoration: none;
}

#list-schedule-services .shedule-item
{
    margin-top: 5px;
    border-radius: 10px;
    background-color: #9C9C9C;
    border: 1px solid #fff;
    display: table;
    width: 100%;
    position: relative;
    cursor: pointer;
}

#list-schedule-services .shedule-item-text
{
    display: table-cell;
    padding: 5px 7px;
    color: #fff;
}

#list-schedule-services .shedule-day
{
    margin-bottom: 15px;
}


#list-schedule-services .shedule-item-date
{
    width: 120px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #bbb;
    padding: 6px 4px;
    min-width: 120px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px #888;
    border-radius: 9px 0px 0px 9px;    
    line-height: 19px;
}

#list-schedule-services .shedule-item-date span
{
    white-space: nowrap;
}

.shedule-item-title, .shedule-item-capacity
{
    line-height: 17px;
}

#list-schedule-services .shedule-item .btn-desc-shed
{
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    z-index: 100;
}

#list-schedule-services .modal-header
{
    padding: 8px;
    border-bottom: none;
}

#list-schedule-services .modal-header .close
{
    margin-top: -6px;
    font-size: 27px;
}

#list-schedule-services .service-item-meta .btn-popis-box
{
    position: relative;
    top: 0px;
    left: 5px;
}

#ajax-loader1{
    position: fixed;
     top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/circle_preloader2.GIF');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 0.7;
}

.cl-map-icon{
    font-size: 15px;
}

.icon-show-other{
    font-size: 12px;
}

#modal-showReservedPerson .modal-body{
    padding: 0px;
}

.reserved-person-list .list-group-item:last-child{
    padding-bottom: 0;
}

.reserved-person-list .list-group-item:first-child{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.reserved-person-list .list-group-item
{
    border:0px;
    padding: 3px 15px;
}

.reserved-person-list ul{
    /* margin-bottom: 0px; */
    border: 0px;
}

.reserved-person-list p{
    padding: 15px;
}

.shedule-item.disable-schedule-item{
    opacity: 0.4;
    pointer-events: none;    

}


