body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Verdana,Helvetica,sans-serif;
	background: #EFEFEF;
}

.breadcrumb {
    padding-left: 9px;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#content h1:first-child
{
    margin-top: 0;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 0 0 0 0 !important;
    color: #858585;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 4px;
    transition-duration: 0.1s;
    box-shadow: none;
    box-sizing: border-box;
}
textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
    border-color: #B5B5B5;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

[ng-click] {
    cursor: pointer;
}

.form-control {
    color: black !important;
}

.list-group-condensed li {
    line-height: 10px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
	margin-top: 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px 0;
	font-size: 200%;
}

#logo img {
	height: 50px;
	vertical-align: middle;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.items thead th {
	background: url(gridview/bg.gif)!important;
}

.infobox {
	width: 100%; 
	padding: 1%;
	border: 1px solid #DDD;
}

.ui-state-disabled {
	border: 1px solid #444;
	color: #444;
	background-color: #DDD;
}

.dialog {
    display: none;
}

/* Hauptmenü mit Hover-Effekten für zweistufiges Menü */
#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	height: 25px;
}
 
#mainmenu ul li {
	display: block;
	height: 28px;
	float: left;
	overflow: visible;
}

#mainmenu ul li:hover > ul {
	display: block;
}
 
#mainmenu ul li a {
	float: left;
	display: block;
}
 
#mainmenu ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	background: #EFF4FA;
	color: #fff;
	height: auto;
	width: 150px;
	border: 1px solid #ccc;
	border-top: none;
}
 
#mainmenu ul li ul li a {
	color: #ccc;
	padding: 6px 16px;
	display: block;
}
 
#mainmenu ul li ul li.active a,
#mainmenu ul li ul li a:hover {
	color: #000;
}

h1 {
    margin-top: 0;
}

caption {
    background: none;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 130%;
    font-variant: small-caps;
}

thead th, thead td {
    background: none;
}

.modal-xl {
  width: 90% !important;
}

.table>tbody>tr>td {
	vertical-align: middle !important;
}

.required {
	color: darkred;
}