


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

div#listview_25.listview a {
    color:black;
}


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

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


@media screen {

	body {
		overflow-y: clip;
	}

}





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




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

div.mainmenu {
	z-index: 2;
}

input#mainbutton.mainbutton {
	z-index: 1;
	width: 256px;
	height: 128px;
/*	border-radius: 48px;*/
	border-radius: unset;
	box-shadow: unset;
	position: absolute;
	left: 1em;
	top: 0px;
}


div#mainmenu.mainmenu {
  font-size: 0.5em;
  border: 1px solid #c1c9ea;
  top: 100px;
}

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

div.text-nav {
    z-index:2;
    position: absolute;
    margin: 16px 108px;
}

div.text-nav a {
    color: white;
}

div#headercontent.headercontent {
	min-height: 15vh;
	background-color: #8c5bc1;
}

div#headercontent.headercontent > picture {
	display: grid;
	position: absolute;
	z-index: 1;
	opacity: 30%;
}

div#headercontent.headercontent nav.nav-menu {
	top: 1em;
	right: 0px;
	/*font-size: 10pt;*/
}

.itc-slider-item div.text-block {
    padding-left: 132px;
    padding-top: 70px;
    font-size: 1.5vh;
}



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;
}


@media screen and (orientation:portrait) {
    
    /* adjust navblock */
    div.navblk {
    	  display:inline-flex;
        text-wrap: nowrap;
       /* flex-wrap: wrap;*/
        overflow-x: scroll;
        max-width: none;
        width: auto;
    }
  
}

@media screen and (orientation:landscape) {
    
    /* adjust navblock */
    div.navblk {
    		display:block;
        width: auto;
        max-width: 300px;
    }
  
}

/* toolbar customizations */

div#lng {
/*  position:absolute;
  right: 0px;
  margin-right: 16px;
    margin: 0.1em;*/
  align-content: center;
  padding: 5px;
  white-space:pre;
  float:right;
  outline: none;
  color: white;
}

div#lng a {
	color: white;
}



/* menu */
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;
	}
}


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;
}
.header{
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	        background-size: cover;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.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%;
	max-height: 100px;
	/*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;*/
}
.nav-under-header{
	color: #606062;
	font-size: 1.5em;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 16px;
}
/*.text-nav{
}*/

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

.nav-panel-search{
	display: flex;
	justify-content: flex-end;
	height: 36px;
	line-height: 36px;
}
.nav-panel-search input{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 2px 2px 2px 2px;
	font-size: 1rem;
	margin: 0 10px;
}
.nav-enter{
	background-color: #ffffff;
	border-radius: 10px;
	font-size: 1rem;
	padding: 0 10px;
	margin: 0 10px;
}
.main-content{
	display: flex;
	padding: 10px 40px;
}
.asside-nav{
flex: 0 0 280px;
}
.asside-nav ul{
	line-height: 36px;
}
.asside-nav ul li{
width: 100%;
	padding: 2px 0;
}
.asside-nav ul li a{
	color: #ffffff;
	padding: 2px 2px 2px 2px;
	background-color:#96989a ;
	width: 100%;
	cursor: pointer;
	display: block;
	font-size: 1.1em;
}

.main-article{
padding-left: 40px;
}

.main-article h1{
	color:#96989a;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	border-bottom: #96989a solid 1px;
}
.article-section
{
	padding: 20px 0;
	border-bottom: #96989a solid 1px;

}
.article-section h2{
	font-size: 1.25em;
	font-weight: 700;
	color:#96989a;
	margin-bottom: 5px;
}
.article-front-left{
	width: 70px;
	margin-right: 20px;
	float: left;
	clear: left;
}
.news-published
{
	width: 70px;
	margin-right: 20px;
	float: left;
	clear: left;
	font-size: 0.75em;
	color:#96989a;
	margin-top: 5px;
}

.ref-partners{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0;

}
.partners-footer{
	flex: 0 1 120px;
	padding: 10px;
}
.partners-footer img{
	height: 80px;
}
.partners-footer a{
	display: block;
	text-align: center;
}
.footer-statusbar{
	padding: 10px 40px;
	border-top:  #96989a solid 1px;;
}

.lang-wrap-selector{
	position: absolute;
	bottom: 40px;
	right: 60px;
	color: #fffbd6;
	font-size: 1.25em;
	font-weight: 700;
}
.lang-wrap-selector::after{
	position: absolute;
	top: 5px;
	right: -20px;
	content: "";
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
	border-bottom: #fffbd6 1px solid;
	border-right: #fffbd6 1px solid;
	transition: 0.8s ease;
}
.lang-wrap-selector:hover::after{

	transform: rotate(-45deg);
}

.main-register h1{
	color:#96989a;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	border-bottom: #96989a solid 1px;
}
.form-register div{
	display: flex;
	flex-direction: column;
	margin: 5px 0;
}
.form-register label{
	padding: 5px;
}
.form-register input{
	padding: 10px;
	border: #7C7C7C 1px solid;
	border-radius: 5px;
}
.form-register .submit-button{
	border: none;
	text-align: center;
	box-shadow:
	inset 0 -3em 3em rgba(0,0,0,0.1),
	0 0  0 0px rgb(255,255,255),
	0.3em 0.3em 1em rgba(0,0,0,0.3);
	width: 200px;
	margin-top: 10px;
	cursor: pointer;
}

.regist_enter{
	padding-top: 40px;
}
.cabinet{
	padding: 10px 0;
	max-width: 500px;
	width: 100%;
}
.cabinet .field{
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}
.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;
}

.submit-button{
	padding: 10px;
	border: #7C7C7C 1px solid;
	border-radius: 5px;
}


div.dataset.recordset.sheet > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > table:nth-child(1),	/* table for head */
div.dataset.recordset.sheet > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > table:nth-child(1) {	/* table for data */
	font-size: 16px;
}

#img_head {
    content: url("download.php/main_head.png");
}


div.dataset.recordset.sheet > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > table:nth-child(1),	/* table for head */
div.dataset.recordset.sheet > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > table:nth-child(1) {	/* table for data */
	font-size: 14px;
}

div.editor div.recordtail {
	display:none;
}

div.rh1 {
	color: blue;
	font-weight: bold;
}

div.rh2 {
	color: navy;
	font-weight: bold;
}

td > div[onclick*="xajax_check_tax"] {
	color:blue;
}

div.search_input {
	width:180px;
}

div.search_input1 {
	position: absolute;
	left: 150px;
	width:180px;
	z-index: 200;
	/*background-color: #0cc;
	/*opacity: .9;*/
	/* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; // first! */
	/* filter: alpha(opacity=90); */
}


td.NORM_V1,td.NORM_V2 {
    padding: 5px;
}

td.result {
   text-align: center;
}

div.listbox {
   margin: 4px;
}



