@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Overpass:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap);


html{
	width: 100%;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	font-family: "Noto Sans",Helvetica,Arial,Verdana,sans-serif;
	-webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
	color: #2e384d;
	width: 100%;
	font-size: 15px;
}

h1,
h2,
h3 {
	font-family: "Overpass", "Noto Sans", Helvetica, Arial, Verdana, sans-serif;
}

a{
	text-decoration: none;
    color: #1e2dbe;
}

.ilo-header-main-website{
	background-color: #151F85;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 100%;
}

.ilo-header-main-website a {
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

.ilo-header-main-website a:hover{
	text-decoration: underline;
}

.header{
	background-color: #1e2dbe;
	position: relative;
	padding: 0px 15px;
	height: 120px;
}


.row{
	max-width: 1400px; /*1138px;*/
	margin: 0px auto;
}

.header .row{
	background: transparent url('../img/background-triangles.png') 100% 0 no-repeat;
    background-size: contain;
	height: 100%;
}

.familyRow a{
	display: block;
	margin-left: 2px;
	background-color: rgba(255,255,255,0.16);
	padding: 5px 15px;
	color: white;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	float: right;
}
.familyRow a:hover{
	background-color: rgba(255,255,255,0.3);
}

.logo h1{
	margin: 20px 0px 0px;
}
.logo a{
	border: none;
	text-indent: -200px;
	overflow: hidden;
	display: block;
	height: 80px;
	width: 250px;
	background: transparent url('../img/ilo-logo-with-line.svg') no-repeat 0 0;
	background-size: contain;
}
.logo{
	float: left;
}
a.loginLink{
	color: white;
        clear: right;
	float: right;
	margin: 30px 55px 0px 0px;
	background: transparent url('../img/lock.png') left top no-repeat;
	padding-left: 25px;
	line-height: 22px;
}
a.loginLink em{
    font-size: 80%;
    margin-left: 5px;
}
.loggedin a.loginLink{
	background-image: url('../img/unlock.png');
}

@media screen and (max-width: 480px) {
	a.loginLink{
		position: absolute;
		top: 20px;
		right: 10px;
		padding: 0px 0px 0px 25px;
		margin: 0px;
	}
}

.title{
	float: left;
	padding-top: 50px;
}
.title h2{
	font-size: 20px;
    line-height: 25px;
	text-align: right;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
    line-height: 1.2em;
}
.title h2 a{
	color: white;
	text-decoration: none;
}

form.login{
	position: relative;
	margin: 60px auto;
	max-width: 500px;
}

@media screen and (max-width: 480px) {
	.header{
		height: 170px;
	}
	.title{ float: left; padding-top: 10px; }
	.title h2{
		text-align: left;
		font-size: 14px;
		padding-top: 5px;
		border: none;
		padding-left: 0px;
	}
}

.footer{
	background-color: #230050;
	color: white;
	padding-bottom: 40px;
	margin-top: 40px;
	/* giving the visual appeal that the footer continues to the bottom of the page */
	box-shadow: 0 50vh 0 50vh #230050;
}
  
@media screen and (max-width: 600px){
	.footer{
	  padding: 0px 10px 40px 10px;
	  font-size: 90%;
	}
}
  
.footer a{
	color: white;
	text-decoration: none;
}
  
.footer .ilo-footer-inner{
	max-width: 1400px;
	margin: 0 auto;
}
.footer .ilo-footer-inner:after{
	content: '';
	display: block;
	clear: both;
}
  
.footer .ilo-footer-top{
	  padding: 20px 0px;
	  margin-bottom: 30px;
	  border-bottom: 1px solid white;
}
.footer .ilo-footer-top:after{
	content: '';
	display: block;
	clear: both;
}
  
.footer .ilo-footer-contact{
	float: left;
}
@media screen and (max-width: 600px){
	.footer .ilo-footer-contact{
		float: none;
	}
}
  
.footer .ilo-footer-links{
	float: right;
}
.footer .ilo-footer-links a{
	display: inline-block;
	margin-left: 65px
}
@media screen and (max-width: 600px){
	.footer .ilo-footer-links{
		  float: none;
		  display: block;
	}
  
	.footer .ilo-footer-links a{
		margin: 10px 10px 0px 0px;
	}
}
  
.footer .ilo-footer-logo{
	  float: left;
}

@media screen and (max-width: 600px){
	.footer .ilo-footer-logo{
		float: none;
	}
}
  
.footer  .ilo-footer-logo a.logo{
	margin: 0;
	border: none;
	text-indent: -200px;
	overflow: hidden;
	display: block;
	height: 80px;
	width: 250px;
	background: transparent url("../img/ilo_logo.svg") no-repeat 0 0;
	background-size: contain;
}
@media screen and (max-width: 600px){
	.footer  .ilo-footer-logo a{
		height: 40px;
		width: 113px;
	}
}
  
.footer .ilo-footer-share{
	float: right;
	clear: right;
	margin: 60px 0px 20px;
	max-width: 210px;
}
.footer .ilo-footer-share a{
	margin-left: 20px;
	font-size: 24px;
}

  
.footer .ilo-footer-quote{
	  clear: right;
	  float: right;
	  text-align: right;
}
.footer .ilo-footer-quote h3 {
	margin: 5px 0px;
	position: relative;
	font-weight: 700;
	font-size: 18px;
	color: white;
}
.footer .ilo-footer-quote h3:before{
	display: block;
    content: ' ';
    left: -15px;
    top: 15%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12.124px solid #fa3c4b;
}
  
.footer .ilo-footer-quote span{
	font-size: 90%;
}
  
@media screen and (max-width: 600px){
	.footer .ilo-footer-quote{
		float: none;
		text-align: left;
		margin: 30px 0px;
		padding-left: 15px;
	}
  
	.footer .ilo-footer-quote h3{
		  color: white;
		  font-size: 16px;
	}

	.footer .ilo-footer-disclaimer{
		clear: both;
		float: left;
		max-width: calc(100% - 210px);
	}
}
  
.footer .ilo-footer-disclaimer{
	clear: left;
	float: left;
	max-width: calc(100% - 210px);
}

@media screen and (max-width: 600px){
	.footer .ilo-footer-disclaimer{
		clear: both;
		max-width: 100%;
	}

	.footer .ilo-footer-share{
		float: none;
		clear: both;
		margin: 0px 20px;
		max-width: 210px;
	}
} 

a.back-to-top{
	display: block;
    color: #FFF;
    padding: 10px 20px;
    background: #1c033e url('../img/up-arrow-large.png') no-repeat 120px center;
}

.footer a.glossary {
    display: block;
    float: right;
    width: 150px;
    text-align: right;
    padding-right: 40px;
    background: transparent url('../img/pdf.svg') right center no-repeat;
	background-size: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0px;
	font-size: 18px;
}

@media screen and (max-width: 600px){
	.footer a.glossary {
		float: none;
		width: 150px;
		text-align: left;
	}
} 


#canvas{
    position: relative;
}


.timeSlider {
	font-family: "FS Me Web Regular", ABeeZee, Helvetica, Arial, Verdana, sans-serif; 
	font-size: 11pt;
}


.zvizSelect{
	background-color: white;
	height: 35px;
}
.zvizSelect.hasValue{
	background-color: #e2ebf5;
}
.zvizSelect.isHover{
	background-color: rgb(250, 250, 250);
}
.zvizSelect > a{
	height: 35px;
	width: 35px;
}
.zvizSelect > span{
	color: #888;
	height: 35px;
	line-height: 35px;
	border-right: 3px solid #efefef;
	font-style: italic;
}
.zvizSelect.hasValue > span{
	color: #1e2dbe;
	font-weight: bold;
}


.loggedin .zvizSelect > span{
	/* border-right: 3px solid #1e2dbe; */
}

.zvizSelect > div{
	top: 35px;
	background-color: white;
	border-top: 2px solid #efefef;
}
.loggedin .zvizSelect > div{
	border-top: 2px solid #5782a0;
}
.zvizSelect > div > div span{
	/* color: white; */
	line-height: 30px;
}

.zvizSelect .zvizSelectCheck{
	background-color: rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.4);
	margin-top: 5px;
}

.graySelect{
	background-color: #EFEFEF;
	height: 30px;
}
.graySelect.hasValue{
	background-color: #EFEFEF;
}
.graySelect.isHover{
	background-color: #E2E2E2;
}
.graySelect > a{
	height: 30px;
	width: 30px;
}
.graySelect > span{
	color: #1e2dbe;
	height: 30px;
	line-height: 30px;
	border-right: 0px;
	font-style: normal;
}
.graySelect.metricSelect > span{
	color: #777777;
}
.graySelect > div{
	top: 30px;
	background-color: #EFEFEF;
	border-top: 2px solid #AAAAAA;
}

.graySelect > div > div span{
	color: #1e2dbe;
	line-height: 20px,
}
.graySelect.metricSelect > div > div span{
	color: #777777;
}
.graySelect .zvizSelectCheck{
	background-color: transparent;
	border: 1px solid #1e2dbe;
	margin-top: 2px;
}
.graySelect.metricSelect .zvizSelectCheck{
	border: 1px solid #777777;
}

span.highlightWord{
	border-bottom: 1px dashed #555;
}
tspan.highlightWord{
	text-decoration: underline;
	text-decoration-style: dashed;
	-moz-text-decoration-style: dashed;
	-webkit-text-decoration-style: dashed;
}


.noUi-tooltip{
    top: -10px;
    left: 50%;
    position: absolute;
    border: solid transparent;
    overflow: hidden;
    height: 0;
    width: 0;
    border-color: transparent;
    border-top-color: #1e2dbe;
    border-width: 8px;
    margin-left: -8px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
	touch-action: none;	
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1; /* Fix 401 */
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 10px;
	margin-top: 40px;
	margin-bottom: 30px;
	width: 98%;
}
.noUi-horizontal .noUi-handle {
	width: 30px;
	height: 30px;
	left: -15px;
    top: -12px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

/* Styling;
 */
.noUi-background {
	background: #d8d8d8;
}
.noUi-connect {
	background: #3FB8AF;
}
.noUi-origin {
	border-radius: 4px;
	height: 6px;
	top: 2px;
}
.noUi-target {
	border-radius: 4px;
	/*border: 1px solid #D3D3D3;*/
	/*box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/
}
.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
	cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}
.noUi-handle {
	border-radius: 15px;	
	background: #263062;
	width: 30px;
	height: 30px;
	cursor: default;
	/*box-shadow: inset 0 0 1px #555, inset 0 1px 7px #bbb, 0 3px 6px -3px #444;*/
}
.noUi-active {
	background-color: #0a123a;
        /*background-color: #232E62;*/
		/*border: 2px solid rgba(255,255,255,0.4);*/
	/*box-shadow: inset 0 0 1px #555,
				inset 0 1px 7px #777,
				0 3px 6px -3px #444;*/
}

/* Handle stripes;
 */
 .noUi-handle:before{
	content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 2px;
    background: white;
    left: 12px;
    top: 10px;
 }
.noUi-handle:after {
	content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 2px;
    background: white;
    left: 17px;
    top: 10px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 16px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled].noUi-origin,
[disabled] .noUi-handle {
	cursor: not-allowed;
}


/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-pips {
	position: absolute;
	color: #5F5F5F;
}

/* Values;
 *
 */
.noUi-value {
	width: 35px;
	position: absolute;
	text-align: center;
        font-size: 10px;
        font-weight: normal;
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
	position: absolute;
	background: transparent;
	/*background: white;*/
}
.noUi-marker-sub {
	/*background: #AAA;*/
}
.noUi-marker-large {
	/*background: #AAA;*/
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
	padding: 10px 2px;
    height: 50px;
    top: -9px;
    left: 1%;
    width: 98%;
}
.noUi-value-horizontal {
	margin-left: -8px;
        margin-top: 10px;
	padding-top: 0px;
        color: #bfbfbf;
}
.noUi-pips-horizontal .noUi-value-horizontal:last-child{
    margin-left: -28px;
}
.noUi-value-horizontal.noUi-value-sub {
	padding-top: 15px;
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 9px;
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 0px;
}

.sliderActiveBar{
	position: absolute;
	top: 2px;
	height: 6px;
	background-color: #1e2dbe;
}

.sliderTooltip{
    position: absolute;
    top: -50px;
    height: 30px;
    line-height: 30px;
    font-size: 10pt;
    background-color: #1e2dbe;
	box-shadow: none;
    border-radius: 4px;
    color: white;
    text-align: center;
}

.noUi-horizontal{
	height: 4px;
	border-radius: 2px;
}
.summarySlider.noUi-background{
	background-color: #d8d8d8;
	box-shadow: none;
}
.sliderActiveBar{
	background-color: #1e2dbe;
	height: 4px;
	top: 0px;
}	
.noUi-horizontal .noUi-handle{
	top: -15px;
}
.summarySlider .noUi-pips-horizontal .noUi-value-horizontal{
	margin-left: -50px;
	margin-top: -3px;
}
.summarySlider .noUi-pips-horizontal .noUi-value-horizontal:last-child{
	margin-left: 20px;
}

.sliderTooltip{
	background-color: white;
	border: 1px solid #e4e4e4;
	color: #666;
}
.summarySlider .noUi-base{
	z-index: 2;
}
.noUi-tooltip {
	border-top-color: #efefef;
	border-width: 6px;
	border: none;
	width: 10px;
	height: 8px;
	/* background-color: white; */
	text-indent: 20px;
	margin-left: -6px;
	top: -9px;
}

.noUi-tooltip:before{
	content: '';
	display: block;
	top: 0px;
    left: 50%;
    position: absolute;
    border: solid transparent;
    overflow: hidden;
    height: 0;
    width: 0;
    border-color: transparent;
    border-top-color: #efefef;
    border-width: 7px;
    margin-left: -7px;
}
.noUi-tooltip:after{
	content: '';
	display: block;
	top: 0px;
    left: 50%;
    position: absolute;
    border: solid transparent;
    overflow: hidden;
    height: 0;
    width: 0;
    border-color: transparent;
    border-top-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}
.noUi-value-vertical {
	width: 15px;
	margin-left: 20px;
	margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}


/** SCROLLBAR **/
/* perfect-scrollbar v0.6.12 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; 
}
  
@supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; 
	} 
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; 
	} 
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
		.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: #1c023e;
	width: 7px;
}
.ps-container.ps-in-scrolling {
    /*pointer-events: none; */
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; 
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	background-color: #999; 
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #1c023e;
    opacity: 1; 
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #1e2dbe; 
}
.zvizSelect .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: #ababab;
}
.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; 
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	position: absolute;
	/* please don't change 'position' */
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	bottom: 2px;
	/* there must be 'bottom' for ps-scrollbar-x */
	height: 6px; 
}
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
    height: 11px; 
}
.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0.5;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; 
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	position: absolute;
	/* please don't change 'position' */
	background-color: #1e2dbe;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	right: 2px;
	/* there must be 'right' for ps-scrollbar-y */
	width: 6px; 
}
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
    width: 11px; 
}
.ps-container:hover.ps-in-scrolling {
    pointer-events: none; 
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.2; 
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999; 
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: #1c023e;
	opacity: 1; 
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #1e2dbe; 
}
.ps-container:hover > .ps-scrollbar-x-rail,
		.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 1; 
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 1; 
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #230050; 
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #230050;
    opacity: 1; 
	width: 15px;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #1e2dbe; 
}


.graySelect .ps-container.ps-active-x > .ps-scrollbar-x-rail,
		.graySelect .ps-container.ps-active-y > .ps-scrollbar-y-rail,
		.zvizSelect .ps-container.ps-active-x > .ps-scrollbar-x-rail,
		.zvizSelect .ps-container.ps-active-y > .ps-scrollbar-y-rail{
    background-color: #D3D3D3;
}
.graySelect .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail, 
		.zvizSelect .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #D3D3D3;
}
.graySelect .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y, 
		.zvizSelect .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #727272; 
}
.graySelect .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, 
		.zvizSelect .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #727272;
}
.graySelect .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
		.zvizSelect .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: #D3D3D3;
}
.graySelect .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y,
		.zvizSelect .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #D3D3D3; 
}
.graySelect .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
		.zvizSelect .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #D3D3D3; 
}
.graySelect .ps-container:hover > .ps-scrollbar-y-rail:hover,
		.zvizSelect .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #D3D3D3;
}
.graySelect .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
		.zvizSelect .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #727272; 
}


/**** PRINT *****/

body.print .header{
	display: none;
}

body.print .footer{
	display: none;
}
body.print a.back-to-top{
	display: none;
}