/* ==========================================================================
   Widget - Calendar 1 - 3
   ========================================================================== */

   #atb_calendar_container {
    clear: both;
    max-width: 746px;
    overflow: hidden;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}
#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: 264px;
}
.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;
    color: #FFFFFF;
}
.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: #337AB7;
}
#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;
}

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

@media only screen and (max-width: 767px) {
    .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;
    }
    #atb_selection-data {
        text-align: center;
    }
    .prev_next_container_bottom {
        display: block;
    }
}
.atb_clearfix:before,
.atb_clearfix:after {
    content: " ";
    display: table;
}
.atb_clearfix:after {
    clear: both;
}
.atb_clearfix {
    *zoom: 1;
}