﻿.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    background: #000;
    color: #fff;
}

/*h1 reset*/
.h1, h1 {
    font-size: calc(1.225rem + 1.5vw);
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.2rem;
    }
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.skip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    .skip:focus {
        position: static;
        width: auto;
        height: auto;
    }

/***********************/
/* translator dropdown */
/***********************/

.gt_selector {
    word-wrap: normal;
    padding: 0 4px;
}

/***********************/
/* All Interface Pages */
/***********************/

/*warning color #924008*/

/* default button hover */
button:hover {
    opacity: 0.8;
}

*, html {
    margin: 0px;
    padding: 0px;
}

.faded {
    opacity: .15;
    -moz-opacity: .15;
}

#app_style .clear {
    clear: both;
}

#app_style img {
    border: 0px;
}

/***********************/
/* User Message */
/***********************/

#messageContainer {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}

#app_style .no_res {
    margin: 1em 0em 1em .5em;
    font-weight: bold;
    color: #5c5c5c;
}

#app_style .resmsg {
    font-size: .9em;
    color: #5c5c5c;
}


#app_style .descmsg {
    position: relative;
    margin: 0 0 40px 0;
    color: #5c5c5c;
}

/***********************/
/* Page layout */
/***********************/

p.required {
    color: #924008;
    font-weight: 600;
}

#app_style .button input {
    background: #f5f5f5;
    color: #7d0202;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
}

#app_style .src_opt {
    float: left;
}

#app_style .srt_opt {
    float: right;
}

#app_style .src_opt,
#app_style .srt_opt {
    margin: 0em 0em 1em 0em;
    font-size: .9em;
    font-weight: bold;
}

    #app_style .src_opt span,
    #app_style .srt_opt span {
        font-weight: bold;
    }

    #app_style .src_opt select,
    #app_style .srt_opt select {
        font-weight: bold;
        width: 15em;
    }

    #app_style .src_opt input,
    #app_style .srt_opt input {
        margin-bottom: -.6em;
    }

#app_style #search_keyword {
    width: 245px;
}

#app_style .new_search {
    text-align: right;
}

    #app_style .new_search a {
        float: left;
        color: #004f99;
        font-size: 1em;
        font-weight: bold;
    }

        #app_style .new_search a:hover {
            color: #ffffff;
            background-color: #000000;
        }

#app_style .optfound span {
    font-weight: bold;
}

#app_style .tot_cnt {
    display: block;
    padding-left: 16px;
    font-size: 13px;
}

#app_style #paging a {
    color: #004f99;
    font-size: 1em;
    font-weight: bold;
    margin-left: 1em;
}

    #app_style #paging a:hover {
        color: #ffffff;
        background-color: #000000;
    }

#app_style #paging span {
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    margin-left: 1em;
}

/***********************/
/* Global CSS Settings  */
/***********************/

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    background-color: #eceff1;
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    font-style: normal;
    padding: 0;
    word-wrap: break-word;
    margin: 0;
}

#content {
    width: 100%;
    position: relative;
    /*padding-bottom: 180px;*/
}

#osrhe_body, #osrhe_header {
    margin: 0px auto;
}

*, html {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

.pagination li {
    display: inline-block;
}

.layout-flex {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
}

/***********************/
/* Header  */
/***********************/
#osrhe_header {
    padding-bottom: .5em;
}

    #osrhe_header .logo {
        display: inline-block;
        position: relative;
        height: 72px;
        width: auto;
        padding-left: 7px;
        padding-right: 10px;
        padding-top: 6px;
    }

@media(max-width: 768px) {
    #osrhe_header .logo {
        display: inline-block;
        position: relative;
        height: auto;
        width: auto;
        max-width: 75%;
        padding-left: 7px;
        padding-right: 10px;
        padding-top: 6px;
    }
}

#osrhe_header .l_status {
    color: #ffffff;
    float: right;
    font-size: 1em;
    margin: 0;
}

#osrhe_header .clear {
    clear: both;
}

header .header-social {
    display: flex;
    flex-wrap: nowrap;
    grid-gap: 10px;
    align-items: center;
}

    header .header-social a {
        display: block;
        position: relative;
        height: auto;
    }

    header .header-social.social-main span:before {
        color: #fff;
        font-size: 21px;
    }

header .header-social-mobile {
    display: none;
}

@media(max-width: 990px) {
    header .header-social {
        display: none;
    }

    header .header-social-mobile {
        display: flex;
    }

        header .header-social-mobile span:before {
            color: #000;
        }
}

.layout-base {
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    max-width: 1200px;
}

.header-main .layout-base {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 1220px) {
    .layout-base {
        max-width: 94%;
    }
}

@media(max-width: 1024px) {
    .header-main .layout-base {
        flex-wrap: wrap;
        row-gap: 24px;
    }
}

header .header-title {
    display: flex;
    flex-wrap: nowrap;
    grid-gap: 10px;
    align-items: center;
    color: #fff;
    align-self: end;
}

.banner-links {
    list-style: none;
    background-color: #cfd8dc;
    padding: 21px 0;
}

    .banner-links .links-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .banner-links nav ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        list-style: none;
        column-gap: 18px;
    }

    .banner-links nav li {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
    }

        .banner-links nav li a {
            color: #000;
            display: flex;
            align-items: center;
        }

            .banner-links nav li a:hover {
                background-color: #cfd8dc;
                color: #00417f;
                text-decoration: underline;
            }

nav li a.external:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../images/arrowafter.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 4px;
}

.banner-links nav li a#okpromise {
    background-color: #8EBF68;
    border-radius: 14px;
    padding: 3px 17px;
}

    .banner-links nav li a#okpromise:hover {
        background-color: #fff;
    }

header .header-main {
    background-image: linear-gradient(45deg, #137bbf 0%, #004f99 25%, #316820 75%, #679a41 100%);
    padding: 18px 0 28px 0;
}

.mobile-nav {
    display: none;
}

    .mobile-nav nav {
        display: none;
        position: fixed;
        width: 500px;
        max-width: 100vw;
        min-height: 100%;
        right: 0;
        background: #00417f;
        z-index: 9999;
        top: 0;
        padding: 112px 32px;
        max-height: 100%;
        overflow: scroll;
        scroll-behavior: smooth;
    }

        .mobile-nav nav li ul {
            display: none;
            /*text-indent: 32px;*/
            padding-left: 32px;
        }

        .mobile-nav nav li a {
            display: block;
            position: relative;
            width: 100%;
            color: #fff;
            font-weight: 500;
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
            line-height: 19px;
            padding: 12px 18px;
        }

            .mobile-nav nav li a.link-heading {
                cursor: cell;
            }

            .mobile-nav nav li a span {
                float: right;
                margin-top: -2px;
            }

    .mobile-nav li a:hover {
        background-color: #8ebf68;
        color: #000;
    }

@media (max-width: 991px) {
    .mobile-nav {
        display: inline-block;
    }

    #osrhe_header .l_status {
        display: none;
    }
}

.mobile-nav {
    float: right;
    width: auto;
    height: auto;
}

.mask {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(1,1,1,0.6);
    z-index: 999;
    overflow: hidden;
}

.mobile-nav button.open-icon {
    display: flex;
    align-items: center;
    border: none;
    /*display: block;*/
    background: rgba(142, 191, 104, 1);
    font-size: 18px;
    padding: 6px 22px 5px 18px;
    border-radius: 22px;
}

.mobile-nav button.close-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 18px;
    margin-right: 18px;
    border: none;
    background: none;
    padding: 0;
    width: 30px;
    height: 30px;
}

    .mobile-nav button.close-icon svg {
        width: 100%;
        height: auto;
        stroke: #fff;
    }

.mobile-nav button.open-icon:hover {
    background: rgba(204, 227, 188, 1);
}

.mobile-nav button.open-icon svg {
    width: 33px;
    height: auto;
}

.OKHE-navigation {
    background-color: #fff;
}

    .OKHE-navigation nav ul {
        display: flex;
        flex-wrap: nowrap;
        list-style: none;
    }

    .OKHE-navigation nav > ul > li + li {
        border-left: 1px solid #eceff1;
    }

    .OKHE-navigation nav a {
        color: #000;
        text-transform: uppercase;
        font-weight: 600;
        padding: 10px 7px;
        display: block;
        position: relative;
    }

    .OKHE-navigation nav ul ul div > a {
        font-family: 'Montserrat';
        font-weight: 900;
        text-transform: uppercase;
        color: #37474F;
        border-bottom: 1px solid #ECEFF1;
        border-radius: 0;
        font-size: 14px;
        line-height: 1.2em;
        padding: 10px 15px;
    }

    .OKHE-navigation nav a:hover,
    .OKHE-navigation nav a:focus {
        color: #00417f;
        background-color: #eceff1;
    }

    .OKHE-navigation nav ul ul {
        display: none;
        padding-bottom: 18px;
    }

    .OKHE-navigation nav > ul > li:hover ul,
    .OKHE-navigation nav > ul > li:focus-within ul {
        display: flex;
        justify-content: space-around;
        position: absolute;
        background-color: #fff;
        z-index: 9999;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 0 0 12px 12px;
        max-width: 1200px;
        flex-wrap: wrap;
    }

    .OKHE-navigation nav > ul > li > ul > li:after {
        content: '';
        display: block;
        position: absolute;
        width: 2px;
        background: rgba(0,0,0,0.05);
        height: 100%;
        right: 0;
        top: 0;
        z-index: 9999;
    }

    .OKHE-navigation nav > ul > li > ul > li:last-child:after,
    .OKHE-navigation nav > ul > li.solo-tree > ul > li:after {
        display: none;
    }

    .OKHE-navigation nav > ul > li.solo-tree:hover > ul,
    .OKHE-navigation nav > ul > li.solo-tree:focus-within > ul {
        display: block;
        position: absolute;
        width: auto;
        left: unset;
        right: unset;
    }

    .OKHE-navigation nav > ul > li.solo-tree:hover ul li,
    .OKHE-navigation nav > ul > li.solo-tree:focus-within ul li {
        border-bottom: 1px solid #ECEFF1;
    }

        .OKHE-navigation nav > ul > li.solo-tree:hover ul li:last-child,
        .OKHE-navigation nav > ul > li.solo-tree:focus-within ul li:last-child {
            border-bottom: none;
        }

    .OKHE-navigation nav > ul > li.solo-tree:hover ul a,
    .OKHE-navigation nav > ul > li.solo-tree:focus-within ul a {
        color: #004f99;
        padding-top: 10px;
        padding-right: 17px;
        padding-bottom: 10px;
        padding-left: 17px;
        text-transform: unset;
        font-weight: 500;
    }

    .OKHE-navigation nav > ul > li.solo-tree:hover li ul,
    .OKHE-navigation nav > ul > li.solo-tree:focus-within li ul {
        position: absolute;
        right: 0;
        top: 0;
        display: none;
        position: absolute;
        right: 0;
        transform: translateX(95%);
        margin-top: 0;
    }

    .OKHE-navigation nav > ul > li.solo-tree:hover li:hover ul,
    .OKHE-navigation nav > ul > li.solo-tree:focus-within li:focus-within ul {
        display: block;
    }

    .OKHE-navigation nav > ul > li:hover ul li,
    .OKHE-navigation nav > ul > li:focus-within ul li {
        display: block;
        position: relative;
        width: 300px;
    }

    .OKHE-navigation nav > ul > li:hover ul ul,
    .OKHE-navigation nav > ul > li:focus-within ul ul {
        display: grid;
        grid-template-columns: 1fr;
        position: relative;
        left: 0
    }

        .OKHE-navigation nav > ul > li:hover ul ul li,
        .OKHE-navigation nav > ul > li:focus-within ul ul li {
            font-family: "Open Sans", sans-serif;
            font-weight: 500;
            font-size: 15px;
            line-height: 1.2;
            text-transform: none;
        }

            .OKHE-navigation nav > ul > li:hover ul ul li a,
            .OKHE-navigation nav > ul > li:focus-within ul ul li a,
            .OKHE-navigation nav > ul > li ul ul li a:focus {
                color: #004f99;
                padding-top: 10px;
                padding-right: 17px;
                padding-bottom: 10px;
                padding-left: 17px;
                text-transform: unset;
            }

    .OKHE-navigation nav > ul > li ul ul li a:focus {
        background-color: #eceff1;
        color: #000000;
    }

.banner {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #00417f;
    background-image: url("../images/i2t-banner.jpg");
    background-size: cover;
    background-position: center;
}

.OKHE-navigation nav > ul > li > div > a:after {
    content: '';
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 8px;
    border-right: 2px solid;
    border-right-color: currentcolor;
    border-bottom: 2px solid;
    border-bottom-color: currentcolor;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateX( -5px ) rotate( 45deg );
    -ms-transform: translateX( -5px ) rotate( 45deg );
    transform: translateX( -5px ) rotate( 45deg );
    border-color: #000000;
}

.OKHE-navigation nav > ul > li.solo-tree:hover ul a.solo-tree-parent:after {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 1;
    display: block;
    width: 9px;
    height: 9px;
    margin: -5px -5px 0 0;
    border-right: 2px solid;
    border-right-color: currentcolor;
    border-bottom: 2px solid;
    border-bottom-color: currentcolor;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    transform: translateY(-3px) translateX( -3px ) rotate( -45deg );
    border-color: #000000;
    border-color: #004f99;
}

@media(max-width: 991px) {
    #top_links,
    .OKHE-navigation {
        display: none;
    }
}

.banner .h1-wrapper {
    z-index: 99;
    display: block;
    position: relative;
}

.banner h1 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #263238;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #fff;
    padding: 105px 0;
    text-shadow: 0px 2px 10px rgba(0,68,112,0.75);
}

@media(max-width: 1024px) {
    .banner h1 {
        font-size: 33px;
        padding: 41px 0;
    }
}

.banner .color-mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(at center center, rgba(0,68,112,0.75) 25%, rgba(0,68,112,0.9) 100%);
}

.head_msg {
    padding: .5em 0em .5em 0em;
    border-bottom: solid 2px #cfd8dc;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #263238;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
}

@media(max-width: 1024px) {
    .head_msg {
        font-size: 32px;
    }
}

/***********************/
/* Footer */
/***********************/

footer {
    background-color: #263238;
}

#footer-bar {
    display: block;
    position: absolute;
    width: 100%;
    height: 38px;
    background-color: #eceff1;
    left: 0;
}

footer .footer-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 18px;
    padding-bottom: 51px
}

@media(max-width: 1024px) {
    footer .footer-cards {
        grid-template-columns: 1fr;
        justify-content: center;
        grid-gap: 10px;
    }

    #footer-bar {
        height: 28px;
    }
}

footer .footer-cards div {
    background-color: #004f99;
    border-radius: 10px;
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

#phone-card a::before {
    display: inline-block;
    position: relative;
    content: '';
    background-image: url("../images/phone-ico.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 36px;
    /*height: 50px;*/
    background-size: contain;
}

#contact-card a::before {
    display: inline-block;
    position: relative;
    content: '';
    background-image: url("../images/contact-ico.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    /*height: 50px;*/
    background-size: contain;
}

#location-card a::before {
    display: inline-block;
    position: relative;
    content: '';
    background-image: url("../images/location-ico.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 54px;
    /*height: 50px;*/
    background-size: contain;
}

footer .footer-cards p {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    align-self: center;
    padding-left: 17px;
}

footer .footer-cards a {
    color: #fff;
    padding: 0 0 0 18px;
    margin: 0;
    display: flex;
}

    footer .footer-cards a:hover {
        color: #c5deb1;
    }

footer .column-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    color: #fff;
    padding-bottom: 45px;
}

@media(max-width: 768px) {
    footer .column-wrapper {
        display: grid;
        grid-template-columns: 1fr;
    }
}

footer .column-wrapper h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 18px;
}

footer .column-wrapper a,
footer .column-wrapper p,
footer .column-wrapper li {
    color: #fff;
}

    footer .column-wrapper a:hover {
        color: #c5deb1;
    }


footer .column-wrapper .right-column li {
    font-size: 13px;
    line-height: 34px;
}

footer .column-wrapper .left-column a {
    text-decoration: underline;
}

footer .column-wrapper .footer-social {
    display: flex;
    flex-wrap: nowrap;
    grid-gap: 30px;
    padding-top: 20px;
}

    footer .column-wrapper .footer-social a {
        text-decoration: none;
        width: 52px;
        height: 52px;
        position: relative;
        text-decoration: none;
        width: 52px;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

footer .links-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    column-gap: 30px;
}

footer .footer-banner {
    background-image: linear-gradient(45deg, #004470 0%, #234a17 100%);
}

    footer .footer-banner .wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
    }

    footer .footer-banner a.image-wrapper {
        display: inline-block;
        position: relative;
        width: 10vw;
        height: auto;
        max-width: 132px;
        min-width: 110px;
    }

    footer .footer-banner img {
        width: 100%;
        height: auto;
    }

    footer .footer-banner nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        list-style: none;
        color: #fff;
        text-transform: uppercase;
        column-gap: 18px;
        margin: 0;
    }

        footer .footer-banner nav ul a {
            color: #fff;
            font-size: 14px;
        }

            footer .footer-banner nav ul a:hover {
                color: #c5deb1;
            }

footer .footer-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    color: #fff;
    padding-top: 15px;
}

@media(max-width: 768px) {
    footer .footer-banner .wrapper {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        row-gap: 30px;
    }

        footer .footer-banner .wrapper div {
            display: flex;
            justify-content: center;
        }

    footer .footer-banner a.image-wrapper {
        max-width: 250px;
        width: 50vw;
    }

    footer .footer-btm {
        justify-content: center;
        padding-bottom: 30px;
    }
}

/***********************/
/* Body */
/***********************/

body a {
    color: #004f99;
    text-decoration: none;
}

@media(max-width: 1195px) {
    .layout-flex.sort-box {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        row-gap: 30px;
    }

    #app_style #left_col,
    #app_style #right_col {
        width: 100%;
    }
}

/***********************/
/* Social Icons */
/***********************/

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?ccch5l');
    src: url('../fonts/icomoon.eot?ccch5l#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?ccch5l') format('truetype'), url('../fonts/icomoon.woff?ccch5l') format('woff'), url('../fonts/icomoon.svg?ccch5l#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

header [class^="icon-"], [class*=" icon-"] {
    font-size: 18px;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 100%;
    font-size: 26px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
    content: "\e902";
    color: #263238;
}

.icon-x:before {
    content: "\e901";
    color: #263238;
}

.icon-facebook:before {
    content: "\ea90";
    color: #263238;
}

.icon-linkedin2:before {
    content: "\eaca";
    color: #263238;
}

.x-icon,
.youtube-icon,
.linkedin-icon,
.facebook-icon {
    background: #8ebf68;
    border-radius: 100%;
}

    .x-icon:hover,
    .youtube-icon:hover,
    .linkedin-icon:hover,
    .facebook-icon:hover {
        background: #fff;
    }

/* app specific */
#app_style input,
#app_style select {
    padding: 8px;
    font-size: 14px;
    line-height: 14px;
    background: rgba(255,255,255,0.6);
    border: 1px solid #e1e1e1;
    border-radius: 6px;
}

.btn.btn-primary.delete,
.btn.btn-secondary.delete,
#pending-resources .resource-list li .btn.btn-primary.delete {
    background-color: #924008;
}

.btn-primary.cancel,
.btn-secondary.cancel {
    background-color: #000;
}

.btn.btn-primary.edit,
.btn.btn-secondary.edit,
.btn.btn-primary.approve,
.btn.btn-secondary.approve {
    background-color: #0a78c4;
}

.btn.btn-primary.reset,
.btn.btn-secondary.reset,
.btn.btn-primary.check,
.btn.btn-secondary.check {
    background-color: #30691a;
}

.btn.btn-primary.required,
.btn.btn-secondary.required {
    background-color: #6c757d;
}

.btn.warning.list-remove {
    margin: 0;
    padding: 0;
    line-height: inherit;
    height: inherit;
    vertical-align: inherit;
    color: #BA3838;
    font-size: 14px;
    margin-left: 4px;
}

.btn.btn-primary.disabled {
    background-color: #e0e0e0;
    color: #000;
}

/***********************/
/* Various Helpers */
/***********************/

.hidden {
    display: none;
}

#customConfirm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.confirmBox {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 300px;
}

    .confirmBox p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .confirmBox button {
        margin: 0 10px;
    }

#messageContainer {
    display: block;
    position: relative;
    background-color: #fff;
    padding: 8px 30px 11px 16px;
    margin-bottom: 0;
    line-height: 20px;
    height: auto;
    text-align: left;
    border: 2px solid #30691a;
    border-radius: 0;
    margin-bottom: 7px;
}

    #messageContainer .btn-close {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 10px;
        margin-top: 10px;
    }

    #messageContainer p {
        padding-top: 4px;
        margin-bottom: 2px;
    }

button.messageHide {
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

#messageContainer.warning {
    /*background-color: #d3540f;*/
    background-color: #fff;
    border: 2px solid #d3540f;
}

#mask {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(38,50,56, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.hiddenupdate {
    display: none;
    position: fixed;
    top: 50vh;
    left: 0;
    z-index: 9999;
    background: #fff;
    padding: 20px 20px;
    margin: 0 auto;
    margin-top: 0px;
    transform: translateY(-50%);
    right: 0;
    width: 500px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 0 5px 0px rgba(1,1,1,0.2);
}

/* safe uploader */
#user-instructions ul {
    list-style: disc;
    list-style-position: outside;
    list-style-position: inside;
}

#user-instructions .msg {
    font-size: 22px;
}

.clear {
    margin-bottom: 18px;
    display: block;
    position: relative;
}

.form-label-wrapper {
    display: block;
    position: relative;
}

.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#captcha-wrapper {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    width: 200px;
    height: auto;
}

@media (max-width: 520px) {
    #captcha-wrapper {
        border-right: 1px solid #dee2e6;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border: none;
        margin-bottom: 10px;
        min-height: 35px;
    }
}

#catchImage {
    display: block;
    position: absolute;
    background-size: contain;
}

.text-danger.field-validation-error {
    float: left;
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    padding-top: 5px;
}

.f_right.noprint a {
    display: inline-block;
    text-align: end;
    float: right;
    text-decoration: underline;
}

.warning {
    text-decoration: underline;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: red;
}

#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    /*border: 1px solid black;*/
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    border-radius: 4px;
}

#sessionPop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    /*border: 1px solid black;*/
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#sessionOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    border-radius: 4px;
}

.removeBtn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 6px;
    border-radius: 3px !important;
    padding: 0 6px;
    background-color: #d3540f;
    color: #fff;
    border: none;
}

#fileInputs label {
    align-self: center;
}

fieldset legend {
    font-size: 22px;
}

#add-more {
    display: none;
}