/* CSS Document */
@import 'table.css';

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*::before, *::after {
	box-sizing: border-box;
}
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	background-color: #f6f6f6;	
	color:#202020;
}

#app-ident { 
	font-size: 0.8em; color:#434343;
	display: table-cell;
	vertical-align: middle;
	height: 44px;
}

input, textarea, select, option {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
}

input.rot,
select.rot,
textarea.rot 
{ 
	background: repeating-linear-gradient(
										  -45deg,
										  rgba(255,0,0,0.1),
										  rgba(255,0,0,0.1) 5px,
										  transparent 5px,
										  transparent 10px
										  ); 
	background-color:white;
}
input.gruen,
select.gruen,
textarea.gruen 
{ 
	background: repeating-linear-gradient(
										  -45deg,
										  rgba(144,238,144,0.15),
										  rgba(144,238,144,0.15) 5px,
										  transparent 5px,
										  transparent 10px
										  ); 
	background-color:white;
}


#searchform input[name="suche"][value]:not([value=""]),
#searchform select:not(.nomark):not([title="9"]):not([title=""]):not([title="alle"]),
#searchform select.multibox:not([title=""])+div.multibox.anzeige
{ border: 3px solid #F9BA53; }

/*input[type=checkbox] {
	width: 18px;
	height: 18px;
	-webkit-appearance: none;
   	-moz-appearance:    none;
   	appearance:         none;
	margin-right: 10px;
	background-color: #FFFFFF;
	outline: 0;
	border: 0;
	display: inline-block;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
input[type=checkbox]:focus {
		outline: none;
		border: none !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
}
input[type=checkbox]:checked {
    background-color: green;
    text-align: center;
    line-height: 15px;
	height: 18px;
}
input[type=checkbox]:checked:after { content: 'X'; font-weight: bold; font-size: 20px; }
*/
option.inaktiv,
span.inaktiv{ color: #AEAEAE; }
.modal {
	display: none;
	position: fixed;
	z-index: 11000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 255, 255, 255, .6 ) url('../images/ajax-loader.gif') 50% 50% no-repeat;
}
body.loading {
	overflow: hidden;
}
body.loading .modal {
	display: block;
}
.titlemaker{}
.gray {
	color: #E1E1E1;
}
.bggray {
	background-color: #E1E1E1 !important;
	color: #000 !important;
	border-color: #E1E1E1 !important;
}
strong, b, .strong, .bold {
	font-weight: 600;
}
a, a:visited, a:hover {
	color: #303030;
	text-decoration: none;
}

body.loginbg {
	background: url("../images/bg_login.jpg") no-repeat;
    background-size: cover;
	/*background: rgb(20,136,204);
    background: linear-gradient(129deg, rgba(20,136,204,1) 0%, rgba(43,50,178,1) 100%);*/
	}
body.loginbg::after {
  content: "";
  /*background: url("../images/bg_kl.jpg") no-repeat;*/
  background-size: cover;
	/*background-position: bottom;*/
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
/*body.loginbg.fruehling::after
{
	background: url("../images/fruehling.jpg") no-repeat;
    background-size: cover;
}
body.loginbg.sommer::after
{
	background: url("../images/sommer.jpg") no-repeat;
    background-size: cover;
}
body.loginbg.herbst::after
{
	background: url("../images/herbst.jpg") no-repeat;
    background-size: cover;
}
body.loginbg.winter::after
{
	background: url("../images/winter.jpg") no-repeat;
    background-size: cover;
}*/

.login {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.15);
	border-radius: 5px;
	padding: 15px;
	font-size: 1.1em;
	background: #fff;
		
}
.login h2 {  }
.login input[type=text],
.login input[type=password],
.login select
{
	padding: 7px 10px;
	font-size: 1.1em;
	margin: 5px 0;
	
}
.login select option { padding: 7px 10px}
.login input[type=submit]
{
	width: 100%;
	padding: 10px;
	font-size: 1.1em;
}
.fa.fa-code { display: none; }
input[type=button]:not(.ui-button), 
input[type=submit], 
button:not([id^="mceu"]):not(.mce-close):not(.mce-open):not([role="presentation"]):not(.ui-button),
a.button {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	min-width: 140px;
	padding: 8px 15px;
	background-color: #3d79dd;
	color: #fff;
	border: 1px solid #3d79dd;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	margin: 1px 0;
   
}
input.datum { min-width: 94px; padding-right: 25px !important; /*font-family: 'FontAwesome', 'Open Sans', sans-serif; text-align: left;*/ }
.datumwrapper { display: inline; }
.datumwrapper::after {content: "\f073";       
    font-family: FontAwesome;
    font-size: 1.1em; 
	color: lightgray; 
	margin-left: -21px;
	margin-top: 5px; }

/*input.datum[placeholder] { text-align: right; }
input.datum:not(:placeholder-shown),input.datum:focus { text-align: left; }*/

input.uhrzeit { min-width: 50px; }

input[type=button]:not(.gray):not(.ui-button), 
input[type=submit]:not(.gray), 
button:not(.bggray):not([id^="mceu"]):not(.mce-close):not(.ui-button),
a.button:not(.bggray):not([id^="mceu"]):not(.mce-close) { 
	border-color: #3d79dd;
    box-shadow: 0 0 8px 0 #dddddd;
    }
a.button { padding: 8px 15px 8px 15px;}
i.mce-i-picture-o:before {   
    content: "\f03e";       
    font-family: FontAwesome;
    font-size: 1.1em;
    padding-right: 8px;
 }
button .fa {
	margin-right: 5px;
	
}
input[type=text],
input[type=number]
{
	border: 1px solid #BEBEBE;
	padding: 2px 5px;
	min-height: 26px;
}
input:disabled,
select:disabled, 
button:disabled:not(.tox-tbtn) { /*padding: 2px 5px;*/ background-color: #f2f2f2 !important; background-image: none !important; color: black !important; border: 1px solid lightgray; }
input.gray:not([disabled]){ 
	background-color: #E1E1E1 !important; 
	color: black !important;
	border-color: #E1E1E1 !important;
	background-image: none !important;
}
.gray.hover:hover:not([disabled]){
	color: #E1E1E1;
}
select {
	height: 26px;
	border: 1px solid #BEBEBE;
	/*padding: 2px 5px;*/
	background-color: #FFFFFF;
}
textarea {	border: 1px solid #BEBEBE;
	padding: 2px 5px;
	resize: vertical;
}
textarea[readonly],
input[readonly]:not(.datum){ background-color: #FBFBFB; }

input.erforderlich,
select.erforderlich,
textarea.erforderlich { 
	background-color: rgba(255,255,255,1.00);
	border: 1px solid #F9BA53;
	/*box-shadow: 0 0 1px 0 #5B5B5B;*/
}

.erforderlich[data-alternativ]{
background-image:
       repeating-linear-gradient(45deg, 
                                white 0%, 
                                white 2%, #F6FAFF 2%, 
                                #F6FAFF 4%, white 4%);}

.not-valid{ background-color: rgba(255,165,0,0.50) !important;}
.not-valid[data-alternativ]{ background-color: rgba(200,255,0,0.50) !important;}
.not-valid-text { display: block; background-color: #FFA500; font-size: 8pt; padding: 2px; }
.not-valid-text.alternativ { background-color: rgba(200,255,0,0.50) !important;}
.validation-error-textbox { background-color: #FFA500; padding: 5px; display: inline-block}
/*input.gueltig { background-color: rgba(0,255,0,0.1)}*/
/*input.gueltig::before { position: absolute; content: '\f00c'; font-family: FontAwesome; padding-left: 1px; font-size: 16px; color: lightfa-square-o; }*/
input.ungueltig { background-color: rgba(255,0,0,0.2) !important}
.mustbeint{}

input:focus,
select:focus,
textarea:focus{
  border-color: #888888;
  box-shadow: 0 0 8px 0 #888888;
}

.fa-pencil,
.fa-plus,
.fa-trash,
.fa-minus,
.fa-arrow-down,
.clickable {cursor: pointer; }
.row {
	display: table;
	width: 100%;
	padding: 0;
}
.row.einzug {
	padding: 3px 35px;
}
.anim {  
  transition: background 5s linear;
}
.highlightbg{
  background: #A4FF74; 
}
.highlight{
  color: #76FF2F; 
}

.normal {  
  background: transparent;  
}
h2 {
	margin: 15px 0px 15px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;
    color: #3d79dd;
	font-size: 1.2em
}
h3 {
	margin: 10px 10px 10px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;
    color: #3d79dd;
	font-size: 1.3em
}
h4 {
	margin: 10px 10px 10px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #3d79dd;
	font-size: 1.2em
}
h5 {
	margin: 0px 5px 5px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #3d79dd;
	font-size: 1.1em
}
.col {
	display: table-cell; /*inline-block*/
	vertical-align: top;
    width: auto;
    /*min-height: 15px;
    min-width: 20px;*/
}
.col-25 { width: 25%; }
.col-33 { width: 33%; }
.col-35 { width: 35%; }
.col-40 { width: 40%; }
.col-50 { width: 50%; }
.col-65 { width: 65%; }
.col-95 { width: 95%; }
.col-5  { width: 5%;  }
.col-2  { width: 2%;  }
.col-70  { width: 70%;  }
.col-30  { width: 30%;  }
.col-80  { width: 80%;  }
.col-20  { width: 20%;  }
.col-10  { width: 10%;  }
.col.right { text-align: right; /*padding-right: 7px;  padding: 3px; height: 30px;*/}
.col.right + .col { padding: 3px;}
.col.center { text-align: center !important; }
.col.middle { vertical-align: middle !important; }
.col div.formatanzeige { font-style: italic; font-weight: 300; display: inline;}
.col-20px {
	width: 20px;
}
.col-60px {
	width: 60px;
}
.col-80px {
	width: 80px;
}
.col-100px {
	width: 100px;
}
.col-120px {
	width: 120px;
}
.col-150px {
	width: 150px;
}
.col-160px {
	width: 160px;
}
.col-170px {
	width: 170px;
}
.col-180px {
	width: 180px;
}
.col-200px {
	width: 200px;
}
.col-250px {
	width: 250px;
}
.col-270px {
	width: 270px;
}
.col-300px {
	width: 300px;
}
.col-320px {
	width: 300px;
}
.col-400px {
	width: 400px;
}

#headerwrapper {
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px 0px 10px 0px;
}
#header {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	height: 60px;
	display: table;
}
#header #firmenlogo {
	display: table-cell;
	width: 500px;
	vertical-align: middle;
}
#header #firmenlogo img {
	width: auto;
	height: 38px;
	margin: 5px 0;
	margin-right: 30px;
	transition: 0.5s;
}
#header #info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
	font-size:0.8em;
	text-align: right;
}
#header #rightarea {
	display: table-cell;
	minwidth: 150px;
	vertical-align: middle;
    text-align: right;
}
/*#header #rightarea img {
	width: 200px;
	height: 70px;
}*/
#containerwrapper {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	/*height: 100%;*/
	padding: 0;
}
#navigationwrapper {
	/*height: 49px;*/
}
#navigationwrapper ul.navigation {
	list-style: none;
	display: table;
	padding: 0;
	margin: 0
}
#navigationwrapper ul.navigation li {
	display: table-cell;
}
#navigationwrapper ul.navigation li a {
	font-weight: 600;
	display: block;
	padding: 14px 25px;
	white-space: nowrap;
}
#navigationwrapper ul.navigation li a i {padding-right: 15px;}
#navigationwrapper ul.navigation li a.active, 
#navigationwrapper ul.navigation li a:hover {
	background-color: #3d79dd;
	color: #fff;
	transition: 0.5s;
}
#navigationwrapper ul.adminnavigation {
	list-style: none;
	display: table;
	padding: 0;
	margin: 0
}
#navigationwrapper ul.adminnavigation li {
	display: table-cell;
}
#navigationwrapper ul.adminnavigation li a {
	font-weight: 600;
	display: block;
	padding: 15px 20px;
	white-space: nowrap;
}
#navigationwrapper ul.adminnavigation li a.active, #navigationwrapper ul.adminnavigation li a:hover {
	background-color: #3d79dd;
	color: #fff;
	transition: 0.5s;
}
#navigationwrapper ul.rightnavigation {
	list-style: none;
	display: table;
	float: right;
	padding: 0;
	margin: 0;
}
#navigationwrapper ul.rightnavigation>li {
	display: table-cell;
}
#navigationwrapper ul.rightnavigation li a {
	font-weight: 600;
	display: block;
	padding: 14px 25px;
	white-space: nowrap;
	transition: 0.5s;
}
#navigationwrapper ul.rightnavigation li a.active, 
#navigationwrapper ul.rightnavigation li a:hover {
	background-color: #3d79dd;
	color: #fff;
	transition: 0.5s;
}
/* */
#navigationwrapper ul li { position: relative; }
#navigationwrapper ul li ul { display: none; position: absolute; border: 1px solid #aaa; padding: 0; box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2); min-width: 100%; transition: 1.5s; }
#navigationwrapper ul.rightnavigation>li>ul { right: 0}
#navigationwrapper ul li:hover>ul { display: block; z-index: 10000; transition: 1.5s; }
#navigationwrapper ul.navigation li ul li,
#navigationwrapper ul.rightnavigation>li>ul>li{ display: block; background-color: rgba(255,255,255,1);transition: 1.5s; } 

#navigationwrapper ul li ul li ul { display: none; position: absolute; right: 150px; top: 10px; border: 1px solid black; padding: 0; box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.55); min-width: 100%; }
#navigationwrapper ul li ul li:hover>ul { display: block; z-index: 10001; transition: 1.5s; }
#navigationwrapper ul.rightnavigation li ul li ul li{  display: block; background-color: rgba(255,255,255,1); overflow: hidden; } 

#navigationwrapper ul.rightnavigation li ul li ul li a {line-height: 12px; padding:8px 10px; }

.suchfeld input {width: 150px; font-size: 1em; height: 35px; /*font-weight: 600; */}

#content {
	max-width: 1600px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 16px;
	/*background-color: #fff;*/
	background-color: #FBFBFB;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}

.halle { position: relative; background-color: rgba(233,233,233,1.00); 
		/*#Wird dynamisch ermittelt 
		  background-size: 40px 40px;
	    */
		  background-image:
			linear-gradient(to right, rgba(255,255,255,1.00) 1px, transparent 1px),
			linear-gradient(to bottom, rgba(255,255,255,1.00) 1px, transparent 1px);
}
.bemassung { width: 100%; height: 100%; display: none}
.bemassung .metermass.vertical { color: rgba(140,140,140,0.8); display: inline-block; text-align: center; font-size: 0.7em; border-right: 1px solid rgba(88,88,88,0.5) }
.bemassung .metermass.vertical:first-child { border-bottom: 1px solid rgba(88,88,88,0.5)  }
.bemassung .metermass.horizontal { color: rgba(140,140,140,0.8); line-height: 100%; text-align: center; font-size: 0.7em; border-bottom: 1px solid rgba(88,88,88,0.5) }

.bemassung .metermass:hover { color: rgba(108,108,108,1.00); border-color: rgba(88,88,88,1) }

select.hallenswitcher { background: none; border-style: dashed  }

.sperrklicker,
.mvobjekt {cursor: move; position: absolute; background-color: #E5E5E5; /* Standardfarbe wenn nicht definiert*/}
.legende { font-size: 0.7em;}
div.sperrklicker[art="Sperrzone"],
div.fixedelement[art="Sperrzone"] { position: absolute; background-color: #FBFBFB; }
.legende.hallenaufbau .Sperrzone,
.legende.hallenplan .Sperrzone { background-color: #FBFBFB; border: 1px solid rgba(0,0,0,1.00); }

div.sperrklicker[art="Pfeiler"] { position: absolute; background-image: repeating-linear-gradient(-45deg, rgba(0,0,0,0.7) 0px, rgba(0,0,0,0.7) 4px, #FFF 4px, #FFF 8px); }
div.fixedelement[art="Pfeiler"] { position: absolute; background-image: repeating-linear-gradient(-45deg, rgba(0,0,0,0.1) 0px, rgba(0,0,0,0.1) 4px, #FFF 4px, #FFF 8px); }
.legende.hallenaufbau .Pfeiler { background-image: repeating-linear-gradient(-45deg, rgba(0,0,0,0.7) 0px, rgba(0,0,0,0.7) 4px, #FFF 4px, #FFF 8px); }
.legende.hallenplan .Pfeiler { background-image: repeating-linear-gradient(-45deg, rgba(0,0,0,0.1) 0px, rgba(0,0,0,0.1) 4px, #FFF 4px, #FFF 8px); }

div.sperrklicker[art="Tor"],
div.fixedelement[art="Tor"] { position: absolute; background-image: repeating-linear-gradient(-45deg, rgba(0,0,0,0.3) 0px, rgba(0,0,0,0.3) 5px, transparent 5px, transparent 10px); }
.legende.hallenaufbau .Tor,
.legende.hallenplan .Tor { background-image: repeating-linear-gradient(-45deg, rgba(0,0,0,0.3) 0px, rgba(0,0,0,0.3) 5px, transparent 5px, transparent 10px); }

div.sperrklicker[art="Stellplatzvorschlag"] {  position: absolute; background-image: repeating-linear-gradient(-45deg, rgba(152,205,141,0.50) 0px, rgba(152,205,141,0.50) 10px, transparent 10px, transparent 20px); }
div.fixedelement[art="Stellplatzvorschlag"] { position: absolute; background-image: repeating-linear-gradient(-45deg, rgba(152,205,141,0.20) 0px, rgba(152,205,141,0.20) 10px, transparent 10px, transparent 20px); }
.legende.hallenaufbau .Stellplatzvorschlag { background-image: repeating-linear-gradient(-45deg, rgba(152,205,141,0.50) 0px, rgba(152,205,141,0.50) 10px, transparent 10px, transparent 20px); }
.legende.hallenplan .Stellplatzvorschlag { background-image: repeating-linear-gradient(-45deg, rgba(152,205,141,0.20) 0px, rgba(152,205,141,0.20) 10px, transparent 10px, transparent 20px); }

div.mvobjekt[art="Wohnwagen"], .Wohnwagen { background-color: rgba(107,226,89,0.7); }
div.mvobjekt[art="Wohnwagen"][lagerstatus="0"] { background-color: rgba(107,226,89,0.2); }
div.mvobjekt[art="Segelboot"], .Segelboot { background-color: rgba(70,161,255,0.7); }
div.mvobjekt[art="Segelboot"][lagerstatus="0"] { background-color: rgba(70,161,255,0.2); }
div.mvobjekt[art="Motorboot"], .Motorboot/*, div.mvobjekt[art="Motorboot"] > .elcontent*/ { background-color: rgba(67,183,183,0.70); }
div.mvobjekt[art="Motorboot"][lagerstatus="0"] { background-color: rgba(67,183,183,0.2); }
div.mvobjekt[art="Wohnmobil"], .Wohnmobil { background-color: rgba(203,49,82,0.70); }
div.mvobjekt[art="Wohnmobil"][lagerstatus="0"] { background-color: rgba(203,49,82,0.2); }
div.mvobjekt[art="Sonstiges"], .Sonstiges { background-color: rgba(91,91,91,0.70); }
div.mvobjekt[art="Sonstiges"][lagerstatus="0"] { background-color: rgba(91,91,91,0.2); }

div.mvobjekt[lagerstatus="0"]{background-image: repeating-linear-gradient(45deg, rgba(171,171,171,0.50) 0px,  rgba(171,171,171,0.50) 5px, transparent 5px, transparent 10px);}

div.mvobjekt:hover { border: 1px solid rgba(0,0,0,1.00); display: table; overflow: visible;}
div.mvobjekt>div.elcontent { width: 100%; height: 100%; font-size: 0.6em; padding: 3px; overflow: hidden;}
div.mvobjekt:hover > div.elcontent { height: auto; }
/*div.mvobjekt>div.elcontent:hover { width: 150%; height: 150px;    display: block;transition: 0.3s all; font-size: 0.7em}*/

.dragobject {cursor: move;}
.aktiv { 
	-webkit-box-shadow: 6px 6px 15px 0px rgba(0,0,0,0.4);
	box-shadow: 6px 6px 15px 0px rgba(0,0,0,0.4);
	border: solid 1px rgba(0,0,0,1.00); }

.openmv { display: block; overflow-x: auto; height: 140px; font-size: 0.70em; margin: 5px;}
.hallenobjekteditholder{ display: block; overflow-x: auto; height: 140px; font-size: 0.8em; margin: 5px;}
.hallenobjekteditholder input,.hallenobjekteditholder select { margin: -1px; padding-top: 0;}


.openmv .openmveinzel { display: inline-block; width: 170px; margin-right: 5px; margin-bottom: 5px; padding: 5px 5px 0 5px; border: 1px dotted rgba(50,50,50,1.00)}
.openmv .openmveinzel .movetohalle { text-align: center; }

.pulseorange {
  animation: pulse-orange 2s infinite;
}
@keyframes pulse-orange {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
  }
  
  70% {
   /* transform: scale(1);*/
    box-shadow: 0 0 0 15px rgba(255, 121, 63, 0);
  }
  
  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}

.rundmaileradressen { min-width: 300px; display: inline-block; margin: 3px 5px 3px 0; border: 1px solid rgba(147,147,147,1.00); padding: 5px; }
.rundmaileradressen.ungueltig { background-color: red; text-decoration: line-through; }

div.dateibearbeiten {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding: 5px;
	width:800px;
	/*height:500px;*/
    max-height: 90%;
    max-width: 90%;
	border: 1px solid #FF0000;
	background-color: #f2e185;
	overflow:auto;
	-moz-box-shadow: 5px 5px 50px #000;
	-webkit-box-shadow: 5px 5px 50px #000;
	box-shadow: 5px 5px 50px #000;
	z-index: 11010;
}
.aktdiv {
	position:absolute;
	right:150px;
	padding: 5px;
	color: #000;
	min-width:350px;
	/*height:200px;*/
	border: 1px solid #FF0000;
	background-color: #f2e185;
	/*overflow:hidden;*/
	-moz-box-shadow: 5px 5px 50px #000;
	-webkit-box-shadow: 5px 5px 50px #000;
	box-shadow: 5px 5px 50px #000;
	z-index: 11000;
}
.aktdiv.hinweis { color: red; }
.aktdiv.blink {
     animation: blinker 0.2s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}
.upload-area{
    border: 2px solid #E1E1E1;
    border-radius: 3px;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
	vertical-align: middle;
	display: block;
}
.upload-area:hover{
    cursor: pointer;
}
.upload-area span{
    text-align: center;
    font-weight: normal;
    line-height: 20px;
}
#file{
    display: none;
}



.buchstaben {
	float: left;
	font-weight: bold;
	width: 20px;
	height:17px;
	text-align:center;
	cursor: pointer;
	font-size: 11px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	margin-top: 6px;
	margin-left:1px;
}
.buchstaben:hover {
	color: #328FFF;
	background-color:#a2d0e7;
	font-size: 13px;
	margin-top: 0px;
	height: 22px;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
.buchstaben_inaktiv {
	float: left;
	color:#CCCCCC;
	font-weight: bold;
	width: 16px;
	height:17px;
	text-align:center;
	font-size: 11px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	margin-top: 6px;
	margin-left:1px;
}
.buchstaben a {
	text-decoration:none;
}


.nowrap { white-space: nowrap; }
textarea.autoresize{
	overflow: hidden;
	resize: none;
	padding:4px;
}

.ui-autocomplete { font-size: 0.9em; }
.ui-autocomplete li { white-space: nowrap; }
.ui-tabs {padding: 0;}
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-family: 'Open Sans', sans-serif; font-size: 0.9em;  }
.ui-widget-header { border: 0;  background: none; color: inherit; }
.ui-tabs { border: 0; background: none; color: inherit; }
.ui-tabs .ui-tabs-panel { padding: 10px 5px; }
.ui-tabs ul li a>h4 { margin: 0; }

#zahlungsholder { max-height: 400px; overflow: auto; }
 
#INFO {
	background-color: #f0f0f0;
	width: 100%-30px;
	padding: 10px;
}
#INFO pre {
	font-family: opensans, sans-serif;
}

div.autocomplete {
	position:absolute;
	width:300px;
	margin:10px;
	padding:0;
	font-size:12px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width: 350px;
	background-color:#F8F8F8;
	border:1px solid #888;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:1px;
	cursor:pointer;
}
div.autocomplete ul li.selected {
	background-color: #ffb;
}
div.autocomplete li:hover {
	background: #555;
	color: #ADADAD;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

#overlay{
	visibility:hidden;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	}


.multibox.anzeige { 
	border: 1px solid #BEBEBE; 
	background-color: white;
	padding: 2px 17px 2px 4px; 
	position: relative; 
	white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis; 
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	height: 26px;
	}
.multibox.anzeige::after{
	content: "\f04b";
	font-size: 0.9em;
	font-family: "FontAwesome";
	color: #000;
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 7px;
	top: 6px;
	}
	
.multibox.anzeige.open::after { content: "\f2d4"; right: 4px; top: 5px; }
.multibox.opener {
	position: fixed;
	z-index: 12000;
	border-left: 1px solid #BEBEBE; 
	border-right: 1px solid #BEBEBE; 
	border-bottom: 1px solid #BEBEBE; 
	border-top: 1px solid #BEBEBE; 
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}
div.multiboxzeile {z-index: 12001; white-space: nowrap; width: 100%; margin-right: 18px;padding-right: 5px; }
div.multiboxzeile:not(.ueberschrift) {cursor: pointer;}
div.multiboxzeile i.fa { margin: 1px 0px 1px 5px; display: inline-block; width: 18px}
div.multiboxzeile.selected:not(.ueberschrift):not(.checkall),
div.multiboxzeile:hover:not(.ueberschrift):not(.checkall) { background-color: #3d79dd; color: white; }
.multiboxzeile.ueberschrift { font-weight: 600; padding: 1px 0px 1px 5px; background-color: #3d79dd; }
.multiboxzeile.ueberschrift i { display: none !important; }

.footerlogo {display: none; }
.loginbg .footerlogo { display: block;
	width: auto;
	height: 45px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	  -webkit-filter: drop-shadow(5px 5px 5px #222222);
  filter: drop-shadow(5px 5px 5px #222222);
}
#footerwrapper {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 0 20px;
	
}
#footer {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	height: 30px;
	display: table;
	font-size: 0.8em;
}
#footer div {
	display: table-cell;
	vertical-align: middle;
}
#footer div#logo {
	width: 80px;
}
#footer div#logo img {
	width: auto;
	height: 45px;
	margin-right: 50px
}
#footer div:nth-child(2) {
}
#footer div#version {
	width: 100px;
	text-align: right;
	font-size:0.8em;
}

.hinweis {
	background-color: rgba(132,202,86);
	padding: 15px;
	font-weight: 600;
	color: #FFFFFF;
}
.hinweis.nohide{}
.error {
	background-color: red;
	color: #fff;
}
div.error,p.error {
	padding: 15px;
	font-weight: 600;
}
