/* ==========================================================================
   Widget - Multi Unit Calendar
   ========================================================================== */

   @media(max-width: 1070px) {
    #widget-wrapper #calender-content {
        overflow-y: hidden;
        overflow-x: scroll;
    }
}
body {
    font-family: sans-serif; 
}
#widget-wrapper {
    font-size: 12px;
    padding: 15px;
}
#price-details {
    position: absolute;
    background-color: #FFFFFF;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 10px;
    min-width: 200px;
    margin-top: 25px;
    min-height: 40px;
    border: 2px solid #000000;
    display: none;
}
#price-details #unit-costs {
    font-size: 16px;
    color: #000000;
}
#price-details #unit-costs div p, #widget-wrapper .message {
    text-align: left;
    margin: 5px 0;
}
#price-details #unit-costs div {
    text-align: left;
    padding-right: 10px;
    margin-top: 10px;
}
#price-details #unit-costs div p span {
    color: #040404;
    padding-left: 10px;
}
#price-details #reset-button {
   background: #337AB7;
   color: #FFFFFF;
   padding: 9px 12px;
   margin-top: 3px;
   margin-right: 25px;
   cursor: pointer;
   border-radius: 2px;
   border: none;
   font-size: 14px;
}
#price-details #reset-button:hover {
    background: #286090;
    color: #FFFFFF;
}
#price-details #book-button {
   background: #337AB7;
   color: #FFFFFF;
   padding: 9px 12px;
   margin-right: 15px;
   margin-top: 3px;
   cursor: pointer;
   border-radius: 2px;
   border: none;
   font-size: 14px;
}
#price-details #book-button:hover {
    background: #286090;
    color: #FFFFFF;
}
#widget-wrapper #month-box {
    clear: both;
    float: left;
    width: 160px;
    padding: 5px;
}
#widget-wrapper #button-box {
    float: left;
    padding-top: 15px;
    width: 100%;
}
#widget-wrapper .calendar-header, #widget-wrapper .unit-item, #widget-wrapper th {
    background: #F7F7F7;
    color: #000000 !important;
}
#widget-wrapper #calender-box, #widget-wrapper #unit-costs {
    clear: both;
    position: relative;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
}
#widget-wrapper #unit-box {
    float: left;
}
#widget-wrapper .unit-item {
    clear: both;
    width: 160px;
    height: 37px;
    color: #FFFFFF;
    border-top: none;
    border-bottom: 2px solid #FFFFFF;
    text-align: left;
    overflow: hidden;
}
#widget-wrapper .unit-detail {
    clear: both;
    height: 18px;
    padding-left: 4px;
    overflow: hidden;
}
#widget-wrapper .unit-name {
    clear: both;
    height: 20px;
    padding-top: 4px;
    padding-left: 4px;
    overflow: hidden;
}
#widget-wrapper .symbols {
    float: right;
}
#widget-wrapper .occupancy {
    float: left;
    font-size: 12px;
}
#widget-wrapper #calender-content {
    overflow: hidden;
    display: block;
    margin: 0 0 0 auto;
    overflow-x: auto;
}
#widget-wrapper .calendar-header-day {
    color: #000000;
    background: #FFFFFF;
}
#widget-wrapper table {
    border-collapse: collapse;
    background: #DFFCCC;
}
#widget-wrapper td, #widget-wrapper th {
    border: 2px solid #FFFFFF;
    border-top: 0;
    border-left: 0;
    padding: 0;
    margin: 0;
    height: 38px;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    line-height: 38px;
}
#widget-wrapper .week-ends {
    background: #DDFFCC;
}
#widget-wrapper .bg-color {
    background: #0DAFF1;
    color: #FFFFFF;
}
#widget-wrapper .booked-dates {
    pointer-events: none;
    background: #FFC0BD;
    color: #E0E0E0;
    border-color: #FFFFFF;
}
#widget-wrapper .start-day .date-number {
    font-weight: bold;
    cursor: pointer;    
}
#widget-wrapper .cell-container {
    position: relative;
    width: 30px;
    height: 38px;
}
#widget-wrapper .background-border {
    display: none;
    position: absolute;
    width: 30px;
    height: 38px;
}
#widget-wrapper .date-number {
    position: absolute;
    text-align: center;
    width: 30px;
    height: 38px;
    color: #000000;
}
#widget-wrapper .week-ends.last-available .background-border {
    display: block;
    background: transparent none repeat scroll 0 0;
    border-color: transparent transparent #FFC0BD transparent;
    border-style: solid;
    border-width: 0 0 38px 30px;
    height: 0;
    width: 0;
}
#widget-wrapper .week-ends.last-available:hover {
    background-color: #3DC0E8;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
#widget-wrapper .last-available + .start-day .background-border {
    display: block;
    background: transparent;
    border-color: transparent transparent transparent #FFC0BD;
    border-style: solid;
    border-width: 0 0 38px 30px;
    height: 0;
    width: 0;
}
#widget-wrapper .booked-dates + .start-day.week-ends .background-border {
    display: block;
    background: none;
    border-color: transparent transparent transparent #FFC0BD;
    border-style: solid;
    border-width: 0 0 38px 30px;
    height: 0;
    width: 0;
}
#widget-wrapper .booked-dates + .available .background-border {
    display: block;
    background: none;
    border-color: transparent transparent transparent #FFC0BD;
    border-style: solid;
    border-width: 0 0 38px 30px;
    height: 0;
    width: 0;
}
#widget-wrapper .booked-dates + .start-day .background-border {
    display: block;
    background: none;
    border-color: transparent transparent transparent #FFC0BD;
    border-style: solid;
    border-width: 0 0 38px 30px;
    height: 0;
    width: 0;
}
#widget-wrapper .bg-color + .last-available .background-border {
    display: block;
    background: none;
    border-color: transparent transparent #FFC0BD transparent;
    border-style: solid;
    border-width: 0 0 38px 30px;
    height: 0;
    width: 0;
}
#widget-wrapper .booked-dates + .start-day.bg-color .background-border, .booked-dates + .start-day:hover .background-border {
    display: block;
    background: none;
    border-color: transparent transparent transparent #FFC0BD;
    border-style: solid;
    border-width: 0 0 38px 30px;
    height: 0;
    width: 0;
}
#widget-wrapper .booked-dates + .start-day:hover {
    color: #fff !important;
}
#widget-wrapper .start-day:hover {
    background-color: #3DC0E8;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
#widget-wrapper .last-booked .background-border {
    display: block;
    border-color: transparent transparent transparent #FFC0BD;
    border-style: solid;
    border-width: 0 0 38px 30px;
    height: 0;
    width: 0;
}
#widget-wrapper .last-available .background-border {
    display: block;
    border-color: transparent transparent #FFC0BD transparent;
    border-style: solid;
    border-width: 0 0 38px 30px;
    height: 0;
    width: 0;
}
#widget-wrapper .last-available:hover {
    background-color: #3DC0E8;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
#widget-wrapper #next-month {
    float: right;
    cursor: pointer;
    background: #337AB7;
    right: 2px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px 12px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    z-index: 9999;
}
#widget-wrapper #next-month:hover {
    background-color: #286090;
    color: #FFFFFF;
}
#widget-wrapper #previous-month {
    cursor: pointer;
    background: #337AB7;
    right: 2px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px 12px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    z-index: 9999;
}
#widget-wrapper #previous-month:hover {
    background-color: #286090;
    color: #FFFFFF;
}
#widget-wrapper .disable-all {
    pointer-events: none;
}
#widget-wrapper .last-available {
    pointer-events: auto !important;
    cursor: pointer;
}
#widget-wrapper .freeze {
    pointer-events: none;
}
#widget-wrapper #loading-box {
    position: absolute;
    width: 200px;
    margin: auto;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    top: 35%;
    left: 40%;
    background: #FFFFFF;
    opacity: 0.87;
    border: 2px solid #000000;
    color: #000000;
}
#widget-wrapper select {
    display: block;
    min-width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* ==========================================================================
   Widget - Individual Calendar
   ========================================================================== */

#atb_calendar_container {
    clear: both;
    max-width: 746px;
    overflow: hidden;
    margin: auto;
    display: none;
}
#atb_anytime {
    max-width: 100%;
}
.atb_calendar_container {
    position: relative;
    clear: both;
    max-width: 746px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.atb_calendar_content {
    float: left;
    margin-bottom: 5px;
    border: 0px solid #e9e9e9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 12px;
    width: auto;
    height: 284px;
}
.atb_calendar_month {
    clear: both;
    display: block;
    background: none repeat scroll 0 0 #F7F7F7;
    color: #000000;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
}
.atb_calendar_content .cell {
    position: relative;
    float: left;
    height: 30px;
    padding-top: 0;
    margin: 1px;
    min-width: 30px;
    max-width: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}
#atb_prev {
    float: left;
    margin: 0 0 0 13px;
    padding: 6px 12px;
    overflow: hidden;
    color: #FFFFFF;
    background-color: #337AB7;
    border: 1px solid transparent;
    border-radius: 4px;
}
#atb_next {
    float: right;
    margin: 0 13px 0 0;
    padding: 6px 12px;
    overflow: hidden;
    color: #FFFFFF;
    background-color: #337AB7;
    border: 1px solid transparent;
    border-radius: 4px;
}
#atb_prev:hover,
#atb_next:hover {
    cursor: pointer;
	background-color: #286090;
}
.prev_next_container_bottom {
    display: none;
}
.powered-by {
    float: right;
    font-size: 10px;
    margin-right: 13px;
}

/* Availability colour styles */

.atb_calendar_content .filler {
    background: #F7F7F7;
    color: #F7F7F7;
}
.atb_calendar_content .closed {
    background: #FFC0BD;
    color: #000;
}
.atb_calendar_content .past {
    background: #FFC0BD;
    color: #000;
}
.atb_calendar_content .call {
    background: #AA0;
    color: #000;
}
.atb_calendar_content .booked {
    background: #FFC0BD;
    color: #000;
}
.atb_calendar_content .limited {
    background: #ECE5B6;
    color: #000;
}
.atb_calendar_content .available {
    background: #DDFFCC;
    color: #000;
}
.atb_calendar_content .provisional {
    background: #FFB347;
    color: #000;
}
.atb_calendar_content .start {
    color: #000;
    cursor: pointer;
    font-weight: bold;
}
.atb_calendar_content .selection {
    background: #2998d1;
    color: #fff;
}

/* Calendar Content Styles */

.atb_calendar_content .week_start {
    clear: both;
    overflow: hidden;
}
.atb_calendar_content .month {
    height: 20px;
    font-size: 14px;
}
.atb_calendar_content .days {
    clear: both;
    background: #FFFFFF;
    color: #000000;
    font-size: 14px;
    overflow: hidden;
}
.atb_calendar_content .date_number {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 30px;
}
.atb_calendar_content .background_border {
    position: absolute;
    z-index: 1;
}

/* Selection Data styles */

#atb_selection-data {
    padding: 10px;
    margin: 20px 13px 10px 13px;
    border: 1px solid #E9E9E9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
#atb_category_selection {
    display: none;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    margin: 5px 0px 5px 2px;
    font-size: 14px;
    min-width: 300px;
}
#atb_unit_selection {
    display: block;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    margin: 5px 0px 5px 2px;
    font-size: 14px;
    min-width: 300px;
}
#atb_loading p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
#atb_loading .arrival_date {
    color: #000;
    font-weight: bold;
    background: #DDFFCC;
    padding: 5px;
}
#atb_reset-selection,
#atb_booknow {
    display: inline-block;
	padding: 6px 12px;
    margin-top: 5px;
    margin-right: 10px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
    border-radius: 4px;
    color: #FFFFFF;
	background-color: #337AB7;
	border-color: #2E6DA4;
}
#atb_reset-selection:hover,
#atb_reset-selection:focus,
#atb_booknow:hover,
#atb_booknow:focus {
    color: #FFFFFF;
	background-color: #286090;
	border-color: #286090;
}
#atb_reset-selection:active,
#atb_booknow:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}

/* no-js */

.no-js {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

/* ==========================================================================
   Background Colours
   ========================================================================== */

.atb_calendar_content .available.last_cell .background_border {
    border-color: transparent #FFC0BD #FFC0BD transparent;
    border-style: solid;
    border-width: 30px 30px 0 0;
    height: 0;
    width: 0;
}
.atb_calendar_content .available.last_cell_provisional .background_border {
    border-color: transparent #ffb347 #ffb347 transparent;
    border-style: solid;
    border-width: 30px 30px 0 0;
    height: 0;
    width: 0;
}
.atb_calendar_content .available.first_cell .background_border {
    border-color: transparent transparent transparent #FFC0BD;
    border-style: solid;
    border-width: 0 0 30px 30px;
    height: 0;
    width: 0;
}
.atb_calendar_content .available.first_cell_provisional .background_border {
    border-color: transparent transparent transparent #ffb347;
    border-style: solid;
    border-width: 0 0 30px 30px;
    height: 0;
    width: 0;
}
.atb_calendar_content .provisional.first_cell_booked .background_border {
    border-color: transparent transparent transparent #FFC0BD;
    border-style: solid;
    border-width: 0 0 30px 30px;
    height: 0;
    width: 0;
}
.atb_calendar_content .booked.first_cell_provisional .background_border {
    border-color: transparent transparent transparent #ffb347;
    border-style: solid;
    border-width: 0 0 30px 30px;
    height: 0;
    width: 0;
}
#cal_0 .available, .last_cell {
    background: #FFC0BD !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 767px) {
    #atb_calendar_container {
        display: block;
    }
    .atb_calendar_container {
        max-width: 250px;
        position: relative;
        clear: both;
        margin: auto;
        padding: 0;
        overflow: hidden;
        text-align: center;        
    }
    .atb_calendar_content_container {
        width: 100%;
        text-align: center;
    }
	.atb_calendar_content {
        margin-bottom: 5px;
        padding: 12px;
        display: inline-block;
        margin: 0 auto;
    }
    .atb_calendar_content:nth-child(n+3) {
        display: none;
    }
    .atb_calendar_content:nth-child(n+2) {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .atb_calendar_content {
        height: auto;
    }
    .atb_calendar_content .cell {
        float: left;
        height: 30px;
        padding-top: 0;
        margin: 1px;
        min-width: 30px;
        max-width: 30px;
        text-align: center;
        font-size: 18px;
    }
    #unit-name {
        clear: both;
        display: block;
        background: none repeat scroll 0 0 #F7F7F7;
        color: #000000;
        text-align: center;
        padding: 10px 0 10px 0;
        margin: 0px 13px 0px 13px;
        font-size: 20px;
        line-height: 20px;
        overflow: hidden;
        text-transform: capitalize;
    }
    #atb_selection-data {
        text-align: center;
    }
    .prev_next_container_bottom {
        display: block;
    }
}

@media only screen and (max-width: 1150px) {
.calendar-table th:first-child {
    text-align: left !important;
    padding-left: 10px !important;
}
}
.atb_clearfix:before,
.atb_clearfix:after {
    content: " ";
    display: table;
}
.atb_clearfix:after {
    clear: both;
}
.atb_clearfix {
    *zoom: 1;
}
#atb_calendar_container select {
    display: block;
    min-width: 99% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}