﻿.k-grid-header-wrap table thead tr th {
    background-color: #3c744c !important;
    color: #fff;
}

    .k-grid-header-wrap table thead tr th a.k-link {
        font-weight: 700;
        word-wrap: break-word;
        white-space: nowrap;
        text-overflow: initial !important;
    }

.k-window-maximized {
    width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
}
.k-window-titlebar .k-i-close {
    margin-right: 10px;
}

    .k-window-titlebar .k-i-close::before, .k-i-group-delete::before {
        font-size: 1.5em;
    }

.k-window-titlebar a.k-window-action {
    color: black !important;
    opacity: 1 !important;
}



    table tr:nth-child(even) {
    background-color: #fff !important;
}

table .table-striped > tbody > tr:nth-of-type(odd), table tr.odd, table tr:nth-child(odd) {
    background-color: #f7f7f7 !important;
}

.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order {
    color: #fff;
}

.k-icon:focus, .k-icon:hover {
    text-decoration: none;
    color: #fff;
}

.k-grid-excel {
    color: #3c744c;
}
/*List Styles*/
.quicklinks {
    background-color: #f1faf3;
    padding: 2.5rem;
}

    .quicklinks h3 {
        color: #122518;
        font-size: 1.75rem;
        font-weight: 600;
    }

section.quicklinks ul li a {
    border-left: 2px solid #3c744c;
    display: inline-block;
    margin: 1rem 0;
    padding: 0 0.6rem;
    text-decoration: none;
    font-weight: 600;
    color: #3c744c;
}

.quicklinks ul {
    display: block;
    list-style-type: none;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.center {
    text-align: center;
}

/*changePassword*/
.alignright {
    float: right;
    margin-bottom: 15px;
    margin-left: 0.25rem;
}

.tpc-default-style.list-group {
    border: none !important;
}

.row.listitem {
    margin-bottom: 3rem;
}

.card-title {
    margin-bottom: 10px;
    margin-top: 40px;
}

    .card-title sup {
        font-size: 0.6em !important;
    }

.btn-start {
    border-radius: 3.125rem;
    padding: 0.75rem 2rem;
    background-color: #092940 !important;
    border-color: #092940 !important;
    color: #fff !important;
}

    .btn-start:visited, .btn-start:hover, .btn-start:focus {
        box-shadow: 0 0 0 0.25rem rgb(9 41 64 / 50%) !important;
    }

.btn-start {
    --bs-btn-hover-bg: #092940;
    --bs-btn-hover-border-color: #092940;
    --bs-btn-active-bg: #092940;
    --bs-btn-active-border-color: #092940;
    --bs-btn-disabled-bg: #092940;
    --bs-btn-disabled-border-color: #092940;
    --bs-btn-focus-shadow-rgb: 9,41,64 !important;
}

.btn-sup {
    background-color: #BC2442 !important;
    color: #fff !important;
}

.division-name {
    border-bottom: 2px solid #5f7483;
    padding-bottom: 10px;
    width: 90%;
}

/*Loading images*/
.loading-wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

.loading-message {
    top: 50%;
    left: 50%;
    margin-right: -50px;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: 50px;
    margin-left: 10px;
    font-size: x-large;
}

.lds-dual-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff black #fff red;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.success-message {
    display: flex;
    align-items: center;
    background-color: #dff0d8;
    color: #3c763d;
    padding: 10px;
    border-radius: 5px;
}

    .success-message i {
        margin-right: 10px;
        color: #3c763d;
    }

    .success-message p {
        margin: 0;
        font-weight: bold;
    }

.print-button {
    display: inline-block;
    padding: 8px 30px;
    background-color: #3c744c;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

h3.sectionheader {
    margin: 25px 0;
}
/*print form receipt*/
@media print {
    .navbar {
        display: none;
    }

    #MainNavigation_TE648C186001_Col01 {
        display: none;
    }

    .navbar-form {
        display: none;
    }

    .site-footer {
        display: none;
    }

    .back-to-top {
        display: none;
    }

    .success-message {
        display: none;
    }

    .print-button {
        display: none;
    }

    .tpc-formflow-buttons {
        display: none;
    }

    .k-stepper {
        display: none;
    }

    .applicationdetails .col-lg-3 {
        max-width: 25%;
    }

    .logo-seal {
        display: block;
        width: 200px;
    }

    .payment-receipt {
        margin-top: 10px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3.sectionheader {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .tpc .col-form-label {
        display: block;
        font-size: 14px !important;
    }

    .tpc .readOnly {
        font-size: 12px !important;
    }

    .k-grid th {
        font-size: 14px;
    }

    .k-grid td {
        font-size: 12px !important;
    }
}


/*Loading Images end*/

button#pills-profile-tab.nav-link.active, button#pills-profile-tab.nav-link.active:hover {
    border-radius: 3.125rem;
    padding: 0.75rem 2rem;
    background-color: #407750 !important;
    border-color: #407750 !important;
    color: #fff !important;
}

button#pills-org-tab.nav-link.active, button#pills-org-tab.nav-link.active:hover {
    border-radius: 3.125rem;
    padding: 0.75rem 2rem;
    background-color: #407750 !important;
    border-color: #407750 !important;
    color: #fff !important;
}

button#pills-profile-tab.nav-link {
    color: #000 !important;
}

    button#pills-profile-tab.nav-link:hover {
        color: #407750 !important;
    }

button#pills-org-tab.nav-link {
    color: #000 !important;
}

    button#pills-org-tab.nav-link:hover {
        color: #407750 !important;
    }

.nav-pills {
    --bs-nav-pills-link-active-bg: #000 !important;
}

div.row.form-group {
    font-size: 1.125rem !important;
    font-weight: bold;
    color: #303030;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
}

    div.row.form-group > input {
        display: block;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: lightgray;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.375rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

.utilityLinks {
    margin: 10px 0;
}

    .utilityLinks a {
        margin-right: 25px;
    }

.sf-registration-link label {
    margin-right: 10px;
}
/*IndentityProofing styles*/

._idProofForm {
    margin: 20px;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    ._idProofForm h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    ._idProofForm .row {
        margin-bottom: 15px;
    }

    ._idProofForm .col-md-4,
    ._idProofForm .col-md-6 {
        display: inline-block;
        width: calc(33.3333% - 10px);
        vertical-align: top;
        padding: 0 10px;
        box-sizing: border-box;
    }

    ._idProofForm .col-md-12 {
        width: 100%;
    }

    ._idProofForm label {
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
    }

    ._idProofForm input[type="submit"] {
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        float: right !important;
    }

        ._idProofForm input[type="submit"]:hover {
            background-color: #0056b3;
        }

/* Responsive styling */
@media (max-width: 768px) {
    ._idProofForm .col-md-4,
    ._idProofForm .col-md-6 {
        width: 100%;
        margin-bottom: 10px;
    }
}


.tpc .readOnly {
    border: 1px solid #ccc !important;
    background-color: #f6f6f6 !important;
    padding: 3px 12px;
}

.user-profile h3 {
    margin: 25px 0;
}

.profile {
    border-style: none;
}

    .profile th.k-header.k-with-icon {
        width: 25%;
        padding: 5px 5px 5px 15px;
        border-right: 1px solid #fff;
    }

    .profile table {
        width: 100%;
    }

    .profile .k-grid-content {
        overflow-y: unset;
    }

    .profile .k-listview-content {
        border-width: 0 1px;
        border-color: rgba(33,37,41,.125);
        border-left-style: solid;
        border-right-style: solid;
    }

        .profile .k-listview-content tr {
            padding: 0px;
        }

        .profile .k-listview-content td {
            border-color: rgba(33,37,41,.125);
            border-width: 0 1px 0 0;
            width: 25%;
            padding: 5px 5px 5px 15px;
        }

    .profile .k-grid-content tr:nth-child(odd) {
        background-color: #f7f7f7 !important;
    }

#validationerror {
    color: #e50d0d;
}

.alert.alert-danger {
    margin-bottom: 0px;
    background-color: #c65200;
    --bs-alert-bg: #c65200;
    color: #fff;
}

.alert .close {
    float: right;
    color: #fff;
    text-decoration: none;
}

.warning-content {
    font-size: 12px;
    margin-bottom: 10px;
}

._idProofForm .phone-waring {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
}

._idProofForm .address-msg {
    font-size: 12px;
}

.spinner-wrap {
    background-color: lightgray;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .5;
}

.spinner-border {
    height: 80px;
    width: 80px;
}

.invitation-status {
    width: 50%;
    margin-bottom: 30px !important;
}


.card-img-overlay {
    position: unset;
    height: auto;
}


.togglePassword {
    margin-left: 90%;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    cursor:pointer;
}

.k-list-filter > .k-icon.k-i-zoom{
    top:35px!important;
}

.password-input {
    display: inline-block;
}

.change-password i {
    position: absolute !important;
    left: 0px;
    top: 100%;
    margin-left: 97% !important;
}
.btn-submit{
    margin-top:15px;
}