﻿
select,
textarea,
input[type="text"],
input,
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-size: 16px !important;
}

.removeBold {
    font-weight: normal !important;
}

html {
    background: #FFFFFF;
}

#wrapper {
    width: 100%;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
}

body {
    display: table;
    width: 100%;
}

.page-row {
    display: table-row;
    height: 1px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.page-row-expanded {
    height: 100%;
}

.rowbuffer-1 {
    padding: .7em 0em;
}

.bg-white,
div.bg-white {
    background: white;
}

.box-margin {
    margin: 10px;
}

.b-l {
    border-left: 1px solid #e7eaec;
}

.font-white {
    color: white;
    text-decoration: none;
}

    .font-white:hover {
        color: whitesmoke;
        text-decoration: none;
    }

@media (max-width: 991px) {
    .font-xs {
        font-size: 9.5px;
    }
}

@media (min-width: 992px) {
    .font-xs {
        font-size: 12px;
    }
}

.passwordStrengthIndicator {
    background-color: white;
    border: 1px solid #2C9476;
    border-top: 0;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    padding: 5px 15px;
}

    .passwordStrengthIndicator i {
        margin-right: 0 10px;
    }
/*PROGRESS BAR*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 30px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 10px;
            margin-top: 50px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: relative;
            width: 30px;
            height: 30px;
            display: block;
            background: #c7ddef;
            top: 45px;
            left: 50%;
            margin-top: -85px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #337ab7;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #c7ddef;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

@media (min-width: 992px) {
    .bs-wizard > .bs-wizard-step .bs-wizard-info {
        font-size: 14px;
    }
}

.dropdown-fixed {
    min-width: 100%;
    max-width: 100%;
}

.bs-row-margin-n {
    margin-left: -15px;
}
/*END PROGRESS BAR*/

.masthead h1 {
    font-size: 62px !important;
    font-weight: 200;
    font-size: 100%;
    color: #fff;
    margin: 0;
}

.masthead {
    color: #fff !important;
    text-align: center;
    /*  background-image: linear-gradient(to right, #0078D4, #2C9476, #0078D4);
    background-image: -webkit-linear-gradient(to right, #0078*/ D4, #2C9476, #0078D4);
    padding-right: 0px !important;
    padding-left: 0px !important;
    /*background: -webkit-linear-gradient(341deg, rgb(25, 79, 139) 0%, rgb(59, 102, 153) 98%, rgb(59, 102, 153) 100%);
    background: -o-linear-gradient(341deg, rgb(25, 79, 139) 0%, rgb(59, 102, 153) 98%, rgb(59, 102, 153) 100%);
    background: -ms-linear-gradient(341deg, rgb(25, 79, 139) 0%, rgb(59, 102, 153) 98%, rgb(59, 102, 153) 100%);
    background: -moz-linear-gradient(341deg, rgb(25, 79, 139) 0%, rgb(59, 102, 153) 98%, rgb(59, 102, 153) 100%);*/
    /*background: linear-gradient(109deg, rgb(25, 79, 139) 0%, rgb(59, 102, 153) 100%, rgb(73, 114, 158) 100%);*/
}


    .masthead h3 {
        /*color: #fff;*/
        font-size: 100%;
        font-style: italic !important;
        color: black;
    }

body.landing-theme {
    background-color: #ededed;
}

    body.landing-theme div.well {
        /*background: #f5f5f5;*/
        border-color: black;
    }

        body.landing-theme div.well.gradient {
            background-image: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
            background-image: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
            background-image: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
            background-image: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
            background-image: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
        }

.border {
    border-color: gray;
}

.background-gradient {
    background-image: -webkit-linear-gradient(top, #2C9476 100%, #ffffff 15%);
    /*background-image: -moz-linear-gradient(top, #2C9476 0%, #ffffff 80%);
    background-image: -ms-linear-gradient(top, #2C9476 0%, #ffffff 80%);
    background-image: -o-linear-gradient(top, #2C9476 0%, #ffffff 80%);*/
    /*  background-image: linear-gradient(top, #2C9476 0%, #ffffff 80%);*/
    /* background-image: linear-gradient(to right, #0078D4, #2C9476, #0078D4);
    background-image: -webkit-linear-gradient(to right, #0078D4, #2C9476, #0078D4);*/
}

.notice-gradient {
    background-image: -webkit-linear-gradient(top, #2C9476 0, #ffffd7 100%);
    background-image: -moz-linear-gradient(top, #2C9476 0, #ffffd7 100%);
    background-image: -ms-linear-gradient(top, #2C9476 0, #ffffd7 100%);
    background-image: -o-linear-gradient(top, #2C9476 0, #ffffd7 100%);
    background-image: linear-gradient(top, #2C9476 0, #ffffd7 100%);
}

img.brand-logo {
    width: auto;
    height: 40px;
}

@media (min-width: 768px) {
    img.brand-logo {
        height: 50px;
    }
}

#help-popover {
    margin-top: -20px;
    margin-bottom: 20px;
}

.top-margin {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .adjust-progress-bar {
        margin-left: -70px;
    }
}

@media (max-width: 768px) {
    .adjust-progress-bar {
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .blank-area {
        padding-bottom: 175px !important;
    }
}

@media (max-width: 768px) {
    .blank-area {
        padding-bottom: 118px !important;
    }
}


.aligngridcolumn {
    text-align: center !important;
}

.paddingbottom {
    padding-bottom: 5%;
}

.card-section-title {
    color: black;
    text-decoration: underline;
    text-underline-position: under;
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
}

.g-recaptcha div {
    width: auto !important;
}

.control-label {
    font-size: 16px;
}

.required-label:before {
    content: "*";
    color: #ae0303;
    font-size: 16px;
}

.card {
    /* 
    border-radius: 20px !important;
    box-shadow: 0px 10px 29px 0px #e0e0e0 !important;*/
    box-sizing: border-box !important;
    padding: 10px;
    box-shadow: 1px 1px 11px rgb(0 0 0 / 29%) !important;
    border-radius: 15px !important;
    transition: box-shadow 83ms;
}

.card-title h1,
.card-title h2,
.card-title h3,
.card-title h4,
.card-title h5 {
    font-weight: bold;
    margin: auto;
}

.card-title {
    margin: 0rem !important;
    padding: 1rem 1rem 0.4rem 1rem;
    text-align:center;
}

.card-body .body-title{
    font-size:18px;
}
#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 99999;
}

.mvc-grid-headers th {
    background: #5BAF96 !important;
    align-items: center !important;
    vertical-align: middle !important;
    font-size: 15px !important;
}

.mvc-grid-filter, .mvc-grid-sort {
    color: #FFFFFF;
}
.mvc-grid-page-sizes select {
    padding: 0.75em 0.2em !important;
}

.input-group-addon {
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.4;
}

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
    font-weight: bolder;
}

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
    font-weight: bolder;
}

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
    font-weight: bolder;
}

.bg-edged-card-title {
    font-size: 30px;
    line-height: 29px;
    padding: 15px 35px;
}

.accordion-header .bg-edged-card-curved-title {
    font-size: 30px !important;
    line-height: 29px !important;
    color: #ffffff !important;
    width: fit-content;
    text-align: center !important;
}

.bg-edged-card-curved-title {
    background: linear-gradient(135deg, #66a3ff, #3385ff, #004a99, #002f66, #001a33);
    border-radius: 30px 0px;
    font-size: 30px;
    line-height: 29px;
    color: #ffffff;
    padding: 15px 35px 15px 15px;
    width: fit-content;
    text-align: center;
    /*background-color: #2e399299 !important;*/
}

    .bg-edged-card-curved-title h1, h2, h3, h4, h5 {
        margin-bottom: 0px;
    }

.bg-edged-card-none-curved-title {
    background: linear-gradient(135deg, #66a3ff, #3385ff, #004a99, #002f66, #001a33);
    border-radius: 0px;
    font-size: 30px;
    line-height: 29px;
    color: #ffffff;
    padding: 15px 35px 15px 15px;
    width: 100%;
}

.bg-edged-card-title h3, .bg-edged-card-title h4, .bg-edged-card-curved-title h3, .bg-edged-card-curved-title h4 {
    margin: 0px;
}

.bg-edged-card-curved-bottom-right {
    background: linear-gradient(135deg, #66a3ff, #3385ff, #004a99, #002f66, #001a33);
    /*background: linear-gradient(180deg, #000944 0%, #000944 100%);*/
    /*border-radius: 10px 10px 120px 0px;*/
    border-radius: 0px 0px 120px 0px;
}

.text-md-end {
    text-align: right !important;
}

.big-checkbox {
    width: 15px;
    height: 15px;
    transform: scale(1.6);
    margin-right: 10px;
}

/* Adjust size for smaller screens */
@media (max-width: 768px) {
    .big-checkbox {
        transform: scale(1.4); /* Slightly smaller for mobile */
    }
}


.mw-50 {
    max-width: 50% !important
}
.hint-text-float-end {
    color: #CC3333 !important;
    font-size: 1rem;
    margin-top: 0.25rem;
    justify-content: end;
    display: flex;
}


/* Responsive Styles */
@media (max-width: 768px) {
    .form-check-label {
        font-size: 1rem;
    }

   
}

@media (max-width: 480px) {
    .form-check-label {
        font-size: 0.9rem;
    }
}

@media (min-width : 768px){

    .form-check-inline {
        display: flex !important;
    }
}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: none;
    margin-right: 10px;
    z-index: 5;
    border: solid 2px;
    border-color: #2C9476;
    padding: 5px 10px;
    color: #fff;
    background: #2C9476;
    border-radius: 50px
}

    .back-to-top:hover {
        border-color: #6192c3;
        color: #fff;
        background: #6192c3;
    }


.disabled-link {
    pointer-events: none;
    color: gray;
    text-decoration: none;
    cursor: default;
}
