
/*
7e99aa - 415865
c0b9a7
e9d9co - d2c3ad
	background-image: url(/hicon/images/ui-icons_444444_256x240.png) !important; 
*/

.ui-widget-header .ui-icon {
	background-image: url(/images/ui-icons_444444_256x240.png) !important; 
}

@media print {
/*	
	@page {
		size: portrait;
		margin-top: 3cm;
		margin-left: 3cm; 
	}
*/	
    div.kopfzeile {
      position: fixed;
      top: 0;
    }
	#header {
	  display: none;
	} 
	#container {
		border: 0px solid black !important;
	}
	#opennav {
	  display: none;
	} 
	#footer {
	  display: none;
	}
	.controll {
	  display: none;
	}
	.btn {
	  display: none;
	}
	.no-print {
	  display: none;
	}
	.new-page {
	  break-before: page;
	}
	#single { 
		width: 92%;
		padding: 0px 0px 0px 50px !important;
		font-size: 22px !important;
	}
	#single td { 
		border-bottom: 1px solid #dddddd;
	}
	/*
	#single input { 
		display: none;
	}
	*/
	#single .btn { 
		display: none !important; 
	}
}

@media screen {
	.no-screen {
	  display: none;
	}
}

body {
	min-width: 1400px;
	margin: 0;
	padding: 0;
	font: 85% arial, helvetica, sans-serif;
	text-align: center;
	background-color: #ffffff;
	color: #505367;
}

hr {
	border-bottom: 0px solid #000;
}

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

a:hover, a:active {
	/* color: #fff; */
}

input {
	margin: 0px;
	padding: 2px 1px; 
	display: inline-block;
	border: 1px solid #555555;
	border-radius: 2px;
	height: 20px;
	font-size: 14px;
}

input[type=button] {
	height: 26px;
	margin: 2px;
	padding: 2px 4px;
	display: inline-block;
	cursor: pointer;
	background-color: #e7e7e7;
	border: 1px solid #555555;
	border-radius: 2px;
}

input[type=submit] {
	height: 26px;
	margin: 2px;
 	padding: 2px 4px; 
	display: inline-block;
	background-color: #e7e7e7;
	border: 1px solid #555555;
	border-radius: 2px;
}

input[type=radio] {
	margin: 4px;
}

input[type=button]:hover {
	background-color: #f3f3f3;
}

input[type=button]:active {
	transform: translateY(1px);
}

input[type=button]:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

input[type=image] {
	border: 0px;
}

select {
	margin: 0px;
	padding: 0px 0px;
	display: inline-block;
	border: 1px solid #555555;
	border-radius: 2px;
	font-size: 14px;
}

textarea {
	margin: 0px;
	padding: 2px 1px; 
	display: inline-block;
	border: 1px solid #555555;
	border-radius: 2px;
	width: 252px;
	height: 100px;
	font-size: 14px;
}

/*
thead {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 30;
}
*/
/*
**
*/

.caption { 
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
}

.controll { 
	padding: 2px 0px 12px 0px;
	width: 100%;
}

.info { 
	width: 100%;
	padding: 6px 6px;
	text-align: center;
}

.error { 
	width: 100%;
	margin-bottom: 12px;
	text-align: center;
	color: #f00;
}

.clear { 
	clear: both;
	height: 0px;
}

.kalender { 
	width:80px !important;
	text-align: center;
}

.pink {
	color: #ca8c96;
}

.btn {
	margin: 0px;
	padding: 5px 14px;
	display: inline-block;
	cursor: pointer;
	background-color: #e7e7e7;
	border: 1px solid #555555;
	border-radius: 2px;
}

.btn:hover {
	background-color: #f3f3f3;
}

.btn:active {
	transform: translateY(1px);
}

.btn:disabled {
	cursor: not-allowed;
	pointer-events: all !important;
}

.table_wrapper {
	height: 660px;
	overflow-y: auto;
}

.white_table {
	width: 100%;
/*
	border-collapse: collapse;
	border-spacing: 1px 1px;
*/
}

.white_table th {
	position: sticky;
	top: 0px;
	padding: 2px; 
	background-color: #7e99aa !important;
	text-align: center;
	font-weight: normal;
	color: #fff;
}

.white_table td {
	height: 24px;
	padding: 4px 8px 4px 8px; 
	background-color: #ffffff;
}

.gray_table {
	width: 100%;
	margin-top: 6px;
}

.gray_table td {
	line-height: 34px;
	border-bottom: 1px solid #aaa;
	background-color: #f8f8f8 !important;
	padding: 0px !important;
}

/*
**
*/

#container {
	width: 100%;
	text-align: left;
	background-color: #f8f8f8;
	/* border: 1px solid black; */
}

#fixit {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 90;
}

#header {
	width: 100%;
	background-repeat: repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	color: #fff;
}

/*
** Menue 
*/

#opennav {
	z-index: 80;
	width: 100%;
	border-bottom: 1px solid #fff;
}

#opennav .username {
    color: white;
    float: right;
    text-align: center;
    padding: 14px 16px;
}

#opennav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #7e99aa;
}

#opennav li {
    float: left;
}

#opennav li a, 
#opennav .dropbtn {
    display: inline-block;
	border-right: 1px solid #fff;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#opennav li a:hover, 
#opennav .dropdown:hover .dropbtn {
    background-color: #415865;
}

#opennav li.dropdown {
    display: inline-block;
}

#opennav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#opennav .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

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

#opennav .dropdown:hover .dropdown-content {
    display: block;
}

#opennav .dropdown-content-sub {
    display: none;
    position: absolute;
	left: 60px;
	/* top:30px; */
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

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

#opennav .dropdown-sub:hover .dropdown-content-sub {
    display: block;
}

/*
**
*/

#single { 
	min-height: 600px;
	padding: 100px 16px 16px 16px; 
	font-size: 14px;
	z-index: 10;
}

#single .headline { 
	background-color: #7e99aa;
	color: #fff;
	height:24px;
}

#single .showline { 
	background-color: #7e99aa;
	color: #fff;
	width:20%;
	height:24px;
}

#single input {
	width: 250px;
	padding-left: 0.2rem;
}

#single input[type=text] {
	height: 20px !important;
}

#single input[type=checkbox] {
	width:16px !important; 
	height:16px;
}

#single select {
	height: 26px;
	width: 256px;
	padding-left: 0.2rem;
}

#footer	{
	height: 20px;
	padding: 10px 0px 4px 0px;
	text-align: center;
	color: #ffffff;
	background-color: #7e99aa;
}

/*
**
*/

#login { 
	font: 100% arial, helvetica, sans-serif;
}

#login .log_table { 
	border: 1px solid #aaaaaa; 
}

#login .log_table th { 
	height: 35px; 
	border: 1px solid #000;
	color: #fff;
	background-color: #7e99aa; 
	font-size: 18px;
}

#login .log_table td { 
	background-color: #eeeeee;
}

#login td { 
	font-size: 14px;
	padding: 4px 4px 4px 4px;
}

#login input {
	height: 1.8rem;
	width: 200px;
	font-size: 14px;
	margin-top: 6px;
	padding-left: 0.2rem;
}

/*
**
*/

.popup-overlay {
	position: fixed;
	display: none;
	margin: auto;
	top: 0; left: 0; width: 100%; height: 100%; 
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; 
	opacity: .50;
	filter: Alpha(Opacity=50);
	z-index: 3000;
}

.popup-frame {
	position:fixed;
	display:none;
	background: #fff !important;
	top:50%;
	left:50%;
	height:200px;
	width:300px;
	padding: 10px;
	margin:auto;
	margin-top:-200px;
	margin-left: -150px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:#efefef;
	border-collapse: collapse;
	font-size:14px;
	z-index:3001;
}
.popup-header {
	padding-right:10px;
	text-align:right;
}
.popup-close {
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup-close:hover {
	color: #06D85F;
}
