.js-open-grid-map-container .leaflet-map-pane, .js-open-grid-map-container .leaflet-tile, .js-open-grid-map-container .leaflet-marker-icon, .js-open-grid-map-container .leaflet-marker-shadow, .js-open-grid-map-container .leaflet-tile-pane, .js-open-grid-map-container .leaflet-tile-container, .js-open-grid-map-container .leaflet-overlay-pane, .js-open-grid-map-container .leaflet-shadow-pane, .js-open-grid-map-container .leaflet-marker-pane, .js-open-grid-map-container .leaflet-popup-pane, .js-open-grid-map-container .leaflet-overlay-pane svg, .js-open-grid-map-container .leaflet-zoom-box, .js-open-grid-map-container .leaflet-image-layer, .js-open-grid-map-container .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.js-open-grid-map-container .leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
}

.js-open-grid-map-container .leaflet-tile, .js-open-grid-map-container .leaflet-marker-icon, .js-open-grid-map-container .leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.js-open-grid-map-container .leaflet-marker-icon, .js-open-grid-map-container .leaflet-marker-shadow {
  display: block;
}

.js-open-grid-map-container .leaflet-container img {
  max-width: none !important;
}

.js-open-grid-map-container .leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

.js-open-grid-map-container .leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.js-open-grid-map-container .leaflet-tile-loaded {
  visibility: inherit;
}

.js-open-grid-map-container .leaflet-zoom-box {
  width: 0;
  height: 0;
}

.js-open-grid-map-container .leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.js-open-grid-map-container .leaflet-tile-pane {
  z-index: 2;
}

.js-open-grid-map-container .leaflet-objects-pane {
  z-index: 3;
}

.js-open-grid-map-container .leaflet-overlay-pane {
  z-index: 4;
}

.js-open-grid-map-container .leaflet-shadow-pane {
  z-index: 5;
}

.js-open-grid-map-container .leaflet-marker-pane {
  z-index: 6;
}

.js-open-grid-map-container .leaflet-popup-pane {
  z-index: 7;
}

.js-open-grid-map-container .leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.js-open-grid-map-container .lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

.js-open-grid-map-container .leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

.js-open-grid-map-container .leaflet-top, .js-open-grid-map-container .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.js-open-grid-map-container .leaflet-top {
  top: 0;
}

.js-open-grid-map-container .leaflet-right {
  right: 0;
}

.js-open-grid-map-container .leaflet-bottom {
  bottom: 0;
}

.js-open-grid-map-container .leaflet-left {
  left: 0;
}

.js-open-grid-map-container .leaflet-control {
  float: left;
  clear: both;
}

.js-open-grid-map-container .leaflet-right .leaflet-control {
  float: right;
}

.js-open-grid-map-container .leaflet-top .leaflet-control {
  margin-top: 10px;
}

.js-open-grid-map-container .leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.js-open-grid-map-container .leaflet-left .leaflet-control {
  margin-left: 10px;
}

.js-open-grid-map-container .leaflet-right .leaflet-control {
  margin-right: 10px;
}

.js-open-grid-map-container .leaflet-fade-anim .leaflet-tile, .js-open-grid-map-container .leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity 0.2s linear;
}

.js-open-grid-map-container .leaflet-fade-anim .leaflet-tile-loaded, .js-open-grid-map-container .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.js-open-grid-map-container .leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.js-open-grid-map-container .leaflet-zoom-anim .leaflet-tile, .js-open-grid-map-container .leaflet-pan-anim .leaflet-tile, .js-open-grid-map-container .leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.js-open-grid-map-container .leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.js-open-grid-map-container .leaflet-clickable {
  cursor: pointer;
}

.js-open-grid-map-container .leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.js-open-grid-map-container .leaflet-popup-pane, .js-open-grid-map-container .leaflet-control {
  cursor: auto;
}

.js-open-grid-map-container .leaflet-dragging .leaflet-container, .js-open-grid-map-container .leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.js-open-grid-map-container .leaflet-container {
  background: #ddd;
  outline: 0;
}

.js-open-grid-map-container .leaflet-container a {
  color: #0078A8;
}

.js-open-grid-map-container .leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.js-open-grid-map-container .leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

.js-open-grid-map-container .leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.js-open-grid-map-container .leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.js-open-grid-map-container .leaflet-bar a, .js-open-grid-map-container .leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.js-open-grid-map-container .leaflet-bar a, .js-open-grid-map-container .leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.js-open-grid-map-container .leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.js-open-grid-map-container .leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.js-open-grid-map-container .leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.js-open-grid-map-container .leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.js-open-grid-map-container .leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.js-open-grid-map-container .leaflet-control-zoom-in, .js-open-grid-map-container .leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.js-open-grid-map-container .leaflet-control-zoom-out {
  font-size: 20px;
}

.js-open-grid-map-container .leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

.js-open-grid-map-container .leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

.js-open-grid-map-container .leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.js-open-grid-map-container .leaflet-control-layers-toggle {
  background-image: url(../../images/mapOpenGrid/layers.png);
  width: 36px;
  height: 36px;
}

.js-open-grid-map-container .leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../../images/mapOpenGrid/layers-2x.png);
  background-size: 26px 26px;
}

.js-open-grid-map-container .leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.js-open-grid-map-container .leaflet-control-layers .leaflet-control-layers-list, .js-open-grid-map-container .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.js-open-grid-map-container .leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.js-open-grid-map-container .leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.js-open-grid-map-container .leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.js-open-grid-map-container .leaflet-control-layers label {
  display: block;
}

.js-open-grid-map-container .leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

.js-open-grid-map-container .leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.js-open-grid-map-container .leaflet-control-attribution, .js-open-grid-map-container .leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.js-open-grid-map-container .leaflet-control-attribution a {
  text-decoration: none;
}

.js-open-grid-map-container .leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.js-open-grid-map-container .leaflet-container .leaflet-control-attribution, .js-open-grid-map-container .leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.js-open-grid-map-container .leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.js-open-grid-map-container .leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.js-open-grid-map-container .leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.js-open-grid-map-container .leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.js-open-grid-map-container .leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.js-open-grid-map-container .leaflet-touch .leaflet-control-attribution, .js-open-grid-map-container .leaflet-touch .leaflet-control-layers, .js-open-grid-map-container .leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.js-open-grid-map-container .leaflet-touch .leaflet-control-layers, .js-open-grid-map-container .leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.js-open-grid-map-container .leaflet-popup {
  position: absolute;
  text-align: center;
}

.js-open-grid-map-container .leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.js-open-grid-map-container .leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.js-open-grid-map-container .leaflet-popup-content p {
  margin: 18px 0;
}

.js-open-grid-map-container .leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.js-open-grid-map-container .leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-open-grid-map-container .leaflet-popup-content-wrapper, .js-open-grid-map-container .leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.js-open-grid-map-container .leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.js-open-grid-map-container .leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.js-open-grid-map-container .leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.js-open-grid-map-container .leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.js-open-grid-map-container .leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.js-open-grid-map-container .leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.js-open-grid-map-container .leaflet-oldie .leaflet-control-zoom, .js-open-grid-map-container .leaflet-oldie .leaflet-control-layers, .js-open-grid-map-container .leaflet-oldie .leaflet-popup-content-wrapper, .js-open-grid-map-container .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

.js-open-grid-map-container .leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.js-open-grid-map-container .crud_list {
  width: 100%;
}

.js-open-grid-map-container thead td {
  font-weight: bold;
}

.js-open-grid-map-container #map-control-panel {
  display: none;
}

.js-open-grid-map-container .panel {
  border-radius: 0;
  margin-bottom: 0;
}

.js-open-grid-map-container .save-map-entity {
  display: none;
}

.js-open-grid-map-container .cancel-map-entity-edit {
  display: none;
}

.js-open-grid-map-container #sidebar img {
  margin-bottom: 3px;
  width: 100%;
}

.js-open-grid-map-container .sidebar-tags-table {
  max-height: 300px;
  overflow: auto;
}

.js-open-grid-map-container td, .js-open-grid-map-container th {
  padding: 2px;
}

.js-open-grid-map-container .default.marker-cluster {
  background-color: red;
}

.js-open-grid-map-container .highlighted.marker-cluster, .js-open-grid-map-container .sidebar-highlighted.marker-cluster {
  background-color: blue;
}

.js-open-grid-map-container .export-highlighted.marker-cluster {
  background-color: black;
}

.js-open-grid-map-container .checkbox label:after, .js-open-grid-map-container .radio label:after {
  content: '';
  display: table;
  clear: both;
}

.js-open-grid-map-container .checkbox .cr, .js-open-grid-map-container .radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}

.js-open-grid-map-container .radio .cr {
  border-radius: 50%;
}

.js-open-grid-map-container .checkbox .cr .cr-icon, .js-open-grid-map-container .radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.js-open-grid-map-container .radio .cr .cr-icon {
  margin-left: 0.04em;
}

.js-open-grid-map-container .checkbox label input[type="checkbox"], .js-open-grid-map-container .radio label input[type="radio"] {
  display: none;
}

.js-open-grid-map-container .checkbox label input[type="checkbox"] + .cr > .cr-icon, .js-open-grid-map-container .radio label input[type="radio"] + .cr > .cr-icon {
  opacity: 0;
}

.js-open-grid-map-container .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .js-open-grid-map-container .radio label input[type="radio"]:checked + .cr > .cr-icon {
  opacity: 1;
}

.js-open-grid-map-container .checkbox label input[type="checkbox"]:disabled + .cr, .js-open-grid-map-container .radio label input[type="radio"]:disabled + .cr {
  opacity: 0.5;
}

.js-open-grid-map-container .tab-pane {
  padding: 5px;
}

.js-open-grid-map-container .panel-heading-filter {
  cursor: pointer;
}

.js-open-grid-map-container .country-extra-links {
  color: black !important;
  font-size: 20px;
}

.js-open-grid-map-container .panel-stats {
  margin-bottom: 5px;
}

.js-open-grid-map-container #downloader-info-form {
  padding-bottom: 10px;
}

.js-open-grid-map-container .form-group.required label:after {
  content: " *";
  color: red;
}

.js-open-grid-map-container .line-missing-data-panel {
  width: 300px;
}

.js-open-grid-map-container .panel .dl-horizontal {
  margin-left: -10px;
}

.js-open-grid-map-container .panel .dl-horizontal dt {
  width: 140px;
}

.js-open-grid-map-container .panel .dl-horizontal dd {
  width: 100px;
}

.js-open-grid-map-container .missing0, .js-open-grid-map-container .missingtrue {
  color: red;
}

.js-open-grid-map-container .suggested0 {
  color: blue;
}

.js-open-grid-map-container #add-point button {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #f6f6f6;
  line-height: 50px;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.js-open-grid-map-container .short-sidebar-text {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
}

.js-open-grid-map-container .info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.js-open-grid-map-container .info h4 {
  margin: 0 0 5px;
  color: #777;
}

.js-open-grid-map-container .legend {
  line-height: 18px;
  color: #555;
}

.js-open-grid-map-container .legend .box {
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 8px;
}

.js-open-grid-map-container #pointdeletion.modal {
  z-index: 9999;
}

.js-open-grid-map-container .leaflet-label {
  background: #ebebeb;
  background: rgba(235, 235, 235, 0.81);
  background-clip: padding-box;
  border-color: #777;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border-style: solid;
  border-width: 4px;
  color: #111;
  display: block;
  font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 1px 6px;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}

.js-open-grid-map-container .leaflet-cluster-anim .leaflet-marker-icon, .js-open-grid-map-container .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-in;
  -moz-transition: -moz-transform .3s ease-out, opacity .3s ease-in;
  -o-transition: -o-transform .3s ease-out, opacity .3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.js-open-grid-map-container .marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}

.js-open-grid-map-container .marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}

.js-open-grid-map-container .marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}

.js-open-grid-map-container .marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}

.js-open-grid-map-container .marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}

.js-open-grid-map-container .marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}

.js-open-grid-map-container .leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}

.js-open-grid-map-container .leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}

.js-open-grid-map-container .leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}

.js-open-grid-map-container .leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}

.js-open-grid-map-container .leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}

.js-open-grid-map-container .leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}

.js-open-grid-map-container .marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.js-open-grid-map-container .marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.js-open-grid-map-container .marker-cluster span {
  line-height: 30px;
}

.js-open-grid-map-container .leaflet-draw-section {
  position: relative;
}

.js-open-grid-map-container .leaflet-draw-toolbar {
  margin-top: 12px;
}

.js-open-grid-map-container .leaflet-draw-toolbar-top {
  margin-top: 0;
}

.js-open-grid-map-container .leaflet-draw-toolbar-notop a:first-child {
  border-top-right-radius: 0;
}

.js-open-grid-map-container .leaflet-draw-toolbar-nobottom a:last-child {
  border-bottom-right-radius: 0;
}

.js-open-grid-map-container .leaflet-draw-toolbar a {
  background-image: url(../../images/mapOpenGrid/spritesheet.png);
  background-repeat: no-repeat;
}

.js-open-grid-map-container .leaflet-retina .leaflet-draw-toolbar a {
  background-image: url(../../images/mapOpenGrid/spritesheet-2x.png);
  background-size: 270px 30px;
}

.js-open-grid-map-container .leaflet-draw a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.js-open-grid-map-container .leaflet-draw-actions {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 26px;
  top: 0;
  white-space: nowrap;
}

.js-open-grid-map-container .leaflet-right .leaflet-draw-actions {
  right: 26px;
  left: auto;
}

.js-open-grid-map-container .leaflet-draw-actions li {
  display: inline-block;
}

.js-open-grid-map-container .leaflet-draw-actions li:first-child a {
  border-left: none;
}

.js-open-grid-map-container .leaflet-draw-actions li:last-child a {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.js-open-grid-map-container .leaflet-right .leaflet-draw-actions li:last-child a {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.js-open-grid-map-container .leaflet-right .leaflet-draw-actions li:first-child a {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.js-open-grid-map-container .leaflet-draw-actions a {
  background-color: #919187;
  border-left: 1px solid #AAA;
  color: #FFF;
  font: 11px/19px "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 28px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
}

.js-open-grid-map-container .leaflet-draw-actions-bottom {
  margin-top: 0;
}

.js-open-grid-map-container .leaflet-draw-actions-top {
  margin-top: 1px;
}

.js-open-grid-map-container .leaflet-draw-actions-top a, .js-open-grid-map-container .leaflet-draw-actions-bottom a {
  height: 27px;
  line-height: 27px;
}

.js-open-grid-map-container .leaflet-draw-actions a:hover {
  background-color: #A0A098;
}

.js-open-grid-map-container .leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
  height: 26px;
  line-height: 26px;
}

.js-open-grid-map-container .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: -2px -2px;
}

.js-open-grid-map-container .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -31px -2px;
}

.js-open-grid-map-container .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
  background-position: -62px -2px;
}

.js-open-grid-map-container .leaflet-draw-toolbar .leaflet-draw-draw-circle {
  background-position: -92px -2px;
}

.js-open-grid-map-container .leaflet-draw-toolbar .leaflet-draw-draw-marker {
  background-position: -122px -2px;
}

.js-open-grid-map-container .leaflet-draw-toolbar .leaflet-draw-edit-edit {
  background-position: -152px -2px;
}

.js-open-grid-map-container .leaflet-draw-toolbar .leaflet-draw-edit-remove {
  background-position: -182px -2px;
}

.js-open-grid-map-container .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
  background-position: -212px -2px;
}

.js-open-grid-map-container .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -242px -2px;
}

.js-open-grid-map-container .leaflet-mouse-marker {
  background-color: #fff;
  cursor: crosshair;
}

.js-open-grid-map-container .leaflet-draw-tooltip {
  background: #363636;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-left: 20px;
  margin-top: -21px;
  padding: 4px 8px;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  z-index: 6;
}

.js-open-grid-map-container .leaflet-draw-tooltip:before {
  border-right: 6px solid black;
  border-right-color: rgba(0, 0, 0, 0.5);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  position: absolute;
  top: 7px;
  left: -7px;
}

.js-open-grid-map-container .leaflet-error-draw-tooltip {
  background-color: #F2DEDE;
  border: 1px solid #E6B6BD;
  color: #B94A48;
}

.js-open-grid-map-container .leaflet-error-draw-tooltip:before {
  border-right-color: #E6B6BD;
}

.js-open-grid-map-container .leaflet-draw-tooltip-single {
  margin-top: -12px;
}

.js-open-grid-map-container .leaflet-draw-tooltip-subtext {
  color: #f8d5e4;
}

.js-open-grid-map-container .leaflet-draw-guide-dash {
  font-size: 1%;
  opacity: .6;
  position: absolute;
  width: 5px;
  height: 5px;
}

.js-open-grid-map-container .leaflet-edit-marker-selected {
  background: rgba(254, 87, 161, 0.1);
  border: 4px dashed rgba(254, 87, 161, 0.6);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.js-open-grid-map-container .leaflet-edit-move {
  cursor: move;
}

.js-open-grid-map-container .leaflet-edit-resize {
  cursor: pointer;
}

.js-open-grid-map-container .leaflet-oldie .leaflet-draw-toolbar {
  border: 3px solid #999;
}

.js-open-grid-map-container .leaflet-oldie .leaflet-draw-toolbar a {
  background-color: #eee;
}

.js-open-grid-map-container .leaflet-oldie .leaflet-draw-toolbar a:hover {
  background-color: #fff;
}

.js-open-grid-map-container .leaflet-oldie .leaflet-draw-actions {
  left: 32px;
  margin-top: 3px;
}

.js-open-grid-map-container .leaflet-oldie .leaflet-draw-actions li {
  display: inline;
  zoom: 1;
}

.js-open-grid-map-container .leaflet-oldie .leaflet-edit-marker-selected {
  border: 4px dashed #fe93c2;
}

.js-open-grid-map-container .leaflet-oldie .leaflet-draw-actions a {
  background-color: #999;
}

.js-open-grid-map-container .leaflet-oldie .leaflet-draw-actions a:hover {
  background-color: #a5a5a5;
}

.js-open-grid-map-container .leaflet-oldie .leaflet-draw-actions-top a {
  margin-top: 1px;
}

.js-open-grid-map-container .leaflet-oldie .leaflet-draw-actions-bottom a {
  height: 28px;
  line-height: 28px;
}

.js-open-grid-map-container .leaflet-oldie .leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
  height: 27px;
  line-height: 27px;
}

.js-open-grid-map-container .leaflet-control-geocoder {
  background: white;
}

.js-open-grid-map-container .leaflet-control-geocoder a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
  display: inline-block;
}

.js-open-grid-map-container .leaflet-control-geocoder a:hover {
  border-bottom: none;
  display: inline-block;
}

.js-open-grid-map-container .leaflet-control-geocoder-form {
  display: none;
  vertical-align: middle;
}

.js-open-grid-map-container .leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
  display: inline-block;
}

.js-open-grid-map-container .leaflet-control-geocoder-form input {
  font-size: 120%;
  border: 0;
  background-color: transparent;
  width: 246px;
}

.js-open-grid-map-container .leaflet-control-geocoder-icon {
  background-image: url(../../images/mapOpenGrid/geocoder.png);
  background-repeat: no-repeat;
  background-position: center;
}

.js-open-grid-map-container .leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
  background-image: url(../../images/mapOpenGrid/throbber.gif);
}

.js-open-grid-map-container .leaflet-control-geocoder-form-no-error {
  display: none;
}

.js-open-grid-map-container .leaflet-control-geocoder-form input:focus {
  outline: none;
}

.js-open-grid-map-container .leaflet-control-geocoder-form button {
  display: none;
}

.js-open-grid-map-container .leaflet-control-geocoder-error {
  margin-top: 8px;
  margin-left: 8px;
  display: block;
  color: #444;
}

.js-open-grid-map-container .leaflet-control-geocoder-alternatives {
  display: block;
  width: 272px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.js-open-grid-map-container .leaflet-control-geocoder-alternatives-minimized {
  display: none;
  height: 0;
}

.js-open-grid-map-container .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;
}

.js-open-grid-map-container .leaflet-control-geocoder-alternatives li a, .js-open-grid-map-container .leaflet-control-geocoder-alternatives li a:hover {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: inherit;
  border-radius: inherit;
  text-align: left;
}

.js-open-grid-map-container .leaflet-control-geocoder-alternatives li:last-child {
  border-bottom: none;
}

.js-open-grid-map-container .leaflet-control-geocoder-alternatives li:hover, .js-open-grid-map-container .leaflet-control-geocoder-selected {
  background-color: #f5f5f5;
}

.js-open-grid-map-container .leaflet-control-geocoder-address-context {
  color: #666;
}

.js-open-grid-map-container .leaflet-sidebar {
  position: absolute;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  z-index: 2000;
}

.js-open-grid-map-container .leaflet-sidebar.left {
  left: -500px;
  transition: left .5s, width .5s;
  padding-right: 0;
}

.js-open-grid-map-container .leaflet-sidebar.left.visible {
  left: 0;
}

.js-open-grid-map-container .leaflet-sidebar.right {
  right: -500px;
  transition: right .5s, width .5s;
  padding-left: 0;
}

.js-open-grid-map-container .leaflet-sidebar.right.visible {
  right: 0;
}

.js-open-grid-map-container .leaflet-sidebar > .leaflet-control {
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 24px;
  font-size: 1.1em;
  background: white;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.js-open-grid-map-container .leaflet-touch .leaflet-sidebar > .leaflet-control {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

@media (max-width:767px) {
  .js-open-grid-map-container .leaflet-sidebar {
    width: 100%;
    padding: 0;
  }

  .js-open-grid-map-container .leaflet-sidebar.left.visible ~ .leaflet-left {
    left: 100%;
  }

  .js-open-grid-map-container .leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 100%;
  }

  .js-open-grid-map-container .leaflet-sidebar.left {
    left: -100%;
  }

  .js-open-grid-map-container .leaflet-sidebar.left.visible {
    left: 0;
  }

  .js-open-grid-map-container .leaflet-sidebar.right {
    right: -100%;
  }

  .js-open-grid-map-container .leaflet-sidebar.right.visible {
    right: 0;
  }

  .js-open-grid-map-container .leaflet-sidebar > .leaflet-control {
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .js-open-grid-map-container .leaflet-touch .leaflet-sidebar > .leaflet-control {
    border: 0;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .js-open-grid-map-container .leaflet-sidebar {
    width: 305px;
  }

  .js-open-grid-map-container .leaflet-sidebar.left.visible ~ .leaflet-left {
    left: 305px;
  }

  .js-open-grid-map-container .leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 305px;
  }

}

@media (min-width:992px) and (max-width:1199px) {
  .js-open-grid-map-container .leaflet-sidebar {
    width: 390px;
  }

  .js-open-grid-map-container .leaflet-sidebar.left.visible ~ .leaflet-left {
    left: 390px;
  }

  .js-open-grid-map-container .leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 390px;
  }

}

@media (min-width:1200px) {
  .js-open-grid-map-container .leaflet-sidebar {
    width: 460px;
  }

  .js-open-grid-map-container .leaflet-sidebar.left.visible ~ .leaflet-left {
    left: 460px;
  }

  .js-open-grid-map-container .leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 460px;
  }

}

.js-open-grid-map-container .leaflet-sidebar .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 31px;
  height: 31px;
  color: #333;
  font-size: 25pt;
  line-height: 1em;
  text-align: center;
  background: white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  cursor: pointer;
  z-index: 8;
}

.js-open-grid-map-container .leaflet-left {
  transition: left 0.5s;
}

.js-open-grid-map-container .leaflet-right {
  transition: right 0.5s;
}

.js-open-grid-map-container .leaflet-control-loading:empty {
  background-image: url(data:image/gif;base64,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);
  background-repeat: no-repeat;
}

.js-open-grid-map-container .leaflet-control-loading, .js-open-grid-map-container .leaflet-control-zoom a.leaflet-control-loading, .js-open-grid-map-container .leaflet-control-zoomslider a.leaflet-control-loading {
  display: none;
}

.js-open-grid-map-container .leaflet-control-loading.is-loading, .js-open-grid-map-container .leaflet-control-zoom a.leaflet-control-loading.is-loading, .js-open-grid-map-container .leaflet-control-zoomslider a.leaflet-control-loading.is-loading {
  display: block;
}

.js-open-grid-map-container .leaflet-bar-part-bottom {
  border-bottom: medium none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.js-open-grid-map-container .leaflet-control.link-button-container {
  background: white;
  padding: 3px;
  border-radius: 10px;
}

.js-map-hifld-container .leaflet-map-pane, .js-map-hifld-container .leaflet-tile, .js-map-hifld-container .leaflet-marker-icon, .js-map-hifld-container .leaflet-marker-shadow, .js-map-hifld-container .leaflet-tile-pane, .js-map-hifld-container .leaflet-tile-container, .js-map-hifld-container .leaflet-overlay-pane, .js-map-hifld-container .leaflet-shadow-pane, .js-map-hifld-container .leaflet-marker-pane, .js-map-hifld-container .leaflet-popup-pane, .js-map-hifld-container .leaflet-overlay-pane svg, .js-map-hifld-container .leaflet-zoom-box, .js-map-hifld-container .leaflet-image-layer, .js-map-hifld-container .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.js-map-hifld-container .leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
}

.js-map-hifld-container .leaflet-tile, .js-map-hifld-container .leaflet-marker-icon, .js-map-hifld-container .leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.js-map-hifld-container .leaflet-marker-icon, .js-map-hifld-container .leaflet-marker-shadow {
  display: block;
}

.js-map-hifld-container .leaflet-container img {
  max-width: none !important;
}

.js-map-hifld-container .leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

.js-map-hifld-container .leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.js-map-hifld-container .leaflet-tile-loaded {
  visibility: inherit;
}

.js-map-hifld-container .leaflet-zoom-box {
  width: 0;
  height: 0;
}

.js-map-hifld-container .leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.js-map-hifld-container .leaflet-tile-pane {
  z-index: 2;
}

.js-map-hifld-container .leaflet-objects-pane {
  z-index: 3;
}

.js-map-hifld-container .leaflet-overlay-pane {
  z-index: 4;
}

.js-map-hifld-container .leaflet-shadow-pane {
  z-index: 5;
}

.js-map-hifld-container .leaflet-marker-pane {
  z-index: 6;
}

.js-map-hifld-container .leaflet-popup-pane {
  z-index: 7;
}

.js-map-hifld-container .leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.js-map-hifld-container .lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

.js-map-hifld-container .leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

.js-map-hifld-container .leaflet-top, .js-map-hifld-container .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.js-map-hifld-container .leaflet-top {
  top: 0;
}

.js-map-hifld-container .leaflet-right {
  right: 0;
}

.js-map-hifld-container .leaflet-bottom {
  bottom: 0;
}

.js-map-hifld-container .leaflet-left {
  left: 0;
}

.js-map-hifld-container .leaflet-control {
  float: left;
  clear: both;
}

.js-map-hifld-container .leaflet-right .leaflet-control {
  float: right;
}

.js-map-hifld-container .leaflet-top .leaflet-control {
  margin-top: 10px;
}

.js-map-hifld-container .leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.js-map-hifld-container .leaflet-left .leaflet-control {
  margin-left: 10px;
}

.js-map-hifld-container .leaflet-right .leaflet-control {
  margin-right: 10px;
}

.js-map-hifld-container .leaflet-fade-anim .leaflet-tile, .js-map-hifld-container .leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity 0.2s linear;
}

.js-map-hifld-container .leaflet-fade-anim .leaflet-tile-loaded, .js-map-hifld-container .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.js-map-hifld-container .leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.js-map-hifld-container .leaflet-zoom-anim .leaflet-tile, .js-map-hifld-container .leaflet-pan-anim .leaflet-tile, .js-map-hifld-container .leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.js-map-hifld-container .leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.js-map-hifld-container .leaflet-clickable {
  cursor: pointer;
}

.js-map-hifld-container .leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.js-map-hifld-container .leaflet-popup-pane, .js-map-hifld-container .leaflet-control {
  cursor: auto;
}

.js-map-hifld-container .leaflet-dragging .leaflet-container, .js-map-hifld-container .leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.js-map-hifld-container .leaflet-container {
  background: #ddd;
  outline: 0;
}

.js-map-hifld-container .leaflet-container a {
  color: #0078A8;
}

.js-map-hifld-container .leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.js-map-hifld-container .leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

.js-map-hifld-container .leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.js-map-hifld-container .leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.js-map-hifld-container .leaflet-bar a, .js-map-hifld-container .leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.js-map-hifld-container .leaflet-bar a, .js-map-hifld-container .leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.js-map-hifld-container .leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.js-map-hifld-container .leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.js-map-hifld-container .leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.js-map-hifld-container .leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.js-map-hifld-container .leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.js-map-hifld-container .leaflet-control-zoom-in, .js-map-hifld-container .leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.js-map-hifld-container .leaflet-control-zoom-out {
  font-size: 20px;
}

.js-map-hifld-container .leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

.js-map-hifld-container .leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

.js-map-hifld-container .leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.js-map-hifld-container .leaflet-control-layers-toggle {
  background-image: url(../../images/mapOpenGrid/layers.png);
  width: 36px;
  height: 36px;
}

.js-map-hifld-container .leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../../images/mapOpenGrid/layers-2x.png);
  background-size: 26px 26px;
}

.js-map-hifld-container .leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.js-map-hifld-container .leaflet-control-layers .leaflet-control-layers-list, .js-map-hifld-container .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.js-map-hifld-container .leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.js-map-hifld-container .leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.js-map-hifld-container .leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.js-map-hifld-container .leaflet-control-layers label {
  display: block;
}

.js-map-hifld-container .leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

.js-map-hifld-container .leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.js-map-hifld-container .leaflet-control-attribution, .js-map-hifld-container .leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.js-map-hifld-container .leaflet-control-attribution a {
  text-decoration: none;
}

.js-map-hifld-container .leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.js-map-hifld-container .leaflet-container .leaflet-control-attribution, .js-map-hifld-container .leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.js-map-hifld-container .leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.js-map-hifld-container .leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.js-map-hifld-container .leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.js-map-hifld-container .leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.js-map-hifld-container .leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.js-map-hifld-container .leaflet-touch .leaflet-control-attribution, .js-map-hifld-container .leaflet-touch .leaflet-control-layers, .js-map-hifld-container .leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.js-map-hifld-container .leaflet-touch .leaflet-control-layers, .js-map-hifld-container .leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.js-map-hifld-container .leaflet-popup {
  position: absolute;
  text-align: center;
}

.js-map-hifld-container .leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.js-map-hifld-container .leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.js-map-hifld-container .leaflet-popup-content p {
  margin: 18px 0;
}

.js-map-hifld-container .leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.js-map-hifld-container .leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-map-hifld-container .leaflet-popup-content-wrapper, .js-map-hifld-container .leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.js-map-hifld-container .leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.js-map-hifld-container .leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.js-map-hifld-container .leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.js-map-hifld-container .leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.js-map-hifld-container .leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.js-map-hifld-container .leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.js-map-hifld-container .leaflet-oldie .leaflet-control-zoom, .js-map-hifld-container .leaflet-oldie .leaflet-control-layers, .js-map-hifld-container .leaflet-oldie .leaflet-popup-content-wrapper, .js-map-hifld-container .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

.js-map-hifld-container .leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.js-map-hifld-container .crud_list {
  width: 100%;
}

.js-map-hifld-container thead td {
  font-weight: bold;
}

.js-map-hifld-container #map-control-panel {
  display: none;
}

.js-map-hifld-container .panel {
  border-radius: 0;
  margin-bottom: 0;
}

.js-map-hifld-container .save-map-entity {
  display: none;
}

.js-map-hifld-container .cancel-map-entity-edit {
  display: none;
}

.js-map-hifld-container #sidebar img {
  margin-bottom: 3px;
  width: 100%;
}

.js-map-hifld-container .sidebar-tags-table {
  max-height: 300px;
  overflow: auto;
}

.js-map-hifld-container td, .js-map-hifld-container th {
  padding: 2px;
}

.js-map-hifld-container .default.marker-cluster {
  background-color: red;
}

.js-map-hifld-container .highlighted.marker-cluster, .js-map-hifld-container .sidebar-highlighted.marker-cluster {
  background-color: blue;
}

.js-map-hifld-container .export-highlighted.marker-cluster {
  background-color: black;
}

.js-map-hifld-container .checkbox label:after, .js-map-hifld-container .radio label:after {
  content: '';
  display: table;
  clear: both;
}

.js-map-hifld-container .checkbox .cr, .js-map-hifld-container .radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}

.js-map-hifld-container .radio .cr {
  border-radius: 50%;
}

.js-map-hifld-container .checkbox .cr .cr-icon, .js-map-hifld-container .radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.js-map-hifld-container .radio .cr .cr-icon {
  margin-left: 0.04em;
}

.js-map-hifld-container .checkbox label input[type="checkbox"], .js-map-hifld-container .radio label input[type="radio"] {
  display: none;
}

.js-map-hifld-container .checkbox label input[type="checkbox"] + .cr > .cr-icon, .js-map-hifld-container .radio label input[type="radio"] + .cr > .cr-icon {
  opacity: 0;
}

.js-map-hifld-container .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .js-map-hifld-container .radio label input[type="radio"]:checked + .cr > .cr-icon {
  opacity: 1;
}

.js-map-hifld-container .checkbox label input[type="checkbox"]:disabled + .cr, .js-map-hifld-container .radio label input[type="radio"]:disabled + .cr {
  opacity: 0.5;
}

.js-map-hifld-container .tab-pane {
  padding: 5px;
}

.js-map-hifld-container .panel-heading-filter {
  cursor: pointer;
}

.js-map-hifld-container .country-extra-links {
  color: black !important;
  font-size: 20px;
}

.js-map-hifld-container .panel-stats {
  margin-bottom: 5px;
}

.js-map-hifld-container #downloader-info-form {
  padding-bottom: 10px;
}

.js-map-hifld-container .form-group.required label:after {
  content: " *";
  color: red;
}

.js-map-hifld-container .line-missing-data-panel {
  width: 300px;
}

.js-map-hifld-container .panel .dl-horizontal {
  margin-left: -10px;
}

.js-map-hifld-container .panel .dl-horizontal dt {
  width: 140px;
}

.js-map-hifld-container .panel .dl-horizontal dd {
  width: 100px;
}

.js-map-hifld-container .missing0, .js-map-hifld-container .missingtrue {
  color: red;
}

.js-map-hifld-container .suggested0 {
  color: blue;
}

.js-map-hifld-container #add-point button {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #f6f6f6;
  line-height: 50px;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.js-map-hifld-container .short-sidebar-text {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
}

.js-map-hifld-container .info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.js-map-hifld-container .info h4 {
  margin: 0 0 5px;
  color: #777;
}

.js-map-hifld-container .legend {
  line-height: 18px;
  color: #555;
}

.js-map-hifld-container .legend .box {
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 8px;
}

.js-map-hifld-container #pointdeletion.modal {
  z-index: 9999;
}

.js-map-hifld-container .leaflet-label {
  background: #ebebeb;
  background: rgba(235, 235, 235, 0.81);
  background-clip: padding-box;
  border-color: #777;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border-style: solid;
  border-width: 4px;
  color: #111;
  display: block;
  font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 1px 6px;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}

.js-map-hifld-container .leaflet-cluster-anim .leaflet-marker-icon, .js-map-hifld-container .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-in;
  -moz-transition: -moz-transform .3s ease-out, opacity .3s ease-in;
  -o-transition: -o-transform .3s ease-out, opacity .3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.js-map-hifld-container .marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}

.js-map-hifld-container .marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}

.js-map-hifld-container .marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}

.js-map-hifld-container .marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}

.js-map-hifld-container .marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}

.js-map-hifld-container .marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}

.js-map-hifld-container .leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}

.js-map-hifld-container .leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}

.js-map-hifld-container .leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}

.js-map-hifld-container .leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}

.js-map-hifld-container .leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}

.js-map-hifld-container .leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}

.js-map-hifld-container .marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.js-map-hifld-container .marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.js-map-hifld-container .marker-cluster span {
  line-height: 30px;
}

.js-map-hifld-container .leaflet-draw-section {
  position: relative;
}

.js-map-hifld-container .leaflet-draw-toolbar {
  margin-top: 12px;
}

.js-map-hifld-container .leaflet-draw-toolbar-top {
  margin-top: 0;
}

.js-map-hifld-container .leaflet-draw-toolbar-notop a:first-child {
  border-top-right-radius: 0;
}

.js-map-hifld-container .leaflet-draw-toolbar-nobottom a:last-child {
  border-bottom-right-radius: 0;
}

.js-map-hifld-container .leaflet-draw-toolbar a {
  background-image: url(../../images/mapOpenGrid/spritesheet.png);
  background-repeat: no-repeat;
}

.js-map-hifld-container .leaflet-retina .leaflet-draw-toolbar a {
  background-image: url(../../images/mapOpenGrid/spritesheet-2x.png);
  background-size: 270px 30px;
}

.js-map-hifld-container .leaflet-draw a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.js-map-hifld-container .leaflet-draw-actions {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 26px;
  top: 0;
  white-space: nowrap;
}

.js-map-hifld-container .leaflet-right .leaflet-draw-actions {
  right: 26px;
  left: auto;
}

.js-map-hifld-container .leaflet-draw-actions li {
  display: inline-block;
}

.js-map-hifld-container .leaflet-draw-actions li:first-child a {
  border-left: none;
}

.js-map-hifld-container .leaflet-draw-actions li:last-child a {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.js-map-hifld-container .leaflet-right .leaflet-draw-actions li:last-child a {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.js-map-hifld-container .leaflet-right .leaflet-draw-actions li:first-child a {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.js-map-hifld-container .leaflet-draw-actions a {
  background-color: #919187;
  border-left: 1px solid #AAA;
  color: #FFF;
  font: 11px/19px "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 28px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
}

.js-map-hifld-container .leaflet-draw-actions-bottom {
  margin-top: 0;
}

.js-map-hifld-container .leaflet-draw-actions-top {
  margin-top: 1px;
}

.js-map-hifld-container .leaflet-draw-actions-top a, .js-map-hifld-container .leaflet-draw-actions-bottom a {
  height: 27px;
  line-height: 27px;
}

.js-map-hifld-container .leaflet-draw-actions a:hover {
  background-color: #A0A098;
}

.js-map-hifld-container .leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
  height: 26px;
  line-height: 26px;
}

.js-map-hifld-container .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: -2px -2px;
}

.js-map-hifld-container .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -31px -2px;
}

.js-map-hifld-container .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
  background-position: -62px -2px;
}

.js-map-hifld-container .leaflet-draw-toolbar .leaflet-draw-draw-circle {
  background-position: -92px -2px;
}

.js-map-hifld-container .leaflet-draw-toolbar .leaflet-draw-draw-marker {
  background-position: -122px -2px;
}

.js-map-hifld-container .leaflet-draw-toolbar .leaflet-draw-edit-edit {
  background-position: -152px -2px;
}

.js-map-hifld-container .leaflet-draw-toolbar .leaflet-draw-edit-remove {
  background-position: -182px -2px;
}

.js-map-hifld-container .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
  background-position: -212px -2px;
}

.js-map-hifld-container .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -242px -2px;
}

.js-map-hifld-container .leaflet-mouse-marker {
  background-color: #fff;
  cursor: crosshair;
}

.js-map-hifld-container .leaflet-draw-tooltip {
  background: #363636;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-left: 20px;
  margin-top: -21px;
  padding: 4px 8px;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  z-index: 6;
}

.js-map-hifld-container .leaflet-draw-tooltip:before {
  border-right: 6px solid black;
  border-right-color: rgba(0, 0, 0, 0.5);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  position: absolute;
  top: 7px;
  left: -7px;
}

.js-map-hifld-container .leaflet-error-draw-tooltip {
  background-color: #F2DEDE;
  border: 1px solid #E6B6BD;
  color: #B94A48;
}

.js-map-hifld-container .leaflet-error-draw-tooltip:before {
  border-right-color: #E6B6BD;
}

.js-map-hifld-container .leaflet-draw-tooltip-single {
  margin-top: -12px;
}

.js-map-hifld-container .leaflet-draw-tooltip-subtext {
  color: #f8d5e4;
}

.js-map-hifld-container .leaflet-draw-guide-dash {
  font-size: 1%;
  opacity: .6;
  position: absolute;
  width: 5px;
  height: 5px;
}

.js-map-hifld-container .leaflet-edit-marker-selected {
  background: rgba(254, 87, 161, 0.1);
  border: 4px dashed rgba(254, 87, 161, 0.6);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.js-map-hifld-container .leaflet-edit-move {
  cursor: move;
}

.js-map-hifld-container .leaflet-edit-resize {
  cursor: pointer;
}

.js-map-hifld-container .leaflet-oldie .leaflet-draw-toolbar {
  border: 3px solid #999;
}

.js-map-hifld-container .leaflet-oldie .leaflet-draw-toolbar a {
  background-color: #eee;
}

.js-map-hifld-container .leaflet-oldie .leaflet-draw-toolbar a:hover {
  background-color: #fff;
}

.js-map-hifld-container .leaflet-oldie .leaflet-draw-actions {
  left: 32px;
  margin-top: 3px;
}

.js-map-hifld-container .leaflet-oldie .leaflet-draw-actions li {
  display: inline;
  zoom: 1;
}

.js-map-hifld-container .leaflet-oldie .leaflet-edit-marker-selected {
  border: 4px dashed #fe93c2;
}

.js-map-hifld-container .leaflet-oldie .leaflet-draw-actions a {
  background-color: #999;
}

.js-map-hifld-container .leaflet-oldie .leaflet-draw-actions a:hover {
  background-color: #a5a5a5;
}

.js-map-hifld-container .leaflet-oldie .leaflet-draw-actions-top a {
  margin-top: 1px;
}

.js-map-hifld-container .leaflet-oldie .leaflet-draw-actions-bottom a {
  height: 28px;
  line-height: 28px;
}

.js-map-hifld-container .leaflet-oldie .leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
  height: 27px;
  line-height: 27px;
}

.js-map-hifld-container .leaflet-control-geocoder {
  background: white;
}

.js-map-hifld-container .leaflet-control-geocoder a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
  display: inline-block;
}

.js-map-hifld-container .leaflet-control-geocoder a:hover {
  border-bottom: none;
  display: inline-block;
}

.js-map-hifld-container .leaflet-control-geocoder-form {
  display: none;
  vertical-align: middle;
}

.js-map-hifld-container .leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
  display: inline-block;
}

.js-map-hifld-container .leaflet-control-geocoder-form input {
  font-size: 120%;
  border: 0;
  background-color: transparent;
  width: 246px;
}

.js-map-hifld-container .leaflet-control-geocoder-icon {
  background-image: url(../../images/mapOpenGrid/geocoder.png);
  background-repeat: no-repeat;
  background-position: center;
}

.js-map-hifld-container .leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
  background-image: url(../../images/mapOpenGrid/throbber.gif);
}

.js-map-hifld-container .leaflet-control-geocoder-form-no-error {
  display: none;
}

.js-map-hifld-container .leaflet-control-geocoder-form input:focus {
  outline: none;
}

.js-map-hifld-container .leaflet-control-geocoder-form button {
  display: none;
}

.js-map-hifld-container .leaflet-control-geocoder-error {
  margin-top: 8px;
  margin-left: 8px;
  display: block;
  color: #444;
}

.js-map-hifld-container .leaflet-control-geocoder-alternatives {
  display: block;
  width: 272px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.js-map-hifld-container .leaflet-control-geocoder-alternatives-minimized {
  display: none;
  height: 0;
}

.js-map-hifld-container .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;
}

.js-map-hifld-container .leaflet-control-geocoder-alternatives li a, .js-map-hifld-container .leaflet-control-geocoder-alternatives li a:hover {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: inherit;
  border-radius: inherit;
  text-align: left;
}

.js-map-hifld-container .leaflet-control-geocoder-alternatives li:last-child {
  border-bottom: none;
}

.js-map-hifld-container .leaflet-control-geocoder-alternatives li:hover, .js-map-hifld-container .leaflet-control-geocoder-selected {
  background-color: #f5f5f5;
}

.js-map-hifld-container .leaflet-control-geocoder-address-context {
  color: #666;
}

.js-map-hifld-container .leaflet-sidebar {
  position: absolute;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  z-index: 2000;
}

.js-map-hifld-container .leaflet-sidebar.left {
  left: -500px;
  transition: left .5s, width .5s;
  padding-right: 0;
}

.js-map-hifld-container .leaflet-sidebar.left.visible {
  left: 0;
}

.js-map-hifld-container .leaflet-sidebar.right {
  right: -500px;
  transition: right .5s, width .5s;
  padding-left: 0;
}

.js-map-hifld-container .leaflet-sidebar.right.visible {
  right: 0;
}

.js-map-hifld-container .leaflet-sidebar > .leaflet-control {
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 24px;
  font-size: 1.1em;
  background: white;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.js-map-hifld-container .leaflet-touch .leaflet-sidebar > .leaflet-control {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

@media (max-width:767px) {
  .js-map-hifld-container .leaflet-sidebar {
    width: 100%;
    padding: 0;
  }

  .js-map-hifld-container .leaflet-sidebar.left.visible ~ .leaflet-left {
    left: 100%;
  }

  .js-map-hifld-container .leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 100%;
  }

  .js-map-hifld-container .leaflet-sidebar.left {
    left: -100%;
  }

  .js-map-hifld-container .leaflet-sidebar.left.visible {
    left: 0;
  }

  .js-map-hifld-container .leaflet-sidebar.right {
    right: -100%;
  }

  .js-map-hifld-container .leaflet-sidebar.right.visible {
    right: 0;
  }

  .js-map-hifld-container .leaflet-sidebar > .leaflet-control {
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .js-map-hifld-container .leaflet-touch .leaflet-sidebar > .leaflet-control {
    border: 0;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .js-map-hifld-container .leaflet-sidebar {
    width: 305px;
  }

  .js-map-hifld-container .leaflet-sidebar.left.visible ~ .leaflet-left {
    left: 305px;
  }

  .js-map-hifld-container .leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 305px;
  }

}

@media (min-width:992px) and (max-width:1199px) {
  .js-map-hifld-container .leaflet-sidebar {
    width: 390px;
  }

  .js-map-hifld-container .leaflet-sidebar.left.visible ~ .leaflet-left {
    left: 390px;
  }

  .js-map-hifld-container .leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 390px;
  }

}

@media (min-width:1200px) {
  .js-map-hifld-container .leaflet-sidebar {
    width: 460px;
  }

  .js-map-hifld-container .leaflet-sidebar.left.visible ~ .leaflet-left {
    left: 460px;
  }

  .js-map-hifld-container .leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 460px;
  }

}

.js-map-hifld-container .leaflet-sidebar .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 31px;
  height: 31px;
  color: #333;
  font-size: 25pt;
  line-height: 1em;
  text-align: center;
  background: white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  cursor: pointer;
  z-index: 8;
}

.js-map-hifld-container .leaflet-left {
  transition: left 0.5s;
}

.js-map-hifld-container .leaflet-right {
  transition: right 0.5s;
}

.js-map-hifld-container .leaflet-control-loading:empty {
  background-image: url(data:image/gif;base64,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);
  background-repeat: no-repeat;
}

.js-map-hifld-container .leaflet-control-loading, .js-map-hifld-container .leaflet-control-zoom a.leaflet-control-loading, .js-map-hifld-container .leaflet-control-zoomslider a.leaflet-control-loading {
  display: none;
}

.js-map-hifld-container .leaflet-control-loading.is-loading, .js-map-hifld-container .leaflet-control-zoom a.leaflet-control-loading.is-loading, .js-map-hifld-container .leaflet-control-zoomslider a.leaflet-control-loading.is-loading {
  display: block;
}

.js-map-hifld-container .leaflet-bar-part-bottom {
  border-bottom: medium none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.js-map-hifld-container .leaflet-control.link-button-container {
  background: white;
  padding: 3px;
  border-radius: 10px;
}