html { overflow-y: hidden !important;}

html, body {
    height: 100%;
}

#mynetwork {
  width: 100%;
  
  background-color: #1b2020;
 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    
  
   
}


#loadingBar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(27, 32, 32, 1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
#wrapper {
  position: relative;
  
}

#text {
  position: absolute;
  top: -21px;
  left: 10px;  /* Old  ---------530px */
  width: 30px;
  height: 50px;
  margin: auto auto auto auto;
  font-size: 22px;
  color: #999999;
}

div.outerBorder {
  position: relative;
  top: 300px;
  width: 200px; /* Old  ---------600px */
  height: 44px;
  margin: auto auto auto auto;

}

#border {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 196px;   /* Old  ---------500px */
  height: 21px;
  margin: auto auto auto auto;
  box-shadow: 0px 0px 4px rgba(150, 150, 150, 0.6);
  border-radius: 10px;
}

#bar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 21px;
  margin: auto auto auto auto;
  border-radius: 11px;
  border: 2px solid rgba(30, 30, 30, 0.05);
  background: #999999;         /* Old browsers */
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.4);
}









header.navbar { 
margin-bottom: 0;
}


.map_message{   
    text-align: right;
    position: fixed;
    bottom: 0;
    right: 0;
	z-index: 9;
	padding: 0 3px 0 5px;
    border-radius: 8px 0 0 0;
	background-color: #000000;
    
}
.map_message a {     font-size: 12px;     color: #777;     text-decoration: none;     text-transform: none; }
.map_message a:hover {    color: #999;}
