@CHARSET "ISO-8859-1";

div.nu-hdr-div {
/* 	position: absolute; */
	overflow: hidden;
	left: 0px;
	top: 0px;
	right: 0px;
/* 	height: 130px; */
/* 	height: 70px; */
	width: 100%;
}

div.hdr-div {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	right: 0px;
/* 	height: 130px; */
	height: 70px;
	width: 100%;
}

iframe.hdr-iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	border:0px;
	overflow: hidden;
}

div.nu-statx {
/* 	position: absolute; */
	left: 0px;
/* 	top: 71px; */
/* 	top: 131px; */
	right: 0px;
/* 	border: solid 1px #dbdbdb; */
/* 	width: 95%; */
/* 	margin-left: 20px; */
	margin: 0px 5px 0px 5px;
/* 	padding: 6px; */
/* 	overflow: auto; */
}

div.statx {
	position: absolute;
	left: 0px;
	top: 71px;
/* 	top: 131px; */
/* 	right: 0px; */
	border: solid 1px #dbdbdb;
/* 	width: 95%; */
	margin-left: 20px;
	margin-right: 6px;
	padding: 6px;
	overflow: auto; /* hidden; */
}

.foggy {
	position: fixed;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background:rgba(255,255,255,0.5); 
    z-index: 100;
}
.bpopup {
	position: fixed;
    bottom: 50%;
    right: 0;
    height: 100px;
    line-height: 50px;
    width: 100%;
    border: solid 1px #555555;
    background-color: #555555;
    z-index: 101;
    text-align: center;
    color: white;
}

.inline-icon {
    margin-left: 12px;
    float: right;
}

.first-icon, .toolbar-icon {
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
/*   color: #00407f; */
  vertical-align: text-bottom;
/*   margin-right: 4px; */
}

.first-icon {
  margin-left: 0px;
}

.toolbar-icon {
  margin-left: 8px;
  color: white;
  border-radius: 23px;
  background-color: #aa332f;
  text-align: center;
/* vertical-align: text-top; */
}

.toolbar-icon:hover {
  background-color: #00407f;
}
.16px { font-size: 16px; }

.logo {
	float: left;
	margin-left: 8px;
/* 	font-weight: bold; */
	margin-top: 2px;
	color: white;
}

.statx-icon {
  background-image: url('/statx/img/statx-icon-blue.png');
  margin-left: 0px;
}

.download-active {
  background-image: url('/statx/img/download-icon.png');
}

.share-active {
  background-image: url('/statx/img/share-icon.png');
}

.table-active {
  background-image: url('/statx/img/excel-icon.png');
}

/* .down-open { */
/*   background-image: url('/statx/img/down-open-blue.png'); */
/* } */

.right-closed {
  background-image: url('/statx/img/right-closed-blue.png');
}

.help-active {
  background-image: url('/statx/img/help-icon.png');
}

.link-active {
  background-image: url('/statx/img/link-icon.png');
}

.down-open {
  background-image: url('/statx/img/down-open-white-on-red-b.png')
}

.dbsonline-icon.table_active {
  background-position: -60px -20px;
}
.dbsonline-icon.download_active {
  background-position: -120px -20px;
}
.dbsonline-icon {
  background-image: url('/statx/img/dbsonline-icon-collection-transparent.png');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  color: #00407f;
  vertical-align: text-bottom;
}

span.liid {
	display: inline-block;
	width:60px;
	text-align: right;
	padding-right: 5px;
}

span.lbl {
	font-family: 'Segoe UI',Arial,Geneva,Helvetica,sans-serif;
/* 	font-size: 12px; */
	font-weight: normal;
/* 	margin-left: 5px; */
	vertical-align: middle;
}
span.i-lbl {
	font-family: 'Segoe UI',Arial,Geneva,Helvetica,sans-serif;
/* 	font-size: 11px; */
	font-weight: normal;
/* 	margin-left: 5px; */
	vertical-align: middle;
}
span.b-lbl {
  padding: 2px 8px 2px 8px;
  color: #b8b8b8;
/*   border-radius: 6px; */
  border:1px solid #ddd;
  text-align: center;
/*   font-size: 12px; */
  vertical-align: middle;
}
span.b-switch {
  padding: 2px 4px 2px 4px;
  border-radius: 6px;
  border:1px solid #ddd;
  text-align: center;
/*   font-size: 12px; */
  vertical-align: middle;
}
span.b-switch:hover {
  font-weight: bold;
}
span.b-on {
  color: white;
  background-color: #2570ba;
}
span.b-off {
  color: #2570ba;
  background-color: white;
}
span.i-btn {
/*   margin-left: 10px; */
  padding: 2px 8px 2px 8px;
  color: #2570ba;
  border: solid 1px grey; /* #2570ba; */
/*   border-radius: 6px; */
/*   background-color: #2570BA; */
  text-align: center;
/*   font-size: 12px; */
  vertical-align: middle;
}
span.i-btn:hover {
	color: white;
	background-color: #2570ba;
	
}
span.i-btn-white {
  color: white;
  border: solid 1px white;
}

.m-lbl {
    /* padding: 4px 6px 4px 6px; */
    color: black;
	/* text-align: center; */
/*     font-size: 12px; */
    vertical-align: middle;
    padding-left: 10px;
    min-width: 25px;
}

span.a-lbl {
    color: black;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    display: inline-block;
}
span.c-lbl {
/*     padding: 4px 6px 4px 6px; */
    color: black;
    text-align: center;
/*     font-size: 12px; */
    vertical-align: middle;
}
span.c-dis {
  	margin-left: 3px;
	padding: 2px 6px 4px 6px;
    color: lightgrey;
    text-align: center;
/*     font-weight: bold; */
/*     font-size: 12px; */
    vertical-align: middle;
	background-color: white;
	border: 1px solid lightgrey;
	border-radius: 2px;
/*     background-color: rgb(231,240,249); */
}
span.c-sel {
  	margin-left: 3px;
	padding: 2px 6px 4px 6px;
    color: black;
    text-align: center;
    font-weight: bold;
/*     font-size: 12px; */
    vertical-align: middle;
	background-color: #e6ebf5;
	border-radius: 2px;
/*     background-color: rgb(231,240,249); */
}
span.c-btn {
  margin-left: 3px;
  padding: 2px 8px 4px 8px;
  color: black;
  background-color: #f7f7f7;
  text-align: center;
/*   font-size: 12px; */
  vertical-align: middle;
}

span.c-btn:hover {
	background-color: #e7e7e7;
	border-radius: 2px;
}

a.c-btn,
a.c-btn:hover,
a.c-btn:visited {
	color: black;
	text-decoration: none;
	vertical-align: baseline;
}

span.opt-group {
	margin-left: 10px;
	border: 1px solid #ddd;
	padding: 5px 5px 8px 5px;
}

.close {
	float: right;
	text-align: right;
	padding-right: .5em;
    font-weight: bold;
}
div.close > a:hover {
	text-decoration: none;
}

.lstTit {
	font-weight: bold;
	font-size: larger;
	color: #6a6868;
	margin-top: 6px;
	margin-bottom: 6px;
}

.n2cl {
    list-style-type: none;
    padding: 0;
    margin: 0;
    column-count: 2;
/*     -moz-column-count: 2; */
/*     -webkit-column-count: 2; */
}
.n5cl {
    list-style-type: none;
    padding: 0;
    margin: 0;
    column-count: 5;
/*     -moz-column-count: 2; */
/*     -webkit-column-count: 2; */
}

.ctl {
    list-style-type: none;
    padding: 0;
    margin: 0;
    column-count: 1;
/*     -moz-column-count: 4; */
/*     -webkit-column-count: 4; */
}

.ncl {
    list-style-type: none;
    padding: 0;
    margin: 0;
/*     -webkit-column-count: 4; */
    column-count: 4;
/*     -moz-column-count: 4; */
}

.ctl > li:hover,
.n2cl > li:hover,
.n5cl > li:hover,
.ncl > li:hover { 
	background: rgba(230, 230, 230, 1);
/* 	font-size: larger; */
	text-decoration: none;
	cursor: pointer;
	border-right: solid 5px #2570ba;
}

.stx-popup-div {
	visibility:hidden;
	position:absolute;
	background:#ffffff;
	border:1px solid #2570ba;
	left:10%;
/* 	height:70%; */
	right:10%;
	z-index:300;
	padding:10px;
}
.stx-popup-div.active {
	visibility:visible;
}
.stx-popup {
	visibility:hidden;
	max-height: 400px;
	overflow: auto;
}
.stx-popup.active {
	visibility:visible;
}

.stx-popup > ul li {
	padding: 5px;
}

/* ---------------------------------------------
   --- Tools links list
   --------------------------------------------- */
.logo a, .logo a:visited {
	float: left;
	margin-left: 8px;
	font-weight: bold;
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
	color: #fff;
	text-decoration: none;
}

.usrMsg {
	color: #fff;
	padding-right: 10px;
}

/* Font-icons */
/* initial content of style.css as generated with IconMoon */
/* original files in [L:\WebComm\Visual Communications\04_Icons\03 - BIS icons collection\Font icons\Explorer] */
@font-face {
  font-family: 'bisicons';
  src: url('fonts/bisicons.eot?wm0anm');
  src:  url('fonts/bisicons.eot?wm0anm#iefix') format('embedded-opentype'),
    url('fonts/bisicons.woff2?wm0anm') format('woff2'),
    url('fonts/bisicons.ttf?wm0anm') format('truetype'),
    url('fonts/bisicons.woff?wm0anm') format('woff'),
    url('fonts/bisicons.svg?wm0anm#bisicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="stx-icon-"], [class*=" stx-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bisicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  vertical-align: middle;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.stx-icon-book:before {
  content: "\f02d";
  vertical-align: middle;
  font-size: 16px;
}
.stx-icon-excel2:after {
  content: "\e916";
  margin-left: .2em;
  color: #0f8627;
}
.stx-icon-pdf2:after {
  content: "\e917";
  margin-left: .2em;
  color: #aa332f;
}
.stx-icon-settings:before {
  content: "\e91d";
  vertical-align: middle;
}
.stx-icon-data:before {
  content: "\e900";
  vertical-align: middle;
  font-size: 11px;
}
.stx-icon-arrowclose:before {
  content: "\e901";
  font-size: 7px;
/*   vertical-align: super; */
}
.stx-icon-arrowopen:before {
  content: "\e925";
  font-size: 7px;
/*   vertical-align: super; */
}
.stx-icon-structure2:before {
  content: "\e92c";
}
/* .stx-icon-pdf2:before { */
/*   content: "\e917"; */
/* } */
.stx-icon-email:before {
  content: "\e918";
}
.stx-icon-sitemap:before {
  content: "\e919";
}
.stx-icon-contact:before {
  content: "\e91a";
}
.stx-icon-search:before {
  content: "\e91e";
}
.stx-icon-help:before {
  content: "\e91f";
  font-size: 22px;
  color: #aa332f;
  background-color: white;
}
.stx-icon-help:hover:before {
  color: #00407f;
}
.stx-icon-structure:before {
  content: "\e920";
  vertical-align: middle;
}
.stx-icon-rss:before {
  content: "\e922";
}
.stx-icon-youtube:before {
  content: "\e923";
}
.stx-icon-twitter:before {
  content: "\e924";
}
.stx-icon-symbolbis:before {
  content: "\e906";
}
.stx-icon-download:before {
  content: "\e907";
}
.stx-icon-share:before {
  content: "\e908";
  vertical-align: middle;
  padding-right: 2px;
}
.stx-icon-explorer:before {
  content: "\e909";
}
.stx-icon-explorer-tbar:before {
  content: "\e909";
  font-size: 14px;
  vertical-align: text-top;
}
.stx-icon-explorer-mid:before {
  content: "\e909";
  vertical-align: middle;
}