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

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

::selection {
    background: 		#f6b221;
}

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

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

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



#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:			3;
}


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

.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: 70px;
    cursor: pointer;
    border-right: 2px solid #e9e7ea;
    opacity: 0.6;
}

#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: 6px;
    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: 4;
    /*
    -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: 30px;
}

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


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

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

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

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

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

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


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

.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-area table td div.terminals-extended p{
    display: block;
    color: #888888;
    line-height: 20px;
}

.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-extended.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-edit-terminal{
    cursor: pointer;
}

.terminals-edit-responsable{
    cursor: pointer;
}

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

.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{
    font-size: 12px;
    line-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 10px;
    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 .help{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0px 6px;
}


.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{
    background: #ffffff;
    display: block;
}

.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: 98%;
    table-layout: fixed;
}



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


.report-module table td.date{
    width: 180px;
    text-align: center;
}

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

.report-module table td.length{
    width: 300px;
    text-align: center;
}


.report-module table td.segmentation{
    width: 180px;
    text-align: center;
}

.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 .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: 4;
    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: 100%;
}



.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 .module-busy{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 20px;
    background: #ffffffd0;
}

.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: 24px;
    padding: 4px 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;
}


.msgbox{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    min-width: 250px;
    max-width: 550px;
    height: auto;
    background: #ffffff;
    padding: 0px;
    display: none;
    z-index: 2;
    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{
    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 .buttons{
    position: relative;
    padding: 10px 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    /*align-items: flex-start;*/
    /*align-content: flex-start;*/
    align-items: center;
    align-content: center;
}

.msgbox .button{
    cursor: pointer;
    margin-top: 8px;
    border-radius: 16px;
    padding: 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;
}


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

    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{

}

.modulehelpdlg{
    position: absolute;
    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;
}

.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: absolute;
    left: 0px;
    top: 0px;
    width: 70%;
    min-width: 250px;
    max-width: 800px;
    height: auto;
    background: #e6e6e6;
    padding: 0px;
    display: none;
    z-index: 2;
    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{
    display: flex;
    flex-direction: row;
}

.optionsdlg .tabs div{
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    background: #bbbbbb;
    line-height: 20px;
    font-size: 16px;
    padding: 16px 0px 16px 50px;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    cursor: pointer;
}

.optionsdlg .tabs div.actv{
    background: #e6e6e6;
    border-bottom: 0px;
}

.optionsdlg .tabs div:first-child {
    border-left: 0px;
}

.optionsdlg .tabs div:last-child {
    border-right: 0px;
}


.optionsdlg .tabs div u{
    position: absolute;
    display: block;
    left: 20px;
    top: 16px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #999999;
}

.optionsdlg .tabs div.actv u{
    background: #93ba1f;
}


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

.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 0px;
    cursor: pointer;
}

.optionsdlg .filter-area .filter-options .select-all 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 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 18px;
    cursor: pointer;
}

.optionsdlg .filter-area ul li span{
    position: absolute;
    left: 0px;
    top: 2px;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border: 1px solid #999999;
}

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

.optionsdlg .search{
    position: absolute;
    display: none;
    right: 20px;
    top: 0px;
    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: absolute;
    left: 0px;
    top: 0px;
    width: 80%;
    height: auto;
    background: #e6e6e6;
    padding: 0px;
    display: none;
    z-index: 2;
    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 50px 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 6px 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.{
}

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

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

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


.calendarsdlg{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70%;
    min-width: 250px;
    max-width: 700px;
    height: auto;
    background: #e6e6e6;
    padding: 0px;
    display: none;
    z-index: 2;
    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: absolute;
    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;
}