﻿.logo img {
    padding: 0;
}

 

        .mdl-radio__outer-circle {
            top: 3px !important;
        }

        .mdl-radio__inner-circle {
            top:7px !important;
        }

        .mdl-radio__ripple-container {
            top: -11px !important;
        }

        #errorMsg {
            right: 10px !important;
            top: 18px !important;
        }

        #submitteddetailvalue {
            background: #fff;
        }

        .profile-details {
            padding: 0 !important;
            width: 100% !important;
        }

        .btn-default-login {
            padding: 7px 6% !important;
        }

        .carousel-inner {
            background: none !important;
            -webkit-background-size: cover;
        }

        .upper_text {
            width: 100%;
            margin: 0px !important;
            display: table;
        }

        .profile-details {
            padding-top: 0px;
        }

            .profile-details p {
                margin: 14px 0px;
                padding: 0px;
                font-size: 14px;
                color: #000;
            }

            .profile-details h2 {
                margin: 0px;
                padding: 0px;
                font-size: 16px;
                color: #000;
                font-weight: bold;
            }

            .profile-details label {
                margin: 0px;
                padding: 0px;
                font-size: 14px;
                color: #000;
                font-weight: normal;
            }

            .profile-details span {
                margin: 0px;
                padding: 0px;
                font-size: 14px;
                color: #000;
            }

            /*.profile-details input[type="text"], .profile-details select, .profile-details input[type="password"] {
                padding: 5px 8px;
                border: 1px solid #bbb;
                color: #000;
                background-color: #fff;
                line-height: normal;
                font-size: 13px;
                margin-right: 7px;
                width: 90%;
                border-radius: 0px;
            }*/

            .profile-details table td {
                padding: 5px 23px 5px 23px;
            }

        .table-responsive tr:nth-child(even) td {
            background: #f5f5f5;
        }

        #PaymentInfo.table-responsive tr:nth-child(odd) td {
            background: #f5f5f5;
        }

        #PaymentInfo.table-responsive tr:nth-child(even) td {
            background: #fff;
        }



        @media (min-width: 1200px) {
            .one_time_payment_form.container {
                background: #fff;
                width: 1149px;
                margin-top: 19px;
                padding-top: 6px;
            }
        }

        @-moz-document url-prefix() {
            .tble_width_ie {
                width: 167px !important;
            }
        }

        @media screen and (min-width:0\0) {
            .tble_width_ie {
                width: 168px !important;
            }
        }

.buttons_area {
    padding: 15px 15px !important;
}

        .one_time_payment_form.container {
            background: #fff;
        }

        .submit-button {
            min-width: 120px;
        }


        .make_one_head {
            font-size: 16px;
            color: #53565a;
            padding: 7px 0 10px 15px;
            margin: 0px 0px 1px 0px;
            font-weight: bold;
            border-bottom: 1px solid #f4f4f4;
            background: #fff;
        }

        .login-page {
            padding: 0 0 35px 0 !important;
        }

        .login-page-2 {
            padding-top: 30px !important;
        }

        .login-page.login-page input[type="text"], .login-page.login-page input[type="password"] {
            width: 97% !important;
        }

        .bar_input:before {
            left: 47% !important;
        }
        #submitteddetailvalue .bar_input:before {
             left: 43%;
        }
        .pay_bill_head {
            padding: 18px 0 15px !important;
            margin: 0;
        }

        .toast-top-right {
            width: 98.5% !important;
        }

        @media (min-width:300px) and (max-width:767px) {
            .profile-details table td input[type="text"] {
                margin-bottom: 8px;
            }

            .inner-right-sub {
                margin-top: 20px;
                margin-bottom: 20px;
            }

            .energy_mid_box h1 {
                width: 100% !important;
            }

            .table-responsive {
                border-bottom: 0;
            }

                .table-responsive tr td {
                    width: 100% !important;
                    display: block;
                    background: none !important;
                    float: left;
                    padding: 6px 23px 0px 23px;
                }

            .popup_right_content_area_home img {
                margin-bottom: 15px;
            }

            .table-responsive tr:nth-child(even) td {
                background: #fff;
            }

            .table-responsive {
                border: 0px solid #ddd;
            }

            .submit-button {
                min-width: 100px;
            }

            .login-page.login-page input[type="text"], .login-page.login-page input[type="password"] {
                width: 96% !important;
            }
        }

        @font-face {
            font-family: 'OpenSans-Regular';
            src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular.otf') format('opentype'), url('fonts/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSans-Regular.ttf') format('truetype'), url('fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
            font-weight: normal;
            font-style: normal;
        }


        #page_loader_payment {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .9);
            display: none;
            position: absolute;
            font-family: 'OpenSans-Regular';
            top: 0px;
            z-index: 999999999999999;
        }

        .page_loader_with_icon {
            background-image: url(../images/loader.gif);
            background-repeat: no-repeat;
            background-position: center center;
            display: block;
            height: 65px;
            width: 130px;
            margin: 0 auto;
        }

        .page_load_container {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 48%;
            height: 300px;
            text-align: center;
            color: #040404;
            background: #fff;
            border-radius: 8px;
            padding: 23px 15px;
        }

            .page_load_container p {
                margin-top: 0px;
                font-size: 13px;
                padding: 0px 15px 0px;
            }

        #page_loader_payment b {
            margin: 0;
            padding: 26px 0px 7px;
            font-size: 26px;
            color: #2c61ae;
            display: block;
            text-align: center;
        }

        #page_loader_payment p {
            margin: 0;
            padding: 10px 0px 0px;
            display: block;
            font-size: 17px;
            color: #7e7e7e;
            text-align: center;
        }

        @media (min-width:1600px) and (max-width:3000px) {
            .page_load_container {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                width: 38%;
                height: 250px;
                text-align: center;
                color: #040404;
                background: #fff;
                border-radius: 8px;
                padding: 23px 0px;
            }
        }

        #submitteddetailvalue input[type=radio] {
            position: relative;
            top: 3px;
        }

        input#btnCancel {
            float: left !important;
        }

        .bg_color_grey {
            background: #f5f5f5 !important;
        }
       #submitteddetailvalue .full_width_input_sec .input_box_eff_wrap {
            float:left;
            width:50%;
        }

       .pay_info_box {
           width: 100%;
    float: left;
       }
     

       #responsive {
               padding-top:10px;
       }
    .pay_info_box h1 {
             background: none !important;
            margin-top: 15px;
            padding-bottom: 15px;
            border-bottom: none !important;
            font-size: 18px;
            padding-left: 36px;
        }
    .option_card_select {
      background: #f2f9fd;
    margin-top: -4px !important;
    padding: 7px 36px !important;
    width: 100% !important;
    BORDER-TOP: 1PX solid #ccc !IMPORTANT;
    
}

    #logincredentials .full_width_input_sec {
        padding: 0px !important;
    }

    .full_width_input_sec {
        padding: 0px 6px 0 36px !important;
    }

    .option_card_select label {
    padding-left: 9px;
}

    .energy_mid_box {
        margin-bottom:33px;
    }
      


#errorMsg {
    background: rgba(60, 60, 60, 0.82) none repeat scroll 0 0;
    box-shadow: 0 1px 3px #ccc;
    color: white;
    display: none;
    float: initial;
    padding: 3px 8px;
    position: absolute;
    right: 0;
    top: -50px;
    width: 262px;
}

.errorbox {
    border: 1px solid #ffa8a8 !important;
    background-color: #fff4eb !important;
    height: 34px;
}

.login-page input[type="text"], .login-page input[type="password"] {
    width: 97% !important;
    height: 35px !important;
    display: inline;
    font-size: 14px;
}

#errorMsg {
    z-index: 9999;
}

.btn-default-login {
    padding: 7px 6% !important;
}



.carousel-inner {
    background: none !important;
    -webkit-background-size: cover;
}

/*.login-page {
    padding-top: 0;
}*/

.energy_mid_box h1 {
    font-size: 16px !important;
    color: #53565a;
    padding: 10px 0 12px 8px;
    margin: 0px 0px 15px 0px;
    font-weight: bold;
    border-bottom: 1px solid #f4f4f4;
    background: #fff;
}

.form-group {
    position: relative;
    float: left;
    width: 100%;
}
footer{
    position:relative !important;
}
#btnsubmit.submit-button {
    width:auto !important;
    min-width:135px;

}
@media (min-width: 414px) and (max-width:640px) {
    .logo {
        text-align: right !important;
        margin-right: 0 !important;
    }

        .logo img {
            max-width: 100%;
        }
}

@media (min-width: 320px) and (max-width:640px) {
    .log_smw_btn {
        width: 96% !important;
    }

    .logo {
        text-align: right !important;
        margin-right: 0 !important;
    }

        .logo img {
            max-width: 100%;
        }

    .login-page input[type="text"], .login-page input[type="password"] {
        width: 96% !important;
        display: inline;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .login-page input[type="text"], .login-page input[type="password"] {
        width: 95% !important;
    }
}

.pay_bill_head {
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding: 6px 0 18px;
}
@media (device-width:360px) and (device-height:640px) and (min-resolution: 288dpi) {
    #LoginboxContainer {
        height: 380px;
    }
}
@media (min-width: 300px) and (max-width:767px) {
    #submitteddetailvalue .full_width_input_sec .input_box_eff_wrap {
        float: left;
        width: 100% !important;
    }

    .profile-details {
            padding: 0 !important;
            width: 100% !important;
        }

    .full_width_input_sec {
            padding: 0px 0px 0 16px !important;
        }

    #submitteddetailvalue .full_width_input_sec .iphone_separator {
        width: 50% !important;
        padding: 0 15px 0 0;
    }

        #submitteddetailvalue .full_width_input_sec .iphone_separator > select {
            width: 100% !important;
        }

    .pay_info_box .option_card_select {
        background: #ececec;
        margin-top: 0px !important;
        padding: 7px 15px !important;
        width: 100%;
        margin-left: 0;
        BORDER-TOP: 1px solid #ccc !important;
        margin-right: 0;
        float: left;
    }
}

  @media (min-width:768px) and (max-width:1024px) {
            .page_load_container {
                width: 88%;
                overflow: auto;
            }
        }

        @media (min-width:992px) and (max-width:1024px) {
            .logo {
                width: 258px;
            }

            #divcreditrdobtn > label, #divbankrdobtn > label {
                font-size: 10px !important;
            }

            .profile-details label {
                font-size: 12px;
            }

            .profile-details table td {
                padding: 5px 8px 5px 17px;
            }
        }

        @media (min-width:768px) and (max-width:991px) {
            #divthankpay {
                    min-height: 744px !important;
            }
            .hide_ipad_mood {
                display: none !important;
            }

            div#responsive > table td {
                width: auto !important;
                padding-top: 9px;
            }

            .table-responsive tr:nth-child(even) td {
                background: #fff !important;
            }

            div#PaymentInfo table tr td, table#tblBank tr td, #responsive table tr td {
                width: 50% !important;
                float: left;
                border-bottom: 1px solid #ececec;
                min-height: 50px;
            }

                div#PaymentInfo table tr td.card_img_sec {
                    width: 100% !important;
                    margin-bottom: 10px;
                    text-align: right;
                    padding-right: 53px;
                }

            .bg_color_grey {
                background: #fff !important;
            }

            .inner-right-sub {
                padding-bottom: 90px;
            }

            div#PaymentInfo tr:nth-child(odd) td, table#tblBank tr:nth-child(even) td {
                background: #fff !important;
            }

            span.required {
                margin-right: -14px;
            }

            .loginpage-form.loginpage-form h4 {
                margin-top: 30px;
            }

            .loginpage-form.loginpage-form h5 {
                line-height: 23px;
            }
        }

        @media (max-width:767px) {
            span.required {
                margin-right: -12px;
            }

            .page_load_container {
                width: 88%;
                overflow: auto;
            }

            #page_loader_payment b {
                padding: 21px 0px 7px;
                font-size: 20px;
            }

            #page_loader_payment p {
                font-size: 12px;
            }

            .payDescriptn {
                width: 90%;
            }

            .loginpage-form {
                padding-left: 0px !important;
            }

            #ddlYear, #ddlMonth {
                width: 35% !important;
            }
        }

        @media (max-width:360px) {
            .log_smw_btn #btnAgree {
                padding: 6px 3px !important;
                margin-right: -10px !important;
            }

            div#divcreditrdobtn, #divbankrdobtn {
                width: 100% !important;
                line-height: normal;
                margin: 0px !important;
                padding: 0px !important;
            }
        }

        .buttons_area {
            border-top: 1px solid #e8e8e8;
            }
        .pay_info_box h1 {
            margin-bottom: 10px!important;
            }

        .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;
}

.total_bills {
    border-bottom: 2px solid #f4f4f4 !important;
    float: left !important;
    width: 100% !important;
    margin: 0px !important;
}
.Left_Bill_area {
    float: left !important;
    width: 50% !important;
    position: relative !important;
    padding-top: 0px !important;
}
.all_bill_box {
    margin: 0 !important;
    float: left !important;
    width: 100% !important;
}
    .all_bill_box h3 {
        margin: 0px;
        padding: 10px 13px 10px;
        font-weight: bold;
        width: 100%;
        float: left;
        color: #53565a;
        font-size: 14.5px;
        text-align: left;
    }
    .all_bill_box .gray_div {
        background: none repeat scroll 0 0 #f2f9fd;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .all_bill_box .left-area-tabular {
        display: inline-block;
        float: left;
        font-size: 12px;
        margin: 0;
        padding: 7px;
        width: 64%;
        text-align: left;
    }
    .all_bill_box .left-area-tabular, .all_bill_boxpayment .left-area-tabular, .right-area-tabular {
        padding: 13px 7px 7px;
    }
.type_of_wash label {
    margin-left: 10px;
    vertical-align: middle;
    color: #53565a;
}
.all_bill_box .right-area-tabular label {
    color: #53565a!important;
}
.all_bill_box .right-area-tabular {
    display: inline-block;
    float: right;
    margin: 0 auto;
    padding: 12px 7px 7px;
    text-align: left;
    width: 30%;
}
.right_Bill_area {
    border-left: 1px solid #d9d9d9 !important;
    min-height: 215px;
    float: left;
    width: 50%;
}
    .right_Bill_area .right_bill_box .payment_step:nth-child(even) {
        background: #f2f9fd;
        float: left;
        width: 100%;
    }
.right-area-tabular {
    display: inline-block !important;
    float: right !important;
    margin: 0 auto !important;
    padding: 1% 3% 1% 1% !important;
    text-align: right !important;
    width: 36% !important;
}
.all_bill_boxpayment.right_bill_box {
    margin: 0px;
    width: 100%;
}
.tras_txtMain {
    float: left;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.cancel-button {
    margin-left: 0px !important;
}
.submit-button {
    margin-right:0px!important;
    }
.msgAlert {
    padding: 15px !important;
    float: left;
    width: 100%;
    font-weight: bold;
}
#disclaimer, .disclaimerBlack {
    float: left;
     width: 100%; 
    padding: 15px 10px;
    font-size: .95em;
}