﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 60px;
    padding-bottom: 20px;
    color: #ffffff !important;
    margin: 0;
    overflow-x: auto;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Century Gothic","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 13px;
}


/* Table headers for figure_import to match spreadsheet header colors */
hk-information {
    background-color: #83CCEB !important;
    color: #000000 !important;
}

hg-information {
    background-color: #F1A983 !important;
    color: #000000 !important;
}

ha-information {
    background-color: #B5E6A2 !important;
    color: #000000 !important;
}

extended-nomenclature {
    background-color: #D86DCD !important;
    color: #FFFFFF !important;
}

.table > tbody > tr > th {
    color: #ffffff !important;
    background-color: #000000 !important;
}

.table-striped > tbody > tr > th {
    color: #000 !important;
    background-color: #FFF !important;
}

/* Setting the TD colors here overrides ALL color, including striping */
.table > tbody > tr > td {
    /*color: #ffffff;*/
    /*background-color: #000000;*/
}

.table > tbody > tr.selected {
    background-color: #8cbf26 !important;
    color: #ffffff !important;
}

/* Marked as important is necessary to override bootstrap button style */
.li-button {
    background-color: transparent !important;
    border: none !important;
    clear: both !important;
    color: #333333 !important;
    cursor: pointer !important;
    display: block !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 1.428571429 !important;
    padding: 3px 20px !important;
    text-decoration: none !important;
    text-align: left !important;
    white-space: nowrap !important;
}
.li-button:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #8cbf26 !important;
}

.dropdown-menu {
    background-color: #cccccc;
    border: 1px solid #ffffff;
}

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: #8cbf26;
    }

    .dropdown-menu .dropdown-submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .dropdown-submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover > .dropdown-submenu {
        display: block;
    }


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

h1 {
    font-family: "Century Gothic","Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 2.3em;
    color: #A0A0A0;
    font-weight: 200;
}

h2, h3 .ms-headerFont {
    font-family: "Century Gothic","Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    color: #fff;
    font-weight: 300;
    padding-top: 15px; /* Added APR 2025 by BCOOK to add space before the headings in /provisioning/fields.aspx */
}

h4, h5, h6 {
    font-family: "Century Gothic","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}

h2 {
    font-size: 1.46em;
}

h3 {
    font-size: 1.15em;
}

h4 {
    font-size: 1em;
    color: #fff;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

input,
select,
label,
textarea,
button,
option {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    vertical-align: middle;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/* Commented out by BC 22 FEB 2022 */
input,
select,
textarea {
    max-width: 1000px;
}

    input[type=password],
    input[type=text],
    input[type=number],
    input[type=date],
    input[type=file],
    select,
    textarea {
        border: 1px solid #777;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.80);
        color: #eee;
    }

::-webkit-calendar-picker-indicator {
    accent-color: #777777;
    background-color: #FFFFFF;
}



    input[type=password],
    input[type=text],
    input[type=number],
    input[type=date],
    input[type=file],
    textarea {
        padding: 2px 5px;
    }

    input[type=button],
    input[type=reset],
    input[type=submit],
    button {
        min-width: 6em;
        padding: 7px 10px;
        border: 1px solid #707070;
        background-color: #191919;
        margin-left: 10px;
        font-family: "Century Gothic","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
        font-size: 11px;
        color: #BBBBBC;
    }

    input[type=password]:focus,
    input[type=text]:focus,
    select:focus,
    textarea:focus {
        border-color: #8CBF26;
    }

    input[type=password]:hover,
    input[type=text]:hover,
    input[type=file]:hover,
    textarea:hover {
        border-color: #6D6D6D;
    }

    input[type=button]:hover,
    input[type=reset]:hover,
    input[type=submit]:hover,
    button:hover {
        border-color: #9F9F9F;
        background-color: #2D2D2D;
    }

    input[type=button]:active,
    input[type=reset]:active,
    input[type=submit]:active,
    button:active {
        border-color: #707070;
        background-color: #2D2D2D;
    }

textarea {
    overflow: auto;
}

table {
    border-width: 0;
}

input[type=password][disabled],
input[type=text][disabled],
input[type=number][disabled],
input[type=date][disabled],
input[type=file][disabled],
textarea[disabled],
select[disabled],
.sp-peoplepicker-topLevelDisabled,
.ms-inputBoxDisabled {
    color: #5A5A5B;
    border-color: #434047;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.10);
}

input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled],
button[disabled][disabled] {
    border-color: #515151;
    background-color: #0C0B0B;
    color: #515151;
}

a:visited {
    color: #5f8a08;  /* Color changed to a darker shade 30 APR 2024 because visited links weren't showing up well in extended_nomenclature_edit.aspx */
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

a:active {
    color: #9ECD91;
}

input[type=password][disabled],
input[type=text][disabled],
input[type=number][disabled],
input[type=date][disabled],
input[type=file][disabled],
textarea[disabled],
select[disabled] {
    color: #5A5A5B;
    border-color: #434047;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.10);
}

a:hover, a:active {
    text-decoration: underline;
}

a:active {
    color: #9ECD91;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 50px;
    }

    .body-content {
        padding: 0;
    }
}

 /* SECURITY BANNER STYLES */
@media screen {
    body {
        overflow-y: auto;
        margin: 0;
        /*padding: 30px 0 0 0;*/
    }

    .securityBannerUnclass {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        overflow-y: auto; /* hidden */
        overflow-x: auto; /* hidden */
        background-color: #99CC99;
        margin: 0;
        border: 0;
        padding: 5px;
        color: #000000;
        align-content: center;
        z-index: 1030;
    }
}


#contentDIV {
    height: 100%;
    width: 100%;
    overflow: auto;
    overflow-y: auto;
    overflow-x: auto;
    padding: 10px;
}

.printedSecurityBanner {
    display: none;
}

#printedSecurityBannerUnclass {
    display: none;
}


@media print {
    body {
        margin: 0;
        padding: 0;
    }

    #securityBannerUnclass {
        display: none;
    }

    #securityBannerConfidential {
        display: none;
    }

    #securityBannerSecret {
        display: none;
    }

    #securityBannerTopSecret {
        display: none;
    }

    #securityBannerSCI {
        display: none;
    }

    #contentDIV {
        height: 100%;
        width: 100%;
    }

    .printedSecurityBanner {
    }

    #printedSecurityBannerUnclass {
        background-color: #99CC99;
        color: #000000;
        padding: 5px;
    }

    #printedSecurityBannerConfidential {
        background-color: #6699FF;
        color: #000000;
        padding: 5px;
    }

    #printedSecurityBannerSecret {
        background-color: #FF6666;
        color: #000000;
        padding: 5px;
    }

    #printedSecurityBannerTopSecret {
        background-color: #FFCC66;
        color: #000000;
        padding: 5px;
    }

    #printedSecurityBannerSCI {
        background-color: #FFFF99;
        color: #000000;
        padding: 5px;
    }
}

.contentCell {
    font-size: 100%;
}

/* Accordion */
#master_content .panes {
    border: 2px solid #ffffff;
}

.accordionHeader {
    border: 1px solid #080808;
    color: white;
    background-color: #8cbf26; /* Pinnacle Green */
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: none;
        background-color: #82b223;
    }

.accordionContent {
    background-color: #cccccc;
    text-decoration: none;
}

    .accordionContent a:hover
    .accordionContent a:active
    .accordionContent a:focus {
        text-decoration: none;
        color: #333333;
        background-color: #8CBF26;
    }

    .accordionContent a:visited {
        text-decoration: none;
        color: #333333;
        background-color: #cccccc;
    }


.accordionHeaderSelected {
    border: 1px solid #333333;
    color: white;
    background-color: #333333;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.ModalPopupBG {
    background-color: #666699;
    filter: opacity(50);
    opacity: 0.7;
}

.ModalPopup {
    background: white;
    color: black;
}

.modal-content {
    border-radius: 1px;
    outline: auto;
}

.modal-header {
    background-color: #8cbf26;
    color: #ffffff;
}

.modal-title {
    color: #ffffff;
}

.modal-body {
    background-color: #000000;
    color: #ffffff;
}

.modal-footer {
    /* margin-top: 15px; */
    background-color: #000000;
    color: #ffffff;
}

.modal-lg {
    max-width: 800px;
}


.faq_question {
    font-style: italic;
    font-weight: bold;
}

.faq-response {

}

.changeText:before {
    position: absolute;
    left: 50px;
    background-color: white;
    content: " ";
    width: 10px;
    height: 1em;
}

.blueimp-gallery > .title {
    color: #000000;
    text-shadow: 0 0 2px #ffffff;
}

.StickyHeader th {
    position: sticky;
    top: 0;
}

.right-line {
    border-right: 5px #ccc solid !important;
    height: 4em !important
}

.top-line {
    border-top: 5px #ccc solid !important;
}

.halved {
    width: 50% !important;
    float: left !important;
}

.fields_code {
    text-align: center;
}


/* SUMO SELECT (Multiselect Dropdownlist */
.SumoSelect > .SelectBox {
    background-color: #000000;
    color: #000000;
}

.SumoSelect > .optWrapper > .select-all {
    background-color: #000000;
    height: auto;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #000000;
}

.SumoSelect > .optWrapper > .options li {
    background-color: #000000;
}

.SumoSelect > .optWrapper > .options li label {
    background-color: #000
}

.SumoSelect > .optWrapper > .options > li.opt {
    padding: 0px 0px;
}

.SumoSelect > .optWrapper > .options li label {
    background-color: #000
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: transparent;
}

.tablecustomscrolling {
    height: 400px;
}

.GridPager a {
    text-decoration-line: underline;
}

.GridPager td {
    border-top: 1px solid #dddddd;
    padding: 5px;
}

/* ============ NAVBAR ============ */

/* Added in PARTS Sprint 41 to cover new tabs on HA and HG */
.nav-tabs .nav-link:hover  {
    color: #ffffff;
    background-color: #5A5A5A;
}

.nav-tabs .nav-link {
    background-color: #8cbf26;
    color: #000000;
}

button.nav-link {
    margin-left: 0px;
    margin-right: 2px;
}

.navbar-inverse {
    background-color: #8cbf26;
    border-color: #080808;
}

/* This is for hovering over a nav-tabs > nav > li */

.navbar {
    background-color: #8cbf26 !important; /* Pinnacle Green */
}

.navbar-brand {
    color: #ffffff;
    text-decoration: none !important;
}

.navbar-expand-md {
}

.navbar-nav > li > a {
    text-decoration: none !important;
    color: #ffffff;
}

.nav > li > a:hover {
    color: #ffffff;
    background-color: #5A5A5B;
    text-decoration: none;
}

.nav > li > a {
    color: #000000;
}

    .nav > li > a:hover,
    .nav > li > a:focus {
        background-color: #ffffff;
    }

.nav-tabs:active {
    color: #ffffff;
    text-decoration: none;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
}

.navbar-default .navbar-text {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.navbar-inverse .nav-link {
    color: #ffffff;
}

    .navbar-inverse .nav-link > .open > a,
    .navbar-inverse .nav-link > .open > a:hover,
    .navbar-inverse .nav-link > .open > a:focus {
        color: #ffffff !important;
        background-color: #444444 !important;
    }

    .navbar-inverse .navbar-text {
        color: #ffffff;
    }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff !important;
    background-color: #444444 !important;
}

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #ffffff !important;
        background-color: #444444 !important;
    }

.dropdown-item {
    text-decoration: none !important;
    color: #000 !important;
}


    .dropdown-item:hover,
    .dropdown-item:focus {
        text-decoration: none !important;
        color: #fff !important;
    }

.fixed-top {
    top: 20px;
}

/* ============ NAVBAR .end// ============ */


.pager li > a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #bbbbbb;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

a.list-group-item {
    color: #333333;
}

    a.list-group-item:hover,
    a.list-group-item:focus {
        background-color: #8bcf26;
        color: #ffffff;
    }

    a.list-group-item:visited {
        text-decoration: none;
        color: #333333;
    }

.list-group-item-dark {
    color: #333333;
    background-color: #999;
}

/* NAVBAR SUBMENU */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 992px) {

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */

.popover-header {
    color: #000 !important;
}

.StickyHeader {
    overflow-y: auto;
}

tr.StickyHeader {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: black;
    border-color: white;
}

.StickyTable-50 {
    overflow-y: auto;
    height: 50vh;
}

.StickyTable-75 {
    overflow-y: auto;
    height: 75vh;
}

.passwordStrength1 {
    background-color: #ff0000;
}
.passwordStrength2 {
    background-color: #ff8000;
}
.passwordStrength3 {
    background-color: #ffbf00;
    color: black;
}
.passwordStrength4 {
    background-color: #ffff00;
    color: black;
}
.passwordStrength5 {
    background-color: #40ff00;
    color: black;
}
.passwordBorder {
    border: medium solid #cccccc;
    width: 500px
}

.bootstrapTableHeader {
    font-weight: bold;
}

