.mainBody{
	position: relative;
	height: 900px;
	width: 1300px;
}

.debug{
	position: absolute;
	left: 80%;
	width: 20%;
	height: 100%;
	top: 0%;
	overflow: scroll;
	background-color: red;
	color: blue;
	size: 10px;

	white-space: pre-wrap;         
   	white-space: -moz-pre-wrap;     
  	white-space: -pre-wrap;     
  	white-space: -o-pre-wrap;       
  	word-wrap: break-word;    
}

.mapBody{
	position: relative;
	float: left;
	float: top;
	height: 100%;	
	width: 100%;
}	

.debugDropdown{
	background-color: black;
	color: red;
	float: right;
}

.theMap{
	width: 80%;
	height: calc(100% - 160px);
	top: 60px;
	bottom: 100px;
}

.selectDiv{
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    float: left;
	width: 60px;
	height: 54px;
	background-image: url("db_defaults/dropdown.png");
	background-size: 60px 60px;

	border-color: #4a9ded;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
}

.selectDivD{
	float:left;
	text-align: center;
	background-color: white;
	font-size: 30px;
	width: 100px;
	height: 54px;

	border-color: #4a9ded;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;

	display: table;
}

.selectDivDtext{
	padding: 2px;
	display: table-cell;
	vertical-align: middle;
}

.selectDivS{
	float:left;
	color: #4a9ded;
	background-color: white;
	font-size: 15px;
	height: 54px;
	min-width: 144px;
	max-width: 300px;
	float: left;

	border-top-color: #4a9ded;
	border-top-width: 3px;
	border-bottom-color: #4a9ded;
	border-bottom-width: 3px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;

	display: table;
	text-align: center;
}

#citDiv{
	width: 100px;
	height: 50%;
}

#citSel{
	font-size: 25px !important;
}

#levSel{
	width: 300px;
}

.optionList{
	overflow: auto;
	max-height: 200px;
	width: 300px;
	background-color: black;
	position: absolute;
	top: 60px;
	z-index: 10;

}

#olist1 .inlistOptions{
	font-size: 25px !important;
}

#olist2 .inlistOptions{
	font-size: 30px !important;
}

#olist3 .inlistOptions{
	font-size: 20px !important;
	max-width: 300px;
	height: 50px;
}

#citySelect{
	font-size: 25px;
}

#levelSelect{
	font-size: 30px;
}

#olist1{
	left:168px;
}

#olist2{
	left: 168px;
}

#olist3{
	left: 168px;
}


.inlistOptions{
	height:40px;
	min-width: 144px;

	border-color:  #4a9ded;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;

	background-color: white;
	text-align: center;
}

.topTick{
	background-color: white;
	height:54px;
	width: 100px;
	position: relative;
	float: left;
	font-size: 40px;

	border-color: #4a9ded;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
}

.topTicks{
	position: absolute;
	left: 65px;
	top: 10px;
	width: 40px;
	height: 40px;
	pointer-events: none;
}

.topTicksHoverable{
	pointer-events: initial !important;
}

.topTicksHoverable:hover{
	background-color: #ffffff;
}

.selectDivL{
	position: absolute;
	bottom: 0px;
	left: 30px;
	width: 30px;
	height: 30px;
	background-image: url("db_defaults/extern.png");
	background-size: 30px 30px;
}

.modal {
	position: absolute;
    display: none; /* Hidden by default */
    /*position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 90%; /* Full height */ 
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: white;
    color: #4a9ded;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    height: 350px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;

    white-space: pre-line;         
		white-space: -moz-pre-line;     
		white-space: pre-line;     
 		white-space: -o-pre-line;       
		/*word-wrap: break-word;    */
}

#modalImg{
	position:absolute;
	display:inline;
	left:10px;
	top:30px;
	width: 200px;
	height: 200px;
}

.modal-header {
	position: absolute;
	white-space: normal;
	overflow: auto;
	height: calc(35% - 20px);
	width: calc(100% - 35px - 220px);
	left: 220px;
	top: 10px;
    font-size: 25px;
}

.modal-body {
	position: absolute;
	overflow: auto;
	left: 220px;
	top: 35%;
	height: 45%;
	width: calc(100% - 230px);
	font-size: 20px;
}

#modalBody {
	position: absolute;
	width: 100%;
	height: 100%;

}

#modalLink {
	white-space: normal;
	display:inline;
	float:left;
	width: 30px;
	height: 30px;
	background-color: #4a9ded;
}

#modalLink:hover {
	background-color: red;
}


.modal-footer {
	position: absolute;
	white-space: normal;
	left: 10px;
	top: 300px;
	font-size: 20px;
	width: 90%;
	overflow: hidden;
}

.footerLink {
	padding-left: 5px;
	color: white;
	background-color: #4a9ded;
}
.footerLink:hover{
	color: black;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
	position: absolute;
	width: 30px;
	height: 30px;
	left: calc(100% - 30px);
	top: 0px;
	font-size: 30px;
	text-align: center;
	font-weight: 900;
	background-color: white;
	color: black;
	box-sizing: content-box;
}
.close:hover {
	color: white;
	background-color: red;
}

.selectElement{
	color: #4a9ded;
	position: relative;
	float: left;
	float: left;
	height: 100%;
	overflow: visible;
}

.delimF{
	position: relative;
	float:left;
	width: 8px;
	height: 60px;
}

.delimS{
	position: absolute;
	height: 20px;
	width: 2px;

	background-color: gray;
	left: calc(50% - 1px);
	top: calc(50% - 10px);

}

.selectMenu{
	pointer-events: none;
	position: absolute;
	height: 100%;	
	width: 100%;

	display: table; 
}
.midBar{
	width: 100%;
	vertical-align: middle;
	display: table-cell;
}

.rightBar{
	overflow: auto;
	color: #4a9ded;
	background-color: white;
	position: absolute;
	right: 0px;
	bottom: 100px;
	width: 20%;
	height: calc(100% - 160px);
	border-left-width: 3px;
	border-left-color: #4a9ded;
	border-left-style: solid;
	padding-left: 3px;
}

.leftBar{
	float:left;
}

.selectImg{
	position: relative;
	width: 100px;
	height: 100px;
	background-color: transparent;
	pointer-events: auto;
	margin: auto;
}

.selectImgCont{
	position: relative;
	width: 100%;
	height: 110px;
	background-color: red;
}

.leftImage{
	position: relative;
	width: 80px;
	height: 80px;
	pointer-events: none;
}

.leftSmall{
	position: absolute;
	bottom: 60px;
	left: 0%;
	width: 30px;
	height: 30px;
}

.leftText{
	position: absolute;
	color: white;
	font-size: 20px;
	text-align: center;
	bottom: 0px;
	width: 100%;
	background-color: #4a9ded;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text-invisible {
  text-indent: -9999em;
  outline: 0;
}

.topMenu{
	position: absolute;
	width: 100%;
	height: 60px;
}

.topAlign{
}

.topBkg{
	background-color: white;
	position: absolute;
	width: 100%;
	height: 54px;
	border-color: #4a9ded;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
}

.bottomBar{
	overflow: auto;
	-webkit-column-count: 5; 
    -moz-column-count: 5;
    column-count: 5;

    -webkit-column-width: 20%; /* Chrome, Safari, Opera */
    -moz-column-width: 20%; /* Firefox */
    column-width: 20%;

	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0px;

    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
}


.rightBarTitle{
	top: 10px;
	left: 10px;
	font-size: 30px;
	font-weight: bold;
}

.rightShadow{
	height: 8%;
}
.rightSubBar{
	padding-top: 5px;
	height: 8%;
	width: 100%;
}

.rightImg{
	float: left;
	padding-left: 5px;
	width: 60px;
	height: 60px;
}

.rightLegend{
	float: left;
	/*padding-top: 10px;*/
	padding-left: 5px;
	width: 70%;
	font-size: 20px;
}

.delimFR{
	position: relative;
	float:left;
	width: 100%;
	height: 8px;
}

.delimSR{
	position: absolute;
	height: 2px;
	width: 80%;

	background-color: gray;
	left: 10%;
	top: calc(50% - 1px);
}


.dropdownExt{position: absolute;
    display: none;
    z-index: 1;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%;
   	height: 100%;
	height: -moz-available;        
	height: -webkit-fill-available; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
 	background-color: transparent;
}