html {
	line-height: 1.25;
}

body {
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #96acbd;
	background-position: right bottom;
	background-attachment: fixed;
	max-width: 100%;
	height: 100%;
	color: rgba(255,255,255,1);
	font-family: comic sans serif, century, tahoma, georgia;
	font-size: 1em;
	font-weight: normal;
	cursor: default;
	line-height: 1.25;
}

h1 {
	color: rgba(100,200,255,1); 
	text-align: center;
	text-decoration: underline;
}

h2 {
	color: rgba(255,255,255,1); 
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

h3 {
	color: rgba(100,200,255,1); 
	text-align: center;
	text-decoration: underline;
}

h4 {
	color: rgba(100,200,255,1); 
	text-align: center;
	text-decoration: none;
}

input, select , #compICAOpraefix{
	text-align: center;
	font-family: inherit;
	padding-left: 5px;
	padding-right: 5px;
	color: rgba(255,255,255,1);
	border-radius: 15px;
	background-color: rgba(100, 200, 255,0.2);
	max-width:90%;
}

select > option {
    background-color: rgba(0, 0, 0, 0.2);
}

p {
	text-align: justify;
}

table {
	margin: 0px auto;
	border-collapse: collapse;
	width:100%;
	text-align: center;
}

td, th {
	padding: 3px 5px;
	text-align: center;
}

td.left{
	text-align: left !important;
}

td.width100{
	width: 100px;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 2px solid currentcolor;
}

a:link, a:visited {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

a:hover {
	color: rgba(100,200,255,1);
	text-decoration: none;
	border: none transparent 0px;
}


ul.Menu {
	text-align:left;
	list-style: none;
	margin: 0px;
	padding:0px;
	background-color: transparent;
}

ul.Menu li {
	list-style: none;
	margin:0px 0px 0px 8px;
	padding:5px 0px 0px 0px;
	background-color: transparent;
}

ul.Menu li>ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	display: none;
	background-color: transparent;
}

ul.Menu li ul li {
	list-style: none;
	margin: 5px 0px 0px 15px;
	background-color: transparent;
}

ul.Menu li:hover>ul, ul.Menu li:active>ul  {
	display: block;
	background-color: transparent;
}

.border {
	border: solid white 1px;
}

.center {
	padding-left:5px; 
	text-align: center;'
}

.Kleingedruckt {
	font-size: 0.8em;
}

form span.error, form div.error, form label.error{
	font-weight: bold;
	color: #f50;
}

#Global {
	border-radius: 15px;
	position: fixed;
	top: 5%;
	bottom: 5%;
	left: 5%;
	right: 5%;
	text-align: center;
	z-index: 1;	
	background-color: rgba(0, 0, 0, 0.6);
}

#Header {
	border-radius: 15px;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 190px;
	right: 190px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	z-index: 100;
	background-color: transparent;
}

#MenuL, #MenuR {
	position: absolute;
	top: 100px;
	bottom: 60px;
	width: 190px;
	float: left;
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	z-index: 100;
	background-color: transparent;
}

#MenuL {
	left: 0px;
	border: none white;
}

#MenuR {
	right: 0px;
}

#MenuRe, #Kontostand {
	position: absolute; 
	top: 0px;
	width: 100%;
	padding: 0px 0px 10px 0px;
	background-color: transparent;
}

#MenuRe {
	bottom: 0px;
}

#Login {
	position:absolute;
	bottom: 0px;
	width:100%;
	background-color: transparent;
}

#Body, #Footer {
	position: absolute;
	left: 190px;
	right: 190px;
	float: left;
}

#Body {
	top: 100px;
	bottom: 60px;
	padding: 0px 10px 10px 10px;
	overflow: hidden;
	z-index: 99;
	background-color: transparent;
}

#Footer {
	bottom: 0px;
	height: 40px;
	padding: 10px 0px;
	z-index: 100;
	color: white; 	/*rgb(200,200,230);*/
	background-color: transparent;
	font-size:0.8em;
	line-height:1;
}

#RegisterForm label.error {
margin:0;
color:#f50;
}

.RegisterForm label.error {
float:left;
margin:0;
color:#f50;
}

/* GroundLayout */
#estateOuter, #buildingOuter{
	position: relative;
	float:left; 
	height: 578px; 
	overflow: visible; 
}

#estateIner{
	position: relative;
	width: 500px; 
	/*left: 0px;
	right: 0px;*/
	height:400px; 
	border: none; /*solid red 1px;*/
	z-index: 20;
	overflow: visible;
}

#estateOuter{ 
	width: 100%; 
	background-color:rgba(0,128,0,0);
	z-index: 10;
}

#measurement {
	position: absolute;
	display: none;
	/*border: solid black 2px;*/
	height: 10px;
	width: 10px;
	overflow: visible;
	color: white;
	background-color: rgba(0,0,0,0.65);
	text-shadow: 1px 1px 4px black, 
				1px -1px 4px black, 
				-1px 1px 4px black, 
				-1px -1px 4px black;
	z-index: 999;
}

/*Katalogansicht Gebäude kaufen*/
#catalogue{ 
	position: absolute;
	display: none;
	background-color: rgba(200,200,200,0.8);
	border-radius: 15px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	/*overflow: scroll;*/
}

#catalogue a:link, #catalogue a:visited {
	color: rgba(0,0,0,1);
	text-decoration: none;
}

#catalogue a:hover {
	color: rgba(40,40,215,1);
	text-decoration: none;
	border: none transparent 0px;
}

.catalogue {
	width: 120px;
}

.catalogue img{
}

.catalogue div{
	height: auto;
}

.toolbox {
	position: fixed; 
	display: none;
	text-align: center;
	background-color: white;
	border-radius: 15px;
	border: ridge black;
	font-size: 0.8em;
	padding: 2px 10px;
}

div.catalogue {
	float: left;
	margin: 15px;
	padding: 15px;
	text-align: center;
}

.catalogue_sub {
	width: 120px;
	height: auto;
	float: left;
	margin: 5px;
	padding: 0px;
	text-align: center;
}

img.catalogue {
	/*height: 100px;*/
	width: 100px;
	background-size: 100% 100%;
}


/*
#buildingIner{
	width:250px; 
	height:600px; 
	border: solid white 1px;
	z-index: 20;
}

#buildingOuter{ 
	width: 20%; 
	background-color:grey;
	z-index: 10;
}*/

/*verfügbares Land zum bauen*/
#estateAvailable{
	background-color:transparent;
	background-image:url(../images/green.jpg);
	width: 650px; 
	height: 501px; 
	border: white solid 0.95px;
}

.collided, .collidedRotate{
	position: absolute;
	background-color: rgba(255,0,0,0.5);
}

.objectFix, .drag{
	position: absolute;
}

.drag{
	z-index:100;
}

.dragImage{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	-webkit-transform-origin: 0px 50% 0px;
    -moz-transform-origin: 0px 50% 0px;
    -ms-transform-origin: 0px 50% 0px;
    -o-transform-origin: 0px 50% 0px;
	transform-origin: 0px 50% 0px; 
	
	-moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	
	background-size: 100% 100%;
}

.repeat_x{
	background-repeat: repeat-x;
	background-size: auto 100% !important;
}

.repeat_y{
	background-repeat: repeat-x;
	background-size: 100% auto !important;
}

.repeat_xy{
	background-repeat: repeat;
	background-size: auto !important;
}

.deg90{
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	transform:rotate(90deg);
}

.deg180{
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	transform:rotate(180deg);
}

.deg270{
	-moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
	transform:rotate(270deg);
}

.objectFix{
	z-index:99;
}

.inputBlack {
	background-color: rgba(0, 90, 150, 0.55);
	color: #000;
	border-color: #059;
	margin: 20px 0px 0px 20px;
}

.lowMargin {
	margin: 10px 20px 10px 20px;
}

.textBlack {
	color: #000;
}

/*Formatierung des DIV für loading Image // Ladeanzeige*/
#spinner {
    position: fixed;
    top: 50%;
	/*bottom: 5%;*/
    left: 50%;
	/*right: 5%;*/
    margin-left: -63px; /* half width of the spinner gif */
    margin-top: -11px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: hidden;
    width: 126px; /* width of the spinner gif */
    height: 22px; /*hight of the spinner gif +2px to fix IE8 issue */
	border: solid black 5px;
	display: none;
}

/*Formatierung für Datepicker*/
.ui-datepicker-title, #mailNewInfo {
	text-align: center;
}

.ui-datepicker-month, .ui-datepicker-year {
	margin: 0px 10px;
}

.ui-datepicker-other-month {
	background-color: rgba(150, 150, 150, 0.5);
	border: solid black 2px;
	border-radius: 10px;
}

#ui-datepicker-div {
	background-color: rgba(0,0,0,1);
	border-radius: 15px;
	border-style: solid;
	border-width: 2px;
	border-color: grey white white grey;
	padding: 5px;
	display: none;
}

#ui-datepicker-div > div {
	background-color: rgba(255,255,255,0.3);
	border-radius: 15px;
	padding: 5px;
}

/*Einstellungen für Mailbox*/
#mailboxText, #showmail{
	text-align: left;
	position:absolute;
	height:100%;
	width:100%;
	border:none;
	border-radius: 15px 15px 15px 15px;
	padding: 15px;
	color:rgba(94,32,26,1);
}
#mailboxText{
	background-color: transparent;
}
#mailboxText input, #showmail input{
	color: black ;
}
#showMailText{
	position: absolute;
	top: 95px;
	bottom: 30px;
	left: 35px;
	right: 35px;
	overflow: hidden;
}
#mailboxTable{
    
}
#mailboxTable th{
    background-Color:rgba(200,200,200,0.5);
}
#mailText{
	width: 95%;
	height: 250px;
	margin: 0px 20px 0px 0px !important;
	resize: vertical;
	text-align: left;
	padding-left: 10px;
	/*padding-right: 5px;*/
	color: black;
	border-radius: 15px;
	background-color: rgba(100, 200, 255,0.2);
}
#showmail{
	position: absolute;
	top: 85px;
	padding: 30px 35px;
	display: none;
	z-index: 100;
}
#hidemail{
	float: right;
}
.mailbox {
    position: relative;
    top: 30px;
    display: block;
	z-index:0;
}
.mailbox, #showmail{
    width: 99%;
    height: 400px;
    margin: 0 0 30px 0;
    border-radius: 15px 15px 15px 15px;
    /*bottom: 50px;*/
	/*box-shadow:inset 0px 0px 0px 1px white;*/
	box-shadow:inset 0px 0px 20px 0px black;
	/*background-color: #c5d2de;*/
    background-color: rgba(248,228,170,1);
}
/*.mailbox h2 {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 0px;
    background-color: transparent;
}*/
.mailbox h2 {
    position: absolute;
    /*left: 268px;*/
    top: -30px;   
    width: 125px;
    height: 30px;
    font-family: Verdana;
    font-size: 15px;
    margin: 0;
    /*background-color: #194b7d;*/
	background-color: rgba(160,140,105,1);
    border-radius: 15px 15px 0 0;
    border: solid blanchedalmond;
    border-width: 1px 1px 0 1px;
    /*z-index: 1;*/
}
.mailbox h2:nth-of-type(4) {
    left: 358px;
    z-index: 1;
}
.mailbox h2:nth-of-type(3) {
    left: 248px;
    z-index: 2;
}
.mailbox h2:nth-of-type(2) {
    left: 134px;
    z-index: 3;
}

.mailbox h2:nth-of-type(1) {
    left: 20px;
    z-index: 4;
}
.mailbox h2 a {
    display: block;
    margin: 5px 0 0 0;
    text-align: center;
    text-decoration: none;
    color: white;
}
.mailSend{
	margin: 10px!important;
	padding-left: 10px;
}
.mailSend input[type="text"]{
	width:95%;
	text-align: left;
}
.mailIn {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 0;
}
.mailIn div {
	overflow: hidden;
}
.mailButton {
	margin: 0 0 10px 10px;
	padding: 0 10px;
} 
.showMailButton{
	margin: 0 10px 10px 0;
	padding: 0 10px;	
}

/*companysProfile*/
input[type="text"].compProfile {
	margin: 5px 0 7px 10px;
	width: 95%;
}

input[type="submit"], input[type="reset"]{
	cursor: pointer;
}

input[type="text"]{
	cursor: text;
}

input:disabled{
	cursor: not-allowed !important;
	border: inset 2px white;
}

#compICAO {
	width: 25px !important;
	text-align: left;
}

#compICAOpraefix{
	border: white 2px inset;
	font-size: 0.8em;
	margin-left: 10px;
	padding-left: 10px;
}

#compICAOpraefix input{
	border:none;
	background-color: transparent;
	margin-left: 0px !important;
	padding-left: 1px !important;
}

#usedICAOlistHelper{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(180,180,180,0.8);
	border-radius: 15px;
	z-index:999;
}

#usedICAOlist{
	display: block;
	z-index: 1000;
	position: fixed;
	top: 30%;
	left: 30%;
	height: 40%;
	width: 40%;
	background-color: rgba(0,0,0,0.6);
	overflow: auto;
	border-radius:15px;
}

#usedICAOlistText{
	margin: 10px;
}

.usedICAO{
	float:left;
	width:33%;
	margin: 10px 0;
}

/*Feld für Beschriebung der Firmentypen*/
#firmtypedescription{
	border: solid black 2px;
	background-color: rgba(100,200,255,0.2);
	text-align: justify;
	padding: 5px;
}

/*Einstellungen für Firmenlogo*/
#Firmenlogo {
	max-height: 120px;
	max-width: 120px;
	border: solid black 2px;
	margin: 20px 10px;
	float: left;
}

/*Layout Auswahlknopf Dateiupload incl. Dateiname wird versteckt, dafür nur das Label angezeigt*/
#data{
	height:0;
	width:0;
	visibility: hidden;
	padding: 0;
	margin: 0;
}

/*Label zum Dateiupload - Dieser kann gestyled werden #data selber nicht*/
#data_label {
	text-align: center;
	font-family: comic sans serif, century, tahoma, georgia;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0px 5px 1px 5px;
	margin: 0% 0%;
	color: rgba(255,255,255,1);
	border-radius: 15px;
	background-color: rgba(100, 200, 255,0.2);
	border: outset 2px white;
	cursor: pointer;
}

/*Autocomplete*/
.ui-helper-hidden-accessible {
	display: none;
}

.ui-menu{
	z-index: 100;
	max-height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.9);
	border-radius: 10px;
	padding-left: 25px;
}

.mailNew .ui-menu{
	background-color: rgba(150,180,185, 0.9)!important;
	width: auto !important;
	margin-right: 150px;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active{
	/*border: 2px solid rgba(94,32,26,1);
	border-radius: 15px;*/
	text-decoration: underline;
	font-weight: 600;
	/*list-style-position: inside;*/
}

.ui-autocomplete-input, #mailNewInfo {
    margin: 0 0 10px 0;
}

#mailNewInfo {
	width:100%; 
	float:left;
}

.errorStatement{
	color: #f50;
	font-style: bold;
}

#autocompleteMenuHelper {
	text-align: left;
}

#autocompleteMenuHelper ul li:first-child {
	margin-top: 7px;
}



/*##### Bootstrap Anpassungen #####*/
/*Anpassung für Glyphicon Tooltip Ausrichtung finden sich im PageCallScript.php*/
.fas, .glyphicon-info-sign, .glyphicon-sunglasses {
	color: rgb(100, 200, 255);
}

/* Farbanpassung wenn Symbole in der Mailbox verwendet werden*/
.fas.mb, .far.mb{
	color: rgba(94,32,26,1);	/* Braun für Mailbox*/
	margin-right: 3px;
}

.glyphicon-sunglasses, .fa-search {
	font-size: 20px;
	top:5px;
}

.radio, .checkbox{
	display: inline-block !important;	
	cursor: pointer;
}

.tooltip-top >.tooltip-inner {
	background-color: red;
} 