@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body {
    padding-top: 5rem;
    padding-top: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    background-color: #04756f;
    color: #333;
}

.offscreen {
    font-size: 1px;
    left: -200em;
    position: absolute;
    top: -100em;
}

.h1, .h2, .h3, h1, h2, h3, h4 {
    font-family: 'Merriweather', serif;
    margin: 0;
}
h2 {
    font-size: 20px;
}
h4.modal-title {
    font-size: 20px;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover,
a, .btn-link {
    color: #04756f;
    border-color: transparent;
    background-color: transparent;
    text-decoration: none;
}
a:hover, a:focus,
.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
}
a.btn,
.nav a,
a.dropdown-item {
   text-decoration: none;
}
.nav .nav-item .nav-link {
    padding: 10px 15px;
}
hr {
    border-top: 1px solid #777;
}
.popover p {
    font-family: 'Merriweather', serif;
    margin-bottom: 5px;
    font-size: 16px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

/************* bs overrides ****************/
.row {
    margin-left: 0;
    margin-right: 0;
}
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*************** general ****************/
#submission-errors {
    overflow: hidden; /* this is what fixes the expansion */
    text-overflow: ellipsis; /* not supported in all browsers, but I accepted the tradeoff */
}

#source-files {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-muted,
.form-control {
    color: black;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}

.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}

.json-data {
    max-height: 500px;
    margin-top: 10px;
}

pre {
    padding: 9.5px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.error,
.errorlist li {
    color: #b94a48;
    font-style: oblique;
    list-style-type: none;
}

.file-list {
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0 20px 0px;
    resize: vertical;
    overflow-y: auto;
    height: auto;
    display: none;
    padding: 8px;
    background-color: #eee;
}
.file-list a.close, .file-list a.close:active, .file-list a.close:hover,
#collapse_failure a.close, #collapse_failure a.close:active, #collapse_failure a.close:hover {
    background-color: transparent;
    color: #02423f;
}
.file-list .header-row {
    border-bottom: 1pt solid #ccc;
    padding-bottom: 5px;
}
.submission-right hr {
    margin-top: 3px;
    margin-bottom: 3px;
    border-top: 1px solid #ccc;
}
.submission-right, .process-right {
    background-color: #eee;
    padding: 8px;
    block-size: fit-content;
}

.submission-right p, .process-right p {
    margin-bottom: 0px;
}
#collapse_failure {
    margin-top: 5px;
    font-size: 15px;
}
#collapse_failure p {
    font-size: 15px;
}
#collapse_failure div.well {
    margin-bottom: 5px;
}
#collapse_failure a.close {
    padding: 5px 5px 0 0;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    color:#fff !important;
}

.visually-hidden-focusable:active, .visually-hidden-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.hidden {
    display: none;
}

#no_masquerade_container {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
}

#no_masquerade_content {
    padding: 12px 11px 11px 11px;
    background-color: rgba(255, 83, 83, 0.6);
}

#no_masquerade_header {
    margin-left: 15px;
    font-weight: bold;
    font-size: large;
}

a.permissions-check,
a.properties-check,
a.fields-check,
a.cases-check {
    margin-left: 15px;
    font-size: 15px;
    color: #333;
}

a.permissions-uncheck,
a.properties-uncheck,
a.fields-uncheck,
a.cases-uncheck {
    margin-left: 10px;
    font-size: 15px;
    color: #333;
}
a.permissions-check:hover,
a.permissions-check:focus,
a.properties-check:hover,
a.properties-check:focus,
a.fields-check:hover,
a.fields-check:focus,
a.permissions-uncheck:hover,
a.permissions-uncheck:focus,
a.properties-uncheck:hover,
a.properties-uncheck:focus,
a.fields-uncheck:hover,
a.fields-uncheck:focus,
a.cases-uncheck:hover,
a.cases-uncheck:focus {
    color: #000;
}
/************ header ***************/
header {
    width: 100%;
    z-index: 1;
}

header .row {
    padding: 0;
    margin: 0;
}

header .col-lg-2 {
    background-color: #04756f;
    padding: 0;
}

header .col-lg-3 {
    padding-right: 0;
}

header h2 {
    color: #fff;
    margin-top:  25px
}

header small {
    color: #fff;
}
/************* MAIN NAV ***************/
a.navbar-btn-notice {
    color: #fff !important;
    background-color:#02423f;
    margin-right: 3px !important;
}
a.navbar-btn-notice:hover, a.navbar-btn-notice:focus, a.navbar-btn-notice:active, a.navbar-btn-notice.active {
    background-color: #04756f !important;
}
.dropdown-menu {
    font-size: 16px;
}
.dropdown-menu>.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #02423f;
}
.navbar-default {
    background-color: #02423f;
}
.navbar-nav {
    margin: 0;
    flex-direction: row;
}

.navbar-default .navbar-nav>.nav-item>.nav-link,
.navbar-default .navbar-nav>.nav-item>.nav-link:hover {
    color: #fff;
    padding: 16px !important;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-default
.navbar-nav>.active>a,
.navbar-default .navbar-nav>.nav-item.active>.nav-link:hover,
.navbar-default .navbar-nav>.nav-item.active>.nav-link:focus,
.navbar-default .navbar-nav>.nav-item>.nav-link:hover,
.navbar-default .navbar-nav>.nav-item>a.nav-link:focus,
.navbar-default .navbar-nav>.nav-link.show,
.navbar-default .navbar-nav>.nav-link.show:hover,
.navbar-default .navbar-nav>.nav-link.show:focus {
    background-color: #04756f;
    color: #fff;
    padding: 16px !important;
}
.navbar {
    margin-bottom: 0;
    min-height: 0;
}

.navbar-brand:hover, .navbar-brand:focus {
    color:#eee;
    text-decoration: none;
}

.dropdown-menu.show {
    width: auto;
    background-color: #04756f;
    border: none;
    z-index: 10000;
}

.dropdown-menu>.dropdown-item {
    color: #fff !important;
}
.dropdown-menu>.dropdown-item:hover, .dropdown-menu>.dropdown-item:focus, .dropdown-menu>.dropdown-item.active {
    background-color: #02423f;
    color: #fff;
}

.admin {
    width: 100%;
    border: none;
    text-align: left;
}

/*************** main content ***************/
main {
    background-color:#fff;
    min-height: 500px;
}

.page-title h1 {
    padding: 20px;
    font-size: 24px;
}

#case_wrapper h1 {
    margin-top: 0;
    padding-left: 0;
}

.header-row h2, #case_wrapper h2 {
    font-size: 16px;
    margin: 10px 0;
}
.case-detail-main {
    padding-left: 0;
}
.case-detail-main .row {
    padding: 8px;
}
.case-detail-main h2,
.case-detail-main p {
    margin: 0 !important;
    padding: 0 !important;
}
.case-detail-main .date-edit {
    padding-left: 0 !important;
}
.case-detail-main .row:nth-of-type(odd) {
    background-color:#eee;
}

.navbar-brand {
    font-family: 'Merriweather', serif;
    padding: 17px 17px;
    font-size: 24px;
    line-height: inherit;
    color:#fff;
    display: inline-block;
    float: none;
    line-height: 20px;
    height: auto;
}

.case-data-tabs .nav-pills>li {
    float: none;
}

.case-data-tabs .nav-pills>li {
    display: inline-block;
}

/************ forms and buttons **************/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    opacity: 1 !important;
}
.label {
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label-danger {
  background-color: #d9534f;
}
.label-primary {
    background-color: #337ab7;
}
.form-check .form-check-label {
    min-height: 20px;
    margin-bottom: 0;
}
.radio label {
    padding-left: 20px;
}
.form-group {
    margin-bottom: 15px;
}
#edit-case-annotation {
    margin-bottom: 20px;
}
button.btn.btn-default, input.form-control.form-control-sm {
    border-radius: 0px !important;
}

select.form-control.form-control-sm {
    border-radius: 0px;
    margin: 0 10px;
}

.form-actions {
    text-align: right;
    margin-top: 20px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn, .btn.disabled, .btn:disabled {
    font-size: 1em;
    background-color: #02423f;
    border: none;
    border-radius: 0;
    color:#fff;
}

.btn.btn-ignored {
    color: #000;
    background-color: #c4c4c4;
    border-color: #000;
}

.btn.btn-ignored:hover, .btn.btn-ignored:active, .btn.btn-ignored:focus {
    color: #000;
    background-color: #a5a5a5;
    border-color: #000;
}

.btn.btn-warning {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #785f33;
}

.btn.btn-warning:hover, .btn.btn-warning:active, .btn.btn-warning:focus {
    color: #fff;
    background-color: #66512c;
    border-color: #4d3d21;
}


.btn.btn-danger {
    color: #fff;
    background-color: #c84c48;
    border-color: #be3d39;
}

.btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-danger:focus {
    color: #fff;
    background-color: #aa3733;
    border-color: #8e2e2b;
}

.btn:hover, .btn:focus, .btn-default:hover, .btn-default:focus, .btn.fileInputWrapper.fileInput-focus {
    background-color: #04756f;
    color:#fff;
}

h3.filter-label {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}
h3.filter-label a {
    font-size: 12px;
}
.filter-applied {
    background: #eee;
    padding: 10px 20px;
    margin: 10px -5px 0px 0px;
    font-style: italic;
    padding-top: 3px;
    margin-bottom: 0px;
    border-radius: 3px;
}

.filter-applied a {
    margin-bottom: 3px;
    margin-right: 3px;
    border-radius: 3px;
}
div.saved-search {
    font-style: italic;
    font-size: 15px;
}
ul.save-this-search li.saved-search-header {
    border-top: 1px solid white;
    color: white;
    padding: 3px 20px;
    font-size: 16px;
    font-style: italic;
}
ul.save-this-search li.saved-search-header ~ li.saved-search-header {
    border-top: none;
}
ul.save-this-search li {
    text-align: left;
}
li.saved-search-header span {
    border-bottom: 1px groove white;
}
ul.save-this-search li.save-action {
    font-size: 16px;
}
div.search-description {
    font-size: 13px;
    margin-left: 5px;
    font-style: italic;
}
label.save-sort {
    display: block;
    margin-left: 10px;
}
.scrollable-menu {
    height: auto;
    max-height: 350px;
    overflow-x: hidden;
}
.dropdown-menu.show.save-this-search {
    width: auto;
    background-color: #04756f;
    border: 2px solid rgba(0,0,0,0.15);
    z-index: 10000;
}
@media (min-width: 931px) {
    .dropdown-menu.show.search-list {
        width: 700px;
    }
}
@media (max-width:930px) {
    .dropdown-menu.show.search-list {
        width: 400px;
    }
}
@media (max-width:650px) {
    .dropdown-menu.show.search-list {
        left: -160px;
    }
}
.dropdown-menu.save-this-search>li>a {
    color: #fff !important;
    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;      /* IE */
}
.dropdown-menu.save-this-search>li>a:hover,
.dropdown-menu.save-this-search>li>a:focus,
.dropdown-menu.save-this-search>li>a.active {
    background-color: #02423f;
    color: #fff;
}
.form-actions .btn {
    border-radius: 0;
    padding: 15px;
    border: none;
}

#saved_form .btn-link {
    font-size: 15px;
}
.form-actions button {
    background-color: #02423f !important;
}
.form-actions button:hover, .form-actions button:focus {
    background-color: #04756f !important;
}
.form-actions a {
    background-color: #454545 !important;
    margin-right: 10px;
    color: #333;
}
.form-actions a:hover, .form-actions a:focus {
    background-color: #4F4F4F !important;
    color: #333;
}
.checkbox, .checkbox+.checkbox {
    margin: 0 !important;
}
form#activity-monitor, form#id-assign {
    background: #eee;
    padding: 10px 20px 20px;
    margin-bottom: 20px;
}
.create {
    margin-bottom: 20px;
    padding-left: 0;
}
.form-check {
    text-align: left;
}
.form-check-label,
.form-check-input {
    cursor: pointer;
}

.form-check-input.disabled,
.form-check-input:disabled,
.form-check-input.disabled ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    filter: grayscale(100%);
    color: #7a7a7a;
    cursor: not-allowed;
    pointer-events: all !important;
}
/************ modals **************/
.modal {
    --bs-modal-width: 600px;
}
.modal-header {
    background-color: #04756f;
    color: #fff;
}
form.case-browser-dialog-form p {
    margin: 0 0 0 0;
}
div.modal-body span.loading {
    font-size: 20px;
    padding-left: 10px;
}

/********* submission modal ***********/
#submissionModal .test-details-label {
    font-weight: normal;
}

#submissionModal .subject-quantity {
    width: 55px;
}

#submissionModal .submission-form-label {
    display: block;
}

#submissionModal .form-check-label {
    font-weight: normal;
}

/************* seeker stuff *******************/
.verifiererrorsoccurences_formDisplayNameRepeatKey {
    white-space: nowrap;
}
form.search-section div#display h3.additional-display {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 16px;
}
form.search-section div#display h3.additional-display div {
    border-bottom: solid 1px black;
}
form.search-section div.form-check label {
    font-weight: 400;
}
/************* case search form ***************/
h2.tog-control {
    margin: 0;
}

.tog-control button {
    width: 100%;
    background-color: #eee;
    border: none;
    padding: 15px 20px 10px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 2px 2px 2px #ccc;
    border: 1px solid #eee;
}
.tog-control button:hover, .tog-control button:focus {
    box-shadow: none;
    background-color: #c2c2c2;

}
.tog-control button[aria-expanded="true"] {
    background-color: #c2c2c2;
    border: 1px solid #eee;
    border-bottom: none;
    box-shadow: none;
}
.tog-control button:after {
    content: "+";
    float: right;
    border: 2px solid #333;
    padding: 1px 5px;
    border-radius: 50%;
    margin-top: -5px;
}
.tog-control button[aria-expanded="true"]:after {
    content: "\2212";
}

.filters {
    padding: 0 20px 20px 20px;
    width: 100%;
    border: 1px solid #eee;
    border-top: none;
    box-shadow: 2px 2px 2px #ccc;
}
.results {
    margin: 10px 0 0 0;
}

.col-lg-3.col-lg-push-9,
.col-lg-2.col-lg-push-10
 {
    background-color: #bdd4de;
    margin-top: -30px;
    padding: 0 30px;
    padding-bottom: 0 !important;
    margin-bottom: 30px;
}

.col-lg-push-9 .form-actions {
    margin: 0 -30px;
}

.col-lg-9.col-lg-pull-3 {
    padding-right: 30px;
}

.nav-tabs {
    border-bottom: none;
    --bs-nav-tabs-border-radius: 0;
}
.nav-tabs .nav-item {
    text-align: center;
    background-color:#fff;
    position: relative;
}
.nav-tabs .dropdown-menu li {
    background-color: transparent;
}
.tab-content>.active {
    display: block;
    background: #eee;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active,
.nav-pills .nav-link.active, .nav-pills .nav-link.active {
    background-color: #eee;
    border-radius: 0;
    border: none;
    font-weight: bold;
    color: #333;
}
.nav-tabs .nav-link,
.nav-pills .nav-link {
    color: #04756f;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: -2px;
    border: 1px solid #eee;
    font-size: 16px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
border-color: #eee #eee #ddd;
background-color: #eee;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
    background-color: #eee;
}
.col-lg-12.form-actions {
    padding: 0;
}

.no-label {
    margin-top: 27px;
}

.case-browser-options {
    list-style: none;
    display: inline-block;
}

/***************** select2 fields *****************/
.select2-container.form-select {
    padding: 0;
    border: 0;
}
.select2-selection {
    border-color: #ccc !important;
}
li.select2-selection__choice {
    background-color: #bdd4de !important;
    background-image: none !important;
    border: none !important;
    border-radius: 0px !important;
}
button.select2-selection__choice__remove {
    border: none !important;
    color: #666 !important;
}
button.select2-selection__choice__remove:hover,
button.select2-selection__choice__remove:focus {
    background-color: transparent !important;
    color: #333 !important
}
.select2-selection.select2-selection--multiple {
    min-height: 36px;
}
ul.select2-results__options {
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
}
li.select2-results__message {
    background: #f4f4f4;
    display: list-item;
    padding: 0 0 0 5px;
}

/***************** Export GDC and Bulk Deliver Forms *****************/
div#id_gdc_property,
div#id_field_supplemental,
div#id_field_casedata,
div#id_case_selection {
    height: 300px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 10px;
    resize: vertical;
    border: none;
    filter: none;
}

div#id_gdc_property div,
div#id_field_supplemental div,
div#id_field_casedata div,
div#id_case_selection {
    padding-left: 20px;
}

ul.filelist {
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 10px;
}

select#id_entities,
select#id_forms {
    width: 100%;
}
div#s2id_id_entities,
div#s2id_id_forms {
    margin-bottom: 10px;
    width: 100%;
}
div.properties-prop-selection,
div.field-prop-selection,
div.cases-selection {
    text-align: right;
}
.properties-prop-count,
.field-prop-count {
    font-size: 14px;
}
ul#id_site-errors.errorlist {
    padding-left: 0px;
}
p:has(> select.filter-node-ids) {
	padding-bottom: 5px;
}
/****************** Left Nav ******************/
.sidebar {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

.bread-crumbs {
    background: #eee;
    padding: 8px 20px;
    margin-bottom: 15px;
    width: 100%;
    display: none;
}

.bread-crumbs a:last-child {
    font-weight: bold;
}

.nav-tabs.tabs-left {
    border-bottom: none;
    padding-top: 2px;
}

.nav-tabs.tabs-left .nav-item {
    width: 100%;
    float: none;
    margin-bottom: 2px;
    text-align: left;
}

.nav-tabs.tabs-left .nav-link:after {
    border-top: 15px solid #eee;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    bottom: -15px;
    content: "";
    position: absolute;
    left: 25%;
    margin-left: -50px;
    z-index: 11;
    margin-bottom: 0px;
}
.nav-tabs.tabs-left .nav-link.active:after {
    border-top: 15px solid #04756f;
}
.nav-tabs.tabs-left .nav-link:before {
    border-top: 15px solid #fff;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    bottom: -15px;
    content: "";
    position: absolute;
    left: 25%;
    margin-left: -50px;
    z-index: 10;
    margin-bottom: -2px;
}
.nav-tabs.tabs-left .nav-link.active {
    border-bottom-color: #ddd;
    border-right-color: #ddd;
    border-right-color: transparent;
    background-color: #04756f;
    color: #fff;
}
span.steps {
    padding: 5px 12px;
    background: #02423f;
    color: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
span.info {
    display: table;
}
span.status {
    text-transform: none;
}
.nav-tabs.tabs-left .nav-link {
    border-radius: 0;
    margin-right: 0;
    display: block;
    background-color: #eee;
    color: #333;
    font-weight: normal;
    padding: 30px 20px 10px;
    text-transform: uppercase;
    isolation: auto;
}
.nav-tabs.tabs-left .nav-link.active {
    font-weight: bold;
}
.nav-tabs.tabs-left .nav-item:first-child a {
    text-align: center;
    padding: 20px;
}

.nav-tabs.tabs-left .nav-item.step1 .nav-link {
    padding-top: 20px;
}

.nav-tabs.tabs-left .nav-link:hover,
.nav-tabs.tabs-left .nav-link:focus {
    border-color: transparent;
}
.nav-tabs.tabs-left .nav-item:first-child .nav-link:before,
.nav-tabs.tabs-left .nav-item:first-child .nav-link:after {
    content: none;
}

/********* Case Info ***********/
.notes {
    background-color: #eee;
    padding: 10px 20px 20px;
    box-shadow: 2px 2px 2px #ccc;
}

.case-detail p {
    font-weight: bold;
}

.case-detail p span {
    font-weight: normal;
}
.case-detail {
    margin-bottom: 20px;
}
.case-detail-main h2 {
    margin-bottom: 10px;
}

/********* Incoming Data Review ***********/
.review-info {
    padding-bottom: 3px;
}
/********* Incoming Data and GDC Review ***********/
.list-group-item.active>.badge, .nav-pills>.nav-item>a.active>.badge.toggle-changes {
    color: #fff;
    background-color: black;
}
.badge {
    background-color: #777;
    --bs-badge-border-radius: 10px;
}
.toggle-changes:hover {
    opacity: 0.5;
}
.changes-only {
    background-color: #c84c48 !important;
}
.display-group-last-item {
    border-bottom: 5px solid #ddd;
}
.display-group-last-item-hidden {
    border-bottom-style: none !important;
}
.white-space-pre-wrap {
    white-space: pre-wrap;
}
li.hidden-tab {
    display: none !important;
}
tr.hidden-row {
    display: none !important;
}
.delivery-reset {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
}

/********* GDC Delivery Monitor ***********/
.revoke-box .form-check-input{
    margin-left: 0;
}

.revoke-menu {
    padding-left: 15px;
}

/************ tables ****************/
table {
    caption-side: top;
}

.wide-table {
    overflow: auto;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #222;
    background-color: #eee;
    border-color: #ddd;
}
.pagination {
    margin: 0;
    float: right;
    margin: 0 0 3px 0;
    --bs-pagination-color: #337ab7;
}
.pagination>li>a, .pagination>li>span {
    padding: 2px 6px;
    text-decoration: none;
}
div.results div.search-counts {
    margin-bottom: 0;
    position: relative;
    bottom: 0px;
    width: 60%;
}
thead tr {
    background-color: #02423f;
    color: #fff;
}

thead th {
    padding: 10px !important;
    font-weight: normal;
}

th.asc, th.desc {
    font-weight: bold;
    background-color: #04756f;
}

thead a {
    color: #fff;
    padding-right: 20px;
}
thead a:hover, thead a:focus {
    color: #eee;
}
th {
	--bs-table-color: #f9f9f9;
}
.table {
	--bs-table-bg: transparent;
}
.table-striped {
    --bs-table-striped-bg: #f9f9f9;
}

td {
    vertical-align: middle !important;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #222;
}

div#submission-errors_wrapper, div#submissions_wrapper {
    margin: 0 5px;
}

th.sort::before,
th.sort::after {
    opacity: 1;
}

th.sort{
    position: relative;
}

th.sort::after,
th.sort::before {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 1;
    color: #fff;
}

th.desc::after {
    right: 0.5em;
    content: "\2193";
}

th.sort.asc::before,
th.sort.desc::after {
    opacity: 1;
}

th.asc::before {
    right: 0.5em;
    content: "\2191";
}
th.asc::before {
    right: 0.5em;
    content: "\2191";
}
th.sort > a {
    display: block;
}

.table-sm>tbody>tr>td {
    padding-left: 10px;
}

#dropdownMenuButton {
    background-color: #fff;
    color: #04756f;
    padding: 0px 0px;
}

.section-header {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: bold;
}

.section-dropdown {
    font-weight: normal;
}

.section-choices {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.section-choices li,
.section-dropdown-choice
{
    background-color: #04756f !important;
}
.section-dropdown-choice
{
    padding: 0;
}

#options .helper {
    padding: 15px 0 0 25px;
}

#options .helper p {
    font-style: italic;
    margin-bottom: 0;
}

#options .helper div {
    margin-left: 10px;
}

/*************** footer ***************/
footer {
    color: #fff;
    text-align: center;
    padding: 20px;
}

footer a {
    display:inline-block !important;
    color: #fff;
    padding: 0 10px;
}
footer a:hover, footer a:focus {
    color: #fff;
}


/********dashboard***********/

.dashboard .row {
    margin-bottom: 30px;
}

.js-plotly-plot {
    background-color: #eee !important;
}

.svg-container {
    display: inline-block;
    position: relative !important;
    width: 100% !important;
    padding-bottom: 0;
    vertical-align: middle;
    overflow: hidden;
}

svg.main-svg {
    background: transparent !important;
    display: inline-block;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin-left:-5%;
}

rect.bg {
    fill-opacity: 0 !important;
}


@media (min-width: 768px) {
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
    .row-eq-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .navbar-right {
        margin-right: 0 !important;
    }
    .collapse.in {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-device-width: 992px) {
    .collapse.in {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .site-name li {
        display: inline-block;
        width: 48.5%;
        margin-bottom: 3px;
        margin-left: 5px;
    }
}
@media (min-width: 992px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }
    .navbar-toggler {
        display: none;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-collapse.collapse {
        display: block !important;
    }
}
@media (max-width: 992px) {
    .sidebar {
        margin-bottom: 0;
    }
    .submission-right {
        max-width: 400px;
        padding: 5px 10px;
        margin-bottom: 0;
        margin-left: 15px;
    }
    #case_wrapper h1 {
        margin-top: 20px;
    }
    ul.sideways {
        display: table;
        width: 100%;
    }
    .nav-tabs.tabs-left .nav-item {
        display: table-cell;
        width: 25%;
        background-color: #eee;
        border-right: 2px solid #fff;
    }
    .nav-tabs.tabs-left .nav-item.active,
    .nav-tabs.tabs-left .nav-link.active {
        background-color: #04756f;
    }
    span.text {
        clear: both;
        width: 100%;
        display: block;
        padding-top: 5px;
    }
    span.info {
        display: block;
    }
    span.status {
        margin-top: -20px;
        display: block;
    }
    .nav-tabs.tabs-left .nav-link,
    .nav-tabs.tabs-left .nav-item:first-child .nav-link {
        padding-top: 15px;
    }
    .nav-tabs.tabs-left .nav-link::before,
    .nav-tabs.tabs-left .nav-link::after {
        content: none;
    }
    .sidebar-nav .navbar ul {
        float: left;
    }
    .tab-content>li>.active {
        float: none;
    }

    .navbar-toggler {
        display: block !important;
        margin-left: 20px;
        background-color: #04756f !important;
        box-shadow: none !important;
    }
    .navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus {
        background-color: #02423f;
    }
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        width: 100%;
    }
    .row-eq-height {
        display: block !important;
    }

    .body .col-lg-2 {
        height: auto;
    }

    .dashboard .col-lg-6 {
        margin-bottom: 30px;
    }

    button.navbar-toggler.collapsed.left {
        float: left;
        margin-left: 15px;
        margin-bottom: 0;
    }

    footer.col-lg-2 {
        padding-top: 0;
        margin-top: 0;
    }

    main {
        height:auto;
    }
}

/******file input button styling******/
.fileInputWrapper {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.fileInputWrapper input.fileInput {
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/************ not sure *************/
.loading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "\2026"; /* ascii code for the ellipsis character */
    width: 0px;
}

div.dataTables_info,
div.dataTables_length  {
    float: left;
    padding-right: 1em;
}

.hidden-while-loading {
    display: None;
}

.search {
    float: right;
}

.search label {
    font-weight: normal;
    padding-right: 5px;
    padding-left: 5px;
}

.withdraw-box {
    padding-left: 20px;
}

.entity-tab,
.error-box {
    max-height: 500px;
    overflow-y: auto;
}

h2.condition-entity,
h2.condition-property {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.conditions {
    padding-top: 10px;
    border-top: 1px solid #000;
}
div.conditions h3 {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 16px;
}
div.conditions .col-lg-10 {
    margin-bottom: 0;
}

div.conditions hr {
    margin-top: 8px !important;;
    margin-bottom: 8px  !important;;
    border-top: 1px dashed #999;
}
div.conditions .row {
    padding: 3px 5px 3px 5px;
}
div.conditions .row:nth-of-type(odd) {
    background-color: #f0f0f0;
}


.severity-container {
    position: relative;
    display: inline-block;
    color: transparent;
}

.severity-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '✱✱✱✱✱';
  color: lightgray;
}

.severity-container:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '✱✱✱✱✱';
    color: #101010;
    overflow: hidden;
    opacity: 0.5;
}

.severity-1:after { width: 20%; }
.severity-2:after { width: 40%; }
.severity-3:after { width: 60%; }
.severity-4:after { width: 80%; }
.severity-5:after { width: 100; }
