/*----------------------------------------------*/
/*--------------- General Styles ---------------*/
/*----------------------------------------------*/
::-moz-selection {
    background: grey;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: grey;
    color: black;
    text-shadow: none;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: #EEEEEE;
}

.backdropLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}

.spinner {
    position: absolute;
    left: 40%;
    top: 40%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid var(--spinner-color);
    border-right: 6px solid var(--spinner-color);
    border-bottom: 6px solid var(--spinner-color);
    border-top: 6px solid var(--spinner-color-top);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

a:visited {
    color: var(--a-visited-color);
}

a:hover {
    color: var(--a-visited-color) !important;
    text-decoration: underline;
}

.wrapper-content {
    width: 100%;
    margin: 30px auto;
    flex-grow: 1;
    max-width: 1600px;
    display: none;
}

#panelStep_Plan {
    min-height: 575px;
    padding-bottom: 15px;
    width: 100%;
    overflow: hidden;
}

#panelStep_Billing p {
    opacity: 0.7;
}

#panelStep_Summary p {
    opacity: 0.7;
}

#panelStep_Customer input[type=button]:disabled,
#panelStep_Billing input[type=button]:disabled,
#panelStep_Summary input[type=button]:disabled {
    background-color: #C8C7CF !important;
    border-color: #C8C7CF !important;
}

.menu-top ul li:hover {
    background: inherit;
    cursor: pointer;
    text-decoration: underline;
}

a {
    text-decoration: underline;
}

.zipCodeDesc, .electricUtilityDesc, .gasUtilityDesc {
    font-weight: bold;
    margin-right: 2px;
    color: var(--plan-filters);
    font-size: 20px;
}

/*---------------------------------------------*/
/*--------------- Header Styles ---------------*/
/*---------------------------------------------*/
#header {
    background-color: var(--header-color);
    height: 120px;
    border-bottom: 1px solid #000;
}

.wrapper-top {
    width: 100%;
    padding: 0px 50px;
    box-sizing: border-box;
    max-width: 2000px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.wrapper-top-line {
    position: relative;
    background-color: var(--bg-color);
    width: 100%;
    height: 2px;
    top: 118px;
}

.menu-top {
    position: absolute;
    left: 60px !important;
    top: 3px;
}

    .menu-top ul li a {
        color: var(--menu-top-color);
        text-decoration: none;
        font-size: 13px;
    }

        .menu-top ul li a:hover {
            text-decoration: underline;
        }


.menuCustomerType-item {
    background-color: var(--menu-customer-type);
    float: left;
    cursor: pointer;
    padding: 10px;
    border: 1px solid var(--menu-customer-type-item);
}

    .menuCustomerType-item span {
        color: var(--menu-customer-type-item);
        font-size: 19px;
        position: relative;
    }

    .menuCustomerType-item.first {
        border-top-left-radius: 8px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 8px;
    }

    .menuCustomerType-item.last {
        border-top-left-radius: 0px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 0px;
    }

    .menuCustomerType-item.complete {
        border-radius: 8px;
        margin-left: 15px;
    }

.menuBundlesNames {
    position: relative;
    top: 14px;
    z-index: 9999;
}

.menuBundlesNames-item {
    background-color: #848282;
    border-radius: 15px;
    float: left;
    cursor: pointer;
    margin-left: 5px;
    padding: 15px 15px 15px 15px;
}

    .menuBundlesNames-item span {
        color: #fff;
        font-size: 19px;
        position: relative;
        top: -5px;
    }

.customerSelected {
    color: #fff !important;
    background-color: var(--menu-customer-type-item);
}

    .customerSelected span {
        color: #fff !important;
    }

#divContactInfo {
    left: 800px;
    position: relative;
    top: 20px;
}

    #divContactInfo .columnInfo {
        float: left;
        width: 120px;
    }

        #divContactInfo .columnInfo .textInfo {
            float: left;
            opacity: 0.5;
        }

        #divContactInfo .columnInfo .iconInfo {
            background-color: var(--bg-color);
            background-image: url('../images/glyphicons-halflings-white.png');
            background-repeat: no-repeat;
            background-size: 850px;
            border-radius: 50%;
            float: left;
            height: 40px;
            margin-right: 10px;
            margin-left: 5px;
            opacity: 0.8;
            position: relative;
            top: -10px;
            width: 40px;
        }

        #divContactInfo .columnInfo .iconPhono {
            background-color: var(--bg-color);
            background-image: url('../images/Wizard/icon_122.png');
            background-repeat: no-repeat;
            background-size: 35px;
            background-position: 2px 2px;
            border-radius: 50%;
            float: left;
            height: 40px;
            margin-right: 10px;
            margin-left: 5px;
            opacity: 0.8;
            position: relative;
            top: -10px;
            width: 40px;
        }

.textUsIcon {
    background-position: -428px -209px;
}

.emailUsIcon {
    background-position: -124px 7px;
}

.callUsIcon {
    background-position: 7px 7px;
}

/*--------------------------------------------*/
/*------------- Plan Grid Styles -------------*/
/*--------------------------------------------*/
.plan {
    background-color: var(--bg-plan-description);
    border: 1px solid #aaa;
    border-radius: 3px;
    display: table;
    margin-top: 10px;
    height: 120px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    line-height: normal;
}

.plan_header {
    background-color: #C8C7CF;
    border-right: 1px solid #C8C7CF;
    display: table;
    height: 20px;
    padding: 10px 0px 10px 0px;
    width: 100%;
}

    .plan_header span {
        font-weight: bold;
    }

    .plan_header div {
        display: table-cell;
    }

.plan_center {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

    .plan_center span {
        font-size: 2em;
    }

.plan_title span {
    font-size: 2em;
}

.plan-singup {
    background-color: var(--modal-title-color);
    margin: 10px;
    border: 1px solid var(--modal-title-color);
    border-radius: 9px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.1em;
    height: 35px;
    padding: 8px;
    width: 100%;
}

.change-zipcode-btn {
    cursor: pointer;
    background-color: var(--modal-title-color);
    border: 1px solid var(--modal-title-color);
    border-radius: 9px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.1em;
    padding: 8px;
    margin-bottom: 20px;
}

.planHighlight {
    background-color: gray;
    color: #fff;
    float: left;
    height: 21px;
    left: 0px;
    max-width: 300px;
    min-width: 250px;
    padding-top: 4px;
    position: absolute;
    top: 81px;
}

.planDetails {
    text-align: center;
}

  .planDetails .planMultipleRates {
    background-color: #FFF;
    float: left;
    margin: 10px 20px 10px 20px;
    width: 95%;
    border: 1px solid var(--menu-customer-type-item);
    border-radius: 5px;
    padding: 5px;
  }

        .planDetails .planMultipleRates div {
            width: 30%;
            float: left;
        }

    .planDetails .planTermFee {
        background-color: #FFF;
        border-radius: 8px;
        float: left;
        margin: 10px;
        width: 60%;
    }

        .planDetails .planTermFee .planTermFee_title {
            font-size: 18px;
            font-weight: bold;
            width: 50%;
        }

        .planDetails .planTermFee .planTermFee_data {
            font-size: 15px;
            width: 50%;
        }

    .planDetails .planAvailable_title {
        font-size: 18px;
        font-weight: bold;
        width: 50%;
    }

    .planDetails .planAvailable_data {
        font-size: 15px;
        width: 50%;
    }

    .planDetails .planContractDoc {
        background-color: #FFF;
        border-radius: 8px;
        float: right;
        margin: 10px;
        padding-bottom: 10px;
        width: 30%;
    }

    .planDetails .planFeatures {
        background-color: #FFF;
        border-radius: 8px;
        clear: both;
        margin: 20px 40px 20px 40px;
        padding-top: 1px;
        width: 92%;
    }

    .planDetails .planSpecialOffers {
        background-color: #FFF;
        border-radius: 8px;
        clear: both;
        margin: 20px 40px 20px 40px;
        padding-top: 1px;
        width: 92%;
    }

.boundlePlanSelect {
    position: relative;
    float: right;
    left: -25px;
    top: -15px;
    background-color: var(--bundle-color);
    z-index: 9999;
    border-radius: 15px;
    cursor: pointer;
    margin-left: 5px;
    padding: 15px 15px 15px 15px;
}

    .boundlePlanSelect span {
        top: 4px;
        color: #fff;
        font-size: 19px;
        position: relative;
    }

    .boundlePlanSelect.bundleSelected {
        background-color: #D5752D !important;
    }

.bundleBorderSelected {
    border-color: #D5752D !important;
}

.plan-grid {
    display: flex;
    width: 100%;
    background-color: var(--bg-plan-description);
    height: 90px;
}

.columGrid {
    float: left;
    text-align: center;
}

.expandPlan {
    background-image: url('../images/Wizard/plus1.png');
    display: inline-block;
    height: 22px;
    top: 0px;
    position: relative;
    width: 22px;
}

.colapsePlan {
    background-image: url('../images/Wizard/colapse1.png');
    display: inline-block;
    height: 22px;
    top: 0px;
    position: relative;
    width: 22px;
}

#divPlanBundlesContainer {
    display: none;
    margin-top: 20px;
    padding-left: 10px;
    padding-top: 20px;
    width: 80%;
}

    #divPlanBundlesContainer h4 {
        margin-bottom: -5px;
    }

#divElectricPlansContainer {
    display: none;
    width: 100%;
}

    #divElectricPlansContainer h4 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

#divNaturalGasPlansContainer {
    display: none;
    width: 100%;
}

    #divNaturalGasPlansContainer h4 {
        margin-bottom: 0px;
    }

#divBundlePlans {
    background-color: #FFF;
    border: 4px solid var(--bundle-color);
    display: table;
    margin-right: 0px;
    min-height: 265px;
    padding-right: 0px;
    position: relative;
    width: 97%;
    z-index: 10000;
    border-radius: 7px;
}

#divPlanImage {
    width: 9%;
}

#divPlanInformation {
    width: 100%;
    background-color: var(--plan-information-header) !important;
    color: var(--plan-information-text);
}

#divPlanGreenDetails {
    width: 18%;
}

#divPlanContractTerms {
    width: 25%;
}

#divPlanHighlights {
    width: 15%;
}

#divPlanRates {
    width: 20%;
}

#divBundleRate {
    width: 10%;
}

#divPlanButtons {
    width: 13%;
}

#divPlanImage img {
    width: 55px;
    margin: auto;
}

#divPlanButtons .plan_center input[type="button"] {
    margin: 5px 10px;
}

.selected {
    color: #fff !important;
    background-color: var(--menu-customer-type-item);
    border: 1px solid var(--menu-customer-type-item);
}

.inactive span {
    color: red;
}

.removeSelectedPlan {
    background-image: url('../images/Wizard/249-delete.png');
    background-repeat: no-repeat;
    background-size: 15px;
    float: right;
    height: 15px;
    left: -58px;
    position: relative;
    margin-top: 4px;
    width: 15px;
}

    .removeSelectedPlan a {
        float: left;
        position: relative;
        top: -3px;
        left: 20px;
    }

.planInformation {
    background: blue;
    background-image: url('../images/Info-icon.png');
    background-size: 600px auto;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    top: 9px;
    opacity: 0.7;
    position: relative;
    width: 12px;
    left: -110px;
}

    .planInformation span {
        top: -4px;
        left: -1px;
        position: relative;
        font-size: 12px;
        color: white;
        font-weight: bold;
    }

.noPlans {
    position: relative;
    top: 10px;
}

.hideDetails {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*---------------------------------------------*/
/*---------------- Menu Styles ----------------*/
/*---------------------------------------------*/
#menu {
    background-color: #ffffff;
    border-bottom: 1px solid var(--menu-customer-type-item);
    display: table;
    width: 100%;
}

    #menu div {
        color: var(--menu-customer-type-item);
        cursor: pointer;
        display: table-cell;
        font-size: 19px;
        padding: 8px 4px;
        text-align: center;
    }

        #menu div.menu:hover {
            color: #FFF;
            background-color: var(--menu-customer-type-item);
        }

/*-------------------------------------------*/
/*------------ Promo Code Styles ------------*/
/*-------------------------------------------*/

.divPromoCode input[type="text"] {
    border-radius: 7px 0 0 7px;
    height: 30px;
}

.divPromoCode input[type="button"] {
    background-color: var(--bg-color);
    border: 1px solid var(--bg-color);
    border-radius: 7px;
    color: #FFF;
    height: 30px;
    position: relative;
    top: -5px;
}

.removePromoCode {
    background-color: var(--bg-color);
    background-image: url(../images/glyphicons-halflings-white.png);
    background-repeat: no-repeat;
    background-size: 520px;
    background-position: -344px 3px;
    border-radius: 50%;
    cursor: pointer;
    float: right;
    height: 20px;
    position: relative;
    width: 20px;
    top: 6px;
    right: 6px;
}

.lblPromoCodeName {
    margin-top: 2px;
    position: relative;
    float: right;
    margin-right: 7px;
    width: 170px;
    padding: 5px;
    color: #000000;
    border-radius: 50px;
}

.divPromoDesc {
    margin-top: 10px;
    background-color: #FFFFFF;
    display: table;
    border-radius: 50px;
}

#mobile_promocode .divPromoDesc {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    font-size: 14px;
}

/*--------------------------------------------*/
/*-------------- Summary Styles --------------*/
/*--------------------------------------------*/
.divSummary {
    border: 7px solid var(--plan-filters);
    border-radius: 7px;
    text-align: center;
    width: 221px;
    background: var(--plan-filters);
}

.plan-filters {
    margin: 0 auto;
    border: 7px solid var(--plan-filters);
    border-radius: 7px;
    text-align: center;
    width: 221px;
    background: var(--plan-filters);
}

.divSummary #divTitle {
    background: var(--plan-filters);
    color: #fff;
    font-size: 24px;
    height: 25px;
    width: 100%;
    padding: 5px 0;
}

.plan-filters .divTitle {
    background: var(--plan-filters);
    color: #fff;
    font-size: 24px;
    height: 25px;
    width: 100%;
    padding: 5px 0;
}

.divSummary input[type="button"] {
    background-color: #979797;
    border-color: #979797;
    height: 34px;
    padding: 0 0 0 0;
    position: relative;
    width: 60%;
}

    .divSummary input[type="button"].selected {
        background-color: var(--summary-selected-color) !important;
        border-color: var(--summary-selected-color) !important;
    }

.divSummary .divReturn {
    margin-bottom: 8px;
}


#divSelectedPlanE {
    overflow: hidden;
    min-height: 10em;
    background-color: #fff;
}

#divSelectedPlanG {
    background-color: #C8C7CF;
    border-radius: 10px;
    border: 3px solid #fff;
    overflow: hidden;
    min-height: 10em;
    top: -5px;
    position: relative;
}

.noPlanSelected {
    position: relative;
    top: 50px;
}

.leftPanel {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .paymentPanel {
        width: 100%;
    }
}

.rightPanel {
    width: 50%;
}

.titlePanel {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    text-align: left;
    width: 35%;
}

    .titlePanel span {
        clear: both;
        display: block;
        margin-bottom: 15px;
        opacity: 0.7;
    }

.titleSpan {
    clear: both;
    display: block;
    margin-bottom: 15px;
    opacity: 0.7;
    width: 40%;
}

.dataPanel {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    text-align: left;
    width: 60%;
}

    .dataPanel span {
        clear: both;
        display: block;
        margin-bottom: 15px;
        font-weight: bold;
    }

.dataSpan {
    clear: both;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}

.summaryItemDiv {
    display: flex;
}

.downloadDoc {
    background-color: #000;
    background-image: url('../images/glyphicons-halflings-white.png');
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: -597px -183px;
    border-radius: 7px;
    float: left;
    height: 30px;
    margin-right: 10px;
    opacity: 0.7;
    position: relative;
    top: -4px;
    width: 30px;
}

.qtip-close-btn {
    background-color: var(--modal-title-color) !important;
    background-image: url('../images/glyphicons-halflings-white.png') !important;
}

#qtip-modal, .qtip {
    border-color: var(--plan-filters) !important;
}

.divFooterMenuMobile {
    display: none;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    height: 55px;
    background-color: white;
    border: 1px solid;
    width: 100%;
}

.mobileFooterLink {
    display: block;
    text-align: center;
    font-size: 30px;
    color: rgba(0,0,0,.5);
}

/*--------------------------------------------*/
/*---------- Modal Styles and PopUp ----------*/
/*--------------------------------------------*/
#divModalTitle {
    text-align: center;
    padding-top: 50px;
}

    #divModalTitle span.modalTitle {
        color: var(--bg-color);
        font-size: 25px;
    }

    #divModalTitle span.textZipCode, #divDataCollect span.title_label {
        font-size: 17px;
    }

    #divModalTitle input[type=text] {
        border: 1px solid var(--btn-continue-color);
        width: 100px;
    }

    #divModalTitle input[type=button], #divDataCollect input[type=button] {
        background-color: var(--modal-title-color);
        border: 1px solid var(--modal-title-color);
        border-radius: 7px;
        color: #FFF;
        height: 30px;
        left: 10px;
        position: relative;
        top: -10px;
        width: 135px;
    }

#divDataCollect input[type=text] {
    position: relative;
    top: -10px;
    width: 80%;
}

#divInfoPopUp input[type=button] {
    background-color: var(--btn-continue-color);
    border: 1px solid var(--btn-continue-color);
    border-radius: 7px;
    color: #FFF;
    height: 30px;
    left: 25%;
    margin: 0 auto;
    position: relative;
    top: 5px;
    width: 50%;
}

#divInfoPopUp #divTitle, #divInfoPopUp #divSubTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
    width: 100%;
}

#divInfoPopUp #divText {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: justify;
}

/*------------------------------------------------------------*/
/*--------------- Div Contenedores formularios ---------------*/
/*------------------------------------------------------------*/
.containerForm {
    background-color: #FFFFFF;
    padding: 25px; /*para Firefox*/
    -moz-border-radius: 15px 15px 15px 15px; /*para Safari y Chrome*/
    -webkit-border-radius: 15px 15px 15px 15px; /* para Opera */
    border-radius: 15px 15px 15px 15px;
    border-color: var(--container-color);
    border-width: 2px;
    border-style: solid; /* para IE */
    behavior: url(/js/border.htc);
}

.verifiedLogo {
    background-image: url('../images/Wizard/verified-logo.gif');
    background-repeat: no-repeat;
    background-size: 230px;
    height: 51px;
    width: 230px;
}


    .verifiedLogo .link {
        font-weight: bold;
        font-size: 13px;
        position: relative;
        top: 45px;
        right: -15px;
    }

#panelStep_Customer .divContainer,
#panelStep_Address .divContainer,
#panelStep_Billing .divContainer,
#panelStep_Summary .divContainer {
    clear: both;
    position: relative;
}

#panelStep_Billing .containerForm {
    min-height: 500px;
}

#panelStep_Billing .verifiedLogo {
    bottom: 95px;
}

#panelStep_Summary .verifiedLogo {
    bottom: 110px;
}

.errorContainer {
    position: relative;
    top: 15px;
    font-size: 18px;
    background-color: red;
    height: 20px;
    color: #FFF;
    padding-top: 10px;
    width: 226px;
    margin: 0 auto;
    opacity: 0.7;
}

    .errorContainer div {
        background-image: url('../images/glyphicons-halflings-white.png');
        background-repeat: no-repeat;
        background-size: 800px;
        background-position: 7px -201px;
        border-radius: 50%;
        cursor: pointer;
        float: left;
        height: 30px;
        position: relative;
        top: -10px;
        width: 30px;
    }

    .errorContainer span {
        position: relative;
        left: 25px;
    }

.enrollment-content {
}

    .enrollment-content h1, .title-main h1 {
        color: var(--bg-color) !important;
        margin: 0px;
    }

    .enrollment-content h2, .title-main h2 {
        color: var(--enrollment-content-color) !important;
    }

.enrollment-box {
}

    .enrollment-box h3 {
        color: var(--enrollment-content-color) !important;
    }

    .enrollment-box .thank-page h4 {
        color: var(--bg-color) !important;
    }

    .enrollment-box .thank-page-new h4 {
        color: var(--bg-color) !important;
    }

/*---------------------------------------------*/
/*------------------- Fonts -------------------*/
/*---------------------------------------------*/
.title {
    font-size: 25px;
    line-height: 40px;
    color: var(--bg-color);
    margin-left: 0%;
    display: block;
    width: 350px;
}

#panelStep_Customer .title {
    text-align: left;
    width: 100%;
}

#panelStep_Address .title {
    text-align: left;
    width: 100%;
}

.link {
    color: #72C496;
}

/*---------------------------------------------*/
/*------------------ Labels  ------------------*/
/*---------------------------------------------*/
label.labelControl {
    font-weight: bold;
    width: 20%;
    flex-wrap: wrap;
    align-content: center;
}



label.labelControlTitle {
    font-weight: bold;
    color: var(--bg-color);
}

.customerAltMail {
    float: left;
    font-weight: bold;
    font-size: 13px;
    width: 250px;
    margin-top: -5px;
    margin-bottom: 7px;
}

label.labelDescription {
    width: calc(20% + 220px);
    color: Gray;
    font-size: 11px;
}

@media screen and (max-width: 768px) {
    label.labelControl {
        font-weight: bold;
        width: 100%;
        flex-wrap: wrap;
        align-content: center;
    }

    label.labelDescription {
        width: 100% !important;
        color: Gray;
        font-size: 11px;
    }
}
/*---------------------------------------------*/
/*------------------ Inputs  ------------------*/
/*---------------------------------------------*/
input.txtControl {
    display: inline !important;
    border-radius: 10px 10px 10px 10px;
}

select.txtControl {
    display: inline !important;
    border-radius: 10px 10px 10px 10px;
}

.divContainerForm {
    clear: both;
}

    .divContainerForm input {
        clear: right;
        float: left;
        margin-left: 5px;
    }

    .divContainerForm select {
        clear: right;
        margin-left: 5px;
    }

    .divContainerForm label {
        clear: left;
        cursor: default;
        display: inline-block;
        float: left;
        margin-left: 10%;
        margin-top: 5px;
        text-align: right;
        width: 200px;
    }

#panelStep_Customer .divContainerForm label {
    width: 265px;
}

.divContainerForm2 {
    clear: both;
}

    .divContainerForm2 label {
        clear: left;
        cursor: default;
        display: inline-block;
        float: left;
        margin-left: 10%;
        margin-top: 5px;
        text-align: right;
        width: 400px;
    }

#buttonsContainer .buttonLeft input[type=button] {
    background-color: var(--button-container-color);
    border-color: var(--button-container-color);
    width: 150px;
    height: 40px;
}

#buttonsContainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    #buttonsContainer .buttonRight input[type=button] {
        background-color: var(--button-container-color);
        border-color: var(--button-container-color);
        width: 150px;
        height: 40px;
    }

#divModalTitle #btnBack {
    background-color: var(--bg-color);
    border: 1px solid var(--bg-color);
    border-radius: 7px;
    color: #FFF;
    position: relative;
    float: left;
    top: -5px;
    left: 20px;
    width: 200px !important;
    height: 30px;
}

#divModalTitle #btnContinue {
    background-color: var(--btn-continue-color);
    border: 1px solid var(--btn-continue-color);
    border-radius: 7px;
    color: #FFF;
    position: relative;
    float: right;
    top: -5px;
    left: -20px;
    width: 150px !important;
    height: 30px;
}

#btnSaveDataCollect {
    background-color: var(--btn-continue-color) !important;
    border: 1px solid var(--btn-continue-color) !important;
    margin-top: 25px;
    margin-right: 10px;
}

.mobile_login {
    background-color: var(--btn-continue-color);
    border: 1px solid var(--btn-continue-color);
    border-radius: 9px;
    color: white;
}



/*---------------------------------------------*/
/*------------------ Inputs  ------------------*/
/*---------------------------------------------*/
.icon {
    width: 32px;
    height: 32px;
    margin-right: 0px;
    border: solid 0px;
    cursor: pointer;
    display: inline-block;
}

    .icon.link {
        background: url(../images/Wizard/miniIconLink.png) no-repeat top right;
    }

.error-required {
    border-color: red !important;
    background-color: #FBD2DA !important;
}

.error-ldc {
    border-color: red !important;
    background-color: #FBD2DA !important;
}

.error-label {
    color: Red;
    width: 40%;
}

/*----------------------------------------------------*/
/*--------------- Canvas Loader Styles ---------------*/
/*----------------------------------------------------*/
#canvasLoader {
    margin-bottom: 25px;
}

/*----------------------------------------------*/
/*--------------- Renewal Styles ---------------*/
/*----------------------------------------------*/
#divPlansContainer {
    margin-top: 20px;
    padding-left: 20px;
    padding-top: 20px;
}

.utilityDesc {
    font-weight: bold;
    font-style: italic;
}


#wrapper-footer {
    background-color: var(--plan-filters);
}

.comp-logo {
    display: flex;
    width: 212px;
    height: 100px;
    background-color: #FFFFFF;
    border-radius: 20px;
    margin-top: 10px;
}

    .comp-logo > img {
        margin: auto;
        width: 140px;
    }

.down-footer {
    position: relative;
    background-color: var(--plan-filters);
    color: #FFFFFF;
    height: 50px;
    font-size: 12px;
    margin: 0 auto;
}

.footer-menu {
    width: 10%;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

.footer-link {
    display: block;
    text-decoration: initial;
    color: #FFFFFF;
}

.w3-bottomsec {
    border-bottom: 3px solid #FFF !important;
    font-size: 16px;
}

.headertopbar {
    height: 100%;
    background-color: var(--plan-filters);
}

.phone {
    color: #FFFFFF;
    font-size: 1.5em;
}

.logged {
    padding: 10px;
    color: #FFFFFF;
    font-size: 1.5em;
    padding-right: 0;
}

.promoCodeButton {
    padding-top: 9px;
    padding-bottom: 7px;
    padding-right: 5px;
    padding-left: 5px;
    border: 1px solid #848282;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    text-align: center;
    font-size: 20px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #848282;
    color: #f6f6f6;
    width: 20px;
    text-align: center;
    cursor: pointer;
    height: 22px;
}

.promoCodeInput {
    height: 25px;
    color: grey;
    font-size: 17px;
    border-radius: 30px;
    width: 160px;
    text-align: center;
    display: none;
    height: 30px;
}

#mobile_promocode .promoCodeInput {
    color: grey;
    font-size: 17px;
    border-radius: 8px 0px 0px 8px;
    text-align: center;
    height: 30px;
}

.footer-menu a {
    text-decoration: none;
    cursor: default;
}

    .footer-menu a:hover {
        color: #ffffff;
    }


.btn-social-icon {
    position: relative;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 2px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    background-color: var(--container-color);
}

    .btn-social-icon span {
        color: #fff;
    }

.sticky-header {
    position: sticky !important;
    top: 0;
    z-index: 10000;
}

#summarySave {
    width: 230px !important;
}

#divLoginTitle {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 10px;
    float: left;
    line-height: 25px;
}

.modalZipMobileButtons td {
    width: 150px;
}

.modalZipButtonBigText {
    width: 175px !important;
}


#btnBackHome {
    top: 0px;
}

#btnCancelMobileFilters {
    width: 30%;
    margin: 5px;
    padding: 4px;
    position: relative;
    top: -4px;
    background-color: #ccc;
    border-color: #cecece;
    font-size: 20px;
}

#btnApplyMobileFilters {
    width: 30%;
    margin: 5px;
    padding: 4px;
    position: relative;
    top: -4px;
    float: right;
    font-size: 20px;
}

.qtip {
    max-width: 600px !important;
}

#divLoginlink > i.fa-sign-in, #divLoginlink > .link {
    color: var(--plan-filters);
}

/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------*/
/*----------------- Responsive Styles -----------------*/
/*-----------------------------------------------------*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 768px) {
    #header {
        width: 100%;
        overflow: hidden;
        height: 10%;
        background-color: var(--plan-filters) !important;
        position: relative !important;
    }

    .title {
        width: 100%;
        line-height: 20px;
        margin-right: 10px;
    }

    .noModalImg {
        display: none !important;
    }

    #electricUtilities div:first-child {
        float: none !important;
        width: 100% !important;
        padding-top: 24px !important;
        text-align: unset !important;
        margin: 0 !important;
    }

    #electricUtilities .commodities {
        width: 75% !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

        #electricUtilities .commodities div:first-child {
            padding-top: 0px !important;
        }

    #gasUtilities div:first-child {
        float: none !important;
        width: 100% !important;
        padding-top: 24px !important;
        text-align: unset !important;
        margin: 0 !important;
    }

    #gasUtilities .commodities {
        width: 75% !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

        #gasUtilities .commodities div:first-child {
            padding-top: 0px !important;
        }

    #divModalTitle #btnContinue {
        float: left;
        top: -30px !important;
        left: 10px !important;
        width: 95% !important;
    }

    #divModalTitle #btnBack {
        float: left;
        top: 40px !important;
        left: 10px !important;
        width: 95% !important;
    }

    #mobile_header {
        display: block !important;
        width: 100%;
    }

        #mobile_header img {
            position: relative;
            margin: 2px 16px 0 16px;
            max-width: calc(100% - 32px);
        }

    #divButtons input[type=button] {
        width: 95% !important;
        float: none;
        left: 0px;
    }

    .modalZipMobile {
        width: 100%;
        clear: both;
        display: block;
        text-align: center !important;
    }

    .modalZipMobileButtons {
        width: 100%;
        clear: both;
        display: block !important;
    }

    .modalZipMobileButtonsHide {
        display: none !important;
    }

    .qtip-close-btn {
        background-color: var(--modal-title-color) !important;
    }

    #qtip-modal {
        width: 97% !important;
    }

    #divModalTitle span.modalTitle {
        font-size: 1.8em;
    }

    .wrapper-content {
        width: 100%;
        margin: 7px auto;
    }

    .wrapper-top-line {
        display: none;
    }

    /*  .divPromoCode {
    display: none !important;
  }*/

    .divSummary {
        display: none !important;
    }

    .plan-filters {
        display: none !important;
    }

    .rates-addons {
        display: none !important;
    }

    .divFooterMenuMobile {
        display: block !important;
    }

    .menu-top {
        display: block;
    }

    .wrapper-top {
        display: none;
    }

    .content {
        margin: 0;
    }

    #divLocation {
        display: none !important;
    }

    #mobileHeader {
        display: block;
    }

    #menu {
        display: none;
    }

    #wrapper-footer {
        margin-bottom: 60px;
    }

    .plan_center {
        padding-top: 8px;
        flex-direction: row;
        align-items: center;
    }

    .planDetails .planTermFee {
        margin: 10px;
        width: 95%;
    }

    .planDetails .planContractDoc {
        margin: 10px;
        width: 95%;
        float: left;
    }

    .planDetails .planFeatures {
        margin: 10px;
        width: 95%;
    }

    .planDetails .planTermFee .planTermFee_title {
        font-size: 1em;
    }

    .planDetails .planTermFee .planTermFee_data {
        font-size: 0.9em;
    }

    .planDetails .planAvailable_title {
        font-size: 1em;
    }

    .planDetails .planAvailable_data {
        font-size: 0.9em;
    }

    .planDetails .planTermFee .planTermFee_bottom {
        clear: both;
        padding-top: 10px;
    }

    .planContractDoc a {
        display: initial !important;
    }

    #panelStep_Plan {
        border: 0px;
    }

        #panelStep_Plan #divLoader {
            left: 0 !important;
            width: 100% !important;
        }

            #panelStep_Plan #divLoader #canvasLoader {
                display: table !important;
                margin: 0 auto !important;
            }

    #divElectricPlansContainer {
        width: 98%;
        padding-top: 0px;
        margin: 0 3px;
    }

        #divElectricPlansContainer a {
            display: block;
        }

    #divNaturalGasPlansContainer {
        width: 98%;
        padding-top: 0px;
        margin: 0 3px;
    }

        #divNaturalGasPlansContainer a {
            display: block;
        }

    #divPlanImage {
        display: none;
    }

    #divPlanInformation img {
        display: block !important;
    }

    #divPlanContractTerms {
        width: 100%;
    }

        #divPlanContractTerms .plan_center div:first-child {
            font-size: 1.2em !important;
            float: left;
            text-align: right;
            font-weight: bold;
        }

        #divPlanContractTerms .plan_center div:last-child {
            width: 50%;
            float: left;
            text-align: left;
            font-size: 1.2em;
            font-weight: bold;
            margin-top: 0px !important;
        }

            #divPlanContractTerms .plan_center div:last-child img {
                margin-right: 2px;
                top: -2px;
                position: relative;
            }

    #divPlanGreenDetails {
        width: 50%;
    }

        #divPlanGreenDetails .plan_center .plan_title {
            padding-left: 20px;
        }

            #divPlanGreenDetails .plan_center .plan_title span {
                font-size: 1.2em;
                float: left;
                font-weight: bold;
            }

            #divPlanGreenDetails .plan_center .plan_title div {
                margin-top: 0px !important;
                float: left;
            }

    #divPlanHighlights {
        display: none;
    }

    #divPlanRates {
        width: 50%;
    }

        #divPlanRates .plan_center .plan_title {
            float: right;
            margin-right: 10px;
            display: block;
        }

    #divPlanButtons {
        width: 100%;
    }

        #divPlanButtons .plan_center input[type="button"] {
            width: 35%;
            border-radius: 5px;
            padding: 0px;
        }

        #divPlanButtons .plan_center a {
            font-size: 1em !important;
        }

    .planFeatures p {
        text-align: justify;
    }

    /* Reglas Panel Step Contact*/
    #panelStep_Customer {
        margin-bottom: 25px;
    }

        #panelStep_Customer #buttonsContainer, #panelStep_Address #buttonsContainer, #panelStep_Billing #buttonsContainer, #panelStep_Summary #buttonsContainer {
            width: 100%;
            display: none;
        }

    #divLoginlink {
        display: none;
    }

    .verifiedLogo {
        display: none;
    }

    .divContainer {
        box-sizing: border-box;
        padding-left: 1%;
        padding-right: 1%;
    }

    .containerForm {
        padding: 10px !important;
        padding-bottom: 50px !important;
    }

    .divContainerForm label {
        margin-left: 3%;
        text-align: left;
    }

    .divContainerForm input {
        width: 95% !important;
    }

    .divContainerForm select {
        width: 99% !important;
    }


    .check-authorize span {
        text-align: center;
        width: 100%;
    }

    #Step02_ElectricUtility_Name {
        margin-left: 0px !important;
        width: 100%;
    }

    #Step02_GasUtility_Name {
        margin-left: 0px !important;
    }

    #sampleBillElectric {
        margin-left: 0px !important;
    }

    #sampleBillGas {
        margin-left: 0px !important;
    }

    /* Reglas Panel Step 3 */
    #Step3_Login {
        display: none;
    }

    #panelStep_Customer {
    }

        #panelStep_Customer .containerForm {
            padding: 10px !important;
            padding-bottom: 50px !important;
        }

    /* Reglas Panel Step 4 */
    #panelStep_Billing {
        width: 97% !important;
        padding-left: 1%;
        padding-right: 1%;
    }

        #panelStep_Billing #containerStep4 {
            width: 98% !important;
            padding-left: 1%;
            padding-right: 1%;
        }

        #panelStep_Billing .containerForm {
            padding: 10px !important;
            padding-bottom: 230px !important;
        }

        #panelStep_Billing .leftPanel, #panelStep_Billing .rightPanel {
            font-size: 0.9em;
            width: 100%;
        }

            #panelStep_Billing .leftPanel .titlePanel, #panelStep_Billing .rightPanel .titlePanel {
                margin-right: 0px;
                width: 40% !important;
                padding: 0;
            }

            #panelStep_Billing .leftPanel .dataPanel, #panelStep_Billing .rightPanel .dataPanel {
                margin-right: 0px;
                width: 60% !important;
                padding: 0;
            }

        #panelStep_Billing .title {
            font-size: 1.7em;
        }

        #panelStep_Billing .buttonLeft {
            width: 38% !important;
        }

        #panelStep_Billing .buttonRight {
            width: 38% !important;
        }

        #panelStep_Billing .divDocuments .titlePanel {
            left: 40px;
            text-align: left;
            font-size: 1em;
            width: 75%;
        }

        #panelStep_Billing .mobileSumary {
            width: 100% !important;
        }

        #panelStep_Billing #divDocuments .titlePanel {
            left: 0 !important;
            width: 100% !important;
        }

        #panelStep_Billing #canvasLoader {
            left: 0px !important;
            display: table !important;
            margin: 0 auto;
            float: none !important;
        }

    /* Reglas Panel Step 5 */
    #panelStep_Summary {
        background-color: #FFF;
        width: 97% !important;
        padding-left: 1%;
        padding-right: 1%;
    }

        #panelStep_Summary #containerStep5 {
            width: 98% !important;
            padding-left: 1%;
            padding-right: 1%;
        }

        #panelStep_Summary .containerForm {
            padding: 10px !important;
            padding-bottom: 100px !important;
        }

        #panelStep_Summary .leftPanel, #panelStep_Summary .rightPanel {
            font-size: 0.9em;
            width: 100%;
        }

            #panelStep_Summary .leftPanel .titlePanel, #panelStep_Summary .rightPanel .titlePanel {
                margin-right: 0px;
                width: 40% !important;
                padding: 0;
            }

            #panelStep_Summary .leftPanel .dataPanel, #panelStep_Summary .rightPanel .dataPanel {
                margin-right: 0px;
                width: 60% !important;
                padding: 0;
            }

        #panelStep_Summary .title {
            font-size: 1.7em;
        }

        #panelStep_Summary .buttonLeft {
            width: 38% !important;
        }

        #panelStep_Summary .buttonRight {
            width: 38% !important;
        }

        #panelStep_Summary .divDocuments .titlePanel {
            left: 40px;
            text-align: left;
            font-size: 1em;
            width: 75%;
        }

        #panelStep_Summary .mobileSumary {
            width: 100% !important;
        }

        #panelStep_Summary #divDocuments .titlePanel {
            left: 0 !important;
            width: 100% !important;
        }

        #panelStep_Summary #canvasLoader {
            left: 0px !important;
            display: table !important;
            margin: 0 auto;
            float: none !important;
        }

        #panelStep_Summary .enrollment-box {
            width: 99% !important;
        }

        #panelStep_Summary .enrollment-content .text {
            text-align: justify;
        }

    #divLogin .errorContainer {
        width: 95% !important;
    }

    #divLogin #userName {
        width: 95% !important;
    }

    #divLogin #password {
        width: 95% !important;
    }

    #divLogin div:nth-child(2) span {
        font-size: 2.1em !important;
        position: relative;
        top: 10px;
    }

    .textZipCode {
        line-height: 15px;
        text-align: center;
        position: relative;
        top: -13px;
    }

    #divModalTitle input[type=text] {
        position: relative;
        top: -5px !important;
        left: 5px !important;
        width: 70%;
        margin-bottom: 16px;
    }

    .modalZipMobileButtons td {
        width: 100% !important;
        display: block;
    }

    #btnUpdateZipCode {
        width: 95% !important;
        left: 0 !important;
    }

    #btnBackHome {
        width: 95% !important;
        left: 0 !important;
        top: 5px !important;
    }

    #divTitle {
        font-size: 28px;
        font-weight: bold;
        margin-top: 20px;
        margin-left: 10px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    #divSelectedPlanE,
    #divSelectedPlanG {
        border: 1px solid #ccc;
        border-radius: 7px;
        margin-bottom: 7px;
    }

        #divSelectedPlanE div:first-child,
        #divSelectedPlanG div:first-child {
            font-size: 22px !important;
        }

        #divSelectedPlanE div:not(:nth-child(2)),
        #divSelectedPlanG div:not(:nth-child(2)) {
            font-size: 14px !important;
        }

        #divSelectedPlanE div:nth-child(2),
        #divSelectedPlanG div:nth-child(2) {
            margin: 0px 5px 5px 15px;
            line-height: 17px;
        }

            #divSelectedPlanE div:nth-child(2) div:nth-child(2),
            #divSelectedPlanG div:nth-child(2) div:nth-child(2) {
                margin: 0px !important;
                line-height: 15px;
            }

        #divSelectedPlanE .noPlanSelected,
        #divSelectedPlanG .noPlanSelected {
            margin: 0px 5px 5px 15px;
            line-height: 15px;
            font-size: 1.5em;
        }

    .mobileSelection {
        display: block;
        position: relative;
        top: -50px;
        left: 15px;
        width: 17px;
        height: 17px;
        color: #fff;
        background-color: red;
        border-radius: 50%;
        font-size: 0.5em;
        font-weight: bold;
        margin: 0 auto;
        padding-bottom: 2px;
    }

    .mobileSelectionCount {
        background-color: var(--bg-color) !important;
    }

    .plan-grid {
        padding-left: 10px;
        padding-bottom: 10px;
        flex-wrap: wrap;
        width: auto;
    }

    dialog img {
        max-width: 100% !important;
    }
}

/* Smartphones (landscape) ���� */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ���� */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ���� */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
}

/* iPads (landscape) ���� */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ���� */
@media only screen and (min-width : 768px) and (max-width : 1420px) {
    #header {
        width: 100% !important;
        overflow: hidden;
    }

    .wrapper-top {
        width: 100% !important;
    }

    .wrapper-content {
        width: 100% !important;
    }

    .divPromoCode {
        clear: both;
        position: relative;
        width: 20%;
        display: block;
    }


    #divContactInfo {
        left: -50px;
        position: relative;
        top: 20px;
        float: right;
        display: block;
    }

    #divLocation {
        display: block;
    }
}

/* Desktops and laptops ���� */
@media only screen and (min-width : 1224px) {
    body.mobile .frases {
        margin: 80px 0 150px;
    }

    #header {
        width: 100%;
        overflow: hidden;
    }

    .menu-top {
        display: block;
    }
}

/* Large screens ���� */
@media (max-width: 767px) {
    /* Styles */
    .row-fluid.row-fluid-footer {
        width: 90% !important;
        text-align: center;
    }

    .row-fluid input[type=text], .row-fluid select {
        width: 99% !important;
    }
}

/* Large screens ���� */
@media (min-width : 980px) {
    /* Styles */
    .enrollment-content .data {
        margin-left: 0 !important;
    }
}




/*-------------------------------------------------*/
/*---------------- Rates Wizard Steps -------------*/
/*-------------------------------------------------*/
#divSteps {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

#container {
    position: relative;
    text-align: center;
    max-width: 80%;
    box-sizing: border-box;
    margin: 0 auto;
}

.buttons {
    position: absolute;
    top: 180px;
    text-align: center;
    width: 100%;
}

.btn {
    width: 50px;
    height: 30px;
}

.step-wizard {
    display: inline-block;
    width: 100%;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

    .step-wizard .step-progress {
        z-index: -1;
        position: relative;
        top: 17px;
        width: 77%;
        left: 10%;
    }

    .step-wizard .progressbar {
        position: absolute;
        background-color: var(--step-wizard);
        opacity: 1;
        height: 3px;
        width: 0%;
        -webkit-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
        max-width: 100%;
    }

        .step-wizard .progressbar.empty {
            opacity: 1;
            width: 100%;
            background-color: var(--step-wizard-empty);
        }

    .step-wizard ul {
        width: 100%;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .step-wizard li {
        display: inline-block;
        text-align: center;
        width: 24%;
    }

        .step-wizard li .step {
            text-align: center;
            display: inline-block;
            font-size: 18px;
            font-weight: bold;
            line-height: 30px;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 3px solid;
            border-color: #d0d0d0;
            background: #ffffff;
            -webkit-transition: background-color 0.6s ease, border-color 0.6s ease;
            -o-transition: background-color 0.6s ease, border-color 0.6s ease;
            transition: background-color 0.6s ease, border-color 0.6s ease;
        }

        .step-wizard li .title {
            width: 100%;
            color: #ffffff;
            -webkit-transition: color 0.6s ease;
            -o-transition: color 0.6s ease;
            transition: color 0.6s ease;
            text-align: center;
            font-size: 16px;
            line-height: 28px;
        }

        .step-wizard li.active .step {
            border-color: var(--step-wizard);
            color: var(--step-wizard);
        }

        .step-wizard li.active .title {
            text-decoration: none;
            color: #FFF;
            font-size: 1.3em;
        }

        .step-wizard li.done .title {
            color: #FFF;
        }

        .step-wizard li.done .step {
            color: white;
            background-color: var(--step-wizard);
            border-color: var(--step-wizard);
        }

        .step-wizard li > button {
            background: none;
            border: none;
            display: block;
            width: 100%;
            color: #777;
            position: relative;
            text-align: center;
        }


            .step-wizard li > button:hover .title {
                color: #FFF;
            }

@media only screen and (max-width: 1200px) {
    .step-wizard li {
        width: 24%;
    }
}

@media only screen and (max-width: 375px) {
    .step-wizard li {
        width: 22%;
    }
}

li.done button div.step {
    font-size: 0;
}

    li.done button div.step::before {
        content: "\2713 ";
        font-size: 18px;
    }

#divPageOuter {
    background-color: #EEEEEE;
}

.ajax-file-upload {
    position: relative !important;
    overflow: hidden !important;
    width: 200px !important;
    background-color: var(--modal-title-color) !important;
    border: 1px solid var(--modal-title-color) !important;
    border-radius: 9px !important;
    font-size: 1.1em !important;
    text-align: center !important;
    padding-bottom: 0px !important;
    padding-top: 3px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ajax-file-upload-statusbar {
    border: 1px solid #0ba1b5;
    margin-top: 10px;
    width: 420px;
    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 15px
}

.ajax-file-upload-filename {
    width: 300px;
    height: auto;
    margin: 0 5px 5px 0px;
}

.ajax-file-upload-filesize {
    width: 50px;
    height: auto;
    margin: 0 5px 5px 0px;
    display: inline-block;
    vertical-align: middle;
}

.ajax-file-upload-progress {
    margin: 5px 10px 5px 0px;
    position: relative;
    width: 250px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: inline-block;
    color: #FFFFFF;
}

.ajax-file-upload-bar {
    background-color: #0ba1b5;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color: #FFFFFF;
}

.ajax-file-upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%
}

.ajax-file-upload-red {
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload-green {
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
    margin: 5px 10px 5px 0px;
}

.ajax-file-upload {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
    cursor: pointer;
    line-height: 20px;
    height: 25px;
    margin: 0 10px 10px 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #888;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 2px 0 0 #e8e8e8;
    -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
    box-shadow: 0 2px 0 0 #e8e8e8;
    padding: 6px 10px 4px 10px;
    color: #fff;
    background: #2f8ab9;
    border: none;
    -moz-box-shadow: 0 2px 0 0 #13648d;
    -webkit-box-shadow: 0 2px 0 0 #13648d;
    box-shadow: 0 2px 0 0 #13648d;
    vertical-align: middle;
}

    .ajax-file-upload:hover {
        background: #3396c9;
        -moz-box-shadow: 0 2px 0 0 #15719f;
        -webkit-box-shadow: 0 2px 0 0 #15719f;
        box-shadow: 0 2px 0 0 #15719f;
    }

.ajax-upload-dragdrop {
    border: 2px dotted #A5A5C7;
    width: 420px;
    color: #DADCE3;
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px 0px 10px;
}

.state-hover {
    border: 2px solid #A5A5C7;
}

.ajax-file-upload-container {
    margin: 20px 0px 20px 50px;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.btnAutocomplete {
    font-size: 13px;
    border-radius: 10px;
    background: var(--bg-color);
    padding: 4px;
    color: #fff;
    cursor: pointer;
}

.spanTags {
    background-color: hsl(200, 18%, 90%);
    color: hsl(200, 18%, 46%);
    display: inline-block !important;
    text-align: center;
    border-radius: 12px;
    padding: 4px 12px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    width: initial !important;
}

.btn-payment-creditcard {
    cursor: pointer;
    width: 220px !important;
    height: 30px;
    margin-left: 50px;
    padding-top: 3px;
    background-color: var(--modal-title-color);
    border-color: var(--modal-title-color);
}

.paymentBlocker {
    text-align: center;
    width: 100%;
    height: 712px;
    position: absolute;
    background-color: grey;
    opacity: 0.3;
    max-width: 1215px;
    z-index: 1;
}

.paymentLoader {
    text-align: center;
    width: 100%;
    position: relative;
    float: right;
    top: 100px;
    font-size: 1.5em;
    font-style: italic;
}

#customerPaymentProfiles {
    width: 100%;
    max-width: 1000px;
    height: 275px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

#myPaymentProfiles label {
    text-align: center;
    font-size: 1.2em;
}

#payWith .plan-singup {
    background-color: var(--button-container-color);
    border-color: var(--button-container-color);
}

/* Style the tab */
.nav.nav-tabs {
    overflow: hidden;
}

    .nav.nav-tabs a.nav-link {
        background-color: inherit;
        color: var(--menu-customer-type-item);
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 18px;
        text-decoration: none;
    }

        .nav.nav-tabs a.nav-link:hover {
            background-color: #ddd;
            color: #fff !important;
        }

        .nav.nav-tabs a.nav-link.active {
            background-color: #ccc;
            color: #fff;
        }

input[type="radio"],
input[type="checkbox"] {
    height: 15px !important;
    margin-right: 5px;
}

.asterisk {
    color: red;
    font-size: 18px;
    font-weight: 900;
}

#iframe_holder {
  width: 100%;
  max-width: 400px;
  height: 600px;
  margin: auto;
}

#add_payment {
  height: 545px;
  width: 100%;
  min-width: 340px;
  margin-left: -15px;
}