::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 25% 45%;
  z-index: 1001;
  background: rgba(0,0,0,0.5);
  display: none;
}

.marker-blue, .marker-red{
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #000;
}

.marker-blue.big, .marker-red.big{
  border: 2px solid #fff;
  padding: 5px;
}

.marker-blue{
  background-color: blue;
}

.marker-red{
  background-color: red;
}

.modal-body {
  max-height: inherit;
  overflow-y: scroll;
  overflow-x: hidden;
}

th {
  background-color: #a7a7a7;
  color: #fff;
  padding: 15px;
  text-overflow: clip;
}

tbody {
  background: #d8d4d4;
}

tr td {
  padding: 4px 10px;
  border: 1px solid #eee;
}

tr td:first-child {
  width: 125px;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.leaflet-popup-content {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.leaflet-control-simplebutton {
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    display: block;
    overflow: hidden;
    width: 36px;
    height: 36px;
    padding: 5px;
  }
  
  .leaflet-control-simplebutton a {
    color: #000;
    cursor: pointer;
    line-height: 150%;
    white-space: nowrap;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-decoration: none;
    background: transparent;
    opacity: 0.75;
  }
  
  .leaflet-control-simplebutton a:hover {
    opacity: 1;
    text-decoration: none;
  }
  
  .leaflet-control-simplebutton a i {
    pointer-events: none;
    font-size: inherit;
  }
  
  /* TOUCH */
  
  .leaflet-touch .leaflet-control-simplebutton {
    width: 44px;
    height: 44px
  }
  
  .leaflet-touch .leaflet-control-simplebutton a {
    font-size: 22px;
  }
  
  html, body {
    height: 100%;
    margin: 0;
}

html, body, #map {
    width: 100%;
    height: 100%;
}

#map {
  margin: 0 -15px;
  width: 104%;
}

.container-fluid, .row{
    height: inherit;
}

table {
    width: 100%;
}

table td {
    word-break: break-all;
}

#property-filter {
  position: absolute;
  height: 100%;
  z-index: 1000;
  top: 0;
  right: 0;
  /* width: 500px; */
}

.modal-header{
  padding: 5px 1em;
  background: #bbb;
  color: #fff;
}

#property-filter .modal-content {
  height: inherit;
}

span.input-group-text {
  width: 125px;
  font-size: small;
}

#property-header-mapper tr td:first-child{
  width: 40%;
}

@keyframes animate-radius-button {
  from {background-color: gray;}
  to {background-color: red;}
}

.highlight {
  animation: animate-radius-button 5s infinite;
}

.card-header {
  padding: 0;
}

.card-header .btn.btn-link {
  width: 100%;
  float: left;
  text-align: left;
}

.hide{
  display: none;
}

.show{
  display: inline;
}