.schedule-table {
    position: relative;
}
.shedule-submit {
    margin: 10px 0;
    text-align: right;
}
.schedule-table table {
    border-collapse: collapse;
    border-spacing: 0;
    hyphens: none;
    line-height: 23px;
    margin: 0;
    overflow: hidden;
    word-wrap: normal;
    table-layout: fixed;
    width: 100%;
}
.schedule-table tr {
    background-color: #fff;
    height: 100%;
}
.schedule-table tr:first-child {
    box-shadow: 0 3px 4px -5px rgba(0, 0, 0, 0.3) inset,
                0 -3px 4px -5px rgba(0, 0, 0, 0.3) inset;
}
.schedule-table table tr td,
.schedule-table table tr th {
    border: 0;
    height: 100%;
    margin: 0;
    min-width: 90px;
    text-align: center;
    text-transform: none;
    vertical-align: top;
}
.schedule-table table th {
    background: #ddd;
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    padding: 6px 0;
}
.schedule-table th .short-name {
    display: none;
}
.schedule-table table tr td {
    padding: 0 0 10px;
}
#rcl-office .schedule-table table td {
    border: none;
    padding: 0 0 10px;
    vertical-align: top;
}
#tab-booking-visitor .schedule-table table th {
    border: none;
    padding: 8px;
    text-align: center;
}
.schedule-table .shedule-day .day-box {
    height: 100%;
    min-height: 110px;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
#subtab-shedule-editor .shedule-day .day-box:hover {
    background: #f1f1f1;
}
.schedule-table .shedule-day .day-box.not-empty:hover {
    background: #f1f1f1 none repeat scroll 0 0;
    box-shadow: 3px 4px 7px -2px rgba(0, 0, 0, 0.3),
               -1px -3px 6px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(-4px);
    transition: all 0.4s ease 0s;
    z-index: 2;
}
.schedule-table table td.checked .day-box,
#subtab-shedule-editor table td.checked .day-box:hover {
    background: #d7e2e8;
}
.schedule-table .shedule-day-6 .day-box.empty-box,
.schedule-table .shedule-day-7 .day-box.empty-box,
.schedule-table .shedule-day .day-box.empty-box:hover,
#boovi-shedule .shedule-day .day-box.empty-box:hover {
    background: none;
    box-shadow: none;
}
.schedule-table .shedule-day .day-box label {
    cursor: pointer;
    display: block;
    height: 100%;
    margin: 0;
    min-height: 110px;
    width: 100%;
}
.schedule-table .shedule-day a {
    color: inherit;
    display: block;
    height: 100%;
    text-decoration: none;
}
.schedule-table .shedule-day .day-date {
    background: rgba(204, 204, 204, 0.4);
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 2px;
    text-align: center;
	font-size: 13px;
}
.schedule-table .shedule-day .day-box:hover .day-date {
    color: rgb(218, 30, 30);
}
.schedule-table .shedule-day .day-box .events-list {
    padding: 10px 5px;
    text-align: center;
}
.schedule-table .shedule-day .day-box label input[type="checkbox"] {
    opacity: 0;
}
.schedule-table .shedule-day .shedule-event {
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 10px;
    margin: 2px;
    padding: 2px;
}
.schedule-table .shedule-day .status-closed {
    background: #feffd2;
}
.schedule-table .shedule-day .status-open {
    background: #e7ffe5;
    border-color: #a3ccb8;
    position: relative;
}
.schedule-table .shedule-day .status-open::after {
    border-color: transparent #a3ccb8 transparent transparent;
    border-style: solid;
    border-width: 0 8px 8px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.schedule-table .shedule-day-6 .day-box {
    background: #e8ddbc;
}
#boovi-shedule .shedule-day-6 .day-box:hover,
.schedule-table .shedule-day-6 .day-box.not-empty:hover {
    background: #f0d39f;
}
.schedule-table .shedule-day-6 .day-date {
    background-color: #e0d5b4;
}
.schedule-table .shedule-day-7 .day-box {
    background: #ffc1bc;
}
#boovi-shedule .shedule-day-7 .day-box:hover,
.schedule-table .shedule-day-7 .day-box.not-empty:hover {
    background: #f2a4a4;
}
.schedule-table .shedule-day-7 .day-date {
    background-color: #f2b4af;
}
.ssi-modalOuter.boovi-shedule .ssi-modalWindow {
    border-radius: 3px;
    min-width: 450px;
}
.ssi-modalOuter.boovi-shedule .ssi-modalTitle {
    font-size: 21px;
}
.ssi-modalOuter.boovi-shedule p {
    margin: 0;
    padding: 10px;
}
.ssi-modalOuter.boovi-shedule p.rcl-custom-fields {
    padding: 0;
}
.boovi-shedule-times {
    min-width: 370px;
}
.boovi-shedule-times .shedule-time {
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    box-sizing: border-box;
    height: 40px;
    line-height: 24px;
    margin: 10px 0;
    padding: 5px 8px;
    position: relative;
}
.shedule-time .ui-slider {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset,
                0 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    display: inline-block;
    margin: 0;
    height: 10px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 320px;
}
.shedule-time .ui-slider .ui-slider-handle {
    background: -webkit-linear-gradient(top, #fff, #ddd);
    background: linear-gradient(to bottom, #fff, #ddd);
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4),
                0 8px 6px rgba(0, 0, 0, 0.1);
    cursor: ew-resize;
    margin-left: -.6em;
    position: absolute;
    top: -4px;
    -ms-touch-action: none;
    touch-action: none;
    height: 18px;
    width: 18px;
    z-index: 2;
}
.boovi-shedule-times .shedule-time .event-time {
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
}
.boovi-shedule-times .shedule-time .time-edit {
    bottom: 7px;
    font-size: 18px;
    position: absolute;
    right: 7px;
}
.boovi-shedule-times .shedule-time .time-edit .fa-minus {
    color: rgb(218, 30, 30);
}
.boovi-shedule-times .shedule-time .time-edit .fa-plus {
    color: rgb(99, 170, 0);
}
.boovi-record-form .record-field {
    margin: 10px 0;
}
.boovi-record-form .record-field label{
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.boovi-record-form .record-field select,
.boovi-record-form .record-field textarea{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    height: auto;
    line-height: 1.4;
    margin: 0 0 5px;
    outline: medium none;
    padding: 6px 8px;
    text-transform: none;
    width:100%
}
.boovi-record-form .record-field textarea{
    min-height: 100px;
}
.boovi-buttons-box {
    background: transparent;
    margin: 5px 0;
    padding: 5px;
    text-align: right;
}
#tab-booking-visitor .boovi-search-form form input[type="text"] {
    background: #fff;
    border-radius: 0;
    box-sizing: border-box;
    height: auto;
    outline: none;
    text-transform: none;
    vertical-align: middle;
    width: 160px;
}
.boovi-search-form form input[type="submit"]{
    margin: 0 0 0 10px;
    padding: 6px 8px;
    vertical-align: middle;
}
.boovi-records-history .boovi-record {
    background: #f7f8f8;
    margin: 10px 0;
    padding: 10px;
}
.boovi-records-history .boovi-record .userlist {
    background: #fff;
}
.boovi-records-history .boovi-record .userlist .user-single {
    background: none;
    box-shadow: none;
}
.boovi-records-history .boovi-record .event-manage {
    text-align: right;
}
.boovi-records-history .boovi-record .event-manage a {
    margin:5px;
}
.boovi-records-history .boovi-record .record-master {
    text-transform: uppercase;
    margin-top: 10px;
}
@media screen and (max-width:667px) {
    .schedule-table th .long-name {
        display: none;
    }
    .schedule-table th .short-name {
        display: block;
        font-size: 17px;
    }
}
@media screen and (max-width:460px) {
    .schedule-table .shedule-day .day-date {
        min-height: 52px;
        padding: 3px 10px;
    }
    .ssi-modalOuter.boovi-shedule .ssi-modalWindow {
        min-width: 350px;
    }
    .ssi-modalOuter.boovi-shedule .boovi-shedule-times {
        min-width: 320px;
    }
    .ssi-modalOuter.boovi-shedule .shedule-time .ui-slider {
        width: 220px;
    }
}