/*install*/
.install_info{
    font-family: 'Roboto-Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #4F5D67;	
}

/*application*/
body {
	padding: 10px;
}

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


.main_wrap {
	font-family: 'Roboto', 'OpenSans-Bold', Helvetica, Arial, sans-serif;
}

.frame_hidden{
	opacity: 0;
}

.app_wrap{
	margin: 0;
}

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

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

.reports_wrap{
	font-size: 0;
	margin-bottom: 20px;
}
.report {
	border-radius: 5px;
	color: #4F5D67;
	display: inline-block;
	font-size: 15px;
	margin-right: 10px;
	min-width: 60px;
	text-align: center;
	outline: none;	
	padding: 8px;
	position: relative;
	cursor: pointer;
	transition: background-color 0.25s linear 0s;
}
.report.active{
	background-color: #d6f1fb;
	cursor: default;
}
.report:hover{
	background-color: #d6f1fb;
	transition: background-color 0.25s linear 0s;
}
.report .report_text {
	font-size: 12px;
    vertical-align: middle;
    line-height: 12px;
    font-weight: bold;
	color: #555;
    text-transform: uppercase;
	font-family: 'Roboto', 'OpenSans-Bold', Helvetica, Arial, sans-serif;
	margin-top: 10px
}
.report  .report_icon{
	opacity: 0.7;
	display: inline-block; 
	vertical-align: middle;
    background-image: url(../img/iconsprite.png);
}
.report.plan_fact  .report_icon{
	background-position: -394px 0px;
    height: 17px;
    width: 25px;
}
.report.dynamic  .report_icon{
	background-position: -369px 0px;
    height: 17px;
    width: 25px;
}

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

		
.settings{
	float: right;
	font-size: 0;
}

/*
.plan_set,
.plan_set:visited,
.plan_set:active{
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	margin-right: 15px;
	line-height: 40px;
}
.plan_set:hover{
	text-decoration: none;
}
*/

.plan_set{
	vertical-align: middle;
	margin-right: 12px;
}

.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;
}

.feat-red-nbg{
	color: #d83e3e;
	line-height: 17px;
    height: 17px;
	font-size: 12px;
    font-family: 'Roboto', '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;
}
	
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', 'OpenSans-Bold', Helvetica, Arial, sans-serif;
	color: #444;
	padding: 3px 6px;
}
.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;
}




.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 .int_table th{
	cursor: default;
}



/*****************/

/* SUBSIDIARY */
.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-blue{
	background: #3bc8f5;
    box-shadow: none;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', '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: 40px;
	font-weight: bold;
}
.feat-blue:hover{
	background: #3fddff;
}

.feat-grey{
	height: 39px;
	line-height: 40px;
	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;
}

/* SETTINGS */
.setting .setting_icon{
	display: inline-block; 
	vertical-align: middle;
	background-image: url('../img/iconsprite.png'); 
	background-position: -29px 0px; 
	height: 17px; 
	width: 17px; 
	opacity: 0.7; 
	margin-right: 2px;
}
.setting .setting_text{
	display: inline-block; 
	vertical-align: middle;
	margin-top: 1px;
}
.settingsform{
	display: none;
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 50%;
    width: 690px;
	margin-left: -345px;
    padding: 10px;
    box-shadow: 0px 0px 21px 5px rgba(83, 92, 105, 0.15);
    z-index: 99901;
	font-family: 'Roboto', 'OpenSans-Bold', Helvetica, Arial, sans-serif;
}
.settingsform.app_settings_form{
	width: 650px;
	margin-left: -325px;
}
.x-close{
	float: right; 
	width:9px; 
	height:9px; 
	background: transparent url('../img/x-close.png') no-repeat; 
	cursor: pointer;
}
.settingsform_head{
	/*float: left; 
	font: bold 14px 'Helvetica Neue', Helvetica, Arial; 
	margin-top:5px; 
	color: #80868e;*/
	
	font-family: 'Roboto', 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #535c69;
    margin-bottom: 15px;
}
.settingsform_section{
	font-family: 'Roboto', 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    color: #535c69;
	margin-top: 25px;
    margin-bottom: 10px;
}

.tabs{
	position: relative;
	font-family: 'Roboto', 'OpenSans-Bold', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #535c69;
	font-size: 0;
	margin: 15px 0px 0px;
}
.tabs::before{
	display: block;
	border-bottom: 1px solid #c6cdd3;
	width: 100%;
	content: "";
	position: absolute;
	bottom: 0px;
}
.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;
	font-size: 13px;
	margin-right: 5px;
}
.tab.selected{
	background-color: #fff;
	border: 1px solid #c6cdd3;
	border-bottom: 1px solid #fff;
	cursor: default;
}
.tabscontent{
	border: 1px solid #c6cdd3;
	border-top: none;
	padding: 10px;
}
.plantabscontent{
	border-top: none;
	padding: 10px;
	background: #ecf2f3;
}

.formcontents fieldset{
	border: 0px solid #cfd5d7;
	border-top-width: 1px;
	margin: 12px 0 0;
}
.formcontents fieldset:last-child{
	padding-bottom: 0px;
}
.formcontents fieldset:nth-child(1){
	margin: 0;
}
.formcontents input[type=text]{
	border: 1px solid #000;
	font-family: 'Roboto', 'OpenSans-Bold', Helvetica, Arial, sans-serif;
	color: #686a6b;
	width: 65px;	
	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 .callstatinfolabel{
	color: #868e97;
	font-size: 15px;
}
.formcontents label[for*=productivedur], 
.formcontents label[for*=successfuldur]{
	color: #686a6b;
	font-size: 15px;
}
.formcontent{
	display: none;
	padding: 15px;
	/*min-height: 600px;*/
	background: #ecf2f3;
}
.formcontent.install{
	padding: 1%;
}
.formcontent.selected{
	display: block;
}
.formcontent .set_ls{
	width: 290px;
	float: left;
	margin: 0;
}
.formcontent .set_rs{
	width: 300px;
	float: right;
	margin: 0;
}
.formcontent .inst_set_ls{
	width: 50%;
	float: left;
	margin: 0;
	box-sizing: border-box;
}
.formcontent .inst_set_rs{
	width: 49%;
	float: right;
	margin: 0;
	box-sizing: border-box;
}
.formcontent .preliminary{
	border: 1px solid #cfd5d7; 
	padding-bottom: 10px;
}

.formfooter{
	margin-top: 10px;
	text-align: center;
	font-size: 0;
}
.formfooter .save{
	/**/
}
.formfooter .reset{
	vertical-align: middle;
	margin-top: 3px;
}

.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;
}

/* MAIN CONTENT */
.main_content {
	color: #000;
	font-size: 14px;
	font-family: 'Roboto', 'OpenSans-Bold', Helvetica, Arial, sans-serif;
}
.main_content .report_menu {
	margin: 0px 0px 10px;
	padding: 5px 0px 0px;
}
.main_content .main_interface{
	/*opacity: 0;
	transition: opacity 0.25s linear 0s;*/
}
.interval .report_header{
	font-family: 'Roboto', 'OpenSans-Bold', Helvetica, Arial, sans-serif;
	color: #4F5D67;
	font-size: 21px;
	height: 21px;
	margin: 0 0 30px;
}

.secthead{
	font-family: 'Roboto', 'OpenSans-Bold', Helvetica, Arial, sans-serif;
	color: #4F5D67;
	font-size: 18px;
	height: 21px;
	display: inline-block;
	margin: 0;
	width: 155px;
}
.secthead.separate{
	margin-bottom: 10px;
}

.daterangeitems{
	font-size: 0px;
}

.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;
}

.daterange{
	height: 32px;
	border-radius: 2px;
	border: solid 1px #a1a6ac;
	box-sizing: border-box;
	width: 200px;	
	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-left: 30px;
	margin-left: 20px;
	
	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; 
	margin-bottom: 1px; 
	position: absolute;
	left: 5px; 
	top: 8px;
}
.daterange .daterange_range{
	display: inline-block; 
	vertical-align:middle; 
	line-height: 33px;
}

.set_daterange{
	height: 38px;
	border-radius: 2px;
	border: solid 1px #a1a6ac;
	box-sizing: border-box;
	width: 200px;	
	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-left: 30px;
	
	transition:  background-color 0.25s linear 0s;
}
.set_daterange:hover{
	background-color: #dddee1;
	transition:  background-color 0.25s linear 0s;
}
.set_daterange .set_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; 
	margin-bottom: 1px; 
	position: absolute;
	left: 5px; 
	top: 10px;
}
.set_daterange .set_daterange_range{
	display: inline-block; 
	vertical-align:middle; 
	line-height: 37px;
}

.filter_line {
    margin: 20px 0px;
}

.filter_field_wrap{
	margin-left: 33px;
	display: inline-block;
}
.filter_field_wrap:first-child{
	margin-left: 0;
}

.calltypes{
	display: inline-block;
}

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

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

.schedule{
	display: inline-block; 
	vertical-align: middle;
}
.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: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #aaa;
    padding: 0 8px;
	
	transition:  background-color 0.25s linear 0s;
}
.schedule .schedule_input:hover{
	background-color: #dddee1;
	transition:  background-color 0.25s linear 0s;
}

.formreport{
	margin: 15px 0;
}
.fakeformreport{
	margin: 15px 0; 
	display: none;
}
.formreport .formreport_icon, .fakeformreport .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: 3px;
}
.formreport .formreport_text, .fakeformreport .formreport_text{
	display: inline-block; 
	vertical-align: middle;
	margin-top: 1px;
}

.printinfo{
	display: none;
}

.table table{
	border-collapse: collapse;
	
	border-bottom: medium none;
	table-layout: fixed;
	font: 12px Arial,Helvetica,sans-serif;
	border-spacing: 0px;
	text-align: left;
	color: #000;
}
.table table tr:nth-child(n+2){
	border-bottom: solid 1px #edeef0;
}
.table table td:nth-child(n+2){
	border-left: solid 1px #edeef0;
}
.table table td{
	padding: 12px 3px 12px 7px;
}
.table table th{
	padding: 12px 7px 12px 7px;
	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;
}
.table 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;
}	
.table table th:first-child{
	border-radius: 3px 0px 0px 3px;
}
.table table th:last-child {
	border-radius: 0px 3px 3px 0px;
}

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

.prints{
	display: none;
}

.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;
}

.xls_download{
	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;
}

.overlay {
	background-color: rgba(255, 255, 255, 0.9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	display: none;
	z-index: 99900;
}
.overlay_trans {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	display: none;
	z-index: 99902;
}


/* progressbar */
.progressbar{
	font-size: 0;
}
.progressbar .processband_wrap{
	height: 15px;
	width: 165px;
	border: solid 1px #a1a6ac;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
}
.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;
}

.loading{
	display: inline-block;
	background-position: 5px 10px;
    background-repeat: no-repeat;
	padding-left: 30px;
}
.set_loading{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

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

.table .bold{
	font-weight: bold;
}
.table .cell_plan{
	color: #382765;
}
.table .cell_fact{
	color: #7bc225;
}

.select2-container .select2-dropdown{
	z-index: 99905;
}

.setyearselect_wrap{
	display: inline-block;
}

.dur_wrap{
	margin-bottom: 10px;
}
.set_plan_year_table{
	margin-top: 20px;
	color: #535c69;
}
.set_plan_year_table .plan_calls_count_input:first-child{
	margin-right: 5px;
}

.set_plan_year_table_wrap .set_plan_year_table  .plan_holidays{
	width: 200px;
}

.set_plan_year_table .set_content_row td{
	padding: 5px 0;
}
.set_plan_year_table .set_cell{
	width: 140px;
	text-align: center;
}
.set_plan_year_table .set_cell_half{
	width: 70px;
	text-align: center;
	font-size: 10px;
}
.set_plan_year_table .plan_holidays_cell{
	text-align: center;
}
.set_plan_year_table .set_content_row .set_month_cell{
	padding-right: 10px;
}
.settingsform .set_year{
	margin-top: 15px;
}

.individualplanform {
	display: none;
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 12%;
    width: 710px;
    padding: 10px 15px;
    box-shadow: 0px 0px 21px 5px rgba(83, 92, 105, 0.15);
    z-index: 99901;
    font-family: 'Roboto', 'OpenSans-Bold', Helvetica, Arial, sans-serif;
	box-sizing: border-box;
}
.individualplans{
	border: 1px solid #aaa;
    border-radius: 3px;
    height: 400px;
    overflow-y: scroll;
    font-size: 15px;
	background-color: #fff;
}
.individualplans_table .ind_plan_act{
	text-align: center;
}
.individualplans_table .ind_plan_act_del{
	width: 14px;
	height: 15px;
	display: inline-block;
	background-image: url('../img/iconsprite.png');
    background-position: -332px -1px;
	cursor: pointer;
}

.individualplan_add{
	margin-top: 10px;
}
.individualplan_add .individualplan_icon{
	display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url('../img/iconsprite.png');
    background-position: -314px -1px;
    vertical-align: middle;
    opacity: 0.55;
}
.individualplan_add .individualplan_text{
	vertical-align: middle;
	margin-left: 3px;
}

.settingsform .set_individual_plan,
.settingsform .set_individual_plan:visited,
.settingsform .set_individual_plan:active{
	display: block;
	color: #535c69;
	font-size: 14px;
	font-family: 'Roboto', 'OpenSans-Bold', Helvetica, Arial, sans-serif;
	text-decoration: none;
	margin-top: 10px;
}
.settingsform .set_individual_plan:hover{
	text-decoration: underline;
}

.individualplanaddform{
	display: none;
    background-color: #fff;
    position: absolute;
    top: 265px;
    left: 50%;
    width: 450px;
	margin-left: -225px;
    padding: 10px 15px;
    box-shadow: 0px 0px 21px 5px rgba(83, 92, 105, 0.15);
    z-index: 99903;
    font-family: 'Roboto', 'OpenSans-Bold', Helvetica, Arial, sans-serif;
	font-size: 0;
}
.individualplanaddform .set_label{
	width: 140px;
	display: inline-block;
	vertical-align: middle;
}
.individualplanaddform .set_field{
	margin-bottom: 10px;
	vertical-align: middle;
}
.individualplanaddform .individualplanadd_contents{
	margin: 25px 15px 0px 15px;
}

.individualplanaddform .set_input{
	font-weight: bold;
    font-size: 12px;
    text-shadow: none;
    text-transform: uppercase;
	font-family: 'Roboto', 'OpenSans-Bold', Helvetica, Arial, sans-serif;
	color: #444;
	
	width: 200px;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #aaa;
    padding: 0 8px;
	
	transition:  background-color 0.25s linear 0s;
}
.individualplanaddform .set_input:hover{
	background-color: #dddee1;
	transition:  background-color 0.25s linear 0s;
}
.individualplanaddform .set_timerange_month{
	display: block;
}
.individualplanaddform .set_timerange_day{
	display: none;
}
.individualplanaddform .individualplanadd_info{
	height: 25px;
	display: inline-block;
	margin-top: 15px;
	color: #d54545;
    font-weight: bold;
	font-size: 15px;
}

.individualplan_contents{
	margin-top: 20px;
}

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

.table_graph{
	margin-bottom: 75px;
	width: 700px;
	height: 200px;
}

.dynamicgraph_wrap{
	margin-top: 20px;
	margin-bottom: 70px;
}

.dynamic_print_head{
	display: none;
}

.date-picker{
	height: 0!important;
}

.table_wrap{
	overflow-x: auto;
	width: 100%;
	margin-bottom: 20px;
}

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

.plan_set .btn_icon{
	display: inline-block; 
	vertical-align: middle;
	background-image: url('../img/iconsprite.png'); 
	background-position: -351px 0px;
	height: 17px; 
	width: 17px; 
	opacity: 0.7; 
	margin-right: 4px;
}
.plan_set .btn_text{
	display: inline-block; 
	vertical-align: middle;
	margin-top: 1px;
}

.call_description{
	color: #868e97;
    font-size: 12px;
    margin: 10px 0;
}

.facebook_btn {
	background: #4661b0;
    width: 39px;
    height: 39px;
    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;
	margin-right: 12px;
}
.facebook_btn:before {
	content: "/20";
    position: absolute;
    background: #4661b0;
    width: 25px;
    height: 36px;
    top: 10px;
    left: 17px;
    border: 6px solid white;
    border-radius: 9px;
}

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

.chart_legend_line{
	margin-top: 10px;
}
.chart_legend_line ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.chart_legend_line li{
	display: inline-block;
	margin-right: 15px;
}
.chart_legend_line span{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.dynamic_user_select_title{
	font-family: 'Roboto', 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #4F5D67;
    font-size: 18px;
    height: 21px;
    display: inline-block;
    margin-right: 10px;
}

.chart_legend_bar{
	margin-bottom: 70px;
}
.chart_legend_bar ul{
	list-style-type: none;
	margin: 0 0 0 50px;
	padding: 0;
}
.chart_legend_bar li{
	display: inline-block;
	margin-right: 15px;
}
.chart_legend_bar span{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.open_line_btn {
	height: 40px;
	width: 40px;
	box-shadow: 0 0 0 1px #c6cdd3 inset;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	background-color: #ecedef;
	vertical-align: middle;
    margin-right: 12px;
	position: relative;
}
.open_line_btn:before {
	content: "";
	height: 19px;
	width: 19px;
	display: inline-block;
	background-image: url(../img/iconsprite.png);
	background-position: -422px 1px;
	position: absolute;
	top: 10px;
    left: 10px;
    opacity: 0.6;
}

/*****************/
	
/* print */
@media print {
	.table table td, .table table th{
		border: #000 1px solid;
		padding: 2px 5px;
		color: #000;
		border-radius: 0px;
		background-image: none;
		background-color: transparent;
	}
	.table table th:nth-child(n+2)::before{
		content: "";
		display: none;
	}
	.table table tr:nth-child(n+2){
		border-bottom: solid 0px #edeef0;
	}
	.table table td:nth-child(n+2){
		border-left: solid 0px #edeef0;
	}
	.table h2{
		color: #4f4f4f;
	}
	.table_wrap {
		overflow-x: visible;
	}
}

@media screen and (max-width: 980px){
	.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;
}

tr.decor_row ~ tr.decor_row {
	display: none;
}