﻿.topnotialert > a:before {
    content: "\e893";
    font-family: "scmfonts" !important;
    position: relative;
    top: 0px;
    font-size: 22px;
    color: #43a7d9;
    left: -7px;
    line-height: 1;
}

.flexprop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0px;
    padding-left: 0px;
}

.logo_standard {
    display: block !important;
}

div#headerlogo {
    display: block;
}

    div#headerlogo a {
        display: block;
    }

@-moz-document url-prefix() {
    .topnotialert > a:before {
        top: 3px;
    }

    .setting_area .inner-content-log ul li {
        line-height: 1.141;
    }
}

@-moz-document url-prefix() {
    select, input {
        text-shadow: 0 0 0 #000 !important;
    }
}

.topnotialert a:before ul li a:before {
    content: '' !important;
    background: none !important;
}

.badge {
    position: absolute;
    top: 50%;
    left: 45%;
    margin-top: -15px;
    margin-left: 0;
    color: #fff !important;
    background-color: #EA0B0B !important;
    /* width: 18px; */
    font-size: 11px !important;
    text-align: center !important;
    padding: 3px 6px !important;
    font-weight: normal !important;
    display: block !important;
    height: 18px;
    border-radius: 12px;
    min-width: 24px;
    line-height: 12px;
}

.loader_button {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
}

.banner_left_img {
    padding: 10px 0;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.topnotif_size {
    font-size: 32px !important;
    color: #43a7d8;
    margin-left: 0;
    text-align: left;
    position: absolute;
    width: 50px;
    left: 14px;
    top: 12px;
}

span.titleme {
    font-size: 15px;
    vertical-align: top;
    color: #43a7d8;
    font-weight: normal;
    display: block;
    margin-bottom: 2px;
}

.datatext {
    float: left;
    width: 81%;
    white-space: normal;
    padding: 0px 0px 9px;
}

.topnotialert ul.dropdown-menu .arrow_bdr {
    top: -9px !important;
    right: 21px !important;
}

.topnotialert ul.dropdown-menu {
    width: 370px !important;
    margin-top: 7px;
}

    .topnotialert ul.dropdown-menu li {
        height: auto !important;
        background: #f6f8f9;
        display: block;
        float: left;
        padding: 0;
        text-align: left;
        width: 98%;
        margin: 1% 1% 1%;
        border-left: 0;
        box-shadow: 0px 2px 3px #dedddd;
        border: 0 !important;
    }

        .topnotialert ul.dropdown-menu li a {
            padding-left: 70px !important;
            padding-top: 6px !important;
            padding-bottom: 11px !important;
        }

    .topnotialert ul.dropdown-menu > li > a:hover, .topnotialert ul.dropdown-menu > li > span:hover {
        background: #f6f8f9 !important;
    }

    .topnotialert ul.dropdown-menu li a b.msgnumber {
        position: absolute;
        right: 4px;
        padding: 2px 10px;
        border-radius: 10px;
        color: #43a7d8;
        top: 11px;
        font-weight: normal;
        width: 31px;
        text-align: center;
        font-size: 16px;
    }

    .topnotialert ul.dropdown-menu li.seeall {
        background: #e2e2e2 !important;
        margin: 7px 0 2px;
        width: 100%;
        padding: 0;
    }

        .topnotialert ul.dropdown-menu li.seeall a {
            font-weight: bold !important;
            font-size: 13px !important;
            background: #e2e2e2 !important;
            padding-top: 14px !important;
            text-align: center;
            padding-left: 0 !important;
        }

.adddro .bar_input:before {
    left: 45.5%;
}

.adddro .bar_input:after {
    right: 47.5%;
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: none !important;
}

.mdl-menu__item:hover {
    background-color: #e6f3fb;
}

select.addressDropdown {
    width: 195px !important;
    color: #646464 !important;
    border: 1px solid #000 !important;
    border-radius: 4px;
    outline: none !important;
    margin-top: 7px !important;
    padding-left: 15px;
    padding-right: 25px;
    min-height: 32px;
    font-size: 15px;
    max-width: 100%;
}

.mdl-checkbox.is-checked span.mdl-checkbox__tick-outline:after {
    content: "\e926" !important;
    font-family: "scmfonts" !important;
    color: #ffffff;
    font-size: 12px;
    background: #51abd7;
    margin-top: 0 !important;
    padding-top: 3px;
    position: absolute;
    top: -6px;
    font-weight: bold;
    padding-left: 1px;
    left: 0;
}

.mdl-checkbox__tick-outline {
    -webkit-mask: none;
    mask: none;
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: none !important;
}

.input_box_eff_wrap input.input_effect, .input_box_eff_wrap select.select_effect, .input_box_eff_wrap textarea.textarea_effect {
    box-shadow: none;
}

div#forgetmebody p {
    font-size: 16px;
    padding: 10px 0px 5px;
    margin-bottom: 0px;
}

div#forgetmebody ul {
    padding: 10px;
    float: left;
    width: 100%;
}

    div#forgetmebody ul li {
        font-size: 16px;
        padding-left: 20px;
        line-height: 24px;
        font-weight: bold;
    }

.logo_universal {
    display: none;
}

.banner_left_img a {
    display: block;
}

#billQuery_contact #myModalBillQuery {
    line-height: 22px;
}

span.nofile_wrpp.nofile_wrpp_file {
    float: left;
    width: auto;
    position: relative;
    background: #f4f4f4;
    padding: 15px 15px 15px 15px !important;
    margin: 10px 0 0px 0px !important;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    clear: both;
}

.tipTop span#lblCustName {
    max-width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tipTop .dropdown > span {
    white-space: nowrap;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .energy_mid_box .right_content_box {
        padding-left: 2px;
    }
}

@media (min-width:200px) and (max-width:1024px) {
    button:focus, input:focus, img:focus, .setting_area .inner-content-log ul li a:focus, select:focus, textarea:focus, span[tabindex="0"]:focus {
        outline: 0 !important;
        box-shadow: none !important;
    }

    #skipnav, .skipnav {
        display: none !important;
    }

    input.cmn-toggle-round + label:focus {
        box-shadow: none !important;
        outline: 0 !important;
    }

    .nav_left {
        display: none;
    }

    .right_content_box.right_content_box {
        width: 100% !important;
    }

    .energy_mid_box {
        background-image: none;
    }

    .logo img {
        height: auto;
    }
}

@media (min-width:200px) and (max-width:767px) {
    input#btnChangePassword, input#btnProceed {
        padding: 6px 27px !important;
    }

    #forget-me-divPopup .popup_input_wrapper {
        max-height: 380px;
        overflow: auto;
    }

    .dropdown button#dLabel:before {
        top: 1px !important;
    }

    #AddressInfo .dropdown {
        max-width: 229px !important;
    }
}


@media (min-width:1025px) and (max-width:3000px) {
    .sn_drop {
        display: none !important;
        opacity: 0;
    }

    .dropdown_boxes {
        display: none !important;
    }

    .iphone_faq {
        display: none !important;
    }

    .user_ipad {
        display: none;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    button.navbar-toggle span i:before {
        color: #076324;
    }

    .user_ipad {
        display: none;
    }

    .dropdown_boxes {
        display: none !important;
    }

    .iphone_faq {
        display: none !important;
    }
}

.strengthdiv {
    width: 100%;
    float: left;
    text-align: left;
}

#ddlLanguage_msdd {
    width: auto;
    outline: none;
    cursor: pointer;
}

    #ddlLanguage_msdd #ddlLanguage_title > img {
        width: 21px;
        padding-right: 5px;
        margin-top: -2px;
    }

    #ddlLanguage_msdd > div {
        font-size: 11px;
        padding-left: 7px;
        line-height: 17px;
        border-radius: 4px;
    }

#ddlLanguage_child > ul {
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    padding-left: 0px;
    width: 104px;
    font-size: 12px;
    margin-left: -8px;
    float: left;
    margin-top: 1px;
}

    #ddlLanguage_child > ul li {
        cursor: pointer;
        border-bottom: 1px solid #ccc;
        padding: 6px 7px 6px 7px;
        line-height: normal;
        width: 100%;
        border-left: 0px !important;
        background-image: none;
    }

        #ddlLanguage_child > ul li > img {
            width: 22px;
            padding-right: 7px;
            float: left;
        }

        #ddlLanguage_child > ul li:hover {
            background: #f9f9f9;
        }

.filter {
    background: #fff url('<%#CustomerPortal.Common.BaseUrl%>/images/arrowdown.png') no-repeat scroll 95% 50%;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.setting_area .inner-content-log ul li:first-child {
    border: 0 !important;
}


.dropdown img.flag.flag {
    width: 14px;
    min-height: 14px;
}

.dp_language > li {
    border: 0 !important;
    height: auto !important;
}

.header-top {
    height: auto;
    padding: 15px 0;
    background: #ffffff;
}

#forget-me-divPopup .bottom_area_home {
    margin-top: 20px;
}

span#lblFileAllowExtension i {
    font-style: normal;
}

#billQuery_contact span#lblFileAllowExtension {
    font-size: 14px;
    padding-left: 0px;
}

    #billQuery_contact span#lblFileAllowExtension b {
        color: #4a4a4a;
        float: left;
        margin-right: 7px;
        font-weight: normal;
        font-family: OpenSans-SemiBold;
    }

#billQuery_contact i#nofile {
    float: left;
    padding-right: 2px;
    margin-top: 5px !important;
}

#billQuery_contact .nofile_wrpp_file i#nofile {
    margin: 0px !important;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #636466;
    font-family: 'OpenSans-Regular';
    font-weight: normal;
    position: static;
    padding-left: 0px;
    font-style: normal;
}

#billQuery_contact .btnRemoveFile {
    float: left;
    margin-left: 10px;
    margin-top: 0px;
}

@media (min-width:1600px) and (max-width:3500px) {
    #habla_panel_div#habla_panel_div {
        overflow: hidden !important;
    }

    #habla_both_div#habla_both_div {
        position: relative !important;
        right: -90px !important;
        background-size: 68% !important;
    }

    .disclaimer-link-readMore {
        outline: 0px;
        text-decoration: none !important;
    }
}

.hide_txt_pass_box {
    display: none !important;
}

html {
    min-height: 100% !important;
    height: auto !important;
    position: relative !important;
}

#change-pwd-divPopup .popup_area {
    height: auto !important;
}

#pwdError {
    background: rgba(60,60,60,.82);
    color: white;
    left: 20%;
}

#errorMsg {
    float: right;
    position: absolute;
    top: 18px;
    right: 10px;
    background: rgba(60,60,60,.82);
    color: white;
    padding: 3px 8px;
    box-shadow: 0px 1px 3px #ccc;
    display: none;
    z-index: 9999;
}

#ddlLanguage {
    border: 0 !important;
    width: 100%;
}

#pswd_info {
    top: 70px !important;
}

.alert_box_header {
    width: 97%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(189, 54, 47, 0.95);
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    z-index: 9999999999;
    color: #fff;
    padding: 0 19px;
}

.close.close_icon_color {
    text-shadow: 0 0px 0 #fff;
    font-weight: bold;
    color: #fff;
    margin-top: 16px;
}

.fa.fa-warning.fa_warning_header {
    float: left;
    margin-top: 13px;
    font-size: 30px;
    margin-right: 20px;
}

#spanerrorMessaegeicon .fa.fa-warning.fa_warning_header:before {
    content: "\f071" !important;
    font-family: FontAwesome !important;
    font-size: 23px;
}

.inner_mid_section.inner_mid_section.inner_mid_section {
    padding-bottom: 0px !important;
    /*display: table !important;*/
    width: 100% !important;
    padding: 0px 15px;
}

.top_conte_box_mob.top_conte_box_mob {
    overflow: visible !important;
}

li#AddressInfo button.btn {
    background: #fff !important;
    box-shadow: 0 0 0 0 !important;
    color: #333333;
    border-color: #000;
}

#left_side_secAdd button.btn {
    min-height: 32px;
    margin-left: 10px;
}

div#left_side_secAdd {
    margin-bottom: 0px !important;
}
li.NotifAlertLink.badgealrt {
    margin-right: 10px;
    padding-left: 5px;
}
@media (min-width:320px) and (max-width:1024px) {
    #headermenu.nav_left.nav_left {
        display: block !important;
    }

    .inner_mid_section.inner_mid_section.inner_mid_section {
        padding: 0px 0px !important;
    }
}

@media (min-width:320px) and (max-width:767px) {

    body #dLabel {
        display: block;
    }

    #forget-me-divPopup .modal-dialog {
        max-width: 90% !important;
        min-width: 90% !important;
    }

        #forget-me-divPopup .modal-dialog .modal-content {
            max-width: 100% !important;
        }

    .inner_mid_section.inner_mid_section {
        height: auto !important;
    }

    .dropdown_boxes {
        float: left;
        width: 100%;
    }

        .dropdown_boxes select {
            width: 100%;
            margin-bottom: 10px;
        }

    #change-pwd-divPopup .modal-content, #w2ui-tag-txtNewUserId .modal-content {
        width: auto !important;
    }

    #change-pwd-divPopup, #change-userid-divPopup {
        z-index: 999999 !important;
    }

    .user_ipad.dropdown > a {
        float: right;
        font-size: 0;
        top: 0px;
        position: relative;
    }

        .user_ipad.dropdown > a > span {
            float: left;
            height: auto !important;
            margin-top: 12px;
        }

    .header-top {
        display: none;
    }
}

.map .container {
    height: 100% !important;
    width: 100% !important;
}

span#the-count {
    float: right;
    margin: -18px 0 20px;
}
.pageHeadingWrapper ul#UlddlAddress li a {
    white-space: normal;
}
@media (max-width:1024px) {
    .nav_left ul li#leakalert#leakalert.sidebar_leakalert a {
        background: #eff2f7 !important;
        padding-left: 53px !important;
    }

        .nav_left ul li#leakalert#leakalert.sidebar_leakalert.active a, .nav_left ul li#leakalert#leakalert.sidebar_leakalert a:hover {
            padding-left: 53px !important;
        }

    ul.nav-alrtmsgs li a i {
        min-width: 38px;
    }

    .setting_area > .inner-content-log > ul > li > span:nth-child(2) {
        max-width: 200px;
    }

    .setting_area .inner-content-log ul li.topnotialert {
        min-width: 40px;
    }

    .topnotialert a:before {
        font-size: 16px;
        left: -2px;
    }
}

@media (min-width:768px) and (max-width:991px) {   
    button#dLabel {
        display: block;
    }
    #forget-me-divPopup .modal-dialog {
        max-width: 90% !important;
        min-width: 90% !important;
    }

        #forget-me-divPopup .modal-dialog .modal-content {
            max-width: 100% !important;
        }

    body #AddressInfo .dropdown {
        max-width: 175px;
        width: 100%;
    }

    select.addressDropdown {
        width: 150px !important;
    }

    #left_side_secAdd .btn-group.select_effect {
        width: 230px;
    }

    #left_side_secAdd .dropdown-menu.open {
        left: inherit;
        right: 0px;
    }

    .AcntSelectWrapper > li > span, div.AccountslctClass > span {
        font-size: 12px;
        white-space: nowrap;
    }

    .setting_area > .inner-content-log > ul > li > span:nth-child(2) {
        max-width: 130px;
    }

    .setting_area .full_width_input_sec.adddro {
        max-width: 250px;
    }

    #change-userid-divPopup .tooltip {
        width: 250px;
        right: -60px !important;
        left: inherit !important;
        top: inherit !important;
        bottom: 29px;
    }

        #change-userid-divPopup .tooltip .tooltip-arrow {
            top: 50%;
            left: 0;
            margin-top: -5px;
            border-width: 5px 5px 5px 0;
            border-right-color: #000;
            top: inherit !important;
            bottom: -7px;
            transform: rotate(-90deg);
            left: 67%;
            right: 0px;
        }
}

@media (min-width:1200px) and (max-width:1600px) {
    .energy_mid_box {
        min-height: 500px !important;
    }

    .top_conte_box_mob {
        min-height: 414px !important;
    }

    #divFullPage {
        min-height: 450px !important;
    }

    .without_sidebar {
        min-height: 500px !important;
    }
}

.topnotialert.droptriangle {
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}

    .topnotialert.droptriangle:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #f4f4f4;
        position: absolute;
        bottom: -32px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

#view_id_notification {
    background: #43a7d8;
    margin-top: 0;
}

.view-content {
    padding: 15px 0 35px;
    border-bottom: solid 0px #fff;
}

    .view-content > div.h2 {
        font-size: 21px;
        line-height: 1.2em;
        color: white;
        margin: 6px 0 15px;
        padding: 0 10px;
    }

    .view-content .views-row {
        padding: 0 10px;
    }

.notification.default {
    background: #177dae;
    color: white;
    padding: 13px 50px 13px 60px;
    position: relative;
}

.cover-block {
    position: relative;
}

.notification.default .icon-alert {
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    text-indent: -999999px;
}

.notification.default a.cover-link {
    top: -13px;
    right: -20px;
    bottom: -13px;
    left: -60px;
}

.cover-block > a.cover-link, .cover-block > .cover-link a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    text-indent: -99999px;
}

#close-notifications {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: white;
    font-family: "InterstateLight";
    font-size: 16px;
    font-size: 1.6rem;
    display: none;
}

.view-content h6 {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    margin: 0 0 0 12px;
}

.notification.default .icon-alert:before {
    width: 10px;
    height: 22px;
    position: absolute;
    margin-top: 2px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: "";
    background: white;
}

.notification.default .icon-alert:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    font-family: "scmfonts";
    font-size: 45px;
    line-height: 24px;
    content: "\e555";
    color: #e0144c;
    text-indent: 0;
}

.notification.default.has-link:after {
    content: "\f105";
    font-family: "scmfonts";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 21px;
}

.footer_nav_default > ul > li.faq_new_Tab {
    display: none !important;
}

.ui.top.left.popup {
    margin-bottom: 240px;
}

.ui-widget-overlay {
    z-index: 9999999;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5 !important;
    z-index: 99999999;
    font-size: 16px;
    line-height: 21px;
    min-width: 350px;
}

    .ui-widget.ui-widget-content.ui-dialog-buttons {
        min-width: 550px;
        border: 0px solid #c5c5c5 !important;
        box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2), 0px 24px 38px 3px rgba(0,0,0,0.14), 0px 9px 46px 8px rgba(0,0,0,0.12) !important;
        border-radius: 5px !important;
    }

.modal-content .left_loading_area {
    position: relative;
    min-height: 20px;
}

#change-pwd-divPopup .strengthdiv a.button_strength {
    font-size: 15px;
}

.spinner {
    margin: auto;
    width: 70px;
    text-align: center;
    position: absolute;
    z-index: 999999999 !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 24px;
}

    .spinner > .bounceloader {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.scmfonts {
    font-family: scmfonts;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    font-size: 21px;
    text-rendering: optimizeSpeed;
}

.menubarbutton {
    color: #43a7d8;
    font-size: 29px;
}

    .menubarbutton:before {
        content: '\e83d';
    }

.setting_area .inner-content-log > ul > li {
    border-left: 0px solid #ccc;
    position: relative;
}

    .setting_area .inner-content-log > ul > li:after {
        content: '';
        position: absolute;
        height: 20px;
        right: 0;
        width: 1px;
        display: inline-block;
        top: 4px;
        bottom: 0;
        background: #c7c7c7;
        margin: auto;
    }

    .setting_area .inner-content-log > ul > li:nth-last-child(1)::after {
        display: none;
    }

.bootstraptooltip {
    text-align: left !important;
}

    .bootstraptooltip h5 {
        color: #fff !important;
    }

    .bootstraptooltip .tooltip-inner {
        max-width: 250px;
        padding: 10px 15px;
        text-align: left;
    }

    .bootstraptooltip span.tooltip_icon, .bootstraptooltip span.help_icon_img, .bootstraptooltip a.help_icon_img {
        padding: 0;
        margin: 0;
        float: left;
        line-height: 1;
        display: inline-block;
        cursor: pointer;
        font-weight: normal;
        font-style: normal;
    }

        .bootstraptooltip span.tooltip_icon:before, .bootstraptooltip span.help_icon_img:before, .bootstraptooltip a.help_icon_img:before {
            /*content: "\e9b1";
    font-family: "scmfonts" !important;*/
            content: "\F2FD" !important;
            color: #5a5a5a;
            font-family: "Material Design Icons" !important;
            line-height: 1;
            display: inline-block;
            font-size: 24px;
            padding: 0px 0;
            font-weight: normal;
            font-style: normal;
        }

    select#ddlAddress:focus, .bootstraptooltip:focus, span#imgCurrent2:focus, .MessageContainer:focus, .fopcus_parent,
    select#ddlCity:focus, .MessageContainer:focus, #btnRefresh:focus {
        box-shadow: none !important;
        outline: 1.5px solid #000 !important;
    }

button[disabled], html input[disabled] {
    cursor: not-allowed;
}

.energy_mid_box .right_content_box {
    background-image: none;
}

.full_width_input_sec input[disabled], .full_width_input_sec select[disabled] {
    cursor: not-allowed;
    padding-left: 7px !important;
}

.right_content_box {
    border-left: 2px solid #f4f4f4;
}

.energy_mid_box.without_sidebar {
    background-image: none;
}

.time_txtdia {
    font-weight: bold;
    color: #222;
}

div#countdownDisplay {
    font-weight: bold;
    top: 2px;
    position: relative;
    font-size: 18px;
}

@media (min-width:768px) and (max-width:1024px) {
    .topnotialert.droptriangle:before {
        bottom: -29px;
    }

    .setting_area > .inner-content-log > ul > li > span {
        outline: 0;
    }

        .setting_area > .inner-content-log > ul > li > span.logout_header {
            font-size: 0 !important;
        }

    span.logout_header:before {
        content: '\e8e9';
        font-family: scmfonts;
        font-size: 21px;
        line-height: 1;
        vertical-align: middle;
        display: inline-block;
        color: #43a7d8;
        font-weight: normal;
        outline: 0;
        margin-top: -1px;
    }

    .setting_area .inner-content-log > ul > li {
        border-left: 0px solid #ccc;
        position: relative;
        padding: 7px 8px;
    }

    .header-top .setting_area {
        padding: 0px 0 0 0 !important;
    }

    .logo_standard.logo_standard {
        display: none !important;
    }

    .logo_universal {
        display: inline-block !important;
    }

    .standard_nav.standard_nav {
        width: auto !important;
        float: right;
        padding-right: 5px;
    }

    .menubarbutton {
        color: #43a7d8 !important;
    }

    .header-top > .container > .row > .col-xs-12.col-sm-12.col-md-12 {
        padding: 0;
    }

    .setting_area .full_width_input_sec.adddro {
        width: 100% !important;
    }

    .inner-content-log > ul > li.droptriangle > .dropdown-backdrop {
        display: none;
    }
}

@-webkit-keyframes cardEnter {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes cardEnter {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.radio_mat_style {
    display: inline-block;
    cursor: pointer;
    margin-left: 15px !important;
    margin-bottom: 0;
    width: 100%;
}

    .radio_mat_style:hover .inner_mat_style, .radio_mat_style:focus .inner_mat_style {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .5;
    }

    .radio_mat_style input {
        width: 1px;
        height: 1px;
        opacity: 0;
    }

        .radio_mat_style input:checked + .outer_radio .inner_mat_style {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        .radio_mat_style input:checked + .outer_radio {
            border: 2px solid #43a7d8;
        }

        .radio_mat_style input:focus + .outer_radio .inner_mat_style {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            background-color: #43a7d8;
        }

    .radio_mat_style .outer_radio {
        display: block;
        float: left;
        margin: 0;
        border: 2px solid #7e7e7e;
        border-radius: 50%;
        background-color: #fff;
    }

.type_of_wash .radio_mat_style span.outer_radio,
.type_of_wash .radio_mat_style span.inner_mat_style {
    padding: 0px;
}

.radio_mat_style .inner_mat_style {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 8px;
    height: 8px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: block;
    margin: 2px;
    border-radius: 50%;
    background-color: #43a7d8;
    opacity: 0;
}

.arrow_service {
    float: left;
    width: 100%;
    margin: 0px 0;
    text-align: left;
}

    .arrow_service ul li:first-child {
        margin-left: 0px;
        width: 35% !important;
    }

li.arrow-right_service.arrow-right2_service.three, li.arrow-right_service.arrow-right1_service.step_done_service.three {
    width: 20% !important;
}

.arrow_service ul {
    list-style: none;
    margin: 0px;
    padding: 0 10px;
    float: left;
    width: 100%;
    border-bottom: solid 1px #e2e2e2;
}

.arrow-right_service {
    min-width: 25%;
    height: 40px;
    position: relative;
    float: left;
    margin: 0px;
    padding-top: 10px;
    color: #555555;
    font-size: 16px;
}

.arrow_service ul li b > span {
    background: #d8d8d8;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    float: left;
    color: #000;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
    font-size: 15px;
}

.arrow_service ul li b {
    float: left;
    z-index: 99;
    position: relative;
    padding-right: 9px;
    font-weight: normal;
    font-size: 17px;
    vertical-align: middle;
    line-height: 25px;
    display: inline-block;
}

.arrow_service ul li:after {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 9;
    bottom: 0;
    margin: auto;
    background: #d8d8d8
}

.arrow_three_service .arrow-right_service {
    width: 33.33%;
    padding: 25px 15px 25px 0;
    vertical-align: middle;
    margin: 0;
    height: 74px;
    border: 0;
}

.step_done_service {
    color: #237CA9;
}

.arrow_service ul li.step_done_service b > span {
    background: #237CA9;
}

.arrow_service ul li.step_done_service:after {
    height: 6px;
    background: #237CA9;
}

.energy_mid_box h1 {
    padding: 12px 10px 12px 15px;
}

.modal-body {
    padding: 0px 0px 0px;
}

.helpinfo_icon:before {
    content: "\e9b1";
    display: inline-block;
    position: relative;
    top: 2PX;
    font-size: 18px;
    font-weight: bold;
}

.fancybox-type-iframe.fancybox-opened .fancybox-close {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: solid 2px #999999;
    border-radius: 60px;
    background-size: 33px;
    background-position: -2px 0px;
    overflow: hidden;
}

.nicescroll-cursors:hover {
    background-color: #26a7e6 !important;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #1785bb !important;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #26a7e6 !important;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: white;
}

.mCSB_scrollTools {
    width: 8px !important;
}

.mCSB_scrollTools_horizontal {
    width: auto !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 12px !important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
}

a.backme {
    font-size: 0px;
}

#change-userid-divPopup .helpicon {
    float: right;
    margin-right: 9px;
    margin-top: -8px !important;
}

input[disabled="disabled"] {
    -webkit-text-fill-color: rgba(0,0,0,1);
    background: #ebebe4 !important;
}

.arrow_service.arrow_three_service ul li:nth-child(3):after {
    display: none;
}

.full_width_input_sec.adddro {
    margin-top: -5px !important;
    padding: 0px 0 0 10px;
}

.bootstrap-select > .dropdown-menu.open > .dropdown-menu.inner > li {
    width: 100%;
    border: 0;
    border-top: solid 1px #dcdcdc !important;
    padding: 0;
}

    .bootstrap-select > .dropdown-menu.open > .dropdown-menu.inner > li > a {
        font-size: 15px;
        padding: 5px 15px;
    }

.bootstrap-select > .dropdown-menu.open {
    border-radius: 0;
    padding: 0;
    margin: 0;
    z-index: 9999999999999999 !important;
}

li#AddressInfo .adddro .bootstrap-select > button.dropdown-toggle {
    border-radius: 0;
    padding: 5px 20px 5px 5px;
    font-size: 15px;
    float: left;
    background: transparent !important;
    color: #4c4c4c;
    border: 1px solid #666366;
    box-shadow: none;
    border-radius: 4px;
}

.bootstrap-select > .dropdown-menu.open > .dropdown-menu.inner > li > a:hover, .bootstrap-select > .dropdown-menu.open > .dropdown-menu.inner > li > a:focus,
.bootstrap-select > .dropdown-menu.open > .dropdown-menu.inner > li > a[selected="true"] {
    /*background: #237CA9 !important;*/
    color: #fff;
    outline: none !important;
}

.set_notif_alertbox {
    position: absolute;
    right: 10px;
    top: -40px;
}

    .set_notif_alertbox > a {
        padding: 6px 8px 6px 8px;
        color: #fff !important;
        font-size: 14px;
        text-decoration: none;
        border: 0;
        font-weight: normal;
        overflow: hidden;
        position: relative;
        float: right;
        margin: 0;
        background: #2782ae;
        line-height: 21px;
    }

        .set_notif_alertbox > a:hover {
            opacity: .8;
        }

    .set_notif_alertbox .icon_bell_icon:before {
        content: '\f0f3';
        font-family: 'FontAwesome' !important;
        margin: 0px 10px 0 0;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        position: relative;
        top: 1px;
        left: 5px;
        line-height: 1;
    }

.wave_txt_hide {
    display: none !important;
    font-size: 0px !important;
}

.filter-option-inner-inner > .default-chip {
    display: none;
}

#dLabel {
    width: 100%;
    height: 35px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #4c4c4c;
    text-align: left;
    padding: 6px 15px;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 25px;
    padding-left: 10px;
    align-items: center;
    display: block;
}

.AccountslctClass {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

    .AccountslctClass > span {
        font-size: 15px;
        padding: 0px 10px;
        color: #333;
        font-family: 'Opensans-Semibold';
        white-space: nowrap;
    }

#AddressInfo .dropdown {
    max-width: 300px;
    width: 100%;
}

    #AddressInfo .dropdown.open > ul {
        min-width: 270px;
        right: 0px;
        left: inherit;
    }

button#dLabel:before {
    content: '\e5cf';
    position: absolute;
    right: 0;
    font-size: 22px;
    font-family: material icons;
    color: #4c4c4c;
    top:6px;
}

#AddressInfo > .dropdown > .dropdown-menu.master {
    width: 100%;
}

.dropdown.open button#dLabel {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
    border: solid 1px #666;
    border-bottom: none;
}

.dropdown.open ul.master {
    max-height: 300px;
    overflow-y: scroll;
    background: #fff;
}

.dropdown-menu .default-chip > span {
    font-size: .75rem;
    color: #fff;
    line-height: 1.141;
}

.selectAccountBox .dropdown-menu li {
    line-height: 1.5;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    border-top: solid 1px #f3f3f3;
}

    .selectAccountBox .dropdown-menu li a.dropdown-item {
        padding: 20px 1.5rem;
    }

    .selectAccountBox .dropdown-menu li:hover {
        background-color: #f9f9f9;
    }

.AccountslctClass .dropdown-menu .default-chip {
    background-color: #076324;
    border-radius: 16px;
    display: inline-flex;
    padding: 4px 15px;
    margin-top: 5px;
}

    .AccountslctClass .dropdown-menu .default-chip > span {
        font-size: 12px;
        color: #fff;
        line-height: 1.141;
    }

a#btnGoMultiple.submit-button {
    max-width: 60px !important;
    min-width: auto !important;
    text-align: center !important;
    padding: 3px 10px !important;
    margin-left: 10px;
    cursor: pointer;
    height: auto !important;
    min-height: auto;
    line-height: 25px;
}

#left_side_secAdd .btn-group {
    width: 245px;
    margin-right: 10px;
}

#left_side_secAdd ul#drpUL {
    left: inherit;
    right: -10px;
}

#left_side_secAdd #drpUL.multiselect-container > li > a {
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}

#left_side_secAdd #drpUL.multiselect-container > li:last-child a {
    border-bottom: 0;
}

#left_side_secAdd .btn-group button {
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding-right: 20px;
}

#left_side_secAdd b.caret {
    float: right;
    position: absolute;
    right: 7px;
    top: 14px;
}

.compr_select {
    position: relative;
}

.cmpare_select {
    font-size: 15px;
    padding: 4px 20px 4px 10px;
    border: 1px solid #000;
    height: 32px;
    border-radius: 4px;
    margin-left: 20px;
    width: 270px;
    position: relative;
}

    .cmpare_select:before {
        content: '\e5cf';
        font-family: material icons;
        position: absolute;
        right: 0;
        font-size: 22px;
        color: #4c4c4c;
        top: 0px;
    }


.cmpr_drpdwn {
    display: none;
    background: #fff;
    box-shadow: 3px 2px 5px 0 #333;
    padding: 0px;
    text-align: left;
    border-radius: 4px;
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 31px;
    right: 0px;
    min-width: 360px;
}

.radio_selectopt {
    display: inline-flex;
    width: 100%;
    white-space: nowrap;
    background: #f5f5f5;
    padding: 10px 0px;
    font-size: 16px;
    align-items: center;
    justify-content: space-between;
}

.list_srch_checkbox {
    padding: 20px;
    float: left;
    width: 100%;
}

.srch_com {
    float: left;
    width: 100%;
    position: relative;
}

    .srch_com > input {
        height: 38px;
        border-radius: 4px;
        border: 1.5px solid #ccc;
        width: 100%;
        min-width: 100%;
        padding-right: 30px !important;
        font-size: 15px;
    }

    .srch_com .srch_ico_lnk {
        position: absolute;
        right: 5px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        font-size: 23px;
        text-decoration: none;
        color: #000;
    }

a.srch_ico_lnk:before {
    content: "\F349" !important;
    font-family: "Material Design Icons" !important;
}

.dp_dls_compr {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .dp_dls_compr h4, .dp_dls_compr > h2 {
        font-weight: bold;
        font-size: 16px;
        color: #000;
        margin: 0;
        padding: 5px 0 20px;
    }

.radio_selectopt span.outer_radio {
    position: relative;
    top: 3px;
}

.compr_txtmtr {
    font-size: 18px;
    margin: 21px 0 0;
    float: left;
    width: 100%;
    color: #000;
}

.checkbox_compr {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
}

span.txtcheckboxlist {
    font-size: 17px;
    position: relative;
    top: 5px;
}

span.acctxtcomp {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
}

.compr_acnt_first .checkbox_compr {
    margin-bottom: 35px;
}
.timezone_wrpp{
    display:none !important;
}
.fullwidthbtn {
    min-width: 100%;
    float: left;
    width: 100%;
    margin: 25px 0 0;
}
#change-pwd-divPopup a#btnClear {
    float: right;
}
@media (max-width: 767px) and (min-width: 320px) {
    .dropdownboxes_right dl#LanguageDrpdwn_sample {
        margin-bottom: 0px;
    }
    .dropdown dd ul.dp_language li a {
        font-family: 'OpenSans-SemiBold';
        text-transform: capitalize;
    }
    .dropdownboxes_right .preData i.material-icons {
        display: none;
    }
    .dropdownboxes_right .preData .lan_txt_hide {
        font-style: normal;
        font-family: 'OpenSans-SemiBold';
        text-transform: capitalize;
    }

    .ui-datepicker.ui-widget.ui-widget-content {
        min-width: 300px;
    }

    .ui-datepicker .ui-state-default, .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default, .ui-datepicker .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-datepicker .ui-button.ui-state-disabled:active {
        width: 37px;
    }

    #change-userid-divPopup .helpicon {
        margin-right: 5px;
        margin-top: -25px !important;
    }

    #change-userid-divPopup .help_icon_img.help_icon_img {
        top: 0;
    }

    .tagove-livechat-widget {
        display: none !important;
    }

    #toast-container .toast-close-button {
        right: 5px;
        top: 0;
        bottom: 0;
    }

    .ui-datepicker-month {
        font-size: 13px !important;
    }

    .ui-datepicker-year {
        font-size: 11px !important;
    }

    .set_notif_alertbox {
        width: 100%;
        float: left;
        padding: 0px 10px;
        position: relative;
        right: auto;
        top: auto;
    }

        .set_notif_alertbox > a {
            width: 100%;
            text-align: center;
        }
}

@media (min-width: 575px) and (max-width: 767px) {
    #change-userid-divPopup .helpicon {
        margin-top: -5px !important;
    }
}

button:focus, input:focus, img:focus, .setting_area .inner-content-log ul li a:focus, select:focus, textarea:focus, span[tabindex="0"]:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 .11rem rgba(0,0,0,.9) !important;
}

/*footer a:focus, footer button:focus, footer input:focus, footer img:focus {
    outline: #ffffff auto 5px !important;
    border-color: #80bdff !important;
}*/


#AddressInfo .bootstrap-select > select {
    left: 0;
}

/* Skip nav styles from Liam */
.skipnav {
    position: absolute;
    display: none;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
/*For all, including Opera. Display:none used to switch off the skip links for Opera users (it's redundant, Opera has excellent keyboard navigation)*/
* html .skipnav {
    display: block
}
/*Switch on for IE6 and below*/
* + html .skipnav {
    display: block
}
/*Switch on for IE7*/
:root .skipnav {
    display: block
}
/*Switch on for Moz, FF and Safari*/
.skipnav p {
    margin: 5px 0 0 0;
    padding: 0;
    position: absolute;
    font-size: 2em
}

.skipnav a {
    width: 200px;
    display: block;
    color: #fff;
    background: #333;
    text-decoration: none;
    padding: 5px;
    position: absolute;
    left: -1000em;
    top: 0;
    font-weight: bold;
    text-align: center;
}

    .skipnav a:visited {
        color: #fff
    }

    .skipnav a:focus, .skipnav a:active {
        z-index: 99;
        top: 0;
        left: 10px;
        border: solid #777 1px;
        color: #fff;
        background: #237CA9 !important;
        font-family: 'OpenSans-SemiBold';
    }
    /*Note IE bug that requires use of :active to mimic effect of :focus*/

    .skipnav a:hover {
        cursor: default
    }

.arrow_service ul li.arrow-right22_service:after {
    Display: none;
}

.arrow_three_service .arrow-right_service.arrow_width.arrow_width {
    width: 80% !important;
}

.arrow_service ul li.arrow_width:after {
    width: 96% !important;
}

.arrow-right22_service {
    min-width: 20% !important;
    width: 20% !important;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .strengthdiv > a.button_strength {
        display: none !important;
    }
}

_:-ms-fullscreen, :root .strengthdiv > a.button_strength {
    display: none !important;
}

.formpreview_connectme {
    height: auto;
    width: 100%;
    float: left;
    padding: 0;
    min-height: 350px;
}

.previewrow {
    padding: 10px 15px;
    border-top: solid 1px #ccc;
    background: #fff;
}

    .previewrow:nth-child(even) {
        background: #eafbff;
    }

    .previewrow > .column {
        width: 30%;
        font-size: 16px;
        font-family: OpenSans-SemiBold;
        float: left;
    }

    .previewrow > .value {
        min-width: 50px;
        font-size: 16px;
        float: left;
        width: 60%;
        font-family: OpenSans-Regular;
    }

    .previewrow > .previewrow_divider {
        float: left;
        width: 5%;
        max-width: 30px;
    }

.heading3_formpreview {
    margin-top: 0;
    background: #f4f4f4;
    padding: 7px;
    font-family: OpenSans-SemiBold;
    font-size: 21px;
    min-height: 38px;
    text-align: center;
    margin-bottom: 0;
}

.toast .toast-message {
    font-size: 16px;
}

.setting_area .multiselect.dropdown-toggle {
    width: 113px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    background: #237CA9 !important;
    box-shadow: 0 0 0 0 !important;
    border-radius: 0px;
    padding: 2px 7px !important;
    height: 30px;
    color: #fff;
    border: 0px;
    font-size: 14px;
    margin-right: 2px;
}

.adddro .multiselect-container li a label {
    font-size: 15px;
}

.setting_area span.multiselect-selected-text {
    width: 90px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #fff !important;
}

.setting_area .caret {
    float: right;
    margin-top: 6px;
    color: #fff !important;
}

ul.multiselect-container.dropdown-menu li {
    width: 100%;
    float: left;
    padding: 0px;
    border: 0px !important;
    background: none !important;
}

.setting_area .inner-content-log ul li a#btnGoMultiple {
    height: 30px !important;
    width: auto !important;
    color: #fff !important;
    text-indent: 1px !important;
    font-size: 15px;
    border-radius: 3px;
    padding: 5px 7px !important;
    background: #237CA9 !important;
    box-shadow: 0 0 0;
    min-width: auto !important;
}

ul.multiselect-container.dropdown-menu li {
    height: auto;
}

li#module10.ev, #module9.sh {
    display: none;
}

.setting_area .inner-content-log .dropdown-menu > .active > a,
.setting_area .inner-content-log .dropdown-menu > .active > a:focus,
.setting_area .inner-content-log .dropdown-menu > .active > a:hover {
    color: #fff !important;
}

@media (min-width: 1025px) {
}

.NoDataBox {
    position: absolute;
    top: 40%;
    left: 0;
    text-align: center;
    font-family: OpenSans-Semibold;
    max-width: 80%;
    margin: 0 auto;
    right: 0;
    font-size: 16px;
}

#ddlGroup {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url(../images/arrowdown_mdb.png) !important;
    background-size: 12px 15px !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
}

.dropdown.icon-pop ul.dropdown-menu > li {
    width: 50%;
    text-align: center;
    height: 83px;
    border: 1px solid #fff;
}

    .dropdown.icon-pop ul.dropdown-menu > li a {
        background: none !important;
        height: 81px;
        padding: 15px 0px !important;
    }

    .dropdown.icon-pop ul.dropdown-menu > li:hover, .dropdown.icon-pop ul.dropdown-menu > li.active {
        width: 50%;
        text-align: center;
        height: 83px;
        border: 1px solid #d8d8d8;
        /*background: #f1f0f0;*/
        background: #e9f8ff;
    }

.dropdown.icon-pop ul.dropdown-menu {
    min-width: 300px;
    padding: 15px;
}

    .dropdown.icon-pop ul.dropdown-menu > li label {
        font-weight: 600;
        padding-top: 10px;
        display: block;
    }

.dropdown.icon-pop .dropdown-menu .arrow_bdr {
    right: 8px;
    top: -9px;
}

.dropdown.icon-pop ul.dropdown-menu > li a[disable] {
    background: #d8d6d6 !important;
    margin-top: -1px;
    height: 83px;
}

#forget-me-divPopup .modal-dialog {
    width: 800px;
}

.help_icon_img.info_icon_master {
    float: right !important;
    margin-left: 10px !important;
    margin-top: -3px !important;
    background: none;
    border: 0px;
}

.inputSearch {
    width: 95% !important;
    font-size: 16px;
    margin: 4px;
}

#AddressInfo .tooltip-inner {
    min-width: 200px;
    display: inline-block;
}

    #AddressInfo .tooltip-inner span {
        font-size: 16px;
    }

    #AddressInfo .tooltip-inner ul li {
        color: #fff;
        line-height: 14px;
        padding: 5px 0px;
        height: 25px;
        border-left: 0px solid #ccc;
    }

.estimatedBox a, .effi_dashbox a {
    color: #29bbae;
}

.aspNetDisabled {
    width: 195px !important;
    color: #646464 !important;
    border-bottom: 1px solid #a9a9a9 !important;
    border-radius: 4px;
    outline: none !important;
    margin-top: 7px !important;
    padding-left: 15px;
    padding-right: 25px;
    min-height: 32px;
    font-size: 15px;
    max-width: 100%;
}

#changepwdbody .strengthdiv {
    float: right;
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    width: auto !important;
}

    #changepwdbody .strengthdiv a.button_strength {
        position: relative;
        font-size: 0px !important;
        min-height: 30px;
        width: 30px;
        display: block;
        margin-top: 12px;
    }

        #changepwdbody .strengthdiv a.button_strength:before {
            display: inline-block;
            font: normal normal normal 24px/1 "Material Design Icons";
            font-size: inherit;
            text-rendering: auto;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\F6CF";
            font-size: 29px !important;
            position: absolute;
            right: 10px;
            top: 0px;
            font-family: 'Material Design Icons';
            color: #696969;
        }

        #changepwdbody .strengthdiv a.button_strength.hide_button_strength:before {
            display: inline-block;
            font: normal normal normal 24px/1 "Material Design Icons";
            font-family: 'Material Design Icons';
            font-size: inherit;
            text-rendering: auto;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\F6D0";
            font-size: 29px !important;
            position: absolute;
            right: 10px;
            top: 0px;
            color: #696969;
        }

.lblItem label {
    padding: 5px 10px 5px 10px;
    background: #f5f5f5;
    display: block;
    text-align: center;
    font-size: 13px;
}

.AcntSelectWrapper .multiselect-container > li > a > label {
    padding-left: 30px !important
}
