body{
	margin: 0;
}
html, body
{
	height: 100%;
}
@font-face {
	font-family: Lato-Regular;
	src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
	font-family: Lato-Bold;
	src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
	font-family: Lato-Light;
	src: url(../fonts/Lato-Light.ttf);
}
@font-face {
	font-family: Lato-Light;
	src: url(../fonts/Lato-Light.ttf);
}
@font-face {
	font-family: Lato-Semibold;
	src: url(../fonts/Lato-Semibold.ttf);
}
@font-face {
	font-family: OpenSans;
	src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
	font-family: Lato-Regular;
	src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
	font-family: Lato-Bold;
	src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
	font-family: Lato-Light;
	src: url(../fonts/Lato-Light.ttf);
}
@font-face {
	font-family: Lato-Light;
	src: url(../fonts/Lato-Light.ttf);
}
@font-face {
	font-family: Lato-Semibold;
	src: url(../fonts/Lato-Semibold.ttf);
}
@font-face {
	font-family: OpenSans;
	src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
	font-family: OpenSans-Bold;
	src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
	font-family: OpenSans-Semibold;
	src: url(../fonts/OpenSans-Semibold.ttf);
}
@font-face {
	font-family: OpenSans-Light;
	src: url(../fonts/OpenSans-Light.ttf);
}
/*login section*/
.login_section{
	width: 100%;
	height: 100%;
	background-color: #f1f8ec;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login_section .login{
	background: #fff;
	width: 360px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 2px;
}
.login_section .head{
	padding-bottom: 20.5px;
	padding-top: 21px;
	padding-left: 20px;
	border-bottom: 1px solid #ddd;
}
.login_section .sign{
	padding-top: 20px;
	padding-left: 20px;
	font-family: Lato-Regular;
	font-size: 24px;
	color: #494A69;
	letter-spacing: 1.39px;
}
.login_section form{
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
}
.login_section label{
	font-family: Lato-Bold;
	font-size: 12px;
	color: #494A69;
	line-height: 15px;
	display: block;
	margin-bottom: 8px;
	display: flex;
	align-items: center;

}
.login_section form label.two{
	margin-top: 20px;
}
.login_section input{
	width: calc(100% - 16px);
	padding:12px 0 11px 16px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	outline: none;
}
.login_section input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: Lato-Light;
	font-size: 14px;
	color: #788196;
	line-height: 17px;
}
.login_section input::-moz-placeholder { /* Firefox 19+ */
	font-family: Lato-Light;
	font-size: 14px;
	color: #788196;
	line-height: 17px;
}
.login_section input:-ms-input-placeholder { /* IE 10+ */
	font-family: Lato-Light;
	font-size: 14px;
	color: #788196;
	line-height: 17px;
}
.login_section input:-moz-placeholder { /* Firefox 18- */
	font-family: Lato-Light;
	font-size: 14px;
	color: #788196;
	line-height: 17px;
}
.login_section form a.forgot{
	display: block;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #00B5B8;
	letter-spacing: 0.81px;
	text-decoration: none;
	background: #fff;
}
.login_section form  button{
	width: calc(100% - 15px);
	height: 60px;
	margin-bottom: 20px;
	background: #B2B2BB;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.81px;
}

/*login section end*/
/*forgot section*/
.login_section .forgot_section{
	padding: 18px;
	background: #f2f2f2;
}
.login_section .forgot_section .reset div:nth-child(1){
	padding: 20px 0 10px 20px;
	font-family: Lato-Regular;
	font-size: 24px;
	color: #494A69;
	letter-spacing: 1.39px;
}
.login_section .forgot_section .reset div:nth-child(2){
	padding-left: 20px;
	padding-right: 20px;
	font-family: Lato-Regular;
	font-size: 12px;
	color: #888888;
	letter-spacing: 0.69px;
}
.login_section .forgot_section form button {
	margin-top: 20px;
}
/*end forgot section*/
/*start jobs page*/
/*main section*/
header{
	height: 60px;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	position: relative;
	z-index: 12;
}
header.thrownback{
	z-index: 0
}
header .left_section{
	padding-bottom: 20.5px;
	padding-top: 13px;
	padding-left: 20px;
	font-family: Lato-Regular;
	width: 50%;
}
header .right_section{
	display: flex;
	justify-content: flex-end;
	width: 50%;
	align-items: center;
}
header .right_section .name_profile{
	margin-right: 16px;
	font-family: OpenSans;
	font-size: 14px;
	color: #494A69;
}
header .right_section  img{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	cursor: pointer;
}
header .right_section .singn_out{
	width: 90px;
	padding: 12px 20px;
	background: #fff;
	position: absolute;
	right: 5px;
	top: 57px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
	border-radius: 3px;
	display: none;
}
header .right_section .singn_out a{
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.36px;
	text-decoration: none;
}
header .right_section .singn_out:after{
	content: '';
	position: absolute;
	top: -5px;
	right: 27px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background: #fff;
	box-shadow: -1px -1px 1px 0 rgba(0,0,0,0.25);

}
header .right_section .singn_out div:nth-child(1){
	padding-bottom: 12px;
}
.main_content {
	display: flex;
	min-height: 100%;
	height: auto!important;
}
.main_content nav{
	background: #2B303B;
	min-height: 726px;
	min-width: 230px;
	transition: all 1s ease;
}
.main_content nav ul{
	list-style: none;
	padding-left: 16px;
	padding-right: 20px;
	margin-top: 30px;
}
.main_content nav ul li{
	margin-bottom: 32px;
	display: flex;
	align-items: center;
}
.main_content nav ul li .cube{
	width: 24px;
	height: 24px;
	background:#788196;
	float: left;
}
.main_content nav ul li a{
	text-decoration: none;
	font-family: OpenSans;
	font-size: 14px;
	color: #788196;
	margin-left: 0;
}
.main_content nav.minimized{
	min-width: auto;
}
.main_content nav.minimized ul li a span{
	display: none;
}
.main_content nav.minimized li#nav_minimize_toggle:after{
	transform: rotate(180deg);
}
li#nav_minimize_toggle:after {
	font-family: FontAwesome;
	content: '\f053';
	color: #768193;
	transform: rotate(0deg);
	font-size: 20px;
	transition: all 0.5s ease;
	margin-left: 5px;
}
.main_content nav ul li{
	height: 25px;
}
.main_content nav ul li a img{
	margin-right: 7px;
}
.main_content nav.minimized ul li a img{
	margin-right: 0;
}
.main_content nav.minimized ul li.active a img.nav-img{
	display: none;
}
.main_content nav.minimized ul li:not(.active) a img.nav-img-active{
	display: none;
}

.main_content nav ul li a span{
	display: inline-block;
	max-width: calc(100% - 40px);
	vertical-align: middle;
	transition: all 0.5s ease 0.5s;
}
.main_content nav ul li.active .cube{
	background: #00B5B8;
}
.main_content nav ul li.active a{
	color: #fff;
}
.main_content .main{
	padding:20px;
	background: #ECEFF4;
	width: 100%;
	display: flex;
}
/*section one*/
.main_content .main .section_one{
	width: 50%;
	background: #fff;
	margin-right: 5px;
}
.main_content .main .section_one .head{
	display: flex;
	height: 50px;
	align-items: center;
	padding:0 20px;
	font-family: Lato-Regular;
	font-size: 16px;
	color: #888888;
	letter-spacing: 0.93px;
	border-bottom: 1px solid #DDDDDD;
}
.main_content .main .section_one .head a{
	font-family: Lato-Regular;
	font-size: 16px;
	color: #888888;
	letter-spacing: 0.93px;
	text-decoration: none;
}
.main_content .main .section_one .head div{
	cursor: pointer;
}
.main_content .main .section_one .head img{
	padding:0 13px;
}
.main_content .main .section_one .head .head_active{
	font-family: Lato-Bold;
	color: #494A69;
}
.main_content .main .section_one .head .right_head {
	text-align: right;
	flex-grow: 1
}
.main_content .main .section_one .head .right_head .search{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.main_content .main .section_one .head .right_head .search form{
	display: flex;
}
#office_search_button,
.main_content .main .section_one .head .right_head .search form #search_button{
	background: transparent;
	padding: 0;
	border:none;
	outline: none;
	cursor: pointer;
}
#driver_search_input,
#office_search_input,
#search_input{
	width: 100%;
	border: none;
	/*transform: scale(0);*/
	transition: all .4s;
	outline: none;
	border-radius: 5px;
	padding-left: 5px;
	border:1px solid #888888;
}
/*#search_input.search_active{*/
/*transform: scale(1);*/
/*}*/
.main_content .main .section_one .head .right_head .search .new_job{
	background: #00B5B8;
	box-shadow: 0 1px 0 0 #D0D4D9;
	border-radius: 3px;
	min-width: 126px;
	padding: 0 10px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.36px;
	cursor: pointer;
}
/*tab panel*/
.main_content .main .section_one .tab_panel{
	background: #F6F8F8;
	padding-left: 10px;
	padding-top: 11px;
	border-bottom: 1px solid #DDDDDD;
	max-width: 100%;
	overflow: auto;
}
.main_content .main .section_one .tab_panel.statistic_tab{
	overflow: inherit;
}
.main_content .main .section_one .tab_panel ul{
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}
.main_content .main .section_one .tab_panel ul li{
	padding: 10px 12px 0;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #888888;
	letter-spacing: 0.81px;
	cursor: pointer;
	position: relative;
}
.main_content .main .section_one .tab_panel ul li span{
	font-family: Lato-Bold;
	font-size: 10px;

	color: #888;
	letter-spacing: 0.58px;
	margin-left: 5px;
}
.main_content .main .section_one .tab_panel ul li.active_tab span{
	color: #648598;
}
.main_content .main .section_one .tab_panel ul li div{
	padding-bottom: 10px;
	display:flex;
	align-items: center;
	white-space: nowrap;
}
.main_content .main .section_one .tab_panel ul li.active_tab{
	font-family: Lato-Bold;
	color: #648598;
	background: #fff;
}
.main_content .main .section_one .tab_panel ul li.active_tab div{
	border-bottom:2px solid #648598;
}
.main_content .main .section_one .panel_content{
	padding:20px 20px 0;
	display: none;

}

.main_content .main .section_one .panel_content.panel_content_visible{
	display: block;
}
.main_content .main .section_one .panel_content .panel1{
	margin-bottom: 10px;
	position: relative;
	border:1px solid transparent;
	display: inline-block;
}
.main_content .main .section_one .panel_content .panel1 .top_panel{
	background: #F6F8F8;
	border: 1px solid #EEEEEE;
	border-radius: 2px 2px 0 0;
	display: flex;
}
.main_content .main .section_one .panel_content .panel1 .top_panel .left_tab ul{
	padding:0;
	list-style: none;
	display: flex;
	margin: 0;
	padding:16px 0;
}

.main_content .main .section_one .panel_content .panel1 .top_panel .left_tab ul li{
	padding:0 10px;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	line-height: 17px;
	display: flex;
	align-items: center;
}
.main_content .main .section_one .panel_content .panel1 .top_panel .left_tab ul li.allow_wrap{
	flex-wrap: wrap;

}
.main_content .main .section_one .panel_content .panel1 .top_panel .left_tab ul li.allow_wrap div{
	flex-basis: 100%;

}
.main_content .main .section_one .panel_content .panel1 .top_panel .left_tab ul li:not(:last-child){
	border-right: 1px solid #EEEEEE;
}
.main_content .main .section_one .panel_content .panel1 .top_panel .left_tab ul li.price{
	font-family: Lato-Bold;
}
.main_content .main .section_one .panel_content .panel1 .top_panel .left_tab ul li .price{
	white-space: nowrap;
}
.main_content .main .section_one .panel_content .panel1 .top_panel .left_tab ul li.delivery-name{
	white-space: nowrap;
}
.main_content .main .section_one .panel_content .panel1 .top_panel .left_tab ul li.no-flex{
	display: inline-block;
}
.main_content .main .section_one .panel_content .panel1 .top_panel .left_tab ul li.no-flex span{
	display: block;
}
.main_content .main .section_one .panel_content .panel1 .top_panel .left_tab ul li img{
	padding-right: 10px;
}
.main_content .main .section_one .panel_content .panel1 .top_panel .left_tab ul li .client_indicators{
	display: block;
}
.main_content .main .section_one .panel_content .panel1 .top_panel .left_tab ul li .client_indicators img{
	padding-right: 0px;
	width: 17px;
	height:17px;
	margin-right:2px;
}

.main_content .main .section_one .panel_content .panel1 .top_panel  .right_tab{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right: 12px;
}
.main_content .main .section_one .panel_content .panel1 .top_panel  .right_tab .driver_name{
	margin-right: 10px;
	font-family: Lato-Bold;
	font-size: 14px;
	color: #494A69;
	line-height: 17px;
}
.main_content .main .section_one .panel_content .panel1 .top_panel  .right_tab .question{
	display: flex;
	cursor: pointer;
}
.main_content .main .section_one .panel_content .panel1 .top_panel  .right_tab label{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #979797;
	position: relative;
}
.main_content .main .section_one .panel_content .panel1 .top_panel  .right_tab  input{
	visibility: hidden;
}
.main_content .main .section_one .panel_content .panel1 .top_panel  .right_tab label:after{
	content: '';
	position: absolute;
	background: url(../img/ic_check.png);
	background-size: cover;
	left: 6px;
	top: 7px;
	width: 13px;
	height: 10px;
	opacity: 0;
}
.main_content .main .section_one .panel_content .panel1 .top_panel  .right_tab input[type=checkbox]:checked + label{
	background: #00B5B8;
	border: 1px solid transparent;
}
.main_content .main .section_one .panel_content .panel1 .top_panel  .right_tab input[type=checkbox]:checked + label:after {
	opacity: 1;
}
.main_content .main .section_one .panel_content .panel1 .bottom_panel .info{
	display: flex;
	border: 1px solid #EEEEEE;
	border-radius: 0 0 2px 2px;
	border-top: none;
}
.main_content .main .section_one .panel_content .panel1 .bottom_panel .info .from{
	width: 50%;
	padding: 10px 0 10px 16px;
	border-right:  1px solid #EEEEEE;
}
.main_content .main .section_one .panel_content .panel1 .bottom_panel .info .to{
	padding: 10px 0 10px 16px;
}

.main_content .main .section_one .panel_content .panel1 .bottom_panel .info  span{
	font-family: Lato-Regular;
	font-size: 12px;
	color: #888888;
	line-height: 15px;
}
.main_content .main .section_one .panel_content .panel1 .bottom_panel .info  div{
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	line-height: 17px;
}
/*tab panel end*/
/*section one end*/

/*section two*/
.main_content .main .section_two{
	width: 50%;
	margin-left: 5px;
}
.main_content .main .section_two .top_section{
	display: flex;
	margin-bottom: 11.6px;
}
.main_content .main .section_two ul{
	list-style: none;
	padding:0;
	margin: 0;
}
.main_content .main .section_two .left_list ul li{
	padding: 8px 12px 7.3px;
	background: #F6F8F8;
	position: relative;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #648598;
	letter-spacing: 0.81px;
	line-height: 1.3;
}
.main_content .main .section_two .left_list ul li:not(:last-child){
	border-bottom: 1px solid #EEEEEE;
}
.main_content .main .section_two .left_list ul li:first-child{
	border-radius: 2px 0 0 0;
}
.main_content .main .section_two .left_list ul li:last-child{
	border-radius: 0 0 0 2px;
}
.main_content .main .section_two .left_list ul li.active_call{
	background: #fff;
}
.main_content .main .section_two .left_list ul li.calling:after{
	content: '';
	width: 4px;
	height: 4px;
	background: #00B5B8;
	position: absolute;
	top:15px;
	left: 4px;
	border-radius: 50%;
}
.main_content .main .section_two .right_content{
	width: 100%;
	background: #fff;
}
.main_content .main .section_two .caller{
	display: flex;
	padding:24px;
	align-items: center;
	border-bottom: 1px solid #ECEFF4;
}
.main_content .main .section_two .caller .left_call{
	display: flex;
	align-items: center;
	flex-grow: 1;
}
.main_content .main .section_two .caller .caller_img{
	display: flex;
}
.main_content .main .section_two .caller .caller_img img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.main_content .main .section_two .caller .caller_id{
	margin-left: 10px;
}
.main_content .main .section_two .caller .caller_id span{
	font-family: Lato-Regular;
	font-size: 12px;
	color: #888888;
	line-height: 15px;
}
.main_content .main .section_two .caller .caller_id div{
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	line-height: 17px;
}
.main_content .main .section_two .caller .shopping{
	width: 104px;
	height: 30px;
	background: #EAEAEA;
	border-radius: 3px;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #648598;
	line-height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
	cursor: pointer;
}
.main_content .main .section_two .caller .shopping img{
	margin-right: 5px;
}
.main_content .main .section_two .caller .call_button{
	display: flex;
}
.main_content .main .section_two .caller .call1{
	width: 47px;
	height: 47px;
	background: #27AC60;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
	margin-left: 66px;
}
.main_content .main .section_two .caller .call2{
	width: 47px;
	height: 47px;
	background: #F54B5E;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
	margin-left: 20px;
}
/*call navigation*/
.main_content .main .section_two .call_navigation ul{
	display: flex;
	height: 37px;
	align-items: center;
}
.main_content .main .section_two .call_navigation ul li{
	display: flex;
	align-items: center;
	flex: auto;
	justify-content: center;
	height: 100%;
	cursor: pointer;
	font-family: Lato-Regular;
	font-size: 12px;
	color: #648598;
	line-height: 15px;
}
.main_content .main .section_two .call_navigation ul li:not(:last-child){
	border-right: 1px solid #ECEFF4;
}
.main_content .main .section_two .call_navigation ul li img{
	margin-right: 7px;
}
/*call navigation end*/

/*map section*/
.map_section .map_head{
	display: flex;
	padding: 0 20px;
	background: #fff;
}
.map_section .map_head .head{
	display: flex;
	align-items: center;
	font-family: Lato-Bold;
	font-size: 16px;
	color: #494A69;
	letter-spacing: 0.93px;
}
.map_section .map_head .map_navigation{
	width: 100%;
	display: flex;
	justify-content: center;
}
.map_section .map_head .map_navigation ul{
	display: flex;
	list-style: none;
}
.two_but_container{
	display:flex;
}
.map_section .map_head .map_navigation ul li a{
	padding: 19px 12px 2px;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #888888;
	letter-spacing: 0.81px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.map_section .map_head .map_navigation ul li a div{
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}
.map_section .map_head .map_navigation ul li a span{
	font-family: Lato-Bold;
	font-size: 10px;
	color: #648598;
	letter-spacing: 0.58px;
	margin-left: 5px;
}
.map_section .map_head .map_navigation ul li a.active_map{
	font-family: Lato-Bold;
	color: #648598;
}
.map_section .map_head .map_navigation ul li a.active_map div{
	border-bottom: 2px solid #648598;
}
.map_section .map_content{
	display: flex;
}
/*map section end*/
/*section two end*/


/*checked_modal*/
.checked_modal{
	height: 80px;
	background: #F6F8F8;
	box-shadow: 0 -1px 0 0 #EEEEEE;
	padding: 0 20px;
}
.checked_modal > form{
	height:100%;
}
.checked_modal .left_section{
	display: flex;
	align-items: center;
	float: left;
	height: 100%;
}
.checked_modal .left_section .selected{
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	line-height: 17px;
}
.checked_modal .left_section .shop{
	padding: 0 10px;
	height: 30px;
	background: #B2B2BB;
	border-radius: 3px;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #fff;
	line-height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 16px;
	cursor: pointer;
}
.checked_modal .left_section .shop img{
	margin-right: 5px;
	max-width: 25px;
}
.checked_modal .right_section{
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
}
.checked_modal .right_section .but{
	margin-left: 10px;
	cursor: pointer;
	background: transparent;
	border:none;
	outline: none;
	width: 126px;
	height: 30px;
	border-radius: 3px;
}
.checked_modal .right_section .but.but1{
	background: #00B5B8;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.36px;
}
.checked_modal .right_section .but.but2{
	background: #EAEAEA;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #648598;
	letter-spacing: 0.36px;

}
/*checked_modal end*/
/*main section end*/
/*end jobs page*/



/*start drivers page*/
.main_content .main .section_one.drivers_section .panel_content .top_panel .left_tab ul li, .main_content .main .section_one.drivers_section .panel_content .top_panel .left_tab ul li div{
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	line-height: 17px;
}

.left_tab li > img{
	max-width: 36px;
}
.main_content .main .section_one.drivers_section .panel_content .top_panel .left_tab ul li:nth-child(1){
	font-family: Lato-Bold;
}
.main_content .main .section_one.drivers_section .panel_content .top_panel .left_tab ul li:nth-child(1) img.profile_img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-right: 0;
	margin:0 10px;
}
.main_content .main .section_one.drivers_section .panel_content .top_panel .left_tab{
	flex-grow: 1
}
.main_content .main .section_one.drivers_section .panel_content .panel1 .top_panel .right_tab {
	width: auto;
}
.checked_modal .left_section .assign{
	font-family: Lato-Regular;
	font-size: 14px;
	color: #00B5B8;
	line-height: 17px;
	padding-left: 40px;
}
.checked_modal .left_section .assign_img img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 20px;
	margin-right: 10px;
}
.checked_modal .left_section .assign_name{
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	line-height: 17px;
}
.main_content .main .section_one.drivers_section .panel_content .panel1 .top_panel .right_tab .question {
	margin-right: 5px;
}
.main_content .main .section_one.drivers_section .drivers_tab div {
	display: flex;
	cursor: pointer;
}
.main_content .main .section_one.drivers_section .drivers_tab .info_button{
	display: none;
}
.main_content .main .section_one.drivers_section .drivers_tab .info_button.active_info{
	display: block;
}
.main_content .main .section_one.drivers_section .drivers_tab_content{
	display: none;
}
.main_content .main .section_one.drivers_section .drivers_tab_content.active_info{
	display: block;
}
/*end drivers page*/


/*shoping modal*/
.shop_modal_container{
	/*	position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        top: 0;
        justify-content: center;
        display: flex;
        min-height: 900px;
        transform:scale(0);
        transition-delay: 0.3s;
        transition:all 0.5s;
        visibility: hidden;
        overflow:  hidden;
        display: flex;
        align-items: center;*/

}
.shop_modal_container form{
	background: #fff
}
.shop_modal_container form button{
	background: #B2B2BB;
	border-radius: 3px;
	height: 60px;
	border: none;
	outline: none;
	margin-top: 20px;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.81px;
	cursor: pointer;
	transition: background 0.2s;
	width: 90%;
	margin-left: 4%;
	margin-bottom: 20px;
}
.shop_modal_container form button:hover{
	background: #00B5B8;
}
.shop_modal_container.open_modal{
	visibility: visible;
	transform:scale(1);
}

.shoping_modal{
	width: 557px;
}
.shoping_modal .content .head {
	padding:16px 20px;
	font-family: Lato-Bold;
	font-size: 16px;
	color: #494A69;
	letter-spacing: 0.93px;
	background: #fff;
	display: flex;
	box-shadow: 0 1px 0 0 #EEEEEE;
	border-radius: 2px 2px 0 0;
}
.shoping_modal .content .head .left{
	flex-grow: 1;
}
.shoping_modal .content .head .close1{
	display: flex;
	cursor: pointer;
	justify-content: center;
	align-items: center;

}

.shoping_modal .content .head .close1 img{
	width: 20px;
}
.content .costumer{
	display: flex;
	background: #F6F8F8;
	padding:16px 20px;
	align-items: center;
	/*border-top:1px solid #CDCED2;*/
	border-bottom:1px solid #CDCED2;
	width: 100%;
	box-sizing: border-box;
}
#modal_job3 .content .costumer{
	border-top: none;
}

.content .costumer img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 15px;

}
.content .costumer .costumer_info div:nth-child(1){
	font-family: Lato-Semibold;
	font-size: 13px;
	color: #888888;
	letter-spacing: 0;
	line-height: 15px;
}
.content .costumer .costumer_info div:nth-child(2){
	font-family: Lato-Regular;
	font-size: 16px;
	color: #494A69;
	line-height: 18px;
}
.shoping_modal .content .address{
	padding-left:60px;
	background: #fff;
	position: relative;
}
.shoping_modal .content .address .row1{
	padding:17px 0;
}
.shoping_modal .content .address .row1 div:nth-child(1){
	font-family: Lato-Semibold;
	font-size: 13px;
	color: #888888;
	letter-spacing: 0;
	line-height: 15px;
	text-transform: uppercase;
}
.shoping_modal .content .address .row1 div:nth-child(2){
	font-family: Lato-Regular;
	font-size: 16px;
	color: #494A69;
	line-height: 18px;
	margin-top: 8px;
}
.shoping_modal .content .address .row1:nth-child(2){
	border-top:1px solid #CDCED2;
	border-bottom:1px solid #CDCED2;
}
.shoping_modal .content .address .after{
	position: absolute;
	left: 25px;
	top: 27px;
}
.shoping_modal .content .address .after div:nth-child(1){
	width: 10px;
	height: 10px;
	background: #27AC60;
	border-radius: 50%;

}
.shoping_modal .content .address .after div:nth-child(2){
	border-left: 2px dotted #D0D4D9;
	height: 64px;
	position: relative;
	right: -4px;
	top: 3px;
}
.shoping_modal .content .address .after div:nth-child(3){
	width: 10px;
	height: 10px;
	background: #27AC60;
	border-radius: 50%;
	position: relative;
	top:6px;
}
.shoping_modal .content .address .after div:nth-child(4){
	border-left: 2px dotted #D0D4D9;
	height: 64px;
	position: relative;
	right: -4px;
	top: 9px;
}
.shoping_modal .content .address .after div:nth-child(5){
	width: 10px;
	height: 10px;
	background: #FFCC00;
	border-radius: 50%;
	position: relative;
	top:12px;
}
.shoping_modal .content .order{

}
.shoping_modal .content .order .head1{
	font-family: Lato-Semibold;
	font-size: 13px;
	color: #888888;
	letter-spacing: 0;
	line-height: 15px;
	padding-bottom: 8px;
	padding-top: 17px;
	padding-left: 20px;
	background: #F6F8F8;
	border-radius: 0;
	border-top:1px solid #CDCED2;
	border-bottom:1px solid #CDCED2;
}
.shoping_modal .content .order .order_content> .order1{
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
}
.shoping_modal .content .order .order1 .head2{
	padding-top: 17px;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #494A69;
	line-height: 16px;
}
.shoping_modal .content .order .order1 .list_order{
	display: flex;
	padding: 16px 0;
	padding-right: 20px;
	border-bottom: 1px solid #CDCED2;
}
.shoping_modal .content .order .order1 .list_order .left_list{
	display: flex;
	flex-grow: 1;
	align-items: center;
}
.shoping_modal .content .order .order1 .list_order .left_list .numb{
	width: 24px;
	height: 24px;
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shoping_modal .content .order .order1 .list_order .left_list .list_name{
	margin-left: 16px;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	line-height: 16px;
}
.shoping_modal .content .order .order1 .list_order .left_list .list_image img{
	width: 100px;
	height: auto;
	margin: 10px;
}
.shoping_modal .content .order .order1 .list_order .right_list{
	display: flex;
	align-items: center;
}
.shoping_modal .content .order .order1 .list_order .right_list .price{
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	line-height: 16px;
}
.shoping_modal .content .order .order1 .list_order .right_list input[type=checkbox]{
	visibility: hidden;
}
.shoping_modal .content .order .order1 .list_order .right_list label{
	width: 24px;
	height: 24px;
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 2px;
	position: relative;
}
.shoping_modal .content .order .order1 .list_order .right_list label:after{
	content: '';
	position: absolute;
	background: url(../img/ic_check.png);
	background-size: cover;
	left: 6px;
	top: 7px;
	width: 13px;
	height: 10px;
	opacity: 0;
}
.shoping_modal .content .order .order1 .list_order .right_list input[type=checkbox]:checked + label{
	background: #B2B2BB;
	border:1px solid transparent;
}
.shoping_modal .content .order .order1 .list_order .right_list input[type=checkbox]:checked + label:after{
	opacity: 1;
}
.shoping_modal .content .order .order1.delivery{
	border-bottom: 1px solid #CDCED2;
}
.shoping_modal .content .order .order1.delivery .list_order{
	border:none;
}
.shoping_modal .content .order .order1.subtotal .list_order .left_list .list_name {
	margin-left: 0;
}
.shoping_modal .content .order .order1.subtotal .list_order:nth-child(1){
	border:none;
	padding-bottom: 0;
}
.shoping_modal .content .order .order1.total .list_order .left_list .list_name {
	margin-left: 0;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #494A69;
	line-height: 16px;
}
.shoping_modal .content .order .order1.total .list_order{
	border:none;
}
.shoping_modal .content .order .order1.total{
	border-radius: 0 0 2px 2px;
}
/*shoping modal end*/

/*clients page*/
.ani_alert{
	position: absolute;
	left: 50%;
	width: 400px;
	color: #fff;
	transform: translateX(-50%);
	background: #00b5b8;
	font-size: 25px;
	height: 170px;
	z-index: 8;
	top: 15px;
}
.ani_alert .close{
	opacity: 1;
	color: white;
}
.ani_alert .close:hover{
	color: black;
}
.main_content.clients .main .section_one {
	width: 100%;
	background: #fff;
	margin-right: 0;
	position: relative;
}
.main_content.clients.market.shop-details-page .main .section_one{
	width: 70%;
}
.main_content.clients .main .section_one .clients_panel{
	display: flex;
	flex-wrap: wrap;
}
.main_content.clients .main .section_one .clients_panel .client_section{
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	width: calc(50% - 7px);
	height: 130px;
	display: flex;
}
.main_content.clients .main .section_one .clients_panel .client_section:nth-child(2n+1){
	margin-right: 5px;
	margin-bottom: 10px;
}
.main_content.clients .main .section_one .clients_panel .client_section:nth-child(2n){
	margin-left: 5px;
	margin-bottom: 10px;
}
.main_content.clients .main .section_one .clients_panel .client_section .client_left_section{
	padding:20px;
	display: flex;
	align-items: center;
	flex-grow: 1;
}
.main_content.clients .main .section_one .clients_panel .client_section .client_left_section img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	cursor: pointer;
}
.main_content.clients .main .section_one .clients_panel .client_section .client_left_section .client_info{
	margin-left: 20px;
}
.main_content.clients .main .section_one .clients_panel .client_section .client_left_section .client_info div:nth-child(1){
	font-family: Lato-Regular;
	font-size: 16px;
	color: #494A69;
	line-height: 19px;
}
.main_content.clients .main .section_one .clients_panel .client_section .client_left_section .client_info div:nth-child(2){
	font-family: Lato-Regular;
	font-size: 14px;
	color: #888888;
	line-height: 17px;
	padding-top: 4px;
}
.main_content.clients .main .section_one .clients_panel .client_section .client_left_section .client_info div:nth-child(3){
	font-family: Lato-Bold;
	font-size: 12px;
	color: #888888;
	line-height: 15px;
	padding-top: 4px;
}
.main_content.clients .main .section_one .clients_panel .client_section .client_right_section{
	position: relative;
}
.main_content.clients .main   .edit_client{
	position: absolute;
	top: 11.5px;
	right: 9.5px;
}
.main_content.clients .main   .edit_client .client_edit_open{
	cursor: pointer;
	width: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	right: 10px;
}
.main_content.clients .main  .edit_client div.rad{
	width: 4px;
	height: 4px;
	background: #ccc;
	border-radius: 50%;
	margin-bottom: 2px;
}
.main_content.clients .main  .edit_client div.rad.active_edit{
	background: #00B5B8;
}
.main_content.clients .main   .edit_client .mod_client{
	min-width: 90px;
	padding: 12px 20px;
	background: #fff;
	position: absolute;
	right: -2px;
	top: 28px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
	border-radius: 3px;
	display: none;
	z-index: 9;
}
.main_content.clients .main   .edit_client .mod_client:after{
	content: '';
	position: absolute;
	top: -5px;
	right: 17px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background: #fff;
	box-shadow: -1px -1px 1px 0 rgba(0,0,0,0.25);
}
.main_content.clients .main   .edit_client .mod_client div{
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.36px;
	cursor: pointer;
}
.main_content.clients .main   .edit_client .mod_client div:hover{
	color: #F54B5E;
}
.main_content.clients .main   .edit_client .mod_client div:not(:last-child){
	padding-bottom: 12px;
}
.main_content.clients .main .section_one .clients_panel .client_section .client_right_section .client_status{
	margin-right: 39.5px;
	margin-top: 59px;
}
.main_content.clients .main .section_one .clients_panel .client_section .client_right_section .client_status div:first-child{
	font-family: Lato-Bold;
	font-size: 12px;
	color: #494A69;
	line-height: 15px;
}
.main_content.clients .main .section_one .clients_panel .client_section .client_right_section .client_status div:last-child{
	font-family: Lato-Bold;
	font-size: 12px;
	color: #888888;
	line-height: 15px;
	text-align: right;
}
/*add clent modal*/
.client_modal{
	/*	position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        top: 0;
        justify-content: center;
        display: flex;
        align-items: center;
        min-height: 900px;
        transform: scale(0);
        transition-delay: 0.3s;
        transition: all 0.5s;
        visibility: hidden;
        overflow: hidden;
        z-index: 9;*/
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.add_client_modal .content{
	width: auto !important;
}
.modal-content{
	min-height: 200px;
}
.modal {
	text-align: center;
	padding: 0!important;
}
.modal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal.fade .modal-dialog{
	z-index: 1050;
}
.client_modal.admin_modal{
	min-height: auto !important;
}
.client_modal.open_modal{
	visibility: visible;
	transform: scale(1);
}
/*.add_client_modal{*/
/*float: left;*/
/*}*/
.add_client_modal .content{
	width: 557px;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
}
.add_client_modal .content .head{
	padding: 15px 20px;
	display: flex;
	border-bottom: 1px solid #ddd;
}
.add_client_modal .content .head .left{
	font-family: Lato-Bold;
	font-size: 16px;
	color: #494A69;
	letter-spacing: 0.93px;
	display: flex;
	align-items: center;
	flex-grow: 1;
}
.add_client_modal .content .head .right{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.add_client_modal .content .head .right img{
	width: 20px;
}
.add_client_modal .content .main{
	padding: 20px;
	display: flex;
}
.add_client_modal .content  .main .left{
	position: relative;
	margin-right: 20px;
}
.add_client_modal .content .main .left .add_bg{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #D8D8D8;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.add_client_modal .content .main .left .add_bg img {
	max-width: 90px;
	max-height: 90px;
	width: auto;
	height: auto;
}

.add_client_modal .content .main .left .add12 {
	position: relative;
	width: 32.5px;
	height: 32.5px;
}
.add_client_modal .content .main .left .add12:before,.add_client_modal .content  .main .left  .add12:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #00B5B8;
}
.add_client_modal .content .main .left .add12:before {
	transform: rotate(90deg);
}
.add_client_modal .content .main .right{
	width: 100%;
}
.add_client_modal .content .main .right form{
	display: flex;
	flex-direction: column;
}
.add_client_modal .content .main .right form label{
	font-family: Lato-Bold;
	font-size: 12px;
	color: #494A69;
	line-height: 15px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.add_client_modal .content .main .right form label:not(:first-of-type){
	margin-top: 20px;
}
.add_client_modal .content .main .right form input{
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	padding:12px 16px;
	margin-top: 8px;
	outline: none;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	line-height: 17px;
}
.add_client_modal .content .main .right form input:focus{
	border: 1px solid #00B5B8;
}
.add_client_modal .content .main .right form input::-webkit-input-placeholder, .add_client_modal .content .main .right form textarea::-webkit-input-placeholder {
	font-family: Lato-Light;
	font-size: 14px;
	color: #788196;
	line-height: 17px;
	font-weight:normal;
}
.add_client_modal .content .main .right form input::-moz-placeholder, .add_client_modal .content .main .right form textarea::-moz-placeholder  {
	font-family: Lato-Light;
	font-size: 14px;
	color: #788196;
	line-height: 17px;
	font-weight:normal;
}
.add_client_modal .content .main .right form input::-ms-input-placeholder, .add_client_modal .content .main .right form textarea:-ms-input-placeholder {
	font-family: Lato-Light;
	font-size: 14px;
	color: #788196;
	line-height: 17px;
	font-weight:normal;
}
.add_client_modal .content .main .right form input::-moz-placeholder, .add_client_modal .content .main .right form textarea:-moz-placeholder {
	font-family: Lato-Light;
	font-size: 14px;
	color: #788196;
	line-height: 17px;
	font-weight:normal;
}
.checkbox_dropdown{
	position: relative;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	margin-top: 8px;
}
.checkbox_dropdown.drop_active{
	border: 1px solid #00B5B8;
	border-radius: 3px 3px 0 0;
	border-bottom: none;

}
.checkbox_dropdown .checkbox_value{
	display: flex;
	padding:12px 16px;
	cursor: pointer;
	padding-right: 25px;
	height:44px;
	box-sizing: border-box;
	overflow: hidden;
}
.checkbox_dropdown .checkbox_value:after{
	content: '';
	width: 11px;
	height: 100%;
	background: url(../img/arrow.png) no-repeat center;
	position: absolute;
	right: 10px;
	top: 0;
	display: flex;
	align-items: center;
	transition: all .3s;
}
.checkbox_dropdown.drop_active .checkbox_value:after{
	transform: rotate(180deg);
}
.checkbox_dropdown.drop_active .checkbox_value{
	border-bottom: 1px solid #F8F4F4;
}
.checkbox_dropdown .checkbox_value div:first-child{
	flex-grow: 1;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.81px;
}

.checkbox_dropdown .checkbox_content{
	padding-left: 15px;
	display: none;
	width: calc(100% + 2px);
	background: #fff;
	border: 1px solid #00B5B8;
	border-top: none;
	left: -1px;
	padding-top: 12px;
	position: absolute;
	border-radius: 0 0 3px 3px;
	z-index: 9;
	box-sizing: border-box;
	max-height: 250px;
	overflow: auto;
}
.checkbox_dropdown .checkbox_content .checkbox{
	display: flex;
	margin-bottom: 13px;
}
.checkbox_dropdown .checkbox_content .checkbox div{
	margin-left: 15px;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.26px;
	line-height: 19px;
}
.checkbox_dropdown .checkbox_content input{
	display: none;
}
.checkbox_dropdown .checkbox_content label{
	width: 16px;
	min-width: 16px;
	height: 16px;
	position: relative;
	background: #F8F4F4;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	display: block;
	margin-top: 0!important;
}
.checkbox_dropdown .checkbox_content label:after{
	content: '';
	position: absolute;
	background: url(../img/ic_check.png);
	background-size: cover;
	left: 1px;
	top: 2px;
	width: 13px;
	height: 10px;
	opacity: 0;
}
.checkbox_dropdown .checkbox_content input:checked + label{
	background: #00B5B8;
	border:1px solid transparent;
}
.checkbox_dropdown .checkbox_content input:checked + label:after{
	opacity: 1;
}
.save_btn {
	width: 100%;
	padding: 0px 12px;
}
.settings-part-blck {
	width: 45%;
	display: inline-block;
	margin: 0px;
}
.settings-part .settings-part-blck:last-child{
	float: right;
}
.settings-part-blck input {
	/*padding-right: 5%;*/
}

.add_client_modal .content .main .right button.extra_button,
.n_button,
.add_client_modal .content .main .right form button, .save_btn{
	background: #B2B2BB;
	border-radius: 3px;
	height: 60px;
	border: none;
	outline: none;
	margin-top: 20px;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.81px;
	cursor: pointer;
	transition: background 0.2s;
}
#update-settings .inp-par {
	padding: 15px 0px;
}
.n_button{
	width:100%;
}
/*add clent modal end*/
/*clients page end*/

/*jobs page*/
#master_container{
	width: 100%;
	height: 100%;
}
.main_content.jobs .main .section_one{
	width: 100%;
	margin-right: 0;
}
.main_content.jobs .main .section_one .search_section form{
	display: flex;
	padding: 20px 10px;
	flex-wrap: wrap;
}
.main_content.jobs .main .section_one .search_section .form_contr {
	flex: auto;
	margin: 0 10px;
}
.main_content.jobs .main .section_one .search_section .form_contr.check_form{
	width: 200px;
}
.main_content.jobs .main .section_one .search_section form label{
	display: block;
	font-family: Lato-Bold;
	font-size: 12px;
	color: #494A69;
	line-height: 15px;
	margin-bottom: 8px;
	cursor: pointer;
}
.main_content.jobs .main .section_one .search_section form input{
	padding:12px 16px;
	outline: none;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	width: calc(100% - 32px);
	margin-right: 16px;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.81px;

}
.main_content.jobs .main .section_one .search_section form input::-webkit-input-placeholder {
	font-family: Lato-Light;
	font-size: 14px;
	color: #788196;
	letter-spacing: 0.81px;
}
.main_content.jobs .main .section_one .search_section form input::-moz-placeholder {
	font-family: Lato-Light;
	font-size: 14px;
	color: #788196;
	letter-spacing: 0.81px;
}
.main_content.jobs .main .section_one .search_section  form input:-ms-input-placeholder {
	font-family: Lato-Light;
	font-size: 14px;
	color: #788196;
	letter-spacing: 0.81px;
}
.main_content.jobs .main .section_one .search_section form input:-moz-placeholder {
	font-family: Lato-Light;
	font-size: 14px;
	color: #788196;
	letter-spacing: 0.81px;
}
.main_content.jobs .main .section_one .search_section form button {
	background: transparent;
	outline: none;
	border: none;
	cursor: pointer;
	height: 25px;
	margin-top: 31px;
}
.download_package i {
	background: transparent;
	outline: none;
	border: none;
	cursor: pointer;
	height: 25px;
	margin-top: 31px;
	color: #b2b2bb;
	font-size: 20px;
}

.main_content.jobs .main .section_one .search_section form button#but_reset{
	margin-left: 16px;
}
* {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
	background: #00B5B8;
	border-radius: 3px;
}
.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
	background: #fff;
	cursor: pointer;
	outline: 2px solid #00B5B8;
	border-radius: 3px;
}
.bootstrap-datetimepicker-widget .picker-switch {
	background: #EAEAEA;
	border-radius: 3px;
}


.bootstrap-datetimepicker-widget thead tr:first-child th {
	cursor: pointer;
	background: #fff;
}
.btn-primary {
	color: #fff;

	border-color: transparent;
	background: #00B5B8;
	border-radius: 3px;
}
.checkbox label, .radio label{
	min-height: auto;
	padding-left: 0;
}
table tbody td{
	background: #fff;
}
.main_content.jobs .main .section_one .panel_content.panel_content1 table{
	width: 100%;
	margin-bottom: 20px;
}
.main_content.jobs .main .section_one .panel_content.panel_content1 table tr td{
	border: 2px solid #DDDDDD;
	height: 40px;
	text-align: center;
	padding: 0 10px;
	background: transparent;
}
.main_content.jobs .main .section_one .panel_content.panel_content1 table tr:first-child{
	font-family: Lato-Bold;
	font-size: 12px;
	color: #494A69;
	letter-spacing: 0.69px;
	background: #f6f8f8;
}
.main_content.jobs .main .section_one .panel_content.panel_content1#language-frame-def table tbody tr:first-child{
	background: transparent;
}
.main_content.jobs .main .section_one .panel_content.panel_content1 table tr:first-child td{
	font-family: Lato-Bold;
	font-size: 12px;
	color: #494A69;
	letter-spacing: 0.69px;
}

.main_content.jobs .main .section_one .panel_content.panel_content1 table tr:not(:first-child){

	font-family: Lato-Regular;
	font-size: 12px;
	color: #494A69;
	letter-spacing: 0.69px;
}
.main_content.jobs .main .section_one #jobs_area .panel_content.panel_content1 table tr:nth-child(2n) {
	background-color: #00b6b61c;
}
/*jobs page end*/


/*admin page*/
.client_modal .role{
	display: flex;
	margin-top: 20px;
}
.client_modal .role .checkbox_content:not(.no-margin){
	margin-left: 40px;
}
.client_modal .role .role1{
	font-family: Lato-Bold;
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.81px;
}
.client_modal .role .checkbox{
	display: flex;
	margin-bottom: 22px;
}
.client_modal .role .checkbox_content input{
	display: none;
}
.client_modal .role .checkbox_content label{
	width: 19px;
	height: 19px;
	position: relative;
	background: #F8F4F4;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	display: block;
	margin-top: 0!important;
	font-family: Lato-Regular;
}
.client_modal .role .checkbox_content .checkbox div{
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.26px;
	line-height: 19px;
	margin-left: 15px;
}
.client_modal .role .checkbox_content label:after{
	content: '';
	position: absolute;
	background: url(../img/ic_check.png);
	background-size: cover;
	left: 2px;
	top: 3px;
	width: 13px;
	height: 10px;
	opacity: 0;
}
.client_modal .role .checkbox_content input:checked + label{
	background: #00B5B8;
	border:1px solid transparent;
}
.client_modal .role .checkbox_content input:checked + label + div{
	font-family: Lato-Bold;
}
.client_modal .role .checkbox_content input:checked + label:after{
	opacity: 1;
}
.client_modal.admin_modal{
	min-height: 900px;
}
.client_modal.zone_modal{
	min-height: 1300px;
}
.zone_modal .left {
	display: none;
}
/*admin operator*/
.main_content.admin .main .section_one .head .head_active .operator_name{
	font-family: Lato-Bold;
	font-size: 16px;
	color: #00B5B8;
	letter-spacing: 0.93px;
	line-height: 19px;
}
.main_content.admin .main .section_one .tab_panel .operator_info_section{
	padding-top: 40px;
	padding-left: 40px;
	display: flex;
	align-items: center;
	position: relative;
}
.main_content.admin .main .section_one .tab_panel .operator_info_section img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: relative;
	top: 9px;
}
.main_content.admin .main .section_one .tab_panel .operator_info_section > div{
	margin-left: 20px;
}
.main_content.admin .main .section_one .tab_panel .operator_info_section > div .operator_name{
	font-family: Lato-Regular;
	font-size: 24px;
	color: #494A69;
	letter-spacing: 1.39px;
}
.main_content.admin .main .section_one .tab_panel .operator_info_section > div .operator_status{
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.26px;
	line-height: 19px;
}
.main_content.admin .main .section_one .operator_info_edit{
	background: #fff;
	display: flex;
	padding:0 140px 20px;
}
.main_content.admin .main .section_one .operator_info_edit form{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.main_content.admin .main .section_one .operator_info_edit form .section{
	width: calc(50% - 20px);
}
.main_content.admin .main .section_one .operator_info_edit form .section.section1{
	margin-right: 20px
}
.main_content.admin .main .section_one .operator_info_edit form .section.section2{
	margin-left: 20px
}
.main_content.admin .main .section_one .operator_info_edit .group_inp{
	display: flex;
	flex-wrap: wrap;
}
.main_content.admin .main .section_one .operator_info_edit .group_inp label{
	display: block;
	font-family: Lato-Bold;
	font-size: 12px;
	color: #494A69;
	line-height: 15px;
	margin-top:20px;
}
.main_content.admin .main .section_one .operator_info_edit .group_inp input{
	margin-top: 8px;
	flex: auto;
	width: 100%;
	padding:12px 16px;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	line-height: 17px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	outline: none;
}
.main_content.admin .main .section_one .operator_info_edit .group_inp input:focus{
	border: 1px solid #494A69;
	color: #00B5B8;
}
.main_content.admin .main .section_one .operator_info_edit form button{
	margin-top: 20px;
	width: 200px;
	height: 60px;
	background: #B2B2BB;
	box-shadow: 0 1px 0 0 #D0D4D9;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.81px;
}
/*admin operator end*/
/*change pasword*/
.client_modal.admin_modal.change_password{
	min-height: 550px;
}
.change_password .right form label{
	display: flex;
	flex-direction: column;
	position: relative;
}
.change_password .right form label input{
	font-family: Lato-bold;
	font-size: 18px;
	color: #34495E;
}
.change_password .right form label input.error{
	border: 1px solid #F54B5E!important;
}
.change_password .right form label .check{
	background: url('../img/admin/check.svg');
	width: 12px;
	height: 9px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 39px;
}
.change_password .right form label .strong{
	position: absolute;
	top:100%;
	font-family: Lato-Regular;
	font-size: 11px;
	color: #48D2A0;
	letter-spacing: 0.21px;
}
.change_password .right form label .dosent{
	position: absolute;
	top:100%;
	font-family: Lato-Regular;
	font-size: 11px;
	color: #F54B5E;
	letter-spacing: 0.21px;
}
/*admin page end*/



/*fleet page*/
.main_content.fleet .main .section_one .head .right_head .search .new_job.new_type {
	margin-right: 11px;
	background:  #EAEAEA;
	color: #648598;
}
.main_content  .main .section_one table{
	border-collapse: collapse;
}
.main_content.jobs.fleet .main .section_one .panel_content.panel_content1 table tr td {
	text-align: left;
	padding-left: 16px;
}
.main_content.jobs.fleet .main .section_one .panel_content.panel_content1 table tr td:first-child{
	font-family: Lato-Bold;
	font-size: 12px;
	color: #494A69;
	letter-spacing: 0.69px;
}
.main_content.jobs.fleet .main .section_one .panel_content.panel_content1 table tr td:last-child{
	font-family: Lato-Regular;
	font-size: 12px;
	color: #494A69;
	letter-spacing: 0.69px;
	position: relative;
}
.main_content.jobs.fleet .main .section_one .assigned{
	margin-top: 50px;
	margin-right: 30px;
	font-family: Lato-Bold;
	font-size: 12px;
	color: #494A69;
	line-height: 15px;
}
.main_content.jobs.fleet .main .section_one .assigned div:first-child{
	text-align: right;
}
.main_content.jobs.fleet .main .section_one .assigned .add_bg{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #D8D8D8;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.main_content.jobs.fleet .main .section_one .assigned .add_bg .add12{
	position: relative;
	width: 16px;
	height: 16px;
}
.main_content.jobs.fleet .main .section_one .assigned .img_drivers{
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
	margin-top: 8px;
}
.main_content.jobs.fleet .main .section_one .assigned .img_drivers > img{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 10px;
}
.add_client_modal .content .main .right form input.search_driver{
	padding-left: 40px;
}
.add_client_modal .content .main .right form label .search_icon{
	position: absolute;
	top: 34px;
	left: 10px;
}
.add_client_modal .content .main .right button.extra_button:hover,
.add_client_modal .content .main .right form button:hover:enabled, .save_btn:hover:enabled{
	background:  #00B5B8;
}
.vehicle_type .add_client_modal .right  label textarea, .add_client_modal #post-new-price textarea{
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	padding:12px 16px;
	height: 80px;
	margin-top: 8px;
	outline: none;
}
.vehicle_type .add_client_modal .right  label textarea:focus{
	border: 1px solid #00B5B8;
}
/*fleet drivers*/
.main_content.jobs.fleet .main .section_one .assigned .img_drivers.drivers_page{
	flex-direction: row;
}
.main_content.jobs.fleet .main .section_one .assigned .img_drivers.drivers_page img{
	margin-right: 0;
}
/*flet drivers end*/
/*fleet drivers report*/
.main_content .main .dr_rep{
	flex-grow: 1;
}
.main_content .main .section_one .head .close_driver_report img{
	width: 20px;
	padding:0;
}
.main_content .main .section_one .head .head_active a{
	font-family: Lato-Bold;
	color: #494A69;
	font-size: 16px;
	letter-spacing: 0.93px;
	text-decoration: none;
}
.main_content .main .section_one .date_report{
	padding:20px 150px;
}
.main_content .main .section_one .date_report .from_to, .main_content .main .section_one .date_report  form{
	display: flex;
	align-items: center;
}

.main_content .main .section_one .date_report label{
	font-family: Lato-Bold;
	font-size: 12px;
	color: #494A69;
	line-height: 15px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.main_content .main .section_one .date_report label.lab2_stat_page{
	margin-left: 15px;
}
.main_content .main .section_one .date_report label span{
	position: absolute;
	right: 9px;
	top: 36px;
}
.main_content .main .section_one .date_report label:last-child{
	margin-left: 10px;
}
.main_content .main .section_one .date_report label input{
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.81px;
	padding: 11px 16px;
	outline: none;
	margin-top: 8px;
}
.main_content .main .section_one .date_report button.transparent-button,
.main_content .main .section_one .date_report  form button{
	background: transparent;
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 17px;
}
.main_content .main .section_one .date_report .report_info{
	display: flex;
	margin-top: 40px;
}
.main_content .main .section_one .date_report .report_info .report1{
	display: flex;
	flex-direction: column;
	flex:auto;
	height: 130px;
	align-items: center;
	background: #F6F8F8;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	width: 33%;
	cursor: pointer;
	margin: 0 10px;
}
.main_content .main .section_one .date_report .report_info .report1.current{
	border-color: #00B5B8;
}
.main_content .main .section_one .date_report .report_info .report1:first-child{
	margin-left: 0;
}
.main_content .main .section_one .date_report .report_info .report1:last-child{
	margin-right: 0;
}

.main_content .main .section_one .date_report .report_info .report1.current{
	border-color: #00B5B8;
}
.main_content .main .section_one .date_report .report_info .report1 div:first-child{
	font-family: Lato-Bold;
	font-size: 24px;
	color: #648598;
	letter-spacing: 1.39px;
	margin-top:40px;
}
.main_content .main .section_one .date_report .report_info .report1 div:last-child{
	font-family: Lato-Regular;
	font-size: 14px;
	color: #888888;
	letter-spacing: 0.81px;
	margin-top: 12px;
}
.main_content .main .section_one .date_report .total_earned{
	display: table-cell;
	padding: 25px;
	margin-top: 40px;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #888888;
	letter-spacing: 0.81px;
}
.total_earned h4 {
	display: block;
}
h4.work_hours_salary {
	border-bottom: solid 1px #ccc;
	display: inline;
	border-bottom: solid 1px #ccc;
	padding-bottom: 3px;
}
.main_content .main .section_one .date_report .total_earned.hour_graphic {
	padding: 5px 25px 0px 0px;
}
.left_total_earned {
	display: flex;
	min-width: 188px;
}
.main_content .main .section_one .date_report .total_earned .total_sum{
	font-family: Lato-Bold;
	color: #494A69;
	margin-left: 18px;
}
.main_content .main .section_one .date_report .total_earned .total_word{
	margin-left: 40px;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td.active.active{
	background:#00B5B8;
}
.datepicker table tr td span:hover, .datepicker table tr td span.focused {
	background: #fff;
	outline: 1px solid #00B5B8;
}
/*fleet drivers report end*/
/*fleet page end*/

/*service page*/
.main_content .main .section_one .service{
	padding:20px;
	display: flex;
	flex-wrap: wrap;
	max-height: calc(100vh - 191px);
	overflow: auto;
}
.main_content .main .section_one .dont_fix .service{
	max-height: inherit;
}
.main_content .main .section_one .service .service_column{
	text-decoration: none;
	font-family: Lato-Regular;
	font-size: 16px;
	color: #494A69;
	letter-spacing: -0.26px;
	display:flex;
	height: 200px;
	background: #F6F8F8;
	width: 32.5%;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}
.main_content .main .section_one .service .service_column:nth-child(3n-1){
	margin:0 1.25%;
}
.main_content .main .section_one .service .service_column > div.column_inner{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.main_content .main .section_one .service .service_column > div > div.img_service{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 7px;
}
.main_content .main .section_one .service .category_container .service_column a {
	padding-top: 15px;
	font-family: Lato-Bold;
	font-size: 16px;
	color: #00B5B8;
	letter-spacing: 0.93px;
	line-height: 19px;
}
/*service page end*/
/*service Instead of Me page*/
.main_content .main .section_one .head .service_name{
	font-family: Lato-Bold;
	font-size: 16px;
	color: #00B5B8;
	letter-spacing: 0.93px;
	line-height: 19px;
}
.main_content .main .section_one .service.instead .service_column > div > div.img_service{
	width: 120px;
	height: 120px;
}
.main_content .main .section_one .service.instead .service_column > div > div.img_service img{
	width: 70px;
}
.main_content .main .section_one .service.instead{

}
.update_delete_check input{
	display: none;
}
.update_delete_check{
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.update_delete_check label div{
	width: 24px;
	height: 24px;
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	cursor: pointer;
}
.update_delete_check label div:after{
	content: '';
	position: absolute;
	background: url(../img/ic_check.png);
	background-size: cover;
	left: 6px;
	top: 7px;
	width: 13px;
	height: 10px;
	opacity: 0;
}
.update_delete_check input:checked + div{
	background: #00B5B8;
	border: 1px solid transparent;
}
.update_delete_check input:checked + div:after {
	opacity: 1;
}
.service.instead .service_column:hover .update_delete_check{
	visibility: visible;
	opacity: 1;
}
/*instead_modal*/
.client_modal.add_shop_modal1{
	min-height: 820px;
}
.add_client_modal.instead_modal .content .main .left .add_bg{
	border-radius: 0;
}
.add_client_modal .content .main .left  .add_bg_desc{
	font-family: Lato-Regular;
	font-size: 9px;
	color: #494A69;
	width: 90px;
	margin-top: 8px;
}
.client_modal .instead_modal .role  .checkbox_content {
	margin-left: 0;
}
.client_modal .instead_modal .service_fields{
	background: #F6F8F8;
	border-radius: 2px;
	margin-top: 20px;
	border-bottom: 1px solid #DDDDDD;
	padding:16px;
	font-family: Lato-Bold;
	font-size: 14px;
	color: #648598;
	letter-spacing: 0.81px;
}

/*instead_modal end*/
/*check_modal*/
.checked_modal .left_section .selected_quantity{
	background: #B2B2BB;
	border-radius: 3px;
	width: 50px;
	height: 30px;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.36px;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*check modal end*/
/*service Instead of Me page end*/
/*service shop page*/
.main_content .main .section_one .service.instead.shop{
	/*justify-content: space-between;*/
	padding:0;
}

.main_content.fleet .main .section_one .head .right_head .search .new_job.new_type.categ{
	width: 147px;
}
.main_content .main .section_one .service.shop .service_column > div.column_inner{
	height: 200px;
	align-items: flex-start;
	width: 100%;
	background: #f6f8f8;
	border: 1px #eeeeee solid;
}
.main_content .main .section_one .service.shop .service_column{
	width: 200px;
	flex-direction: column;
	background: transparent;
	height: auto;
	margin: 0;
	align-items: flex-start;
	margin-bottom: 20px;
}
.main_content .main .section_one .service.shop .service_column .column_inner img{
	max-width: 100%;
	height: 100%;
}
.main_content .main .section_one .service.shop .service_column .shop_info{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.main_content .main .section_one .service.shop .service_column .shop_info div:first-child{
	font-family: Lato-Regular;
	font-size: 16px;
	color: #494A69;
	line-height: 18px;
	margin-top: 8px;
}
.main_content .main .section_one .service.shop .update_delete_check{
	height: 200px;
	top: 0;
}
.main_content .main .section_one .service.shop .service_column .shop_info div:last-child{
	font-family: Lato-Regular;
	font-size: 14px;
	color: #888888;
	line-height: 16px;
	margin-top: 8px;
}
.star{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 5;
}
.star input{
	display: none;
}
.star input + div + div{
	display: none;
}
.star input:checked + div{
	display: none;
}
.star input:checked + div + div{
	display: block;
}
.star label{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.shop-visible-checkbox + span{
	cursor: pointer;
}
.shop-visible-checkbox + span:after{
	font-family: FontAwesome;
	content: '\f070';
	color: #000000;
	font-size: 28px;
	opacity: 0.3;
	cursor: pointer;
}
.shop-visible-checkbox:checked + span:after{
	content: '\f06e';
	color: #00bdd0;
	opacity: 1;
}

/*add new category modal*/
.client_modal .add_categ .add_categ_inp{
	display: flex;
	margin-top: 8px;
	width: 100%;
}
.add_client_modal .content .main .right form .add_categ input{
	width: 100%;
	margin-top: 0;
	z-index: 99;
}
.add_client_modal .content .main .right form .add_categ .add_categ_inp div{
	display: flex;
	min-width: 60px;
	padding: 0 10px;
	justify-content: center;
	align-items: center;
	background: #b2b2bb;
	margin-left: 10px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	z-index: 2;
}
.add_client_modal .content .main .right form .add_categ .add_categ_inp div:hover{
	background: #00B5B8;
}
.add_client_modal .content .main .right .border{
	width: 100%;
	height: 2px;
	background: #ddd;
	margin-top: 30px;
	margin-bottom: 8px;
}
.edit_client1 {
	position: absolute;
	top: 19.5px;
	right: 9.5px;
	z-index: 10;
}
.edit_client1 .client_edit_open1 {
	cursor: pointer;
}
.edit_client1 .mod_client:after{
	content: '';
	position: absolute;
	top: -5px;
	right: 17px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background: #fff;
	box-shadow: -1px -1px 1px 0 rgba(0,0,0,0.25);
}
.edit_client1 div.rad {
	width: 4px;
	height: 4px;
	background: #ccc;
	border-radius: 50%;
	margin-bottom: 2px;
}
.edit_client1 div.rad.active_edit {
	background: #00B5B8;
}
.edit_client1 .mod_client {
	padding: 12px 20px;
	background: #fff;
	position: absolute;
	right: -20px;
	top: 28px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
	border-radius: 3px;
	display: none;
	z-index: 999;
}
.edit_client1 .mod_client div:not(:last-child) {
	padding-bottom: 12px;
}
.edit_client1 .mod_client div {
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.36px;
	cursor: pointer;
}
.edit_client1 .mod_client div:hover {
	color: #F54B5E;
}
.add_client_modal.new_categ .content .main .right form input{
	margin-top: 0;
}
/*add new category modal end*/
/*add new shop modal*/
.client_modal .add_shop .work_hours{
	display: flex;
}
.client_modal .add_shop .work_hours label{
	flex-grow: 1;
}
.client_modal .add_shop .work_hours .padd{
	width: 10px;
}
.add_client_modal.add_shop .content .main .right form .work_hours label:not(:first-child){
	margin-top: 0;
}
.add_client_modal.add_shop .content .main .right form .work_hours label div{
	position: absolute;
	right: 10px;
	top: 22px;
}
.add_client_modal .content .main .right form .working_day{
	display: flex;
}
.add_client_modal .content .main .right form .working_day label:not(:first-child){
	margin-top: 0;
}
.add_client_modal .content .main .right form .working_day input{
	display: none;
}
.add_client_modal .content .main .right form .working_day label div{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #eaeaea;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.36px;
	cursor: pointer;
}
.add_client_modal .content .main .right form .working_day label div:not(:first-child){
	margin-left: 5px;
}
.add_client_modal .content .main .right form .working_day input:checked + div{
	background: #00B5B8;
	color: #fff;
}
/*add new shop modal end*/
/*service shop page end*/

/*service market page*/
.main_content.clients.market .main .section_one{
	margin-right: 5px;
}
.main_content.market .main .section_one .service.shop .service_column{
	width: 222px;
}
/*.main_content.market .main .section_one .service.shop .service_column > div.column_inner{
	height: 200px;
}*/
.main_content.market .main .section_one .service.shop .service_column .shop_info div:first-child{
	height: 43px;
	margin-top: 0;
	padding-top:0;
	padding-top: 8px;
	font-family: Lato-Regular;
	font-size: 16px;
	color: #494A69;
	line-height: 18px;
}
.main_content.market .main .section_one .service.shop .service_column .shop_info div:last-child{
	margin-top: 0;
	padding-top:0;
}
.main_content.market .main .section_one .service.shop .service_column .shop_info{
	margin-top: 8px;
}
.main_content.market .main .section_one .service .service_column{
	display: block;
}
.main_content.market .main .section_one .service.shop .update_delete_check{
	height: 200px;
}
.nano {width: 100%; height: 50px; }
.nano .nano-content {  padding-right: 5px;}
.main_content.market .main .section_one .panel_content .menu_name,
.main_content .manager-changes .menu_name,
.main_content #shop-list-container .menu_sub_content .menu_name,
.main_content #banner-list-container .menu_sub_content .menu_name   {
	position: relative;
	margin:30px 0;
	display: flex;
	justify-content: center;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #0c7677;
	letter-spacing: 0.81px;
	white-space: nowrap;
	cursor: pointer;
}
.main_content.market .main .section_one .panel_content .menu_name i {
	font-size: 20px;
	padding: 0px 7px;
	margin-top: -3px;
}
.main_content.market .main .section_one .panel_content .menu_name:after,
.main_content .manager-changes .menu_name:after,
.main_content  .section_one .panel_content #shop-list-container  .menu_sub_content .menu_name:after,
.main_content  .section_one .panel_content #banner-list-container  .menu_sub_content .menu_name:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #eee;
	position: relative;
	top: 8px;
	margin-left: 10px;
}
#shop-list-container, #banner-list-container {
	height: 100%;
	padding-top: 8px;
}
#shop-category div.add_categ {
	margin-bottom: 23px;
}
.main_content.market .main .section_one .panel_content .menu_name:before,
.main_content .manager-changes .menu_name:before,
.main_content  .section_one .panel_content #shop-list-container  .menu_sub_content .menu_name:before,
.main_content  .section_one .panel_content #banner-list-container  .menu_sub_content .menu_name:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #eee;
	position: relative;
	top: 8px;
	margin-right: 10px;
}
.main_content.market .main .section_one .panel_content{
	max-height: 588px;
	overflow: auto;
	position: relative;
}
.main_content.market .main .section_two .head{
	display: flex;
	height: 50px;
	align-items: center;
	padding: 0 20px;
	font-family: Lato-Regular;
	font-size: 16px;
	color: #888888;
	letter-spacing: 0.93px;
}
.main_content.market .main .section_two .head .head_active{
	font-family: Lato-Bold;
	color: #494A69;
	font-size: 16px;
	letter-spacing: 0.93px;
}
.main_content .main .section_two .head .right_head {
	text-align: right;
	flex-grow: 1;
}
.main_content .main .section_two .head .right_head .search {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.main_content .main .section_two .head .right_head .search .new_job{
	background: #EAEAEA;
	box-shadow: 0 1px 0 0 #D0D4D9;
	border-radius: 3px;
	padding: 0 10px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #648598;
	letter-spacing: 0.36px;
	cursor: pointer;
}
.main_content.market .main .section_two{
	background: #fff;
	border-radius: 2px 2px 0 0;
}
.main_content.market .main .section_two .menu_container{
	/*max-height: 588px;*/
	overflow: auto;
	padding-bottom: 20px;
	max-height: calc(100vh - 170px);
}
.main_content.market .main .section_two .menu_head{
	position: relative;
	padding:16px 20px;
	background: #F6F8F8;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	font-family: Lato-Bold;
	font-size: 14px;
	color: #648598;
	letter-spacing: 0.81px;
}
.main_content.market .main .section_two .menu_head.mod123_menu{
	padding-right: 60px;
}
.main_content.market .main .section_two .menu_head.mod123_menu .but123{
	position: absolute;
	right: 42px;
	top: 20px;
}
.main_content.clients.market .main .edit_client {
	top: 17px;
	right: 20px;
}
.menu_content{
	display: flex;
	overflow: hidden;
}
.menu_content .left_section_menu{
	width: 1px;
	background: #eee;
	margin-left: 10px;
	transform: translateY(-25px);
}
.pointer_cursor{
	cursor: pointer;
}
.menu_content .right_section_menu{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.menu_content .right_section_menu .menu_item{
	display: flex;
	align-items: center;
	font-family: Lato-Regular;
	font-size: 14px;
	letter-spacing: 0.81px;
	padding: 1px;
}
.menu_content .right_section_menu .menu_item .menu_name{
	padding:16px 0;
	padding-left: 20px;
	width: 100%;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	color: #494A69;
	cursor: pointer;
	position: relative;
}
.but123, .but_hover{
	display: flex;
	justify-content: flex-end;
	margin-right: 13px;
	cursor: pointer;
}
.but_hover{
	display: none;
}
.menu_content .right_section_menu .menu_item .menu_name:hover{
	color: #00B5B8;
}
.menu_content .right_section_menu .menu_item .menu_name.active_menu{
	color: #00B5B8;
}
.menu_content .right_section_menu .menu_item .menu_name .name_text{
	flex-grow: 1;
}
.menu_content .right_section_menu .menu_item .menu_name:hover .but123{
	display: none;
}
.menu_content .right_section_menu .menu_item .menu_name:hover .but_hover{
	display: flex;
}
.menu_content .right_section_menu .menu_item:last-child .menu_name{
	border-bottom: 1px solid transparent;
}
.menu_content .right_section_menu .left_border{
	width: 32px;
	height: 1px;
	background: #eee;
}

/*menu category add modal*/
.add_client_modal .content .main .right form .added_menu .add_categ .add_categ_inp div{
	text-align: center;
}
.but_hover .edit_client1 {
	top: 15.5px;
	right: 50.5px;
	z-index: 99
}
.add_client_modal .content .main .right form .added_menu .menu_name input{
	border: none;
	padding: 0;
	color: #494A69;
	font-family: Lato-Regular;
	font-size: 14px;
	margin-top: 0;
}
.add_client_modal .content .main .right form .added_menu .menu_content{
	overflow: visible;
}
.add_client_modal .content .main .right form .added_menu{
	padding: 10px 0;
	border-bottom: 2px solid #eee;
}
.add_client_modal .content .main .right form .added_menu .menu_name.add_categ input{
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	padding: 12px 16px;
	outline: none;
}
.add_client_modal .content .main .right form .added_menu input {
	z-index: 9;
}
.add_client_modal.new_menu .content .main{
	max-height: 550px;
	overflow: auto;
}
.client_modal.mymodal.new_categ.new_menu_mod{
	min-height: 800px;
}
.client_modal.mymodal.new_categ.new_menu_mod .add_client_modal .content {
	padding-bottom: 20px;
}
.client_modal.mymodal.new_categ.new_menu_mod .right_section_menu{
	width: calc(100% - 10px)
}
/*menu category add modal end*/
/*add item modal*/
.client_modal.vehicle_type.add_item_modal.mymodal {
	min-height: 800px;
}
.add_item_modal .option_section{
	margin:20px 0;

}
.add_item_modal .option_section .add_option {
	background: #F6F8F8;
	min-height: 50px;
	display: flex;
	align-items: center;
	width: calc(100% + 148px);
	position: relative;
	left: -130px;
}
.add_item_modal .option_section .add_option div.add_option1{
	padding: 0 10px;
	height: 30px;
	background: #EAEAEA;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #648598;
	letter-spacing: 0.36px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 130px;
	border-radius: 3px;
	cursor: pointer;
}
.add_item_modal .option_section .add_option div.add_option1:hover{
	background: #00B5B8;
	color: #fff;
}
.add_item_modal .option_section .add_option_content{
	background: #F6F8F8;
	height: 200px;
	align-items: center;
	width: calc(100% + 148px);
	position: relative;
	left: -130px;
	margin-top: 10px;
	display: flex;
}
.add_item_modal .option_section .add_option_content .add_option_content_margin{
	margin-left: 130px;
	width: calc(100% - 181px);
}
.add_client_modal .content .main .right form .add_option_content input[type="text"] {
	width: 100%;
}
.add_client_modal .content .main .right  form .add_option_content label:not(:first-child) {
	margin-top: 0;
}
.radio_but{
	display: flex;
	margin-top: 40px;
	position: relative;
}
.quick_job .radio_but{
	margin-top: 10px;
	display: block;
}
.radio_but label{
	display: flex;
	flex-direction: row!important;
	cursor: pointer;
	align-items: center;
	position: relative;
}
.radio_but label.lab2{
	margin-left: 40px;
}
.quick_job .radio_but label.lab2{
	margin-left: 0
}
.radio_but label div{
	width: 15px;
	height: 15px;
	border: 1px solid;
	border-radius: 50%;
}
.quick_job .radio_but label div{
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}

.radio_but label span{
	font-size: 15px;
	margin-left: 5px;
}
.quick_job .radio_but label span{
	font-size: 14px;
	font-weight: normal;
}

#qj_by_door {
	padding-top: 27px;
}

#qj_by_door span {
	margin-top: -17px;
}
.radio_but label input{
	display: none;
}
.radio_but label input:checked + div{
	border:5px solid #00B5B8;
}
.radio_but label input:disabled:checked + div{
	border:1px solid #333;
}
.radio_but button{
	min-width: 60px;
	padding: 0 10px;
	height: 36px!important;
	margin-top: 0!important;
	position: absolute;
	top: -11px;
	right: -32px;
}
.add_item_modal .option_section .field_section{
	margin-bottom: 10px;
}
.add_item_modal .option_section .add_option span.type{
	margin-left: 130px;
	font-family: Lato-Bold;
	font-size: 14px;
	color: #648598;
	letter-spacing: 0.81px;
}
.add_client_modal .content .main .right form .field_section .radio_but label.lab2{
	margin-left: 0;
}

.field_section .add_feild{
	width: 140px;
	height: 30px;
	background: #EAEAEA;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #648598;
	letter-spacing: 0.36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	margin-top: 20px;
	cursor: pointer;
}
.field_section .add_feild:hover{
	background: #00B5B8;
	color: #fff;
}
.field_section .edit_client1{
	display: flex;
	right: 19px;
}
.field_section .edit_client1 >span{
	margin-right: 15px;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.26px;
	line-height: 19px;
}
.field_section .field_item{
	display: flex;
	margin: 20px 0;
}
.add_client_modal .content .main .right form .field_section .field_item input{
	width: 100%;
	border-radius: 3px 0 0 3px;
	margin-top: 0;
}
.add_client_modal .content .main .right form .field_section .field_item label:not(:first-child){
	margin-top: 0;
	width: 150px;
}
.add_client_modal .content .main .right form .field_section .field_item label input{
	border-left: none;
	border-radius: 0 3px 3px 0;
	width: initial;
	padding-left: 25px;
	padding-right: 37px;
}
.field_section .field_item .sum12{
	position: absolute;
	font-size: 17px;
	top: 14px;
	font-family: arial;
	left: 10px;
}
.field_section  .field_item .but_hover{
	position: absolute;
	top: 14px;
	right: -7px;
}
.field_section  .field_item  .edit_client1{
	right: 27px;
	top: -1px;
}
.field_item:hover .but_hover{
	display: block;
}
.add_client_modal .content .main .right form .option_section .add_categ input{
	z-index: initial;
}
.field_section .field_item .edit_client1 .mod_client  div:not(:last-child){
	padding-bottom: 12px;
}
.add_client_modal.add_new_item .main{
	max-height: 655px;
	overflow: auto;
}
.add_client_modal.add_new_item .content {
	padding-bottom: 20px;
}
.field_section .field_item:hover input{
	border:1px solid !important;
}
.field_section .field_item:hover input.sum123{
	border-left: none!important;
}
/*add item modal end*/
/*service market page end*/


/*add job modal1*/
.job_modal .main .job_head{
	font-family: Lato-Regular;
	font-size: 12px;
	color: #888888;
	line-height: 15px;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.job_modal .main .job_head span{
	cursor: pointer;
}
.job_modal .main .job_head span:not(:first-child){
	margin-left: 5px;
}
.job_modal .main .job_head .act{
	color: #00B5B8;
}
.job_modal .main .job_conent{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 25px;
	position: relative;
}
.job_modal .main .job_conent .job_one{
	font-family: Lato-Regular;
	font-size: 16px;
	color: #494A69;
	letter-spacing: -0.26px;
	display: flex;
	height: 130px;
	width: 26.5%;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.job_modal .main .job_conent .job_one .column_inner{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.job_modal .main .job_conent .job_one .column_inner .img_service{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 1px 0 0 #D0D4D9;
	margin-bottom: 7px;
}
.job_modal .main .job_conent .job_one:nth-child(3n-1) {
	margin-bottom: 20px;
}
.job_modal .add_client_modal .content .main{
	background: #F6F8F8;
	padding: 10px 20px;

}
/*add job modal1 end*/


/*add job modal2*/
.job_modal.job_modal2 .main .job_conent{
	justify-content: space-between;
}
.job_modal.job_modal2 .main .job_conent .job_one .column_inner .img_service{
	width: 120px;
	height: 120px;
}
.job_modal.job_modal2 .main .job_conent .job_one .column_inner .img_service img{
	width: 60px;
}
.job_modal.job_modal2 .main .job_conent .job_one{
	width: 32.5%;
	margin-bottom: 30px;
}
.job_modal.job_modal2 .main .job_conent .job_one:nth-child(3n-1) {
	margin: 0 1.25%;
	margin-bottom: 30px;
}
/*add job modal2 end*/


/*add job modal3 */
.job_modal3 .job_conent .creat{
	width: 100%;
	text-align: right;
	padding-right: 20px;
}
.job_modal3 .job_conent .creat span{
	font-family: Lato-Bold;
	font-size: 14px;
	color: #00B5B8;
	letter-spacing: 0.26px;
	line-height: 19px;
	text-decoration: underline;
	cursor: pointer;
}
.job_modal.job_modal3 .main .job_conent{
	justify-content: initial;

}
.job_modal.job_modal3 .main .job_conent .info_job{
	padding:10px 20px;
}
.job_modal.job_modal3 .main .job_conent .info_job > .info_job{
	padding-left: 0;
	padding-right: 0;
}
.radio_but1{
	flex-wrap: wrap;
}
.job_modal .info_job.job_full .radio_but1 label{
	width: 49%;
	margin-bottom: 10px;
}
.job_modal .info_job{
	width: 100%;
	display: flex;
	padding-bottom: 20px;
	flex-wrap: wrap;
}
.job_modal .info_job label{
	width: 49%;
}
.job_modal .info_job label.on_lab{
	margin-right: 1%;
}
.job_modal .info_job label.two_lab{
	margin-left: 1%;
}
.job_modal .add_client_modal .content .main .right form label:not(:first-child){
	margin-top: 0;
}
.job_modal.job_modal3 .add_client_modal .content .main{
	padding:0;
}
.job_modal.job_modal3 .main .job_head{
	padding:10px 20px;
}
.job_all{
	background: #fff;
}
.quick_job .job_all{
	background: none;
}
.job_modal3 .add_client_modal .content .main .right form input[ type="file" ]{
	display: none;
}
.add_client_modal .content .main .right form .check_box_mod input{
	margin: 0;
}
.add_client_modal .content .main .right form .check_box_mod label{
	margin-left: 18px;
}
.vehicle_type.job_modal3 .add_client_modal .right  label textarea{
	/*height: 56px;*/
}
.job_modal3 label  div.add_photo1{
	width: 140px;
	margin-top: 8px;
	display: flex;
	height: 80px;
	justify-content: center;
	align-items: center;
	border: 1px dashed #ddd;
	cursor: pointer;
	font-family: Lato-Bold;
	font-size: 14px;
	color: #00B5B8;
	letter-spacing: 0.26px;
	line-height: 19px;
	text-decoration: underline;
	position: relative;
}
.job_modal .info_job.job_full label{
	width: 100%;
}
.job_modal.job_modal3 .main .job_conent .info_job.job_full{
	flex-direction: column;
}
.job_modal.job_modal3 .main .job_conent .info_job.job_full button{
	margin-bottom: 10px;
}


/*add job modal3 end*/



/*add job modal4 */
.job_modal4 .add_client_modal .content{
	width: 600px;
}
.job_modal .info_job.job_full .radio_but label{
	width: auto;
}
.job_modal .radio_but {
	margin-top: 0;
}
.job_modal .add_client_modal .content .main .right form .radio_but label{
	flex-direction: row;
}
.job_modal .radio_but label span{
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.26px;
	line-height: 19px;
}
.radio_but1{
	display: flex;
	margin-top: 8px;
}
.radio_but1 input{
	display: none;
}
.radio_but1 label>div.auto_info{
	width: calc(98% - 40px);
	height: 80px;
	border:1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 20px;
	position: relative;
	cursor: pointer;
}
/*.radio_but1 label>div.auto_info.inf2{
	margin-left: 1%;
}*/
.job_modal.job_modal3 .main .job_conent .info_job > label{
	margin-bottom: 20px;
}
.radio_but1 label>div.auto_info .radio_descr{
	margin-left: 20px;
}
.radio_but1 label>div.auto_info .radio_descr > div:first-child{
	font-family: Lato-Bold;
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.81px;
}
.radio_but1 label>div.auto_info .radio_descr > div:last-child{
	font-family: Lato-Regular;
	font-size: 9px;
	color: #494A69;
}
.rad_but_job{
	width: 15px;
	height: 15px;
	border: 1px solid;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 10px;
}

.radio_but1 label input:checked + div.auto_info{
	border: 1px solid #00B5B8;
}

.radio_but1 label input:checked + div.auto_info>div.rad_but_job{
	border: 5px solid #00B5B8;
}
#datetime1{
	position: absolute;
	right: 20px;
	top: 30px;
}
.job_panel .job_top_panel{
	height: 41px;
	display: flex;
	align-items: center;
	width: calc(100% - 42px);
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	padding:0 20px;
	font-family: Lato-Bold;
	font-size: 16px;
	color: #494A69;
	line-height: 17px;
}
.job_panel.mod .job_top_panel{
	width:100%;
}
.job_panel .job_top_panel .right_top_panel{
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
}
.add_client_modal .content .main .right form .job_panel_content label{
	flex-direction: row;
}
.add_client_modal .content .main .right form .job_panel_content label span:not(.check){
	width: calc(50% - 16px);
	display: flex;
	justify-content: flex-end;
	padding-right: 16px;
	align-items: center;
	background: #FAFAFA;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	line-height: 17px;
}
.add_client_modal .content .main .right form .job_panel_content label:last-child span{
	border-bottom-left-radius: 3px;
}
.add_client_modal .content .main .right form .job_panel_content label:last-child input{
	border-bottom-right-radius: 3px;
}
.add_client_modal .content .main .right form .job_panel_content label input{
	width: 50%;
	margin-top: 0;
	border-radius: 0;
	border-top: none;
}
.add_client_modal .content .main .right form .job_panel_content label input:focus{
	border: 1px solid #DDDDDD;
	border-top: none;
}
label{
	margin-bottom: 0;
}
.job_panel{
	margin-bottom: 20px;
}
.job_panel .job_inf_but{
	cursor: pointer;
	display: none;
}
.job_panel .job_inf_but.act_pan, .job_panel .job_panel_content.act_pan{
	display: block;
}
.job_panel_content.act_pan .inp-par.edited:not(.no-check):after,.job_panel_content.act_pan div .inp-par.has-error:not(.no-check):after{
	right: 22px;
}
.job_panel .job_panel_content{
	display: none;
}
.add_client_modal .content .main .right form label.search_input1 input{
	padding-left: 35px;
}
.add_client_modal .content .main .right form label.search_input1 div{
	cursor:pointer;
	position: absolute;
	left: 10px;
	top: 35px;
}
.border_green{
	border : 1px solid #00B5B8!important;
	border-radius : 2px
}
.but_container_new button img{
	width:20px;
	margin-right: 10px;
}
.but_container_new button:nth-child(1){
	width:57%;
	margin-right: 3%;
}
.but_container_new button:nth-child(2){
	width:39%;
}
.job_modal4  .add_client_modal .content .main{
	max-height: 750px;
	overflow: auto;
}
.radio_descr1{
	font-size: 16px;
}
.cash_credit i.fa{
	font-size: 42px;
}
.radio_but1.cash_cred label>div.auto_info{
	flex-direction: column;
}
.job_modal.job_modal3 .main .job_conent .info_job.job_full.two_button{
	flex-direction: row;
	flex-wrap: nowrap;
}
.job_modal.job_modal3 .main .job_conent .info_job.job_full.two_button button:first-child{
	width: 60%;
}
.job_modal.job_modal3 .main .job_conent .info_job.job_full.two_button button:last-child{
	width: 39%;
	margin-left: 1%;
}
/*add job modal4 end*/

/*update version*/
.new_job.new_type.categ{
	box-shadow: 0 1px 0 0 #D0D4D9;
	border-radius: 3px;
	height: 30px;
	justify-content: center;
	align-items: center;
	font-family: Lato-Semibold;
	font-size: 14px;
	letter-spacing: 0.36px;
	cursor: pointer;
	background: #EAEAEA;
	color: #648598;
	margin-bottom: 30px;
	width: auto;
	padding: 0 10px;
	display: inline-flex;
}
.main_content .main .section_one .service.instead.shop.categ{
	display: block;
}
.main_content .main .section_one .service.instead.shop.categ .category_container{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
.main_content .main .section_one .service.instead.shop.categ .category_container .service_column{
	width: 200px;
	height: 150px;
	margin-right: 16px;
	margin-bottom: 55px;
	margin-top: 15px;
}

.main_content .main .section_one .service.shop .bonus_container .service_column > div.column_inner{
	height: 170px !important;
}

.main_content .main .section_one .service.instead.shop.categ .delivery-price_container .service_column 	{
	width: 345px!important;
}
.main_content .main .section_one .service.shop.categ .update_delete_check{
	height: 100%;
}
.main_content .main .section_one .service.shop .service_column .column_inner img{
	height: auto;
	max-height: 100%;
}
.main_content .main .section_one .service.shop.categ .category_name{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #648598;
	top: 100px;
}
.main_content .main .section_one .service.shop .sort-shops i {
	position: relative;
	top: -6px;
	right: -12px;
	cursor: pointer;
	z-index: 5;
	left: auto;
	font-size: 25px;
}

.main_content .main .section_one .service.shop .sort-banners i {
	position: relative;
	top: -6px;
	right: -12px;
	cursor: pointer;
	z-index: 5;
	left: auto;
	font-size: 25px;
}

.main_content .main .section_one .service.shop .star{
	left: 10px;
	right: auto;
}
.main_content.clients .main  .service.shop .edit_client{
	z-index: 8;
	top: 15.5px;
	cursor: pointer;
}
.main_content.clients .main .service.shop  .edit_client .mod_client{
	right: -2px;
}
.main_content.clients .main .service.shop a .edit_client .mod_client{
	right: -9px;
}
/*.main_content.clients .main .service.shop .edit_client div.rad{
	background:#fff;
}*/
.main_content.clients .main  .service.shop .edit_client .client_edit_open1{
	display: flex;
	flex-direction: column;
	width: 25px;
	height: 30px;
	align-items: center;
}
.main_content .main .section_one .service.shop.categ .head_cetg{
	font-family: Lato-Regular;
	font-size: 16px;
	color: #494A69;
	letter-spacing: 0.93px;
	margin-bottom: 20px;
}
.edit_client1{
	z-index: inherit;
}
.job_modal3 .add_img_container{
	margin-top: 30px;
	display: flex;
}
.job_modal3 .add_img_container label  div.add_photo1{
	width: 168px;
	height: 126px;
	bottom: 10px;
}
.job_modal3 .add_img_container label.change  div.add_photo1 img{
	max-width: 100%;
	max-height: 100%;
}
.job_modal3 .add_img_container label.change  div.add_photo1 .change_img{
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #00B5B8;
	text-decoration: underline;
	top: 75px;
}
.add_client_modal .content .main .right form label.change:not(:first-child){
	margin-top: 0;
}
.job_modal3 .add_img_container label.change  div.add_photo1{
	border:none;
}
.main_content.admin .main .section_one .operator_info_edit .group_inp.mod input{
	box-sizing: border-box;
}
.main_content.admin .main .section_one .operator_info_edit .group_inp.mod label{
	width: calc(50% - 10px);
	margin-right: 10px;
}
.main_content.admin .main .section_one .operator_info_edit .group_inp .chpass{
	display: flex;
	align-items: flex-end;
	width: 50%;
}
.main_content.admin .main .section_one .operator_info_edit .group_inp .chpass span{
	height: 43px;
	display: flex;
	justify-content: center;
	background: #EAEAEA;
	border-radius: 3px;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #648598;
	letter-spacing: 0.36px;
	width: 100%;
	align-items: center;
	margin-left: 10px;
	cursor: pointer;
}
#modal_client_shop{
	z-index: 10;
}
#shopping1{
	z-index: 11;
}
#modal_client_shop .costumer{
	border-top: none;
}
/*#modal_client_shop.job_modal3 .job_conent .creat{*/
/*position: absolute;*/
/*top: 10px;*/
/*right: 0;	*/
/*}*/
#modal_client_shop.job_modal3 .job_conent{
	margin-top: 0;
}






/*shop content*/
/*shop content*/
/*left section*/
.shop_content *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.shop_content{
	display: flex;
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px;
	font-family: OpenSans;
	font-size: 16px;
	color: #494A69;
	letter-spacing: -0.26px;
	box-sizing: border-box;
	position: relative;
}
.shop_content .left_section{
	display: flex;
	flex-direction: column;
	width: 228px;
}

.shop_content .left_section .sort_by{
	width: 100%;
	padding: 7px 20px;
	background: #F7F8FA;
}
.shop_content .left_section ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.shop_content .left_section ul li{
	margin-left: 20px;
	margin-bottom: 16px;
	cursor: pointer;
}
.shop_content .left_section ul li.active{
	font-family: OpenSans-Bold;
}
.shop_content .left_section ul li.active1{
	color:  #00B5B8;
}
/*left section end*/
/*right section*/
.shop_content  .right_section{
	margin-left: 20px;
	width:calc(100% - 248px);
}
.right_section .search_head{
	display: flex;
}

.sort_menu_open{
	display: flex;
	align-items: center;
	margin-left: 13px;
	cursor: pointer;
	display: none;
}
.search_head label{
	position: relative;
	width: 100%;
}
.search_head label input{
	width:320px;
	height: 36px;
	outline: none;
	background: #FAFAFA;
	border: 1px solid #E6E6E6;
	border-radius: 36px;
	padding-left: 44px;
	font-family: OpenSans;
	font-size: 16px;
	color: #494A69;
	letter-spacing: -0.26px;
}
.search_head label input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: Lato-Light;
	font-size: 16px;
	color: #788196;
	line-height: 22px;
}
.search_head label input::-moz-placeholder { /* Firefox 19+ */
	font-family: Lato-Light;
	font-size: 16px;
	color: #788196;
	line-height: 22px;
}
.search_head label input:-ms-input-placeholder { /* IE 10+ */
	font-family: Lato-Light;
	font-size: 16px;
	color: #788196;
	line-height: 22px;
}
.search_head label input:-moz-placeholder { /* Firefox 18- */
	font-family: Lato-Light;
	font-size: 16px;
	color: #788196;
	line-height: 22px;
}
.search_head label button{
	background: none;
	outline: none;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 7px;
	left: 8px;
}
.swiper_full_container{
	padding: 0 30px;
	position: relative;
	width: calc(100% - 330px);
	margin-left: 10px;
}
.brows_categ{
	text-align: left;
	margin-top: 24px;
	font-size: 20px;
	line-height: 22px;
	display: none;
}
.swiper_full_container .swiper-container {
	width: 100%;
}
.swiper_full_container .swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 50px;
	height: 36px;
	cursor: pointer;
}
.swiper_full_container .swiper-slide div{
	display: none;
}
.swiper-categories img {
	opacity: 0.5;
}
.swiper_full_container .swiper-button-next{
	background: url('../img/main/Next.png');
	background-repeat: no-repeat;
	right: 0;
}
.swiper_full_container .swiper-button-prev{
	background: url('../img/main/prev.png');
	background-repeat: no-repeat;
	left: 0;
}
.swiper_full_container .swiper-button-next, .swiper_full_container .swiper-button-prev{
	height: 26px;
	margin-top: -13px;
	z-index: 0;
}
/*right section end*/
/*shops*/
.shops .head{
	display: flex;
	margin-top: 20px;
	margin-bottom: 10px;
}
.shops .head .left{
	font-size: 20px;
	line-height: 22px;
}
.shops .head .right{
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
}
.shops .head .right div:first-child{
	margin-right: 20px;
}
.shops .swiper-container {
	width: 100%;
}
.shops .swiper-slide {
	text-align: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
	justify-content: center;
}
.img_container{
	position: relative;
}
.shops .swiper-slide img{
	max-width: 100%;
	max-height: 350px;
	width: 100%;
}
.swiper-button-next1, .swiper-button-prev1{
	cursor: pointer;
}
.swiper-button-next1.swiper-button-disabled, .swiper-button-prev1.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}
.over{
	display: flex;
	position: absolute;
	bottom: 15px;
	padding: 0 10px;
	color: #fff;
	width: 100%;
	line-height: 16px;
}
.over .left{
	text-align: left;
}
.over .left div:first-child{
	font-family: OpenSans-Semibold;
}
.over .left div:last-child{
	margin-top: 4px;
}
.over .left div:last-child, .over .right{
	font-size: 14px;

}
.over .right div:last-child{
	margin-top: 4px;
}
.over .left .categ span:not(:first-child){
	padding-left: 13px;
	position: relative;
}
.over .left .categ span:not(:first-child):before{
	content: '';
	width: 5px;
	height: 5px;
	background: #fff;
	position: absolute;
	left: 4px;
	top: 7px;
	border-radius: 50%;
}
.over .right{
	text-align: right;
	flex-grow: 1;
}
.markets {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.markets .market_item{
	height: 217px;
	display: flex;
	margin-bottom: 20px;
}
.markets a.market_item:hover{
	text-decoration: none;
}
.markets .market_item .fix_height{
	width: 100%;
}
.markets .market_item img{
	max-width: 100%;
	max-height: 166px;
}
.markets .market_item:nth-child(2n){
	margin-left: 18px
}
.over.market_over{
	position: relative;
	bottom: auto;
	color: #888;
	padding: 0;
	margin-top: 10px;
}
.over.market_over .left div:first-child {
	color: #494A69;
}
.over.market_over .right div:first-child {
	color: #494A69;
}
.over.market_over .left .categ span:not(:first-child):before {
	background: #888;
}
.market-shop-lists .sort-shops {
	display: none;
}
.market-shop-lists .sort-banners {
	display: none;
}
.market-shop-lists img {
	max-width: 300px;
	max-height: 225px;
}
.load_more{
	text-align: center;
}
.load_more div{
	width: 200px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F7F8FA;
	border-radius: 36px;
	margin: 0 auto;
	font-size: 14px;
	color: #888888;
	cursor: pointer;
}
/*shops end*/
/*shop content end*/

.swiper_full_container .swiper-slide{
	width: 159px;
	height: 117px;
}
.swiper_full_container .swiper-slide div{
	display: block;
}
.swiper_full_container .swiper-slide div img{
	max-width: 100%;
	max-height: 100%;
}
.swiper_full_container .swiper-slide span{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	/*color: #fff;*/
}
/*left menu*/
.shop_content .left_section{
	display: none;
	position: fixed;
	background: white;
	z-index: 5;
	bottom: 66px;
	width: 100%;
	left: 0;
	border-radius: 15px 15px 0 0;
	box-shadow: 0px -1px 4px #494a69;
}
.shop_content .left_section .sort_by{
	border-radius: 15px 15px 0 0;
}
.shop_content .right_section{
	width: 100%;
}
.nano{
	height: auto;
	max-height: 60px;
}
/*shop main page*/
.header_bottom{
	flex-direction: column;
}
.header_bottom .left_section{
	text-align: center;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 10px;
}
.shop_content  .right_section{
	margin-left: 0;
}
.right_section .search_head{
	flex-direction: column;
}
.search_head label input{
	width: 100%;
}
.swiper_full_container{
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
}
.brows_categ{
	display: block;
}
.sort_menu_open{
	display: flex;
}
.shop_content .left_section.sort{
	position: absolute;
	top: 68px;
	height: 200px;
	border-radius: 0;
}
.sort2{
	display: none;
}
.shop_content .left_section ul{
	max-height: 174px;
	overflow: auto;
}
.content_box{
	margin-top: 60px;
}
.search_container{
	display: flex;
	padding: 2px 15px;
	background: #F7F8FA;
}
/*shop main page end*/


.markets .market_item {
	width: calc(50% - 9px);
	justify-content: center;
}
.add_client_modal .content .main .shop_content  .right{
	width: auto!important;
}





/*shop inner page*/
.inner_shop .header_bottom .right_section{
	justify-content: flex-start;
	margin-left: 0;
}
.inner_shop .market_head {
	position: relative;
}
.inner_shop .market_head .market_img{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 670px;
}
.inner_shop .market_head .market_img img{
	max-width: 100%;
	width: 100%;
}
.inner_shop .map_market{
	width: 100%;
	margin-left: 40px;
	display: flex;
}
.inner_shop .market_info{
	width: 445px;
	height: 150px;
	background: #fff;
	border-radius: 15px 15px 0 0;
	position: absolute;
	bottom: 0;
	left: calc( 50% - 222.5px);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.inner_shop .market_info div:not(:first-child){
	margin-top: 8px;
}
.inner_shop .market_info div:first-child{
	font-family: OpenSans-Light;
	font-size: 32px;
	color: #494A69;
	letter-spacing: 0.38px;
	line-height: 38px;
}
.inner_shop .market_info div:nth-child(2){
	font-size: 14px;
	color: #888888;
	line-height: 16px;
}
.inner_shop .market_info div.categ span{
	position: relative;
}
.inner_shop .market_info div.categ span:not(:first-child){
	padding-left: 16px;
}
.inner_shop .market_info div.categ span:not(:first-child):before{
	content: '';
	width: 5px;
	height: 5px;
	background: #888888;
	position: absolute;
	left: 5px;
	top: 8px;
	border-radius: 50%;
}
.inner_shop .market_info div:last-child{
	font-size: 14px;
}
.inner_shop .header_bottom {
	position: relative;
	padding-bottom: 45px;
}
.inner_shop .tab_menu{
	display: flex;
	flex-wrap: wrap;
	/*position: absolute;*/
	bottom: 0;
	left: 248px;
	font-family: OpenSans-Semibold;
	line-height: 18px;
}
.inner_shop .tab_menu div{
	height: 25px;
	cursor: pointer;
}
.inner_shop .tab_menu div:hover{
	border-bottom:2px solid #494A69;
}
.inner_shop .tab_menu div.active_menu{
	border-bottom:2px solid #494A69;
}
.inner_shop .tab_menu div:not(:first-child){
	margin-left: 32px;
}
.shop_inner .product_container{
	display: flex;
	flex-wrap: wrap;
}
.shop_inner .head1{
	text-align: center;
	font-size: 20px;
	color: #494A69;
	line-height: 22px;
}
.shop_inner .head1 div:last-child{
	margin-top: 8px;
}
.shop_inner .product_content{
	width: calc(50% - 20px);
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
	border-bottom: 1px solid #CDCED2;
	margin-bottom: 24px;
	cursor: pointer;
}
.shop_inner .product_content:nth-child(2n){
	margin-left: 40px;
}
.shop_inner .product_content .product_info{
	flex-grow: 1;
}
.product_content .product_info .prod_name{
	font-family: OpenSans-Semibold;
	margin-top: 10px;
	text-align: center;
}
.product_content .product_info .prduct_categ{
	font-size: 14px;
}
.product_content .product_info .product_desc{
	font-family: OpenSans;
	font-size: 14px;
	color: #888888;
	line-height: 20px;
	margin:8px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.product_content .product_img{
	/*max-width: 118px;*/
	/*height: 118px;*/

}
.product_content .product_img img{
	max-width: 100%
}
.nano {
	width: 100%;
	height: 40px;
}
.nano .nano-content {
	padding-right: 5px;
}
.no_bord{
	padding: 5px 16px!important;
	border:none!important;
	margin-top: 0!important;
}
/*product modal*/
#modal_inner_shop{
	z-index: 12;
}
.buy_for_me.registr.forgot_modal .product_options .sign_but{
	margin: 0;
}
.registr.forgot_modal .sign_but {
	padding-left: 20px;
}
.add_client_modal .content .head.modern_prod{
	padding:0;
	position: relative;
	border: none;
}
.add_client_modal .content .head.modern_prod .all_size img{
	max-width: 100%;
	width: 100%;
}
.add_client_modal .content .head.modern_prod .close_modal{
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
}
.add_client_modal .content .product_information{
	padding:33px 16px;
}
.add_client_modal .content .product_information .pr_name{
	text-align: center;
}
.add_client_modal .content .product_information .pr_name div:first-child{
	font-family: OpenSans-Light;
	font-size: 32px;
	color: #494A69;
	letter-spacing: 0.38px;
	line-height: 38px;
}
.add_client_modal .content .product_information .pr_name div:last-child{
	margin-top: 10px;
}
.buy_for_me.registr.forgot_modal .sign_but.prod_modern{
	height: 40px;
	display: flex;
	align-items: center;
	background: #EFEFF4;
	padding-right: 20px;
	font-family: OpenSans-Semibold;
	font-size: 13px;
	color: #888888;
	letter-spacing: 0;
	line-height: 15px;
}
.buy_for_me.registr.forgot_modal .sign_but.prod_modern span{
	color: #494A69;
}
.buy_for_me.registr.forgot_modal .sign_but.prod_modern div{
	flex-grow: 1;
}
.main_modal_section .option_control input{
	width: auto;
	display: none;
}
.main_modal_section .option_control{
	padding:0 20px;
}
.main_modal_section .option_control label{
	display: flex;
	align-items: center;
	padding: 18px 0;
	margin: 0;
	position: relative;
}
.option_control label:not(:last-child){
	border-bottom: 1px solid  #CDCED2;
}
.option  .option_control label span{
	margin-left: 20px;
	cursor: pointer;
	font-family: OpenSans;
	font-size: 16px;
	color: #494A69;
	letter-spacing: -0.26px;
	line-height: 18px;
}
.option  .option_control label .but{
	width: 24px;
	height: 24px;
	border: 1px solid #979797;
	border-radius: 50%;
	cursor: pointer;
}
.option_container{
	max-height: 322px;
	overflow: auto;
}
.option.radio .option_control label input:checked + div{
	border: 8px solid #00B5B8;
	width: 10px;
	height: 10px;
}
.option.radio .option_control label input:checked + div + span{
	font-family: OpenSans-Semibold;
}
.option.checkbox .option_control label div{
	border-radius: 0;
}
.option.checkbox .check{
	position: absolute;
	left: 6px;
	top: 18px;
	display: none;
}
.option.checkbox .option_control label input:checked + div{
	background: #00B5B8;
	border: none;
}
.option.checkbox .option_control label input:checked + div + div{
	display: block;
}
.option.checkbox .option_control label input:checked + div + div +span{
	font-family: OpenSans-Semibold;
}
.buy_for_me.registr .main_modal_section .product_options form{
	padding:0;
}
.buy_for_me.registr.forgot_modal .product_options .sign_but{
	margin: 0;
}
.main_modal_section .product_options form button {
	width: calc(100% - 40px);
	margin-left: 20px;
}

.buy_for_me .main_modal_section input.input-number{
	display: block;
	width: 100px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: #F7F8FA;
	font-size: 16px;
	font-family: OpenSans-Semibold;
	color: #494A69;
}
.option .option_control .price_add{
	position: absolute;
	right: 0;
	font-family: OpenSans;
	font-size: 16px;
	color: #494A69;
	letter-spacing: -0.26px;
	line-height: 18px;
}
.buy_for_me .main_modal_section input.text_inp{
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ddd;
	padding-left: 0;
}
/*input number*/
.inp_numb{
	display: flex;
	box-shadow: 0 1px 2px;
	width: 160px;
	margin-top: 30px;
}

.option_control1{
	display: flex;
	justify-content: center;
	margin: 20px;
	flex-direction: column;
	align-items: center;
}
.input-number {
	width: 80px;
	padding: 0 12px;
	vertical-align: top;
	text-align: center;
	outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
	height: 40px;
	user-select: none;
}

.input-number-decrement,
.input-number-increment {
	display: inline-block;
	width: 30px;
	line-height: 37px;
	background: #F7F8FA;
	color: #648598;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	font-size: 23px;
}
.input-number-decrement:active,
.input-number-increment:active {
	background: #ddd;
}

.input-number-decrement {
	border-right: none;
	border-radius: 4px 0 0 4px;
}

.input-number-increment {
	border-left: none;
	border-radius: 0 4px 4px 0;
}

/*input number end*/
/*product modal end*/
.mobile_menu_sorted{
	width: 54px;
	height: 54px;
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 66px;
	right: 0;
	background: #648598;
	border-radius: 50%;
	cursor: pointer;
	z-index: 6;
}
.mobile_menu_sorted .img2{
	display: none;
}
/*shop inner page end*/


.shop_inner .product_content{
	width: 100%;
}
.shop_inner .product_content:nth-child(2n){
	margin-left: 0;
}

.inner_shop .market_info{
	width: 90%;
	left: 5%;
}
.inner_shop .tab_menu{
	left: 0;
}
.main_modal_section form  button{
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	background: #B2B2BB;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	font-family: OpenSans-Semibold;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.81px;
	transition:all .3s;
}
.main_modal_section form  button:hover{
	background: #00B5B8;
}
.main_content .main .section_one .tab_panel.tab443_mod{
	max-width: calc(54vw);
}
.main_content .main .section_one .tab_panel.tab443_mod ul li div{
	white-space: nowrap;
}
.main_content .main .section_one .tab_panel ul li.new_panel:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: #F54B5E;
	position: absolute;
	top: 3px;
	left: 3px;
}
.main_content .main .section_one .panel_content .panel1.new_panel:after{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: #F54B5E;
	position: absolute;
	top: 47px;
	left: -10px;
}
.add_client_modal .content .main .right form .select_item button{
	position: relative;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	margin-top: 8px;
	height: 46px;
	width: 100%;
	box-sizing: border-box;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.81px;
	outline: none !important;
	box-shadow: none !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 100%;
}
.add_client_modal .content .main .right form .select_item button:before{
	content: '';
	position: absolute;
	width: 11px;
	right: 16px;
	top: 0;
	background: url(../img/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	transition: all .3s;
	align-items: center;
	height: 100%;
}
.add_client_modal .content .main .right form .select_item .open button:before{
	transform: rotate(180deg);
}
.add_client_modal .content .main .right form .select_item .bs-caret{
	display: none;
}
.add_client_modal .content .main .right form .select_item .dropdown-menu{
	margin-top: 0;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-color: #00B5B8;
	max-height: 120px !important;
}
.add_client_modal .content .main .right form .select_item .open button{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #00B5B8;
	border-bottom: 1px solid #F8F4F4;
}
.bootstrap-select.btn-group .dropdown-menu li a{
	outline: none;
}
.add_client_modal .content .main .right form .select_item label{
	margin-top: 20px;
}

/*update 26.10.2017*/

.section_two .head .new_job.new_type.open_modal1.categ{
	margin-bottom: 0;
}
.faq_content{
	flex-direction:column;
}
.faq_content .faq_form{
	width:100%;
	position: relative;
}
.faq_content .faq_form.two{
	margin-top:15px;
}
.faq_content .faq_form label{
	display: block;
	font-family: Lato-Bold;
	font-size: 12px;
	color: #494A69;
	line-height: 15px;
	margin-bottom: 8px;
	cursor: pointer;
}
.faq_content .faq_form input{
	padding: 12px 16px;
	outline: none;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	width: 100%;
	margin-right: 16px;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.81px;
	padding-right: 30px;
	position:relative;
}
.faq_content .faq_form input:disabled{
	background: #fff;
}
.faq_content .faq_form.two:after{
	content:'...';
	position:absolute;
	right: 13px;
	bottom: 11px;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	letter-spacing: 0.81px;
}
.main_content.clients .main .section_one .clients_panel .client_section.faq_section{
	height:auto;
	padding-right: 40px;
	position: relative;
	box-sizing: border-box;
}
.main_content.clients .main .section_one .clients_panel .client_section.faq_section .client_right_section{
	position: absolute;
	right: 0;
	top:0;
}
.main_content.clients .main  .section_one .clients_panel .client_section.faq_section .client_right_section .edit_client .client_edit_open{
	right:0;
}
.main_content.jobs.fleet .main .section_one .faq_section .assigned{
	margin-right: -1px;
	margin-top: 56px;
}
.main_content.jobs.fleet .main .section_one .faq_section .assigned:hover .but123 {
	display: none;
}
.main_content.jobs.fleet .main .section_one .faq_section .assigned:hover .but_hover {
	display: flex;
}

/*terms*/
.terms{
	display: flex;
	flex-direction: column;
}
.terms textarea{
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	padding: 12px 16px;
	height: 157px;
	margin-top: 8px;
	outline: none;
	width: 580px;
}
.terms button[type='submit']{
	background: #00B5B8;
	box-shadow: 0 1px 0 0 #D0D4D9;
	border-radius: 3px;
	outline: none;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.81px;
	margin-top: 20px;
	border: none;
	height: 60px;
	width: 200px;
	cursor: pointer;
}

.del-job-dialog .ui-dialog-titlebar {background-color:red}

/*lang update*/
.lang{
	padding: 10px 0;
	margin-bottom: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
header .right_section .singn_out{
	width: 150px;
}
.lang_txt{
	font-size: 13px;
	color: #ccc;
}
.lang .lang_container a{
	text-transform: uppercase;
	font-family: Lato-Bold !important;
}
.lang .lang_container a:not(:first-child){
	padding: 0 5px;
	border-left: 1px solid  #494A69;
}
.inp_group_mod{
	display:flex;
}
.inp_group_mod .select_item{
	width:100%;
	position: relative;
}
.inp_group_mod .add_but_mod{
	display: flex;
	width: 90px;
	justify-content: center;
	align-items: center;
	background: #b2b2bb;
	margin-left: 10px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	z-index: 2;
	height: 46px;
	margin-top: 8px;
}

/*lang update end*/

.ui-dialog { z-index: 1051 !important ;}
textarea.trans_inp{
	padding: 10px 0;
	padding-bottom: 5px;
	border: none;
	border-bottom: 1px solid transparent;
	width: calc(100% - 15px);
}
textarea.trans_inp:focus{
	border-bottom: 1px solid #00B5B8!important;
	outline: none;
}
.all_size{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 250px;
	align-items: center;
}
.flex_auto{
	flex-basis: 25%;
	display: flex;
	justify-content: center;
}
#shop-list-container .flex_auto {
	align-items: flex-start;
}

#banner-list-container .flex_auto {
	align-items: flex-start;
}

.pagination {
	display: flex;
	justify-content: center;
}

.pagination a {
	color: black;
	float: left;
	width: 40px;
	height: 40px;
	text-decoration: none;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
}
.pagination a.active, .pagination a:not(.disabled):hover{
	color: #00B5B8;
	border-radius: 50%;
	box-shadow: 0 2px 5px #bfbfbf;
}
.pagination a i.fa{
	color:#969494;
	font-size: 32px;
}
.add_job_inp_mod.job_all{
	margin-top: 20px;
	padding-bottom: 0;
	background: #f6f8f8;
}

/*dashboard*/
.main_content.dashboard{
	/*height: auto;*/
	height: calc(100% - 60px);
	font-family: Lato-Regular;
}
.container_dashboard{
	background: #ECEFF4;
	max-height: calc(100vh - 90px);
	overflow-y: auto;
	position: relative;
}
.dash_cont{
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
	background: #fff;
	border-radius: 2px;
	padding: 15px;
}
.dash_cont.one_chart{
	padding: 0;
}
.chart_section{
	width:100%;
	display: flex;
	margin-bottom: 20px;
}
.one_chart{
	width:33.333%;
}
.chart_section .one_chart:nth-child(2){
	margin: 0 0.8%;
}
.single_chart .text_f,
.chart_section .text_f{
	display: flex;
	margin-left:20px;
}
.single_chart .text_f .one >div:first-child,
.chart_section .text_f .one >div:first-child{
	font-family: Lato-Regular;
	font-size: 12px;
	color: #888888;
	line-height: 15px;
}
.single_chart .text_f .one,
.chart_section .text_f .one{
	margin-right:3.5%;
}
.single_chart .text_f .one >div:last-child,
.chart_section .text_f .one >div:last-child{
	font-family: Lato-Regular;
	font-size: 24px;
	color: #494A69;
	letter-spacing: 1.39px;
}
.dashb_main{
	display: flex;
	width: 100%;
}
.dashb_main .left_d{
	width: 66.4%;
	margin-right:0.8%;
}
.dashb_main .right_d{
	width: 32.8%;
}
.main_content.dashboard .main{
	display: block;
}
.dash_cont .head{
	display: flex;
	justify-content:space-between;
	padding-bottom: 15px;
}
.dash_cont .head .left{
	font-family: Lato-Bold;
	font-size: 16px;
	color: #494A69;
	letter-spacing: 0.93px;
}
.dashb_main .stat{
	display: flex;
	width: 100%;
}
.dashb_main .stat .one_stat{
	width: 32.8%;
	padding: 15px;
	border-radius: 2px;
	color: #fff;
}
.dashb_main .stat .one_stat:nth-child(2){
	margin: 0 0.8%;
}
.dashb_main .stat .one_stat.inst{
	background: #725CA4;
}
.dashb_main .stat .one_stat.deliv{
	background: #04AEE6;
}
.dashb_main .stat .one_stat.shoping{
	background: #EBB763;
}
.dashb_main .stat .one_stat .one_row{
	display: flex;
	align-items: center;
}
.dashb_main .stat .one_stat .one_row:first-child{
	margin-bottom: 25px;
	height: 40px;
}
.dashb_main .stat .one_stat .one_row:last-child{
	margin-top: 25px;
}
.dash_cont .total_orders{
	margin-top: 7px;
}
/*table.dr_job_table.mod1 tbody tr:not(:first-child) td:last-child {*/
/*font-size: 14px;*/
/*font-weight: bold;*/
/*}*/
.dashb_main .stat .one_stat .one_row .txt{
	font-family: Lato-Regular;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: -0.26px;
	text-align: center;
	margin-left:15px;
}
.dashb_main .stat .one_stat .one_row .perc{
	font-size: 12px;
	line-height: 15px;
}
.dashb_main .stat .one_stat .one_row .sum{
	font-size: 24px;
	letter-spacing: 1.39px;
}
.dashb_main .stat .one_stat .one_row.mod{
	width: 100%;
	justify-content:space-between;
}
.dashb_main .stat .one_stat .one_row.mod .arrow_d{
	width: 24px;
	height:24px;

}
.dashb_main .stat .one_stat .one_row.mod .arrow_d.perc_up{
	background: url('../img/arr_up.svg') no-repeat center;
}
.dashb_main .stat .one_stat .one_row.mod .arrow_d.perc_down{
	background: url('../img/arr_up.svg') no-repeat center;
	transform: rotate(180deg);
}
.dashb_main .stat .one_stat .one_row.mod .arrow_d.perc_null{
	background: url('../img/minus.svg') no-repeat center;
}
.top_coll.dash_cont{
	margin-bottom: 20px;
}
.pagination.mod{
	justify-content: flex-start;
	margin-top:0;
}
.pagination.mod>li>a, .pagination.mod>li>span{
	padding: 0;
}
.pagination.mod a{
	margin: 0;
	width: 28px;
	height:28px;
	font-size: 14px;
	color: #00B5B8;
	background: #F9F9F9;
	margin-left: -1px;
}
.pagination.mod a.active, .pagination.mod a:not(.disabled):hover{
	color: #fff;
	border-radius: 0;
	background: #00B5B8;
	box-shadow: none;
	border-top-color: #00B5B8;
	border-bottom-color: #00B5B8;
}
.pagination.mod>li:first-child>a:hover{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination.mod>li:last-child>a:hover{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pag_sort{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search_head,.pag_sort .sort,.pag_sort .sort_head{
	display: flex;
	align-items: center;
}
.pag_sort .sort_head > .sort1,.pag_sort .sort_head{
	margin-left:15px;
}
.pag_sort .sort_head span{
	font-size: 14px;
	color: #494A69;
}
.pag_sort .sort_head > .sort1{
	cursor: pointer;
}
.pag_sort .s_but{
	padding: 0 13px;
	cursor: pointer;
}
.pag_sort input{
	outline: none;
	border-radius: 5px;
	padding-left: 5px;
	border: 1px solid #888888;
}
.driver_client .one_col{
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	width: 49%;
	margin-bottom: 15px;
}
.driver_client .one_col .inf_img{
	display: flex;
	align-items: center;
}
.driver_client .one_col .top_pan{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px ;
}
.driver_client .one_col .top_pan .inf2{
	text-align: right;
}
.driver_client .one_col .top_pan .inf2 > div:first-child{
	font-family: Lato-Regular;
	font-size: 12px;
	color: #888888;
	line-height: 15px;
}
.driver_client .one_col .top_pan .inf2 > div:last-child{
	font-family: Lato-Regular;
	font-size: 24px;
	color: #494A69;
	letter-spacing: 1.39px;
}
.driver_client .one_col .top_pan img{
	width: 40px;
	height:40px;
	border-radius: 50%;
	margin-right:15px;
}
.driver_client .one_col .top_pan .inf1 .name{
	font-family: Lato-Regular;
	font-size: 16px;
	color: #494A69;
	letter-spacing: -0.26px;
}
.driver_client .one_col .bot_pane{
	display: flex;
}
.driver_client .one_col .bot_pane .inf_mod{
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	flex: 1;
	border-bottom: none;
	padding: 10px;
}
.driver_client .one_col .bot_pane .inf_mod:first-child, .driver_client .one_col .bot_pane .inf_mod:last-child{
	border-left: none;
	border-right: none;
}
.driver_client .one_col .bot_pane .inf_mod .row1{
	font-family: Lato-Regular;
	font-size: 12px;
	color: #888888;
	line-height: 15px;
}
.driver_client .one_col .bot_pane .inf_mod .row2{
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	line-height: 17px;
}
.driver_client{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.dash_cont.mid .driver_client{
	height:404px;
}
#shop_panel .driver_client{
	height:239px;
}
#clients_panel .driver_client{
	height: 300px;
}
.dashb_main .right_d .driver_client {
	max-height: 520px;
	overflow: auto;
}
.dash_cont.mid{
	margin-bottom: 10px;
}
.driver_client .one_col .total_orders{
	font-family: Lato-Regular;
	font-size: 12px;
	color: #888888;
	line-height: 17px;
}
.driver_client .one_col .total_orders span{
	color: #1F002D;
}
.right_d .driver_client .one_col{
	width: 100%;
}
.dash_shop_details_list {
	text-transform: capitalize;
}
.dashb_overview{
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.dashb_overview .left_form{
	font-family: Lato-Regular;
	font-size: 24px;
	color: #494A69;
	letter-spacing: 1.39px;
}
.dash_dtp_lbl{
	position: relative;
}
.dash_dtp_lbl input{
	background: #FFFFFF;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
	border-radius: 3px;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #648598;
	letter-spacing: 0.36px;
	width: 300px;
	height: 30px;
	border: none;
	outline: none;
	padding: 0 15px;
}
.dash_dtp_lbl input.dash_dtp.tight{
	width: 220px;
}
.dash_chart_header_cnt{
	padding: 15px 20px;
}
.dash_dtp_lbl.chart_lbl{
	float: right;
}
.dash_dtp_lbl.chart_lbl input{
	box-shadow: none;
	width: 220px;
}
.dash_chart_legend{
	font-size: 16px;
	font-weight: bold;
	float: left;
}
.dash_dtp_lbl:after{
	content: '';
	width: 11px;
	height: 100%;
	background: url(../img/arrow.png) no-repeat center;
	position: absolute;
	right: 10px;
	top: 0;
	display: flex;
	align-items: center;
}
.daterangepicker * {
	box-sizing: border-box;
}

.main_content .main .section_one .sec_one .panel_content{
	max-height: calc(100vh - 400px);
}

/*quick_job*/
.quick_job *{
	box-sizing: border-box;
}
.quick_job{
	padding: 10px 20px;
	padding-bottom: 25px;
	width: 100%;
	/* max-width: calc(100% - 230px); */
	position: fixed;
	bottom: 0;
	left: 0;
	background: #f5f5f5;
	z-index: 1;
	border-top: 2px solid #00b5b8;
}
.quick_job .rows{
	width:65%;
}
.quick_job label{
	display: flex;
	flex-direction: column;
	margin-right:20px;

}
#q_am input{
	padding-left: 35px;
}
.quick_job .dropdown-menu>.active>a,.quick_job .dropdown-menu>.active>a:focus,.quick_job .dropdown-menu>.active>a:hover{
	color: #000;
	text-decoration: none;
	background-color: #b2b2bb;
	outline: 0;
}
#q_am:before{
	content: '';
	width: 24px;
	height: 19px;
	position: absolute;
	background: url(../img/ic_price.png) no-repeat center;
	left: 6px;
	bottom: 5px;
}
.quick_job .one_row label{
	flex:1;
	width: 20%;
}
.quick_job .one_row .radio_but label{
	display: block;
	width: 100%;
	margin-top: 10px;
}
.quick_job label input, .quick_job label textarea{
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	padding: 6px 15px;
	margin-top: 8px;
	outline: none;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #494A69;
	line-height: 17px;
}
.quick_job label input:disabled{
	background:#ddd;
	cursor: not-allowed;
}
.quick_job label{
	width: 20%;
}
.quick_job div .inp-par.has-error:not(.no-check):after{
	bottom: 6px;
}
.quick_job label textarea{
	height:100%;
	width:100%;
	resize: none;
}
.quick_job .one_row{
	display: flex;
}
.opt_inp  button:before {
	content: '';
	position: absolute;
	width: 11px;
	right: 16px;
	top: 0;
	background: url(../img/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	transition: all .3s;
	align-items: center;
	height: 100%;
}
.opt_inp .open button:before {
	transform: rotate(180deg);
}

.opt_inp  .bs-caret{
	display: none;
}
#qj_schedule:after{
	content: '';
	width:24px;
	height: 24px;
	background:url('../img/service/calendar.png') no-repeat center;
	position: absolute;
	right: 6px;
	bottom: 3px;
}
.quick_job .bootstrap-select.btn-group.disabled,.quick_job .bootstrap-select.btn-group>.disabled{
	background: #ddd;
}
#qj_schedule input{
	padding-right: 34px;
}
.quick_job .one_row:first-child{
	margin-bottom: 15px;
}
.new_quick_job{
	background: #00B5B8;
	box-shadow: 0 1px 0 0 #D0D4D9;
	border-radius: 3px;
	min-width: 126px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.36px;
	cursor: pointer;
	border: none;
	outline: none;
	margin-top: 28px;
	padding: 0 20px;
	min-height: 30px;
}
.new_quick_job.simple-button{
	margin-top: 0;
	display: inline-block;
}
.quick_job .new_quick_job:hover{
	opacity: 0.8;
}
.quick_job .m_inp{
	width: 75px;
}
.dashb_overview .right_form label:after {
	content: '';
	width: 11px;
	height: 100%;
	background: url(../img/arrow.png) no-repeat center;
	position: absolute;
	right: 10px;
	top: 0;
	display: flex;
	align-items: center;
}
.quick_job .opt_inp > span{
	margin-bottom: 8px;
}
.quick_job .opt_inp  button{
	border: none;
	border-radius: 3px;
}
.quick_job .bootstrap-select .dropdown-toggle:focus{
	outline:none!important;
}
.quick_job .bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-]{
	height: 30px;
}
.quick_job .flex_form{
	display: flex;
	max-width:calc(100% - 30px);
}
form#pack_search {
	padding-top: 0;
}
.quick_job.pack_job {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}
.pack_group_cont{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.group_pack{
	position: relative;
	padding: 20px;
	display: flex;
	align-items: center;
	flex-grow: 1;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	width: calc(20% - 16px);
	max-width: calc(20% - 16px);
	margin-right: 20px;
	margin-bottom:15px;
	box-sizing: border-box;
	padding-right: 33px;
}
td.action_td {
	position: relative;
}
.count_block {
	margin-bottom: 10px;
	font-size: 12px;
}
.main_content .main .section_one .pack_tab .panel_content.tab1_pack{
	/*height: calc(100vh - 397px);*/
}
.pack_group_cont .group_pack:nth-child(5n){
	margin-right: 0px;
}
.main_content .main .section_one .pack_tab .panel_content {
	height: calc(100vh - 346px);
}

.quick_job.pack_job .flex_form{
	max-width: 100%;
}
.quick_job.pack_job .rows{
	width: calc(100% - 200px);
}
.quick_job.pack_job #clear_qj{
	top: -24px;
	left: -6px;
}
.quick_job .update_job{
	position: absolute;
	left: 165px;
	top: 6px;
	cursor: pointer;
	background: transparent;
	border: none;
	outline: none;
	z-index: 9;
}
.quick_job .update_job:after{
	content: '';
	display: block;
	width:25px;
	height: 25px;
	background: url("../img/jobs/ic_reset.png") no-repeat center;
}
label#qj_unit_count{
	width: 75px;
	flex: 0;
}
.quick_job label.ph_numb input{
	padding-left: 35px;
}
.quick_job label.map_m input{
	padding-right: 35px;
}
.quick_job label.map_m:before{
	content: "\f041";
	display: inline-block;
	font: normal normal normal 19px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 6px;
	bottom: 5px;
	font-size: 21px;
	color: #648598;
}
.ph_numb:before{
	content: '';
	display: block;
	width:21px;
	height: 18px;
	position: absolute;
	left: 6px;
	bottom: 6px;
	background: url("../img/ic_sip_1.png") no-repeat center;
}
.pac-container{
	transform: translateY(calc(-100% - 35px));
}
.modal-open .pac-container{
	transform: translateY(0);
}
.filter-option.pull-left span{
	display: inline-flex;
	align-items: center;
}
.filter-option.pull-left img{
	margin-right: 10px;
}
.driver-panel-list span.code {
	min-width: 45px;
}
.dr_job_table{
	width: 100%;
	margin-bottom: 20px;
	background-color: transparent;
	border-collapse: collapse;
	margin-top: 40px;
}
.dr_job_table tr:nth-child(2n){
	background-color: #00b6b61c;
}
.dr_job_table tr:first-child {
	font-family: Lato-Bold;
	font-size: 12px;
	color: #494A69;
	letter-spacing: 0.69px;
	background: #f6f8f8;
}
.dr_job_table tr td {
	border: 2px solid #DDDDDD;
	height: 40px;
	text-align: center;
	padding: 0 10px;
	background: transparent;
}
.dr_job_table tr:not(:first-child) {
	font-family: Lato-Regular;
	font-size: 12px;
	color: #494A69;
	letter-spacing: 0.69px;
}
.main_content .main .section_one .date_report{
	height: calc(100vh - 324px);
	overflow: auto;
}
.page_new .pagination {
	margin-top: 0;

}
.page_new:not(.stable){
	position: absolute;
	left: 15px;
	top: 42px;
}
.page_new p{
	margin-bottom: 13px;
}
/* .chart_section{
	width: calc(100% - 18px);
} */
.page_new .pagination>li:first-child>a, .pagination>li:first-child>span,.page_new .pagination>li:last-child>a, .pagination>li:last-child>span{
	color: #00b5b8;
}
.page_new .pagination>li:last-child>a:hover,.page_new .pagination>li:last-child>span:hover {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.page_new .pagination>li:first-child>a:hover,.page_new .pagination>li:first-child>span:hover {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.page_new .pagination>.active>span{
	background: #00b5b8;
	color: #fff;
	border: 1px solid #00b5b8;
}
.page_new .pagination a, .page_new .pagination span{
	margin: 0;
	width: 28px;
	height: 28px;
	font-size: 14px;
	color: #00B5B8;
	background: #F9F9F9;
	margin-left: -1px;
	padding: 0;
	display: flex;
	justify-content:center;
	align-items: center;
}
.page_new .pagination a.active, .page_new .pagination a:not(.disabled):hover {
	color: #fff;
	border-radius: 0;
	box-shadow: none;
	background: #00b5b8;
	border: 1px solid #00b5b8;
}
.dash_cont{
	position: relative;
}
.single_chart{
	margin-bottom: 20px
}
.pag_sort{
	margin-bottom: 30px;
}
.checkbox_lab input{
	display: none;
}
.checkbox_lab .check_cont{
	width: 20px;
	min-width: 20px;
	height: 20px;
	position: relative;
	background: #F8F4F4;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	display: block;
	margin-top: 8px;
}
.checkbox_lab input:checked + .check_cont{
	background: #00B5B8;
	border: 1px solid transparent;
}
.checkbox_lab .check_cont:after {
	content: '';
	position: absolute;
	background: url(../img/ic_check.png);
	background-size: cover;
	left: 3px;
	top: 4px;
	width: 13px;
	height: 10px;
	opacity: 0;
}
.checkbox_lab input:checked + .check_cont:after {
	opacity: 1;
}
.quick_job .one_row label.checkbox_lab{
	width: 10%;
	flex: initial;
}
.pack_popup {
	padding: 10px;
}
.pack_popup  .btn-group.bootstrap-select {
	margin: 15px 0;
}
.pack_popup table tr td:last-child{
	text-align: center;
}
.notif_mess_drive label.lab1{
	display: flex;
	flex-direction: column;
}
.notif_mess_drive .lab2{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.notif_mess_drive ul{
	list-style: none;
	margin-top: 25px;
	padding-left: 0;
}
.notif_mess_drive .lab2 input{
	margin: 0;
	margin-right: 10px;
}
.notif_mess_drive  #list_search_cnt{
	display: flex;
	margin: 15px 0;
}
.notif_mess_drive label.lab1.lab_mod{
	margin: 0 25px;
}
.main_content .main.notif_mess_drive_main{
	box-sizing: border-box;
}
@media(max-width: 1750px ){
	.flex_auto{
		flex-basis: 33.33333%;

	}
}
@media(max-width: 1350px ){
	.flex_auto{
		flex-basis: 50%;
	}
}
.gallery_label_cnt_def label input{
	display: none;
}
.gallery_label_cnt_def label input:checked + img{
	border: 3px solid #178ad0
}
.gallery_label_cnt_def label img{
	border: 3px solid transparent;
}
.gallery_label_cnt_def label input:disabled + img{
	opacity: 0.3;
}
.gallery_label_cnt_def {
	position: relative;
}
.gallery_label_cnt_def .but123.but123_gl {
	position: absolute;
	left: 12px;
	top: 13px;
	z-index: 1;
}
.gallery_label_cnt_def .but123:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
#gallery_image_cnt .gallery_label_cnt_def  img{
	z-index: 1;
}
#gallery_image_cnt  {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.button_reset_all{
	background: #B2B2BB;
	border-radius: 3px;
	height: 30px;
	border: none;
	outline: none;
	margin-top: 20px;
	font-family: Lato-Semibold;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.81px;
	cursor: pointer;
	transition: background 0.2s;
	margin-left: 25px;
	padding: 0 10px;
}
label.button_reset_all{
	margin-left: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.button_reset_all:hover{
	background: #00B5B8;
}
#gallery_radio_panel .list-unstyled label{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-bottom: 12px;
}
#gallery_radio_panel .list-unstyled label input{
	display: none;
}
#gallery_radio_panel .list-unstyled label .radio_inp_over{
	position: relative;
	width: 20px;
	height: 20px;
	border: 2px solid #00B5B8;
	margin-right: 5px;
	border-radius: 50%;
}
#gallery_radio_panel .list-unstyled label input:checked + .radio_inp_over:after{
	content: '';
	width: 8px;
	height: 8px;
	background-color: #00B5B8;
	border-radius: 50%;
	position: absolute;
	left: 4px;
	top: 4px;
}
.small_item {
	width: 120px;
}
.isTranslated {
	font-size: 11px;
	margin: 3px;
	padding-top: 3px;
}
/* Delivery Prices */
.delivery_price {
	width: 300px!important;
	padding: 20px;
	height: 89px!important;
}
.price_container.category_container  .service_column {
	width: 337px !important;
	margin-left: 15px;
}
.price_container.category_container  .service_column .delivery_price {
	padding-left: 15px;
}

.delivery_lists {
	overflow: scroll;
	height: 400px;
	width: 100%;
}
.translation-head {
	justify-content: space-between;
	flex-wrap: wrap;
	height: auto!important;
}
.translation-head .search_translate {
	justify-content: space-between!important;
	flex-wrap: wrap;
}
.translation-head .search_translate .not-translated {
	padding: 5px;
}
.translation-head .search_translate .new_job {
	margin: 5px;
}
.translation-head .search_box {
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	padding: 5px;
}
.translation-head .search_box .translate {
	min-width: 173px!important;
}
.translation-head .right_head,
.translation-head .head_active {
	padding: 5px;
}
.content_pack {
	overflow-y: auto;
}
.quick_job.pack_job .flex_form {
	flex-wrap: wrap;
	justify-content: space-between;
}
.quick_job.pack_job .flex_form .rows {
	display: flex;
	flex-wrap: wrap;
	width: 100% !important;
}
.quick_job.pack_job .flex_form .rows .one_row {
	display: flex;
	flex-wrap: wrap;
	width: 100% !important;
}
.import_file {
	
    max-width: calc(100% - 230px);
	position: unset !important;
    border-top: none !important;
}
.order_list .job_container {
	width: 98%;
}
@media (max-width: 768px){
	.main_content .main .section_one .panel_content .panel1 .top_panel .left_tab ul{
		flex-direction: column;
		align-items: center;
	}
	.main_content .main .section_one .panel_content .panel1 .top_panel{
		flex-direction: column;
	}
	.main_content .main .section_one .panel_content .panel1 .top_panel .right_tab{
		justify-content: space-between;
		margin-bottom: 15px;
		margin-left: 15px;
		flex-wrap: wrap;
	}
	.main_content .main .section_one .panel_content .panel1 .top_panel .right_tab button{
		margin-top: 5px;
	}
	.main_content .main .section_one .tab_panel ul{
		display: block;
	}
	.main_content .creator-marker {
		font-size: 10px;
	}
	.main_content .main .section_one.drivers_section .panel_content .top_panel .left_tab ul li, .approved-date{
		font-size: 12px;
	}
	.form-control{
		box-sizing: border-box;
	}
	.main_content .main .section_one .panel_content .panel1 .top_panel .left_tab ul li:not(:last-child){
		border-right: none;
	}
	.modal:before{
		display: none;
	}
	.shoping_modal{
		width: 100%;
	}
	.shoping_modal .content .order .order1 .head2 .list_order, .shoping_modal .content .order .order1 .list_order .left_list{
		flex-direction: column;
		align-items: center;
	}
	.shoping_modal .content .order .order1 .list_order .left_list{
		flex-grow: initial;
	}
	.shoping_modal .content .order .order1.total .list_order{
		justify-content: space-around;
	}
	.shoping_modal .content .order .order1 .list_order .left_list .numb{
		margin-bottom: 10px;
	}
	body .main_content .main{
		width: calc(100% - 98px);
	}
	.main_content.jobs .main .section_one .panel_content.panel_content1 table tr td{
		white-space: nowrap;
	}
	.main_content.clients.fleet .main .section_one .head{
		flex-direction: column;
	}
	.main_content .main .section_one .date_report {
		padding: 8px 15px;
	}
	.main_content.admin .main .section_one .tab_panel .operator_info_section {
		padding-left: 0px;
	}
	.main_content .main .section_one .date_report .from_to{
		flex-direction: column;
		align-items: flex-start;
	}
	.main_content .main .section_one .date_report label{
		margin-top: 10px;
	}
	.main_content .main .section_one .date_report label.lab2_stat_page{
		margin-left: 0;
	}
	.main_content.admin .main .section_one .tab_panel .operator_info_section img{
		width: 40px;
		height: 40px;
	}
	.main_content .main .section_one .date_report label{
		width: 100%;
	}
	.main_content .main .section_one .date_report button.transparent-button{
		width: 100%;
		margin-left: 0;
		height: 39px;
		border: 1px solid #DDDDDD;
		border-radius: 3px;
	}
	div#shop-stat-frame-info {
		display: flex;
		flex-direction: column;
	}
	div#company-stat-frame-info {
		display: flex;
		flex-direction: column;
	}
	.main_content .main .section_one .date_report .total_earned{
		display: block;
		padding: 0;
		margin-top: 10px;
	}
	.main_content .main .section_one .date_report{
		height: auto;
	}
	.main_content .main .section_one .date_report .total_earned .total_word{
		margin-left: 0;
	}
	.main_content .main{
		flex-direction: column;
	}
	.main_content.clients.market.shop-details-page .main .section_one, .main_content.clients.market.shop-details-page .main .section_two{
		width: 100%;
	}
	body div.modal-content .main{
		width: 100%;
	}
	.add_client_modal .content .main .right form .add_categ .add_categ_inp div{
		min-width: 128px;
	}
	.add_client_modal .content .main{
		flex-direction: column;
	}
	.main_content .main .section_one .head{
		height: 55px;
	}
	.main_content.fleet.market .main .section_one .head{
		height: 130px;
	}
	.main_content.fleet.market .main .section_one .head .right_head .search{
		flex-direction: column;
		align-items: initial;
		margin-top: 10px;
	}
	.main_content .main .section_one .head .right_head .search .new_job{
		margin-top: 10px;
	}
	.main_content .main .section_one .tab_panel.tab443_mod{
		max-width: 100vw;
	}
}
/* Yandex map */
.suggest {
	position: absolute;
	display: block;
	background-color: #fff;
	width: 500px;
	transition: all 0.3s;
	bottom: 31px;
	border: solid 1px #eee;
	z-index: 10000;
}
.suggest-results ul {
	bottom: 0px !important;
	left: 0px;
	top: initial !important;
	display: block;
	padding-inline-start: 15px;
}

.suggest-results > ul > li:not(.message) {
	display: block;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	margin: 0;
	padding: 5px 0px;
}
.suggest-results > ul > li:not(.message):not(:last-child) {
	border-bottom: 1px solid #eee;
}
.suggest-results > ul > li:not(.message):hover {
	background-color: #eee;
	color: #000;
}

#searchDatas ul {
	top: 0px !important;
	-ms-transform: translateY(-80%) !important; /* IE 9 */
	transform: translateY(-80%) !important; /* Standard syntax */
}
#searchDatas ul li {
	width: 350px;
}

#qj_location_a ymaps, #qj_location_b ymaps , .location_lab ymaps{
	-ms-transform: translateY(-80%) !important; /* IE 9 */
	/*transform: translateY(-110%) !important; !* Standard syntax *!*/
	top: inherit !important;
	bottom: 20px;
	box-shadow: none !important;

}
.inline-elements {
    display: flex;
    align-items: center;
    gap: 10px;
}

.additional_service_is_apprived_button {
	height:0 !important;
	margin: 0 0 0 10px !important;
}
