
 .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: visible;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0.3;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#search {
	background-color: rgba(5, 100, 0, .8);
	position: absolute;
	padding: 10px 20px 10px 20px;
	z-index: 100;
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin: auto;
	left: 0%;
	right: 0%;
}
#search>span {
	display: block;
	width: 50%;
	padding: 8px 0 7px;
	background-color: #0b6f09;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0b6f09), to(#037b00));
	background-image: -moz-linear-gradient(top, #0b6f09, #037b00);
	background-image: -ms-linear-gradient(top, #0b6f09, #037b00);
	background-image: -o-linear-gradient(top, #0b6f09, #037b00);
	background-image: linear-gradient(top, #0b6f09, #037b00);
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: normal;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}
#search>span span {
	display: inline-block;
	margin: 0 10px;
	background: transparent url('https://ecadmin.4wc.co.uk/media_v4/nfe/elements/el_search.gif') repeat-x 0 0;
	width: 33px;
	height: 11px
}
#search >.notifications {
	border: solid #fff;
	border-width: 1px 0;
	margin: 0 0 15px;
	padding: 10px
}
#search>.form-group {
	margin: 0
}
#search>.form-group input[type=text] {
	clear: both
}
#search label {
	display: block;
	margin: 15px 0 5px;
	font-size: 16px;
	line-height: normal;
	color: #fff;
}
#search label:first-child {/*margin-top:15px;*/
	margin-top: 4px;
}
#search .date, #search .time {
	padding: 0;
}
#searchButton div.clearfix {
	height: 3px;
}
#search >.close {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	cursor: pointer
}
#search .starttime {
	display: inline-block;
}
#search input[type=text] {
	margin: 0;
	padding: 8px 5px;
	background: #fff;
	border-width: 1px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	height: 40px;
	font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
	line-height: normal
}
#search select {
	margin: 0;
	padding: 2px 10px;
	background: #fff;
	border-width: 1px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	height: 30px;
	font: 15px/1.5 Helvetica, Verdana, sans-serif;
	line-height: normal;
	width: 100%;
}
#search option {
	margin: 0;
	padding: 2px 10px;
	border-bottom: 1px solid #ccc;
	border-width: 1px;
	height: 30px;
	font: 16px/1.6 Helvetica, Verdana, sans-serif;
	line-height: normal;
	width: 100%;
	-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
	-moz-transition: font-size 0.3s ease, background-color 0.3s ease;
	-o-transition: font-size 0.3s ease, background-color 0.3s ease;
	-ms-transition: font-size 0.3s ease, background-color 0.3s ease;
	transition: font-size 0.3s ease, background-color 0.3s ease;
}
#search option:hover {
	padding: 2px 10px;
	background-color: #999;
	border-width: 1px;
	height: 30px;
	font-size: 19px;
	line-height: normal;
	width: 100%;
}
#search .time {
	margin-top: 0px; /*10px;*/
}
#search .time select {
	width: 49%;
	margin-right: 1%;
}
#search .time select:last-child {
	margin-right: 0;
}
#search input[type=text].date, form.search input[type=text].time, form.search input[type=text].code {
	float: left;
	white-space: normal;
	vertical-align: top;
	padding-left: 35px;
	padding-top: 8px;
	background: #fff url('https://www.europcar.cl/images/banner_home/cal_pickup.png') no-repeat 8px -41px
}
#search input[type=text].date {
	margin-right: 7px;
	background-position: -22px 5px;
	height: 30px;
	font: 15px/1.5 Helvetica, Verdana, sans-serif;
}
#search input[type=text].date, form.search input[type=text].time {
	cursor: pointer
}
#search input[type=text].code {
	padding-left: 15px;
	background-image: none
}
#search input[type=text].code_input {
	margin-right: 7px;
	background-position: -22px 5px;
	height: 30px;
	font: 15px/1.5 Helvetica, Verdana, sans-serif;
}
#searchButton .bt.large {
	display: inline-block;
	margin: 0;
	padding: 0 40px 0 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #036b05;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	padding: 0 0 0 20px;
	background-color: #ffdf00;
	height: 52px;
	width: 100%;
	max-width: 100%;
	line-height: 52px;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	-ms-box-shadow: 0;
	-o-box-shadow: 0;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
#searchButton .bt.large input {
	display: inline-block;
	margin: 0;
	padding: 0 40px 0 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #036b05;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	padding: 0 50px 0 0;
	background-color: #ffdf00;
	height: 52px;
	webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
	-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;
}
#searchButton:hover .bt.large {
	background-position: 2px -126px;
	box-shadow: 0 8px 8px 0 rgba(0,0,0,0.5), 0 6px 20px 0 rgba(0,0,0,0.19);
}
#searchButton:hover .bt.large input {
	background-position: 100% -189px;
	color: #333;
}
#search .reset {
	display: block;
	position: absolute;
	left: 704px;
	bottom: 8px;
	width: 25px;
	height: 24px;
	cursor: pointer;
	background: transparent url('https://ecadmin.4wc.co.uk/media_v4/nfe/elements/el_x.png') no-repeat 0 50%;
	background-color: #fff;
	text-indent: -3000px
}
#search .reset:hover {
	background-position: -25px 50%
}
#search .ic {
	float: left;
	white-space: normal;
	margin-right: 10px;
	background: transparent url('https://ecadmin.4wc.co.uk/media_v4/nfe/elements/el_car.png') no-repeat 0 50%;
	width: 27px;
	height: 50px
}
#search .ic.cate {
	float: left;
	white-space: normal;
	margin-right: 10px;
	background: transparent url('https://www.europcar.cl/images/banner_home/cate.png') no-repeat 0 50%;
	width: 27px;
	height: 50px
}
#search .ic.sucu {
	float: left;
	white-space: normal;
	margin-right: 10px;
	background: transparent url('https://www.europcar.cl/images/banner_home/sucu.png') no-repeat 0 50%;
	width: 27px;
	height: 50px
}
#search .ic.sali {
	float: left;
	white-space: normal;
	margin-right: 10px;
	background: transparent url('https://www.europcar.cl/images/banner_home/sali.png') no-repeat 0 50%;
	width: 27px;
	height: 50px
}
#search .ic.regr {
	float: left;
	white-space: normal;
	margin-right: 10px;
	background: transparent url('https://www.europcar.cl/images/banner_home/regr.png') no-repeat 0 50%;
	width: 27px;
	height: 50px
}
#search .ic.reloj {
	float: left;
	white-space: normal;
	margin-right: 10px;
	background: transparent url('https://www.europcar.cl/images/banner_home/ico-reloj.png') no-repeat 0 50%;
	width: 27px;
	height: 50px
}
#search .ic.promo {
	float: left;
	white-space: normal;
	margin-right: 10px;
	background: transparent url('https://www.europcar.cl/images/banner_home/ico-promocion.png') no-repeat 0 50%;
	width: 27px;
	height: 50px
}
#search .ic.return {
	background-position: -50px 50%
}
.datepicker {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 10;
	padding: 20px;
	color: #333;
	background: #fff;
	-webkit-box-shadow: 0 0 6px rgba(85,85,85,0.3);
	-moz-box-shadow: 0 0 6px rgba(85,85,85,0.3);
	-ms-box-shadow: 0 0 6px rgba(85,85,85,0.3);
	-o-box-shadow: 0 0 6px rgba(85,85,85,0.3);
	box-shadow: 0 0 6px rgba(85,85,85,0.3);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}
.datepicker:before {
	content: "";
	position: absolute;
	left: 90px;
	top: -12px;
	margin-left: -12px;
	display: inline-block;
	background: transparent url('https://ecadmin.4wc.co.uk/media_v4/nfe/elements/el_arrow_lb.png') no-repeat 50% 50%;
	width: 24px;
	height: 12px
}
.datepicker .ctrl li {
	position: absolute;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	text-indent: -1000px;
	cursor: pointer
}
.datepicker .ctrl li.close {
	top: 15px;
	right: 15px;
	width: 22px;
	height: 22px;
	background: transparent url('https://ecadmin.4wc.co.uk/media_v4/nfe/elements/el_close.png') no-repeat 50% -17px
}
.datepicker .ctrl li.prev, .datepicker .ctrl li.next {
	top: 125px;
	left: 5px;
	width: 30px;
	height: 30px;
	background: transparent url('https://ecadmin.4wc.co.uk/media_v4/nfe/elements/el_arrow_cal.png') no-repeat 15px -24px
}
.datepicker .ctrl li.next {
	left: auto;
	right: 5px;
	background-position: -35px 7px
}
.datepicker .frame {
	position: relative;
	width: 500px;
	height: 240px;
	overflow: hidden
}
.datepicker .frame .months {
	position: relative;
	-webkit-transition: left .5s ease-out;
	-moz-transition: left .5s ease-out;
	-ms-transition: left .5s ease-out;
	-o-transition: left .5s ease-out;
	transition: left .5s ease-out
}
.datepicker .frame .months>li {
	padding: 0 20px;
	position: absolute;
	top: 0;
	left: auto
}
.datepicker .frame .months>li table {
	border-space: 1px;
	border-collapse: seperate
}
.datepicker .frame .months>li table th, .datepicker .frame .months>li table td {
	text-align: center;
	vertical-align: middle
}
.datepicker .frame .months>li table th {
	padding: 5px 0;
	color: #919191;
	font-weight: bold;
	border-bottom: 1px solid #d8d8d8
}
.datepicker .frame .months>li table td {
	width: 30px;
	height: 30px;
	cursor: pointer;
	color: #036b05;
	line-height: 14px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #f0f0f0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
.datepicker .frame .months>li table td.inactive, .datepicker .frame .months>li table td.noval {
	color: #919191;
	background: #f7f7f7;
	cursor: default
}
.datepicker .frame .months>li table td.inactive:hover, .datepicker .frame .months>li table td.noval:hover {
	color: #919191;
	background: #f7f7f7
}
.datepicker .frame .months>li table td.selected {
	color: #fff;
	background: #90c53e
}
.datepicker .frame .months>li table td:hover {
	color: #fff;
	background: #036b05
}
.datepicker .frame .months>li table td.inrange {
	background: pink
}
.datepicker .frame .months>li table td:first-child {
	border-left: none
}
.datepicker .frame .months>li table:first-child td {
	border-top: 0
}
body.landing .datepicker, body.region .datepicker {
	left: auto;
	right: 0
}
body.landing .datepicker:before, body.region .datepicker:before {
	content: "";
	left: auto;
	right: 190px
}
.timepicker {
	position: absolute;
	right: -140px;
	top: 60px;
	padding: 20px;
	background: #fff;
	z-index: 30;
	color: #333;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-box-shadow: 0 0 6px rgba(85,85,85,0.3);
	-moz-box-shadow: 0 0 6px rgba(85,85,85,0.3);
	-ms-box-shadow: 0 0 6px rgba(85,85,85,0.3);
	-o-box-shadow: 0 0 6px rgba(85,85,85,0.3);
	box-shadow: 0 0 6px rgba(85,85,85,0.3)
}
.timepicker:before {
	content: "";
	position: absolute;
	left: 90px;
	top: -12px;
	margin-left: -12px;
	display: inline-block;
	background: transparent url('https://ecadmin.4wc.co.uk/media_v4/nfe/elements/el_arrow_lb.png') no-repeat 50% 50%;
	width: 24px;
	height: 12px
}
.timepicker>ul {
	overflow: hidden;
	border: 1px solid #d8d8d8
}
.timepicker>ul>li {
	float: left;
	width: 75px;
	border-right: 1px solid #f7f7f7;
	border-left: 1px solid #d8d8d8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
.timepicker>ul>li>span {
	display: block;
	height: 32px;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f1f1f1;
	background-image: url('https://ecadmin.4wc.co.uk/media_v4/nfe/backgrounds/bg_time_dark.png') repeat-x 0 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1f1f1), color-stop(0.3, #efefef), color-stop(0.8, #e0e0e0), color-stop(1, #dfdfdf));
	background-image: -webkit-linear-gradient(top, #f1f1f1 0, #efefef 30%, #e0e0e0 80%, #dfdfdf 100%);
	background-image: -moz-linear-gradient(top, #f1f1f1 0, #efefef 30%, #e0e0e0 80%, #dfdfdf 100%);
	background-image: -ms-linear-gradient(top, #f1f1f1 0, #efefef 30%, #e0e0e0 80%, #dfdfdf 100%);
	background-image: -o-linear-gradient(top, #f1f1f1 0, #efefef 30%, #e0e0e0 80%, #dfdfdf 100%);
	background-image: linear-gradient(to bottom, #f1f1f1 0, #efefef 30%, #e0e0e0 80%, #dfdfdf 100%)
}
.timepicker>ul>li>span span {
	display: block;
	height: 100%;
	border-bottom: 1px solid #d8d8d8;
	background: transparent url('https://ecadmin.4wc.co.uk/media_v4/nfe/elements/el_arrow_time.png') no-repeat 27px -20px;
	text-indent: -3000px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
.timepicker>ul>li>span.down {
	border-top: 1px solid #d8d8d8;
	border-bottom: 0
}
.timepicker>ul>li>span.down span {
	border-top: 1px solid #fff;
	background-position: -2px 10px
}
.timepicker>ul>li .frame {
	position: relative;
	height: 96px;
	overflow: hidden;
	background-color: #e9e9e9;
	background-image: url('https://ecadmin.4wc.co.uk/media_v4/nfe/backgrounds/bg_time_light.png') repeat-x 0 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9e9e9), color-stop(0.3, #f7f7f7), color-stop(0.8, #fff), color-stop(1, #fff));
	background-image: -webkit-linear-gradient(top, #e9e9e9 0, #f7f7f7 30%, #fff 80%, #fff 100%);
	background-image: -moz-linear-gradient(top, #e9e9e9 0, #f7f7f7 30%, #fff 80%, #fff 100%);
	background-image: -ms-linear-gradient(top, #e9e9e9 0, #f7f7f7 30%, #fff 80%, #fff 100%);
	background-image: -o-linear-gradient(top, #e9e9e9 0, #f7f7f7 30%, #fff 80%, #fff 100%);
	background-image: linear-gradient(to bottom, #e9e9e9 0, #f7f7f7 30%, #fff 80%, #fff 100%)
}
.timepicker>ul>li .frame .marker {
	position: absolute;
	left: 0;
	right: 0;
	top: 32px;
	height: 32px;
	background: #90c53e
}
.timepicker>ul>li .frame ul {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out
}
.timepicker>ul>li .frame ul li {
	position: absolute;
	top: auto;
	right: 0;
	left: 0;
	height: 32px;
	padding: 8px 0 0;
	color: #919191;
	cursor: pointer;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
.timepicker>ul>li .frame ul li.selected {
	cursor: default;
	color: #fff
}
.timepicker>ul>li.hour {
	border-left: none
}
.timepicker>ul>li.ampm {
	border-right: 0
}
.vehicleguide .result, .select .result {
	font-weight: bold
}

@media (max-width: 480px) {
   #search {
	background-color: rgba(5, 100, 0, .8);
	position: static;
	padding: 10px 20px 10px 20px;
	z-index: 100;
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin: auto;
	left: 0%;
	right: 0%;
}
}
@media (max-width:767px) {
  #search {
	background-color: rgba(5, 100, 0, .8);
	position: static;
	padding: 10px 20px 10px 20px;
	z-index: 100;
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin: auto;
	left: 0%;
	right: 0%;
}
}
