html, body {
  /*font-family: Arial, Helvetica, sans-serif;*/
  width: 100%;
  height: 100%;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.navbar {
  margin-bottom: 0;
}

.nonmapcontent {
  margin-top: 10px;
}

.messages {
  bottom: 50px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 30;
}

.info-button
{
    color: #337ab7;
    cursor: help;
}

.alert {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

#fullScreenContent:-webkit-full-screen {
    width: 100%;
    height: 100%;
}

.map {
  height: 100%;
  width: 100%;
  /*position: fixed;*/
  position: absolute;
  z-index: 10;
}

.mapsearch {
  position: absolute;
  top: 10px;
  left: 55px;
  z-index: 20;
  opacity: 0.9;
  max-width: 90%;
}

#fullScreenContent:fullscreen .mapsearch {
    display: none;
}

#fullScreenContent:-webkit-full-screen .mapsearch {
    display: none;
}

#fullScreenContent:-moz-full-screen .mapsearch {
    display: none;
}

#fullScreenContent:-ms-fullscreen .mapsearch {
    display: none;
}


.mapbutton-zoom {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
}

.mapbutton-location {
  position: absolute;
  top: 120px;
  left: 10px;
  z-index: 20;
}

.mapbutton-center-position{
    top: auto;
    right: .5em;
    bottom: 9.5em;
}

.mapbutton-traffic {
  position: absolute;
  top: 180px;
  left: 10px;
  z-index: 20;
}

.mapbutton-meteo {
    position: fixed;
    bottom: 100px;
    left: 10px;
    z-index: 25;
}

.mapbutton-terrain {
    position: fixed;
    bottom: 40px;
    left: 10px;
    z-index: 25;
}

.map-terrain-outerwindow {
    position: fixed;
    bottom: 40px;
    left: 0px;
    width: 100%;
    z-index: 20;
    padding-right: 10px;
    padding-left: 70px;
}

.map-terrain-window {
    width: 100%;
    height: 200px;
    background: lightblue; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#00CCFF, lightblue); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00CCFF, lightblue); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00CCFF, lightblue); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00CCFF, lightblue); /* Standard syntax */
}

.map-terrain-svg {
    border-style: solid;
    border-width: 1px;
    border-color: green;
}

.mapbutton-offlinecache {
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 20;
}

.map-cacheprogress {
  position: absolute;
  width: 50px;
  top: 115px;
  right: 10px;
  z-index: 20;
}

#fullScreenContent:fullscreen .mapbutton-offlinecache {
    display: none;
}

#fullScreenContent:-webkit-full-screen .mapbutton-offlinecache {
    display: none;
}

#fullScreenContent:-moz-full-screen .mapbutton-offlinecache {
    display: none;
}

#fullScreenContent:-ms-fullscreen .mapbutton-offlinecache {
    display: none;
}

.mapbutton-timer {
  position: absolute;
  top: 50px;
  left: 70px;
  z-index: 20;
}

#fullScreenContent:fullscreen .mapbutton-timer {
    top: 10px;
}

#fullScreenContent:-webkit-full-screen .mapbutton-timer {
    top: 10px;
}

#fullScreenContent:-moz-full-screen .mapbutton-timer {
    top: 10px;
}

#fullScreenContent:-ms-fullscreen .mapbutton-timer {
    top: 10px;
}

.map-currenttime {
  font-size: x-large; /* 18px;*/
  font-weight: bold;
  text-shadow: -1px 0px #FFFFFF, 1px 0px #FFFFFF, 0px -1px #FFFFFF, 0px 1px #FFFFFF;
  color: #000000;
}

.map-stoptime {
  font-size: x-large;
  font-style: italic;
  font-weight: bold;
  text-shadow: -1px 0px #FFFFFF, 1px 0px #FFFFFF, 0px -1px #FFFFFF, 0px 1px #FFFFFF;
  color: #555555;
}

.map-timer {
  font-size: x-large;
  font-style: italic;
  font-weight: bold;
  text-shadow: -1px 0px #FFFFFF, 1px 0px #FFFFFF, 0px -1px #FFFFFF, 0px 1px #FFFFFF;
  color: #FF0000;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.table-nonfluid {
  width: auto !important;
}

.table-notam {
    max-height: 600px;
    overflow: auto;
}

.grabbable
{
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbable:active
{
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.ui-sortable-helper {
    display: table;
}

.waypoint222-entry-odd {
    background-color: #FFFFFF;
}

.waypoint222-entry-even {
    background-color: #FFFFFF;
}

.ol-touch .kml-export {
  top: 80px;
}

.ol-overlaycontainer, .ol-overlaycontainer-stopevent, .ol-overlay-container {
  width: inherit;
}

.ol-popup-feature {
}

.ol-popup-notam {
    width: 650px;
    max-width: 95%;
}

.ol-popup-metartaf {
  width: 600px;
  max-width: 95%;
}

.ol-popup-weather {
    width: 800px;
    max-width: 95%;
}

.ol-popup-traffic {
  width: 500px;
  max-width: 95%;
}

.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
}

.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.ol-popup-closer:after {
  content: "X";
}

.ol-rotate {
    top: auto;
    right: .5em;
    bottom: 12.5em;
}

.mapbutton-maplayer {
    top: auto;
    right: .5em;
    bottom: 3.5em;
}

.mapbutton-maplayer-panel {
    position: absolute;
    bottom: 0;
    right: 100%;
    margin-right: 6px;
    background-color: rgba(255, 255, 255, 0.93);
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 8px 14px 8px 10px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.mapbutton-maplayer-option {
    display: block;
    margin: 5px 0;
    font-weight: normal;
    cursor: pointer;
}

.mapbutton-maplayer-option input[type="radio"] {
    margin-right: 5px;
    cursor: pointer;
}

.ol-full-screen {
    top: auto;
    right: .5em;
    bottom: 6.5em;
}

.ol-full-screen .glyphicon-fullscreen {
    display: block;
}

.ol-full-screen .glyphicon-resize-small {
    display: none;
}

#fullScreenContent:fullscreen .ol-full-screen .glyphicon-resize-small {
    display: block;
}

#fullScreenContent:-webkit-full-screen .ol-full-screen .glyphicon-resize-small {
    display: block;
}

#fullScreenContent:-moz-full-screen .ol-full-screen .glyphicon-resize-small {
    display: block;
}

#fullScreenContent:-ms-fullscreen .ol-full-screen .glyphicon-resize-small {
    display: block;
}

#fullScreenContent:fullscreen .ol-full-screen .glyphicon-fullscreen {
    display: none;
}

#fullScreenContent:-webkit-full-screen .ol-full-screen .glyphicon-fullscreen {
    display: none;
}

#fullScreenContent:-moz-full-screen .ol-full-screen .glyphicon-fullscreen {
    display: none;
}

#fullScreenContent:-ms-fullscreen .ol-full-screen .glyphicon-fullscreen {
    display: none;
}

.ol-attribution {
  text-align: left;
}

.ol-attribution ul {
  font-size: 1.2rem;
}

.ol-attribution li {
  display: block;
}

.airspace-container {
  position: absolute;
}

.airspace-overlay {
  height: 50px;
  width: 75px;
  border-style: solid;
  text-align: center;
  font-weight: bold;
}

.airspace-overlay-blue {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(23, 128, 194, 0.9);
  color: rgba(23, 128, 194, 1.0);
}

.airspace-overlay-red {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(174, 30, 34, 0.9);
  color: rgba(174, 30, 34, 1.0);
}

.airspace-overlay-green {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: rgba(0, 150, 64, 0.9);
    color: rgba(0, 150, 64, 1.0);
}

.airspace-overlay-heighttext-normal {
  font-style: normal;
}

.airspace-overlay-heighttext-agl {
  font-style: italic;
}

.airspace-class {
  position: absolute;
  right: 72px;
  top: 15px;
  text-align: center;
  font-weight: bold;
  padding-left: 4px;
  padding-right: 4px;
}

.airspace-class-red {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(174, 30, 34, 1.0);
}

.airspace-class-blue {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(23, 128, 194, 1.0);
}

.airspace-class-green {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(0, 150, 64, 1.0);
}

.airspace-name {
  position: absolute;
  left: 80px;
  top: 13px;
  white-space: nowrap;
  text-align: left;
  font-weight: bold;
  font-size: larger;
  padding-left: 4px;
  padding-right: 4px;
}

.airspace-name-red {
  color: rgba(174, 30, 34, 1.0);
  background-color: rgba(255, 255, 255, 0.8);
}

.airspace-name-blue {
  color: rgba(23, 128, 194, 1.0);
  background-color: rgba(255, 255, 255, 0.8);
}

.airspace-name-green {
  color: rgba(0, 150, 64, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.airspace-toggle {
    cursor: pointer;
    color: rgba(23, 128, 194, 1.0);
    background-color: rgba(255, 255, 255, 0.8);
}
