@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

.navbar a, .btn-link {
    color: black;
    font-size: 14px;
}

.btn-link-override {
    font-weight: 400;
    color: #007bff;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.navbar > ul li a {
    font-size: 15px;
}

.text-right {
    text-align: right;
}

.dot {
    height: 40px;
    width: 40px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 7px;
    font-weight: bold;
    font-size: 16px;
}

#topDropdown > .dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    padding: 0 !important;
}

.menu-black {
    color: black;
    font-weight: bold;
}

.text-white-bold {
    color: white;
    font-weight: bold;
}

.text-black-normal {
    color: black !important;
    font-weight: normal !important;
}

.text-doc-none {
    text-decoration: none !important;
}

.content-bg-color {
    background-color: #ffffff;
    padding: 1rem;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    border: solid #f0f0f0;
    border-width: 0.2rem;
}

.menu-active {
    background-color: #50cbca;
}

.bg-white {
    background-color: white;
}

.footer {
    font-size: 14px;
}

    .footer a:not([class^="nav-link"]):hover, .header a:not([class^="nav-link"]):hover {
        color: white;
    }

.nvabar, ul {
    list-style-type: none;
}

.gray-bar {
    background-color: #f8f4f4;
    height: 50px
}

.flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.listbox {
    height: 175px;
}

.listoption {
    background: none;
    color: #495057;
}

.form-group.required label:after {
    color: #d00;
    content: "*";
    /* position: absolute;*/
    margin-left: 1px;
    top: 3px;
}

.rdbrequired > label::after {
    color: #d00;
    content: "*";
    margin-left: 1px;
    top: 3px;
}

@media screen and (min-width: 768px) {
    .centerButton {
        margin-top: 31px !important;
    }
}

thead {
    background-color: #f7f7f775 !important;
    color: black;
}

.resize-none {
    resize: none;
}

.toast {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 1;
    position: absolute;
    width: 25rem;
    top: 2rem;
    border-radius: 1rem;
    left: 50%;
}

.toast-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.toast-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .toast-body p {
        margin-bottom: 0;
    }

.toast-visible {
    display: flex;
    flex-direction: row;
    animation: fadein 1.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

em {
    color: red;
}

/*Marketing Page*/




.background_Image {
    position: relative;
    text-align: center;
    color: white;
    height: 100%;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 25px;
}



.text {
    color: #929292;
}

.titleImage {
    width: 600px;
    height: 285px;
}

.more_info {
    color: #289dcc;
}

.footer_bg {
    background: #283038;
    border-top: 1px solid #3e454b;
    width: 100%;
}



.footer_Text {
    color: white !important;
    font-size: 12px;
}

.text-sm-center {
    text-align: center;
}



.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #289dcc;
}

.content_bg {
    background-color: #289dcc;
    color: white;
}


.BryanSteckler_img {
    padding-left: 10px;
    height: 75px;
}

.bg-light {
    background: #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    color: blue !important;
}


.bg-text {
    background-color: rgb(0,0,0); /*Fallback color */
    background-color: rgba(0,0,0, 0.4); /*Black w/opacity/see-through*/
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50%;
    padding: 20px;
    text-align: center;
    font-size: 25px;
}

.isDisabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

    .isDisabled > a {
        color: currentColor;
        display: inline-block; /* For IE11/ MS Edge bug */
        pointer-events: none;
        text-decoration: none;
    }

[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: bolder;
    margin-bottom: 0;
    width: auto;
    padding: 0 10px;
}

.the-fieldset {
    border: 1px solid #dbdbdb;
    padding: 10px;
}

.text-line {
    background-color: transparent;
    outline: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #818992;
    padding: 0 5px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-left: 5px;
}

.panel {
    font-size: 13px;
}

/*Place Order*/
.margin-top-minusEight {
    margin-top: -8px !important;
}

.margin-bottom-eight {
    margin-bottom: 8px !important;
}

.color-0000EE {
    color: #0000EE
}

.background-color-E3FFE3 {
    background-color: #E3FFE3
}

.border-one-solid-gray {
    border: 1px solid gray
}

.margin-left-Six {
    margin-left: 6px;
}

.width-fifteenperc {
    width: 15% !important
}

.width-eighteenperc {
    width: 18% !important
}

.width-twentytwoperc {
    width: 22% !important
}

.background-color-black {
    background-color: black
}

/*Place Order With Exam*/
.white-space-inherit {
    white-space: inherit;
}

.font-size-Fourteen {
    font-size: 14px;
}

.visibility-hidden {
    visibility: hidden;
}

.display-none {
    display: none !important;
}

.width-threepointfiveperc {
    width: 3.5% !important;
}

.width-eightperc {
    width: 8% !important;
}

/*Title Exam*/
.word-break-break-word {
    word-break: break-word;
}

/*ViewMyOrder*/
.width-tenperc {
    width: 10% !important;
}

.width-twentysixperc {
    width: 26% !important;
}

.width-twelveperc {
    width: 12% !important;
}

.width-twentyperc {
    width: 20% !important;
}

.color-0909f5 {
    color: #0909f5;
}

/*User*/
.float-right {
    float: right
}

.background-none; {
    background: none;
}

.color-495057 {
    color: #495057
}

/*Water Certification*/
.border-one-solid-black {
    border: 1px solid black
}

/*DocPrep*/
.height-ninehundredpx {
    height: 900px;
}

.height-fourhundredpx {
    height: 400px;
}

.height-forty {
    height: 40px;
}

.height-hundred {
    height: 100%;
}

.line-height-five {
    line-height: 5px;
}

.list-style-type-disc {
    list-style-type: disc;
}

.color-blue {
    color: blue;
}

.white-space-inherit {
    white-space: inherit;
}

font-size-fifteen {
    font-size: 15px;
}

.list-style-circle {
    list-style: circle;
}

.list-style-disc {
    list-style: disc;
}

.width-hundred {
    width: 100%;
}

.width-ninetyfive {
    width: 95%;
}

.width-sixty {
    width: 60%;
}

.width-fifty {
    width: 50%;
}

.width-thirtyfive {
    width: 35%;
}

.width-eleven {
    width: 11%;
}

.width-seven-one-five-px {
    width: 715px;
}

.width-three-eight-five-px {
    width: 385px;
}

.width-threehundred-px {
    width: 300px;
}

.width-twofiftyfive-px {
    width: 255px;
}

.width-twohundred-px {
    width: 200px;
}

.width-onefifty-px {
    width: 150px;
}

.width-onetwenty-px {
    width: 120px;
}

.width-hundred-px {
    width: 100px;
}

.width-ninetyfive-px {
    width: 95px;
}

.width-seventyfive-px {
    width: 75px;
}

.width-fifty-px {
    width: 50px;
}

.width-forty-px {
    width: 40px;
}

.width-twentyfive-px {
    width: 25px;
}

.width-fifteen {
    width: 15px;
}

.width-ten {
    width: 10px;
}

.width-nine {
    width: 9px;
}

.width-five {
    width: 5px;
}

.padding-two {
    padding: 2px;
}

.padding-left-two {
    padding-left: 2px;
}

.padding-left-three {
    padding-left: 3px;
}

.padding-left-five {
    padding-left: 5px;
}

.padding-left-ten {
    padding-left: 10px;
}

.padding-left-thirty {
    padding-left: 30px;
}

.padding-left-one-ten {
    padding-left: 110px;
}

.padding-left-onethreefive {
    padding-left: 135px;
}

.padding-right-five {
    padding-right: 5px;
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-normal {
    font-weight: normal;
}

.font-size-six {
    font-size: 6pt;
}

.font-size-seven {
    font-size: 7pt;
}

.font-size-ten {
    font-size: 10pt;
}

.text-align-left {
    text-align: left;
}

.border-top-solid-one-black {
    border-top: solid 1px black;
}

.border-top-solid-three-black {
    border-top: solid 3px black;
}

.border-bottom-solid-one-black {
    border-bottom: solid 1px black;
}

.border-right-solid-two-black {
    border-right: black solid 2px;
}

.mso-special-character {
    mso-special-character: line-break;
    page-break-before: always;
}

.text-decoration-underline {
    text-decoration: underline;
}

.border-collapse-collapse {
    border-collapse: collapse;
}

.display-inline-block {
    display: inline-block;
}

.vertical-align-super {
    vertical-align: super;
}

.cursor-pointer {
    cursor: pointer;
}

.color-green {
    color: green;
}

.color-red {
    color: red;
}

.min-width-twohundred {
    min-width: 200px;
}

.margin-auto {
    margin: auto;
}


/*Bootstrap 5 */

.form-group {
    margin-bottom: 1rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

label {
    margin-bottom: .5rem;
}

.table td, .table th {
    padding: .75rem;
    border-top: 1px solid #dee2e6;
}

.table-sm td, .table-sm th {
    padding: .3rem !important;
}

th {
    background-color: #f7f7f775 !important;
}

.card-header {
    padding: .75rem 1.25rem;
}

a{
    text-decoration:none;
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-header .close {
    margin: -1rem -0.5rem -1rem auto;
    border: none;
    font-size: x-large;
    background-color: transparent;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color:white;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 5px;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.table-responsive {
    overflow-x: auto;
    display: block;
}