﻿/* ALL
------------------------------------------------- */
.unselectable {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}
.drop {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	color: #fff;
}

	.drop p {
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		margin: 0;
		padding: 0 10px;
		box-sizing: border-box;
		background: gray;
	}

	.drop .dropdown_block {
		display: none;
		width: 274px;
		position: absolute;
		top: 60%;
		left: 0;
		right: 0;
	}

	.drop:hover .dropdown_block,
	.dropdown_block:hover {
		display: block;
	}

	.drop ul {
		display: block;
		width: 100%;
		background: gray;
		padding: 0;
		margin: 10px 0 0;
		list-style: none;
		max-height: 90px;
		overflow: auto auto;
	}

	.drop li {
		display: block;
		width: max-content;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		box-sizing: border-box;
	}

		.drop li:hover {
			background: #555;
			cursor: pointer;
		}
img {
	vertical-align: text-bottom;
	border: 0;
}
.comment
{
    color: #AAAAAA;
}
.service_desc
{
    width: 195px;
    height: 60px;
}
.ul_menu2 li
{
    margin-bottom: 5px;
}
/* ICONS AND ACTS
------------------------------------------------- */
.i
{
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display:inline-block;
    vertical-align: text-top;
}
.i_magnifier {
	background-image: url('/images/icons/magnifier.png');
}
.i_call_out {
	background-image: url('/images/icons/call_out_s.png');
}
.i_bullet_orange {
	background-image: url('/images/icons/bullet_orange.png');
}
.i_arrow_up {
	background-image: url('/images/icons/arrow_up.png');
}
.i_color_wheel {
	background-image: url('/images/icons/color_wheel.png');
}
.i_user_gray {
	background-image: url('/images/icons/user_gray.png');
}
.i_car_green {
	background-image: url('/images/icons/small_car.png');
}
.i_new {
	background-image: url('/images/icons/new.png');
}
.i_betweencity {
	background-image: url('/images/icons/betweencity.png');
}
.i_fire {
	background-image: url('/images/icons/fire.png');
}
.i_connect {
	background-image: url('/images/icons/connect.png');
}
.i_echo_test {
	background-image: url('/images/icons/events.png');
	background-size: 16px;
}
.i_gps_mark {
	background-image: url('/images/icons/gps_mark.png');
}
.i_exclamation {
	background-image: url('/images/icons/exclamation.png');
	width: 24px;
	height: 24px;
}
.i_thumb_down {
	background-image: url('/images/icons/thumb_down.png');
}
.i_thumb_up {
	background-image: url('/images/icons/thumb_up.png');
}
.i_angry {
	background-image: url('/images/icons/angry.png');
}
.i_reservation {
	background-image: url('/images/icons/reservation.png');
}
.i_history {
	background-image: url('/images/icons/history.png');
}
.i_map {
	background-image: url('/images/icons/map.png');
}
.i_coins {
	background-image: url('/images/icons/coins.png');
}
.i_busy {
	background-image: url("/images/icons/busy.png");
}
.i_online {
	background-image: url("/images/icons/online.png");
}
.i_information {
	background-image: url("/images/icons/information.png");
}
.i_question {
	background-image: url("/images/icons/question.png");
}
.i_pencil {
	background-image: url("/images/icons/pencil.png");
}
.i_edit_str
{
    cursor: pointer;
    padding: 0 5px;
    margin-left: 10px;
}
.act_history {
	background-image: url("/images/icons/history.png");
}
.act_delete {
	background-image: url("/images/icons/delete.png");
}
.act_uncall {
	background-image: url("/images/icons/busy_phone.png");
}
.act_set_parking {
	background-image: url("/images/icons/set_parking.png");
	padding-bottom: 2px;
	color: #666666;
}
.act_audio {
	background-image: url("/images/icons/audio.png");
}
.act_man
{
    color: #666666;
}
.act_wait {
	background-image: url("/images/icons/wait.gif");
}
.act_play {
	background-image: url("/images/icons/control_play.png");
}
.btn_play {
	background-repeat: no-repeat;
	background-image: url("/images/icons/control_play.png");
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #b3b3b3;
	display: block;
	width: 200px;
	padding: 2px 2px 2px 20px;
	margin: 0px 2px 17px 0;
	font-size: 11px;
	text-align: left;
	cursor: pointer;
}
.btn_stop {
	background-repeat: no-repeat;
	background-image: url("/images/icons/control_stop.png");
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #b3b3b3;
	display: block;
	width: 200px;
	padding: 2px 2px 2px 20px;
	margin: 0px 2px 17px 0;
	font-size: 11px;
	text-align: left;
	cursor: pointer;
}
.act_stop {
	background-image: url("/images/icons/control_stop.png");
}
.act_callback {
	background-image: url("/images/icons/callback.png");
}
.act_busyphone {
	background-image: url("/images/icons/busy_phone.png");
	margin-left: 10px;
}
.act_account {
	background-image: url("/images/icons/account.png");
}
.act_delfee {
	background-image: url("/images/icons/auction_del.png");
}
.act_payment {
	background-image: url("/images/icons/coins.png");
}
.act_link
{
    background-repeat: no-repeat;
    padding-left: 18px;
    color: Blue;
    text-decoration: underline;
    cursor: pointer;
}
.elected_route
{
    color: #666666;
}
.act_link:hover
{
    color: #EF7810;
}
.act_dis
{
    color: #CCCCCC;
    cursor: default;
}
.act_add {
	background-image: url("/images/icons/add.png");
}
.act_refresh {
	background-image: url("/images/icons/refresh.png");
}
.act_refresh_gps {
	background-image: url("/images/icons/refresh_gps.png");
}
.act_busy {
	background-image: url("/images/icons/busy.png");
	cursor: default;
	text-decoration: blink;
	color: Red;
}
.act_done {
	background-image: url("/images/icons/accept.png");
}
.act_done_all {
	background-image: url("/images/icons/done.png");
}
.act_add_part_order {
	background-image: url("/images/icons/add_part_order.png");
}
.act_accept {
	background-image: url("/images/icons/accept.png");
	background-repeat: no-repeat;
	padding-left: 18px;
}
.act_reject {
	background-image: url("/images/icons/reject.png");
	background-repeat: no-repeat;
	padding-left: 18px;
}
.act_transfer {
	background-image: url("/images/icons/transfer.png");
}
.act_underline
{
    border-bottom-style: dashed;
    border-bottom-color: black;
    border-bottom-width: 1px;
    text-decoration: none;
    padding-left: 0px;
    cursor: pointer;
}

.act_callback_hold
{
    cursor:default;
    text-decoration: none;
    color: #666;
}
.act_stopwatch_start {
	background-image: url("/images/icons/stopwatch_start.png");
}
.act_stopwatch_pause {
	background-image: url("/images/icons/stopwatch_pause.png");
}
.act_stopwatch_finish {
	background-image: url("/images/icons/stopwatch_finish.png");
}
/* Favorites
------------------------------------------------- */
.act_link
{
    background-repeat: no-repeat;
    padding-left: 18px;
    color: Blue;
    text-decoration: underline;
    cursor: pointer;
}

.act_cancel, .act_complaint
{
background-color: #C2C2C2;
padding: 5px;
margin-top: 10px;
width: 135px;
background-image: none;
}
.s_dashed
{
    border-bottom-style: dashed;
    border-bottom-color: #ef7810;
    border-bottom-width: 1px;
    text-decoration: none;
    cursor: pointer;
}
.s_link, .s_link3
{
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
    cursor: pointer;
}
.s_oo {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url("/images/icons/oo.png");
	background-position: left;
}
.feed_ico
{
    margin-top: 1px;
    margin-bottom: 2px;
}
.s_el {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url("/images/icons/star.png");
	background-position: left;
}
.sms_set
{
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
    cursor: pointer;
    
}
.s_link, a
{
    color:#666666;
    text-decoration: underline;
}
.s_link:hover, a:hover
{
    color: #EF7810;
    text-decoration: none;
}
.s_link2
{
    cursor: pointer;
}
.s_link2
{
    color:#666666;
    
}
.s_link2:hover
{
    color: #EF7810;
    text-decoration: none;
}
a:visited
{
    color:#666666;
}
.s_link:active, a:active
{
    color: #EF7810;
}
.act_acc {
	background-image: url("/images/icons/accept.png");
	background-repeat: no-repeat;
	padding-left: 18px;
}
.act_edit {
	background-image: url("/images/icons/page_edit.png");
	background-repeat: no-repeat;
	padding-left: 18px;
}
.act_del {
	background-image: url("/images/icons/delete.png");
	color: #A5A5A5
}
.act_share {
	background-image: url("/images/icons/arrow_out.png");
}
.act_ban {
	background-image: url("/images/icons/cancel.png");
	color: #A5A5A5
}
.d_compl
{
    margin-left: 93px;
}
.f_d_pict
{
    float:left;
    padding: 3px;
    /*border: 1px solid #A5A5A5;*/
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    width: 79px;
}
.f_d_auto_det
{
    font-size: 0.9em;
}
.f_d_content
{
    margin-left: 93px;
}
.f_d_pict img
{
    width: 79px;
    /*max-height: 62px;*/
}
.f_i_picture_account
{
    height: 30px;
}
.f_d_title
{
    display: table; 
    height: 32px; 
    position: relative; 
    overflow: hidden;
}
.f_d_title a 
{
    display: table-cell; 
    vertical-align: middle;
    padding: 0 5px;
}
.f_d_title img
{
    vertical-align: middle;
}
.f_d_item
{
    clear:both;
    margin-bottom: 10px;
    min-height: 70px;
}
.f_d_select
{
    float: left;
    width: 30px;
}
.f_d_gray
{
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.a_rerf_rating_up
{
    border-bottom-style: dashed;
    border-bottom-color: #666;
    border-bottom-width: 1px;
    color: #666;
}
.rerf_rating
{
    padding: 2px 10px;
    font-size: 1.1em;
    color: white;
}
.rating_bar
{
    height: 13px;
    width: 140px;
    background-color: #EEECEC;
    margin: 2px 0;
}
.rating_bar > div
{
    height: 13px;
    float: left;
}
.rating_wrapper
{
    height: 20px;
}
.rating_line
{
    margin-top: -2px;
    height: 17px;
    background-color: black;
    width: 2px;
    display: block;
    margin-left: 69px;
    position: absolute;
}
.rating_start
{
    
}
.rating_start img
{
    width: 16px;
    height: 16px;
}
#performer_cards
{
    margin: 5px 0;
}
#text_performer_search
{
    width: 350px;
}
#b_performer_search
{
    width: 150px;
    height: 30px;
    margin-top: 10px;
}
.b_next
{
    padding: 10px 90px;
}
#t_performer_search input,#t_performer_search select
{
    width: 200px;
}
.f_d_color_item
{

    background-repeat: repeat-x;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
    background-color: #FFD1A9;
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;     -moz-border-radius: 4px;
          border-radius: 4px;
    background-image: linear-gradient(to bottom, #EF7810, #FFD1A9);
}
/* FEED
**************************** */
.your_client
{
    color:Green;
    margin-left: 5px;
    font-weight: BOLD;
}
.accurate_failed
{
    color:Red;
}
/* DRIVER FUNC
***************************/
.send_request
{
    background-color:#EF7810;
    height:31px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    color: White;
}
/* MISC
**********************/
.act_dashed
{
    border-bottom-style: dashed;
    border-bottom-color: #666;
    border-bottom-width: 1px;
    color: #666;
    cursor:pointer; 
    text-decoration: none;  
}
.act_dashed:hover, .act_dashed:active
{
    color: #EF7810;
}
.clear_table
{
    border: none;
}
.clear_table td, .clear_table tr
{
    border: none;
}
.locality_choise
{
    color: White;
    font-size: 1.5em;
}
.auto_photo_item
{
    /*float:left;*/
    margin: 10px;
}
.auto_photo_item2
{
    float:left;
    margin: 10px;
}
.color_red
{
    color:Red;
}
/* MARGIN
**********************/
.mt5
{
    margin-top: 5px;
}
.mb5
{
    margin-bottom: 5px;
}
.ml5
{
    margin-left: 5px;
}
.mr5
{
    margin-right: 5px;
}
.mb10
{
    margin-bottom: 10px;
}
.mr10
{
    margin-right: 10px;
}
.ml10
{
    margin-left: 10px;
}
.mt10
{
    margin-top: 10px;
}
/* PADDING
**********************/
.pt5
{
    padding-top: 5px;
}
.pb5
{
    padding-bottom: 5px;
}
/* WIDTH HEIGHT
**********************/
.w200
{
    width: 200px;
}
.h40
{
    height: 40px;
}
/* MESSAGE BOXES
**********************/
.message
{
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('icons/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('icons/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('icons/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('icons/error.png');
}
.but_send
{
background-color:#EF7810;
width:157px;
height:35px;
font-size:1.1em;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
color: White;
}
.btn {
  border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
    display: block;
    width: 224px;
    padding: 2px 2px 2px 7px;
  
    margin: 0px 2px 17px 0;

    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: left;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;

    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
.btn_inline
{
    display: inline-block;
    margin-right: 75px;
    margin-bottom: 0;
    width: 90px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;

}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.act_delete2
{
padding: 3px;
margin-top: 10px;
background-color: red;
color: white;
width: 135px;
}
.service td, .service th
{
    text-align: center;
    border: 1px solid #AAA;
}
.print_service td, .print_service th
{
    text-align: left;
    border: 1px solid #AAA;
}
/* ACCOUNT EDIT
**********************/
.account_edit
{
    border: 0;
}
.account_edit td
{
    border: 0;
    padding: 10px;
}
.account_edit th
{
    border: 0;
    padding: 10px;
}
.account_edit .head
{
    width: 120px;
    font-weight:bold;
    text-align: right;
    
    vertical-align: top;
}
.section_setting
{
    margin: 10px 0 15px 20px;
    width: 50%;
    font-weight: bold;
    font-size: 1.09em;
    border-bottom: 1px solid #666666;
}
.info_gps, .info_gps *
{
    font-size: 16px;
}
/* ADS
**********************/
#pad_value
{
    height: 40px;
    width: 300px;
}
.item_pad
{
    padding: 3px 3px;
}
.item_pad
{
    border-bottom: 1px dashed #666666;
}
.item_pad_contact
{
    font-style: italic;
    font-size: .97em;
}
.item_pad_date
{
    font-style: italic;
    font-size: .97em;
    color: #A5A5A5;
}
.item_pad_body
{
    margin: 3px 0;
}
.pad_colored
{
    background-repeat: repeat-x;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
    background-color: #FFD1A9;
    background-repeat: repeat-x;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
    background-image: linear-gradient(to bottom, #EF7810, #FFD1A9);
    color: black;
}
.ul_menu2 li
{
    margin: 7px 0;
}
/* PAGE-NAV
**********************/
.page-nav
{
    padding: 10px 0 20px 0;
    font-size: .97em;
}
.page-nav ul.next-prev
{
    list-style: none;
    padding-left: 5px;
}
.page-nav ul.next-prev li
{
    float: left;
    margin-right: 10px;
}
.page-nav .page-page
{
    font-style: italic;
}
/*MESSAGE BOXES*/
.message{border:1px solid;margin:10px 0px;padding:15px 10px 15px 50px;background-repeat:no-repeat;background-position:10px center;}
.info{color:#00529B;background-color:#BDE5F8;background-image:url('icons/info.png');}
.info a,.info a:visited{color:#00529B;}
.success{color:#4F8A10;background-color:#DFF2BF;background-image:url('icons/success.png');}
.success a,.info a:success{color:#4F8A10;}
.warning{color:#9F6000;background-color:#FEEFB3;background-image:url('icons/warning.png');}
.warning a,.warning a:visited{color:#9F6000;}
.error{color:#D8000C;background-color:#FFBABA;background-image:url('icons/error.png');}
.error a,.error a:visited{color:#D8000C;}
.error a:hover,.warning a:hover,.info a:hover,.success a:hover{color:#ef7810;}

.t_shcedule
{
    display: block;
    float:left;
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none; 
}
.t_shcedule input, .t_shcedule img
{
    margin:-2px 0;
    vertical-align: middle;
}
.t_shcedule td
{
    font-size: 11px;
    text-align: center;
    cursor: crosshair;
}
.t_shcedule .shift, .t_shcedule .shift_sel
{
    background-color: rgb(238, 145, 5);
    color: white;
}
.t_shcedule .shift_notmain
{
    background-color: rgb(64, 56, 44);
    color: white;
}
.t_shcedule .shift
{
    cursor: help;
}
#video
{
    position: absolute;
    right: 0px;
    top: 5px;
    height: 100px;
    width: 140px;
    background-color: antiquewhite;
}
.tooltipster-content img
{
    display: inline;
    margin: 1px;
    width: 150px;
}
.tooltipster-content
{
    width: 1220px;
}
.whoisonline
{
    float: left;
    margin: 3px;
    border: 1px gray solid;
    padding: 3px;
    border-radius: 7px;
}
#need_listen {
	-webkit-animation: need_listen 3s linear infinite;
	animation: need_listen 3s linear infinite;
}
@-webkit-keyframes need_listen {
	0% {
		color: rgb(255, 102, 0);
	}

	50% {
		color: rgba(19, 0, 0, 0.22);
	}

	100% {
		color: rgb(255, 102, 0);
	}
}
@keyframes need_listen {
	0% {
		color: rgb(255, 102, 0);
	}

	50% {
		color: rgba(19, 0, 0, 0.22);
	}

	100% {
		color: rgb(255, 102, 0);
	}
}
.connect_icon>img {
    width: 24px;
    cursor:pointer;
}
#callsActive>div {
    margin-top: 12px;
}