input, textarea{
	outline: none;
}
label{
	color: #535c69;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-left: 4px;
	vertical-align: middle;
}
legend{
	font-family: "Roboto-Bold", "Helvetica Neue Bold", Helvetica, Arial;
	font-size: 24px;
    text-align: center;
	font-weight: bold;
	color: #535c69;
}
p{
	margin: 0;
}

.bem-text_type_info {
	font-family: 'OpenSans-Light',"Helvetica Neue",Arial,Helvetica,sans-serif;
    color: #000;
    font-size: 16px;
}

.scroll {
	overflow: auto;
}

.feat-blue{
	background: #3bc8f5;
    box-shadow: none;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-family: "OpenSans-Bold",Helvetica,Arial,sans-serif;
    font-size: 12px;
    outline: 0;
    padding: 0 18px;
    vertical-align: middle;
    text-transform: uppercase;
    text-shadow: none;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    transition: background-color .2s linear,color .2s linear;
    height: 40px;
	line-height: 42px;
	font-weight: bold;
}
.feat-blue:hover{
	background: #3fddff;
}

.feat-white{
	background-color: #fff;
    border: 1px solid #c6cdd3;
    border-radius: 1px;
    display: inline-block;
    color: #535c69!important;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 13px;
    position: relative;
    vertical-align: middle;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear;
}
.feat-white:hover{
	background: #dddee1;
}
.feat-red-nbg{
	color: #d83e3e;
	line-height: 17px;
    height: 17px;
	font-size: 12px;
    font-family: "OpenSans-Bold",Helvetica,Arial,sans-serif;
    text-shadow: none; 
    border: solid 0px #ffb4a9;
	border-bottom-width: 1px;
	text-transform: uppercase;
	display: inline-block;
	transition: border-bottom-color .15s linear;
	cursor: pointer;
	font-weight: bold;
}
.feat-red-nbg:hover{
	border-bottom-color: #f1361b;
    color: #f1361b;
}
.feat-green{
	font-size: 12px;
	font-family: "OpenSans-Bold",Helvetica,Arial,sans-serif;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	margin: 0 12px 0 0;
	background: #bbed21;
	box-shadow: none;
	color: #535c69;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	padding: 0 18px;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	transition: background-color .25s linear;
}
.feat-green:active{
	background-color: #b2e233;
}
.feat-green:hover{
	background-color: #d2f95f;
}
.feat-red{
	font-size: 12px;
	font-family: "OpenSans-Bold",Helvetica,Arial,sans-serif;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	margin: 0 12px 0 0;
	background-color: #FF5D40;
	box-shadow: none;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	padding: 0 18px;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	transition: background-color .25s linear;
}
.feat-red:hover{
	background-color: #FF8973;
}
.feat-grey{
	height: 40px;
	line-height: 40px;
	margin: 0 12px 0 0;
	background: #ecedef;
	box-shadow: 0 0 0 1px #c6cdd3 inset;
	border-radius: 2px;
	cursor: pointer;
	color: #7a818a;
	display: inline-block;
	font-family: "OpenSans-Bold",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	outline: 0;
	padding: 0 18px;
	vertical-align: middle;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	transition: background-color .25s linear;
	box-sizing: border-box;
}
.feat-grey:active{
	background-color: #868d95;
}
.feat-grey:hover{
	background-color: #dddee1;
}

.popupcontent{
	padding: 15px 10px 15px 15px;
	background: #eef2f4;
}
.popupcontent.transparent{
	background: transparent;
}
.popupcontent.white{
	background: #fff;
}
.popupcontent.short{
	padding-bottom: 0;
}

.popup_header{
    font: bold 14px 'Helvetica Neue', Helvetica, Arial;
    color: #80868e;
	margin: 10px 0 20px 10px;
}
.popup_field_title{
	font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    color: #000;
	margin-right: 6px;
	font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
}
.popup_field_title.vertical{
	margin-bottom: 7px;
}
.popup_field_title.fixed{
	width: 70px;
}

.settings h3{
	font-family: "Roboto-Bold", "Helvetica Neue Bold", Helvetica, Arial;
    font-size: 18px;
    font-weight: bold;
    color: #535c69;
}

.settings fieldset{
	border-width: 0;
	margin: 12px 0 0;
	padding-left: 0;
	padding-right: 0;
}
.settings fieldset:last-child{
	padding-bottom: 0px;
}
.settings fieldset:nth-child(1){
	margin: 0;
}
.settings input[type=checkbox]{
	color: #686a6b;
	margin-left: 0;
	vertical-align: middle;
}

.settings .save{
	text-transform: uppercase;
	margin-right: 12px;
}
.settings .reset{
	margin-right: 0;
}
.settings .x-close{
	float: right;
	width:9px; 
	height:9px; 
	background: transparent url('../img/x-close.png') no-repeat; 
	cursor: pointer;
	
	margin-right: 10px;
    margin-top: 14px;
	
	opacity: 0.6;
}
.settings .x-close:hover{
	opacity: 0.8;
}

span.select2-dropdown.select2-dropdown--below{
	margin-top: 7px;
	border: 1px solid #E8E8E8;
	box-shadow: 2px 6px 21px rgba(83, 92, 105, 0.15);
	border-radius: 0px;	
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #444;
	padding: 3px 6px;
}
.select2-container, .select2-selection{
	outline: none;
}
.select2-selection{
	background-color: #fff !important;
	border-color: #a1a6ac !important;
	transition:  background-color 0.25s linear 0s;
}
.select2-selection:hover{
	background-color: #fff !important;
	border-color: #a1a6ac !important;
	transition:  background-color 0.25s linear 0s;
}
.select2-container--disabled .select2-selection{
	background-color: #eee !important;
}

.select2-search__field{
	color: #000 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px;
}
.select2-selection__rendered{
	font-size: 14px;
	text-shadow: none;
	
	color: #000 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	text-align: left;
}
.select2-selection__rendered .no_selected{
	color: #aaa;
    font-style: italic;
}
.select2-results__options{
	padding: 6px;
}
.select2-results__option:hover{
	background-color: #E3EBED;
	background-image: linear-gradient(to bottom, #DDE7E9, #E9EFF1);
	box-shadow: 1px 1px 1px #BBC3C4 inset;
	border-color: #ABB2B4 #CAD1D3 #E0E6E8;
	border-radius: 3px;
}

.select2-results__options .select2-results__option.select2-results__option--highlighted{
	background-color: #FFF;
	color: #444;
}
.select2-results__options .select2-results__option[aria-selected=true] {
	background-color: #e3e8ea !important;
	color: #444;
}

.select2-container .select2-dropdown{
	z-index: 99902;
}

.blue_link,
.blue_link:link,
.blue_link:visited,
.blue_link:active{
	display: inline-block;
	color: #2067b0;
	font-size: 15px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration: underline;
	margin-top: 10px;
	cursor: pointer;
}
.blue_link:hover{
	text-decoration: none;
}
.blue_link.menu_item{
	margin-right: 15px;
}

.operator_script_wrap{
	width: 100%;
    height: 600px;
    position: relative;
    cursor: default !important;
    border-radius: 0 0 3px 3px;
    border: 1px solid #AAA;
    box-sizing: border-box;
}
.operator_script_wrap .start_script_info{
	margin: 10px;
    font-family: 'NO-OpenSans-Bold',Helvetica,Arial,sans-serif;
    color: #4F5D67;
    font-size: 18px;
}
.operator_script_wrap .operator_script{
	margin-right: 200px;
    border-right: 1px dashed #aaa;
	padding-bottom: 10px;
    height: 595px;
    border-top: 1px solid #fff;
	overflow-x: hidden;
	overflow-y: scroll;
	box-sizing: border-box;
}
.crm_panel{
	box-sizing: border-box;
	position: absolute;
	top: 155px;
    right: 0;
    height: 545px;
	width: 200px;
	padding-left: 14px;
	z-index: 1;
}
.crm_panel .client_choose_header{
	margin: 0;
    margin-bottom: 10px;
	color: #4F5D67;
	font-size: 18px;
}
.crm_panel .crm_panel_title{
	margin: 5px 0;
	color: #4F5D67;
	font-size: 15px;
	padding-right: 14px;
}
.crm_panel .crm_panel_title.center{
	text-align: center;
}


.operator_return{
	display: inline-block;
	height: 36px;
	line-height: 38px;
	padding: 0 30px 0 50px;
	background-color: #38404b;
	font-family: 'OpenSans-Bold',Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	border-radius: 2px;
	top: 18px;
	cursor: pointer;
}
.answer_btn_icon{
	position: absolute;
	top: calc(50% - 8px);
    left: 8px;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border-radius: 2px;
	background-color: #edf1f4;
	line-height: 16px;
    text-align: center;
	font-family: 'OpenSans-Bold',Helvetica,Arial,sans-serif;
    font-size: 12px;
	font-weight: normal;
	color: #fff;
	transition: background-color .2s linear;
}
.operator_return .answer_btn_icon{
	background-color: #fff !important;
	background-image: url("../img/iconsprite.png?v=9");
	background-position: -75px -20px;
	left: 24px;
}

.operator_script .operator_question_block{
	margin: 0 0 10px 0;
	padding: 0 4% 20px;
}
.operator_script .operator_question_block.no_offset{
	padding-bottom: 0;
}
.operator_script .operator_question_block.last{
	padding-bottom: 0;
}
.start_script + .operator_question_block{
	margin-top: 40px;
}
.operator_question_block.call_end {
	padding: 20px 2.4% 0;
}
.operator_script .operator_question_block .operator_question_top_block{
	display: block;
    width: 96vw;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 5px 0px;
    margin: 0 0 50px -4%;
    position: relative;
    text-align: center;
	height: 36px;
}
.operator_script.default_placement .operator_question_block .operator_question_top_block{
    margin: 0 0 40px -11%;
}

.operator_question_block .operator_answers_head{
	font-family: 'OpenSans-Bold',Helvetica,Arial,sans-serif;
    font-size: 12px;
	color: #525c69;
	text-transform: uppercase;
    margin: 18px 0 8px 12px;
}

.operator_question_block .operator_question{
	padding: 12px 36px;
	font-family: 'OpenSans-SemiBold',Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #525c69;
	overflow-x: auto;
}
.operator_question_block .operator_question_wrap{
	border: 2px solid #edf1f4;
	border-radius: 2px;
	background-color: #edf1f4;
	position: relative;
}
.operator_question_block .operator_question_wrap.offset{
	padding-top: 17px;
}
.operator_question_block .ocs_comment_block {
    margin: 10px;
    background-color: #dae0e4;
    padding: 12px 12px 12px 38px;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
    font-family: "OpenSans-SemiBold",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #38404b;
	overflow: auto;
}
.operator_question_block .ocs_comment_block .ocs_comment_block_title {
    font-family: "OpenSans-Bold",Helvetica,Arial,sans-serif;
}

.operator_question_block .emotion_block {
    position: absolute;
    top: -19px;
    left: -17px;
	border: 2px solid #707984;
	border-radius: 16px;
    height: 36px;
    padding: 0 10px 0 40px;
    line-height: 32px;
    background-color: #fff;
	font-family: 'OpenSans-SemiBold',Helvetica,Arial,sans-serif;
    font-size: 14px;
	box-sizing: border-box;
}
.operator_question_block.current_question .emotion_block {
    border-color: #8ad100;
}
.operator_question_block.current_question .operator_question_wrap.operator_question_purpose .emotion_block {
    border-color: #f8a70a;
}
.operator_question_block .emotion_block .emotion_block_icon{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-image: url(../img/actionFaceMocionSmilesMC.png?v=4);
	vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 1px;
}
.operator_question_block.current_question .emotion_block .emotion_block_icon{
	background-image: url(../img/actionFaceMocionSmiles.png?v=4);
}
.operator_question_block .emotion_block.emotion_neutral .emotion_block_icon{
	background-position: 0 0;
}
.operator_question_block .emotion_block.emotion_happy .emotion_block_icon{
	background-position: 0 -25px;
}
.operator_question_block .emotion_block.emotion_sad .emotion_block_icon{
	background-position: 0 -50px;
}
.operator_question_block .emotion_block.emotion_shocked .emotion_block_icon{
	background-position: 0 -75px;
}
.operator_question_block .emotion_block.emotion_angry .emotion_block_icon{
	background-position: 0 -100px;
}
.operator_question_block .emotion_block.emotion_none .emotion_block_icon{
	background-position: 0 -125px;
}

.operator_question_block.call_end .operator_question{
	background-color: #fff;
}

.operator_question_block  .operator_question:before{
	content: "?";
    font-family: 'OpenSans-ExtraBold',Helvetica,Arial,sans-serif;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -19px;
    left: -18px;
    width: 36px;
    height: 36px;
    background-color: #707984;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
}
.operator_question_block  .operator_question_wrap.operator_question_purpose .operator_question:before{
	content: "";
    background-image: url("../img/iconsprite.png?v=9");
	background-position: -2px -25px;
}
.operator_question_block  .operator_question_wrap.operator_question_nobreak .operator_question:before{
	content: "";
    background-image: url("../img/iconsprite.png?v=9");
	background-position: -91px -14px;
}

.operator_question_block .ocs_call_operator_comment{
	border-radius: 2px;
	padding: 12px 36px;
	font-family: 'OpenSans-SemiBold',Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #525c69;
	background-color: #edf1f4;
	overflow-x: auto;
}
.operator_question_block .ocs_call_operator_comment_wrap{
	position: relative;
}

.input_mark{
    font-size: 15px;
    font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif;
    color: #38404b;
    padding: 0 5px;
    border: 2px solid #6e6e70;
    border-radius: 2px;
    outline: none;
    box-sizing: border-box;
	background-color: #edf1f4;
	cursor: default;
	margin: 2px 10px 2px 0;
	
	height: 38px;
    line-height: 38px;
	
	width: 170px;
	
	background-color: #fff;
}
.input_mark:focus{
	border: 2px solid #2ec6f7;
}

.input_mark::-webkit-input-placeholder {font-style: italic; color: #999;}
.input_mark::-moz-placeholder          {font-style: italic; color: #999;}
.input_mark:-moz-placeholder           {font-style: italic; color: #999;}
.input_mark:-ms-input-placeholder      {font-style: italic; color: #999;}

.operator_question_block  .operator_answers .operator_answer{
	position: relative;
	display: inline-block;
	font-family: 'OpenSans-SemiBold',Helvetica,Arial,sans-serif;
    font-size: 16px;
	color: #525c69;
	padding: 8px 10px 8px 34px;
	border: 2px solid #edf1f4;
	border-radius: 2px;
	margin: 0 8px 8px 0;
	transition: border-color .2s linear, color .2s linear;
	cursor: default;
}

.operator_question_block  .operator_answers .operator_answer.no_keypress{
	padding-left: 10px;
}
.operator_question_block  .operator_answers .operator_answer.other_script_node_answer{
	display: none !important;
}
.operator_question_block  .operator_answers .operator_answer.answered{
	border-color: #707984;
}
.operator_question_block  .operator_answers .operator_answer.answered .answer_btn_icon{
	background-color: #707984;
}
.operator_question_block  .operator_answers .operator_answer.go_to_purpose{
	background-color: #edf1f4;
	transition: background-color .2s linear, border-color .2s linear;
}
.operator_question_block  .operator_answers .operator_answer.go_to_purpose .answer_btn_icon{
	background-color: #fff;
	color: #edf1f4;
}

.operator_question_block  .operator_answers .operator_answer.go_to_purpose.answered{
	background-color: #707984;
	color: #fff;
}
.operator_question_block  .operator_answers .operator_answer.go_to_purpose.answered .answer_btn_icon{
	color: #707984;
}

.operator_question_block  .operator_answers .operator_answer.operator_forward_answer{
	background-color: #edf1f4;
	transition: background-color .2s linear, border-color .2s linear;
	margin-right: 30px;
	border-radius: 2px 5px 5px 2px;
}
.operator_question_block  .operator_answers .operator_answer.operator_forward_answer::after {
	content: '';
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #edf1f4;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    position: absolute;
    right: -30px;
    top: 9px;
    z-index: -1;
    border-radius: 8px;
	transition: background-color .2s linear, border-color .2s linear, color .2s linear;
}

.call_card .operator_question_block  .operator_answers .operator_answer.operator_forward_answer::after {
	width: 34px;
    height: 34px;
    top: 10px;
    right: -32px;
}
.crm_tab .operator_question_block  .operator_answers .operator_answer.operator_forward_answer::after {
	width: 34px;
    height: 34px;
    top: 10px;
    right: -32px;
}
.operator_question_block  .operator_answers .operator_answer.operator_forward_answer .answer_btn_icon{
	background-color: #fff;
	color: #edf1f4;
}

.operator_question_block  .operator_answers .operator_answer.operator_forward_answer.answered{
	background-color: #707984;
	color: #fff;
}
.operator_question_block  .operator_answers .operator_answer.operator_forward_answer.answered::after {
    background: #707984;
	transition: background-color .2s linear, border-color .2s linear, color .2s linear;
}
.operator_question_block  .operator_answers .operator_answer.operator_forward_answer.answered .answer_btn_icon{
	color: #707984;
}

.operator_question_block.current_question .answer_btn_icon{
	background-color: #2ec6f7;
}
.operator_question_block.current_question .operator_question{
	color: #29609b;
	line-height: 20px;
}
.operator_question_block.current_question .operator_question_wrap{
	border: 2px solid #8ad100;
	background-color: #fff;
}
.operator_question_block.current_question .ocs_comment_block {
    background-color: #f5deb3;
}

.operator_question_block.current_question .operator_question:before{
    background-color: #8ad100;
}
.operator_question_block.current_question .operator_question_wrap.operator_question_purpose{
	border-color: #f8a70a;
}
.operator_question_block.current_question  .operator_question_wrap.operator_question_purpose .operator_question:before{
    background-color: #f8a70a;
}
.operator_question_block.current_question  .operator_question .input_mark{
	background-color: #fff;
	cursor: text;
}

.operator_question_block.current_question  .operator_answers .operator_answer{
	border-color: #2ec6f7;
	cursor: pointer;
}
.operator_question_block.current_question  .operator_answers .operator_answer:hover{
	color: #38404b;
	border-color: #29609b;
	transition: border-color .2s linear, color .2s linear;
}
.operator_question_block.current_question  .operator_answers .operator_answer:hover .answer_btn_icon{
	background-color: #29609b;
	transition: background-color .2s linear;
}
.operator_question_block.current_question  .operator_answers .operator_answer.go_to_purpose{
	border-color: #ffc400 !important;
	background-color: #ffc400 !important;
	color: #525c69 !important;
	transition: background-color .2s linear, border-color .2s linear;
}
.operator_question_block.current_question  .operator_answers .operator_answer.go_to_purpose:hover{
	border-color: #ff9c00 !important;
	background-color: #ff9c00 !important;
	color: #fff !important;
	transition: background-color .2s linear, border-color .2s linear, color .2s linear;
}
.operator_question_block.current_question  .operator_answers .operator_answer.go_to_purpose .answer_btn_icon{
	background-color: #fff !important;
	color: #1e222b;
}

.operator_question_block.current_question  .operator_answers .operator_answer.operator_forward_answer{
	border-color: #7ab800 !important;
	background-color: #7ab800 !important;
	color: #fff !important;
	transition: background-color .2s linear, border-color .2s linear;
}
.operator_question_block.current_question  .operator_answers .operator_answer.operator_forward_answer::after {
    background: #7ab800;
	transition: background-color .2s linear, border-color .2s linear, color .2s linear;
}
.operator_question_block.current_question  .operator_answers .operator_answer.operator_forward_answer:hover{
	border-color: #8ad100 !important;
	background-color: #8ad100 !important;
	color: #fff !important;
	transition: background-color .2s linear, border-color .2s linear, color .2s linear;
}
.operator_question_block.current_question  .operator_answers .operator_answer.operator_forward_answer:hover::after {
    background: #8ad100;
	transition: background-color .2s linear, border-color .2s linear, color .2s linear;
}
.operator_question_block.current_question  .operator_answers .operator_answer.operator_forward_answer .answer_btn_icon{
	background-color: #fff !important;
	color: #1e222b;
}

.operator_timer{
	position: absolute;
    top: 110px;
    right: 67px;
    font-family: 'OpenSans-Bold',Helvetica,Arial,sans-serif;
    color: #4F5D67;
    font-size: 18px;
}
.app_wrap.call_card .operator_timer{
    top: auto;
	right: 40px;
    line-height: 34px;
    vertical-align: middle;
    height: 36px;
	display: none;
	position: static;
}
.app_wrap.crm_tab .operator_timer{
	top: auto;
	right: 40px;
    line-height: 34px;
    vertical-align: middle;
    height: 36px;
	display: none;
	position: static;
}


.script_end_popup{
	background-color: #fff;
}
.script_end_popup .script_end_broke{
	margin-top: 10px;
    font-family: "Roboto-Bold", "Helvetica Neue Bold", Helvetica, Arial;
    font-size: 16px;
    color: #535c69;
    font-weight: bold;
}
.script_end_broke .script_end_broke_title{
	color: #38404b;
	font-size: 14px;
    font-family: "OpenSans-SemiBoldItalic",Helvetica,Arial,sans-serif;
}
.script_end_broke .script_end_broke_title .node_name{
	font-size: 16px;
}
.script_end_broke .script_end_broke_title .script_name{
	color: #525c69;
	font-size: 16px;
    font-family: "OpenSans-Regular",Helvetica,Arial,sans-serif;
}

.script_end_broke .script_broke_item{
	font-weight: normal;
    margin-top: 10px;
	
	background-color: #fff;
    border: 1px solid #c6cdd3;
    border-radius: 3px;
    display: inline-block;
    max-width: 60%;
    font-family: "OpenSans-Bold",Helvetica,Arial,sans-serif;
    font-size: 17px;
    color: #4F5D67;
    padding: 20px;
}
.script_end_popup .script_end_title{
	font-size: 24px;
	text-align: left;
	font-weight: bold;
    color: #535c69;
	font-family: 'OpenSans-Bold',Helvetica,Arial,sans-serif;
}
.script_end_popup .operators_info{
	font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif;
    font-size: 16px;
	color: #38404b;
	margin-bottom: 10px;
}
.script_end_popup .operators_info .journal{
	color: #525c69;
}
.settings .formfooter{
	text-align: center;
	margin-top: 10px;
}
.script_end_popup .formfooter{
	display: block;
    width: 96vw;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 5px 0px;
    margin: 0 0 90px -4%;
    /*margin: 0 0 40px -4%;*/
    position: relative;
    text-align: center;
    height: 36px;
}
.default_placement .script_end_popup .formfooter{
	margin: 0 0 40px -11%;
}
 
.script_end_popup .reset{
	float: none;
	display: none;
}

.script_end_popup .save{
	float: none;
	margin: 0;
	display: inline-block;
	position: relative;
	height: 36px;
	line-height: 37px;
	padding: 0 20px 0 55px;
	background-color: #7ab800;
	border-radius: 2px;
	color: #fff;
	font-family: 'OpenSans-Bold',Helvetica,Arial,sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	top: 18px;
}
.script_end_popup .save:before{
	content: "";
    background-image: url("../img/iconsprite.png?v=9");
	background-position: -148px -24px;
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 15px;
	top: calc(50% - 8px);
    left: 20px;
}

.operator_script .call_end_save.error{
	background-color: #ff0000 !important;
	cursor: default;
}
.operator_script .call_end_save.error:before{
	background-image: url("../img/iconsprite.png?v=9");
	background-position: -121px -21px;
}

.operator_script .call_end_save.success{
	background-color: #7ab800 !important;
	cursor: default;
}
.operator_script .call_end_save.success:before{
	background-image: url("../img/iconsprite.png?v=9");
	background-position: -196px -45px;
}

.operator_script .call_end_save.disabled{
	background-color: #aaa !important;
	cursor: default;
}
.operator_script .call_end_save.disabled:before{
	background-image: none;
	position: absolute;
	top: calc(50% - 9px);
    left: 25px;
	width: 15px;
    height: 15px;
    margin: 0 auto;
    border: 2px solid;
    border-radius: 50%;
    border-color: transparent rgba(255,255,255,1) rgba(255,255,255,1);
    animation: cssload-spin 690ms infinite linear;
    -o-animation: cssload-spin 690ms infinite linear;
    -ms-animation: cssload-spin 690ms infinite linear;
    -webkit-animation: cssload-spin 690ms infinite linear;
    -moz-animation: cssload-spin 690ms infinite linear;
}

@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}


.script_begin{
    margin-right: 10px;
    display: inline-block;
    position: relative;
    height: 36px;
    line-height: 37px;
    padding: 0 20px 0 42px;
    background-color: #7ab800;
    border-radius: 2px;
    color: #fff;
    font-family: 'OpenSans-Bold',Helvetica,Arial,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    top: 18px;
}
.script_begin:before{
	content: "";
    background-image: url(../img/iconsprite.png?v=9);
    background-position: -210px -23px;
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 16px;
    top: calc(50% - 8px);
    left: 11px;
}

.script_end_popup .call_duration{
	margin-bottom: 10px;
	font-size: 16px;
    font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif;
    color: #38404b;
}
.script_end_popup .call_duration span{
	font-family: 'OpenSans-SemiBold',Helvetica,Arial,sans-serif;
}
.script_end_popup .purposes_achieved_detail{
	margin-top: 10px;
    font-family: "Roboto-Bold", "Helvetica Neue Bold", Helvetica, Arial;
    font-size: 16px;
    color: #535c69;
	font-weight: bold;
}
.purposes_achieved_detail .purposes_achieved_detail_title{
	color: #38404b;
	font-size: 14px;
    font-family: "OpenSans-SemiBoldItalic",Helvetica,Arial,sans-serif;
}
.purposes_achieved_detail .purposes_achieved_detail_title .script_name{
	color: #525c69;
	font-size: 16px;
    font-family: "OpenSans-Regular",Helvetica,Arial,sans-serif;
}
.purpuse_list .purpuse_list_item{
	margin: 10px 0;
	font-weight: normal;
	font-size: 17px;
	display: list-item;
	list-style-position: inside;
}
.purpuse_list .purpuse_list_item p{
	display: inline-block;
}
.script_end_popup .operators_comment_head{
	margin: 10px 0 5px 0;
	
	font-size: 16px;
	font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif;
	color: #38404b;
}
.script_end_popup  .operators_comment{
    max-width: 100%;
    min-width: 100%;
    height: 130px;
    max-height: 200px;
	font-size: 16px;
	font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif;
	color: #38404b;
    padding: 5px 10px;
	
	resize: none;
	border: 2px solid #6e6e70;
	border-radius: 2px;
	outline: none;
	box-sizing: border-box;
}
.script_end_popup  .purpuse_list{
	margin: 10px;
}

.script_run_one_more{
	margin: 0;
	float: none;
	position: relative;
	height: 36px;
	line-height: 37px;
	padding: 0 20px 0 45px;
	background-color: #2ec6f7;
	border-radius: 2px;
	color: #fff;
	font-family: 'OpenSans-Bold',Helvetica,Arial,sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	top: 18px;
	margin: 0 5px 5px;
}

.script_run_one_more:before{
	content: "";
    background-image: url("../img/iconsprite.png?v=9");
	background-position: -148px -46px;
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 15px;
	top: calc(50% - 8px);
    left: 20px;
}

.go_to_script_list{
	margin: 0;
	float: none;
	position: relative;
	height: 36px;
	line-height: 37px;
	padding: 0 20px 0 45px;
	background-color: #38404b;
	border-radius: 2px;
	color: #fff;
	font-family: 'OpenSans-Bold',Helvetica,Arial,sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	top: 18px;
	margin: 0 5px 5px;
}

.go_to_script_list:before{
	content: "";
    background-image: url("../img/iconsprite.png?v=9");
	background-position: -100px -48px;
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 15px;
	top: calc(50% - 8px);
    left: 20px;
}

.script_end_info_wrap{
    margin: 20px 4%;
}


.start_script{
	margin: 10px;
}

.script_end_results{
	display: none;
	position: relative;
}

.action_info_block{
	display: block;
	position: relative;
	padding: 12px 12px 12px 38px;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
	font-family: "OpenSans-SemiBold",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #38404b;
	margin: 0 4% 20px;
	overflow: auto;
}
.action_info_block.ocs{
	white-space: pre;
}
.action_info_block:last-child{
	margin: 0 4% 30px;
}
.operator_question_block .action_info_block{
	margin: 0 0 20px;
}
.action_info_block .action_info_block_title{
	display: inline-block;
	color: #525c69;
}
.action_info_block .action_info_icon{
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: calc(50% - 13px);
	left: 8px;
	background-color: #707984;
	border-radius: 50%;
	background-image: url("../img/iconsprite.png?v=9");
}
.action_info_block.operator_script_other_script_title_wrap.direction_down .action_info_icon{
	background-position: -72px -44px;
}
.action_info_block.operator_script_other_script_title_wrap.direction_up .action_info_icon{
	background-position: -96px -44px;
}
.action_info_block.lead_status_changed .action_info_icon{
	background-position: -173px -20px;
}
.action_info_block.call_end .action_info_icon{
	background-position: -173px -20px;
}

.action_info_block.current_action .action_info_icon{
	background-color: #2ec6f7;
}

.script_end_popup .script_end_info{
	color: #d54545;
	font-size: 14px;
    font-family: "OpenSans-Regular",Helvetica,Arial,sans-serif;
	width: 100%;
	margin-top: 10px;
	display: none;
}
.script_end_popup .script_end_detail{
	display: none;
    padding: 20px 4%;
    margin-top: 10px;
	background-color: #edf1f4;
	border-radius: 2px;
}
.script_end_popup .script_end_review{
    font-family: "Roboto-Bold", "Helvetica Neue Bold", Helvetica, Arial;
    font-size: 16px;
    color: #535c69;
    font-weight: bold;
}
.script_end_popup .script_end_entry{
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	font-family: 'OpenSans-SemiBold',Helvetica,Arial,sans-serif;
	color: #38404b;
}
.script_end_popup .script_end_review .script_end_godetail{
	display: inline-block;
    text-decoration: none;
    cursor: pointer;
	font-weight: normal;
	
	font-size: 16px;
	font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif;
	color: #1058d0;
}

.call_card_bottom_panel{
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
	/*display: none;*/
	text-align: center;
	background-color: #ddd;
	
	min-height: 56px;
	box-sizing: border-box;
	z-index: 17;
}

.operator_call_card_end{
	display: inline-block;
	height: 36px;
	line-height: 38px;
	padding: 0 20px 0 40px;
	background-color: #ff5d40;
	border-radius: 2px;
	position: absolute;
	right: 10px;
	color: #fff;
	font-size: 12px;
    font-family: "OpenSans-Bold",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}
.operator_call_card_end:before{
	content: "";
    background-image: url("../img/iconsprite.png?v=9");
	background-position: -128px -23px;
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
	top: calc(50% - 6px);
    left: 20px;
}

.save.call_end_save{
	margin: 0 5px 5px;
}


.script_end_ess_updete_block{
	margin-top: 10px;
	width: 100%;
	display: none;
}

.script_end_ess_updete_block .script_end_ess_updete_detail{
	display: table;
	width: 92%;
	padding: 20px 4%;
	margin-top: 10px;
	background-color: #edf1f4;
}

.call_card .script_end_ess_updete_block .script_end_ess_updete_detail{
	width: 100%;
}
.crm_tab .script_end_ess_updete_block .script_end_ess_updete_detail{
	width: 100%;
}

.script_end_ess_updete_block .script_end_deal_updete_detail{
	display: table;
	width: 92%;
	padding: 20px 4%;
	background-color: #edf1f4;
}

.call_card .script_end_ess_updete_block .script_end_deal_updete_detail{
	width: 100%;
}
.crm_tab .script_end_ess_updete_block .script_end_deal_updete_detail{
	width: 100%;
}

.script_end_ess_updete_block .script_end_updete_title{
	color: #4F5D67;
	font-size: 24px;
	text-align: center;
	display: table-caption;
	background-color: #edf1f4;
	padding: 20px 0 0 0;
}

.script_end_ess_updete_block .script_end_ess_updete_text{
	font-size: 16px;
    font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif;
    color: #38404b;
	vertical-align: middle;
	display: inline-block;
}
.script_end_ess_updete_block .script_end_ess_updete_checkbox{
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.script_end_ess_updete_block .ess_updete_block{
	display: table-row;
}
.script_end_ess_updete_block .ess_updete_block label{
	margin-left: 0;
}
.script_end_ess_updete_block .ess_updete_field_name{
	display: table-cell;
	color: #38404b;
    font-size: 14px;
    font-family: "OpenSans-SemiBold",Helvetica,Arial,sans-serif;
	padding: 3px 0 12px 0;
	width: 200px;
	vertical-align: top;
}
.script_end_ess_updete_block .ess_updete_field_value{
	display: table-cell;
	padding: 3px 0;
	vertical-align: top;
}
.script_end_ess_updete_block .ess_updete_block.wpleft .ess_updete_field_value{
	padding-left: 10px;
}
.script_end_ess_updete_block .ess_updete_field_value .ess_updete_field_box {
	margin-bottom: 7px;
}
.script_end_ess_updete_block .ess_updete_field_value .ess_updete_field_input{
	font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif;
    font-size: 14px;
    text-shadow: none;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    height: 30px;
    line-height: 28px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    border: solid 1px #a1a6ac;
	outline: none;
	color: #000;
	
    border-radius: 2px;
}
.script_end_ess_updete_block .ess_updete_field_value .ess_updete_field_checkbox{
	margin-top: 4px;
}
.call_card .script_end_ess_updete_block .ess_updete_field_value .ess_updete_field_checkbox{
	margin-top: 0;
}
.crm_tab .script_end_ess_updete_block .ess_updete_field_value .ess_updete_field_checkbox{
	margin-top: 0;
}

.script_end_ess_updete_block .ess_updete_block.crm_multifield .ess_updete_field_input{
    width: 70%;
	margin-right: 1%;
	vertical-align: middle;
}
.call_card .script_end_ess_updete_block .ess_updete_block.crm_multifield .ess_updete_field_input{
    width: 55%;
}
.crm_tab .script_end_ess_updete_block .ess_updete_block.crm_multifield .ess_updete_field_input{
	width: 55%;
}
.script_end_ess_updete_block .ess_updete_block.crm_multifield .mark_field_types_select_wrap {
	font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	width: 29%;
}
.call_card .script_end_ess_updete_block .ess_updete_block.crm_multifield .mark_field_types_select_wrap {
	width: 44%;
}
.crm_tab .script_end_ess_updete_block .ess_updete_block.crm_multifield .mark_field_types_select_wrap {
	width: 44%;
}
.script_end_ess_updete_block .ess_updete_field_input.ess_updete_field_textarea{
	resize: none;
	height: 100px;
}
.script_end_ess_updete_block .ess_updete_field_input:focus{
	border: 2px solid #2ec6f7;
	padding: 0 9px;
}
.script_end_ess_updete_block .ess_updete_field_input.incorrect{
    border-color: red;
}

.script_end_ess_updete_block .ess_updete_field_input.disabled{
	background-color: #edf1f4;
	border-color: #edf1f4;
}

.msg{
	display: block;
	color: #38404b;
}
.msg.error{
	color: #d54545;
}
.msg.success{
	color: #90ad23;
}

.answers_block.hidden{
	display: none;
}

.default_checkbox_label{
    font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif;
    color: #4F5D67;
    font-size: 15px;
    display: block;
    padding-left: 20px;
    position: relative;
    line-height: 20px;
}
.default_checkbox_label .default_checkbox{
    position: absolute;
    top: 5px;
    left: 0;
	margin: 0;
}

.client_own_only_block{
	margin-bottom: 10px;
}

.mark_item_ext{
	display: inline-block;
	vertical-align: middle;
	min-height: 38px;
	margin: 2px 0;
}
.mark_item_ext .mark_item_edit_int{
	display: none;
	position: relative;
}
.mark_item_ext .mark_item_select_wrap{
	height: 0;
	overflow: hidden;
	/* margin-top: -9px; */
}
.mark_item_ext .mark_item_view{
	background-color: #ddd;
    padding: 5px 30px 5px 10px;
    border-radius: 4px;
    position: relative;
	line-height: 20px;
	overflow: hidden;
}
.mark_item_ext .mark_item_view.no_edit_mode{
	padding: 5px 10px;
}
.mark_item_ext .mark_item_view .mark_item_title{
	display: inline-block;
	vertical-align: middle;
	padding: 4px 5px 4px 0;
}
.crm_client_info_container .mark_item_ext .mark_item_view{
	background-color: transparent;
	padding-left: 0;
}

.mark_item_ext .mark_item_int{
	position: absolute;
	font-size: 0;
    right: 5px;
    top: calc(50% - 8px);
}
.mark_item_ext .mark_item_edit{
	background-image: url("../img/iconsprite.png?v=9");
	background-position: -78px 0;
    display: inline-block;
    width: 14px;
    height: 14px;
	opacity: 0.5;
	cursor: pointer;
}
.mark_item_ext .mark_item_edit:hover{
	opacity: 1;
}

.select2-dropdown.markdrop.select2-dropdown--below{
	/*width: 170px !important;*/
	/*margin-top: -15px;*/
}
.mark_item_ext .mark_item_input{
	position: relative;
	width: 200px !important;
	margin: 0 !important;
}
.mark_item_ext .mark_item_checkbox{
	vertical-align: middle;
	margin: 3px;
}
.mark_item_ext .mark_item_completed{
	background-image: url(../img/iconsprite.png?v=9);
    background-position: -237px -23px;
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 7px;
    z-index: 1;
}
.mark_item_ext .mark_item_completed:hover{
    opacity: 1;
}

.mark_item_ext .mark_item_choose{
	background: url(../img/arrow.png) 50% 50% no-repeat transparent;
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 27px;
    z-index: 1;
}
.mark_item_ext .mark_item_choose:hover{
    opacity: 1;
}


.b24_popup.execute_action{
	/**/
}

.mark_field_edit{
    display: none;
    background-color: #fff;
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -15%;
    margin-top: -145px;
    width: 30%;
    padding: 10px;
    box-shadow: 0px 0px 21px 5px rgba(83, 92, 105, 0.15);
    z-index: 99901;
}
.call_card .mark_field_edit{
	top: 250px;
    margin-left: -30%;
	width: 60%;
	position: fixed;
}
.crm_tab .mark_field_edit{
	top: 250px;
	margin-left: -30%;
	width: 60%;
	position: fixed;
}

.mark_field_edit .popupcontent {
	padding: 15px;
}

.mark_field_edit_dev {
	display: none;
}

.mark_field_edit_body {
	display: table;
	width: 100%;
}
.mark_field_edit_body .mark_field_block {
	display: table-row;
}
.mark_field_edit_body .mark_field_block .mark_field_value_checkbox {
	margin-right: 5px;
}
.mark_field_edit_body .mark_field_value {
	display: table-cell;
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
}
.mark_field_edit_body .mark_field_types {
	display: table-cell;
	width: 50%;
	text-align: right;
	vertical-align: top;
}
.mark_field_edit_body .mark_field_value_input {
	display: inline-block;
    width: 95%;
    height: 30px;
    margin-bottom: 0;
    color: #000 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    padding-left: 8px;
    border-radius: 2px;
    border: solid 1px #a1a6ac;
    box-sizing: border-box;
}
.mark_field_edit_body .mark_field_value_input.mark_field_value_textarea {
	width: 100%;
	resize: none;
	height: 100px;
}

.operator_call_interface {
	position: absolute;
    top: 10px;
    left: 25px;
    height: 36px;
    line-height: 36px;
	font-size: 0;
}
.operator_call_interface_item {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
	background-image: url("../img/iconsprite.png?v=9");
}
.operator_call_interface_item.operator_call_comment {
    height: 25px;
    width: 25px;
    background-position: -323px -44px;
	margin-left: 10px;
}
.call_card .operator_call_interface_item.operator_call_comment {
    margin-left: 0;
	display: none;
}
.crm_tab .operator_call_interface_item.operator_call_comment {
	margin-left: 0;
	display: none;
}
.operator_call_interface_item.operator_call_menu {
    height: 25px;
    width: 25px;
    background-position: -421px -43px;
	margin-left: 10px;
}
.operator_call_interface_item.operator_call_faq {
    height: 25px;
    width: 25px;
    background-position: -453px -43px;
}
.call_card .operator_call_interface_item.operator_call_menu {
    margin-left: 0;
}
.crm_tab .operator_call_interface_item.operator_call_menu {
	margin-left: 0;
}

.operator_call_menu_popup_wrap {
	padding: 15px 15px 15px 0;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}
.call_card .operator_call_menu_popup_wrap {
	position: fixed;
	bottom: 40px;
	left: 0;
	right: auto;
	top: auto;
}
.crm_tab .operator_call_menu_popup_wrap {
	position: fixed;
	bottom: 40px;
	left: 0;
	right: auto;
	top: auto;
}

.operator_call_menu_popup {
	font-size: 0;
	border: 2px solid #38404b;
	/*width: 45%;*/
    box-sizing: border-box;
	background-color: #fff;
	position: relative;
	z-index:5;
	width: 200px;
	text-align: left;
}

.operator_call_menu_popup .operator_call_menu_item {
	font-family: 'OpenSans-Bold',Helvetica,Arial,sans-serif;
    font-size: 12px;
	color: #4F5D67;
	text-transform: uppercase;
	padding: 10px;
	cursor: pointer;
	position: relative;
}
.operator_call_menu_popup .operator_call_menu_item:hover {
	background-color: #38404b;
	color: #fff;
}

.operator_call_menu_popup:before{
	content: "";
	transform: rotate(225deg);
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 15px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 2px solid #38404b;
	border-left-width: 0;
	border-top-width: 0;
	/*z-index: 7;*/
	z-index: 0;
}
.call_card .operator_call_menu_popup:before{
	transform: rotate(45deg);
	bottom: -10px;
	top: auto;
	left: 27px;
	width: 15px;
	height: 15px;
}
.crm_tab .operator_call_menu_popup:before{
	transform: rotate(45deg);
	bottom: -10px;
	top: auto;
	left: 27px;
	width: 15px;
	height: 15px;
}

.operator_call_comment_popup {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0;
	display: none;
	border: 2px solid #2ec6f7;
	z-index: 1;
}
.call_card .operator_call_comment_popup {
	position: fixed;
    bottom: 55px;
    left: 0;
    right: 0;
	top: auto;
}
.crm_tab .operator_call_comment_popup {
	position: fixed;
	bottom: 55px;
	left: 0;
	right: 0;
	top: auto;
}
.operator_call_comment_popup:before{
	content: "";
    transform: rotate(225deg);
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 15px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 2px solid #2ec6f7;
    border-left-width: 0;
    border-top-width: 0;
	z-index: 10;
}
.call_card .operator_call_comment_popup:before{
	content: "";
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    bottom: -10px;
	top: auto;
    left: 95px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 2px solid #2ec6f7;
    border-left-width: 0;
    border-top-width: 0;
}
.crm_tab .operator_call_comment_popup:before{
	content: "";
	transform: rotate(45deg);
	display: inline-block;
	position: absolute;
	bottom: -10px;
	top: auto;
	left: 95px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 2px solid #2ec6f7;
	border-left-width: 0;
	border-top-width: 0;
}
.operator_call_comment_popup .operator_call_comment_info {
	font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #1e222b;
    padding: 6px 15px;
	border-bottom: 2px solid #2ec6f7;
	position: relative;
	background-color: #fff;
}
.operator_call_comment_popup .operator_call_comment_text{
	width: 100%;
    box-sizing: border-box;
	border: none;
	resize: none;
	font-size: 15px;
    font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif;
    color: #38404b;
    padding: 12px 36px;
	height: 100px;
	position: relative;
	z-index: 2;
}
.call_card .operator_call_comment_popup .operator_call_comment_text{
	width: 100%;
    box-sizing: border-box;
	border: none;
	resize: none;
	font-size: 15px;
    font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif;
    color: #38404b;
    padding: 12px 36px;
	height: 100px;
	position: relative;
	z-index: 2;
}
.crm_tab .operator_call_comment_popup .operator_call_comment_text{
	width: 100%;
	box-sizing: border-box;
	border: none;
	resize: none;
	font-size: 15px;
	font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif;
	color: #38404b;
	padding: 12px 36px;
	height: 100px;
	position: relative;
	z-index: 2;
}

.call_comment_offset {
	padding-top: 110px;
}

.crm_top_panel_interface {
	display: none;
	position: absolute;
	bottom: 10px;
	right: 2%;
    z-index: 100;
}
.crm_top_panel_interface .crm_top_panel_interface_item {
	display: inline-block;
	cursor: pointer;
	opacity: .5;
}
.crm_top_panel_interface .crm_top_panel_interface_item.active,
.crm_top_panel_interface .crm_top_panel_interface_item:hover {
	opacity: 1;
}
.crm_top_panel_interface .crm_top_panel_interface_item[data-type="common"] {
	height: 10px;
    width: 10px;
	font-size: 24px;
}
.crm_top_panel_interface .crm_top_panel_interface_item[data-type="additional"] {
	position: absolute;
	height: 25px;
    width: 25px;
	background-image: url("../img/iconsprite.png?v=9");
    background-position: -389px -43px;
    top: 46px;
}

.crm_client_info_container {
    font-size: 16px;
    color: #525c69;
    font-family: 'OpenSans-SemiBold',Helvetica,Arial,sans-serif;
    z-index: 1;
    width: 100vw;
    box-sizing: border-box;
    top: 0;
    left: 0;
}
.crm_client_info_container .crm_client_info_block {
	background-color: #edf1f4;
	padding: 0 4%;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.crm_client_info_container .grid_block .grid_block_cell {
	padding-bottom: 0;
}

.crm_client_info_list .crm_client_info_list_item {
	min-height: 32px;
	line-height:32px;
}

.crm_client_info_block_title {
	font-family: 'OpenSans-Bold',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

.client_info_block .client_info_deal_select_wrap {
	padding-left: 10px;
}
.client_info_block .client_info_contact_select_wrap {
	padding-left: 10px;
}
.client_info_block .client_info_deal_link_wrap {
	display: none;
}

.operator_call_comment_info {
	display: none;
}
.operator_call_comment_info .x-close {
	margin: 0 -8px 0 0;
}


.call_action_description {
	display: inline-block;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	min-height: 60px;
	height: 60px;
	max-height: 130px;
	margin-bottom: 0;
	color: #000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding: 8px;
	border-radius: 2px;
	border: solid 1px #a1a6ac;
	box-sizing: border-box;
}
.call_action_input_label {
	position: relative;
	display: inline-block;
	background-color: #fff;
}
.call_action_input_label.call_action_date_input_label {
	width: 60%;
	float: left;
}
.call_action_input_label.call_action_time_input_label {
	width: 35%;
	float: right;
}
.call_action_input_label:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 5px;
	top: calc(50% - 9px);
	background-image: url("../img/iconsprite.png?v=9");
	width: 20px;
	height: 20px;
	z-index: 1;
}
.call_action_input_label.call_action_date_input_label:after {
	background-position: -275px -20px;
	opacity: .8;
}
.call_action_input_label.call_action_time_input_label:after {
	background-position: -293px -20px;
}
.call_action_input {
	display: inline-block;
    width: 100%;
    height: 30px;
    margin-bottom: 0;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding-left: 8px;
    border-radius: 2px;
    border: solid 1px #a1a6ac;
    box-sizing: border-box;
}
.call_action_input_label .call_action_input {
	background-color: transparent;
	position: relative;
	z-index: 2;
}

.call_action_short_select_dd .select2-results__options {
	max-height: 100px !important;
}

.select2-results__option:empty {
    display: none;
}

.crm_top_panel_arrow_down {
	border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.crm_top_panel_arrow_up {
	border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
	transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.questionary_fields_form {
	margin: 10px;
    display: table;
    width: calc(100% - 20px);
    padding: 20px 4%;
    background-color: #edf1f4;
	font-size: 0;
}
.default .questionary_fields_form {
    width: calc(92% - 20px);
}
.questionary_fields_form .questionary_title {
	color: #4F5D67;
    font-size: 24px;
    text-align: center;
    display: table-caption;
    background-color: #edf1f4;
    padding: 20px 0 0 0;
}
.questionary_fields_form .questionary_block{
	display: table-row;
}
.questionary_fields_form .questionary_field_name{
	display: table-cell;
	color: #38404b;
    font-size: 14px;
    font-family: "OpenSans-SemiBold",Helvetica,Arial,sans-serif;
	padding: 3px 0 12px 0;
	width: 200px;
	max-width: 200px;
	vertical-align: top;
	overflow: auto;
}
.questionary_fields_form .questionary_field_value{
	display: table-cell;
	padding: 3px 0;
	vertical-align: top;
	max-width: 100px;
}
.questionary_fields_form .questionary_field_input[data-type="string"] {
	font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif;
    font-size: 14px;
    text-shadow: none;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    height: 30px;
    line-height: 28px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    border: solid 1px #a1a6ac;
	outline: none;
	color: #000;
	
    border-radius: 2px;
}
.questionary_fields_form .questionary_field_input[data-type="text"] {
	height: 60px;
	min-height: 60px;
	max-height: 180px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	font-size: 14px;
    padding: 5px 7px;
}
.questionary_fields_form .questionary_field_input[data-type="text"][disabled] {
	background: #0000;
    border: none;
    resize: none;
}

.faq_view_item .faq_view_item_question {
    line-height: 23px;
    background: #ccd0d4;
    font-size: 13px;
    padding: 6px 7px 5px 10px;
	cursor: pointer;
	position: relative;
	white-space: pre-line;
}
.faq_view_item .faq_view_item_question::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    width: 12px;
    height: 12px;
    background-image: url(../img/iconsprite.png?v=9);
    background-position: -296px -23px;
}
.faq_view_item .faq_view_item_question.active::after {
	background-position: -365px -23px;
}
.faq_view_item .faq_view_item_answer {
    line-height: 23px;
    background: transperent;
    font-size: 13px;
    padding: 6px 7px 5px 10px;
	display: none;
	white-space: pre-line;
}