/* Minification failed. Returning unminified contents.
(7989,37): run-time error CSS1046: Expect comma, found '0'
(7989,41): run-time error CSS1046: Expect comma, found '/'
(8689,33): run-time error CSS1046: Expect comma, found '0'
(8689,37): run-time error CSS1046: Expect comma, found '/'
(9396,36): run-time error CSS1046: Expect comma, found '0'
(9396,40): run-time error CSS1046: Expect comma, found '/'
(9396,62): run-time error CSS1046: Expect comma, found '0'
(9396,66): run-time error CSS1046: Expect comma, found '/'
(9396,90): run-time error CSS1046: Expect comma, found '0'
(9396,94): run-time error CSS1046: Expect comma, found '/'
(9480,33): run-time error CSS1046: Expect comma, found '0'
(9480,37): run-time error CSS1046: Expect comma, found '/'
(9705,33): run-time error CSS1039: Token not allowed after unary operator: '-pure-material-onsurface-rgb'
(9727,29): run-time error CSS1039: Token not allowed after unary operator: '-pure-material-onsurface-rgb'
(9752,23): run-time error CSS1047: Expected number or percentage value in rgb function, found 'var('
(9752,27): run-time error CSS1046: Expect comma, found '-'
(9752,28): run-time error CSS1047: Expected number or percentage value in rgb function, found '-pure-material-onprimary-rgb'
(9752,61): run-time error CSS1034: Expected closing parenthesis, found ','
(9752,61): run-time error CSS1042: Expected function, found ','
(9752,71): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
body {
    height: 100%;
    width: 100%;
    font-style: normal;
    background: #f8f8f8;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}
/*a{color:#333333;text-decoration:none;}
a:hover{color:#333333;text-decoration:none;}*/






code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

h3 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.04;
}

/* */

.darkbordered .mdl-textfield__input {
    background: rgba(0, 0, 0, 0.09);
    padding: 16px 10px 0px 10px;
    border-radius: 4px 4px 0 0;
    height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    color: #4c4c4c;
}

.darkbordered .mdl-textfield__label {
    margin: 0;
    top: 35px;
    padding: 0 10px;
    color: #555;
}

.darkbordered .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.darkbordered .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.darkbordered .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #333333;
    font-size: 12px;
    top: 20px;
    visibility: visible;
}

.darkbordered .mdl-textfield {
    width: 100%;
    padding: 15px 0 15px 0;
}

.darkbordered .mdl-textfield__label:after {
    bottom: 15px;
}

.darkbordered .mdl-textfield .mdl-button {
    position: absolute;
    bottom: 25px;
    right: 20px;
}

.darkbordered {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

    .darkbordered .getmdl-select .mdl-icon-toggle__label {
        margin-top: -40px;
        float: right;
    }

.mdl-checkbox__label {
    color: #333333;
}

.mdl-button {
    font-family: ''
}

/* Footer CSS */
.FooterMain {
    padding: 1rem;
    padding-top: 3rem;
}

section.skinny-footer {
    padding: 0;
    display: flex;
    width: 100%;
}

.group-links {
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    flex-wrap: wrap;
}

    .group-links > li {
        display: inline-block;
        padding: 0 .5rem;
    }

        .group-links > li > a {
            color: #333333;
            padding: .5rem 0;
            font-size: 13px;
        }

.copyright {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

    .copyright > p {
        color: #333333;
        margin: 0;
        font-size: 13px;
    }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
    width: 100%;
    border-radius: 0;
}

.toast.toast-error {
    background-color: #AF0220;
}

#toast-container > div {
    opacity: 1;
    padding: 20px 15px 20px 50px;
}

/******** Full Width Modal Popup **********/
.modalNoti.modal {
    padding-right: 0px !important;
    background: #fff;
}

    .modalNoti.modal .modal-dialog {
        margin: 0;
        height: 100%;
        max-width: 100vw;
        width: 100%;
    }

    .modalNoti.modal .modal-content {
        border-radius: 0;
        background-clip: border-box;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        min-height: 100%;
        padding: 60px 0;
        text-align: center;
        position: relative;
    }

    .modalNoti.modal .modal-body h4 {
        color: #4C4C4C;
        font-size: 20px;
        letter-spacing: 0.25px;
        line-height: 24px;
        text-align: center;
        margin: 0px 0px 50px 0px;
    }

.modalNoti .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #4D4D4D;
    opacity: 1;
    font-size: 28px;
    font-family: initial;
}

    .modalNoti .close span {
        font-size: 12px;
        display: block;
        letter-spacing: 0.4px;
        line-height: 16px;
        font-family: '';
    }

.modalNoti .modal-footer {
    padding: 0px;
    border: 0px;
    text-align: center;
    justify-content: center;
}

    .modalNoti .modal-footer button {
        float: none;
    }

.btnsbtGreen {
    display: inline-block;
    background: #088856;
    border-radius: 2px;
    color: #fff;
    min-width: 133px;
}

.btnGreenbox {
    text-align: right;
    margin-top: 30px;
    float: left;
    width: 100%;
}

    .btnGreenbox > button {
        margin-left: 20px;
    }

.centerpopup {
    margin: auto;
    text-align: left;
}

.btncancelGreen {
    color: #088856;
}

/******** End Full Width Modal Popup **********/
/* Select Dropdown Box */

.ngapp_wrapper {
    width: 100%;
    float: left;
}

.profiletxtfieldnew {
    width: 100%;
    float: left;
    padding: 15px 0 0;
    background: rgba(0, 0, 0, 0.09);
    border-radius: 4px 4px 0 0;
    margin-top: 15px;
    margin-bottom: 10px;
    position: relative;
}

    .profiletxtfieldnew .dropdown_boxp {
        width: 100%;
        float: left;
        margin: 0px !important;
        padding: 0px !important;
        color: #333233;
        font-size: 15px;
    }

        .profiletxtfieldnew .dropdown_boxp .md-select-value > span {
            padding-left: 10px;
            color: #555;
        }

        .profiletxtfieldnew .dropdown_boxp .md-select-value, .profiletxtfieldnew .dropdown_boxp .md-select-value {
            padding-bottom: 10px !important;
            padding-top: 4px !important;
        }

        .profiletxtfieldnew .dropdown_boxp label {
            padding-left: 15px !important;
            margin-bottom: -4px;
            color: #666366 !important;
            font-size: 15px;
        }

.md-select-menu-container {
    z-index: 99999 !important;
}

md-backdrop.md-select-backdrop {
    z-index: 9999 !important;
}

md-select.md-default-theme .md-select-value, md-select .md-select-value {
    border-bottom-color: rgb(97, 97, 97);
}
/* End Select Dropdown Box */

html, body {
    font-family: 'BarlowRegular' !important;
    font-size: 16px;
    color: #200158;
    background-color: #200158 !important;
    margin: 0px;
    padding: 0px;
    height: 100%;
}
@font-face {
    font-family: 'OpenSans-Light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Opensans-Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('../fonts/Opensans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    font-style: normal;
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    src: local('Open Sans'), local('OpenSans'),;
    font-weight: normal !important; 
}

@font-face {
    font-family: 'OpenSans-Bold';
    font-style: normal;
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    src: local('Open Sans'), local('OpenSans'),;
    font-weight: normal !important; 
}
input [type="image"] {
    border: 0px !important;
    padding: 0px !important;
    background-color: transparent;
}

#NoUsageDataDiv, #NoUsageGasDiv, #divNoDataUsage, .NoCompare {
    font-size: 15px;
    color: #ed8601;
    top: 61px;
    left: 0px;
    position: relative;
    text-align: center;
    font-weight: bold;
}
:-moz-placeholder, ::-moz-placeholder {
    color: #a1a1a1 !important;
}
::-webkit-input-placeholder {
    color: #d7d7d7 !important;
}
:-ms-input-placeholder {
    color: #cfcfcf !important;
}
input[type="text"] {
    -webkit-text-fill-color:#200158 !important;
}
html, body form {
    height: 99.5%;
}
@media (min-width: 1200px) {
    .container {
        width: auto !important;
    }
}

.full_width_input_sec.mt30 {
    margin-top: 30px !important;
}
.full_width_input_sec.mt10 {
    margin-top: 10px !important;
}
#headerlogo > a > img {
    display: block;
    height: 45px;
    vertical-align:initial;
}

    #headerlogo > a > img.modern_logo {
        display: none;
    }
li.icon_notification {
    background: none !important;
    padding: 0px 24px 0px 0px !important;
}

.logo {
    margin: 0;
    padding: 18px 0;
}

.logo_large {
    padding: 13px 0px 9px 7px;
    width: 176px;
}

    .logo_large a {
        display: block;
    }
.logo img {
    max-width: 100%;
    height: 51px;
}

.username {
    font-size: 18px;
    color: #808081;
}

a:active, a:focus.droparrow {
    color: #ccc;
}

.navbar-brand:hover, .navbar-brand:focus {
    color: #fff !important;
    text-decoration: none;
}

.navbar-brand {
    display: none;
}
.handle-s {
    bottom: 1px;
    cursor: s-resize;
    height: 12px;
    left: 0;
    right: 0;
}


.mid-container {
    height: 100%;
    margin: 20px auto 20px;
    overflow: hidden;
}

.padding_L {
    padding-left: 0px;
    padding-right: 0px;
    height: 204px;
    padding-bottom: 2px;
    overflow: hidden;
}

.inner-dashboard-area .right-dolar-top-area {
    float: right;
    text-align: right;
    margin: -36px 7px 0 0;
    padding: 0px;
    z-index: 99;
    position: relative;
}

.billing-area span {
    color: #006699;
    font-size: 12px;
    margin: 0px 0px 0px;
    padding: 0px;
    display: inline;
    font-weight: bold;
}

.billing-area strong {
    color: #ff0000;
    font-size: 24px;
    margin: 3px 0px 9px;
    padding: 0px;
    display: block;
}

    .billing-area strong span {
        font-size: 24px;
        margin: 3px 0px 9px;
        padding: 0px;
        display: block;
    }

.billing-area i {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

.billing-area .billing_bottom_buttons {
    width: 90%;
    margin: 14px auto 0px;
}

.billing-area .pay_bill {
    margin: 0px;
    padding: 0px;
    width: 47%;
    float: left;
}

    .billing-area .pay_bill a {
        color: #fff;
        display: block;
        margin: 5px auto;
        font-size: 14px;
        float: right;
        border-radius: 0px !important;
        padding: 4px 2px;
        text-align: center;
        text-decoration: none;
        width: 75%;
    }


.billing-area .view_bill, .billing-area .history_bill {
    margin: 0px;
    padding: 0px;
    width: 46%;
    float: left;
}

.history_bottom_area {
    width: 100%;
    float: left;
    border-bottom: 2px solid #f4f4f4;
    border-top: 2px solid #f4f4f4;
}

.billing_area_div_grid_history {
    width: 100%;
    margin: 0px;
    height: 85%;
    overflow: auto !important;
}

.tblBillingHistory {
    width: 90%;
    height: 50%;
    overflow: auto;
    text-align: center;
}

    .tblBillingHistory tr th {
        background-color: #ccc;
        padding: 10px 25px;
        text-align: center;
        width: 22%;
        border: 0;
        vertical-align: middle;
    }

    .tblBillingHistory tr td {
        height: 30px;
        vertical-align: middle;
        border: 0;
        padding: 10px 25px;
        text-align: center;
        width: 23%;
    }


#selFootPrint {
    float: right;
    font-size: 10px;
    height: 18px;
    margin: -3px 7px 0 0;
    padding: 0 17px 0 2px !important;
}


.history_bill {
    margin: 0px;
    padding: 15px 0;
    width: 34%;
    float: left;
}

    .history_bill ul {
        margin: 5px 0px 0px 0px !important;
        padding: 0px !important;
        list-style: none;
    }

        .history_bill ul li {
            margin: 0px !important;
            float: left;
            line-height: 10px !important;
            border-bottom: 0 !important;
            padding: 0px !important;
            border-left: 1px solid #ccc;
            height: auto !important;
        }

            .history_bill ul li:first-child {
                border-left: 0;
            }

.notification-area > a:focus {
    outline: 1px dotted #ccc !important;
    float: left;
    width: 100%;
}

.billing-area .view_bill a {
    color: #99cc00;
    border-radius: 5px;
    display: block;
    margin: 11px auto;
    padding: 17px 2px 0px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    width: 65%;
}

.sidebar_toggle {
    display: none;
}

.history_bill ul li a {
    color: #666666;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
    padding: 0px 13px 0;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.billing-area .view_bill a:hover {
    color: #ccc;
    text-decoration: none;
}

.history_bill ul li a:hover {
    color: #006699;
    font-size: 13px !important;
}

.gas-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
    height: 200px;
    position: relative;
    float: left;
    width: 100%;
}
.outage-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
    height: 200px;
}

.notification-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
    height: 200px;
}

    .notification-area .white-div {
        background: #fff;
        margin: 0px;
        padding: 0px;
        float: left;
        width: 100%;
    }

    .notification-area .gray-div {
        background: #f4f4f4;
        margin: 0px;
        padding: 0px;
        float: left;
        width: 100%;
    }

    .notification-area .no_notifiction {
        color: #fff;
        display: block;
        float: right;
        height: 35px;
        margin: 0 8px 0 0;
        padding: 7px 0 0;
        font-size: 11px;
        text-align: center;
        width: 21px;
        font-weight: bold;
    }

    .notification-area .get_notifiction {
        color: #fff;
        display: block;
        float: right;
        height: 35px;
        margin: 0 8px 0 0;
        padding: 7px 0 0;
        font-size: 11px;
        text-align: center;
        width: 21px;
        font-weight: bold;
    }

.left-area-tabular {
    width: 72%;
    float: left;
    display: inline-block;
    margin: 0px;
    font-size: 12px;
    padding: 3% 4% 2%;
}

.right-area-tabular {
    width: 18%;
    float: right;
    display: inline-block;
    margin: 0px auto;
    padding: 1px 10px;
    text-align: center;
    font-size: 16px;
}

.compare-area {
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
    overflow: auto;
    position: relative;
    height: 162px;
}

    .compare-area strong {
        font-size: 16px;
        margin: 10px 0px 0px;
        padding: 0px;
        display: block;
        font-weight: normal;
        font-family: 'BarlowBold';
    }

    .compare-area i {
        font-style: normal;
        color: #555555;
        font-size: 14px;
        font-weight: normal;
        font-family: 'BarlowSemiBold';
        display: block;
        padding-bottom: 5px;
    }

    .compare-area img {
        padding: 5px 5px;
        vertical-align: bottom;
    }


.myaccount-area {
    margin: 0px;
    padding: 0px 5px;
    display: block;
    overflow: auto;
    text-align: left;
    height: 150px;
}

    .myaccount-area b {
        margin: 0px;
        padding: 0px;
        color: #006699;
        font-size: 14px;
        font-family: 'BarlowSemiBold';
        font-weight: normal;
    }

    .myaccount-area address {
        margin: 0px 0px 16px;
        padding: 0px;
        display: block;
        color: #606060;
        font-size: 14px;
    }

        .myaccount-area address span {
            margin-left: 20px;
        }

.smarthome-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: auto;
    height: 162px;
}

    .smarthome-area .image-listing {
        margin: 0px;
        padding: 0px;
        display: block;
    }

        .smarthome-area .image-listing ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            .smarthome-area .image-listing ul li {
                margin: 0px;
                padding: 11px 6px 0px;
                float: left;
                text-align: center;
                width: 25%;
                border-left: 1px solid #fff;
                border-bottom: 1px solid #fff;
                box-shadow: none !important;
                font-size: 17px;
                line-height: 23px;
            }

                .smarthome-area .image-listing ul li a {
                    margin: 0px;
                    padding: 10px 0px;
                    display: block;
                    height: 48px;
                    text-decoration: none;
                    background: #bababa;
                }

/* Inner Energy Page Css */
.inner_mid_section {
    margin-top: 15px;
    height: auto;
}
.energy_mid_box {
    height: 100%;
    padding-bottom: 0;
    float: left;
    width: 100%;
    position: relative;
}
.right_content_box {
    border-left:0px solid #f4f4f4;
}

.without_sidebar {
    background: none;
    overflow: visible;
    height: 100%;
}

.cover_top_area {
    border-bottom: 2px solid #f4f4f4;
    margin: 0px 0px 0px 0px;
    background: #fff;
    float: left;
    width: 100%;
}

.without_sidebar h1 {
    font-size: 19px;
    color: #333333;
    padding: 13px 0 13px 25px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    background: #fff;
    border: 0 !important;
    float: left;
    width: 21%;
}

.cover_top_area h1 {
    font-size: 123.1%;
    color: #333333;
    padding: 13px 0 13px 25px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    background: #fff;
    border: 0 !important;
    float: left;
    width: 21%;
}

.energy_mid_box h1 {
    font-size: 19px;
    color: #333333;
    padding: 13px 0 8px 15px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    border-bottom: 1px solid #f4f4f4;
    background: #fff;
    min-height: 39px;
}

.cover_right_top_area {
    width: 79%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.tablet-view h3 span {
    display: inline-block;
    padding-top: 3px;
}

.energy_mid_box .nav_left {
    float: left;
    width: 25%;
}

.nav_left ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .nav_left ul li {
        float: none;
        position: relative;
    }


        .nav_left ul li a {
            display: block;
            text-decoration: none;
            padding: 14px 0 14px 18%;
            color: #333333;
            cursor: pointer;
            background-size: auto 20px !important;
            font-size: 15px;
            font-family: 'BarlowRegular';
        }   
        .nav_left ul li.active {
            width: 100%;
            background-size: 100% 100%;
        }
            .nav_left ul li a:hover, .nav_left ul li.active a {
                border: 0;
            }
        .nav_left ul li.icon_energy_audit a {
            background: rgba(0, 0, 0, 0);
        }

        .nav_left ul li.low_income_icon a {
            background: rgba(0, 0, 0, 0);
        }

        .nav_left ul li.icon_aboutmyhome a {
            background: rgba(0, 0, 0, 0);
        }
        .nav_left ul li.nitiF_acc_ico a {
            background: rgba(0, 0, 0, 0);
        }

        .nav_left ul li.my_applications a {
            background: rgba(0, 0, 0, 0);
        }  

        .nav_left ul li.icon_dr_programes a {
            background-size: auto 18px !important;
        }
            .nav_left ul li.icon_dr_programes a:hover, .nav_left ul li.icon_dr_programes.active a {
                background-size: auto 18px !important;
            }

        .nav_left ul li.educational_tips a {
            background-size: auto 22px !important;
        }

            .nav_left ul li.educational_tips a:hover, .nav_left ul li.educational_tips.active a {
                background-size: auto 22px !important;
            }

        .nav_left ul li.sidebar_gas a {
            background-size: auto 22px;
        }

            .nav_left ul li.sidebar_gas a:hover, .nav_left ul li.sidebar_gas.active a {
                background-size: auto 22px;
            }

        .nav_left ul li.icon_budget_bill a {
            background-size: auto 20px !important;
        }

            .nav_left ul li.icon_budget_bill a:hover, .nav_left ul li.icon_budget_bill.active a {
                background-size: auto 20px !important;
            }
.energy_mid_box .right_content_box {
    width: 75%;
    float: left;
    padding-bottom: 0%;
    height: 95%;
    overflow: visible;
}

.energy_mid_box .right_content_box_outage {
    width: 100%;
    float: left;
    padding-bottom: 0%;
    height: 95%;
    overflow: auto;
}

.right_content_box ul {
    margin: 0px;
    padding: 10px 0 0 0;
    list-style: none;
}

    .right_content_box ul li {
        list-style-position:inside; display:flex;
        display: -webkit-flex;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        padding: 0 0 10px 24px;
        border-bottom: 1px solid #200158;
    }

.right_content_box ol {
    margin: 0;
    padding: 10px 0px 0 25px;
    width: 100%;
}

    .right_content_box ol li {
        border-bottom: 1px solid #f4f4f4;
        float: left;
        padding: 0 0 10px 2px;
        vertical-align: text-top;
        width: 100%;
    }

.details_box .row-1 {
    float: left;
    width: 100%;
}

.details_box .rating_content {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0px 0px 10px;
}

    .details_box .rating_content i, .details_box .review_content i {
        margin: 10px 0px 0px;
        padding: 0px;
        font-style: normal;
        font-size: 13px;
        color: #535353;
        text-align: left;
    }

        .details_box .rating_content i img {
            float: left;
            margin-right: 6px;
        }

    .details_box .rating_content span {
        margin: 0px;
        padding: 0px;
        color: #2587de;
        font-size: 24px;
        display: block;
        text-align: left;
    }

.details_box .review_content {
    width: 60%;
    text-align: left;
    display: block;
    margin: 0px auto;
}

    .details_box .review_content h2 {
        margin: 0px;
        padding: 0px;
        font-size: 24px;
        text-align: left;
        color: #000;
        display: block;
    }

    .details_box .review_content .view_details {
        margin: 10px auto 0;
        text-align: center;
    }

        .details_box .review_content .view_details a {
            margin: 0px;
            padding: 7px 12px;
            display: block;
            background: #0076e5;
            color: #fff;
            border-radius: 5px;
            text-decoration: none;
            font-size: 14px;
        }

            .details_box .review_content .view_details a:hover {
                background: #4e9cee;
            }

.current_area {
    width: 100%;
    margin: 0px;
}

    .current_area ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .current_area ul li {
            margin: 0px;
            padding: 7px 20px;
            float: left;
            width: 25%;
            border-left: 1px solid #f4f4f4;
            border-bottom: 1px solid #f4f4f4;
            min-height: 73px;
            display: block;
        }

            .current_area ul li span {
                font-size: 22px;
                display: block;
                text-align: left;
                display: block;
                width: 100%;
            }


            .current_area ul li span {
                font-family: 'PPFormulaCondensedBlack' !important;
                font-weight: normal;
            }

.thermo_area {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

    .thermo_area ul li {
        height: 73px !important;
        text-align: center;
    }

        .thermo_area ul li span {
            text-align: left;
            height: 42px;
            padding-left: 13%;
        }

        .thermo_area ul li i {
            margin: auto !important;
            text-transform: none !important;
        }

.current_area ul li i {
    font-size: 15px;
    font-style: normal;
    margin: 0px;
    text-align: left;
}

.current_area ul li:first-child {
    border-left: 0px solid #000;
}

.right_content_box .profile_img img {
    border: 1px solid #e6e7e8;
    width: 60px;
    height: 60px;
}
.profile_img {
    float: left;
    width: 15%;
}

    .profile_img span {
        font-size: 93.1%;
        color: #666666;
        vertical-align: top;
        padding-right: 14px;
    }

.details_box {
    float: left;
    width: 85%;
}

    .details_box h5 {
        color: #13689b;
        font-size: 107.7%;
        font-weight: bold;
        margin: 0px;
    }

    .details_box .view_details {
        float: left;
        padding-left: 0px;
    }

        .details_box .view_details ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

        .details_box .view_details li {
            float: left;
            padding: 0 10px 0 10px;
            border-bottom: 0px;
            margin-bottom: 0px;
            clear: none;
            background: url(../images/divider_like_lnk.png) no-repeat left 4px;
        }

            .details_box .view_details li:first-child {
                background: none;
                padding-left: 0px;
            }

    .details_box .register_lnk {
        float: right;
        padding-bottom: 15px;
    }

        .details_box .register_lnk ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
            float: right;
        }

            .details_box .register_lnk ul li {
                float: left;
                padding: 0 10px 0 10px;
                border-bottom: 0px;
                margin-bottom: 0px;
                background: url(../images/divider_like_lnk.png) no-repeat left 4px;
            }

                .details_box .register_lnk ul li:first-child {
                    background: none;
                }

    .details_box a {
        color: #94d401;
        font-size: 93.10%;
        text-decoration: none;
        padding: 0 0 0 0px;
    }

        .details_box a:hover {
            color: #7c7c7c;
        }

    .details_box .register_lnk .like_lnk img {
        margin-top: -8px;
        vertical-align: top;
        padding-right: 6px;
    }

.left_charging_map {
    width: 73%;
    margin: 0px;
    min-height: 300px;
    float: left;
    border-right: 2px solid #f4f4f4;
}

.right_charging_map {
    width: 27%;
    float: left;
    margin: 0px;
    height: 100%;
    overflow: auto;
}

    .right_charging_map .distance_area {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #f4f4f4;
    }

        .right_charging_map .distance_area ul {
            margin: 10px 0 4px;
            padding: 0px;
            list-style: none;
            display: inline-block;
        }

            .right_charging_map .distance_area ul li {
                margin: 0px;
                padding: 0px;
                float: left;
                border-left: 1px solid #ccc;
                border-bottom: 0;
                height: auto !important;
            }

                .right_charging_map .distance_area ul li:first-child {
                    border-left: 0;
                }

                .right_charging_map .distance_area ul li a {
                    margin: 0px;
                    padding: 0px 23px;
                    display: block;
                    color: #666666;
                    font-size: 16px;
                    text-decoration: none;
                }
    .right_charging_map .map_address_area {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #f4f4f4;
    }

        .right_charging_map .map_address_area ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            .right_charging_map .map_address_area ul li {
                margin: 0px;
                padding: 0px;
                border-bottom: 1px solid #f4f4f4;
                line-height: 20px;
            }

                .right_charging_map .map_address_area ul li a {
                    margin: 0px;
                    padding: 10px 13px;
                    display: block;
                    width: 100%;
                    color: #666666;
                    font-size: 12px;
                    text-decoration: none;
                }

                    .right_charging_map .map_address_area ul li a:hover {
                        color: #006699;
                        background: #eaeaea;
                    }

                    .right_charging_map .map_address_area ul li a span {
                        color: #006699;
                        text-transform: uppercase;
                    }

.customer_txt p {
    padding: 10px 0 0 18px;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
}

.customer_txt_name p {
    padding: 10px 0 0 48px;
}

.customer_txt_name .comment_box {
    width: 98%;
    height: 156px;
    outline: none;
    border: 1px solid #d6d6d6;
}

.customer_txt_name .topic_box select {
    width: 35%;
    border: 1px solid #d6d6d6;
    outline: none;
    padding: 5px 0;
}

.customer_txt_name .subject_area {
    width: 20%;
    padding: 5px 5px;
    border: 1px solid #d6d6d6;
    outline: none;
}

.customer_txt_name input[type="text"] {
    border: 1px solid #d6d6d6;
    float: left;
}

::-webkit-input-placeholder {
    color: #666;
}

:-moz-placeholder {
    color: #666;
}

::-moz-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background-color: #fff !important;
    border-color: #d6d6d6 !important;
    border-radius: 0 !important;
    color: #000 !important;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.view_bill {
    border: 0 !important;
    float: left !important;
    margin: 7px 0px 0px 0px !important;
    width: 50% !important;
    padding: 0px !important;
}

.customer-details {
    border-bottom: 2px solid #f4f4f4;
    font-size: 12px;
    margin: 1% 0 0;
    padding: 1% 0 4%;
    width: 100%;
}

.customer-padding {
    padding-left: 6px;
    padding-right: 0px;
}

.customer-details ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .customer-details ul li {
        margin: 0px;
        padding: 0px 0px 0px 30px;
        color: #333333;
        font-size: 15px;
        float: left;
        border: 0;
    }

        .customer-details ul li:first-child {
            padding-left: 10px;
        }

.customer-details.view_bill ul li:first-child {
    padding-left: 17px;
}

.customer-details ul li a {
    color: #E60000;
    text-decoration: underline;
}

    .customer-details ul li a:hover {
        text-decoration: none;
    }

.buttons_area {
    width: 100%;
    padding: 15px 0;
    float: left;
    margin: 0px;
    font-size: 16px;
    border-bottom: 2px solid #f4f4f4;
}

.buttons_area_BillDash {
    width: 100%;
    padding: 15px 0;
    float: left;
    margin: 0;
    font-size: 15px;
    border-bottom: 2px solid #f4f4f4;
}

.submit-button {
    background: none repeat scroll 0 0 #88be1c !important;
    border: 0 !important;
    border-radius: 0px !important;
    color: #f0f0f0 !important;
    float: right;
    font-size: 16px;
    height: auto !important;
    margin-bottom: 0;
    padding: 10px 27px !important;
    text-align: center;
    min-width: 135px !important;
    font-family: 'BarlowBold' !important;
    min-height: 40px;
}
.submit-button:hover {
    text-decoration: none;
}
.submit-button1 {
    background: none repeat scroll 0 0 #7c7c7c !important;
}
.cancel-button {
    background: none repeat scroll 0 0 #88be1c !important;
    border: 0 !important;
    border-radius: 0px !important;
    color: #f0f0f0 !important;
    font-size: 16px;
    height: auto !important;
    margin-bottom: 0px;
    margin-right: 15px;
    padding: 10px 27px !important;
    text-align: center;
    min-width: 135px !important;
    font-family: 'BarlowBold' !important;
    min-height: 40px;
    text-decoration: none !important;
}

.total_bills {
    /*border-bottom: 2px solid #f4f4f4;*/
    float: left;
    width: 99%;
    margin-left: 5px;
}

.Left_Bill_area {
    float: left;
    width: 50%;
    position: relative;
    padding-top: 10px;
}

.right_Bill_area {
    float: left;
    width: 50%;
    border-left: 2px solid #f4f4f4;
}

.all_bill_box {
    margin: 0;
    float: left;
    width: 99%;
}

    .all_bill_box h3 {
        margin: 0px;
        padding: 10px 13px 10px;
        font-weight: bold;
        width: 100%;
        float: left;
        color: #333333;
        font-size: 14.5px;
    }

    .all_bill_box .gray_div {
        background: none repeat scroll 0 0 #f2f9fd;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

.all_bill_boxpayment .payment_step:nth-child(2n+1) {
    background: none repeat scroll 0 0 #f2f9fd;
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
    width: 100%;
}

.all_bill_box .white_div {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.all_bill_box .left-area-tabular {
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 7px 10px;
    width: 64%;
}

.all_bill_boxpayment .left-area-tabular {
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 7px;
    width: 50%;
}

.all_bill_box .right-area-tabular {
    display: inline-block;
    float: right;
    margin: 0 auto;
    padding: 12px 7px;
    text-align: left;
    width: 27%;
}

.all_bill_box span {
    color: #464646;
    font-size: 16px;
}
.right-area-tabular b {
    font-weight: normal;
}

.right_bill_box {
    margin-left: 2%;
    width: 98%;
}

.bottom_billed_boxes {
    border-bottom: 2px solid #f4f4f4;
    float: left;
    width: 100%;
    margin-left: 7px;
}

    .bottom_billed_boxes .all_bill_box {
        width: 100%;
    }

.all_bill_box i {
    font-style: normal;
    color: #ff0000;
}

.bottom_billed_boxes .white_div .left-area-tabular, .bottom_billed_boxes .gray_div .left-area-tabular {
    width: 75%;
}

.bottom_billed_boxes .white_div .right-area-tabular, .bottom_billed_boxes .gray_div .right-area-tabular {
    padding-right: 12px;
    text-align: right;
    width: 20%;
}

.service_text p, .service_fill_box p {
    padding: 11px 0 0 0;
    margin: 0px;
    color: #333333 !important;
    font-size: 12px;
}

.service_fill_box input[type='text'] {
    width: 55%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 6px 0 6px 6px;
    margin: 0px;
}

.service_fill_box input[type=checkbox] {
    width: 23px;
    height: 23px;
}

.service_fill_box .schedule_date {
    width: 55%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 6px 0 5px 6px;
    margin-top: 7px;
}

.service_fill_box span {
    vertical-align: middle;
}

.service_right_boxs {
    padding-top: 27px;
}

.reason_select select {
    width: 95%;
    padding: 5px 0 5px 10px;
    outline: none;
    border: 1px solid #d6d6d6;
    margin-right: 3px;
}

.service_fill_box .schedule_time select {
    width: 28%;
    margin: 0 3% 0 0;
    padding: 5px 0;
    text-align: center;
    outline: none;
    border: 1px solid #d6d6d6;
}

.service_text1 {
    font-size: 84.6%;
}


.nav_left ul li.sidebar_cs_inner a:hover, .nav_left ul li.sidebar_cs_inner a.active {
    color: #666;
    background: #f4f4f4;
}

.inner_mid_section select {
    border: 1px solid #d6d6d6;
    padding: 5px 0;
    width: 100%;
}

.image_area {
    text-align: center;
}

.left-content-ev {
    width: 60%;
    float: left;
}

.ev_right {
    width: 40%;
    float: left;
    padding: 10px 0px;
}

.signature {
    float: left;
    margin-right: 28%;
}

.container-main {
    float: left;
    margin: 20px 38px 0 0;
    padding-bottom: 4px;
    width: 21%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    border: 1px solid #c3c3c3;
}

    .container-main:hover {
        box-shadow: inset 0px 0px 10px 0px #ABABAB;
        -webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB;
        -moz-box-shadow: inset 0px 0px 10px 0px #ABABAB;
        -o-box-shadow: inset 0px 0px 10px 0px #ABABAB;
    }

.img-cont {
    float: left;
    width: 100%;
    text-align: center;
}

.container-main b {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    display: block;
    color: #000;
    background: #cfcfcf;
    padding: 3px 0;
}

.on-button {
    width: 28%;
    margin: 0px 5px 0;
    border: 1px solid #8eba0a;
    padding: 4px 0;
    float: right;
    display: block;
    background: rgb(161,213,79);
}

.off-button {
    width: 28%;
    margin: 0px 5px 0;
    padding: 4px 0;
    float: right;
    display: block;
    border: 1px solid #d50000;
    background: rgb(255,48,25);
}

.inner-right-sub {
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
    float: left;
    padding-bottom: 1%;
    padding-top: 1%;
}

.profile-details {
    width: 98%;
    padding: 0.7% 0 0.3% 2.8%;
    float: left;
    font-size: 15px;
}

.name-feild {
    width: 22%;
    float: left;
    color: #333333;
    font-size: 12px;
}

.sub-name {
    color: #333333;
    width: 93%;
    float: left;
    background: #f1f1f1;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0px 10px 5px;
}

.cust-feild {
    width: 17%;
    float: left;
    color: #333333;
    font-size: 12px;
}

.input-phone {
    background: none;
    border: 1px solid #d6d6d6;
    color: #333333;
    font-size: 12px;
    padding: 6px 6px;
    margin-top: -3px;
    float: left;
    width: 22%;
}

.inner-address b {
    font-size: 17px;
}

.default-address-1 {
    width: 19%;
    float: left;
    font-size: 15px;
    color: #333333;
}

    .default-address-1 input[type="radio"], input[type="checkbox"] {
        line-height: normal;
        margin: 4px 0 0 11%;
    }

.rate-plan {
    width: 15%;
    float: left;
    margin-left: 4%;
    font-size: 12px;
    color: #333333;
}

.address-1 {
    width: 30%;
    float: left;
    font-size: 15px;
    color: #333333;
}

.address-button {
    text-align: center;
    display: block;
    margin-left: 32px !important;
}

.address-1-billing {
    float: left;
    font-size: 12px;
    color: #333333;
    margin-right: 55px;
}

    .address-1-billing label {
        display: inline-block;
    }
.address-button-billing {
    text-align: center;
    display: block;
}
.gray-bar {
    background-color: #f4f4f4;
    width: 98%;
    float: left;
    margin: 1% 0 0 1.5%;
    padding: 1% 1.5%;
}

.right-icons {
    float: right;
}

    .right-icons a {
        margin-left: 7px;
        float: left;
    }

.right-button {
    float: left;
    margin: 8px 8px 0 1px !important;
}


.add-card {
    width: 98%;
    float: left;
    padding: 0px 15px;
}

    .add-card a {
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
    }

        .add-card a:hover, .add-card a.active {
            color: #333333;
            text-decoration: none;
        }

.power-plan-selector {
    float: left;
    width: 35%;
}

.selector-text {
    width: 16%;
    float: left;
    color: #333333;
    font-size: 16px;
    margin-top: 0;
}

.power-plan-selector select {
    border: 1px solid #d6d6d6;
    padding: 5px 0;
}
.radio-button-box {
    width: 15%;
    float: left;
}
    .radio-button-box input[type="radio"], .radio-button-box input[type="checkbox"], .RadioBtnList input {
        margin-right: 8px !important;
    }

.RadioBtnList td {
    width: 30%;
}

.my_account_divider {
    border-top: 1px solid #f4f4f4;
    margin-left: -3%;
}

.water_plain {
    padding-top: 0px;
}

.currency {
    display: table;
    border-bottom: 2px solid #f4f4f4;
    width: 100%;
    padding-bottom: 10px;
}

    .currency ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .currency ul li {
            float: left;
            border-bottom: 0px;
            padding: 0px;
            margin-bottom: 0px;
        }

            .currency ul li a {
                padding: 10px;
                display: block;
                text-decoration: none;
                color: #666;
                border: 0px !important;
                font-size: 88.3%;
            }

            .currency ul li:first-child a {
                background: none;
                padding-left: 20px;
            }

            .currency ul li a:hover, .currency ul li a.active {
                outline: none;
            }

            .currency ul li input[type="submit"] {
                padding: 16px;
                display: block;
                text-decoration: none;
                color: #666;
                font-size: 92.3%;
                border: 0;
            }

            .currency ul li:first-child input[type="submit"] {
                background: none;
                padding-left: 20px;
            }

            .currency ul li input[type="submit"]:hover {
                color: #006699;
            }

            .currency ul li input[type="submit"].active {
                color: #006699;
                font-weight: bold;
            }

.compare_month {
    float: right;
    width: 16%;
}

    .compare_month select {
        color: #666;
    }

.compare_graph {
    text-align: center;
    margin-bottom: 20px;
}

    .compare_graph p {
        text-align: center;
        display: inline-block;
        padding: 15px 4px;
    }

        .compare_graph p span {
            padding: 0 0px;
        }

    .compare_graph img {
        max-width: 100%;
    }

.am_nav {
    text-align: left;
    width: 100%;
}

    .compare_nav ul, .am_nav ul {
        text-align: center;
        margin: auto;
        display: table;
    }

        .compare_nav ul li:first-child a, .am_nav ul li:first-child a {
            padding-left: 0px;
        }

.compare_summary_main_box {
    display: block;
    width: 99%;
    padding: 0 0 30px 0;
}

.dish_washer_heading {
    padding: 10px 0 0 0;
    border-bottom: 2px solid #f4f4f4;
    width: 100%;
    float: left;
}

    .dish_washer_heading img {
        float: left;
        padding: 0 25px 10px 34px;
    }

    .dish_washer_heading p {
        float: left;
        padding: 33px 20px 0 0;
        font-size: 107.7%;
    }

        .dish_washer_heading p span {
            padding: 0 7px;
        }

.OnBtnClass {
    float: right;
    margin: -6px 0 0 16px;
    background: none;
    outline: none;
    border: 1px solid #3D823A;
    padding: 5px 20px;
    color: #3D823A;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

    .OnBtnClass:hover {
        color: #3D823A;
        transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
    }

.OffBtnClass {
    float: right;
    margin: -6px 0 0 16px;
    background: none;
    outline: none;
    border: 1px solid #EB0000;
    padding: 5px 20px;
    color: #EB0000;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

.smart_dish_box {
    display: table;
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 15px;
    width: 100%;
}

.smart_time_days {
    padding: 10px 20px 10px 16px;
    font-size: 92.3%;
    float: left;
    border: 0px;
}

.time_right_border {
    border-right: 2px solid #f4f4f4;
}

.smart_days_box {
    width: 70%;
    padding: 0px 0 0 0;
    float: left;
}

.smart_days_box_second {
    width: 40%;
    padding: 0px 0 0 0;
    float: left;
}

.smart_days_box input[type=checkbox] {
    border: 1px solid #b9b9b9;
    float: left;
    margin: 9px 6% 0 0;
    background: #f4f4f4;
    outline: none;
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
}

label {
    font-weight: normal;
}


.smart_time_box {
    width: 30%;
    padding: 0px 0 0 0;
    float: left;
    text-align: right;
    font-size: 107.7%;
}

    .smart_time_box input[type=text], .smart_time_box_second input[type=text] {
        text-align: center;
        color: #000;
        padding: 5px 0px;
        outline: none;
        border: 1px solid #d6d6d6;
        width: 86%;
    }
.type_of_wash {
    padding: 3px 0 0 0;
}
    .type_of_wash input[type=radio] {
        padding: 5px 8px 0 8px;
        -ms-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }

    .type_of_wash span {
        padding: 0px 10px 0 13px;
    }

.GraphLegend_data_WaterAlloc {
    color: #333333;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 5px;
}

.GraphLegend_WaterAlloc {
    background-color: #31afdb;
    border-radius: 2px;
    float: left;
    height: 12px;
    margin-left: 5px;
    margin-right: 1px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 12px;
}

.GraphLegend_Usage {
    background-color: #4adea0;
    border-radius: 2px;
    float: left;
    height: 12px;
    margin-left: 5px;
    margin-right: 1px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 12px;
}

.GraphLegend_low {
    background-color: #4adea0;
    border-radius: 2px;
    float: left;
    height: 12px;
    margin-left: 5px;
    margin-right: 1px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 12px;
}

.GraphLegend_data_low, .GraphLegend_data_Avg {
    color: #333333;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 5px;
}

.GraphLegend_Avg {
    background-color: #e9cc57;
    border-radius: 2px;
    float: left;
    height: 12px;
    margin-left: 5px;
    margin-right: 1px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 12px;
}

.GraphLegend_High {
    background-color: #ea557b;
    border-radius: 2px;
    float: left;
    height: 12px;
    margin-left: 5px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 12px;
}

.GraphLegend_solar {
    background-color: #31afdb;
    border-radius: 2px;
    float: left;
    height: 12px;
    margin-left: 5px;
    margin-right: 1px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 12px;
}

.GraphLegend_data_solar {
    color: #333333;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 5px;
}

.noti_contentcommon, .guest_user_para, .billing_lvl_pay, .billing_auto_pay {
    display: none !important;
    font-size: 15px;
    padding-bottom: 35px;
}

.lft_profile_sec {
    background:#f9e9dc;
    /*box-shadow: 0 3px 12px 0 rgba(0,0,0,0.15);*/ border:solid 1px #dbdbdb;
    border-radius: 24px 24px 64px 24px;
    float: left;
    width: 100%;
}
@media only screen and (min-width:768px) and (max-width:992px) {
    .EfficiencyRankDetails {
        border-right: 1px solid #dadada;
        float: left;
        padding-bottom: 7px;
        padding-left: 10px;
        padding-top: 6px;
        width: 27% !important;
    }

    .EfficiencyRankBottom {
        float: left;
        padding: 7px 10px;
        width: 28% !important;
    }

    .profile_img {
        width: 19%;
    }

    .details_box {
        float: left;
        width: 86%;
    }
    .tablet-view {
        background: none repeat scroll 0 0 #fff;
    }

    .padding_L {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container-main {
        width: 42%;
        float: left;
        margin-left: 2%;
    }
    .noti_contentcommon, .guest_user_para, .billing_lvl_pay, .billing_auto_pay {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .compare_section.compare_section {
        width: 19%;
    }
    .noti_contentcommon, .guest_user_para, .billing_lvl_pay, .billing_auto_pay {
        padding-bottom: 15px;
    }
    .customer-details ul li:first-child {
        padding-left: 20px;
    }

    .customer-details ul li {
        margin-bottom: 10px;
    }

        .customer-details ul li span {
            width: 100%;
            float: left;
            line-height: 0;
        }

    .electric_vehicle_box table tr td {
        width: 108px !important;
    }

    .Quiet_Hours_to .schedule_time, .Quiet_Hours_from .schedule_time {
        width: 75% !important;
    }

    .inner_mid_section {
        margin-bottom: 20px;
    }
    .popup_area {
        max-width: 91% !important;
        margin-top: 3% !important;
    }

    #divPopup .popup_area {
        max-width: 91% !important;
        margin-top: 3% !important;
    }

        #divPopup .popup_area input[type="password"] {
            width: 93% !important;
        }

    .energy_mid_box .InboxIcons {
        margin-top: -9px;
    }
    .logo {
        margin: 0 auto;
        padding: 5px 0;
        width: 176px;
    }

    .navbar-brand {
        float: left;
        font-size: 18px;
        height: auto;
        line-height: 20px;
        padding: 8px 15px 10px;
        color: #fff;
        display: none;
        text-indent: -9999px;
    }

    .container-main {
        width: 92%;
        float: left;
        margin-left: 2%;
    }

    .navbar-header {
        display: block;
        height: 36px;
        margin-bottom: 7px;
        background: #57565b;
        padding: 0;
    }

    .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 15px;
        margin-top: 14px;
        padding: 0 10px;
        position: relative;
    }

    ul.tabs {
        margin: 0px 0px 0px;
        padding: 0px;
        list-style: none;
        width: 100%;
        float: left;
        background: #fff;
    }

        ul.tabs li {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            width: 100%;
            border-bottom: 1px solid #f0f0f0;
        }

            ul.tabs li:first-child {
                border-top: 0;
            }

            ul.tabs li:last-child {
                border-bottom: 1px solid #f0f0f0;
            }

            ul.tabs li a {
                padding: 9px 52px 9px;
                display: block;
                color: #333333;
                font-size: 92.3%;
                text-decoration: none;
            }

                ul.tabs li a:hover, ul.tabs li.active a {
                    color: #fff;
                    background: #259f9e;
                }

                ul.tabs li a span {
                    display: block;
                    font-size: 11px;
                    padding: 0px 10px 1px;
                    text-decoration: none;
                }

           
            ul.tabs li.myaccount > a {
                display: block;
            }

    .energy_mid_box .nav_left {
        border-bottom: 1px solid #ccc;
        width: 99%;
    }
    .tablet-view {
        background: none repeat scroll 0 0 #fff;
    }

    .padding_L {
        padding-left: 15px;
        padding-right: 15px;
    }

    .Left_Bill_area {
        float: left;
        width: 100%;
    }

    .right_Bill_area {
        border-left: 0;
        float: left;
        width: 100%;
    }

    .right_bill_box {
        margin-left: 0%;
        width: 99%;
    }

    .white_div .left-area-tabular, .gray_div .left-area-tabular {
        width: 88%;
    }

    .white_div .right-area-tabular, .gray_div .right-area-tabular {
        width: 12%;
    }

    .selector-text {
        color: #333333;
        float: left;
        font-size: 12px;
        margin-top: 5px;
        width: 29%;
    }

    .power-plan-selector {
        float: left;
        width: 69%;
    }

        .power-plan-selector select {
            border: 1px solid #d6d6d6;
            padding: 5px 0;
            width: 100%;
        }

    .energy_mid_box {
        background: none;
    }

    footer .copy-right {
        text-align: center !important;
    }
    .energy_mid_box .right_content_box {
        width: 99%;
    }

    .profile_img {
        float: left;
        width: 15%;
    }

    .details_box .review_content {
        text-align: left;
        width: 100%;
    }

    .details_box {
        text-align: center;
    }

    .customer_txt p, .customer_txt_name p {
        padding: 10px 0 0 18px;
        font-size: 11px;
    }

    .customer_txt_name .comment_box {
        width: 98%;
        height: 106px;
    }

    .customer_txt_name .topic_box select {
        width: 85%;
    }

    .customer_txt_name .subject_area {
        width: 70%;
    }
    .tablet-view {
        background: none !important;
        box-shadow: none !important;
    }
    .compare_month {
        width: 135px !important;
    }
}
@media only screen and (max-width: 440px) { 
    .buttons_area {
        border-bottom: 0px solid #f4f4f4;
        border-left: 0px solid #f4f4f4;
        float: left;
        font-size: 12px;
        padding: 15px 0;
        width: 100%;
    }

    .service_fill_box .schedule_time select {
        width: 100%;
        margin-bottom: 2px;
    }

    .reason_select select {
        width: 83% !important;
    }

    .service_fill_box input[type="text"] {
        width: 75% !important;
    }

    .low_hight_box {
        width: 100% !important;
        padding-top: 10px !important;
    }

    .rates_main_box {
        width: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    #showdetails_effi .modal-header .modal-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 258px;
        max-width: 95%;
    }

    .submit-button, .cancel-button {
        width: auto !important;
        min-width: 99px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        text-align: center;
        font-size: 15px !important;
        min-width: 100% !important;
    }
    .radio-button-box.electric_vehicle_box {
        width: 104%;
    }

    .without_sidebar {
        height: 86% !important;
    }

    .electric_vehicle_box table tr td {
        width: 50% !important;
    }

    .radio-button-box #ddlLanguage {
        width: 119%;
    }

    .power-plan-selector {
        width: 42%;
    }

    #divbilldetails.billing_area_div_grid_history {
        width: 596px;
    }

    .radio-button-box-mob {
        width: 77% !important;
    }

        .radio-button-box-mob input[type=radio] {
            margin-right: 2px !important;
        }

    .billing_history_01.customer-padding {
        width: 599px;
    }

    .profile_img {
        width: 29%;
    }

    .details_box {
        width: 71%;
        position: relative;
    }

        .details_box .view_details {
            width: 100%;
        }

    .Left_Bill_area .all_bill_box .gray_div {
        float: none;
    }

    .details_box a {
        float: left;
    }

        .details_box .row-1 .register_lnk {
            position: absolute;
            left: -17%;
            bottom: -21px !important;
            width: 117% !important;
        }

    .my_account_table {
        width: 100%;
        overflow: auto;
    }

   
    .right_content_box #GenrationMode {
        width: 58% !important;
    }

        .right_content_box #GenrationMode ul li {
            padding: 0 0 10px 4px;
        }

    .Quiet_Hours_from {
        width: 80% !important;
        padding-bottom: 5px;
    }

    .Quiet_Hours_to {
        width: 80% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .popup_area {
        max-width: 100% !important;
    }

    .logo img {
        margin-top: 3px;
        max-width: 53% !important;
    }

    ul.tabs li a {
        padding: 9px 18px 0px;
        display: block;
        color: #333333;
        font-size: 92.3%;
        text-indent: -9999px;
        background-position: center 12px !important;
        text-decoration: none;
    }

        ul.tabs li a span {
            display: block;
            font-size: 11px;
            padding: 13px 2px 1px;
            text-decoration: none;
        }

}

footer .copy-right {
    margin: 7px 0px 0px;
    padding: 0px;
    text-align: left;
    font-size: 10px;
    white-space: nowrap;
}

footer .footlinks {
    margin: 7px 0px 0px 0px;
    padding: 0px;
    text-align: center;
}

    footer .footlinks ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: inline-block;
    }

        footer .footlinks ul li {
            margin: 0px;
            padding: 0px;
            float: left;
            line-height: 11px;
            border-left: 1px solid #ccc;
        }

            footer .footlinks ul li:first-child {
                border-left: 0;
            }

            footer .footlinks ul li a {
                margin: 0px;
                padding: 2px 13px;
                text-decoration: none;
                display: block;
                font-size: 12px;
                color: #808081;
            }

                footer .footlinks ul li a:hover {
                    color: #141414;
                }

footer .footer-logo {
    float: right;
    margin: 4px 0px;
}
@media (min-width:1650px) {
    #headerlogo > a > img {
        height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .header-top {
        height: auto;
        padding: 10px 0px;
        text-align: center;
    }
    .logo {
        margin: 10px auto;
    }
    .DayContainer {
        width: 40% !important;
        float: left;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .logo img {
        max-width: 43% !important;
    }   
    .logo {
        padding: 10px 0;
    }

    ul.tabs li a span {
        display: block;
        font-size: 11px;
        padding: 19px 2px 1px;
        text-decoration: none;
    }

    .container-main {
        width: 25%;
        float: left;
        margin-left: 2%;
    }

}

input[type="range"] {
    display: block;
    float: left;
    margin-top: 3px;
    padding-top: 8px;
    width: 77%;
}

output {
    color: #555;
    display: block;
    float: left;
    font-size: 14px;
    padding-left: 19px;
    padding-top: 0px;
}

.smart_time_box_second {
    float: left;
    font-size: 107.7%;
    padding: 0px 0 0;
    text-align: right;
    width: 30%;
}

.on_b {
    float: left;
    width: 30%;
    text-align: center;
}

.off_b {
    float: left;
    width: 30%;
    text-align: center;
}

.time_b {
    float: left;
    width: 40%;
}

.frezer {
    margin: 9px 0px 9px 0px;
    clear: both;
}

.billing_area_div {
    width: 100%;
    margin: 0px;
}

.billing_area_div_selection {
    border-bottom: 2px solid #f4f4f4;
    float: left;
    width: 100%;
}

.billing_area_div_white {
    float: left;
    background: #fff;
    width: 100%;
}

.content_block_area {
    font-size: 12px;
    color: #666666;
    padding: 15px 20px;
}

.billing_area_div_gray {
    float: left;
    background: #f4f4f4;
    width: 100%;
}

    .billing_area_div_gray .content_block_area {
        width: 25%;
        float: left;
        font-size: 12px;
        color: #666666;
        padding: 15px 20px;
    }

.balance {
    float: left;
    padding-bottom: 19px;
    padding-left: 13px;
    text-align: left;
    width: 100%;
}

    .balance span {
        display: block;
        text-align: left;
        color: #333333;
        font-size: 12px;
        font-weight: normal;
        padding-left: 0px;
        padding-bottom: 10px;
    }

.icon_radio {
    float: left;
    margin-right: 10px !important;
    margin-top: 3px !important;
}

.Balance_Left_Bill_area {
    float: left;
    width: 50%;
    border-right: 2px solid #f4f4f4;
}

.Balance_Right_Bill_area {
    float: left;
    width: 50%;
}

.enter_payment_location_area {
    width: 100%;
    float: left;
}

.enter_payment {
    float: left;
    width: 50%;
    font-weight: bold;
    color: #333333;
    padding: 13px 15px;
    font-size: 14px;
}

.card_payment {
    float: left;
    text-align: right;
    width: 50%;
    padding: 10px;
}

    .card_payment .card_container {
        float: right;
        padding: 5px 0px;
    }

.card_container img {
    float: left;
    margin-right: 2px;
}

.enter_payment_inputs {
    width: 50%;
    float: left;
    margin: 0px 0px 12px;
}

.enter_payment_small_inputs {
    width: 24.5%;
    float: left;
    margin: 12px 0px 20px;
}

.enter_payment_small_inputs_margin {
    margin-left: 9px;
}

.enter_payment_inputs input[type="text"], .enter_payment_small_inputs input[type="text"] {
    border: 1px solid #d6d6d6;
    color: #999999;
    font-size: 12px;
    font-style: italic;
    margin-left: 5px;
    margin-right: 10px;
    outline: medium none;
    padding: 7px 15px;
    text-align: left;
    width: 96%;
    float: left;
}

.enter_payment_small_inputs select {
    border: 1px solid #d6d6d6;
    padding: 7px 0;
    margin-left: 5px;
    width: 96%;
}

.optional_text_area {
    width: 91%;
    float: left;
    color: #333333;
    margin-top: 14px;
    font-size: 11px;
}

    .optional_text_area input[type="checkbox"] {
        background: none repeat scroll 0 0 #f4f4f4;
        border: 1px solid #b9b9b9;
        float: left;
        margin: 2px 1.5% 0 8px;
        outline: medium none;
        transform: scale(1.3);
    }

.entrust_icon {
    width: 9%;
    padding: 2px 0px 12px;
    float: left;
}

.gis-footprint-area {
    margin: 0px;
    padding: 0px;
}

    .gis-footprint-area ul {
        margin: 0px;
        list-style: none;
        padding: 0px;
    }

        .gis-footprint-area ul li {
            margin: 0px;
            padding: 8px 5px 5px;
            float: left;
        }

            .gis-footprint-area ul li a {
                text-decoration: none;
                font-size: 16px;
            }

    .gis-footprint-area select {
        font-size: 16px !important;
        font-weight: normal !important;
        height: 28px !important;
        border-radius: 0 !important;
    }

.TableCellHeaderSearch {
    float: right;
    padding: 9px 10px 5px;
}

.TableCellHeaderTitle {
    float: left;
    font-size: 15px;
    font-weight: bold;
}

.TableCellHeaderIcon {
    float: left;
    margin: 3px 0 0;
}

.TableCellHeaderTitle select {
    font-size: 12px !important;
    font-weight: normal !important;
    height: 28px !important;
    border-radius: 0 !important;
}

.search-area {
    float: left;
    width: 100%;
}

.SearchIcon {
    cursor: pointer;
    height: 28px;
    display: block;
    margin: 0 5px 3px 0;
    width: 27px;
}

a .SearchIcon:hover {
    text-decoration: none;
}

.search-icon-area {
    width: 10%;
    float: left;
}

.search-area input[type="text"], input[type="password"], textarea {
    padding: 5px 10px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #d6d6d6;
}

.TableCellHeaderSearch input[type="text"], input[type="password"], textarea {
    padding: 3px 10px 4px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #d6d6d6;
}

.secServiceTitle {
    background-color: #f4f4f4;
    color: #333333;
    font-size: 16px;
    border-radius: 0px !important;
    margin: 8px 0 3px;
    display: inline-block;
    width: 100%;
    padding: 7px 21px;
}

    .secServiceTitle.without_separator {
        background: none !important;
        font-size: 13px;
        font-family: 'OpenSans-SemiBold';
    }

.ConnectMe {
    margin-top: 10px;
}

.ConnectLabel {
    float: left;
    width: 20%;
    padding-left: 20px;
    font-weight: bold;
    line-height: 30px;
    clear: left;
    margin-bottom: 5px;
    font-size: 12px;
    color: #333333;
}

.ConnectLabelColon {
    float: left;
    width: 12%;
    margin-bottom: 5px;
    line-height: 30px;
}

.ConnectMeData {
    float: left;
    width: 67%;
    margin-bottom: 5px;
    line-height: 23px;
    text-align: justify;
    word-wrap: break-word;
}

.ConnectMeSupport {
    float: left;
    width: 250px;
    line-height: 24px;
    font-weight: bold;
}

.ConnectMeSupport {
    float: left;
}

#divConnectMe {
    width: 100%;
}

#divSign {
    clear: both;
}

    #divSign .clearButton {
        cursor: pointer;
        float: right;
        padding-top: 13px;
    }

    #divSign .sigWrapper {
        float: left;
        width: 27%;
    }

        #divSign .sigWrapper canvas {
            border: 1px solid #ccc;
        }

input[type="text"], input[type="password"], textarea {
    float: left;
    padding: 5px 8px;
    width: 53%;
    resize: none;
}

.ConnectMeData table {
    margin-left: 24px;
    margin-top: 15px;
}

    .ConnectMeData table td {
        padding-left: 20px;
    }

        .ConnectMeData table td label {
            padding-left: 8px;
        }

.customer_txt_name select {
    width: 22%;
    float: left;
}

.top-notif-inbox-section {
    background: #bababa;
    float: left;
    padding: 7px 0 8px;
    width: 100%;
    font-size: 12px;
    color: #fff;
}

    .top-notif-inbox-section input[type="image"] {
        vertical-align: middle;
        padding-left: 5px;
        background: none;
    }

.Rightheader-Pannel .trash-icons {
    margin-left: 10px;
}

.select_chech-box {
    width: 6%;
    float: left;
    padding-left: 10px;
    text-align: left;
    padding-top: 2px;
}

.select_topic {
    width: 4%;
    float: left;
    text-align: left;
    padding-top: 3px;
}

    .select_topic a, .select_from a, .select_date a {
        color: #fff;
        text-decoration: none;
    }

        .select_topic a:hover, .select_from a:hover, .select_date a:hover {
            color: #fff;
            text-decoration: none;
        }

    .select_topic img {
        text-align: center;
        padding-left: 15%;
        margin-top: -2px;
    }

.select_from {
    width: 20%;
    float: left;
    text-align: left;
    padding-left: 7px;
    padding-right: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 3px;
}

.select_message {
    width: 22.3%;
    float: left;
    text-align: left;
    padding-left: 4px;
    padding-right: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 3px;
}

.select_subject {
    width: 30%;
    float: left;
    text-align: left;
    padding-right: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 3px;
}

.select_atachment {
    width: 4%;
    float: left;
    text-align: center;
    padding-top: 3px;
}

.select_date {
    width: 17%;
    float: left;
    padding-top: 3px;
    text-align: right;
    padding-right: 10px;
}

.SaveImageContainer {
    width: 2%;
    float: left;
}

.message-section {
    width: 100%;
    float: left;
    margin: 0px;
    font-size: 12px;
}

    .message-section ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .message-section ul li {
            margin: 0px;
            padding: 8px 0px;
            width: 100%;
            float: left;
            border-bottom: 1px solid #e3e3e3;
        }

            .message-section ul li:hover {
                background: #f4f4f4;
            }
.message-body-section {
    margin: 10px 15px;
}

.from-section {
    width: 10%;
    float: left;
    margin: 0px 0px 10px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.from-name-section {
    width: 90%;
    float: right;
    padding-left: 20px;
    margin: 0px 0px 10px;
    font-size: 14px;
    color: #333333;
}

.asp_check {
    display: inline-block !important;
    margin-right: -2px !important;
    margin-top: -2px;
    vertical-align: top;
}

.message-attached-img {
    width: 100%;
    display: block;
    clear: both;
    margin: 15px 0px;
}

    .message-attached-img img {
        border: 1px solid #9c9c9c;
        padding: 1px;
    }

    .message-attached-img span {
        padding-right: 15px;
    }

.thanks-area {
    float: left;
    width: 100%;
    font-size: 12px;
    margin: 20px 0px;
}

.edit-tools {
    margin: 0px 0px 15px 0px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding: 3px 5px;
}

.message-body-section .buttons {
    width: 100%;
}

.LabelsContainer, .LabelsContainer span {
    display: none;
}


.right_Bill_area label {
    font-weight: normal;
}

.type_of_wash label {
    margin-left: 10px;
    vertical-align: middle;
}

.liclick {
    width: 87%;
    float: left;
    font-size: 13px;
}

    .liclick .select_from {
        width: 22%;
        float: left;
        padding-left: 0;
        width: 22%;
    }

    .liclick .select_message {
        padding-left: 5px;
        width: 26%;
    }

    .liclick .select_subject {
        width: 26%;
    }

    .liclick .select_date {
        width: 22%;
    }

.BacktoInbox {
    background: url(../images/notification_icon/icon-back-to-inbox.png) no-repeat left top;
    text-indent: -9999px;
    width: 60px;
    cursor: pointer;
    border: 0;
    height: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ul.MailListing {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        height: 427px !important;
        overflow: auto;
    }
}

ul.MailListing {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    height: 420px;
    overflow: auto;
}

    ul.MailListing li {
        background: #fff;
        list-style-type: none;
        line-height: 23px;
        padding: 3px 0px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #dadada;
    }

        ul.MailListing li:hover {
            background: #E6E6E6;
            cursor: pointer;
        }

        ul.MailListing li.unread {
            background: #E6E6E6;
        }

            ul.MailListing li.unread:hover {
                background: #868686;
                color: #fff;
                cursor: pointer;
            }


.compare_graph #ContentPlaceHolder1_ContentPlaceHolderBody_divPrev, .compare_graph #ContentPlaceHolder1_ContentPlaceHolderBody_divZ, .compare_graph #ContentPlaceHolder1_ContentPlaceHolderBody_divU {
    border-left: 1px solid #ccc;
    margin: 15px 0px;
}

.compare_graph #ContentPlaceHolder1_ContentPlaceHolderBody_divM {
    margin: 15px 0px;
}

#MessageBody {
    margin: 0px 18px;
}

.DetailsMessageFrom {
    float: left;
}

.DetailsMessagecolon {
    float: left;
}

.DetailsMessageUser {
    float: left;
    width: 200px !important;
}

.right-icons .edit {
    float: left !important;
    margin: 6px 8px 0 0 !important;
}

.right-icons .delete {
    float: left !important;
    margin: 6px 0 0 !important;
}

.upper_text #divcreditrdobtn {
    width: 50%;
    float: left;
    text-align: center;
}

.upper_text #divbankrdobtn {
    width: 50%;
    float: left;
    text-align: center;
}

.popup_area {
    max-width: 56%;
    padding: 0px !important;
}

    .popup_area h1 {
        border-bottom: 2px solid #cecece;
        color: #333333;
        font-size: 123.1%;
        font-weight: bold;
        position: relative;
        margin: 0px;
        padding: 13px 0 13px 15px;
    }

    .popup_area .close_icon {
        margin: 0px;
        position: absolute;
        top: 8px;
        right: 8px;
        display: block;
    }

    .popup_area .upper_text {
        margin: 4px 125px;
        padding: 0px;
        color: #333;
        font-size: 14px;
    }

    .popup_area .popup_area_home {
        width: 90%;
        margin: 2% auto 0px;
        display: block;
        color: #333333;
        font-size: 14px;
    }

        .popup_area .popup_area_home .popup_left_content_area_home {
            width: 36%;
            float: left;
            margin: 0px 0px 10px;
            padding-top: 6px;
        }

        .popup_area .popup_area_home .popup_right_content_area_home {
            width: 64%;
            float: left;
            margin: 0px 0px 10px;
        }

            .popup_area .popup_area_home .popup_right_content_area_home select {
                border: 1px solid #d6d6d6;
                padding: 5px 0;
                width: 87.5%;
            }

            .popup_area .popup_area_home .popup_right_content_area_home input[type="text"] {
                border: 1px solid #d6d6d6;
                outline: medium none;
                padding: 5px;
                width: 87%;
            }

.popup_right_content_area_home input[type="password"] {
    border: 1px solid #d6d6d6;
    outline: medium none;
    padding: 5px !important;
    width: 87%;
}

#change-pwd-divPopup .popup_right_content_area_home input[type="password"], #change-pwd-divPopup .popup_right_content_area_home input[type="text"] {
    width: 94%;
    margin-bottom: 0 !important;
    border-radius: 3px;
}

.popup_area .popup_area_home input[type="checkbox"] {
    background: none repeat scroll 0 0 #f4f4f4;
    border: 1px solid #b9b9b9;
    float: left;
    margin: 4px 2% 0 0;
    outline: medium none;
    transform: scale(1.3);
}

.popup_area .popup_area_home .check {
    margin: 0px;
    padding: 0px;
    font-style: normal;
}

.popup_area .bottom_area_home, .popup_area_new .bottom_area_home {
    border-top: 0px solid #b9b9b9;
    padding: 0px 0px ;
    margin-top: 0px;
    clear: both;
    float: left;
    width: 100%;
}

.modal-content {
    background-clip: padding-box;
    background-color: #f9e9dc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    outline: 0 none;
    position: relative;
}
.modal-body {
    padding: 1px 0px 15px;
    position: relative;
}

.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 1 !important;
    text-shadow: 0 1px 0 #fff;
}

.modal-header {
    background: #f9e9dc;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
    padding: 5px 0px 15px;
    border-radius: 0 !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    margin-bottom: 20px;
}

.modal-content {
    border-radius: 12px !important;
    padding: 45px !important;
}

.modal-header {
    border-bottom: 1px solid #200158 !important;
}
#divAddressPopup_ChangePass .modal-header {
    border-bottom:0px !important; margin-bottom:0px;
}

.modal-header .close {
    opacity: 1 !important;
}

.modal-title, .modal-title-changepwd {
    font-size:32px;
    margin: 0;
    font-weight: bold;
    color: #200158;
    font-family: 'PPFormulaCondensedBlack';
}

.popup_right_content_area_home select {
    width: 28% !important;
}

.electric_vehicle_box {
    width: 80%;
}

    .electric_vehicle_box table {
        width: 100%;
    }

        .electric_vehicle_box table tr td {
            float: left;
            width: 20%;
        }

.power_graph_heading {
    width: 100%;
    display: table;
}

    .power_graph_heading p {
        float: right;
    }

.ShowDetailsDiv {
    border-top: 1px solid #dadada;
    padding: 10px 2%;
    background: #f9f9f9;
    border-bottom: 1px solid #dadada;
    width: 100%;
    margin: 0px 0px 10px;
    display: none;
    float: left;
    word-wrap: break-word;
}

.details_box .register_lnk .like_lnk {
    margin-top: -8px;
    vertical-align: top;
    padding-right: 42px;
    height: 35px;
    padding-bottom: 42px;
}

.details_box .register_lnk .like_lnk_ro {
    margin-top: -8px;
    vertical-align: top;
    padding-right: 42px;
    height: 35px;
    padding-bottom: 42px;
}

@media all and (-ms-high-contrast:none) {
    .details_box .register_lnk .like_lnk_ro, .details_box .register_lnk .like_lnk {
        margin-top: 0px;
    }
}

.like_lnk_ro:before {
    color: #ccc !important;
}

.thermostat_heading_box {
    background: #f0f0f0;
    width: 100%;
    float: left;
    height: 36px;
    line-height: 36px;
    padding-left: 17px;
}

    .thermostat_heading_box span {
        float: left;
        width: 15%;
    }

    .thermostat_heading_box p {
        float: left;
        width: 30%;
    }

    .thermostat_heading_box span select {
        width: 40%;
    }

.current_temperature p {
    float: left;
}

    .current_temperature p select {
        float: left;
        width: 100%;
    }

.current_temperature {
    background: #f0f0f0;
    float: left;
    width: 50%;
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    border-left: 1px solid #fff;
}

.set_temperature {
    border-bottom: 2px solid #f4f4f4;
    height: 76px;
    margin-bottom: 10px;
    padding: 0 0 0 17px;
    width: 100%;
}

    .set_temperature h5 {
        padding-bottom: 5px;
    }

.set_temperature_box1 {
    float: left;
    width: 50%;
}

.set_temperature span {
    float: left;
    padding-right: 4px;
    width: 50px;
}

.system_select_btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    padding: 0 0 9px;
    border-bottom: 2px solid #f4f4f4;
}

    .system_select_btn span {
        padding: 6px 0 0 17px;
        float: left;
    }

    .system_select_btn ul {
        float: left;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .system_select_btn ul li {
            float: left;
            border-bottom: 0px;
            padding-bottom: 0px;
        }

.system_hold_input {
    float: right;
    width: 40%;
}

    .system_hold_input span {
        float: left;
        width: 20%;
        margin-top: 5px;
    }

    .system_hold_input p {
        float: left;
        width: 70%;
    }

.weather_forecast_box {
    clear: both;
    border-top: 2px solid #cacaca;
    padding-left: 17px;
}

    .weather_forecast_box h4 {
        color: #333333;
        font-size: 16px;
        font-weight: bold;
    }

.DayContainer {
    border: thin solid silver;
    float: left;
    margin: 2px 7px 10px;
    padding: 0;
    width: 18%;
    text-align: center;
    background-color: #f7fcf8;
}

.DayHeader {
    background-color: #006699;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 0;
    text-align: center;
    width: 100%;
}

.DateHeader {
    overflow: hidden;
    text-align: center;
    padding: 2px 0px;
    color: Black;
}

.preferences_text {
    width: 19%;
}

.preferences_input {
    width: 52%;
    padding: 4px 10px 0;
}

    .preferences_input input {
        width: 60%;
        padding: 5px 5px;
        border: 1px solid #d6d6d6;
        outline: none;
    }

.system_temperature input[type=radio] {
    margin: 9px 10px;
}

.system_temperature span {
    padding-right: 40px;
}

.smart_plugs {
    margin-top: 10px;
    border-bottom: 0px;
}

a.thermostate {
    color: #94d60a;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 29px 13px 41px;
    transition: all 0.3s ease-in 0.4s;
}

    a.thermostate:hover {
        padding: 11px 37px 13px 55px;
    }

#addthermostat, #deletethermostat, #editthermostat {
    background: #88be1c;
}
.VehicalImage {
    float: left;
    margin: 0px;
    width: 100%;
}

    .VehicalImage img {
        margin: 4px 7px 0;
        max-height: 70px;
        max-width: 28%;
        float: right;
    }

    .VehicalImage .select {
        float: left;
        margin-left: 10px;
        margin-top: 15px;
        width: 56%;
        font-size: 15px;
    }

.VehicalStatus {
    float: left;
    margin: 0px 0;
    width: 100%;
}

.outageType {
    float: left;
}

.GridTableLabel {
    float: left;
    font-size: 15px;
    padding: 8px 10px 8px;
    width: 75%;
    font-weight: normal;
    height: 32px;
    font-family: 'OpenSans-SemiBold';
}

.GridTableData {
    float: left;
    padding: 7px 5px;
    height: 29px;
    width: 25%;
    height: 32px;
    font-size: 16px;
}

.OddColor {
    background: #fff;
}

.EvenColor {
    background: #f4f4f4;
}

.clear_both {
    clear: both;
}

.green_compare {
    bottom: 0;
    float: left;
    margin: 0;
    padding: 5px 0px;
    padding-top: 19px;
    position: absolute;
    width: 20px;
    transition: all 0.3s ease-in 0.3s;
    background-size: 100% auto;
    overflow: hidden;
}

    .green_compare:before {
        content: "\e9c2";
        font-family: scmfonts;
        font-size: 27.5px;
        position: absolute;
        top: -5px;
        left: -4px;
        background: #fff;
        height: 30px;
    }

.gray_compare {
    bottom: 0;
    float: left;
    margin: 0;
    padding: 5px 0px;
    padding-top: 19px;
    position: absolute;
    width: 20px;
    transition: all 0.3s ease-in-out !important;
    background-size: 100% auto;
    overflow: hidden;
}

    .gray_compare:before {
        content: "\e9c2";
        font-family: scmfonts;
        font-size: 27.5px;
        position: absolute;
        top: -5px;
        left: -4px;
        background: #fff;
        height: 30px;
    }

.compare_margin {
    margin: 0;
    right: 0;
}

.compare_section {
    height: 64%;
    margin: 0 auto;
    position: absolute;
    width: 30%;
    bottom: 1px;
    left: 0;
    right: 0;
}

.gas-area canvas {
    display: block;
}

.power-plan-selector span {
    display: inline-block;
    padding-top: 5px;
}

#outage_Text_canvas {
    font-size: 11px;
    line-height: 16px;
    padding: 4px 6px;
}

    #outage_Text_canvas .blue {
        font-size: 14px;
        font-weight: normal;
        font-family: 'OpenSans-SemiBold';
        padding: 4px 0px;
        color: #656565 !important;
    }

    #outage_Text_canvas strong {
        color: #006699;
        font-size: 15px;
        padding-right: 5px;
        font-weight: normal;
        font-family: BarlowRegular;
    }
.EfficiencyRankContainer {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #dadada;
    float: left;
    margin: 10px 3%;
    padding: 0;
    width: 94%;
}

.EfficiencyRankTitle {
    border-right: 1px solid #dadada;
    float: left;
    font-weight: bold;
    padding: 6px 10px;
    width: 30%;
}

.EfficiencyRank {
    border-right: 1px solid #dadada;
    float: left;
    font-size: 20px;
    padding-bottom: 3px;
    padding-left: 13px;
    width: 10%;
}

.EfficiencyRankDetails {
    border-right: 1px solid #dadada;
    float: left;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-top: 6px;
    width: 20%;
}

.EfficiencyRankBottom {
    float: left;
    padding: 7px 10px;
    width: 23%;
}

.time {
    width: 57% !important;
}

.Quiet_Hours_from {
    width: 33%;
    float: left;
}

    .Quiet_Hours_to .schedule_time, .Quiet_Hours_from .schedule_time {
        margin-left: 10px;
        float: right;
        width: 86%;
    }

    .Quiet_Hours_from i, .Quiet_Hours_to i {
        font-style: normal;
        padding-top: 6px;
        display: inline-block;
    }

    .Quiet_Hours_from select {
        width: 19% !important;
        float: left;
        margin: 0px 0px 0px 6px !important;
    }

.Quiet_Hours_to {
    width: 33%;
    float: left;
}

    .Quiet_Hours_to select {
        width: 19% !important;
        float: left;
        margin: 0px 0px 0px 6px !important;
    }
.smart_icons_dash {
    display: block;
    float: left;
    margin: -2px 0 0;
    padding-right: 8px;
}
.card_type_img_popup {
    margin-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    width: 86%;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .card_type_img_popup {
        width: 86%;
    }

    input[disabled] {
        -webkit-text-fill-color: #424242;
        -webkit-opacity: 1;
    }

    a#BtnRecharge.pay_now.re_txt1 {
        margin-left: 80%;
        float: left;
    }

    .energy_mid_box.without_sidebar {
        padding-bottom: 2px;
    }

    .inner_mid_section {
        height: 80%;
    }


    .right_content_box ul li a[type="G"] {
        margin: 12px 0 7px 0px !important;
    }

    .right_content_box ul li a[type="W"], .right_content_box ul li a[mode="K"] {
        margin: 12px 0 7px -14px !important;
    }

    .right_content_box ul li a[type="K"], .right_content_box ul li a[mode="K"] {
        margin: 12px 0 7px -14px !important;
    }

    .top_section_right {
        width: 55% !important;
    }

    .top_section_left {
        height: 100% !important;
    }

    .top_section_right img {
        height: 110%;
        width: 100%;
    }

    .banner_left_img img {
        max-width: 100%;
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-top: 18px;
    }

    .compare_section {
        height: 58%;
    }

    .compare-area strong {
        margin: 19px 0 0;
    }

    .compare_select_1 {
        top: 42px !important;
    }

    .compare_select_1 {
        width: 99% !important;
    }

    span#divCalender {
        float: left;
        clear: both;
    }

    .power_graph_heading {
        width: 34% !important;
    }

    .power_graph_heading_solar {
        width: 64% !important;
    }

    span.cal {
        clear: none !important;
        float: right !important;
    }

    .program_details_lnk {
        float: left;
        width: 100%;
    }
    .customer-details ul li {
        padding: 0px 0px 0px 7px !important;
    }
    .smart_time_box input[type="text"], .smart_time_box_second input[type="text"] {
        width: 94% !important;
        padding: 5px 8px;
    }
}

.smart_dish_box .ui-timepicker-table td a {
    width: auto !important;
    padding: 1px !important;
}

#ContentPlaceHolder1_UsageDivHide {
    display: none !important;
}

#lblDueDate {
    display: inline;
}

.PinLabel {
    position: absolute;
    top: 23px;
    left: 23px;
    color: #000;
    display: block;
    width: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

.LeftPanel .MessageContainerActive, .LeftPanel .MessageContainer:hover {
    background: #f2d4ff;
    border-bottom: 1px solid #f5f5f5;
    color: #666;
    cursor: pointer;
    padding: 15px;
}

.MessageContainer, .MessageContainerActive {
    line-height: 18px;
    position: relative;
}

    .MessageContainer .blue {
        font-weight: bold;
    }
    .MessageContainer .red {
        color: #fe0000 !important;
    }
.LeftPanel .MessageContainer {
    border-bottom: solid 1px #471890;
    padding: 15px;
}

.MessageContainer table td, th {
    vertical-align: top;
    font-size: 15px;
    padding: 2px 0;
}

@media (min-width:768px) and (max-width:991px) {
    footer .footer-logo {
        margin: 0 !important;
    }

    footer .copy-right {
        text-align: center !important;
        margin: 2px 0px 0px;
    }

    .iphone.iphone_contact {
        text-align: center !important;
    }

    .term_condi_box {
        margin-bottom: -3px !important;
        padding-top: 2px !important;
        text-align: center !important;
    }

    footer .footer-logo.footer-logo {
        width: 100%;
        text-align: center !important;
    }

    #showdetails_effi > .modal-dialog {
        width: 90% !important;
    }

    #showdetails_effi .modal-content {
        width: 100% !important;
    }

    .about_my_home_inner .name-feild {
        padding-right: 15px;
        width: 46% !important;
    }

    .power_graph_heading.power_graph_spanish {
        width: 40% !important;
        margin-left: 0 !important;
    }

    .right_content_box ul li a[type="G"] {
        margin: 12px -3px 7px 0 !important;
    }

    .profile-details table#EbillBtn td, .profile-details table#EbillBtn th {
        padding: 0 !important;
    }

    .radio-button-box-mob {
        width: 75% !important;
    }
    div.nav_left ul li{
        width:auto !important;
    }
    div.nav_left ul li a {
        padding-left: 30px !important;
        padding-right: 30px !important;
        font-size: 14px !important;
    }
    .energy_mid_box .right_content_box {
        height: 99% !important;
    }

    .top_conte_box_mob {
        height: 92% !important;
    }

    .profile_img {
        width: 14% !important;
    }

    .details_box {
        width: 86% !important;
    }

    .profile_img span {
        padding-right: 0px;
    }

    .register_lnk {
        width: 20%;
        padding-left: 0px;
    }

    .details_box .register_lnk ul {
        float: left;
        padding-top: 0px;
    }

        .details_box .register_lnk ul li:first-child {
            padding-left: 0px;
        }

    .current_area ul li {
        min-height: 65px;
    }

        .current_area ul li span {
            font-size: 20px;
        }

        .current_area ul li i {
            font-size: 12px;
        }
}

.gray-box {
    background: #f4f4f4;
    padding: 0.9% 0 0.6% 2.8%;
}

@media only screen and (max-width: 767px) {
    .popup_right_content_area_home select#ddlMonth, .popup_right_content_area_home select#ddlYear {
        width: 26.3% !important;
    }

    .modal-open .modal {
        z-index: 999999999999;
    }

    .modal-open #divPopup {
        z-index: 9999999;
    }

    .modal-open #login_box, .modal-open #select_device {
        z-index: 9999999;
    }

    .water_score_new_gallon {
        float: left;
        width: 100%;
        margin-top: -10px !important;
    }

        .water_score_new_gallon > ul > li {
            margin: 0 !important;
            padding: 2px 10px !important;
            width: 98% !important;
        }

    html, body form {
        height: 94.5% !important;
    }

    .top_conte_box_mob {
        height: 92% !important;
    }

    .mid-container {
        margin: 20px auto 20px;
    }

    .mid-container {
        padding-bottom: 10px !important;
    }

    footer > .container .iphone.iphone_contact, footer > .container .copy-right {
        margin: 3px 0 0 !important;
        text-align: center !important;
        white-space: normal;
    }

    footer .container .term_condi_box {
        margin: 3px 0 0 0;
        padding: 0;
    }

    footer .footer-logo {
        margin: 0px 0px 4px 0 !important;
        text-align: center;
        float: none;
    }

    .modal-dialog {
        width: 90% !important;
    }
    #accountdetails .profile-details input[type="text"], input[type="password"], textarea {
        width: 75%;
    }
    .navbar-header {
        background: none;
    }

    .logo {
        float: left;
    }

    .header-top {
        padding: 0px;
    }
    .mobile_padding {
        padding: 0px;
        margin: 0px 0px 0px -1px;
    }

    .cover_right_top_area {
        width: 100% !important;
        border-top: 2px solid #f4f4f4;
        margin-top: 5px;
    }

        .cover_right_top_area .gis-footprint-area {
            float: left !important;
            width: 100%;
            position: relative;
        }

        .cover_right_top_area .search-area input[type="text"], input[type="password"], textarea {
            width: 94% !important;
        }

    .gis-footprint-area ul li {
        padding: 8px 2px 5px !important;
    }

        .gis-footprint-area ul li:last-child {
            position: absolute;
            right: 5px;
            top: -43px;
        }

    .left_charging_map {
        width: 60% !important;
        min-height: 400px;
    }

    #paymentlocationprelogin_map_canvas {
        min-height: 400px;
    }

    .right_charging_map {
        width: 40% !important;
    }

    .gis-footprint-area {
        float: left;
    }

    .cover_top_area h1 {
        width: 177px;
    }    

    .sidebar_toggle.sidebar_toggleEfficiency {
        display: block !important;
    }
    .sidebar_toggle {
        display: none !important;
        cursor: pointer;
        color: #fff;
        line-height: 30px;
        padding: 0px 0px 0px 15px;
        position:relative;
    }
    .energy_mid_box div.sidebar_toggle:before {
        content: "\F35C";
        display: block !important;
        font-family: "Material Design Icons";
        position: absolute;
        right: 10px;
        font-size: 23px;
    }
 
    .back_notification_btn {
        width: 53% !important;
    }

    .select_chech-box {
        padding-left: 0px;
    }

    .customer-details {
        display: table;
    }

    .current_area ul li {
        overflow: visible;
    }

        .current_area ul li span {
            font-size: 17px;
            line-height: 15px;
        }

        .current_area ul li i {
            font-size: 12px;
            line-height: 12px;
            display: inline-block;
        }

    .buttons_area {
        margin: 0 0 0 0;
    }

    .customer-details ul li {
        padding: 0 0 0 10px;
    }

    .energy_mid_box {
        padding-bottom: 0px;
    }

    .search-area input[type="text"], input[type="password"], textarea {
        width: 94%;
    }

    input[type="text"], input[type="password"], textarea {
        width: 94%;
    }

    .customer_txt_name .topic_box select {
        width: 94.2% !important;
    }

    .TableCellHeaderSearch input[type="text"], input[type="password"], textarea {
        width: 94%;
    }

    .white_div .left-area-tabular, .gray_div .left-area-tabular {
        width: 60%;
    }

    .white_div .right-area-tabular, .gray_div .right-area-tabular {
        width: 35%;
    }

    .Left_Bill_area {
        padding-bottom: 10px !important;
    }

    .dish_washer_heading img {
        width: 34px;
        margin-right: 6px;
        float: left;
        padding: 0 0 10px 2px;
    }

    .dish_washer_heading p {
        font-size: 94.7%;
        padding: 10px 0 0;
    }
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    margin: 1px !important;
    padding: 0 !important;
    font-size: 12px;
    color: #666666 !important;
    font-weight: normal !important;
    text-align: center !important;
}

.ui-widget-header {
    border: 1px solid #fff !important;
    background: #fff;
}
.ui-dialog .ui-dialog-title {
    color: #222;
    font-family: 'OpenSans-SemiBold';
    font-size: 22px;
    min-height: 29px;
    padding-top: 5px;
}

.banner_left_img img {
    padding-left: 0;
    max-width: 94%;
    width: 94%;
    border-radius: 0px !important;
    word-break: break-word;
    margin: 0 auto;
    display: block;
}

.discription_pro {
    color: #555555;
    font-size: 16px;
    max-height: 294px;
    line-height: 23px;
    margin: 10px 7px 0 2px;
    overflow: auto;
    padding: 1px 16px 36px;
    text-align: justify;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown-menu .arrow_bdr {
        right: 8px !important;
    }
    .discription_pro {
        height: auto !important;
    }
    .name-feild {
        width: 25%;
    }

    .banner_left_img img {
        padding-left: 8px;
        padding-right: 8px;
    }
}

input, button, select, textarea {
    line-height: normal;
}

.banner_left_box .carousel-control {
    opacity: 0 !important;
}

    .banner_left_box .carousel-control:hover, .carousel-control:focus {
        opacity: .9 !important;
    }

    .banner_left_box .carousel-control.right {
        background: url('../images/arrow_right_img.png') no-repeat center 50%;
    }

    .banner_left_box .carousel-control.left {
        background: url('../images/arrow_left_img.png') no-repeat center 50%;
    }

@media (max-width: 991px) {
    .padding_L {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media only screen and (min-width: 991px) and (max-width:1024px) {
    .right-dolar-top-area #ddlMultiMeterWater, .right-dolar-top-area #ddlMultiMeter {
        font-size: 9px;
        width: 50px;
    }

    .current_area ul li span {
        font-size: 24px;
    }

    .efficiency_area ul li .content_energy_area h1 {
        white-space: nowrap !important;
        width: auto !important;
        margin-top: 14px !important;
        line-height: 20px;
    }

    .show_hide_details {
        display: table;
    }

        .show_hide_details a {
            float: left;
        }

    .my_account_table .profile-details table td {
        padding: 7px 3px;
    }

    .my_account_table .profile-details input {
        margin-right: 4px !important;
        float: left;
        margin-top: 0px;
    }

    @media all and (-ms-high-contrast:none) {
        .details_box .register_lnk ul li {
            padding: 0 0 0 0 !important;
        }
    }

    .current_area ul li:first-child {
        padding-left: 11px;
    }
}

@media all and (-ms-high-contrast:none) {
    .details_box .register_lnk {
        padding-top: 5px !important;
    }

        .details_box .register_lnk ul li:first-child {
            background: none !important;
        }
}

.compare_bill_box {
    display: table;
}

    .compare_bill_box ul li {
        width: 33.33%;
        padding-left: 2%;
    }

.banner_left_img .padding_banner {
    padding-top: 5px;
}
.banner_left_img embed {
    width: 198px !important;
}

@media (min-width:768px) and (max-width:991px) {

    .details_box .register_lnk {
        padding-bottom: 2px !important;
    }
}

.right_content_box ul li a[type="G"] {
    display: block;
    margin: 12px 8px 7px 25px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a.active[type="G"] {
    display: block;
    width: 32px;
    height: 31px;
}

.setting_save_box {
    width: 100%;
    border-top: 0px solid #ccc;
    background: #fff;
    padding: 0;
    float: left;
}

    .setting_save_box .buttons_area {
        padding: 0% 0 0%;
        border-bottom: 0px;
    }

        .setting_save_box .buttons_area .submit-button {
            margin-top: 0px !important;
            margin-bottom: 0px !important;
        }

.compare_graph #chartDiv.budget_chart {
    height: 390px !important;
}

@media (min-width:1500px) and (max-width:3424px) {
    html, body form {
        height: 100%;
    }

    .compare_graph > #chart#chart {
        height: 550px !important;
    }

    .compare_graph #chartDiv.budget_chart {
        height: 500px !important;
    }

    .setting_save_box {
        padding-top: 15px;
    }

    .energy_mid_box .right_content_box {
        height: 99% !important;
    }

    .inner_mid_section {
        height: 85%;
    }

    .top_conte_box_mob {
        height: 90.4% !important;
    }

    .setting_save_box .customer-details.view_bill ul {
        padding-top: 5px;
    }

    .setting_save_box .connect_email_box {
        margin-top: 15px !important;
        padding-top: 12px !important;
    }

    .without_sidebar {
        height: 91% !important;
    }
}

.red_calculator_tbl table {
    width: 100%;
    border: 1px solid#ccc;
}

    .red_calculator_tbl table tr:nth-child(2n+3) {
        background: #f4f4f4;
    }

    .red_calculator_tbl table tr th {
        background: #B8B8B8;
        color: #fff;
        font-weight: bold;
    }

    .red_calculator_tbl table tr td, .red_calculator_tbl table tr th {
        padding: 10px 20px;
        border-left: 1px solid#ccc;
        width: 25%;
    }

.nav_left ul li.marketing_pref a {
    background-size: 20px;
}

    .nav_left ul li.marketing_pref a:hover, .nav_left ul li.marketing_pref.active a {
        background-size: 20px;
    }

#divchangepassword {
    height: 200px;
    width: 370px;
    display: block;
    align-content: center;
    position: absolute;
    visibility: visible;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    background: #fff;
    right: 0;
    bottom: 0;
    margin: auto;
}

#page_loader {
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .7;
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
}

.spinner {
    margin: auto;
    width: 70px;
    text-align: center;
    position: absolute;
    z-index: 999999999 !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 24px;
}

    .spinner > .bounceloader {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.currency ul li a[mode="MI"] {
    display: block;
    height: 32px;
    margin: 10px 8px 7px 0px;
    text-indent: -3px !important;
}

.currency ul li a.active[mode="MI"] {
    display: block;
    text-indent: -3px !important;
}

.table_dr_pro_1 {
    font-size: 21px;
    color: #E27E3A;
    text-align: center;
    position: relative;
    height: 90%;
    margin: auto;
    top: 40%;
    left: 0;
    right: 0;
    height: 30px;
}

.show_details_right ul li {
    height: auto;
}

@media (min-width:768px) and (max-width:991px) {
    .div_disclaimer {
        width: 71%;
    }

    #ddlAddress.addressDropdown {
        width: 120px !important;
    }
}

.average_usage_header span {
    display: inline-block !important;
    width: auto !important;
}

.average_usage_header img {
    padding-left: 12px;
    margin-top: -10px;
}

.modal {
    text-align: center;
}

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.energy_mid_box .right_content_box {
    float: left;
    height: 97% !important;
    padding-bottom: 0;
    width: 75%;
}

.img_area .img img {
    max-width: 100%;
    width: auto;
    height: 160px;
}

.img_area .img {
    border: 1px solid #ccc;
    float: left;
    overflow: hidden;
    padding: 2px;
    width: 426px;
    text-align: center;
}

.right_efficency {
    background: #f4f4f4 none repeat scroll 0 0;
    float: left;
    margin: 10px 16px 0;
    padding: 7px;
    width: 94.8%;
}

    .right_efficency ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .right_efficency ul li {
            margin: 0;
            padding: 0px 5px;
            float: left;
        }

            .right_efficency ul li:first-child {
                padding-left: 0;
            }

            .right_efficency ul li b {
                font-weight: bold;
                padding-right: 6px;
            }

            .right_efficency ul li span {
                font-weight: normal;
            }

            .right_efficency ul li:first-child {
                padding-top: 0;
            }

.img_area {
    padding: 8px 16px 0;
}

.efficiency_area {
    margin: 0 auto;
    padding: 0;
    width: 99%;
}

    .efficiency_area ul {
        margin: 0px 0px 0px 0%;
        list-style: none;
        padding: 0;
    }

        .efficiency_area ul li {
            background: #fff none repeat scroll 0 0;
            box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
            float: left;
            height: 320px;
            padding: 0;
            position: relative;
            border: 1px solid #ececec;
            width: 32.33%;
            margin: 10px .5%;
        }

@media all and (-ms-high-contrast:none) {
    input[type="checkbox"] {
        border: 0 !important;
        background: none !important;
        width: auto !important;
    }
}

.efficiency_area ul li .top_div_img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 115px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    float: left;
}

    .efficiency_area ul li .top_div_img img {
        max-width: 100%;
        height: 114px !important;
        width: auto;
    }

.efficiency_area ul li .content_energy_area {
    margin: 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: 203px;
    float: left;
}

@media all and (-ms-high-contrast:none) {
    .efficiency_area ul li .content_energy_area {
        margin-top: 50px;
    }

    .energy_mid_box .right_content_box {
        height: 100% !important;
    }

    .foo {
        color: green;
    }

    *::-ms-backdrop, .efficiency_area ul li .content_energy_area {
        margin-top: 0px;
    }
}

#showdetails_effi .modal-body {
    padding: 1px 0 2px !important;
    position: relative;
}

.efficiency_area ul li .content_energy_area h1 {
    border: 0;
    color: #237CA9;
    font-size: 17px;
    font-weight: normal;
    margin: 0 12px 10px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 260px;
    line-height: normal;
}

.textDesc span#desctext {
    font-size: 14px;
}

.efficiency_area ul li .content_energy_area h2 {
    margin: 0px 0px 4px;
    padding: 0;
    color: #56565a;
    font-size: 14px;
    font-weight: normal;
}

.efficiency_area ul li .content_energy_area p {
    margin: 0;
    padding: 0px 11px;
    color: #555555;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    position: relative;
}

.efficiency_area ul li .content_energy_area.content_energy_area p a {
    border: 0px !important;
    padding-left: 0px !important;
}

.efficiency_area ul li .content_energy_area p a:hover {
    text-decoration: none;
}

.efficiency_area ul li .content_energy_area p a:after {
    font-family: 'FontAwesome';
    font-size: 13px;
    position: absolute;
    font-weight: normal;
    left: 90px;
    width: 20px;
    height: 20px;
    font-weight: normal;
    border: 1px solid #43a7d8 !important;
    border-radius: 50%;
    padding: 0px 0 0 2px;
    margin: 0px 0 0 0;
    text-align: center;
    color: #43a7d8 !important;
    vertical-align: middle;
}

.efficiency_area ul li .content_energy_area .like_area {
    float: left;
    margin: 3px 0px 7px;
    padding: 0;
    width: 100%;
}

    .efficiency_area ul li .content_energy_area .like_area img {
        text-align: left;
    }

.efficiency_area ul li .content_energy_area .added_vote_area {
    margin: 0;
    padding: 0;
    float: left;
}

    .efficiency_area ul li .content_energy_area .added_vote_area ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }

        .efficiency_area ul li .content_energy_area .added_vote_area ul li:first-child {
            border: 0;
            padding-left: 0;
        }

        .efficiency_area ul li .content_energy_area .added_vote_area ul li {
            float: left;           
            height: auto;
            width: auto;
            box-shadow: none;
            font-weight: normal;
            border-bottom: 0;
            border-left: 0px solid #666666;
            border-top: 0;
            background: none;
            border-right: 0;
        }
.register a {
    margin: 0;
    padding: 5px 7px 4px;
    border-radius: 0px;
    text-decoration: none !important;
    color: #fff !important;
    float: right;
    display: block;
    background: #43a7d8;
    text-transform: capitalize;
    font-size: 14px;
    outline: none;
}

    .register a.btn-disable {
        padding: 5px 4px 4px;
    }

    .register a:hover {
        background: #7c7c7c;
    }

.bottom_efficiency {
    width: 100%;
    float: left;
    margin-bottom: 0;
    background: #f5f5f5;
}

#change-pwd-divPopup .strengthdiv {
    margin-bottom: -20px;
}

.calenar_sec_wrap {
    width: 59% !important;
}

    .calenar_sec_wrap > label.lbl_txt_clndr {
        margin-left: 10px !important;
    }

    .calenar_sec_wrap > input {
        max-width: 160px !important;
    }

@media (min-width:993px) and (max-width:1024px) {
    ul.MailListing {
        height: 545px;
    }

    .register a {
        background: #88be1c none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        display: block;
        float: right;
        font-size: 11px;
        margin-right: 0px;
        margin-top: 6px;
        outline: medium none;
        padding: 5px 6px 4px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .efficiency_area ul li .content_energy_area .added_vote_area ul li {
        border-bottom: 0 none;
        border-left: 1px solid #666666;
        box-shadow: none;
        float: left;
        font-size: 11px;
        font-weight: bold;
        height: auto;
        line-height: 7px;
        margin: 6px 0 0;
        padding: 5px 4px;
        width: auto;
    }  
    .iphone.iphone_contact {
        padding-left: 60px !important;
        white-space: nowrap;
    }
}


.nav_left ul li.icon_colling a {
    background-size: 19px 20px !important;
}

    .nav_left ul li.icon_colling a:hover, .nav_left ul li.icon_colling.active a {
        background-size: 19px 20px !important;
    }

.nav_left ul li.icon_home_ofc a {
    background-size: 21px 21px !important;
}

    .nav_left ul li.icon_home_ofc a:hover, .nav_left ul li.icon_home_ofc.active a {
        background-size: 21px 21px !important;
    }


.kitchen_right_box {
    height: 97% !important;
}

.shopping_main_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shopping_main_box {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .shopping_main_box ul li {
        margin: 20px 0 0 22px;
        padding: 0;
        float: left;
        background: #fff;
        width: 30%;
        height: 335px;
        display: block;
        border: 1px solid #e2e2e2;
        box-shadow: 0 0 6px #ccc;
    }

.off_right_box {
    background: url(../images/pro_off_img.png) no-repeat right top;
    width: 100%;
    text-align: right;
    float: right;
    height: 28px;
}

    .off_right_box span {
        width: 82px;
        text-align: left;
        float: right;
        line-height: 28px;
        color: #fff;
        background: #19699c;
    }

.product_img_box {
    border-bottom: 1px solid #ededed;
    float: left;
    width: 100%;
    text-align: center;
}

    .product_img_box img {
        text-align: center;
        height: 137px;
        margin: 15px 0;
        max-width: 100%;
        word-wrap: break-word;
    }

.pro_details {
    padding: 10px 10px 4px;
    width: 100%;
    float: left;
    color: #57565b;
    font-size: 15px;
    position: relative;
}

    .pro_details b {
        font-size: 24px;
    }

.star_rating_box2 {
    padding-left: 10px;
}

    .star_rating_box2 img {
        width: 26px;
    }

.prod_list {
    padding: 10px;
    border-bottom: 1px solid #EDEDED;
}

.name_listing {
    padding: 3px 0px;
}

    .name_listing input[type="checkbox"] {
        position: relative;
        top: 2px;
    }

    .name_listing span {
        font-size: 14px;
    }

    .name_listing b {
        font-size: 18px;
        display: block;
        padding: 15px 0 0px 31px;
        font-weight: normal;
    }

.star_right_img {
    position: absolute;
    right: 5px;
    top: 5px;
}

ul, ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
  
    margin: 0 auto;
    pointer-events: all;
    float:left;
}

#select_device .modal-content {
    width: 100%;
    height: 100%;
}

.cross {
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 31px;
    text-align: right;
    width: 31px;
}

.header-modal {
    float: left;
    text-align: right;
    width: 100%;
}

.popup-body {
    float: left;
    width: 100%;
}

.right-column-section-area {
}

.wrapper-mains {
    float: left;
    width: 100%;
}

.wrapper-mains-left {
    float: left;
    width: 40%;
    padding: 0px 40px;
}

.wrapper-mains-right {
    float: left;
    width: 60%;
    padding: 0px 10px;
}

.left-ar {
    float: left;
    width: 35%;
}

    .left-ar > h1 {
        color: #666;
        font-family: helvetica;
        font-size: 28px;
        font-weight: bold;
        margin: 0;
    }

    .left-ar > h3 {
        color: #888;
        font-family: helvetica;
        font-size: 15px;
        font-weight: bold;
        margin: 0;
    }

.right-ar {
    float: right;
    width: 57%;
}

.rebates-prices {
    background: rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 40px;
    position: relative;
    width: 49%;
}

    .rebates-prices > span {
        bottom: 0;
        color: #fff;
        font-size: 18px;
        left: 30px;
        position: absolute;
        top: 8px;
    }

.right-ar .exclusive {
    color: #888;
    display: block;
    float: left;
    position: relative;
    width: 43%;
    font-size: 12px;
}

    .right-ar .exclusive::after {
        background: rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        height: 24px;
        position: absolute;
        right: -18px;
        top: 0;
        width: 25px;
    }

.wrapper-sector {
    float: left;
    padding: 0 0 10px;
    width: 100%;
}

.btn-purchase {
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 7px 25px;
    border-radius: 3px;
}

    .btn-purchase:active, .btn-purchase:hover, .btn-purchase:focus {
        color: #fff;
        font-size: 18px;
        padding: 7px 25px;
        border-radius: 3px;
    }

.text-formatter {
    display: block;
    color: #888;
    font-size: 11px;
    margin: 5px 0;
}

.main-formatter {
    color: #666666;
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 0;
}

.rating-star {
    float: left;
    padding: 5px 0;
}

    .rating-star > li {
        float: left;
        height: 26px;
        width: 28px;
    }

.rating-text {
    color: #888;
    line-height: 35px;
    margin: 0 8px;
}

.left-details {
    float: left;
    width: 70%;
    font-size: 15px;
}

    .left-details > p {
        margin: 0;
        color: #666666;
    }

    .left-details > a {
        font-size: 15px;
        text-decoration: underline;
        position: relative;
    }

    .left-details > h5 {
        color: #666666;
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
        margin: 0;
    }

.right-details {
    float: left;
    width: 30%;
}

#changePwdPopup #pwdError {
    float: left;
    margin: -27px 13% 10px;
    line-height: 22px;
    position: relative;
    width: auto;
}

.customer-details.view_bill {
    width: 12% !important;
    white-space: nowrap;
}

#disclaimer {
    float: left;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 24px !important;
}
@media (min-width:1026px) {
    .alert_pop {
        display: none !important;
    }
}
@media (min-width:1700px) and (max-width:2100px) {
    .energy_mid_box .nav_left {
        width: 20%;
    }

    .energy_mid_box .right_content_box {
        width: 80%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .efficiency_area > ul > li {
        width: 43.2% !important;
    }

    #changePwdPopup #pwdError {
        margin: -45px -5% 10px !important;
    }
}


.div_disclaimer {
    display: block;
    float: left;
    padding: 10px 15px 0px;
}

.no_img_css {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.modal-header > button {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-header > .closepopup {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 1 !important;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
}

@media only screen and (min-width:300px) and (max-width:767px) {    
    .modal-content, #divPopup .modal-content {
        padding: 20px !important;
    }
    #divPopup .modal-body {
        padding-bottom: 0px;
    }
    .energy_mid_box .nav_left {
        position: absolute;
        z-index: 99999;
        background: #fff;
    }
        .energy_mid_box .nav_left ul {
            flex-direction: row;
            margin: 0;
            border-top: 0px solid #B4B4B4;
            border-bottom: 0px solid #B4B4B4;
            display: inline-flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            width: 100%;
            float: left;
            text-align: left;
        }
    .energy_mid_box .nav_left ul li {
        width: 100% !important;
    }
        .energy_mid_box .nav_left ul li a {
            padding: 10px 20px !important;
        }

    ul li.efficency a {
        outline: none !important;
    }
    .logo_universal {
        display: block !important;
    }

    .modal .modal-dialog {
        max-width: 100% !important;
    }

    .modal .modal-content {
        width: 100% !important;
    }

    .entr_pay_sec {
        font-size: 12px !important;
    }   

    .entr_pay_sec .entr_left_sec, .entr_pay_sec .entr_right_sec,
    .entr_pay_method .entr_box_comm_right, .entr_pay_method .entr_box_comm_left {
        width: 100% !important;
    }

    .entr_pay_method .entr_box_comm_right, .entr_pay_method .entr_box_comm_left {
        margin-bottom: 5px;
    }

    .entr_pay_method {
        margin-bottom: 0;
        border-bottom: 0px solid #e4e4e4;
    }

    .tras_txt, .addnew_pay_method {
        padding: 5px 5px !important;
    }

    .entr_pay_sec input[type="radio"] {
        margin-right: -1px !important;
    }

    #PopUpField .full_width_input_sec {
        width: 93% !important;
        float: left;
        margin: 0px 0px 0;
        padding-left: 7px !important;
    }

    .nav_left ul li:before {
        bottom: 0px;
    }

    .nav_left ul {
        border-top: 1px solid #fff;
    }

    .shopping_main_box > ul {
        float: left;
        width: 100%;
        padding: 0px 15px;
    }

        .shopping_main_box > ul > li {
            width: 100% !important;
            margin: 10px 0;
        }

    .multiselect.dropdown-toggle > .multiselect-selected-text {
        float: left;
        width: 90%;
        overflow: hidden;
    }

    .logo_large {
        margin-left: 0px !important;
    }

    .div_disclaimer.div_disclaimer, #div_disclaimer, #disclaimer, #disclaimerMoveIn {
        border-bottom: 1px solid #ccc;
        float: left;
        margin-bottom: 15px;
        padding: 0 0 15px 0;
        width: 100%;
        font-size: 14px;
        line-height: 22px !important;
    }
    .wrapper_dd, .dropdown dd ul {
        width: 100% !important;
    }

    #div_disclaimer, #disclaimer {
        margin-top: 0px;
        padding: 1px 10px !important;
        width: 100% !important;
    }

    .customer-details.view_bill {
        padding-top: 0 !important;
    }

    .inner_mid_section {
        margin-top: 15px;
    }

    .type_of_wash_temp{
        width: 76% !important;
    }
    .smart_time_box input[type="text"], .smart_time_box_second input[type="text"] {
        font-size: 11px;
    }

    #showdetails_effi .modal-header .modal-title {
        line-height: 28px;
        min-height: 27px;
    }

    #showdetails_effi .modal-header .close {
        margin-top: 1px;
    }

    .sec_ques_box input, .sec_ques_box select {
        margin-left: 0 !important;
        width: 95% !important;
    }

    .modal-header > button {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
    }

    .modal-header > .closepopup {
        color: #000;
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        opacity: 1 !important;
        text-shadow: 0 1px 0 #fff;
    }

    .modal-header > button {
        margin-top: -1px;
    }

    #nofile {
        top: 6px !important;
    }

    .back_notification_btn > div:nth-child(1) {
        width: 40px !important;
    }

    .back_notification_btn > .InboxIcons {
        margin: 0px;
        padding: 0;
    }

    .service_text > p, .service_fill_box > p {
        font-size: 11px;
        margin: 0;
        padding: 10px 0 0;
    }

        .service_fill_box > p > input[type="text"], .service_fill_box > p.reason_select > select, .service_fill_box > select {
            width: 88% !important;
        }

    .energy_mid_box .right_content_box {
        height: auto;
        width: 100%;
    }

    .efficiency_area > ul > li {
        width: auto !important;
    }

    .EfficiencyRankBottom {
        float: left;
        padding: 7px 10px;
        width: 25%;
        height: 70px;
    }

    .EfficiencyRankDetails {
        border-right: 1px solid #dadada;
        float: left;
        height: 70px;
        padding-bottom: 7px;
        padding-left: 10px;
        padding-top: 6px;
        width: 30%;
    }

    .EfficiencyRank {
        border-right: 1px solid #dadada;
        float: left;
        font-size: 20px;
        height: 70px;
        padding-bottom: 3px;
        padding-left: 13px;
        width: 15%;
    }

    .EfficiencyRankTitle {
        border-right: 1px solid #dadada;
        float: left;
        font-weight: bold;
        height: 70px;
        padding: 5px 10px;
        width: 30%;
    }

    footer {
        position: relative;
        padding: 0;
    }

    input, button, select, textarea {
        line-height: inherit;
    }

    .VehicalImage > select.select {
        margin-left: 15px;
    }

    .set_bill_noti a {
        font-size: 12px !important;
    }

    .set_bill_noti .icon_bell_icon {
        padding: 3px 3px 6px !important;
    }
}

.mng_acc_sele {
    width: 100%;
    float: left;
    font-size: 17px;
    margin-bottom: 10px;
    background: #f5f5f5;
    padding-left: 0;
    font-weight: bold;
    line-height: 42px;
    border-bottom: 1px solid #bbb;
    color: #333333;
}

table.marketing_tbl {
    width: 100%;
}

.prefence_data_area {
    font-size: 1.16em;
}


    .prefence_data_area > p {
        padding: 0px 15px;
    }

table.marketing_tbl tr:nth-child(2n+1) {
    background: #f2f9fd;
}

table.marketing_tbl tr td {
    padding: 0 20px;
}

p > span.newbutton {
    float: left !important;
    font-size: 16px;
    line-height: 23px;
    padding: 3px 11px !important;
    background: #88be1c none repeat scroll 0 0 !important;
    margin-right: 10px;
    color: #fff;
}

p > span.newbutton_outer {
    float: left !important;
    font-size: 14px;
    width: 132px;
    line-height: 23px;
    padding: 6px 11px !important;
    margin-top: -6px;
    color: #fff !important;
    position: relative;
    z-index: 99;
    font-family: 'OpenSans-Bold' !important;text-align:center;
}
.target_goal_text {
    float: left;
    width: 100%;
    text-align: center;
}

    .target_goal_text > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: auto !important;
    }

        .target_goal_text > ul > li {
            display: inline-block !important;
            width: auto;
            border: 0px !important;
            margin: 5px 30px 21px 30px;
            padding: 0px !important;
            font-size: 14px;
        }

            .target_goal_text > ul > li > .GraphLegend_data_low {
                font-size: 14px;
            }

.lgnd_box {
    float: right;
    width: 100%;
    margin-bottom: 10px;
}

    .lgnd_box > ul {
        float: right;
        margin: 0;
        padding: 0;
        background: #f4f4f4;
    }

        .lgnd_box > ul > li {
            width: auto;
            float: left;
            padding: 10px 16px 7px;
        }

.ui-widget-header.ui-widget-header {
    color: #333333;
    font-family: 'OpenSans-SemiBold';
    font-size: 19px;
    font-weight: normal;
    padding-left: 14px !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: left;
    width: 100%;
    border: 0px;
}

.ui-dialog-buttonset > button {
    border: 0 !important;
    border-radius: 0px !important;
    float: right;
    font-size: 16px !important;
    padding: 6px 15px !important;
    text-align: center;
    font-weight: normal;
    width: 48%;
    display: inline-block;
    margin: 10px 1% 10px 1% !important;
}

.ui-dialog-buttonset > button {
    background: none !important;
    border: solid 0px #237ca9 !important;
    width: auto;
    font-family: 'OpenSans-SemiBold';
}

.ui-widget-content {
    border: 0px solid #d0d0d0 !important;
    box-shadow: none !important;
}

.ui-widget {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

.ui-dialog .ui-dialog-buttonpane {
    margin-top: 0px !important;
    border-top: 0px !important;
    padding: 0px 10px !important;
}

.ui-corner-all {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.inner_mid_con {
    box-shadow: none !important;
    background: none;
}

.add_account_btn {
    float: right;
}

    .add_account_btn > a {
        float: right;
        padding: 5px 14px;
        margin-right: 10px;
        text-decoration: none !important;
        margin-top: -3px;
        margin-bottom: -3px;
        border-radius: 3px;
        font-size: 14px;
        font-family: 'OpenSans-Bold';
    }

        .add_account_btn > a:before {
            content: "\f067";
            padding-right: 10px;
            font: normal normal normal 14px/1 FontAwesome;
            position: relative;
            top: 1px;
        }

.ddmultimeter_select.ddmultimeter_select {
    margin-top: 5px;
    margin-left: 4px;
    font-size: 11px;
    height: 21px;
    width: 60px;
}

.right-dolar-top-area #ddlMultiMeterWater, .right-dolar-top-area #ddlMultiMeter {
    width: 65px;
}

.strengthdiv {
    width: 94% !important;
}

.ddmultimeter_select1 {
    margin-top: -35px;
    float: right;
}

.ieBtn {
    float: left !important;
    font-size: 16px;
    padding: 4px 11px !important;
    font-weight: bold !important;
}

    .ieBtn :focus {
        padding: 4px 11px !important;
        height: 30px;
    }

.term_condi_box {
    padding-top: 4px;
}

    .term_condi_box a {
        outline: none;
    }

.text_align_box {
    padding: 0 10px 5px;
    width: 100%;
    float: left;
    text-align: justify;
    word-wrap: break-word;
    font-size: 16px;
}

.open > .dropdown-menu {
    animation-name: fadeAnimation;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeAnimation;
    -webkit-animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeAnimation;
    -moz-animation-duration: .3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

@keyframes fadeAnimation {
    from {
        opacity: 0;
        top: 120%;
    }

    to {
        opacity: 1;
        top: 100%;
    }
}

@-webkit-keyframes fadeAnimation {
    from {
        opacity: 0;
        top: 120%;
    }

    to {
        opacity: 1;
        top: 100%;
    }
}

    .dropdown ul.dropdown-menu > li .setting_header:before {
        content: "\f013";
        font-family: 'FontAwesome';
        font-size: 20px;
        padding-right: 7px;
        position: relative;
        top: 0;
        line-height: 1;
        vertical-align: middle;
    }

    .dropdown ul.dropdown-menu > li .chang_pwd_header:before {
        content: "\f023";
        font-family: 'FontAwesome';
        font-size: 20px;
        padding-right: 10px;
        position: relative;
        top: 0px;
        line-height: 1;
        vertical-align: middle;
    }

    .dropdown ul.dropdown-menu > li .chang_uid_header:before {
        content: "\f007";
        font-family: 'FontAwesome';
        font-size: 20px;
        padding-right: 9px;
        position: relative;
        top: 0;
        line-height: 1;
        vertical-align: middle;
    }
    .dropdown ul.dropdown-menu > li .forget_me_header:before {
        content: "\f235";
        font-family: 'FontAwesome';
        font-size: 20px;
        padding-right: 4px;
        position: relative;
        top: 0;
        line-height: 1;
        vertical-align: middle;
        left: -2px;
    }

.dropdown-menu .arrow_bdr {
    border-color: transparent transparent rgba(0, 0, 0, 0.3);
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    right: 15px;
    position: absolute;
    top: -9px;
    width: 0;
    z-index: 999;
}

.sec_font {
    font-size: 12px;
    font-weight: bold;
}

.jcr > span + span {
    border: solid 1px #cfcfcf;
    padding: 3px 10px;
    display: inline-block;
    min-width: 250px;
    border-radius: 3px;
    font-size: 16px;
}

p.accept {
    font-size: 16px;
}

.jcr > span:nth-child(1) {
    padding: 5px 0px;
    display: inline-block;
    width: 20%;
    min-width: 150px;
    margin: 5px 0;
    font-weight: bold;
}

ul.txt_jcr {
    list-style: disc;
}

    ul.txt_jcr > li {
        padding: 5px 0px;
        border: 0;
        list-style: disc;
        list-style-position: inside;
        display: inline-grid;
        display: -webkit-inline-grid;
        font-size: 15px;
    }

        ul.txt_jcr > li > ul {
            padding: 0px 20px;
        }

            ul.txt_jcr > li > ul > li {
                padding: 5px 0px;
                border: 0;
                list-style: disc;
                list-style-position: inside;
                display: inline-grid;
                display: -webkit-inline-grid;
            }


.nav_left ul li.icon_label_pay a {
    background-size: 28px 28px !important;
}

    .nav_left ul li.icon_label_pay a:hover, .nav_left ul li.icon_label_pay.active a {
        background-size: 28px 28px !important;
    }

#configure_payment .modal-body {
    padding: 10px 0px;
}
#configure_payment i {
    padding-top: 6px;
    font-style: normal;
    display: inline-block;
}
.modal-footer {
    border: 0;
    padding: 0;
}
#configure_payment .modal-content {
    padding-bottom: 0;
}

.help_icon_img.help_icon_img {
    font-size: 24px !important;
}

div.defadd, div.defpay, #defPaprlessBill {
    width: 100%;
    float: left;
    background: #f4f4f4;
    padding: 9px;
    margin-top: 10px;
}

#defPaprlessBill {
    margin-bottom: 10px;
}

.head_icon_flat {
    display: none;
}

.modern_theme {
    display: none;
}

.gen_theme {
    display: inline-block;
}

.cal_img_btn {
    width: 24px;
    height: 23px;
    border: 0 !important;
    outline: none;
    margin-top: -7px !important;
    display: inline-block;
    outline: none !important;
}

.nav_left ul li.Marketplace_icon a {
    background: rgba(0, 0, 0, 0);
}

    .nav_left ul li.Marketplace_icon a:hover, .nav_left ul li.Marketplace_icon.active a {
    }

.pro_details {
    padding-right: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.electric_vehicle_box.ev_tbl_box {
    width: 100% !important;
    padding-left: 9px;
}

.electric_vehicle_box.electric_vehicle_box.ev_tbl_box table tr td {
    width: 32%;
    padding: 5px 0;
}

.text_width_box {
    width: 100%;
    float: left;
}

.currency.compare_nav.ratest_line_box {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
}

#content_energy_area span {
    word-wrap: break-word;
}
.currency.compare_nav.ratest_line_box #divconfigusage span {
    white-space: nowrap;
}
@media (min-width:300px) and (max-width:380px) {
    .energy_mid_box .right_content_box {
        height: 96%;
    }
}

.tablet-view h3 span.icon {
    display: none;
}

.textrenderer > ul > li > a {
    background-image: none;
}

    .textrenderer > ul > li > a:hover {
        background: none;
    }

    .textrenderer > ul > li > a:before {
        font-family: 'scmfonts' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 21px;
        position: absolute;
        left: 10%;
        top: 8px;
        color: #30afdc;
    }

    .textrenderer > ul > li > a:hover:before, .textrenderer > ul > li.active > a:before {
        color: #ffffff;
    }

.smart_camera > a:before {
    content: '\e95c';
}

.smart_lightbulb > a:before {
    content: '\e95d';
}

.smart_locker > a:before {
    content: '\e95a';
}

.smart_sprinkler > a:before {
    content: '\e95b';
}

.smart_wallplug > a:before {
    content: '\e959';
}

.smart_switchlight > a:before {
    content: '\e964';
}

.smart_motionsensors > a:before {
    content: '\e960';
}

.nav_left ul li.smart_thermostat a {
    background-size: auto 23px !important;
}

    .nav_left ul li.smart_thermostat a:hover, .nav_left ul li.smart_thermostat.active a {
        background-size: auto 23px !important;
    }

.nav_left ul li.smart_hubs a {
    background-size: auto 23px !important;
}

    .nav_left ul li.smart_hubs a:hover, .nav_left ul li.smart_hubs.active a {
        background-size: auto 23px !important;
    }

.nav_left ul li.smart_remotes a {
    background-size: auto 23px !important;
}

    .nav_left ul li.smart_remotes a:hover, .nav_left ul li.smart_remotes.active a {
        background-size: auto 23px !important;
    }

.nav_left ul li.smart_doorsensors a {
    background-size: auto 23px !important;
}

    .nav_left ul li.smart_doorsensors a:hover, .nav_left ul li.smart_doorsensors.active a {
        background-size: auto 23px !important;
    }

.scmfonts_base {
    font-family: 'scmfonts' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
}

.icon_plus_circle {
}

    .icon_plus_circle:before {
        content: '\e937';
    }

.add_device_btn {
    float: right;
    background-color: #61d49b;
    color: #fff;
    padding: 6px 0px;
    margin: 6px 10px 0 10px;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
}

    .add_device_btn:hover {
        text-decoration: none;
        color: #fff;
    }

    .add_device_btn > span {
        vertical-align: middle;
        padding: 0px 10px;
    }

    .add_device_btn > .icon_plus_circle {
        vertical-align: middle;
        padding: 5px 5px;
        background: #52c58a;
        border-radius: 3px 0 0 3px;
        font-size: 18px;
    }

.smarthome_headicon {
    vertical-align: middle;
    font-size: 26px;
    overflow: hidden;
    color: #30afdc;
}

    .smarthome_headicon:before {
        content: '\e8a2';
    }

.smarthome_containers {
    float: left;
    width: 100%;
}

ul.smarthome_containers > li {
    border: solid 1px #cfcfcf;
    width: 31.5%;
    padding: 0px;
    display: inline-block;
    margin: 0 5px 0 5px;
}

.sh_buttonsarea {
    float: left;
    width: 100%;
    padding: 10px 10px;
    height: 43px;
    background: #fafafa;
}

    .sh_buttonsarea > .sh_switcherbtn {
        float: left;
        width: 50%;
    }

    .sh_buttonsarea > .sh_infobtn {
        float: right;
        width: 50%;
        text-align: right;
    }

        .sh_buttonsarea > .sh_infobtn > a {
            text-decoration: none;
        }

ul.smarthome_containers > li > .sh_container {
    float: left;
    width: 100%;
    text-align: Center;
}

.sh_container img {
    height: 120px;
}

ul.smarthome_containers > li > .sh_textareas {
    float: left;
    width: 100%;
    text-align: Center;
    min-height: 45px;
    background: #fafafa;
    padding: 12px;
}

    ul.smarthome_containers > li > .sh_textareas > span {
        font-size: 15px;
        vertical-align: middle;
        font-weight: bold;
    }

.excalm_icon:before {
    content: '\e9b1';
}

.sh_infobtn i {
    font-size: 25px;
}

span.on-off-text {
    display: block;
    padding: 10px 0;
    font-weight: bold;
    color: #cfcfcf;
}

span.on_type {
    color: #00c4ff;
}

.cross2_icon {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 1px;
}

    .cross2_icon:before {
        content: '\e86d';
    }

ul.tablet_buttons {
}

    ul.tablet_buttons > li {
    }

        ul.tablet_buttons > li > a {
            background: #00c4ff;
            color: #fff;
        }

#ElectricVehicleContainer .VehicalStatus > div {
    white-space: nowrap;
}

.i_agree_txt_left {
    padding: 12px 15px;
    float: left;
    width: 100%;
}

input[type="checkbox"].acknowledgement {
    margin-top: 2px !important;
}

.i_agree_txt_left input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 9px !important;
}

.visit_lnk_btn.visit_lnk_btn, .visit_lnk_btn:hover, .visit_lnk_btn:focus {
    text-align: center;
    width: 217px !important;
    background: #43a7d8;
    display: block;
    color: #fff;
    padding: 4px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 3px;
}
#PopUpField .modal-body.popup_area_home {
    display: table;
    padding-bottom: 0px;
}

#PopUpField .profile-details {
    width: 100%;
}

.about_my_home_popup {
    max-height: 468px;
    overflow: auto;
}

.f-width hr {
    background: none !important;
}

.nodata_dash_box {
    top: 50px;
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
    overflow: auto;
    position: relative;
    height: 162px;
    font-weight: normal;
    font-family: OpenSans-SemiBold;
    font-size: 12px;
    float: left;
    width: 100%;
}

.form_filed_wrapper #nofile {
    width: 75%;
    line-height: 21px;
    margin-bottom: -16px;
    font-style: italic;
    font-size: 11px;
    float: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 1px !important;
    white-space: nowrap;
}

.form_filed_wrapper #btnRemoveFile {
    float: left;
    margin-bottom: -13px;
}

.ui-datepicker {
    z-index: 999999999 !important;
}

.wickedpicker {
    z-index: 999999;
}

.tooltip.msgWidth, .tooltip.msgWidth .tooltip-inner {
    width: 550px !important;
    max-width: 550px !important;
}

.clear_btn_contact {
    margin-bottom: 10px;
}

#changeUIbody .popup_area_home {
    width: 92.3% !important;
}

.download_data_box {
    padding-top: 15px;
}

.download_data_box {
    width: 50%;
    float: left;
}

.choose_per_box {
    padding-bottom: 20px;
}

.date_pic_txtbox {
    width: 100%;
    float: left;
    margin-bottom: 23px;
    position: relative;
}

    .date_pic_txtbox > input {
        width: 95%;
    }

.date_select_txtbox {
    position: relative;
    right: 10px;
    width: 25px;
    height: 24px;
    top: 7px;
    margin-left: -17px;
    float: left;
    margin-top: -21px;
}

.pop_greenbtn_footer {
    PADDING: 10px;
    border-top: 1px solid #f4f4f4;
    padding-top: 15px;
    float: left;
    width: 100%;
}

.pop_para_footer {
    padding: 10px 15px;
    text-align: justify;
    border-top: 1px solid #f4f4f4;
    clear: both;
}

.export_imt_left {
    float: left;
    padding-right: 10px;
    padding-left: 8px;
}

.green_btn_form .ajax__calendar .ajax__calendar_container {
    margin-top: 0px !important;
}

.pop_greenbtn_footer #lnkGreenBtn-popup {
    float: left;
    cursor: pointer;
}

.green_lbl_txt {
    padding-top: 5px;
}
.pro_ico_top {
    height: 18px;
    float: left;
    text-align: center;
}

.submit-button.submit-button, .btn-default-login-submit.btn-default-login-submit.btn-default-login-submit,
.registration_btn.registration_btn.registration_btn, p > span.newbutton_outer.newbutton_outer,
.start_btn.start_btn > input[type="submit"], .continue_button.continue_button a, .btn-default-login.btn-default-login, .clear_btn_contact.clear_btn_contact, .add_account_btn > a {
    text-decoration: none;
    transition: ease-in 0.3s;
    border-radius: 24px !important;
    font-weight: normal !important;
    font-family: 'BarlowBold';
    text-transform: uppercase;
}

    .submit-button.submit-button:hover, .btn-default-login-submit.btn-default-login-submit.btn-default-login-submit:hover,
    .registration_btn.registration_btn.registration_btn:hover, p > span.newbutton_outer.newbutton_outer:hover,
    .start_btn.start_btn > input[type="submit"]:hover, .continue_button.continue_button a:hover, .btn-default-login.btn-default-login:hover, .add_account_btn > a:hover, .clear_btn_contact.clear_btn_contact:hover {
        transition: ease-in 0.3s;
    }

.cancel-button.cancel-button, .btn-default-login-cancel.btn-default-login-cancel.btn-default-login-cancel, .cancel_button_comm.cancel_button_comm.cancel_button_comm {
    font-weight: normal !important;
    border-radius: 24px !important;
    transition: ease-out 0.3s;
    cursor: pointer;
    text-transform:uppercase;
   
}

    .cancel-button.cancel-button:hover, .btn-default-login-cancel.btn-default-login-cancel.btn-default-login-cancel:hover, .cancel_button_comm.cancel_button_comm.cancel_button_comm:hover {
        transition: ease-out 0.3s;
    }

.full_width_input_sec {
    width: 100%;
    float: left;
    margin: 0px 0px 0;
}

.left_side_sec.input_box_eff_wrap {
    width: 100%;
    float: left;
}

.input_box_eff_wrap {
    position: relative;
    margin-bottom: 25px;
}

    .input_box_eff_wrap input.input_effect, .input_box_eff_wrap select.select_effect, .input_box_eff_wrap textarea.textarea_effect {
        font-size: 16px;
        padding: 10px 15px 10px 0px;
        display: block;
        width: 93% !important;
        margin-bottom: 0 !important;
        border: 0;
        border-bottom: 1px solid #e6e6e6 !important;
        height: auto;
        border-radius: 0px !important;
        float: left;
        color:#200158;
        font-family: 'BarlowRegular';
    }

.modal .input_box_eff_wrap input.input_effect, .modal .input_box_eff_wrap select.select_effect {
    width: 100% !important;
    min-width: 100% !important;
    position:relative; font-family:'BarlowRegular'; color:#200158;
}
.modal .input_box_eff_wrap span.required {
    position: absolute !important;
    right: -10px;
    top: 0;
}
.modal .input_box_eff_wrap .bar_input:before {
    left: 50% !important;
}

input[disabled="disabled"] {
    -webkit-text-fill-color:#200158 !important;
}
.input_box_eff_wrap select.select_effect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0,0,0,.09) url(../images/arrowdown_mdb.png) !important;
    background-size: 15px 20px;
    background-position: 95% center !important;
    background-repeat: no-repeat !important;
}

.input_box_eff_wrap select::-ms-expand {
    display: none;
}

input.input_effect:focus, select.select_effect:focus, textarea.textarea_effect:focus {
    outline: none;
}

label.effect_lbl {
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 6px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

input.input_effect:focus ~ label.effect_lbl, input.input_effect:valid ~ label.effect_lbl,
select.select_effect:focus ~ label.effect_lbl, select.select_effect:valid ~ label.effect_lbl,
textarea.textarea_effect:focus ~ label.effect_lbl, textarea.textarea_effect:valid ~ label.effect_lbl,
input.input_effect[readonly='readonly'] ~ label.effect_lbl, input.input_effect:not([type=button])[readonly] ~ label.effect_lbl, input.select_effect[readonly='readonly'] ~ label.effect_lbl,
input.input_effect[disabled="disabled"] ~ label.effect_lbl, select.select_effect[disabled="disabled"] ~ label.effect_lbl, input.input_effect[minlength="minlength"] ~ label.effect_lbl {
    top: 14px;
    font-size: 12px;
}



.highlight_input {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

input.input_effect:focus ~ .highlight_input {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.textarea_effect {
    resize: none;
}

.bar_input {
    display:none;
    width:93%;
}

    .bar_input:before, .bar_input:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0;
        position: absolute;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

.bar_textarea:before, .bar_textarea:after {
    bottom: 27px;
}

.bar_input:before {
    left: 43%;
}

.bar_input:after {
    right: 50%;
}

input.input_effect:focus ~ .bar_input:before, input.input_effect:focus ~ .bar_input:after,
select.select_effect:focus ~ .bar_input:before, select.select_effect:focus ~ .bar_input:after,
textarea.textarea_effect:focus ~ .bar_input:before, textarea.textarea_effect:focus ~ .bar_input:after {
    width: 50%;
}

#change-pwd-divPopup .full_width_input_sec{
    margin: 0px 0px 0;
}

.popup_input_wrapper {
    float: left;
    width: 100%;
}

.errorbox.errorbox {
    border: 0px !important;
    border-bottom: 1px solid #ffa8a8 !important;
}

div#greenPopup .full_width_input_sec {
    padding:0px 10px 0 17px;
}

.text_sec_inpt_style {
    font-size: 15px;
    margin-top: 9px;
    float: left;
    width: 93%;    
}

label.effect_lbl.effect_lbl_text_inpt {
    top: -15px;
    font-size: 16px;
}

.search-area .GISsearch_ico {
    top: 0px !important;
    float: right;
    right: 1px !important;
    position: absolute;
    z-index: 99;
    width: 28px;
    height: 28px;
}

span.search_foot_ico.fa:before {
    font-size: 21px;
    font-weight: normal;
    top: 4px;
    position: relative;
    right: -10px;
}

.full_margin_none {
    margin: 0px !important;
}

#divAddressPopup_123 .full_width_input_sec {
    margin: 0px 0 0 0;
    padding: 0 9px 0 5px;
}

.address-1.address-icon.address-icon2 .head_icon_flat {
    top: 0px !important;
}

.make_srvc_lnk, .make_srvc_lnk:hover {
    float: right;
    padding: 5px 10px;
    border-radius: 0px;
    margin-top: -5px;
    margin-right: 10px;
    font-weight: normal;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.enter_pay_amt {
    width: 100%;
    float: left;
    background: #f4f4f4;
    margin-bottom: 5px;
}

    .enter_pay_amt h1 {
        background: #eaeaea;
        margin: 0px;
        padding: 10px 15px 5px;
        color: #696c6e;
        border-bottom: 1px solid #cfcfcf;
        font-family: OpenSans-SemiBold !important;
    }

.entr_pay_sec {
    float: left;
    width: 100%;
    padding: 10px 15px 10px 15px;
}

    .entr_pay_sec .entr_left_sec {
        float: left;
        width: 50%;
    }

    .entr_pay_sec .entr_right_sec {
        float: left;
        width: 50%;
    }

        .entr_pay_sec .entr_left_sec .entr_box_comm, .entr_pay_sec .entr_right_sec .entr_box_comm {
            min-height: 26px;
            width: 100%;
            float: left;
            margin-bottom: 0px;
            padding: 0;
            margin-top: 10px;
        }

       .entr_pay_sec .entr_left_sec b.left_txt_pay, .entr_pay_sec .entr_left_sec span.right_txt_pay,
        .entr_pay_sec .entr_right_sec b.left_txt_pay, .entr_pay_sec .entr_right_sec span.right_txt_pay,
        .entr_box_comm_right b.left_txt_pay, .entr_box_comm_right span.right_txt_pay,
        .entr_box_comm_left b.left_txt_pay {
            float: left;
            width: 50%;
            font-weight: bold;
        }

        .entr_pay_sec .entr_left_sec span.right_txt_pay,
        .entr_pay_sec .entr_right_sec span.right_txt_pay,
        .entr_pay_method .entr_box_comm_left b.left_txt_pay {
            color: #23769F;
        }

    .entr_pay_sec input[type="radio"] {
        margin-top: 0px;
        position: relative;
        top: 3px;
        margin-right: 7px;
        vertical-align: top;
    }

.entr_pay_method {
    width: 100%;
    float: left;
}

    .entr_pay_method .entr_box_comm_left {
        float: left;
        width: 56%;
    }

    .entr_pay_method .entr_box_comm_right {
        float: left;
        width: 43%;
    }

        .entr_pay_method .entr_box_comm_right:nth-last-child(1) {
            width: 5%;
        }

    .entr_pay_method .entr_box_comm_left b img {
        width: 32px;
        display: inline-block;
        max-height: 40px;
        margin-right: 15px;
        margin-top: -1px;
        margin-left: 6px;
    }

.addnew_pay_method {
    float: left;
    width: 100%;
    padding: 10px 20px;
}

    .addnew_pay_method h2 {
        margin: 0px;
        font-size: 16px;
        font-weight: bold;
    }

.option_card_select {
    float: left;
    width: 100%;
    margin-top: 30px;
}

    .option_card_select p {
        width: 50%;
        float: left;
        font-weight: bold;
        /*color: #737373;*/
    }

        .option_card_select p input[type="radio"] {
            margin: 0px 5px 0 0;
            position: relative;
            top: 2px;
        }

.credit_card_details .input_box_eff_wrap, .bank_acc_details .input_box_eff_wrap, .billing_add_details .input_box_eff_wrap {
    width: 50%;
}

.credit_card_img img {
    height: 25px;
}

.card_title_txt {
    color: #737373;
    float: left;
    width: 100%;
    margin: 7px 0 0 0;
    font-size: 16px;
    font-family: OpenSans-SemiBold;
}

.rmbr_txt {
    float: left;
    width: 100%;
    font-family: OpenSans-SemiBold;
    margin-top: 20px;
}

    .rmbr_txt input[type="checkbox"] {
        float: left;
        margin: 0px 10px 0 0;
        position: relative;
        top: 3px;
        vertical-align: middle;
    }

.tras_txt {
    width: 100%;
    float: left;
    background: rgba(255, 239, 239, 0.5);
    border-radius: 3px;
    margin-top: 20px;
    border: 1px solid rgb(255, 202, 196);
    color: red;
    padding: 15px 15px !important;
    margin-bottom: 5px;
}

.ui-autocomplete-loading {
    background: url('../images/indicator.gif') no-repeat right center;
}

.addnew_pay_method h2 {
    background: #f1f1f1;
    margin: 0px;
    padding: 10px 15px 10px;
    color: #696c6e;
    border-bottom: 1px solid #cfcfcf;
    font-family: OpenSans-SemiBold;
}

.nodata_newstyle.nodata_newstyle {
    width: 100%;
    float: left;
    background: rgba(239, 239, 239, 0.5);
    border-radius: 3px;
    border: 1px solid rgb(232, 231, 230);
    color: #555555;
    padding: 15px 15px;
    text-align: left;
    font-size: 15px;
    margin-top: 0px;
}

.nodata_newstyle:before {
    font-family: FontAwesome !important;
    position: relative;
    top: 2px;
    font-size: 19px;
    content: "\f05a";
    padding-right: 10px;
    display: inline-block;
    line-height: normal;
}

.mdl-checkbox.is-checked span.mdl-checkbox__tick-outline.mdl-checkbox__tick-outline:after, .checkbox-custom:checked + .checkbox-custom-label.checkbox-custom-label:before {
    content: "\f00c" !important;
    font-family: fontawesome !important;
    font-weight: normal !important;
    padding-left: 0px;
    padding-top: 4px;
}

.checkbox-custom:checked + .checkbox-custom-label.checkbox-custom-label:before {
    padding-top: 0px;
}

.helpicon {
    display: inline-block;
}

.logo_standard {
    display: none;
}

@media (min-width:300px) and (max-width:1024px) {
    .gm-style-iw > div {
        width: 350px !important;
        max-width: 100% !important;
    }

    .map_wrapper_width img:nth-child(1) {
        left: -2px !important;
        top: -336px !important;
    }

    .input_box_eff_wrap input.input_effect, .input_box_eff_wrap select.select_effect, .input_box_eff_wrap textarea.textarea_effect {
        padding: 5px 15px 5px 0px;
  
    }

    .cover_top_area .input_box_eff_wrap input.input_effect, .cover_top_area .input_box_eff_wrap select.select_effect {
        margin-top: 0px !important;
    }
    .standard_nav .dropdown-menu > li > span {
        display: block;
        padding: 5px 11px;
    }
}

@media (min-width:550px) and (max-width:767px) {
    .Quiet_Hours_to .schedule_time, .Quiet_Hours_from .schedule_time {
        width: 81% !important;
        margin-left: 0px !important;
    }

    .currency #usageMapMode.compare_nav {
        width: 52% !important;
        float: left !important;
        padding-right: 0px !important;
    }

    table.marketing_tbl tr td {
        width: 100%;
        float: left;
        background: #fff !important;
    }
}
.disclaimer_footer {
    width: 80%;
    float: left;
    margin-bottom: 0px;
    padding: 10px 10px !important;
    display: block !important;
    background: #faf3c8;
    border-radius: 4px;
    border: 1px solid #f7da72 !important;
}
.disclaimer_footer_10s {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    padding: 15px 10px 10px 0px !important;
    display: block;
    font-size: 14px;
    font-family: 'BarlowSemiBold';
    color: #333333;
}
    .disclaimer_footer_10s .cls_disclaimer {
        position: relative;
        padding-left: 30px;
        float: left;
    }
.disclaimer_footer_10s .cls_disclaimer:before {
        content: "\F2FD";
        display: block !important;
        font-family: "Material Design Icons";
        position: absolute;
        left: 0px;
        font-size: 22px;
        top: -6px;
    }

.setting_save_box .submit-button.btnDisc {
    margin-top: 5px !important;
}

label.toggle_lbl_class {
    font-size: 0;
}

#divMoveIn.footerdisc .submit-button {
    margin-top: 5px !important;
}

label.toggle_lbl_class {
    font-size: 0;
}

button.close > img, button.closepopup > img, a.close > img {
    display: none;
}

.full_width_input_sec.spaceNone {
    margin-top: 0px !important;
}

.left_side_sec.input_box_eff_wrap.spaceNone {
    margin-bottom: 0px !important;
}

g.highcharts-exporting-group {
    display: none;
}

.inputSearch {
    padding: 4px !important;
    width: 95% !important;
    box-sizing: border-box;
    background: #fff url(../images/SearchIcon.png) no-repeat 95% 2px;
}


p.para_mailing_txt.serviceP {
    font-size: 15px;
}

span.lgFile {
    font-size: 15px;
    display: block;
    margin: 0px 0px 10px 0px;
}
.chooseFile .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}
.ui-helper-hidden-accessible {
    display: none;
}

.wizard-step .mbottom {
    margin: 15px 0 25px;
}
.full_widthNew_ui .input_box_eff_wrap .input_effect[disabled] ~ label.effect_lbl,
.full_widthNew_ui .input_box_eff_wrap .select_effect[disabled] ~ label.effect_lbl {
    top: 8px !important;
    font-size: 13px;
}
body div.full_width_input_sec span.error_messagecommon {
    top: -12px;
}
.text-left {
    text-align: left !important;
}

.w-100 {
    width: 100%;
}

.greenbuttonSteper .input_box_eff_wrap label.effect_lbl {
    color: #004066;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: -24px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.greenbuttonSteper .left_side_sec.input_box_eff_wrap {
    width: 29%;
    float: left;
}

.StepperBtnArea .NextBtn {
    min-width: 135px !important;
    margin-left: 20px;
    font-size: 14px;
    font-family: 'OpenSans-Bold';
}

.StepperBtnArea .cancel-button {
    font-size: 14px;
    font-family: 'OpenSans-Bold';
}

.greenOL {
    font-size: 16px;
    margin: 0;
    padding: 20px 0 0 20px;
}

    .greenOL li {
        list-style: auto;
        margin-bottom: 20px;
    }

.greenPrograme {
    font-size: 26px;
}

/* Rounded sliders */
.switchBtn .slider.round {
    border-radius: 34px;
}

    .switchBtn .slider.round:before {
        border-radius: 50%;
    }

.switchBtn .switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 25px;
}

    .switchBtn .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.switchBtn .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .switchBtn .slider:before {
        position: absolute;
        content: "";
        height: 25px;
        width: 25px;
        left: 0px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    }

.switchBtn input:checked + .slider {
    background-color: #215ed9;
}

.switchBtn input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switchBtn input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.buisnessContact {
    font-size: 16px;
    margin: 0px 20px 20px;
}

.switchBtn {
    display: flex;
    margin: 20px 0 10px;
}

.greenbuttonSteper .stepperbtns {
    min-width: 135px !important;
    font-size: 14px;
    padding: 10px 27px !important;
    max-width: 135px;
}

.sslnText {
    color: #215ed9;
    font-size: 18px;
    font-family: 'OpenSans-SemiBold';
}

.succesScreen {
    display: none;
}

.greenbuttonSteper .success.successborder p {
    margin-bottom: 10px;
}

.helpIcon {
    padding-left: 5px;
}
.full_width_input_sec.choose_file_box .left_side_sec {
    width: 100%;
}
p.text_sec_inpt_style.chooseFile {
    width: 100%;
    display: inline-flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 20px;
}
p > span.newbutton_outer{
    padding-left:0px !important;
    padding-right:0px !important;
    min-width:145px;
    text-align:center;
}
.btn-file.ieBtn {
    position: relative;
    max-height: 45px;
}
p.text_sec_inpt_style.chooseFile i#nofile {
    padding-left: 30px;
    width: 100%;
    font-style: italic;
}
.full_width_input_sec.choose_file_box {
    margin-top: 15px !important;
}
.cancel-button.stepperbtns {
    margin-right: 15px;
}
.att_disclaimer {
    float: left;
    width: 100%;
    margin-top: -9px;
    word-wrap: break-word;
    font-size: 12px;
    font-family: OpenSans-SemiBold;
}
.mainHeading {
    margin-bottom: 20px;
}
.mainHeading > strong {
    font-size: 16px;
    font-family: 'OpenSans-SemiBold';
}
.mainHeading > p {
    padding-top: 20px;
}
.greenbuttonSteper .full_width_input_sec.full_widthNew_ui {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    float: left;
    width: 100%;
}
textarea#txtComments {
    resize: none;
}
.ActionArea {
    margin: 0px 0;
}
.sscontainer{
    padding-bottom:0px;
}
textarea#txtComments {
    resize: none;
    padding-top: 25px !important;
}
textarea#txtComments ~ label.effect_lbl {
    background: #e8e8e8;
    width: 94%;
    top: -1px;
    padding-top: 9px;
}

input#ZipOrCountyInputSearch {
    padding-right: 40px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
header.HeaderMain, header.ShortHeader {
    min-height: 80px;
    padding: 23px 0px;
    background: rgb(255, 255, 255);
}
.radiosep input[type="radio"]:focus:after {
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.7) !important;
}
a#logo-container {
    text-align: left;
    float: left;
    width: 110px;
    display: block;
    position: absolute;
    top: -10px;
}
a#logo-container img {
    max-width: 100%;
}
.wrapper-box {
    float: left;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}
.paybilltopspace {
    margin-top: 50px;
    position: relative;
}
.MuiPaper {
    box-shadow: none;
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 4px;

}
.shortpaperarea {
    text-align: left;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 40px 4rem 30px;
    flex: 1 1 0%;
}
h1.titlehead {
    width: 100%;
    margin: 0px;
    line-height: 36px;
    font-weight: normal;
    padding: 0 0 10px 0;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    color: #333 !important;
}
.wrapperstep {
    color: #333;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'OpenSans-SemiBold';
}
.containerWrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.submit-button {
    color: rgb(255, 255, 255);
    float: right;
    font-size: 14px;
    margin-bottom: 0px;
    text-align: center;
    min-width: 173px;
    background: #215ed9;
    border-radius: 3px;
    min-height: 56px;
    height: auto !important;
    margin-bottom: 0;
    padding: 10px 27px !important;
    text-align: center;
    min-width: 135px !important;
    /* font-family: 'OpenSans-Bold' !important; */
    min-height: 40px;
    font-weight: 700;
    border: 1px solid #215ed9;
}
button.submit-button.btn.btn-default.wizard-button-back, button.submit-button.btn.btn-default.wizard-button-exit {
    box-shadow: none;
    color: #215ed9;
    background: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border: 1px solid #215ed9;
}
.rightArea .enrollboxarea {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 30px 0px 0px 50px;
}
.rightArea .enrollboxarea b {
    font-size: 20px;
    color: #4c4c4c;
    display: block;
    font-weight: 500;
    margin: 0px 0px 15px;
    padding: 0px;
}
.NotifQuery > span {
    color: #4c4c4c;
    font-size: 18px;
    
}
.NotifQuery {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 0px;
}
span.wizardstepTxt {
    position: absolute;
    top: 15px;
    left: 59px;
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
    font-family: 'OpenSans-SemiBold';
}
.rightArea .enrollboxarea p {
    color: #4c4c4c;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 24px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
.checkboxarea {
    display: flex;
    width: 100%;
    padding: 7px 0px;
}
.SectionDisplay {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    margin: 0px;
	width: 100%;
}
.IconSection {
    display: inline-flex;
}
.SectionDisplay .jssText {
    display: flex;
    flex-wrap: wrap;
    margin-left: 16px;
    flex: 1 1 0%;
    padding: 25px 0px 15px;
    border-bottom: 1px solid rgb(204, 204, 204);
}
.ListAssign {
    flex-wrap: wrap;
    display: flex;
    flex: 1 1 0%;
    position: relative;
}
h5.jssh5 {
    color: #333;
    width: 100%;
    display: flex;
    font-size: 16px;
    margin: 0px;
    font-family: 'OpenSans-SemiBold';
}
.jssAddress {
    width: 100%;
    font-size: 15px;
    padding-top: 10px;
    font-style: normal;
    font-weight: 400;
    color: #333;
    margin-bottom: 0px !important;
    padding-right: 32px;
}
a.editValue {
    display: flex;
    color: #215ed9;
    font-size: 15px;
    text-decoration: underline;
}
.edit_lnknew {
    float: right;
    position: absolute;
    right: 0px;
    bottom: 1px;
    font-family: 'OpenSans-SemiBold';
    color: #215ed9;
    text-decoration: underline;
    border: 0px;
    background: none;
    font-size: 14px;
}
/*--------- UI NiSource ------------*/

a.srchAddress {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 23px;
}
body a.srchAddress, body a.srchAddress:hover {
    color: #111 !important;
}
a.srchAddress span {
    font-size: 28px;
}
i.addressAlert span {
    vertical-align: top;
    margin: -3px 4px 0px 0px;
}
i.addressAlert {
    vertical-align: top;
    color: red;
}
.NotifQueryNew {
    padding: 10px 0 15px 0;
}
.rightArea .enrollboxarea p {
	margin: 0px 0px 20px 0px;
	}
.rightArea .enrollboxarea p span {
    display: block;
}
a.callSidebar {
    font-size: 16px;
    text-decoration: none;
    vertical-align: top;
    color: #215ed9;
}
a.callSidebar span {
    vertical-align: top;
    margin: 0px 10px 0px 0px;
}
.modal-content {
	border:0px;
	}

.contCall .modal-dialog {
    width: 500px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    box-shadow: 0 24px 48px 0 rgba(0,0,0,0.15);
    height: 260px;
    border-radius: 4px;
    background-color: #FFFFFF;
}
.contCall .modal-header {
	border-bottom: 0px;
    text-align: center;
    padding-bottom: 0px;
	}
.contCall .modal-body {
    color: #333333;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding-top: 0px;
}
.contCall .modal-body h4.modal-title {
    margin-top: 0px;
    color: #4c4c4c;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.contCall .close, .contCall .close:hover {
    color: #a9a8a8;
    font-size: 26px;
    font-family: initial;
}
.contCall .modal-body p {
    font-size: 16px;
    text-align: center;
    color: #4c4c4c;
}
i.phnIcon span {
    font-size: 45px;
}
i.phnIcon {
    display: block;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    color: #4c4c4c;
}
.niNewRadio .btn {
	width: 85px;
    font-size: 15px;
    padding: 12px 0px;
}
.niNewRadio.niNewRadioBig .btn {
    width: 115px;
    font-size: 15px;
    padding: 12px 0px;
}
.niNewRadio .btn-secondary:not(:disabled):not(.disabled).active, .niNewRadio .btn-secondary:not(:disabled):not(.disabled):active, .niNewRadio .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0072CE;
    border-color: #0072CE;
}
.niNewRadio .btn-secondary {
    color: #575757;
    background-color: transparent;
    border-color: #808080;
}
.niNewRadio .btn-secondary.focus, .niNewRadio .btn-secondary:focus {
    box-shadow: none;
}
.blockSeperate {
    margin-bottom: 20px;
}
h4.commonHdngNi {
    color: #4c4c4c;
    font-size: 22px;
    margin-bottom: 0px;
}
.blockSeperate .half_fieldleftp {
    max-width: 50%;
    padding-right: 10px;
    float: left;
    width: 50%;
}
.blockSeperate .half_fieldrightp {
    max-width: 50%;
    padding-left: 10px;
    float: right;
    width: 50%;
}

/*-----cal------*/
#calThead, #calTbody {
	color:#4c4c4c!important;
	}
.mini-cal {
    
    background: #ffffff!important;
    color: #4c4c4c!important;
    box-shadow: -1px 0px 8px #ccc;
    border-radius: 5px;
    max-width: 360px;
    float: none;
    display: inline-block;
}
#calTbody .a-date.current {
    border-color: transparent!important;
    outline: 0!important;
    background: #215ed9!important;
    color: #fff!important;
    border-radius: 40px;
    font-size: 14px!important;
}
#calTbody .a-date.focused, #calTbody .a-date:active {
    background: transparent!important;
    color: #0072ce!important;
}
#calTbody .a-date>span {    
    font-size: 15px!important;
}
#calThead>div {
    font-size: 15px!important;
    
}
.calendarOuter {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    background: #F5F5F5;
    padding: 30px;
}
#calTitle button svg {
    fill: #000;
}
#calTitle button {
    line-height: 40px!important;
    background-color: transparent!important;
}

/*----- cal ------*/

.darkbordered .mdl-textfield__input {
    /* background: transparent; */
    /* padding: 16px 10px 0px 10px; */
    /* border-radius: 4px 4px; */
    /* height: 56px; */
    /* border: solid 1px #494949; */
    
    /* color: #26333A; */
}
.darkbordered .mdl-textfield__label {    
    top: 32px;
}
.mdl-textfield__label:after {
	display:none;
	}
.profiletxtfieldnew {
    width: 100%;
    background: transparent;
    border-radius: 4px 4px;
    border: 1px solid #494949;
}
md-select.md-default-theme .md-select-value, md-select .md-select-value {
    border-bottom-color: transparent;
}
md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
	border-bottom:0px;
}
.mdl-checkbox__label {
    color: #4c4c4c;
}
.wzrdPara {
	font-size:16px;
	margin-top:20px;
	}
.wizard-steps-panel .step-number .number {
	color:#4c4c4c!important;
	}
.wizard-steps-panel .step-number.doing .number {
    color: #fff !important;
}
.mapBlock {
	height:200px;
	}
.mlAddressBlock {
    margin-top: 20px;
	margin-bottom: 20px;
}
i.addressAlert.addrFields {
    margin: 10px 0px;
    display: block;
}
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline{
	background-color:#0072CE;
	}	
.mdl-checkbox.is-checked .mdl-checkbox__box-outline{
	    border-color:#0072CE;
	}
.pagewrapper {
    padding-bottom: 50px;
}

input:focus, a#logo-container:focus, a:focus, button:focus, img:focus, footer a:focus, footer button:focus, footer input:focus, footer img:focus, div.input_box_eff_wrap input.input_effect:focus, div.input_box_eff_wrap input.select_effect:focus, .servicedetailedboxes a:focus .servicecommonbox, div.loginLeft .log_out_area .sign_in a:focus, .toggle_nvp .mdl-menu__item a, .selectbox_rateana button.multiselect.dropdown-toggle.btn.btn-default:focus, span.btn-file.ieBtn.fopcus_parent, .compose-btn > .rp-btn.rp-btn:focus {
    outline: 0 !important;
    box-shadow: none;
}

.mdl-textfield__inputSingle {
	padding:2px 10px 0px 10px!important;
	}
p.lightTxt {
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0px 20px;
    font-size: 13px;
    color: #9a9a9a;
}
.simpleInput select {
    border: solid 1px #494949;
    height: 56px;
    
    color: #26333A;
    font-size: 16px;
    border-radius: 4px;
    padding: 0px 10px;
    width: 100%;
}
.simpleInput.width4 {
    width: 40%;
    float: left;
    padding-right: 8px;
}
.simpleInput.width3 {
    width: 30%;
    float: left;
    padding-left: 8px;
}
.form-group .simpleInput.width3.widthlast3 {
    padding-left: 16px;
}
.form-group.form-groupSep {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.checkboxarea.checkboxareaBlock label {
    line-height: 100%;
    vertical-align: baseline;
	height:auto;
}
.checkboxarea.checkboxareaBlock .mdl-checkbox__label {
    display: block;
    margin-bottom: 15px;
}
.checkboxarea.checkboxareaBlock .mdl-checkbox__label img {
    height: 14px;
}
p.sprtText {
    font-size: 16px;
}
.boxBordered p {
    font-size: 16px;
	margin:0px;
}
.boxBordered {
    font-size: 16px;
    background: #f7f7f7;
    padding: 20px;
    margin: 10px 0px 25px 0px;
}
.boxBordered span {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    color: #000;
}
.boxBordered span b {
    width: 48.9%;
    display: inline-block;
    font-weight: normal;
	vertical-align: top;
}
.boxBordered span i {
    width: 50%;
    display: inline-block;
	vertical-align: top;
}
.blockSeperate.blockTrms {
    margin: 15px 0px 0px 0px;
}
.checkboxarea .mdl-checkbox__label a {
    color: #0072ce;
    text-decoration: underline;
}
.commonHdngNiReview {
	margin:10px 0px 20px 0px!important;
	}
.NotifQueryNewReview {
    margin-top: 20px;
}
.successarea {
    margin: 0 auto;
}
.MuiPaper {
    border-radius: 4px;
    background-color: #ffffff;
    text-align: center;
	box-shadow: 0 3px 12px 0 rgb(0 0 0 / 15%);
    border: 1px solid #dcdcdc;
}
.successHead, .successHead > .successtext {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    font-size: 20px !important;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin: 25px 0 5px 0 !important;
    font-family: 'OpenSans-Bold';
}
.buttonareasuccess, .iconsuccess {
    display: flex;
}
.iconsuccess {
    margin-bottom: 0;
    color: #fff;
    justify-content: center;
    background-color: #088856;
    border-radius: 80%;
    width: 90px;
    height: 90px;
    font-size: 45px;
    align-items: center;
}
.successHead >.successtext {
    font-size: 29px;
    margin-top: 30px;
    margin-bottom: 0;
}
.registerSuccess .successview {
    padding: 0 30px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    max-width: 90%;
    margin: 0px auto 20px auto;
}
.registerSuccess .successview >p {
        font-size: 18px;
    color: #4c4c4c;
    margin: 0px 0px 7px 0px;
    
}
p.susThanx {
    
    font-size: 16px!important;
    margin-top: 20px!important;
	text-align:left;
}
ul.sucessBlockList {
    text-align: left;
    margin-top: 30px;
}
ul.sucessBlockList li {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
ul.sucessBlockList li:last-child {
	border-bottom:0px;
}

ul.sucessBlockList li span {
    display: inline-block;
    vertical-align: top;
    padding-left: 6px;
}
ul.sucessBlockList li span b {
    display: block;
    width: 100%;
    line-height: 100%;
    margin-bottom: 5px;
}
ul.sucessBlockList li span i {
    display: block;
    width: 100%;
}
i.material-icons.iconRightList {
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
}

.contCall .modal-body p {
    font-size: 16px;
    text-align: left!important;
    color: #4c4c4c;
    padding: 0px 10px;
}
.contCall .boxBordered span b {
    width: 63%;
}
.contCall .boxBordered span:last-child {
    margin-bottom: 0px;
}
.contCall .boxBordered span i {
    width: 35%;
}
.dpstOvrvw.contCall .modal-dialog {
	height:380px;
	}
.dpstOvrvw p a{
	color:#0062cc;
	text-decoration:underline;
}
.dpstOvrvw .boxBordered span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #000;
}
.dpstOvrvw .boxBordered {
    font-size: 15px;
}
.successview .modal-footer.wizard-buttons {
    padding-right: 0px;
    padding-left: 0px;
}
.modal-footer.wizard-buttons button {
    text-transform: uppercase;
}
.modal-dialogBilling {
	max-width: 940px!important;
	}
.niNewRadio.niNewRadioBigBlock .btn {
    width: 175px;
}
.ppLeft3 {
    width: 30%;
    display: inline-block;
    padding-right: 10px;
}
.ppLeft4 {
    width: 38%;
    display: inline-block;
}
.blockSeperate.blockSeperatePopup {
    margin-bottom: 0px;
}
.blockSeperate.blockSeperatePopup .form-group {
    margin-bottom: 0px;
}
.blockSeperate.blockSeperatePopup .commonHdngNi {
    margin-bottom: 10px;
}
.blockSeperate.blockSeperatePopup .niNewRadioBigBlock {
    margin-bottom: 10px;
}
.payblock {
    padding: 10px 30px 20px 30px;
}
ul.mkPaymentBlock {
    font-size: 16px;
    color: #000;
}
ul.mkPaymentBlock li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
ul.mkPaymentBlock li span {
    display: block;
    margin-bottom: 3px;
}
.ppRightText {
    padding: 10px 30px 20px 30px;
    font-size: 16px;
}
.ppRightText p {
    font-size: 16px;
}
.ppRightText p a {
    color: #0072CE;
    text-decoration: underline;
}
.mmBilling .modal-title {
    margin: 0px;
    font-size: 25px;
    padding: 10px 30px 0px 30px;
}
.mmBilling .modal-header {
	border:0px!important;
	padding-bottom:0px;
	}
.btnCncl {
	background:transparent!important;
	color:#0072CE!important;
	border:0px!important;
	}
.mmBilling .modal-footer button {
	text-transform:uppercase;
	}
.establishBlock .commonHdngNi {
    margin-top: 0px;
}
.stpOver p {
    font-size: 16px;
    color: #4c4c4c;
    margin: 0px 0px 5px 0px;
}
.stpBordered {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    margin: 0px;
}
.stpBordered p {
    display: inline-block;
    width: 92%;
    vertical-align: top;
    margin: 0px;
	padding-left:10px;
}
.stpBordered span {
    width: 30px;
    display: inline-block;
    font-size: 26px;
    vertical-align: top;
}
.stpInner {
    margin-top: 25px;
}
.smallcontainer .modal-footer {
	width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
	text-transform:uppercase;
	}
    .smallcontainer .modal-footer button {
        text-transform: uppercase;
        font-family: 'OpenSans-Bold';
        font-size: 14px;
    }
.mBottom30 {
	margin-bottom:25px!important;
	}
span.calKey {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}
span.calKey b {
    display: inline-block;
    vertical-align: top;
}
span.calKey p {
    display: inline-block;
}
span.calKey p span {
    display: block;
}
span.calKey p span i {
    color: #0072CE;
}
.calendarinner {
    display: block;
    width: 360px;
    margin: 0px auto;
}
/* css edited by pradeep */
.svc_need_wrp {
    margin-top: 20px;
    clear:both;
}
    .svc_need_wrp .form-group {
        margin-bottom: 15px;
    }
body .stepperWrapper .modal-footer {
    border-top: 0px solid #e2e2e2;
    margin-top: 10px;
    display: inline-flex;
    justify-content: end;
}
p.para_mailing {
    font-size: 16px;
    margin-bottom: 16px;
    font-family: 'OpenSans-Light';
}
p.para_mailing_txt {
    font-size: 16px;
    margin-bottom: 16px;
    float: left;
    width: 100%;
}
.ssnInfo a {
    text-decoration: underline;
    color: #215ed9;
}
.eyeBlock {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 12px 0px 12px 10px;
}
    .eyeBlock a {
        display: block;
        float: left;
        width: 40px;
        height: 30px;
    }
        .eyeBlock a.showEye:before {
            display: inline-block;
            font: normal normal normal 24px/1 "Material Design Icons";
            font-size: inherit;
            text-rendering: auto;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\F6CF";
            font-size: 29px !important;
            position: absolute;
            right: 10px;
            top: 9px;
            color: #333333
        }

        .eyeBlock a.hideEye:before {
            display: inline-block;
            font: normal normal normal 24px/1 "Material Design Icons";
            font-size: inherit;
            text-rendering: auto;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\F6D0";
            font-size: 29px !important;
            position: absolute;
            right: 10px;
            top: 9px;
            color: #333333
        }
.form-group.agreesecond {
    clear: both;
    margin-bottom: 20px;
    padding-top: 5px;
}
.bluesprintnew {
    margin: 20px 0px 30px;
    padding: 14px 30px;
    float: left;
    width: 100%;
    background-color: #F5F8FF;
}
.bluesprintnew .txt_amtlbl {
    text-transform: uppercase;
    color: #767676;
}
.bluesprintnew .pyamentamountsize {
    color: #333333;
    font-size: 18px;
    display: block;
    line-height: 1.5;
    padding-top: 10px;
    font-family: 'OpenSans-SemiBold';
}
    .bluesprintnew .txt_amtlbl > a {
        position: relative;
        top: 5px;
        left: 5px;
        color: #333333;
    }
.paperhdng{margin-top:20px;}
.errir_msg_checkbox {
    margin-top: 13px;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #DF0000;
    float: left;
    width: 100%;
}
.rtnoInfo {
    position: absolute;
    font-family: "scmfonts" !important;
    padding-right: 0;
    display: inline-block;
    line-height: normal;
    top: 21px;
    font-size: 19px;
    font-style: normal;
    right: 10px;
    cursor: pointer;
    text-decoration: none !important;
    color: #03435e;
    font-weight: normal;
}
.rtBlock {
    display: none;
    width: 280px;
    position: absolute;
    right: -100px;
    top: 27px;
    background: #666;
    z-index: 999;
    text-align: center;
    border: 1px solid #efefef;
    box-shadow: 0 0 6px #d0d0d0;
    cursor: auto
}

    .rtBlock span {
        background: #f2f9fd;
        width: 100%;
        display: block;
        text-align: left;
        padding: 10px;
        color: #333333;
        font-size: 18px;
        font-family: OpenSans-Regular !important
    }

    .rtBlock img {
        width: 280px
    }

.rtnoInfo:after {
    content: "\F2FD" !important;
    color: #5a5a5a;
    font-family: "Material Design Icons" !important;
    font-size: 22px;
}
.rtnoInfo:hover .rtBlock {
    display: block !important
}
.RightSectionBar_Svc {
    padding-left: 20px;
    padding-bottom: 20px;
}
.RightSectionBar_Svc > h3 {
    color: #333;
    padding: 0 1.25rem 1rem 0;
    font-size: 16px;
    display: flex;
    margin: 0;
    font-family: 'OpenSans-Bold';
    text-transform: capitalize;
}
    .RightSectionBar_Svc p {
        color: #333333;
        padding: 0 0px 1rem 0;
        font-size: 15px;
    }
.RightSectionBar_Svc ul {
    padding-left: 30px;
    margin: 10px 0 20px;
}

.RightSectionBar_Svc li {
    margin-bottom: 10px;
    list-style: disc;
}
.mapBox.stopsvc_map {
    margin-top: 15px;
    margin-bottom: 25px;
}
a.tooltip_newtransfer {
    position: relative;
    top: 5px;
    color: #333;
}
.co_app_connti {
    float: left;
    margin: 20px 0 10px;
    width: 100%;
}
    .co_app_connti .radioMain.radioMainBlock {
        width: 100%;
        float: left;
    }
.transfer_showhidepwd a.showEye:before, .transfer_showhidepwd a.hideEye:before {
    top: 17px;
}
.fnd_acc_wrp_box {
    margin-top: 12px;
    float: left;
    width: 100%;
}
.parafullwidth {
    float: left;
    width: 100%;
    margin-top: 6px;
}
.srch_wrp_box_tf, .map_second_tf {
    clear: both;
}
.wizard-step .full_width_input_sec.full_widthNew_ui {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.wizard-step .input_box_eff_wrap {
    margin-bottom: 0px;
}
.wizard-step div.full_width_input_sec span.error_messagecommon {
    top: -4px;
}
.wizard-step .half_sec_style .full_width_input_sec.full_widthNew_ui {
    width: 47%;
    margin-bottom: 10px;
}

.half_sec_style {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

    .half_sec_style .left_side_sec.input_box_eff_wrap.formsectionarea {
        margin-bottom: 0px;
    }
.input_box_eff_wrap input.input_effect:-webkit-autofill ~ .effect_lbl {
    top: 8px;
    font-size: 13px;
}
#calTbody .a-date.focused, #calTbody .a-date:active {
    background: transparent !important;
    color: #0072ce !important;
    border-radius: 50%;
    outline: 2px solid #0072ce !important;
}
.mtrl_chkbx_new > input:focus ~ span:before {
    outline: 2px solid #000;
}
@media (min-width:320px) and (max-width:767px) {
    body .stepperWrapper .modal-footer {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }body .stepperWrapper .modal-footer button {
    margin-left: 0px !important;
    margin-right: 0px;
    width: 100%;
}
    label.effect_lbl.effect_lblElips {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 50px;
    }
    .modal-footer.wizard-buttons button {
        width: 100%;
        margin: 10px 0px;
    }
    .half_sec_style {
        flex-wrap: wrap;
    }
    .half_sec_style .full_width_input_sec.full_widthNew_ui {
        width: 100%;
    }
    .modal-footer>:not(:last-child) {
		margin-right: 0;
		}
	.shortpaperarea {
		padding: 15px 15px;
		}
	.stepperWrapper .modal-footer {
		padding: 15px 0 0px 0;
		margin: 40px 0 0 0;
		}
	h1.titlehead {
		padding: 0px 0rem 0px;
		}
	.rightArea .enrollboxarea {
		padding: 30px 0px 0px 0px;
		}
	#calTbody .a-date {
		padding: 9px 0px!important;
		}
	.blockSeperate .half_fieldleftp {
		max-width: 100%;
		padding-right: 0px;
		float: left;
		width: 100%;
		}
	.blockSeperate .half_fieldrightp {
		max-width: 100%;
		padding-left: 0px;
		float: right;
		width: 100%;
		}
    .submit-button {
        min-width: 119px;
        min-height: 50px;
    }
    h1.titlehead {
        font-size: 24px;
    }
	.calendarinner {
		display: block;
		width: 100%;
		margin: 0px auto;
		}
	.boxBordered span i {
		
		width: 100%;
		}
	.dpstOvrvw .modal-dialog {
		width: 90%;
		}
	.dpstOvrvw .boxBordered span i {
		width: 105%;
		}
	.dpstOvrvw .boxBordered span b {
		width: 100%;
		}
	ul.sucessBlockList li span {width: 87%;}
	.registerSuccess .successview {
		padding: 0 20px;
		}
	.payblock {
		padding: 10px 10px 20px 10px;
		}
	.ppLeft3 {
		width: 100%;
		padding-right: 0px;
		}
	.ppLeft4 {
		width: 100%;
		}
	.ppRightText {
		padding: 10px 10px 20px 10px;
		}

}

@media (min-width:768px) and (max-width:991px) {
    .shortpaperarea {
        padding: 15px 15px;
    }

    .stepperWrapper .modal-footer {
        padding: 15px 0 0px 0;
        margin: 40px 0 0 0;
    }

    h1.titlehead {
        padding: 0px 0rem 0px;
    }

    .rightArea .enrollboxarea {
        padding: 30px 0px 0px 0px;
    }

    #calTbody .a-date {
        padding: 9px 0px !important;
    }

    .submit-button {
        min-width: 119px;
        min-height: 50px;
    }

    h1.titlehead {
        font-size: 24px;
    }
	.ppLeft3 {
		width: 100%;
		padding-right: 0px;
		}
	.ppLeft4 {
		width: 100%;
		}
    .RightSectionBar_Svc {
        margin-top: 30px;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .transferRegistration_first, .transferRegistration {
        float: left;
        width: 100%;
    }
	.boxBordered span i {
		width: 100%;
		}
	.boxBordered span b {
		width: 100%;
		}
    .RightSectionBar_Svc {
        margin-top: 30px;
    }
}

.profiletxtfieldnewSingle {
    padding: 10px 0 5px 0px;
}

header.main_header.preloginheader {
    box-shadow: 0 0 2px -2px rgb(0 0 0 / 20%), 0 0 0 0 rgb(0 0 0 / 14%), 0 0 5px 0 rgb(0 0 0 / 12%);
}


.full_widthNew_ui .left_side_sec {
    width: 100% !important;
}
.left_side_sec.input_box_eff_wrap {
    width: 49%;
    float: left;
}
.input_box_eff_wrap {
    position: relative;
    margin-bottom: 10px;
}
.full_widthNew_ui .input_box_eff_wrap input[type="text"], .full_widthNew_ui .input_box_eff_wrap input.input_effect, .full_widthNew_ui .input_box_eff_wrap select.select_effect, .full_widthNew_ui .input_box_eff_wrap textarea.textarea_effect {
    font-size: 15px;
    padding: 17px 10px 0px 13px;
    border-bottom: 1px solid #c1c1c1;
    height: 55px;
    border-radius: 5px 5px 0px 0px;
    background: rgba(0, 0, 0, 0.09) !important;
    color: #4c4c4c;
    width: 100% !important;
}
.input_box_eff_wrap input.input_effect, .input_box_eff_wrap select.select_effect, .input_box_eff_wrap textarea.textarea_effect {
    font-size: 14px;
    padding: 10px 10px 0 0;
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c1c1c1;
    height: 40px;
    border-radius: 0;
    float: left;
}
.bar_input {
    display: block;
    width: 95%;
}
.bar_input:before {
    left: 50%;
}
.bar_input:before, .bar_input:after {
    content: '';
    height: 2px;
    width: 0;
	bottom:0;
    position: absolute;
    background: #215ed9 ;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.bar_input:after {
    right: 50%;
}
label.hiddenlabels {
    display: none !important;
}
.full_widthNew_ui .input_box_eff_wrap label.effect_lbl {
    color: #525252!important;
}
.full_widthNew_ui .input_box_eff_wrap label.effect_lbl {
    left: 13px;
    top: 22px;
}
.input_box_eff_wrap label.effect_lbl {
    color: #004066;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 6px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.full_widthNew_ui label.effect_lbl {
    text-transform: capitalize;
}
input:focus, a#logo-container:focus, a:focus, button:focus, img:focus, footer a:focus, footer button:focus, footer input:focus, footer img:focus, div.input_box_eff_wrap input.input_effect:focus, div.input_box_eff_wrap input.select_effect:focus, .servicedetailedboxes a:focus .servicecommonbox, div.loginLeft .log_out_area .sign_in a:focus, .toggle_nvp .mdl-menu__item a, .selectbox_rateana button.multiselect.dropdown-toggle.btn.btn-default:focus, span.btn-file.ieBtn.fopcus_parent, .compose-btn > .rp-btn.rp-btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 2px rgb(0 0 0 / 90%) !important;
}
.full_widthNew_ui input.input_effect:focus ~ label.effect_lbl, .full_widthNew_ui input.input_effect:valid ~ label.effect_lbl, .full_widthNew_ui select.select_effect:focus ~ label.effect_lbl, .full_widthNew_ui select.select_effect:valid ~ label.effect_lbl, textarea.textarea_effect:focus ~ label.effect_lbl, .full_widthNew_ui textarea.textarea_effect:valid ~ label.effect_lbl, .full_widthNew_ui input.input_effect[readonly='readonly'] ~ label.effect_lbl, input.input_effect:not([type=button])[readonly] ~ label.effect_lbl, .full_widthNew_ui input.select_effect[readonly='readonly'] ~ label.effect_lbl, .full_widthNew_ui input.input_effect[disabled="disabled"] ~ label.effect_lbl, .full_widthNew_ui select.select_effect[disabled="disabled"] ~ label.effect_lbl, .full_widthNew_ui input.input_effect[minlength="minlength"] ~ label.effect_lbl {
    top: 14px;
    font-size: 12px;
}
input.input_effect:focus ~ .bar_input:before, input.input_effect:focus ~ .bar_input:after, select.select_effect:focus ~ .bar_input:before, select.select_effect:focus ~ .bar_input:after, textarea.textarea_effect:focus ~ .bar_input:before, textarea.textarea_effect:focus ~ .bar_input:after {
    width: 50%;
}
.radioMain .radiosep {
    display: block !important;
    width: 100%;
    margin: 18px 0px 0px 0px !important;
}
.radioMain .mdl-radio {
    font-size: 16px;
}
.radioMain .radiosep input[type='radio'] {
    margin-right: 10px;
    box-shadow: none !important;
}
.radioMain .radiosep input[type='radio']:checked:after {
    width: 10px;
    height: 10px;
    border-radius: 15px;
    top: -2px;
    left: -0px;
    position: relative;
    background-color: #215ed9;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4px solid #fff;
    outline: 2px solid #215ed9;
    box-sizing: content-box !important;
}
.radioMain .mdl-radio__label {
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
}
.radioMain .radiosep input[type='radio']:after {
    width: 10px;
    height: 10px;
    border-radius: 15px;
    top: -2px;
    left: -0px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4px solid #fff;
    outline: 2px solid #333333;
    box-sizing: content-box !important;
}
.radioMain.radioMainHalf label {
    width: auto !important;
    float: left;
    margin-right: 40px !important;
    margin-bottom: 20px !important;
    font-weight: 500;
}
.mapBox {
    min-height: 400px;
    border: 1px solid #e5e5e5;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.blueLab {
    color: #333 !important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
}
.success.successborder {
    margin: 0 0 20px;
    padding: 10px 0px 0px;
    color: #333333;
    font-size: 1rem;
    letter-spacing: .4px;
    position: relative;
}
.success.successborder:after {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0;
    border: 0;
    border-bottom: 1px solid #c3c3c3;
}
.successHead {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
}
.iconsuccess {
    color: #fff;
    background-color: #088856;
    border-radius: 90%;
    line-height: 90px !important;
    width: 90px;
    height: 90px;
    font-size: 2.8125rem !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    text-align: center;
}
.successtext {
    font-size: 1.8125rem;
    margin: 30px 0 0;
    font-weight:600;
	color: #215ed9;
}
.success.successborder p {
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 20px;
}
i.material-icons.failerico {
    margin-bottom: 0;
    color: #fff;
    justify-content: center;
    background-color: #DF0000;
    border-radius: 80%;
    width: 90px;
    height: 90px;
    font-size: 45px;
    align-items: center;
    padding-top: 22px;
}
.done-section {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
a.button-contained, button.button-contained {
    padding: 10px 34px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #215ed9;
    border-radius: 4px;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin: 12px 5px;
    box-shadow: none;
    text-align: center;
    border: 1px solid #215ed9;
    font-family: 'OpenSans-Bold';
	line-height: normal;
    min-height: 40px;
}
.MapData {
    display: -webkit-flex;
    display: flex;
    background-color: #215ed9;
    padding: 20px 16px;
    margin: 0px 0 0;
    color: #fff;
}
.prelogin-transfer-service-module .MapData i {
    font-size: 2.5rem;
    margin: 0 15px 0 0;
}
.MapData label {
    display: block;
}
.mapBox p {
    margin: 0px;
    font-size: 18px;
}
.mapBox p label {
    margin: 0px;
}
.MuiGrid-root.MapData i {
    font-size: 40px;
}
.dyMap {
    display: block;
    margin-bottom: 20px;
}
a.pngArea {
    color: #215ed9 !important;
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    clear: both;
    text-decoration: underline;
}
.mtrl_chkbx_new {
    z-index: 0;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    margin: 0px;
}
.mtrl_chkbx_new > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}
.mtrl_chkbx_new > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
}
.mtrl_chkbx_new > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px;
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}
.mtrl_chkbx_new > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}
.mtrl_chkbx_new > input:checked + span::before, .mtrl_chkbx_new > input:indeterminate + span::before {
    border-color: #215ed9;
    background-color: #215ed9;
}
.mtrl_chkbx_new > input:checked + span::after, .mtrl_chkbx_new > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}
.mlAddress {
    margin-top: 10px;
}
p.paraSmall {
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.radioMain.radioMainBlock {
    margin-bottom: 20px;
}
p.cntPara {
    font-size: 16px;
    margin-bottom: 20px;
}
.tmSlots {
    margin-top: 5px;
}
.slot-button button {
    height: 40px;
    border-radius: 4px;
    width: 100%;
    margin: 10px 0;
    background-color: transparent;
    border: 0;
    color: #4c4c4c;
    font-size: 14px;
    letter-spacing: .5px;
    cursor: pointer;
}
.slot-button button.active {
    border: 1px solid #215ed9;
    background-color: #f3f8fd;
}
p.mb30 a {
    color: #215ed9;
}
.form-group.form-groupSept {
    margin: 25px 0px 20px 0px;
}
.form-group.chkboxSep {
    margin: 0px 0px 10px 0px;
}
a.vsbltyEye {
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 40px;
}
a.vsbltyEye span {
    font-size: 30px;
}
.form-group.chkboxSepB label span {
    vertical-align: top;
}
.form-group.chkboxSepB label span a {
    color: #215ed9;
}
.form-group.chkboxSepB {
    margin-top: 20px;
}
.NotifQueryNewTop {
    margin-top: 20px;
}
.bxBordered {
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    margin: 30px 0 0;
}
.bxBordered p {
    font-size: 13px;
}


/* start service start */
.prelogin-start-service-module .ssnInfo {
    padding: 20px;
    background: #f3f8fd;
    margin: 15px 0 10px;
    display: -webkit-flex;
    display: flex;
    margin-bottom:30px;
}



.prelogin-start-service-module .ssnInfo i {
    margin: 2px 0;
    color: #4c4c4c;
}
.prelogin-start-service-module .ssnInfo P {
    color: #333;
    font-size: 14px;
    margin: 0 10px;
}
.prelogin-start-service-module .mapBox{
        float: left;
    width: 100%;
margin-top:10px;margin-bottom: 10px;}
.prelogin-start-service-module a.pngArea {
    color: #215ed9 !important;
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    text-decoration: underline;
    clear: both;
}
/* start service end */

.full_width_input_sec.full_widthNew_ui {
    margin-top: 0px !important;
}
/*.back_to_login a:before {
    top: 0px!important;
}*/
button.submit-button.btn.btn-default.wizard-button-back, button.submit-button.btn.btn-default.wizard-button-exit {
    background: transparent !important;
    color: #215ed9 !important;
    font-size: 14px;
    transition: ease-out 0.3s;
}
    button.submit-button.btn.btn-default.wizard-button-back:hover, button.submit-button.btn.btn-default.wizard-button-exit:hover {
        background: #215ed9 !important;
        color: #ffffff !important;
        transition: ease-out 0.3s;
    }
button.submit-button.btn.btn-default.wizard-button-next {
    font-size: 14px;
    font-family: 'OpenSans-Bold';
}
.full_widthNew_ui .input_box_eff_wrap select.select_effect {
    padding: 17px 10px 0px 13px !important;
    appearance: none;
}
.pagewrapperPost .full_widthNew_ui .input_box_eff_wrap input[type="text"], .pagewrapperPost .full_widthNew_ui .input_box_eff_wrap input.input_effect, .pagewrapperPost .full_widthNew_ui .input_box_eff_wrap select.select_effect, .pagewrapperPost .full_widthNew_ui .input_box_eff_wrap textarea.textarea_effect {
    width:100%!important;
}
.pagewrapperPost .full_widthNew_ui .input_box_eff_wrap label.effect_lbl {
    left: 13px;
    top: 22px;
    line-height: 130%;
}
.pagewrapperPost .bar_input:before, .pagewrapperPost .bar_input:after {
    bottom: 0px;
}
.pagewrapperPost .full_widthNew_ui .input_box_eff_wrap select.select_effect {
    background-image: url(../images/arrowdown_mdb.png) !important;
    background-size: 15px 20px !important;
    background-position: right 20px center !important;
    background-repeat: no-repeat !important;
}
.ui-menu.ui-widget.ui-autocomplete {
    max-height: 300px;
    overflow: auto;
    max-width: 250px !important;
    min-width: 250px !important;
    background: #fff;
    border: 1px solid #f4f4f4;
}
.ui-menu.ui-widget.ui-autocomplete > li {
    padding: 0px 0px;
    font-size: 15px;
    font-family: 'OpenSans-Regular';
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    height: auto;
    min-height: auto;
    float: left;
    width: 100%;
}
    .ui-menu.ui-widget.ui-autocomplete > li .ui-menu-item-wrapper {
        position: static;
        float: left;
        width: 100%;
        min-height: 35px;
        left: 0px;
        top: 0px;
        padding: 7px 10px;
        font-size: 14px;
    }
        .ui-menu.ui-widget.ui-autocomplete > li:hover {
            background: #1990d3;
            color: #fff;
        }
.wizard-content span.required {
    position: absolute;
    right: -13px;
    top: 0px;
}


.pagewrapperPost .full_widthNew_ui .input_box_eff_wrap .input_effect[disabled] ~ label.effect_lbl {
    top: 12px;
    font-size: 13px;
}
a.callsidebar {
    font-size: 15px;
}

:lang(FR) label.effect_lbl.effect_lblEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 50px;
}
:lang(ES) label.effect_lbl.effect_lblEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 50px;
}
:lang(FR) label.effect_lbl.effect_lblElips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 50px;
}

:lang(ES) label.effect_lbl.effect_lblElips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 50px;
}
html[lang="PT"] .radioMain.radioMainHalf label {
    margin-right: 30px !important;
}


.paymentPlansWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    flex-direction: column;
}


.actionArea {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-top: 30px;
}

.paymentPlansWrap > .actionArea > .Outlinedbtn {
    padding-left: 45px;
    padding-right: 45px;
}

/* Stepper css starts here */
.MultiStepsContainer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.StepperHeader {
    width: 100%;
    display: flex;
    justify-content: center;
}

ol.progtrckrs {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

ol.progtrckrs li {
	text-align: center;
	padding: 0;
	margin: 20px 0;
	cursor: pointer;
	width: 32%;
	align-items: center;
	border-bottom: 6px solid #d8d8d8;
}

ol.progtrckrs li:before {
	position: relative;
	top: 15px;
	float: left;
	left: -1% !important;
}

ol.progtrckrs li.progtrckrs-doing:before {
	content: "\E061";
	color: #fff;
	background-color: #0c75df;
	width: 25px;
	line-height: 25px;
	border-radius: 50%;
	font-size: 14px;
	height: 25px;
	font-family: material icons;
}

.progtrckrs em {
    display: none;
    font-weight: 700;
    padding-left: 1rem;
}

ol.progtrckrs li span {
    padding: 0;
    position: absolute;
    left: 0;
    margin-top: -20px;
    color: #333333;
    font-size: 16px;
    color: #333;
    font-family: 'OpenSans-SemiBold';
}

ol.progtrckrs li:after {
    content: "\A0\A0";
}

ol.progtrckrs li.progtrckrs-doing, ol.progtrckrs li.progtrckrs-todo {
    pointer-events: none;
}

ol.progtrckrs li.progtrckrs-todo {
    color: silver;
}

    ol.progtrckrs li.progtrckrs-todo:before {
        content: "2";
        color: #595959;
        background-color: #d8d8d8;
        width: 25px;
        line-height: 25px;
        border-radius: 50%;
        font-size: 1rem;
        height: 25px;
    }

ol.progtrckrs li:nth-child(3).progtrckrs-todo:before {
    content: "3";
}
ol.progtrckrs li:nth-child(4).progtrckrs-todo:before {
    content: "4";
}
ol.progtrckrs > li:last-child {
    border-bottom: 6px solid #fff;
    width: auto;
}

ol.progtrckrs li.progtrckrs-done {
    color: #000;
    border-bottom: 6px solid #0c75df;
}
    ol.progtrckrs li.progtrckrs-done:before {
        content: "\E876";
        font-family: Material Icons;
        font-weight: 700;
        color: #fff;
        background-color: #0c75df;
        width: 25px;
        line-height: 25px;
        border-radius: 50%;
        height: 25px;
    }
.progtrckrs-done span, .progtrckrs-todo span {
    display: none;
}
.StepperBody {
    width: 100%;
    padding: 20px 20px 20px 0;
}
.step1, step2, step3 {
    width: 100%;
    padding: 0;
}

    .step1 > p, .step2 > p, .step3 > p {
        border-bottom: solid 1px #cfcfcf;
        padding: 10px 145px 20px 145px;
        margin: 0px 0 20px 0;
        width: 100%;
    }

.sscontainer {
    width: 100%;
    margin: 20px auto;
    padding: 0px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
}
.ActionArea .stepperbtns {
    float: right;
    background-image: none !important;
    font-size:14px;
 
}
.ActionArea {
    width: 100%;
    display: flex;
    margin: 20px 0;
    align-items: flex-end;
    justify-content: flex-end;
}

.sscontainer .full_width_input_sec {
    margin: 10px 0px 0;
}
    .sscontainer .full_width_input_sec input[disabled] {
        background: #f6f6f6 !important;
    }

.tooltipbtn{
    background:transparent;
    padding:0;
}

.step2 > .sscontainer{
    width:100%;
}
.stepenv{
    width:90%;
    margin:0 auto;
    padding:20px 20px;
}

ul.InstalmentList {
    width: 100%;
    margin: 10px auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}
    ul.InstalmentList > li {
        border: solid 1px #eaeaea;
        padding: 20px 20px;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0;
        border-radius: 5px;
    }

.StepperBtnArea {
    display: flex;
    width: 100%;
    margin: 20px 0 0;
    justify-content: flex-end;
}
    .StepperBtnArea > .stepperbtns,
    .StepperBtnArea > .stepperbtns:hover,
    .StepperBtnArea > .stepperbtns:focus,
    .StepperBtnArea > .stepperbtns:visited,
    .StepperBtnArea > .stepperbtns:active,
    .ActionArea > .stepperbtns,
    .ActionArea > .stepperbtns:hover,
    .ActionArea > .stepperbtns:focus,
    .ActionArea > .stepperbtns:visited,
    .ActionArea > .stepperbtns:active{
        background-image: none !important;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        text-indent: 0;
    }
.stepthreecontainer.paymentPlansWrap {
    padding: 0;
}

/* Stepper css ends here */

