div.olMap {
  z-index: 0;
  padding: 0px!important;
  margin: 0px!important;
}

div.olMapViewport {
  text-align: left;
}

div.olLayerDiv {
  -moz-user-select: none;
}

.olLayerGoogleCopyright {
  left: 2px;
  bottom: 2px;  
}
.olLayerGooglePoweredBy {
  left: 2px;
  bottom: 15px;   
}
.olControlAttribution {
  font-family: Helvetica, 'Arial', 'Sans-Serif';
  position: absolute;
  color: black;
  padding: 2px;
  font-size: 11px;
  bottom: 2px;
  right: 5px;
  z-index: 3000;
}

.olControlAttribution a {
  color: black;
}

.olControlAttribution .inverse a, .inverse, .inverse a  {
  color: white;
}

#permalink {
  position: absolute;
  color: #bbb;
  font-size: 9px;
  cursor: pointer;
  text-decoration: underline;
  bottom: 4px;
  right: 10px;
  z-index: 3000;
}

.olControlPermalink {
  right: 3px;
  bottom: 1.5em;
  display: block;
  position: absolute;
  font-size: smaller;
} 

.olHandlerBoxZoomBox {
  border: 2px solid black;
  position: absolute;
  background-color: white;
  opacity: 0.50;
  font-size: 1px;
  filter: alpha(opacity=50);
}
.olHandlerBoxSelectFeature {
  border: 2px solid blue;
  position: absolute;
  background-color: white;
  opacity: 0.50;
  font-size: 1px;
  filter: alpha(opacity=50);
}   

.olControlPanPanel {
  top: 10px;
  left: 5px;
}  

.olControlPanPanel div {
  background-image: url(img/pan-panel.png);
  height: 18px;
  width: 18px;
  cursor: pointer;
  position: absolute;
}

.olControlPanPanel .olControlPanNorthItemInactive {
  top: 0px;
  left: 9px;
  background-position: 0px 0px;
}
.olControlPanPanel .olControlPanSouthItemInactive {
  top: 36px;
  left: 9px;
  background-position: 18px 0px;
}
.olControlPanPanel .olControlPanWestItemInactive {
  position: absolute;
  top: 18px;
  left: 0px;
  background-position: 0px 18px;
}
.olControlPanPanel .olControlPanEastItemInactive {
  top: 18px;
  left: 18px;
  background-position: 18px 18px;
}

.olControlZoomPanel {
  background-color: #48474C;
  border-radius: 7px 7px 7px 7px;
  height: 67px;
  left: 10px;
  padding: 5px;
  top: 10px;
  width: 19px;
}

.olControlZoomPanel .olControlZoomInItemInactive {
  background: url("img/zoom-in.png") no-repeat scroll 5px 5px;
  background-color: white;
}

.olControlZoomPanel .olControlZoomToMaxExtentItemInactive,
.olControlZoomPanel .olControlZoomInItemInactive, 
.olControlZoomPanel .olControlZoomOutItemInactive {
  background-repeat: no-repeat;
  border-radius: 4px 4px 4px 4px;
  height: 19px;
  margin-bottom: 5px;
  width: 19px;
}

.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
  background: url("img/zoom-world.png") no-repeat scroll 2px 2px;
}

.olControlZoomPanel .olControlZoomOutItemInactive {
  background: url("img/zoom-out.png") no-repeat scroll 5px 5px;
}

.olControlZoomPanel .olControlZoomToMaxExtentItemInactive,
.olControlZoomPanel .olControlZoomInItemInactive, 
.olControlZoomPanel .olControlZoomOutItemInactive {
  background-color: white;
  background-repeat: no-repeat;
  border-radius: 4px 4px 4px 4px;
  height: 19px;
  margin-bottom: 5px;
  width: 19px;
}

.olControlNoSelect {
 -moz-user-select: none;
}

/**
 * Layer switcher
 */
.olControlLayerSwitcher {
    position: absolute;
    top: 25px;
    right: 0;
    width: 15em;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    font-size: smaller;
    color: white;
    background-color: transparent;
}

.olControlLayerSwitcher .layersDiv {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 75px;
    background-color: #3A3740;
    width: 100%;
    height: 100%;
}

.olControlLayerSwitcher .layersDiv .baseLbl,
.olControlLayerSwitcher .layersDiv .dataLbl {
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv,
.olControlLayerSwitcher .layersDiv .dataLayersDiv {
    padding-left: 10px;
}

.olControlLayerSwitcher .maximizeDiv,
.olControlLayerSwitcher .minimizeDiv {
    top: 5px;
    right: 0;
    cursor: pointer;
}

.inputElem {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 8px;
  color : white;
  background-color: #3A3740;   
  cursor: pointer;     
}

/* small dives like iphone */
@media only screen and (max-device-width: 480px) {
  .olControlZoomPanel {
    border-radius: 7px 7px 7px 7px;
    left: 10px;
    padding: 5px;
    top: 10px;
    height: 86px;
    width: 25px;
  }

  .olControlZoomPanel .olControlZoomInItemInactive {
    background: url("img/zoom-in-big.png") no-repeat scroll 5px 5px;
  }

  .olControlZoomPanel .olControlZoomToMaxExtentItemInactive,
  .olControlZoomPanel .olControlZoomInItemInactive, 
  .olControlZoomPanel .olControlZoomOutItemInactive {
    background-repeat: no-repeat;
    border-radius: 4px 4px 4px 4px;
    height: 25px;
    margin-bottom: 5px;
    width: 25px;
  }

  .olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
    background: url("img/zoom-world-big.png") no-repeat scroll 2px 2px;
  }

  .olControlZoomPanel .olControlZoomOutItemInactive {
    background: url("img/zoom-out-big.png") no-repeat scroll 5px 5px;
  }

  .olControlZoomPanel .olControlZoomToMaxExtentItemInactive,
  .olControlZoomPanel .olControlZoomInItemInactive, 
  .olControlZoomPanel .olControlZoomOutItemInactive {
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 4px 4px 4px 4px;
    height: 25px;
    margin-bottom: 5px;
    width: 25px;
  }
}

@media only screen and (device-width: 768px) {
  .olControlZoomPanel {
    border-radius: 7px 7px 7px 7px;
    left: 10px;
    padding: 5px;
    top: 10px;
    height: 86px;
    width: 25px;
  }

  .olControlZoomPanel .olControlZoomInItemInactive {
    background: url("img/zoom-in-big.png") no-repeat scroll 5px 5px;
  }

  .olControlZoomPanel .olControlZoomToMaxExtentItemInactive,
  .olControlZoomPanel .olControlZoomInItemInactive, 
  .olControlZoomPanel .olControlZoomOutItemInactive {
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 4px 4px 4px 4px;
    height: 25px;
    margin-bottom: 5px;
    width: 25px;
  }

  .olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
    background: url("img/zoom-world-big.png") no-repeat scroll 2px 2px;
  }

  .olControlZoomPanel .olControlZoomOutItemInactive {
    background: url("img/zoom-out-big.png") no-repeat scroll 5px 5px;
  }
  
  .olControlZoomPanel .olControlZoomToMaxExtentItemInactive,
  .olControlZoomPanel .olControlZoomInItemInactive, 
  .olControlZoomPanel .olControlZoomOutItemInactive {
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 4px 4px 4px 4px;
    height: 25px;
    margin-bottom: 5px;
    width: 25px;
  }
}
