*, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.animation05{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease !important;
}

.animation03{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease !important;
}
.animation10{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease !important;
}
*, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a img{
	border: 0px;
	outline: 0px;
}
::-moz-selection {
    background: #0052b7;
    color: #fff;
}
::selection {
	background: #0052b7;
	color: #fff;
}
.image-div{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
html {
	font-family: 'Open Sans', sans-serif;
	font-family: arial;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	width: 100%;
}
body{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-family: arial;
	font-size: 10pt;
	user-select: none;
	padding-top: 60px;
	background: #f9f9f9;
    word-wrap: break-word;
    overflow-wrap: break-word;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.breadcrumb{
	background: #fff !important;
	font-size: 10pt !important;
}
.bloque, .clear{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear: both;
}
.navbar-default .navbar-nav > li > a, .navbar-text{
	font-size: 11pt !important;
}
.navbar-brand{
	background: #18507f !important;
	color: #fff !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-nav>li.open, .navbar-default .navbar-nav>.open>a{
	background: transparent !important;
	box-shadow: none !important;
	color: #ff503f !important;
}
.navbar-nav>li, .navbar-nav>li.open{
	background-image: url(img/menu-separator.png) !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
}
.navbar-nav li:last-child{
	background-image: none !important;
}
#clock-time{
	color: #ff503f;
	font-weight: bold;
}
.circle-btn{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.notebook {
	min-height: 60px;
	line-height: 30px;
	background: -webkit-linear-gradient(bottom, #f0f0f0 0, #fff 5%) 0 0;
	background: -moz-linear-gradient(bottom, #f0f0f0 0, #fff 5%) 0 0;
	background: linear-gradient(bottom, #f0f0f0 0, #fff 5%) 0 0;
	-webkit-background-size: 100% 30px;
	-moz-background-size: 100% 30px;
	-ms-background-size: 100% 30px;
	background-size: 100% 30px;
}
#cors-navigation{
	display: block;
	position: relative;
	margin: 0px;
	width: 70%;
	float: left;
	font-size: 10pt;
	line-height: 80px;
	padding: 0px 10px;
	min-width: 730px;
}
#cors-navigation > span{
	color: #aeaeae;
}
#cors-navigation > a{
	margin: 0px;
	padding: 0px 10px;
	text-decoration: none !important;
	color: #919191;
}
#cors-navigation > a i{
	padding-right: 10px;
}
#cors-navigation a:hover, #cors-navigation a.active{
	color: #ff503f;
}


/*
	LOGIN
*/
#app-login-container{
	width: 50%;
	margin: 100px auto 0px auto;
}
#app-login-left{
	padding: 100px 25px;
	width: 50%;
	float: left;
	text-align: right;
}
#app-login-right{

	background: #fff;
	height: 350px;
	padding: 100px 0px 100px 30px;
	float: right;
	height: 450px;
	width: 50%;
	box-shadow: -10px 0px 20px -15px rgba(28,81,125,0.5);
}
#app-login-right p{
	margin: 0px;
}
#app-login-message{
	display: none;
	position: absolute;
	top: 10px;
	left: 30px;
	height: 60px;
	width: 100%;
	z-index: 1;
}
.blue-btn{
	background: #18507f;
	padding: 8px 20px;
	text-align: center;
	color: #fff;
	border: 0px;
	outline: 0px;
}


@media screen and (max-width: 800px) {
	.navbar-nav li, .navbar-default .navbar-nav>li>a{
		width: 100% !important;
		background: none !important;
	}
	#clock-time{
		text-align: right;
		padding: 0px 10px;
	}
	.dropdown-header{
		padding: 5px 0px !important;
	}
	.mega-dropdown-menu {
		padding: 0px 0px 20px 20px;
	}
}


@media all and (max-width: 680px) {
	.nav-btns-menu-main{
		display: block !important;
	}
	#app-menu ul li{
		display: none;
	}
	#app-menu ul li a{
		border-right: 0px;
		border-bottom: solid 1px #dadada;
	}
	#app-login-container > div{
		float: none !important;
		height: auto !important;
		padding: 10px 0px !important;
		background: transparent !important;
		width: auto !important;
		margin: 0 !important;
		box-shadow: none !important;
	}
	#app-login-left{
		text-align: center !important;
	}
	#app-login-container{
		width: auto !important;
		margin: 60px 5% 0 5%;
	}
	#app-login-right .app-title-header{
		display: none !important;
	}
	#app-login-message{
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		margin-bottom: 40px !important;
	}
}

.btn-at-right{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
.form-at-right{
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}

.nav-tabs, h1, h2, h3, h4, h5{
	display: block;
	position: relative;
}

.bloque.spacer{
	padding: 5px;
}
.clear.spacer{
	padding: 10px;
}
hr{
	margin-top: 0px !important;
}
.lead{
	margin-bottom: 10px !important;
}

.mouse-handle{
	cursor: move;
}

.modal-header .close{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 3;
}
.panel-log td{
	vertical-align: middle !important;
	border-bottom: solid 5px #fff;
}
.pagination{
	margin: 0px auto !important;
}
td{
	vertical-align: middle !important;
}
.datepicker{
	z-index: 1051 !important;
}

.box , .box_slide{
	position: relative;
	background: #fff;
	margin-bottom: 15px;
	padding: 0;
	border: 1px solid #ddd;
	box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.03);
}
.content_form_box.slide{
	display: flex;
	flex-wrap: nowrap;
	width: 200%;
	overflow: auto;
}

.box_slide, .content_form_box.slide .box.slide{
	width: 50%;
	transition: 0.9s;
	position: relative;
}

#locaciones-form{
	overflow: hidden;
}

.bloque.box.slide.left {
	left: 0%;
}

.bloque.box_slide.right {
	left: 10%;
	height: fit-content;
}

.box h2.box_head, .box_slide h2.box_head{
	font-size: 13pt;
	font-weight: 700;
	line-height: 32px;
	color: #fff;
	margin: 0 auto;
	text-indent: 10px;
	text-shadow: 0 1px 0 #000;
	border-width: 1px;
	border-style: solid;
	-webkit-user-select: none;
}

.round_top, .side_accordion li:first-child a, .side_accordion li:first-child, .side_links li:first-child, .side_links li:first-child a, h2.box_head, .tabs .tab_header, .tabs ul.tab_header li a, .block .content_accordion li:first-child h3.bar, .box.no_titlebar li:first-child h3, .dataTables_wrapper .ui-corner-tl, .ui-datepicker .ui-datepicker-header, .ui-dialog .ui-dialog-titlebar, .content_accordion li:first-child h3.bar.ui-state-active {
	border-radius: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.grad_skin, button, .badge, .calendar_grad, .dropdown_menu > ul > li.current > a, .box_head, .tab_header, .tab_sider, #login_box #bar, #search_side, .wizard .wizard_steps ul, .dataTables_wrapper .ui-widget-header, .ui-button .ui-state-active, .ui-widget-header .ui-state-active, .ui-buttonset .ui-button.ui-state-active, .ui-multiselect .ui-widget-header, .ui-slider .ui-slider-range, .slider-content .selected .title, .fc-header .fc-state-active, .fc-header .ui-state-active, .dataTables_wrapper .dataTables_paginate span span.ui-state-disabled, .ui-progressbar .ui-progressbar-value, .stackbar.stack_view > ul > li > a > span, div.stackbar.stack_view > ul > li > a > span::before {
	background-color: #1C5EA0;
	background-image: linear-gradient(top, #1C5EA0, #064792);
	border-color: #064792;
}
.box .controls {
	position: absolute;
	right: 0;
	top: -1px;
}
.round_all, .box.no_titlebar .block, button, .dark_box, .side_accordion, .side_links, .box h2.box_head.round_all, .sidebar, div.main_container .box, .alert, .indent, div.main_container .gallery li a, .ui-slider-range, .ui-multiselect, .single_datatable .dataTables_filter input, .ui-multiselect input.search, .breadcrumb, ul.breadcrumb, #login_box, a.show_all_tabs, .tabs .tab_header.round_all, body .box .ui-multiselect input.search, .info_box > .value_tag > span, .indented_button_bar, .toggle_container, .box.tabs.closed ul.tab_header li a, ul#calendar_drag_list li a, .stackbar ul ul li.current, .content_accordion li:first-child:last-child h3.bar{
	border-radius: 3px;

}
.toggle_container {
	background: #fff;
}
.box .block h1.section, .box .block h2.section, .box .block h3.section {
	padding-bottom: 15px;
}
.box .section {
	padding: 15px;
	margin: 0;
}
.block h1, .block h2, .block h3, .block h4, .block h5, .block h6 {
	color: #333;
	margin-top: 15px;
}
fieldset {
	position: relative;
	border: 1px solid #ddd;
	border-width: 0 0 1px 0;
}
fieldset.top {
	border-top-width: 1px;
	margin-top: -1px;
}
fieldset.label_side label {
	width: 140px;
	position: relative;
	float: left;
	left: 0;
	/* padding: 15px 20px; */
	clear: left;
	line-height: 15px;
	margin-bottom: -5px;
	margin-top: 5px;
}
fieldset label {
	font-size: 13px;
	font-weight: 700;
	padding: 15px 20px 10px 0px;
	margin-right: 10px;
	display: block;
	color: #333;
}
fieldset > div.clearfix {
	padding: 0 20px 15px;
}


fieldset.label_side > div {
	width: auto;
	margin-left: 140px;
	padding: 15px 20px;
	border-left: 1px solid #eee;
	clear: right;
}
fieldset.label_side > label > span {
	display: block;
	margin: 5px 0 -15px;
	line-height: normal;
}

fieldset > label span {
	display: inline;
	font-weight: 400;
	font-size: 11px;
	color: #999;
	margin-left: 5px;
	line-height: 8px;
}
.grad_grey, button.light, .button.light, .alert_light, .shade, .ui-multiselect li, .side_accordion > li, .dropdown_menu > ul > li, .dropdown_menu > ul > li > ul.dropdown li, .breadcrumb, .toggle_all, .content_accordion h3.bar, .dataTables_scrollHead, .dataTables_paginate span.fg-button, .list_slider .slider-nav, .slider-content .title, .list_slider .slide-up, .list_slider .slide-down, .side_links li a, .tabs ul.tab_header li a, .tabs ul.tab_sider li a, .fc .fc-agenda-slots tr th, table.static thead tr th, .wizard .wizard_steps ul li.current, .alert_light, div.main_container .box.light h2.box_head, div.main_container .box.white h2.box_head, .ui-datepicker-header, .ui-button, .fc-button, .button_bar, .slider_title, .ui-dialog-titlebar, ul.breadcrumb, .toggle_all, .info_box > .value_tag > span {
	color: #333;
	border-color: #bac5cc;
	text-shadow: 0 1px 0 #fff;
	background-color: #E6ECEF;
	background-image: linear-gradient(top, #e6ecef, #d0d6da);
	border-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.button_bar {
	padding: 10px;
	border: 1px solid #fff;
	border-top: 1px solid #aaa;
	margin: -1px -1px;
	clear: both;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.columns > div > fieldset {
	border-right: 1px solid #ddd;
}
.tabs ul.tab_header {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border-width: 1px;
	height: 32px;
}
.round_top, .side_accordion li:first-child a, .side_accordion li:first-child, .side_links li:first-child, .side_links li:first-child a, h2.box_head, .tabs .tab_header, .tabs ul.tab_header li a, .block .content_accordion li:first-child h3.bar, .box.no_titlebar li:first-child h3, .dataTables_wrapper .ui-corner-tl, .ui-datepicker .ui-datepicker-header, .ui-dialog .ui-dialog-titlebar, .content_accordion li:first-child h3.bar.ui-state-active {
	border-radius: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.grad_skin, button, .badge, .calendar_grad, .dropdown_menu > ul > li.current > a, .box_head, .tab_header, .tab_sider, #login_box #bar, #search_side, .wizard .wizard_steps ul, .dataTables_wrapper .ui-widget-header, .ui-button .ui-state-active, .ui-widget-header .ui-state-active, .ui-buttonset .ui-button.ui-state-active, .ui-multiselect .ui-widget-header, .ui-slider .ui-slider-range, .slider-content .selected .title, .fc-header .fc-state-active, .fc-header .ui-state-active, .dataTables_wrapper .dataTables_paginate span span.ui-state-disabled, .ui-progressbar .ui-progressbar-value, .stackbar.stack_view > ul > li > a > span, div.stackbar.stack_view > ul > li > a > span::before{
	background-color: #1C5EA0;
	background-image: linear-gradient(top, #1C5EA0, #064792);
	border-color: #064792;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 2px 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.tabs ul.tab_header li {
	display: block;
	float: left;
	margin: 0;
	margin-bottom: -1px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	position: static;
	filter: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
	padding-bottom: 0px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	outline: none;
	color: #1c4257;
	border: 1px solid #7096ab;
	background-color: #E6ECEF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background-color: #E6ECEF;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #B6B6B6;
	font-weight: normal;
	color: #4F4F4F;
}
.ui-corner-top {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
.enc_title {
	border: none;
	background: none;
	border-bottom: 1px solid #ccc;
	margin-top: 0px;
	padding: 0px 5px 10px;
	box-shadow: 0 1px 0 #fff;
}
.indented_button_bar {
	border: 1px solid #959BA2;
	background: #ccc;
	padding: 5px;
}
.grad_indented, .indented_area, .indented_button_bar, .wizard_progressbar {
	background: #d2d7dc;
	background: linear-gradient(top, #d2d7dc 0%, #b1b9c3 99%) !important;
	zoom: 1;
	border: 1px solid #7d90a6 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25) !important;
}
.clearfix {
	display: block;
}
.block p, .flat_area p {
	color: #666;
	line-height: 20px;
	margin: 0 0 10px;
}
.block p strong, .flat_area p strong {
	color: #333;
}
.box .section{
	padding: 15px;
	margin: 0;
}
.breadcrumb.box{
	padding: 15px;
}
h2.section{
	font-size: 15px;
	font-weight: bold;
}
.chosen-container{
	margin-left: 0px !important;
}
.controls {
	position: absolute;
	right: 0;
	top: -1px;
}
.controls-title{
	position: absolute;
	right: 5px;
	top: 8px;
}
.loading-box{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 200px;
	background: url(ajax-loader.gif) no-repeat center center;
}
fieldset > label {
	font-size: 13px;
	font-weight: 700;
	padding: 15px 20px 10px;
	margin-right: 10px;
	display: block;
	color: #333;
}

fieldset > label span {
	display: inline;
	font-weight: 400;
	font-size: 11px;
	color: #999;
	margin-left: 5px;
	line-height: 8px;
}

.button_bar button.send_right, .indented_button_bar button.send_right {
	margin-right: 0!important;
	margin-left: 5px!important;
}
button.send_right, .button.send_right, .send_right > button, .send_right > .button {
	float: right;
	margin-left: 5px;
	margin-right: 0;
}
.fixed-to-top-left{
	position: fixed;
	top: 70px;
	width: 23.5% !important;

}
.row{
	margin: 0px !important;
}
.box_subhead{
	font-size: 12px;
	font-weight: 700;
	line-height: 32px;
	color: #fff;
	margin: 0 auto;
	text-indent: 10px;
	text-shadow: 0 1px 0 #000;
	border-width: 1px;
	border-style: solid;
	-webkit-user-select: none;
	color: #333;
	border-color: #bac5cc;
	text-shadow: 0 1px 0 #fff;
	background-color: #E6ECEF;
	background-image: linear-gradient(top, #e6ecef, #d0d6da);
}

.grad_indented, .indented_area, .indented_button_bar, .wizard_progressbar {
	background: #d2d7dc;
	background: linear-gradient(top, #d2d7dc 0%, #b1b9c3 99%) !important;
	zoom: 1;
	border: 1px solid #7d90a6 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25) !important;
	border-radius: 3px;
	padding: 5px;
	display: block;
}

.navbar-nav>li.open{
	background: #fff !important;
}

.box a.toggle{
	background: rgba(0, 0, 0, 0.1) no-repeat;
	display: block;
	height: 24px;
	width: 24px;
	line-height: 24px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	float: right;
	text-align: center !important;
	color: #fff;
	margin: 5px 7px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.box a.toggle i{
	display: block;
	position: absolute;
	bottom: 0px;
	left: -3px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	text-align: center;
	width: 19px !important;
}

.box a.toggle.active i.fa-caret-up, .box a.toggle i.fa-caret-down{
	display: none !important;
}
.box a.toggle.active i.fa-caret-down{
	display: block !important;
}

.review-bookings-status{
	margin-bottom: 10px;
	background: #fff;
	border: solid 1px #d5d6d8;
	border-radius: 15px;
}
.review-bookings-status a{
	display: block;
	position: relative;
	margin: 0px;
	padding: 5px;
	color: #9a9a9a;
	height: 35px;
	line-height: 25px;
	text-decoration: none;
}

.bg-noshow{
	background: #ff991e;
}
.color-noshow{
	color: #ff991e;
}
.review-number{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
.review-estatus{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 28px;
	line-height: 20px;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	color: #fff;
}
.review-title{
	text-align: center;
	height: 34px;
	line-height: 34px;
}

.bg-activas{
	background: #9e0097;
}
.color-activas{
	color: #9e0097;
}
.bg-show{
	background: #009726;
}
.color-show{
	color: #009726;
}
.bg-canceladas{
	background: #e53617;
}
.color-canceladas{
	color: #e53617;
}
.bg-prepagadas{
	background: #1264c9;
}
.color-prepagadas{
	color: #1264c9;
}
.bootstrap-growl-top-right{
	z-index: 9999 !important;
}

.navbar-right .dropdown-menu{
	margin-top: 0px !important;
}
#grafica-divisa .highcharts-container, #grafica-divisa .highcharts-container svg{
	width: 100% !important;
}
.chosen-choices{
	min-height: 29px !important;
	line-height: 29px;
	display: block;
	width: 100%;
	padding: 6px 12px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	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,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.tr-with-followup a{
	color: red !important;
}








/* ACRS ENGINE CSS */
.acrs_engine_loading{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 250px;
	color: #001e3a;
	background: #fff;
	line-height: 250px;
	font-size: 18pt;
	text-align: center;
}
.acrs-bookingbox-header-btn{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px 15px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	float: left;
	background: #68c6ec;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.acrs-bookingbox-header-btn:hover{
	background: #51a0bf;
}
.acrs-bookingbox-header-btn.active{
	background: #001b38 !important;
}
#acrs-bookingbox-content{
	display: block;
	position: relative;
	margin: 0px;
	/*padding: 15px 7px; */
	background: #001b38;
	color: #94b4cd;
	border-radius: 0px 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
}
#acrs-bookingbox-content label{
	color: #fff;
	font-size: 9pt !important;
}
#acrs-bookingbox-content .checkbox label{
	color: #94b4cd;
}
#acrs-bookingbox-content hr{
	border-top: solid 1px #16415d;
	margin-bottom: 10px !important;
}
.no-padding{
	padding: 0px !important;
}
.acrs-autocomplete-destination{
	background: #f3f3f3;
	font-size: 11pt;
	padding: 6px 10px;
	color: #cdcdcd;
}
.ui-autocomplete{
	width: 310px !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}
.ui-autocomplete li a{
	display: block;
	position: relative;
	font-size: 10pt !important;
	padding: 6px 10px !important;
}
.ui-autocomplete li a:hover, .ui-autocomplete li a:active, .ui-autocomplete li a.ui-state-focus{
	background: #68c6ec !important;
	border: 0px !important;
	border-radius: 0px !important;
	cursor: pointer;
}
#acrs-bookingbox-content .has-feedback .form-control{
	padding-right: 30px !important;
}
#acrs-dropoff-div{
	display: none;
}
.form-control-datepicker{
	background: #fff !important;
	cursor: pointer !important;
}
#acrs_bookingbox_submit, #acrs_bookingbox_reservation_submit{
	/*margin: 0px -7px -15px -7px;
	width: 243px !important;*/
	border-radius: 0px 0px 5px 5px !important;
	-moz-border-radius:  0px 0px 5px 5px !important;
	-webkit-border-radius:  0px 0px 5px 5px !important;
	border: solid 1px #2f76d2 !important;
}
.acrs_engine_car_result{
	display: block;
	position: relative;
	margin: 0px;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #eeeeee;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.acrs_engine_car_result_image{
	float: left;
	width: 180px;
	height: 120px;
	text-align: center;
}
.acrs_engine_car_result_image img{
	max-height: 120px;
	max-width: 180px;
}
.acrs_engine_car_result_information{
	/*height: 120px; */
	height: 100%;
	float: left;
	width: 330px;
	padding-left: 10px;
}
.acrs_engine_car_result_price{
	height: 120px;
	float: left;
	width: 160px;
	text-align: center;
}
.acrs_engine_car_result_information h2, .acrs_engine_car_result_category{
	color: #42b4e6;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14pt;
}
.acrs_engine_car_result_information h3, .acrs_engine_car_result_car_name{
	font-weight: bold;
	color: #001b38;
	font-size: 12pt;
}
.acrs_engine_car_result_information h3 small, .acrs_engine_car_result_car_name small{
	color: #001b38 !important;
	font-weight: bold !important;
	font-size: 9pt !important;
}

.acrs_engine_car_result_information h3 span, .acrs_engine_car_result_car_name span{
	color: #cccccc !important;
	font-weight: bold;
	font-size: 10pt;
}
#engine_holder{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}
#acrs_engine_results_ajax{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#acrs_engine_results_ajax > div.bloque{
	float: left;
}
.acrs_engine_car_result_price{
	color: #43b5e7;
	font-weight: bold;
	padding-top: 10px;
}
.acrs_engine_total_price{
	font-size: 14pt;
	display: block;
	padding-bottom: 3px;
}
.acrs_engine_car_result_car_icons{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-weight: bold;
	color: #011a38;
}
.acrs_engine_icon{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin-bottom: 2px;
	background: url(../img/icons_cars.png) no-repeat left center;
	padding-left: 28px;
}
.acrs_icon_transmision{
	background-position: 0px -96px;
}
.acrs_icon_passengers{
	background-position: 0px 0px;
}
.acrs_icon_luggage{
	background-position: 0px -24px;
}
.acrs_engine_car_btn_include{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #5ea1d5;
	font-size: 8pt;
	padding-top: 10px;
}
#acrs_engine_car_results{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: url(img/image_step_2.jpg) center top;
	padding-top: 40px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
}
#acrs_engine_car_result_checkout{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: url(img/image_step_3.jpg) no-repeat center top;
	padding-top: 40px;
	background-size: 100%;
}
#acrs_engine_car_result_checkout.acrs_engine_step_4_booking_process{
	background: url(img/image_step_4.jpg) no-repeat center top !important;
	background-size: 100% !important;
}
.acrs_engine_car_result_total_displayer{
	color: #fff;
	background: #2e87db;
	height: 28px;
	line-height: 28px;
	display: block;
	padding: 0px 5px;
	font-weight: bold;
	font-weight: bold;
}
.acrs_engine_car_result_total_displayer span{
	font-size: 12pt;
}
.acr_engine_car_detail_display{
	color: #838383;
}
#acrs_engine_upgrade{
	margin-top: 15px;
}
.acrs_engine_whats_included_on_my_reservation{
	display: none;
}
.acrs_engine_whats_included_on_my_reservation.visible{
	display: block !important;
}

.acrs_engine_rates_include{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height: 101px;
	padding-left: 100px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	background-position: left center;
}
.acrs_engine_rates_include ul{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.acrs_engine_rates_include ul::after{
	clear: both;
}
.acrs_engine_rates_include::after{
	clear: both;
}
.acrs_engine_rates_include ul li{
	display: block;
	position: relative;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 50%;
	padding-left: 30px;
	background: url(img/sucess.png) no-repeat left center;
}
.acrs_engine_extras_title{
	font-weight: bold;
	color: #001b38;
	padding: 5px 0px;
	font-size: 13pt;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding-left: 5px;
	padding-top: 6px!important;
}
.acrs_engine_extra_price{
	color: #2fb4ec;
	font-weight: bold;
	font-size: 11pt;
}
.acrs_engine_extra_price_old{
	color: red;
	text-decoration: line-through;
}


/*.fixedBookingBoxHolder{
	position: fixed !important;
	top: 10px;
}
*/
.form-control-datepicker{
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */

  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
.acrs_engine_whats_included_on_my_reservation{
	background: #fff;
	border-top: solid 2px #e8ecef;
	margin-left: -9px;
	margin-right: -9px;
	margin-bottom: -10px;
	border-radius: 0px 0px 5px 5px;
	padding-bottom: 10px;

}
.acrs_engine_whats_included_on_my_reservation .col-xs-9, .acrs_engine_whats_included_on_my_reservation .col-xs-3, .acrs_engine_whats_included_on_my_reservation .col-xs-4, .acrs_engine_whats_included_on_my_reservation .col-xs-8{
	color: #42b4e6;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11pt;
	padding: 8px;
}
.acrs_engine_whats_included_on_my_reservation ul{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.acrs_engine_whats_included_on_my_reservation ul li{
	display: block;
	position: relative;
	margin: 0px;
	padding: 3px 8px;
	color: #011b36;
	background-image: url(img/sucess.png);
	background-position: 88% center;
	background-repeat: no-repeat;
}
.acrs_engine_whats_included_on_my_reservation ul li:nth-child(2n+1){
	background-color: #f3f3f3;
}
#acrs_engine_modification_bookingbox{
	background: #fff;
	border-radius: 5px !important;
}
#acrs_engine_modification_bookingbox.scroll-to-fixed-fixed{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	padding: 10px 0px;
}

#cont_reservation_code {
color: #2E87DB;
font-weight: bold;
font-size: 18pt;
}

#cont_reservation_txt {
text-align: right;
padding-top: 4px;
}
.content_p {
color: #959898 !important;
font-size: 12px;
}
.form-control-globe-pd {
position: absolute;
top: 3px;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
color: #CCCCCC;
}

.input-sm+.form-control-feedback {
line-height: 45px;
}

.contact_pd_rl{
	padding-right: 0px;
	padding-left: 0px;
}

.cnt-box-top{
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border:1px solid #CCCCCC;
	border-bottom: dotted #CCCCCC;
	padding-top: 8px;
	background-color: #F9F9F9;
	border-bottom: dotted;
	border-width: 1px;
	border-color: #CCCCCC;
}

.title_p {
	color: #5FB4E6 !important;
	text-decoration: none !important;
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
}

.cnt-box-bd {
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border: 1px solid #CCCCCC;
	border-top: 0px;
	background-color: #F9F9F9;
}

.no-padding-right {
	padding-right: 0px !important;
}
.no-padding-left {
	padding-left: 0px !important;
}

.acrs_engine_vfilter_d {
display: none;
padding-top: 20px;
}
.form-group {
padding-right: 5px;
padding-left: 5px;
padding-top: 10px;
}

#acrs_engine_filter label {
display: block;
position: relative;
margin-top: 5px;
border-bottom: dotted #CCCCCC;
border-width: 0 1px 1px;
padding-left: 15px;
}

.visible{
	display: block !important;
}

.followup-popover{
	max-width: 800px !important;
}
