
		.webix_tree_branch_1>.webix_tree_leaves{
			position: absolute;
	    width: 180px;
	    top: 70px;
	    left: 180px;
	    height: 100%;
	    padding-top: 15px;
			transition-duration: 2s;
			background: #fff;
		}

		.v_mainsidebar{
			padding-top: 15px;
		 background: #363636;
			}
		.webix_tree_branch_1>.webix_tree_item{
			color: #959595;
			font-size: 15px;
			font-weight: 500;
			font-family: 'Roboto', sans-serif;
			display: flex;
			flex-wrap: wrap;
			flex-direction: row;
			align-content: center;
			justify-content: flex-start;
			align-items: center;
			outline:none;
		}
		.webix_tree_branch_1>.webix_tree_item:focus{
			outline:none;
		}

	.webix_tree_branch_1>.webix_sidebar_selected{
		color: #fff;
	}
		.webix_tree_branch_1>.webix_tree_item:hover{
		 color: #fff;
		}
		.webix_tree_branch_1{
			padding: 0px 26px;
			border-bottom: none !important;
		}
		.v_sidebar_icon{
			margin-right: 8px;
		}
		.v_mainsidebar .webix_tree_item.webix_selected, .webix_sidebar .webix_tree_item.webix_selected span {
	    background-color: #FFEBA0;
	    padding-right: 0;
			color:#000;
		}
		.webix_tree_branch_2 .v_sitebar_text{
			font-size: 13px;
			font-weight: 400;
			font-family: 'Roboto', sans-serif;
			color: #000;
		}
		.webix_tree_branch_2 .v_sidebar_icon{
			display: none;

		}

		.webix_tree_branch_2>div{
			transition-duration: 0.2s;
		}
		.webix_tree_branch_2>.webix_tree_item:hover{

			background-color: #FFEBA0;
		 cursor: pointer;
		}
		.v_logo_cont>div{
			display: flex;
     flex-direction: row;
     align-content: center;
     flex-wrap: wrap;
     justify-content: flex-start;
     align-items: center;
		 padding-left: 15px;
		}
		.v_sidebar_toggle{
			margin-right: 10px;
		}
		.v_sidevbar_label{
			font-family: 'Roboto', sans-serif;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 14px;
			color: #999999;
		}

		.v_switch .webix_switch_box{

			height: 17px;
			width: 45px;
			background-color: #ffffff;
			border: 1px solid #CCCCCC;
			border-radius: 26px;
			color:#000;
			margin-top: 0px;

		}

		.v_switch .webix_switch_on{
			color:#000;
		}

		.v_switch .webix_switch_text{
			font-family: 'Roboto', sans-serif;
			font-style: normal;
			font-weight: normal;
			font-size: 9px;
			line-height: 11px;
			color: #999999;
			margin-top: 1px;
		}
		.v_switch .webix_switch_handle {
		    height: 13px;
		    width: 13px;
		    border-radius: 100%;
		    box-shadow: none;
		    border: none;
		    position: absolute;
		    top: 1px;
				left:1px;
		    background-color: #FFEBA0;
		    transition: left .3s ease;
		    cursor: pointer;
		    box-sizing: border-box;
		}
		.webix_switch_on .webix_switch_handle{

			background-color: #FFDB4D;
		}
		.webix_switch_on .webix_switch_text{

			color: #000;
		}
		.webix_template{
			padding: 0;
		}
		.v_sidevbar_score{
			font-family: 'Roboto', sans-serif;
			font-style: normal;
			font-weight: normal;
			font-size: 15px;
			line-height: 18px;
			color: #000000;
		}
		.v_sidebar_icontop{
			padding-top: 25%;
		}
		.header_person span {
	    color: #000;
	    float: left;
	    padding-left: 7px;
	}
	.v_sidebar_iconbell_container{
		position: relative;
	}
	.v_sidebar_iconbell_container span {
    display: block;
    position: absolute;
    top: 11px;
    left: 7px;
    width: 13px;
    height: 13px;
    background: red;
    border-radius: 100%;
    font-size: 8px;
    text-align: center;
    line-height: 175%;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
  }

/* НАЧЛО ВНУТРЯНКИ */
	.v_h1{
		font-family: 'Roboto', sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 25px;
		line-height: 29px;
		color: #000000;
	}
	.v_field_text.webix_multicombo .webix_el_box{
	margin-top:-5px!important;	
	}
	
	.v_field_text.webix_multicombo .webix_inp_static
	{
	height: 28px!important;	
	line-height: 28px!important;	
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 3px;
	}
	
	.v_field_text.webix_multicombo .webix_el_box input{
		height: 28px!important;	
		line-height: 28px!important;

	}
	
	.combo_css.webix_multicombo .webix_inp_static
	{
	height: 40px!important;	
	line-height: 14px!important;	
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 3px;
	}
	.combo_css .webix_multicombo_value
	{
		font-size:12px!important;
		line-height: 14px!important;	
	}
	.combo_css.webix_multicombo .webix_el_box input{
		height: 40px!important;	
		line-height: 14px!important;	
	}

	
	.combo_css input{
		height: 40px!important;	
		border: 1px solid #CCCCCC;
		box-sizing: border-box;
		border-radius: 3px;
	}
	
	.combo_css .webix_inp_static
	{
	  overflow-y:auto;
	}
	
	.combo_css .webix_inp_static::-webkit-scrollbar {
	    width: 6px;
	    height:6px;
	}
	
	.combo_css .webix_inp_static::-webkit-scrollbar:hover {
	    width: 6px;
	    height:6px;
	}
	
	.v_field_text input{
		border: 1px solid #CCCCCC;
		box-sizing: border-box;
		border-radius: 3px;
	}

	.v_field_label{
		font-family: 'Roboto', sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 13px;
		line-height: 15px;
		color: #999999;
	}
	.v_field_multiselect .webix_inp_static:focus{
		border: 1px solid #000;
		box-shadow: 0 0 1px #000 inset;
	}
	.webix_el_colorpicker .webix_inp_static:focus, .webix_el_datepicker .webix_inp_static:focus, .webix_el_dbldatepicker .webix_inp_static:focus, .webix_el_richselect .webix_inp_static:focus, .webix_el_select select:focus, .webix_el_textarea textarea:focus {
		border: 1px solid #000;
		box-shadow: 0 0 1px #000 inset;
	}
	.webix_el_colorpicker input:focus, .webix_el_combo input:focus, .webix_el_datepicker input:focus, .webix_el_search input:focus, .webix_el_text input:focus {
		border: 1px solid #000;
		box-shadow: 0 0 1px #000 inset;
}

.v_field_multiselect .webix_inp_static{
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 3px;
}
.v_field_multiselect .webix_input_icon{

}
.webix_el_colorpicker span.webix_input_icon, .webix_el_combo span.webix_input_icon, .webix_el_datepicker span.webix_input_icon, .webix_el_dbldatepicker span.webix_input_icon, .webix_el_richselect span.webix_input_icon {
    background-color: #fff0;
    color: #000;
    border: none;
    margin: 0;
    padding: 0;
    padding-left: 0px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

 .webix_list_item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 10px;
    line-height: 29px;
    cursor: pointer;
    border-bottom: none;
    text-align: left;
    border-color: #1b1b1b;
}

.webix_multilist .webix_selected {
    background: #ffeba0;
    color: #666;
}
 .webix_multilist .fa-check-square {
    color: #000000;
}

.fa-v_icon_calendar{
    background-position: center !important;
    background-image: url(../assets/imgs/calendar.svg) !important;
    background-repeat: no-repeat !important;
}
.v_field_daterangepicker .webix_input_icon{
	left: 5px;
}
.v_field_daterangepicker .webix_inp_static{
padding-left: 30px;

}


.webix_view {
    font-family: 'Roboto', sans-serif;

}

.webix_cal_event {
    color: #000000;
}

.webix_cal_body .webix_cal_today {
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ffdb4d;
	border-radius: 3px;
	background: #ffeba0;
	color: #000;
	}
.webix_cal_event {
    color: #000;
}
.webix_el_button button, .webix_el_button input, .webix_el_toggle button, .webix_el_toggle input, .webixbutton {
    border-radius: 6px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    color: #000;
    font-size: 15px;
    padding: 0;
    font-family: 'PT Sans',Tahoma;
    border: none;
    border-bottom: none;
    outline: 0;
    -webkit-appearance: none;
}
.webixbutton, .webixtype_base, .webixtype_next, .webixtype_prev {
    background: #ffdb4d;
    color: #000;
    font-size: 15px;
    font-family: 'PT Sans',Tahoma;
    outline: 0;
    padding: 0;
    border: 0;
}
.webix_inp_counter_next:hover, .webix_inp_counter_prev:hover, .webix_segment_0:hover, .webix_segment_1:hover, .webix_segment_N:hover, .webixbutton:hover, .webixtype_base:hover {
    background-color: #ffdb4d;
}
.webix_cal_icon:hover, .webix_cal_month_name:hover, .webix_cal_time:hover {
    text-decoration: underline;
    color: #000000;
    cursor: pointer;
}
.webix_el_colorpicker .webix_inp_static, .webix_el_datepicker .webix_inp_static, .webix_el_dbldatepicker .webix_inp_static, .webix_el_richselect .webix_inp_static {
    border-radius: 3px;
    padding-right: 28px;
    white-space: nowrap;
}
.webix_cal_body .webix_cal_today.webix_cal_range_end, .webix_cal_body .webix_cal_today.webix_cal_range_start, .webix_cal_event.webix_cal_range_end, .webix_cal_event.webix_cal_range_start, .webix_cal_range_end, .webix_cal_range_start {
    background-color: #ffdb4d;
    color: #000;
}
.webix_cal_range {
    background-color: #ffeba0;
}
.v_checkcss0{
	display: flex;
justify-content: center;
align-items: center;
}

.v_filter_icontoggle>div>button>.webix_icon{
	position: absolute;
	right: 75px;
	color:#000;
	font-size: 14px;
	top: 2px;
}
.v_filter_icontoggle>div>button{
	background:  #ffffff00;
  display: flex;
}
.v_filter_icontoggle>div>button:hover{
	background:  #ffffff00;
}
.v_filter_icontoggle>div>button:active{
	background:  #ffffff00;
}
.v_filter_icontoggle>div>button:focus{
	background:  #ffffff00;
	box-shadow: none;
}
.webix_el_toggle .webix_el_box.webix_pressed .webix_img_btn_abs, .webix_el_toggle .webix_el_box.webix_pressed .webixtype_base {
    box-shadow: none;
    background-color: #ffffff00;
}
.v_filter_toggle_icon{
	margin-top: 2px;
}
.v_button_con>div>button{
	width: 100%;
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	margin-right: 10px;
	height: 28px;
	font-size: 13px;
	padding-right: 5px;
}
.v_button_con>div>button>span{
    color: #000 !important;
}
.v_button_con>div>button:hover{
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	border-radius: 3px;
}
.v_button_bg>div>button{
		font-size: 13px;
		border-radius: 3px;
		margin-right: 10px;
		height: 28px;
}
.webix_inp_counter_next:active, .webix_inp_counter_prev:active, .webix_segment_0:active, .webix_segment_1:active, .webix_segment_N:active, .webixbutton:active, .webixtype_base:active {
    background-color: #ffdb4d;
}
.webix_layout_space, .webix_layout_wide, .webix_view.webix_layout_accordion {
    background-color: #ffffff !important;
}
@media (max-width: 960px){
	.v_button_con>div>button{
		margin-right: 0;
		text-align: center;
	}
	.v_button_bg>div>button{
		margin-right: 0;
		text-align: center;
	}
}

.v_apioffer_spanprice{

}

.v_price_operator_card{
	height: 100%;
	display: flex;
	border-radius: 8px;
  background: #f6f6f6;
	transition-duration: 0.3s;
}
.v_price_operator_card>hover{

  background: #e6e6e6;
  transition-duration: 0.3s;
}
.v_price_operator_card>img{
		margin: auto;
    display: block;
}
/* КОНЕЦ ВНУТРЯНКИ */
