
root { 
	display: block;
}

body {
	overflow: scroll;
	width: 100%;
	height: 100%;
	background-color: #CCC;
	font-family: Arial,Helvetica,sans-serif;

    
}
#bg-top {
	position: absolute;
	z-index: -1;
	background: black;
	top: 0;
	left: 0;
	width: 100%;
	height: 87px;
}
input,button {
	cursor: pointer;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.vertical_centered {
	margin-top: auto;
	margin-bottom: auto;
}

.vertical_text {
	writing-mode: tb-rl;
	filter: flipv fliph;
}

.container {
	margin-top: 0;
}

form ul {
	list-style: none;
}
form ul li {
	margin-top: 8px;
}
form ul label {
	display: block;
}
td input,td label {
	margin-top: 0px;
	margin-bottom: 0px;
}

.modal {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 255, 255, 255, .8 ) url('https://backend.expressbild.org/resources/images/ajax-loader.gif')
	50% 50% 
	no-repeat;
}

.cursorPointer {
	cursor: pointer;
}



/*
News
*/

#news-div {
	z-index: 5;
	position: fixed;
	bottom: 0px;
	width: 100%;
	min-width: 600px;
	height: 20px;
	/*background-color:white;
	border:1px solid black;*/
	border-radius: 25px 25px 0px 0px;
}

#news-content {
	width: 100%;
	overflow: auto;
	height: 180px;
}

#news_menu_btn {
	background-color: white;
	width: 80px;
	height: 20px;
	border: 1px solid black;
	border-radius: 25px 25px 0px 0px;
	text-align: center;
	cursor: pointer;
	clear: both;
	margin-bottom: 2px;
	color:black;
}

#news_menu_btn.active {
	border-radius: 0px 0px 25px 25px;
}

.news {
	width: 60%;
	min-width: 500px;
	min-height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid;
	border-radius: 25px 25px 25px 25px;
	background-color: #E8EEF7;
}

.news > .header {
	height: 20px;
	border-bottom: 1px solid;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

.news > .content {
	min-height: 10px;
	text-align: center;
	display: none;
	margin-bottom: 5px;
}

.news > .content.show {
	display: block;
}

/*
Mod-Panel
*/

#mod-panel {
	z-index: 5;
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 22px;
	/*border-radius: 25px 0px 25px 0px;*/
}

#mod_panel_menu_btn {
	/*background-color:white;*/
	background-image: url(mod_panel/menu_btn.jpg);
	width: 20px;
	height: 165px;
	border: 1px solid black;
	padding-top: 6px;
	border-radius: 25px 0px 0px 25px;
	text-align: center;
	cursor: pointer;
	float: right;
}

#mod_panel_menu_btn.active{
	/*border-radius:0px 25px 25px 0px;*/
	border-right: 0px solid;
    
}

#mod_panel_content {
	text-align: center;
	margin-top: 20%;
	padding-top: 20px;
	display: none;
	height: 600px;
	width: 200px;
	float: left;
	background-color: white;
	border-radius: 25px 0px 0px 25px;
	border: 1px solid;
}



/*
Widgets
*/
.ui-widget-header {
	padding: 2px 8px 2px 8px;
	margin: 0;
	min-height: 1em;
}
.ui-widget-header input, .ui-widget-header select,.ui-widget-header button {
	margin: 3px;
}


.ui-widget-content {
   
	overflow: auto;
    
}

/*
Fix for resizeable dialogs
*/
.ui-widget-content[role='dialog']{
	overflow: hidden;
}

.ui-widget-dialog {
	margin: 8px;
}

.ui-widget-info {
	margin: 10px;
	padding: 2px;
	color: black;
	padding: 8px;
	min-width: 300px;
	background: white;
	overflow: auto;
	vertical-align: middle;
}

.ui-widget-info h3 {
	display: inline-block;
}
.ui-dialog span.ui-icon {
	float: right;
}
/*
Helpers
*/
.vfill {
	height: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.fold {
	cursor: pointer;
}

/*
Statistic table
*/
table.stats {
	background-color: white;
}

table.stats td {
	border: 0.5px solid black;
}

table.stats tr:nth-child(even) {
	background: #CCC}

table.stats tr:nth-child(odd) {
	background: #FFF}

/*
Display table
*/
table.display {
	background-color: #CCC;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border: none;
	margin: 0;
	padding: 0;
}
table.display th {
	color: #FFA;
	background-color: #222;
}
table.display td {
	color: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0;
	padding-bottom: 0;
}
table.display h4 {
	color: #FFA;
	margin: 1px;
	padding: 0;
}
table.display checkbox { 
	margin: 4px;}
table.display tr:nth-child(even) {
	background: #666}
table.display tr:nth-child(odd) {
	background: #333}
/*

Pagination styling
*/
.pagination_container {
	text-align: center;
	padding: 4px;
	font-size: medium;
}

ul.display {

	list-style: none;
}

/*
White-formular: contract-like form
*/
.contract {
	background: white;
	color: black;
}
contract .ui-state-info, .contract .ui-widget-info {
	border: solid 1px gray;
}

/*
Notifications
*/
.notificate {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #3d3838;
	opacity: 0.4;
	filter: alpha(opacity=40);
	z-index: 98;
	width: 100%;
	height: 100%;
}
.notificate_div {
	position: absolute;
	background-color: #E8EEF7;
	border: 3px outset;
	opacity: 1.0;
	filter: alpha(opacity=100);
	z-index: 99;
}

/*
News
*/
#pageFooterOuter {
	width: 100%;
	background-color: #E8EEF7;
	z-index: 97;
}

.news_div {
	width: 90%;
	margin-left: 5%;
	background-color: #f2f2f2;
}

.maxix {
	height: auto;
}

span.spec_a {
	color: #ffffff;
}

span.sel_spec_a {
	color: cyan;
	font-weight: bolder;
}

div.blured {
	background-color: #4a4747; 
	opacity: 0.4; 
	filter: alpha(opacity=40); 
	z-index: 9;}
div.popper {
	vertical-align: middle; 
	text-align: center; 
	background-color: #E5ECF9; 
	border: 2px outset; 
	z-index: 10; 
	height: 60px; 
	width: 450px;}
div.invis {
	visibility: hidden; 
	position: fixed;}


.stats2 {
	margin: 10px 0 10px 0;
	padding: 0px;
	width: 100%;
	border: 1px solid #cecaca;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
.stats2 table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.stats2 tr:last-child td:last-child {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.stats2 table tr:first-child td:first-child {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
.stats2 table tr:first-child td:last-child {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.stats2 tr:last-child td:first-child{
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.stats2 tr:hover td{
	
}
.stats2 tr:nth-child(odd){ 
	background-color: #eaf2f2;}
.stats2 tr:nth-child(even)    { 
	background-color: #ffffff;}
.CSSTableGenerator td{
	vertical-align: middle;
	
	
	border: 1px solid #cecaca;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 9px;
	font-size: 10px;
	font-family: Arial;
	font-weight: normal;
	color: #595858;
}
.stats2 tr:last-child td{
	border-width: 0px 1px 0px 0px;
}
.stats2 tr td:last-child{
	border-width: 0px 0px 1px 0px;
}
.stats2 tr:last-child td:last-child{
	border-width: 0px 0px 0px 0px;
}
.stats2 tr:first-child td,
.stats2 tr.header td{
	background: -o-linear-gradient(bottom, #6b645e 5%, #281f16 100%);	
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6b645e), color-stop(1, #281f16) );
	background: -moz-linear-gradient( center top, #6b645e 5%, #281f16 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b645e", endColorstr="#281f16");	
	background: -o-linear-gradient(top,#6b645e,281f16);

	background-color: #6b645e;
	border: 0px solid #cecaca;
	text-align: center;
	border-width: 0px 0px 1px 1px !important;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
}
.stats2 tr:first-child:hover td{
	background: -o-linear-gradient(bottom, #6b645e 5%, #281f16 100%);	
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6b645e), color-stop(1, #281f16) );
	background: -moz-linear-gradient( center top, #6b645e 5%, #281f16 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b645e", endColorstr="#281f16");	
	background: -o-linear-gradient(top,#6b645e,281f16);

	background-color: #6b645e;
}
.stats2 tr:first-child td:first-child{
	border-width: 0px 0px 1px 0px;
}
.stats2 tr:first-child td:last-child{
	border-width: 0px 0px 1px 1px;
}