﻿/*
	Author: Manoj Kumar Sharma
*/

@charset "utf-8";
@import url("../css/font-awesome.css");
@import url('../css/md.css');
html, body {
    font-family: 'OpenSans-Regular'!important;
    font-size: 13px;
    color: #53565a;
    background-color: #f4f4f4 !important;
    margin: 0px;
    padding: 0px;
    height: 100%;
}


@font-face {
    font-family: 'OpenSans-Light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Light.woff') format('woff');
}

@font-face {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'OpenSans-Bold';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Bold.woff') format('woff');
}


button, input, select, textarea {
    font-family: 'OpenSans-Regular' !important;
}

a:focus, button:focus, input:focus, img:focus {
    outline: 0 !important;
}

input[type="button"]:focus, .submit-button:focus {
        outline: 1px dotted #e6e6e6 !important;
    outline-width: medium !important;
}
.add_account_btn > a:focus {
    outline: 1px dotted  !important;
    }
input[type="image"] {
    border: 0px !important;
    padding: 0px !important;
    background-color: transparent;
}

#NoUsageDataDiv, #NoUsageWaterDataDiv, #NoUsageGasDiv, #divNoDataUsage, .NoCompare {
    font-size: 12px;
    color: rgb(237, 134, 1);
    top: 61px;
    left: 0px;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.back_button {
    display: none;
}

:-moz-placeholder { /* Firefox 18- */
    color: #a1a1a1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #a1a1a1 !important;
}

::-webkit-input-placeholder {
    color: #d7d7d7 !important;
}



:-ms-input-placeholder {
    color: #cfcfcf !important;
}

input[type="text"]

{
    -webkit-text-fill-color:#000;
}

html, body form {
    height: 99.5%;
}

@media (min-width: 1203px) {
    .container {
        width: 1200px !important;
    }
}

header {
    background: #fff;
    margin: 0px;
    padding: 0px;
    box-shadow: 0px 0px 4px #cfcfcf;
}

.header-top {
    background: #f0f0f1;
    height: 33px;
}

#headerlogo > a > img {
    display: block;
}

    #headerlogo > a > img.modern_logo {
        display: none;
    }

.setting_area {
    float: right;
    margin-right: 1%;
}

    .setting_area .inner-content-log {
        margin: 0px;
        padding: 0px 0px;
    }

        .setting_area .inner-content-log ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            .setting_area .inner-content-log ul li {
                margin: 0px;
                padding: 7px 15px 8px;
                color: #808081;
                position: relative;
                float: left;
                height: 32px;
                border-left: 1px solid #ccc;
            }


li.icon_notification {
    background: none !important;
    padding: 0px 24px 0px 0px !important;
}


.setting_area .inner-content-log ul li:first-child {
    background: none;
}

.setting_area .inner-content-log ul li a {
    margin: 0px;
    padding: 0px;
    color: #808081;
    font-size: 12px;
    text-decoration: none;
}

    .setting_area .inner-content-log ul li a:hover {
        color: #666666;
    }

.setting_area .inner-content-log ul li select {
        margin: -4px 0px 0px 5px;
    background: #2c61ae url(../images/arrowdown.png) no-repeat 95% center;
    font-size: 11px;
    color:#fff !important;
    height: 27px !important;
}

@media screen and (min-width:0\0) {
    .setting_area .inner-content-log ul li select {
        padding-right: 0px !important;
    }
}

.nav-search {
    float: right;
    margin-left: 10px;
    width: 121px;
}

    .nav-search input[type="text"] {
        font: 88% Arial,Helvetica,sans-serif;
        padding: 0px 4px;
        width: 145px;
        font-size: 11px;
        text-transform: none;
        border-radius: 10px;
        font-style: italic;
        border: 1px solid #b9b9b9;
        background: #e6e7e8;
    }

    .nav-search input[type="submit"], .nav-search input[type="submit"]:visited {
        background: #fff;
        border: medium none;
        color: #000;
        border-radius: 0px 10px 10px 0px;
        font-size: 11px;
        height: 14px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        right: 1px;
        border-left: 1px solid #b9b9b9;
        top: 3px;
        width: 26px;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .nav-search input[type="submit"], .nav-search input[type="submit"]:visited {
        background: #fff;
        border: medium none;
        color: #000;
        border-radius: 0px 10px 10px 0px;
        font-size: 10px;
        height: 12px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        right: 1px;
        border-left: 1px solid #b9b9b9;
        top: 3px;
        width: 26px;
    }
}


.logo {
    padding: 9px 0px 6px;
}

.logo_large {
    padding:6px 0px 0px 7px;
    width: 176px;
}

.logo_small {
    padding: 5px 0px;
    width: 176px;
}

.logo img {
    max-width: 100%;
}

.user-area {
    float: right;
    margin: 0px 19px;
    width: 100%;
    text-align: right;
}

.username {
    font-size: 18px;
    color: #808081;
}

a.droparrow {
    background: url(../images/user-drop-icon.png) no-repeat right 5px;
    color: #000;
    font-size: 10px;
    padding-right: 23px;
    text-decoration: none !important;
}

a:hover.droparrow {
    color: #ccc;
}

a:active, a:focus.droparrow {
    color: #ccc;
}

.navbar-brand:hover, .navbar-brand:focus {
    color: #fff !important;
    text-decoration: none;
}


.dashboard_new .ui-icon, .ui-widget-content .ui-icon {
    background: none !important;
}



.navbar-brand {
    display: none;
}

.row {
    margin-left: -7px;
    margin-right: -7px;
}

.handle-s {
    bottom: 1px;
    cursor: s-resize;
    height: 12px;
    left: 0;
    right: 0;
}

.gridster-item-resizable-handler {
    display: block;
    font-size: 1px;
    position: absolute;
}

/* Mid Section CSS */

.mid-container {
    height: 100%;
    margin: 20px auto 50px;
    overflow: hidden;
}

.usage_listing {
    margin: 0px;
    padding: 0px;
}

    .usage_listing ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .usage_listing ul li {
            margin: 0px;
            padding: 0px 1px;
            float: left;
        }

            .usage_listing ul li a {
                display: block;
                margin: 0px;
                padding: 7px 20px;
                text-decoration: none;
                color: #000;
                font-size: 13px;
                background: #eeeeee;
            }

                .usage_listing ul li a.active {
                    background: #6b97c5;
                    color: #fff;
                }

.inner-dashboard-area-usage {
    margin: 0.3% 1% 1% 0;
    width: 48%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px #cfcfcf;
    -moz-box-shadow: 0px 0px 3px 0px #cfcfcf;
    box-shadow: 0px 0px 3px 0px #cfcfcf;
    border: 2px solid #c7cfd2;
    height: 424px !important;
    float: right;
}

    .inner-dashboard-area-usage h3 {
        margin: 0px;
        padding: 8px 0 6px 10px;
        font-size: 16px;
        font-weight: bold;
        color: #53565a;
        border-bottom: 1px solid #d0d0d0;
        background: #fafafa;
    }

        .inner-dashboard-area-usage h3 a {
            color: #53565a;
            text-decoration: none;
        }

            .inner-dashboard-area-usage h3 a:hover {
                color: #2c61ae;
            }


.inner-dashboard-area-custom3 {
    margin: 0.3% 1% 1%;
    width: 31%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px #cfcfcf;
    -moz-box-shadow: 0px 0px 3px 0px #cfcfcf;
    box-shadow: 0px 0px 3px 0px #cfcfcf;
    border: 2px solid #c7cfd2;
}

    .inner-dashboard-area-custom3 h3 {
        margin: 0px;
        padding: 8px 0 6px 10px;
        font-size: 16px;
        font-weight: bold;
        color: #53565a;
        border-bottom: 1px solid #d0d0d0;
        background: #fafafa;
    }

        .inner-dashboard-area-custom3 h3 a {
            color: #53565a;
            text-decoration: none;
        }

    .inner-dashboard-area-custom3 .right-dolar-top-area {
        float: right;
        text-align: right;
        margin: -36px 7px 0 0;
        padding: 0px;
    }

        .inner-dashboard-area-custom3 .right-dolar-top-area .SpanLeft {
            font-size: 18px;
            font-weight: normal !important;
            color: #999;
            margin: 3px 10px 0px 0px;
            cursor: pointer;
            float: left;
        }


        .inner-dashboard-area-custom3 .right-dolar-top-area .SpanRight {
            font-size: 18px;
            font-weight: normal !important;
            color: #999999;
            margin: 4px 4px 0px 0px;
            cursor: pointer;
            text-align: right;
            float: left;
        }

        /*do not change this line as it is based on theme which is read from admin*/
        .inner-dashboard-area-custom3 .right-dolar-top-area .active_links {
            color: #2c61ae !important;
        }

    .inner-dashboard-area-custom3 .water-area {
        overflow: hidden;
    }

    .inner-dashboard-area-custom3 .left-area-tabular {
        padding: 2% 4%;
    }

    .inner-dashboard-area-custom3 .billing-area {
        height: 163px;
    }


    .inner-dashboard-area-custom3 .electricity-area {
        overflow: hidden;
    }

    .inner-dashboard-area-custom3 .footprint-area {
        height: 163px;
    }

    .inner-dashboard-area-custom3 .smarthome-area {
        height: 164px;
    }

    .inner-dashboard-area-custom3 .electric-area {
        height: 160px;
    }

    .inner-dashboard-area-custom3 .solargeneration-area {
        height: 163px;
    }

    .inner-dashboard-area-custom3 .myaccount-area {
        height: 163px;
    }

    .inner-dashboard-area-custom3 h3 a img {
        margin-top: -2px;
        padding-right: 8px;
    }

    .inner-dashboard-area-custom3 .smarthome-area .image-listing ul li a {
        height: 63px;
        padding: 19px 0;
    }

.inner-dashboard-area {
    margin: 0.3% 1% 1%;
    width: 23%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px #cfcfcf;
    -moz-box-shadow: 0px 0px 3px 0px #cfcfcf;
    box-shadow: 0px 0px 3px 0px #cfcfcf;
    border: 2px solid #c7cfd2;
}



/* For IE 8 */

@media \0screen {
    .inner-dashboard-area {
        margin: 0.3% 1% 1%;
        width: 23% !important;
        background: #fff;
        -webkit-box-shadow: 0px 0px 3px 0px #cfcfcf;
        -moz-box-shadow: 0px 0px 3px 0px #cfcfcf;
        box-shadow: 0px 0px 3px 0px #cfcfcf;
        border: 2px solid #c7cfd2;
    }
}



.inner-dashboard-area h3 {
    /*height: 24px;*/
    margin: 0px;
    padding: 8px 0 6px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #53565a;
    height: 40px;
    border-bottom: 1px solid #d0d0d0;
    background: #fafafa;
}

    .inner-dashboard-area h3 a img {
        padding-right: 8px;
        margin-top: -2px;
    }

    .inner-dashboard-area h3 a {
        color: #53565a;
        text-decoration: none;
    }

.inner-dashboard-area-custom3 h3 a {
    font-family: 'OpenSans-Regular' !important;
    font-size: 16px;
    /*font-weight: normal;*/
}

.inner-dashboard-area h3 a:hover {
    /*color: #95d600;*/
}

.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;
}

.inner-dashboard-area .input_box_eff_wrap {
    margin-bottom: 0;
}

.inner-dashboard-area .right-dolar-top-area .SpanLeft {
    font-size: 16px;
    /*font-weight: normal !important;*/
    color: #999;
    margin: 5px 10px 0px 0px;
    cursor: pointer;
    float: left;
    font-weight: normal;
}


.inner-dashboard-area .right-dolar-top-area .SpanRight {
    font-size: 15px;
    font-weight: normal !important;
    color: #999999;
    margin: 1px 0px 0px 0px;
    cursor: pointer;
    text-align: right;
    float: left;
    line-height: 29px;
}

.inner-dashboard-area .right-dolar-top-area .active_links {
    /*color: #83BF05 !important;*/
}



    .billing-area span {
        color: #006699;
        font-size: 12px;
        margin: 6px 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: #53565a;
        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 {
            background: none repeat scroll 0 0 #94D60A;
            color: #fff;
            display: block;
            margin: 11px auto;
            font-size: 14px;
            float: right;
            border-radius: none !important;
            padding: 4px 2px;
            text-align: center;
            text-decoration: none;
            width: 75%;
        }

            .billing-area .pay_bill a:hover {
                background: #94D60A;
            }

    .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: none;
        vertical-align: middle;
    }

    .tblBillingHistory tr td {
        height: 30px;
        vertical-align: middle;
        border: none;
        padding: 10px 25px;
        text-align: center;
        width: 23%;
    }


.from_to_selection_date {
    width: 65%;
    float: left;
    margin: 0px;
    color: #666666;
    font-size: 12px;
    padding: 15px 0;
    text-align: left;
    height: 61px;
}

/*#outage_map_canvas {
    height: 160px !important;
}*/

/*#footprint_map_canvas {
    height: 160px !important;
    width: 98% !important;
}

.footprint_height {
    height: auto !important;
}*/

#selFootPrint {
    float: right;
    font-size: 9px;
    height: 18px;
    margin: -3px 7px 0 0;
    padding: 0 !important;
}

.from_to_selection_date .form {
    width: 57%;
    float: left;
    height: 26px;
}

.from_to_selection_date .to {
    width: 28%;
    float: left;
}

.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: none !important;
            padding: 0px !important;
            border-left: 1px solid #ccc;
            height: auto !important;
        }

            .history_bill ul li:first-child {
                border-left: none;
            }


.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: 162px;
    position: relative;
}

.water-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
    height: 162px;
    position: relative;
}

.electricity-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
    height: 162px;
    position: relative;
}

.outage-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
    height: 162px;
}

.notification-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
    height: 164px;
}

    .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 {
        background: url("../images/outage-gray-icon.png") no-repeat center 3px;
        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 {
        background: url("../images/outage-red-icon.png") no-repeat center 3px;
        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: 1%;
    text-align: center;
}

.compare-area {
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
    overflow: auto;
    position: relative;
    height: 162px;
}


    .compare-area strong {
        /*color: #92d400;*/
        font-size: 14px;
        margin: 10px 0px 0px;
        padding: 0px;
        display: block;
        font-weight: normal;
        font-family: OpenSans-SemiBold;
    }

    .compare-area i {
        font-style: normal;
        color: #787878;
        font-size: 11px;
        font-weight: normal;
        font-family: OpenSans-SemiBold;
        display: block;
        padding-bottom: 5px;
    }

    .compare-area img {
        padding: 5px 5px;
        vertical-align: bottom;
    }

.electric-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
    height: 161px;
}

.myaccount-area {
    margin: 0px;
    padding: 0px 10px;
    display: block;
    overflow: auto;
    text-align: left;
    height: 162px;
}

    .myaccount-area b {
        margin: 0px;
        padding: 0px;
        color: #006699;
        font-size: 14px;
        font-family: OpenSans-SemiBold;
        font-weight: normal;
    }

    .myaccount-area address {
        margin: 0px 0px 16px;
        padding: 0px;
        display: block;
        color: #606060;
        font-size: 10px;
    }

        .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;
            }

                .smarthome-area .image-listing ul li a {
                    margin: 0px;
                    padding: 10px 0px;
                    display: block;
                    height: 48px;
                    text-decoration: none;
                    background: #bababa;
                }

                    .smarthome-area .image-listing ul li a:hover {
                        background: #93d501;
                    }

.solargeneration-area {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: auto;
    height: 162px;
    position: relative;
}


.all_bill_box .left-area-tabular-ev {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 7px;
    width: 35%;
}

.all_bill_box .right-area-tabular-ev {
    display: inline-block;
    float: right;
    margin: 0 auto;
    padding: 7px;
    text-align: left;
    width: 58%;
}

.all_bill_box .white_div .left-area-tabular-ev {
    margin: 5px 0 0;
}

.right-area-tabular-ev a.view_web {
    display: block;
    margin-bottom: 30px;
    margin-left: 60px;
    margin-top: 35px;
    color: #666666;
    font-size: 12px;
    text-decoration: underline;
}

    .right-area-tabular-ev a.view_web:hover {
        text-decoration: none;
    }

/* Inner Energy Page Css */

.inner_mid_section {
    margin-top: 15px;
    height: auto;
}

.inner-mid-container {
    max-width: 1142px;
    background: #fff;
    box-shadow: 0px 0px 4px #cfcfcf;
    padding: 0px !important;
    height: 100%;
}

.energy_mid_box {
    height: 100%;
    padding-bottom: 0;
    background: url("../images/bdr-repeater.png") repeat-y scroll 19.9% top rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
    position: relative;
}

.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: 123.1%;
    color: #53565a;
    padding: 13px 0 13px 25px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    background: #fff;
    border: none !important;
    float: left;
    width: 21%;
}

.cover_top_area h1 {
    font-size: 123.1%;
    color: #53565a;
    padding: 13px 0 13px 25px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    background: #fff;
    border: none !important;
    float: left;
    width: 21%;
}

.energy_mid_box h1 {
    font-size: 16px;
    color: #53565a;
    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: 20%;
    z-index: 9;
}

.nav_left ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .nav_left ul li {
        float: none;
        position: relative;
        z-index: 999;
        /*background: url("../images/side_bdr.png") repeat-x left bottom;*/
    }

.nav_left ul li:before {
    background-image: url(../images/side_bdr.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    content: "";
    width: 100%;
    position: absolute;
    bottom: -1PX;
    height: 2PX;
    left: 0;
    right: 0;
}

        .nav_left ul li a {
            display: block;
            text-decoration: none;
            /*background: url(../images/sprinkler/icon_device.png) no-repeat 11.4% center;*/
            padding: 10px 0 10px 25.4%;
            color: #53565a;
            /*border-bottom: 1px solid #ededed;*/
            cursor: pointer;
            background-size: auto 20px !important;
            font-size: 12px;
        }

        /*.nav_left ul li a:hover {
                background: url(../images/sprinkler/icon_device_ro.png) no-repeat 11.4% center;
            }*/

        .nav_left ul li:hover {
            /*background: url(../images/bg_nav_sidebar_hover.png) no-repeat 106% top;*/
            width: 100%;
            background-size: 100% 100%;
        }

        .nav_left ul li.active {
            /*background: url(../images/bg_nav_sidebar_active.png) no-repeat 106% top;*/
            width: 100%;
            background-size: 100% 100%;
        }


            .nav_left ul li a:hover, .nav_left ul li.active a {
                border: 0;
                /*padding-left: 40px;*/
            }




        .nav_left ul li.icon_rebates a {
            background: url("../images/icon_rebate_sidebar.svg") no-repeat 12% center;
        }

            .nav_left ul li.icon_rebates a:hover, .nav_left ul li.icon_rebates.active a {
                background: url("../images/icon_rebate_sidebar_RO.svg") no-repeat 11.4% center;
            }



        .nav_left ul li.icon_energy_report a {
            background: url("../images/icon_energy_report.svg") no-repeat 11% center;
        }

            .nav_left ul li.icon_energy_report a:hover, .nav_left ul li.icon_energy_report.active a {
                background: url("../images/icon_energy_report_ro.svg") no-repeat 10.4% center;
            }




        .nav_left ul li.icon_energy_audit a {
            background: rgba(0, 0, 0, 0) url("../images/about_my_home.svg") no-repeat scroll 11% center;
        }

            .nav_left ul li.icon_energy_audit a:hover, .nav_left ul li.icon_energy_audit.active a {
                background: url("../images/about_my_home_hover.svg") no-repeat scroll 10.4% center;
            }

        .nav_left ul li.low_income_icon a {
            background: rgba(0, 0, 0, 0) url("../images/low_income_icon.png") no-repeat scroll 12% center;
        }

            .nav_left ul li.low_income_icon a:hover, .nav_left ul li.low_income_icon.active a {
                background: url("../images/low_income_icon_hover.png") no-repeat scroll 11.4% center;
            }

        .nav_left ul li.icon_aboutmyhome a {
            background: rgba(0, 0, 0, 0) url("../images/about_my_home.svg") no-repeat scroll 11% 7px;
        }

            .nav_left ul li.icon_aboutmyhome a:hover, .nav_left ul li.icon_aboutmyhome.active a {
                background: url("../images/about_my_home_hover.svg") no-repeat scroll 10.4% 7px;
            }

        .nav_left ul li.nitiF_acc_ico a {
            background: rgba(0, 0, 0, 0) url("../images/noti_pre_ico.svg") no-repeat scroll 11% 7px;
        }

            .nav_left ul li.nitiF_acc_ico a:hover, .nav_left ul li.nitiF_acc_ico.active a {
                background: url("../images/noti_pre_ico_hover.svg") no-repeat scroll 11% 7px;
            }

        .nav_left ul li.InviteUser_ico a {
            background: url("../images/guestusersnew.svg") no-repeat scroll 11% 7px;
        }

            .nav_left ul li.InviteUser_ico a:hover, .nav_left ul li.InviteUser_ico.active a {
                background: url("../images/guestusersnew_RO.svg") no-repeat scroll 11% 7px;
            }

        .nav_left ul li.my_applications a {
            background: rgba(0, 0, 0, 0) url("../images/my_application.png") no-repeat scroll 11% center;
        }

            .nav_left ul li.my_applications a:hover, .nav_left ul li.my_applications.active a {
                background: url("../images/my_application_hover.png") no-repeat scroll 10.4% center;
            }




        .nav_left ul li.icon_dr_programes a {
            background: url("../images/icon_dr_sidebar.svg") no-repeat 12% center;
            background-size: auto 18px !important;
        }

            .nav_left ul li.icon_dr_programes a:hover, .nav_left ul li.icon_dr_programes.active a {
                background: url("../images/icon_dr_sidebar_RO.svg") no-repeat 11.4% center;
                background-size: auto 18px !important;
            }

        .nav_left ul li.icon_dr_pro_icon a {
            background: url("../images/dr_pro_icon.png") no-repeat 14% center;
        }

            .nav_left ul li.icon_dr_pro_icon a:hover, .nav_left ul li.icon_dr_pro_icon.active a {
                background: url("../images/dr_pro_icon_hover.png") no-repeat 14% center;
            }


        .nav_left ul li.dr-past-events a {
            background: url("../images/dr-past-events.png") no-repeat 12% center;
        }

            .nav_left ul li.dr-past-events a:hover, .nav_left ul li.dr-past-events.active a {
                background: url("../images/dr-past-events-ro.png") no-repeat 12% center;
            }

        .nav_left ul li.dr-up-coming-events a {
            background: url("../images/dr_upcoming_icon.svg") no-repeat 13% center;
        }

            .nav_left ul li.dr-up-coming-events a:hover, .nav_left ul li.dr-up-coming-events.active a {
                background: url("../images/dr_upcoming_icon_hover.svg") no-repeat 13% center;
            }

        .nav_left ul li.icon_saving_tips a {
            background: url("../images/icon_saving_sidebar.svg") no-repeat 12% center;
        }

            .nav_left ul li.icon_saving_tips a:hover, .nav_left ul li.icon_saving_tips.active a {
                background: url("../images/icon_saving_sidebar_RO.svg") no-repeat 11.4% center;
            }

        .nav_left ul li.educational_tips a {
            background: url("../images/icon_educational_sidebar.svg") no-repeat 12% center;
            background-size: auto 22px !important;
        }

            .nav_left ul li.educational_tips a:hover, .nav_left ul li.educational_tips.active a {
                background: url("../images/icon_educational_sidebar_RO.svg") no-repeat 11.4% center;
                background-size: auto 22px !important;
            }


        /* Usage Nav Left Icon */

        .nav_left ul li.sidebar_power a {
            background: url("../images/power-icon.svg") no-repeat 12% center;
        }

            .nav_left ul li.sidebar_power a:hover, .nav_left ul li.sidebar_power.active a {
                background: url(../images/power-icon-hover.svg) no-repeat 11.4% center;
            }

        /*.nav_left ul li.sidebar_power_rate a {
background:  url(../images/power-rate-icon.png)no-repeat 12% center;
}

.nav_left ul li.sidebar_power_rate a:hover {
background:  url(../images/power-rate-icon-hover.png) no-repeat 12% center;
}*/

        .nav_left ul li.sidebar_water a {
            background: url(../images/water-icon_1.svg) no-repeat 12% center;
        }

            .nav_left ul li.sidebar_water a:hover, .nav_left ul li.sidebar_water.active a {
                background: url(../images/water-icon-hover.svg) no-repeat 11.4% center;
            }

        .nav_left ul li.sidebar_gas a {
            background: url(../images/gas-icon.svg) no-repeat 10% center;
            background-size: auto 22px;
        }

            .nav_left ul li.sidebar_gas a:hover, .nav_left ul li.sidebar_gas.active a {
                background: url(../images/gas-icon-hover.svg) no-repeat 9.4% center;
                background-size: auto 22px;
            }

        .nav_left ul li.sidebar_solar a {
            background: url(../images/icon-solar.svg) no-repeat 11% center;
        }

            .nav_left ul li.sidebar_solar a:hover, .nav_left ul li.sidebar_solar.active a {
                background: url(../images/icon-solar-ro.svg) no-repeat 10.4% center;
            }

        .nav_left ul li.sidebar_dresponse a {
            background: url(../images/icon-demand-response.svg) no-repeat 12% center;
        }

            .nav_left ul li.sidebar_dresponse a:hover, .nav_left ul li.sidebar_dresponse.active a {
                background: url(../images/icon-demand-response-RO.svg) no-repeat 11.4% center;
            }

        .nav_left ul li.sidebar_GreenBtn a {
            background: url(../images/green-button-nav.svg) no-repeat 11% center;
        }

            .nav_left ul li.sidebar_GreenBtn a:hover, .nav_left ul li.sidebar_GreenBtn.active a {
                background: url(../images/green-button-nav-ro.svg) no-repeat 10.4% center;
            }
        /* Smart Home Nav Left Icon */

        .nav_left ul li.icon_dish_washer a {
            background: url(../images/icon_dish_washer.svg) no-repeat 12% center;
        }

            .nav_left ul li.icon_dish_washer a:hover, .nav_left ul li.icon_dish_washer.active a {
                background: url(../images/icon_dish_washer_hover.svg) no-repeat 11.4% center;
            }

        .nav_left ul li.icon_lighting a {
            background: url(../images/icon_lighting.svg)no-repeat 12% center;
        }

            .nav_left ul li.icon_lighting a:hover, .nav_left ul li.icon_lighting.active a {
                background: url(../images/icon_lighting_hover.svg) no-repeat 11.4% center;
            }

        .nav_left ul li.icon_center_system a {
            background: url(../images/icon_center_system.svg) no-repeat 12% center;
        }

            .nav_left ul li.icon_center_system a:hover, .nav_left ul li.icon_center_system.active a {
                background: url(../images/icon_center_system_hover.svg) no-repeat 11.4% center;
            }

        .nav_left ul li.icon_tv a {
            background: url(../images/icon_tv.svg) no-repeat 12% center;
        }

            .nav_left ul li.icon_tv a:hover, .nav_left ul li.icon_tv.active a {
                background: url(../images/icon_tv_hover.svg) no-repeat 11.4% center;
            }

        .nav_left ul li.icon_refrigerator a {
            background: url(../images/icon_refrigerator.svg) no-repeat 12% center;
        }

            .nav_left ul li.icon_refrigerator a:hover, .nav_left ul li.icon_refrigerator.active a {
                background: url(../images/icon_refrigerator_hover.svg) no-repeat 11.4% center;
            }

        .nav_left ul li.icon_washing_machin a {
            background: url(../images/icon_washing_machin.svg) no-repeat 12% center;
        }

            .nav_left ul li.icon_washing_machin a:hover, .nav_left ul li.icon_washing_machin.active a {
                background: url(../images/icon_washing_machin_hover.svg) no-repeat 11.4% center;
            }

        .nav_left ul li.icon_jacuzzi a {
            background: url(../images/icon_jacuzzi.svg) no-repeat 12% center;
        }

            .nav_left ul li.icon_jacuzzi a:hover, .nav_left ul li.icon_jacuzzi.active a {
                background: url(../images/icon_jacuzzi_hover.svg) no-repeat 11.4% center;
            }

        .nav_left ul li.icon_water_heater a {
            background: url(../images/icon_water_heater.svg) no-repeat 12% center;
        }

            .nav_left ul li.icon_water_heater a:hover, .nav_left ul li.icon_water_heater.active a {
                background: url(../images/icon_water_heater_hover.svg) no-repeat 11.4% center;
            }

        .nav_left ul li.icon_dryer a {
            background: url(../images/icon_dryer.svg) no-repeat 12% center;
        }

            .nav_left ul li.icon_dryer a:hover, .nav_left ul li.icon_dryer.active a {
                background: url(../images/icon_dryer_hover.svg) no-repeat 11.4% center;
            }

        .nav_left ul li.icon_sprinkler a {
            background: url(../images/icon_sprinkler.png) no-repeat 12% center;
        }

            .nav_left ul li.icon_sprinkler a:hover, .nav_left ul li.icon_sprinkler.active a {
                background: url(../images/icon_sprinkler_hover.png) no-repeat 11.4% center;
            }


        .nav_left ul li.icon_ev_sidebar a {
            background: url(../images/icon_ev_sidebar.svg) no-repeat 13% center;
        }

            .nav_left ul li.icon_ev_sidebar a:hover, .nav_left ul li.icon_ev_sidebar.active a {
                background: url(../images/icon_ev_sidebar_RO_1.svg) no-repeat 12.4% center;
            }

        .nav_left ul li.icon_charging_station a {
            background: url(../images/icon-charging-stn.svg) no-repeat 12% center;
        }

            .nav_left ul li.icon_charging_station a:hover, .nav_left ul li.icon_charging_station.active a {
                background: url(../images/icon-charging-stn_ro.svg) no-repeat 11.4% center;
            }


        /* Connet Me Page */

        .nav_left ul li.icon_contact a {
            background: url("../images/connect_us.svg") no-repeat 13% center;
        }

            .nav_left ul li.icon_contact a:hover, .nav_left ul li.icon_contact.active a {
                background: url("../images/connect_us_hover.svg") no-repeat 12.4% center;
            }

        .nav_left ul li.icon_fb a {
            background: url("../images/icon_fb_sidebar.svg") no-repeat 12% center;
        }

            .nav_left ul li.icon_fb a:hover, .nav_left ul li.icon_fb.active a {
                background: url("../images/icon_fb_sidebar_hover.svg") no-repeat 11.4% center;
            }

        .nav_left ul li.icon_twitter a {
            background: url("../images/icon_twitter.svg") no-repeat 12% center;
        }

            .nav_left ul li.icon_twitter a:hover, .nav_left ul li.icon_twitter.active a {
                background: url("../images/icon_twitter_hover.svg") no-repeat 11.4% center;
            }

        .nav_left ul li.icon_youtube_new a {
            background: url("../images/youtue_icon.png") no-repeat 12% center;
        }

            .nav_left ul li.icon_youtube_new a:hover, .nav_left ul li.icon_youtube_new.active a {
                background: url("../images/youtue_icon_hover.png") no-repeat 11.4% center;
            }


        .nav_left ul li.icon_youtube a {
            background: url("../images/icon_youtube.png") no-repeat 12% center;
        }

            .nav_left ul li.icon_youtube a:hover, .nav_left ul li.icon_youtube.active a {
                background: url("../images/icon_youtube_hover.png") no-repeat 11.4% center;
            }

        /* Icon Billing */

        .nav_left ul li.icon_utility_bill a {
            background: url("../images/icon_utility_billing.svg") no-repeat 12% center;
        }

            .nav_left ul li.icon_utility_bill a:hover, .nav_left ul li.icon_utility_bill.active a {
                background: url("../images/icon_utility_billing_hover.svg") no-repeat 11.4% center;
            }


        .nav_left ul li.icon_history a {
            background: url("../images/icon-history.svg") no-repeat 12% center;
        }

            .nav_left ul li.icon_history a:hover, .nav_left ul li.icon_history.active a {
                background: url("../images/icon-history-ro.svg") no-repeat 11.4% center;
            }

        .nav_left ul li.icon_budget_bill a {
            background: url("../images/icon-budget-my-bill.svg") no-repeat 12.5% center;
            background-size: auto 20px !important;
        }

            .nav_left ul li.icon_budget_bill a:hover, .nav_left ul li.icon_budget_bill.active a {
                background: url("../images/icon-budget-my-bill-ro.svg") no-repeat 11.9% center;
                background-size: auto 20px !important;
            }

        .nav_left ul li.icon_dispute_bill a {
            background: url("../images/icon-dispute-my-bill.svg") no-repeat 12% center;
        }

            .nav_left ul li.icon_dispute_bill a:hover, .nav_left ul li.icon_dispute_bill.active a {
                background: url("../images/icon-dispute-my-bill-ro.svg") no-repeat 11.4% center;
            }

        .nav_left ul li.icon_payment_location a {
            background: url("../images/payment_icon.svg") no-repeat 12% center;
        }

            .nav_left ul li.icon_payment_location a:hover, .nav_left ul li.icon_payment_location.active a {
                background: url("../images/payment_icon_hover.svg") no-repeat 11.4% center;
            }

        .nav_left ul li.icon_instagram a {
            background: url("../images/instagram_icon.svg") no-repeat 12% center;
        }

            .nav_left ul li.icon_instagram a:hover, .nav_left ul li.icon_instagram.active a {
                background: url("../images/instagram_icon_hover.svg") no-repeat 11.4% center;
            }


.energy_mid_box .right_content_box {
    width: 80%;
    float: left;
    padding-bottom: 0%;
   
    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;
        vertical-align: text-top;
        display: flex;
        display: -webkit-flex;
        flex-flow: row wrap;
        /*clear:both;*/ /*Removed By Saurabh*/
        -webkit-flex-flow: row wrap;
        padding: 0 0 10px 24px;
        /*margin-bottom: 10px;*/
        border-bottom: 1px solid #f4f4f4;
    }



.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 2%;
            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: 27px;
                display: block;
                text-align: left;
                display: block;
                width: 100%;
            }

            .current_area ul li span {
                font-family: 'OpenSans-SemiBold' !important;
            }

.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: 12px;
    font-style: normal;
    margin: 0px;
    text-align: left;
}

.current_area ul li:first-child {
    border-left: 0px solid #000;
}

@media screen and (min-width:0\0) {

    .search-area input[type="text"] {
        height: 28px !important;
    }
}



@media screen and (min-width:0\0) {
    /*.right_content_box ul li
    {
        height: 70px;
    }*/

    .details_box .register_lnk ul li, .details_box .view_details li {
        height: auto;
    }



    /*.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 14px !important;
    }

    .details_box .register_lnk span
    {
        margin-top: 9px !important;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }*/

    /*.details_box .register_lnk .like_lnk
    {
        margin-top: -20px;
    }*/
}

.right_content_box .profile_img img {
    border: 1px solid #e6e7e8;
    width: 60px;
    height: 60px;
}

.right_content_box ul li a[type="C"] {
    background: url("../images/icon-ccf.svg") no-repeat -5px -4px !important;
    display: block;
    margin: 12px 8px 7px 25px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a.active[type="C"] {
    background: url("../images/icon-ccf-hover.svg") no-repeat -5px -4px !important;
    display: block;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a[type="K"], .right_content_box ul li a[mode="K"] {
    background: url("../images/icon_kwh.svg") no-repeat -5px -4px !important;
    display: block;
    margin: 12px 8px 7px 25px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a[type="W"], .right_content_box ul li a[mode="K"] {
    background: url("../images/icon_hcf.svg") no-repeat -5px -4px !important;
    display: block;
    margin: 12px 8px 7px 25px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a.active[type="K"], .right_content_box ul li a.active[mode="K"] {
    background: url("../images/icon_kwh_hover.svg") no-repeat -5px -4px !important;
    display: block;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a.active[type="W"], .right_content_box ul li a.active[mode="K"] {
    background: url("../images/icon_hcf_active.svg") no-repeat -5px -4px !important;
    display: block;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a[type="D"] {
    background: url("../images/icon_currency.svg") no-repeat -5px -4px !important;
    display: block;
    margin: 12px 8px 7px 0px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a.active[type="D"] {
    background: url("../images/icon_currency_hover.svg") no-repeat -5px -4px !important;
    display: block;
    width: 32px;
    height: 31px;
}


.currency ul li a[mode="H"] {
    background: url("../images/icon_hourly.svg") no-repeat left top !important;
    display: block;
    height: 32px;
    margin: 10px 1px 7px 25px;
    text-indent: -999px;
    width: 37px;
}

.currency ul li a.active[mode="H"] {
    background: url("../images/icon_hourly_hover.svg") no-repeat left top !important;
    display: block;
}

.currency ul li a[mode="S"] {
    background: url("../images/icon_season.png") no-repeat right top !important;
    display: block;
    height: 32px;
    margin: 10px 1px 7px 25px;
    text-indent: -999px;
    width: 37px;
}

.currency ul li a.active[mode="S"] {
    background: url("../images/icon_season_hover.png") no-repeat right top !important;
    display: block;
}


.currency ul li a[mode="D"] {
    background: url("../images/icon_daily.svg") no-repeat left top !important;
    display: block;
    height: 32px;
    margin: 10px 8px 7px 0px;
    text-indent: -999px;
    width: 32px;
}

.currency ul li a.active[mode="D"] {
    background: url("../images/icon_daily_hover.svg") no-repeat left top !important;
    display: block;
}

.currency ul li a[mode="M"] {
    background: url("../images/icon_monthly.svg") no-repeat left top !important;
    display: block;
    height: 32px;
    margin: 10px 8px 7px 0px;
    text-indent: -4px !important;
    width: 32px;
}

.currency ul li a.active[mode="M"] {
    background: url("../images/icon_monthly_hover.svg") no-repeat left top !important;
    display: block;
    text-indent: -4px !important;
}

.currency ul li a[mode="B"] {
    background: url("../images/bi_monthly_icon.png") no-repeat left 5px !important;
    display: block;
    height: 32px;
    margin: 10px 8px 7px 0px;
    text-indent: -14px !important;
    width: 32px;
}

.currency ul li a.active[mode="B"] {
    background: url("../images/bi_monthly_icon_hover.png") no-repeat left 5px !important;
    display: block;
    text-indent: -14px !important;
}

.currency ul li a[mode="L"] {
    background: url("../images/icon-last-ten-days_hover1.png") no-repeat left top !important;
    display: block;
    height: 36px;
    margin: 10px 14px 7px 0px;
    text-indent: -9999px;
    width: 38px;
}

.currency ul li a.active[mode="L"] {
    background: url("../images/icon-last-ten-days1.png") no-repeat left top !important;
    display: block;
}

.currency ul li a[mode="N"] {
    background: url("../images/icon-next-10-days_hover1.png") no-repeat left top !important;
    display: block;
    height: 37px;
    margin: 10px 8px 7px 0px;
    text-indent: -9999px;
    width: 39px;
}

.currency ul li a.active[mode="N"] {
    background: url("../images/icon-next-10-days1.png") no-repeat left top !important;
    display: block;
}

.currency ul li input {
    outline: none !important;
}

    .currency ul li input[value="Compare Me"] {
        background: url("../images/compare_me_icon.svg") no-repeat center 6px !important;
        display: block;
        height: 29px;
        margin: 5px 8px 5px 0;
        text-indent: -9999px;
        width: 29px;
        display: block;
        background-size: auto 22px !important;
    }

    .currency ul li input.active[value="Compare Me"] {
        background: url("../images/compare_me_icon_hover.svg") no-repeat center 6px !important;
        display: block;
        background-size: auto 22px !important;
    }

    .currency ul li input[value="Compare Zip"], .currency ul li input[value="Comparar postal"] {
        background: url("../images/compare_zip_icon.svg") no-repeat center 5px !important;
        display: block;
        height: 29px;
        margin: 5px 8px 5px 0;
        text-indent: -9999px;
        width: 29px;
        background-size: auto 23px !important;
    }

    .currency ul li input.active[value="Compare Zip"], .currency ul li input.active[value="Comparar postal"] {
        background: url("../images/compare_zip_icon_hover.svg") no-repeat center 5px !important;
        display: block;
        background-size: auto 23px !important;
    }

    .currency ul li input[value="Compare Utility"] {
        background: url("../images/compare_utility_icon.png") no-repeat 2px 5px !important;
        display: block;
        height: 29px;
        margin: 5px 8px 5px 0;
        text-indent: -9999px;
        width: 29px;
        /*background-size: auto 26px !important;*/
    }

    .currency ul li input.active[value="Compare Utility"] {
        background: url("../images/compare_utility_icon_hover.png") no-repeat 2px 5px !important;
        display: block;
        /*background-size: auto 26px !important;*/
    }

    .currency ul li input[value="Compare All"] {
        background: url("../images/compare_all_icon.svg") no-repeat 0px 5px !important;
        display: block;
        height: 29px;
        margin: 5px 8px 5px 0;
        text-indent: -9999px;
        width: 29px;
        background-size: auto 22px !important;
    }

    .currency ul li input.active[value="Compare All"] {
        background: url("../images/compare_all_icon_hover.svg") no-repeat 0px 5px !important;
        display: block;
        background-size: auto 22px !important;
    }


@media screen and (min-width:0\0) {
    .currency ul li input[value="Compare Me"] {
        background: url("../images/compare_me_icon.png") no-repeat center 3px !important;
        background-size: auto !important;
    }

    .currency ul li input.active[value="Compare Me"] {
        background: url("../images/compare_me_icon_hover.png") no-repeat center 3px !important;
        background-size: auto !important;
    }

    .currency ul li input[value="Compare Zip"] {
        background: url("../images/compare_zip_icon.png") no-repeat center 3px !important;
        background-size: auto !important;
    }

    .currency ul li input.active[value="Compare Zip"] {
        background: url("../images/compare_zip_icon_hover.png") no-repeat center 3px !important;
        background-size: auto !important;
    }

    .currency ul li input[value="Compare Utility"] {
        background: url("../images/compare_utility_icon.png") no-repeat 2px 5px !important;
        background-size: auto !important;
    }

    .currency ul li input.active[value="Compare Utility"] {
        background: url("../images/compare_utility_icon_hover.png") no-repeat 2px 5px !important;
        background-size: auto !important;
    }

    .currency ul li input[value="Compare All"] {
        background: url("../images/compare_all_icon.png") no-repeat 0px 0px !important;
        background-size: auto !important;
    }

    .currency ul li input.active[value="Compare All"] {
        background: url("../images/compare_all_icon_hover.png") no-repeat 0px 0px !important;
        background-size: auto !important;
    }
}

/* Microsoft Edge Browser 12+ (All) - @supports method */

@supports (-ms-accelerator:true) {
    .currency ul li input[value="Compare Me"] {
        background: url("../images/compare_me_icon.png") no-repeat center 3px !important;
        background-size: auto !important;
    }

    .currency ul li input.active[value="Compare Me"] {
        background: url("../images/compare_me_icon_hover.png") no-repeat center 3px !important;
        background-size: auto !important;
    }

    .currency ul li input[value="Compare Zip"] {
        background: url("../images/compare_zip_icon.png") no-repeat center 3px !important;
        background-size: auto !important;
    }

    .currency ul li input.active[value="Compare Zip"] {
        background: url("../images/compare_zip_icon_hover.png") no-repeat center 3px !important;
        background-size: auto !important;
    }

    .currency ul li input[value="Compare Utility"] {
        background: url("../images/compare_utility_icon.png") no-repeat 2px 5px !important;
        background-size: auto !important;
    }

    .currency ul li input.active[value="Compare Utility"] {
        background: url("../images/compare_utility_icon_hover.png") no-repeat 2px 5px !important;
        background-size: auto !important;
    }

    .currency ul li input[value="Compare All"] {
        background: url("../images/compare_all_icon.png") no-repeat 0px 0px !important;
        background-size: auto !important;
    }

    .currency ul li input.active[value="Compare All"] {
        background: url("../images/compare_all_icon_hover.png") no-repeat 0px 0px !important;
        background-size: auto !important;
    }
}

.currency ul li input[value="Currency"] {
    background: url("../images/icon_currency.svg") no-repeat -5px -4px !important;
    display: block;
    margin: 10px 8px 8px 7px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
    padding: 0px;
}

.currency ul li input.active[value="Currency"] {
    background: url("../images/icon_currency_hover.svg") no-repeat -5px -4px !important;
    display: block;
    width: 32px;
    height: 31px;
}

/*#5454-start*/
.currency ul li input[value="kWh"] {
    background: url("../images/icon_kWh.svg") no-repeat -5px -4px !important;
    display: block;
    margin: 10px 8px 8px 7px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
    padding: 0px;
}

.currency ul li input.active[value="kWh"] {
    background: url("../images/icon_kWh_hover.svg") no-repeat -5px -4px !important;
    display: block;
    width: 32px;
    height: 31px;
}

.currency ul li input[value="ccf"] {
    background: url("../images/icon-ccf.svg") no-repeat -5px -4px !important;
    display: block;
    margin: 10px 8px 8px 7px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
    padding: 0px;
}

.currency ul li input.active[value="ccf"] {
    background: url("../images/icon-ccf-hover.svg") no-repeat -5px -4px !important;
    display: block;
    width: 32px;
    height: 31px;
}

.currency ul li input[value="HCF"] {
    background: url("../images/icon_hcf.svg") no-repeat -5px -4px !important;
    display: block;
    margin: 10px 8px 8px 7px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
    padding: 0px;
}

.currency ul li input.active[value="HCF"] {
    background: url("../images/icon_hcf_active.svg") no-repeat -5px -4px !important;
    display: block;
    width: 32px;
    height: 31px;
}

.currency ul li input[value="Gallon"] {
    background: url("../images/gl.svg") no-repeat -5px -4px !important;
    display: block;
    margin: 10px 8px 8px 7px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
    padding: 0px;
}

.currency ul li input.active[value="Gallon"] {
    background: url("../images/gl_ro.svg") no-repeat -5px -4px !important;
    display: block;
    width: 32px;
    height: 31px;
}
/*#5454-end*/









.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: underline;
        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;
    }


/*Charging Station CSS*/

.left_charging_map {
    width: 73%;
    margin: 0px;
    height: 100%;
    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: none;
                height: auto !important;
            }

                .right_charging_map .distance_area ul li:first-child {
                    border-left: none;
                }

                .right_charging_map .distance_area ul li a {
                    margin: 0px;
                    padding: 0px 23px;
                    display: block;
                    color: #666666;
                    font-size: 12px;
                    text-decoration: none;
                }

                    .right_charging_map .distance_area ul li a:hover, .right_charging_map .distance_area ul li a.active {
                        color: #006699;
                    }

    .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: #53565a;
}

.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 { /* WebKit browsers */
    color: #666;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    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: medium none !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: #53565a;
        font-size: 11px;
        float: left;
        border: none;
    }

        .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: #ff0000;
    text-decoration: underline;
    outline: none !important;
}

    .customer-details ul li a:hover {
        text-decoration: none;
    }

.buttons_area {
    width: 100%;
    padding: 15px 0;
    float: left;
    margin: 0px;
    font-size: 12px;
    border-bottom: 2px solid #f4f4f4;
}

.buttons_area_BillDash {
    width: 100%;
    padding: 2% 0 0%;
    float: left;
    margin: -5% 0% 0% 0%;
    font-size: 12px;
    border-bottom: 2px solid #f4f4f4;
}

.submit-button {
    background: none repeat scroll 0 0 #88be1c !important;
    border: medium none !important;
    border-radius: 0px !important;
    color: #f0f0f0 !important;
    float: right;
    font-size: 16px;
    height: 30px !important;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 3px 27px !important;
    text-align: center;
    width: 135px !important;
    font-weight: bold;
}

    .submit-button:hover {
        background: none repeat scroll 0 0 #7c7c7c !important;
        text-decoration: none;
    }

.submit-button1 {
    background: none repeat scroll 0 0 #7c7c7c !important;
}

.cancel-button {
    background: none repeat scroll 0 0 #88be1c !important;
    border: medium none !important;
    border-radius: 0px !important;
    color: #f0f0f0 !important;
    float: left;
    font-size: 16px;
    height: 30px !important;
    margin-bottom: 0px;
    margin-left: 13px;
    padding: 3px 27px !important;
    text-align: center;
    font-weight: bold;
    width: 135px !important;
}

    .cancel-button:hover {
        background: none repeat scroll 0 0 #7c7c7c !important;
    }

/*--Billing CSS--*/

.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: #53565a;
        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: 12px;
    margin: 0;
    padding: 7px;
    width: 64%;
}

.all_bill_boxpayment .left-area-tabular {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 7px;
    width: 38%;
}

.all_bill_box .right-area-tabular {
    display: inline-block;
    float: right;
    margin: 0 auto;
    padding: 7px;
    text-align: left;
    width: 27%;
}

.all_bill_box span {
    font-weight: bold;
    color: #000;
}

.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 Page Css */

.service_text p, .service_fill_box p {
    padding: 11px 0 0 0;
    margin: 0px;
    color: #53565a !important;
    font-size: 12px;
}

/*.service_text p {
    font-weight: bold;
}*/

.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;
}

.additional_comments {
    width: 98%;
    height: 155px;
    outline: none;
    border: 1px solid #d6d6d6;
    margin: 3px 0 0 0;
}

.service_text1 {
    font-size: 84.6%;
}

.divider_line {
    border: 1px solid #f4f4f4;
    margin-top: 10px;
    margin-bottom: 20px;
}


/* My Account */


.nav_left ul li.icon_profile a {
    background: url("../images/inner-sidebar-profile-icon.svg") no-repeat 12% center;
    background-size: 20px;
}

    .nav_left ul li.icon_profile a:hover, .nav_left ul li.icon_profile.active a {
        background: url("../images/inner-sidebar-profile-icon_RO.svg") no-repeat 11.4% center;
        background-size: 20px;
    }

.nav_left ul li.icon_setting a {
    background: url("../images/inner-sidebar-settings-icon.svg") no-repeat 12% center;
    background-size: 20px;
}

    .nav_left ul li.icon_setting a:hover, .nav_left ul li.icon_setting.active a {
        background: url("../images/inner-sidebar-settings-icon_RO.svg") no-repeat 11.4% center;
        background-size: 20px;
    }


.nav_left ul li.icon_paymentInfo a {
    background: url("../images/icon-payment-info.png") no-repeat 12% center;
}

    .nav_left ul li.icon_paymentInfo a:hover, .nav_left ul li.icon_paymentInfo.active a {
        background: url("../images/icon-payment-info-ro.png") no-repeat 11.4% center;
    }


/*Footpring page css*/

.nav_left ul li.sidebar_cs_inner a {
    background: url("../images/icon_charging_sidebar.png") no-repeat 12% 8px;
}

    .nav_left ul li.sidebar_cs_inner a:hover, .nav_left ul li.sidebar_cs_inner a.active {
        color: #666;
        background: #f4f4f4 url("../images/icon_charging_sidebar_RO.png") no-repeat 12% 8px;
    }


/*Electric whicle*/

.profile-details-sub {
    float: left;
    font-size: 12px;
    padding: 0.7% 0%;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

.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;
}

.left_content_ev {
    margin: 0px;
    padding: 10px 0px;
    display: block;
    float: left;
    width: 55%;
}

.ev_right {
    width: 40%;
    float: left;
    padding: 10px 0px;
}

.signature {
    float: left;
    margin-right: 28%;
}

.time-selector {
    float: left;
    margin-right: 12px;
}

time-selector select {
    border: 1px solid #d6d6d6;
    padding: 5px 0;
    width: 100%;
}


/*Notification Page CSS*/

.nav_left ul li.sidebar_connect a {
    background: url(../images/icon_connectme_sidebar.svg) no-repeat 14.3% 8px;
    background-size: auto 21px !important;
}

    .nav_left ul li.sidebar_connect a:hover, .nav_left ul li.sidebar_connect.active a {
        background: url(../images/icon_connectme_sidebar_RO_1.svg) no-repeat 13.7% 8px;
        background-size: auto 21px !important;
    }

.nav_left ul li.sidebar_service a {
    background: url(../images/icon_service_sidebar.svg) no-repeat 12% 8px;
}

    .nav_left ul li.sidebar_service a:hover, .nav_left ul li.sidebar_service.active a {
        background: url(../images/icon_service_sidebar_RO_1.svg) no-repeat 12% 8px;
    }

.nav_left ul li.sidebar_report_outage a {
    background: url(../images/icon_outages_sidebar.svg) no-repeat 12% 8px;
}

    .nav_left ul li.sidebar_report_outage a:hover, .nav_left ul li.sidebar_report_outage.active a {
        background: url(../images/icon_outage_sidebar_RO_1.svg) no-repeat 12% 8px;
    }

.nav_left ul li.sidebar_billing a {
    background: url(../images/icon_biling_sidebar.svg) no-repeat 13% 8px;
    background-size: auto 22px !important;
}

    .nav_left ul li.sidebar_billing a:hover, .nav_left ul li.sidebar_billing.active a {
        background: url(../images/icon_biling_sidebar_RO_1.svg) no-repeat 13% 8px;
        background-size: auto 22px !important;
    }



.nav_left ul li.sidebar_inbox a {
    background: url(../images/Inbox_Icon.svg) no-repeat 12% 8px;
}

    .nav_left ul li.sidebar_inbox a:hover, .nav_left ul li.sidebar_inbox.active a {
        background: url(../images/Inbox_Icon_RO.svg) no-repeat 12% 8px;
    }

.nav_left ul li.sidebar_all-mail a {
    background: url(../images/all_mail_icon.svg) no-repeat 12% 9px;
    background-size: auto 19px !important;
}

    .nav_left ul li.sidebar_all-mail a:hover, .nav_left ul li.sidebar_all-mail.active a {
        background: url(../images/all_mail_icon_hover.svg) no-repeat 11.4% 9px;
        background-size: auto 19px !important;
    }

.nav_left ul li.sidebar_demandresponse a {
    background: url(../images/icon-demand-response.svg) no-repeat 12% 7px !important;
    background-size: auto 20px !important;
}
    /*#5485-start*/
    .nav_left ul li.sidebar_demandresponse a:hover, .nav_left ul li.sidebar_demandresponse.active a {
        background: url(../images/icon-demand-response-RO.svg) no-repeat 11.4% 7px !important;
        background-size: auto 20px !important;
    }
/*#5485-end*/
.nav_left ul li.sidebar_sent-mail a {
    background: url(../images/Sent_Icon.svg) no-repeat 12% 8px;
}

    .nav_left ul li.sidebar_sent-mail a:hover, .nav_left ul li.sidebar_sent-mail.active a {
        background: url(../images/Sent_Icon_RO.svg) no-repeat 12% 8px;
    }

.nav_left ul li.sidebar_saved-mail a {
    background: url(../images/saved-icon.svg) no-repeat 12% 8px;
}

    .nav_left ul li.sidebar_saved-mail a:hover, .nav_left ul li.sidebar_saved-mail.active a {
        background: url(../images/saved-icon-RO.png) no-repeat 11.4% 8px;
    }


.nav_left ul li.sidebar_trash-mail a {
    background: url(../images/Trash_Icon.svg) no-repeat 13% 8px;
}

    .nav_left ul li.sidebar_trash-mail a:hover, .nav_left ul li.sidebar_trash-mail.active a {
        background: url(../images/Trash_Icon_RO.svg) no-repeat 12.4% 8px;
    }



/*Smart Home CSS*/

.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;
    width: 100&;
}

.on-button {
    width: 28%;
    margin: 0px 5px 0;
    border: 1px solid #8eba0a;
    padding: 4px 0;
    float: right;
    display: block;
    background: rgb(161,213,79); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg +xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0 iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI +CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIH gyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiNhMWQ1NGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb 2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiM5ZGQ1M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM3Y2Jj MGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2NiYzBhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2x pbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cj wvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(161,213,79,1) 48%, rgba(157,213,58,1) 49%, rgba(124,188,10,1) 51%, rgba (124,188,10,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,rgba(161,213,79,1)), color-stop(49%,rgba (157,213,58,1)), color-stop(51%,rgba(124,188,10,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(161,213,79,1) 48%,rgba(157,213,58,1) 49%,rgba(124,188,10,1) 51%,rgba (124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(161,213,79,1) 48%,rgba(157,213,58,1) 49%,rgba(124,188,10,1) 51%,rgba (124,188,10,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(161,213,79,1) 48%,rgba(157,213,58,1) 49%,rgba(124,188,10,1) 51%,rgba (124,188,10,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(161,213,79,1) 48%,rgba(157,213,58,1) 49%,rgba(124,188,10,1) 51%,rgba (124,188,10,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1d54f', endColorstr='#7cbc0a',GradientType=0 ); /* 

IE6-8 */
}

.off-button {
    width: 28%;
    margin: 0px 5px 0;
    padding: 4px 0;
    float: right;
    display: block;
    border: 1px solid #d50000;
    background: rgb(255,48,25); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg +xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0 iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI +CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIH gyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZ mZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NmMDQw NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGl uZWFyR3JhZGllbnQ +CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(255,48,25,1) 48%, rgba(207,4,4,1) 50%, rgba(207,4,4,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(48%,rgba (255,48,25,1)), color-stop(50%,rgba(207,4,4,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(255,48,25,1) 48%,rgba(207,4,4,1) 50%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(255,48,25,1) 48%,rgba(207,4,4,1) 50%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(255,48,25,1) 48%,rgba(207,4,4,1) 50%,rgba(207,4,4,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(255,48,25,1) 48%,rgba(207,4,4,1) 50%,rgba(207,4,4,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* 

IE6-8 */
}

/*-- sidebar-details */
.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: 12px;
}

.name-feild {
    width: 22%;
    float: left;
    color: #53565a;
    font-size: 12px;
}

.sub-name {
        color: #53565a;
    width: 93%;
    float: left;
    background: #f1f1f1;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0px 10px 5px;
}

.cust-feild {
    width: 17%;
    float: left;
    color: #53565a;
    font-size: 12px;
}

.input-phone {
    background: none;
    border: 1px solid #d6d6d6;
    color: #53565a;
    font-size: 12px;
    padding: 6px 6px;
    margin-top: -3px;
    float: left;
    width: 22%;
}

.inner-address b {
    font-size: 14px;
    /*color: #53565a;*/
}

.default-address-1 {
    width: 13%;
    float: left;
    font-size: 12px;
    color: #53565a;
}

    .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: #53565a;
}

.address-1 {
    width: 30%;
    float: left;
    font-size: 12px;
    color: #53565a;
}

.address-button {
    text-align: center;
    display: block;
    margin-left: 32px !important;
}

.address-1-billing {
    float: left;
    font-size: 12px;
    color: #53565a;
    margin-right: 55px;
}

    .address-1-billing label {
        display: inline-block;
    }

    .address-1-billing input[type="radio"], input[type="checkbox"] {
        line-height: normal;
        margin: 2px 7px 0;
        text-align: center;
        width: 10px;
        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;
}

.white-bar {
    width: 98%;
    float: left;
    margin: 1% 0 0 1.5%;
    padding: 1% 1.5%;
}

.add-card {
    width: 98%;
    float: left;
    padding:0px 15px;
}

    .add-card a {
        text-decoration: none;
        font-size: 13px;
        /*color: #3772af;*/
        font-weight: bold;
    }

        .add-card a:hover, .add-card a.active {
            color: #53565a;
            text-decoration: none;
        }

.power-plan-selector {
    float: left;
    width: 35%;
}

.selector-text {
    width: 16%;
    float: left;
    color: #53565a;
    font-size: 12px;
    margin-top: 2px;
}

.power-plan-selector select {
    border: 1px solid #d6d6d6;
    padding: 5px 0;
}

label {
    vertical-align: middle;
}

.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%;
    border-width: 110%;
}

.divider_line1 {
    border-bottom: 1px solid #f4f4f4;
    clear: both;
    padding-top: 45px;
    margin: 15px 0 10px 0;
    display: block;
}

.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;
                outline: none !important;
                border: 0px !important;
                font-size: 88.3%;
                background: url(../images/divider_inner_page_lnk.gif) no-repeat left 12px;
            }

            .currency ul li:first-child a {
                background: none;
                padding-left: 20px;
            }

            .currency ul li a:hover, .currency ul li a.active {
                /*color: #006699;*/
                outline: none;
            }


            .currency ul li input[type="submit"] {
                padding: 16px;
                display: block;
                text-decoration: none;
                color: #666;
                font-size: 92.3%;
                border: 0;
                background: url(../images/divider_inner_page_lnk.gif) no-repeat left 12px;
            }

            .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%;
    margin: 3px 0 0 0;
}

    .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%;
    }

.compare_nav {
    background: #f4f4f4;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 9;
}

.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 {
    padding: 0 0 20px 20px;
}

    .compare_summary b {
        padding: 0 0 20px 0px;
        display: block;
    }

.compare_summary_main_box {
    display: block;
    width: 99%;
    padding: 0 0 30px 0;
}

.compare_summary_box1 {
    width: 20%;
    float: left;
}

.compare_summary_box2 {
    width: 67%;
    float: left;
}

    .compare_summary_box2 img {
        max-width: 100%;
        text-align: center;
    }

.compare_summary_box3 {
    width: 13%;
    float: left;
}

.dish_washer_heading {
}

/* -- sidebar-details -- */


.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;
        }

/*.dish_washer_heading .on_off_btn {
	float:left;	
	margin: 25px 0 0 0;
	background:none;
	outline:none;
	border:1px solid #d6d6d6;
	padding:5px 20px;
	color:#000;
	transition:all 0.5s easy-in;
	-moz-transition:all 0.5s easy-in;
	-webkit-transition:all 0.5s easy-in;
	}
	
.dish_washer_heading .on_off_btn:hover {
	color:#418e40;
	border:1px solid #418e40;
	transition:all 0.5s easy-in;
	-moz-transition:all 0.5s easy-in;
	-webkit-transition:all 0.5s easy-in;
	}*/

.OnBtnClass {
    float: right;
    margin: -6px 0 0 16px;
    background: none;
    outline: none;
    border: 1px solid #418e40;
    padding: 5px 20px;
    color: #418e40;
    transition: all 0.5s easy-in;
    -moz-transition: all 0.5s easy-in;
    -webkit-transition: all 0.5s easy-in;
}

    .OnBtnClass:hover {
        color: #418e40;
        transition: all 0.5s easy-in;
        -moz-transition: all 0.5s easy-in;
        -webkit-transition: all 0.5s easy-in;
    }

.OffBtnClass {
    float: right;
    margin: -6px 0 0 16px;
    background: none;
    outline: none;
    border: 1px solid rgb(255,48,25);
    padding: 5px 20px;
    color: #f00;
    transition: all 0.5s easy-in;
    -moz-transition: all 0.5s easy-in;
    -webkit-transition: all 0.5s easy-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_time_days b, smart_days_box_second b {
    font-size: 107.7%;
    display: block;
    margin-bottom: 11px;
}

.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 p, smart_days_box_second p {
    padding: 6px 0;
    margin: 0px;
}


.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); /* IE */
    -moz-transform: scale(1.3); /* FF */
    -webkit-transform: scale(1.3); /* Safari and Chrome */
    -o-transform: scale(1.3); /* Opera */
}

label {
    font-weight: normal;
}

smart_days_box_second input[type=checkbox] {
    border: 1px solid #b9b9b9;
    float: left;
    margin: 9px 12% 0 0;
    background: #f4f4f4;
    outline: none;
    -ms-transform: scale(1.3); /* IE */
    -moz-transform: scale(1.3); /* FF */
    -webkit-transform: scale(1.3); /* Safari and Chrome */
    -o-transform: scale(1.3); /* Opera */
}

.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); /* IE */
        -moz-transform: scale(1.3); /* FF */
        /*-webkit-transform: scale(1.3); /* Safari and Chrome */
        -o-transform: scale(1.3); /* Opera */
        */ outline: none !important;
    }

    .type_of_wash span {
        padding: 0px 10px 0 13px;
    }

/*Usage CSS*/
.GraphLegend_data_WaterAlloc {
    color: #53565a;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 5px;
}

.GraphLegend_WaterAlloc {
    background-color: #31afdb;
    border-radius: 50%;
    float: left;
    height: 10px;
    margin-left: 5px;
    margin-right: 1px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 10px;
}

.GraphLegend_Usage {
    background-color: #4adea0;
    border-radius: 50%;
    float: left;
    height: 10px;
    margin-left: 5px;
    margin-right: 1px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 10px;
}

.GraphLegend_low {
    background-color: #4adea0;
    border-radius: 50%;
    float: left;
    height: 10px;
    margin-left: 5px;
    margin-right: 1px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 10px;
}

.GraphLegend_data_low {
    color: #53565a;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 5px;
}

.GraphLegend_Avg {
    background-color: #e9cc57;
    border-radius: 50%;
    float: left;
    height: 10px;
    margin-left: 5px;
    margin-right: 1px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 10px;
}

.GraphLegend_High {
    background-color: #ea557b;
    border-radius: 50%;
    float: left;
    height: 10px;
    margin-left: 5px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 10px;
}

.GraphLegend_solar {
    background-color: #018dc8;
    border-radius: 50%;
    float: left;
    height: 10px;
    margin-left: 5px;
    margin-right: 1px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 10px;
}

.GraphLegend_data_solar {
    color: #53565a;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 5px;
}

.thermomap {
    float: left;
    width: 224px;
}


/* All Tablet Sizes (devices and browser) */
@media only screen and (min-width:768px) and (max-width:992px) {
    .ui.popup.top.left {
        margin-bottom: 169px;
    }
    .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%;
    }


    .inner-dashboard-area {
        margin-bottom: 1%;
        margin-top: 0.3%;
        width: 50%;
        background: none;
        box-shadow: none;
        margin-left: 0%;
        margin-right: 0%;
    }



    .tablet-view {
        background: none repeat scroll 0 0 #fff;
        /*box-shadow: 0 0 3px 0 #cfcfcf;*/
    }

    .padding_L {
        padding-left: 15px;
        padding-right: 15px;
    }


    .container-main {
        width: 42%;
        float: left;
        margin-left: 2%;
    }
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .compare_section.compare_section {
        width: 19%;
    }

    .setting_area li.dropdown {
        min-height: 27px;
    }

        .setting_area li.dropdown a.dropdown-toggle {
            margin: auto !important;
            width: 30px !important;
            display: block;
        }

    .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;
    }

    .inner-dashboard-area-usage {
        width: 100%;
    }

    .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;
    }

    .banner_left_img {
        display: none;
    }

    .logo {
        margin: 0 auto;
        padding: 5px 0;
        width: 176px;
    }

    .user-area {
        text-align: center;
        margin: 0 19px 10px;
    }

    .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: 5px;
        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: none;
            }

            ul.tabs li:last-child {
                border-bottom: 1px solid #f0f0f0;
            }

            ul.tabs li a {
                padding: 9px 52px 9px;
                display: block;
                color: #53565a;
                /*text-indent: 9px;*/
                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 {
                    color: #53565a;
                    display: block;
                    font-size: 11px;
                    padding: 0px 10px 1px;
                    text-decoration: none;
                    /*text-indent: -1px;*/
                }

            /*ul.tabs li a span:hover, ul.tabs li a.active span {
                        color: #fff !important;
                    }*/


            ul.tabs li.home a {
                background: url(../images/icon_home_sidebar.png) no-repeat 22px 8px;
                display: block;
            }

                ul.tabs li.home a:hover, ul.tabs li.home a.active {
                    color: #fff;
                    background: #259f9e url(../images/icon_home_sidebar_RO.png) no-repeat 22px 8px;
                }

            ul.tabs li.footprint a {
                background: url(../images/icon_footprint_sidebar.png) no-repeat 22px 8px;
                display: block;
            }

                ul.tabs li.footprint a:hover, ul.tabs li.footprint a.active {
                    color: #53565a;
                    background: #259f9e url(../images/icon_footprint_sidebar_RO.png) no-repeat 22px 8px;
                }

            ul.tabs li.ev > a {
                background: url(../images/icon_ev_sidebar.svg) no-repeat 22px 8px;
                display: block;
            }

                ul.tabs li.ev > a:hover, ul.tabs li.ev > a.active {
                    color: #fff;
                    background: #259f9e url(../images/icon_ev_sidebar_RO.svg) no-repeat 22px 8px;
                }

            ul.tabs li.sh a {
                background: url(../images/icon_smart_home_sidebar.svg) no-repeat 22px 8px;
                display: block;
            }

                ul.tabs li.sh a:hover, ul.tabs li.sh a.active {
                    color: #fff;
                    background: #259f9e url(../images/icon_smart_home_sidebar_RO.svg) no-repeat 22px 8px;
                }

            /*Smart Building*/

            /*Smart Building*/

            ul.tabs li.nitiF > a {
                background: url(../images/icon_notif_sidebar.svg) no-repeat 18px 8px;
                display: block;
            }

                ul.tabs li.nitiF > a:hover, ul.tabs li.nitiF > a.active {
                    color: #fff;
                    background: #259f9e url(../images/icon_notif_sidebar_RO.svg) no-repeat 18px 8px;
                }

            ul.tabs li.outages a {
                background: url(../images/icon_outages_sidebar.svg) no-repeat 22px 8px;
                display: block;
            }

                ul.tabs li.outages a:hover, ul.tabs li.outages a.active {
                    color: #fff;
                    background: #259f9e url(../images/icon_outage_sidebar_RO.svg) no-repeat 22px 8px;
                }

            ul.tabs li.connect > a {
                background: url(../images/icon_connectme_sidebar.svg) no-repeat 22px 8px;
                display: block;
            }

                ul.tabs li.connect > a:hover, ul.tabs li.connect > a.active {
                    color: #fff;
                    background: #259f9e url(../images/icon_connectme_sidebar_RO.svg) no-repeat 22px 8px;
                }

            ul.tabs li.service a {
                background: url(../images/icon_service_sidebar.svg) no-repeat 18px 8px;
                display: block;
            }

                ul.tabs li.service a:hover, ul.tabs li.service a.active {
                    color: #fff;
                    background: #259f9e url(../images/icon_service_sidebar_RO.svg) no-repeat 18px 8px;
                }

            ul.tabs li.efficency > a {
                background: url(../images/icon_efficiency_sidebar.svg) no-repeat 20px 8px;
                display: block;
            }

                ul.tabs li.efficency > a:hover, ul.tabs li.efficency > a.active {
                    color: #fff;
                    background: #259f9e url(../images/icon_efficiency_sidebar_RO.svg) no-repeat 20px 8px;
                }

            ul.tabs li.marketplace a {
                background: url(../images/icon_marketplace_sidebar.svg) no-repeat 20px 8px;
                display: block;
            }

                ul.tabs li.marketplace a:hover, ul.tabs li.marketplace a.active {
                    color: #fff;
                    background: #259f9e url(../images/icon_marketplace_sidebar_RO.svg) no-repeat 20px 8px;
                }

            ul.tabs li.billing > a {
                background: url(../images/icon_biling_sidebar.svg) no-repeat 25px 8px;
                display: block;
            }

                ul.tabs li.billing > a:hover, ul.tabs li.billing > a.active {
                    color: #fff;
                    background: #259f9e url(../images/icon_biling_sidebar_RO.svg) no-repeat 25px 8px;
                }

            ul.tabs li.cs > a {
                background: url(../images/icon_cs_sidebar.svg) no-repeat 25px 8px;
                display: block;
            }

                ul.tabs li.cs > a:hover, ul.tabs li.cs > a.active {
                    color: #fff;
                    background: #259f9e url(../images/icon_cs_sidebar_RO.svg) no-repeat 25px 8px;
                }

            ul.tabs li.usage > a {
                background: url(../images/icon_usage_sidebar.png) no-repeat 22px 8px;
                display: block;
            }

                ul.tabs li.usage > a:hover, ul.tabs li.usage > a.active {
                    color: #fff;
                    background: #259f9e url(../images/icon_usage_sidebar_RO.png) no-repeat 22px 8px;
                }


            ul.tabs li.myaccount > a {
                background: url(../images/icon_myaccount_sidebar.svg) no-repeat 23px 8px;
                display: block;
            }

                ul.tabs li.myaccount > a:hover, ul.tabs li.myaccount > a.active {
                    color: #fff;
                    background: #259f9e url(../images/icon_myaccount_sidebar_RO.png) no-repeat 23px 8px;
                }


    .energy_mid_box .nav_left {
        border-bottom: 1px solid #ccc;
        width: 99%;
    }

    .inner-dashboard-area {
        margin-bottom: 1%;
        margin-top: 0.3%;
        width: 100%;
        background: none;
        box-shadow: none;
        margin-left: 0%;
        margin-right: 0%;
    }

    .inner-dashboard-area-custom3 {
        margin-bottom: 1%;
        margin-top: 0.3%;
        width: 100%;
        background: none;
        box-shadow: none;
        margin-left: 0%;
        margin-right: 0%;
    }

    .tablet-view {
        background: none repeat scroll 0 0 #fff;
        /*box-shadow: 0 0 3px 0 #cfcfcf;*/
    }

    .padding_L {
        padding-left: 15px;
        padding-right: 15px;
    }


    .Left_Bill_area {
        float: left;
        width: 100%;
    }

    .right_Bill_area {
        border-left: none;
        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: #53565a;
        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;
    }

    .setting_area .inner-content-log ul li {
        color: #808081;
        float: left;
        margin: 0;
        padding: 0 13px;
        position: relative;
    }

    .nav-search {
        float: right;
        margin-left: 10px;
        width: 131px;
    }

    /* Energy Efficiency Page Css */
    .energy_mid_box .nav_left {
        background: #d4d4d4 none repeat scroll 0 0;
        position: absolute;
        width: 100%;
        z-index: 99999;
    }

    .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;
    }

    /* Responsive Connet Me Page Css */
    .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%;
    }

    .inner-dashboard-area {
        background: none repeat scroll 0 0 #fff;
        box-shadow: 0 0 3px 0 #cfcfcf;
    }

    .tablet-view {
        background: none !important;
        box-shadow: none !important;
    }

    .setting_area {
        float: none;
    }

    .compare_summary_box1 {
        width: 100%;
        float: none;
    }

    .compare_summary_box2 {
        width: 100%;
        float: none;
    }

        .compare_summary_box2 img {
            max-width: 100%;
            text-align: center;
        }

    .compare_summary_box3 {
        width: 100%;
        float: none;
    }

    .compare_month {
        width: 135px !important;
    }
}



@media only screen and (max-width: 440px) {
    #usageMapType ul {
        width: 100px !important;
    }

    #usageMapMode {
        width: 100% !important;
    }

    .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;
    }

    .submit-button, .cancel-button {
        width: auto !important;
        min-width: 99px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
        font-size: 14px !important;
    }

    .right_efficency.right_efficency ul li {
        padding: 0 0 0 8px !important;
        text-align: left;
        width: 50% !important;
    }

    .radio-button-box.electric_vehicle_box {
        width: 104%;
    }

    .without_sidebar {
        height: 86% !important;
    }


    .electric_vehicle_box table tr td {
        width: 105px !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;
    }

    /*.target_goal_text
    {
    position: absolute;    
     bottom: -13%;
    left: 20%;
    width:100% !important;
   
    }

     .target_goal_text p {
         float:left;
         width: 46%;
    }*/

    .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 {
        padding-bottom: 40px;
    }

        .details_box .row-1 .register_lnk {
            position: absolute;
            left: -17%;
            bottom: -21px !important;
            width: 117% !important;
        }


    .my_account_table {
        width: 100%;
        overflow: auto;
    }

    /*.my_account_table .profile-details {
            width: 680px;
        }*/

    #usageMapMode {
        margin: auto !important;
    }

    .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: 84% !important;
    }

    ul.tabs li a {
        padding: 9px 18px 0px;
        display: block;
        color: #53565a;
        font-size: 92.3%;
        text-indent: -9999px;
        background-position: center 12px !important;
        text-decoration: none;
    }

        ul.tabs li a span {
            color: #53565a;
            display: block;
            font-size: 11px;
            padding: 13px 2px 1px;
            text-decoration: none;
        }

    .setting_area .inner-content-log ul li {
        color: #808081;
        float: left;
        margin: 0;
        padding: 0 22px;
        position: relative;
    }

    .message-written-area {
        border: 0 none !important;
        clear: inherit;
        float: left;
        margin: 0 0 0 23px;
        width: 80% !important;
    }

    .currency > #usageMapMode {
        width: 58% !important;
    }

    .compare_nav {
        font-size: 11px !important;
    }
}
/*@media (min-width:1200px) {
     .target_goal_text {
         margin: 23px 0 20px 64px !important;
    }
}*/

@media only screen and (min-width: 992px) and (max-width:1200px) {

    .logo_large {
        padding: 4px 0;
    }

    .nav-search {
        float: right;
        margin-left: 10px;
        width: 133px;
    }

    .setting_area .inner-content-log ul li {
        color: #808081;
        float: left;
        margin: 0;
        padding: 0 10px;
        position: relative;
    }
    /*.target_goal_text {
         margin: 23px 0 20px !important;
    }*/
}


/* Footer */

.footer {
    float: left;
    width: 100%;
    padding: 20px 0 10px 0;
    background: #2c61ae !important;
    background: -moz-linear-gradient(top,#2f75b0 0,#2c61ae 100%);
    background: -webkit-linear-gradient(top,#2f75b0 0,#2c61ae 100%);
    background: linear-gradient(to bottom,#2f75b0 0,#2c61ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f75b0',endColorstr='#2c61ae',GradientType=0);
    box-shadow: 10px 0 10px #cfcfcf;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 99;
}

.footer_nav_default {
    width: 100%;
    float: left;
    margin: 0;
}

    .footer_nav_default > ul {
       list-style: none;
    margin: 0 auto;
    padding: 0px;
    width: auto;
    float: none;
    display: inline-block;
    }

.footer_nav_default > ul > li {
    display: inline-block;
    text-align: center;
    min-width: 25%;
    min-height: 40px;
    float:left;
}
@media (min-width:1200px) {
    .footer_nav_default > ul > li {
        width: 280px;
    }
}
.iphone.iphone_contact {
        font-size: 14px;
      margin: 15px 0 0px;
}
footer .copy-right {
    font-size: 14px;
    display: block;
    color: #fff;
    padding-top: 14px;
    text-align: center;
}

footer .footer-logo {
    padding-top: 7px;
    text-align: center;
    float: none;
    margin: 10px auto;
    display: table;
}

    footer .footer-logo img {
        vertical-align: middle;
        width: 150px;
        display: inline-block;
    }

.footer_nav_default > ul > li a {
    padding: 0px 10px;
    display: block;
    float: none;
    text-decoration: none !important;
    position: relative;
    color: #fff !important;
    text-align: left;
    word-break: break-all;
    display: inline-block;
}
.footer_sec_mid ul li {
    float: left;
      margin: 0 15px;
}
 .copytext, .ver_no_login {
     font-size: 14px;
     display: block;
     color: #fff;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 2px;
}
.pw_logo_foot {
        padding-top: 7px;
    text-align: center;
    float: none;
    margin: 10px auto;
    display: table;
}
.pw_logo_foot img {
    vertical-align: middle;
    width: 150px;
    display: inline-block;
    height:22px;
}
footer .copy-right {
    font-size: 14px;
    display: block;
    color: #fff;
    padding-top: 14px;
    text-align: center;
}


@media only screen and (max-width: 767px) {

    .header-top {
        height: auto;
        padding: 10px 0px;
        text-align: center;
    }


    .setting_area .inner-content-log ul li {
        background: none;
        float: none;
        width: 100%;
        padding-bottom: 3px;
        padding-top: 4px;
        font-size: 15px;
        border-bottom: 1px solid #d5d5d5;
    }

        .setting_area .inner-content-log ul li:first-child {
            padding-top: 12px;
        }

    .nav-search input[type="submit"], .nav-search input[type="submit"]:visited {
        top: 11px;
        height: 30px;
        right: -5px;
        width: 28px;
    }

    .logo {
        margin: 10px auto;
    }

    .setting_area .inner-content-log ul li a {
        font-size: 15px;
    }

    .setting_area .inner-content-log ul li > span {
        font-size: 15px !important;
    }

    .nav-search input[type="text"] {
        padding: 8px 4px;
        width: 150px;
    }

    .setting_area .inner-content-log ul li select {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #b9b9b9;
        border-radius: 10px;
        font-size: 11px;
        height: 23px;
        margin: 0 0 0 20px;
        padding: 0 25px 0 6px;
    }

    .DayContainer {
        width: 40% !important;
        float: left;
    }
}


@media only screen and (min-width: 993px) and (max-width: 1200px) {

    .inner-dashboard-area .right-dolar-top-area .SpanLeft {
        color: #999;
        cursor: pointer;
        float: left;
        font-size: 14px;
        font-weight: normal !important;
        margin: 7px 7px 0 0;
    }

    .inner-dashboard-area .right-dolar-top-area .SpanRight {
        color: #999999;
        cursor: pointer;
        float: left;
        font-size: 14px;
        font-weight: normal !important;
        margin: 7px 0 0;
        text-align: right;
    }



    .logo {
        padding: 10px 0;
        /*width: 147px;*/
    }

    ul.tabs li a span {
        color: #53565a;
        display: block;
        font-size: 11px;
        padding: 19px 2px 1px;
        text-decoration: none;
    }

    .container-main {
        width: 25%;
        float: left;
        margin-left: 2%;
    }

    .thermomap {
        float: left;
        width: 174px;
    }
}



.ajax__slider_h_rail {
    width: 96% !important;
}



/*-- 20-11-2014 CSS By Manoj / Pradeep--*/

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: #53565a;
        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: #53565a;
    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: #53565a;
    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;
            }

    .gis-footprint-area select {
        font-size: 12px !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 {
    background: url("../images/SearchIcon.png") no-repeat scroll left top;
    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;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .search-area input[type="text"], input[type="password"], textarea {
        padding: 3px 10px 5px;
        border-radius: 0;
        width: 100%;
        border: 1px solid #d6d6d6;
    }

    .gis-footprint-area ul li {
        margin: 0px;
        padding: 8px 4px 5px;
        float: left;
    }
}

.secServiceTitle {
    background-color: #f4f4f4;
    /*clear: both !important;*/
    color: #53565a;
    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-weight: bold;
    }

.connectSection p {
    padding: 0 10px 0px 48px;
}

/****************************  ===============Connect Me Page Classes===============  

****************************************/
.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: #53565a;
}

.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;
}

.connectSection {
    margin: 10px 15px;
}

    .connectSection i {
        margin: 10px 15px;
        display: block;
        font-style: normal;
    }


#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;
}


/*-- Notification Inbox CSS Start From Here --*/

.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: 5.1%;
    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;
            }

.right-notif-img {
    margin: 11px 0px 0px 0px;
}

    .right-notif-img .back {
        float: left;
    }

    .right-notif-img .Fright {
        float: right;
    }

    .right-notif-img img {
        margin-right: 10px;
    }

.message-body-section {
    margin: 10px 15px;
}

.from-section {
    width: 10%;
    float: left;
    margin: 0px 0px 10px;
    font-size: 14px;
    color: #53565a;
    font-weight: bold;
}

.from-name-section {
    width: 90%;
    float: right;
    padding-left: 20px;
    margin: 0px 0px 10px;
    font-size: 14px;
    color: #53565a;
}

.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;
    }

.message-written-area {
    width: 100%;
    display: block;
    clear: both;
    font-size: 12px;
    line-height: 21px;
    margin: 30px 0px 15px;
    word-wrap: break-word;
}

.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: 88%;
    float: left;
}

    /* For IE 9 IE 10 IE 11 */

    /*@media screen and (min-width:0\0)
{
    .liclick .select_from
    {
        width: 23% !important;
        padding-left: 0px !important;
    }

    .liclick .select_message
    {
        width: 24% !important;
        padding-left: 0px !important;
    }

    .liclick .select_subject
    {
        width: 26% !important;
        padding-left: 0px !important;
    }

    ul.MailListing li
    {
        height: 30px !important;
    }
}



@media \0screen
{
    .liclick .select_from
    {
        width: 20%;
        padding-left: 0px;
    }

    .liclick .select_message
    {
        width: 22%;
        padding-left: 0px;
    }

    .liclick .select_subject
    {
        width: 26%;
        padding-left: 0px;
    }
}
*/
    .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;
    }

    .address-1-billing input[type="radio"], input[type="checkbox"] {
        line-height: normal;
        margin: 4px 7px 0;
        text-align: center;
        width: 13px;
    }
}

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;
            }

            ul.MailListing li.unread .FromContainer, ul.MailListing li.unread .msgSubject {
                font-weight: bold;
            }

.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;
    /*width: 60px !important;*/
}

.DetailsMessagecolon {
    float: left;
    /*width: 60px !important;*/
}

.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 {
    clear: both;
    margin: 0 auto;
    text-align: center;
    width: 91%;
}

.upper_text #divcreditrdobtn {
    width:50%;
    float:left;
    text-align:center;
}

.upper_text #divbankrdobtn {
    width:50%;
    float:left;
    text-align:center;
}

.popup_left_content_area_home {
    float:left;
    width:30%;
     padding:5px 1% 5px 2%;
}

.popup_right_content_area_home {
     float:left;
    width:70%;
     padding:5px 0% 5px 4%;
}*/


.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;
    /* height: 520px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    margin: auto;*/
}

    .popup_area h1 {
        border-bottom: 2px solid #cecece;
        color: #53565a;
        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: #808080;
        font-size: 14px;
    }

    .popup_area .popup_area_home {
        width: 90%;
        margin: 2% auto 0px;
        display: block;
        color: #808080;
        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: 1px solid #b9b9b9;
    padding:15px 10px;
    margin-top: 0px;
    clear: both;
     float: left;
    width: 100%;
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    outline: 0 none;
    padding-bottom: 0px;
    position: relative;
}

#HighUsage_usage .modal-body {
    padding:0 0px 15px !important;
    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; /*#27425*/
    text-shadow: 0 1px 0 #fff;
}

.modal-header {
    background: #f2f9fd;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
    padding:15px 15px;
    border-radius:0px !important;
}
.modal-content {
    border-radius:0px !important;
}
.modal-header {
    border-bottom: 1px solid #d7ecf9 !important;
}


     .modal-header .close {
    opacity: 1 !important;
}

.modal-title, .modal-title-changepwd {
    font-size: 18px;
    font-weight: normal;
    margin:0;
}


.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;
    background: url(../images/like_img.png) no-repeat center top;
}

.details_box .register_lnk .like_lnk_ro {
    margin-top: -8px;
    vertical-align: top;
    padding-right: 42px;
    height: 35px;
    padding-bottom: 42px;
    background: url(../images/like_img_ro.png) no-repeat center top;
}


@media screen and (min-width:0\0) {
    .details_box .register_lnk .like_lnk_ro, .details_box .register_lnk .like_lnk {
        margin-top: 0px;
    }

}


/* For IE 8 */

@media \0screen {
    .details_box .register_lnk .like_lnk_ro, .details_box .register_lnk .like_lnk {
        margin-top: 0px;
        background: red;
    }

    .details_box .register_lnk ul li:last-child {
        line-height: 39px;
    }
}

.like_lnk_ro:before {
    color: #ccc !important;
}


/*--  System Details Page Css --*/

.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: #53565a;
        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 {
    background: url("../images/thermostat-bg.png") no-repeat left top;
    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;
}

/* System Details Nav Left Icon */


.nav_left ul li.icon_system_details a {
    background: url("../images/icon_system_details.png") no-repeat 12% center;
    cursor: pointer;
}

    .nav_left ul li.icon_system_details a:hover, .nav_left ul li.icon_system_details.active a {
        background: url("../images/icon_system_details_hover.png") no-repeat 12% center;
    }

.nav_left ul li.icon_preferences a {
    background: url("../images/icon_preferences.png") no-repeat 12% center;
    cursor: pointer;
}

    .nav_left ul li.icon_preferences a:hover, .nav_left ul li.icon_preferences.active a {
        background: url("../images/icon_preferences_hover.png") no-repeat 12% center;
    }


.nav_left ul li.icon_smart_plugs a {
    background: url("../images/icon_smart_plugs.png") no-repeat 12% center;
    cursor: pointer;
}

    .nav_left ul li.icon_smart_plugs a:hover, .nav_left ul li.icon_smart_plugs.active a {
        background: url("../images/icon_smart_plugs_hover.png") no-repeat 12% center;
    }



.VehicalImage {
    float: left;
    margin: 0px;
    width: 100%;
}

    .VehicalImage img {
        margin: 4px 7px 0;
        max-height: 75px;
        max-width: 28%;
        float: right;
    }

    .VehicalImage .select {
        float: left;
        margin-left: 6%;
        margin-top: 16px;
        width: 56%;
    }

.VehicalStatus {
    float: left;
    margin: 0px 0;
}

.outageType {
    float: left;
}

.GridTableLabel {
    float: left;
    font-size: 11px;
    padding: 9px 10px 8px;
    width: 70%;
    font-weight: bold;
    height: 32px;
}
/* CSS for 90% Resolution on Laptop*/
@media (min-width:1500px) and (max-width:1550px) {
    .GridTableLabel {
        font-size: 10px;
    }
}

.GridTableData {
    float: left;
    padding: 8px 10px;
    height: 29px;
    width: 30%;
    height: 32px;
}

.OddColor {
    background: #fff;
}

.EvenColor {
    background: #f4f4f4;
}

.clear_both {
    clear: both;
}

.green_compare {
    /*background: #256a9f url("../images/icon-compare-spending-active.svg") no-repeat left top;*/
    bottom: 0;
    float: left;
    margin: 0;
    padding: 5px 9px;
    padding-top: 19px;
    position: absolute;
    width: 19px;
    transition: all 0.5s ease-in 0.3s;
    background-size: 100% auto;
}

    .green_compare:before {
        content: "\e9c2";
        font-family: scmfonts;
        font-size: 27px;
        position: absolute;
        top: -7px;
        left: -4px;
        background: #fff;
        height: 30px;
        /*color: #256a9f;*/
    }

.gray_compare {
    /*background: #96C93D url("../images/icon-compare-spending.svg") no-repeat left top;*/
    bottom: 0;
    float: left;
    margin: 0;
    padding: 5px 9px;
    padding-top: 19px;
    position: absolute;
    width: 19px;
    transition: all 0.5s ease-in-out !important;
    background-size: 100% auto;
}

    .gray_compare:before {
        content: "\e9c2";
        font-family: scmfonts;
        font-size: 27px;
        position: absolute;
        top: -7px;
        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 {
    background: url("../images/gas-usage-icon.png") no-repeat center center;
    display: block;
}

.water-area canvas {
    background: url("../images/water_icon.png") no-repeat center center;
    display: block;
}

.electricity-area canvas {
    background: url("../images/electricity_icon.png") no-repeat center center;
    display: block;
}

.solargeneration-area canvas {
    background: url("../images/solar_icon.png") no-repeat center center;
    display: block;
}

.gas-area span, .water-area span, .electricity-area span, .solargeneration-area span {
    position: absolute;
    left: 0;
    width: 100%;
    top: 119px;
    color: #cfcfcf;
    text-align: center;
    font-size: 12px;
}

    .gas-area span b, .water-area span b, .electricity-area span b, .solargeneration-area span b {
        font-weight: bold;
        color: #53565a;
        font-size: 12px;
    }

.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: bold;
        padding: 4px 0px;
        color: #000 !important;
    }

    #outage_Text_canvas strong {
        color: #006699;
        font-size: 12px;
        padding-right: 5px;
    }

.get_notification_outage {
    background: url("../images/red-icon.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    margin: 0 8px 0 0;
    padding: 4px 0;
    text-align: center;
    width: 21px;
}

.no_notification_outage {
    background: url("../images/gray-icon.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    margin: 0 8px 0 0;
    padding: 4px 0;
    text-align: center;
    width: 21px;
}

.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%;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, .Quiet_Hours_to .schedule_time, .Quiet_Hours_from .schedule_time {
        margin-left: 0px;
        margin-top: 6px;
    }
}



.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;
    }

.nav_left ul li.icon_annual_goal a {
    background: url("../images/annual_goal_icon.svg") no-repeat 12% center;
}

    .nav_left ul li.icon_annual_goal a:hover, .nav_left ul li.icon_annual_goal.active a {
        background: url("../images/annual_goal_icon_hover.svg") no-repeat 11.4% center;
    }

.nav_left ul li.icon_efficiency_rank a {
    background: url("../images/efficiency_rank_icon.svg") no-repeat 12% center;
}

    .nav_left ul li.icon_efficiency_rank a:hover, .nav_left ul li.icon_efficiency_rank.active a {
        background: url("../images/efficiency_rank_icon_hover.svg") no-repeat 11.4% center;
    }

.smart_icons_dash {
    display: block;
    float: left;
    margin: -2px 0 0;
    padding-right: 8px;
}

.ajax__calendar .ajax__calendar_container {
    margin-left: 80px !important;
    margin-top: 30px !important;
}
.card_type_img_popup {
    margin-top: 7px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 4px;
    width: 91%;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
   .chequeImg {
    top: 15px!important;
    left: -303px!important;
}
    .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;
    }

    .setting_area .inner-content-log ul li {
        padding: 7px 10px;
    }

    .energy_mid_box.without_sidebar {
        padding-bottom: 2px;
    }
.usage_listing ul li a {
    padding: 7px 4px;
    min-width: 30px;
    text-align: center;
    font-size: 11px;
}

    .inner_mid_section {
        height: 80%;
    }

    @media screen and (min-width:0\0) {
        .nav_left ul li a {
            padding: 10px 0 10px 23%;
        }
    }

    .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;
    }

    #usageMapMode {
        width: 23% !important;
    }

    /*.currency  #usageMapMode.compare_nav {
           width: 71% !important;
       }*/

    span.cal {
        clear: none !important;
        float: right !important;
    }

    .program_details_lnk {
        float: left;
        width: 100%;
        /*margin-top: -32px;*/
    }

    .changing_nav {
        display: none;
    }

    .customer-details ul li {
        padding: 0px 0px 0px 7px !important;
    }

    @media all and (orientation:portrait) {
        /*.inner_mid_section {
    height: 86% !important;
}*/
        .inner-mid-container {
            height: 100% !important;
        }


        .current_area ul li {
            padding: 7px 3%;
        }

        .power_graph_heading {
            width: 35% !important;
        }

        #usageMapMode {
            width: 29% !important;
        }

        .current_area ul li span {
            line-height: 25px;
        }
    }



    @media all and (orientation:landscape) {
        /*.inner_mid_section {
    height: 84% !important;
}*/
        .inner-mid-container {
            height: 100% !important;
        }


        .current_area ul li {
            padding: 7px 5px;
        }

        .power_graph_heading {
            width: 34% !important;
        }

        #usageMapMode {
            width: 23% !important;
        }
    }

    .smart_time_box input[type="text"], .smart_time_box_second input[type="text"] {
        width: 94% !important;
        padding: 5px 8px;
    }

    /*#change-pwd-divPopup > .popup_area {
         width: 90% !important;
    }*/
}



.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: 17px;
    left: 17px;
    color: #000000;
    display: block;
    width: 15px;
    text-align: center;
    font-weight: bold;
}

.LeftPanel .MessageContainerActive, .LeftPanel .MessageContainer:hover {
    background: #e6f3fb;
    border-bottom: 1px dashed #dadada;
    color: #006699;
    cursor: pointer;
    padding: 10px;
}

.MessageContainer, .MessageContainerActive {
    line-height: 18px;
    position: relative;
}

    .MessageContainer .blue {
        /*color: #3398cc;*/
        font-weight: bold;
    }

    .MessageContainer .red {
        color: #fe0000;
    }

    .MessageContainerActive .blue, .MessageContainer:hover .blue, .MessageContainer:hover .red, .MessageContainerActive .red, .MessageContainerActive .PinLabel, .MessageContainer:hover .PinLabel {
        color: #006699 !important;
    }

.LeftPanel .MessageContainer {
    border-bottom: 1px dashed #dadada;
    padding: 10px;
}

.MessageContainer table td, th {
    vertical-align: top;
    padding-right: 10px;
}

@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;
    }

    .divconfigusage_usage {
        position: absolute;
        right: 24px;
        top: 16px;
        float: right;
    }

    .power_graph_heading.power_graph_spanish {
        width: 40% !important;
        margin-left: 0 !important;
    }

    .right_content_box ul li a[type="G"] {
        margin: 12px -4px 7px !important;
    }

    .profile-details table#EbillBtn td, .profile-details table#EbillBtn th {
        padding: 0 !important;
    }

    .radio-button-box-mob {
        width: 75% !important;
    }

    .nav_left ul li a {
        padding: 10px 0 10px 40px;
        background-position: 5% center !important;
        font-size: 11px !important;
    }

    .inner-mid-container {
        height: 100%;
    }

    .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;
        }

    /*.target_goal_text
    {
    position: absolute;    
     bottom: -13%;
    left: 10%;
    width:100% !important;
   
    }

     .target_goal_text p {
         float:left;
         width: 46%;
    }*/
    .current_area ul li {
        min-height: 65px;
    }

        .current_area ul li span {
            font-size: 20px;
        }

        .current_area ul li i {
            font-size: 9px;
        }
}


.gray-box {
    background: #f4f4f4;
    padding: 0.9% 0 0.6% 2.8%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, .dashboard_new .mid-container {
        padding-bottom: 58px;
    }
}

/*.modal
{
    bottom: 0;
    left: 0;
    outline: 0 none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999 !important;
}*/



/*------------------------------- Iphone Device Css -------------------------------*/

@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;
    }

    .usage_listing ul li a {
        padding: 7px 6px;
    }

    .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;
    }

    .radio-button-box-mob {
        width: 71% !important;
    }

    #usageMapMode {
        width: 50% !important;
        margin: auto;
        display: table;
        float: none !important;
    }

    .power_graph_heading {
        width: 74% !important;
    }

    .currency #usageMapMode.compare_nav {
        width: 100% !important;
    }

    #accountdetails .profile-details input[type="text"], input[type="password"], textarea {
        width: 75%;
    }

    .details_box h5 {
        text-align: left;
    }

    .details_box .register_lnk {
        margin-top: 9px !important;
        float: left;
    }

    .changing_nav {
        display: none;
    }

    .navbar-header {
        background: none;

    }

    .logo {
        float: left;
    }


    nav.main_small ul.tabs li a {
        background-image: none !important;
        padding: 6px 0 3px;
    }

        nav.main_small ul.tabs li a span {
            padding: 0 8px !important;
            font-size: 14px;
        }

    .setting_area {
        display: none;
    }

    .header-top {
        padding: 0px;
        height: none;
    }

    .setting_area_arrow {
        background: #56565a url("../images/arrow_top_header.png") no-repeat center 50%;
        position: absolute;
        top: 0;
        left: 45%;
        height: 16px;
        width: 35px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        cursor: pointer;
        z-index: 99999999;
    }

    .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;
    }

    .nav_left ul li {
        background: #fff;
    }


    .sidebar_toggle {
        display: none !important;
        background: #93D400 url("../images/icon_side_nav.png") no-repeat 93% center;
        cursor: pointer;
        color: #fff;
        line-height: 30px;
        padding: 0px 0px 0px 25px;
    }

    .nav_left ul li:hover {
        background: #3772af;
    }

    .nav_left ul li.active {
        background: #184370;
        width: 100%;
    }

    .nav_left {
        display: none;
    }

        .nav_left ul li a:hover, .nav_left ul li.active a {
            padding-left: 50px;
            width: 100%;
        }

        .nav_left ul li a {
            padding: 7px 0 7px 50px;
            background-position: 20px !important;
        }

        .nav_left ul li.sidebar_demandresponse a {
            background-position: 20px !important;
        }

            .nav_left ul li.sidebar_demandresponse a:hover, .nav_left ul li.sidebar_demandresponse.active a {
                background-position: 20px !important;
            }

        .nav_left ul li a:hover, .nav_left ul li.active a {
            background-position: 20px !important;
        }

    .back_notification_btn {
        width: 53% !important;
    }

    .select_chech-box {
        padding-left: 0px;
    }


    .customer-details {
        display: table;
    }

    .current_area ul li {
        /*height: 66px;*/
        overflow: visible;
    }

        .current_area ul li span {
            font-size: 17px;
            line-height: 15px;
        }

        .current_area ul li i {
            font-size: 11px;
            line-height: 12px;
            display: inline-block;
        }

    .buttons_area {
        margin: 0 0 0 0;
        /*padding: 2% 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 #d7ecf9 !important;
    background: #d7ecf9 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x !important;
}

.banner_left_img {
    text-align: center;
}

    .banner_left_img img {
        padding-left: 1px;
        margin-top: 12px;
        max-width: 91%;
        border-radius: 0px !important;
    }

.discription_pro {
    color: #797979;
    font-size: 13px;
    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: 5px !important;
    }
    .setting_area .inner-content-log ul li {
        padding: 7px 5px;
    }

    .nav_left ul li.sidebar_demandresponse a {
        background: url(../images/icon-demand-response.svg) no-repeat 4% 7px !important;
    }
        /*#5485-start*/
        .nav_left ul li.sidebar_demandresponse a:hover, .nav_left ul li.sidebar_demandresponse.active a {
            background: url(../images/icon-demand-response-RO.svg) no-repeat 4% 7px !important;
        }

    .inner-dashboard-area {
        margin: 0.3% 1% 1%;
        width: 48%;
    }

    .discription_pro {
        height: auto !important;
    }

    .inner-dashboard-area-custom3 {
        margin: 0.3% 1% 1%;
        width: 48%;
    }

    .your_budget_text {
        top: 75px !important;
    }

    .your_budget_text1 {
        top: 88px !important;
        left: 33% !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;
    }
}

.message-written-area {
    margin: 30px 0px 7px;
    border-bottom: 1px solid #e2e2e2 !important;
    padding-bottom: 6px;
}



.register_eff_lnk {
    display: block !important;
    margin-top: 38px;
    position: absolute;
    float: right;
    right: 16px;
    background: none !important;
    line-height: 16px !important;
}

    .register_eff_lnk a {
        background: rgb(148, 212, 1);
        color: #fff;
        padding: 2px 10px;
    }

        .register_eff_lnk a:hover {
            color: #fff;
            text-decoration: underline;
            text-decoration: none;
        }


@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, .power_graph_heading {
        display: inline !important;
    }
}

@media only screen and (min-width: 991px) and (max-width:1024px) {
     .ui.popup.top.left {
        margin-bottom: 79px;
    }
    .right-dolar-top-area #ddlMultiMeterWater, .right-dolar-top-area #ddlMultiMeter {
        font-size: 9px;
        width: 50px;
    }
     .footer_nav_default > ul > li {
             width: 230px;
     }

    .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 screen and (min-width:0\0) {
        .details_box .register_lnk ul li {
            padding: 0 0 0 0 !important;
        }
    }
    /* For IE 8 */
    @media \0screen {
        .details_box .register_lnk ul li {
            padding: 0 0 0 0 !important;
        }
    }


    .current_area ul li:first-child {
        padding-left: 11px;
    }
}

@media screen and (min-width:0\0) {
    .details_box .register_lnk {
        padding-top: 5px !important;
    }

        .details_box .register_lnk ul li.register_eff_lnk, .details_box .register_lnk ul li:first-child {
            background: none !important;
        }
}


/* For IE 8 */

@media \0screen {
    .details_box .register_lnk {
        padding-top: 5px !important;
    }

        .details_box .register_lnk ul li.register_eff_lnk, .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;
}

.w2ui-tag {
    z-index: 9999999 !important;
}

#w2ui-popup {
    z-index: 9999999999 !important;
}

.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"] {
    background: url("../images/gl.svg") no-repeat -5px -4px !important;
    display: block;
    margin: 12px 8px 7px 25px;
    text-indent: -999px;
    width: 32px;
    height: 31px;
}

.right_content_box ul li a.active[type="G"] {
    background: url("../images/gl_ro.svg") no-repeat -5px -4px !important;
    display: block;
    width: 32px;
    height: 31px;
}

.setting_save_box {
    width: 100%;
    border-top: 1px solid #ccc;
    background: #fff;
    padding: 15px 10px;
    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: 300px !important;
}

@media (min-width:1500px) and (max-width:3424px) {
    html, body form {
        height: 100%;
    }

    .compare_graph > #chart#chart {
        height: 500px !important;
    }

    .compare_graph #chartDiv.budget_chart {
        height:500px !important;
    }

    .setting_save_box {
        padding-top: 15px;
    }

    .energy_mid_box .right_content_box {
      
    }

    .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;
    }

    .right_content_box_1.right_content_box_1 {
        height: 100% !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%;
    }

        .red_calculator_tbl table tr td:nth-child(2n+1) {
            /*font-weight:bold;*/
        }

.nav_left ul li.marketing_pref a {
    background: url("../images/icon-marketing-pref.svg") no-repeat 12% center;
    background-size: 20px;
}

    .nav_left ul li.marketing_pref a:hover, .nav_left ul li.marketing_pref.active a {
        background: url("../images/icon-marketing-pref-ro.svg") no-repeat 11.4% center;
        background-size: 20px;
    }

.nav_left ul li.payment_info a {
    background: url("../images/icon-payment-info.png") no-repeat 12% center;
}

    .nav_left ul li.payment_info a:hover, .nav_left ul li.payment_info.active a {
        background: url("../images/icon-payment-info-ro.png") no-repeat 11.4% center;
    }

.nav_left ul li.icon_rate_calculator a {
    background: url("../images/rate_calc_icon.png") no-repeat 12% center;
}

    .nav_left ul li.icon_rate_calculator a:hover, .nav_left ul li.icon_rate_calculator.active a {
        background: url("../images/rate_calc_icon_hover.png") no-repeat 11.4% center;
    }

.nav_left ul li.icon_rate_analysis a {
    background: url("../images/icon-rate-analysis.png") no-repeat 12% center;
}

    .nav_left ul li.icon_rate_analysis a:hover, .nav_left ul li.icon_rate_analysis.active a {
        background: url("../images/icon-rate-analysis-ro.png") no-repeat 11.4% center;
    }

#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: rgba(0,0,0,.2);
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
}

.nav_left ul li.recurring_bill a {
    background: url("../images/recurring_bill_icon.svg") no-repeat 12% center;
}



    .nav_left ul li.recurring_bill a:hover, .nav_left ul li.recurring_bill.active a {
        background: url("../images/recurring_bill_icon_hover.svg") no-repeat 11.4% center;
    }

.nav_left ul li.ico_recurringpayment a {
    background: url("../images/recurring_bill_icon.svg") no-repeat 12% center;
}



    .nav_left ul li.ico_recurringpayment a:hover, .nav_left ul li.ico_recurringpayment.active a {
        background: url("../images/recurring_bill_icon_hover.svg") no-repeat 11.4% center;
    }



.currency ul li a[mode="MI"] {
    background: url("../images/icon_15min.svg") no-repeat left top !important;
    display: block;
    height: 32px;
    margin: 10px 8px 7px 0px;
    text-indent: -3px !important;
    width: 38px;
}

.currency ul li a.active[mode="MI"] {
    background: url("../images/icon_15min_hover.svg") no-repeat left top !important;
    display: block;
    text-indent: -3px !important;
    width: 38px;
}

.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 {
        margin-top: -11px;
        width: 71%;
    }

    #ddlAddress.addressDropdown {
        width: 120px !important;
    }
     .footer_nav_default > ul > li {
             width: 175px;
     }
   

}

.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;
    padding-bottom: 0;
    width: 80%;
}

.tab-content > .tab-pane {
    display: block !important;
    visibility: visible !important;
}

.img_area .img img {
    max-width: 100%;
    width: auto;
    /*width: 420px;*/
    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; 
            margin: 10px 8px 10px;
            padding: 0;
            position: relative;
            border: 1px solid #ececec;
            width: 285px;
        }

@media screen and (min-width:0\0) {
    input[type="checkbox"] {
        border: none !important;
        background: none !important;
        width: auto !important;
    }
}

@media screen and (min-width:0\0) {
    .efficiency_area ul li .top_div_img {
        margin: 0;
        padding: 0;
        width: 100%;
        clear: both;
        /*height:115px !important;*/
    }
}



.efficiency_area ul li .top_div_img {
       margin: 0;
    padding: 0;
    width: 100%;
    /* clear: both; */
    height: 115px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    float: left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari 5+ ONLY */
    ::i-block-chrome, .efficiency_area ul li .top_div_img {
        margin-bottom: 10px;
    }
}

.efficiency_area ul li .top_div_img img {
    max-width: 100%;
    height: 115px !important;
    width: auto;
}

.efficiency_area ul li .content_energy_area {
       margin: 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height:203px;
    float: left;
}

@media screen and (min-width:0\0) {
    .efficiency_area ul li .content_energy_area {
        margin-top: 50px;
    }
}

@media all and (-ms-high-contrast:none) {
    .foo {
        color: green;
    }
    /* IE10 */
    *::-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 none;
    color: #2c61ae;
    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 h2 span {
	margin:0px 7px 0px 0px;
	padding:0;
	color:#56565a;
	font-size:22px;
	font-weight:normal;
}*/

.efficiency_area ul li .content_energy_area p {
    margin: 0;
    padding:0px 11px;
    color: #939598;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    position: relative;
    z-index:999;
}

    /*.efficiency_area ul li .content_energy_area p a {
      color: #2c61ae!important;
    display: block;
    margin: 19px 0px 17px;
    padding: 7px 6px;
    text-align: left;
    text-decoration: none;
    outline: none !important;
    padding-right: 28px;
    font-size: 13px;
    text-transform: uppercase;
    width: 41%;
    }*/

    .efficiency_area ul li .content_energy_area p a:hover {
        background: #edf6fb;
    }

.efficiency_area ul li .content_energy_area.content_energy_area p a {
    border: 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;
    /* background: url(../images/arrow_read_more.svg) no-repeat right center; */
    left: 90px;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    /*content: "\f105";*/
    font-weight: normal;
    border: 1px solid #2c61ae !important;
    border-radius: 50%;
    padding: 0px 0 0 2px;
    margin: 0px 0 0 0;
    text-align: center;
    color: #2c61ae !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 .like_area span {
        display: inline-block;
        margin: 0;
        padding: 3px 9px 0;
        vertical-align: bottom;
        font-weight: bold;
    }*/

.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 {
            color: #666666;
            float: left;
            font-size: 12px;
            height: auto;
            line-height: 7px;
            margin: 6px 0px 0px;
            padding:5px 36px;
            width: auto;
            box-shadow: none;
            font-weight: normal;
            border-bottom: 0;
            border-left: 0px solid #666666;
            border-top: 0;
            background: none;
            border-right: 0;
        }

            .efficiency_area ul li .content_energy_area .added_vote_area ul li:last-child {
                padding-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: #2c61ae;
    text-transform: capitalize;
    font-size: 12px;
    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;
}
@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;
        color: #666666;
        float: left;
        font-size: 11px;
        font-weight: bold;
        height: auto;
        line-height: 7px;
        margin: 6px 0 0;
        padding: 5px 4px;
        width: auto;
    }

        .efficiency_area ul li .content_energy_area .added_vote_area ul li:last-child {
            padding-right: 0;
        }

}


/* Market place css */

.nav_left ul li.icon_kitchen a {
    background: url("../images/kitchen.png") no-repeat 12% center;
}

    .nav_left ul li.icon_kitchen a:hover, .nav_left ul li.icon_kitchen.active a {
        background: url("../images/kitchen_hover.png") no-repeat 12% center;
    }

.nav_left ul li.icon_cleaning a {
    background: url("../images/cleaning_icon.png") no-repeat 12% center;
}

    .nav_left ul li.icon_cleaning a:hover, .nav_left ul li.icon_cleaning.active a {
        background: url("../images/cleaning_icon_hover.png") no-repeat 12% center;
    }

.nav_left ul li.icon_electronics a {
    background: url("../images/electronic_icon.png") no-repeat 12% center;
}

    .nav_left ul li.icon_electronics a:hover, .nav_left ul li.icon_electronics.active a {
        background: url("../images/electronic_icon_hover.png") no-repeat 12% center;
    }

.nav_left ul li.icon_health_per_care a {
    background: url("../images/health_per_care.png") no-repeat 12% center;
}

    .nav_left ul li.icon_health_per_care a:hover, .nav_left ul li.icon_health_per_care.active a {
        background: url("../images/health_per_care_hover.png") no-repeat 12% center;
    }

.nav_left ul li.icon_laundry a {
    background: url("../images/laundry_ico.svg") no-repeat 12% center;
}

    .nav_left ul li.icon_laundry a:hover, .nav_left ul li.icon_laundry.active a {
        background: url("../images/laundry_ico_hover.svg") no-repeat 12% center;
    }

.nav_left ul li.icon_colling a {
    background: url("../images/heating_cool.svg") no-repeat 12% center;
    background-size: 19px 20px !important;
}

    .nav_left ul li.icon_colling a:hover, .nav_left ul li.icon_colling.active a {
        background: url("../images/heating_cool_hover.svg") no-repeat 12% center;
        background-size: 19px 20px !important;
    }

.nav_left ul li.icon_home_ofc a {
    background: url("../images/home_ofc_ico.svg") no-repeat 11.2% center;
    background-size: 21px 21px !important;
}

    .nav_left ul li.icon_home_ofc a:hover, .nav_left ul li.icon_home_ofc.active a {
        background: url("../images/home_ofc_ico_hover.svg") no-repeat 11.2% center;
        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;
    }

.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%;
    }


.pro_details {
    padding: 10px 10px 4px;
    width: 100%;
    float: left;
    color: #57565b;
    font-size: 14px;
    position: relative;
}

    .pro_details b {
        font-size: 24px;
    }

/* Rating Box */


.star_rating_box2 {
    padding-left: 10px;
}

    .star_rating_box2 img {
        width: 26px;
    }

.prod_list {
    padding: 10px;
    border-bottom: 1px solid #EDEDED;
}

.name_listing {
    padding-left: 20px;
}

    .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 {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    float: left;
}
#select_device .modal-content {
    width: 100%;
    height: 100%;
}
.cross {
    background: rgba(0, 0, 0, 0) url("../images/cross.png") no-repeat scroll right top / 60% auto;
    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) url("../images/refer.png") no-repeat scroll 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) url("../images/help-icon.png") repeat scroll 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 {
    /*background-color: #2c61ae;
    border: 1px solid #2c61ae;*/
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 7px 25px;
    border-radius: 3px;
}

    .btn-purchase:active, .btn-purchase:hover, .btn-purchase:focus {
        /*background-color: #2b8dbd;
        border: 1px solid #2b8dbd;*/
        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: 14px;
    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%;
}

    .left-details > p {
        margin: 0;
        color: #666666;
    }

    .left-details > a {
        font-size: 11px;
        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;
}
@media (min-width:1100px) and (max-width:1550px) {
    .right_charging_map {
            max-height: 483px;
        }
    }
@media (min-width:768px) and (max-width:991px) {
    .efficiency_area ul li {
            width: 47.2%;
    }
    #changePwdPopup #pwdError {
        margin: -45px -5% 10px !important;
    }

    #disclaimer {
        padding: 20px 10px;
    }
}
/* Edited by prashant */

.customer-details.view_bill {
    width: 12% !important;
}

#disclaimer {
    float: left;
    /*width: 100%;*/
    padding: 15px 10px;
    font-size: .95em;
}

.div_disclaimer {
    display: block;
    float: left;
    padding: 10px 15px 0px;
    /*width: 100%;*/
}

.no_img_css {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute;
    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) {
    .footer_nav_default > ul > li {
            width: 100%;
                min-height: 29px;
    }
    div#w2ui-popup {
        z-index: 9999999;
    }
    
    .modal .modal-dialog {
        max-width: 100% !important;
    }

    .modal .modal-content {
        width: 100% !important;
    }

    .entr_pay_sec {
        font-size: 12px !important;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !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: 17px;
        border-bottom: 1px solid #e4e4e4;
    }

    .credit_card_details .input_box_eff_wrap, .bank_acc_details .input_box_eff_wrap, .option_card_select p {
        width: 50% !important;
    }

    .tras_txt, .addnew_pay_method {
        padding: 5px 5px !important;
    }

    .entr_pay_sec input[type="radio"] {
        margin-right: -1px !important;
    }
    /*.inner_mid_section.inner_mid_section.inner_mid_section.inner_mid_section {
        float:left;
        display:block !important;
    }*/


    /*  Input Box Styling  */
    #PopUpField .full_width_input_sec {
        width: 93% !important;
        float: left;
        margin: 25px 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: 11px;
    }

    .header-top .row, .header .row {
        margin-left: 0;
        margin-right: 0;
    }

    .header-top .container, header .container {
        padding-left: 0;
        padding-right: 0;
    }

    .setting_area {
        position: absolute;
        background: #f5f2f2;
        width: 100%;
        left: 0;
        z-index: 9999999;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        padding-top: 12px;
    }

    .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, #txt_Slider_railElement.ajax__slider_h_rail {
        width: 76% !important;
    }

    #txtlight_railElement.ajax__slider_h_rail {
        width: 75% !important;
    }

    .cover_right_top_area {
        margin-top: -41px;
    }

    .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;
    }

    .message-written-area {
        border: 0 none !important;
        clear: inherit;
        float: left;
        margin: 0 0 0 23px;
        width: 80% !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;
    }

    .chequeImg {
        top: 13px!important;
        left: -292px!important;
        width: 320px;
        }
}
.mng_acc_sele {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    background: #f5f5f5;
    padding-left: 0;
    font-weight: bold;
    line-height: 42px;
    border-bottom: 1px solid #bbb;
    color: #53565a;
}

table.marketing_tbl {
    width: 100%;
}
.prefence_data_area
{

}
.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: 16px;
    width: 132px;
    line-height: 23px;
    padding: 3px 11px !important;
    background: #88be1c none repeat scroll 0 0 !important;
    margin-top: -6px;
    color: #fff !important;
    position: relative;
    z-index: 99;
    border: 1px solid #88be1c !important;
}


@media only screen and (max-width: 480px) {
    .inner_mid_section.inner_mid_section.inner_mid_section.inner_mid_section {
        display: block !important;
    }

    p > span.newbutton_outer {
        width: auto;
        font-size: 12px;
    }

    .right_content_box ul li a[type="W"], .right_content_box ul li a[mode="K"], .right_content_box ul li a[type="G"] {
        margin: 12px 1px 7px 0 !important;
        width: 31px !important;
    }

    #usageMapMode {
        position: relative;
        top: -10px;
        width: 61% !important;
    }

    #usageMapType {
        position: relative;
        top: 14px;
    }

    #showWeatherOverlay.wthr_usages {
        margin-left: -12px !important;
        margin-top: 5px !important;
    }

    .curent_usage_line > .ratest_box_mob {
        width: 100% !important;
    }

    .curent_usage_line #UsagesID p {
        float: left !important;
        margin-bottom: 0;
        margin-top: 5px;
        padding-left: 0;
        text-align: left;
    }

    #lnkExporttoExcel {
        white-space: nowrap;
    }

    .curent_usage_line > #UsagesID {
        width: 100% !important;
        margin-top: 12px;
    }

    .power_graph_heading.power_graph_spanish {
        position: relative;
        text-align: center;
        top: -8px;
        width: 40%;
    }

    #nofile#nofile {
        font-size: 9px;
        line-height: normal;
        width: auto;
    }
}

#notificationLoader > .notification-area > a:nth-child(even) {
    background-color: #f4f4f4;
    float: left;
    width: 100%;
    display: block;
}

#notificationLoader > .notification-area > a:nth-child(odd) {
    background-color: #ffffff;
    float: left;
    width: 100%;
    display: block;
}

.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: #fff;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
}

.ui-dialog-buttonset > button, .ui-dialog-buttonset > button > button {
    background: none repeat scroll 0 0 #47c2c7 !important;
    border: medium none !important;
    border-radius: 0px !important;
    color: #f0f0f0 !important;
    float: right;
    font-size: 13px !important;
    height: 30px !important;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 3px 3px !important;
    text-align: center;
    font-weight: bold;
    width: 125px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !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;
        font-weight: bold;
        border-radius: 3px;
    }

        .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;
}

/* 25-07-2016  updates */
.open > .dropdown-menu {
    animation-name: fadeAnimation;
    animation-duration: .7s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeAnimation;
    -webkit-animation-duration: .7s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeAnimation;
    -moz-animation-duration: .7s;
    -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 {
    border-radius: 0;
    min-width: 150px;
    top: 27px !important;
    right: 0;
    left: auto;
}

    .dropdown ul.dropdown-menu > li {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-bottom: 1px solid #cfcfcf;
        display: block;
        float: left;
        padding: 0;
        text-align: left;
        width: 100%;
    }

        .dropdown ul.dropdown-menu > li .setting_header:before {
            content: "\f013";
            font-family: 'FontAwesome';
            font-size: 15px;
            padding-right: 9px;
            /*color: #00537d;*/
            position: relative;
            top: 1px;
        }

        .dropdown ul.dropdown-menu > li .chang_pwd_header:before {
            content: "\f023";
            font-family: 'FontAwesome';
            font-size: 15px;
            padding-right: 11px;
            /*color: #00537d;*/
            position: relative;
            top: 1px;
        }

        .dropdown ul.dropdown-menu > li .chang_uid_header:before {
            content: "\f007";
            font-family: 'FontAwesome';
            font-size: 15px;
            padding-right: 10px;
            /*color: #00537d;*/
            position: relative;
            top: 1px;
        }

        .dropdown ul.dropdown-menu > li .logout_header:before {
            content: "\f08b";
            font-family: 'FontAwesome';
            font-size: 15px;
            padding-right: 7px;
            /*color: #00537d;*/
            position: relative;
            top: 1px;
        }


        .dropdown ul.dropdown-menu > li > a, .dropdown ul.dropdown-menu > li > span {
            display: block;
            padding: 5px 10px !important;
            width: 100%;
            font-size: 11px !important;
            color: #262626;
            /*font-family: 'OpenSans-Light';*/
        }

            .dropdown ul.dropdown-menu > li > a:hover, .dropdown ul.dropdown-menu > li > span:hover {
                background-color: #f5f5f5 !important;
            }

.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: -8px;
    width: 0;
    z-index: 999;
}

.sec_font {
    font-size: 12px;
    font-weight: bold;
}
/* 25-07-2016 updates */


.glyphicon-question-sign:before {
    content: "\f05a" !important;
    font-family: 'FontAwesome';
    position: relative;
    top: -3px;
}


.jcr > span + span {
    border: solid 1px #cfcfcf;
    padding: 5px 10px;
    display: inline-block;
    min-width: 250px;
    border-radius: 3px;
}

.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-type: disc;
    list-style: disc;
}

    ul.txt_jcr > li {
        padding: 5px 0px;
        border: none;
        list-style-type: disc;
        list-style: disc;
        list-style-position: inside;
        display: inline-grid;
        display: -webkit-inline-grid;
    }

        ul.txt_jcr > li > ul {
            padding: 0px 20px;
        }

            ul.txt_jcr > li > ul > li {
                padding: 5px 0px;
                border: none;
                list-style-type: disc;
                list-style: disc;
                list-style-position: inside;
                display: inline-grid;
                display: -webkit-inline-grid;
            }

aside.heading_level {
    background-color: #f4f4f4;
    padding: 10px 15px;
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.nav_left ul li.icon_label_pay a {
    background: url("../images/label_pay.svg") no-repeat 12% center;
    background-size: 28px 28px !important;
}

    .nav_left ul li.icon_label_pay a:hover, .nav_left ul li.icon_label_pay.active a {
        background: url("../images/label_pay_hover.svg") no-repeat 12% center;
        background-size: 28px 28px !important;
    }

    .nav_left ul li.icon_pay_plan a {
    background: url("../images/pay_plan.svg") no-repeat 12% center;
    background-size: 28px 28px !important;
}

    .nav_left ul li.icon_pay_plan a:hover, .nav_left ul li.icon_pay_plan.active a {
        background: url("../images/pay_plan_hover.svg") no-repeat 12% center;
        background-size: 28px 28px !important;
    }

/* Configure-Payment popup css */


#configure_payment .modal-body {
    padding: 10px 0px;
}

.footertextes p {
    display: block;
    font-size: 13px;
    padding: 10px;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
}

#configure_payment i {
    padding-top: 6px;
    font-style: normal;
    display: inline-block;
}

.footertextes p span {
    float: left;
    font-weight: bold;
}

.frightbtn {
    float: right;
}

#configure_payment .modal-footer.footertextes {
    padding: 8px 5px 8px;
    clear: both;
}

#configure_payment .modal-content {
    padding-bottom: 0;
}

.help_icon_img.help_icon_img {
    font-size: 20px !important;
    margin-top: 4px !important;
    color: #6d6d6d !important;
    font-family: 'Glyphicons Halflings' !important;
}


/*-- Edited by Pradeep for Dashboard Css --*/
div.defadd, div.defpay, #defPaprlessBill {
    width: 100%;
    float: left;
    background: #f4f4f4;
    padding: 9px;
    margin-top: 10px;
}

#Module6 #notificationLoader .left-area-tabular {
    padding: 5% 4% 2% !important;
}

#defPaprlessBill {
    margin-bottom: 10px;
}

.head_icon_flat {
    display: none;
}

.modern_theme {
    display: none;
}

.gen_theme {
    display: inline-block;
}

.cal_img_btn {
    background: url("../images/Icon-Calendar.svg") no-repeat left top;
    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) url("../images/mkt_place_icon.png") no-repeat scroll 12% center;
}

    .nav_left ul li.Marketplace_icon a:hover, .nav_left ul li.Marketplace_icon.active a {
        background: url("../images/mkt_place_icon_hover.png") no-repeat scroll 11.4% center;
    }

.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;
}

.electric_vehicle_box.electric_vehicle_box.ev_tbl_box table tr td {
}


.right-area-tabular-ev .add_account_btn.add_account_btn > a {
    padding: 5px 8px;
    float: none;
    display: inline-block;
}


.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;
}
.w2ui-col-header, .w2ui-reset table {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size:13px !important;
}
@media (min-width:300px) and (max-width:450px) {

    .setting_area .dropdown-menu.dropdown-menu li a {
        font-size: 12px !important;
    }
}

@media (min-width:300px) and (max-width:380px) {
    .energy_mid_box .right_content_box {
        height: 96%;
    }
}

.tablet-view h3 span.icon {
    display: none;
}



/* 19-01-2017 */
.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_thermostat > a:before{
    content:'\e965';
}*/
.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_hubs > a:before{
    content:'\e95f';
}
.smart_remotes > a:before{
    content:'\e961';
}
.smart_doorsensors > a:before{
    content:'\e95e';
}*/
.smart_motionsensors > a:before {
    content: '\e960';
}


.nav_left ul li.smart_thermostat a {
    background: url("../images/iconthermonew.svg") no-repeat 11% center;
    background-size: auto 23px !important;
}

    .nav_left ul li.smart_thermostat a:hover, .nav_left ul li.smart_thermostat.active a {
        background: url("../images/iconthermonew_ro.svg") no-repeat 11% center;
        background-size: auto 23px !important;
    }

.nav_left ul li.smart_hubs a {
    background: url("../images/iconhubnew.svg") no-repeat 11% center;
    background-size: auto 23px !important;
}

    .nav_left ul li.smart_hubs a:hover, .nav_left ul li.smart_hubs.active a {
        background: url("../images/iconhubnew_ro.svg") no-repeat 11% center;
        background-size: auto 23px !important;
    }

.nav_left ul li.smart_remotes a {
    background: url("../images/iconremote.svg") no-repeat 11% center;
    background-size: auto 23px !important;
}

    .nav_left ul li.smart_remotes a:hover, .nav_left ul li.smart_remotes.active a {
        background: url("../images/iconremote_ro.svg") no-repeat 11% center;
        background-size: auto 23px !important;
    }


.nav_left ul li.smart_doorsensors a {
    background: url("../images/icondoorsensor.svg") no-repeat 11% center;
    background-size: auto 23px !important;
}

    .nav_left ul li.smart_doorsensors a:hover, .nav_left ul li.smart_doorsensors.active a {
        background: url("../images/icondoorsensor_ro.svg") no-repeat 11% center;
        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;
    /*min-height: 275px;*/
    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;
        }
/* 19-01-2017 */


@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari 5+ ONLY */
    ::i-block-chrome, #imgCurrent {
        float: left;
    }
}

#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: #2c61ae;
    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;
}

#change-userid-divPopup .tooltip-inner {
    text-align: left;
}

@media screen and (min-width:0\0) {
    #w2ui-popup .w2ui-msg-body {
        overflow: inherit !important;
    }
}

.column_to_right_sec {
    float: left;
}

    .column_to_right_sec > div {
        padding-left: 8px;
        font-size: 13px;
        font-weight: bold;
        margin-top: 15px;
    }


#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: bold;
    font-size: 12px;
}


.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;
}


/* Android starts here */
@media (device-width:360px) and (device-height:640px) and (min-resolution: 288dpi) {
    .energy_mid_box .right_content_box_outage {
        height: 87% !important;
    }

    .outerservice_mid_head > h1 {
        width: 100% !important;
    }

    span.required {
        margin-right: -13px !important;
    }
    #showdetails_effi .modal-dialog.modal-dialog.modal-dialog {
        width: 88% !important;
        margin-left: 0px !important;
    }

    #showdetails_effi .modal-header .modal-title {
        max-width: 85%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top_conte_box_mob {
        height: 70% !important;
    }

    .form_filed_wrapper .nofile {
        max-width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
        clear: both;
        float: left;
        margin-left: 0px !important;
    }

    .btnRemoveFile {
        float: left;
    }

    .download_data_box {
        width: 100% !important;
        float: left !important;
        padding-top: 0px !important;
    }

    #ImgCard {
        max-width: 100%;
    }

    #divPopup .popup_right_content_area_home select#ddlMonth, .popup_right_content_area_home select#ddlYear {
        width: 66.3% !important;
        margin-bottom: 6px;
    }

    span#lblFileAllowExtension {
        width: 100%;
    }

        span#lblFileAllowExtension i {
            word-wrap: break-word;
        }

    #billQuery_contact .popup_right_content_area_home p {
        float: left;
    }

}

/* Android End here */

/* Surface 3 starts here */
@media (device-width:1440px) and (device-height:960px) {
}
/* Surface 3 ends here */
.w2ui-tag.w2ui-tag-length .w2ui-tag-body {
    white-space: normal;
    width: 380px;
    white-space: pre-line;
}

.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: 5px;
}

.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;
}

.pop_greenbtn_footer {
    PADDING: 10px;
    border-top: 1px solid #f4f4f4;
    margin-bottom: 10px;
    padding-top: 15px;
}

.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;
}

/* Surface 4 CSS Starts */
@media (min-device-width:1368px) and (min-device-height:912px) and (min-resolution: 192dpi) {
    @supports (-ms-ime-align:auto) {
        .currency ul li input[value="Compare Me"] {
            background: url("../images/compare_me_icon.png") no-repeat center 3px !important;
            background-size: auto !important;
        }
    }
}
/* Surface 4 CSS Ends */

.w2ui-tag.w2ui-tag.req_err .w2ui-tag-body.w2ui-tag-body {
    bottom: -14px;
    left: -9px;
}

.w2ui-tag.req_err .w2ui-tag-body.w2ui-tag-body:before {
    border-top: 5px solid transparent;
    border-right: 5px solid rgba(60,60,60,.82);
    border-bottom: 5px solid transparent;
    margin: 2px 0 0 -15px;
    left: 10px;
    bottom: 3px;
}

.pro_ico_top {
    width: 18px;
    height: 18px;
    background: url("../images/profile-icon_custom.png") no-repeat center center;
    float: left;
}

.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: 3px !important;
    font-weight: normal !important;
}

    .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: 3px !important;
    outline: none !important;
    transition: ease-out 0.3s;
    cursor: pointer;
}

    .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;
    }

@media (min-width:1100px) {
    .ui.popup.top.left {
        margin-bottom: 237px;
    }
}



/*  Input Box Styling  */
.full_width_input_sec {
    width: 100%;
    float: left;
    margin: 25px 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: 13px;
        padding: 10px 10px 10px 0px;
        display: block;
        width: 93% !important;
        margin-bottom: 0 !important;
        border: none;
        border-bottom: 1px solid #e6e6e6 !important;
        height: auto;
        border-radius: 0px !important;
        float: left;
        box-shadow: none !important;
       
    }
    input[disabled="disabled"] 
    {
         -webkit-text-fill-color:rgba(0,0,0,1);
    }
    /* Edited By Prashant */
    .input_box_eff_wrap select.select_effect {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../images/arrowdown_mdb.png);
        background-size: 15px 20px;
        background-position: right center;
        background-repeat: no-repeat;
    }
    /*Hiding the select arrow for IE10*/
    .input_box_eff_wrap select::-ms-expand {
        display: none;
    }

.setting_area > .inner-content-log > ul > li > span {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

    .setting_area > .inner-content-log > ul > li > span:nth-child(2) {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        vertical-align: middle;
    }
/* Edited By Prashant */
input.input_effect:focus, select.select_effect:focus, textarea.textarea_effect:focus {
    outline: none;
}

label.effect_lbl {
    font-size: 14px;
    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, input.input_effect[disabled] ~ label.effect_lbl, select.select_effect[disabled="disabled"] ~ label.effect_lbl, select.select_effect[disabled] ~ label.effect_lbl, input.input_effect[minlength="minlength"] ~ label.effect_lbl {
    top: -16px;
    font-size: 13px;
}
.full_width_input_sec input.input_effect:disabled, .full_width_input_sec input.input_effect[disabled="disabled"],
.full_width_input_sec input.select_effect:disabled, .full_width_input_sec input.select_effect[disabled="disabled"] {
    padding-left: 7px !important;
}

.invalidfocus:not(:focus):invalid ~ label.effect_lbl {
    top: -16px;
    font-size: 13px;
}


.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: block;
    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%;
}


/* End Input Box Styling  */

#change-pwd-divPopup .full_width_input_sec, #change-userid-divPopup .full_width_input_sec {
    margin: 12px 0px 0;
}

#change-pwd-divPopup .input_box_eff_wrap, #change-userid-divPopup .input_box_eff_wrap {
    margin-bottom: 20px;
}

.popup_input_wrapper {
    padding: 10px 0px 10px 24px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

#change-userid-divPopup .help_icon_img.help_icon_img {
    margin-top: 0px !important;
    position: relative;
    top: 3px;
}

div#divCreditDetails .full_width_input_sec, #divBankDetails .full_width_input_sec {
    padding-left: 17px;
}

.errorbox.errorbox {
    border: 0px !important;
    border-bottom: 1px solid #ffa8a8 !important;
        background: #fff3f3 !important;
}

div#divCreditDetails .left_side_sec.input_box_eff_wrap, #divBankDetails .left_side_sec.input_box_eff_wrap {
    margin-bottom: 10px;
}

div#greenPopup .full_width_input_sec {
    padding: 10px 10px 0 17px;
}



.text_sec_inpt_style {
    font-size: 13px;
    margin-top: 9px;
    float: left;
    width: 95%;
    border-bottom: 1px solid #e6e6e6 !important;
    padding-bottom: 7px;
}

label.effect_lbl.effect_lbl_text_inpt {
    top: -15px;
    font-size: 13px;
}

input.input_effect#GIStxtGoogleSearch {
    padding: 7px 30px 5px 0px !important;
    outline:none !important;
}

.search-area .GISsearch_ico {
    top: 0px !important;
    float: right;
    right: 7px !important;
    position: absolute;
    z-index: 99;
    width: 28px;
    height: 28px;
}
span.search_foot_ico.fa:before {
    font-size: 20px;
    /* color: #6b9abe; */
    font-weight: normal;
    top: 7px;
    position: relative;
    right: -10px;
}

.full_margin_none {
    margin: 0px !important;
}

#divAddressPopup_123 .full_width_input_sec {
    margin: 10px 0 0 0;
    padding: 0 9px 0 15px;
}

.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, entr_box_comm_left span.right_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: #49a7d7;
        }

    .entr_pay_sec input[type="radio"] {
        margin-top: 0px;
        position: relative;
        top: 3px;
        margin-right: 7px;
        vertical-align: top;
    }

    /*.entr_pay_sec .entr_box_comm b.left_txt_pay {
        font-family: OpenSans-SemiBold;
    }

    .entr_pay_sec .entr_box_comm span.right_txt_pay {
        font-family: OpenSans-Regular;
    }*/

.entr_pay_method {
    width: 100%;
    float: left;
    /*min-height: 26px;
    margin-bottom: 10px;*/
}

    .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: 36px;
}

.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: 35px;
    border: 1px solid rgb(255, 202, 196);
    color: red;
    padding: 15px 15px;
}


.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: dimgrey;
    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: ""; */
    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;
}
 .footer_sec_mid {
     /*float: left !important; 
     width: 100% !important;  
     text-align: center;*/ 
 }
.menu-social {
   height: 30px;
    overflow: hidden;
    display: table;
    margin-left: auto;
    margin: auto;
list-style:none !important;
}
.menu-social > li {
    float: left;
}
.menu-social > li > a {
    color: white;
    width: 30px;
    height: 30px;
    text-align: left;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center center;
    padding: 0;
    display:inline-block;
}
.menu-social > li > a:before {
    display:none !important;
}
.menu-social > li > a.icon-fb {
    background-image: url(../images/icon-fb.png);
}
.menu-social > li > a.icon-tw {
    background-image: url(../images/icon-tw.png);
}
.menu-social > li > a.icon-li {
    background-image: url(../images/icon-li.png);
}
.menu-social > li > a.icon-ig {
    background-image: url(../images/icon-ig.png);
}
.menu-social > li > a.icon-yt {
    background-image: url(../images/icon-yt.png);
}
@media (min-width:300px) and (max-width:1024px) {
    .gm-style-iw > div {
        width: 350px !important;
        max-width: 100% !important;
    }

    .map_wrapper_width {
        width: 400px !important;
    }

        .map_wrapper_width img {
            right: 47px !important;
            top: 12px !important;
        }

            .map_wrapper_width img:nth-child(1) {
                left: -2px !important;
                top: -336px !important;
            }
}

@media (min-width:550px) and (max-width:767px) {
    div#outage_map_canvas, .left_charging_map, .right_charging_map {
        height: 730px !important;
        max-height: 730px !important;
        overflow: auto !important;
    }

    .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;
    }
}

.chequeImg {
        display: none;
    position: absolute;
    top: -17px;
    left: 47px;
    z-index: 99999;
    }

.helpiconCheque:hover .chequeImg {
    display:block!important;
    }
.chequeImg::before {
    content: "";
    width: 10px;
    height: 10px;
    background: red;
    position: absolute;
    top: 0px;
    left: 0px;
}


#slider .ui-slider-handle {
    font-size:0px!important;
    }
/*.content0 {
    font-size:0px;
    }*/

@media (min-width:320px) and (max-width:767px) {
         p.MsoNormal {
             line-height: 23px !important;
             padding: 0px;
         }
         .menu-social {
             height:auto!important;
            }
        .address_footer p {
            margin-bottom:0px!important;
            }
     }

.BWPPorchFlyer{
    display:block;
    text-align:center;
}