
/*body > div.maincontainer {
    width: 100%;
    margin: auto;
}*/


/* this prevents listbox flicker at page end*/
body {
	overflow-y: clip;
}


@media print {
	body {
		overflow-y: unset;
	}
	
	div.pane div.overlay div.popup {
		margin: 0 0 0 0;
		width: 100%;
		height: unset;
		max-height: unset;
		overflow: unset;
	}
	
	.popup, .content {
		overflow: unset;
		max-height: unset;
		height: auto;
		margin: unset;
		/*height: 10000px;*/
	}
	
	.headercontent picture {
		visibility: hidden;
	}
	
	.headercontent .navstat {
		color: black;
	}
	 
	.close, .treeview,  
	
	 .toolbar,  .itc-slider {
		display: none !important;
		visibility: hidden;
	}
}


/*.tiptext {
    color:#069; 
    cursor:pointer;
}

.tiptext .description {
    visibility: hidden;
    position:absolute;
    border:1px solid #000;
    background-color: white;
    width: 256px;
    height: 384px;
}

.tiptext:hover .description {
  visibility: visible;
}*/

body.preview {
    thead, 
    tbody tr > td:first-child,
    tbody tr td:last-child nav
    {
	    visibility: hidden;
    	display: none;
    }
}


.tip {
	cursor: pointer;
	text-decoration: underline;
	color:#069;
}


iframe.ifrm1 {
	--margin-top: 16px;
  opacity: 0;
  /*transition: opacity 1.5s linear;*/
  visibility:hidden;
  position: fixed;/*absolute;*/
  width: 100%;
  height: 100%;
  top: 30%;
  
  border: none;
  overflow-y: scroll;
    
  z-index: 100000;
 /* min-height: 384px;
  min-width: 256px;*/
   
}
.tip1:hover + iframe.ifrm1 {
  opacity: 1;
  /*transition: opacity 1.5s linear;*/
  visibility: visible;
}


@CHARSET "UTF-8";

div.maincontainer {
	margin:0px;
	padding: 0px;
}

@CHARSET "UTF-8";

div#headercontaineroffset {}

div#headercontainer {
	position:fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index:10;
}

div#headercontainer > iframe {
	position:absolute;
	z-index:-1;
	border:none;
	width:100%;
	height:100%;
}

div#documentcontainer {
	margin:0px;
	padding: 0px;
}

[data-theme="dark"] {
	--hdr-filter: contrast(1.5);
}

[data-theme="light"] {
	--main-btn-filter: invert(100%);
}

div.headercontainer div.headercontent {
	filter: var(--hdr-filter);
}

div.mainmenu a {
	text-decoration: none;
}

div.mainmenu {
	z-index: 10000;
}

input#mainbutton.mainbutton {
	z-index: 2;
/*	width: 128px;*/
	/*height: 32px;*/
/*	border-radius: 48px;*/
	border-radius: unset;
	box-shadow: unset;
	position: absolute;
	left: 5px;
	top: 5px;
}



div#headercontent.headercontent nav.nav-menu {
	top: 0.2em;
	right: 0px;
	font-size: 1.8em;
}

div.navstat {
	left: 64px;
	bottom: 6px;	
	position: absolute;
	bottom: 5px;
	color: white;
}

div.navstat div  {
	text-shadow: 0px 1px black;
}
	




/********************/
/* headermainbutton */
/********************/

input.mainbutton {
	width: 48px;
	height:48px;
	border-radius: 24px;
	box-shadow: 0 0 7px #2d5986;
	position: relative;
	z-index: 1;
}

input.mainbutton:hover {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

input.mainbutton:focus {
	outline: none;
	box-shadow: 0 0 7px #000;
}


/********************/
/* headermainmenu   */
/********************/

div.mainmenu {
	box-sizing: border-box;
	position: absolute;
	width: 400px;
	height: auto;
	/*max-height: 500px;*/
	top: 35px;
	background-color: white;
	border: 1px solid #b1c9ea;
	border-top-width: 20px;
	border-radius: 5px;
	box-shadow: 0 0 7px #2d5986;
	overflow-y: auto;
	padding:1px;
}

div.mainmenu  > div {
	background: linear-gradient(to top, #ffffff, #cce6ff);
	border: 1px solid #b1c9ea;
	padding:5px 0px;
}

div.mainmenu  > div p {
	position:relative;
	margin: 0px;
	padding: 7px 5px 7px 28px;
}

div.mainmenu  > div p:focus {
	background: linear-gradient(to top, #b1c9ea, #cce6ff, #cce6ff, #b1c9ea);
	cursor: pointer;
}

/*div.mainmenu  > div p a {
    text-decoration: none;
}*/

div.mainmenu  > div p a img {
	position:absolute;
	left:3px;
	top:3px;
	width:20px;
	height: 20px;
}

div.mainmenu  > div p a span {
	display:inline-block;
	padding-left:5px;
}

div.mainmenu  > div p.selected a {
	color: blue;
	font-weight: bold;
}

div.mainmenu  > div p a:focus {
	outline: none;
}


:root {
	--menu-color: white;
	--submenu-color: black;
	--submenu-bg: rgba(241, 241, 241, 1);
	--submenu-opacity: 80%;
	--nav-menu-font-size: 11pt;
	--nav-menu-shadow: 1px 1px black;
}

[data-theme="dark"] {
	--menu-color: white;
	--submenu-color: black;
	--submenu-bg: white;
	--submenu-opacity: 100%;
	--nav-menu-shadow: unset;
	/*--nav-menu-font-size: 11pt;*/
}

[data-theme="light"] {
	--menu-color: black;
	--submenu-color: black;
	--submenu-bg: white;
	--submenu-opacity: 100%;
	--nav-menu-shadow: unset;
	/*--nav-menu-font-size: 11pt;*/
}

nav.nav-menu {
	z-index: 3;
	position: absolute;
/*	right: 0px;
	bottom: 0px;*/
	width: auto;
	--font-size: 12pt;
	font-size: var(--nav-menu-font-size);
	
  height: fit-content;
}

nav.nav-menu ul {
	display: flex;
	list-style: none;
	color: var(--submenu-color);
	--font-size: 12pt;
	justify-content: right;
	/*padding: 6px;*/
	margin: 5px;
}
nav.nav-menu ul li {
	padding-inline: 0.4em;
}




li.nav-menu-li a {
	cursor: pointer;
	color: var(--menu-color);
	text-decoration: none;
}


nav.nav-menu ul.nav-sub-menu {
    width: /*100%*/ auto;
    z-index: 300;
    height: 0;
    /*top: 100%;*/
 /*   left: 50px;*/
    overflow: hidden;
    background-color:var(--submenu-bg);/* rgba(241, 241, 241, 1);*/
    color: #000;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition: height 0s ease 0s;
    -o-transition: height 0s ease 0s;
    transition: height 0s ease 0s;
    position: absolute;
    padding-left: 1em;
    opacity: var(--submenu-opacity);
    /*outline: 1px solid black;*/
}


nav.nav-menu li.nav-menu-li:last-child  ul.nav-sub-menu {
    right: 0px;
}

ul li.nav-menu-li ul.nav-sub-menu li ul.nav-sub-menu {
	height: 0;
}

ul li.nav-menu-li ul.nav-sub-menu li:hover .nav-sub-menu {
	/*3-rd level menu*/
    overflow: hidden;
    height: auto;
    /*font-size: 1em;*/
}

nav.nav-menu li.nav-menu-li ul.nav-sub-menu a {
    text-decoration: none;
}

/*
nav.nav-menu li.nav-menu-li ul.nav-sub-menu a:visited {
    color: red;
}*/

li.nav-menu-li:hover .nav-sub-menu,
li.nav-menu-li:focus-visible .nav-sub-menu
{
	/*2-nd level menu*/
    overflow: hidden;
    height: auto;
    /*font-size: 1em;*/
}

.nav-sub-menu li {
	padding: 0.5em;
}

.nav-menu-hidden,
.mobile-menu {
	display: none;
}
.mobile-menu {
	width: 21px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	padding: 10px;
	top: 16px;
	right: 16px;
	z-index: 5;
	line-height: 20px;
    background-color: navy;
}

/* mobile menu container */
.mobile-menu-span {
	display: block;
	position: relative;
	width: 21px;
	height: 2px;
	margin: 9px 0;
	background-color: #fff;
	-webkit-transition: height .8s ease 0s;
	-o-transition: height .8s ease 0s;
	transition: height .8s ease 0s;
}

.mobile-menu-span::after,
.mobile-menu-span::before {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	content: "";
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.mobile-menu-span::before {
	top: -5px;
}

.mobile-menu-span::after {
	bottom: -5px;
}

@media (max-width:980px) {
	.mobile-menu {
		display: block;
	}
	.nav-header-main{
		display: none;
		top:-20px;
	}
  nav.nav-menu {
		display: none;
		top:-20px;
		
		overflow-y: scroll;
	position: fixed;
	height: 100%;
	}
	
	

	#open:checked~.mobile-menu .mobile-menu-span {
		height: 0;
		-webkit-transition: height 0s linear 0s;
		-o-transition: height 0s linear 0s;
		transition: height 0s linear 0s;
		background-color: #000;
	}

	#open:checked~.mobile-menu .mobile-menu-span::before {
		top: -6px;
		-webkit-transform: translate(0, 10px) rotate(45deg);
		-ms-transform: translate(0, 10px) rotate(45deg);
		transform: translate(0, 10px) rotate(45deg);
		background-color: #000;
	}

	#open:checked~.mobile-menu .mobile-menu-span::after {
		bottom: -6px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background-color: #000;
	}

	.mobile-menu-span::after,
	.mobile-menu-span::before {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		content: "";
	}

	#open:checked~ .nav-header-main {
		display: block;
		background-color: rgba(241, 241, 241, 0.7);
		backdrop-filter: blur(5px);
	}

    #open:checked~ .nav-menu {
		display: block;
		background-color: rgba(241, 241, 241, 0.7);
		backdrop-filter: blur(5px);
	}


	#open:checked~.mobile-menu .mobile-menu-span {
		height: 0;
		-webkit-transition: height 0s linear 0s;
		-o-transition: height 0s linear 0s;
		transition: height 0s linear 0s;
	}

	#open:checked~.mobile-menu .mobile-menu-span::before {
		top: -6px;
		-webkit-transform: translate(0, 10px) rotate(45deg);
		-ms-transform: translate(0, 10px) rotate(45deg);
		transform: translate(0, 10px) rotate(45deg);
	}

	#open:checked~.mobile-menu .mobile-menu-span::after {
		bottom: -6px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.header-wrapper-nav{
		left: 0;
	}
	.nav-header-main,.nav-menu ul{
		display: flex;
		flex-direction: column;
		background-color: rgba(241, 241, 241, 0);
		color: #000;
		height:auto;
		padding-left: 25px;
	}
	.nav-header-main,.nav-menu li a{
		background-color: rgba(241, 241, 241, 0);
		color: #000;
		padding: 10px;
		line-height: 40px;
	}
	.nav-header-main,.nav-menu li {
		height: auto;
		padding: 0;
		position: relative;
	}
	.nav-header-main,.nav-menu .nav-menu-li .nav-sub-menu {
		border-top: none;
		height: auto;
		overflow: auto;
		position:relative;
		left: 0;
		padding-left:25px;
		background-color: rgba(241, 241, 241, 0);
	}

	.nav-sub-menu > li {
		display: block;
		text-align: left;
		padding: 0;
		color: #000;
	}

	.sub-sub-menu {
		border-top: none;
		padding-top: 0;
		padding-left: 15px;
		display: flex;
		flex-direction: column;
		margin-top: 0;
	}

	.sub-sub-menu li {
		display: block;
		float: left;
		clear: both;
		line-height: 40px;
		padding: 0;
	}

	.sub-sub-menu li a {
		text-align: left;
		color: #000;
		padding: 5px;
		line-height: 40px;
		height: 100%;
	}
}




div.table td p {
	margin:0px;
}

div.table td a {
	display:block;
}

div.table p:first-child {
	font-size:16px;
	font-family: "Courier New", FreeMono;
}

div.table caption {
	border-bottom: 1px solid gray;
	margin-bottom: 5px;
}

div.table td > p span {
	font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#a8a8a8;
	display:block;
}

div.table td > p span:first-child {
	margin-top:5px;
}

div.table td > p span:last-child {
	margin-bottom:10px;
}

/* listview and listbox */
div.documentcontent div.listbox {
	width: 100%;
}

div.listview.control > div, div.listview.control > div:hover {
		outline: none;
}

div#listview_26.control > div {
    outline: none;
}

/*div#listview_26.listview > div:focus,
div#listview_26.listview > div.focused {
	background-color:white;
	outline:none;
	box-shadow: none;
}*/


div.navblk  div> a>ul {
	padding: 5px;
	background-color: #09e8ad;	
	margin-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.navblk  div> a>p {
	padding: 5px;	
	background-color: #8ff0a4;	
	margin: 0.5em;
}

div.navblk  div a {
	text-decoration: none;
	color: black;
}

img.label {
	width: 100px;
	float: left;
  border: 1px gray solid;
  margin: 0px 15px 0px 5px;
}

/*div#mainmenu.mainmenu {
  font-size: 1em;
  border: 1px solid #c1c9ea;
}*/

/*div#mainmenu.mainmenu > div {*/
  /*  background: linear-gradient(to top, #ffffff, #eee6ff);
    border: 1px solid #c1c9ea;*/
    /*padding: 5px 0px;*/
/*}*/

div#mainmenu.mainmenu div p a {
    text-decoration: none;
}

div.text-nav a:visited,
div.text-nav a:active {
    color: white;
}




/* menu */

div#headercontent.headercontent nav.nav-menu {
	top: 5px;
	padding: 2px;
	right: 0px;
	--font-size: 10pt;
	font-size: var(--nav-menu-font-size);
}

nav.nav-menu ul {
	 margin: 0;
  /* padding: 0; */
}

nav.nav-menu li.nav-menu-li ul.nav-sub-menu a {
   /* text-decoration: none;*/
    color: black;
}

nav.nav-menu li.nav-menu-li ul.nav-sub-menu a:visited {
    color: black;
}


:root {
   /*CMYK (40,0,20,40) RGB (92,153,122) #5C997A*/
   --body-color: unset;
   --header-bg: #5C997A;
   --toolbar-bg: #5C997A;
   --toolbar-text: white;
   --toolbar-search-bg: aliceblue;
   --popup-title-text: white;
   --popup-title-bg: /*#028*/#3D5C99;
   --popup-title-close: #0aff0a;
   --navstat-shadow: 0px 1px black;
   --navbar-bg: #eee;
   --listview-text: black;
   --listview-bg: white; 
   --listview-focus: white;
   --listview-link: navy;
   --listview-art-font: 10pt;
   --listview-title-font: 12pt;
   /*--nav-btn-bg: #b670f580;
   --nav-btn-text: black;*/
   --nav-btn-bg: #324acd4a;
   --nav-btn-text: black;
   --slider-filter: unset;
   --img-filter: unset;
   --treeview-nodes: unset;
   --hdr-img-vis: visible;
}

[data-theme="dark"] {
   --body-color: black;
   --header-bg: #000;
   --toolbar-bg: #333;
   --toolbar-text: white;
   --popup-title-bg: #333;
   --popup-title-text: white;
   --popup-title-close: white;
   --navstat-shadow: none;
   --navbar-bg: #333;
   --listview-text: #eeeeee;
   --listview-bg: black;
   --listview-bg-hover: #222;
   --listview-tr-hover: #555;
   --listview-focus: black;
   --listview-link: rgb(255, 255, 255);
   --listview-art-font: 16pt;
   --listview-title-font: 18pt;
   --nav-btn-bg: #170d1f;
   --nav-btn-text: white;
   --slider-filter: grayscale(100%) contrast(1.8);
   --img-filter: grayscale(100%) contrast(1.8);
   --treeview-nodes: white;
   --nav-font-size: 14pt;
   
   --hdr-img-vis: hidden;
}

[data-theme="light"] {
   --body-color: white;
   --header-bg: /* #fff*/ #555;
   ----main-btn-filter: invert(100%);
   --navstat-shadow: none;
   --toolbar-bg: #eee;
   --toolbar-text: black;
   --toolbar-search-bg: #333;
   --toolbar-search-filter: invert(100%);
   --toolbar-img: invert(100%);
   --popup-title-bg: #eee;
   --popup-title-text: black;
   --popup-title-close: #222;
   --navbar-bg: #eee;
   --listview-text: black;
   --listview-bg: white;
   --listview-bg-hover: #fff;
   --listview-tr-hover: #ccc;
   --listview-focus: #efe;
   --listview-link: rgb(0, 0, 0);
   --listview-art-font: 16pt;
   --listview-title-font: 18pt;
   --nav-btn-bg: #fff;
   --nav-btn-text: black;
   --slider-filter: grayscale(100%) contrast(1.8);
   --img-filter: grayscale(100%) contrast(1.8);
   --treeview-nodes: black;
   --nav-font-size: 14pt;
   
   --hdr-img-vis: hidden;
}

[data-theme="blue"] {
   --body-color: unset;
   --header-bg: #393185ff;
   --toolbar-bg: #393185ff;
   --toolbar-text: white;
   --toolbar-search-bg: aliceblue;
   --popup-title-text: yellow;
   --popup-title-bg: #028;
   --popup-title-close: #0aff0a;
   --navstat-shadow: 0px 1px black;
   --navbar-bg: #eee;
   --listview-text: black;
   --listview-bg: white; 
   --listview-focus: white;
   --listview-link: navy;
   --nav-btn-bg: #324acd4a;
   --nav-btn-text: black;
   --slider-filter: unset;
   --img-filter: unset;
   --treeview-nodes: unset;
   --hdr-img-vis: visible;
	 --slider-filter: hue-rotate(291deg);
   --listview-art-font: 10pt;
}

body {
   background-color: var(--body-color);
}

div#headercontent.headercontent input#mainbutton.mainbutton {
   filter: var(--main-btn-filter);
}

div#headercontent.headercontent input#mainbutton.mainbutton:hover {
   filter: invert(20%);
}

div#headercontent.headercontent {
	background-color: var(--header-bg);
}


div#navstat.navstat div {
   color: var(--toolbar-text);
   text-shadow: var(--navstat-shadow);
}



div.text-nav {
   color: var(--toolbar-text);
   padding-left: 4px;
}

div.itc-slider {
   filter: var(--slider-filter);
}



div#headercontent.headercontent > picture {
   filter: var(--img-filter);
   visibility: var(--hdr-img-vis);
}



input#mainbutton.mainbutton:hover {
    filter: invert(20%);
 }
 
 div.itc-slider-item div.text-block {
    bottom: 0px;
    padding-left: 96px;
 }


 div#navblk.navblk div >a > p {
   background-color: var(--nav-btn-bg);
   color: var(--nav-btn-text);
   font-size: var(--nav-font-size);
 }

 

/* override left navigation background */
div#documentcontent div.navblk,
div#documentcontent div.treeview {
   background-color: var(--navbar-bg);
}

div#documentcontent div.treeview a  {
   color: var(--treeview-nodes);
}

div#documentcontent div.treeview {
   overflow-y: auto;
}

/* listview content */

div.listbox div.listview {
   background-color: var(--listview-bg);
}

div.listbox div.listview > div:hover {
	background-color: var(--listview-bg-hover);
}

div.listbox div.listview tr:hover {
	background-color: var(--listview-tr-hover);
	cursor:pointer;
}


div.listbox div.listview tr.selected {
	background: none;
	outline:1px solid #b1c9ea;
}

div.listview span > a {
   color: var(--listview-link);
   font-size: var(--listview-title-font);
}

div.listview td > div, div.listbox > div.listview span {
   color: var(--listview-text);/*black;*/
   font-size: var(--listview-art-font);
}

/* override scrollhome arrow */
div#listbox.listbox div.listview  div.scrollhome {
   background-image: url(uparrow.png);
}

div#listbox div.listview.control > div {
   outline: none;
}

div.listbox div.listview > div:focus,
div.listbox div.listview > div.focused {
  background-color: var(--listview-focus);
  outline:none;
  box-shadow: none;
}




/* preview pane*/
#wdialog > div > div > div.content {
  /* padding: 0 5% 10% 5%;*/
  padding: 0 5px 10% 5px;
}

/*#wdialog.dialog > div > div > div.content::after {
   content: url(printer.svg) " print it";
   filter: invert(0.3);
  
}*/

p.printer a {
   text-decoration: none;
}

p.printer a > img {
   content: url(printer.svg);
   filter: invert(0.5);
}

#wdialog > div.overlay > div.popup {
   margin: 2% 5% 5% 5%;
   height: 90%;
}

/* popup dialog pane*/

div.overlay > div.popup > div.hdr {
   /*background-image: url("image8188gray2.png");*/
   background-position-x: right;
   background-image: url("download.php?ds=file_data&id=16217BCB-46A6-446D-8920-7B67411B2FC5");
   background-color: var(--popup-title-bg);/*#028;*/
   color: var(--popup-title-text);
   padding: 5px;
   border-radius: 3px;

   > div > h2 {
    color: var(--popup-title-text);
   }
 }
 
 /*div.overlay > div.popup > div.hdr > div > h2 {
    color: var(--popup-title-text);
 }*/
 
/*div.pane div.hdr div a.close,
div.popup div.hdr div a.close {
   color: var(--popup-title-close);
}*/
 
div.pane, div.popup {
   div.hdr div a.close {
   color: var(--popup-title-close);
   }
}

   

.content iframe.ifrm1 {
position: absolute;
top: 30%;
}

/* documentcontent */

div.listview nav {
    display: inline;
    /* outline: dashed navy 1px; */
    border-radius: 4px;
    background-color: var(--nav-btn-bg);
    padding: 2px;
}

div.documentcontent {
	display: flex;
}

div.documentcontent div.vert {
    display: flex;
    flex-direction: column;
    width: 100%;
}

div.documentcontent div.vert div.horz {
    display: flex;
}

div.horz, div.vert {
   background-color: var(--listview-bg);
}


@media screen and (orientation:portrait) {
   div.documentcontent {
    /*display: flex;*/
      flex-direction: column;
   }
    
   image#mainbutton.mainbutton {
    	content: url(download.php/icon.png);
   }

   div.documentcontent div.vert div.horz {
      flex-direction: column;
   }

   div.itc-slider {
      max-height: 40vh;
   }

   div.itc-slider-wrapper {
      max-height: 40vh;
   }

    /* this is declared for form where navblk is used*/
    /*div.navblk {
        text-wrap: nowrap;
        flex-wrap: wrap;
        max-width: none;
        width: auto;
    }*/

   div#toolbar.toolbar {
      display: flex;
      /*flex-wrap: nowrap;*/
      flex-wrap: wrap;
      flex-direction: row;
   }

   div#toolbar.toolbar div#search {
     position: unset;
     left: unset;
   }
   
   div#toolbar.toolbar div#search input[type="text"] {
      width: 18vh;
   }
    
    
    
   div.treeview {
    	width: 100%; 
      max-height: 20vh;
   }

   div.mailpane {
      min-width: unset;
      min-width: unset;
   }
    
   nav.nav-menu li.nav-menu-li ul.nav-sub-menu a {
    	text-decoration: underline;    
	 }
	 
	 div#dialog.dialog > div.overlay > div.popup {
  	margin: 20px auto;
	 }
}

@media screen and (orientation:landscape) {
    div.documentcontent {
        flex-direction: row;
    }


    div.documentcontent div.vert div.horz {
        flex-direction: row;
    }

    div.itc-slider {
      max-height: 60vh;
    }

    div.itc-slider-wrapper {
      max-height: 60vh;
    }


    /* this is declared for form where navblk is used*/
    /*div.navblk {
        width: auto;
        max-width: 300px;
    }*/
    
   div#toolbar.toolbar div#search {
     position: relative;
     /*left: 64px;*/
   }
   
   div#toolbar.toolbar div#search input[type="text"] {
      width: 40vh;
   }

   div#toolbar.toolbar > div.focused:has(+a) {
      background-color: unset;
      filter: invert(1);
   }
    
   div.treeview {
    	max-width: 30%;
   }

   div.mailpane {
     min-width:800px;
	   min-height:600px;
   }
   
   nav.nav-menu li.nav-menu-li ul.nav-sub-menu a {
    text-decoration: none;
	 }
}

/* toolbar customizations */
div.toolbar {
	background-color: var(--toolbar-bg);
   color: var(--toolbar-text);
}

div#toolbar.toolbar > div.focused {
   box-shadow: unset;
   background-color: unset;
   filter: invert(1);
}

div#toolbar.toolbar div {
	margin: 5px;
	outline: none;
	color: var(--toolbar-text);
	font-size: 12pt;
}

div#toolbar.toolbar div img {
   filter: var(--toolbar-img);
}

div#toolbar.toolbar div#tbar-title {
  outline: none;
  color: var(--toolbar-text);
	font-weight:bold;
	font-size: 16pt;
}

div#toolbar.toolbar div#tbar-title:hover,
div#toolbar.toolbar div#sstat:hover
 {
	background-color: inherit;
  filter: unset;
}

div#toolbar.toolbar div#search {
	padding: 4px;
	border-radius: 6px;
	background-color: var(--toolbar-search-bg);
   filter: var(--toolbar-search-filter);
}


div#toolbar.toolbar > div:hover {
	background-color: darkgray;
   filter: invert(100%);
}

div#toolbar.toolbar > div#lng  {
	float: right;
}

div#toolbar.toolbar > div#lng a {
   color: var(--toolbar-text);
   text-decoration: none;
}

div#toolbar.toolbar > div#lng:hover {
	/*background-color:aqua;*/
	opacity: 80%;
}

/*div#toolbar.toolbar div#search > input[type="text"] {
	width: -webkit-fill-available;
}*/

img.label {
  filter: var(--img-filter);
	width: 100px;
	float: left;
  border: 1px gray solid;
  margin: 0px 15px 0px 5px;
}

div.dt {
	display:block;
}

/*div.listview td span {
	padding: 5px;
}*/

div.listbox {
    width: 100%;
}


div.listbox > div.listview td > div  {
	padding: 1%;
}


@media print {
	body {
		overflow-y: unset;
	}
	
   p.printer {
      display: none;
      visibility: hidden;
   }
	
	div#dialog.dialog > div.overlay,
	div#wdialog.pane > div.overlay  {
		visibility: hidden;
		position: inherit;
	}
	
	div#dialog.dialog > div.overlay > div.popup {
		margin: unset;
		width: unset;
		height: unset;
		position: unset;
		max-height: unset;
	}
	
	a::after {
		content: " (" attr(href) ")";
	}
	
	div#dialog.dialog,div#wdialog.pane > div.overlay > div.popup {
		margin: unset;
		width: unset;
		height: unset;
		max-height: unset;
		box-shadow:unset;
		border-radius: unset;
	}
	
	
	/*div.pane div.overlay div.popup {
		margin: 0 0 0 0;
		width: 100%;
		height: unset;
		max-height: unset;
		overflow: unset;
	}*/
	
	.popup, .content {
		overflow: unset;
		max-height: unset;
		height: auto;
		margin: unset;
		/*height: 10000px;*/
	}
	
	.close, .documentcontent, .treeview, .treeview1,
	#headercontaineroffset,
	#headercontainer.headercontainer,  .toolbar, .headercontent, .itc-slider {
		display: none !important;
		visibility: hidden;
	}
}


div.dialog, div.pane {
	display: inline;
}

div.dialog > div.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  /*z-index: 999;*/ 
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}


div.dialog > div.overlay > div.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;   
	position: relative;
  visibility:hidden;
  box-shadow: inset 0px 0px 1px 1px #ccc;
  font-size: 16px;
  /*transition: all 5s ease-in-out;*/
  display: flex;
  flex-direction: column;
  max-height: 80vh;
}



div.dialog > div.overlay > div.popup span#tech_data {
	visibility:hidden;
	height: 0px;
	overflow: auto;
	font-size: 10pt;
}

div.dialog > div.overlay > div.popup span#tech_link {
	cursor: pointer;
	font-style: underline;
	font-size: 8pt;
	color: navy;
	display: block;
	overflow: auto-y;
	height: 10px;
}


div.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

div.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  /*transition: all 200ms;*/
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){

 /* .popup{
    width: 70%;
  }*/
  
  div.dialog > div.overlay > div.popup {
  width: 90%;
  }

  
}

@media only screen and (max-width: 1200px) {
   div.pane > div.overlay > div.popup  math {
      background-color:aqua;
      font-size: 48px;
   }
}


div.pane > div.overlay > div.popup {
  margin: 5px 5px 5px 5px;/* auto;*/
  padding: 5px;
 /* width: 99%;*/
  width: auto;
  height:95%;
}

div.pane > div.overlay > div.popup > div.content {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 98%;
}

div.popup div.hdr a.close {
    color: #0aff0a /*green*/;
}



div.pane div.hdr a.close {
    color: #0aff0a /*green*/;
}

div.pane div.hdr a.close:hover {
    color: #06D85F;
}

div#wdialog.pane > div.overlay > div.popup > div.content a.tip {
	cursor: pointer;
	text-decoration: underline;
	color:#069;
}

.popup .buttons {
    color: #cce;
    padding: 15px 0px 0px 0px;
    margin: 5px;
}

div.dialog div.buttons a.dialog_btn {
  background-color: #d8f0fb;
  color: black;
  padding: 5px;
  margin: 5px;
}


html{
	min-height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	        flex-direction: column;
}
body {
font-size: 100%;
min-height: 100%;
font-family: 'PT Sans', sans-serif;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        flex-direction: column;
-ms-flex: auto;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        flex: auto;
	margin: 0;
}
main{
	width: 100%;
	margin: auto;
	-ms-flex: 1 0 auto;
	    -webkit-box-flex: 1;
	    -webkit-flex: 1 0 auto;
	        flex: 1 0 auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
footer{
	width: 100%;
	min-height: 2em;
	-ms-flex:none;
	    -webkit-box-flex:0;
	    -webkit-flex:none;
	        flex:none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
	color: #000;
}

.width-wrapper{
	display: block;
	margin: 0 auto;
	/*max-width: 1920px;*/
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.header-wrapper-nav{
	display: block;
	margin: 0;
	/*max-width: 1920px;*/
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	display: flex;
	z-index: 5;
}
.nav-header-main{
	display: flex;

}
.nav-header-main ul{
	display: flex;
	color: #ffffff;
}
.nav-header-main li{

}
.nav-header-main li a{
	padding: 0 10px 10px 10px;
	text-transform: lowercase;
	width: 100%;
	cursor: pointer;
}
.width-wrapper-kontent{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	/*max-width: 1920px;*/
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/*position: relative;*/
	position: absolute;
	top: 4px;/*10%;*/
	width: 100%;
	/*padding:10px 40px 10px 40px;*/
	padding: 4px;
}
.header-div{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 auto;
	/*max-width: 1920px;*/
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 40px 10px 40px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	z-index: 100;
	background: linear-gradient(180deg, rgba(156,156,156,0.9485994226792279) 0%, rgba(156,156,156,0.47240894648875176) 32%, rgba(156,156,156,0) 100%);
}
.logo-in-header{
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 300px;
	    -ms-flex: 0 1 300px;
	        flex: 0 1 300px;
	text-decoration: none;
	padding: 0;
}
.logo-in-header img{
	width: 100%;
}
.header-slider{
	width: 100%;
	position: relative;
	height: auto;
	background-color: #d2d3d5;
}
.header-place{
	width: 100%;
	display: block;
	height: 120px;
	background-color: #5e3a3e;
}
.slides{
	width: 100%;
	display: flex;
	overflow: hidden;
}
.slides .slide{
	width: 100%;
}
.slides:nth-child(0){

}
.slides:nth-child(1){
transform: translate(100%);
}
.slide img{
	width: 100%;
}
.slider-text{
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 5%;
	margin-left: 40px;
	color: #fffbd6;
	font-size: 2em;
	font-weight: 700;
	max-width: 300px;
}
.slider-label-wrapper{
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 0px 0 20px 0;
}
.slider-label{
	display: flex;
}
.slider-label label{
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 7px;
	background-color: #ffffff;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}
.slider-label label:before{
	width: 20px;
	height: 20px;
	position: absolute;
	top: -5px;
	left: -5px;
	content: "";
}
#check-slider-1:checked ~ .slider-label-wrapper .slider-label #radiobutton-1{
	background-color: #0a3470;
}
#check-slider-2:checked ~ .slider-label-wrapper .slider-label #radiobutton-2{
	background-color: #0a3470;
}
#check-slider-3:checked ~ .slider-label-wrapper .slider-label #radiobutton-3{
	background-color: #0a3470;
}
#check-slider-4:checked ~ .slider-label-wrapper .slider-label #radiobutton-4{
	background-color: #0a3470;
}


.menu-hiden{
	display: none;
}
.width-wrapper-nav{
	background-color: #d2d3d5;
	width: 100%;
	/*background-image: url(download.php?ds=file_data&id=%22C702430B-1FCD-4940-8B9A-CB7AFEB89461%22);
	background-size: 100% auto;
	background-position: right bottom;
	background-repeat: no-repeat;*/
}

.picture {
	display: contents;
}

.nav-under-header{
	color: #606062;
	/*font-size: 1.05em;*/
	width: 100%;
	display: flex;
	/*justify-content: space-between;*/
}

div.text-nav {
    color: white;
    padding-left: 4px;
    font-weight: bold;
}

@media screen and (min-width:2000px) {
    .text-nav {
	font-size: 3em;
    }

    div.listview {
	font-size: 3em;
    }

    div.treeview {
	font-size: 3em;
    }

    img.label {
	width: 5em;
    }
}







.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
}
.custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
.custom-checkbox:checked+label::before {
	border-color: #5e3a3e;
	background-color: #5e3a3e;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
/* ÑÑ‚Ð¸Ð»Ð¸ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ ÐºÑƒÑ€ÑÐ¾Ñ€Ð° Ð½Ð° checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: #FF9FAC;
}
/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð³Ð¾ ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ñ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ° (Ð¿Ñ€Ð¸ Ð½Ð°Ð¶Ð°Ñ‚Ð¸Ð¸ Ð½Ð° Ð½ÐµÐ³Ð¾) */
.custom-checkbox:not(:disabled):active+label::before {
	background-color: #FF9FAC;
	border-color: #FF9FAC;
}
/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ°, Ð½Ð°Ñ…Ð¾Ð´ÑÑ‰ÐµÐ³Ð¾ÑÑ Ð² Ñ„Ð¾ÐºÑƒÑÐµ */
.custom-checkbox:focus+label::before {
	box-shadow: 0 0 0 0.2rem rgba(94, 58, 62, 0.25);
}
/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ°, Ð½Ð°Ñ…Ð¾Ð´ÑÑ‰ÐµÐ³Ð¾ÑÑ Ð² Ñ„Ð¾ÐºÑƒÑÐµ Ð¸ Ð½Ðµ Ð½Ð°Ñ…Ð¾Ð´ÑÑ‰ÐµÐ³Ð¾ÑÑ Ð² ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ð¸ checked */
.custom-checkbox:focus:not(:checked)+label::before {
	border-color: #FF9FAC;
}
/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ°, Ð½Ð°Ñ…Ð¾Ð´ÑÑ‰ÐµÐ³Ð¾ÑÑ Ð² ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ð¸ disabled */
.custom-checkbox:disabled+label::before {
	background-color: #e9ecef;
}



/*div.treeview {
    background-color: #aaccff;
    max-width: 30%;
}*/

/*div.listbox div.listview {
    background-color: #bbccee;
}*/

/*div.navstat {
    background-color: #cceeff;
}*/

/*div#mainmenu.mainmenu {
    background-color: #cceeff;
}*/

@CHARSET "UTF-8";

div.toolbar {
	overflow:hidden;
}

div.toolbar > div {
	background-color:transparent;
	border:2px solid transparent;
	outline:1px solid #b1c9ea;
	margin:2px 5px;
	padding: 0px 3px;
	float:left;
	white-space:nowrap;
}

div.toolbar > div:hover {
	background-color:white;
}

div.toolbar > div.focused {
	background-color:white;
	outline:1px solid gray;
	box-shadow: 0 0 7px #2d5986;
}

div.toolbar select,
div.toolbar input[type="button"],
div.toolbar input[type="text"] {
	font: inherit;
	line-height: 1.0;
	border:none;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	cursor: pointer;
	height: 20px;
}

div.toolbar select {
	min-width: 130px;
}

div.toolbar input[type="text"] {
	cursor:auto;
} 

div.toolbar select > option {
	font: inherit;
	padding: 0px;
	margin: 0px;
	border: none;
}

div.toolbar input[type="button"]:focus,
div.toolbar input[type="text"]:focus,
div.toolbar select:focus {
	outline:none;
}

div.toolbar input[type="button"]::-moz-focus-inner {
	border: none;
}

@CHARSET "UTF-8";

@media screen and (orientation=lanscape) { 
div.navstat {
	display:flex;
	flex-direction: row;	
	padding:5px;	
}

}

@media screen and (orientation=portrait) {
	div.navstat {
	/*display:flex;
	flex-direction: column;*/		
}

div.navstat ul {
	list-style:none;
	display: inline-flex;
	visibility:visible;
	padding: 0;
}

div.navstat ul li.o1 {
	visibility:visible;
	display: inline;
}

div.navstat ul li {
	visibility:hidden;
	display: none;
}
	

}


@CHARSET "UTF-8";

.search img {
	padding-right: 5px;
	vertical-align: middle;
	width:16px;
	height:16px;
}

.search span {
	padding:0px 3px;
	cursor:pointer;
}

.search .disabled a {
	color:#e0e0e0;
}

@media print {
    /* style sheet for print goes here */
    
div.treeview{
	visibility: hidden;
}

}

@media screen {
    
div.treeview{
	padding: 10px;
	box-sizing: border-box;
}

div.treeview > div {
	width:inherit;
	box-sizing: border-box;
	overflow:hidden;
	position:relative; /*for hidden backlight if overflow of parent is hidden; if static, then it not hidden*/
}

div.treeview > div > iframe { 
	position:relative;
	z-index:-1;
	border:none;
	width:100%;
	height:0px;
	box-sizing: border-box;
	display:block;
}

div.treeview > div > p {
	outline:1px solid #b1c9ea;
	position:absolute;
	z-index:-1;
	width:inherit;
	box-sizing: border-box;
	margin:-3px 0px;
	background: linear-gradient(to top, #e6f2ff, #fff, #e6f2ff);
}

div.treeview > div > p.focused {
	--box-shadow: 0 0 7px #2d5986;
	outline:1px dotted #2b5ca1;
}

div.treeview > div > ul{
	margin-top:3px; /*for correct show top of backlight without clipping*/
}

.treeview ul{
	padding:0px;
	margin:0px;
}

.treeview li{
	padding-left:0px;
	list-style-type: none;
	background:url('tlinev.png') repeat-y 24px 0px;
}

.treeview li:last-child{
	background:url('tlinev.png') no-repeat 24px 0px, url('tlinev.png') no-repeat 24px 3px;
}

.treeview li li{
	padding-left:20px;
}

.treeview div{
	cursor:pointer;
}

.treeview li > ul{
	display:none;
}
.treeview li.expanded > ul{
	display:block;
}

.treeview li > div{
	padding-left:20px;
	background:url('plus_tree2.png') no-repeat 3px 3px;
}

.treeview li.expanded > div{
	background:url('minus_tree2.png') no-repeat 3px 3px;
}

.treeview li.download > div{
	background:url('download.gif') left top/13px 13px no-repeat;
}

.treeview li.finite > div{
	background-image:none;
}

.treeview li > div > div{
	padding-left:32px;
	margin-left:-12px;
	background:url('lfoldcs.png') no-repeat 0px 0px;
}

.treeview li.expanded > div > div{
	background:url('lfoldcs.png') no-repeat 0px 0px, url('tlinev.png') repeat-y 16px 0px;
}

.treeview li.selected > div > div{
	background:url('lfoldos.png') no-repeat 0px 0px;
}

.treeview li.expanded.selected > div > div{
	background:url('lfoldos.png') no-repeat 0px 0px, url('tlinev.png') repeat-y 16px 0px;
}

.treeview li.finite > div > div{
	background:url('lfoldcz.png') no-repeat 0px 0px;
}

.treeview li.finite.selected > div > div{
	background:url('lfoldoz.png') no-repeat 0px 0px;
}

.treeview li > div > div > div{
	padding:1px 2px 6px;
}

.treeview a{
	text-decoration:none;
	color:black;
	padding:0px 2px;
}

.treeview li.selected > div a {
	color:#004d99;
}




div.treeview > div > div:nth-child(2) {
	outline:1px solid #b1c9ea;
	position:absolute;
	z-index:-1;
	width:inherit;
	box-sizing: border-box;
	margin:-3px 0px;
}

div.treeview > div > div:nth-child(2) p {
	width:100%;
	height:100%;
	background: linear-gradient(to top, #e6f2ff, #fff, #e6f2ff);
	margin:0px;
	padding:0px;
}
} /* screen media end */

@CHARSET "UTF-8";

div.listbox {
/*	margin:20px;*/
}

div.listbox > div.listbox-scrolltop {
	/*https://black.intranet/belnpp/modules/admin/eventlog/resources/images/icon.png*/
	scroll-top: no;
	position:absolute; 
	left:100;top:100; 
	width:auto;
	height:auto;
	z-index:1000;
}

@CHARSET "UTF-8";


div.listview  div#sh.scrollhome {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 48px;
    height: 48px;
    z-index: 10000;
    border: none;
    outline: none;
   /* background-color: red;*/
    background-image: url("scroll-top.png");
            
    background-size: 48px;
    background-position: center;
    background-repeat: no-repeat;
        
    font-size: 18px;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    font-size: 18px;
}

div#sh.scrollhome:hover {
    background-color: #555;
}

div.listview div {
	box-sizing:border-box;
	padding:0px;
	margin:0px;
	background-color:transparent;
	border:none;
}


div.listview.control {
	width:100%;
	height:100%;
}

div.listview.control > div {
	position:relative;
	height:100%;
	overflow:auto;
	outline:1px solid #b1c9ea;
}

div.listview > div:focus,
div.listview > div.focused {
	background-color:white;
	outline:1px solid gray;
	box-shadow: 0 0 7px #2d5986;
}

div.listview > div:hover {
	background-color:white;
	outline:1px solid gray;
}

div.listview table {
	width:100%;
	border-spacing:0px;
}

div.listview tr:hover {
	background-color:#f4faff;
	cursor:pointer;
}

div.listview tr.selected {
	background:linear-gradient(to top, #e6f2ff, #fff, #e6f2ff);
	outline:1px solid #b1c9ea;
}

div.listview tr.empty {
	cursor:default;
}

div.listview tr.hidden {
	display:none;
}

div.listview td {
	vertical-align:top;
}

div.listview td > div {
	color:gray;
	padding:2px 5px;
}

div.listview td:first-child{
	width:1px;
	font-size:smaller;
}

div.listview table.choice td:nth-child(2) {
	width:1px;
	font-size:smaller;
}

div.listview table.choice td:nth-child(2) > div > input[type="checkbox"] {
	outline:none;
	padding:0px;
	margin:0px;
}

div.listview span {
	color:gray;
	font-style:italic;
	font-size:smaller;
}

div.listview span:after {
	content:' ';
}

div.combolistbox div.listview span:nth-child(1) {
		 display:none;
}

div.listview tr td:nth-child(2) div > span:nth-child(1) {
	display:none;
}

div.listview span:nth-child(2) {
	display:block;
	color:black;
	/*font-weight: bold;*/
	font-style:normal;
	font-size:inherit;
}

div.listview  #popup_menu.popup_menu {
	visibility: hidden;
	display: none;
	position: fixed /*absolute*/;
	display: block;
	z-index: 100000;
	background-color:aqua;
	height:auto;
	width:auto;
	list-style: none;
	padding: 5px;
}

div.listview  #popup_menu.new_popup_menu {
	visibility: hidden;
	display: none;
	position: fixed /*absolute*/;
	display: block;
	z-index: 100000;	
	height:auto;
	width:auto;	
}

div.popup_menu ul li {
	list-style: none;
}




