/*
.leaflet-control-easyPrint a {
    width: 36px !important;
    height: 36px ! important;
    background-color: transparent !important;
    background-size: 22px !important;
    filter: invert(1);
}

*/

.sidebar-right {
  right: 0 !important;
  top: 0 !important;
}

.sidebar-right .sidebar-tabs {
  z-index: 999;
  top: 60px;
  right: 15px;
}

.sidebar-right .sidebar-content {
    left: 0;
    right: 0;
    width: 420px;
    top: 60px;
}

.leaflet-bar,
.leaflet-bar a:first-child, a:last-child  {
	border-radius: 1px;
}

.leaflet-control-search.search-exp {
  box-shadow: none;
}
/*.leaflet-control-loading.is-loading {
  width: 36px;
  height: 36px;
}
*/
.leaflet-container a.leaflet-popup-close-button {
    padding: 4px 0px 0 0;
    width: 24px;
    height: 22px;
}

.leaflet-bar button:hover {
    background-color: #f4f4f4;
    /*box-shadow: 0 0 7px #999!important;*/
}

.leaflet-control-minimap {
	border-radius: 1px;
}

.leaflet-control-minimap .leaflet-top.leaflet-left {
	display: none;
}

svg.leaflet-zoom-animated > g > path {
  transition-property: fill, fill-opacity, stroke, stroke-opacity, stroke-width;
  transition-duration: 0.8s;
}

.easy-button-button.leaflet-bar-part.close-sidebar-active {
  margin-left: 3px;
  background: transparent;
}

/*Attribution Toggle*/
.leaflet-control-attribution {display: none;}

.attribution{display:block!important;}

.btn.btn-link.leaflet-control{margin:0;font-size:11px;outline:none;background:rgba(255, 255, 255, 0.7);padding: 0 5px;}

/**/
.leaflet-popup-content-wrapper {
  border-radius: 1px;
}

.leaflet-top.leaflet-left .leaflet-control {
  border: transparent;
}

/*OVRDC Leaflet Modern UI*/
.leaflet-control-search .search-input {
    height:38px;
    font-size: large;
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 6px 7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2356577F' fill-opacity='0.25' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    padding: 0 37px;
    font-size: 15px;
}

.leaflet-touch .leaflet-bar a {
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.leaflet-control-search .search-cancel {
    z-index: 401;
    margin: 7px 5px 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 371.23 371.23' style='enable-background:new 0 0 371.23 371.23;' xml:space='preserve'%3E%3Cpolygon points='371.23,21.213 350.018,0 185.615,164.402 21.213,0 0,21.213 164.402,185.615 0,350.018 21.213,371.23 185.615,206.828 350.018,371.23 371.23,350.018 206.828,185.615 '/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 6px 4px !important;
    top: 4px;
    right: 2px;
}


/*end media queries*/
/*easyButton bar toggle*/
#toggle {
    position: absolute;
    left: 3px;
    z-index:9999;
}

.fa-lg {
	vertical-align: -10%;
}

.fa-border {
    margin: -7px;
    padding: 3.7px;
    border: solid .08em #9C9C9C;
    background: whitesmoke;
}

.leaflet-bar a:hover {
  /*background-color: #fff;*/
}


/*
.leaflet-top.leaflet-left .leaflet-control {
  margin: 5px 1px;
  box-shadow: none;
  z-index:1000;
}

*/

.leaflet-top.leaflet-left .geocoder-control-input {
  padding: 5px 0 5px 30px;
  width: 100%;
  height: 38px;
  direction: ltr;
  box-shadow: none;
  font-size: large;
  border: none;
}

.leaflet-top.leaflet-left .geocoder-control-suggestions {
  direction: ltr;
}

.leaflet-top.leaflet-left .geocoder-control-expanded,
.leaflet-top.leaflet-left .leaflet-touch .geocoder-control-expanded {
  margin: 0;
  width: 100%;
}

/*Leaflet Search*/
.leaflet-control-search .search-input {
	width: 100%;
}

.leaflet-control-search .search-tooltip {
    background-color: #fff;
    font-size: larger;
    max-height: 300px;
    min-width: 388px;
    max-width: 388px;
    left: 14px;
    top: 41px;
    height: auto;
}


.leaflet-container .leaflet-control-search {
    position: absolute!important;
    padding: 0 0 0 10px;
    margin: 0;
    width: 400px;
    z-index: initial;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    height: 38px;
    /* box-shadow: 0 1px 7px #999!important; */
    direction: ltr;
    background: transparent;
    right: 18px;
    top: 7px;
}

.leaflet-container .leaflet-left .leaflet-control-search {
    height: 38px;
    /* box-shadow: 0 1px 7px #999!important; */
    direction: ltr;
    background: transparent;
    right: initial;
    left: 0;
    top: 7px;
}

.sidebar-left ~ .sidebar-map .leaflet-left {
  left: 0 !important;
}


.leaflet-control-search .search-tip {
    margin: 2px;
    padding: 10px 40px 10px 10px;
    display: block;
    color: black;
    background: transparent !important;
    border-radius: 0;
    text-decoration: none;
    white-space: initial;
    vertical-align: center;
    border-bottom: 1px solid #ddd;
    transition: all .51s;
    font-size: 13px;
    width: 385px;
    display: inline-block;
    /* min-height: 79px; */
    /* height: 50px; */
}


.leaflet-control-search .search-tip:hover {
  background: #f0f0f0 !important;
}

.leaflet-control-search .search-button {
  display: none;
}

.leaflet-top.leaflet-bar {
  box-shadow: none;
}

.leaflet-sidebar {
  padding: 0;
  margin-top: 58px;
  z-index: 401!important;
  max-height:85%;
  overflow:auto;
  height: auto;
  border: none;
}

.leaflet-touch.leaflet-sidebar {
  max-height:75%;
}

.leaflet-touch .leaflet-sidebar > .leaflet-control {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  border: none;
}

.leaflet-sidebar.left {
  left: -1000px;
}

.leaflet-sidebar.left.visible {
  left: 10px;
  box-shadow: 0 1px 7px #999!important;
}

.leaflet-sidebar > .leaflet-control {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  box-shadow: 0 1px 7px #999;
}


@-webkit-keyframes fadeIn { from { opacity:0.4; }
 to { opacity:1; }
 }

@-moz-keyframes fadeIn { from { opacity:0.4; }
 to { opacity:1; }
 }

@keyframes fadeIn { from { opacity:0.4; }
 to { opacity:1; }
 }


.leaflet-control-layers {
  border-radius: 1px;
}

/*
.leaflet-top.leaflet-left .leaflet-control-layers.leaflet-control {
  background: none;
  z-index: 10000;
}

.leaflet-top.leaflet-left .leaflet-control-layers.leaflet-control.leaflet-control-layers-expanded {
  margin-right: -6px!important;
  box-shadow: 0 0 7px #999!important;
  background: #fff!important;
  margin-top: 0!important;
  position: absolute;
}

.leaflet-top.leaflet-left .leaflet-control-layers-expanded .leaflet-control-layers-list {
  overflow: hidden;
  direction: ltr;
}
*/

.leaflet-control-layers-list input[type="radio"].leaflet-control-layers-selector {
display: none;
}

.leaflet-touch .leaflet-bar button {
  line-height: 26px;
}

.leaflet-google-layer.leaflet-top.leaflet-left {
  top: 0px;
  left: 0px !important;
}

.contenedor_imagenes_galeria_mapa {
  border-top: solid 5px #0074D9;
  padding: 15px 23px 0 23px;
}

.contenedor_imagenes_galeria_mapa img[src=" "] {
    display: none;
}

.contenedor_imagenes_galeria_mapa img {
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: .8;
    transition: all 1s;
}

.contenedor_imagenes_galeria_mapa img:hover {
  opacity: 1;
}


.leaflet-popup-content {
     margin: 13px 19px;
    line-height: 1.4;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    max-width: 280px;
}
