/*============================================================================
/* File:        custom.css
/* Purpose:     Custom CSS
/* Maintainer:  Otto Wyss
/* Created:     2010-10-18
/* RCS-ID:      $Id:  Exp $
/* Copyright:   (c) 2010 Orpatec GmbH
/*==========================================================================*/

/* Control styling =========================================================*/

.olControlAttribution {
  bottom: 0px;
  left:  220px;
  right: 220px;
  background-color: white;
  padding: 2px;
  opacity: 0.7;
}

.olControlDisplayMessage {
  top: 0px;
  left:  220px;
  right: 220px;
  background-color: white;
  padding: 2px;
  opacity: 0.7;
}

.olControlLayerSwitcher {
  top: 24px;
  right: 0px;
  background-color: white;
  padding: 2px;
  opacity: 0.7;
}

.olControlLoadStatus {
  top: 24px;
  left: 50px;
  background-color: white;
  padding: 2px;
  opacity: 0.7;
}

.olControlMapLink {
  bottom: 2em;
  left: 0px;
  font-size: smaller;
  background-color: white;
  padding: 2px;
  opacity: 0.7;
}

.olControlMousePositionEx {
  bottom: 0px;
  right: 0px;
  font-size: smaller;
  background-color: white;
  padding: 2px;
  opacity: 0.7;
}

.olControlMovePanel {
  top: 33px;
  left: 5px;
  background-color: white;
  padding: 2px;
  opacity: 0.7;
}

.olControlPermalink {
  top: 0px;
  right: 0px;
  height: 1.2em;
  background-color: white;
  padding: 2px;
  opacity: 0.7;
}

.olControlScaleLineEx {
  bottom: 0px;
  left: 0px;
  font-size: xx-small;
  text-align: center;
  background-color: white;
  padding: 2px;
  opacity: 0.7;
}

.olControlZoomBar {
  top: 180px;
  left: 14px;
  background-color: white;
  padding: 2px;
  opacity: 0.7;
}

.olControlZoomLevel {
  top: 0px;
  left: 0px;
  display: block;
  font-size: smaller;
  height: 1.2em;
  position: absolute;
  background-color: white;
  padding: 2px;
  opacity: 0.7;
}

div.olMap {
  border: 0px solid black;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
