
/* fonts */

@font-face { 
	font-family: 'Raleway-Light';
	src: url('../font/Raleway-Light.ttf') format('truetype'); 
}

@font-face { 
	font-family: 'Raleway-Regular';
	src: url('../font/Raleway-Regular.ttf') format('truetype'); 
}
@media print {
	#headercenter, 
	#kal_steuerung,
	#footer {
	  display: none;
	}
	.center {
	  border: 0px solid #fff !important;
	}
	.center_nav, 
	.main_form,
	.button,
	.no-print {
	  display: none;
	}
	input[type=button],
	input[type=submit] {
	  display: none !important;
	}
	input[type=text],
	select {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		border: 1px solid #bbbbbb !important;
	}
	select::-ms-expand {
		display: none;
	}
}

/* main */

body {
	margin:0;
	padding:0;
	font-family:Trebuchet MS,Verdana,Arial,sans-serif;
	font-size:13px;
	color:#000000;
}

h1 {
	margin: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff;
	color: blue;
	width: 100%;
	font-size: 36px;
}

h2 { 
	clear: both; 
	padding-top:1.5em; 
	margin-top:0; 
}

hr {
	border-bottom: 0px solid #000;
}

td > label {	
	font-weight: normal;
}

input {
	margin: 0px;
	padding: 2px 1px; 
	display: inline-block;
	border: 1px solid #555555;
	border-radius: 2px;
}

input[type=button] {
	margin: 2px;
	padding: 2px 4px;
	display: inline-block;
	cursor: pointer;
	background-color: #e7e7e7;
	border: 1px solid #555555;
	border-radius: 2px;
}

input[type=submit] {
	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;
}

/* close button (x) */
.close {
	position: absolute;
	right: 10px;
	top: 0;
	color: #f00;
	font-size: 35px;
	font-weight: bold;
}

.close:hover {
	cursor: pointer;
}

.show_link {
	cursor: default;
	background: #FFF;
}

.show_link:hover, .show_link:active {
	cursor: pointer;
	background: #ECC6C8;
}

.button_red {
	background-color: #f44336 !important;
	color: white !important;
	width:60px;
	padding: 3px 6px;
	margin: 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	border: none;
	border-radius: 2px;
}

.button_green {
	background-color: green !important;
	color: white !important;
	width:60px;
	padding: 3px 6px;
	margin: 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	border: none;
	border-radius: 2px;
}

.button_gray {
	background-color: #e7e7e7;
	padding: 3px 6px;
	margin: 2px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	border: 1px solid #555555;
	border-radius: 2px;
}

.kalender { 
	width:74px !important;
	text-align: center;
}

.inaktiv { 
	color:#888888;
	font-style: italic;
}

.message { 
	width:100%;
	color:#444444;
	font-style: italic;
}

.headline { 
	width:100%;
	margin-bottom:10px;
	font-style:italic;
}

.footnote { 
	width:100%;
	margin-top:10px;
	font-style:italic;
}

.note { 
	color:#777;
	font-style:italic;
	font-size:11px;
}

.centerbox {
	width:100%;
	text-align:center;
	margin-top:10px;
}

.borderbox {
	width:100%;
	margin-bottom:6px;
	border:1px solid #000;
	border-radius:4px;
	text-align:center;
}

.box {
	float:left;
	width:36px;
	margin:2px;
	padding:2px;
	border:1px solid #000;
	border-radius:2px;
	text-align:center;
}

.invisible {
	display: none;
}

.strike { 
	text-decoration: line-through; 
}

.small_font {
	font-size: 11px;
}

.bold_font {
	font-weight: bold;
}

.clear { 
	clear: both;
	height: 0;
	font-size: 0; 
}

#ui-datepicker-div {
    z-index: 9999999 !important;
	display: none;
}

/* footer */

.footer {
	margin:auto;
	position:relative;
	z-index:-1;
	height:30px;
	width:982px;
	border: 1px solid #ccc;
	background-color:#98A0AB;
	color:#fff;
	text-align:center;
	font-size: 13px;
}

/* header */

#headercenter {
	position:center;
	width:980px;
	margin:auto;
}

.header_frame {
	position:center;
	margin-top: 6px;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.weiss_link a:link, .weiss_link a:visited, .weiss_link a:active, .weiss_link a:hover	{
	text-decoration: underline;
	color:#FFFFFF;
}

.schwarz_link a:link, .schwarz_link a:visited, .schwarz_link a:active, .schwarz_link a:hover	{
	text-decoration: underline;
	color:#000000;
}

/*
#fdf8ea
#e7f5e4
#e6f8ff
#f5ece2
*/

.yellow td {
	background-color: #f5ece2 !important;
}

/* sub header */

.center {
	position:center;
	margin:auto;
	width:980px;
	min-height:500px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.center_top {
	position:center;
	margin:auto;
	width:980px;
	height:30px;
	margin-top:6px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color:#98A0AB;
	color:#fff;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
}

.center_nav {
	width:100%;
	border: 1px solid #bbb;
	background-color:#EEEEEE;
}

.header_top {
	font-size: 13px;
	font-weight:normal;
}

/* content header */

.center_liste {
	width:100%;
	margin-top:20px;
}

.center_tab_content {
	margin:auto;
	width:978px;
	min-height:560px;
}

.center_content {
	margin:auto;
	width:940px;
	margin-top:20px;
}

.center_content a:link, .center_content a:visited, .center_content a:active	{
	text-decoration: none;
	color:#534F6D;
}

.center_content a:hover {
	text-decoration: none;
	color:#ECC6C8;
}

.content_form {
	width:940px;
	margin: 4px 2px 8px 2px;
	border: 1px solid #aaa;
	font-size: 14px;
}

.content_top {
	width:940px;
	border: 1px solid #aaa;
	font-size: 14px;
}

.content_desc {
	width:100%;
	margin: 10px 0px 4px 0px;
	border: 1px solid #777;
	padding: 4px 4px 4px 4px;
	box-sizing: border-box;
	font-size: 13px;
}

.content_header {
	width:940px;
	height:28px;
	margin-top:6px;
	background:#C8D2E2;
	border-collapse: collapse;
	font-size: 13px;
}

.content_table {
	width:100%;
	margin-top:6px;
	border: 1px solid #fff;
	font-size: 13px;
}

.content_table td {
	height: 20px;
	border-bottom: 1px solid #ccc;
}

.content_table th {
	border: 1px solid #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background:#C8D2E2;
}

.center_table {
	margin:auto;
	width:100%;
	text-align:left;
	border-collapse: collapse;
}

.table_header td {
	height:22px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000 !important;
	background:#C8D2E2 !important;
}

.table_line td {
	border-bottom: 1px solid #777;
	height:22px;
}

.no_line td {
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
}

.content_item {
	width:940px;
	margin-top:1px;
	border-collapse: collapse;
	font-size: 13px;
}

.content_item a:link, .content_item a:visited, .content_item a:active	{
	text-decoration: none;
	color:#534F6D;
}

.content_item a:hover {
	text-decoration: none;
	color:#ECC6C8;
}

.main_liste {
	width:978px;
	margin:auto;
	margin-top:20px;
}

.main_form {
	width:970px;
	height:34px;
	margin: 2px 2px 2px 2px;
	border-bottom: 1px solid #aaa;
}

.blue_table {
	margin:auto;
	text-align:center;
	background-color: #fff;
}

.blue_table td {
	color: #003278;
	background-color: #D9E0EB;
}

.gray_table {
	margin:auto;
	border-collapse: collapse;
}

.gray_table th {
	line-height:18px;
	font-weight:normal;
	color: #333;
	background-color: #e0e0e0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.gray_table td {
	line-height:18px;
	background:#f4f4f4;
	border-bottom: 1px solid #fff;
}

.light_table {
	margin:auto;
	width:100%;
	text-align:left;
	border-collapse:collapse;
	font-size:13px;
}

.light_table td {
	line-height:18px;
	border: 1px solid #777;
/*
	border-top: 1px solid #E2DFD6;
	border-left: 1px solid #E2DFD6;
*/
}

.main_table {
	margin:auto;
	width:940px;
	text-align:left;
}

.main_header td {
	height:18px;
	background:#C8D2E2;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.main_total td {
	height:18px;
	background:#eeeeee;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.small_header td {
	background:#C8D2E2;
}

.header {
	padding: 6px 6px;
	text-align:center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background:#98A0AB;
	color:#fff;
	font-size: 14px;
}

.sub_header {
	padding: 4px;
	font-weight: bold;
	color: #000000;
}

.center_box {
	border: 1px solid #000;
	text-align:center;
}

/*
.content {
	list-style-type: none; margin: 0; padding: 0; width: 60%;
}

.selected {
	background: #F39814; color: white;
}

.set{
	background:#F6A828;
}

.notset{
	background:#FFF;
}
*/

/* bo/institute */

.ui-tabs .ui-tabs-hide {
	display: none;
}

#tabs {
	background:#fff;
	font-size:10pt !important;
}

#tabs ul {
	background:#fff;
	border: none;
}

#tabs li {
	display:inline;
	list-style:none;
	border: 1px solid #A4A9B4;
    background: #eee;
}

#tabs li.ui-state-active {
    background: #fff;
}

#tabs li.ui-state-active a {
	color:#d00 !important;
}

#tabs li a {
	color:#003278;
}

#tabs a {
	display:inline-block;
	padding:5px 10px;
	text-decoration:none;
	font-size: 12px;
}

#tabs a:hover {
	color:#d00;
}

#tabs .tab_content { 
	border: 1px solid #A4A9B4;
	padding: 12px;
}

#tabs .one_column {
	width:100%;
	padding: 8px 0px 0px 0px;
/*
	margin: 10px 10px;
	padding-top:4px;

*/
}

#tabs .two_columns { 
	float:left; 
	width:49%;
	margin: 0px 8px 0px 0px;
/*
	margin: 10px 10px;
*/
}

#tabs .flex_columns { 
	float:left;
	margin: 0px 10px 0px 0px;
/*
	padding: 4px;
*/
}

#tabs .adress {
	float:left;
	width:120px;
	line-height:24px;
	color:#000;
	margin-top:3px;
}

#tabs .adress_disabled {
	width:235px;
	color:#003278;
	margin:3px;
}

#tabs .adress_input {
	width:235px;
	color:#003278;
	margin:3px;
}

#tabs .liste{
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #A4A9B4;
	color:#000;
	width:200px;
	height:250px;
	margin:1px;
	overflow-x:hidden;
	overflow-y:auto;
}

#tabs .line {
	margin: 10px 10px;
}

#tabs .raumitem { 
	background:#fff;
	border-bottom:1px solid #000;
	padding: 2px;
}


/* promotion */

#promotion {
	width:972px;
	min-height:560px;
	margin:3px;
	padding-top:10px;
	text-align:left;
	font-size:13px;
	color:#000;
}

#promotion input[type=text] {
	width:240px;
}

#promotion select {
	height:22px;
	width:246px;
}


/* personal */

#personal {
	width:972px;
	margin:3px;
	border-collapse: collapse;
	text-align:left;
	font-size:13px;
}

#personal .block {
	width:318px;
	float:left;
	margin:2px;
}

#personal input {
	width:188px;
}

#personal select {
	height:22px;
	width:192px;
}

.popup-personal {
	margin:auto;
	position:fixed;
	display:none;
	top:50%;
	left:50%;
	height:500px;
	width:600px;
	margin-top:-250px;
	margin-left: -300px;
	border-collapse: collapse;
	background-color:#fff;
	font-size:13px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index:3001;
}

.popup-personal table {
	width: 100%;
	border-collapse: collapse;
}

/* login */

#login {
	align:center; 
	margin:0 auto; 
	margin-top:140px;
	width:396px;
	background:#948C89; 
	border:1px solid #000;
	color:white;
	font-family:Raleway-Regular,Trebuchet MS,Arial,sans-serif;
}

#login .line {
	height:35px;
	margin-left:40px;
	margin-top:10px;
	font-size: 19px;
}

#login .nav {
	margin: 12px 36px 12px 40px;
	text-align:right;
}

#login .indent_large {
	width:150px;
	float:left;
}

#login .indent {
	width:120px;
	float:left;
}

#login .info {
	text-align:center;
	padding:14px;
	font-size: 14px;
	font-weight:bold;
	color:#ECC6C8;
}

#login input {
	border:1px solid #ccc;
	width:190px;
	padding:4px;
	font-family:Raleway-Regular,Trebuchet MS,Arial,sans-serif;
	font-size:15px;
}

#login select {
	border:1px solid #ccc;
	width:316px;
	font-family:Raleway-Regular,Trebuchet MS,Arial,sans-serif;
	font-size:15px;
}

/* popup */

#popup {
	font-size: 14px;
	color:#000000;
}
#popup .header {
	padding: 6px 6px;
	text-align:center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background:#98A0AB;
	color:#fff;
	font-size: 14px;
}
#popup .menu {
	padding: 6px 4px 0px 8px;
	font-weight:bold;
	text-decoration:none; 
}
#popup .menu a {
	color:#000000;
}
#popup .content {
	width:100%;
	padding: 10px;
}
#popup .line {
	background-color:#FFFFEE;
	padding-bottom: 4px;
	border-bottom: 1px solid #AAA;
}
#popup .info {
	padding: 4px 4px 4px 4px;
	text-align:center; 
	background-color:#FFFF7A;
}
#popup .input_small {
	width: 90px;
}
#popup .input {
	width: 280px;
}
#popup a {
	text-decoration: none;
}
#popup span {
	/* 
	background-color:#990000; 
	color:#EDFF47;
	color:#aa0000;
	*/
}
#popup select {
	width: 284px;
}

/* Dropdown Button */
.dropdown {
	position: relative;
	display: inline-block;
}

.dropbtn {
	background-color: #e7e7e7;
	padding: 2px 8px;
	margin: 2px;
	font-size: 12px;
	border: 1px solid #555555;
	border-radius: 2px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	margin-left: 0px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 12px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #f1f1f1;} 

/* signature */

.sign_content {
	position:center;
	margin:auto;
	padding: 10px;
	width: 320px;
	background-color: #bbb;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
}

.sign_canvas {
	width: 320px;
	height: 160px;
	margin-top: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
	background-color: #fff;
	border: 1px solid #f4f4f4;
	border-radius: 4px;
}

/* loading animation 
.loader {
	position:fixed;
	top:50%;
	left:50%;
	width: 50px;
	height: 50px;
	margin-top:-140px;
	margin-left: -40px;
	background-color: rgba(192, 192, 192, 0);
	border: 10px solid #f3f3f3;
	border-top: 10px solid #333;
	border-radius: 50%;
	animation: spin 2s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
*/

.loading {
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	width: 80px;
	height: 80px;
	margin-top:-120px;
	margin-left: -40px;
	background-color: rgba(192, 192, 192, 0);

}
.loading div {
	animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}
.loading div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	background: #333;
}
.loading div:nth-child(1) {
	animation-delay: -0.036s;
}
.loading div:nth-child(1):after {
	top: 63px;
	left: 63px;
}
.loading div:nth-child(2) {
	animation-delay: -0.072s;
}
.loading div:nth-child(2):after {
	top: 68px;
	left: 56px;
}
.loading div:nth-child(3) {
	animation-delay: -0.108s;
}
.loading div:nth-child(3):after {
	top: 71px;
	left: 48px;
}
.loading div:nth-child(4) {
	animation-delay: -0.144s;
}
.loading div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.loading div:nth-child(5) {
  animation-delay: -0.18s;
}
.loading div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.loading div:nth-child(6) {
  animation-delay: -0.216s;
}
.loading div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.loading div:nth-child(7) {
  animation-delay: -0.252s;
}
.loading div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.loading div:nth-child(8) {
  animation-delay: -0.288s;
}
.loading div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
