@charset "UTF-8";

root {
    font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

html h1 {
  	font-size: 28px;
	color: #ffffff;
}
html h2 {
  	font-size: 24px;
}
html h3 {
  	font-size: 18px;
}

html body, div, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr,
fieldset, label, input, textarea, select, pre, .ui-widget {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #333333;
}


html{
	background-image: url("/cobo/img/Korese_Wasserzeichen_2n.jpg");
}

/*
input, textarea, select{
	border: 1px solid #C3BBB6;
	margin-right: 5px;
}
*/
#footer {
	padding: 5px;
/*	border-top: 1px solid #C3BBB6 ; */
	text-align: center;	
}

.navigationBar td {
	padding: 10px;
}

.main-menu-item {
	padding: 15px 15px 0 20px;
	width: min-content;
	text-align:center;
}

/* common */

.name {
	vertical-align: top;
	font-weight: bold;
	width: 150px;
	margin-top: 3px;
}
.value {
}
.transparentBackground tr,
.transparentBackground td { background: transparent !important; }

/*
.ui-outputlabel {
	font-weight: bold;
	margin-top: 3px;
}
*/

.panel-inputtext {
	width: 200px;
}

.ui-datatable {
	display: table;
}

.error {
	padding: 5px;
}
.errors {
	color: #CC0000;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input, .errors textarea {
	border: 1px solid #CC0000;
}

.required, .ui-outputlabel-rfi {
	color: #CC0000;
	padding-left: 2px;
}

/* Header and other bars */
.content-introduction {
	background-image: linear-gradient(277deg, #1b81d7 0%, #1f4869 100%);
	height: auto;
	padding: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.roomSumCell {
	white-space: pre;
	font-size: 14px;
}

.allotmentLegend {
	font-weight:bold;
	font-size:1.5em;
	margin-top: 20px;
}

.detailsDialog {
	font-size: 14px;
}

.ui-btn-Add{
	background-image: url("/cobo/img/Icon_Insert_M.png");
}
/*login page
background-image: url(https://www.korese.com/wp-content/uploads/2019/01/emo_header_cobo3.jpg);*/
.login-bgImg{
	background-image: url("/cobo/img/login_bgImg.jpg");
	min-height: 700px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.login-container{
	position: absolute;
	left: 0;
	margin: 20px;
	max-width: 300px;
	padding: 16px;
	background-color: white;
	border-radius: 10px;

}

.login-btn{
	padding: 16px 20px;
	/*border: none;*/
	cursor: pointer;
	/*width: 100%;*/
	/*opacity: 0.9;*/
}

form.login-container > * {
	padding: 10px;
	width: 100%;
	margin: 5px 0 0 0;
}

