@font-face {
    font-family: 'exo_2bold';
    src: url('../fonts/exo2-bold-webfont.woff2') format('woff2'),
         url('../fonts/exo2-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exo_2regular';
    src: url('../fonts/exo2-regular-webfont.woff2') format('woff2'),
         url('../fonts/exo2-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exo_2semibold';
    src: url('../fonts/exo-semibold-webfont.woff2') format('woff2'),
         url('../fonts/exo-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'exo_2light';
    src: url('../fonts/exo2-light-webfont.woff2') format('woff2'),
         url('../fonts/exo2-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


* {
	margin: 			0;
	padding: 			0;
	border: 			0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;

    -webkit-appearance: none;
}

h1,h2,h3,h4,h5{
    font-weight: normal;
}

input:focus, textarea:focus {
    outline: 0;
}
input::-moz-focus-inner {
    border: 0;
}
input::-moz-focus-outer {
    border: 0;
}

*, input, select, textarea, option, button {
    outline: none!important;
}

/*
*:not(html) {
    -webkit-transform: 	translate3d(0, 0, 0);
}
*/

::selection {
	background: 		#f6b221;
	}

::-moz-selection {
	background: 		#f6b221;
}

html {
	width:				100%;
	height: 			100%;
	font-family: 		'exo_2regular',Arial,Georgia,Courier;
	font-weight:		normal;
	background: 		#e9e7ea;
}

body {
    position:           relative;
	width:				100%;
	height: 			100%;
	font-size:			14px;
	line-height:		18px;
	font-weight: 		normal;
	text-align:			left;
	color:				#000000;
    overflow-y: 		auto;
}



#main{
	position:			relative;

	min-height: 		100%;
	height: 			auto !important;

	margin: 			0 auto -0px auto;

	width:				100%;
	/*min-width: 		990px;*/
	/*max-width: 	 	800px;*/
}



#main-in{
	position: 			relative;
	overflow:			visible;
	padding-bottom: 	0px;
}





#footer{
	position: 			relative;
	font-size: 			14px;
	line-height:		20px;
	color: 				#222222;
	background: 		#ffffff;
	height: 			20px;
	text-align:			center;
	z-index:			7;
}


.centerer{
	position: 			relative;
	width:				100%;
	max-width: 			1200px;
	margin: 			0px auto;
	padding:			0px 20px;
}


#header{
	position: 			fixed;
	left: 				0px;
	top:				0px;
	width: 				100%;
	height: 			auto;
	font-size: 			14px;
	line-height:		20px;
	color: 				#333333;
	text-align: 		center;
	z-index:			6;
	background: 		#e9e7ea;
}

#header.page-app{
  padding:			0px 0px 0px 230px;
}

#header.page-terminals{
  padding:			0px 0px 0px 0px;
}

.ratenowgradient{
	background: #ff3a1d;
	background: -moz-linear-gradient(left, #ff3a1d 0%, #f6b221 50%, #82bc00 100%);
	background: -webkit-linear-gradient(left, #ff3a1d 0%,#f6b221 50%,#82bc00 100%);
	background: linear-gradient(to right, #ff3a1d 0%,#f6b221 50%,#82bc00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3a1d', endColorstr='#82bc00',GradientType=1 );
}

.ratenowgradientv{
	background: #ff3a1d;
	background: -moz-linear-gradient(bottom, #ff3a1d 0%, #f6b221 45%, #82bc00 90%, #82bc00 100%);
	background: -webkit-linear-gradient(bottom, #ff3a1d 0%,#f6b221 45%,#82bc00 90%, #82bc00 100%);
	background: linear-gradient(to top, #ff3a1d 0%,#f6b221 45%,#82bc00 90%, #82bc00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3a1d', endColorstr='#82bc00',GradientType=1 );
}

.modal-layer{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(128,128,128,0.4);
    display: none;
    z-index: 20;
    overflow: auto;
}

.modal-layer-dialog{
    display: none;
}

#evanescense{
	position:			fixed;
	left: 				0px;
	top:				80px;
	width: 				100%;
	height: 			32px;
	background: -moz-linear-gradient(top,  rgba(233,231,234,1) 0%, rgba(233,231,234,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(233,231,234,1) 0%,rgba(233,231,234,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(233,231,234,1) 0%,rgba(233,231,234,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e7ea', endColorstr='#00e9e7ea',GradientType=0 ); /* IE6-9 */
}

#header .logo{
  float: left;
  display: flex;
  background: #ffffff;
  width: 200px;
  padding: 26px 0px 10px 0px;
}

#header .logo img{
  width: 80%;
  margin: 0px auto;
}

#header .terminals-filters{
  position: relative;
  float: left;
  padding: 16px 10px;
}


#header .terminals-filters > div{
  width: 33%;
  float: left;
  padding: 0px 10px;
}

#header .terminals-filters > div > div{
  background: #f0f0f0;
  border-radius: 8px;
  padding: 4px 0px;
  cursor: pointer;
}

#header .terminals-filters > div > div:hover{
  background: #ffffff;
}

#header .terminals-filters > div > div p{
  font-size: 16px;
  line-height: 20px;
}

#header .terminals-filters > div > div span{
  display: block;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
}

#header .terminals-filters > div[data-filter='2'] > div span{
  color: #ff3a1d;
}

#header .terminals-filters > div.actv > div{
  background: #ffffff;
}

#header .buttons{
	float: right;
	display: flex;
	height: 80px;
	background: #ffffff;
	box-shadow: -2px 5px 15px -1px rgba(0,0,0,0.25);
	-webkit-box-shadow: -2px 5px 15px -1px rgba(0,0,0,0.25);
	-moz-box-shadow: -2px 5px 15px -1px rgba(0,0,0,0.25);
	border-radius: 0px 0px 0px 6px;
}

#header .buttons span{
    display: inline-block;
  height: 100%;
  vertical-align: middle;
}


#header .button{
    position: relative;
	font-size: 12px;
	line-height: 14px;
	width: 90px;
	cursor: pointer;
	border-right: 2px solid #e9e7ea;
	opacity: 0.6;
    display: none;
}

#header .button u{
	display: block;
	opacity: 0;
	height: 10%;
	background: #ff3a1d;
	background: -moz-linear-gradient(left, #ff3a1d 0%, #f6b221 50%, #82bc00 100%);
	background: -webkit-linear-gradient(left, #ff3a1d 0%,#f6b221 50%,#82bc00 100%);
	background: linear-gradient(to right, #ff3a1d 0%,#f6b221 50%,#82bc00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3a1d', endColorstr='#82bc00',GradientType=1 );
}

#header .button i{
	display: none;
	position: absolute;
    right: 16px;
    bottom: 20px;
    width: 20px;
    height: 20px;
    background: #ff3a1d;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-style: normal;
}



#header .button.actv{
	opacity: 1.0;
}

#header .button.actv u{
	opacity: 1;
}

#header .button div:nth-child(1){
	height: 40%;
}
#header .button div:nth-child(2){
	height: 50%;
}

#header .button div p{
	display: inline-block;
	vertical-align: middle;
}

#header .button div img{
	display: inline-block;
	vertical-align: middle;
}

#header .button div img[data-s]{

}

#header .button div img[data-s='0']{
    display: inline-block;
    height: auto;
}

#header .button div img[data-s='1']{
    display: none;
    height: 60px;
    margin-top: -18px;
}

#header .button div img[data-s='2']{
    display: none;
    height: 22px;
    margin-top: 0px;
}

#header .option{
	position: relative;
	width: 60px;
	height: 100%;
	text-align: center;
	cursor: pointer;
}

#header .option i{
    color: #888888;
    font-size: 20px;
}

#header .option div{
	display: inline-block;
    vertical-align: middle;
}

#header .option div img{
	display: block;
}

#header .user{
    position: relative;
	cursor: pointer;
	width: 90px;
	text-align: left;
    margin-left: 20px;
}


#header .user div{
    position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #bbbbbb;
	margin: 0px auto;
}

#header .user div > img{
	min-width: 100%;
	min-height: 100%;
    width: 1px;
    height: auto;
}

#header .user p{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 35px;
    top: 45px;
    overflow: hidden;
	border-radius: 50%;
	border: 1px solid #bbbbbb;
	margin: 0px auto;
    background: #ffffff;
}

#header .user p > img{
	min-width: 100%;
	min-height: 100%;
    width: 1px;
    height: auto;
}


#header .filters{
	float: left;
	display: flex;
	height: 80px;
	padding: 0px 16px;

}

#header .filter{
	position: relative;
	margin: 16px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

#header .filter i{
    display: block;
    text-align: center;
    font-style: normal;
    color: #888888;
}

#header .filter-off{
    opacity: 0.5;
    cursor: auto;
    display: none;
}

#header .filter-on div{
	cursor: pointer;
}

#header .filter div{
	position: relative;
	color: #ffffff;
	background: #a1ae3d;
	line-height: 28px;
	padding: 0px 26px;
	border-radius: 8px;
}

#header .filter div img {
	position: absolute;
	right: 6px;
	top: 10px;
}

#header .filter div .icon {
	position: absolute;
	right: auto !important;
	left: 6px;
	top: 8px;
}

#header .filter-unused  div{
    background: #ffffff !important;
    color: #222222 !important;
    cursor: pointer;
}




#leftpanel{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 230px;
	height: 100%;
	background: #ffffff;
	z-index: 8;
	/*
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
	*/
  overflow: auto;
  /*direction: rtl;*/
}

#leftpanel span{
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}


#leftpanel .logo{
	position: relative;
	text-align: center;
	margin-bottom: 0px;
}

#leftpanel .logo img{
	width: 70%;
	display: inline-block;
    vertical-align: middle;
}


#leftpanel .logo{
	position: relative;
	height: 80px;
}

#leftpanel .reportmode{
    position: relative;
    text-align: center;
    padding: 0px 10px 10px 10px;
    border-bottom: 2px solid #444444;
}

#leftpanel .reportmode > div{
    position: relative;
    display: block;
    margin: 0px 0px 1px 0px;
    background: #f0f0f0;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    height: 44px;
    background: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

#leftpanel .reportmode > div span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 44px;
    margin: 0px 8px 0px 2px;
}

#leftpanel .reportmode > div span > i{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #d9d9d9;
    text-align: center;
    margin: 2px 0px 2px 0px;
}

#leftpanel .reportmode > div span > i > img{
    display: block;
    margin: 7px auto 0px auto;
    width: 60%;
    height: 60%;
}

#leftpanel .reportmode > div:hover{
    background: #f4b220;
}

#leftpanel .reportmode > div.active{
    background: #f4b220;
}

#leftpanel .reportmode > div.unavailable{
    display: none;
    background: #f0f0f0;
    opacity: 0.2;
    cursor: auto;
}

#leftpanel .groups{
    position: relative;
    /*direction: rtl;*/
}

#leftpanel .group{
	position: relative;
    /*direction: ltr;*/
}

#leftpanel .group h1{
	position: relative;
	background: #aab859;
	line-height: 20px;
	padding: 20px 10px 20px 20px;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
    font-family: 'exo_2regular',Arial;
}

#leftpanel .group div{
	display: none;
}

#leftpanel .group p{
	position: relative;
	background: #ffffff;
	color: #222222;
	font-size: 14px;
	line-height: 20px;
	padding: 20px 10px 20px 30px;
	font-weight: normal;
	cursor: pointer;

}

#leftpanel .group p u{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 6px;
	height: 100%;
	display: none;
	background: #ff3a1d;
	background: -moz-linear-gradient(top, #ff3a1d 0%, #f6b221 50%, #82bc00 100%);
	background: -webkit-linear-gradient(top, #ff3a1d 0%,#f6b221 50%,#82bc00 100%);
	background: linear-gradient(to bottom, #ff3a1d 0%,#f6b221 50%,#82bc00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3a1d', endColorstr='#82bc00',GradientType=1 );
}



#leftpanel .group p.actv{
	background: #e9e7ea;
	color: #222222;
	font-weight: bold;

	border-top: 2px solid #aaaaaa;
  border-bottom: 2px solid #dddddd;
}

#leftpanel .group p.actv u{
	 display: block;
}

#leftpanel .shadower-up{
    display: none;
  	position: absolute;
  	left: 0px;
  	top: 0px;
  	width: 100%;
  	height: 100%;
  	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
  	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
  	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
  	pointer-events: none;
}

#leftpanel .shadower-dw{
    display: none;
    position: absolute;
    left: 0px;
  	top: 100%;
  	width: 100%;
  	bottom: 0px;
  	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.9);
  	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.9);
  	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.9);
  	pointer-events: none;
}

.terminals-area{
    position: relative;
  	padding: 112px 32px 16px 32px;
}

.terminals-area > div{
    position: relative;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
}

.terminals-area table{
  	width: 100%;
}

.terminals-area table th{
  	border-bottom: 1px solid #222222;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    vertical-align: top;
}

.terminals-area table tr{
    cursor: pointer;
}

.terminals-area table td{
  	border-bottom: 1px solid #aaaaaa;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    vertical-align: top;
}

.terminals-area table td > div:nth-child(1){
    padding-top: 15px;
    padding-bottom: 10px;
  }

.terminals-area table div{
    position: relative;
    padding: 0px 20px 0px 0px;
}

.terminals-area table div p{
  	display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
}

.terminals-area table th div p{
    vertical-align: middle;
}

.terminals-area table div p img{
    display: block;
}

.terminals-area table p.terminals-status{
    border-radius: 4px;
    line-height: 30px;
    width: 100%;
    padding: 0px 10px;
    font-size: 14px;
    margin: -5px 0px 0px 0px;
}


.terminals-area table p.terminals-status[data-status='active']{
    background: #82bc00;
    color: #ffffff;
}

.terminals-area table p.terminals-status[data-status='inactive']{
    background: #ff3a1d;
    color: #ffffff;
}

.terminal-slide{
  text-align: center;
  cursor: pointer;
  padding-top: 20px !important;
}

.terminals-area table div p.terminal-slide-up{
  display: none;
}

.terminals-area table div p.terminals-order{
  cursor: pointer;
  display: none;
}

.terminals-extended{
  display: none;
  margin-bottom: 10px;
}

.terminals-extended.pad{
  padding-top: 12px !important;
}


.terminals-area table td div.terminals-extended p{
  display: block;
  color: #888888;
  line-height: 20px;
}

.terminals-area table td div.terminals-extended.dark p{
  color: #000000;
}

.terminals-area table th[data-orderby='0'] { width: 20%; }
.terminals-area table th[data-orderby='1'] { width: 20%; }
.terminals-area table th[data-orderby='2'] { width: 20%; }
.terminals-area table th[data-orderby='3'] { width: 20%; }
.terminals-area table th[data-orderby='4'] { width: 15%; }

.terminals-area p.device-problem{
  padding: 0px 0px 0px 28px;
}


.terminals-area p.device-problem img{
  position: absolute;
  display: block;
  left: 0px;
  top: 16px;
}

.terminals-area p.device-problem.oneline{
  height: 20px;
  overflow: hidden;
}


.terminals-area p.in-red{
  color: #ff3a1d;
}

.terminals-day{
  display: inline-block;
  color: #000000;
  background: #dddddd;
  border-radius: 50%;
  font-size: 12px;
  line-height: 14px;
  width: 14px;
  margin-right: 3px;
  text-align: center;
}

.terminals-day.actv{
  background: #82bc00;
  color: #000000;
}

.terminals-edit-terminal{
  float: right;
  cursor: pointer;
  display: none;
  margin-top: -8px !important;
}

.terminals-edit-responsable{
  float: right;
  cursor: pointer;
  display: none;
  margin-top: -8px !important;
}

.report-area{
  	display: flex;
  	padding: 112px 16px 16px 246px;
  	flex-wrap: wrap;
}


.report-module{
    position: relative;
  	flex-grow: 1;
  	padding: 16px;
    overflow: hidden;
}

.report-module .in{
  	position: relative;
  	background: #ffffff;
  	border-radius: 20px;
  	padding: 16px;
  	text-align: center;
    min-height: 200px;
}

.report-module .in .up{
  	text-align:left;
  	font-size: 20px;
  	line-height: 28px;
  	padding: 0px 50px 20px 10px;
  	/*margin-bottom: 20px;*/
    font-family: 'exo_2semibold';
    font-size: 15px;
    color: #000000;
    line-height: 18px;
    letter-spacing: 0.5px;
}

.report-module .in .up span{
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    min-height: 18px;
    text-decoration: underline !important;
    color: #000000;
}

.report-module .in img{
	max-width: 100%;
}

.report-module .in .upopts{
    position: absolute;
	right: 0px;
	top: 0px;
    width: auto;
    height: auto;
    text-align: right;
    padding: 16px 16px 16px 16px;
}

.report-module .in .upopts .handle{
	position: relative;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
    margin: 0px 0px 0px 6px;
    padding: 0px 6px;
}

.report-module .in .upopts .help{
	position: relative;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
    margin: 0px 6px;
}

.report-module .in .upopts .module-fullscreen{
	position: relative;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
    margin: 2px 6px 0px 6px;
}


.report-module .in .upopts .debughelp{
	position: relative;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
    margin: 0px 6px;
}

.report-module .in .upopts .copymoduledata{
	position: relative;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
    margin: 0px 6px;
}

.report-module .in .upopts .copymoduledata > img{
    width: 22px;
}

.report-module .in .upopts .vlinezoom{
	position: relative;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
    margin: 0px 6px;
    width: 20px;
    display: none;
}


.report-module .in .upopts .orderer{
	position: relative;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
    margin: 0px 6px;
}

.report-module .in .upopts .orderer span{
    display: none;
}




.report-module .canvas-container{
    position: relative;
    background: #ffffff;
    min-width: 200px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px;
}

.report-module canvas{
    position: relative;
    background: #ffffff;
    display: block;
}

.report-module .eecanvas-container{
    position: relative;
    height: 0px;
}

.report-module .eecanvas-container > div{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: auto;
    height: auto;
    background: transparent;
}

.report-module .eecanvas-container > div span{
    position: absolute;
    display: block;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: transparent;
}


.report-module .eecanvas{
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.report-module .module-textlist{
    position: relative;
    display: block;
    text-align: left;
}



.report-module .module-html-container{
    position: relative;
    background: #ffffff;
    min-width: 200px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px 10px;
}


.report-module .module-html{
    position: relative;
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    padding: 0px 0px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
    min-height: 100%;
    font-family: 'exo_2regular',Arial;
}


.report-module .module-html img{
    max-width: 100%;
    margin: 10px auto;
}

.report-module .module-html h1{
    font-size: 24px;
    line-height: 32px;
    font-family: 'exo_2semibold',Arial;
}
.report-module .module-html h2{
    font-size: 20px;
    line-height: 28px;
    font-family: 'exo_2semibold',Arial;
}
.report-module .module-html h3{
    font-size: 18px;
    line-height: 26px;
    font-family: 'exo_2semibold',Arial;
}

.report-module .module-html a{
    color: #ff00ff;
}

.report-module .module-html a:hover{
    color: #ff00ff;
    text-decoration: none;
}


.report-module .face1{
    display: inline-block;
    line-height: 24px;
    padding: 4px 0px;
    width: 32px;
    height: 32px;
    background: url(../img/faces/face1.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.report-module .face2{
    display: inline-block;
    line-height: 24px;
    padding: 4px 0px;
    width: 32px;
    height: 32px;
    background: url(../img/faces/face2.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.report-module .face3{
    display: inline-block;
    line-height: 24px;
    padding: 4px 0px;
    width: 32px;
    height: 32px;
    background: url(../img/faces/face3.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
}


.report-module table{
    width: 100%;
    table-layout: fixed;
}



.report-module table td{
    line-height: 24px;
    padding: 4px 20px 4px 0px;
}



.report-module table td.date{
    width: 200px;
    text-align: left;
	padding: 4px 20px 4px 10px;
}

.report-module table td.category{
    position: relative;
    width: 180px;
	text-align: left;
    overflow: hidden;
	text-overflow: ellipsis;
    padding-left: 20px;
    cursor: pointer;
}

.report-module table td.category > i{
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    cursor: pointer;
}

.report-module table td.category > i:hover{
    opacity: 0.5;
}


.report-module table td.comment{
    width:auto;
	text-align: left;
}

/*
.report-module table td.length{
    width: 240px;
    text-align: left;
}
*/



.report-module table td.segmentation{
    width: 23%;
    text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

.report-module table td.segmentation div[data-i]{
    display: none;
}


.report-module table td.faces{
    width: 130px;
    text-align: center;
}

.report-module table td.nps{
    width: 120px;
    text-align: center;
}

.report-module table tr:nth-child(odd){
    background: #f8f8f8;
}

.report-module table tr:nth-child(even){
    background: #f0f0f0;
}

.report-module table td.nps b[data-nps]{
    font-size: 14px;
}

.report-module table td.nps b[data-nps='0']{ color: #ff3a1d; }
.report-module table td.nps b[data-nps='1']{ color: #ff3a1d; }
.report-module table td.nps b[data-nps='2']{ color: #ff3a1d; }
.report-module table td.nps b[data-nps='3']{ color: #ff3a1d; }
.report-module table td.nps b[data-nps='4']{ color: #ff3a1d; }
.report-module table td.nps b[data-nps='5']{ color: #ff3a1d; }
.report-module table td.nps b[data-nps='6']{ color: #ff3a1d; }
.report-module table td.nps b[data-nps='7']{ color: #f6b221; }
.report-module table td.nps b[data-nps='8']{ color: #f6b221; }
.report-module table td.nps b[data-nps='9']{ color: #82bc00; }
.report-module table td.nps b[data-nps='10']{ color: #82bc00; }

.report-module table td.seequest{
    width: 32px;
    text-align: center;
}

.report-module table td.seequest > i{
    cursor: pointer;
}

.report-module table td.seequest > i:hover{
    opacity: 0.5;
}

.report-module .module-texthead{

}

.report-module .module-texthead .selector{
    position: relative;
    background: #e6e6e6;
    line-height: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    padding: 0px 16px 0px 8px;
    cursor: pointer;
}

.report-module .module-texthead .selector p{
    padding: 0px 8px 0px 8px;
}

.report-module .module-texthead .selector u{
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: url(../img/arrow-down-gray.svg);
    background-repeat: no-repeat;
    background-size: 8px 8px;
}

.report-module .module-texthead .selector div{
    display: none;
    position: absolute;
    min-width: 100%;
    width: auto;
    height: auto;
    top: 100%;
    padding: 4px 0px 8px 0px;
    right: 0px;
    background: transparent;
    line-height: 24px;
    z-index: 8;
    cursor: pointer;
    text-align: left;
}

.report-module .module-texthead .selector div p{
    background: #e6e6e6;
    color: #444444;
    padding: 4px 8px;
}

.report-module .module-texthead .selector div p:hover{
    background: #444444;
    color: #f0f0f0;
}


.report-module .module-texthead .selector i{
    position: absolute;
    left: 0px;
    top: -20px;
    line-height: 20px;
    height: 20px;
    text-align: left;
    font-size: 12px;
    font-style: normal;
}

.report-module .module-texthead .slider{
    position: relative;
    background: #e6e6e6;
    line-height: 16px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 24px;
    text-align: left;
    font-size: 12px;
    border-radius: 8px;
    width: 30%;
	margin-left: 20%;
}



.report-module .module-texthead .slider div{
    padding: 4px 0px;
}
.report-module .module-texthead .slider p{
    position: absolute;
    left: 0px;
    top: -20px;
    line-height: 20px;
    height: 20px;
}

.report-module .module-texthead .slider u{
    position: absolute;
    top: 50%;
    margin-top: -7px;
    line-height: 14px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.report-module .module-texthead .slider u[data-s='l']{
    left: 0px;
    margin-left: 10px;
}

.report-module .module-texthead .slider u[data-s='r']{
    left: 100%;
    margin-left: -20px;
}



.report-module .module-texthead .faces .selector{
    padding: 5px 24px 0px 8px;
    width: 150px;
}

.report-module .module-texthead .faces .selector div{
    text-align: center;
}


.report-module.report-module-text .face1{
    position: relative;
    display: inline-block;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin: 0px 0px 0px 0px;
    background: url(../img/faces/face5-1.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.report-module.report-module-text .face2{
    position: relative;
    display: inline-block;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin: 0px 0px;
    background: url(../img/faces/face5-2.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}


.report-module.report-module-text .face3{
    position: relative;
    display: inline-block;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin: 0px 0px;
    background: url(../img/faces/face5-3.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}


.report-module.report-module-text .face4{
    position: relative;
    display: inline-block;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin: 0px 0px;
    background: url(../img/faces/face5-4.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}


.report-module.report-module-text .face5{
    position: relative;
    display: inline-block;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin: 0px 0px;
    background: url(../img/faces/face5-5.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}



.report-module.report-module-text .face41{
    position: relative;
    display: inline-block;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin: 0px 0px 0px 0px;
    background: url(../img/faces/face4-1.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.report-module.report-module-text .face42{
    position: relative;
    display: inline-block;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin: 0px 0px;
    background: url(../img/faces/face4-2.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}


.report-module.report-module-text .face43{
    position: relative;
    display: inline-block;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin: 0px 0px;
    background: url(../img/faces/face4-3.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}


.report-module.report-module-text .face44{
    position: relative;
    display: inline-block;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin: 0px 0px;
    background: url(../img/faces/face4-4.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}



.report-module .module-busy{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 20px;
    background: #ffffffd0;
    z-index: 6;
}

.report-module .module-busy img{
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.report-module .module-texthead table tr{
    background: transparent;
}

.report-module .module-texthead table td{
    line-height: 32px;
    padding: 0px 2px;
}


.report-module .module-texthead input[type=range] {
  width: 100%;
  margin: 4px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.report-module .module-texthead input[type=range]:focus {
  outline: none;
}
.report-module .module-texthead input[type=range]::-webkit-slider-runnable-track {
  background: rgba(128, 128, 128, 0.78);
  border: 0;
  border-radius: 1px;
  width: 100%;
  height: 4px;
  cursor: pointer;
}
.report-module .module-texthead input[type=range]::-webkit-slider-thumb {
  margin-top: -4px;
  width: 18px;
  height: 18px;
  background: #808080;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
}
.report-module .module-texthead input[type=range]:focus::-webkit-slider-runnable-track {
  background: #8d8d8d;
}

.report-module .module-texthead input[type=range]::-moz-range-track {
  background: rgba(128, 128, 128, 0.78);
  border: 0;
  border-radius: 1px;
  width: 100%;
  height: 4px;
  cursor: pointer;
}
.report-module .module-texthead input[type=range]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #808080;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.report-module .module-texthead input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 4.9px 0;
  color: transparent;
  width: 100%;
  height: 4px;
  cursor: pointer;
}
.report-module .module-texthead input[type=range]::-ms-fill-lower {
  background: #737373;
  border: 0;
  border-radius: 2px;
}
.report-module .module-texthead input[type=range]::-ms-fill-upper {
  background: rgba(128, 128, 128, 0.78);
  border: 0;
  border-radius: 2px;
}
.report-module .module-texthead input[type=range]::-ms-thumb {
    width: 18px;
    height: 18px;
  background: #808080;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.report-module .module-texthead input[type=range]:focus::-ms-fill-lower {
  background: rgba(128, 128, 128, 0.78);
}
.report-module .module-texthead input[type=range]:focus::-ms-fill-upper {
  background: #8d8d8d;
}



.report-module .module-texthead u{
    position: relative;
    display: block;
    width: 100%;
    height: 6px;
    opacity: 0.5;
    margin: 6px 0px;
}

.report-module .overarea{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    display: block;
    overflow: hidden;
}


.report-module .overarea span{
    position: absolute;
    display: block;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: transparent;
}


.report-module .module-hot{
    overflow: hidden;
}


.report-module .module-hot table{
    table-layout: fixed;
    border-collapse: separate;
    overflow: hidden;
}


.report-module .module-hot table tr>td:first-child {
    left: 0;
    position: sticky;
    z-index: 5;
    background: inherit;
    border: 01px solid #ffffff;
}
  
.report-module .module-hot table tr:first-child >td {
    top: 0;
    position: sticky;
    z-index: 5;
    background: #ffffff;
    border: 0px solid #ffffff;
}

.report-module .module-hot table tr > td {
    position: relative;
    border: 0px !important;
}

.report-module .module-hot table tr:first-child >td:first-child {
    z-index: 6;
    position: sticky;
    left: 0;
    top: 0;
}


.report-module .module-hot td.hottable-cell{
    position: sticky;
    cursor: pointer;
    text-align: left;
    padding-right: 30px;
}

.report-module .module-hot td.hottable-cell b{
    z-index: 4;
    border: 1px solid white;
}

.report-module .module-hot td.hottable-cell > span{
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 16px;
    line-height: 16px;
    transform:translate(0px,-50%);
    color: #666666;
}

/*
.report-module .module-hot td > u{
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border: 4px solid #ffffff;
    z-index: 2;
}
*/

.report-module .module-hot table td[data-x="0"] {
    background: #f8f8f8 !important;
}

.report-module .module-hot table td[data-y="0"] {
    background: #f8f8f8 !important
}

.report-module .module-hot table td b[data-p="left"]{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 1px;
}

.report-module .module-hot table td b[data-p="right"]{
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 1px;
}


.report-module .module-hot table td b[data-p="top"]{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1px;
    right: 0px;
}


.report-module .module-hot table td b[data-p="bottom"]{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 1px;
    right: 0px;
}

.report-module .module-hot table td.hottable-cell b[data-p]{
    background: #f8f8f8 !important;
}

.report-module .module-hot table[data-pm="GRADIENT"] td b{
    background: transparent;
}
.report-module .module-hot table[data-pm="SOLID"] td b{
    background: transparent;
}

.report-module .module-hot table td[data-sx] b[data-p="left"]{ background: #000000; width: 2px;}
.report-module .module-hot table td[data-sx] b[data-p="right"]{ background: #000000; width: 2px; }
.report-module .module-hot table td[data-sx] b[data-p="top"]{ left: 2px; right: 2px; }
.report-module .module-hot table td[data-sx] b[data-p="bottom"]{  left: 2px; right: 2px; }

.report-module .module-hot table td[data-sy] b[data-p="top"]{ background: #000000; height: 2px;  }
.report-module .module-hot table td[data-sy] b[data-p="bottom"]{ background: #000000; height: 2px;  }
.report-module .module-hot table td[data-sy] b[data-p="left"]{ top: 2px; bottom: 2px; }
.report-module .module-hot table td[data-sy] b[data-p="right"]{ top: 2px; bottom: 2px; }


.regressions-back{
    position: absolute;
    left: 0px;
    top: -6px;
    width: auto;
}

.regressions-back > div{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #78B324;
    cursor: pointer;
    border-radius: 50%;
}

.regressions-back > div:hover{
    opacity: 0.7;
}

.regressions-back > div > img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    transform: translate(-50%,-50%);
}

.report-module-regressions{
    position: relative;
  	flex-grow: 1;
  	padding: 16px;
    overflow: hidden;
    text-align: left;
}

.report-module-regressions .in{
  	position: relative;
  	background: #ffffff;
  	border-radius: 20px;
  	padding: 16px;
}

.report-module-regressions .in > div{
    padding: 24px 0px;
}

.report-module-regressions .in > p{
    text-decoration: underline;
    font-size: 14px;
    line-height: 18px;
}

.report-module-regressions h1{
    position: relative;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;   
    text-align: left;
    margin-top: 10px;
}

.report-module-regressions h1 > div.title-sub{
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
}

.report-module-regressions h1:has(.regressions-back){
    padding-left: 56px;
}

.report-module-regressions h2{
    position: relative;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;   
    text-align: left;
}

.report-module-regressions h4{
    position: relative;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;   
    text-align: center;
}


.report-module-regressions table.t0{
    width: 100%;
    font-weight: normal;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    text-align: left;
}

.report-module-regressions table.t0 tr{
    border-bottom: 1px solid #666666;
    cursor: pointer;
}

.report-module-regressions table.t0 tr:hover{
    background: #f0f0f0;
}

.report-module-regressions table.t0 tr th{
    position: relative;
    line-height: 40px;
    color: #222222;
    padding: 0px 36px 0px 6px;
    white-space: nowrap;
    font-size: 17px;
}

.report-module-regressions table.t0 tr th span{
    position: relative;
    width: 30px;
    height: 100%;
    margin-left: 10px;
    display: none;
}

.report-module-regressions table.t0 tr th span img{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0%,-50%);
}


.report-module-regressions table.t0 tr td{
    position: relative;
    line-height: 40px;
    color: #222222;
    padding: 0px 6px;
}

.report-module-regressions table.t0 tr td img{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0%,-50%);
}

.report-module-regressions table.t3{
    width: 100%;
    font-weight: normal;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}


.report-module-regressions table.t3 td:nth-child(1){
    position: relative;
    text-align: left;
}

.report-module-regressions table.t3 td:nth-child(2){
    position: relative;
    text-align: left;
    width: 160px;
}



.report-module-regressions table.t4{
    width: 100%;
    font-weight: normal;
    border-collapse: collapse;
    font-size: 18px;
    line-height: 24px;
}

.report-module-regressions table.t4 td{
    padding: 14px 40px;
}

.report-module-regressions table.t4 td:nth-child(1){
    border-left: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    text-align: left;
}

.report-module-regressions table.t4 td:nth-child(2){
    border-right: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    text-align: right;
}

.report-module-regressions table.t4 td:nth-child(3){
    position: relative;
    text-align: left;
    width: 260px;
}


.report-module-regressions table.t1{
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    border-collapse: collapse;
    margin-bottom: 32px;
}

.report-module-regressions table.t1 td{
    padding: 14px 0px;
    vertical-align: top;
}

.report-module-regressions table.t1 td:nth-child(1){
    position: relative;
    text-align: right;
    border-left: 1px solid #d0d0d0;
}

.report-module-regressions table.t1 td:nth-child(2){
    position: relative;
    text-align: center;
    width: 40px;
}

.report-module-regressions table.t1 td:nth-child(3){
    position: relative;
    text-align: left;
    border-right: 1px solid #d0d0d0;
    width: 120px;
}

.report-module-regressions table.t1 td:nth-child(4){
    position: relative;
    text-align: left;
    width: 100px;
}

.report-module-regressions table.t1 td:nth-child(5){
    position: relative;
    text-align: right;
    padding-right: 30px;
    width: 120px;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
 }

 .report-module-regressions table.t1 tr:first-of-type td{ border-top:  1px solid #d0d0d0; }
 .report-module-regressions table.t1 tr:first-of-type td:nth-child(4){ border-top:  0px; }
 .report-module-regressions table.t1 tr:first-of-type td:nth-child(6){ border-top:  0px; }

 .report-module-regressions table.t1 tr:last-of-type td{ border-bottom:  1px solid #d0d0d0; padding-bottom: 20px; }
 .report-module-regressions table.t1 tr:last-of-type td:nth-child(4){ border-bottom:  0px; }
 .report-module-regressions table.t1 tr:last-of-type td:nth-child(6){ border-bottom:  0px; }

 .report-module-regressions table.t1 td:nth-child(6){
    position: relative;
    text-align: right;
    width: 40px;
 }

.report-module-regressions table.t1 td > p{
    position: absolute;
    left: 0px;
    top: 40px;
    height: 16px;
    width: 100px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;    
}

.report-module-regressions table.t1 td > p > span{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 50%;
    background: #00ff00;
}


.report-module-regressions table.t2{
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    border-collapse: collapse;
}

.report-module-regressions table.t2 td{
    padding: 14px 10px;
    border: 1px solid #b0b0b0;
}

.report-module-regressions table.t2 td:nth-child(1){
    width: 30%;
}

.report-module-regressions table.t2 td:nth-child(2){
    width: 120px;
}

.report-module-regressions table.t2 td:nth-child(3){
    color: #666666;
}

.report-module-regressions table.t2 td:nth-child(4){
    width: 250px;
}

.report-module-regressions table.t2 tr:first-of-type td{
    border: 0px;
    padding-bottom: 4px;
    color: #666666;
}

.report-module-regressions table.t2 td > span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.report-module-regressions table.t2 td > span > b{
    display: block;
    width: 20px;
    height: 20px;
    background: green;
    border-radius: 50%;
}

.report-module-regressions .info {
    font-size: 18px;
    margin-left: 8px;
}

.report-module-regressions.report-module-regressions-title{
 
}

.report-module-regressions.report-module-regressions-title .in{

}

.report-module-regressions.report-module-regressions-title h1{
    margin-bottom: 10px;
}

.report-module-regressions.report-module-regressions-equation{

}

.report-module-regressions.report-module-regressions-equation .in > div{
    position: relative;
    padding: 24px 20px;
}


.report-module-regressions.report-module-regressions-aiassistant{
    
}

.report-module-regressions.report-module-regressions-aiassistant .in > div{
    position: relative;
    padding: 24px 20px;
}

.report-module-regressions.report-module-regressions-diagnosis{

}

.report-module-regressions.report-module-regressions-diagnosis .in > div{
    position: relative;
    padding: 24px 20px;
}

.report-module-regressions.report-module-regressions-comment{
    
}

.report-module-regressions.report-module-regressions-comment .in > div{
    position: relative;
    padding: 24px 20px;
}

.report-module-regressions.report-module-regressions-comment textarea{
    resize: none;
    width: 100%;
    height: 125px;
    border: 1px solid #a0a0a0;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    font-family: 'exo_2regular',Arial,Georgia,Courier;
}

.report-module-regressions.report-module-regressions-comment .button{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    padding: 0px 20px;
    font-family: 'exo_2regular',Arial,Georgia,Courier;
    cursor: pointer;
    color: #ffffff;
    margin: 10px 0px 10px 10px;
    font-size: 14px;
}

.report-module-regressions.report-module-regressions-comment .button:hover{
    opacity: 0.7;
}

.report-module-regressions.report-module-regressions-comment span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    margin: 10px 0px 10px 10px;
    font-size: 16px;
    line-height: 40px;
    margin: 0px 10px 0px 10px;
    color: #789324;
    font-weight: bold;
    display: none;
}

.report-module-regressions.report-module-regressions-comment .button[data-cmd="clear"]{
    background: #BDBDBD;
    font-family: Arial,Georgia,Courier;
    font-size: 24px;
}

.report-module-regressions.report-module-regressions-comment .button[data-cmd="comment"]{
    background: #78B324;

}

.report-module-regressions.report-module-regressions-help{
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}

.report-module-regressions.report-module-regressions-help .in{
    padding: 16px 32px;
}

.report-module-regressions.report-module-regressions-help .in b{
    font-weight: bold;
    font-family: 'exo_2bold';
}

.module-hot{

}

.module-hot > div{
    overflow: auto;
}

.module-hot > div table{
    width: auto;
    min-width: 100%;
}

.module-hot > div table td{
    padding: 5px 10px;
}

.module-hot > div table td:nth-child(1){
    text-align: left;
    min-width: 200px;
}

.msgbox{
    position: relative;
    left: 0px;
    top: 0px;
    width: 50%;
    min-width: 250px;
    max-width: 650px;
    height: auto;
    background: #ffffff;
    padding: 0px;
    display: none;
    z-index: 6;
    border-radius: 4px;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.75);
}


.msgbox h1{
    padding: 0px 10px;
    font-family: 'exo_2regular',Arial,Georgia,Courier;
    font-size: 20px;
    line-height: 40px;
    font-weight: normal;
	color: #222222;
    border-radius: 5px 5px 0px 0px;
}

.msgbox h2{
    padding: 20px 10px;
    font-family: 'exo_2regular',Arial,Georgia,Courier;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    text-align: center;
    font-weight: normal;
}

.msgbox .prompt{
    position: relative;
    padding: 10px 20px;
}

.msgbox .prompt p{
    padding: 0px 0px;
    font-family: 'exo_2regular',Arial,Georgia,Courier;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    text-align: left;
    margin: 0px 0px 8px 0px;
}

.msgbox .prompt input{
    font-family: 'exo_2regular',Arial,Georgia,Courier;
    display: block;
	height: 32px;
	border: 1px solid #aaaaaa;
	border-radius: 16px;
	width: 100%;
	padding: 0px 10px;
	font-size: 14px;
	line-height: 32px;
	color: #222222;
}

.msgbox .selectionlist{
    position: relative;
    font-family: 'exo_2regular',Arial,Georgia,Courier;
    display: block;
	  height: 32px;
	  border: 1px solid #aaaaaa;
	  border-radius: 16px;
  	width: 80%;
  	font-size: 14px;
  	line-height: 32px;
  	color: #222222;
    margin: 0px auto;
}

.msgbox .selectionlist select{
    width: 100%;
    padding: 0px 10px;
    background: transparent;
}

.msgbox .selectionlist select option:disabled{
    color: #ff0000;
}


.msgbox .selectionlist img{
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
}

.msgbox .buttons{
    position: relative;
    padding: 10px 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*justify-content: space-evenly;*/
	justify-content: flex-end;
    /*align-items: flex-start;*/
    /*align-content: flex-start;*/
    align-items: center;
	align-content: center;
}

.msgbox .button{
    cursor: pointer;
	margin-top: 8px;
	border-radius: 16px;
	margin: 0px 0px 0px 10px;
	color: #ffffff;
    position: relative;
	background: #a1ae3d;
	font-family: 'exo_2regular',Arial,Georgia,Courier;
	font-size: 16px;
	line-height: 32px;
	border-radius: 8px;
	padding: 0px 10px 0px 10px;
	cursor: pointer;
    width: 30%;
    text-align: center;
}


.msgbox .progression {
    position: relative;
    padding: 10px 20px 20px 20px;
}

.msgbox .progression div{
    position: relative;
    width: 100%;
    height:24px;
    border-radius: 4px;
    border: 1px solid #aaaaaa;
    background: #ffffff;
}


.msgbox .progression div p { position: absolute; background: #82bc00; left: 0; top: 0; bottom: 0; right: 0;  }

.msgbox a{
    color: #122f3b;
}

.msgbox .closecircle{
	position: absolute;
	right: 16px;
	top: 10px;
    color: #777777;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
}

.msgbox .closecircle:hover{
	color: #a1ae3d;
}

.tooltip-globe{
	position: absolute;
	left: auto;
	top: auto;
	background: #ffffff;
	padding: 8px 16px;
	display: none;
	z-index: 32;

    max-width: 240px;
	font-size: 12px;
	line-height: 20px;

	border-radius: 16px;
	-webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);

	user-select: none;
  	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
}

.tooltip-large{
	width: auto;
	max-width: 600px !important;
}

.tooltip{

}

.modulehelpdlg{
    position: relative;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 50%;
    min-width: 280px;
    min-height: 320px;
    max-width: 800px;
    max-height: 600px;
    padding: 46px 30px 20px 30px;
    background: #ffffff;
    border-radius: 32px;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
}

.modulehelpdlg .in{
    position: relative;
    max-height: 100%;
    overflow: auto;
    overflow-x: hidden;
}
.modulehelpdlg .in img{
    max-width: 100%;
}


.modulehelpdlg h1{
    font-size: 30px;
    line-height: 36px;
    font-family: 'exo_2regular',Arial;
    margin-bottom: 20px;
}

.modulehelpdlg h2{
    font-size: 24px;
    line-height: 32px;
    font-family: 'exo_2regular',Arial;
}


.modulehelpdlg a{
    color: #93ba1f;
    text-decoration: none;
}

.modulehelpdlg a:hover{
    text-decoration: underline;
}


.moduleinfullscreen{
    position: relative;
    left: 0px;
    top: 0px;
    width: 90%;
    height: 90%;
    min-width: 280px;
    min-height: 320px;
    background: #ffffff;
    border-radius: 32px;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
    padding: 46px 30px 20px 30px;
}

.moduleinfullscreen > .in{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.moduleinfullscreen > .in > h1{
    flex: 0;
    font-size: 18px;
    line-height: 24px;
    padding: 0px 0px 10px 0px;
}


.moduleinfullscreen > .in > .mfs{
    position: relative;
    flex: 1;
    overflow: auto;
    overflow-x: hidden;
}

.moduleinfullscreen > .in > .mfs > canvas{
    position: relative;
}

.closepopup{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #222222;
    cursor: pointer;
}

.optionsdlg{
    position: relative;
    left: 0px;
    top: 0px;
    width: 70%;
    min-width: 250px;
    max-width: 800px;
    height: auto;
    background: #e6e6e6;
    padding: 0px;
    display: none;
    z-index: 6;
    border-radius: 14px;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
    overflow: hidden;
}

.optionsdlg .head{
    position: relative;
    background: #e6e6e6;
    color: #999999;
    line-height: 60px;
    text-align: center;
}


.optionsdlg .tabs{
    position: relative;
    margin: 0px 30px;   
    height: 40px;
}

.optionsdlg .tabs > p{
    position: absolute;
    width: 30px;
    height: 100%;
    font-size: 30px;
    text-align: center;
    color: #999999;
    border-bottom: 1px solid #999999;    
}

.optionsdlg .tabs > p:hover{
    color: #444444;
}

.optionsdlg .tabs > p > b{
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 4px;
    cursor: pointer;        
}

.optionsdlg .tabs > p[data-dir="left"]{    
    left: -30px;
    bottom: 0px;
}

.optionsdlg .tabs > p[data-dir="right"]{
    right: -30px;
    bottom: 0px;
}

.optionsdlg .tabs > u{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #999999;
}





.optionsdlg .tabs:not(.aslist) > div{
    position: relative;
    height: 100%;
    overflow: hidden;    
}

.optionsdlg .tabs:not(.aslist) .tabsinlist{
    display: none;
}


.optionsdlg .tabs:not(.aslist) .tabsin{
    position: absolute;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
}

.optionsdlg .tabs:not(.aslist) .tabsin div{
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    background: #bbbbbb;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 20px 0px 20px;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    cursor: pointer;
    white-space: nowrap;
}



.optionsdlg .tabs:not(.aslist) .tabsin div.actv{
    background: #e6e6e6;
    border-bottom: 1px solid #e6ffe6;
}






.optionsdlg .tabs.aslist > div{
    overflow: normal;
}

.optionsdlg .tabs.aslist .tabsin{
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
    height: auto;
    display: none;
    flex-direction: auto;
    z-index: 7;
    max-height: 200px;
    overflow: auto;
    border-bottom: 1px solid #999999;
}

.optionsdlg .tabs.aslist .tabsinlist{
    position: relative;
    background: #ffffff;
    line-height: 38px;
    height: 40px;
    font-size: 16px;
    padding: 0px 20px 0px 20px;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
}

.optionsdlg .tabs.aslist .tabsinlist u{
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 30px;
    line-height: 30px;    
    color: #999999;
}

.optionsdlg .tabs.aslist .tabsin div{
    position: relative;
    background: #ffffff;
    line-height: 38px;
    font-size: 16px;
    padding: 0px 20px 0px 20px;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-top: 0px solid #999999;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
}

.optionsdlg .tabs.aslist .tabsin div:last-child {
    border-bottom: 0px;
}




.optionsdlg .filters{
    min-height: 200px;
}

.optionsdlg .buttons{
    position: relative;
    text-align: center;
    margin: 20px 0px 20px 0px;
}

.optionsdlg .button{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 60px;
    line-height: 40px;
    min-width: 120px;
    background: #999999;
    color: #ffffff;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
}

.optionsdlg .button:hover{
    background: #93ba1f;
}

.optionsdlg .filter-area{
    display: none;
    position: relative;
    padding: 30px 30px 0px 20px;
}

.optionsdlg .filter-area h2{
    position: relative;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}


.optionsdlg .filter-area.current h2{
    color: #93ba1f;
}

.optionsdlg .filter-area.current u{
    background: #93ba1f;
}

.optionsdlg .filter-area .filter-options{
    /*display: none;*/
}

.optionsdlg .filter-area .filter-options .select-all{
    position: relative;
    margin: 0px 0px 10px 30px;
    cursor: pointer;
}

.optionsdlg .filter-area .filter-options .select-all > div > span{
    position: absolute;
    left: -20px;
    top: 2px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: 1px solid #999999;
}

.optionsdlg .filter-area .filter-options .select-all.selected span{
    background: #93ba1f;
}


.optionsdlg .filter-area .filter-options .select-all[data-selected="1"] > div > span{
    background: #93ba1f;
}


.optionsdlg .filter-area ul{
    position: relative;
    list-style-type: none;
    margin: 20px 0px 10px 0px;
    height: 130px;
    overflow: auto;
}

.optionsdlg .filter-area ul li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 30px 10px 0px;
    padding: 0px 0px 0px 24px;
    cursor: pointer;
}

.optionsdlg .filter-area ul li span[data-wm="0"]{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: 1px solid #999999;
}

.optionsdlg .filter-area ul li span[data-wm="1"]{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 50%;
}

.optionsdlg .filter-area ul li.selected span{
    background: #93ba1f;
}


.optionsdlg .filter-area .filter-tree{
    position: relative;
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    height: 240px;
    overflow: auto;
    padding: 0px 20px 0px 0px;
}

.optionsdlg .filter-area .filter-tree > div{
    position: relative;
    padding: 0px 40px 0px 0px;
}

.optionsdlg .filter-area .filter-tree >  div:hover{
    background: #00000010;
}


.optionsdlg .filter-area .filter-tree > div.opened{
    background: blue;
}

.optionsdlg .filter-area .filter-tree > div > div{
    position: relative;
    display: block;
    padding: 0px 0px 0px 24px;
    cursor: pointer;
}


.optionsdlg .filter-area .filter-tree > div > div span{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0,-50%);
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 1px solid #999999;
}

.optionsdlg .filter-area .filter-tree > div > div p{
    padding: 5px 0px 5px 0px;
}

.optionsdlg .filter-area .filter-tree > div[data-selected="1"] > div span{
    background: #93ba1f;
}

.optionsdlg .filter-area .filter-tree > div[data-opened="0"]{
    display: none;
}

.optionsdlg .filter-area .filter-tree > div[data-opened="1"]{
    display: block;
}

.optionsdlg .filter-area .filter-tree > div[data-opened="2"]{
    display: block;
}

.optionsdlg .search{
    position: absolute;
    display: none;
    right: 20px;
    top: 120px;
    width: 25%;
    max-width: 200px;
    height: 28px;
    background: #f2f2f2;
    border-radius: 14px;
    padding: 0px 14px;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
}

.optionsdlg .search input{
    background: transparent;
    width: 100%;
    height: 100%;
}

.optionsdlg .search input::-webkit-input-placeholder {
   text-align: center;
}
.optionsdlg .search input:-moz-placeholder {
   text-align: center;
}
.optionsdlg .search input::-moz-placeholder {
   text-align: center;
}
.optionsdlg .search input:-ms-input-placeholder {
   text-align: center;
}


.reportsdlg{
    position: relative;
    left: 0px;
    top: 0px;
    width: 80%;
    height: auto;
    background: #e6e6e6;
    padding: 0px;
    display: none;
    z-index: 6;
    border-radius: 14px;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
    overflow: hidden;
}

.reportsdlg .head{
    position: relative;
    background: #999999;
    color: #eeeeee;
    line-height: 60px;
    text-align: center;
}

.reportsdlg .data{
    position: relative;
    padding: 10px 10px 0px 10px;
    overflow: auto;
}

.reportsdlg .data table{
    position: relative;
    width: 100%;
}

.reportsdlg .data table tr:hover{
    background: #f8f8f8;
}


.reportsdlg .data table th{
    position: relative;
    border-bottom: 1px solid #bbbbbb;
    padding: 6px 10px 6px 10px;
    white-space: nowrap;
    cursor: pointer;
    background: #e6e6e6;
}

.reportsdlg .data table th span{
    position: relative;
    right: 0px;
    top: 0px;
    font-size: 34px;
}


.reportsdlg table th b.aup{
    font-style: normal;
    font-size: 20px;
    color: #000000;
}

.reportsdlg table th b.adw{
    font-style: normal;
    font-size: 20px;
    color: #999999;
}

.reportsdlg .data table td{
    position: relative;
    border-bottom: 1px solid #bbbbbb;
    padding: 6px 10px 6px 10px;
    cursor: pointer;
}

.reportsdlg .data table td.unread{
    font-weight: bold;
}

.reportsdlg .data table td span{
    position: relative;
}

.reportsdlg .data table td span.mini{
    white-space: nowrap;
}

.reportsdlg .data table td span.full{
    white-space: auto;
    display: none;
}

.reportsdlg .data table td span .filetype{
    display: inline-block;
    min-width: 30px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    margin-right: 10px;
    font-weight: normal;
}

.reportsdlg .data table td span .filetype-pdf{
    background: #ff8888;
    color: #ffffff;
}

.reportsdlg .data table td span .filetype-xls{
    background: #448844;
    color: #ffffff;
}

.reportsdlg .data table td span .filetype-jpg{
    background: #8888ff;
    color: #ffffff;
}

.reportsdlg .data table td span .filetype-csv{
    background: #448844;
    color: #ffffff;
}

.reportsdlg[data-list='subscriptions'] .data table td{
    
}


.reportsdlg[data-list='subscriptions'] .data table td[data-state="0"] > i{
    color: #884444;
}

.reportsdlg[data-list='subscriptions'] .data table td[data-state="1"] > i{
    color: #008800;
}


.reportsdlg[data-list='subscriptions'] .data table td i.fas{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0px 8px 0px 0px;
    margin: 0px 6px 0px 0px;
    font-size: 18px;
    line-height: 20px;
}

.reportsdlg[data-list='subscriptions'] .data table td .yn{
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #222222;
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    width: 60px;
    overflow: hidden;
    padding: 0px;
    margin: 0px auto;
}

.reportsdlg[data-list='subscriptions'] .data table td .yn b{
    display: block;
    float: left;
    width: 50%;    
    text-align: center;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.reportsdlg[data-list='subscriptions'] .data table td .yn[data-v='0'] b[data-v='0']{
    background: #ff3a1d;
}

.reportsdlg[data-list='subscriptions'] .data table td .yn[data-v='0'] b[data-v='1']{
    background: #b0b0b0;
}

.reportsdlg[data-list='subscriptions'] .data table td .yn[data-v='1'] b[data-v='0']{
    background: #b0b0b0;
}

.reportsdlg[data-list='subscriptions'] .data table td .yn[data-v='1'] b[data-v='1']{
    background: #82bc00;
}


.reportsdlg .subtable-container{
    cursor: normal !important;
    background: #ffffff !important;
}

.reportsdlg .subtable-container:hover{
    background: #ffffff !important;
}

.reportsdlg .subtable-container th{
    background: #f8f8f8;
}

.reportsdlg .subtable-container td{
    text-align: center;
}

.reportsdlg .data .subtable-container table.subtable{
    width: 80% !important;
    margin: 0px auto;
    background: #e6e6e6;
}

.reportsdlg .subtable-container table.subtable > tr{
    background: #e6e6e6 !important;
}

.reportsdlg .subtable-container table.subtable > tr:hover{
    background: #f8f8f8 !important;
}

.reportsdlg .subtable-container table.subtable th{
    text-align: left !important;
}

.reportsdlg .subtable-container table.subtable td{
    text-align: left !important;
}


.reportsdlg .data > div{
    padding: 10px 10px 10px 10px;
	text-align: center;
}

.reportsdlg .data > div > button{
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto;
    line-height: 30px;
    min-width: 120px;
    background: #999999;
    color: #ffffff;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
	padding: 0px 16px;
}

.reportsdlg .data > div > button:hover{
    background: #93ba1f;
}


.reportsdlg .buttons{
    position: relative;
    text-align: right;
    padding: 10px 0px 10px 0px;
}

.reportsdlg .button{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 0px 10px;
    line-height: 40px;
    min-width: 120px;
    background: #999999;
    color: #ffffff;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    padding: 0px 10px;
}

.reportsdlg .button:hover{
    background: #93ba1f;
}

.reportsdlg .button[data-cmd="dellist"]{
    cursor: normal;
    pointer-events: none;
    opacity: 0.5;
    float: left;
}

.reportsdlg .button[data-cmd="dellist"] i{
    margin-right: 8px;
    font-size: 16px;
}

.reportsdlg .button[data-cmd="dellist"].actv{
    cursor: pointer;
    pointer-events: all;
    opacity: 1.0;
}


.reportsdlg .button[data-cmd="selectall"]{
    cursor: normal;
    float: left;
    background: transparent;
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px 10px 0px;
}


.reportsdlg .seesub{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: right;
    padding: 0px 8px;
}


.reportsdlg .delsubtd{
    text-align: right; 
    cursor: normal;
    pointer-events: hover;
}

.reportsdlg .delsub{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: right;
    padding: 0px 8px;
    pointer-events: all;
}

.reportsdlg .multiple_del{
    display: none;
}

.reportsdlg td label.delcheck{
    position: absolute;
    left: 8px;
    top: 8px;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    cursor: pointer;
    pointer-events: all;
}

.reportsdlg td label.delcheck input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.reportsdlg td label.delcheck span{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 14px;
    background: #ffffff;
    border: 1px solid #222222;
    margin: 0px;
    padding: 0px;
}

.reportsdlg td label.delcheck input:checked ~ span {
    background: #444444;
}


.reportsdlg .button label.delcheckall{
    position: relative;
    padding: 0px 0px 0px 25px;
    margin: 0px;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    cursor: pointer;
    pointer-events: all;
}

.reportsdlg .button label.delcheckall input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.reportsdlg .button label.delcheckall span{
    display: block;
    position: absolute;
    top: 3px;
    left: 4px;
    height: 14px;
    width: 14px;
    background: #ffffff;
    border: 1px solid #222222;
}

.reportsdlg .button label.delcheckall input:checked ~ span {
    background: #444444;
}


.calendarsdlg{
    position: relative;
    left: 0px;
    top: 0px;
    width: 70%;
    min-width: 250px;
    max-width: 700px;
    height: auto;
    background: #e6e6e6;
    padding: 0px;
    display: none;
    z-index: 6;
    border-radius: 14px;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
    overflow: hidden;
}

.calendarsdlg .head{
    position: relative;
    background: #999999;
    color: #eeeeee;
    line-height: 60px;
    text-align: center;
}


.calendarsdlg .buttons{
    position: relative;
    text-align: center;
    margin: 20px 0px;
}

.calendarsdlg .button{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 60px;
    line-height: 40px;
    min-width: 120px;
    background: #999999;
    color: #ffffff;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
}

.calendarsdlg .button:hover{
    background: #93ba1f;
}

.calendarsdlg .calendars{
    padding: 10px;
}

.calendarsdlg .periods-custom{

}

.calendarsdlg .periods-custom input{
    background: transparent;
    border: 1px solid #aaaaaa;
    width: 100px;
    padding: 4px 5px;
}

.calendarsdlg .periods-custom-compare input{
    background: transparent;
    border: 1px solid #aaaaaa;
    width: 100px;
    padding: 4px 5px;
}

.calendarsdlg .periods-container{
    width: 50%;
    float: left;

}

.calendarsdlg .periods-container h2{
    position: relative;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    cursor: pointer;

}

.calendarsdlg .periods-container div{
    position: relative;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    padding: 0px 0px 0px 22px;
    margin: 0px 0px 0px 15%;
    cursor: pointer;
    text-align: left;
}

.calendarsdlg .periods-container div span{
    position: absolute;
    left: 0px;
    top: 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #888888;
}

.calendarsdlg .periods-container div.selected span{
    background: #888888;
}

.calendarsdlg .calendar-container{
    width: 50%;
    height: auto;
    float: right;
}


.calendarsdlg .compare-closed{
    display: block;
}

.calendarsdlg .compare-opened{
    display: none;
}

.calendarsdlg .compare{
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.calendarsdlg .compare h2{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 28px;
    margin: 0px auto 10px auto;
}

.calendarsdlg .compare h2 span{
    position: absolute;
    left: 0px;
    top: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid #888888;
}

.calendarsdlg .compare h2.selected span{
    background: #888888;
}

.module-spinner{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.module-spinner img{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.moduleviewbutton{
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    padding: 0px 10px;
    margin: 0px 0px 0px 6px;
    color: #444444;
    border: 1px solid #666666;
    background: #eeeeee;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}

.moduleviewbutton:hover{
    background: #bbbbbb;
    color: #ffffff;
}

.moduleviewbutton.actv{
    background: #aaaaaa;
    color: #ffffff;
}




.module-menu{
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 50%;
    max-width: 320px;
    min-width: 240px;
    height: auto;
    padding: 20px;
    display: none;
    z-index: 10;
    color: #444444;
}

.module-menu div{
    background: #eeeeee;
    border-radius: 16px;
    min-height: 100px;
    padding: 16px;
}

.module-menu hr{
    height: 1px;
    background: #aaaaaa;
    margin: 10px 0px;
}

.module-menu p{
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
}

.module-menu p:hover{
    color: #666666;
}

.module-menu p > span{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
}

.rn-red{
    color: #ff3a1d;
}

.rn-yellow{
     color: #f6b221;
}

.rn-green{
    color: #82bc00;
}



.excel-select-dlg{
    position: relative;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 50%;
    min-width: 280px;
    min-height: 320px;
    max-width: 800px;
    max-height: 600px;
    padding: 46px 30px 20px 30px;
    background: #ffffff;
    border-radius: 32px;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
}

.excel-select-dlg .in{
    position: relative;
    max-height: 100%;
    overflow: auto;
    overflow-x: hidden;
    text-align: center;
}

.excel-select-dlg .surveys-list{

}

.excel-select-dlg .survey{
    text-decoration: underline;
    cursor: pointer;
}

.excel-select-dlg .survey:hover{
    text-decoration: none;
    color: #000000;
}


.loginbox{

}

.loginbox div{
    position: relative;
}

.loginbox div > i{
    position: absolute;
    font-size: 20px;
    right: 24px;
    top: 7px;
    cursor: pointer;
    opacity: 0.5;
}

.oos-alert{
    display: none;
    position: fixed;
    left: 0px;
    bottom: 16px;
    right: 0px;
    height: auto;
    text-align: center;
    z-index: 100;
}

.oos-alert div{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 50%;
    margin: 0px auto;
    line-height: 32px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'exo_2regular';
    padding: 0px 40px;
    background: #444444;
    color: #ffffff;
}

.oos-alert div b{
    font-weight: normal;
    font-family: 'exo_2bold';
}

.oos-alert div .fa-times-circle{
    position: absolute;
    right: 8px;
    top: 7px;
    cursor: pointer;
}




.subscribedlg{
    position: relative;
    left: 0px;
    top: 0px;
    width: 50%;
    height: auto;
    background: #e6e6e6;
    padding: 32px 32px 8px 32px;
    display: none;
    z-index: 6;
    border-radius: 14px;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
    overflow: hidden;
    line-height: 24px;
    font-size: 16px;
}

.subscribedlg h1{
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;   
}

.subscribedlg h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;   
    margin-top: 20px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
}

.subscribedlg > div > div{
    position: relative;
    margin: 0px 0px 0px 20px;
}

.subscribedlg textarea{
    width: 100%;
    resize: none;
    height: 64px;
    font-size: 12px;
    line-height: 20px;
    padding: 8px;
}

.subscribedlg textarea{
    width: 100%;
    resize: none;
    height: 64px;
    font-size: 12px;
    line-height: 20px;
    padding: 8px;
}

.subscribedlg .paddl{
    padding: 0px 0px 0px 16px;
}


.subscribedlg .emails{
    position: relative;
    padding: 0px 0px 0px 0px;
    margin-bottom: 20px;
}


.subscribedlg .emails > i{
    position: absolute;
    right: 0px;
    bottom: 2px;
    cursor: pointer;
    opacity: 0.4;
    font-size: 18px;
    line-height: 18px;
}

.subscribedlg .emails > i:hover{
    opacity: 0.8;
}


.subscribedlg .subscribe-select{
    position: relative;
    margin-bottom: 6px;
    height: 260px;
    overflow: auto;
    line-height: 18px;
}

.subscribedlg .subscribe-select .unselectable{
    opacity: 0.5;
    cursor: auto;
}


.subscribedlg h2 > span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.subscribedlg h2 > span > img{
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(0,-50%);
}

.subscribedlg .subscribe-hour > select{
    background: #ffffff;
    padding: 2px 28px 0px 8px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 6px;
    border: 1px solid #999999;
}

.subscribedlg .buttons{
    position: relative;
    text-align: right;
    padding: 10px 0px 10px 0px;
}

.subscribedlg .button{
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 0px 5px;
    padding: 0px 10px;
    line-height: 40px;
    min-width: 120px;
    background: #999999;
    color: #ffffff;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
}

.subscribedlg .button:hover{
    background: #93ba1f;
}

.subscribedlg .disableit{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #e6e6e680;
}

.subscribedlg .closecircle{
	position: absolute;
	right: 16px;
	top: 10px;
    color: #777777;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
}

.subscribedlg .closecircle:hover{
	color: #a1ae3d;
}

.subscribedlg input{
    background: #ffffff;
    border: 1px solid #aaaaaa;
    width: 90%;
    padding: 4px 5px;
    border-radius: 8px;
    font-family: 'exo_2regular',Arial,Georgia,Courier;
}

.subscribedlg .oplist{
    position: relative;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    padding: 0px 0px 0px 22px;
    cursor: pointer;
    text-align: left;
}

.subscribedlg .oplist span{
    position: absolute;
    left: 0px;
    top: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #888888;
    border-radius: 50%;
    background: #aaaaaa;
}


.subscribedlg .oplist span b{
    display: none;
}

.subscribedlg .oplist.selected span{
    background: #ffffff;   
}

.subscribedlg .oplist.selected span b{
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    background: #228822;
    left: 50%;
    top: 50%;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 50%;
}


.subscribedlg .opmultlist{
    position: relative;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    padding: 0px 0px 0px 22px;
    cursor: pointer;
    text-align: left;
}

.subscribedlg .opmultlist span{
    position: absolute;
    left: 0px;
    top: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #888888;
    border-radius: 0%;
    background: #aaaaaa;
}


.subscribedlg .opmultlist span b{
    display: none;
}

.subscribedlg .opmultlist.selected span{
    background: #ffffff;   
}

.subscribedlg .opmultlist.selected span b{
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    background: #228822;
    left: 50%;
    top: 50%;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 0%;
}

.subscribedlg .opmultlist u{
    text-decoration: none;
}

.subscribedlg .side1{
    position: relative;
    float: left;
    width: 60%;
    padding-right: 20px;
}

.subscribedlg .side1a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.subscribedlg .side1b{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.subscribedlg .side2{
    float: left;
    width: 40%;
    border-left: 1px solid #888888;
}

.subscribedlg.mod .side1{
    float: none;
    width: 100%;
}

.subscribedlg.mod .side2{
    float: none;
    width: 100%;
    border-left: 1px solid transparent;
}

.subscribedlg.mod .notinmod{
    display: none;
}

.subscribedlg .subscribedlg-finder{
    width: 200px;
    margin-left: 10px;
}

.exportdlg{
    position: relative;
    left: 0px;
    top: 0px;
    width: 30%;
    height: auto;
    background: #e6e6e6;
    padding: 32px 32px 8px 32px;
    display: none;
    z-index: 6;
    border-radius: 14px;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
    overflow: hidden;
    line-height: 24px;
    font-size: 16px;
}

.exportdlg h1{
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;   
}

.exportdlg h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;   
    margin-top: 20px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
}

.exportdlg > div > div{
    position: relative;
    margin: 0px 0px 0px 20px;
}

.exportdlg textarea{
    width: 100%;
    resize: none;
    height: 64px;
    font-size: 12px;
    line-height: 20px;
    padding: 8px;
}

.exportdlg textarea{
    width: 100%;
    resize: none;
    height: 64px;
    font-size: 12px;
    line-height: 20px;
    padding: 8px;
}

.exportdlg .paddl{
    padding: 0px 0px 0px 16px;
}

.exportdlg .exportdlg-ko > div{
    margin: 20px 0px 0px 0px;
}

.exportdlg .exportdlg-ko > .buttons{
    margin: 20px 0px 0px 0px;
}


.exportdlg .buttons{
    position: relative;
    text-align: right;
    padding: 10px 0px 10px 0px;
}

.exportdlg .button{
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 0px 5px;
    padding: 0px 10px;
    line-height: 40px;
    min-width: 120px;
    background: #999999;
    color: #ffffff;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
}

.exportdlg .button:hover{
    background: #93ba1f;
}

.exportdlg .closecircle{
	position: absolute;
	right: 16px;
	top: 10px;
    color: #777777;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
}

.exportdlg .closecircle:hover{
	color: #a1ae3d;
}

.exportdlg input{
    background: #ffffff;
    border: 1px solid #aaaaaa;
    width: 90%;
    padding: 4px 5px;
    border-radius: 8px;
    font-family: 'exo_2regular',Arial,Georgia,Courier;
}

.exportdlg .wideselect{
    position: relative;
    width: 100%;
}

.exportdlg .wideselect > select{
    width: 100%;
    background: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 32px 0px 6px;
    border-radius: 6px;
    border: 1px solid #999999;
}

.exportdlg .wideselect > img{
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(0,-50%);
}



.setcategoriesdlg{
    position: relative;
    left: 0px;
    top: 0px;
    width: 30%;
    height: auto;
    background: #e6e6e6;
    padding: 32px 32px 8px 32px;
    display: none;
    z-index: 6;
    border-radius: 14px;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
    overflow: hidden;
    line-height: 24px;
    font-size: 16px;
}

.setcategoriesdlg h1{
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;   
    margin-bottom: 20px;
}

.setcategoriesdlg h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;   
    margin-top: 20px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
}

.setcategoriesdlg p{
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;   
    margin-top: 20px;
    padding: 0px 0px 2px 6px;
    margin: 0px;
}

.setcategoriesdlg .buttons{
    position: relative;
    text-align: right;
    padding: 10px 0px 10px 0px;
}

.setcategoriesdlg .button{
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 0px 5px;
    padding: 0px 10px;
    line-height: 40px;
    min-width: 120px;
    background: #999999;
    color: #ffffff;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
}

.setcategoriesdlg .button:hover{
    background: #93ba1f;
}

.setcategoriesdlg .closecircle{
	position: absolute;
	right: 16px;
	top: 10px;
    color: #777777;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
}

.setcategoriesdlg .closecircle:hover{
	color: #a1ae3d;
}


.setcategoriesdlg select{

    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    height: 32px;
    color: #222222;
    margin-bottom: 10px;
    padding: 0px 7px;
    width: 100%;
}




.showresponsedlg{
    position: relative;
    left: 0px;
    top: 0px;
    width: 50%;
    max-width: 700px;
    min-width: 280px;
    height: 70%;
    background: #e6e6e6;
    padding: 32px 4px 16px 16px;
    display: none;
    z-index: 6;
    border-radius: 14px;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
    overflow: hidden;
    line-height: 24px;
    font-size: 18px;
}

.showresponsedlg .data{
    position: relative;
    height: 100%;
    overflow: auto;
    padding: 16px 10px 0px 45px;
}

.showresponsedlg .data > div{
    position: relative;
    margin-bottom: 32px;
}

.showresponsedlg .data > div > h1{
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;   
    margin-bottom: 10px;
    font-weight: bold;
}

.showresponsedlg .data > div > h3{
    position: absolute;
    left: -40px;
    top: -3px;
    background: #82bc00;
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
    width: 32px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
}

.showresponsedlg .data > div > div{
    padding-left: 10px;
}


.showresponsedlg .buttons{
    position: relative;
    text-align: right;
    padding: 10px 0px 10px 0px;
}

.showresponsedlg .button{
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 0px 5px;
    padding: 0px 10px;
    line-height: 40px;
    min-width: 120px;
    background: #999999;
    color: #ffffff;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
}

.showresponsedlg .button:hover{
    background: #93ba1f;
}

.showresponsedlg .closecircle{
	position: absolute;
	right: 16px;
	top: 10px;
    color: #777777;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
}

.showresponsedlg .closecircle:hover{
	color: #a1ae3d;
}



.categoriesdlg{
    position: relative;
    left: 0px;
    top: 0px;
    width: 50%;
    max-width: 700px;
    min-width: 280px;
    height: auto;
    background: #e6e6e6;
    padding: 32px 4px 16px 16px;
    display: none;
    z-index: 6;
    border-radius: 14px;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
    overflow: hidden;
    line-height: 24px;
    font-size: 18px;
}

.categoriesdlg .data{
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;   
}


.categoriesdlg .data > div > h1{
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;   
    margin-bottom: 10px;
    font-weight: bold;
}


.categoriesdlg .data .half{
    position: relative;
    width: 50%;
    float: left;
    max-height: 280px;
    overflow: auto;
    padding: 0px 10px;
}

.categoriesdlg .data label{
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    cursor: pointer;
}

.categoriesdlg .data label input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.categoriesdlg .data label span{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background: #ffffff;
    border: 1px solid #222222;
}

.categoriesdlg .cdlg1{
    border-right: 1px solid #c0c0c0;
}

.categoriesdlg .cdlg1 label span{
    border-radius: 50%;
}

.categoriesdlg .cdlg2 p{
    display: none;
}

.categoriesdlg .data label input:checked ~ span {
    background: #82bc00;
  }

.categoriesdlg .buttons{
    position: relative;
    text-align: right;
    padding: 20px 10px 0px 10px;
}

.categoriesdlg .button{
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 0px 5px;
    padding: 0px 10px;
    line-height: 40px;
    min-width: 120px;
    background: #999999;
    color: #ffffff;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
}

.categoriesdlg .button:hover{
    background: #93ba1f;
}


.categoriesdlg .closecircle{
	position: absolute;
	right: 16px;
	top: 10px;
    color: #777777;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
}


.categoriesdlg .closecircle:hover{
	color: #a1ae3d;
}




.copymoduledatadlg{
    position: relative;
    left: 0px;
    top: 0px;
    width: 50%;
    max-width: 80%;
    min-width: 280px;
    height: auto;
    background: #e6e6e6;
    padding: 16px 4px 16px 4px;
    display: none;
    z-index: 6;
    border-radius: 14px;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
    overflow: hidden;
    line-height: 24px;
    font-size: 18px;
}


.copymoduledatadlg > div > h1{
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;   
    margin-bottom: 10px;
    font-weight: bold;
}



.copymoduledatadlg .head{
    position: relative;
    background: #e6e6e6;
    color: #999999;
    line-height: 60px;
    text-align: center;
}


.copymoduledatadlg .data{
    position: relative;
    height: 100%;
    overflow: auto;
    padding: 6px 10px 6px 10px;
}

.copymoduledatadlg .data table{
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    border-top: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
}

.copymoduledatadlg .data .data-in{
    max-height: 400px;
    overflow: auto;
    padding: 0px 10px 10px 10px;
}

.copymoduledatadlg .data table th{
    border-bottom: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    padding: 6px 10px 6px 10px;
    background: #ffffff;
}

.copymoduledatadlg .data table[data-mode="0"] th{
    text-align: left;
}

.copymoduledatadlg .data table[data-mode="1"] th{
    text-align: center;
}

.copymoduledatadlg .data table td{
    border-bottom: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    padding: 6px 10px 6px 10px;
    background: #ffffff;
    text-align: right;
}

.copymoduledatadlg .data > div{
    position: relative;
    margin-bottom: 0px;
}

.copymoduledatadlg .data > div > div{
    padding-left: 0px;
}

.copymoduledatadlg .buttons-up{
    text-align: right;
    margin: 0px 15px 5px 15px;
}

.copymoduledatadlg .buttons-up .button{
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    min-width: 40px;
}

.copymoduledatadlg .buttons-up .button.actv{
    background: #93ba1f;
}

.copymoduledatadlg .buttons{
    position: relative;
    text-align: right;
    padding: 10px 5px 0px 5px;
}

.copymoduledatadlg .button{
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 0px 5px;
    padding: 0px 10px 0px 10px !important;
    line-height: 40px;
    min-width: 120px;
    background: #999999;
    color: #ffffff;
    font-size: 20px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.copymoduledatadlg .button:hover{
    background: #93ba1f;
}

.copymoduledatadlg .button[data-cmd="copied"] {
    display: none;
}

.copymoduledatadlg .closecircle{
	position: absolute;
	right: 16px;
	top: 10px;
    color: #777777;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
}

.copymoduledatadlg .closecircle:hover{
	color: #a1ae3d;
}



.commercialpopup{
    width: 80%;
    margin: 0px auto;
    min-width: 280px;
    max-width: 780px;
    height: auto;
    display: none;
    z-index: 6;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.25);
    overflow: auto;
    line-height: 24px;
    font-size: 16px;
    position: relative;
    left: 0px;
    top: 0px;
    background: #e6e6e6;
    padding: 32px 32px 8px 32px;
    min-height: 360px;
    border-radius: 14px;
    color: #222222;
}

.commercialpopup img{
    max-width: 100%;
}


.commercialpopup > i{
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
    padding: 8px;
}

.commercialpopup.MODAL_BLOCKED > i{
    display: none;
}


.commercialpopup.DISCREET{
    display: none;
    position: fixed;
    left: 230px;
    bottom: 10px;
    top: auto;
    right: auto; 
    width: auto;   
    height: auto;
    line-height: 24px;
    min-height: 40px;
    max-width: none;
    min-width: 240px;
    padding: 8px 40px 8px 10px;
    color: #ffffff;
    border-radius: 4px;
    background: #616161;
    z-index: 8;
    margin-right: 20px;
}

.commercialpopup.DISCREET > i{
    top: 0px;
}



.modal-layer-dialog{
    margin: 0px auto;
}

.modal-layer-dialog .oplisth{
    position: relative;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    text-align: left;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 20px 20px 0px;
}

.modal-layer-dialog .oplisth span{
    position: absolute;
    left: 50%;
    bottom: -18px;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    border: 1px solid #888888;
    border-radius: 50%;
    background: #aaaaaa;
}


.modal-layer-dialog .oplisth span b{
    display: none;
}

.modal-layer-dialog .oplisth.selected span{
    background: #ffffff;   
}

.modal-layer-dialog .oplisth.selected span b{
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    background: #228822;
    left: 50%;
    top: 50%;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 50%;
}

.modal-layer-dialog .oplisth.disabled{
    opacity: 0.3;
    pointer-events: none;
}

.modal-layer-dialog .ico{
    position: relative;
    width: 48px;
    height: 64px;
    border-radius: 4px;
    color: #ffffff;
    margin-bottom: 8px;
    text-align: center;
    padding-top: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
}

.modal-layer-dialog .ico i{
    position: absolute;
    display: block;
    right: auto;
    left: auto;
    top: 0px;
}

.modal-layer-dialog .ico.pdf-h{
    background: #d22600;
    padding-top: 10px;
    width: 64px;
    height: 48px;
}

.modal-layer-dialog .ico.pdf-h i{
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    border-left: 8px solid #e6e6e6;
    border-top: 8px solid #e6e6e6;
    border-right: 8px solid #ac2200;
    border-bottom: 8px solid #ac2200;
}

.modal-layer-dialog .ico.pdf-v{
    background: #d22600;
}

.modal-layer-dialog .ico.pdf-v i{
    right: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    border-left: 8px solid #ac2200;
    border-top: 8px solid #e6e6e6;
    border-right: 8px solid #e6e6e6;
    border-bottom: 8px solid #ac2200;
}

.modal-layer-dialog .ico.xls{
    background: #00733b;
}

.modal-layer-dialog .ico.xls i{
    right: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    border-left: 8px solid #4d9d76;
    border-top: 8px solid #e6e6e6;
    border-right: 8px solid #e6e6e6;
    border-bottom: 8px solid #4d9d76;
}


.modal-layer-dialog .ico.csv{
    background: #00733b;
}

.modal-layer-dialog .ico.csv i{
    right: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    border-left: 8px solid #4d9d76;
    border-top: 8px solid #e6e6e6;
    border-right: 8px solid #e6e6e6;
    border-bottom: 8px solid #4d9d76;
}


.modal-layer-dialog .notes p{
    position: relative;
}

.modal-layer-dialog .notes p span{
    position: absolute;
    left: -12px;
    top: 0px;
}


.multiclient{
    display: none;
    position: relative;
    padding: 0px 10px 10px 10px;
}

.multiclient > div{
    position: relative;
    background: #d9d9d9;
    color: #000000;
    width: 100%;
    border-radius: 4px;
    padding: 0px 10px;
    height: 32px;
    min-height: 32px;
    cursor: pointer;
}

.multiclient > div p{
    padding: 0px 16px 0px 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 32px;
}

.multiclient > div img{
    position: absolute;
    top: 4px;
    left: 8px;
    width: 24px;
}

.multiclient > div sub{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0,-50%);
    width: 0; 
    height: 0; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #000000;
}

.multiclient-list{
    position: fixed;
    top: 120px;
    left: 10px;
    width: auto;
    height: auto;
    background: #d9d9d9;
    z-index: 9;
    border-radius: 4px;
    max-height: 200px;
    overflow: auto;
    display: none;
}


.multiclient-list > div{
    font-family: 'exo_2regular';
    padding: 0px 16px 0px 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 32px;
    position: relative;
    min-height: 32px;
    cursor: pointer;
}

.multiclient-list > div:hover{
    background: #c8c8c8;
}

.multiclient-list > div[data-value="0"]{
    border-bottom: 1px solid #888888;
}

.multiclient-list > div[data-selected="1"]{
    font-family: 'exo_2bold'; 
}

/*
.ninedots-menu{
    position: absolute;
    width: 400px;
    padding: 10px 20px;
    height: auto;
    right: 90px;
    top: 90px;
    background: #ffffff;
    display: none;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.6);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.6);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.6);
    border-radius: 6px;
}

.ninedots-menu .subbutton{
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 0px;
    width: 90px;
    height: auto;
}

.ninedots-menu .subbutton.notavailable{
    pointer-events: none;
    opacity: 0.5;
}

.ninedots-menu .subbutton a{
    text-decoration: none;
    color: #444444;
}

.ninedots-menu .subbutton > a > p{
    font-size: 12px;
    line-height: 20px;
}

.ninedots-menu .subbutton > a > div{
    position: relative;
    height: 40px;
    text-align: center;
}

.ninedots-menu .subbutton > a > div > img{
    display: block;
    width: auto;
    height: 32px;
    margin: 10px auto 0px auto;
    opacity: 0.5;
}

.ninedots-menu .subbutton:hover > a > div > img{
    opacity: 1.0;
}
*/


.header-submenu{
    position: absolute;
    padding: 10px 20px;
    height: auto;
    top: 90px;
    background: #ffffff;
    display: none;
    -webkit-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.6);
	-moz-box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.6);
	box-shadow: 6px 6px 10px -3px rgba(0,0,0,0.6);
    border-radius: 6px;
}

.header-submenu[data-menu="apps"]{
    width: 240px;
    right: 50px;
}

.header-submenu[data-menu="reports"]{
    width: 360px;
    right: 20px;
}


.header-submenu hr{
    border-top: 1px solid #e0e0e0;
}

.header-submenu .suboption{
    position: relative;
    line-height: 32px;
    text-align: left;
    cursor: pointer;
}


.header-submenu .suboption p{
    position: relative;
    padding: 6px 20px 6px 30px;
    margin: 0px;
}

.header-submenu .suboption p:hover{
    color: #000000;
    font-weight: bold;
}

.header-submenu .suboption u{
    position: absolute;
    left: 10px;
    top: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%,-40%);
}

.header-submenu .suboption img[data-s="1"]{
    position: absolute;
    left: 10px;
    top: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
    width: 44px;
    display: none;
}

.header-submenu .suboption a{
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}


.header-submenu .suboption.notavailable{
    pointer-events: none;
    opacity: 0.5;
}


@media screen and (min-width: 0px) {
    .exportdlg{ width: 90%; }
    .subscribedlg{ width: 90%; }

    .subscribedlg .side1{ float: none; width: 100%; }
    .subscribedlg .side2{ float: none; width: 100%; border-left: 1px solid transparent; }
}

@media screen and (min-width: 480px) {
    .exportdlg{ width: 85%; }
    .subscribedlg{ width: 85%; }
}

@media screen and (min-width: 640px) {
    .exportdlg{ width: 75%; }
    .subscribedlg{ width: 80%; }
}

@media screen and (min-width: 768px) {
    .exportdlg{ width: 60%; }
    .subscribedlg{ width: 75%; }
}

@media screen and (min-width: 1024px) {
    .exportdlg{ width: 50%; }
    .subscribedlg{ width: 70%; }
}

@media screen and (min-width: 1280px) {
    .exportdlg{ width: 40%; }
    .subscribedlg{ width: 65%; }
    
    .subscribedlg .side1{ float: left; width: 60%; }
    .subscribedlg .side2{ float: left; width: 40%; border-left: 1px solid #888888; }
}

@media screen and (min-width: 1600px) {
    .exportdlg{ width: 35%; }
    .subscribedlg{ width: 55%; }
}

@media screen and (min-width: 1900px) {
    .exportdlg{ width: 30%; }
    .subscribedlg{ width: 50%; }
}