@import url("https://use.fontawesome.com/releases/v5.3.1/css/all.css");

.ol-control {
    position: absolute;
    background-color: rgba(255,255,255,0);
    border-radius: 0;
    padding: 0/*2px*/;
}
.ol-control button {
  border-radius: 0;
  outline: none;
}
.ol-zoom {
  top: 50px/*3.375em*/;
  left: 8px/*.5em*/;
}
.ol-zoom .ol-zoom-out {
  border-radius: 0 0 0 0;
  margin: 0 1px 1px 1px;
}
.ol-zoom .ol-zoom-in {
  border-radius: 0 0 0 0;
  margin: 1px 1px 0 1px;
}
.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: rgb(86, 86, 86)/*#fff*/;
  font-size: 18px/*1.14em*/;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 40px;
  width: 40px;
  /*line-height: .4em;*/
  background-color: rgb(255, 255, 255)/*rgba(0,60,136,.5)*/;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.ol-control button:focus, .ol-control button:hover {
  text-decoration: none;
  color: rgb(0, 0, 0);
  background-color: rgb(235, 235, 235);/*rgba(0,60,136,.7)*/;
}
.toolbar-tool .btnLeft {
  margin: 1px 0 1px 1px;
}
.toolbar-tool .btnRight {
  margin: 1px 1px 1px 0;
}
.toolbar-tool {
  top: 0px/*.5em*/;
  left: 0px/*.5em*/;
  border-radius: 0;
}
.toolbar-tool.ol-hidden{
  left: 8px/*.5em*/;
  width: 160px;
  position: absolute;
  display: -webkit-box;
}
.toolbar-tool.ol-hidden button {
  width: 79px;
  font-weight: 500;
}

.config-tool {
  /*right: .5em;
  top: 50px;*/
  border-radius: 0;
}
.config-tool.ol-hidden{
  right: .5em;
  width: 160px;
  position: absolute;
  display: -webkit-box;
}
.config-tool.ol-hidden button {
  width: 79px;
  font-weight: 500;
}
.tb-button-geo:disabled {
  background: lightgray;
}
.ol-scale-line {
  left: 45%;
  border-radius: 0;
  background-color: rgba(255, 255, 255, .7)/*rgba(0,60,136,.5)*/;
}
.ol-scale-line-inner {
  border: 1px solid rgba(86, 86, 86, .7)/*#eee*/;
  border-top: none;
  color: rgb(86, 86, 86)/*#eee*/;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents,width;
}
.gm-style .gm-style-cc{
  display: none
}
.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: 10px;
  border-radius: 0px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 70px;
  width: max-content;
  font-size: 14px;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
#popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}


.layers-tool .btnLeft {
  margin-left: 1px;
  margin-right: 0;
}
.layers-tool .btnRight {
  margin-left: 0;
  margin-right: 1px;
}
.layers-tool {
  border-radius: 0;
  margin-bottom: 1px;
}
.layers-tool.ol-hidden{
  right: 8px/*.5em*/;
  width: 160px;
  /*position: absolute;*/
  display: -webkit-box;
}
.layers-tool.ol-hidden button {
  width: 83px;
  font-weight: 500;
}

.ol-control.layers-tool:hover {
  background-color: transparent;
}

.leaflet-top, .leaflet-bottom, .leaflet-control-zoom {
    position: absolute !important;
    z-index: 998 !important;
}

.leaflet-control-zoom {
    position: absolute !important;
    background-color: rgba(255,255,255,0) !important;
    border-radius: 0 !important;
    padding: 0/*2px*/ !important;
    top: 75px;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: none !important;
}
.leaflet-bar a {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px !important;
    border: none !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    /*display: block;*/
    text-align: center !important;
    text-decoration: none !important;
    color: rgb(86, 86, 86) !important;
    border-radius: 0 !important;
}
.leaflet-bar a:focus, .leaflet-bar a:hover {
    text-decoration: none !important;
    color: rgb(0, 0, 0) !important;
    background-color: rgb(235, 235, 235) !important;
}
.leaflet-control-zoom .leaflet-control-zoom-out {
  border-radius: 0 0 0 0 !important;
  margin: 0 1px 1px 1px !important;
}
.leaflet-control-zoom  .leaflet-control-zoom-in {
  border-radius: 0 0 0 0 !important;
  margin: 1px 1px 0 1px !important;
}
.leaflet-draw-toolbar a {
    background-size: 310px 30px !important;
}

.leaflet-draw-actions-item {
    background-color: #919187 !important;
    border-left: 1px solid #AAA !important;
    color: #FFF !important;
    font: 11px/19px "Helvetica Neue",Arial,Helvetica,sans-serif !important;
    line-height: 28px !important;
    text-decoration: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 28px !important;
}
.leaflet-draw-actions-item {
    font-size: 12px !important;
    line-height: 30px !important;
    /*height: 30px !important;*/
    padding-top: 8px;
    padding-bottom: 8px;
}

.leaflet-top .leaflet-draw {
    margin-top: 0px !important;
}
.leaflet-draw-toolbar {
  margin-top: 0px !important;
}
.leaflet-draw-section {
    margin-right: 1px !important;
}

.leaflet-draw-toolbar a {
    background-image: none !important;
    background-size: none !important;
}

.leaflet-draw-draw-polygon, .leaflet-draw-draw-circle, .leaflet-draw-edit-edit, .leaflet-draw-edit-remove {
  font-weight: 900 !important;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 14px !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  /*display: inline-block !important;*/
}

.leaflet-draw-draw-polygon:before {
  content: "\f067" !important;
  text-decoration: inherit;
}

.leaflet-draw-draw-circle:before {
  content: "\f067" !important;
  text-decoration: inherit;
}

.leaflet-draw-edit-edit:before {
  content: "\f568" !important;
  text-decoration: inherit;
}
.leaflet-draw-edit-remove:before {
  content: "\f2ed" !important;
  text-decoration: inherit;
}
.showItem a{
  display: block !important;
}
.hiddenItem {
  display: none !important;
}

.leaflet-bar .leaflet-draw-draw-polygon {
  background-color: #3399cc !important;
  color: white !important;
}
.leaflet-bar .leaflet-draw-draw-circle {
  background-color: #3399cc !important;
  color: white !important;
}
.leaflet-bar .leaflet-draw-edit-edit {
  background-color: #3399cc !important;
  color: white !important;
}
.leaflet-bar .leaflet-draw-edit-remove {
  background-color: #3399cc !important;
  color: white !important;
}

#addLine {
  background-color: #3399cc;
  color: white;
  font-size: 13px;
  margin: 0 1px;
}

#editLine {
  background-color: #3399cc;
  color: white;
  font-size: 13px;
  margin: 0 1px;
}

#deleteLine {
  background-color: #3399cc;
  color: white;
  font-size: 13px;
  margin: 0 1px;
}

#addLine:hover {
  text-decoration: none;
  color: rgb(0, 0, 0);
  background-color: rgb(235, 235, 235);
}

#editLine:hover {
  text-decoration: none;
  color: rgb(0, 0, 0);
  background-color: rgb(235, 235, 235);
}

#deleteLine:hover {
  text-decoration: none;
  color: rgb(0, 0, 0);
  background-color: rgb(235, 235, 235);
}

#editData{
  background-color: #3399cc;
  color: white;
  font-size: 13px;
  margin: 0 1px;
}

#editData:hover {
  text-decoration: none;
  color: rgb(0, 0, 0);
  background-color: rgb(235, 235, 235);
}

#btnLine {
  margin: 1px 1px 0px 1px!important;
}

#btnPolygon {
  margin: 0px 1px 0px 1px!important;
}

#btnCircle {
  margin: 0px 1px 0px 1px!important;
}

.geo-name{
  font-family: 'Calibri,sans-serif' !important;
  font-size: 15px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: bold !important;
  text-shadow: 1px 1px white, -1px -1px white !important;
}

.b-lightgray {
  background: #eaeaea !important;
}
.m-t {
  margin-top: -10px;
  padding-top: 10px;
}

#tableGeo {
  background: #eaeaea !important;
}

#paginatorGeo {
  background: #eaeaea !important;
}
#tableVeh {
  background: #eaeaea !important;
}

#paginatorVeh {
  background: #eaeaea !important;
}

.form-in-map {
  position: absolute;
  z-index: 900;
  top: 12px;
  width: 100%;
  margin-left: 11px;
  margin-right: -15px;
}

.b-white {
  background: white;
  padding-top: 5px;
}

.btn-in-map {
  position: absolute;
  z-index: 900 !important;
  right: 10px;
  top: 61px;
}

#btn-in-map {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px !important;
    color: rgb(86, 86, 86) !important;
    border-radius: 0 !important;
}

#btn-in-map:hover {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(86, 86, 86) !important;
}

.tb-button-line:hover {
  text-decoration: none;
  color: rgb(0, 0, 0);
  background-color: rgb(235, 235, 235);
}

.leaflet-touch .leaflet-control-geocoder {
  min-width: 40px !important;
  min-height: 40px !important;
  margin-right: 11px !important;
  border-radius: 0px !important;
}
.leaflet-touch .leaflet-control-geocoder-icon {
  content: "\f002" !important;
  text-decoration: inherit;
  width: 40px !important;
  height: 40px !important;
}
.leaflet-control-geocoder-alternatives {
  display: block;
  width: 100% !important;
  list-style: none;
  padding: 0;
  margin: 0;
}
.leaflet-control-geocoder-alternatives li {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  padding: 5px 8px;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
  -webkit-box-shadow: 4px 10px 0px -200px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: 4px 10px 0px -200px rgba(0,0,0,0.75);
  box-shadow: 4px 10px 0px -200px rgba(0,0,0,0.75) !important;
}

.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
  width: inherit !important;
  height: inherit !important;
  line-height: inherit !important;
}

.leaflet-control-geocoder-alternatives li a:last-child {
  width: 0% !important;
  color: black !important;
  text-decoration: none !important;
}


.leaflet-popup-content {
    margin: 5px 10px 5px 10px !important;
    line-height: 1.4;
}

.leaflet-container a.leaflet-popup-close-button {
  color: #ffffff00 !important;
}

.leaflet-popup.custom-popup {
  bottom: 34px !important;
}


