
body {
    padding-top: 20px;
    font-size: 14px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

#mapid {
   width: 1000px;
   height: 800px;
}

.list-group-item {
    padding: 10px 15px
}

.top-buffer {
    margin-top: 20px;
}

.filter li.nav-item {
    padding: 15px 4px  15px 4px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  border-bottom : 16px solid black;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 45%;
  left: 45%;
}

.legend .icon-legend {
    width: 14px;
    height: 25px;
}

.legend {
    border-style: dashed;
}

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

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


.spinner{
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background: white;
  opacity: 0.6;
}


.leaflet-tooltip.kar-tooltip {
    padding-right: 12px;
    /*position: absolute; */
    padding-left: 70px;
    padding-bottom: 25px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    font-size:10px;
    background-color: transparent;
    border: none;
    box-shadow: none;
}




.kar-popup {
    opacity: 0.7;
}
.kar-popup ul{
    list-style-type: none;
    padding-left: 3px;
}

.leaflet-tooltip.label {
    position: absolute;
    padding-left: 30px;
    padding-top: 60px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    font-size:15px;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.location-popup ul {
    list-style-type: none;
}

/* CSS */
#console {
    height: 600px; width: 1000px;
    border: 1px solid #333;
    overflow:scroll;
    background-color: #000;
    color: #00ff00;
    padding: 8px;
    font-family: courier new, monospace;
}

#console li {
    list-style: none;
}


.v-application--wrap {
    min-height: 1vh !important;
}

/* Custom table height for vuetify element*/
.v-data-table td {
    height: 44px !important;
}

.navbar-subbrand {
    float: left;
    height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #B6B6B6;
}

.navbar-subbrand:focus, .navbar-subbrand:hover {
    color: #808080;
    background-color: transparent;
}
.navbar-img {
    float: left;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
