.brandlogo {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}
.splashlogo {
margin-top: auto;
margin-bottom: auto;
.btn-wide {
width: 98%;
.whitetext {
color: white;
body {
padding: 0;
margin: 0;
#map {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
#loading {
z-index: 50000;
background: #324150;
#no-lock {
z-index: 9000;
background: rgba(0,0,0,.6);
display: none;
#no-lock p {
top: 40%;
left: 0px;
text-align: center;
#overlay-top {
height: 20%;
z-index: 9500;
#overlay-main {
z-index: 9600;
background: rgba(0,0,0,.9);
#mainCloseBtn {
z-index: 999999;
top: 5px;
right: 5px;
border-radius: 50%;
border: 1px solid white;
background-color: black;
width: 30px;
height: 30px;
line-height: 30px;
margin: 0px;
padding: 0px;
font-size: 100%;
.badge-img {
border: 2px solid green;
#terrain-image {
height: 60px;
width: 80px;
border: 3px solid green;
.leaflet-control-locate {
#namedisp {
color: black;
left: 8px;
font-size: 120%;
font-weight: bold;
#energybar-container {
top: 30px;
left: 5px;
height: 10px;
width: calc(100% - 95px);
background: rgba(0,0,0,.25);
#energybar {
width: 0%;
background: green;
#energybar-label {
top: 40px;
font-size: 75%;
background: rgba(0,0,0,.2);
padding: 0px 5px 0px 5px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
.chatbox {
bottom: 0px;
height: 50%;
max-height: 50%;
#chatmsgs {
top: 0px;
height: calc(100% - 35px) !important;
font-family: monospace;
color: #ffffff;
overflow-x: hidden;
overflow-y: auto;
overflow-wrap: break-word;
word-wrap: break-word;
hyphens: auto;
word-break: break-all;
background: rgba(0,0,0,.8);
.chatbox #chatmsgs .chat-username {
color: green;