.taxi_newform_container{
	position:relative;
	
	min-height:500px;
}
.taxi_newform_map{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	
	background:#FFF;
}
.taxi_newform_mapshade{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	
	background:rgba(0,0,0,0.3);
}
.taxi_newform_heading{
	color:#FFF;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	
	line-height:30px;
	padding:25px 0;
	
	z-index: 900010;
    position: relative;
}
.taxi_newform_heading.active{
	color:#272727;
}
.taxi_newform_wrapper{

}
.taxi_newform_basic{
	
	/* background:rgba(255,255,255,0.65); */
	background:rgba(0,0,0,0.7);
	border-radius:4px;
	padding:30px;
	
	position:relative;
	z-index:900010;
	
}


.taxi_newform_textfield{
	background:#FFF;
	height:40px;
	line-height:40px;	
	
	outline:1px solid #e4e4e4;
	box-shadow:0 0 3px 1px rgba(186, 186, 186, 0.5);
	
	position:relative;
	
	padding-left:12px;
}
.taxi_newform_textfield.focus{
	outline:1px solid #ffd035;
}
.taxi_newform_textfield.hasError{
	outline:1px solid #b21b1b;
}
.taxi_newform_textfield.hasError .taxi_newform_fielderror{
	display:block;
}
.taxi_newform_textfield input[type=text]{
	background:none;
	border:none;
	outline:none;
	padding:0;
	margin:0;
	display:inline-block;
	
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
	font-size:14px;
	
}
input.taxi_newform_from{
	width:350px !important;
}
input.taxi_newform_to{
	width:390px !important;
}
input.taxi_newform_phone{
	width:200px !important;
}
.taxi_newform_fielderror{
	/* color:#881111; */
	color:#FFF;
	font-size:12px;
	
	position:absolute;
	top:-27px;
	
	display:none;
}
.taxi_newform_fieldbuttons{
/* 	float:right; */
	position: absolute;
    right: 0;
	top:0;
	
	line-height:40px;
	height:40px;
}
.taxi_newform_fieldbutton{
	/* outline:1px solid #e4e4e4; */
	border-left:1px solid #e4e4e4;
	line-height:40px !important;
	height:40px;
	font-size:22px !important;
	width:40px;
	text-align:center;
	color:#7a7a7a;
	cursor:pointer;
}
.taxi_newform_fieldbutton:hover{
		background:#f6f6f6;
}
.taxi_newform_fieldicon{
	display:inline-block;
	line-height:40px;
	vertical-align: middle;
	padding-right:10px;
}
.taxi_newform_fieldicon_call{
	display:none;
}
.taxi_newform_phonefield_container{
	width:260px;
	display:inline-block;
	margin-right:15px;
}
.taxi_newform_phonebutton_container{
	display:inline-block;
	float:right;
}
.taxi_newform_phonebutton{
	background:#ffd035;
	color:#565656;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	line-height:40px;
	display:inline-block;
	width:200px;
	cursor:pointer;
}
.taxi_newform_group{
	clear:both;
	margin-bottom:17px;
}
.taxi_newform_switchcomment_label{
	font-size:14px;
	/* color:#595959; */
	color:#FFF;
	cursor:pointer;
	padding-left:12px;
	margin-top:-10px;
	margin-bottom:-12px;
	
}
.taxi_newform_switchcomment_label span{
	/* border-bottom:1px dashed transparent; */
}
.taxi_newform_switchcomment_label:hover span{
	/* color:#000; */
	color:#AAA;
	/* border-color:#000; */
}
.taxi_newform_switchcomment{
	position:relative;
}
.taxi_newform_switchcomment_drop{
/* 	position:absolute;
	top:0;
	left:0; */
	width:100%;
	margin-top:10px;
	
	display:none;

	
}
.taxi_newform_switchcomment_drop .taxi_newform_textfield{
	height:auto;
	line-height:1.5;
	padding: 5px 12px;
}
.taxi_newform_switchcomment_drop textarea{
	background:none;
	border:none;
	padding:0;
	margin:0;
	max-height: 72px;
	height:auto;
	width:100%;
	overflow:auto;
	font-size:14px;
	resize:none;
}
.taxi_newform_switchrule_item{
	width:50%;
	display:inline-block;
	text-align:center;
	height:45px;
	line-height:45px;
	background:#f1f1f1;
	color:#565656;
	font-size:16px;
	
	box-shadow:0 0 3px 1px rgba(186, 186, 186, 0.5);
	cursor:pointer;
	border:1px solid transparent;
}
.taxi_newform_switchrule_info{
	display:inline-block;
	text-align:center;
	height:45px;
	line-height:45px;
	background:#f1f1f1;
	color:#565656;
	font-size:18px;
	border:1px solid transparent;
	box-shadow:0 0 3px 1px rgba(186, 186, 186, 0.5);
	display:none;
	
	font-weight: bold;
    font-style: italic;
    font-family: '';
}
.taxi_newform_switchrule_item:hover{
	background:#f6f6f6;
}
.taxi_newform_switchrule_item.active:hover,
.taxi_newform_switchrule_item.active{
	background:#ffd035;
	border-color:#d9a617;
}
.taxi_newform_switchoptions_label{
	/* color:#595959; */
	color:#FFF;
	font-size:14px;
	text-align:center;
	
	cursor:pointer;
	
}
.taxi_newform_switchoptions_label .taxi_newform_switchoptions_label_text{
	border-bottom:1px solid #595959;
	padding-right:5px;
}
.taxi_newform_switchoptions_label:hover{
	/* color:#000; */
	color:#AAA;
}

.taxi_newform_mainbutton{

}
.taxi_newform_calcbutton{
	line-height:40px;
	height:40px;
	text-align:center;
	
	background:#ffd035;
	color:#565656;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;

	width:270px;
	margin:0 auto;
}
.taxi_newform_subbutton{

}
.taxi_newform_order2{
	line-height:40px;
	height:40px;
	background:none;
	text-align:center;
	
	/* color:#565656; */
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	
	/* border:2px solid #605f60; */
	border:2px solid #fff;
	font-size:18px;

	width:180px;
	margin:0 auto;
}
.taxi_newform_order2:hover{
	color:#565656;
	border-color:#565656;
}
.taxi_newform_order1{
	line-height:40px;
	height:40px;
	text-align:center;
	
	background:#ffd035;
	color:#565656;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	
	border:none;
	font-size:18px;

	width:180px;
	margin:0 auto;
}
.taxi_newform_selector_time,
.taxi_newform_selector_tarif
{
	width:230px;
	line-height:45px;
	height:45px;
	background:#FFF;
	box-shadow:0 0 3px 1px rgba(186, 186, 186, 0.5);
}
.taxi_newform_selector_time:hover,
.taxi_newform_selector_time.active,
.taxi_newform_selector_tarif:hover,
.taxi_newform_selector_tarif.active
{
	background:#fbfbfb;
}
.taxi_newform_selector_time{
	float:left;
	position:relative;
	
	font-size:16px;
	color:#444444;
	padding-left:12px;
	cursor:pointer;
	
	position:relative;
}
.taxi_newform_selector_time.active  .taxi_newform_selector_time_drop{
	display:block;
}
.taxi_newform_selector_tarif.active  .taxi_newform_selector_tarif_drop{
	display:block;
}
.taxi_newform_selector_tarif{
	float:right;
}
.taxi_newform_clr{
	clear:both;
}
.taxi_newform_selector_time_icon{
	font-size:20px;
	color:#565656;
	position:absolute;
	right:5px;
	top:14px;
}
.taxi_newform_selector_time_drop{
	position:absolute;
	left:0;
	top:45px;
	background:#fff;
	width:100%;
	
	display:none;
	z-index:900010;
}
.taxi_newform_selector_time_drop ul{
	list-style:none;
	padding:0;
	margin:0;
}
.taxi_newform_selector_time_drop li{
	padding:0 12px;
	line-height:45px;
	height:45px;
	color:#777;
}
.taxi_newform_selector_time_drop li:hover{
	background:#f6f6f6;
}
.taxi_newform_selector_tarif{
	padding:0 12px;
	cursor:pointer;
	position:relative;
}
.taxi_newform_selector_tarif_drop{
	position:absolute;
	left:0;
	top:45px;
	background:#fff;
	width:100%;
	
	display:none;
	z-index:900010;
}
.taxi_newform_selector_tarif_drop ul{
	list-style:none;
	padding:0;
	margin:0
}
.taxi_newform_selector_tarif_drop li{
	padding:0 12px;
	line-height:45px;
	height:45px;
	color:#777;
	
}
.taxi_newform_selector_tarif_drop li:hover{
	background:#f6f6f6;
}
.taxi_newform_tarif_main{
	padding-top:0;
	line-height:20px;
	height:20px;
	font-size:18px;
	color:#444444;
	box-sizing:content-box;
}
.taxi_newform_tarif_name{
	display:inline-block;
	float:left;
}
.taxi_newform_tarif_prices{
	/* text-align:right; */
	line-height:10px;
}
.taxi_newform_tarif_labels{
	/* text-align:right; */
	line-height:15px;
	height:15px;
	font-size:12px;
	color:#565656;
}
.taxi_newform_selector_tarif_drop .taxi_newform_tarif_main{
	color:#777;
}
.taxi_newform_switchoptions_drop{
	background:#FFF;
	border:1px solid #f6f6f6;
	position:absolute;
	width:100%;
	top:25px;
	left:0;
	
	display:none;
	padding-top:20px;
}
.taxi_newform_switchoptions_drop_close{
	position:absolute;
	width:20px;
	
	top:3px;
	right:0;
	font-size:16px;
	
	cursor:pointer;
}
.taxi_newform_switchoptions.active .taxi_newform_switchoptions_drop{
	display:block;
}
.taxi_newform_switchoptions{
	position:relative;
}
.taxi_newform_switchoptions_drop ul{
	padding:0;
	margin:0;
	list-style:none;
}
.taxi_newform_switchoptions_drop li{
	padding: 5px 10px;
    cursor: pointer;
	padding-left:30px;
	position:relative;
	
}
.taxi_newform_switchoptions_drop li.active,
.taxi_newform_switchoptions_drop li.active:hover
{
	background:#ffd035;
}
.taxi_newform_switchoptions_drop li.active span{
	display:inline-block;
}
.taxi_newform_switchoptions_drop li:hover{
	background:#f6f6f6;
}
.taxi_newform_switchoptions_drop span{
	width:20px;
	display:none;
	
	position:absolute;
	top:0;
	left:10px;
	
	height:34px;
	line-height:34px;
}
.taxi_newform_textfield_drop{
	position:absolute;
	top:40px;
	left:0;
	width:100%;

	background:#f6f6f6;
	outline:1px solid #bbb;
	z-index:900010;
	
	display:none;
}
.taxi_newform_textfield_drop ul{
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
}
.taxi_newform_textfield_drop li{
	height:40px;
	line-height:40px;
	cursor:pointer;
	padding:0 12px;
	
	overflow:hidden;
}
.taxi_newform_textfield_drop li:hover,
.taxi_newform_textfield_drop li.hov
{
	background:#fbfbfb;
}
.taxi_newform_phonebutton:hover{
	color:#fff;
}
.taxi_newform_mainbutton:hover{
	color:#fff;
}
.taxi_newform_subbutton:hover{
/* 	color:#000;
	border-color:#000; */
	border-color:transparent;
	color:#fff;
	background-color:#ffd035;
}
.taxi_newform_addricon{
	display:none;
}
.taxi_newform_addr input{
	color:#000;
}
/* .taxi_newform_selector_tarif_mobile{
	display:none;
} */

.taxi_newform_selector_tarif_icon{
	font-size: 20px;
    color: #565656;
    position: absolute;
    right: 5px;
    top: 25px;
	
	display:none;
}
.taxi_newform_calcresults{
	width:270px;
	margin:0 auto;
	
	display:none;
}
.taxi_newform_calcline{
	font-size:14px;
	font-weight:bold;
	line-height:1.2;
}

.taxi_newform_messagebox{
	position:absolute;
	left:0;
	padding-right:11px;

	display:none;
}
.taxi_newform_messagebox.active{
	display:block;
}
.taxi_newform_messagebox_icon{
	width:11px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	
	background:url(../img/popup_arrow.png) no-repeat center center;
}
.taxi_newform_messagebox_container{
	background:rgba(0,0,0,0.7);
	
	color:#fff;
	font-size:14px;
	line-height:1.2;

	padding:12px 15px;
}
.taxi_newform_messagebox_container p{
	margin:0;
}

.taxi_newform_messagebox_info{
	bottom:35px;
	left:-105px;
}

.taxi_newform_messagebox_calendar.pos2{
	top:230px;
}
.taxi_newform_messagebox_calendar{
	/* left: -150px; */
	left: -170px;
    top: 170px;
}

.taxi_newform_calendar_scrollers{

}
.taxi_newform_calendar_scrollers:after{
	display:block;
	content:'';
	clear:both;
}
.taxi_newform_calendar_scroller_text{
	text-align:center;
	font-size:16px;
	color:#FFF;
	padding:12px 0;
}
.taxi_newform_calendar_scroller{
	float:left;
	position:relative;
}
.taxi_newform_calendar_scroller_month{
	width:100px;
}
.taxi_newform_calendar_scroller_day{	
	width:50px;
}
.taxi_newform_calendar_scroller_arrow{
	background:url(../img/calendar_scrollers.png) no-repeat top center;
	/* width:9px; */
	width:100%;
	height:6px;
	position:absolute;
	top:3px;
	left:0;
	cursor:pointer;
}
.taxi_newform_calendar_scroller_arrow.down{
	background-position:bottom center;
	top:auto;
	bottom:3px;
}

.taxi_newform_calendar_time{
	text-align:center;
	padding:12px 0;
}
.taxi_newform_calendar_time_field{
	border-radius:2px;
	border:1px solid #FFF;
	display:inline-block;
}
.taxi_newform_calendar_time_field input{
	text-align:center;
	background:none;
	border:none;
	outline:none;
	padding:0;
	margin:0;
	width:36px;
	height:25px;
	line-height:25px;
	
	font-size:14px;
	color:#FFF;
}
.taxi_newform_calendar_time_field input::-webkit-input-placeholder{
	color:#fff;
}
.taxi_newform_calendar_button{
	cursor:pointer;
	width:98px;
	margin:0 auto;
	background:#ffd035;
	height:22px;
	line-height:22px;
	color:#3a3a3a;
	font-size:12px;
	text-align:center;
	margin-bottom:5px;
}

.taxi_newform_popup{
	position:fixed;
	width:100%;
	top:30%;
	left:0;
	display:none;
	z-index:900011;
}
.taxi_newform_popup_container{
	position:relative;
	margin:0 auto;
	width:50%;
	
	background:#FFF;
	border: 2px solid #ee0;
	border-radius:10px;
	padding:20px 10px;
	padding-top:25px;
	text-align:center;
	font-size:20px;
}
.taxi_newform_popup_close{
	position:absolute;
	top:2px;
	right:4px;
	width:30px;
	height:30px;
	line-height:30px;
	cursor:pointer;
}

.taxi_newform_thx{
	display:none;
	background:#FFF;
	padding:7px 5px;
	width:100%;
	position:relative;
	z-index:10010;
	cursor:pointer;
}
.taxi_newform_thx.active{
	display:table;
}
.taxi_newform_thx_container{
	border:2px solid #ffd035;
	border-radius:2px;
	text-transform:uppercase;
	color:#343434;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	
	vertical-align:middle;
	display:table-cell;
	width:100%;
}
.taxi_newform_map_close{
	display:none;
	position:fixed;
	top:50px;
	left:0;
	right:0;
	/* background: rgba(255,255,255,0.8); */
	background: #FFF;
	text-align:center;
	padding:5px 0;
	color:#000;
	z-index: 900012;
    font-size: 18px;
    font-weight: bold;	
	
	width:83px;
}
.taxi_newform_map_edit{
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	right:0;

	z-index: 900012;

}
.taxi_newform_map_edit_ok{
	/* background: rgba(255,255,255,0.8); */
	background: #FFF;
	text-align:center;
	padding:5px 0;
	color:#000;
    font-size: 18px;
    font-weight: bold;	
}

#taxi_newform_1{
	padding-top:20px;
}


.taxi_newform_selector_time.active .taxi_newform_selector_time_icon:before,
.taxi_newform_switchoptions.active .taxi_newform_switchoptions_label .fa:before{
	content:"\f106";
}

.taxi_newform_calcresults{
	color:#FFF;
}

.taxi_newform_messagebox_rule{
	padding-top:0;
	padding-bottom:11px;
	top: 205px;
	left: auto;
	right: 30px;
}
.taxi_newform_messagebox_rule .taxi_newform_messagebox_icon{
	top: auto;
	bottom: 0;
	background-position: 93% 0;
	background-image:url(../img/popup_arrow_down.png);
	height:11px;
	width:100%
}

.taxi_newform_messagebox_rule .taxi_newform_messagebox_container{
	background-color:#000;
}


.wait{
	cursor:wait;
}

@media(max-width: 720px){
	.taxi_newform_container{
		padding-top:20px;
		background:#f3f3f3;
	}
	.taxi_newform_map{
		display:none;
		z-index: 900011;
		margin-top: 50px;
		position:fixed;
	}
	.taxi_newform_map.active{
		display:block;
	}
	.taxi_newform_map_close.active{
		display:block;
	}
	.taxi_newform_mapshade{
		display:none;
	}
	.taxi_newform_heading{
		color:#363636;
		font-size:15px;
		font-weight:bold;
		text-transform:uppercase;
		
		width:300px;
		margin:0 auto;
		line-height:1.2;
		
		padding-bottom:10px;
	}
	.taxi_newform_basic{
		padding:45px 10px 10px;
		background:none;
	}
/* 	.taxi_newform_group{
		margin-bottom:10px;
	} */
	.taxi_newform_textfield input[type=text]{
		font-size:12px;
	}
	.taxi_newform_phonefield_container{
		width:auto;
		display:block;
		margin:0;
		margin:0;
	}
	.taxi_newform_phonebutton_container{
		display:none;
	}
	input.taxi_newform_from{
		width:160px !important;;
	}
	input.taxi_newform_to{
		width:200px !important;
	}
	.taxi_newform_fieldicon{
		padding-right:0;
	}
	.taxi_newform_fieldicon_call{
		display:inline-block;
		float:right;
		padding-right:10px;
	}
	.taxi_newform_addricon{
		display:inline-block;
		width:12px;
		font-size:14px;
		color:#000;
	}
	.taxi_newform_fieldbutton{	
		border:none;
		font-size:19px;
		color:#9d9d9d;
		width:35px;
	}
	.taxi_newform_switchcomment_label{
		font-size:12px;
		color:#707070;
		margin-top:-7px;
		margin-bottom:-5px;
	}
	.taxi_newform_switchcomment_label span{
		border-bottom:1px dashed #707070;	
	}
	.taxi_newform_selector_time{
		float:none;
		width:100%;
		margin-top:10px;
	}
	.taxi_newform_selector_tarif{
		float:none;
		width:100%;
		margin-top:-137px;
	}
	.taxi_newform_selector_tarif{
		/* display:none; */
		height:75px;
	}
	.taxi_newform_selector_tarif li{
		height:75px;
	}
	.taxi_newform_selector_tarif{
		display:block;
		margin-bottom:17px;
	}
	.taxi_newform_group_filpped{
		margin:10px 0;
	}
	.taxi_newform_tarif_main{
		height:42px;
	}
	.taxi_newform_tarif_name,
	.taxi_newform_tarif_prices,
	.taxi_newform_tarif_labels{
		float:none;
		text-align:left;
	}
	.taxi_newform_tarif_name{
		text-transform:uppercase;
		font-size:12px;
		color:#363636;
	}
	.taxi_newform_tarif_prices{
		/* font-size:16px; */
		color:#222222;
		/* width:140px; */
		/* text-align:center; */
	}
	.taxi_newform_tarif_prices:after{
		content:"";
		display:block;
		clear:both;
	}
	.taxi_newform_tarif_labels{
		height:18px;
		line-height:18px;
		
	}
	.taxi_newform_tarif_prices .first_price{
		/* float:left; */
	}
	.taxi_newform_tarif_prices .second_price{
		/* float:right; */
	}
	.taxi_newform_selector_tarif_drop{
		top:75px;
	}
	.taxi_newform_selector_tarif_icon{
		display:block;
	}
	.taxi_newform_switchoptions_label{
		color:#363636;
	}
	.taxi_newform_switchoptions_label .taxi_newform_switchoptions_label_text{
		border-bottom:1px dashed #363636;

	}

	
	.taxi_newform_order2{
		line-height:40px;
		height:40px;
		/* background:#ffd035; */
		text-align:center;
		
		color:#363636;
		font-size:16px;
		font-weight:bold;
		text-transform:uppercase;
		cursor:pointer;
		
		/* border:none; */
	}
	.taxi_newform_calcbutton:hover,
	.taxi_newform_calcbutton{
		line-height:40px;
		height:40px;
		background:none;
		text-align:center;
		
		color:#565656;
		font-size:16px;
		font-weight:bold;
		text-transform:uppercase;
		cursor:pointer;
		
		border:2px solid #605f60;
		font-size:18px;
	}
	.taxi_newform_calcbutton.hl,.taxi_newform_order2.hl{
		background:#ffd035;
		border-color:transparent;
	}
	
	.taxi_newform_messagebox{
		padding-right:0;
		padding-top:11px;
		left:0;
	}
	.taxi_newform_messagebox_calendar{
		top:335px;
	}
	.taxi_newform_messagebox_container{
		background:rgba(0,0,0,0.9);
	}
	.taxi_newform_messagebox_calendar.pos2{
		top:400px;
	}
	.taxi_newform_messagebox_icon{
		top:0;
		right:auto;
		width:100%;
		height:11px;
		
		background:url(../img/popup_arrow_up.png) no-repeat top center;
	}
	.taxi_newform_messagebox_info{
		right:0;
	}
	.taxi_newform_map_edit.active{
		display:block;
	}

	.taxi_newform_calcresults{
		color:#000;

	}
	.taxi_newform_fielderror{
		color: #881111;
	}
	.taxi_newform_switchrule_item{
		width:45%;
	}
	.taxi_newform_switchrule_info{
		width:10%;
		display:inline-block;
	}
	.taxi_newform_switchrule_info.active{
		background:#ffd035;
		border-color:#d9a617;
	}

	.taxi_newform_messagebox_rule{
		top: 290px;
		right:0px;
	}
	
/* 	.taxi_newform_messagebox_rule .taxi_newform_messagebox_container{
		background-color:#000;
	}
 */
}
