﻿.center {
    /* Center images */
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.child-shown {
    font-weight: bold;
}

th.min-width-col,
td.min-width-col {
    /* Fit column width to contents */
    width: 1%;
    white-space: nowrap;
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.child-shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}

p.header {
    text-align: center;
    border-style: dashed;
    border-width: 1px 0 1px 0;
}

.w-160 {
    width: 160px;
}

.h-20 {
    height: 20px;
}

.h-150 {
    height: 150px;
}

.h-300 {
    height: 300px;
}

.h-332 {
    height: 332px;
}

.m-t-2 {
    margin-top: 2px;
}

.m-b-32 {
    margin-bottom: 32px;
}

.max-w-600 {
    max-width: 600px;
}

.max-w-20rem {
    max-width: 20rem;
}

.max-h-160 {
    max-height: 160px;
}

.badge-lg {
    vertical-align: middle;
    font-size: 18px;
}

.loading-sm {
    height: 100px;
    width: 100px;
}

.prevent-duplicate-button::after {
    content: '';
    display: var(--submit-loading-display, none);
    background-image: url('/img/loading.gif');
    background-size: cover;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-left: 5px;
}

.img-xs {
    height: 20px;
    width: 20px;
}

.modal-600 {
    max-width: 600px;
}

.modal-1140 {
    max-width: 1140px;
}

.modal-1600 {
    max-width: 1600px;
}

.bg-lightgreen {
    background-color: lightgreen;
}

.bg-orange {
    background-color: orange;
}

.bg-orangered {
    background-color: orangered;
}

.bg-darkred {
    background-color: darkred;
}

.bg-lightblue {
    background-color: lightblue;
}

.header-above {
    margin-bottom: unset;
}

.xp-rightbar {
    /* Needed to prevent popper elements from getting cut off */
    overflow: unset;
}

.xp-contentbar {
    /* Margin needed for fixed navbar */
    margin-top: 70px;
    margin-bottom: 62.4px;
}

.dataTables_filter > label > input {
    /* Fix for DataTables search box */
    max-width: 250px;
}

.text-default {
    color: #777777;
}

a.btn:not(.btn-light):not([class*="btn-outline-"]) {
    /* Fix for disappearing text on links styled as buttons */
    color: #ffffff;
}

label.postfix:after {
    content: "*" !important;
}

.operations-fixed-height {
    max-height: 50vh;
    overflow-y: auto;
}

::-webkit-input-placeholder {
    color: #c7c7c7 !important;
}

:-moz-placeholder {
    color: #c7c7c7 !important;
}

::-moz-placeholder {
    color: #c7c7c7 !important;
}

:-ms-input-placeholder {
    color: #c7c7c7 !important;
}

::-ms-input-placeholder {
    color: #c7c7c7 !important;
}

::placeholder {
    color: #c7c7c7 !important;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.scrollable-dropdown .dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
}

.hide {
    display: none;
}

.dangerText {
    color: crimson;
}

.read-poam {
    background: white;
}

.unread-poam {
    font-weight: bold;
}

.shown {
    background: #d6e0f5;
}

.no-padding {
    padding: 0;
}

.z-index {
    z-index: 1060;
}
