html, body {
    height: 100%;
}

#menu {
	overflow-x: hidden;
  height:100%;
}

#menu a.link, #menu td, .switch, .switch label {
    font-size: 15px !important;
    line-height: 40px !important;
    height: 40px !important;
    color: #444 !important;
}


/************************************************
 * Map
 ************************************************/

#map {
    background: #ccc;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.info2 {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

/************************************************
 * Menu
 ************************************************/

#toggle-menu {
    position: absolute;
    top: 1em;
    left: 1em;
    padding: 0 1em;
    z-index: 2;
}

ul.side-nav > * {
    padding-left: 15px;
    padding-right: 15px;
}

#menu h2 {
    font-size: 20px;
    margin: 1.5em 0 .5em;
    line-height: 1em;
    clear: both;
}

  /* label color */
.input-field label {
 color: #3bade2;
}
/* label focus color */
.input-field input[type=text]:focus + label {
 color: #ff9800;
}

/* label underline focus color */
.input-field input[type=text]:focus {
 border-bottom: 1px solid #ff9800;
 box-shadow: 0 1px 0 0 #ffffff;
}
ul.dropdown-content.select-dropdown li span {
    color: #3bade2; /* no need for !important :) */
}


/************************************************
* List
************************************************/
.scrollToTopImg{
  position: fixed;
  width:48px;
  height:48px;
  top:20px;
  z-index: 20000;
  left: 230px;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 48px;
}
#scrollToTop{
  display:none;

}

/************************************************
 * Search
 ************************************************/

#first_name2 {
	width: 100%;
}

/************************************************
*  CUstom Styles overwrite
************************************************/

.leaflet-container a {
    color: #333
}

/************************************************
*  Browser Mockup
************************************************/

.browser-mockup {
  border-top: 2em solid rgba(230, 230, 230, 0.7);
  box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.4);
  position: relative;
  border-radius: 3px 3px 0 0;
  margin-bottom: 20px;
  height: 600px;

}

.browser-mockup:before {
  display: block;
  position: absolute;
  content: '';
  top: -1.25em;
  left: 1em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}

.browser-mockup.with-tab:after {
  display: block;
  position: absolute;
  content: '';
  top: -2em;
  left: 5.5em;
  width: 20%;
  height: 0em;
  border-bottom: 2em solid white;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
}

.browser-mockup.with-url:after {
  display: block;
  position: absolute;
  content: '';
  top: -1.6em;
  left: 5.5em;
  width: calc(100% - 6em);
  height: 1.2em;
  border-radius: 2px;
  background-color: white;
}

.browser-mockup > * {
  display: block;
}