:root {
    --night-rider: #343434;
    --optimum-blue: #325892;
    --icon-blue: #325892;
    --op-blue: #325892;
    --op-blue-100: #EBEEF4;
    --op-blue-200: #D6DEE9;
    --op-blue-300: #C2CDDE;
    --op-blue-400: #ADBCD3;
    --op-blue-500: #99ACC9;
    --op-blue-600: #849BBE;
    --op-blue-700: #708AB3;
    --op-blue-800: #5B79A8;
    --op-blue-900: #47699D;
    --op-blue-light: #def;
    --op-amber: #FFBF00;
    --op-gray: rgba(170, 170, 170, 1);
    --op-red: #FF0000;
    --op-green: #00D538;
    --op-yellow: #f5c831;
    --op-yellow-secondary: #F5C831;
    --op-yellow-light: #FDF4D6;
    --progress-bar-base-blue: #def;
    --progress-bar-fill-blue: #369;
}

html {
  font-size: 10px;
}

@media (min-width: 768px) {
  html {
    font-size: 13px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
}

svg {
    fill: var(--bs-dark);
}

.nav-collection {
    position: relative;
}

.nav-collection-items {
    background-color: var(--bs-dark);
    color: var(--bs-light);
    border-radius: .5rem;
    white-space: nowrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    z-index: 100;
}

.nav-collection-items > a.nav-link {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    background-color: var(--bs-dark);
    color: var(--bs-light) !important;
    transition: .5s all ease;
    margin-left: .15rem;
    margin-right: .15rem;
    border-radius: .25rem;
}

.nav-collection-items > a.nav-link:hover {
    background-color: var(--bs-light);
    color: var(--bs-dark) !important;
}

.nav-collection > .nav-collection-items {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 30%;
    left: 60%;
    opacity: 0;
    transition: 1s opacity ease;
}

.nav-collection:hover > .nav-collection-items,
.nav-collection:hover > .nav-collection-items:hover,
.nav-collection > .nav-collection-items:hover {
    display: inline-flex;
    opacity: 1;
}

.nav-collection > a {
    cursor: pointer;
}

input[type='radio'] {
    cursor: pointer;
}

#cmpSelect th, #cmpSelect td {
    white-space: nowrap;
}

body > div.container:not(div.login-container) {
    overflow-y: auto;
    height: calc(100vh - 188px);
}

#rcml-body > .row {
    margin-top: 0.25rem;
}

#rcml-body > .row:first-child {
    margin-top: 0;
}

.checkbox-label {
    cursor: pointer;
}

table:not(.table-w-100) {
    table-layout: fixed !important;
    width: 90% !important;
}

.user-nav-avatar {
    width: 45px;
    height: 45px;
}

.avatar {
    width: 100%;
    height: 100%;
}

.site-logo-rg {
    background-image: url(/images/site-logo-svg-rg.svg);
    background-size: cover;
    width: 215px;
    height: 60px;
}

.header-dark {
    background-color: var(--night-rider);
}

.header-dark .nav-item > .nav-link {
    color: var(--bs-light);
}

.header-dark .no-avatar{
    filter: invert(1);
}

.btn-yellow {
    background-color: var(--op-yellow);
    color: var(--bs-dark);
    transition: box-shadow .6s ease-in-out;
}

.btn-yellow:focus, .btn-yellow:focus-visible, .btn-yellow:focus-within {
    background-color: var(--op-yellow) !important;
    color: var(--bs-dark) !important;
    border: none !important;
    box-shadow: 0 0 0 0.25rem rgb(245 200 49 / 25%) !important;
}

.btn-yellow:hover{
    background-color: #eaae21;
}

.btn.btn-yellow {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600 !important;
}

.login-bg {
    background-image: url(/images/login-landing-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-container {
    display: block;
    width: 100%;
}

.login-footer {
    background-color: var(--op-yellow);
    height: 40px;
    width: 100% !important;
    position: fixed;
    bottom: 0;
}

.show-hide-link {
    margin: 0;
    padding: 0.5rem 1rem;    
    justify-content: space-between;
    text-decoration: none;
    color: var(--night-rider);
    border-radius: 0.25rem 0.25rem 0 0 !important;
    padding-bottom: 0.1rem;
    transition: background-color .15s ease-in-out;
}

.collapse-panel {
    background-color: var(--bs-gray-100);
}

.show-hide-link:hover {
    color: var(--night-rider);
    background-color: var(--bs-gray-400);
}

.caret {
    font-weight: bold;
}

.expand-caret {
    transition: all .3s ease;
}

.show-hide-link[aria-expanded="true"] > div.expand-caret {
    transform: rotate(180deg);
}

.show-hide-link[aria-expanded="false"] > div.expand-caret {
    transform: rotate(0deg);
}

.show-hide-link[aria-expanded="true"] > div.caret-padding {
    padding-top: 0rem;
}

.show-hide-link[aria-expanded="false"] > div.caret-padding {
    padding-top: 0rem;
}

.caret-wrapper {
    border: solid 1px black;
    border-radius: 50%;
    padding-left: 0.7rem;
    padding-top: 0.4rem;
    width: 30px;
    height: 30px;
    font-weight: bolder;
}

.show-hide-link[aria-expanded="false"] .caret-wrapper {
    padding-left: 0.8rem;
    padding-top: 0.5rem;
}

.show-hide-link > h5 {
    margin-bottom: 0;
}

.show-hide-link[aria-expanded="true"], .show-hide-link[aria-expanded="false"] {
    padding-bottom: 0.4rem;
}

.nav-collection ul {
    list-style: none;
    padding-right: .5rem;
}

.sideMenu {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    width: 280px;
    background-color: var(--optimum-blue);
    transition: margin-left .5s ease;
}
#site {
    width: 100%;
}
.site {
    width: 100%;
    background-color: var(--bs-gray-200);
}

.site-logo-op {
    margin-top: 17px;
    margin-left: 12px;
}

.side-nav {
    margin-top: 10px;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    width: 100%;
}

.side-nav li a {
    font-weight: 500;
    color: rgb(255,255,255);
    position: relative;
    display: block;
    
}

.side-nav .nav-link {
    padding: 13px 15px 7px !important;
    margin-bottom: 6px !important;
}

.side-nav li a:focus {
    color: rgb(255,255,255);
}

.side-nav li a:hover {
    color: rgb(242, 245, 247) !important;
}

.side-nav li.active {
    border-left: 5px solid rgb(239, 195, 74) !important;
    background: rgba(255, 255, 255, 0.05);
    padding: 1px;
}

.side-nav li i{
    width: 20%;
    display: block;
    float: left;
}

.icon-image {
    padding-right: 9px;
}

.logo-wrapper {
    display: flex;
    height: 50px;
    align-items: flex-end;
}

.logo-padding {
    padding-left: 10px;
}

.site > .container {
    margin-left: 15px;
    margin-right: 15px;
    max-width: calc(100% - 30px);
    height: calc(100vh - 120px);
    box-shadow: rgb(173 175 177 / 40%) 0px 0px 7px 0px;
    background-color: rgb(255,255,255);
    overflow-y: auto;
    overflow-x: hidden;
}

header:not(.client-site) {
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}

.page {
    margin: 0px 31px 0px 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.btn-blue {
    background-color: var(--optimum-blue);
}

#sideMenu .accordion-button {
    text-transform: capitalize;
    background-color: transparent;
    outline: none;
    color: #fff;
}

#sideMenu .accordion-item {
    background-color: transparent;
    border: none;
}

#sideMenu .accordion-button:not(.collapsed) {
    box-shadow: none;    
}

#sideMenu .accordion-button:focus {
    z-index: 3;    
    outline: none;
    box-shadow: none;
}

#sideMenu .accordion-body {
    background-color: rgba(255,255,255,.05);
    border-radius: .25rem;
    padding-left: 1rem;
    padding-right: 0;
}

#sideMenu .accordion-body a {
    color: #fff;
}

.accordion-body .nav-item > a {
    padding-left: .5rem;
    border-left: 5px solid transparent;
}

.accordion-body .nav-item:hover > a:not(.active) {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: .25rem;
    border-left: 5px solid #efc34a;
}

.collection {
    padding: .15rem;
}

    .collection .collection-menu {
        list-style: none;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: .25rem;
        box-shadow: 0px 0px 50px 10px var(--optimum-blue) inset;
        padding-left: 1.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

.accordion-body > .navbar-nav > .collection {
    margin-top: .5rem;
}

.accordion-body > .navbar-nav > .collection:first-child {
    margin-top: 0;
}

.collection.active {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: .25rem;
    box-shadow: 10px 0px 15px 5px var(--optimum-blue) inset;
}

    .collection.active > a {
        border-left: 5px solid #efc34a !important;
        background-color: #efc34a !important;
        border-radius: 0.25rem 0rem 0rem 0rem;
        box-shadow: -10px 0px 20px 8px var(--optimum-blue) inset;
        font-weight: 500;
    }

.collection-menu > li > a {
    padding-left: .5rem !important;
    border-left: 5px solid transparent;
}

.collection-menu > li:hover > a:not(.active) {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: .25rem;
    border-left: 5px solid #efc34a;
}

.collection-menu > li > a {
    margin-top: .5rem;
}

.collection-menu > li > a:first-child {
    margin-top: 0;
}

.btn-expand {
    text-decoration: none;
    color: #000000;
}

.btn-expand:hover {
    color: #000000;
}

#usersList .card-title {
    font-weight: bold;
}

#usersList .card:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.hidden-checkbox {
    display: none;
}

.accordion-body a.active {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: .25rem;
    border-left: 5px solid #efc34a;
}

.container > main {
    padding-top: .75rem;
}

thead {
    border-bottom-width: 2px;
}

table .col-id {
    width: 5%;
    white-space: nowrap;
}

table .col-count,
table .col-abbrev,
table .col-length {
    width: 8%;
    white-space: nowrap;
}

table .col-select,
table .col-threshold {
    width: 10%;
    white-space: nowrap;
}

table .col-name,
table .col-description {
    width: 30%;
    white-space: nowrap;
}

table .col-name-template,
table .col-name-client,
table .col-name-rig,
table .col-name-component,
table .col-name-projectno {
    width: 20%;
    white-space: nowrap;
}

table .col-name-make,
table .col-name-model,
table .col-name-type,
table .col-name-tag,
table .col-name-serialnumber,
table .col-name-partnumber {
    width: 8%;
    white-space: nowrap;
}

table .col-client-component {
    width: 20%;
    white-space: nowrap;
}

table .col-client-partnumber,
table .col-client-serialnumber {
    width: 12%;
    white-space: nowrap;
}

table .col-modified-on,
table .col-created-on,
table .col-effective-from {
    width: 12%;
    white-space: nowrap;
}

table .col-status,
table .col-location {
    width: 15%;
    white-space: nowrap;
}

.label-required:after {
    content: " *";
    color: red;
}

.control-label {
    font-size: 12px;
    font-weight: 500;
    color: #191919;
}

.indicate-required {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 12px;
    color: #707070;
}

.indicate-required:before {
    content: "* ";
    color: red;
}

.breadcrumb-arrow li:first-child a:before {
    border-left-color: #fff;
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left: 11px solid #fff;
}

.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: "";
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #c1c1c1;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb-arrow li + li:before {
    padding: 0;
    content: "";
}

.breadcrumb-arrow li.active a:after, .breadcrumb-arrow li.active a:before {
    border-left-color: #325892;
}

.breadcrumb-arrow li.active a {
    background-color: #325892;
    border: 1px solid #325892;
    color: #fff !important;
}

.breadcrumb-arrow li a {
    position: relative;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #484848;
    font-style: italic;
}

.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px;
}

.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top;
}

.nocursor {
    cursor: initial !important;
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    padding: 0 10px;
    background: #fff !important;
    border: 1px solid #eee !important;
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed;
}

.breadcrumb-wrapper img {
    margin-right: 3px !important;
    vertical-align: initial;
    margin-left: 4px;
    border: 0;
    margin-top: 6px;
}

.breadcrumb-wrapper {
    display: flex;
}

.breadcrumb-row {
    border-bottom: 1px solid #e0e0e0 !important;
    height: 56px;
    margin: 0 1px;
    border: none;
}

#pagePanel, #viewPagePanel, #userModalPanel, #addPagePanel {
    margin: 15px 10px;
    position: relative;
}

#indicate {
    position: absolute;
    top: -1rem;
    right: 1.5rem;
}

#pagePanel .btn-yellow, #viewPagePanel .btn-yellow {
    text-transform: uppercase;
    font-weight: 500;
}

.btn,
.btn:focus,
.btn:active,
.btn:focus-within,
.btn:focus-visible,
.form-control:focus,
.form-control:active,
.form-control:focus-within,
.form-control:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.user-welcome {
    font-weight: 500;
}

.toast-container {
    z-index: 9999 !important;
}

.svg-check-bg {
    background-color: var(--bs-success);
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 40%;
}

.svg-exclamation-bg {
    background-color: var(--bs-danger);
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 40%;
}

.svg-check-bg > svg {
    fill: white;
    vertical-align: middle;
    margin: auto;
}
.svg-exclamation-bg > svg {
    fill: white;
    vertical-align: middle;
    margin: auto;
}

.toaster-success-bg {
    background-color: rgba(124,252,0,.5) !important;
    font-size: 1rem;
    font-weight: 500;
}

.toaster-danger-bg {
    background-color: rgba(220,53,69,.5) !important;
    font-size: 1rem;
    font-weight: 500;
}

#successToast > div {
    padding: .4rem;
}

#errorToast > div {
    padding: .4rem;
}

.btn-close-toast > svg {
    fill: var(--bs-success);
}

.btn-close-toast-danger > svg {
    fill: var(--bs-danger);
}

.no-display {
    display: none !important;
}

.modal-body{
    max-height: 50vh;
    overflow-y: auto;
}



.datarequired {
    background-color: rgba(170, 170, 170, 1) !important; 
    color: #fff !important;
}



.dash-item {
    width: 100% !important;
    height: 100% !important;
    /*border: solid 1px #D3D3D3;*/
    border-radius: .5rem !important;
    min-height: 10em !important;
    background-color: #fff;
    transition: background-color .5s ease;
}

/*.dash-item.selected {
    box-shadow: 2px 2px 10px 3px rgb(245 200 49 / 40%);
}*/
    .dash-item.not-selected,
    .dash-item.selected {
        box-shadow: 2px 2px 10px 3px rgb(50 88 146 / 30%) !important;
    }

.dash-item-header {
    width: 100% !important;
}

    .dash-item-header h2 {
        font-weight: bold !important;
        text-decoration: underline !important;
    }

.upload-type-controls {
    display: flex;
    justify-content: space-evenly;
}

.info-toast-body {
    background-color: rgba(170, 220, 250, 1) !important;
    font-size: 1.2em !important;
    font-weight: 500 !important;
}

.info-toast-header {
    background-color: rgba(255,255,255,1) !important;
}

#infoToast {
    background-color: rgba(255,255,255, .3);
}

.dash-item-body {
    font-size: .7em !important;
    display: flex !important;
    justify-content: end !important;
}


#addFormLoader {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.2);
}
#deleteFormLoader {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.2);
}
#formLoader, #modalFormLoader, .modalFormLoader {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.2);
}

#RoleSelector label, #RoleSelector select {
    font-weight: 500 !important;
    outline: none !important;
}

#RoleSelector select {
    cursor: pointer !important;
}

#RoleSelector select:focus,
#RoleSelector select:active,
#RoleSelector select:focus-within {
    outline: none !important;
}

.card-col {
    min-height: 6em !important;
    max-height: 8em !important;
    padding: .25rem !important;
}

.user-box {
    padding: .5rem;    
}

.user-box-col {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    border: solid 1px #D3D3D3;
}

input[type="checkbox"] {
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
}

input[type="checkbox"]:focus,
input[type="checkbox"]:active,
input[type="checkbox"]:focus-within {
    outline: none !important;
    box-shadow: none !important;
}

.fatigue-column {
    padding-top: .15rem !important;
    padding-bottom: .15rem !important;
}

.traffic-light svg {
    width: 28px !important;
    height: 28px !important;
}

.traffic-light .box {
    width: 2em !important;
    height: 2em !important;
}

.traffic-light .not-active {    
    fill: var(--op-gray) !important;
}
.traffic-light .red-light {    
    fill: var(--op-red);
}
.traffic-light .amber-light {    
    fill: var(--op-amber);
}
.traffic-light .green-light {    
    fill: var(--op-green);
}

.traffic-light .box.not-active {
    background-color: var(--op-gray) !important;
}
.traffic-light .box.red-light {
    background-color: var(--op-red);
}
.traffic-light .box.amber-light {
    background-color: var(--op-amber);
}
.traffic-light .box.green-light {
    background-color: var(--op-green);
}

.fatigue-review-table {
    max-height: 48em !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.modal-loader {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.2);
}

.sideMenu-collapse {
    position: absolute;
    top: 40%;
    right: -1.1rem;
    border-radius: 0 0.5rem 0.5rem 0;
    height: 80px;
    width: 15px;
    padding: 0;
    border: none;
    background-color: var(--optimum-blue);
}

.sideMenu-collapse svg {
    fill: var(--bs-gray-100);
}

.sideMenu-collapse > .inner-button {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    border-radius: 0 0.5rem 0.5rem 0;    
    background-color: transparent;
}

.sideMenu-collapse-light {
    background-color: rgba(255, 255, 255, .05) !important;
}

.sideMenu.hide-sideMenu {
    margin-left: -280px;
}

.form-select:focus {
    box-shadow: none;
}

table .tb-partno,
table .tb-comp-name {
    width: 18%;
}

table.tb-table {
    width: 100% !important;
}

.tb-table #listBody td {
    padding-left: 1.15rem !important;
}
.btn-yellow:disabled {
    background-color: var(--op-yellow) !important;
    pointer-events: none !important;
    opacity: .65 !important;
}

.btn-scope-step {
    color: var(--op-yellow) !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-transform: capitalize !important;
}

.scope-step-panel {
    background-color: #f8f9fa !important;
    border-radius: 0.5rem !important;
    border: solid 2px var(--op-yellow) !important;
}

.dragrow {
    height: 400px;
}

.invisible {
    display: none;
}

.cols {
    background-color: var(--bs-gray-100) !important;
}

.item {
    background-color: white !important;
}

.stepListPanel {
    max-height: 65vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.project-info, .user-info {
    position: absolute;
    top: 0;
    left: 1.5rem;
}

.project-info h6,
.project-info h5, 
.user-info h6, 
.user-info h5 {
    margin: 0 !important;
    font-weight: 700 !important;
}

.project-info span,
.project-info label, 
.user-info span, 
.user-info label {
    font-weight: 600 !important;
}

.dash-item * {
    color: var(--optimum-blue) !important;
}

.backward-arrow {
    transform: rotate(180deg);
}

.env-select {
    color: var(--optimum-blue) !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    cursor: pointer !important;
}

.env-select > option {
    cursor: pointer !important;
    font-weight: 600 !important;
}

    .dash-item:hover {
        background-color: var(--bs-gray-100) !important;
    }

#manageProjectModalBody #indicate {
    top: 0 !important;
}

.project-alerts {
    position: absolute;
    top: 5px;
    right: 5px;
}

.scope-alerts {

}

.project-error svg,
.scopestep-error svg,
.scope-error svg {
    fill: var(--bs-danger) !important;
}

thead .sort-icon {
    position: absolute;
    top: 25%;
    right: 10px;
}

thead .sort-col {
    position: relative;
    cursor: pointer;
}

#AdminDashboardOverviewRow .dash-item-body {
    justify-content: center !important;
}

#AdminDashboardOverviewRow .dash-item-body h1 {
    font-size: 8rem !important;
}

#userListRow .user-wrapper {
    display: inline-flex !important;
    box-shadow: 2px 2px 10px 0px rgb(50 88 146 / 30%) !important;
    border-radius: 0.25rem !important;
    padding: 0.5rem !important;
    width: 100% !important;
}

    #userListRow .user-wrapper button {
        display: inline-flex !important;

    }

#userListRow .user-wrapper .user-avatar {
    max-width: 5rem !important;
}

#userFrm .user-avatar {
    max-width: 20rem !important;
}

#userListRow .delete-button {
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
}

#userListRow .delete-button svg {
    fill: var(--op-blue);
}

.table-row-select {
    cursor: pointer;
    box-shadow: none;
    transition: box-shadow .2s ease;
}

.table-row-select th,
.table-row-select td {
    border-bottom-width: 0 !important;
}

.table-row-select:hover {
    box-shadow: inset 0 0 2px black;
}

.sub-assembly-component-abbrev {
    text-indent: 50px;
}

.sub-assembly-abbrev, .sub-assembly-component-abbrev {
    text-transform: capitalize;
}

.form-check-label {
    cursor: pointer;
}

.user-profile-invert {
    filter: invert(100%);
}


.login-row {
    height: 100%;
}

.login-content {
    margin-top: -40px;
}

.login-logo {
    max-width: 322px;
    margin-bottom: 50px;
}

.login-header {
    font-size: 34px;
    margin-bottom: 30px;
}

.login-subheader {
    line-height: 1.38;
    font-size: 12px !important;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-control {
    font-size: 13px;
    height: calc(2.8rem + 2px);
}

.btn-large {
    font-size: 14px;
    text-transform: uppercase;
}

.push-left10 {
    margin-left: 10px !important;
}

.lockout-section h1,
.lockout-section h6 {
    color: var(--op-yellow) !important;
}

.text-confirmation {
    max-width: 322px;
    margin-bottom: 50px;
    text-align: center;
}

.text-danger-login {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: rgb(220,53,69);
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: rgb(34, 34, 34);
}

.text-danger-sub {
    font-size: 16px;
    font-weight: bold;
    color: rgb(253, 2, 65);
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: rgb(34, 34, 34);
}

.validation-summary {
    max-width: 550px;
    margin: 0 auto;
}

.validation-summary ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.validation-summary ul li {
    margin: 0.5em 0;
}