/* CSS Document */

/*-------------------INTERN-------------------*/
.t1
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:black;
}

.rowline tr td{
	border-bottom:2px #666 solid;
}
.t2
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	/*color:#b0d730; */
	color:#2576a4;
}
.t3
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:black;
}
.t4
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	/*color:#b0d730; */
	color:#2576a4;
}

.home_text
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:black;
}
.headline{
	font-family:Verdana, Geneva, sans-serif;
	font-size:26px;
	color:#2576a4;
	top:-70px;
	left:0px;
	position:absolute;
	font-weight:bold;
}

.contentFont{
	font-family:Verdana, Geneva, sans-serif;
}
.text12{font-size:12px;}
.text13{font-size:13px;}
.text14{font-size:14px;}
.text15{font-size:15px;}
.text16{font-size:16px;}
.text17{font-size:17px;}
.text18{font-size:18px;}
.text19{font-size:19px;}

/*-------------------LOGIN------------------*/
.login_head
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#333;
}

.login_text
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
}




/*-------------------FORMULARE-------------------*/
input.test
{

	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	height:50px;

}

input.button_bill_upd
{
	height:86px;
}

input.button_uebernahme
{
	height:250px;
	padding-left:10px;
	padding-right:10px;
}

input.yesno_button
{
	padding:3px 10px 3px 10px;
}

input.general
{
	padding:3px 8px 3px 8px;
}
input.text
{
	padding:3px 3px 3px 3px;
}
select.general
{
	padding:3px 3px 3px 3px;
}
option.general
{
	padding:3px 3px 3px 3px;
}

input.bill_create
{
	padding:10px 10px 10px 10px;
	font-weight:bold;
}

input.custom_search
{
	height:15px;
	padding: 3px 8px 3px 8px;
}

.form-floating>label{
	color: grey !important;
}
/*-------------------ALLGEMEIN-------------------*/

.bold
{
	font-weight:bold !important;
}

.black
{
	color:#000000;
}

.white
{
	color:#ffffff !important;
}

.green
{
	color:#090;
}

.red
{
	color:#C00;
}

.errorMsg{
	font-weight: bold;
	color: white;
	background-color: #E85252;
	padding:10px;
	display: none;
	border-radius:10px;
}
.successMsg{
	font-weight: bold;
	color: white;
	background-color: #198754;
	padding:10px;
	display: none;
	border-radius:10px;
}
.infobox{
	background-color: #5A97BA;
	color:white;
	padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  border-left: 10px #2576A4 solid;
	font-size:0.9em;
}
.pointer{
	cursor: pointer;
}
/*-------------------LOGIN-------------------*/

.loginForm{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}

input.loginForm{
	font-size:16px;
	padding: 10px 30px 10px 45px;
	border:0px;
	margin:5px 0px 20px -34px;
	width:230px;
	outline: none;
}
span.loginForm{
	font-weight:bold;
	  color:white;
}
