/* groupedlayercontrol.css */

/*styles close button*/
.layer-control-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999999;
    /*background-color: white;*/
    color: #808080;
    /*border-style: 1px;*/
    /*border-color: #82097F;*/
    display:block;

}

.leaflet-control-layers .leaflet-control {
  overflow: hidden;
}

.leaflet-control-layers-group-name {
  font-weight: bold;
  margin-left: 1px;
}

.leaflet-control-layers-scrollbar {
  padding-right: 10px;
}

.leaflet-control-layers-group {
  min-width: 241px;
  position: relative;
  margin-bottom: .5em;
}

.leaflet-control-layers-group label {
  margin-left: 19px;
}

label.leaflet-control-individual {
  margin-left: 0;
}

.leaflet-control-layers-selector {
  margin-top: auto;
}

.leaflet-control-layers-label span {
  max-width: 200px;
  line-height: 1.4em;
  display: inline-block;
}

label.leaflet-control-layers-group-label {
  margin-left: 12px;
}

label.leaflet-control-layers-group-label-text {
  margin-left: 15px;
}

.leaflet-control-layers-group label input[type=checkbox i] {
  position: relative;
  vertical-align: top;
  bottom: 1px;
  margin-right: 5px;
}

.leaflet-control-layers-group label input[type=radio i] {
  position: relative;
  vertical-align: top;
  bottom: 1px;
  margin-right: 5px;
}

.leaflet-control-group-toggler {
  width: 12px;
  height: 12px;
  cursor: pointer;
  display: inline-block;
  top: 3px; left: 1px;
  position: absolute;
  background: url('/static/images/ico/arrow.png') 0 -20px no-repeat;
}

.leaflet-control-closer-arrow {
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: inline-block;
  top: 3px; left: 1px;
  position: absolute;
  background: url('/static/images/ico/arrow-close.png') 0 0 no-repeat;
}

/* end groupedlayercontrol.css */

/* Fullscreen styles */

.mdl-accordion, .mdl-button, .mdl-card, .mdl-checkbox, .mdl-dropdown-menu, .mdl-icon-toggle, .mdl-item, .mdl-radio, .mdl-slider, .mdl-switch, .mdl-tabs__tab {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}

.mdl-color--lime-A200 {
  background-color: #eeff41 !important;
}

.mdl-button {
  background: 0 0;
  border: none;
  border-radius: 2px;
  color: #000;
  display: block;
  position: relative;
  height: 36px;
  min-width: 64px;
  padding: 0 8px;
  display: inline-block;
  font-family: 'Roboto','Helvetica','Arial',sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow,transform;
  -webkit-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}

.mdl-button--fab .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-12px,-12px);
  -ms-transform: translate(-12px,-12px);
  transform: translate(-12px,-12px);
  line-height: 24px;
  width: 24px;
}

.mdl-button--fab {
  border-radius: 50%;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  background: rgba(158,158,158,.2);
  box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24);
  position: relative;
  line-height: normal;
}

.mdl-button--fab.mdl-button--mini-fab {
  height: 40px;
  min-width: 40px;
  width: 40px;
}

/* end Fullscreen */

.textRegionLabel {
  color: white;
  margin-left: -20px;
  font-size: 15px;
  line-height: 15px;
  text-shadow:
       1px 1px 0 #333,
     -1px -1px 0 #333,  
      1px -1px 0 #333,
      -1px 1px 0 #333,
       1px 1px 0 #333;
}

.textRegionNumLabel {
  font-size: 17px;
}

.popup-region-name::first-letter,
.textRegionLabel::first-letter { 
  text-transform: uppercase;
}

.prunecluster {
  font-size: 12px;
  border-radius: 20px;
  transition: all 0.3s linear;
}
.leaflet-marker-icon.prunecluster-anim,
.leaflet-marker-shadow.prunecluster-anim,
.leaflet-markercluster-icon.prunecluster-anim {
  transition: all 0.3s linear;
}

.leaflet-zoom-anim .leaflet-zoom-animated.leaflet-marker-icon,
.leaflet-zoom-anim .leaflet-zoom-animated.leaflet-marker-shadow,
.leaflet-zoom-anim .leaflet-zoom-animated.leaflet-markercluster-icon {
  transition: transform 0.25s cubic-bezier(0,0,0.25,1);
}
.prunecluster div {
  width: 30px;
  height: 30px;
  text-align: center;
  margin-left: 5px;
  margin-top: 5px;
  border-radius: 50%;
}
.prunecluster div span {
  line-height: 30px;
}

.prunecluster-small {
  background-color: #b5e28c;
  background-color: rgba(181, 226, 140, 0.6);
}

.prunecluster-small div {
  width: 28px;
  height: 28px;
  background-color: #6ecc39;
  background-color: rgba(110, 204, 57, 0.6);
}

.prunecluster-small div span {
  line-height: 28px;
}

.prunecluster-medium {
  background-color: #f1d357;
  background-color: rgba(241, 211, 87, 0.6);
}

.prunecluster-medium div {
  background-color: #f0c20c;
  background-color: rgba(240, 194, 12, 0.6);
}

.prunecluster-large {
  background-color: #fd9c73;
  background-color: rgba(253, 156, 115, 0.6);
}

.prunecluster-large div {
  width: 34px;
  height: 34px;
  background-color: #f18017;
  background-color: rgba(241, 128, 23, 0.6);
}

.prunecluster-large div span {
  line-height: 34px;
}
