/*@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600&display=swap');*/


@font-face {
  font-family: 'wwzr';
  src:
    url('wwzr-light.ttf?thlyhg') format('truetype'),
    url('wwzr-light.woff?thlyhg') format('woff'),
    url('wwzr-light.svg?thlyhg#wwzr-light') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,button,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	font-size:1em;
}
html body, html input, html select, html textarea, html p, html option{
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}
html{
	font-weight: 400;
	text-rendering: optimizeLegibility;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	color: #040404;
}
html, body{
	height:100%;
    -webkit-overflow-scrolling: touch;
}
body{
	min-width: fit-content;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img{
	border: 0;
}
ol,ul{
	list-style: none;
}
img{
	display:block;
}
caption, th{
	text-align: left;
}
input[type="text"],
input[type="password"],
input[type="number"],
textarea{
    padding:5px;
   	display: inline-block;
    line-height: 20px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #CED4DA;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-sizing: border-box;
    width: 100%;
    color:inherit;
}
input[type="text"].autowidth,
input[type="password"].autowidth,
input[type="number"].autowidth,
textarea.autowidth{
	width: auto;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus{
    border-color: rgba(24, 130, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(24, 130, 236, 0.6);
    outline: 0 none;
}
select option[value=""]{
	color: #999;
}
input[type="text"].error,
textarea.error{
	margin:0;
	color:#EE395B;
}
select{
	height: 32px;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	padding: 5px;
	display: inline-block;
	box-sizing: border-box;
}
option{
	padding: 5px;	
}
img{
	border:0;
	display:block;
}
object{
	outline:none;
}
pre{
	font-weight: normal;
}
p{
	margin-bottom:1.2em;
}
h1, h2, h3, h4, h5{
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight:600;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}
h1{
	margin-bottom:20px;
	font-size:1.8em;
}
h2{
	font-size:1.5em;
	margin-bottom:0.5em;
}
h3{
	font-size:1.3em;
	margin-bottom:0.5em;
}
input{
	outline:none;
}

div.body{
/*	background-color:#D3DEE2;*/
	padding: 3em 0;

}
div.body section{
	margin-bottom: 2em;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

a{
	color:#333;
}
a:hover, a:focus{
	color:black;
}
.small{
	font-size: .875rem;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.bold{
	font-weight: bold;
}
.btn{
    border: 2px solid transparent;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    outline: none;
    background: #222;
    display: inline-block;
	line-height: 28px;
	padding: 0 12px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	box-sizing: border-box;
	transition: .1s ease-in-out;
	transition-property: color,background-color,border-color;
}
.btn.blue{
 	background: #1882EC;
}
.btn.green{
 	background: #32D296;
}
.btn.orange{
	background: #F59D00;
}
.btn.del{
 	background: #EE395B;
}
.btn.disabled{
	background: #9FA5AB!important;
	color:#D9DBDD!important;
	cursor:default;
	pointer-events: none;
}
.btn.outline{
 	border-color: #222;
 	background: white;
 	color: #222;
}
.btn.blue.outline{
 	border-color: #1882EC;
 	background: white;
 	color: #1882EC;
}
.btn.green.outline{
 	border-color: #32D296;
 	background: white;
 	color: #32D296;
}
.btn.orange.outline{
 	border-color: #F59D00;
 	background: white;
 	color: #F59D00;
}
.btn.del.outline{
 	border-color: #EE395B;
 	background: white;
 	color: #EE395B;
}
.btn.disabled.outline{
 	border-color: #999!important;;
 	background: white!important;
 	color: #999!important;
}

.btn:hover,.btn:focus{
	background: #040404;
	color:white;
}
.btn.blue:hover,.btn.blue:focus{
 	background: #0064CE;
 	color:white;
}
.btn.green:hover,.btn.green:focus{
 	background: #14B478;
 	color:white;
}
.btn.orange:hover,.btn.orange:focus{
 	background: #D77F00;
 	color:white;
}
.btn.del:hover,.btn.del:focus {
  background: #D01B3D;
  color:white;
}
.btn.outline:hover,.btn.outline:focus{
 	border-color: #222;
 	background: #222;
}
.btn.blue.outline:hover,.btn.blue.outline:focus{
 	border-color: #1882EC;
 	background: #1882EC;
}
.btn.green.outline:hover,.btn.green.outline:focus{
 	border-color: #32D296;
 	background: #32D296;
}
.btn.orange.outline:hover,.btn.orange.outline:focus{
 	border-color: #F59D00;
 	background: #F59D00;
}
.btn.del.outline:hover,.btn.del.outline:focus{
 	border-color: #EE395B;
 	background: #EE395B;
}

.btn-group{
	display: flex;
	align-items: center;
}
.btn-group>*{
	margin-right:5px;
}
.btn-group>:last-child{
	margin-right:0;
}
.btn.small{
	padding: .25rem .5rem;
	line-height: 1.5;
	border-radius: .2rem;
	border-width: 1px;
    font-weight: normal;
}

.message, .error{
	border: 1px solid #C1B875;
	border-radius: 4px;
	padding:20px;
	background-color:#FFFFDD;
	margin-top:2em;
	font-weight:bold;
	color:#615834;
	position: relative;
}
.message .btn-close,
.error .btn-close{
	position: absolute;
	display: block;
	text-decoration: none;
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	top: 14px;
	right: 17px;
	font-weight: normal;
	color:#615834;
}
.error{
	border-color:#EE395B;
	background-color:#FCE1E7;
	color:#EE395B!important;
}
.error a,
.error .btn-close{
	color:#EE395B;
}
.error:first-child,
.message:first-child{
	margin-top: 3em;
}

ul.pagination{
	display: flex;
	float: right;
	margin-left: 30px;
}

ul.pagination li a.btn{
	color: #666;
	font-weight: normal;
	border: 1px solid #DBDBDB;
	border-right-width: 0;
	line-height: 36px;
	padding: 0 14px;
	background-color: transparent;
	border-radius: 0;
}
ul.pagination li a.btn.disabled{
	background-color: transparent!important;
}
ul.pagination li:first-child a.btn{
	border-radius: 4px 0 0 4px;
}
ul.pagination li:last-child a.btn{
	border-radius: 0 4px 4px 0;
	border-right-width: 1px;
}
ul.pagination li.active a.btn{
	background-color: #1882EC;
	color: white;
}
ul.pagination li:hover:not(.active) a.btn{
 background-color:#F1F1F1
}
table+ul.pagination,
ul.pagination+table{
	margin-top: 30px;
}

.js-sticky .sticky-fixed{
	z-index: 980;
	margin: 0;
	backface-visibility: hidden;
	position: fixed;
	top:0px;
	width:100%;
	height: 58px;
	box-sizing: border-box;
}
.js-sticky{
	padding-bottom: 58px;
}

footer{
	clear:both;
	color:#666;
	padding:2em 0;
	background-color: white;
	font-size:0.93em;

}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.content{
	padding:0 1em;
	box-sizing: border-box;
}
.table{
	display: table;
	border-collapse: collapse;
}
.table > * {
	display: table-row;
}
.table > * > *{
	display: table-cell;
}
table, .table{
	width:100%;
	border-top:2px solid #040404;
}
.table > * > *,
table td,
table th{
	padding: 0.5em 1em;
	border:1px solid #DBDBDB;
	line-height: 28px;
}
.table .th,
table th{
	border-top:0;
	font-weight:bold;
}
.table .fit,
table .fit{
	width: 1%;
	white-space: nowrap;
}
.table .top,
table .top{
	vertical-align: top;
}
.table .readonly,
table .readonly{
	opacity: 0.6;
	white-space: nowrap;
}
.table .th.sortable,
table th.sortable{
	padding: 0;
}
.table .th.sortable a,
table th.sortable a{
	padding: 0.5em 1em;
}
.table .th.fit.asc,
.table .th.fit.desc,
table th.fit.asc,
table th.fit.desc{
	padding-right: 1em;/* extra space for sorting symbol */
}
.table .th.sortable:hover,
table th.sortable:hover{
	background-color:#E9ECEF;/*F1F1F1; */
}
.table .th a,
table th a{
	text-decoration: none;
	display: block;
}
.table .th.desc a:after,
.table .th.asc a:after,
table th.desc a:after,
table th.asc a:after{
	padding-left:5px;
	position: absolute;
}
.table .th.desc a:after,
table th.desc a:after{
	content: '▴';
}
.table .th.asc a:after,
table th.asc a:after{
	content: '▾';
}
table.striped tr:nth-child(even),
.table.striped > *:nth-child(even){
	background-color: #F6F6F6;
}
table.hover:not(.color) tbody tr:not(.disabled):hover,
.table.hover:not(.color) > *:hover > *:not(.th):not(.disabled){
	background-color: #F1F1F1;
}
table tr.disabled td,
.table .tr.disabled td,
table td.disabled,
.table .td.disabled,
table th.disabled,
.table .th.disabled{
	color: #9FA5AB;
}

/*table th:first-child,
table td:first-child{
	border-left:0;
}
table th:last-child,
table td:last-child{
	border-right:0;
}*/
table td.center, table th.center{
	text-align:center;
}
table td.label{
	width:200px;
}
table.color input[type="text"]{
	background-color: transparent;
}
table.color input[type="text"]:not([readonly]):focus{
	background-color: white!important;
}
table.color input[type="text"][readonly]{
	color: #999;
	box-shadow:none;
	border-color: #D9DDE1;
	cursor: default;
}

table td.blue,
table th.blue{
	background-color: rgba(221, 236, 252, 1);
}
table.hover tbody tr:not(.disabled):hover td.blue{
	background-color: rgba(221, 236, 252, 0.6);
}
table td.green,
table th.green{
	background-color: rgba(224, 248, 239, 1);
}
table.hover tbody tr:not(.disabled):hover td.green{
	background-color: rgba(224, 248, 239, 0.6);
}
table td.orange,
table th.orange{
	background-color: rgba(253, 235, 204, 1);
}
table.hover tbody tr:not(.disabled):hover td.orange{
	background-color: rgba(253, 235, 204, 0.6);
}
table td.black,
table th.black{
	background-color: rgba(241, 241, 241, 1);
}
table.hover tbody tr:not(.disabled):hover td.black{
	background-color: rgba(241, 241, 241, 0.6);
}

table.color tr.disabled td{
/*	background-color: #FFF;*/
}

tr[data-href]{
	cursor: pointer;
}
tr[data-href]:hover td{
	/*background-color: #E7E9F9;*/
	background-color: #C7E0F4;
}
nav.top{
	line-height: 28px;
	padding: 4px 1em;
	background-color: #333333;
	color: white;
	font-size: 0.92em;
	border-bottom: 1px solid #D3D3D3;
	box-sizing: border-box;
}
nav.top a{
	color: #CCC;
	text-decoration: none;
}
nav.top a:hover{
	color: white;
}
nav.top .title{
	float: left;
	margin-right: 50px;
}
nav.top .login,
nav.top .logout,
nav.top .admin{
	float: right;
	margin-left: 15px;
}
nav .breadcrumbs{
	float: left;
	margin-right: 50px;
}
nav .breadcrumbs li{
	float: left;
}
nav .breadcrumbs li + li::before{
    content: '\f105';
	  font-family: "wwzr";
    padding: 0 10px;
    float: left;
}

ul.categories{
	margin:0;
	float:left;
	white-space: nowrap;
}
ul.categories li{
	display: inline-block;
	margin-right:20px;
}
ul.categories li a.btn{
	color: #CCC;
	font-weight: normal;
	border: 0;
	background-color: transparent;
}
ul.categories li.active a.btn,
ul.categories li:hover a.btn{
	background-color: #1882EC;
	color: white;
}
ul.categories a.btn.disabled{
	opacity: 0.6;
	color: white!important;
}
nav.bottom{
	background-color: #FFF;
	border-bottom:1px solid #D3D3D3;
	box-sizing: border-box;
}
ul.tabbar{
	/*white-space: nowrap;*/
}
ul.tabbar li{
	display: inline-block;
	line-height:54px;
	border-bottom:3px solid white;
	background:white;
	margin-right:40px;
}
ul.tabbar li a{
	display: block;
	text-decoration: none;
	color: #666;
}
ul.tabbar li.active,
ul.tabbar li:not(.disabled):hover{
	border-bottom:3px solid #000;
}
ul.tabbar li.active a,
ul.tabbar li:not(.disabled):hover a{
	color: #000;
}
div.subheader{
	padding: 0 0 30px 0;
	color:#666;
	line-height: 38px;/*pagination height*/

}

span.status-on:before{
    font-family: 'wwzr';
    content: '\f005';
}
/*
span.status-off:before{
    font-family: 'wwzr';
    content: '\f006';	
}
*/
span.locked-on:before{
    font-family: 'wwzr';
    content: '\f046';	
}
span.checked,
span.unchecked{
	margin: 0 auto!important;
	display: block;
	width: 20px;
	text-align: center;
}
span.checked:before{
	font-family: 'wwzr';
  content: '\e900';
}
span.unchecked:before{
	font-family: 'wwzr';
  content: '\e902';
  color: #EE395B;
}
span.refresh{	
	margin: 0 auto!important;
	display: block;
	width: 20px;
	text-align: center;
}
span.refresh:before{
	font-family: 'wwzr';
  content: '\f021';
  font-weight: normal;
}

.collapse{
	cursor: pointer;
}
.collapse:before{
	font-family: 'wwzr';
  content: '\f0da';
  margin-right: 10px;
}
.collapse.expand:before{
	font-family: 'wwzr';
  content: '\f0d7';
}


a.edit,
a.download{
	text-decoration: none;
}
button.download{
	border:0;
	background-color: transparent;
	cursor:pointer;
}
.edit::before {
    font-family: 'wwzr';
    content: '\f040';
}
.download::before {
    font-family: 'wwzr';
    content: '\f019';
}
.link::before {
  content: "\f08e";
  font-family: "wwzr";
}
a.link{
	text-decoration: none;
}

.bg-gray{
  background-color: #E8E8E8; 
}

.menu-icon{
	height: 36px;
	width: 46px;
	float:left;
	position: relative;
	cursor: pointer;
	border-color: transparent;
	border-style: solid;
	border-width: 7px 1em 1px 1em;
	box-sizing: border-box;
	margin-top: -4px;
	margin-left: -1em;
	margin-right: 10px;
	margin-bottom: -4px;
}
.menu-icon:after, 
.menu-icon:before, 
.menu-icon div {
  background-color: #fff;
  border-radius: 3px;
  content: '';
  display: block;
  height: 2px;
  margin: 4px 0;
}
.menu-icon.open .menu{
	display: block;
}
nav ul.menu{
	position: absolute;
	z-index: 99;
	top: 29px;/* 36 - 7px border */
	left:-1em;
	background-color: white;
	box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.35);
	min-width: 140px;
	display: none;
	max-height: calc(10 * 43px);
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
	scroll-snap-type: y mandatory;
	scroll-padding: 43px;
}
nav ul.menu li{
	border-bottom: 1px solid #DBDBDB;
	white-space: nowrap;
	scroll-snap-align: start;
}
nav ul.menu li:last-child{
	border-bottom: 0;
}
nav ul.menu a{
	padding: 7px 1em;
	line-height: 28px;
	display: block;
	text-decoration: none;
	color: #333;
}
nav ul.menu li.active a{
	background-color: #1882EC;
	color: white;
}
nav ul.menu a:hover{
	background-color: #F1F1F1;
	color: #333;
}
input[name="menu_search"]{
		border: 0;
		padding: 7px 1em 7px 2.5em;
		line-height: 27px;
		width: 100%;
		box-shadow:none!important;
		background-color: transparent;
		
}

li.menu-search{
	position: sticky;
	top:0;
	color: #333;
	background-color: white;
	border-width: 2px!important;
	cursor: default;
}
li.menu-search::before{
	content: '\f002';
	font-family: "wwzr";
	color: #D3D3D3;
	font-size: 1.2em;
	margin-left: 10px;
	line-height: 43px;
	position: absolute;
}
input[name$="_search"]{
	margin-right: 10px;
}
#email-filter{
	float:right;
	color:#666;
}
#email-filter label{
	margin-left:10px;
}
#email-filter span{
	float: left;
}
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  margin: 10.5px 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  /*-webkit-transition: .4s;
  transition: .4s;*/
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  /*-webkit-transition: .4s;
  transition: .4s;*/
}

input:checked + .slider {
  background-color: #368DC6;
}

input:focus + .slider {
  box-shadow: 0 0 1px #368DC6;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}


@keyframes spinner {
  to {transform: rotate(360deg);}
}
.spinner{
	position: relative;
	text-decoration: none;
	color: transparent !important;
	background: none !important;
	cursor: default;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
}

@media screen and (max-width: 960px) {
   
/*
   table#documents{
   		table-layout:fixed
   }*/
/*   table#documents th:nth-child(1),
   table#documents td:nth-child(1){
   	width:30px;
   }*/
   	
   	/*
    table#documents th:nth-child(4),
    table#documents td:nth-child(4){
    	display: none;
	}
	*/
	table#documents th,
	table#documents td{
		overflow: hidden;
		text-overflow: ellipsis;
	}
}