.booking8HVI8WCnaV {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.booking8HVI8WCnaV.booking--horizontal .calendar8HVI8WCnaV{
    max-width: 500px;
}
.booking8HVI8WCnaV.booking--vertical .games8HVI8WCnaV .rooms > .slots .times{
    align-items: baseline;
}

@media screen and (max-width: 1000px) {
    .booking8HVI8WCnaV.booking--horizontal .calendar8HVI8WCnaV{
        margin-bottom: 30px;
    }
}

.calendar8HVI8WCnaV {
    font-size: 16px;
    max-width: 500px;
}

.calendar8HVI8WCnaV .fc-toolbar {
    font-size: 1em;
    margin-bottom: 0px;
    background: #d71818;
    border-color: #d71818;
    color: #ffffff;
    text-align: center;
    line-height: 100%;
}

.calendar8HVI8WCnaV .fc-toolbar h2 {
    font-size: 1em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0.5em 0px 0.25em 0px;
    line-height: 100%;
}

.calendar8HVI8WCnaV .fc-toolbar .fc-prev-button,
.calendar8HVI8WCnaV .fc-toolbar .fc-next-button {
    background: none;
    border: none;
    height: 2em;
    margin: 0.1em;
    font-size: 0.8em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.calendar8HVI8WCnaV .fc-toolbar .fc-prev-button span,
.calendar8HVI8WCnaV .fc-toolbar .fc-next-button span {
    color: #ffffff;
    top: 0.1em;
    font-size: 1em;
    margin: 0 0.2em;
}

.calendar8HVI8WCnaV .fc-widget-header .fc-day-header {
    background: #000;
    font-size: 0.7em;
    color: #ffffff;
    font-weight: normal;
    padding: .4em 0;
    border-color: #fff;
}

.calendar8HVI8WCnaV .fc-view-container .fc-head .fc-head-container {
    border-color: #fff;
}

.calendar8HVI8WCnaV .fc-widget-content .fc-day-grid-container .fc-bg .fc-past {
    background: #f5f5f5;
    cursor: not-allowed;
}

.calendar8HVI8WCnaV .fc-widget-content .fc-day-grid-container .fc-bg .fc-today {
    background: #006917;
}

.calendar8HVI8WCnaV .fc-widget-content .fc-day-grid-container .fc-content-skeleton {
    height: 100%;
    padding: 0px;
    border: none;
}

.calendar8HVI8WCnaV .fc-widget-content .fc-day-grid-container .fc-content-skeleton > table {
    height: 100%;
}

.calendar8HVI8WCnaV .fc-widget-content .fc-day-grid-container .fc-content-skeleton > table tbody {
    display: none;
}

.calendar8HVI8WCnaV .fc-widget-content .fc-day-grid-container .fc-content-skeleton .fc-day-top {
    text-align: center;
}

.calendar8HVI8WCnaV .fc-widget-content .fc-day-grid-container .fc-content-skeleton .fc-day-top .fc-day-number {
    float: none;
    cursor: pointer;
    position: relative;
    padding: 0.66em;
    display: inline-block;
    line-height: 100%;
    border-radius: 100%;
    transition: background-color .3s linear;
}

.calendar8HVI8WCnaV.fc th, .calendar8HVI8WCnaV.fc td {
    vertical-align: middle;
}

.calendar8HVI8WCnaV .fc-widget-content .fc-day-grid-container .fc-content-skeleton .fc-day-top.fc-today .fc-day-number {
    color: #ffffff;
    border: 1px solid #d71818;
}

.calendar8HVI8WCnaV .fc-widget-content .fc-day-grid-container .fc-content-skeleton .fc-day-top.fc-today .fc-day-number:hover,
.calendar8HVI8WCnaV .fc-widget-content .fc-day-grid-container .fc-content-skeleton .fc-day-top.fc-future .fc-day-number:hover,
.calendar8HVI8WCnaV .fc-widget-content .fc-day-grid-container .fc-content-skeleton .fc-day-top.fc-today .fc-day-number.fc-day-number-selected,
.calendar8HVI8WCnaV .fc-widget-content .fc-day-grid-container .fc-content-skeleton .fc-day-top.fc-future .fc-day-number.fc-day-number-selected {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #d71818;
    color: #ffffff;
}

.calendar8HVI8WCnaV .fc-widget-content .fc-day-grid-container .fc-content-skeleton .fc-day-top.fc-past {
    color: #cccccc;
    cursor: not-allowed;
}

.calendar8HVI8WCnaV .fc-widget-content .fc-day-grid-container .fc-content-skeleton .fc-day-top.fc-day-top.fc-other-month {
    opacity: 0.3;
}

.games8HVI8WCnaV ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.games8HVI8WCnaV .empty {
    padding: 20px;
    text-align: center;
}

.games8HVI8WCnaV .rooms > .title {
    font-size: 1.2em;
    text-align: left;
}

.games8HVI8WCnaV .rooms > .slots .price {
    font-size: 1em;
    color: #f00;
    text-align: left;
    font-weight: bold;
}

.games8HVI8WCnaV .rooms > .slots .times {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.games8HVI8WCnaV .rooms > .slots .times > ul {

}

.games8HVI8WCnaV .rooms > .slots .times .time {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 10px 15px;
    font-size: 0.9em;
    color: #000;
    background: #55ad68;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color .3s linear;
}

.games8HVI8WCnaV .rooms > .slots .times .time[data-slot-disabled='true'] {
    opacity: .5;
    background-color: #FFAF9E;
    pointer-events: none;
}

.games8HVI8WCnaV .rooms > .slots .times .time.booked {
    cursor: not-allowed;
    background: #efefef;
}

.games8HVI8WCnaV .rooms > .slots .times .time:hover {
    background: D71818;
}

.games8HVI8WCnaV .rooms > .slots .times .time:active {
    position: relative;
    top: 1px;
}

.games8HVI8WCnaV .rooms > .slots .times .time.booked:hover {
    background: #efefef;
}

.book8HVI8WCnaV .close {
    width: 16px;
    height: 16px;
    background-image: url("/calendar/images/ui-icons_777777_256x240.png");
    background-position: -96px -128px;
    display: block;
    top:-17px;
    float: right;
    position: relative;
    right: -21px;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    font-weight: normal;
    color: #454545;
}

.book8HVI8WCnaV.ui-dialog-content {
    background: #f5f5f5;
    padding: 25px 30px;
}

.book8HVI8WCnaV .form .label {
    color: #666;
    display: block;
    text-align: left;
    white-space: normal;
    font-size: 14px;
    padding: 10px 0px 2px 0px;
    font-weight: 700;
}

.book8HVI8WCnaV .form .label.more {
    padding-top: 14px;
    padding-bottom: 6px;
}

.book8HVI8WCnaV .form .slot {
    font-size: 13px;
    background: #fff;
    padding: 13px 16px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.book8HVI8WCnaV .form .slot span {
    display: block;
    padding: 2px 0px;
    font-size: 14px;
}

.book8HVI8WCnaV .form .slot span.price {
    color: #15c630;
}

.book8HVI8WCnaV .form .slot span.title {
    font-weight: bold;
}

.book8HVI8WCnaV .form .slot span.dates {
    color: #333;
}

.book8HVI8WCnaV .form .label span {
    font-size: 22px;
    color: #e35656;
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 5px;
    top: 8px;
}

.book8HVI8WCnaV .form .label a {
    color: #15c630;
}

.book8HVI8WCnaV .form .field {
    padding: 9px 12px;
    font-size: 13px;
    width: 100%;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.book8HVI8WCnaV .form .left {
    width: 45%;
    float: left;
}

.book8HVI8WCnaV .form .right {
    width: 45%;
    float: right;
}

.book8HVI8WCnaV .form .clear {
    clear: both;
}

.book8HVI8WCnaV .form .checkbox {
    display: block;
}

.book8HVI8WCnaV .form .checkbox .check {
    float: left;
    position: inherit;
    margin: 11px 0px 0px 0px;
}

.book8HVI8WCnaV .form .checkbox .label {
    float: left;
    width: 90%;
    margin-left: 8px;
    display: inline;
    white-space: normal;
    text-align: left;
    border: none;
}

.book8HVI8WCnaV .form .button {
    padding: 9px 12px;
    cursor: pointer;
    font-size: 13px;
    color: #ffffff;
    background: #15c630;
    border: 1px #15c630 solid;
    margin: 20px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}

.book8HVI8WCnaV .form .button:hover {
    background: #f00;
    border: #f00 solid 1px;
}

.book8HVI8WCnaV .form .button.book:disabled,
.book8HVI8WCnaV .form .button.book:disabled:hover {
    background: #ccc;
    border: 1px #ccc solid;
    opacity: 0.5;
}

.book8HVI8WCnaV .form .button.cancel {
    color: #333;
    background: #eee;
    margin-left: 15px;
    border: 1px #ccc solid;
}

.book8HVI8WCnaV .form .button.cancel.nomr {
    margin-left: 0px;
}

.book8HVI8WCnaV .form .button.cancel:hover {
    background: #d9d9d9;
}

.book8HVI8WCnaV .form .clear {
    clear: both;
}

.ui-dialog .content {
    padding: 0;
}

.ui-dialog .title {
    margin: 0;
}

.ui-dialog .ui-dialog-content {
    overflow: hidden!important;
}
