html {
	background-color: #292526;	/* dark grey */
  overflow:  hidden;											
}

body{
    background-color: black;
    margin: 8px;
    /* height: 98vh; */
    /* overflow: hidden; */
    /* position: relative; */
}

#map{
  background-color: black;
  background-position: center;
  background-size: cover;
  height:91.2%;
  position: relative;
}

#overlay1 {
    font-size: 17px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 100px;
    left: 20px;
}

.nav {
	/* margin-top: 10; */
  padding: 0px 10px 0px 10px;
  background-color: rgba(0,0,0,0.3);
  border-radius: 5px;
}

.nav:after {
  content: " ";
  display: block;
  flex: 0.2;
}

#overlay2 {
    font-size: 17px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.legend {
  padding: 10px;
  background-color: rgba(0,0,0,0.3);
  border-radius: 5px;
}

#overlay_compass {
  position: absolute;
  bottom: 2em;
  left: 1em;
}

#overlay_compass img {
  max-width: 50%;
  height: auto;
}

a {
	text-decoration: underline;
}

p {
  padding: 0 1.5em;
}

#image-ruler{
  background-color:red;
 width: 5px;
  height: 5px;
}

.POI{
  border-radius: 4px;
  width: 8px;
  height: 8px;
  border: 1px;
  box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.3);
}

.POI_cities{
  background-color:white;
}

.POI_gasstation{
  background-color:red;
}

.POI_navals{
  background-color:blue;
}

.POI_main{
  background-color: orange;
}

.POI_spawn{
  background-color: pink;
}

.POI_private{
  background-color: green;
}

.TIPS{
  width: 150px;
  background-color: rgb(255, 255, 255);
  top: 1037px;
  left: 512px;
  position: absolute;
  opacity: 0.8;
  display: none;
  color: black;
  z-index: 999999;
}


p::first-line {
  font-weight: bold;
}


.menu {
    background: #555 url('images/menu-bg.jpg') repeat left top;
    left: -285px; /* прячем меню */
    height: 100%;
    position: fixed;
    width: 285px;
  }


.ov1{
    list-style-type: none;
}

li {
  list-style-type: none;
  color: #ffffff;
}

h2 {
  color: #ffffff; 
  font-size: 1em; 
  font-weight: normal; 
  margin-top: -0.5em; 
  text-align: center;
}

h3 {
  color: Black; 
  font-size: 1.5em; 
  font-weight: bold; 
  text-align: center;
}


.wht::before {content: "\25CF "; color: white}
.red::before {content: "\25CF "; color: red}
.blu::before {content: "\25CF "; color: blue}
.pnk::before {content: "\25CF "; color: pink}
.org::before {content: "\25CF "; color: orange}
.grn::before {content: "\25CF "; color: green}

.menu ul {
    border-top: 1px solid #555;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .menu li {
    border-bottom: 1px solid #555;
    font-family: 'Open Sans', sans-serif;
    line-height: 45px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 3px;
  }

  .menu li:hover {
    cursor: pointer;
    background-color: #555;
    }

  .menu a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .icon-close {
    cursor: pointer;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .icon-menu {
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-top: 25px;
    text-decoration: none;
    text-transform: uppercase;
  }

.icon-menu img {
    margin-right: 5px;
  }

  *{
    font-family: Areal;
}

.b-container{
    width:30pi;
    height:150px;
    background-color: #ccc;
    margin:0px auto;
    padding:10px;
    font-size:30px;
    color: #fff;
}
.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
}
.b-popup .b-popup-content{
    margin:40px auto 0px auto;
    width:40%;
    height: auto;
    padding:10px;
    background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
}

/* .addPoiTable {
  color: #ffffff;
} */

#prompt-form {
  display: inline-block;
  padding: 13px 13px 13px 13px;
  border: 1.6px solid rgb(48, 48, 48);
  background: rgba(255,255,255,0.7);
  vertical-align: middle;
  border-radius: 5px;
}

#prompt-form-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
}

#prompt-form-container:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

#cover-div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background-color: gray;
  opacity: 0.3;
}




/* #prompt-form input[name="text"] {
  display: block;
  margin: 5px;
  width: 180px;
} */

div.addPOI {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
    top: 0;
    left: 0;
}

div.editPOI {
  position: fixed;
  width: 100%;
  height: 100%;
  /* background-color: #fff; */
  /* opacity: 0.4; */
  /* filter: alpha(opacity=40); */
  top: 0;
  left: 0;
}


.notice {
	color: red;
	font-size: 20;
	text-align: right;
	font-weight: bold;
}
.ui-dialog-content {
  text-shadow: black 0 0 2px;
}
.noticeSelect {
	color: red;
  
	font-size: 20;
	text-align: right;
	font-weight: bold;
  min-height: 1em;
}

.noticeSelect .ui-button {
  background-color:rgb(207, 36, 36);
  margin-right: 5px;
  
}
.ui-button-text{
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}

.ui-dialog-titlebar-close {
  background-color:rgb(207, 36, 36);
  margin-right: 5px;
}

.noticeSelect .ui-dialog-titlebar-close {
  display: none;
}

input[type=text]{
   width:180px;
}

input[type=number]{
  width:50px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:invalid {
  border: 1px dashed red;
}

input:invalid:required {
  background-color: rgb(248, 213, 219);
}

/* input:valid {
  border: 2px solid black;
} */