#main_calendar th{
        border: 0;
}
.titles-table table,
.dates-table table,
.book-table table{
        background: #fff;
        width: 100%;
}
.titles-title-row,
.dates-title-row,
.book-title-row{
        height: 75px !important;
}
/* Calendar Controls
*******************************************************************************/
.calendar-controls{
        overflow: auto;
        background: #2c5041;
        max-width: 1612px;
        margin-left: 1px;
}
.calendar-controls .title{
        padding: 10px;
        background: #2c5041;
        color: #fff;
        font-size: 18px;
        display: inline-block;
}
.calendar-controls .icon{
        padding: 9px 15px;
        font-size: 18px;
        border: 1px solid #2c5041;
        color: #2c5041;
        display: inline-block;
}
.calendar-controls .control-wrap{
        display: inline-block;
}
.controls-right{
        text-align: right;
        padding-right: 0 !important;
}
.controls-left{
        padding-left: 0 !important;
}
/* Titles Table
*******************************************************************************/
@media (min-width: 1200px){
        .page-accommodation-chart .view-accommodation-chart .container {
                width: 1352px;
        }
}
.titles-table{
        position: relative;
        z-index: 99;
}
.titles-table .empty-property-cell{
        border-right: 1px solid #ccc !important;
}
.titles-table tr{
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        height: 85px;
        font-size: 17px;
}
.titles-table tr td{
        padding: 0 12px;
}
.titles-table td.row_image{
        padding: 0;
}
.titles-table .titles-title-row{
        background: #2c5041;
        border: 0;
        border: 1px solid #ccc;
}
.titles-table .titles-title-row th{
        color: #fff;
        font-weight: bold;
        padding: 0 12px;
        font-size: 20px;
}
.titles-table{
        width: 450px;
        display: inline-block;
}
.titles-table .row_image img{
        max-width: 125px;
        height: auto;
}

/* Dates Table
*******************************************************************************/
.dates-table{
        display: inline-block;
        width: 1030px;
        overflow: hidden;
        border-top: 1px solid #ccc;
}
.dates-table .calendar{
        width: auto;
        position: relative;
        left: 0;
        transition: all 0.3s ease;
}
.dates-table th{
        color: #fff;
        background: #2c5041;
}
.dates-table th.date{
        text-align: center;
        font-size: 15px;
        border-right: 1px solid #ccc !important;
}
.dates-table th .day{
        display: block;
}
.dates-table th .date{
        display: block;
        font-size: 26px;
        line-height: 22px;
}
.dates-table th.date{
        font-family: 'Abel', sans-serif;
        text-transform: uppercase;
        text-align: center;
}
.dates-table th .month{
        display: inline;
        margin-right: 4px;
}
.dates-table tr{
        height: 85px;
}
.dates-table td{
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.dates-table td.date.available:hover{
        z-index: 99;
        cursor: pointer;
}
.dates-table td.date{
        position: relative;
}
.dates-table td.date > .tool-tip{
        position: absolute;
        background: #3399ff;
        color: #fff;
        width: 74px;
        height: 52px;
        line-height: 21px;
        padding: 5px 0;
        left: 5px;
        top: 0;
        z-index: 999;
        opacity: 0;
        transition: all .3s ease;
        pointer-events: none;
        text-align: center;
        font-size: 17px;
}
.dates-table td.date.sold:hover{
        cursor: not-allowed;
}
.dates-table td.date.sold > .tool-tip{
        display: none;
}
.dates-table td.date.available:hover > .tool-tip{
        opacity: 1;
        top: -61px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.dates-table td.date.available:hover{
        background: #eee;
}
.dates-table .date > .tool-tip::after{
        content: '\f0d7';
        font-family: 'FontAwesome';
        display: block;
        font-size: 30px;
        color: #3399ff;
        position: relative;
        bottom: 2px;
}
.dates-table table td.sold {
        background: #fce9ea;
        color: #e01f28 !important;
        font-weight: 500;
}
.dates-table table td.sold .date,
.dates-table table td.sold .month{
        color: #e01f28;
}

.dates-table table .date-inner{
        width: 85px;
        text-align: center;
        font-size: 18px;
        font-family: 'Abel';
        text-transform: lowercase;
        font-size: 21px;
        line-height: 23px;
        color: #777;
}
.dates-table table .date-inner .date{
        font-size: 23px !important;
}
.dates-table table .date-inner .month{
        font-size: 19px !important;
}
.dates-table td.date.available.selected .date-inner .month{
        color: #fff !important;
}
.dates-table td.date.available.selected .date-inner .date{
        color: #fff !important;
}
.dates-table td.date.available.selected.arrival .date-inner .date,
.dates-table td.date.available.selected.arrival .date-inner .month{
        color: #777 !important;
}
.dates-table td.date.available.selected.departure .date-inner .date,
.dates-table td.date.available.selected.departure .date-inner .month{
        color: #777 !important;
}
/* Booking Form Table
*******************************************************************************/
.booking-table{
        width: 135px;
        display: inline-block;
        position: relative;
        z-index: 99;
}
.booking-table tr{
        height: 85px;
        border: 1px solid #ccc;
}
.booking-table .book-title-row{
        background: #2c5041;
        color: #fff;
}
.booking-table .book-title-row th{
        padding: 0 15px;
        text-align: center;
}
.booking-table .row_book_now{
        text-align: center;
        padding: 0 8px;
}
.booking-table .row_book_now input[type="submit"]{
        border: 0;
        background: #3399ff;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        padding: 12px;
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.booking-table .row_book_now input[type="submit"]:hover{
        z-index: 99;
        cursor: pointer;
        background: #2c5041;
}
.booking-table td{
        border: 1px solid #ccc;
}
.booking-table tr{
        background: #fff;
}
.view-display-id-block_chart_hero_slider{
        padding: 0 !important;
}
#flexslider-2{
        margin: 0;
        border: 0;
}
.page-accommodation-chart .content-row .container{
        width: 1667px;
}
/* Fixed headers
*******************************************************************************/
.calendar-controls.fixed{
        position: fixed !important;
        top: 20px;
        z-index: 999;
        width: 1615px;
}
.titles-table.fixed .titles-title-row{
        position: fixed;
        top: 65px;
        width: 451px;
}
.titles-table.fixed .titles-title-row th{
        height: 60px;
}
.titles-table.fixed .titles-title-row .empty-property-cell{
        display: none;
}
.dates-table.fixed .dates-title-row{
        position: fixed;
        top: 65px;
        display: block;
        width: 1033px;
        overflow: hidden;
        z-index: 999;
}
.dates-table.fixed .dates-title-row th{
        height: 64px;
        width: 86px;
        display: inline-block;
        padding: 12px;
        border-top: 1px solid #ccc !important;
}
.booking-table.fixed .book-title-row{
        position: fixed;
        padding: 12px 0;
        top: 65px;
}
.dates-table td.date.available.selected{
        z-index: 99;
        background-color: #3399ff;
        color: #fff;
}
.dates-table td.arrival{
        background-image: url(../images/next_booked.png) !important;
        background-position: 50% 50% !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        color: #acacac !important;
}
.dates-table td.departure {
        background-color: #ffffff !important;
        background-image: url(../images/departure_night2.png) !important;
        background-position: 50% 50% !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        color: #acacac !important;
}
.calendar-controls .title:hover{
        cursor: pointer;
}
@media (min-width:1410px) and (max-width:1666px) {
        .dates-table{
                width: 773px;
        }
        .calendar-controls{
                max-width: 1355px;
        }
        .page-accommodation-chart .content-row .container{
                width: 1406px;
        }
}
@media (min-width:0px) and (max-width:1410px) {
        .dates-table {
                width: 515px;
        }
        .calendar-controls {
                max-width: 1097px;
        }
        .page-accommodation-chart .content-row .container {
                width: 1149px;
        }
}
