﻿.light-theme .nav-tabs:not(.fixed-theme) .nav-link.active, .light-theme .nav-tabs:not(.fixed-theme) .nav-item.show .nav-link {
    color: #000 !important;
    font-weight: 500;
    box-shadow: inset 0 -3px 0 #f26522
}
/*alert css start*/
#divCustomAlert {
    position: fixed;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 110px;
    width: 400px;
}

    #divCustomAlert .alert {
        box-shadow: 2px 4px 8px;
    }

#divGlobalDialog .modal-body .alert .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: .65625rem 1.25rem;
    background: transparent;
}

#divGlobalDialog #divModalAlertConfirm {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 22, 28, .5);
    z-index: 1000;
    left: 0px;
    top: 0px;
}

    #divGlobalDialog #divModalAlertConfirm .modalAlertBody {
        padding: 1.5rem;
        width: 60%;
        margin: auto;
        background-color: #ffffff;
        position: relative;
        top: 40px;
    }

.dark-theme #divGlobalDialog #divModalAlertConfirm .modalAlertBody {
    background-color: #202121; /*192626*/
}

/*alert css end*/

.customLoader {
    color: #f26522;
    font-size: 20px;
    -webkit-animation: fa-spin 1s linear infinite;
    animation: fa-spin 1s linear infinite;
}

.onboardingSteps {
    margin-top: 4px;
    background: #C4C2C1;
    border-radius: 50% !important;
    color: #FFF;
    line-height: 25px;
    width: 25px;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top;
    font-weight: 700;
}

.httpErrorContainer.lds-error-page-container {
    padding: 22px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 4px !important;
    color: #FFFFFF;
}
/*Page scroll to Top Start*/
#topcontrol {
    color: #fff;
    z-index: 99;
    width: 27px;
    height: 27px;
    font-size: 20px;
    background: #656263 !important;
    position: relative;
    right: 7px !important;
    bottom: 18px !important;
    border-radius: 3px !important;
}

    #topcontrol i {
        top: 8px;
        left: 7.5px;
        position: absolute;
        text-align: center;
    }

    #topcontrol:hover {
        color: #fff;
        background: #bc440b !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
/*Page scroll to Top end*/


.no-border-login:before {
    border-color: #b1aeae !important;
}

.light-theme .was-validated .form-control:valid {
    /*border-color: #37b24d !important;
    border-width: 1px !important*/
}

.light-theme .was-validated .form-control:invalid {
    /*border-color: #f03e3e !important;
    border-width: 1px !important*/
}


/*Footer Custom CSS Start*/
#layout-footer .lds-footer.bg-darker {
    color: #ffffff !important;
}

.social_linkedin_icon {
    color: #fff;
}

    .social_linkedin_icon i.fa-linkedin {
        font-size: 28px;
    }

    .social_linkedin_icon :hover {
        color: inherit;
    }

    .social_linkedin_icon i.fa-twitter-square {
        font-size: 28px;
    }

    .social_linkedin_icon i.fa-facebook-square {
        font-size: 28px;
    }

.lds-footer-left > span {
    color: #ffffff !important;
}

.lds-footer-right span {
    color: #ffffff !important;
}
/*Footer Custom CSS End*/

/*Profile Custom*/


.error-wrapper {
    min-height: 70vh !important;
}

.max-select2-width {
    width: 100% !important;
}

/*Profile Custom End*/

/*Menu Custom */

#layout-footer .lds-footer.bg-darker {
    color: #ffffff !important;
}

@media (min-width: 992px) {

    .nav-link {
        padding-top: 1.3rem !important;
        padding-bottom: 1.3rem !important;
        line-height: 1.6rem !important;
    }

    .dropdown:hover > .dropdown-menu {
        display: block !important;
    }

    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
        position: absolute;
        top: 10px;
        right: 5px;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }

    .nav-item > .nav-link {
        color: #C8C7C7 !important;
        border: none;
        border-radius: 0px;
    }

    ul.submenu dropdown-menu:hover {
        position: relative !important;
        left: 12px !important;
        display: block !important;
    }

    .navbar-nav .nav-item.active {
        background-color: transparent !important;
        box-shadow: inset 0 -2px 0 #ff8000 !important;
    }

    .navbar-nav .nav-item:hover {
        box-shadow: inset 0 -2px 0 #ff8000 !important;
    }

    .navbar-nav .nav-item.active .nav-link i, .navbar-nav .nav-item.show .nav-link i {
        color: #ff8000 !important;
    }
}

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

.navbar-brand-lion {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 24px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f26522;
    background-color: var(--color-primary);
    background-image: url(/Media/Default/lb_symbol.png);
    border-radius: 2px;
    cursor: pointer;
    margin: 0px 10px 0px 0;
}

/*Menu Custom End*/


/*General Info Custom*/

.light-theme .form-control.input-validation-error, .dark-theme .form-control.input-validation-error {
    border: solid 1px #ca1818 !important
}

/*General Info Custom End*/

/*LHS menu in partner portal*/
#divLHSLinks {
}

    #divLHSLinks .img-thumbnail {
        width: 120px;
        height: 120PX;
        margin: auto;
        background: inherit;
        position: relative;
    }

        #divLHSLinks .img-thumbnail .fas {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #F26522;
            cursor: pointer;
            font-size: 5rem;
        }

            #divLHSLinks .img-thumbnail .fas.customLoader {
                left: 44%;
                color: #CC3F00;
                font-size: 16px;
            }

        #divLHSLinks .img-thumbnail img {
            width: 100%;
            height: 100%;
        }

.dark-theme #divLHSLinks .list-group a.list-group-item.list-group-item-action.active,
.dark-theme #divLHSLinks .list-group a.list-group-item.list-group-item-action.active:hover {
    background-color: #37393c;
    color: #fff;
    border: Solid 1px #969494;
}

#divLHSLinks .list-group a.list-group-item.list-group-item-action.active,
#divLHSLinks .list-group a.list-group-item.list-group-item-action.active:hover {
    background-color: #717984;
    color: #fff;
    border: Solid 1px #ddd;
}

#divLHSLinks .list-group a.list-group-item.list-group-item-action {
    color: inherit;
    padding-left: 3rem;
    position: relative;
}

    #divLHSLinks .list-group a.list-group-item.list-group-item-action:hover {
        color: #bc440b;
        background: inherit;
    }

    #divLHSLinks .list-group a.list-group-item.list-group-item-action i {
        position: absolute;
        left: 1.5rem;
        top: 0.9rem;
    }

.list-group, .list-group > .list-group-item {
    background: transparent;
}

.subHeader {
    background-color: #e2e2e2;
    padding: 5px 10px;
    margin-bottom: 1rem;
}

.modal-lg-custom {
    max-width: 960px !important;
}

/*ServiceOffered*/
.multiselectContainer .multiselectRoles {
    height: 464px;
    overflow-x: hidden !important;
    padding-bottom: 1rem;
}

.multiselectContainer .multiselectRoles {
    height: 464px;
    overflow-x: hidden !important;
    padding: 8px;
}
/*ServiceOffered end*/

.maxwidth-150 {
    max-width: 125px !important;
}

#lstab, #fnd > li > a {
    color: #000 !important;
    padding: 6px 16px !important;
}
.standardtextred {
    COLOR: #CC0000;
}

.standardtextgreen {
    COLOR: #008000;
}

.LQI .LQIErrorHeader {
    color: black;
    height: 20px;
    box-shadow: inset 0 4px 0 0 #f26522;
    font-size: 16px;
    text-align: center;
}

.LQI .LQIErrorHeaderMirror {
    color: black;
    height: 20px;
    text-align: center;
    font-size: 16px;
}

.LQI .LQIErrorEntryCell {
    text-align: center;
}

.LQI .LQIErrorCategoryCell {
    text-align: right;
    font-size: 16px;
}

.LQI .LQIErrorCell {
    text-align: center;
}

.LQI .LQIErrorTotalCell {
    background-color: ButtonFace;
    text-align: center;
}

.LQI .LQIErrorCellEnd {
    border-bottom: solid 1px Black;
    border-left: solid 1px Black;
    border-right: solid 1px Black;
}

.LQI .dataPanelBody {
    padding: 15px 0px 38px 0;
}

.opacity-0 {
    opacity: 0;
}
/* Financial Details */
.addVendorFinanceDetails #divPayPalSupport {
    border: solid 1px #d16e00;
    border-radius: 4px;
    margin: 2rem 0 1rem;
    padding: 1rem;
}

.addVendorFinanceDetails .lblselect {
    top: -9px;
    padding: 0px 4px;
    background: #fff;
    left: 10px;
    font-size: 14px;
}

.dark-theme .addVendorFinanceDetails .lblselect {
    background: #1E1A1B;
}

.addVendorFinanceDetails .countryMissMatchWarning {
    background-color: #FFBA43;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    margin: 1rem 0 0.5rem;
}

.addVendorFinanceDetails .select2-selection__clear {
    display: none;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li > a {
    cursor: pointer !important;
}

.addVendorFinanceDetails .popoverfontsize {
    font-size: 12px;
}

.addVendorFinanceDetails .paypaliconcolor {
    color: #42A2FC;
}

.addVendorFinanceDetails .fixed {
    top: 5px;
    left: 200px;
    margin-top: 100px;
    z-index: 1001;
}

.addVendorFinanceDetails .fontsize-10 {
    font-size: 10px;
}

.addVendorFinanceDetails #imgAjaxLoaderTabFinances.customLoader {
    position: absolute;
    left: 410px;
    top: 12px;
    /* left: 380px;
    top: 6px;*/
}

.head1 {
    color: #FF9900;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: bold;
}

#divcheckHelperIFSC {
    position: absolute;
    width: 550px;
    height: 210px;
    top: -200px;
    z-index: 1000000;
    right: -28%;
    box-shadow: 3px 3px 5px 6px #ccc;
}

    #divcheckHelperIFSC img {
        width: 100%;
        height: 100%;
    }

#divCanadianHelpContainer {
    position: relative;
}

    #divCanadianHelpContainer img#imgCheckCanadianHelp {
        top: 1px;
        left: 115px;
        z-index: 1001;
        position: absolute;
        box-shadow: 3px 3px 5px 6px #ccc;
    }

#divSortcode {
    position: relative;
}

#divIFSCHelpContainer {
    position: absolute;
    right: -126px;
    top: 18px;
}

    #divIFSCHelpContainer a {
        text-decoration: none;
    }

    #divIFSCHelpContainer img {
        width: 100px;
        height: 50px;
        border: 0;
        cursor: zoom-in;
    }

#divCanadianHelpContainer img {
    cursor: zoom-in;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #divIFSCHelpContainer img {
        cursor: pointer;
    }

    #divCanadianHelpContainer img {
        cursor: pointer;
    }
}



.text-center {
    text-align: center;
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}
.text-danger.field-validation-error {
    font-size: 14px;
}

.dashboardTitle {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
}

label.error {
    color: #ca1818 !important;
}

#mobile-error-msg {
    font-size: 14px;
}








.notification {
    position: relative;
    width: 2em;
    height: 2em;
}

    .notification svg {
        width: 2em;
        height: 2em;
    }

        .notification svg > path {
            fill: #ffffff;
        }

.emptyNotification svg > path {
    fill: #ffffff;
}


.emptyNotification {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    left: 9px;
    top: -1px;
}

.notification--bell {
    animation: bell 2.2s linear infinite;
    transform-origin: 50% 0%;
}

.notification--bellClapper {
    animation: bellClapper 2.2s 0.1s linear infinite;
}

.notification--num {
    position: absolute;
    top: -30%;
    left: 65%;
    font-size: 1rem;
    border-radius: 50%;
    width: 1.3em;
    height: 1.3em;
    background-color: #ff4c13;
    border: 2px solid #231f20;
    color: #ffffff;
    text-align: center;
    line-height: 1rem;
    animation: notification 3.2s ease;
}

@keyframes bell {
    0%, 25%, 75%, 100% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(5deg);
    }

    45% {
        transform: rotate(-5deg);
    }

    55% {
        transform: rotate(5deg);
    }

    60% {
        transform: rotate(-4deg);
    }
}

@keyframes bellClapper {
    0%, 25%, 75%, 100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-0.15em);
    }

    45% {
        transform: translateX(0.15em);
    }

    55% {
        transform: translateX(-0.1em);
    }

    60% {
        transform: translateX(0.1em);
    }
}

@keyframes notification {
    0%, 25%, 75%, 100% {
        opacity: 1;
    }

    30%, 70% {
        opacity: 0;
    }
}