﻿@media screen {
    .print {
        display: none;
    }
}

.modal-open .external-bootstrap .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-open {
    overflow: hidden;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.display-group-list-data ul {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

.map-value iframe,
.map-value .map-value-invalid-placeholder {
    width: 100%;
    height: 350px;
}

.map-value iframe {
    border: none;
}

.map-value a {
    font-size: small;
}

.map-value .map-value-invalid-placeholder {
    align-content: center;
    background-color: #eee;
}

img.image-value {
    cursor: pointer;
}

@media (min-width: 1200px) {
    #imagevaluemodal .modal-lg {
        width: 1100px;
    }
}

.external-bootstrap table {
    min-width: 0;
}

.external-bootstrap .listviewheader.dropdown {
    display: inline-block;
    white-space: normal;
}

.external-bootstrap th.display-group-list-header {
    white-space: nowrap;
}

#menubar {
    /* menu bar on external site is a special placeholder for indicating the height of the top header height of an external site that has a sticky header */
    /* this is used for adjusting the height on sticky headers on tables when scrolling */
    /* the dept css file should specify the height */
    visibility: hidden;
    position: absolute;
}

.tableFloatingHeaderOriginal {
    background-color: #fff;
}

.moreFiltersContainer {
    display: inline-block;
}

.record-count {
    display: inline-block;
    text-align: right;
    white-space: nowrap
}

