/*!
 Copyright (c) 2020, 2024, Oracle and/or its affiliates.
 */

.t-Header-branding {
    background-color: #001c46;
}
span.t-HeroRegion-icon.t-Icon {
    background-color: #001c46;
    color: #ffe324;
}
a.t-Breadcrumb-label {
    color: #001c46;
}
h1.t-Breadcrumb-label {
    color: #001c46;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
    .rw-pillar--ocean .t-Body-title:after, .rw-pillar--ocean.rw-layout--fixed .t-Body-mainContent:before {
        background-color: #001c46 !important;
        background-image: none;
    }
}
.rw-pillar--ocean .t-Body-title:after, .rw-pillar--ocean.rw-layout--fixed .t-Body-mainContent:before {
    background-color: #001c46 !important;
    background-image: none;
}
.t-Body-title::after {
    background-color: #001c46 !important;
}
.t-TreeNav .is-current, .t-TreeNav .is-current--top {
    color: #001c46 !important;
}
.a-TreeView-row.is-selected:before {
    --a-treview-node-indicator: #001c46;
}

a.a-TreeView-label {
    font-size: 0.92em;
}

/*.a-RDS-link:before {
    background-color: #001c46;
}*/

.t-Login-buttons button {
    background-color: #001C46;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
}

.apex-item-checkbox .apex-item-option input:checked+label:after {
    opacity: 1;
    background-color: #001C46;
}

.apex-rds-selected {
    --ut-tabs-item-highlight-color: #ffe324;
}