/* QGov Styles */
body {
    font-family: Lato,Helvetica,Arial,sans-serif
}
.qgov-header:before {
    content: ' ';
    display: block;
    height: 32px;
    width: 100%;
    background: #FFFFFF;
}
.qgov-header {
    overflow: hidden;
}
.qgov-header a {
    float: left;
    padding: 12px 20px;
}
.qgov-grey {
    background: #F6F6F6;
}
.qgov-nav-text {
    color: #005376 !important;
}
.qgov-header > a > img {
    display: block;
    width: 290px;
    height: 55px;
}
.qgov-breadcrumb {
    background: #007eb1;
    overflow: auto;
    white-space: nowrap;
}

.qgov-breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.0625rem;
}
.qgov-breadcrumb ol li {
    display: inline-block;
    white-space: nowrap;
    padding: .2em .5em .3em;
}
.qgov-breadcrumb ol li:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 900;
    font-size: 11px;
    font-size: .7rem;
    line-height: 1;
    padding-right: 6px;
    padding-right: .4rem;
    content: "\f054";
    background: inherit;
    color: inherit;
}

.qgov-breadcrumb ol li.qgov-breadcrumb-home:before {
    content: '';
}
.qgov-breadcrumb-home a:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 900;
    font-size: 21px;
    font-size: 1.3rem;
    line-height: 1.05;
    padding-right: 11px;
    padding-right: .7rem;
    content: "\f19c";
    background: inherit;
    color: #fff;
}
/* MAP Things */
.map-tabs {
    display: flex;
}
.map-nav {
    display: flex;
    align-items: stretch;
}
.map-nav-left {
    flex: 1;
}
.map-nav-right {
    flex: 1;
    justify-content: flex-end;
}
.map-tab {
    line-height: 52px;
    height: 52px;
    display: flex;
}
.map-tab > a,
.map-tab > span > a {
    display: block;
    white-space: nowrap;
}
.map-tab > a.active,
.map-tab > span > a.active {
    border-bottom: 2px solid #FFF;
}
.map-tab i.fa {
    height: inherit;
    line-height: inherit;
}
@media only screen and (max-width: 1000px) {
    .map-nav {
        flex-direction: column-reverse;
    }
}


#login {
    margin: 100px auto;
    max-width: 400px;
}

#login form {
    padding: 20px;
}

.user-role-table tbody tr:first-child,
.file-issue-requested-items-table tbody tr:first-child,
.reading-room-requested-items-table tbody tr:first-child,
.restricted-record-requested-items-table tbody tr:first-child {
    border-bottom: none;
}

.brand-logo .logo-text {
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px 20px #333;
}

.logo-icon {
    font-size: 200%;
    opacity: 0.35;
}

.current-location-display {
    display: flex;
}

.current-location-display .current-location-display-agency,
.current-location-display .current-location-display-location {
    text-overflow: ellipsis;
    max-width: 240px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.current-location-display .current-location-display-agency:before {
    content: '\f19c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 4px 0;
    display: inline-block;
}

.current-location-display .current-location-display-location:before {
    content: '\f3c5';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 4px 0 10px;
    display: inline-block;
}

a .current-location-display:after,
a#userMenuTrigger:after,
a#manageMenuTrigger:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    padding-left: 5px;
}

.status-infomatic {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.status-infomatic:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #546e7a;
    display: block;
    top: 15px;
}

.status-infomatic li:after {
    content: ' ';
    width: 30px;
    height: 30px;
    background-color: #b0bec5;
    border: 2px solid #546e7a;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    border-radius: 50%;
}

.status-infomatic li {
    position: relative;
    display: block;
    flex: 1;
    /*flex-grow: 1;*/
    list-style-type: none;
    text-align: center;
    vertical-align: top;
    padding-top: 40px;
}

.status-infomatic li.first:before {
    position: absolute;
    background-color: white;
    top: 0;
    left: 0;
    height: 30px;
    width: 50%;
    content: '';
}

.status-infomatic li.last:before {
    position: absolute;
    background-color: white;
    top: 0;
    right: 0;
    height: 30px;
    width: 50%;
    content: '';
}

.status-infomatic li.empty:after {
    content: initial;
}

.status-infomatic li.current:after {
    background-color: #77dd77;
}

.status-infomatic li.checked:after {
    background-color: #77dd77;
}

.status-infomatic li.stand-alone {
    background-color: white;
}

.status-infomatic li.error:after {
    background-color: tomato;
    content: '\f06a';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: darkred;
    font-size: 18px;
}

.status-infomatic li .badge {
    margin: 0;
    float: none;
    display: inline-block;
}

.toc-wrapper .table-of-contents {
    margin: 0;
    padding: 0;
}

.file-issue-requested-items-table td,
.reading-room-requested-items-table td,
.restricted-record-requested-items-table td {
    vertical-align: top;
}

.file-issue-requested-items-table .extra-info h2,
.reading-room-requested-items-table .extra-info h2,
.restricted-record-requested-items-table .extra-info h2 {
    font-size: 100%;
    color: #9e9e9e;
    margin: 0.5em 0 0 0;
}

.file-issue-requested-items-table tbody:nth-child(2n) td,
.reading-room-requested-items-table tbody:nth-child(2n) td,
.restricted-record-requested-items-table tbody:nth-child(2n) td {
    background-color: #FAFAFA;
}

.tabs .tab {
    position: relative;
}

.tabs .notification {
    cursor: pointer;
    position: absolute;
    top: -2px;
    right: 5px;
}

.tabs .notification i.fa {
    font-size: 1em;
}

.form-errors .error-field {
    font-weight: bold;
}

.search-box {
    padding: 0 1em 1em 1em;
    border-bottom: 2px solid #efefef;
    max-width: 1280px;
}

.search-box .sample-date-formats {
    color: #9e9e9e;
    font-size: 80%;
    padding-left: 1em;
}

.search-box .date-limit {
    padding-right: 2em;
}

.search-box .date-to {
    padding: 0 2em;
}

.search-box section {
    margin-bottom: 1em;
}

.search-tools {
    margin-top: 2em;
}

.search-results {
    border-left: 2px solid #efefef;
}

.search-results tr {
    border-bottom: none;
}

.search-results tr.top {
    border-top: 1px solid rgba(0,0,0,0.12);
}

.search-tools section, .search-tools .facet-section {
    margin-bottom: 1em;
}

.search-results tr.top.expanded td {
    padding-bottom: 5px;
}

.search-results tr.nested td {
    padding: 0 0 0 5px;
}

.search-results tr.nested td:first-child {
    padding: 0;
}

.search-results tr.nested .indent-wrapper {
    margin: 0 0 10px 10px;
    padding: 5px 0 5px 10px;
}

.search-results tr.nested td:first-child {
    position: relative;
}

.search-results tr.nested td:first-child:before {
    content: ' ';
    width: 6px;
    background: #efefef;
    position: absolute;
    height: calc(100% - 4px);
    left: 8px;
    top: 2px;
    display: block;
}

.search-results td, .search-results th {
    vertical-align: top;
}

.inline-label-value-row .inline-label {
    color: #777;
    white-space: nowrap;
    display: block;
    font-size: 0.8em;
}

.inline-label-value-row .inline-value.multiple > * {
    margin-right: 10px;
}

.search-tools .facet-title {
    font-weight: bold;
}

.search-tools .sort-selector {
    max-width: 20em;
}

.search-tools .facets-table {
    max-width: 20em;
}

.search-tools .facets-table tr, .search-tools .facets-table td {
    border: none;
    padding: 0;
}

.search-tools .facets-table .facet-value {
    padding-left: 0.5em;
}

.search-tools .facets-table .facet-count {
    text-align: right;
    color: #9e9e9e;
}

.record-search .no-results {
    margin-top: 2em;
}

.representation-browse-modal {
    width: 95%;
    max-height: 90%;
    height: 90%;
    top: 5% !important;
}

.manage-agency-modal {
    width: 95%;
    max-height: 90%;
    top: 5% !important;
}


@media only screen and (max-width: 1000px) {
    .map-hide-on-phone {
        display: none !important;
    }
}

.input-field.required label:before,
label.required:before {
    content: '\f069';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 4px 0;
    display: inline-block;
    color: darkred;
    font-size: 10px;
    vertical-align: text-top;
}

.assign-users-table td {
    padding: 0;
}

.assign-users-buttons {
    margin: 0.5em 0;
}

.assign-users-buttons .btn {
    min-width: 16em;
    text-align: left;
    margin: 0.25em 0;
}

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

.alert-none {
    font-weight: normal;
}

.alert-italic {
    font-style: italic;
}

.selection-options {
    clear: both;
}

.sort-options, .filter-options {
    display: inline-block;
}

.sort-options label, .filter-options label {
    padding-right: 1em;
}

.sort-options select, .filter-options select {
    display: inline-block;
    width: auto;
    margin-right: 1em;
}

.apply-limit, .reset-limit {
    margin-left: 0.5em;
}

#transfer-import-file-listing .btn-xs, .result-summary .btn, .delete-all-problem-files-btn {
    font-size: 80%;
    padding: 5px;
    line-height: 1.0;
    height: auto;
}

.digipres-files .selection.filter-options .file-name-text {
    width: 12em;
}

.delete-all-problem-files-btn {
    margin-left: 1em;
}

.file-summary .alert {
    margin-top: 0.5em;
}

.clear-filter-btn i, .delete-all-problem-files-btn i {
    font-size: 150%;
}

.result-summary {
    margin-top: 2em;
}

.result-summary .btn {
    float: right;
    margin-left: 0.25em;
}

.digipres-files .actions {
    margin-top: 2em;
}

.digipres-files .file-actions .btn {
    font-size: 80%;
    padding: 5px;
    line-height: 1.0;
    height: auto;
}

.digipres-files .file-actions .btn i {
    font-size: 100%;
}

.digipres-files .transfer-import-file-list td,
.digipres-files .transfer-import-file-list th {
    padding: 5px 0;
    height: 70px;
}

.digipres-files .pagination-centered td {
    text-align: center;
}

.digipres-files .pagination-container {
    display: inline-block;
}

.digipres-files .refresh-visible-btn {
    margin-left: 1em;
}

.bulk-file-uploader .resumable-drop-target {
    margin: 1em 0 !important;
}

.bulk-file-uploader .file-list-container .file-remove-btn {
    margin-left: 0.5em;
}

.bulk-file-uploader .overall-upload-progress {
    text-align: center;
}

.bulk-file-uploader .pagination-container {
    display: block;
    text-align: center;
}

.bulk-file-uploader td, .bulk-file-uploader td {
    padding: 0 !important;
}

.transfer-list-upload-display li {
    margin-bottom: 1em;
}

#transfer-import-file-listing.hide-status-column th.file-status,
#transfer-import-file-listing.hide-status-column td.file-status {
    display: none;
}

.card-panel.compact {
    padding-left: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.badge {
    white-space: nowrap;
}

.type-cell .badge {
    width: 100%;
}

table.cell-borders th,
table.cell-borders td {
    border-right: 1px dotted #eee;
}
table.cell-borders th:last-child,
table.cell-borders td:last-child {
    border-right: none;
}

table.cell-borders tr.nested td {
    border-top: 1px dotted #eee;
}

.qsa-id-search-field .qsa-id-search-prefix {
    position: absolute;
    top: 1em;
    margin: 0;
    min-width: 2em;
}

.qsa-id-search-field input {
    padding-left: 30px !important;
    width: calc(100% - 30px) !important;
}

.qsa-id-search-field label.always-active {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.record-description .inline-value {
    border: 1px solid #EEE;
    display: block;
    padding: 10px;
    background: #FFF;
    border-radius: 5px;
}