.taxi_module{
	text-align:left;
	position:relative;
}
.taxi_module_wrapper{
	padding-bottom:12px;
}
#taxi_form{
	min-height:434px;
	overflow:visible;
}
#taxi_form_3{
	height:434px;
	overflow:visible;
}
#taxi_form_2{
	min-height:350px
}
#taxi_map,#taxi_map_3{
	/* height:337px; */
	height:407px;
	/* padding-bottom:25px; */
}
#taxi_map_2{
	height:300px;
}
.form-group .taxi_input{
	display:inline-block;
	width: 80%; 
}

.taxi_button_hint{
	display:inline-block;
	cursor:pointer; 	
	text-align:center;
	width:7.5%;
	height:35px;
	/* padding:10px 0; */
	background:#eee;
	/* box-sizing:content-box; */
	border:1px solid #c7d7e1;
	vertical-align:middle;
	box-sizing:border-box;
}
.taxi_button_hint i{
	line-height:35px;
}
.taxi_button_hint:hover{
	background:#fefefe;
}

.taxi_suggestions{
	display:none;
	list-style:none;
	background:#f6f6f6;
	border:1px solid #c7d7e1;
	/* width:520px; */
	width:100%;
	position:absolute;
	left:0;
	top:45px;
	z-index:905;
	padding:0;
}

.taxi_suggestions li{
	cursor:pointer;
	padding:5px 10px;
}
.taxi_suggestions li:hover{
	background:#fefefe;
}

.taxi_addr input{
	width:85%;
	vertical-align:middle;

}
.taxi_addr textarea{
	line-height: 1.2;
	font-size:15px;
	width:75%;
	height:auto;
	resize:none;
}
.taxi_addr{
	position:relative;
}
.taxi_comment{
	display:none;
}
.taxi_comment_switch span{
	border-bottom:1px dashed #333;
	color:#333;
	cursor:pointer;
}
.taxi_comment input{
	width:100%;
}
.taxi_rule dd{
	display:inline-block;
	border:1px solid #c7d7e1;
	background:#eee;
	padding:10px 4%;
	cursor:pointer;
	width:50%;
	text-align:center;
	line-height:1;
}
.taxi_rule dl{
	display:inline-block;
	margin:0;
	padding:4px 0;
	width:58%;
	margin-right:4%;
	vertical-align: middle;
}
.taxi_rule dd:hover{
	background:#fefefe;
}
.taxi_rule dd.active{
	background:#f8cc1c;
}


.taxi_tarif{
	display:inline-block;
	vertical-align: middle;
	/* padding-left:10px; */
	width:38%;
}
.taxi_tarif select{
	width:100%;
}
.taxi_tarif .chzn-container{
	width:100% !important;
}

.taxi_time select{
width: 80%;
}

.taxi_time .chzn-container{
	display:inline-block;
	margin-right:2%;
	width:60% !important;
}
.taxi_time .chzn-container a{
	height:35px;
	width: 96.5%;
}
.taxi_time .chzn-container-active.chzn-with-drop .chzn-single{
	height:35px;
}

.taxi_time .chzn-results{
	max-height:130px !important;
}

.taxi_select_date{
	display:none;
	vertical-align:middle;
}
.taxi_select_time{
	display:none;
}
.taxi_select_date input, .taxi_select_time input{
	width:100%;
}
.taxi_select_date{
	width:22%;
	margin-right:1%;
}
.taxi_select_time{
	width:15%;
	vertical-align:middle;
}

.taxi_phone input{
	width: 60% !important;
    display: inline-block;
    margin-right: 5%;
	vertical-align:middle;
}
.taxi_options_switch span{
	cursor:pointer;
	border-bottom:1px dashed #333;
	color:#333;
}
.taxi_options_list{
	display:none;
	position:absolute;
	left:0;
	top:30px;
	background:#f6f6f6;
	z-index:905;
	border:1px solid #777;
}
.taxi_options_list ul{
	list-style:none;
	padding:0;
	padding-top:25px;
}
.taxi_options_list.active{
	display:block;
}
.taxi_options_list li{
	padding:5px 10px;
	cursor:pointer;
}
.taxi_options_list li:hover{
	background:#fefefe;
}
.taxi_options_list li i{
	display:none;
}
.taxi_options_list li.active{
	background:#f8cc1c;
}
.taxi_options_list li.active i{
	display:inline-block;
}

.taxi_options_close{
	position:absolute;
	top:0;
	right:0;
	width:20px;
	height:20px;
	cursor:pointer;
	font-size: 16px;
	margin-right: 6px;
    margin-top: 0px;
    text-align: center;
}

.taxi_checkbox{
	width:20px;
	display:inline-block;
}
.taxi_options{
	position:relative;
	margin-bottom:0;
}
#taxi_button_calc,#taxi_button_calc_2,#taxi_button_calc_3{
	background:#f8cc1c;	
}
#taxi_button_order,#taxi_button_order_2,#taxi_button_order_3{
	background:#f7d009;
}
.taxi_calc_data{
	display:none
}
.taxi_order{
	padding-bottom:25px;
}
.taxi_calc_data{
	/* padding-bottom:20px; */
	color:#FFF;

}
/*
#taxi_thx_3{
	display:none;
	min-height:610px;
	background:url(/media/com_taxi/img/success.png) no-repeat center center;
}
*/
#taxi_thx_3,
#taxi_thx{
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 50px;
    z-index: 9999;
    background: rgba(17, 17, 17, 0.67);
}
#taxi_thx_3 .thx_container,
#taxi_thx .thx_container{
	width:600px;
	margin:0 auto;
	margin-top:10px;
	background:#FFF;
	position:relative;
	border-radius:10px;
	padding:10px;

	text-align:center;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
	
}

.thx_close{
	position:absolute;
	top:3px;
	right:5px;
	width:30px;
	height:30px;
	background:#eee;
	text-align:center;
	line-height:30px;
	font-size:22px;
	border-radius:10px;
	cursor:pointer;
}
.taxi_map_label{
	*line-height:1;
	text-align:center;
	margin: 0px;
	background: rgba(255, 255, 255, 0.65);
	color: #111!important; 
}
.taxi_map_switch span{
	color:#fff;
	border-bottom:1px dashed #fff;
	cursor:pointer;
}
.taxi_map_switch{
	display:none;
}
.taxi_callback{
    width:35%;
}

.taxi_lg_ib{
	display:inline-block !important; 
}
.taxi_sm_ib{
	display:none !important;
}
.taxi_sm{
	display:none  !important;
}
.taxi_lg{
	display:block  !important;
}

.taxi_callback.taxi_sm_ib{
	font-size:12px;
}
.taxi_input{
	max-height:35px;
}
.taxi_form_border{
	background: rgba(255, 255, 255, 0.65);
	padding: 15px;
}
.chzn-single span{
	line-height:34px;
}
.color11{
	background-size: cover;
	height:600px;
}





#taxi_formone_popup{
	position:fixed;
	width:100%;
	top:40%;
	left:0;
	display:none;
	z-index:99999;
}
#taxi_formone_popup .taxi_popup_container
{
	margin:0 auto;
	width:50%;
	background:#FFF;
	padding:20px 10px;
	padding-top:25px;
	border-radius:10px;
	text-align:center;
	font-size:20px;
	border: 2px solid #ee0;
	position:relative;
}
#taxi_formone_popup .taxi_popup_close{
	position:absolute;
	top:2px;
	right:4px;
	width:30px;
	height:30px;
	line-height:30px;
	cursor:pointer;
	
}
.taxi_addr textarea{
	color:#000;
}
.taxi_newform_group{
	text-align:left;
}