.admin .navbar{
    padding: 0!important;
    justify-content: flex-start!important;
}

main > .container, main > .container-fluid {
    padding: 0 0 0;
}
header {
    background: #fff;
}
.header-link .logo-img{
    height: 140px;
    width: auto;
    display: block;
}
.header-link .logo-img-mobile{
    height: 50px;
    width: auto;
    display: block;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}
.footer-link img{
    height: 50px;
    width: auto;
    display: inline-block;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}
#locationDescription{
    position: relative;
}
#fadeout{
    position: absolute;
    bottom: 50px;
    left: 0;
    height: 50px;
    width: 100%;
    background-image : linear-gradient(to bottom, 
                    rgba(99, 27, 75, 0), 
                    rgba(99, 27, 75, 1) 90%);
}
#divReadMore {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    height: 50px;
    background: rgb(99, 27, 75);
}
.home-page, .home-page footer{
    background-color: #343a40;
    height: auto;
}
.home-page .main-content{
    margin-bottom: -40px;
    padding-bottom: 40px;
}
.home-page .main-map{
    min-height: 300px;
    height: 60vh!important;
}

@media (min-width: 992px) {
    .home-page .main-map{
        height: 100%!important;
    }
    .home-page .info-box{
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .h-lg-100 {
        height: 100% !important;
    }
    .footer-link img{
        height: 100px;
        width: auto;
        display: inline-block;
    }
}
.info-box{
      font-size: 14px;
      position: relative;
      background: #631b4b;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.info-box table.table-dark{
    background: #631b4b;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.info-box .docs{
      word-break: break-all;
}
.default-info{
    color:  #fff;
}
#loadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.9);
}




.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


