html, body{
	margin: 0px;
	padding: 0px;
	color: white;
	position: absolute;
	background-color: black;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}

.bg-image{
  background: url(../../___Assets/_imgs/bg_blur.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-opacity: 0.50;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgba(0, 0, 0, 0.6) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.6) !important;
}

.bg-clear{
	background-color: rgba(255, 255, 255, 0.3) !important;
	border: none !important;
}

.menu{
	text-align: left;
}

#LoginModule{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	display: table;
	text-align: center;
	font-size: 12px;
}

#LoginTitle{
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 100;
	font-size: 40px;
	width: 300px;
	line-height: 1;
	margin-bottom: 10px;
}

#LoginBox{
	width: 300px;
	height: 350px;
	background-color: rgba(255, 255, 255, 0.2);
	position: relative;
	border-radius: 10px;
	padding: 20px;
}

#LoginImage{
	width: 150px;
	height: 150px;
	
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid red;
	clip-path: circle(60px at center);*/
}

#LoginUser{
	margin-top: 10px;
	color: black;
}

#LoginPassword{
	margin-top: 10px;
	color: black;
}

#LoginButton{
	position: absolute;
	bottom: -20px;
	left: 100px;
}

#RonicTradeMark{
	position: absolute;
	right: 30px;
	bottom: 20px;
	text-align: right;
}

#TradeMarkImage{
	width: 100px;
}

#TradeMarkLabel{
	font-size: 12px;
}



#MainContainer{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 20px;
}


#MapCanvas{
	min-width:1000px;
	width: 78%;
	position: absolute;
	top:20px;
	right:80px;
	bottom:20px;
	border-radius: 5px; 
	background-color: rgba(0, 0, 0, 0.5);
}

#GoogleMap{
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left: 0px;
	border-radius: 5px;
	cursor: none !important;
	color:black;
	
}



#info{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	height: 30px;
	font-size: 12px;
	color:white;
	padding: 5px;
	display: none;
}

#Panel{
	position: absolute;
	left: 20px;
	bottom: 20px;
	top:20px;
	text-align: right;
	min-width: 300px;
	width: 10%;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	font-size: 10px !important;
	border-radius: 5px;
}

.panel{
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 15px !important;
}

#MainMenu{
	position: absolute;
	top:280px;
	bottom: 100px;
	overflow: hidden;
	left: 20px;
	right: 0px;
}

#PanelTitle{
	text-align: center;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 100;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
	
}

#PanelImage{
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	
}

#PanelUserName{
	text-align: center;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 100;
	font-size: 20px;
	width: 100%;
	margin-bottom: 20px;
}

#HCH{
	position: absolute; 
	left:0px; 
	right:0px; 
	top:0px;
	height: 1px; 
	border-top: green 1px dashed;
	pointer-events: none;
	
	font-size: 10px;
}

#VCH{
	position: absolute; 
	top:0px; 
	left:0px;
	bottom:0px; 
	width: 1px; 
	border-right: green 1px dashed;
	pointer-events: none;
	font-size: 10px;
}


#ToolsCanvas{
	position: absolute;
	top:20px;
	right:20px;
	bottom:20px;
	width: 45px;
	border-radius: 5px;
	color:black;
	background-color: rgba(0, 0, 0, 0.3);
}

.layer-palette-tools{
	padding: 5px;
}
.layer-palette-tools div{
	margin-bottom: 5px;
}

.layer-palette-tools  span{
	font-size: 12px;
	color: white;
	padding-left: 5px;
}

.tools-palette-inactive{
	display: none !important;
}

.tools-palette-active{
	display: block !important;
}

.tools-palette-title{
	color: white;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tools-palette-tools{
	padding: 5px;
}

.tool-palette-button{
	font-size: 16px;
    color: white;
    background-color: rgba(0, 0, 0, 0.445);
    width: 35px;
    height: 35px;
    margin-bottom: 3px;
    border: none;
	border-radius: 5px;
	cursor: pointer;
}
.tool-palette-button-bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.tool-button:hover{
    background-color: rgba(0, 0, 0, 1);
}

.tool-button-selected-override{
	color: rgb(27, 27, 27);
	background-color: rgb(23, 27, 44) !important;
}

.tool-button-selected{
    color: rgb(255, 255, 255);
    background-color: rgb(44, 50, 75);
}

.tool-button-selected:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(44, 50, 75);
}

.tool-palette-button-disabled{
	background-color: rgba(58, 58, 58, 0.233) !important;
	color: rgb(90, 90, 90) !important;
	pointer-events: none;
}

.tool-palette-button-disabled:hover{
	background-color: rgba(58, 58, 58, 0.233) !important;
	color: rgb(90, 90, 90) !important;
	pointer-events: none;
}


#InfoCanvas{
	display: none;
	position: absolute;
	width: 400px;
	height: 150px;
	right: 100px;
	top:40px;
}
