﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

html.full-page,
html.full-page body,
html.full-page div[role="main"] {
    height: 100%;
    width: 100%;
}

html.full-page div[role="main"] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.thumbnail-list {
    padding: 0;
    overflow-y: auto;
    height: 100%;
    list-style: none;
}

.thumbnail-container {
    display: flex;
    flex-direction: row;
    gap : 10px;
}

.thumbnail-image-container {
    padding: 4px;
    border: 1px solid #d8d7d7;
    position: relative;
    height: 250px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail-item.active .thumbnail-image-container {
    border: 5px solid #3480f8;
    padding: 0;
}

.thumbnail-checkbox {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.full-screen-content-container{
    flex: 1;
    flex-direction: row;
    overflow: hidden;
    display: flex;
}
#open-seadragon-container{
    flex: 1;
}
.ocr-panel-body {
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
}
.primary-image-container,
.primary-image-container .panel-body{
    flex: 1;
    display: flex;
    overflow-y: auto;
}

.primary-image-container .panel-body pre {
    white-space: pre-wrap;
}

.primary-image-container{
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 0;
}

.imaging-file-types-nav {
    margin-bottom: 1px;
    border-bottom: 1px solid #d8d7d7;
}

.nav.nav-plain > li {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
}

.flex-stretch {
    flex-direction: column;
    display: flex;
}

a.disabled {
    color: #ababab !important;
}

a.disabled .fa-pencil {
    color: #ababab !important;
    cursor: not-allowed;
}

.flex-row {
    flex-direction: row;
}

.full-screen-container {
    flex: 1;
    background-color: #333333;
}

.image-previewer {
    position: relative;
    flex: 1;
    display: flex;
}

#filters {
    position: absolute;
    border-bottom: 1px solid #ddd;
    top: 0;
    right: 0;
    margin: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 2px 10px 0 rgba(125, 125, 125, 0.5);
    min-width: 300px;
    z-index: 99999;
}

#filters label {
    width: 100px;
    display: inline-block;
    text-align: right;
}

#filters input {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}

.click a {
    display: block;
    cursor: pointer;
    pointer-events: auto;
}

.highlight {
    color: #0043ff;
    font-weight: bold;
}

ol.breadcrumb {
    margin-top: 20px;
}

ul.activity {
    list-style: none;
    padding: 0;
    margin: 0;
}

.panel-body {
    border-bottom: 1px solid #ddd
}

.panel-body:last-child {
    border-bottom: 0;
}

.panel {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.panel > :last-child {
    margin-bottom: 0;
}

.no-top {
    margin-top: 0;
    padding-top: 0;
}

.activity-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.activity-items li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.activity-items li:last-child {
    border-bottom-width: 3px;
}

.trade-item {
    overflow: auto;
}

.trade-item .amount {
    float: right;
    text-align: right;
    padding-top: 7px;
}

.trade-item a {
    margin: 5px;
}

.btn-in-line {
    margin-right: 10px;
}

/* The Modal (background) */
.site-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.site-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 20%;
    min-width: 300px;
    max-width: 90%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.checkbox-label-list label {
    display: block;
    float: left;
    clear: left;
}

.checkbox-label-list input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 5px;
}

.checkbox-label-list span {
    vertical-align: middle;
}

.grid-line {
    line-height: 32px;
}

.grid-container-large {
    margin-top: 30px;
}

.grid-container-medium {
    margin-top: 15px;
}

.edit-label {
    line-height: 34px;
}

.radio-label {
    font-weight: normal;
}

.radio-container {
    width: auto;
}

.edit-button {
    padding: 5px 10px;
    margin-left: 15px;
}

.submit-button {
    padding-left: 10px;
    margin-left: 5px !important;
}

element.style {
}

@media (min-width: 768px) {
    .edit-label-container {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .edit-label-container {
        text-align: left;
    }
    .form-control-column {
        padding-right: 0;
        padding-left: 0;
    }
}

.row-top-spaced {
    margin-top: 15px;
}

.overflow-height-limited {
    overflow: auto;
    height: 200px;
}

.form-control-top-padded {
    padding-top: 25px;
}

.row-bottom-spaced-md {
    margin-bottom: 15px;
}

.row-bottom-spaced-lg {
    margin-bottom: 30px;
}
.container-fields {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.margin-footer {
    margin-bottom: 40px;
}

@media screen and (max-width: 600px) {

    .dl-horizontal dd {
        margin-bottom: 1rem;
    }

    .btn-zd {
        padding-left: 0px;
    }

    .btn-zd:first-of-type {
        padding-left: 15px;
    }

    .sub-nav .nav-item {
        width: 50%;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-bottom-color: #ddd;
        border-radius: 4px !important;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }

    .dropdown-menu > li > a:hover {
        background-color: #eaeaea !important;
    }
}

.opaque {
    opacity: 100%;
}

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

.padding-left-sm {
    padding-left: 15px;
    padding-right: 5px;
}

.padding-horizontal-sm {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-md {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.wave-cms-table {
    .notice-name-column {
        min-width: 160px !important;
    }
    .date-column {
        min-width: 80px !important;
        max-width: 180px !important;
    }
    .date-time-column {
        min-width: 120px !important;
        max-width: 180px !important;
    }
    .notice-action-column {
        padding-left: 80px !important;
    }
    .count-column {
        min-width: 60px !important;
        max-width: 100px !important;
    }
    .edit-column {
        padding-left: 20px !important;
    }
    .italic-text {
        font-style: italic;
    }
}

.draft-icon {
    color: orange;
    margin-right: 9px;
}

.ready-icon {
    margin-right: 10px;
}

.min-width-60 {
    min-width: 60px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-20 {
    margin-left: 20px;
}

.complete-icon {
    color: black;
}

.complete-with-invalid-icon {
    color: orange;
}

.processing-icon {
    color: green;
}

.error-icon {
    color: red;
}

#tiff-dest canvas {
    max-width: 100%;
    width: 100%;
}

.imaging-embed {
    max-width: 100%;
}

.break-word {
    word-break: break-all;
}

.centered-headline {
    text-align: center;
    margin-bottom: 20px;
}

.confirmation-message {
    margin-top: 5px;
}

.msg-container .msg-meta {
    line-height: 1.5;
}

.msg-meta .msg-attachments {
    font-weight: normal;
    list-style: none;
    padding-left: 0;
}

.msg-meta.pt-1 {
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: 1px solid #ddd;

    display: block;
}

.msg-container h4 {
    margin: 2rem 0;
}

#active-employers span.btn {
    margin-top: -6px;
}

#active-employers p {
    border-bottom: 1px solid #dadada;
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
}

#active-employers p:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.btn-group-toggle {
    margin: 2rem 0;
}

.btn-group-toggle .btn.active {
    outline: 2px solid #337ab7 !important;
    box-shadow: none !important;
}

.activity-info-card {
    padding: .25rem 1rem .75rem;
    margin: 1.25rem 0 ;
    border-bottom: 1px solid #dadada;

}

.activity-info-card:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.activity-info-card h5 {
    margin-bottom: .25rem;
}

.iframe-modal {
    width: 70%;
    height: 70%;
    border: none;
    background: #fff;
}

html.embed ol.breadcrumb, html.embed .btn-primary-action, html.embed .btn-secondary-action, html.embed .embed{
    display: none;
}

html.embed body {
    padding-top: 0;
    padding-bottom: 20px;
}
