/* CSS für Kita-Catering-Verwaltung */
.errormsg{
	font-weight: bold;
	color: red;
}
div.splashmsg::before {
	content: "✓";
	color: green;
	font-weight: bold;
	font-size: 200%;
	margin: 0 8px;
}
div.splashmsg {
	font-weight: bold;
}

table.liste {
	width: 100%;
	border-collapse: collapse;
}
table.liste th {
	background-color:#F2F2F2; 
}

table.liste tr:not(:last-child):hover {
    background-color: #FFD580;
}

.blaettern {
	text-align: center;
}

.blaettern a.naviButton {
	display:inline-block;
	padding:0.3em 1.2em;
	margin:0.3em 0.5em 0.3em 0;
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	font-weight:300;
	color:#FFFFFF;
	background-color:#939BAD;
	text-align:center;
	transition: all 0.2s;
}
.blaettern a.naviButton:hover{
	background-color:#4075c6;
}
.blaettern a.naviButtonDisabled {
	display:inline-block;
	padding:0.3em 1.2em;
	margin:0.3em 0.5em 0.3em 0;
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	font-weight:300;
	color:#FFFFFF;
	background-color:#D1D0CF;
	text-align:center;
	transition: all 0.2s;
	pointer-events: none;
}

#suche {
	float: right; 
}

#logout {
	float: right;
}

#seite {
	float: left;
	color:#939BAD;
	margin:0.7em 0 0 0.3em;
}

body, table, h1, h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
}
  
table, th, td {
	  border: 0.8px solid lightgray; 
	  /* font-size: 98%;
	  padding:0.1em 0.1em 0.1em 0.1em; */
}

 .eintraege {
	border: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 98%;
 }
  
  h1 {
	  text-align:left; 
	  background-color: orange;
	  color: white;
	  font-size: 1.3em;
	  font-weight: bold;
	  padding: 2px 5px;
	  position: relative;
	  max-height: 29px;
  }
  
  #sbar_logo {
	float:right;
	z-index: 99;
	margin: -12px 5px 0 5px;
	padding: 0;
  }
  #menu_space {
	  min-height: 100px;
  }


 .form, .form tr, .form td {
	border: 0px;
	 vertical-align: top;
 }
 .form * {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
 }


.button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.16, rgb(207, 207, 207)), color-stop(0.79, rgb(252, 252, 252)));
	background-image: -moz-linear-gradient(center bottom, rgb(207, 207, 207) 16%, rgb(252, 252, 252) 79%);
	background-image: linear-gradient(to top, rgb(207, 207, 207) 16%, rgb(252, 252, 252) 79%); 
	padding: 2px;
	border: 1px solid #000;
	color: black;
	text-decoration: none;
	cursor: pointer;
	font-size: 15px;
  }
.buttongrau {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 5px;
	background: #F2F2F2;
	border: 1px solid #BDBDBD;
	color: black;
	text-decoration: none;
	cursor: pointer;
	font-size: 15px;
}
.buttongrau:disabled {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 5px;
	background: #F2F2F2;
	border: 1px solid #BDBDBD;
	color: gray;
	text-decoration: none;
	cursor: not-allowed;
	font-size: 15px;
}
.buttongrau:hover {
	background-color:#E6E6E6;
}

.buttongraudisabled:hover {
	background-color:#E6E6E6;
}
.buttondisabled {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 5px;
	background: #F2F2F2;
	border: 1px solid #BDBDBD;
	color: gray;
	text-decoration: none;
	cursor: not-allowed;
	font-size: 15px;
}

#suchform {
	padding-bottom: 0px;
	position: relative;
	display: inline;
}

#suchbegriff {
	/*position: absolute;
	right: 115px;
	top: 4px;
	margin-bottom: 5px !important;
	height: 27px;*/
  padding-top: 8px;
  padding-bottom: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.sortpfeile {
    float: right;
}

.buttonsort {
	background: #D1D0CF;
	border: 0px;
	color: black;
	text-decoration: none;
	cursor: pointer;
	font-size: 4px;
}

/*Table Header / Sortierung */

.th_sortasc {
	padding-right: 21px;
    background: #ECE0EB url("img/desc.png") no-repeat center right;
	cursor: pointer;
}
.th_sortdesc {
	padding-right: 21px;
    background: #ECE0EB url("img/asc.png") no-repeat center right;
	cursor: pointer;
}
.th_sort {
	padding-right: 21px;
    background: #EEEEEC url("img/sort.png") no-repeat center right;
	cursor: pointer;
}

.login_body {
	background: white;
}
/* Login-Box in Fenstermitte */
#loginbox {
  /*background: #dfedf3; */
  background: #EEEEEC;
  height: 120px; /* Höhe der div-Box */
  width: 360px; /* Breite der div-Box */
  margin-top: -100px; /* Damit der "Ausrichtungspunkt" in der Mitte der Box liegt */
  margin-left: -150px;
  position: absolute; /* positionieren */
  top: 50%; /* in die Mitte verschieben */
  left: 50%;
}

h2 {text-align:left; 
	background-color: orange;
	  color: white;
	  font-size: 1.2em;
	  font-weight: bold;
	  padding: 2px 5px;
	  position: relative;
	  max-height: 29px;
  }
.clear {
	  clear: both;
}
.auswahlBtn {
	margin: 6px;
	padding: 2px 5px 4px 5px;
}
.HinzufuegenSelect {
	width: 300px; height: 250px;
}
.HinzufuegenSelectKlein {
	width: 300px; height: 168px;
}
.HinzufuegenSelectSchmal {
	width: 160px; height: 182px;
}
select.filter {
	width: 180px;
}
select.filter_breit,
select.filter_breit option
{
	width: 400px!important;
}
.invisible {
  /* visibility: hidden; */
	visibility: collapse;
}
br.abstand {
  height: 30px;
}
td.permanentfilter_set::after {
	content: "✓";
	color: green;
	font-weight: bold;
	font-size: 120%;
	margin: 0 8px;
}
td.permanentfilter_not::after {
	content: "❌";
	color: red;
	font-weight: bold;
	font-size: 100%;
	margin: 0 8px;
}
span.beschriftung {
	font-size: 84%;
	color: DimGray;
	margin-left: 8px;
	font-style: italic;
}

th.abfolge {
	width: 60px;
	/*max-width: 30px;*/
}
td.abfolge {
	width: 60px;
	/*max-width: 30px;*/
	cursor: pointer;
	text-align: center;
}
input.abfolge {
	width: 60px;
	/*max-width: 30px;*/
	margin: 0;
	padding: 0;
}
img.wait {
	position:fixed;
	margin: auto;
	display:none;
}
button.excelexport {
	float: right;
	margin-left: 10px;
}
button.etikettenexcelexport {
	float: right;
	margin-top: -24px;
	margin-bottom: 12px;
}
input.breit {
	width: 400px;
}
input:read-only {
    border: 1px solid #ccc;
}
.listbuttons {
    font-size: 130%;
    font-weight: bold;
    width: 27px;
    padding: 0;
}
