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;
}

.footer {
    line-height: 30px !important;
}

.form-group {
    margin-bottom: 15px;
    margin-right: 15px;
}

.control-label, .field-validation-error {
    color: #6c757d;
    font-size: 85%;
}

p {
    margin-bottom: 0px;
}

.table, .table tr, .table th, .table td {
    border-collapse: unset;
    border: none !important;
}

    .table thead {
        color: #343a40;
        background-color: #f8f9fa;
    }

        .table thead th {
            font-weight: 600;
        }

    .table td {
        border-bottom: solid 0.5px #dee2e6 !important;
        padding-right: 5px;
    }


.DiabledIndication {
    filter: grayscale(25%);
    opacity: 0.7;
    pointer-events: none;
}


.bg-orange {
    background-color: #fd7e14;
}

.bg-primary-transperent {
    background-color: #0d6efd0d;
}

.bg-success-transperent {
    background-color: #1987540d;
}

.bg-danger-transperent {
    background-color: #dc35450d;
}

.bg-info-transperent {
    background-color: #0dcaf00d;
}

.bg-secondary-transperent {
    background-color: #6c757d0d;
}

.bg-warning-transperent {
    background-color: #ffc1070d;
}

.bg-orange-transperent {
    background-color: #fd7e140d;
}

.bg-teal-transperent {
    background-color: #20c9970d;
}

.bg-indigo-transperent {
    background-color: #6610f20d;
}

.text-indigo {
    --bs-text-opacity: 1;
    color: var(--bs-indigo) !important;
}

.text-orange {
    --bs-text-opacity: 1;
    color: var(--bs-orange) !important;
}

.text-teal {
    --bs-text-opacity: 1;
    color: var(--bs-teal) !important;
}

.text-pink {
    --bs-text-opacity: 1;
    color: var(--bs-pink) !important;
}

.bg-primary-transperent-hover:hover {
    background-color: #0d6efd0d;
}

.bg-success-transperent-hover:hover {
    background-color: #1987540d;
}

.bg-danger-transperent-hover:hover {
    background-color: #dc35450d;
}
/* ----------- Home page : background image --------------*/
.FadeIn {
    animation: 1s linear 0s 1 FadeIn;
}

@keyframes FadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* ------ Home Page : text --------------------------*/
.lineUp {
    position: relative;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 4px;
    overflow: hidden;
    background: linear-gradient(90deg, #000, #fff, #000);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
    0% {
        background-position: -500%;
    }

    100% {
        background-position: 500%;
    }
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        cursor: inherit;
        display: block;
    }
/* Image Icons */

.ImageIconLink {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.form-control[readonly] {
    background-color: #e9ecef25;
    opacity: 1;
}

.bgTablehead {
    background-color: #86bbd8;
}

.bgSection {
    box-shadow: -10px 10px 10px -6px #86bbd8;
    -moz-box-shadow: -10px 10px 10px -6px #86bbd8;
    -webkit-box-shadow: -10px 10px 10px -6px #86bbd8;
}

.bgTablebodyRow:hover {
    box-shadow: 0px 0px 15px 0px #86bbd8;
    -moz-box-shadow: 0px 0px 15px 0px #86bbd8;
    -webkit-box-shadow: 0px 0px 15px 0px #86bbd8;
}
/* ------ Accordian modified --------------------------*/
.accordion-button {
    font-weight: 600;
    font-size: large;
    /*color: #258cfb;*/
    /*background-color: #2389f810 !important;*/
}

    .accordion-button::after {
        background-image: url("..\\images\\arrow-211-128.png");
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("..\\images\\arrow-211-128-blue.png");
    }

    .accordion-button:not(.collapsed) {
        font-weight: 600;
        font-size: large;
        color: #86bbd8;
        /*background-color: #19875410 !important;*/
    }

    .accordion-button:focus {
        border: initial;
        box-shadow: initial;
    }

    .accordion-button:hover {
        box-shadow: 0px 0px 5px 0px #86bbd8;
    }


input[readonly], textarea[readonly], select[readonly] {
    background-color: #dee2e6 !important;
}
.mt-05{
    margin-top:0.5rem !important;
}
.pl-0 {
    padding-left: 0rem !important;
}

.pr-0 {
    padding-right: 0rem !important;
}

.ml-0 {
    margin-right: 0rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.ml-3 {
    margin-left: 3rem !important;
}

.ml-4 {
    margin-left: 4rem !important;
}

.mr-0 {
    margin-right: 0rem !important;
}

.mr-05 {
    margin-right: 0.5rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.mr-3 {
    margin-right: 3rem !important;
}

.mr-4 {
    margin-right: 4rem !important;
}

.dotSubmit {
    height: 20px;
    width: 20px;
    background-color: #3B71CA;
    border-radius: 50%;
    display: inline-block;
}

.dotDraft {
    height: 20px;
    width: 20px;
    background-color: #E4A11B;
    border-radius: 50%;
    display: inline-block;
}

.dotShortfall {
    height: 20px;
    width: 20px;
    background-color: #DC4C64;
    border-radius: 50%;
    display: inline-block;
}

.dotApproved {
    height: 20px;
    width: 20px;
    background-color: #14A44D;
    border-radius: 50%;
    display: inline-block;
    z-index: 100000;
}

.dotRejected {
    height: 20px;
    width: 20px;
    background-color: rgb(255, 0, 0);
    border-radius: 50%;
    display: inline-block;
    z-index: 100000;
}

.dotWithdraw {
    height: 20px;
    width: 20px;
    background-color: grey;
    border-radius: 50%;
    display: inline-block;
    z-index: 100000;
}

.overlay {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 6em;
    padding-top: 2.3em;
    width: 20em;
    margin-left: -10em;
    padding-left: 2.1em;
    background-color: black;
    color: white;
    z-index: 999;
}

.otpbox {
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    border: 1px solid #000000;
}


    .otpbox::-webkit-inner-spin-button,
    .otpbox::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.otpbox {
    -moz-appearance: textfield;
}

.hideElement{
    display:none;
}
.breakword{
    word-wrap: break-word;
}
.smaller {
    font-size: .750em;
}