﻿html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    color: #515354; 
    font-family: sans-serif;
    font-size: small;
    height:100%;
    overflow-y:hidden;
}

#map {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

#framecontainer {
    width: 25%;
    height: 100%;
    overflow: hidden;
    display: none;
    border-bottom: 1px solid #FF8C00;
}

#contentframe {
    height: calc(100% - 20px);
    width: 100%;
    border: 0;
    margin: 2px;
}


.trtoolbar {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    position: absolute;
    /*width:300px;
    top: 5px;
    left:40px;*/
    top: 5em;
    left: 0.5em;
}

#tabtoolbar {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    position: absolute;
    /*width:300px;
    top: 5px;
    left:40px;*/
    top: 21.3em;
    left: 17.1em;
}

.trbutton {
    cursor: pointer;
}

.slide-out-div {
    padding: 20px;
    padding-top:0px;
    width: 200px;
    background: #ccc;
    border: 1px solid #ccc;
    background-color: white;
    padding: 10px;
    height: 58% !important;
    /*   max-height:300px;*/
    border-radius: 0px 8px 8px 0px;
}

.slide-out-content {
    box-sizing: border-box;
    height: Calc(100% - 68px);
    position: relative;
    overflow-y: auto;
}

.slide-out-header {
    height: 55px!important;
}


.gridrow {
    padding:3px;
    padding-top:10px;
    /*height:25px;*/
    font-size:11pt;
    border-bottom: 1px solid #689ad7;
    font-weight:bold;
}

.gridrow_coords {
    font-size:smaller;
    padding-left:3px;
}

.gridrow_info {
    color:blue;
}

.gridrow_service {
    color:red;
}

.gridrow_chat {
    color:green;
}
.gridrow_navigation {
    float:right; 
    position: relative;
    cursor:pointer;
    font-size:12pt;
}

.ol-zoom-in {
    cursor:pointer;
}

.ol-zoom-out {
    cursor:pointer;
}

.ol-overviewmap {
    
    display: none;
}

.option-item {
    font-size:1.5em;
    color: dimgrey;
}

.content-group {
    color:cornflowerblue;
}

.ol-geocoder.gcd-gl-container {
    top: 19.0em;
    left: 17.1em;
}

.ol-geocoder .gcd-gl-btn {
    width: 1.375em;
    height: 1.32em;
    top: 0.238em;
}

.ui-dialog-titlebar {
    background-color: cornflowerblue;
    color: white;
}

#count {
    background: darkorange;
    position: absolute;
    top: 4px;
    Right: -25px;
    min-width: 14px;
    height: 14px;
    color: #ffffff;
    border-radius: 50%;
    padding: 1px;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
}


#trdownloadimagebutton {
    display: none;
}

#splashscreen {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: white;
    border-color: blue;
    border-radius: 25px;
    border: 2px solid #FF8C00;
    padding: 20px;
    text-align: center;
    float: left;
}

.splashscreen-ad {
    margin: 0 auto;
    /*
    width:100%;
    
    left:50%;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -50%);*/

}

#splashscreen-welcome {
        /*border: 2px solid red;*/
}


.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* Yep! */
  width: 48%;
  height: 59%;
}

h1 {
    text-align: center;
    text-transform: uppercase;
    color: #FF8C00;
}

h2 {
    text-align: center;
    color: #FF8C00;
}

p {
    font-size: 13px;
	font-family: arial, sans-serif;
	color: #828282;
	/*background: url(images/body.png) repeat 0 0;*/
	min-width: 100%;
    text-align:center;
}

@media screen and (min-device-width: 992px) { 
    .ol-overviewmap {

        display: block;
        bottom: 2em;
    }

    #trdownloadimagebutton {
        display: block;
    }

    #splashscreen {
        height: 40%;
        width: 60%;
    }
}



.ol-popup {
        width: 220px;
}

#whistleboard {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 9;
    right: 6px;
    top: 55px;
    display:block;
}

.whistleboard-info {
    width: 38px;
    height: 38px;
    background-image: url('../Images/whistleboard-orange-32.png');
    background-repeat: no-repeat;
    background-position: 2px;
    background-color: white;
    border: none;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 1px;
    line-height: .4em;
    cursor: pointer;
}

.wave-float {
  position: fixed;
  bottom: 60px;                 /* start just above footer */
  left: 40%;
  font-size: 32px;
  opacity: 0;
  animation: waveUp 3s ease-out forwards;
  pointer-events: none;
  z-index: 9999;
}

#hud-bubble {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 153, 0, 0.85);
  color: #eee;
  padding: 6px 10px;
  border-radius: 14px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  white-space: nowrap;
}

@keyframes waveUp {
  0%   { transform: translate(0, 0) scale(1); opacity: 0; }
  10%  { opacity: 1; }
  60%  { transform: translate(var(--driftX), -120px) scale(1.2); opacity: 1; }
  100% { transform: translate(var(--driftX), -160px) scale(1); opacity: 0; }
}

     
