:root {
  	--colormenu3: #dae4f1;

	--col1: #f0f1f2; /* Gray White */
	--col2: #3f4c55; /* Gray */
	--col3: #27323a; /* Gray Dark */
	--col4: #0c1115; /* Gray Black */
	--col5: #ffffff; /* White */
	--col9: #f1f3f4; /* Gray Light */
	--col10: #f9fafb; /* Gray Super Light */
	--col12: #4f5c65; /* Gray */

	--col6: #303F9F; /* Indigo */
	--col7: #1976D2; /* Blue */
	--col8: #03A9F4; /* Blue Light */
	--col11: #cfebfb; /* Blue Light */
	--col22: #1c252d; /* Gray Dark */
}

* {
	font-family: verdana, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-size:  16px;
}

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

a, a:link, a:active, a:visited {
	color: #00090c;
	text-decoration: none;
}
a:hover {
	color: #00090c;
	text-decoration: underline;
}

.navheader {
	background-color: var(--col5);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.menusubhead {
	padding: 0 0 2px 0;
	background: var(--col7);
	overflow: hidden;
}

.menusubhead2 {
	padding: 0 0;
	background: var(--col8);
	overflow: hidden;
}

.boxcontainer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 1380px) {
	.boxcontainer {
		width: 1350px;
	}
}

.headercontainer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap-reverse;
	padding: 10px 0;
}

.boxcontent {
	padding-top: 25px;
	padding-bottom: 25px;
}

.boxfooter {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 767px) {
	.apptitle {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
}

.actioncontainer {
	display: flex;
	align-items: center;
}

#fullmenu {
	display: none;
}

.shadowed {
	box-shadow: 5px 5px 25px rgba(0,0,0,0.1);
}

.shadowed-bold {
	box-shadow: 5px 5px 25px rgba(0,0,0,0.5);
}

.appchooser {
	display: inline-block;
	width: 300px;
	height: 300px;
	background-color: var(--col5);
	margin: 30px;
	padding:  15px;
}
.appchooserbox {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	text-align: center;
}

@media (max-width: 767px) {
	.appchooser {
		width: 150px;
		height: 150px;
		margin: 15px;
	}
	.appchooserbox {
		font-size: 18px;
	}
}



.pagination {
	border-radius: 1px !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: var(--col7);
	border-color: #fff;
}
.pagination > li > a, .pagination > li > span {
	color: var(--col7);
	background-color: #ddd;
	border: 1px solid #fff;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: var(--col7);
    background-color: #eee;
    border-color: #fff;
}

.texteditorbox {
	width: 100%;
}
.texteditor {
	width: 100%;
}

.mtop20 {
	margin-top: 20px;
}
.mtop30 {
	margin-top: 30px;
}
.mleft20 {
	margin-left: 20px;
}
.mleft50 {
	margin-left: 50px;
}

.headerinline {
	display: inline-block;
	margin-left: 10px;
}

.headerbox {
	background-color: rgba(0,0,0,0.01);
	border-radius: 9999px;
	padding: 6px 10px;
	color: var(--col12);
	line-height: 130%;
	text-decoration: none;
	font-size: 18px;
	text-decoration: none;
}
.headerbox.disabled {
	color: var(--col11);
}

.headerbutton {
	background-color: var(--col9);
	color: var(--col12);
	cursor: pointer;
}
.headerbutton:hover {
	/*background-color: var(--col8);*/
	color: var(--col3);
	text-decoration: none;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

a.headeropen * {
	color: #8dc63f;
}
a.headerexit * {
	color: #f44336;
}
a.headerhelp * {
	color: #03a9f4;
}
a.headername * {
	color: var(--col1);
}

.processactive {
	color: white !important;
	transform: rotate(180deg);
	transition: transform 1s linear;
}

.counterdaybox {
	display: inline-block;
	text-align: center;
	padding: 3px 8px;
	text-decoration: none;
}
.counterdaybox.selected {
	background-color: var(--col11);
}
a.counterdaybox:hover {
	background-color: var(--col11);
	text-decoration: none;
}


.layoutbox {
	background-color: rgba(0,0,0,0.1);
	margin-bottom: 15px;
	padding: 0 5px 5px 5px;
	box-shadow: 0 0 3px var(--col2);
}
.widgetblockbg {
	background-color: rgba(0,0,0,0.1);
	padding: 5px;
}
.widgetblock {
	min-height: 30px;
}
.widgetbox {
	background-color: white;
	margin-bottom: 5px;
	padding: 0 5px 5px 5px;
	box-shadow: 0 0 3px var(--col3);
}
.widgetblockhighlight {
	min-height: 30px;
	margin-bottom: 5px;
	background: var(--col3);
}
.widgetlink {
	display: block;
	padding: 0;
	text-decoration: none;
	min-height: 20px;
}
.widgetlink:hover {
	background: rgba(0,0,0,0.05);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	text-decoration: none;
}


.dropdown-menu {
    background-color: var(--col8) !important;
    color: white !important;
    border: 0;
    border-radius: 0;
}
.dropdown-menu > li > a {
	color: white;
}
.dropdown-menu > li > a:hover {
	background-color: var(--col7);
	box-shadow: 0 0 8px var(--col7);
	color: white;
}
.dropdown-menu .divider {
	background-color: var(--col7);
	margin: 4px 0;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
	border-radius: 0;
    color: white;
    background-color: var(--col8);
    border-color: var(--col8);
}

.logo {
	opacity: 0.75;
}
.logo:hover {
	opacity: 1;
}
.logo img {
	height: 27px;
}

.sh1 {
	color: var(--col5);
	font-size: 24px;
	margin: 0;
}
.sh2 {
	color: var(--col5);
	margin: 0;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 600px;
}
.modal-content {
	border: 0;
	border-radius: 2px;
	overflow: hidden;
}
.modal-header {
	background: #F44336;
	color: white;
	font-size: 20px;
}

.form-control {
	border-radius: 8px;
	background-color: var(--col11);
}
.btn-primary, .btn-primary:link, .btn-primary:visited, .btn-primary:active {
	color: white;
	background-color: var(--col7);
	border-color: var(--col7);
}
.btn-primary:hover {
	color: white;
	background-color: var(--col8) !important;
	border-color: var(--col8) !important;
}

.buttontab, .buttontab:link, .buttontab:visited, .buttontab:active {
	border: 0;
	margin: 0 5px;
	padding: 1px 10px 3px 10px;
	border-radius: 1px 1px 0 0;
	box-shadow: none;
	background-color: var(--col6);
	border-top: 2px solid var(--col6);;
	color: white;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
}
.buttontab:hover {
	background: white;
	color: black !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	text-decoration: none;
	cursor: pointer;
}
.activetab {
	background: var(--col1) !important;
	color: black !important;
}

.buttontab2, .buttontab2:link, .buttontab2:visited, .buttontab2:active {
	border: 0;
	margin: 0 5px;
	padding: 1px 10px 3px 10px;
	border-radius: 1px 1px 0 0;
	box-shadow: none;
	background-color: var(--col3);
	border-top: 2px solid var(--col4);;
	color: white;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
}
.buttontab2:hover {
	background: white;
	color: black !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	text-decoration: none;
	cursor: pointer;
}

.help {
	background: #fff59d;
	border: 0;
	margin: 0 auto;
	padding: 15px;
	overflow: hidden;
}
.helptitle {
	color: #f9a825;
	font-weight: bold;
}

.popovershow, .popovershow:link, .popovershow:active, .popovershow:visited {
	color: var(--col8);
	text-decoration: none;
	font-size: 14px;
}
.popovershow:hover {
	color: var(--col7);
	text-decoration: none;
}
.popover {
	background: #fff59d;
	border: 0;
	padding: 0;
	border-radius: 2px;
}
.popover > .popover-title {
	background: #f9a825;
	color: white;
	border: 0;
	border-radius: 2px 2px 0 0;
}

.header {
	border-collapse: collapse;
	background: var(--col7);
	color: white;
	font-weight: normal;
}
.header th, .header p {
	color: white;
	font-weight: normal;
}
.header a, .header a:link, .header a:active, .header a:visited, .header a:hover {
	color: white;
	font-weight: normal;
	text-decoration: underline;
}
.sideheader {
	border-collapse: collapse;
	background: var(--col9);
	font-weight: normal;
}

.data {
	overflow: hidden;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	box-shadow: 5px 5px 25px rgba(0,0,0,0.1);
	background: white;
}

.asinline {
	display: inline-block;
}

.astable {
	display: table;
}

.asborder {
	/*border:  1px solid var(--col7);*/
	box-shadow:  inset 0 0 0 1px var(--col7);
}

.asrounded {
	border-radius: 15px;
}

.asfolder {
	background: rgb(255,252,238);
	background: linear-gradient(140deg, rgba(255,252,238,1) 0%, rgba(253,247,220,1) 100%);
}

.actions-group {
	padding: 5px;
	float: right;
	margin-left: 15px;
}

.fullwidth {
	width: 100%;
}

.folder-tree {
	margin: 10px 0;
}

.nav {
	/* background-color: var(--col2); */
	color: #ffffff;
	font-weight: bold;
	border: 0;
	padding: 0;
	margin: 0;
}
.nav-tabs > li > a {
    line-height: 1.42857;
    margin: 0 10px 0 0;
    background-color: var(--col2);
    color: #ffffff;
    border: 0;
    border-radius: 2px 2px 0 0;
    border-top: 3px solid transparent;
}
.nav-tabs > li > a:hover {
	background-color: var(--col7);
	border: 0;
	border-top: 3px solid transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: var(--col3);
	cursor: default;
	background-color: #fff;
	border: 0;
	border-top: 3px solid var(--col7);
}

#fixedactionsbox {
	min-height: 10px;
	width: 100%;
	margin-bottom: 15px;
}
#fixedactions {
	text-align: right;
	width: 100%;
	padding: 10px;
	background: rgba(0,0,0,0.1);
	border-left: 2px solid var(--col7);
	border-right: 2px solid var(--col7);
}
.fixedactions {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.togglebuttonclose {
	cursor: pointer;
}
.togglewindow {
	display: none;
}
.togglebuttonactive {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	color: white;
	background-color: var(--col7) !important;
	border-color: var(--col7) !important;
}

.menudivrow {
	display: block;
	height: 24px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.menudivrow.head {
	background-color: #cdd3da;
	/*border-top: 2px solid var(--col8);*/
	margin-top: 15px;
}
.menudiv1 {
	height: 24px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	word-wrap: break-word;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.menudiv1.col1 {
	width: 44%;
	padding: 0 3px;
}
.menudiv1.col2 {
	width: 12%;
	padding: 3px;
}
.menudiv1.col3 {
	width: 4%;
	font-size: 12px;
	color: #999;
	text-align: center;
}
.menudiv1.col4 {
	width: 14%;
	font-size: 12px;
	color: #555;
}
.menudiv1.col5 {
	width: 12%;
	font-size: 12px;
	color: #dd6666;
}
.menudiv1.col5 a {
	color: #666;
}
.menudiv1.col6 {
	width: 7%;
	font-size: 12px;
	color: #dd6666;
}
.menudiv1.col6 a {
	color: #666;
}
.menudiv1.col7 {
	width: 7%;
	font-size: 12px;
	color: #666666;
}
.menudiv3 {
	display: block;
	height: 24px;
	margin: 0 auto;
	padding: 0;
	width: 550px;
}


.odd {
	background: var(--col5);
}
.even {
	background: var(--col1);
}
.defaultitem {
	background: #d7e7ff;
}
.invisibleitem {
	background: #ffe0e2 !important;
}
.blockitem {
	background: #ef9092 !important;
}

.buttonblack, .buttonblack:link, .buttonblack:visited, .buttonblack:active {
	background-color: #f7f7f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
	background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
	background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);

	padding: 2px;
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	color: #666;
	border-radius: 10px;
	font-size: 14px;
	line-height: 100%;
	cursor: pointer;
}
.buttonblack:hover {
	/* background: var(--col3); */
	color: black;
	box-shadow: 0 0 2px 1px var(--col7);
	cursor: pointer;
	text-decoration: none;
}

.tree {
	float: left;
	display: block;
	width: 20px;
	height: 100%;
}
.tree-empty {
	background: url('tree-empty.png') left center no-repeat;
}
.tree-middle {
	background: url('tree-middle.png') left center no-repeat;
}
.tree-end {
	background: url('tree-end.png') left center no-repeat;
}

.file-icon {
	display: inline-block;
	width: 24px;
	height: 28px;
	font-size: 10px;
	text-align: center;
	border-radius: 2px 8px 2px 2px;
	vertical-align: middle;
	padding: 10px 0;
	overflow: hidden;
	font-family: sans-serif;
	font-stretch: condensed;
	font-weight: bold;
}
.file-icon-other {
	background-color: #f3f4f5;
	color: gray;
}
.file-icon-pdf {
	background-color: #e5252a;
	color: white;
}
.file-icon-doc, .file-icon-docx {
	background-color: #0263d1;
	color: white;
}
.file-icon-xls, .file-icon-xlsx {
	background-color: #00733b;
	color: white;
}
.file-icon-ppt, .file-icon-pptx {
	background-color: #e03303;
	color: white;
}
















p.mini { font-family: arial; margin: 2px 3px; }
p.white { color: white; }

.minihelp { font-size: 11px; color: #455667; }
.center { text-align: center; }

label {
	font-weight: normal;
	cursor: pointer;
}

/*
img { border: 0 }
table { border: 0px; }
.form { border-collapse: collapse; background: #eaecef; border-left: 1px solid #f0f2f4; border-top: 1px solid green; border-right: 1px solid #dfe1e5; border-bottom: 1px solid #dfe1e5; }
*/

.cadmin { background: #e6fdd2; }

.tabactive { background: #eeeeee; border-left: 1px solid silver; border-top: 2px solid green; border-right: 1px solid silver; color: black; font-weight: bold; }
.tabinactive { background: #eeeeee; border-left: 1px solid silver; border-top: 1px solid silver; border-right: 1px solid silver; color: gray; }

.showpages { background: #eeeeee; border-left: 1px solid silver; border-top: 1px solid green; border-right: 1px solid silver; font-weight: bold; }

.showlang {
	vertical-align: super;
	content: "*";
	background: #75ca73;
	color: white;
	font-size: 10px;
	font-family: arial;
	line-height: 100%;
	padding: 0 1px;
	border-radius: 2px;

}

.alerts {
	position: fixed;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 400px;
	z-index: 1050;
}
.close {
	margin-left: 5px;
}
.alert {
	padding: 5px 10px;
	margin: 5px auto;
	width: auto;
	border: 0;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	position: relative;
}
.alert-danger, div.showerror {
	background-color: #cc3f44;
	color: white;
}
.alert-success, div.showalert {
	background-color: #8dc63f;
	color: white;
}

div.hide {
	display: none;
}
div.show {
	display: block;
}

.forbtn {
	margin: 0;
	padding: 2px 7px;
}

.btnaction {
	display: inline-block;
	font-size: 16px;
	line-height: 100%;
	padding: 3px 5px;
	text-decoration: none;
	text-align: center;
}

.buttonblack2, .buttonblack2:link, .buttonblack2:visited, .buttonblack2:active {
	color: #444;
	border-radius: 2px;
	background-color: #ffffff;
	box-shadow: none;
	border-radius: 1000px;
}
.buttonblack2:hover {
	background: #222;
	color: white;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	cursor: pointer;
	text-decoration: none;
}
.buttonnonactive2 {
	color: rgba(0,0,0,0.2);
	padding: 2px;
	font-size: 18px;
}

.button2 {
	background: #eee;
	color: gray;
	font-size: 12px;
	padding: 1px;
	box-shadow: none;
	text-decoration: none;
}
.button2:hover {
	color: black;
	text-decoration: none;
}

.btnnonnonactive {
	color: rgba(0,0,0,0.2);
}

.hidden {
	opacity: 0.3;
}


.menu1 {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin: 8px 5px 0 5px;
	padding: 5px 8px;
	font-size: 15px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
.menu1sel {
	background: var(--col7);
}


.menu2des {
	background: none;
	color: white;
}
.menu2sel {
	background: var(--colormenu3);
	color: #25272e;
}
.menu2 {
	overflow: hidden;
	cursor: pointer;
	margin: 0;
	padding: 5px 14px;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}
.menu2:hover {
	color: #25272e;
	text-decoration: none;
	background: var(--colormenu3);
}



.menu2box {
	padding: 0;
	background: var(--col7);
	display: block;
	overflow: hidden;
	text-align: center;
}

.menu3add {
	margin: 0;
	padding: 0;
	background: var(--colormenu3);
}



.listblock {
	margin: 0 auto;
	padding: 0;
	display: block;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
}
.listblock:hover {
	text-decoration: none;
	background: var(--colormenu3);
}
.listblock:hover p {
	color: black;
}

.listblockselect {
	background: var(--col7);
}
.listblockselect p {
	color: white;
}

.pagetitlecont {
	overflow: hidden;
	margin-bottom: 20px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.tab-content {
	padding: 10px;
}


a.listmenu, a.listmenu:link, a.listmenu:active, a.listmenu:visited, a.listmenu:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.menuopensite {
	display: inline-block;
	padding: 1px 5px;
	border-radius: 1px;
	color: white;
	text-decoration: none;
	background: #307d30;
}
a.menuopensite:hover {
	color: white;
	text-decoration: none;
	background: #2d922d;
}
a.menuexit {
	display: inline-block;
	padding: 1px 5px;
	border-radius: 1px;
	color: white;
	text-decoration: none;
	background: #a93737;
}
a.menuexit:hover {
	color: white;
	text-decoration: none;
	background: #cd2c2c;
}
a.menuhelp {
	display: inline-block;
	padding: 1px 5px;
	border-radius: 1px;
	color: white;
	text-decoration: none;
	background: #1976D2;
}
a.menuhelp:hover {
	color: white;
	text-decoration: none;
	background: #0c5298;
}


a.tabs {
	font-size: 16px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	text-decoration: none;
	margin: 10px;
	padding: 2px 10px;
	background: #eee;
}
a.tabs:hover {
	text-decoration: none;
}

a.tabselect {
	font-size: 16px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	text-decoration: none;
	margin: 10px;
	padding: 2px 10px;
	background: #333;
	color: white;
}
a.tabselect:hover {
	text-decoration: none;
	color: white;
}


td.men1inac {
	background: none;
	font-size: 15px;
}
td.men1ac {
	background: #3b6196;
	font-size: 15px;
}
td.men1ac a{
	font-size: 16px;
	color: white;
	margin: 0 5px;
}
td.men1inac a{
	font-size: 16px;
	color: white;
	margin: 0 5px;
}

td.men2inac {
	background: none;
	font-size: 15px;
}
td.men2ac {
	background: #dae4f1;
	font-size: 15px;
}
td.men2ac a{
	color: black;
	margin: 0 5px;
}
td.men2inac a{
	color: white;
	margin: 0 5px;
}


.inputtext, .inp {
	font-size: 13px;
	font-weight: normal;
	color: #212121;
	text-decoration: none;
	background: #ffffff;
	border-radius: 2px;
	box-shadow: inset 0 0 2px rgba(0,0,0,0.4);
	border: 1px solid #eee;
	min-width: 40px;
	line-height: 20px;
	vertical-align: middle;
	padding: 4px 5px;
	margin: 0;
	/* white-space: nowrap; */
}

.inputtext:focus, .inp:focus {
	box-shadow: inset 0 0 2px rgba(6,111,219,0.9);
}

.template {
	font-family: verdana;
	color: #212121;
	border : 1px solid #dddddd;
	text-decoration : none;
	font-size : 11px;
	padding-left : 5px;
	padding-right : 5px;
	background: #ffffff;
}

.inp2, .inp2:link, .inp2:visited, .inp2:active {
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	color: white;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	white-space: nowrap;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background: #1976D2;
	border: 1px solid #1976D2;
	border-radius: 2px;
	padding: 3px 8px;
	min-width: 40px;
}
.inp2:hover {
	background: #0c5298;
	border-color: #0c5298;
	color: white;
	text-decoration: none;
}


.inp-cancel {
	background: #eeeeee !important;
	border-color: #dddddd !important;
	color: black !important;
	text-decoration: none;
}
.inp-cancel:hover {
	background: #dddddd !important;
	border-color: #dddddd !important;
	color: white;
	text-decoration: none;
}

.logincontainer {
	margin-top: 150px;
}
.loginbox {
	background-color: var(--col22);
	padding: 25px 15px 25px 15px;
	color: white;
	border-radius: 16px 0 0 16px;
}
.loginform {
	max-width: 450px;
}

@media (max-width: 991px) {
	.logincontainer {
		margin-top: 0;
	}
	.loginbox {
		border-radius: 0;
	}
	.loginform {
		margin: 0 auto;
	}
}

.padding0 {
	padding: 0px;
}
.padding5 {
	padding: 5px;
}
.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}
.padding20 {
	padding: 20px;
}

.headerlogo {
	padding: 10px;
	background-color: var(--col12);
	text-align: center;
}
.headeruser {
	padding: 10px;
	line-height: 200%;
}

.headermenu {
	padding: 5px 0;
	background-color: var(--col5);
}

.menuitem,
.menuitem:link,
.menuitem:active,
.menuitem:visited {
	display: block;
	padding: 5px 10px;
	cursor: pointer;
	text-decoration: none;
}
.menuitem:hover {
	cursor: pointer;
	text-decoration: none;
	background-color: var(--col12);
	color: var(--col5);
}

@media (max-width: 767px) {

}


span.miniicondown {
	font-size: 8px; color: rgba(255,255,255,0.5);
}
span.miniiconright {
	font-size: 8px; color: rgba(255,255,255,0.5); right: 0; margin: 10px; position: absolute;
}
.menu, .menu ul {
	z-index: 10; margin: 0; padding: 0; list-style-type: none; position: relative; line-height: 2.5em;
}
.menu a {
	text-decoration: none;
}
.menu > li {
	margin-left: 5px;
	margin-right: 5px;
}
.menu > li:first {
	margin-left: 0px !important;
}
.menu > li > a {
	padding: 5px 8px; margin: 0; width: 100%; text-decoration: none; color: white; cursor: pointer;
}
div.box {
	position: absolute; z-index: -1; background: var(--col8); left: 0; top: 0; box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
li.pull-down {
	padding-right:6px;
}
.menu li {
	float: left; position: relative;
}
.menu ul {
	position: absolute; display: none; background: var(--col8); box-shadow: 2px 2px 4px rgba(0,0,0,0.2); opacity: 0.95;
}
.menu li ul li a {
	display: block; height: auto; color: #ffffff; padding: 0 30px 0 10px; text-align: left; white-space: nowrap;
}
.menu li ul li a:hover {
	background: var(--col7); text-decoration: none; box-shadow: 0 0 8px var(--col7);
}
.menu li ul li {
	display: block; width: 100%; padding: 0; margin: 0;
}
.menu ul ul {
	top: auto;
}
.menu li ul ul {
	top: 0;
}


.btnexpand:hover {
	text-decoration: none;
}
.btnexpand {
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
	color: #666;
}


.directorychar, .directorychar:link, .directorychar:active, .directorychar:visited {
	display: inline-block;
	width: 20px;
	text-align: center;
	margin-left: 5px;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	color: gray;
	text-decoration: none;
}
.directorychar:hover {
	text-decoration: none;
	background-color: white;
	color: black;
}

.directory {
	font-family: 'Open Sans', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 100%;
	line-height: 100%;
	background-color: white;
}
.directory td {
	padding: 5px;
}
.directory thead {
	background: #eee;

}
.directory th {
	padding: 10px 5px;
}
.directory tbody tr {
	border-bottom: 1px solid #e3e3e3;
}

.directorydep {
	width: 100%;
	background: #ffffdc;
	margin: 0;
	font-family: 'Open Sans', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 100%;
	padding: 5px 0;
}
.directorydep div {
	padding: 5px;
}





.language-dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-btn {
	background-color: #f1f1f1;
	border: none;
	padding: 10px;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.dropdown-btn img {
	width: 20px;
	height: 14px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: white;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	text-decoration: none;
	color: black;
	white-space: nowrap;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.dropdown-content img {
	width: 20px;
	height: 14px;
}

.language-dropdown.open .dropdown-content {
	display: block;
}
