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

body {
	margin: 0;
	padding: 0;
}
body.body {
	background-color: #4d4e53;
}
.navheader {
}
.menusubhead {
	padding: 0 0 2px 0;
	background: #1976D2;
	overflow: hidden;
}
.menusubhead2 {
	padding: 0 0;
	background: #03A9F4;
	overflow: hidden;
}
.boxcontent {
	background-color: #f7f7f7;
}
.boxcontainer {
	width: 70%;
	min-width: 1100px;
	margin: 0 auto;
}

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

.inlineblock {
	display: inline-block;
}
.headerbox {
	padding: 6px 10px;
	border-radius: 0;
	color: #ffffff;
	line-height: 130%;
	text-decoration: none;
}
.headerboxhover:hover {
	color: #ffffff;
	text-decoration: none;
	background: rgba(0,0,0,0.5);
}
.headerbutton {
	margin: 0;
	padding: 6px 10px;
	color: #ffffff;
	text-decoration: none;
	border: 0;
	border-radius: 0;
	line-height: 130%;
	background: transparent;
}
.headerbutton:hover {
	margin: 0;
	padding: 6px 10px;
	color: #ffffff;
	text-decoration: none;
	border: 0;
	border-radius: 0;
	line-height: 130%;
	background: rgba(0,0,0,0.5);
}

a.headeropen * {
	color: #8dc63f;
}
a.headerexit * {
	color: #f44336;
}
a.headerhelp * {
	color: #03a9f4;
}
a.headername * {
	color: #f7f7f7;
}

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

.layoutbox {
	background-color: rgba(0,0,0,0.1);
	margin-bottom: 15px;
	padding: 0 5px 5px 5px;
	box-shadow: 0 0 3px #717075;
}
.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 #4d4e53;
}
.widgetblockhighlight {
	min-height: 30px;
	margin-bottom: 5px;
	background: #4d4e53;
}
.widgetlink {
	display: block;
	padding: 0;
	text-decoration: none;
}
.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: #03A9F4 !important;
    color: white !important;
    border: 0;
    border-radius: 0;
}
.dropdown-menu > li > a {
	color: white;
}
.dropdown-menu > li > a:hover {
	background-color: #1976D2;
	box-shadow: 0 0 8px #1976D2;
	color: white;
}
.dropdown-menu .divider {
	background-color: #1976D2;
	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: #03A9F4;
    border-color: #03A9F4;
}

.logo {
	opacity: 0.75;
}
.logo:hover {
	opacity: 1;
}
.logo img {
	width: 150px;
}

.sh1 {
	color: #ffffff;
	font-size: 24px;
	margin: 0;
}
.sh2 {
	color: #ffffff;
	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: 2px;
}
.btn {
	border-radius: 2px;
}
.btn-primary, .btn-primary:link, .btn-primary:visited, .btn-primary:active {
	color: white;
	background-color: #303F9F;
	border-color: #303F9F;
}
.btn-primary:hover {
	color: white;
	background-color: #1976D2 !important;
	border-color: #1976D2 !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: #303F9F;
	border-top: 2px solid #303F9F;;
	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: #f7f7f7 !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: #4d4e53;
	border-top: 2px solid #0c1115;;
	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: #03A9F4;
	text-decoration: none;
	font-size: 14px;
}
.popovershow:hover {
	color: #1976D2;
	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: #1976D2;
	color: white;
	font-weight: normal;
}
.header p {
	color: white;
	font-weight: normal;
}
.sideheader {
	border-collapse: collapse;
	background: #efefef;
	font-weight: normal;
}

.data {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	background: white;
}


.nav {
	background: #717075;
	color: #ffffff;
	font-weight: bold;
	border: 0;
	padding: 0;
	margin: 0;
}
.nav-tabs > li > a {
    line-height: 1.42857;
    margin: 0;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    border-top: 3px solid transparent;
}
.nav-tabs > li > a:hover {
	background-color: #1976D2;
	border: 0;
	border-top: 2px solid transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #4d4e53;
	cursor: default;
	background-color: #fff;
	border: 0;
	border-top: 3px solid #1976D2;
}

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

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

.menudivrow {
	display: block;
	height: 24px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.menudivrow.head {
	background-color: #cdd3da;
	/*border-top: 2px solid #03A9F4;*/
	margin-top: 15px;
}
.menudiv1 {
	display: inline;
	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: 19%;
	font-size: 12px;
	color: #dd6666;
}
.menudiv1.col5 a {
	color: #666;
}
.menudiv1.col6 {
	width: 7%;
	font-size: 12px;
	color: #666666;
}
.menudiv3 {
	display: block;
	height: 24px;
	margin: 0 auto;
	padding: 0;
	width: 550px;
}


.odd {
	background: #ffffff;
}
.even {
	background: #f7f7f7;
}
.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: #4d4e53; */
	color: black;
	box-shadow: 0 0 2px 1px #1976D2;
	cursor: pointer;
	text-decoration: none;
}

.tree {
	float: left;
	display: block;
	width: 20px;
	height: 100%;
	vertical-align: middle;
}
.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;
}




















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;
	
}

.close {
	margin-left: 5px;
}
.alert {
	padding: 5px 10px;
	margin: 5px 0;
}
.alert-danger, div.showerror {
	background: #cc3f44;
	color: white;
}
.alert-success, div.showalert {
	background: #8dc63f;
	color: white;
}

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

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

.buttonnonactive {
	color: rgba(0,0,0,0.2);
	padding: 2px;
}

.buttonblack2 {
	background: #ffffff;
	padding: 3px 5px;
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	color: #444;
	border-radius: 2px;
	font-size: 16px;
	line-height: 100%;
}
.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;
}

.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: #1976D2;
}


.menu2des {
	background: none;
	color: white;
}
.menu2sel {
	background: #dae4f1;
	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: #dae4f1;
}



.menu2box {
	padding: 0;
	background: #1976D2;
	display: block;
	overflow: hidden;
	text-align: center;
}

.menu3add {
	margin: 0;
	padding: 0;
	background: #dae4f1;
}



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

.listblockselect {
	background: #1976D2;
}
.listblockselect p {
	color: white;
}

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

.tab-content {
	padding: 10px;
}

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

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: #313435;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	padding: 25px 15px 10px 15px;
	color: white;
}
.loginform {
	max-width: 400px;
}

@media (max-width: 767px) {
	.logincontainer {
		margin-top: 0;
	}
	.loginform {
		margin: 0 auto;
	}
}





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: #03A9F4; 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: #03A9F4; 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: #1976D2; text-decoration: none; box-shadow: 0 0 8px #1976D2;
}
.menu li ul li {
	display: block; width: 100%; padding: 0; margin: 0;
}
.menu ul ul {
	top: auto;
}
.menu li ul ul {
	top: 0;
}
