body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
}

#map { 
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%; 
}

.map-overlay {
    font: 12px;
    width: 165px;
    height: 93px;
    /* color: #818181; */
    color:#333333;
    border: 1px solid rgb(51, 51, 51, 0.7);
    box-shadow: inset;
    border-radius: 5px;
    background-color: #ffffff;
    z-index: 1;    
    display: inline-block;
    position: fixed;
    top: 3px;
}

.map-overlay .map-overlay-lower {
    color:#333333;
    display: block;
    position: absolute;
    left: 3px;
    top: 63px;
    width: 160px;
    background-color: #ffffff;
}

.map-overlay label {    
    display: block;    
    font-weight: bold;
    /* font: 12px; */    
    color:#333333;
    margin: 5px;
}

/* This is an ID CSS selector - use HTML ID tag to mark for selection */
#layer-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;  
  color: #333333;
  width: 148px;
  margin: 2px;  
  background-color:  #ffffff;  
  border-radius: 3px;
}

#layer-select, .select-items div,.select-selected {
  color: #333333;
  left: 3px;
  padding: 3px 8px;
  border: 2px solid;  
  border-color: rgba(51, 51, 51, 1);
  cursor: pointer;
}

/* Sidebar */
.sidebar {
  height: 80px;
  /* width: 170px; */
  width: 40px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
  box-shadow: inset;
  border-radius: 5px;
  background-color:  #ffffff;
  transition: 0.5s;
  overflow-x: hidden;
  /* padding-top: 3px; */
  white-space: nowrap;
}

.sidebar a {
  padding: 4px 4px 4px 4px;
  text-decoration: none;
  font-weight:600;
  font-size: 16px;
  color: #333333;
  display: inline-table;
  width: 100%;
}

.sidebar a:hover {
  background-color: #f2f2f2;
}


/* Self-hosted Material Icons
https://developers.google.com/fonts/docs/material_icons#setup_method_2_self_hosting */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;  
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),    
    /* url(http://localhost:3000/MaterialIcons-Regular.woff2) format('woff2') */
    url(https://www.aiatlas.nz/MaterialIcons-Regular.woff2) format('woff2')
}


.material-icons {
/* The required Google default style for self-hosting */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  
  /* My Customizations */
  color: #333333;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: 10px;
  margin-left: 3px;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons,
.icon-text {
  vertical-align: middle;
}


/* Small tweaks to the ? icon */
#material-icons-b {    
    padding-top: 0px;
    padding-bottom: 1px;
    margin-right: 1px;
    margin-left: 0px;
}