﻿@font-face {
    font-family: FontAwesome;
    src: url("../fonts/FontAwesome/fontawesome-webfont.ttf");
}

@font-face {
    font-family: OpenSans;
    font-weight: 100;
    font-style: normal;
    src: url("../fonts/OpenSans/OpenSans-Light.ttf");
}

@font-face {
    font-family: OpenSans;
    font-weight: 100;
    font-style: italic;
    src: url("../fonts/OpenSans/OpenSans-LightItalic.ttf");
}

@font-face {
    font-family: OpenSans;
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/OpenSans/OpenSans-Regular.ttf");
}

@font-face {
    font-family: OpenSans;
    font-weight: 300;
    font-style: italic;
    src: url("../fonts/OpenSans/OpenSans-Italic.ttf");
}

@font-face {
    font-family: OpenSans;
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf");
}

@font-face {
    font-family: OpenSans;
    font-weight: 500;
    font-style: italic;
    src: url("../fonts/OpenSans/OpenSans-SemiBoldItalic.ttf");
}

@font-face {
    font-family: OpenSans;
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/OpenSans/OpenSans-Bold.ttf");
}

@font-face {
    font-family: OpenSans;
    font-weight: 700;
    font-style: italic;
    src: url("../fonts/OpenSans/OpenSans-Boldtalic.ttf");
}

@font-face {
    font-family: OpenSans;
    font-weight: 900;
    font-style: normal;
    src: url("../fonts/OpenSans/OpenSans-ExtraBold.ttf");
}

@font-face {
    font-family: OpenSans;
    font-weight: 900;
    font-style: italic;
    src: url("../fonts/OpenSans/OpenSans-ExtraBoldtalic.ttf");
}

ul {
    margin: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

    select::-ms-expand {
        display: none;
    }

:root {
    --main-black: #000;
    --mid-black: #565C5F;
    --mid-grey: rgba(206,212,218,1);
    --light-grey: #eeeff0;
    --white: #fff;
    --primary: rgba(203,21,27,1);
    --primary-lite: rgba(203,21,27,0.1);
    font-size: 14px;
}

.fontsize-sm {
    font-size: 0.857rem;
}

.fontsize-reg {
    font-size: 1rem;
}

.fontsize-md {
    font-size: 1.143rem;
}

.fontsize-lg {
    font-size: 1.43rem;
    font-weight: 700;
}

.fontsize-xl {
    font-size: 1.714rem;
    font-weight: 700;
}

.fontweight-reg {
    font-weight: 300;
}

.fontweight-md {
    font-weight: 500;
}

.fontweight-lg {
    font-weight: 700;
}

.textcolor-primary {
    color: rgba(203,21,27,1);
}

.text-constrast {
    color: #fff;
}

.bg-light {
    background-color: #eeeff0 !important;
}

.loader {
    z-index: 5000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.25);
    margin: 0 0;
}

.spinner-border {
    width: 6rem;
    height: 6rem;
    font-size: 3rem;
}

.main-input {
    border: 2px solid rgb(206, 212, 218);
}

    .main-input:focus, .main_input:focus-visible {
        outline: rgba(203,21,27,1) auto 0px;
        border: 2px solid rgba(203,21,27,1);
    }

.form-control {
    border-radius: 0;
    border-color: rgba(206,212,218,1);
}

#txtdocUpload {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
}

#docUploadLabel {
    position: relative;
    cursor: pointer;
}

#docImageDisplay {
    width: 100%;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transition: 150ms;
    transition: 150ms;
    cursor: pointer;
}

#docUploadLabel.dragged-over #docImageDisplay {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
    box-shadow: rgb(0 0 0 / 12%) 1px -1.7rem 2rem 0px !important;
}

.form-control::-webkit-input-placeholder {
    font-size: 1rem;
    font-weight: 300;
}

.form-control::-moz-placeholder {
    font-size: 1rem;
    font-weight: 300;
}

.form-control:-ms-input-placeholder {
    font-size: 1rem;
    font-weight: 300;
}

.form-control::placeholder {
    font-size: 1rem;
    font-weight: 300;
}

.form-control[disabled] {
    background-color: #eeeff0 !important;
    z-index: 1;
}

.control-label {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.select-drop-down {
    height: 100%;
    width: 34px;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid rgba(206,212,218,1);
    text-align: center;
    font-size: 15px;
    z-index: 1;
    background-color: #eeeff0;
}

.field-icon {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

    .field-icon select, .field-icon input {
        position: relative;
        background: none !important;
        position: relative;
        z-index: 2;
        padding-right: 40px;
        overflow: hidden;
    }

input[type="text"] {
    border-radius: 0;
}

/* .accordion .fa-toggler::before{
    content: "\f067";
} */
/* for chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* for mozilla */
input[type=number] {
    -moz-appearance: textfield;
}


.special-form .form-control {
    border-color: rgba(203,21,27,1);
    color: rgba(203,21,27,1);
}

.special-form .select-drop-down {
    color: rgba(203,21,27,1);
    border-left-color: rgba(203,21,27,1);
    background-color: rgba(203,21,27,0.1);
}

/* BUTTONS */
.btn {
    border-radius: 0;
}

.primary-btn, .primary-row-item {
    background-color: rgba(203,21,27,1);
    color: #fff;
    -webkit-transition: 300ms;
    transition: 300ms;
}

    .primary-btn:hover {
        -webkit-filter: brightness(120%);
        filter: brightness(120%);
        color: #fff;
    }

.secondary-btn {
    background: transparent;
    border: solid 2px rgba(203,21,27,1);
    color: rgba(203,21,27,1);
    -webkit-transition: 300ms;
    transition: 300ms;
}

    .secondary-btn:hover {
        background-color: rgba(203,21,27,0.1);
        color: rgba(203,21,27,1);
    }

.tertiary-btn {
    background-color: #eeeff0;
    border: solid 1px rgba(206,212,218,0);
    color: #000;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

    .tertiary-btn:hover {
        border: solid 1px rgba(206,212,218,1);
        -webkit-filter: brightness(95%);
        filter: brightness(95%);
        -webkit-transition: 300ms;
        transition: 300ms;
    }

.nav-item:not(.active) .nav-link .tertiary-btn {
    background: transparent;
    border: solid 2px rgba(206,212,218,1);
    color: rgba(206,212,218,1);
}

.success-btn {
    background-color: rgba(39, 174, 96, 1) !important;
    color: #fff !important;
}

.nav-item.active .nav-link .tertiary-btn {
    background-color: rgba(203,21,27,1);
    color: #fff;
    border: solid 1px rgba(203,21,27,1);
}

/* NAVIGATION BAR */
.navbar {
    /*padding: 0 0;*/
    background-color: rgba(203,21,27,1);
}

    .navbar .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

.navbar-brand {
    /*padding: 0 20px;*/
    /*background-color: #fff;*/
    margin: 0;
    display: -ms-grid;
    display: grid;
    place-items: center;
}

    .navbar-brand > img {
        width: 157px;
        height: 35px;
    }

.sticky-l1 {
    top: 62px;
}

.sticky-l2 {
    top: 140px;
}

body {
    font-family: 'OpenSans', Times, serif !important;
    font-weight: 300;
    width: 100vw;
    overflow-x: hidden;
}

/* CONTAINERS & CONTENT */
.modal .modal-body .errorMessage.hide {
    display: none !important;
}

.modal-header, .modal-body, .modal-footer {
    padding: 0;
    border: 0;
}

.modal-body {
    margin-top: 25px;
    margin-bottom: 25px;
}

.modal-title, .card-title {
    text-transform: uppercase;
    font-size: 1.43rem;
    font-weight: 700;
}

    .card-title i {
        color: rgba(203,21,27,1);
    }

.tooltip-inner {
    border: 2px solid rgba(203,21,27,1) !important;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
}


/* RADIO STYLING */
/* pretty radio */
input[type="radio"] {
    display: none;
}

    input[type="radio"] + *::before {
        content: "";
        display: block;
        position: absolute;
        top: 5px;
        left: -5px;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        border-style: solid;
        border-width: 0.1rem;
        border-color: rgb(0, 0, 0);
    }

    input[type="radio"]:checked {
        color: rgba(203,21,27,1);
    }

        input[type="radio"]:checked:disabled {
            color: rgba(203,21,27,0.5);
        }

        input[type="radio"]:checked + *::before {
            background: -webkit-radial-gradient(rgba(203,21,27,1) 0%, rgba(203,21,27,1) 40%, transparent 50%, transparent);
            background: radial-gradient(rgba(203,21,27,1) 0%, rgba(203,21,27,1) 40%, transparent 50%, transparent);
            border-color: rgba(203,21,27,1);
        }

        input[type="radio"]:checked:disabled + *::before {
            background: -webkit-radial-gradient(rgba(203,21,27,0.5) 0%, rgba(203,21,27,0.5) 40%, transparent 50%, transparent);
            background: radial-gradient(rgba(203,21,27,0.5) 0%, rgba(203,21,27,0.5) 40%, transparent 50%, transparent);
            border-color: rgba(203,21,27,0.5);
        }

    input[type="radio"]:disabled + *::before {
        border-color: rgba(0, 0, 0, 0.25);
    }
/* RADIO STYLING ENDED */
#alert_toast {
    z-index: 5000;
    top: 80px;
    left: 50vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.toast .toast-header img {
    width: 25px;
    height: auto;
}

.container-sm {
    padding: 25px !important;
    border-radius: 0;
}

.tab-content {
    margin-top: 160px;
}

.search-section {
    margin-top: 150px;
}

.imp-info {
    background-color: rgba(203,21,27,0.1);
}
/* .card{
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
} */
.card-header, .row-item {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

    .card-header:hover, .row-item:hover {
        background-color: #f8f9fa;
        color: #000;
        text-decoration: none;
    }

    .card-header.btn-block, .row-item {
        padding-left: 0;
        padding-right: 0;
        color: #000000;
    }

        .card-header.btn-block:hover {
            text-decoration: none;
        }

        .row-item:focus, .row-item:focus-visible {
            box-shadow: 0 0 0 transparent;
            text-decoration: none;
        }

        .card-header.btn-block:focus, .card-header.btn-block:focus-visible {
            box-shadow: 0 0 0 transparent;
            text-decoration: none;
        }

.rowTitle {
    white-space: nowrap;
}

#note-documents-required {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn:focus, .btn:focus-visible {
    box-shadow: 0 0 0 .2rem rgba(203,21,27,.25);
}

.btnEdit.disabled, .edit-btn.disabled {
    color: rgba(206,212,218,1);
    cursor: not-allowed;
}

    .btnEdit.disabled i, .edit-btn.disabled i {
        color: rgba(206,212,218,1);
    }

    .btnEdit.disabled:hover, .edit-btn.disabled:hover {
        background-color: transparent;
        color: rgba(206,212,218,1);
    }

fieldset[disabled] .form-control {
    background-color: #eeeff0 !important;
    z-index: 1;
}

.btnView, .btnEdit, .btnDelete, .btnSuccess, .edit-btn {
    color: #565C5F;
    cursor: pointer;
    border-radius: 20px;
}

    .btnSuccess i {
        color: rgba(39,174,96,1);
    }

    .btnSuccess.Skinned {
        border: 1px solid rgba(39, 174, 96, 1);
    }

    .btnEdit.Skinned {
        border: 1px solid rgba(242,153,74,1);
    }

    .btnView i {
        color: #1382E9;
    }

    .btnEdit i, .edit-btn i, .btnEdit.static {
        color: rgba(242,153,74,1);
    }

    .btnDelete i {
        color: rgba(203,21,27,1);
    }

    .btnView:hover {
        background-color: rgba(19,130,233,0.1);
        color: rgba(19,130,233,1);
    }

    .btnEdit:hover, .edit-btn:hover, .btnEdit.static {
        background-color: rgba(242,153,74,0.15);
        color: rgb(201, 127, 62);
    }

    .btnDelete:hover {
        background-color: rgba(203,21,27,0.1);
        color: rgba(203,21,27,1);
    }

    .btnSuccess:hover, .btnSuccess.static {
        background-color: rgba(39, 174, 96, 0.1);
        color: rgba(39, 174, 96, 1);
    }


/* PROCESS STEPS */

.stepwizard {
    position: relative;
    margin-top: 100px;
    margin-bottom: 20px;
}

    .stepwizard > .row {
        overflow-x: scroll;
        white-space: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .stepwizard > .row > .stepwizard-step a {
            min-width: 100px;
        }

.stepwizard-step a:hover {
    text-decoration: none;
}

.stepwizard-step.disabled a, .stepwizard-step.disabled a .btn {
    cursor: not-allowed;
    opacity: 0.8 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 26px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: rgba(206,212,218,1);
    z-order: 0;
}

.stepwizard-row {
    -webkit-transition: 300ms;
    transition: 300ms;
}

.stepwizard-step a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.process-step-name {
    color: #000000 !important;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    white-space: normal;
    margin-bottom: 0 !important;
    text-decoration: none;
}
/* a:hover{
    text-decoration: none !important;
} */
.icon-default {
    width: 35px !important;
    height: 35px !important;
    border-radius: 25px !important;
    border: solid 1px rgba(206,212,218,1);
    background-color: #eeeff0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 300ms;
    transition: 300ms;
}

    .icon-default i {
        font: normal normal normal 1rem/1 FontAwesome;
    }

.stepwizard-step:hover .icon-default {
    background-color: #e0e1e2;
}

.icon-selected i {
    font: normal normal normal 1.214rem/1 FontAwesome;
}

.icon-selected, .icon-selected:hover {
    border: solid 1px rgba(203,21,27,1);
    color: rgba(203,21,27,1);
    background: -webkit-linear-gradient(bottom, rgba(203,21,27,0.1), rgba(203,21,27,0.1)), -webkit-linear-gradient(bottom, #fff, #fff);
    background: -webkit-linear-gradient(bottom, rgba(203,21,27,0.1), rgba(203,21,27,0.1)),-webkit-linear-gradient(bottom, #fff, #fff);
    background: linear-gradient(0deg, rgba(203,21,27,0.1), rgba(203,21,27,0.1)),linear-gradient(0deg, #fff, #fff);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.icon-success, .icon-success:hover {
    color: white !important;
    background: rgba(39, 174, 96, 1) !important;
    -webkit-transition: 300ms;
    transition: 300ms;
}

/* .accordion-expand-icon{
    border-radius: 50px;
    border: 1px solid #565C5F;
    width: 22px;
    height: 22px;
} */

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    /* padding: 6px 0;   */
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.nav-pills {
    overflow-x: auto !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.nav-link {
    color: #000;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .nav-link span {
        text-align: left;
    }

.nav-item.disabled {
    opacity: 0.5;
}

    .nav-item.disabled a {
        cursor: not-allowed;
        color: #000;
    }

.nav-item:not(.disabled) .nav-link:hover {
    color: rgba(203,21,27,1);
}

.nav-item:not(.active):not(.disabled) .nav-link:hover i {
    color: rgba(203,21,27,1);
    border-color: rgba(203,21,27,1);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.nav-pills .nav-item.active .nav-link, .nav-pills .show > .nav-link {
    box-shadow: rgb(0 0 0 / 7%) 1px -1.7rem 2rem 0px !important;
    color: rgba(203,21,27,1);
    background-color: #ffffff !important;
    border-radius: 0;
    font-weight: 500;
    border-bottom: solid 2px rgba(203,21,27,1);
}

@media only screen and (max-width: 992px) {
    .sticky-l2 {
        top: 150px;
    }

    .tab-content {
        margin-top: 200px;
    }
}

@media only screen and (max-width: 768px) {
    .tab-content {
        margin-top: 210px;
    }

    .form-title {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .navbar {
        z-index: 1035;
    }

        .navbar .container > div:last-child {
            display: none;
        }

        .navbar .container {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

            .navbar .container .fontsize-md {
                margin-left: 10px;
            }
}

@media only screen and (max-width: 576px) {
    .navbar .container .fontsize-md {
        font-size: 1rem;
        text-align: left;
    }

    .navbar {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-brand img {
        width: 90px;
        height: auto;
    }

    .container-sm {
        padding: 15px !important;
    }

    .sticky-l1 {
        top: 44px;
    }

    .sticky-l2 {
        top: 90px;
    }

    .tab-content {
        margin-top: 120px;
    }

    .fontsize-xl {
        font-size: 1.43rem;
    }

    .search-holder {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    /* .stepwizard > .row {
        justify-content: flex-start !important;
    } */
    .nav-link {
        padding-left: 10px;
    }

        .nav-link span {
            font-size: 0.857rem;
            white-space: nowrap;
            /* margin-top: 5px; */
        }

    .stepwizard-row:before {
        top: 25px;
    }

    .stepwizard-row {
        padding-left: 10px;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        /* padding-bottom: 5px; */
    }

    .stepwizard > .row > .stepwizard-step a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-width: unset !important;
    }

    .stepwizard-step.col-2 {
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        max-width: 100% !important;
        padding-left: 5px;
        padding-right: 10px;
        margin-right: 10px;
        background-color: #eeeff0;
    }

    .stepwizard-step .process-step-name {
        font-size: 10px;
        margin-top: 0px;
        margin-left: 10px;
        text-align: left;
        white-space: nowrap;
    }

    .icon-default {
        width: 30px !important;
        height: 30px !important;
        font-size: 12px !important;
    }

    .primary-row-item {
        font-size: 0.857rem;
    }

    #docUploadLabel {
        display: none !important;
    }

    .btnEdit.Skinned {
        display: none !important;
    }
}
