
/* No rounded borders */

.leaflet-bar,
.leaflet-control-layers,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-popup-content-wrapper {
    border-radius: 0px !important;
}


/* Panel to interact with layers */

#floating-panel {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 10000;
    background-color: #111;
    padding: 2px;
    opacity: 0.85;
}

#floating-panel ul {
    list-style-type: none;
    padding-left: 250px;
    padding-right: 250px;
}

#floating-panel ul li>label {
    display: block;
    margin: 2px;
}

#floating-panel ul li {
    margin-bottom: 10px;
}

.verticalRange {
    margin-top: 60px!important;
    margin-bottom: 60px!important;
    margin-left: -30px;
    margin-right: -30px;
    transform: rotate(270deg);
}


/* Popup*/

span.popupText {
    font-size: 18px;
    letter-spacing: -0.25px;
    line-height: 20px;
    word-spacing: 0;
}

.leaflet-control-layers-toggle:after{ 
    /* content:"your text";  */
    color:#000 ;
}
.leaflet-control-layers-toggle{
    padding:3px;
    line-height:36px;
	background-image: url("../common/Leaflet.CanvasLayer.Field/layers.png");/*set you value*/
    height: 50px;
	background-size:  50px 70px;

}



.leaflet-center {
    left: 50%;
    transform: translate(-50%, 0%);
}

.leaflet-middle {
    top: 50%;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
  transform: translate(0%, -50%);

}

.leaflet-newbottom {
    bottom: -41px;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
  transform: translate(0%, -50%);

}

.leaflet-center.leaflet-middle {
  transform: translate(-50%, -50%);
}




.capCam{
  padding: 8px;
  background-color: white;
}

.capCam:hover {
  background-color: #DDD;
}





.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 33.33%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #EEE;
}

/* Modal Content */
.modal-content {
  position: relative;
  /* background-color: #fefefe; */
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: black;
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 50px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


img {

}


.demo {
  opacity: 0.8;
}

.active,
.demo:hover {
  opacity: 1;
  /* border-style: solid; */
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}