body {
    font-family: Arial, Helvetica, sans-serif;
}

.rangediv {
    text-align: center;
    margin: 10px;
}
.rangediv .mx-1 {
  margin-right: 10px;  
}
.leaflet-popup-content .title{
color: #08af58;
    font-weight: 600;
    
}
@media only screen and (max-width: 700px) {
    #map { 
        height: 45vh;
    }
  #projectDetail .modal-content {
     width:80%; 
  }  
}
@media only screen and (min-width: 700px) {
.rangediv .onmobile {
    display:none;
}
  #projectDetail .modal-content {
     width:45%; 
  }  
 
}
#projectDetail .modal-header,.modal-footer,#projectDetail .modal-body{
      padding:10px;
  }
.loader {
  border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 50px;
    height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#map {
    /*width: 800px;*/
    height: 560px;
    border: 1px solid #ccc;
    margin: 0px auto;
    
    height: 65vh;
}

#progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 400px;
    top: 300px;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #76A6FC;
    border-radius: 4px;
}

.leaflet-control-attribution.leaflet-control {
    display: none;
}

#sidemenu-wrapper {
    position: absolute;
    right: 0;
    z-index: 999;
    width: 0px;
    background-color: #fff;
    height: 100vh;
    transition: .5s all;
}

#sidemenu-wrapper.active {
    width: 250px;
    height: 600px;
    height: 100vh;
    /* overflow-y: scroll;
    overflow-x: hidden; */
}

#sidemenu {
    height: 550px;
    height: 100vh;
    overflow: scroll;
}

#sidemenu-wrapper .handle {
    transform-origin: 0% 0%;
    transform: rotate(-90deg) translate(-100%, -100%);
    display: block;
    position: absolute;
    top: -3px;
    left: 0px;
    color: #fff;
    background-color: #000066;
    padding: 5px 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 14px;
    width: 128px;
}

#loader-overlay,
#sidebar-loader {
    background: #00000096;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

#loader-overlay span,
#sidebar-loader span {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0px auto;
    top: 50%;
    background-size: contain;
}

#sidebar-loader {
    background: #ffffffb0;
}

#projectDetail modal-body h3 {
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #d52a2b;
    font-size: 18px;
}
#sidemenu-wrapper {
    display:none;
}
.h4 {
    font-size: 14px;
    color: #144651;
    font-weight: bold;
}
#projectDetail .modal-footer .btn-default {
  background: #0b80be;
    color: white;
    font-weight: 600;
}
#projectDetail .modal-header {
    background: #0b80be;
    color: white;
}

#projectDetail .modal-title h3 {
   margin: 0;
    color: white;
    font-weight: 700;
}

#projectDetail .modal-content {
    border-radius: 0;
}

.leaflet-container .leaflet-control-search {
    display: none;
}

.custom-cluster-icon {
    background-image: url(../images/mappin.png); 
    background-repeat: no-repeat;
    /*background: #0b80be; */
    
    width: auto;
    display: inline-block;
    background-size: contain;
    color: #fff;
    position: relative;
    background-position: center;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    text-align: center;
}

.leaflet-div-icon {
    background: transparent;
    border: none;
}

#popup-logo {
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

#popup-logo img {
    width: 100%;
    max-width: 350px;
}

.pim-marker {
    width: 34px!important;
    height: 34px!important;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 50%;
    border: 2px solid;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
}

.pim-marker-default {
    background: transparent;
    border-color: transparent !important;
}

.pim-marker span {
    display: inline-block;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin-top: 3px;
    margin-left: 3px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 10pt!important;
}


/* Thanks to http://fa2png.io/ for icon png generation */

.leaflet-control-navbar-fwd {
    background-image: url("../images/arrow-right_000000_14.png");
}

.leaflet-control-navbar-back {
    background-image: url("../images/arrow-left_000000_14.png");
}

.leaflet-control-navbar-home {
    background-image: url("../images/home_000000_14.png");
}
.leaflet-control-minimap {
    display:none;
}
.leaflet-control-navbar-fwd-disabled {
    background-image: url("../images/arrow-right_bbbbbb_14.png");
}

.leaflet-control-navbar-back-disabled {
    background-image: url("../images/arrow-left_bbbbbb_14.png");
}

.leaflet-control-navbar-home-disabled {
    background-image: url("../images/home_bbbbbb_14.png");
}


#projectDetail .modal-title {
    margin:15px 0px;
}
#projectDetail.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 30000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
 
  background-color: rgb(0 0 0 / 76%) /* Black w/ opacity */
}

/* Modal Content/Box */
#projectDetail .modal-content {
        
  background-color: #fefefe;
  margin: 30px auto; /* 15% from the top and centered */
  padding: 0px;
  border: 1px solid #888;
  
}

/* The Close Button */
#projectDetail .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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