body, html {
    height: 100%;
}

/* Configure PRADO forms for use with Bootstrap's flexbox grid system */
form {
    display: block;
    width: 100%;
    height: 100%;
}

/* Set maximum height of company logos that form part of dashboard headers */
.dashhead-logo {
    max-height:60px;
}

/* Make text on action buttons for popup modals more legible. */
.modal-action:hover, .modal-action:focus, .modal-action:active {
    color: black;
}

/* Subtler highlighting of 'today' date */
.datepicker table tr td.today {
    background-color: #ffdb99;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover {
    color: #fff;
    background-color: #ffdb99;
}

/* Scale down large profile images */
@media (min-width: 576px) {
    .img-thumbnail {
        max-width: 300px;
    }
}

/* Sticky footer */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.sidebar-brand > img {
    height: 45px;
}

#map-inner{
  height: 400px;
}

.map-inner-text{
  position: absolute;
  padding: 20px;
  background: white;
  background-color: white;
  top: 5%;
  right: 5%;
  max-width: 90%;
}

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

.icon-lg::before {
    top: initial !important;
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: middle;
}

.spinner::before {
    top: initial !important;
    font-size: 1.3rem;
    display: inline-block;
    animation: anim-rotate 2s infinite linear;
    text-shadow: 0 0 .25em rgba(255,255,255, .3);
    vertical-align: middle;
}

/* Revert to standard bootstrap table header padding. this value is overrided by jQuery tablesorter.
   See: http://tablesorter.com/docs/#Configuration */
.table .header {
    padding: 0.75rem;
}

/* Change alignment for use in table cells */
.delta-indicator {
    display: unset;
    padding: .4em;
    font-size: 0.8rem;
    vertical-align: unset;
}
