/* Minification failed. Returning unminified contents.
(114,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-gray-600'
(129,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-bg'
(133,21): run-time error CSS1039: Token not allowed after unary operator: '-bs-secondary-color'
 */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.bold-not {
    font-weight: normal;
}

.table-responsive {
    overflow-x: auto;
}

h1 .smaller {
    font-size: 16px;
}

/* td.details */
td.details {
    text-align: center;
    vertical-align: central;
}

td.details span {
    font-size: 1.2em;
    cursor: pointer;
}

td.details span.glyphicon {
    font-size: 16px;
    cursor: pointer;
}

.page-header img {
    margin-bottom: 50px;
}

footer {
    color: #999999;
}

.btn-bottom-margin {
    margin-bottom: 10px;
}

/* Login */
#sessiontimerContainer { font-size: 80%; }

#userInfo {
    font-size: 80%;
    opacity: 0.9;
}
#userInfo:hover {
    color: #777777;
    opacity: 0.9;
}

#sessiontimerContainer .red { color: red; }

#sessiontimerContainer .red { color: red; }
/* end Login */

.font-consolas {
    font-family: Consolas;
}

.logo {
    height: 100px;
    margin-left: auto;
}

.body-content {
    margin-bottom: 4em;
}

footer {
    height: auto;
    min-height: 4em;
    max-height: fit-content;
}

/* Select 2 bootstrap-5 theme override */
html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection {
    background-color: transparent !important;
    border: 1px solid #495057;
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--single {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

    html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
        color: #dee2e6 !important;
    }

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    color: #dee2e6 !important;
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    border: 1px solid var(--bs-gray-600);
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #dee2e6 !important;
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    background-color: transparent !important;
    color: #dee2e6 !important;
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown {
    color: #dee2e6 !important;
    border: 1px solid #495057 !important;
    background-color: var(--bs-body-bg);
}

    html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
        color: var(--bs-secondary-color) !important;
    }

html[data-bs-theme="light"] .logo {
    color: #1c1c1c;
}

html[data-bs-theme="dark"] .logo {
    color: #ffffff;
}
/*1c1c1c*/

/*
.has-error .help-block,
.has-error .control-label {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}*/
