

/******************************************************************************
//
// This file contains the CSS used by the IETM (not EAGLE Vision itself).
//
******************************************************************************/


body {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

div.secbanner {
    height: calc(100vh - 98px);
}

div.nosecbanner {
    height: calc(100vh - 58px);
}

.changemark {
    color: green;
    font-style: italic;
}

.changemark-delete {
    display: none; /* Removed !important for toggle button*/
    /*visibility: hidden;*/
    color: red !important;
    text-decoration: line-through !important;
}

/* DT - 4/6/2023: User Story 10244: UI update for emphasis color codes 
    Added for Umlaut em51 to em65
*/
.em51 {
    color: yellow;
    font-weight: bold;
    background-color: black;
}

.em52 {
    color: white;
    font-weight: bold;
    background-color: red;
}

.em53 {
    color: green;
    font-weight: bold;
    background-color: black;
}

.em54 {
    color: black;
    font-weight: bold;
    background-color: yellow;
}

.em55 {
    color: black;
    background-color: yellow;
}

.em56 {
    color: black;
    font-weight: bold;
    background-color: grey;
}

.em57 {
    color: black;
    font-weight: bold;
    background-color: green;
}

.em58 {
    font-weight: bold;
    text-decoration: underline;
}

.em59 {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

.em60 {
    font-weight: bold;
    font-style: italic;
}

.em61 {
    color: red;
    font-weight: bold;
    background-color: black;
}

.em62 {
    display: inline-block;
    color: white;
    background-color: black;
    border-style: solid;
    border-color: yellow;
}

.em63 {
    color: white;
    font-weight: bold;
    background-color: black;
}

.em64 {
    display: inline-block;
    color: black;
    font-weight: bold;
    background-color: yellow;
    border-style: solid;
    border-color: black;
}

.em65 {
    color: red;
    font-weight: bold;
    background-color: grey;
}

.flag-icon {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    object-fit: contain;
}

body.lightmode {
    background-color: white;
    color: black;
}

body.darkmode {
    background-color: #262626;
    color: #e6e6e6;
}

.custom-scrollbar-css {
    overflow: auto;
}

    .custom-scrollbar-css::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

body.lightmode .custom-scrollbar-css::-webkit-scrollbar-track,
body.lightmode .custom-scrollbar-css::-webkit-scrollbar-corner {
    background: #EEEEEE;
}

body.lightmode .custom-scrollbar-css::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #DDDDDD;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body.darkmode .custom-scrollbar-css::-webkit-scrollbar-track,
body.darkmode .custom-scrollbar-css::-webkit-scrollbar-corner {
    background: #444444;
}

body.darkmode .custom-scrollbar-css::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #777777;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body.lightmode #ImageViewer {
    background-color: white;
}


body.darkmode #ImageViewer {
    background-color: lightgrey;
}


body.lightmode .modal-header,
body.lightmode .modal-content,
body.lightmode .modal-body,
body.lightmode .modal-footer {
    background-color: white;
    color: black;
}


body.darkmode .modal-header,
body.darkmode .modal-content,
body.darkmode .modal-body,
body.darkmode .modal-footer {
    background-color: #363636;
    color: #e6e6e6;
}

body.lightmode a.toclink:link,
body.lightmode a.toclink:visited,
body.lightmode a.imagelink:link,
body.lightmode a.imagelink:visited,
body.lightmode a.animelink:link,
body.lightmode a.animelink:visited,
body.lightmode a.hotspotlink:link,
body.lightmode a.hotspotlink:visited,
body.lightmode a.dmlink:link,
body.lightmode a.dmlink:visited,
body.lightmode a.extLink:link,
body.lightmode a.extLink:visited,
body.lightmode a.extLinkDirect:link,
body.lightmode a.extLinkDirect:visited,
body.lightmode a.popoutContent:link,
body.lightmode a.popoutContent:visited,
body.lightmode a.popoutTOC:link,
body.lightmode a.popoutTOC:visited {
    color: #0000FF;
}

body.lightmode a.internalreflink:link,
body.lightmode a.internalreflink:visited {
    color: #0000FF !important;
}

body.darkmode a.internalreflink:link,
body.darkmode a.internalreflink:visited {
    color: #80bfff !important;
}

body.darkmode a.toclink:link,
body.darkmode a.toclink:visited,
body.darkmode a.imagelink:link,
body.darkmode a.imagelink:visited,
body.darkmode a.animelink:link,
body.darkmode a.animelink:visited,
body.darkmode a.hotspotlink:link,
body.darkmode a.hotspotlink:visited,
body.darkmode a.dmlink:link,
body.darkmode a.dmlink:visited,
body.darkmode a.extLink:link,
body.darkmode a.extLink:visited,
body.darkmode a.extLinkDirect:link,
body.darkmode a.extLinkDirect:visited,
body.darkmode a.internalreflink:link,
body.darkmode a.internalreflink:visited,
body.darkmode a.popoutContent:link,
body.darkmode a.popoutContent:visited,
body.darkmode a.popoutTOC:link,
body.darkmode a.popoutTOC:visited {
    color: #80bfff;
}

body.lightmode .TOCcurrDM {
    background-color: lightblue !important;
}

body.darkmode .TOCcurrDM {
    background-color: darkslategrey !important;
}

body.lightmode .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

body.darkmode .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05);
}

/* Used for major content sections */
h2 {
    font-size: 1.25em;
}


    h2.major_document_section {
        text-align: center;
        font-style: italic;
        font-size: 1.5em;
    }


h3.section_header {
    text-align: center;
    font-style: italic;
}


    h3.minor_document_section {
        font-size: 1.25em;
    }


h4.sub_section_header {
    display: inline;
}


div.table_container {
    display: block;
    height: auto;
    width: 90%;
    overflow: visible;
}


table {
    empty-cells: show;
    border-collapse: collapse;
    margin: auto;
}


    table.wide {
        width: 90%;
        table-layout: fixed;
    }

th_align {
    text-align: left;
    vertical-align: top;
}

td_align {
    text-align: left;
    vertical-align: top;
}

#publicationTable_wrapper {
    margin: auto;
    width: 95% !important;
}

#publicationTable {
    width: 100% !important;
}
/*DT - 3/21/2023: User Story 10049: Scrollable publications list on home page*/
/*Start of code to make publications table scrollable with sticky table header*/
.tableScrollFixedHeader {
    width: 100%;
    z-index: 2;
}


/*Added z-index fix transparent stick header. Only works if applied to thead, not th. */
.tableScrollFixedHeader thead {
    position: sticky;
    /*top: 0;*/
    top: -1px;
    z-index: 1
}
/* End of code to make publications table scrollable with sticky table header */


.modalTableScrollFixedHeader {
    overflow: auto;
    height: 350px;
    z-index: 2;
}

    /*Added z-index fix transparent stick header. Only works if applied to thead, not th. */
    .modalTableScrollFixedHeader thead {
        position: sticky;
        /*top: 0;*/
        top: -1px;
        z-index: 1
    }

.accountsTableScrollFixedHeader {
    overflow: auto;
    max-height: 600px;
    z-index: 2;
}


    /*Added z-index fix transparent stick header. Only works if applied to thead, not th. */
    .accountsTableScrollFixedHeader thead {
        position: sticky;
        /*top: 0;*/
        top: -1px;
        z-index: 1
    }

div.dot_leader {
    float: none;
    clear: both;
    width: 90%;
    margin-left: 5%;
    background: url("dotleaders.png") left 85% repeat-x;
}


span.before_dots {
    float: left;
    padding-right: .5ex;
    background-color: #fff;
}


span.after_dots {
    float: right;
    padding-left: .5ex;
    background-color: #fff;
}


table.definition_list {
    width: 80%;
    border-style: none;
    border-color: Gray;
    border-width: 1px;
}


td.dictionary_term {
    width: 20%;
    font-weight: bold;
    border-style: none;
    border-bottom-style: none;
    border-bottom-color: Gray;
    border-bottom-width: thin;
    padding: 10px 10px 20px 10px;
}


td.dictionary_definition {
    border-style: none;
    border-bottom-style: none;
    border-bottom-color: Gray;
    border-bottom-width: thin;
    padding: 10px 10px 10px 10px;
}


table.caption_group {
    empty-cells: show;
    border-collapse: separate;
    border-spacing: 8px;
}


span.table_title {
    font-style: italic;
}


tr.even_row {
    background-color: rgba(0, 0, 0, 0.05);
    /*background-color: #fdfdfe;*/
    /*background-color: #FFFFE0;*/
}


tr.odd_row {
    /*background-color: #FFFFFF;*/
}


tr.top_header_applic {
    font-weight: normal;
    text-align: left;
    background-color: #FFE4C4;
    word-wrap: break-word;
    white-space: normal;
}


th {
    text-align: center;
    vertical-align: top;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
    word-wrap: break-word;
    padding: 5px;
}


    th.top_header {
        font-weight: bold;
        text-align: center;
        background-color: #FFE4C4;
        word-wrap: break-word;
        white-space: normal;
    }


    th.data_table_header {
        text-align: left;
        font-weight: bold;
        background-color: #FFE4C4;
        word-wrap: break-word;
        white-space: normal;
    }


    th.left_header {
        font-weight: bold;
        text-align: left;
        background-color: #FFE4C4;
        word-wrap: break-word;
        white-space: normal;
    }


    th.right {
        text-align: right;
        vertical-align: top;
        border-style: solid;
        border-width: 1px;
        border-color: Gray;
        word-wrap: break-word;
        padding: 5px;
    }


td {
    text-align: left;
    vertical-align: top;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
    word-wrap: break-word;
    padding: 5px;
}


    td.caption_entry {
        border-style: solid;
        border-width: 1px;
        border-color: Gray;
        padding: 10px;
        margin: 50px;
    }


span.inline_caption_entry {
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0px;
}


p {
    margin-right: 10px;
    margin-left: 80px;
}

.dispblock {
    display: block;
}


p.no_lr_margin {
    margin-right: 0px;
    margin-left: 0px;
}


ul.indent_list {
    margin-left: 20px;
}


ol.indent_list {
    margin-left: 20px;
}

body.lightmode .stepSelected {
    background-color: #B2FFF0;
}

body.darkmode .stepSelected {
    background-color: darkslategray;
}

div.step {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border-style: solid;
    border-color: Black;
    border-width: 0px;
}

div.subStep {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    border-style: solid;
    border-color: Black;
    border-width: 0px;
    background-color: White;
}

.step .table_block {
    margin-left: -80px;
}

/************* WARNINGS CAUTIONS AND NOTES **************/
.warning-container {
    background: repeating-linear-gradient( -45deg, transparent, transparent 10px, white 10px, white 20px );
    background-color: red;
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    margin: 50px;
    margin-top: 0;
    margin-bottom: 0;
}

.caution-container {
    background: repeating-linear-gradient( -45deg, transparent, transparent 10px, black 10px, black 20px );
    background-color: yellow;
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    margin: 50px;
    margin-top: 0;
    margin-bottom: 0;
}

.note-container {
    background: repeating-linear-gradient( -45deg, transparent, transparent 10px, white 10px, white 20px );
    background-color: blue;
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    margin: 50px;
    margin-top: 0;
    margin-bottom: 0;
}

.emergency-container {
    background: repeating-linear-gradient( -45deg, transparent, transparent 10px, black 10px, black 20px );
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
}

div.warning h2,
div.caution h2,
div.note h2 {
    font-weight: 400;
    font-size: 30px;
}

div.warning div {
    text-align: center;
}

div.warning,
div.caution,
div.note {
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

body.darkmode div.warning,
body.darkmode div.caution,
body.darkmode div.note,
body.darkmode div#TechPub.emergency {
    border-color: white;
    background-color: #262626;
    color: #e6e6e6;
}

body.lightmode div.warning,
body.lightmode div.caution,
body.lightmode div.note,
body.lightmode div#TechPub.emergency {
    border-color: black;
    background-color: White;
}

div.warning_popup {
    width: 80%;
    height: 80%;
    text-align: center;
    font-weight: bold;
    color: Black;
    border-color: Red;
    border-style: dashed;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}


div.caution_popup {
    width: 80%;
    height: 80%;
    text-align: center;
    font-weight: bold;
    color: Black;
    border-color: Yellow;
    border-style: dashed;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.list_in_warning {
    text-align: left;
}

/************ Various Content **************/

div.rule {
    padding: 10px;
    margin: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
}

div.pre {
    width: 90%;
    background-color: #EBFFFF;
    padding: 5px;
    text-align: left;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
}

span.inline_significant_data {
    color: Blue;
}

div.section_number {
    width: 80px;
    float: left;
    padding: 5px;
    border-style: hidden;
    border-color: Black;
    border-width: 1px;
}

div.section_content {
    width: calc(100% - 80px);
    float: left;
    overflow: visible;
    padding: 5px;
}

div.step_number {
    width: 80px;
    float: left;
    padding: 5px;
    border-style: hidden;
    border-color: Black;
    border-width: 1px;
}

div.step_content {
    width: calc(100% - 80px);
    float: left;
    overflow: visible;
    padding: 5px;
}

div.divider {
    background-color: White;
    clear: both;
    height: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

fieldset {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px;
}

span.clickable_icon {
    cursor: pointer;
}

img.hiddenfig {
    display: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
    height: auto;
}

path.vision-aps-region:hover {
    stroke: red;
    opacity: 0.3;
    stroke-width: .5%;
    cursor: pointer;
}

.highlightedhotspot {
    stroke: red;
    opacity: 1;
    fill-opacity: 0;
    stroke-opacity: 1;
    stroke-width: .5%;
    cursor: pointer;
    opacity: 1;
}

.collapsible {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: solid;
    border-width: 1px;
    text-align: left;
    font-size: 15px;
    font-weight: Bold;
}

body.lightmode .collapsible,
body.lightmode .dmref {
    background-color: lightgray;
}

body.darkmode .collapsible,
body.darkmode .dmref {
    background-color: gray;
}

body.lightmode .active.collapsible {
    background-color: lightgray;
}

body.darkmode .active.collapsible {
    background-color: dimgray;
}

body.lightmode .collapsible:hover,
body.lightmode .active.collapsible:hover,
body.lightmode .dmref:hover {
    background-color: lightgoldenrodyellow;
}

body.lightmode .active.collapsible:hover,
body.darkmode .active.collapsible:hover,
body.darkmode .dmref:hover {
    background-color: lightgoldenrodyellow;
}

.dmref {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: solid;
    border-width: 1px;
    text-align: left;
    outline: none;
    font-size: 12px;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    border-bottom: solid;
    border-right: solid;
    border-left: solid;
    border-width: 1px;
}

body.lightmode .content {
    background-color: lightgray;
}

body.darkmode .content {
    background-color: dimgray;
}

.dmspacer {
    padding: 10px;
    border: none;
}

.isolationstep {
    box-shadow: 10px 5px 5px black;
    border: solid;
    border-width: 1px;
    padding: 6px;
    margin-bottom: 20px;
}

div.listofchoices {
    /*display: none;*/
    /*padding: 10px;*/
    /*position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;*/
    /*background-color: dodgerblue;*/
    /*overflow: hidden;
  border-radius: .25em;*/
}

select.listofchoicesselectbox::-ms-expand {
    display: none;
}

select.listofchoicesselectbox {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-appearance: none;
    -moz-box-sizing: border-box;
    background-color: white;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border: thin solid blue;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    color: #444;
    display: inline-block;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    font: inherit;
    line-height: 1.3;
    margin: 0;
    max-width: 100%;
    padding: 0.5em 3.5em 0.5em 1em;
}

    select.listofchoicesselectbox:focus {
        background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 0%),linear-gradient(to right, #ccc, #ccc);
        background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
        border-color: green;
        outline: 0;
    }


    select.listofchoicesselectbox option {
        font-weight: normal;
    }

.listofchoicestable {
    border: none;
}


.noborder {
    border: none;
}

body.lightmode .isolationstepactive {
    background-color: LightGoldenRodYellow;
}

body.darkmode .isolationstepactive {
    background-color: Sienna;
}

.alignleft {
    text-align: left
}

.alignright {
    text-align: right
}

.crewbox {
    box-shadow: 10px 5px 5px black;
    border: solid;
    border-width: 1px;
    padding: 6px;
    margin-bottom: 20px;
}

.crewdrill {
    padding: 6px;
    margin-bottom: 10px;
}

.crewdrilldivider {
    border-bottom: solid;
    border-width: 1px;
}

.subcrewdrill {
    margin-left: 30px;
}

.cds-container[indent="y"] {
    padding-left: 40px;
    /*position: static;
    opacity: 1;
    transition: opacity 1s linear;*/
}

/*.cds-container[collapse="y"] {
        position: absolute;
        opacity: 0;
    }*/

tr[csc="csc52"] {
    background-color: lightgray;
}

body.darkmode tr[csc="csc52"] {
    background-color: darkslategray;
}

.paracontainer[csc="csc52"] {
    background-color: lightgray;
}

body.darkmode .paracontainer[csc="csc52"] {
    background-color: darkslategray;
}

.complex-container[csc="csc52"] {
    background-color: lightgray;
}

.paracontainer {
    border-style: solid;
    border-width: 1px;
    margin-block-start: 0.8em;
}

    .paracontainer > p {
        margin: 0px;
        padding: 15px;
    }

        .paracontainer > p[shift="y"] {
            width: calc(100% - 50px);
            display: inline-block;
        }

    .paracontainer[status="complete"] {
        background-color: #2ECC40;
    }

body.darkmode .paracontainer[status="complete"] {
    background-color: darkgreen;
}

.paracontainer[status="pending"] {
    background-color: #FFDC00;
}

body.darkmode .paracontainer[status="pending"] {
    background-color: darkgoldenrod;
}

.paracontainer[focus="y"] {
    border-color: #0074D9 #000FC3;
    border-width: 7px;
}

.complex-container {
    margin: 0px 0px 15px 0px;
}

    .complex-container > p {
        margin: 0px 0px 15px 0px;
        padding: 15px;
    }

.tablechallengeresponse {
    table-layout: fixed;
    margin-left: 0;
    vertical-align: middle;
    display: inline-block;
    width: 100%
}

    .tablechallengeresponse tbody {
        width: auto;
        display: block;
    }

        .tablechallengeresponse tbody tr {
            width: auto;
            display: block;
            border: solid;
            border-width: 1px;
            padding: 10px;
        }

            .tablechallengeresponse tbody tr td {
                display: inline-block;
                border-style: none;
            }

            .tablechallengeresponse tbody tr[status="complete"] {
                background-color: #2ECC40;
            }

body.darkmode .tablechallengeresponse tbody tr[status="complete"] {
    background-color: darkgreen;
}

.tablechallengeresponse tbody tr[status="pending"] {
    background-color: #FFDC00;
}

body.darkmode .tablechallengeresponse tbody tr[status="pending"] {
    background-color: darkgoldenrod;
}

.tablechallengeresponse tbody tr[focus="y"] {
    border-color: #0074D9 #000FC3;
    border-width: 7px;
}

#cartContents_wrapper td {
    vertical-align: middle;
}

#cartContents_wrapper .qty-del {
    width: 60px;
    height: 40px;
    vertical-align: middle;
}

.qty-del > i {
    padding: 0;
}

.cart-qty {
    width: 60px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
}

.add-cart-col {
    cursor: pointer;
}

/**/

.stepTD {
    width: 40px;
}

.cnrTD {
    width: 50%;
}

.cnr2TD {
    width: calc(50% - 20px);
}

.cnr3TD {
    width: calc(50% - 40px);
}

/**/

.btncrew {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border: 6px solid transparent;
    border-radius: 0.25rem;
    padding: 0px 8px 0px 8px;
    background-color: #787878;
    color: #FFFFFF;
    cursor: pointer;
}

    .btncrew:hover {
        background-color: #404040;
    }

.btncol {
    font-size: inherit;
    vertical-align: middle;
    height: 34px;
    width: 40px;
    padding: 0px;
}

    .btncol.seccol {
        background-color: #990000;
    }

        .btncol.seccol:hover {
            background-color: #660000;
        }

.btnexp {
    font-size: inherit;
    vertical-align: middle;
    height: 34px;
    width: 40px;
    padding: 0px;
}

    .btnexp.secexp {
        background-color: #009900;
    }

        .btnexp.secexp:hover {
            background-color: #006600;
        }

.btnbox {
    padding: 8px 8px 8px 8px;
    height: 55px;
    width: 110px;
    font-size: 18px;
}

.divleft {
    float: left;
    padding-left: 10px;
    border-width: 1px;
}

.divright {
    float: right;
    padding-right: 10px;
    border-width: 1px;
}

.divcontainer {
    margin-block-start: 0.8em;
    padding-inline-start: 0px;
    list-style-type: none;
    padding-left: 0%;
    padding-right: 0%;
}

    .divcontainer ul {
        text-align: end;
        padding-inline-start: 0px;
    }

.stepbox {
    border: solid;
    border-width: 2px;
    padding: 6px;
    margin-bottom: 20px;
}

/*********** CREW CHECKLIST ITEMS ***********/

body.lightmode .pass {
    background-color: LimeGreen;
}

body.darkmode .pass {
    background-color: DarkGreen;
}

body.lightmode .fail {
    background-color: LightCoral;
}

body.darkmode .fail {
    background-color: DarkRed;
}

.passButton,
.failButton {
    display: inline;
    border: solid;
    border-width: thin;
}

body.lightmode .passButton {
    background-color: LimeGreen;
}

body.darkmode .passButton {
    background-color: DarkGreen;
}

body.lightmode .failButton {
    background-color: LightCoral;
}

body.darkmode .failButton {
    background-color: DarkRed;
}

body.lightmode .undoPassFailButton {
    display: none;
    background: LightGrey;
    border: solid;
    border-width: thin;
}

body.darkmode .undoPassFailButton {
    display: none;
    background: #333333;
    border: solid;
    border-width: thin;
}

/*********** CLASSIFICATION BAR ***********/

.classification_01,
.classification_02,
.classification_03,
.classification_04,
.classification_05 {
    width: 100%;
    text-align: center;
    padding-top: 4px;
    font-weight: bold;
}

/*UNCLASSIFIED*/
body.lightmode .classification_01 {
    background: LimeGreen;
}

body.darkmode .classification_01 {
    background: DarkGreen;
}

/*RESTRICTED*/
body.lightmode .classification_02 {
    background: Gold;
}

body.darkmode .classification_02 {
    background: DarkGoldenRod;
}

/*CONFIDENTIAL*/
body.lightmode .classification_03 {
    background: DodgerBlue;
}

body.darkmode .classification_03 {
    background: DarkBlue;
}

/*SECRET*/
body.lightmode .classification_04 {
    background: Red;
}

body.darkmode .classification_04 {
    background: DarkRed;
}

/*TOP SECRET*/
body.lightmode .classification_05 {
    background: Red;
}

body.darkmode .classification_05 {
    background: DarkRed;
}

/*********** Dashboard Styles ***********/

body.lightmode:has(#mainDashboard) {
    background-color: rgb(240, 241, 242);
}

    

body.darkmode:has(#mainDashboard) {
    /* might do something with */
}

#usergroup-container {
    min-height: 200px;
    height: 30%;
    width: calc(50% - 12.4px); /* 10px margin divided by 2 */
    margin: 0 10px 0 0;
    display: inline-block;
}

#pubgroup-container {
    min-height: 200px;
    height: 30%;
    width: calc(50% - 12.4px); /* 10px margin divided by 2 */
    margin: 0 0 0 10px;
    display: inline-block;
}

#bookmark-container {
    min-height: 300px;
    height: 50%;
    width: 100%;
    margin: 20px 0 0 0;
}

/*    ::-webkit-scrollbar {
      width: 5px;
    }

    ::-webkit-scrollbar-track {
      background: #f1f1f1;
    }

    ::-webkit-scrollbar-thumb {
      background: #bec4c4;
    }

    ::-webkit-scrollbar-thumb:hover {
      height: 50%;
      width: 90%;
    }*/

#pubVerTable td {
    border-width: 0px 0px 1px 0px;
    padding: 10px;
}

.dashboard-row.header {
    height: 60px;
    padding: 10px;
    box-shadow: 0 5px 0px -0.5px gray;
}

.dashboard-row.body {
    height: calc(100% - 60px);
    padding: 0px 10px 10px 10px;
}

/************* TOC styles ***************/

body.lightmode .collapsibleTOC {
    background-color: #ccc;
    color: #000;
}

body.darkmode .collapsibleTOC {
    background-color: #444;
    color: #fff;
}

.collapsibleTOC {
    position: relative;
    cursor: pointer;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    min-height: 40px;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-family: Verdana !important;
    border: solid !important;
    border-width: 1px !important;
    border-color: gray !important;
}

.collapsibleIcon {
    background: url('../lib/fontawesome/svgs/solid/angle-right.svg');
    width: 11px;
    height: 11px;
    display: inherit;
}

.collapsibleTOC.active .collapsibleIcon {
    background: url('../lib/fontawesome/svgs/solid/angle-down.svg');
    width: 11px;
    height: 11px;
    display: inherit;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsibleTOC:hover {
    background-color: #999;
}

/* Style the collapsible content. Note: hidden by default */
body.lightmode .TOCcontent {
    background-color: #f1f1f1;
}

body.darkmode .TOCcontent {
    background-color: #363636;
}

.TOCcontent {
    position: relative;
    display: none;
    overflow: hidden;
}

    .TOCcontent td {
        border-width: 0 !important;
        padding: 0px !important;
    }

body.lightmode .dmrefbutton {
    color: black;
}

body.darkmode .dmrefbutton {
    color: white;
}

.dmrefbutton {
    position: relative !important;
    display: content !important;
    overflow: hidden !important;
    cursor: pointer !important;
    padding: 10px !important;
    width: 100% !important;
    min-height: 50px;
    border: none !important;
    text-align: left !important;
    outline: none !important;
    font-size: 15px !important;
    font-family: Verdana !important;
}

body.lightmode .dmrefbutton:hover {
    background-color: lightgoldenrodyellow !important;
}

body.darkmode .dmrefbutton:hover {
    background-color: darkgoldenrod !important;
}

.control-button {
    background-color: #787878;
    border: none;
    color: white;
    padding: 7px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    width: 140px;
}

    .control-button:hover {
        background-color: #404040;
    }

/* Settings page styling for custom css section */
.custom-css-fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #007BFF;
}

input:focus + .slider {
    box-shadow: 0 0 1px #007BFF;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Settings page end */

/* Start of listItemPrefix symbols for attentionRandomList, randomList */

/* pf01 list no prefix, only indent */
.symbol-pf01 {
    list-style-type: none;
}

/* pf02 randomList first level is dash, second level is bullet, third level is dash. */
/* pf03 is dash */
ul.symbol-pf02 li.symbol-pf02:before,
ul.symbol-pf03 li.symbol-pf03:before {
    content: "-";
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* pf04 is circle in circle (odot character was used) */
ul.symbol-pf04 {
    position: relative;
    list-style: none;
    margin-left: 18px;
    padding-left: 1.2em;
}

    ul.symbol-pf04 li.symbol-pf04:before {
        content: "\2299"; /* hex code*/
        position: absolute;
        left: 0;
        font-size: 0.75em;
        font-weight: bold;
    }

/* pf05 is circle outline (not filled) */
.symbol-pf05 {
    list-style-type: circle;
}

/* pf06 is square outline (not filled) */
ul.symbol-pf06 li.symbol-pf06:before {
    content: "\25A1"; /* hex code */
    position: absolute;
    left: 0;
    font-size: 1em;
    font-weight: bold;
}

/* pf07 is a bullet */
.symbol-pf07,
.symbol-pf02-even-level {
    list-style-type: disc;
}

ul.symbol-pf02,
ul.symbol-pf03,
ul.symbol-pf06 {
    position: relative;
    list-style: none;
    margin-left: 21px;
    padding-left: 1.2em;
}

/* randomList needs extra indent */
ul.indent_list.symbol-pf02,
ul.indent_list.symbol-pf03,
ul.indent_list.symbol-pf04,
ul.indent_list.symbol-pf06 {
    margin-left: 40px;
}

/* End of listItemPrefix symbols for attentionRandomList, randomList */

/* bootstrap overrides for table borders */

.table td, .table th {
    border-top: 1px solid rgb(128,128,128);
}

.table thead th {
    border-bottom: 2px solid rgb(128,128,128);
}

.table tbody + tbody {
    border-top: 2px solid rgb(128,128,128);
}

.table-bordered {
    border: 1px solid rgb(128,128,128);
}

    .table-bordered td, .table-bordered th {
        border: 1px solid rgb(128,128,128);
    }

body.lightmode .wiregroup {
    border: solid;
    border-width: 1px;
    padding: 5px;
}

body.lightmode .wire {
    border: solid;
    border-width: 1px;
    padding: 5px;
    text-align: left;
    vertical-align: text-top;
}

body.lightmode .wiretextdata {
    text-align: left;
    vertical-align: text-top;
    margin-left: 0px;
    margin-right: 0px;
}

body.lightmode .wireconnection {
    border: solid;
    border-width: 1px;
    padding: 5px;
    display: table;
    width: 100%;
    text-align: left;
    vertical-align: text-top;
}

body.lightmode .wireconnectionrow {
    border: solid;
    border-width: 1px;
    padding: 5px;
    display: table-row;
}

body.lightmode .fromequip {
    border: solid;
    border-width: 1px;
    padding: 5px;
    display: table-cell;
    text-align: left;
    vertical-align: text-top;
}

body.lightmode .toequip {
    border: solid;
    border-width: 1px;
    padding: 5px;
    display: table-cell;
    text-align: left;
    vertical-align: text-top;
}

/* Hides the column used for grouping in references table */
.hide-col {
    display: none;
}

/* Custom modal sizes */
.custom-modal-xl{
    max-width: 90vw;
    width: 100%;
}

/* Start of override datatable styling to fit in with Vision's darkmode */
.dataTables_length,
.dataTables_filter,
.dataTables_info {
    color: inherit !important;
}

    .dataTables_length select,
    .dataTables_filter input {
        background-color: white !important;
    }

.dataTables_paginate .paginate_button.disabled,
.dataTables_paginate .paginate_button.disabled:hover,
.dataTables_paginate .paginate_button.disabled:active,
.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover,
.dataTables_paginate .paginate_button,
.dataTables_paginate .paginate_button,
.dataTables_paginate .ellipsis {
    background-color: white !important;
}

.dataTables_paginate .ellipsis {
    /* Properties to make ellipsis be same size as other paginate buttons */
    display: inline-block;
    padding: 0.5em 1em !important;
    margin-left: 2px;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

/* End of override datatable styling to fit in with Vision's darkmode */


/* Start of override jQuery Autocomplete Combobox styling */
.custom-combobox {
    position: relative;
    display: inline-block;
    width: 93%;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    width: 93%;
}

.ui-menu {
    width: inherit;
}

.ui-autocomplete {
    z-index: 2147483647;
}

/* End of override jQuery Autocomplete Combobox styling */


/* Start of login page graphic and form */
#login-box {
    /*background-color: rgb(255 255 255 / 30%);*/
    /*backdrop-filter: blur(10px);*/
}

#login-graphic-form-container {

    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    align-items: center;
}

#login-graphic-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
    padding: 20px;
}

/* Add login graphic as setting later */
#login-graphic {
    background-image: url("/images/EAGLE-Vision-Logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 60%;
    width: 60%;
}

body.lightmode #login-divider {
    background-color: #F5F5F5;
}
body.darkmode #login-divider {
    background-color: #333;
}
#login-divider {
    width: 3px;
    height: 400px;
    margin: 0 10px;
}

#login-body {
    height: 100%;
    width: 100%;
}

#login-container {
    background-size: cover;
    display: flex;
    width: 50%;
    /*padding: 50px;*/
    padding: 20px;
    flex-direction: column;
}

#login-box {
    border-radius: 5px;
    font-family: sans-serif;
    text-align: left;
    width: 100%;
    /*padding: 20px 20px;*/
}

body.lightmode .form-control {
    /*background-color: #333;*/
    color: #495057 !important;
}
body.darkmode .form-control {
    background-color: #1F1F1F;
    color: #f8f8f8 !important;
    border-color: #666;
}


body.darkmode .user-dropdown .dropdown-header {
    color: #f8f8f8;
}
body.lightmode .user-dropdown {
    color: rgba(255,255,255,.5) !important;
}
body.darkmode .dropdown-menu a {
    color: #ffffff;
}
body.darkmode .dropdown-menu a:hover {
    color: #333;
}
/* End of login page graphic and form */

