.sml_tc{
	margin-top: 10px;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}
.circle {
	display: block;
	float: left;
	width: 42px;
	height: 42px;
}
circle {
	fill: rgba(0,0,0,0);
	stroke: #ffea4a;
	stroke-width: 5;
	stroke-dasharray: 100px 100px;
}
circle:nth-child(2n) {
	fill: rgba(0,0,0,0);
	stroke: #e5e5e5;
	stroke-width: 5;
}
#close_ball_night_mode{
	display: none;
	position: absolute;
	right: 4px;
	top: 9px;
	color: #fff;
	font-size: 20px;
}
/* 
*************** Page My Car *************** 
*/
#page_my_car {
	background-color: #e6e6e6;
	font-size: 14px;
}
#page_my_car #page_my_car_wr{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 6px;
	right: 6px;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}
#page_my_car .not_mess{
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	text-transform: uppercase;
}
#page_my_car #start_img_loadding{
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
	z-index: 1100;
}
#page_my_car .drive_user_cars{
	-webkit-box-shadow: 0 6px 12px -10px #000;
	-moz-box-shadow: 0 6px 12px -10px #000;
	box-shadow: 0 6px 12px -10px #000;
	background-color: #fff;
	border-radius: 3px;
	margin: 16px 0;
}
#page_my_car .drive_user_cars_block{
	width: 20%;
	padding: 4px;
	float: left;
}
#page_my_car .photos_car{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; 
	overflow-x: auto;
	margin: 16px 0;
}
#page_my_car .ducb_title{
	text-transform: uppercase;
	font-size: 12px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; 
	margin: 4px 0;
}
#page_my_car .ducb_context{
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; 
	font-family: sf_ui_displaybold;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 1px 4px;
	min-height: 28px;
}
#page_my_car .ducb_line{
	text-transform: uppercase;
	font-size: 12px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; 
	margin: 1px 0;
}
#page_my_car .ducb_line span{
	font-family: sf_ui_displaybold;
}
#page_my_car .drive_user_cars_act .btn{
	width: 120px;
	margin-right: 10px;
	margin-left: 10px;
}
#page_my_car .title_photos_car{
	color: #555;
	font-size: 12px;
	margin-left: 10px;
	font-family: sf_ui_displaybold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 2px;
}
#page_my_car #add_photo_car{
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 30px;
	float: left;
	border:2px dotted #ddd;
	float: left;
	margin: 6px;
	border-radius: 3px;
	padding-top: 30px;
	color: #999;
	cursor: pointer;
}
#page_my_car #add_photo_car:active{
	color: #ffea4a;
	border-color: #ffea4a;
}
#page_my_car .page_my_car_edit_wr .photos_car{
	white-space: normal;
	overflow: hidden;
	padding: 6px;
}
#page_my_car .page_my_car_edit_wr .photos_car img{
	display: block;
	float: left;
	margin: 6px;
}
#page_my_car .page_my_car_edit_wr .form-control[disabled]{
	color: #000;
}
#page_my_car .page_my_car_edit_wr .drive_user_cars_block{
	margin-top: 10px;
	line-height: 14px;
	margin-bottom: 10px;
}
#page_my_car.body_page_my_car_edit_wr{
	background-color: #fff;
}
#page_my_car.body_page_my_car_edit_wr .drive_user_cars{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#page_my_car.body_page_my_car_edit_wr .photos_car_wr{
	display: none;
}

@media (max-width:820px){
	#page_my_car .drive_user_cars_block{
		width: 100%;
		padding: 4px;
		float: left;
	}
}



/* 
*************** Page TimeTable *************** 
*/
#page_timetable {
	background-color: #e6e6e6;
	font-size: 14px;
}
#page_timetable #start_img_loadding{
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
	z-index: 1100;
}
#page_timetable #page_timetable_wr{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	/* bottom: 40px; */
	z-index: 10;
	-webkit-overflow-scrolling: touch;
	overflow-y:auto;
	display: none;
	padding: 6px;
	margin-bottom: 44px;
}
#page_timetable #page_timetable_wr.page_timetable_wr_map{
	padding: 0px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 40px;
	margin-bottom: 0px;
}
#page_timetable #page_timetable_wr.page_timetable_wr_oneday{
	bottom: 0px;
}
#page_timetable .bt_bt{
	position: fixed;
	height: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 20;
	-webkit-box-shadow: 0 -6px 12px -10px #000;
	-moz-box-shadow: 0 -6px 12px -10px #000;
	box-shadow: 0 -6px 12px -10px #000;
	display: none;
}
#page_timetable .bt_bt_next_prev{
	display: none;
	position: fixed;
	height: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 20;
	-webkit-box-shadow: 0 -6px 12px -10px #000;
	-moz-box-shadow: 0 -6px 12px -10px #000;
	box-shadow: 0 -6px 12px -10px #000;
}
#page_timetable .bt_bt_next_prev div{
	width: 50%;
	float: left;
	text-align: center;
	padding-top: 8px;
	height: 100%;
	cursor: pointer;
}
#page_timetable .bt_bt_next_prev div:active{
	background-color: #ffea4a;
}
#page_timetable .bt_bt_next_prev div .glyphicon{
	font-size: 22px;
	color: #333;
}
#page_timetable.page_driver_detail_city .bt_bt{
	display: block;
}
#page_timetable .bt_bt div{
	width: 50%;
	float: left;
	text-align: center;
	padding-top: 8px;
	height: 100%;
	cursor: pointer;
}
#page_timetable .bt_bt div.bt_bt_act{
	background-color: #ffea4a;
}
#page_timetable .bt_bt div .glyphicon{
	font-size: 22px;
	color: #333;
}
#page_timetable .line_driver_date{
	text-align: left;
	font-size: 20px;
	margin: 0;
	padding-top: 4px;
	text-transform: capitalize;
	font-family: sf_ui_displaylight;
	color: #333;
}
#page_timetable .a_line_driver{
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 6px 12px -10px #000;
	-moz-box-shadow: 0 6px 12px -10px #000;
	box-shadow: 0 6px 12px -10px #000;
	margin: 12px 0;
	padding: 4px 6px;
	cursor: pointer;
}
#page_timetable .a_line_driver:active{
	background-color: #ffea4a;
}
#page_timetable .ld_time{
	float: left;
	width: 50px;
	padding-top: 10px;
	font-family: sf_ui_displaybold;
	color: #333;
}
#page_timetable .ld_space{
	float: left;
	margin-right: 6px;
	position: relative;
}
#page_timetable .aurb_space_num{
	position: absolute;
	text-align: center;
	top: 11px;
	width: 42px;
}
#page_timetable .ld_text{
	float: left;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	padding-left: 98px;
	width: 100%;
	box-sizing: border-box;
}
#page_timetable .ld_name_line, #page_timetable .ld_name_car{
	text-overflow: ellipsis;
	overflow: hidden;
}
#page_timetable .ld_name_car{
	font-size: 12px;
	color: #666;
}
#page_timetable .line_driver{
	position: relative;
}
#page_timetable .drive_user_cars_null{
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	color: #333;
	font-family: sf_ui_displaythin;
	margin-top: 20px;
}
#page_timetable .calendar .name_mes{
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding-top: 4px;
	text-transform: capitalize;
	font-family: sf_ui_displaylight;
	color: #333;
}
#page_timetable .calendar .name_day{
	float: left;
	width: 14%;
	text-align: center;
	color: #666;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	text-transform: uppercase;
}
#page_timetable .calendar .name_day:first-child{
	margin-left: 1%;
}
#page_timetable .calendar .calendar_week{
	float: left;
	clear: both;
	width: 100%;
}
#page_timetable .calendar .calendar_day{
	float: left;
	width: 12%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	cursor: pointer;
	color: #333;
	position: relative;
	padding-top: 12px;
	padding-bottom: 6px;
	background-color: #fff;
	border-radius: 3px;
	min-height: 44px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 6px 12px -10px #000;
	-moz-box-shadow: 0 6px 12px -10px #000;
	box-shadow: 0 6px 12px -10px #000;
}
#page_timetable .calendar .calendar_day.day_dis, #page_timetable .calendar .calendar_day.day_none{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#page_timetable .calendar .calendar_day:active{
	background-color: #ffea4a;
}
#page_timetable .calendar .calendar_day.day_dis:active, #page_timetable .calendar .calendar_day.day_none:active{
	background-color: #fff;
}
#page_timetable .calendar .calendar_day.day_dis{
	opacity: 0.5;
	cursor: default;
}
#page_timetable .calendar .calendar_day.calendar_day_today{
	border-bottom: 2px solid #ffea4a;
}
#page_timetable .calendar .calendar_day_null{
	float: left;
	width: 12%;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 6px;
	padding-bottom: 6px;
}
#page_timetable .calendar .calendar_week>div:first-child{
	margin-left: 2%;
}
#page_timetable .calendar .num_line{
	width: 23px;
	height: 23px;
	background-color: #ffea4a;
	border-radius: 50%;
	line-height: 25px;
	margin: 0 auto;
}
#page_timetable .calendar .day_none .num_line{
	background-color: #ddd;
}
#page_timetable .calendar .day_ch{
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 12px;
	color: #333;
}






/* 
*************** Page DETAIL *************** 
*/
#page_timetable .ddclp, #page_timetable .ddclp_user_not_conf
{
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


#page_timetable.page_driver_detail .dd_name_line{
	color: #666;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 4px;
}
#page_timetable.page_driver_detail .dd_name_sity{
	text-align: center;
	background-color: #fff;
	cursor: pointer;
	-webkit-box-shadow: 0 6px 12px -10px #000;
	-moz-box-shadow: 0 6px 12px -10px #000;
	box-shadow: 0 6px 12px -10px #000;
	border-radius: 3px;
	text-transform: uppercase;
	color: #333;
	font-size: 20px;
	line-height: 20px;
	padding: 8px 0 5px 0;
	width: 100%;
	clear: both;
}
#page_timetable.page_driver_detail .dd_name_sity .dd_time{
	color: #666;
	font-family: sf_ui_displaylight;
	margin-top: 6px;
}
#page_timetable.page_driver_detail .dd_name_sity:active{
	background-color: #ffea4a;
}
#page_timetable.page_driver_detail .dd_detail_left{
	width: 50%;
	min-height: 40px;
	border-right: 2px solid #666;
	float: left;
	padding-right: 0px;
	position: relative;
	left: 0;
	margin: 4px 0;
}
#page_timetable.page_driver_detail .dd_detail_num_space{
	position: absolute;
	top: 50%;
	right: -80px;
	margin-top: -10px;
	line-height: 19px;
	text-align: center;
	width: 160px;
	height: 20px;
	border-radius: 10px;
	background-color: rgba(255, 234, 74, 0.85);
	font-size: 12px;
	color: #333;
	border: 1px solid #ffe100;
	font-family: sf_ui_displaybold;
	z-index: 8;
}
#new_add_user{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	z-index: 11;
}
#new_add_user .new_add_user_inner{
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
	position: relative;
	background-color: #fff;
	margin-bottom: 6px;
}
#new_add_user .new_add_user_inner_close{
	position: absolute;
	top: 8px;
	right: 4px;
	font-size: 50px;
	line-height: 20px;
	color: #999;
	cursor: pointer;
	height: 30px;
	width: 30px;
	overflow: hidden;
}
#new_add_user .new_add_user_inner_title{
	text-transform: uppercase;
	padding: 6px 6px 4px 6px;
	font-size: 16px;
	background-color: #ffea4a;
}
#new_add_user .naui_r{
	float: right;
	width: 48%;
	margin-right: 1%;
	margin-top: 6px;
	margin-bottom: 6px;
}
#new_add_user .naui_l{
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-top: 6px;
	margin-bottom: 6px;
}
#new_add_user .naui_rl{
	width: 45%;
	float: left;
	text-transform: uppercase;
	color: #333;
	font-size: 20px;
	text-align: right;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#new_add_user .naui_rc{
	width: 10%;
	float: left;
	color: #333;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}
#new_add_user .naui_rr{
	width: 45%;
	float: right;
	text-transform: uppercase;
	color: #333;
	font-size: 20px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#new_add_user .naui_r_time .naui_rl,#new_add_user .naui_r_time .naui_rr{
	font-family: sf_ui_displaylight;
	color: #666;
	font-size: 20px;
}
#new_add_user .naui_r_point .naui_rl,#new_add_user  .naui_r_point .naui_rr{
	font-size: 12px;
}
#new_add_user .naui_l_user{
	position: relative;
	clear: both;
}
#new_add_user .naui_l_icon{
	position: absolute;
	left: 0;
	top: 0;
}
#new_add_user .naui_l_name,#new_add_user .naui_l_phone{
	float: left;
	clear: both;
	padding-left: 44px;
}
#new_add_user .naui_l_phone{
	color: #333;
	font-family: sf_ui_displaybold;
	margin-bottom: 10px;
}
#new_add_user .naui_l_detail_l{
	width: 100px;
	clear: left;
	float: left;
	text-align: right;
	color: #666;
	font-size: 11px;
	margin-top: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
}
#new_add_user .naui_l_detail_r{
	float: left;
	text-align: left;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
	font-family: sf_ui_displaybold;
	margin-top: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	padding-left: 103px;
}

@media (max-width:570px){
	#new_add_user .naui_r{
		float: left;
		width: 100%;
	}
	#new_add_user .naui_l{
		float: left;
		width: 100%;
		margin-top: 6px;
	}
}
.my_title_eror{
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}

#page_timetable.page_driver_detail .date_points{
	text-align: right;
	margin-right: 2px;
	color: #333;
	display: none;
}
#page_timetable.page_driver_detail .ddc_line_point.bx-content-seection{
	background-color: #fff;
	width: 100%;
	padding: 0px;
	border-radius: 0;
	margin-top: 4px;
	margin-bottom: 10px;
	display: block;
	border-radius: 3px;
	-webkit-box-shadow: 0 6px 12px -10px #000;
	-moz-box-shadow: 0 6px 12px -10px #000;
	box-shadow: 0 6px 12px -10px #000;
}
#page_timetable.page_driver_detail .ddc_line_point.bx-content-seection.ddc_line_point_open{
	-webkit-box-shadow: 0 10px 12px -10px #000, 0 -6px 12px -10px #000;
	-moz-box-shadow: 0 10px 12px -10px #000, 0 -6px 12px -10px #000;
	box-shadow: 0 10px 12px -10px #000, 0 -6px 12px -10px #000;
}
#page_timetable.page_driver_detail .ddc_line_point.bx-content-seection.ddc_line_point_open .ddclp{
	background-color: #ffea4a;
}
#page_timetable.page_driver_detail .ddc_line_point.bx-content-seection.ddc_line_point_open .ddclp_user_not_conf{
	background-color: #fff;
}
#page_timetable .ddc_line_point_title{
	font-size: 14px;
	text-transform: uppercase;
	margin:6px 0;
}
#page_timetable .ddc_line_point.bx-content-seection.ddc_line_point_select_sms{
	background-color: #ffea4a;
}
#page_timetable .driver_send_sms_box .dssb_speed_text span{
	width: 33%;
	float: left;
	border:1px solid #ddd;
	margin-left:-1px;
	display: block;
	margin-bottom: 12px;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 0 6px;
	text-align: center;
}
#page_timetable .driver_send_sms_box .dssb_speed_text span:first-child{
	margin-left:0;
}
#page_timetable .driver_send_sms_box textarea{
	width: 100%;
	height: 100px;
	border:1px solid #ddd;
	padding: 6px;
}
#page_timetable .driver_send_sms_box .dssb_speed_text_act{
	width: 100%;
	text-align: center;
}
#page_timetable .driver_send_sms_box .dssb_speed_text_act .btn{
	font-size: 14px;
	padding: 14px 20px 8px 20px;
}

#page_timetable.page_driver_detail .ddclp{
	width: 100%;
	clear: both;
	position: relative;
}
.dd_name_sity, .top_dd_name_line, .top_dd_date, .ddc_name_city, .ddclp .ddclp_name, .ddclp_user_detail_name, .ddclp_user_detail_phone{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#page_timetable.page_driver_detail .ddclp .ddclp_name{
	float: left;
	font-size: 16px;
	color: #000;
	width: 100%;
	text-align: left;
	padding: 12px 8px;
	padding-right: 60px;
	cursor: pointer;
}
#page_timetable.page_driver_detail .ddclp .ddclp_num{
	float: right;
	position: absolute;
	right: 61px;
	top: 0;
	bottom: 0;
	padding-top: 13px;
	padding-right: 4px;
}
#page_timetable.page_driver_detail .ddclp .ddclp_time{
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	font-size: 16px;
	color: #333;
	font-family: sf_ui_displaybold;
	border-left: 1px solid #ccc;
	padding-top: 13px;
	background-color: #fff;
	width: 60px;
	cursor: pointer;
	text-align: center;
}
#page_timetable.page_driver_detail .ddclp_user_in,#page_timetable.page_driver_detail .ddclp_user_out,#page_timetable.page_driver_detail .ddclp_user_not_conf{
	color: #fff;
	font-family: sf_ui_displaybold;
	margin-left: 4px;
	border-radius: 11px;
	min-width: 22px;
	height: 22px;
	text-align: center;
	display: block;
	float: left;
	font-size: 15px;
	padding: 0;
	line-height: 24px;
}
#page_timetable.page_driver_detail .ddclp_user_not_conf{
	background-color: #ffea4a;
	color: #333;
	margin-left: 0px;
	margin-right: 4px;
}
#page_timetable.page_driver_detail .ddclp_user_in{
	background-color: #008000;
}
#page_timetable.page_driver_detail .ddclp_user_out{
	background-color: #ff0000;
}
#page_timetable.page_driver_detail .ddclp_users{
	padding: 1px 0px;
	display: none;
}
#page_timetable.page_driver_detail .ddclp_user{
	position: relative;
	margin: 10px 0;
	clear: both;
}
#page_timetable.page_driver_detail .ddclp_user_info{
	width: 268px;
	position: relative;
	background-color: #fff;
	padding: 4px;
	float: left;
}
#page_timetable.page_driver_detail .ddclp_user .ddclp_user_info:active{
	background-color: #ace3ff;
}
#page_timetable.page_driver_detail .ddclp_in .ddclp_user_info{
	cursor: pointer;
	background-color: rgba(255, 234, 74, 0.4);
}
#page_timetable.page_driver_detail .ddclp_user_info.ddclp_user_info_not_conf{
	background-color: #ffea4a;
}
#page_timetable.page_driver_detail .ddclp_user_info.ddclp_user_info_in_conf{
	background-color: #fff;
}
#page_timetable.page_driver_detail .ddclp .ddclp_time_select{
	background-color: rgba(255, 234, 74, 0.4);
}
#page_timetable.page_driver_detail .ddclp .ddclp_time_save{
	background-color: #ffea4a;
}
#page_timetable.page_driver_detail .ddclp_user .ddclp_user_time{
	float: left;
	width: 42px;
	text-align: left;
	padding-top: 10px;
}
#page_timetable.page_driver_detail .ddclp_user .ddclp_user_photo{
	float: left;
	position: relative;
}
#page_timetable.page_driver_detail .mym_user_icon_in{
	position: absolute;
	top: -2px;
	left: -2px;
	width: 18px;
	height: 18px;
	background-color: rgba(0, 128, 0, 0.8);
	border-radius: 50%;
	text-align: center;
	color: #fff;
	line-height: 20px;
}
#page_timetable.page_driver_detail .mym_user_icon_out{
	position: absolute;
	top: -2px;
	left: -2px;
	width: 18px;
	height: 18px;
	background-color: rgba(255, 0, 0, 0.8);
	border-radius: 50%;
	text-align: center;
	color: #fff;
}
#page_timetable.page_driver_detail .icon_user_name{
	width: 40px;
	height: 40px;
	background-color: #666;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	line-height: 44px;
	text-align: center;
	padding-left: 1px;
}
#page_timetable.page_driver_detail .ddclp_user .ddclp_user_detail{
	float: left;
	text-align: left;
	padding-left: 88px;
	width: 100%;
	font-size: 15px;
	line-height: 21px;
	position: absolute;
	color: #333;
}
/*#page_timetable.page_driver_detail .ddclp_user .ddclp_user_detail:active{
	background-color: #ff0000;
}*/
#page_timetable.page_driver_detail .ddclp_user_act{
	float: left;
	text-align: center;
}
#page_timetable.page_driver_detail .ddclp_user_act .ddclp_user_act_d{
	float: left;
	width: 44px;
	height: 44px;
	font-size: 24px;
	padding-top: 8px;
	border: 1px solid #333;
	margin: 2px 0 2px 10px;
	border-radius: 3px;
	border-radius: 50%;
	cursor: pointer;
}
#page_timetable.page_driver_detail .ddclp_user_act .ddclp_user_act_d:active{
	background-color: #ffea4a;
}
#page_timetable.page_driver_detail .ddclp_user_act .ddclp_user_act_d.ddclpua_confirm,#page_timetable.page_driver_detail  .ddclp_user_act .ddclp_user_act_d.ddclpua_confirm_in{
	background-color: #ffea4a;
}
#page_timetable.page_driver_detail .ddclp_user_act span.glyphicons-thumbs-up,#page_timetable.page_driver_detail .ddclp_user_act span.glyphicons-ok,#page_timetable.page_driver_detail .ddclp_user_act span.glyphicons-pencil{
	color: #666;
}
#page_timetable.page_driver_detail .ddclp_user_act span{
	display: block;
}
#page_timetable.page_driver_detail .ddclp_user_act span.glyphicons-earphone{
	color: #008000;
}
#page_timetable.page_driver_detail .ddclp_user_act span.glyphicons-plus{
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-size: 30px;
	line-height: 23px;
	margin-left: -1px;
	color: #ff0000;
}
#page_timetable.page_driver_detail .ddclp_user_act_s{
	display: none;
	margin-top: 4px;
}
#page_timetable.page_driver_detail .ddclp_user_info.ddclp_user_info_in_conf .ddclp_user_detail_name,#page_timetable.page_driver_detail .ddclp_user_info.ddclp_user_info_in_conf .ddclp_user_detail_phone,
#page_timetable.page_driver_detail .ddclp_user.ddclp_out .ddclp_user_detail .ddclp_user_detail_name,#page_timetable.page_driver_detail .ddclp_user.ddclp_out .ddclp_user_detail .ddclp_user_detail_phone{
	color: #888;
}
#page_timetable.page_driver_detail .ddclp_user .ddclp_user_photo span.glyphicon{
	position: absolute;
	left: 25px;
	top: 25px;
	color: #333;
	background-color: #ffea4a;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
	border: 1px solid #fff;
}
#page_timetable.page_driver_detail .no_user_in_point{
	font-size: 14px;
	text-transform: uppercase;
	background-color: #ffffff;
	padding: 10px 0;
	text-align: center;
	margin-top: 10px;
}
#page_timetable.page_driver_detail .ddclp_user_comment_title{
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 4px 2px 4px;
}
#page_timetable.page_driver_detail .ddclp_driver_comment_box{
	position: relative;
	width: 100%;
	padding:0 60px 0px 4px;
}
#page_timetable.page_driver_detail .ddclp_driver_comment{
	resize: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	overflow-y: auto;
	width: 100%;
}
#page_timetable.page_driver_detail .ddclp_driver_comment_box .ddclp_save_driver_comment{
	width: 44px;
	height: 44px;
	font-size: 24px;
	padding-top: 8px;
	border: 1px solid #333;
	margin: 2px 0 2px 10px;
	border-radius: 3px;
	cursor: pointer;
	position: absolute;
	right: 4px;
	top: 0;
	text-align: center;
	color: #666;
}
#page_timetable.page_driver_detail .ddclp_driver_comment_box .ddclp_save_driver_comment:active{
	background-color: #ffea4a;
}
#page_timetable.page_driver_detail .ddclp_user_comment_text{
	border: 1px solid #ccc;
	border-radius: 3px;
	max-height: 80px;
	overflow-y: auto;
	padding: 3px;
	background-color: #f5f5f5;
	color: #333;
	margin: 0 4px 0px 4px;
}
#page_timetable.page_driver_detail .ddclp_user_detail_act{
	display: none;
	text-align: left;
	clear: both;
}
#page_timetable.page_driver_detail .ddclp_user_detail span.glyphicons-chat{
	position: absolute;
	right: 6px;
	font-size: 20px;
	top: 24px;
	color: #999;
}
#page_timetable.page_driver_detail .img-circle{
	vertical-align: middle;
}

.ddclp_user_act_s .ddclpua_edit, .ddclp_user_act_s .ddclpua_delete, .ddclp_user_act_s .ddclpua_phone, .ddclp_user_act_s .ddclpua_confirm, .ddclp_user_act_s .ddclpua_confirm_in{
	display: none;
}
div.placemark_layout_driver{
	width: 44px;
	background-color: #fff;
	border-radius: 22px;
	height: 44px;
	position: relative;
	border:2px solid #ffea4a;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	box-shadow: 0 6px 5px rgba(0, 0, 0, .6);
	top: -52px;
	left: -22px;
}
div.placemark_layout_driver:before{
	background-color: #ffea4a;
	border-color: #ffea4a;
	display: inline-block;
	margin: auto 0;
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 27px;
	left: 10px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
div.placemark_layout_driver_img{
	position: absolute;
	float: left;
}
.page_timetable_wr_map .glyphicons-direction, .page_timetable_wr_map .glyphicons-random, .page_timetable_wr_map .glyphicons-directions, .page_timetable_wr_map .glyphicons-flag{
	font-size: 20px;
	line-height: 26px;
}
#page_timetable #btn_prev_car_line, #page_timetable #btn_next_car_line{
	cursor: pointer;
	width: 48%;
	margin:20px 1% 6px;
	background-color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 6px 4px 4px;
	float: left;
	position: relative;
}
#page_timetable #btn_prev_car_line:active, #page_timetable #btn_next_car_line:active{
	background-color: #ffea4a;
}
#page_timetable #btn_prev_car_line{
	text-align: left;
	padding-left: 30px;
}
#page_timetable #btn_next_car_line{
	text-align: right;
	padding-right: 30px;
}
#page_timetable #btn_prev_car_line span, #page_timetable #btn_next_car_line span{
	position: absolute;
	font-size: 28px;
	top: 11px;
	color: #ddd;
}
#page_timetable #btn_prev_car_line span{
	left: 2px;
}
#page_timetable #btn_next_car_line span{
	right: 2px;
}




@media (max-width:510px){
	.ddclp_user_act_f .ddclpua_edit{
		display: none;
	}
	#page_timetable.page_driver_detail .ddclp_user_act_s{
		display: block;
	}
	.ddclp_user_act_s .ddclpua_edit{
		display: block;
	}
	.naui_r{
		float: left;
		width: 100%;
	}
	.naui_l{
		float: left;
		width: 100%;
		margin-top: 6px;
	}
}

@media (max-width:456px){
	.ddclp_user_act_f .ddclpua_delete{
		display: none;
	}
	.ddclp_user_act_s .ddclpua_delete{
		display: block;
	}
}
@media (max-width:400px){
	.ddclp_user_act_f .ddclpua_phone{
		display: none;
	}
	.ddclp_user_act_s .ddclpua_phone{
		display: block;
	}
}
@media (max-width:340px){
	.ddclp_user_act_f .ddclpua_confirm, .ddclp_user_act_f .ddclpua_confirm_in{
		display: none;
	}
	.ddclp_user_act_s .ddclpua_confirm, .ddclp_user_act_s .ddclpua_confirm_in{
		display: block;
	}
}






#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full .ddc_line_point.bx-content-seection{
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full .ddclp_name{
	padding: 12px 8px 8px 8px;
}
#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full .ddclp_num{
	padding-top: 10px;
	right: 90px;
}
#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full .ddclp_time{
	padding-top: 11px;
	right: 26px;
}
#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full .ddclp_users{
	display: block;
	top: 39px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	bottom: -1px;
	right: -31px;
	width: auto;
	background-color: #fff;
	z-index: 1001;
	-webkit-overflow-scrolling: auto;
}
#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full .ddclp{
	clear: both;
	position: absolute;
	top: -1px;
	left: -1px;
	padding-left: 10px;
	right: -31px;
	z-index: 10;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 12px -10px #000;
	-moz-box-shadow: 0 6px 12px -10px #000;
	box-shadow: 0 6px 12px -10px #000;
	width: auto;
	z-index: 1002;
}
#hidden_var{
	display: none;
}
#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full .placemark_layout_driver_all{
	background-color: #fff;
	border: 2px solid #999;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full .placemark_layout_driver_all:before{
	background-color: #999; 
	border-color: #999;
}
#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full div.placemark_layout_driver div.placemark_layout_driver_name,#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full  div.placemark_layout_driver div.placemark_layout_driver_phone,#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full  div.placemark_layout_driver div.placemark_layout_driver_time{
	display: none;
}
#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full div.placemark_layout_driver_name, #page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full div.placemark_layout_driver_phone{
	padding-left: 44px;
	width: 160px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 21px;
}
#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full div.placemark_layout_driver_time{
	position: absolute;
	right: 4px;
	top: 15px;
	font-size: 10px;
}
#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full div.placemark_layout_driver.colorClass_fix div.placemark_layout_driver_name,#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full  div.placemark_layout_driver.colorClass_fix div.placemark_layout_driver_phone,#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full  div.placemark_layout_driver.colorClass_fix div.placemark_layout_driver_time{
	display: block;
}

#page_timetable.page_driver_detail #page_timetable_wr.page_timetable_wr_map_full div.placemark_layout_driver.colorClass_fix{
	width: 200px;
}


.flag_cont_balloon{
	/*width: 234px;
	margin: 0 auto;*/
	font-family: sf_ui_displayregular;
	position: relative;
	/*left: -1px;
	right: -31px;
	top: -1px;
	bottom: -1px;
	padding: 10px 50px 10px 50px;*/
}
.flag_bl_title_type, .flag_bl_title_time, .flag_bl_title_vis, .flag_bl_title_mess{
	font-size: 18px;
	/*font-family: sf_ui_displaybold;*/
	text-transform: uppercase;
	margin-left: 1%;
}
.flag_bl_title_time, .flag_bl_title_vis, .flag_bl_title_mess{
	margin-top: 20px;
}

.flag_bl_sl_type span{
	font-size: 22px;
	width: 18%;
	margin-right: 1%;
	margin-left: 1%;
	/*border: 1px solid #ddd;*/
	text-align: center;
	padding: 12px 0;
	cursor: pointer;
	/*margin-left: -1px;*/
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 6px 12px -10px #000;
	-moz-box-shadow: 0 6px 12px -10px #000;
	box-shadow: 0 6px 12px -10px #000;
	float: left;
	display: block;
}
.flag_bl_sl_type span:active{
	background-color: #ffea4a;
}
.flag_bl_sl_type span.select_type_flag{
	background-color: #ffea4a;
}
.flag_bl_sl_type .glyphicons-construction-cone, .placemark_layout_new_mark .glyphicons-construction-cone{
	color: #FF8000;
}
.flag_bl_sl_type .glyphicons-camera, .placemark_layout_new_mark .glyphicons-camera{
	color: #666;
}
.placemark_layout_new_mark .glyphicons-camera{
	background-color: #ffea4a;
	color: #333;
}
.flag_bl_sl_type .gai, .placemark_layout_new_mark .gai{
	color: #f21505;
}
.flag_bl_sl_type .gai2, .placemark_layout_new_mark .gai2{
	color: #3069ff;
}
.flag_bl_sl_type .glyphicons-envelope, .placemark_layout_new_mark .glyphicons-envelope{
	color: #666;
}
.placemark_layout_new_mark .glyphicons-flag{
	font-size: 16px;
	line-height: 16px;
}
.flag_bl_sl_time span{
	font-size: 18px;
	width: 31%;
	width: 31.3%;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
	display: block;
	float: left;
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 6px 12px -10px #000;
	-moz-box-shadow: 0 6px 12px -10px #000;
	box-shadow: 0 6px 12px -10px #000;
}
.flag_bl_sl_time span:active{
	background-color: #ffea4a;
}

.flag_bl_sl_time span.select_time_flag{
	background-color: #ffea4a;
}

.flag_bl_sl_vis span{
	font-size: 16px;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
	display: block;
	float: left;
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 6px 12px -10px #000;
	-moz-box-shadow: 0 6px 12px -10px #000;
	box-shadow: 0 6px 12px -10px #000;
}
.flag_bl_sl_vis span:active{
	background-color: #ffea4a;
}
.flag_bl_sl_vis span.select_vis_flag{
	background-color: #ffea4a;
}
#flag_bl_save{
	margin: 0 auto;
	display: block;
	width: 230px;
	font-size: 14px;
	margin-top: 26px;
	padding: 12px 0 8px 0;
	font-family: sf_ui_displayregular;
	-webkit-box-shadow: 0 6px 12px -10px #000;
	-moz-box-shadow: 0 6px 12px -10px #000;
	box-shadow: 0 6px 12px -10px #000;
}
textarea#flag_bl_title_txt{
	padding: 2px;
	line-height: 18px;
	font-size: 13px;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	height: auto;
}
div.placemark_layout_new_mark.placemark_layout_new_mark_no{
	background-color: #aaa;
}
div.placemark_layout_new_mark.placemark_layout_new_mark_no:before{
	border-top-color: #aaa;
}
div.placemark_layout_new_mark.class_active_bo{
	background-color: #ee4344;
}
div.placemark_layout_new_mark.class_active_bo:before{
	border-top-color: #ee4344;
}
div.placemark_layout_mark_time{
	background-color: rgba(50, 50, 50, .8);
	position: absolute;
	top: 5px;
	left: 24px;
	padding: 0 6px 0 10px;
	z-index: -1;
	font-size: 14px;
	color: #fff;
	-moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 1);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
	text-align: left;
	white-space: nowrap;
	display: none;
}
.ballon_content_flag_added{
	font-family: sf_ui_displayregular;
	position: relative;
}
.ballon_content_flag_added_title{
	font-size: 14px;
	color: #666;
	margin-bottom: 6px;
}
.fb_data_added{
	position: absolute;
	top: 30px;
	left: 44px;
	font-size: 13px;
	color: #333;
	font-family: sf_ui_displaybold;
	line-height: 16px;
}
.fb_data_added span{
	font-family: sf_ui_displayregular;
}
div.fb_text{
	margin-top: -4px;
	line-height: 15px;
	max-height: 100px;
	overflow-y: auto;
	background-color: #eee;
	padding: 2px;
}
div.fb_icon_added{
	margin-bottom: 4px;
}
div#flag_delete.btn.btn_red, div#map_blacklist_service.btn.btn_red{
	margin-top: 6px;
	padding: 5px 12px 2px 12px;
	margin-bottom: 6px;
}
.fb_data_added.fb_data_added_service{
	top: 40px;
	left: 50px;
	font-size: 14px;
}
.mess_balloon_bls{
	font-size: 14px;
	margin-top: 8px;
	font-family: sf_ui_displaybold;
}


div.placemark_layout_new_mark{
	width: 32px;
	background-color: #1595fb;
	border-radius: 50%;
	height: 32px;
	position: relative;
	border: none;
	color: #00599f;
	top: -44px;
	left: -16px;
	text-align: center;
	padding-top: 3px;
	font-size: 16px;
}
div.placemark_layout_new_mark.class_active_bo{
	background-color: #ee4344;
}
div.placemark_layout_new_mark span{
	border-radius: 50%;
	background-color: #fff;
	padding: 4px;
}
div.placemark_layout_new_mark:before{
	content: '';
	position: absolute;
	top: 22px;
	left: 1px;
	z-index: -1;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 22px solid #1595fb;
}
div.placemark_layout_new_mark:after{
	background-color: #1595fb;
	content: '';
	width: 18px;
	height: 28px;
	position: absolute;
	top: 8px;
	left: 7px;
	z-index: -2;
	-moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 1);
	box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 1);
	border-radius: 50%;
}

div.placemark_layout_new_mark.class_active_bo:before{
	border-top-color: #ee4344;
}
.filte_title{
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
	margin: 6px 0 4px 0;
}
#arr_filter_car .arr_filter_car_line{
	height: 48px;
	background-color: #fff;
	padding: 4px 10px;
	border-bottom: 1px dotted #eee;
}
#arr_filter_car .arr_filter_car_line:last-child{
	border-bottom: none;
}
#arr_filter_car .arr_filter_car_line span{
	display: block;
}
#arr_filter_car .arr_filter_car_line.arr_filter_car_line_null{
	padding-top: 15px;
}
#arr_filter_car .arr_filter_car_line.arr_filter_car_line_selected{
	background-color: #ffea4a;
}
#arr_filter_car .arr_filter_car_line:active{
	background-color: #ffea4a;
}

/* 
*************** Page Add User *************** 
*/
#page_add_user {
	background-color: #e6e6e6;
	font-size: 14px;
}
#page_add_user #page_add_user_wr{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 6px;
	right: 6px;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}
#page_add_user #start_img_loadding{
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
	z-index: 1100;
}










body#page_timetable.night_mode_on{
	background-color: #000;
}
body#page_timetable.night_mode_on .line_driver_date{
	color: #666;
}
body#page_timetable.night_mode_on .calendar .name_mes{
	color: #666;
}
body#page_timetable.night_mode_on .calendar .calendar_day{
	background-color: #333;
}
body#page_timetable.night_mode_on .calendar .calendar_day.day_dis{
	color: #fff;
}
body#page_timetable.night_mode_on .calendar .calendar_day.day_dis:active, body#page_timetable.night_mode_on .calendar .calendar_day.day_none:active{
	background-color: #666;
}
body#page_timetable.night_mode_on .calendar .calendar_day:active{
	background-color: #ffea4a;
}
body#page_timetable.night_mode_on .calendar .day_ch{
	color: #999;
}
body#page_timetable.night_mode_on .bt_bt{
	background-color: #333;
}
body#page_timetable.night_mode_on .bt_bt div .glyphicon{
	color: #ccc;
}
body#page_timetable.night_mode_on .bt_bt div.bt_bt_act{
	background-color: #625700;
}
body#page_timetable.night_mode_on .a_line_driver{
	background-color: #333;
	color: #ccc;
}
body#page_timetable.night_mode_on .ld_time{
	color: #ccc;
}
body#page_timetable.page_driver_detail.night_mode_on .dd_name_line{
	color: #999;
}
body#page_timetable.page_driver_detail.night_mode_on .dd_name_sity{
	background-color: #333;
	color: #ccc;
}
body#page_timetable.page_driver_detail.night_mode_on .dd_name_sity:active{
	background-color: #625700;
}
body#page_timetable.page_driver_detail.night_mode_on .dd_detail_num_space{
	background-color: #222;
	border-color: #222;
	color: #666;
}
body#page_timetable.page_driver_detail.night_mode_on .dd_detail_num_space span{
	color: #ccc;
}
body#page_timetable.page_driver_detail.night_mode_on .no_user_in_point{
	background-color: #333;
	color: #ccc;
}
body#page_timetable.page_driver_detail.night_mode_on .ddc_line_point.bx-content-seection{
	background-color: #333;
	color: #ccc;
}
body#page_timetable.page_driver_detail.night_mode_on .ddclp .ddclp_time{
	background-color: #333;
	color: #ccc;
	border-color: #000;
}
body#page_timetable.page_driver_detail.night_mode_on .ddclp .ddclp_time.ddclp_time_save{
	background-color: #625700;
}
body#page_timetable.page_driver_detail.night_mode_on .ddclp_in .ddclp_user_info{
	background-color: #403900;
}
body#page_timetable.page_driver_detail.night_mode_on .ddclp .ddclp_name{
	color: #ccc;
}
body#page_timetable.page_driver_detail.night_mode_on .ddc_line_point.bx-content-seection.ddc_line_point_open .ddclp{
	background-color: #625700;
}
body#page_timetable.page_driver_detail.night_mode_on .ddclp_user_info{
	background-color: #000;
}
body#page_timetable.page_driver_detail.night_mode_on .ddclp_user_info.ddclp_user_info_not_conf{
	background-color: #625700;
}
body#page_timetable.page_driver_detail.night_mode_on .ddclp_user_act .ddclp_user_act_d{
	background-color: #000;
	border-color: #000;
}
body#page_timetable.page_driver_detail.night_mode_on .ddclp_user_act .ddclp_user_act_d:active{
	background-color: #625700;
}
body#page_timetable.page_driver_detail.night_mode_on .ddclp_user .ddclp_user_detail{
	color: #ccc;
}
body#page_timetable.page_driver_detail.night_mode_on .ddclp_user_info.ddclp_user_info_in_conf{
	background-color: #000;
}
body#page_timetable.page_driver_detail.night_mode_on .ddclp_user_act .ddclp_user_act_d .glyphicons-tick, body#page_timetable.page_driver_detail.night_mode_on .ddclp_user_act .ddclp_user_act_d .glyphicons-thumbs-up{
	color: #ffea4a;
}
body#page_timetable.page_driver_detail.night_mode_on #page_timetable_wr>ymaps>ymaps{
	background: none;
}
body#page_timetable.page_driver_detail.night_mode_on #page_timetable_wr>ymaps>ymaps>ymaps>ymaps:nth-child(2){
	opacity: 0.4!important;
}
body#page_timetable.page_driver_detail.night_mode_on #page_timetable_wr .ymaps-2-1-48-balloon__close-button{
	opacity: 0!important;
}
body#page_timetable.page_driver_detail.night_mode_on #page_timetable_wr.page_timetable_wr_map_full .ddclp{
	background-color: #000;
}
body#page_timetable.page_driver_detail.night_mode_on #close_ball_night_mode{
	display: block;
}
body#page_timetable.page_driver_detail.night_mode_on #page_timetable_wr.page_timetable_wr_map_full .ddclp_users{
	background-color: #333;
	color: #ccc;
}
body#page_timetable.page_driver_detail.night_mode_on .bt_bt_next_prev{
	background-color: #333;
}
body#page_timetable.page_driver_detail.night_mode_on .bt_bt_next_prev div .glyphicon{
	color: #ccc;
}
body#page_timetable.page_driver_detail.night_mode_on #page_timetable_wr.page_timetable_wr_map_full .ddclp_user_comment_title{
	color: #ccc;
}
body#page_timetable.page_driver_detail.night_mode_on #page_timetable_wr.page_timetable_wr_map_full .ddclp_user_comment_text{
	background-color: #000;
	color: #ccc;
	border-color: #666;
}
body#page_timetable.page_driver_detail.night_mode_on #page_timetable_wr.page_timetable_wr_map_full .flag_cont_balloon{
	background-color: #000;
}
body#page_timetable.night_mode_on .flag_bl_title_type,body#page_timetable.night_mode_on .flag_bl_title_time,body#page_timetable.night_mode_on .flag_bl_title_vis,body#page_timetable.night_mode_on .flag_bl_title_mess{
	color: #ccc;
}
body#page_timetable.night_mode_on .flag_bl_sl_type span{
	background-color: #333;
	border-color: #666;
}
body#page_timetable.night_mode_on .flag_bl_sl_type span.select_type_flag{
	background-color: #ffea4a;
}
body#page_timetable.night_mode_on .flag_bl_sl_type .glyphicons-camera,body#page_timetable.night_mode_on .flag_bl_sl_type .glyphicons-envelope{
	color: #999;
}
body#page_timetable.night_mode_on .flag_bl_sl_time span{
	background-color: #333;
	border-color: #666;
	color: #ccc;
}
body#page_timetable.night_mode_on .flag_bl_sl_time span.select_time_flag{
	background-color: #ffea4a;
	color: #333;
}
body#page_timetable.night_mode_on .flag_bl_sl_vis span{
	background-color: #333;
	border-color: #666;
	color: #ccc;
}
body#page_timetable.night_mode_on .flag_bl_sl_vis span.select_vis_flag{
	background-color: #ffea4a;
	color: #333;
}
.flag_bl_sl_vis{
	margin-top: 3px;
}

#page_timetable.page_driver_detail.page_driver_detail_city_canceled .pddcc_line .ddclp_user_act{
	width: 40px;
	height: 40px;
	font-size: 24px;
	padding-top: 8px;
	background-color: #e6e6e6;
	margin: 0px;
	border-radius: 3px;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	position: absolute;
	right: 6px;
	top: 6px;
}
#page_timetable.page_driver_detail.page_driver_detail_city_canceled .pddcc_line .ddclp_user_act:active{
	background-color: #ffea4a;
}
#page_timetable.page_driver_detail.page_driver_detail_city_canceled .pddcc_line {
	/* background-color: #fff; */
	border-radius: 3px;
	-webkit-box-shadow: 0 6px 12px -10px #000;
	-moz-box-shadow: 0 6px 12px -10px #000;
	box-shadow: 0 6px 12px -10px #000;
	margin: 12px 0 16px;
	padding: 0;
	position: relative;

}

#page_timetable.page_driver_detail.page_driver_detail_city_canceled .pddcc_line .pddcc_line_user {
	cursor: pointer;
	padding: 4px 6px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #fff;
	border-radius: 3px;
}
#page_timetable.page_driver_detail.page_driver_detail_city_canceled .pddcc_line.pddcc_line_open .pddcc_line_user {
	background-color: #222;
	color: #fff;
	border-radius: 3px 3px 0 0;
}
#page_timetable.page_driver_detail.page_driver_detail_city_canceled .pddcc_line .pddcc_line_user:active {
	background-color: #222;
}
#page_timetable.page_driver_detail.page_driver_detail_city_canceled .pddcc_line .pddcc_line_icon{
	position: absolute;
	left: 6px;
	top: 6px;
}
#page_timetable.page_driver_detail.page_driver_detail_city_canceled .pddcc_line .pddcc_line_adr{
	width: 100%;
	padding-left: 50px;
}
#page_timetable.page_driver_detail.page_driver_detail_city_canceled .pddcc_line .pddcc_line_name{
	font-size: 14px;
	font-family: sf_ui_displaybold;
}
#page_timetable.page_driver_detail.page_driver_detail_city_canceled .pddcc_line .pddcc_line_info{
	width: 100%;
	display: none;
	padding: 0;
	-webkit-box-shadow: 0 12px 16px -6px #000;
	-moz-box-shadow: 0 12px 16px -6px #000;
	box-shadow: 0 12px 16px -6px #000;
}
#page_timetable.page_driver_detail.page_driver_detail_city_canceled .pddcc_line .pddcc_line_info .pddcc_line_info_1{
	text-align: center;
	padding: 9px 4px 8px;
	/* margin: 1px 0; */
	background-color: #222;
	color: #fff;
	border-top: 1px dotted #555;
	/* border-radius: 0 0 3px 3px; */
}
#page_timetable.page_driver_detail.page_driver_detail_city_canceled .pddcc_line .pddcc_line_info .pddcc_line_info_1.pddcc_line_info_btn{
	color: #333;
	background-color: #ffea4a;
	cursor: pointer;
}
#page_timetable.page_driver_detail.page_driver_detail_city_canceled .pddcc_line .pddcc_line_info .pddcc_line_info_1.pddcc_line_info_btn:active{
	background-color: #222;
	color: #fff;
}
#page_timetable.page_driver_detail.page_driver_detail_city_canceled .pddcc_line .pddcc_line_info .pddcc_line_info_1:last-child{
	/* border-bottom: none; */
	border-radius: 0 0 3px 3px;
}





/* 
*************** Page PREV NEXT Car *************** 
*/
#page_prev_next{
	background-color: #e6e6e6;
	font-size: 14px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#page_prev_next .page_prev_next_error{
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}
#page_prev_next .page_prev_next_line{
	width: 98%;
	background-color: #fff;
	margin:14px 1%;
	-webkit-box-shadow: 0 12px 16px -6px #999;
	-moz-box-shadow: 0 12px 16px -6px #999;
	box-shadow: 0 12px 16px -6px #999;
	border-radius: 3px;
	position: relative;
	padding: 4px 2px;
}
#page_prev_next .page_prev_next_line .ppnl_time{
	position: absolute;
	left: 4px;
	top: 50%;
	width: 60px;
	text-align: center;
	font-size: 20px;
	margin-top: -14px;
}
#page_prev_next .page_prev_next_line .ppnl_name_car{
	padding-left: 68px;
}
#page_prev_next .page_prev_next_line .ppnl_name_car span{
	font-family: sf_ui_displaybold;
}
#page_prev_next .page_prev_next_line .ppnl_name_driver{
	padding-left: 68px;
	font-family: sf_ui_displaybold;
}
#page_prev_next .page_prev_next_line .ppnl_phone_driver{
	padding-left: 68px;
}
#page_prev_next .page_prev_next_line .ppnl_phone_call{
	position: absolute;
	right: 4px;
	top: 50%;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 28px;
	margin-top: -22px;
	padding-top: 5px;
	background-color: #eee;
	border-radius: 50%;
}
#page_prev_next .page_prev_next_line .ppnl_phone_call a{
	color: #008000;
}


/* 
*************** Page ONLINE DETAIL USER *************** 
*/
#page_data_odu .pdodu_user{
	position: relative;
	min-height: 100px;
	
}
#page_data_odu .pdodu_user_icon{
	position: absolute;
	left: 6px;
	top: 6px;
}
#page_data_odu .pdodu_user_name, #page_data_odu .pdodu_user_phone{
	font-size: 16px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; 
	width: 100%;
	padding-left: 100px;
}
#page_data_odu .pdodu_user_name{
	font-family: sf_ui_displaybold;
	padding-top: 26px;
}
#page_data_odu .icon_user_name{
	width: 80px;
	height: 80px;
	background-color: #666;
	border-radius: 50%;
	color: #fff;
	font-size: 40px;
	line-height: 80px;
	text-align: center;
	padding-left: 1px;
}
#page_data_odu .pdodu_param_l{
	width: 50%;
	text-align: right;
	float: left;
	font-weight: normal;
	padding-top: 1px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 4px;
}
#page_data_odu .pdodu_param_r{
	width: 50%;
	text-align: left;
	float: right;
	padding-left: 4px;
	color: #333;
}
#page_data_odu .pdodu_order{
	padding: 8px 0;
	background: #fff;
}
#page_data_odu #delete_order{
	margin:0 auto;
	padding: 14px 10px 10px 10px;
}
#page_data_odu #delete_order:active{
	background-color: #ffea4a;
}
#page_data_odu .act_btn{
	text-align: center;
	margin-top: 18px;
}



















