.calendar-table {
    border-spacing: 0px;
    background: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.calendar-table th,.calendar-table td {
    border: #000 1px solid;
    border-width: 0 1px 1px 0;
    padding: 2px;
}
.calendar-table tr {
    
}

.schedule-table td, .schedule-table th {
    height: 20px;
    line-height: 15px; /* has to be 5px smaller then height (4px padding + 1 border) */
    font-size: 15px;
}
.week-calendar {
    width: 100%;
}
.week-calendar .first-column {
    width: 10%;
}
.week-calendar td {
    width: 12.85%;
}
.no-bottom-border {
    border-bottom: 0 !important;
}
.top-border td, .top-border th {
    border-top-width: 1px !important;
}
th:first-child, td:first-child  {
    border-left-width: 1px !important;
}
td.disactive {
    background-color: #ccc;
}
td.reserved {
    background-color: #a94442;
}
td.reserve-partial {
    background-image: url('/img/reserved.jpg');
    background-repeat:no-repeat;
}
td.disactive.reserved {
    background-color: #ebccd1;
}
.holiday {
    color: #b81f0f;
}
.namesDay {
    font-size: 0.8em;
}
.blue-bg {
    background: #133757;
    color: #fff;
}
#new-reservation {
    position: absolute;
    height: 60px;
    background: #dff0d8;
    border-radius: 5px;
    width: 12.85%;
    top: 0;
    border: 1px #d6e9c6 solid;
    color: #3c763d;
    box-shadow: 5px 5px 10px 0 #3c763d;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    font-size: 0.8em;
}
#scroll {
    font-size: 12px;
    height: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    cursor:s-resize;
}
#reserve-btn {
    width: 40%;
    float: left;
    padding: 3px;
    border-radius: 8px;
    margin-top: 5px;
    background-color: #ffffff;
            
}
#new-reservation-text {
    width: 60%;
    float: left;
}
.calendar-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.calendar-content {
    width: 400%;
    transition: margin-left 1.5s;
}
.calendar {
    float: left;
    width: 25%;
    padding: 0 20px;
    margin-top: 40px;
}
.arrow {
    position: absolute;
    cursor: pointer;
    top: 0;
}
#arrow-left {
    left: 45%;
}
#arrow-right {
    left: 55%;
}