@CHARSET "ISO-8859-1";

.navbffar, .navbfffar a { /*background-color: #00FF00;*/
	background-color:#4c0000;
	color:#ffffff !important;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: var(--bs-navbar-active-color);
	font-weight: bold !important;
}


html {
	height: 100%;
}

body {
	background-color: #9B0000;
	height: 100%;
	margin: 0px;
	color: #ffffff;
 font-family: 'Quicksand', sans-serif;
 font-weight: 300;

margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
 font-weight: 500;
}

.ahcol {
	padding:5px;
}

.ahtile {
	font-size: 28px !important;
	font-weight: bold;
}
.ahkey {
	font-weight: bold;	
}
.ahval {
}

input[type=button],input[type=submit], button {
	border:1px solid #000000;
	background-color: #000000;
	color:#ffffff !important;
	padding: 12px;
	font-size: 110%;
}
input,textarea,button,select {
	border:1px solid #4c0000 !important;
	font-size: 12px; /*10*/
	color: #222222;
	padding: 5px;
}

.swal2-close {
	color: #4c0000 !important;
	border: none !important;
}
.swal2-styled {
	background-color:#4c0000 !important;
	color:#ffffff !important;
}


.menulink {
	color: #222222;
	text-decoration: none;
	cursor: pointer;
}

.menulink:hover {
	color: #222222;
	text-decoration: underline;
	cursor: pointer;
}

a {
	color: #222222;
	text-decoration: none;
}

a:link {
	color: #222222;
	text-decoration: none;
}

a:visited {
	color: #222222;
	text-decoration: none;
}

a:hover {
	color: #222222;
	text-decoration: underline;
}

a:active {
	color: #222222;
	text-decoration: none;
}




a.btn-dark {
	color: #ffffff;
	text-decoration: none;
}

a.btn-dark:link {
	color: #ffffff;
	text-decoration: none;
}

a.btn-dark:visited {
	color: #ffffff;
	text-decoration: none;
}

a.btn-dark:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.btn-dark:active {
	color: #ffffff;
	text-decoration: none;
}





a.nav-link {
	color: #ffffff;
	text-decoration: none;
}

a.nav-link:link {
	color: #ffffff;
	text-decoration: none;
}

a.nav-link:visited {
	color: #ffffff;
	text-decoration: none;
}

a.nav-link:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.nav-link:active {
	color: #ffffff;
	text-decoration: none;
}


span.menutitlespacer {
	color: #BBBBBB;
}

td.menuitem {
	font-size: 12px; /*10*/
	cursor: pointer;
	border: 1px transparent solid;
}

td.menuitem_active {
	font-size: 12px; /*10*/
	cursor: pointer;
	/*	background-color: #cccccc;*/
	background-image: url(gfx/popupmenuitem_hoverbg.png);
	border: 1px #aecff7 solid;
}

td.menuitem_disabled {
	font-size: 12px; /*10*/
	cursor: pointer;
	color: #dddddd;
}

table.element {
	border: 1px #E7E7E7 solid;
}

td.element_titlebar {
	padding: 4px;
	background-color: #4c0000;
	height: 16px;
	border-bottom: 1px #4c0000 solid;
	font-weight: bold;
	padding:8px;
	font-size: 130%;
}

td.element_subtitlebar {
	padding: 4px;
	background-color: #000000;
	background-position: bottom;
	height: 14px;
	border-bottom: 1px #4c0000 solid;
	font-weight: bold;
	color:#ffffff;
	padding:8px;
}

td.subpagecontent {
	padding: 5px;
	color:#000;
}

table.contentpanel {
	border: 1px solid #cccccc;
}

.disabled {
	color: #666666;
}


.ttable {
	border: 1px #d0d0d0 solid;
	display: inline-block;
}
.trow {
	background-color: #eeeeee;
	vertical-align: middle;
	height: 33px;
	display: inline-block;
}
.trow2 {
	background-color: #FFF2C6;
	vertical-align: middle;
	height: 33px;
	display: inline-block;
}
.trowheader {
	background-image: url(gfx/titlebarbg.png);
	background-position: bottom;
	border-bottom: 1px #d0d0d0 solid;
	font-weight: bold;
	display: inline-block;
	height: 21px;
	vertical-align: middle;
}
.tcol {
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: bottom;
	text-align: left;
	display: inline-block;
	height: 25px;
}
.tcolheader {
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	display: inline-block;
	/*height: 20px;*/
}