/* CSS Document */
#engine {
	margin-bottom: 40px;
	font-family: 'Open Sans',Helvetica,Arial,Gotham,"Helvetica Neue",sans-serif;
	font-size: 13px;
}
#engine h1 {
	font-size: 20px;
}
#engine h4 {
	display: inline-table;
}
#engine h4 .fa {
    text-align: center;
    width: 10px;
}
#engine #modify{
	color: #fff;
	font-size: 11px;
}
#engine legend{
	color: #999;
}
#engine #modify:hover{
	text-decoration: none;
}

#modify-cancel {
    color: #999;
    margin-top: 10px;
}
#modify-cancel:hover {
	text-decoration: none;
}
.display-block{
	display: block !important;
}
#engine h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
#engine h3 {
	padding: 0;
	margin: 0 0 5px;
	font-weight: bold;
}
#engine h4 {
	font-size: 14px;
	padding: 0;
	margin: 0 0 5px;
	font-weight: normal;
}
#engine h4 a {
	text-decoration: none;
}
#engine a.ratecode_policy{
	text-decoration: none;
}
#engine a.ratecode_policy .fa{
	width:10px;
	margin-right:5px;
	text-align:center;
}
.ratecode_inclusion, .ratecode_terms {
	display: none;
}
.p-10 {
	padding: 10px;
}
.bg-white {
	background: #FFF;
}
.step {
	margin-top: 15px;
	margin-bottom: 30px;
}
.step ol {
	padding: 0;
	margin: 0;
}
.step ol li {
	padding: 10px;
	display: inline-block;
	font-size: 20px;
	border-radius: 2px;
}
.step ol li.past {
	font-size: 18px;
}
.step ol li.active {
	color: #FFF;
	font-size: 18px;
}
.current_arrow_box {
	position: relative;
}
.current_arrow_box:after {
	top: 98%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 14px;
	margin-left: -14px;
}
#dateselect-form h3 {
	font-family: 'Open Sans',Helvetica,Arial,Gotham,"Helvetica Neue",sans-serif;
	font-size: 18px;
	margin: 0 0 10px;
	padding-top: 10px;
	font-weight: bold;
}
#dateselect-form .dateselect-form-wrap {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.dateselect-form-wrap:first-child {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.dateselect-form-wrap:last-child {
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
#dateselect-form .form-group h3 a {
	display: block;
}
#dateselect-form .form-group h3 a:hover {
	display: block;
	text-decoration: none;
}
a:active, a:focus {
	color:#1a71c5;
	outline: 0;
	text-decoration: none;
}
legend {
	font-size: 13px;
	border: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
#calendar {
	border: solid 5px #CCC;
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 2px;
}
#calendar-header {
	margin-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
	padding: 5px;
}
#calendar-header ul {
	padding: 0;
	margin: 0;
	width: 100%;
}
#calendar-header ul li {
	display: inline-block;
	text-align: center;
	width: 33%;
}
#calendar-header ul li:first-child {
	float: left;
	text-align: left;
}
#calendar-header ul li:last-child {
	float: right;
	text-align: right;
}
#calendar-body table {
	width: 100%;
}
#calendar-body table.calendar td {
	text-align: center;
	box-sizing: border-box;
}
#calendar-body table.calendar td span {
	color: #595959;
}

#calendar-body table.calendar td.nobg {
	background: none;
}
#calendar-body table.calendar td.pastdate {
	background: #333333;
	color: #666;
	border: none;
}
#calendar-body table.calendar span, #calendar-body table.calendar a {
	font-family: 'Open Sans',Helvetica,Arial,Gotham,"Helvetica Neue",sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	box-sizing: border-box;
	padding: 12px;
	border: solid 3px #ececec;
}
#calendar-color {
	margin-top: 10px;
	margin-bottom: 10px;
}
#calendar-color ul {
	padding: 0;
	margin: 0;
}
#calendar-color ul li {
	width: 32%;
	display: inline-block;
	color: #3e3e3e;
	font-weight: bold;
	font-size: 14px;
}
#calendar .box {
	display: block;
	float: left;
	border: solid 3px #ececec;
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
#calendar a {
	box-sizing: border-box;
}
#calendar a:hover, #calendar a:active, #calendar a:focus {
	text-decoration: none;
}
#calendar .color-selected {
	color: #fff;
	border-color: #007eff;
	background: #007eff;
	-webkit-border-top-left-radius: 5px!important;
    -webkit-border-bottom-left-radius: 5px!important;
    -moz-border-radius-topleft: 5px!important;
    -moz-border-radius-bottomleft: 5px!important;
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;

	-webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	/*border: solid 3px #007eff !important;*/
}
#calendar .color-not-available {
	background: #e9e9ea !important;
}
#calendar .color-not-available a {
	color: #595959 !important;
}
#calendar .color-available {
	background: none;
}
#currencyList .dropdown-menu {
	overflow: auto;
	max-height: 300px;
	width: 275px;
}
#currencyList .currency-code {
	display: block;
	float: left;
	margin-right: 30px;
	width: 50px;
	padding: 5px;
	margin-top: -5px;
}
#currencyList a {
	padding: 0;
	margin-bottom: 1px;
}
#currencyList a span.currency-code {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 5px;
	margin-top: -5px;
	width: 50px;
	border-radius: none;
}
#advance-search-toggle label {
	display: block;
}
/* button */

form .btn, form .btn-large, form .btn-flat {
	border: medium none;
	border-radius: 2px;
	height: 36px;
	line-height: 36px;
	outline: 0 none;
	padding: 0 2rem;
	text-transform: uppercase;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	font-size: 14px;
}
.btn-group-vertical > .btn, .btn-group > .btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none !important;
	float: left;
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.btn-group-vertical > .btn, .btn-group > .btn > i {
	color: #FFF !important
}
.btn-group-vertical > .btn, .btn-group > .btn:hover > i {
	color: #CCC !important;
}
.boxed {
	margin-bottom: 30px;
	margin-bottom: 15px;
	border-radius: 2px;
}
.boxed .padding-10{
	padding:10px;
}
.boxed .padding-l-10{
	padding-left:10px;
} 
.boxed .padding-t-10{
	padding-top:10px;
} 

.boxed .padding-r-10{
	padding-right:10px;
}
.boxed .margin-l-10{
	margin-left:10px !important;
}
.boxed .margin-r-10{
	margin-right:10px !important;
}

.boxed .button {
	margin-bottom: 10px;
}
.button {
	background-color: #e6e6e6;
	border: 0 none rgba(0, 0, 0, 0);
	border-radius: 2px;
	color: rgba(0, 0, 0, 0.8);
	font-size: 100%;
	padding: 0.5em 1em;
	text-decoration: none;
	-moz-user-select: none;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	margin-bottom: 10px;
}
.button:hover {
	color: #000;
	text-decoration: none;
}
.button:hover, .button:active, .button:focus {
	color: #FFF;
}
.button {
	color: #FFF;
	display: inline-block;
	padding: 10px;
	overflow: auto;
	text-decoration: none;
}
.roomtype_description {
	display: none;
}
.ratecode {
	font-size: 18px;
	font-weight: bold;
}
.roomtype {
	font-size: 18px;
	font-weight: bold;
}
.roomttype-toggle {
	clear: both;
}
.roomrates {
	font-size: 22px;
	font-weight: bold;
}
.roomrates span {
	font-size: 12px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.ratecode-detail {
	margin-bottom: 15px;
}
.roomtype-list {
	margin-bottom: 10px;
	padding: 10px;
	border: solid 3px #ececec;
	border-radius: 2px;
	background: #fff;
	border-radius: 2px;
}
h3.ratecode .fa {
	height: 30px;
	text-align: center;
	width: 30px;
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	border-radius: 2px;
}
.display-block {
	display: block;
}
.more-photos {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
}
#date-selected {
	border-radius: 2px;
	padding: 10px;
}
#date-selected h3 {
	font-size: 18px;
}
#date-selected {
	font-size: 14px;
}
#checkavailable-form #dateselect-form {
	display: none;
}
#date-selected label {
	font-size: 16px;
}
#date-selected-button {
	display: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
#refine-result {
	border-radius: 2px;
	margin-top: 15px;
	padding: 10px;
}
#refine-result h3, #refine-result h4 {
	font-size: 18px;
}
.filter {
	margin-top: 15px;
}
.filter .list {
	padding: 0;
	margin: 0;
}
.filter .list li {
	list-style: none;
}
#slider-range {
	width: 95%;
}
#refine-result #amount {
	background: none;
	border: none;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 20px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#refine-result h4 {
	font-size: 15px;
	font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border-radius: 20px;
	font-weight: bold;
	height: 30px !important;
	margin-top: -7px;
	width: 30px !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.rateocde-breakdown-price-list{
	margin-bottom: 15px;
	display: none;
}

#engine .table-price-list{
	margin-top: 15px;
	margin-bottom: 15px;
	min-width: 350px;
}

#engine .table-price-list td{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.rateocde-breakdown{
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
.noborder{
	border: none !important;
}
.table-price-list td{
	border: solid 1px #CFD8DC;
}
.text-2x{
	font-size: 16px;
	font-weight: bold;
}
#dateselect-form h3 a i {
    display: inline-block;
    text-align: center;
    width: 10px;
}

#more-photos .modal-body {
    min-height: 500px;
}
.border-top{
	border-top: solid 5px #CFD8DC;
	padding-top: 10px;
	margin-top: 10px;
}
.addon {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: #222;
	margin-top:10px;
}

label span{
	color:#999;
	font-size: 11px;
	font-weight: normal;
}
.items {
	margin-bottom: 15px;
	padding: 10px;
	border-bottom: 1px solid #5b5b5b;
}
.items:last-child {
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	padding-top:0;
}

.boxed h3{
	margin-bottom: 15px;
}

.margin-top-30{
	margin-top: 30px;
}
.margin-bottom-15{
	margin-bottom: 15px;
}
.previous-booking h3 a .fa{
	width: 15px;
	text-align:center;
}
.previous-booking 
.error{
	margin-top: 5px;
	color: #F00;
}


.reservations .nav.navbar-nav li a {
	text-shadow: none;
	color: #000;
}
.reservations .nav.navbar-nav li a:hover, .reservations .nav.navbar-nav li a:active, .reservations .nav.navbar-nav li a:focus {
	color: #999;
}
.reservations #menu-toggle{
	margin-bottom: 30px;
}
#special-code-toggle .row{
	margin-bottom: 15px;
}

#YourCurrentBooking{
	font-size: 18px;
}
#YourPreviousBooking{
	font-size: 12px;
	margin-bottom: 15px;
}
.user-data{
	font-size: 15px;
	margin-bottom: 2px;
	font-weight: lighter;
}

.addon-name{
	font-size: 18px;
}
#BookingSummary{
	font-size: 16px;
	padding:10px !important;
	border-bottom: 1px solid #5b5b5b;
}

#GuestInformation{
	font-size: 16px !important;
	padding:10px !important;
	border-bottom: 1px solid #5b5b5b;
	margin-bottom: 10px !important;
}
#PaymentInformation, #AdditionalDetails, #Transportation, #BookingPolicies{
	padding:10px !important;
	border-top: 1px solid #5b5b5b;
	border-bottom: 1px solid #5b5b5b;
	margin-bottom: 10px !important;
	font-size: 16px !important;
}
hr{
	    border-color: #5b5b5b !important;
    margin-bottom: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 10px !important;
}


#addon-next{
	padding:0;
}