@font-face{
    font-family: 'FontAwesome';
    src: url('../fonts/fa-solid-900.ttf');
    font-weight: normal;
    font-style: normal;
}

input, textarea{
	outline: none;
}
label{
	color: #686a6b;
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
}
legend{
	font-family: 'Roboto', "Helvetica Neue Bold", Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #535c69;
}
body{
	margin: 0;
	padding: 15px;
}
h3{
	font-size: 15px;
}

.hidden{
	opacity: 0;
}

.setting_note
{
	color: #686a6b;
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;   
}

.app_wrap.no_font_size{
	font-size: 0;
}

.table_container table{
	border-collapse: collapse;
	margin-bottom: 15px;
	
	border-bottom: medium none;
	table-layout: fixed;
	font: 12px 'Roboto', Arial,Helvetica,sans-serif;
	border-spacing: 0px;
	text-align: left;
	color: #000;
}
.table_container table tr:nth-child(n+2){
	border-bottom: solid 1px #edeef0;
}
.table_container table tbody tr {
	border-bottom: solid 1px #edeef0;
}
.table_container table td:nth-child(n+2){
	border-left: solid 1px #edeef0;
}
.table_container table td{
	padding: 12px 3px 12px 7px;
}
.table_container table th{
	padding: 12px 7px 12px 7px;
	background-color: #D4EDF7;
	background-image: linear-gradient(to bottom, #D4EDF7, #B5E1F1);
	border: medium none;
	color: #41474F;
	font-size: 14px;
	text-shadow: 0px 1px #FFF;
	cursor: default;
	font-weight: normal;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.table_container table th:nth-child(n+2)::before{
	content: "";
	display: inline-block;
	height: 23px;
	vertical-align: top;
	margin-left: -1px;
	width: 1px;
	background-color: #B4D7E3;
	box-shadow: 1px 0px 0px #DFF2F9;
	position: absolute;
	left: 0px;
	top: 9px;
}	
.table_container table th:first-child{
	border-radius: 3px 0px 0px 3px;
}
.table_container table th:last-child {
	border-radius: 0px 3px 3px 0px;
}

.table_container table td[class*=cell]{
	text-align: center;
}
.table_container td.print{
	padding-right: 2px;
	padding-left: 2px;
}
.table_container th.print{
	font-size: 8px;
}
.table_container table.print, .circlediag table.print{
	font-size: 7px;
}

.table_wrap{
	overflow-x: auto;
	width: 100%;
}

fieldset{
	border-width: 0;
}

.facebook_btn {
	background: #4661b0;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    border-right: 10px solid #4661b0;
    border-bottom: 0;
    display: inline-block;
    box-sizing: border-box;
	vertical-align: middle;
}
.facebook_btn.facebook_btn__circle {
	border-right-width: 8px;
	border-radius: 50%;
    width: 33px;
    height: 33px;
}

.facebook_btn:before {
	content: "";
    position: absolute;
    background: #4661b0;
    width: 25px;
    height: 36px;
    top: 10px;
    left: 17px;
    border: 6px solid white;
    border-radius: 9px;
}
.facebook_btn.facebook_btn__circle:before {
	top: 9px;
    left: 12px;
}

.facebook_btn:after {
	content: "";
    position: absolute;
    width: 37px;
    top: 23px;
    height: 6px;
    background: white;
    right: -20px;
}
.facebook_btn.facebook_btn__circle:after {
	top: 20px;
    right: -20px;
}

.prints{
	display: none;
}
.prints .print{
	margin-top: 1px;
}
.print .print_icon{
	display: inline-block; 
	vertical-align: middle;
	background-image: url('../img/iconsprite.png'); 
	background-position: -189px 0px; 
	height: 17px; 
	width: 17px; 
	opacity: 0.9; 
	margin-right: 2px; 
	margin-bottom: 3px;
}
.print .print_text{
	display: inline-block;
}

.appframe{
	height: auto;
}

.main-wrap {
	color: #000;
	font-size: 14px;
	font-family: 'Roboto', 'OpenSans-Bold',Helvetica,Arial,sans-serif;
	min-height: 1000px;
}
.report-menu {
	margin: 0px 0px 10px;
	padding: 5px 0px 0px;
}
/*.item-wrap {
	border-radius: 5px;
	color: #4F5D67;
	display: inline-block;
	height: 40px;
	line-height: 39px;
	font-size: 15px;
	margin: 2px 5px 6px 0px;
	min-width: 60px;
	text-align: center;
	text-decoration: none;
	outline: 0px none;	
	padding: 0px 10px 0px 8px;
	position: relative;
	vertical-align: top;
	cursor: pointer;
	transition: background-color 0.25s linear 0s;
}
.item-wrap:active, .item-wrap.item-wrap-active{
	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;
	color: #2F3941;
	height: 38px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.item-wrap:hover{
	background-color: #E3EBED;
	background-image: linear-gradient(to bottom, #E9EFF1, #DDE7E9);
	box-shadow: 1px 1px 1px #BBC3C4 ;
	border-color: #ABB2B4 #CAD1D3 #E0E6E8;
	border-radius: 3px;
	color: #2F3941;
	height: 38px;
	transition: background-color 0.25s linear 0s;
}
.item-wrap.item-wrap-active:hover{
	background-color: #E3EBED;
	background-image: linear-gradient(to bottom, #DDE7E9, #E9EFF1);
	box-shadow: 2px 2px 1px #BBC3C4 inset;
	border-color: #ABB2B4 #CAD1D3 #E0E6E8;
	border-radius: 3px;
	color: #2F3941;
	height: 38px;
	margin-top: 3px;
	margin-bottom: 5px;
}*/

.reports {
	font-size: 0px;
}
.item-wrap {
	display: inline-block;
	line-height: 38px;
	font-size: 0;
	margin: 2px 0px 6px 0px;
	min-width: 60px;
	text-align: center;
	text-decoration: none;
	outline: 0px none;	
	padding: 0px 12px 0px 8px;
	position: relative;
	vertical-align: top;
	cursor: pointer;
	
	border-radius: 2px;
	color: #555;
	text-transform: uppercase;
	height: 40px;
}
.item-wrap:hover{
	background-color: #d6f1fb;
}
.item-wrap  .int_item_head{
	font-size: 12px;
	vertical-align: middle;
	line-height: 41px;
	font-weight: bold;
}
.item-wrap  .interface_item_icon{
	margin-right: 5px;
	display: inline-block; 
	vertical-align: middle;
}
.item-wrap  .interface_item_icon_wrap{
	height: 20px;
}
.item-wrap.item-wrap-active{
	background-color: #d6f1fb;
	border-radius: 2px;
	color: #555;
	text-transform: uppercase;
	height: 40px;
	margin-top: 2px;
	margin-bottom: 6px;
}


.item-wrap.vertical_btn{
	line-height: normal;
	height: auto;
	padding: 8px;
}
.item-wrap.vertical_btn:hover{
	background-color: #d6f1fb;
}
.item-wrap.vertical_btn  .int_item_head{
	margin-top: 8px;
	line-height: 12px;
}
.item-wrap.vertical_btn  .interface_item_icon{
	margin-right: 0;
}
.item-wrap.vertical_btn.item-wrap-active{
	background-color: #d6f1fb;
}


.rephead{
	display: inline-block;
}

.rephead_dur_green{
	color: #008000;
	/* color: #718c58; */
	display: block;
	margin-top: 5px;
}
.rephead_dur_red{
	color: #FF5D40;
	/* color: #f77565; */
	display: block;
	margin-top: 5px;
}

.rephead_dur_green_mobile{
	color: #008000;
	display: inline-block;
	margin-left: 5px;
}
.rephead_dur_red_mobile{
	color: #FF5D40;
	display: inline-block;
	margin-left: 5px;
}

/* start REPORTS */
.item-wrap .report_icon{
	display: inline-block; 
	vertical-align: middle;
	background-image: url('../img/iconsprite.png'); 
	margin-right: 2px; 
	margin-bottom: 1px;
}
.item-wrap.order .report_icon{
	background-image: none;
	height: 17px; 
	width: 17px;
	color: #000;
    font-size: 18px;
}
.item-wrap.report1 .report_icon{
	background-position: -59px 0px;
	height: 17px; 
	width: 17px; 
}
.item-wrap.report2 .report_icon{
	background-position: -96px 0px;
	height: 17px; 
	width: 17px; 
}
.item-wrap.report3 .report_icon{
	background-position: -135px 0px;
	height: 17px; 
	width: 17px; 
}
.item-wrap.report4 .report_icon{
	background-position: -208px 0px;
    height: 17px;
    width: 22px;
}
.item-wrap.report5 .report_icon{
	background-position: -253px 0px;
	height: 17px; 
	width: 17px; 
}
.item-wrap.report7 .report_icon{
	background-position: -314px 0px;
	height: 17px; 
	width: 18px; 
}
.item-wrap.report8 .report_icon{
	background-position: -359px 0px;
	height: 17px; 
	width: 18px; 
}
.item-wrap.report9 .report_icon {
    background-position: -233px 0px;
    height: 17px;
    width: 17px;
}
/* end REPORTS */


.item-date-wrap {
	border: solid 1px #a1a6ac;
	border-right-width: 0px;
	color: #4F5D67;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	min-width: 60px;
	text-align: center;
	text-decoration: none;
	outline: 0px none;	
	padding: 0px 12px 0px 8px;
	position: relative;
	vertical-align: top;
	cursor: pointer;
	transition: background-color 0.25s linear 0s;
}
.item-date-wrap.last{
	border-radius: 0px 2px 2px 0px;
	border-right-width: 1px;
}
.item-date-wrap.first {
	border-radius: 2px 0px 0px 2px;
}
.item-date-wrap:active, .item-date-wrap.item-date-wrap-active{
	background-color: #E3EBED;
	background-image: linear-gradient(to bottom, #DDE7E9, #E9EFF1);
	color: #2F3941;
}
.item-date-wrap:hover{
	background-color: #E3EBED;
	background-image: linear-gradient(to bottom, #E9EFF1, #DDE7E9);
	color: #2F3941;
}
.item-date-wrap.item-date-wrap-active:hover{
	background-color: #E3EBED;
	background-image: linear-gradient(to bottom, #DDE7E9, #E9EFF1);
	color: #2F3941;
}

.main-interface{
	opacity: 0;
	/*transition: opacity 0.25s linear 0s;*/
	display: none;
}
.mobile_filter_wrap{
	display: block;
}
.main-interface .main_header{
	font-family: 'Roboto', 'OpenSans-Bold',Helvetica,Arial,sans-serif;
	color: #4F5D67;
	font-size: 18px;
	height: 21px;
}

.secthead{
	font-family: 'Roboto', 'OpenSans-Bold',Helvetica,Arial,sans-serif;
	color: #4F5D67;
	font-size: 18px;
	height: 21px;
}
.secthead.filter_title{
	display: inline-block; 
	width: 155px;
	vertical-align: middle;
	margin: 0;
	text-align: left;
}

.filter_field_wrap{
	margin-left: 43px;
	display: inline-block;
	font-size: 0;
}
.filter_field_wrap:first-child{
	margin-left: 0;
}
.filter_field_wrap.filter_field_wrap-blocked .filter_title, .filter_field_wrap.filter_field_wrap-blocked .mobile_field_section_r {
	opacity: 0.44;
	pointer-events: none;
	cursor: default;
}
.filter_field_wrap.filter_field_wrap-blocked .filter_title *, .filter_field_wrap.filter_field_wrap-blocked .mobile_field_section_r * {
	pointer-events: none;
	cursor: default;
}

.filter_field_wrap.filter_field_wrap-blocked .filter_title {
	padding-left: 25px;
}
.filter_field_wrap.filter_field_wrap-blocked .secthead.filter_title {
	width: calc(155px - 25px);
}

.filter_field_wrap .field_error_info {
	display: none;
	position: absolute;
	margin-left: 0px;
    margin-top: 6px;
	background-image: url(../img/iconsprite-red.png);
	z-index: 1;
}
.filter_field_wrap .field_error_info .field_error_info {
	z-index: 2;
}
.filter_field_wrap.filter_field_wrap-blocked .field_error_info {
	display: block;
}
	
.timegroups{
	display: inline-block; 
	vertical-align: middle;
}
.calltypes{
	display: inline-block; 
	vertical-align: middle;
}

.filter_line{
	margin: 20px 0px;
	font-size: 0;
}

.formreport.desctop{
	margin: 15px 0;
}
.formreport.mobile{
	display: none;
	width: 47.5%;
    height: 32px;
    line-height: 30px;
	box-sizing: border-box;
	text-align: center;
	margin: 0;
}
.formreport.mobile {
	margin: 10px 0;
}

.formreport_icon{
	display: inline-block; 
	vertical-align: middle;
	background-image: url('../img/iconsprite.png'); 
	background-position: -163px 0px; 
	height: 17px; 
	width: 17px; 
	opacity: 0.85; 
	margin-right: 2px;
}
.formreport_text{
	display: inline-block; 
	vertical-align: middle;
	margin-top: 1px;
}
.fakeformreport.desctop{
	margin: 15px 0; 
	display: none;
}
.fakeformreport.mobile{
	display: none;
	width: 47.5%;
    height: 32px;
    line-height: 30px;
	box-sizing: border-box;
	text-align: center;
	margin: 0;
}
		
a.settings{
	float: right;
}

.blue_link,
.blue_link:visited,
.blue_link:active{
	display: inline-block;
	color: #2067b0;
	font-size: 15px;
	font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration: underline;
	cursor: pointer;
}

.feat-grey{
	height: 39px;
	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: 'Roboto', '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;
}
.feat-grey:active{
	background-color: #868d95;
}
.feat-grey:hover{
	background-color: #dddee1;
}
.feat-green{
	font-size: 12px;
	font-family: 'Roboto', '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-white{
	height: 39px;
	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: 'Roboto', '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;
}
.feat-white:active{
	background-color: #868d95;
}
.feat-white:hover{
	background-color: #dddee1;
}

.x-close{
	float: right; 
	width:9px; 
	height:9px; 
	background: transparent url('../img/x-close.png') no-repeat; 
	cursor: pointer;
}

.settings_btn_wrap{
	float: right;
}
.settings_btn_wrap .settings_btn_icon{
	display: inline-block; 
	vertical-align: middle;
	background-image: url('../img/iconsprite.png'); 
	background-position: -31px 1px; 
	height: 17px; 
	width: 17px; 
	opacity: 0.85;
	margin-right: 2px;
}
.settings_btn_wrap .settings_btn_text{
	display: inline-block; 
	vertical-align: middle;
	margin-top: 1px;
}
.settingsform{
	display: none;
	background-color: #fff;
	position: absolute;
	top: 20px;
	left: 50%;
	width: 790px;
	margin-left: -395px;
	padding: 10px;
	box-shadow: 0px 0px 21px 5px rgba(83, 92, 105, 0.15);
	
	z-index: 920;
}
.settingsform .settingsform_head{
	float: left; 
	font: bold 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial; 
	margin-top:5px; 
	color: #80868e;
}
	
.tabscontent{
	border: 1px solid #c6cdd3;
	border-top: none;
	padding: 10px;
}

.tabscontent fieldset{
	padding: 0 10px 10px !important;
}
	
.tab{
	display: inline-block;
	position: relative;
	height: 30px;
	line-height: 30px;
	background-color: #eef2f4;
	padding: 5px 10px;
	border-radius: 2px 2px 0px 0px;
	cursor: pointer;
}
.tabs{
	position: relative;
	font-family: 'Roboto', "Helvetica Neue Bold", Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #535c69;
	margin: 15px 0px 0px;
}
.tab.selected{
	background-color: #fff;
	border: 1px solid #c6cdd3;
	border-bottom: 1px solid #fff;
	cursor: default;
}
.tabs::before{
	display: block;
	border-bottom: 1px solid #c6cdd3;
	width: 100%;
	content: "";
	position: absolute;
	bottom: 0px;
}
	
.formfooter{
	margin-top: 10px;
	text-align: center;
}
.formfooter.detailformfooter{
	margin-bottom: 15px;
    text-align: left;
    padding-left: 20px;
}
.formfooter .save{
	margin: 1px 5px 0 0;
	text-transform: uppercase;
}
.formfooter .reset{
	margin-top: 1px;
	text-transform: uppercase;
}
.formcontent{
	display: none;
	padding: 15px;
	min-height: 345px;
}
.formcontent.selected{
	display: block;
}
.formcontent .set_ls{
	width: 500px;
	float: left;
	margin: 0;
	box-sizing: border-box;
}
.formcontent .set_rs{
	width: 370px;
	float: left;
	margin: 0 0 0 20px;
	box-sizing: border-box;
}
.formcontent .standrep_ls{
	width: 345px;
	float: left;
	display: inline-block;
}
.formcontent .standrep_rs{
	width: 345px;
	float: left;
	display: inline-block;
}
.formcontents fieldset{
	border: 0px solid #cfd5d7;
	border-top-width: 1px;
}
.formcontents fieldset:last-child{
	padding-bottom: 0px;
}
.formcontents fieldset:nth-child(1){
	margin: 0;
}
.formcontents input[type=text]{
	border: 1px solid #000;
	font-family: "Open Sans", sans-serif;
	color: #686a6b;	
	border-radius: 2px;
	border: solid 1px #a1a6ac;
	box-sizing: border-box;
	text-align: center;
}	
.formcontents input[type=checkbox]{
	color: #686a6b;
}

.formcontents label[for*=timestat], 
.formcontents label[for*=productivestat], 
.formcontents label[for*=successfulstat],
.formcontents label[for*=missedstat],
.formcontents label[for*=countstat],
.formcontents label[for*=failedstat],
.formcontents label[for*=uniqstat],
label.callstatinfolabel{
	color: #868e97;
	font-size: 15px;
}
.formcontents label[for*=productivedur], 
.formcontents label[for*=successfuldur]{
	color: #686a6b;
	font-size: 15px;
}
	
.daterange{
	height: 32px;
	border-radius: 2px;
	border: solid 1px #a1a6ac;
	box-sizing: border-box;	
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto', 'OpenSans-Bold',Helvetica,Arial,sans-serif;
	color: #444;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	
	display: inline-block;
	position: relative;
	padding: 0 10px;
	margin-left: 20px;
	
	transition:  background-color 0.25s linear 0s;
}
.daterange:hover{
	background-color: #dddee1;
	transition:  background-color 0.25s linear 0s;
}
.daterange-selected{
	background-color: #dddee1;
}
.daterange:hover{
	background-color: #dddee1;
	transition:  background-color 0.25s linear 0s;
}
.daterange .daterange_icon{
	display: inline-block; 
	vertical-align: middle;
	background-image: url('../img/iconsprite.png'); 
	background-position: -233px 0px; 
	height: 17px; 
	width: 17px; 
	opacity: 0.7; 
	margin-right: 2px; 
	/*position: absolute;
	left: 5px; 
	top: 8px;*/
}
.daterange .daterange_range{
	display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    box-sizing: border-box;
    padding-top: 1px;
}

.departments{
	display: inline-block; 
	vertical-align: middle;
}

.lines{
	display: inline-block; 
	vertical-align: middle;
}

.overlay {
	background-color: rgba(255, 255, 255, 0.9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	display: none;
	z-index: 915;
}
		
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: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #444;
	padding: 3px 6px;
	z-index: 925;
}
.select2_dropdown_wrap span.select2-dropdown.select2-dropdown--below{
	z-index: 905;
}
.select2-container, .select2-selection{
	outline: none;
}
.select2-selection{
	background-color: #fff;
	transition:  background-color 0.25s linear 0s;
}
.select2-selection:hover{
	background-color: #dddee1;
	transition:  background-color 0.25s linear 0s;
}
.select2-selection__rendered{
	font-weight: bold;
	font-size: 12px;
	text-shadow: none;
	text-transform: uppercase;
}
.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[aria-selected=true] {
	background-color: #FFF;
	color: #444;
}
.select2-results__options .select2-results__option.select2-results__option--highlighted{
	background-color: #FFF;
	color: #444;
}

/*progressbar*/
.progressbar{
	font-size: 0;
	display: none;
}
.progressbar .processband_wrap{
	height: 15px;
	width: 165px;
	border: solid 1px #a1a6ac;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.progressbar .process{
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto', 'OpenSans-Bold',Helvetica,Arial,sans-serif;
	color: #444;
	display: inline-block;
	vertical-align: middle;
	line-height: 17px;
	margin-left: 5px;
}
.progressbar .processband{
	background: #bbed21;
	height: 100%;
	display: inline-block;
}

.schedule .schedule_input{
	font-weight: bold;
    font-size: 12px;
    text-shadow: none;
    text-transform: uppercase;
	text-align: center;
	font-family: 'Roboto', 'OpenSans-Bold',Helvetica,Arial,sans-serif;
	color: #444;
	
	width: 78px;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #aaa;
    padding: 0 8px;
}
.diaghead{
	font-family: 'Roboto', 'OpenSans-Bold',Helvetica,Arial,sans-serif;
	color: #4F5D67;
	font-size: 18px;
	height: 21px;
	opacity: 0;
	transition: opacity 0.35s linear 0s;
}
.totaltablewrap{
	position: relative;
}
.totaltablewrap .totaltable th{
	cursor: default;
}
.table_container .int_table th{
	cursor: default;
}
.table_container .report_table .fio_link:link,
.table_container .report_table .fio_link:visited,
.table_container .report_table .fio_link:active
{
	color: #000;
	text-decoration: underline;
}
.table_container .report_table .fio_link:hover
{
	text-decoration: none;
}
.table_container .report_table .fio_disabled:link,
.table_container .report_table .fio_disabled:visited,
.table_container .report_table .fio_disabled:active
{
	color: #000;
	text-decoration: none;
	cursor: default;
}
.table_container .report_table .fio_disabled:hover
{
	text-decoration: none;
}

/* .table_container .report_table_total .fio_link:link, */
/* .table_container .report_table_total .fio_link:visited, */
/* .table_container .report_table_total .fio_link:active */
/* { */
	/* color: #000; */
	/* text-decoration: none; */
	/* cursor: default; */
/* } */
.table_container .report_table .fio_link_total:hover
{
	text-decoration: none;
}

.xls_download{
	display: none;
	margin-top: 1px;
}
.xls_download .xls_download_icon{
	display: inline-block; 
	vertical-align: middle;
	background-image: url('../img/iconsprite.png'); 
	background-position: -292px 1px; 
	height: 17px; 
	width: 17px; 
	opacity: 0.6; 
	margin-right: 2px; 
	margin-bottom: 3px;
}
.xls_download .xls_download_text{
	display: inline-block; 
	color: #009000;
}

/* install*/
.preset_form .preliminary{
	border: 1px solid #cfd5d7; 
	padding-bottom: 10px;
}
.preset_form .formcontents{
	background: #ecf2f3;
}

.report_info{
	height: 17px;
	width: 18px;
	background-image: url('../img/iconsprite.png');
    background-position: -337px 0px;
	display: inline-block;
	vertical-align: middle;
	transition: opacity 0.25s linear 0s;
	opacity: 0.7;
	cursor: pointer;
	margin-left: 7px;
	position: relative;
	z-index: 910;
}
.report_info:hover{
	transition: opacity 0.25s linear 0s;
	opacity: 1;
}

.report_popup {
	display: none;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 30px;
	width: 525px;
	padding: 0 15px;
	border: 1px solid #aaa;
	border-radius: 3px;
	font-family: 'Roboto', 'OpenSans-Bold',Helvetica,Arial,sans-serif;
	color: #4F5D67;
	font-weight: normal;
	font-size: 18px;
	z-index: 99901;
}
/* .report_popup.report2_popup{ */
	/* left: 285px; */
/* } */
/* .report_popup.report3_popup{ */
	/* left: 325px; */
/* } */
/* .report_popup.report4_popup{ */
	/* left: 250px; */
/* } */
/* .report_popup.report5_popup{ */
	/* left: 275px; */
/* } */
/* .report_popup.report7_popup{ */
	/* left: 230px; */
/* } */
/* .report_popup.report8_popup{ */
	/* left: 230px; */
/* } */

.detail_calls_popup{
	display: none;
	background-color: #fff;
	position: absolute;
	top: 20px;
	left: 50%;
	width: 90%;
	margin-left: -45%;
	padding: 10px;
	box-shadow: 0px 0px 21px 5px rgba(83, 92, 105, 0.15);
	
	z-index: 99901;
}
.detail_calls_popup .detail_table{
	border-collapse: collapse;
	border-bottom: medium none;
	table-layout: fixed;
	font: 12px 'Roboto', Arial,Helvetica,sans-serif;
	border-spacing: 0px;
	text-align: left;
	color: #000;
	margin: 0 20px 25px 20px;
}
.detail_calls_popup .detail_table tr {
	border-bottom: solid 1px #edeef0;
}
.detail_calls_popup .detail_table td:nth-child(n+2){
	border-left: solid 1px #edeef0;
}
.detail_calls_popup .detail_table td{
	padding: 6px 7px 6px 7px;
	font-size: 10px;
	text-align: center;
}
.detail_calls_popup .detail_table th{
	padding: 12px 7px 12px 7px;
	background-image: linear-gradient(to bottom, #D4EDF7, #B5E1F1);
	border: medium none;
	color: #41474F;
	font-size: 12px;
	text-shadow: 0px 1px #FFF;
	cursor: default;
	font-weight: normal;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.detail_calls_popup .detail_table th:nth-child(n+2)::before{
	content: "";
	display: inline-block;
	height: 23px;
	vertical-align: top;
	margin-left: -1px;
	width: 1px;
	background-color: #B4D7E3;
	box-shadow: 1px 0px 0px #DFF2F9;
	position: absolute;
	left: 0px;
}	
.detail_calls_popup .detail_table th:first-child{
	border-radius: 3px 0px 0px 3px;
}
.detail_calls_popup .detail_table th:last-child {
	border-radius: 0px 3px 3px 0px;
}
/*
.detail_calls_popup .detail_table td[class*=cell]{
	text-align: center;
}
*/

.detail_calls_popup .detail_table .detail_content_phone_cont {
	position: relative;
	padding-left: 25px;
}
.detail_calls_popup .detail_table .detail_content_phone_call {
	position: absolute;
    display: inline-block;
    background-image: url(../img/iconsprite.png);
    background-position: -383px 0px;
    width: 15px;
    height: 15px;
    top: calc(50% - 9px);
    left: 5px;
	cursor: pointer;
}
.detail_calls_popup .detail_table .detail_content_phone_call:hover {
	opacity: 0.5;
}


.detail_calls_popup .detail_calls_popup_content{
	width: 100%;
	overflow: auto;
	max-height: 500px;
}

.detail_calls_popup a:link,
.detail_calls_popup a:active,
.detail_calls_popup a:visited{
	color: #000;
    text-decoration: underline;
}

.detail_calls_popup a:hover{
	color: #000;
    text-decoration: none;
}

.detail_calls_popup .spot_all_clients_wrap{
	margin-top: 5px;
	font-size: 11px;
}
.detail_calls_popup .spot_all_clients{
	font-family: 'Roboto', Arial,Helvetica,sans-serif;
    font-size: 10px;
}

.settings_title{
	font-family: 'Roboto', "Helvetica Neue Bold", Helvetica, Arial;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #535c69;
	text-align: left;
}

.detail_calls_popup_loading{
	margin: 15px;
	display: none;
}
.detail_calls_popup_loading .detail_calls_popup_loading_icon{
	width: 220px;
	height: 19px;
	background-image: url('../img/content_loader.gif');
}

.loading{
	display: inline-block;
	background-position: 5px 8px;
    background-repeat: no-repeat;
	padding-left: 30px;
}

.set_loading{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.date-picker{
	height: 0;
}

.settingsform .manset{
	font-size: 0;
}
.settingsform .settingsform_input_field {
    font-weight: bold;
    font-size: 12px;
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'Roboto', 'OpenSans-Bold',Helvetica,Arial,sans-serif;
    width: 172px;
    height: 32px;
    line-height: 34px;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #aaa;
    padding: 2px 8px 0;
	box-sizing: border-box;
	text-overflow: ellipsis;
}

.colorpicker_wrap{
	position: relative;
}
.colorpicker_wrap .colorpicker_overlay{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #aaa;
	border-radius: 2px;
	opacity: .5;
	height: 100%;
    width: 100%;
	display: block;
}

.settingsform .manset_blocks{
	text-align: center;
}
.settingsform .manset_block{
	display: inline-block;
	margin-right: 30px;
	font-family: 'Roboto', 'OpenSans-Bold',Helvetica,Arial,sans-serif;
	text-align: left;
}
.settingsform .manset_block:last-child{
	margin-right: 0;
}

.set_save{
	margin-top:10px; 
	text-align: center; 
	width: 75px; 
	line-height: 38px;
}

.dateitems_wrap{
	display: inline-block;
	vertical-align: middle;
}

.interface_mobile_wrap{
	display: none;
	font-size: 0;
}
.interface_mobile_wrap.with_offset{
	margin-top: 35px;
}

.int_header{
	font-family: 'Roboto', OpenSans-Bold,Helvetica,Arial,sans-serif; 
	color: #4F5D67; 
	font-size: 18px; 
}

.mobile_show_hide_filter_wrap{
	display: none;
	margin: 10px auto;
	text-align: left;
}
.mobile_show_hide_filter{
	display: inline-block;
	text-align: left;
}

.reports_mobile_wrap{
	display: inline-block;
}

.message{
	display: none;
}

.mobile_field_section_l{
	display: inline-block;
}
.mobile_field_section_r{
	display: inline-block;
}

.daterangeitems_mobile_wrap{
	display: none;
}

.input_field{
	font-weight: bold;
    font-size: 12px;
    text-shadow: none;
    text-transform: uppercase;
	text-align: center;
	font-family: 'Roboto', 'OpenSans-Bold',Helvetica,Arial,sans-serif;
	color: #444;
	
    box-sizing: border-box;
    height: 30px;
    line-height: 32px;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #aaa;
    padding: 0 8px;
	
	transition:  background-color 0.25s linear 0s;
	margin: 0 !important;
}
.input_field:hover{
	background-color: #dddee1;
	transition:  background-color 0.25s linear 0s;
}

.settingsform .set_sched_input{
	width: 69px;
}

.settingsform .schedule_wrap{
	text-align: left;
	margin-top: 18px;
	font-size: 0;
}
.settingsform .selectcolor_wrap{
	text-align: left;
}
.settingsform .schedule_block{
	margin-top: 20px;
}

.dur_input{
	width: 65px;
	margin-bottom: 10px;
}

.datetime_delimiter{
	display: inline-block;
	width: 30px;
	text-align: center;
	vertical-align: middle;
}
.datetime_delimiter:after{
	content: "-";
	font-size: 12px;
}

.schedule_input{
	width: 70px;
}

.schedule_interval_filter_block{
	display: inline-block;
}

.ui-timepicker .periods{
	display: none;
}

.set_block_body{
	padding: 10px;
}
.settings_checkbox_label{
	font-family: 'Roboto', 'OpenSans-Bold',Helvetica,Arial,sans-serif;
    color: #4F5D67;
    font-size: 17px;
    display: block;
	padding-left: 20px;
	position: relative;
	line-height: 20px;
}
.settings_checkbox{
	position: absolute;
	top: 0;
	left: 0;
}
/* .disregard_internal_calls_body{ */
	/* padding-left: 10px; */
	/* margin-top: 5px; */
	/* display: none; */
/* } */
.disregard_internal_calls_length_body{
	font-family: 'Roboto', 'OpenSans-Bold',Helvetica,Arial,sans-serif;
    color: #4F5D67;
    font-size: 17px;
    display: none;
    padding-left: 10px;
	margin-top: 5px;
}
.disregard_internal_calls_length_input{
	font-family: "Open Sans", sans-serif;
    color: #686a6b;
    border-radius: 2px;
    border: solid 1px #a1a6ac;
    box-sizing: border-box;
	width: 50px;
    font-size: 12px;
    height: 25px;
	font-weight: bold;
	text-align: center;
}

.open_line_btn {
	cursor: pointer;
	display: inline-block;
	position: relative;
}
.open_line_btn .open_line_btn_icon {
	display: inline-block;
    vertical-align: middle;
    height: 19px;
    width: 19px;
    margin-right: 2px;
    opacity: 0.6;
    font-size: 14px;
    line-height: 20px;
}
.open_line_btn .open_line_btn_text{
	display: inline-block; 
	vertical-align: middle;
	margin-top: 1px;
}
	
/* print */
@media print {
	.table_container table td, .table_container table th{
		border: #000 1px solid;
		padding: 2px 3px;
		color: #000;
		border-radius: 0px;
		background-image: none;
		background-color: transparent;
	}
	.table_container table th:nth-child(n+2)::before{
		content: "";
		display: none;
	}
	.table_container table tr:nth-child(n+2){
		border-bottom: solid 0px #edeef0;
	}
	.table_container table td:nth-child(n+2){
		border-left: solid 0px #edeef0;
	}
	.table_container h2{
		color: #4f4f4f;
	}
	
	.table_wrap {
		overflow-x: visible;
	}
}

@media (min-width: 769px) {
    .filter_title.filter_title-small {
       display: none; 
    }
}

@media screen and (max-width: 768px){
	.ui-widget{
		font-size: 14px;
	}
	.datetime_delimiter.schedule_filter_delimiter{
		width: 15%;
	}
	
	.schedule_input{
		width: 40%;
	}
	
	.main-wrap{
		padding: 5px;
		box-sizing: border-box;
		margin: 0 auto;
		text-align: center;
	}
	.main_header{
		display: none;
	}
	
	.table_container{
		margin: 0;
	}
	
	.secthead.filter_title{
		width: auto;
		padding-left: 3px;
		box-sizing: border-box;
		float: left;
		font-size: 17px;
		line-height: 32px;
	}
	.secthead.period_choose{
		display: none !important;
	}
	
	.dateitems_wrap{
		display: none;
	}
	.reports{
		display: none;
	}
	.daterangeitems_mobile_wrap{
		display: inline-block;
	}
	.interface_mobile_wrap{
		display: block;
	}
	
	.settings_btn_wrap{
		display: none;
	}
	
	.daterange{
		font-size: 11px;
		margin-left: 0;
		width: 95%;
		box-sizing: border-box;
		text-align: left;
	}
	.daterange .daterange_icon{
		display: none;
	}
	
	.main-interface{
		display: block;
		opacity: 1;
	}
	.filter_field_wrap{
		display: block;
		margin: 20px 0;
	}
	
	.mobile_filter_wrap{
		display: none;
	}
	
	.prints{
		display: none !important;
	}
	
	.formreport_icon{
		display: none;
	}
	
	.diagram{
		position: static !important;
	}
	
	.int_header{
		text-align: left;
		font-size: 15px;
	}
	
	.formreport.desctop{
		display: none !important;
	}
	.formreport.mobile{
		display: inline-block;
	}
	.fakeformreport.desctop{
		display: none !important;
	}
	
	.mobile_show_hide_filter_wrap{
		display: block;
	}
	
	.interface_mobile_formreport_wrap{
		text-align: left;
		margin: 0 auto;
	}
	
	.table_wrap{
		position: relative;
		-webkit-overflow-scrolling: touch;
	}
	
	.mobile_field_section_wrap:after{
		content: "";
		display: block;
		clear: both;
	}
	.mobile_field_section_l{
		float: left;
		width: 50%;
		text-align: left;
	}
	.mobile_field_section_r{
		float: right;
		width: 50%;
		text-align: right;
	}
	
	.select2-selection__rendered{
		font-size: 11px;
		text-align: left;
	}
	
	/* .reports_mobile_dropdown{ */
		/* width: 70% !important; */
	/* } */
}



/* mobile install*/
@media screen and (max-width: 990px){
	.preset_form{
		text-align: center;
	}
	.preset_form .preliminary{
		float: none;
		display: inline-block;
		margin-top: 20px;
		width: 500px;
	}
}


.select2-container--default .select2-results__option {
    margin-top: 2px;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}
/*
.select2-container--default .select2-results__option[aria-selected=true] {
    background-image: linear-gradient(to bottom, #DDE7E9, #E9EFF1);
    border-radius: 3px;
}
*/
.select2-container--default .select2-selection.select2-selection--multiple {
    max-height: 100%;
    min-height: 28px;
    height: 28px;
}

.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice {
    display: inline;
    background-color: transparent;
    border: none !important;
    padding: 0;
    margin: 0;
    color: #444;
    float: none;
}

.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice ~ .select2-selection__choice:before {
    content: ', ';
    display: inline;
}

.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}

.select2-container--default .select2-selection.select2-selection--multiple .select2-search--inline {
    display: none;
}

.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered {
    line-height: 30px;
    max-height: 100%;
    width: calc(100% - 20px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 100%;
}

.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered:after {
    content: ' ';
    position: absolute;
    width: 36px;
    height: 30px;
    top: 1px;
    right: 1px;
    cursor: pointer;
    line-height: 30px;
    background-color: transparent;
    background-image: url(../img/arrow.png);
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 4px;
}


    
.select2-dropdown_multi .select2-results__option  {
    text-indent: 24px;
    position: relative;
}

.select2-container--default .select2-results__option .select2-results__checkbox {
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: solid 2px #c5ccd2;
    background-color: #fcfcfc;
    left: 5px;
    top: 3px;
    text-indent: 0;
}
.select2-container--default .select2-results__option:hover .select2-results__checkbox {
    border-color: #c6cdd3;
}
.select2-container--default .select2-results__option[aria-selected=true] .select2-results__checkbox:after {   
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    font-size: 10px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    left: 0px;
    bottom: 0;
    text-align: center;
    color: #c5ccd2;
}

.select2-container--default .select2-dropdown .select2-close {
	position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 100000;
    top: 0px;
    right: -24px;
}
.select2-container--default .select2-dropdown .select2-close:after {
	content: "\f00d";
    position: absolute;
    font-family: FontAwesome;
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    left: 0px;
    bottom: 0;
    text-align: center;
    color: #c5ccd2;
}
.select2-container--default .select2-dropdown .select2-close:hover:after {
    color: #a8afb5;
}


@media (min-width: 769px) {  
    .filter_field_wrap-half .select2-container {
        width: 140px !important;
    }  
    .filter_field_wrap-half ~ .filter_field_wrap-half {
        margin-left: 10px;
    } 
    .filter_field_wrap-half ~ .filter_field_wrap-half .select2-container {
        width: 175px !important;
    }
}
@media (max-width: 768px) {   
    .filter_field_wrap-half .select2-container {
        width: 95% !important;
    }
	
	.filter_field_wrap .report_popup {
		max-width: 300px;
		width: 300px;
	}
}

.detail_calls_popup .detail_table .content_cell_comments,
.detail_calls_popup .detail_table .detail_content_cell_deal {
	text-align: left;
}
.content_cell_comments_other {
	margin-top: 4px;
}
.content_cell_comments_head {
	font-weight: bold;
}
.content_cell_comments_comm ~ .content_cell_comments_head {
	margin-top: 4px;
}
.content_cell_comments_comm {
	margin-top: 4px;
}

.trigger-link {
	display: inline-block;
    text-decoration: none;
    border-bottom: 1px dashed #2067b0;
    cursor: pointer;
    color: #2067b0;
}
.trigger-link:hover {
    border-bottom: 1px dashed #155291;
    color: #155291;
}
.formreport-trigger-link {
	text-align: left;
}

.detail_calls_popup .detail_table .content_cell_client  {
	white-space: nowrap;
    text-align: left;
}

.detail_content_group .detail_content_row ~ .detail_content_row .detail_content_cell_deal,
.detail_content_group .detail_content_row ~ .detail_content_row .content_cell_comments {
	display: none;
}


.detail_table.detail_table_without_phones td.detail_content_phone_cont,
.detail_table.detail_table_without_phones thead .fio:nth-child(2), 
.detail_table.detail_table_without_phones tfoot .fio:nth-child(2) {
	display: none !important;
}


.detail_table.detail_table_with_deals  th:not(.fio):not(.bold),
.detail_table.detail_table_with_deals  th:not(.fio):not(.bold):hover  {
	cursor: default;
}

.disabled {
    opacity: 0.44;
}
.disabled, .disabled * {
    pointer-events: none;
    cursor: default; 
}

.order-iframe {
	width: 100%;
	height: 600px;
	border: none;
}


.menu-icon {
	display: inline-block;
    margin-right: 12px;
	border: solid 1px #c4cdd5;
    box-sizing: border-box;
    padding: 0;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    background-color: #fafbfb;
	vertical-align: middle;
	transition: background-color .2s linear, border-color .2s linear;
	cursor: pointer;
	color: #000;
}

.menu-icon:hover {
    border: solid 1px #adb0b5;
    background-color: #f4f4f5;
}

.menu-icon .menu-icon__icon {
	vertical-align: middle;
    display: inline-block;
    font-size: 13px;
	color: #4a5062;
	line-height: 33px;
    text-align: center;
	cursor: pointer;
}