html, body, .container-fluid.height-100-percent, .tab-content, .tab-pane {
   height: 100%;
}

@-moz-document url-prefix(){
    #map-canvas img {
      image-rendering: crisp-edges;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #map-canvas img {
      image-rendering: pixelated;
    }
}

@media (min-width: 769px) {
    .hidden-desktop {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .hidden-mobile {
        display: none !important;
    }
}

.container {
    margin-left: 10px;
    margin-right:10px;
}

.container-fluid {
    margin-left: 10px;
    margin-right:10px;
}

.container-fluid.main-body-container {
    margin: 0;
    padding: 0;
    height: calc(100% - 61px);
}

.status-tab-content, .firework-tab-content, .hrrr-tab-content {
    text-align: center;
}
.status-tab-content iframe, .firework-tab-content iframe, .hrrr-tab-content iframe {
    border: none;
}

.firework-tab-content iframe, .hrrr-tab-content iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.caption {
    font-style: italic;
    font-weight: 200;
    font-size: small;
    margin-bottom: 10px;
}

#domain_notes.alert-warning {
    color: red;
}

.modal-alert.alert {
    margin-bottom: 0px; /* to override bootstrap's padding of 20px */
}
.modal-alert.alert-warning, .modal-alert.alert-error {
    color: red;
}

.modal-alert .header {
    font-weight: bold;
}

.modal-dialog .lower-right-button-container {
    height: 30px;
    margin-top: 20px;
}

.modal-dialog .lower-right-button {
    float: right;
    margin-left: 10px;
}

/* make tab links marked as 'disabled' truly disabled */
.nav > li.disabled {
  opacity: 40;
  pointer-events: none;
}
.nav > li.disabled > a:hover {
  cursor: default;
  text-decoration: none;
  background-color: inherit;
}

/* Fire popups */

#fire_info_modal > div > div {
    margin: 0 0 10px 10px;
    font-weight: bold;
}

#fire_info_modal > div > div > div > div {
     margin-left: 5px;
    font-weight: normal;
}

#fire_info_modal .disclaimer {
    font-weight: normal;
    font-style: italic;
}

/* map */

#map-container .caption {
    text-align: right;
}

/* Bug Report dialog*/

#bug-modal textarea {
    width: 100%;
}

#bug-modal caption {
    padding-left: 5px;
}
