

html,
body {
    width: 100%;
    position: relative;
    height: 100%;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: "Roboto", sans-serif;
    letter-spacing: .045em;
}

body {
}

.clear {
    clear: both;
}

hr {
    max-width: 350px;
    border-color: #325a96;
    border-width: 1px;
}

    hr.light {
        border-color: #fff;
    }

/*a {
    color: #ff0000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    a:hover,
    a:focus {
        color: #eb3812;
    }*/

h1,
h2,
h3,
h4,
h5,
h6 {
}

.btn-new-foriphone {
    text-transform: uppercase;
    border: 0;
    max-width: 140px;
    padding: 12px 16px !important;
    color: #FFF;
    font-size: 16px !important;
    border-radius: 4px;
    margin-top: 10px;
    background: #325a96 !important;
    border-color: #1976d2 !important;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    height: 45px !important;
}

    .btn-new-foriphone:hover {
        background: #2196f3;
    }



p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #f05f40;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 15px 0 0 0;
}



.no-padding {
    padding: 0;
}

ul {
    list-style: none;
}



.header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.header-content-inner hr {
    margin: 30px auto 0;
}

.header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 50px 145px;
    text-align: center;
}


.close-btn {
    background: #7d7d7d;
    border: 1px solid #7d7d7d;
    font-size: 14px;
    margin-right: 10px;
    padding: 10px 25px;
}

    .close-btn:hover {
        background: #505050;
        border: 1px solid #505050;
    }

.popup_close-btn {
    margin-bottom: 5px !important;
}

.popup_btn {
    margin: 5px 4px !important;
}


.navbar {
    margin-bottom: 0 !important;
}
/*.navbar-toggle{ background:#fff !important;}*/
.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-collapse {
    padding-left: 0;
}

.fa.fa-times {
    font-size: 17px;
    color: #fe0000;
}

/*****landing page****/



.landing-page-buttons .btn-primary {
    /*background-color: #2196f3;
  border-color: #2196f3;*/
    background-color: #1976d2;
    border-color: #1976d2;
    color: #ffffff;
}

    .landing-page-buttons .btn-primary:hover {
        background-color: #325a96 !important;
        border-color: #325a96 !important;
    }

    .landing-page-buttons .btn-primary:focus {
        background-color: #325a96 !important;
        border-color: #325a96 !important;
    }

    .landing-page-buttons .btn-primary:active {
        background-color: #325a96 !important;
        border-color: #325a96 !important;
    }

/********************Login panel*********************************/

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.logo-img img {
    margin: 0 auto;
    height: 100px;
}

.login-page {
    width: 460px;
    padding: 6% 0 0;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 460px;
    margin: 0 auto;
    padding: 40px 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.logo-img {
    width: 100%;
    float: left;
    margin: 0 auto; /*margin-bottom:15px;*/
}

.form input {
    background: transparent;
    width: 100%;
    border: 1px solid #849bbf;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.form textarea {
    background: transparent;
    width: 100%;
    border: 1px solid #849bbf;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    min-height: 80px;
}

.login-form input[type="text"] {
    background: url(../img/user.png) no-repeat right 10px center;
}

.login-form [type="password"] {
    background: url(../img/pass.png) no-repeat right 10px center;
}

.form .btn-new {
    text-transform: uppercase;
    border: 0;
    min-width: 140px;
    padding: 12px 16px;
    color: #FFFFFF;
    border-radius: 4px;
    /* margin-top: 15px;*/
    font-size: 16px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form .message {
    margin: 0;
    color: #65646a;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
}

    .form .message a {
        color: #2185ff;
        text-decoration: underline;
        font-size: 14px;
        margin: 0;
    }

.login-container {
    height: 100%;
    width: 100%;
    background: #325a96; /* fallback for old browsers */
}

#LinkButton2, #LinkButton1, #LinkButton3 {
    margin-top: 5px;
}

.header-content-home p {
    /*margin-bottom: 40px;*/
    font-size: 20px;
    font-weight: 400;
    color: #333;
    padding: 15px 10px;
    text-align: center;
}


.login-footer {
    color: #fff;
    text-align: center;
}

    .login-footer p {
        font-size: 12px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

.footer-sec .col-sm-12 p {
    font-size: 12px;
}

.form.bottom-text {
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    padding: 15px 0px 15px 0px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.forgot-p {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

    .forgot-p .check-span {
        float: left;
    }

        .forgot-p .check-span input {
            width: auto;
            margin-right: 5px;
        }

    .forgot-p .forgot-text {
        float: right;
        font-size: 14px;
        color: #2185ff;
        text-decoration: none;
        margin: 3px 0px 0px 0px;
    }


.form .spy-login-opt p {
    text-align: left;
    font-size: 16px;
    color: #454545;
    font-weight: 600;
    float: left;
    margin-bottom: 0;
    padding: 10px 0;
}

.form .spy-login-opt a {
    color: #878787;
    font-size: 25px;
    text-align: right;
    float: right;
    padding: 0 10px;
    cursor: pointer;
}

    .form .spy-login-opt a:hover {
        color: #1976d2;
    }

/********************Signup panel*********************************/




.header {
    float: left;
    width: 100%;
    padding: 0px 0;
    background: #eeeeee;
    /*background: #1e5799;*/ border-bottom: 1px solid #ddd;
    background: -moz-linear-gradient(left, #1e5799 0%, #207cca 0%, #ffffff 0%, #d4d4d4 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#207cca 0%,#ffffff 0%,#d4d4d4 100%); /* Chrome10-25,Safari5.1-6 */
}

.header-img img {
    height: 67px;
    margin-top: 10px;
}


.user {
    right: 5px;
    z-index: 1;
    bottom: 0;
    top: 10px;
}

.caret {
    color: #fff;
}

.userMailId {
    display: none;
}



.operator_code {
    color: #000;
    font-size: 14px;
    float: right;
}

.user-panel > li {
    float: left;
    color: #325a96;
    line-height: 45px;
    margin-left: 5px;
}


.caret_user {
    color: #5b7bab;
}

.goto_dashboard {
    float: right;
    text-decoration: underline;
    color: rgb(33, 150, 243) !important;
    margin-top: 0px;
}


.user-panel {
    float: right;
    text-align: right;
    width: auto;
    padding: 0;
}

}

.user-panel > li {
    float: left;
    color: #325a96;
    line-height: 45px;
    margin-left: 5px;
}

.navigation {
    float: left;
    width: 100%;
    background: #325a96;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
}

.nav > li > a:focus, .nav > li > a:hover {
    background: #1976d2;
    color: #fff;
}

.nav > li > .active a {
    background: #1976d2;
    color: #fff;
}

.navigation ul li {
    float: left;
}

    .navigation ul li a {
        color: #dfdfdf;
        font-size: 14px;
    }

.h2-header {
    float: left; /* width:100%;*/
    font-size: 20px;
    color: #325a96;
    margin: 0;
    text-transform: uppercase;
}






.form-heading {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 7px;
    0;
    margin: 0;
    font-size: 16px;
    color: #000;
    background: #efefef;
}

.form-heading1 {
    float: left;
    width: 5%;
    height:36px;
    border-bottom: 1px solid #dddddd;
    padding: 7px;
    0;
    margin: 0;
    font-size: 16px;
    color: #000;
    background: #efefef;
}

.form-heading_new {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 3px;
    0;
    margin: 0;
    font-size: 14px;
    color: #000;
    background: #efefef;
}


.form-inputs {
    float: left;
    width: 100%; /*padding:25px 0;*/
    padding: 10px 0;
}

.form-group.new-group {
    float: left;
    width: 100%;
    margin: 5px 0;
}

    .form-group.new-group label {
        float: left;
        width: 44%;
        text-align: right;
        margin-right: 15px;
        font-size: 15px;
        color: #767676;
        font-family: "Roboto", sans-serif;
        line-height: 32px;
        font-weight: normal;
        margin-bottom: 0;
    }

    .form-group.new-group input {
        float: left;
        text-align: left;
        padding-left: 5px;
        width: 52%;
        height: 34px;
        border: 1px solid #ddd;
        border-radius: 0;
    }

    .form-group.new-group textarea {
        float: left;
        text-align: left;
        padding-left: 5px;
        width: 52%;
        height: 34px;
        border: 1px solid #ddd;
        border-radius: 0;
        min-height: 80px;
    }

    .form-group.new-group select {
        width: 52%;
        border-radius: 0;
    }

.form-btn {
    float: left;
    width: 100%;
    margin: 0px auto 15px;
    text-align: center;
}

.form-control {
    border-radius: 0;
}

#ddlNumberOfHours {
    width: 100%;
}

.check-group .checkbox-btn.check-span {
    float: left;
    padding-left: 65px;
}

.forgotp-text {
    color: #325a96;
    font-size: 22px;
    margin-bottom: 10px;
}

.forgotp-text2 {
    color: #9b9b9b;
    font-size: 13px;
    margin-bottom: 10px;
}

.fa.a-times {
    font-size: 17px;
    color: #fe0000;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/********************footer css panel*********************************/

.footer-sec {
    float: left;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: #325a96;
    position: static;
    /*bottom: 0;*/
}

    .footer-sec p {
        margin: 0px 0;
        font-size: 14px;
        color: #fff;
    }


/***grid view css***/

.recharge-l-grid {
    width: 52%;
    float: left;
}
/* added by birendra*/
@media screen and (min-width:320px) and (max-width: 1024px) {
    .recharge-l-grid {
        width: 100%;
        float: left;
    }
}

/* update by birendra*/
.recharge-l-grid table th {
    padding: 6px 12px;
    text-align: left;
    /*background: #eee;
        color: #333;*/
    font-weight: 800;
    /*border: 1px solid #ddd;*/
}

/* update by birendra*/
.recharge-l-grid table td {
    padding: 6px 12px;
    text-align: left;
    /*background: #eee;*/
    /*color: #555;*/
    font-weight: 500;
    /*border: 1px solid #ddd;*/
}

table th {
    padding: 15px 6px;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}

td {
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    font-size: 13px;
    padding: 15px 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.loyalaty-card table {
    border: 0 none;
}

.col-md-3.addCard {
    padding-left: 30px;
}


/*****table css *******/
#table_data_length, #table_data_filter {
    display: none;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 15px 18px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 10px;
}

/*table.dataTable thead .sorting_desc {
    background-position: left center;
}*/

table.dataTable thead .sorting {
    background-position: left center;
}

/*table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-position: left center;
}*/

#table_data th {
    color: #325a96;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    background: #325a96;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #325a96;
    border: 1px solid #325a96;
}

.dataTables_wrapper .dataTables_info {
    color: #325a96;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #325a96;
}

.caret {
    cursor: pointer;
}

.navbar-header .navbar-toggle {
    float: left;
}

.logo-section {
    float: left;
}

.dropdown-menu {
    /*left: -165px;*/
    right: 0;
}

/***validation star***/
label span {
    color: #ff0000;
}
/**label text vartical align***/
.form-horizontal .control-label {
    padding-top: 0;
}

/* CSS for GridView Pager */
.gridPagerStyle {
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    line-height: 0px;
    background-color: #f5f1f8 !important;
}

    .gridPagerStyle td a {
        color: Blue !important;
    }

    .gridPagerStyle td span {
        color: Black !important;
    }

    .gridPagerStyle table {
        margin: 0px auto;
    }

.redeem-checkbox {
    text-align: right;
    padding-right: 23px;
    height: 50px;
    line-height: 50px;
}



/***set alert div****/
/**.form-group.new-group.custom-input{width:70%;margin:0}
.form-group.new-group.custom-input select{
    margin-left:5px;padding:5px;    width: 52%;
height: 34px;
}
.form-group.new-group.custom-input label{width:70%;text-align:left;padding-left:5px;margin:0;}


.form-group.new-group.email-area{margin:0}
.form-group.new-group.email-area label{width:15%;text-align:left}
.monitorAt label{
                color: #767676;
    float: left;
    font-size: 15px;
    font-weight: normal;
    line-height: 32px;}

    **/
/****set alert pop up***/
#mpe_backgroundElement {
    background: #000;
    opacity: 0.5;
}

.captcha {
    padding-top: 40px;
}

.popup {
    background: #fff;
}

    .popup h2 {
        background: #efefef;
        padding: 10px 15px;
        color: #000;
        font-weight: 500;
        text-align: left;
        font-size: 20px;
        margin: 0;
    }

    .popup .set-msg-p p {
        text-align: left;
        padding: 10px 15px;
    }

    .popup fieldset {
        border: none;
        text-align: left;
    }

        .popup fieldset legend {
            border-bottom: 1px solid #eee;
            margin: 0;
        }

#lblSelectAlertChoice {
    font-size: 18px;
    color: #325a96;
}

/*#btnCancelModelPopUp, #btnSubmitAlert {
    background: #325a96;
    border-color:#325a96;
    font-size: 14px;
    font-weight: 400;
  
    letter-spacing: .1em;
    text-transform: uppercase;
}*/
.moniter-Alert {
    padding-left: 23%;
}

.footer-popup {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}

/*-----| Modal Popup redeem point |-------*/
.modalPopupBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.5;
}

.mymodalPopup {
    background-color: #fff;
    width: 480px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

    .mymodalPopup fieldset {
        border: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #efefef;
        margin-bottom: 10px;
    }

    .mymodalPopup .txtlegend {
        background: #efefef;
        padding: 10px 15px;
        color: #000;
        font-weight: 500;
    }

    .mymodalPopup .txtlabel {
        font-size: 14px;
        text-align: left;
        padding: 0 15px;
        width: 100%;
        color: #565252;
    }

.Redeemtxtlabel {
    margin-left: 90px;
}

.PopDivContainer {
    /* width:430px;*/
    height: 140px;
    overflow: auto;
    font-size: 14px;
}

.txtlegend {
    font-size: 16px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: bold;
    background-color: lightblue;
}

.txtlabel {
    display: block;
    font-size: 12px;
    float: left;
    width: 217px;
    text-align: right;
    padding: 5px 5px 0px;
    color: #000;
    margin-top: 0px;
}


/*added by mahid for spyder watch pop up*/

.fa.fa-plus {
    border-radius: 50%;
    border: 1px solid #aaa;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    background: #325a96;
    color: #fff;
}

.fa.fa-minus {
    border-radius: 50%;
    border: 1px solid #aaa;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    background: #325a96;
    color: #fff;
}

.erroe-msg {
    color: #eb0000;
    width: 333px;
    padding: 0 20px;
    text-align: center;
    display: block;
    clear: both;
}

.standard-btn {
    background: url(../images/btn-bg.jpg) top left repeat-x;
    height: 27px;
    text-align: center;
    color: #fff;
    border: 1px solid #008aff;
    font-weight: bold;
    width: 80px;
}
/*Spyder watch Page Css added on 56/may/2016*/
.refresh-txt {
    float: right;
}

.h2-header {
    float: left;
}

.dryer img {
    width: 88px;
}

.dryer {
    float: left;
    padding: 0 20px;
}

.washer img {
    width: 48px;
}

.dryer-available img {
    height: 40px;
}

.available-custom {
    float: left;
    padding: 5px;
    width: 25px;
    height: 25px;
    background: #008001;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.busy {
    float: left;
    padding: 5px;
    width: 25px;
    height: 25px;
    background: #fea500;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.out-of-order {
    float: left;
    padding: 5px;
    width: 25px;
    height: 25px;
    background: #fe0000;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.available-div span {
    padding: 0 2px;
}

.busy-div span {
    padding: 0 5px;
}

.out-of-order-div span {
    padding: 0 2px;
}

/*.dryer-washer .form-detail {
            height: 148px;
            line-height: 45px;
        }*/

/*.machine {
            line-height: 148px;
        }*/



.dryer-available.col-md-6 {
    padding: 10px;
}

.available-div {
    float: left;
    padding-right: 1px;
    line-height: 25px;
    padding-top: 14%;
}

.busy-div {
    float: left;
    padding-right: 5px;
    line-height: 25px;
    padding-top: 14%;
}

.out-of-order-div {
    float: left;
    line-height: 25px;
    padding-top: 14%;
}

.notify-info {
    background: #008001 none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    height: 25px;
    left: 0;
    line-height: 13px;
    padding: 5px 8px;
    position: absolute;
    top: -3px;
    width: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.notify-info-mycard{
    background: #008001 none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    height: 25px;
    left: 0;
    line-height: 13px;
    padding: 5px 8px;
    position: absolute;
    top: 0;
    width: 25px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .notify-info.available-p {
        background: #008001;
    }

.product-availability {
    position: relative;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 25%;
}

.dryer-p-availability {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 25%;
}

.dryer-notify-info {
    background: #008001 none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    height: 25px;
    left: 10px;
    line-height: 13px;
    padding: 5px 8px;
    position: absolute;
    top: -3px;
    width: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.dryer-notify-info-mycard {
    background: #008001 none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    height: 25px;
    left: 10px;
    line-height: 13px;
    padding: 5px 8px;
    position: absolute;
    top: 0;
    width: 25px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.dryer-available.col-md-4 {
    padding: 10px;
}

.p-detail {
    width: 75%;
    float: left;
    font-size: 12px;
}

    .p-detail p {
        color: #06C;
        font-size: 12px;
    }

.form-detail.dye {
    min-height: 203px;
}

span strong {
    color: #fe0000;
}

span .fa.fa-refresh {
    color: #008001;
    font-size: 12px;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}



.glyphicon {
    color: #325a96;
}

.removeMargin {
    margin: 0 !important;
}

#emailId {
    width: 51%;
}

.modal-content {
    border-radius: 0px;
}

.modal-header {
    background: #efefef;
}

.monitorAlert label {
    font-weight: normal;
}

.col-md-6.col-xs-12.machine {
    line-height: 146px;
}
/*.set-alert-btn {
    float:right;
}*/
.set-alert-custom {
    -webkit-appearance: none;
    background: #dfdfdf;
    color: #333;
    font-size: 15px;
    cursor: pointer;
    margin: 0 10px;
    padding: 5px 20px;
    border-radius: 2px;
    border: 1px solid #aaa;
}

    .set-alert-custom:hover {
        color: #1976d2;
    }

/***progress bar***/
.progress {
    margin-bottom: 0;
    margin-top: 3%;
    width: 75%;
}

.dryer-available p {
    margin-bottom: 0;
}

.dryer-available .progress {
    height: 10px;
}

.dryer-available .progress-bar {
    background: #008001;
}

.washer-available .progress {
    height: 10px;
}

.washer-available .progress-bar {
    background: #008001;
}

.washer-available .red.progress-bar {
    background: #fe0000;
}


/*dryer*/

.dryer-washer .dryer {
    padding: 13px 10px 6px 5px;
}

.form-inputs {
    padding: 10px 0;
}

.dryer-washer .washer {
    padding: 13px 10px 6px 5px;
    float: left;
}

.dryer > p {
    font-weight: 600;
    line-height: 2;
    padding-left: 40px;
    text-align: center;
}

.washer > p {
    font-weight: 600;
    line-height: 2;
}

.available {
    float: left;
    padding: 5px;
    width: 25px;
    height: 25px;
    background: #008001;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.remove-padding {
    padding: 0;
}

/**End Spyder watch page*/

/** Date time picker image CSS*/
/*.ui-datepicker-trigger 
        {
          margin-top: -33px; width: 25px;height: auto;position: relative;margin:3px 0 0 4px;right:25px;bottom:10px
        }/*
   

 
 /***registration**/
.regHader {
    color: #ffffff;
    float: left;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: "Roboto", sans-serif;
}

.col-sm-12.regHeader-div {
    z-index: 9;
}

.homeIcon {
    float: right;
    padding: 8px 0;
}

    .homeIcon a {
        color: #dfdfdf;
    }

    .homeIcon .fa.fa-home {
        font-size: 30px;
    }

.userInfoMenu {
    padding-top: 0px;
}

.CoinBoxbtnpostion {
    display: inline;
    margin-left: 200px;
}

#ContentPlaceHolder1_updatePanelSearch_card {
    display: inline;
    margin-left: 200px;
}

#ContentPlaceHolder1_txtEmailBody_ctl01_ctl47 {
    position: absolute !important;
    top: 150px !important;
    left: 30px !important;
}

    #ContentPlaceHolder1_txtEmailBody_ctl01_ctl47[style*="left:-2000px"], #ContentPlaceHolder1_txtEmailBody_ctl01_ctl47[style*="left: -2000px"] {
        visibility: hidden;
    }

#ContentPlaceHolder1_txtEmailBody_ctl01_ctl14 {
    display: none;
}

.forcolorbox {
    top: 30px !important;
    left: 256px !important;
    display: block !important;
}


/***set alert div****/
.form-group.new-group.custom-input {
    width: 45%;
    margin: 0 0 0 8%;
}

    .form-group.new-group.custom-input select {
        width: 100%;
        margin-left: 5px;
    }

.form-group.new-group.email-area {
    float: left;
    margin: 0 0 0 22px;
    width: 67%;
}

.form-group.new-group.monitor-alt {
    margin: 0;
}

.form-group.new-group.email-area label {
    text-align: left;
    width: auto;
    margin-right: 18px;
}

.form-group.new-group.email-area input {
    width: 67%;
}

.alert_panel .buttons-area .btn {
    max-width: 105px;
    margin: 5px;
    /*max-width: 105px;*/
}
/*.alert_panel .buttons-area {
    padding-top:33px;
}*/
.form-group.new-group.monitor-alt > label {
    width: 43%;
    padding-left: 15%;
    text-align: left;
    margin-right: 25px;
}

.form-group.new-group.monitor-alt select {
    width: 45%;
}

.custom-row {
    margin-bottom: 15px;
}

.text-section {
    line-height: 35px;
    padding-left: 0;
}

.form-group.new-group.monitor-alt span {
    float: left;
    padding-left: 16%;
    margin-right: 8%;
}
/*.form-inputs .form-control.reddemInput {width:150px;}*/
.footable.breakpoint > tbody > tr > td.expand {
    /* background: url(../images/fooplus.png) no-repeat 5px center;*/
    background-size: 15px !important;
}

.footable-detail-show td.expand {
    /*background: url(../images/foominus.png) no-repeat 5px center !important;*/
}

.logIcon {
    color: rgb(120, 120, 120);
    margin-left: 30%;
}

    .logIcon:hover {
        color: #2196f3;
    }

.mng-panel1 .checkbox-btn label {
    line-height: 20px;
}

.mng-panel1 .form-group.new-group.custom-input,
.mng-panel1 .form-group.new-group.email-area {
    margin: 0;
    padding: 0 0 0 20px;
    width: 55%;
}

.mng-panel1 .custom-row .checkbox-btn {
    width: 35%;
}

.mng-panel1 .form-group.new-group.custom-input select {
    margin-left: 0;
}

.mng-panel1 .form-group.new-group.email-area input {
    width: 100%;
}

.form-group.new-group.monitor-alt > label {
    line-height: 20px;
    margin: 0;
    padding: 0 0 0 20px;
    width: 35%;
}

.form-group.new-group.monitor-alt select {
    width: 100%;
}

.mng-panel1 .form-group.monitor-alt .form-group.new-group.custom-input {
    padding: 0 4px 0 23px;
}

.mng-panel1 .form-group.new-group.monitor-alt > label {
    padding: 0 0 0 20px;
}

.mont .checkbox-btn label::before,
.mont .checkbox-btn label::after {
    display: none;
}

.check_label_box {
    text-align: right;
    margin-top: -20px;
}



@media screen and (min-width: 668px) and (max-width: 990px) {

    #ContentPlaceHolder1_txtEmailBody_ctl01_ctl47 {
        position: absolute !important;
        top: 150px !important;
        left: 300px !important;
    }
}

@media screen and (min-width: 375px) and (max-width: 667px) {

    #ContentPlaceHolder1_txtEmailBody_ctl01_ctl47 {
        position: absolute !important;
        top: 200px !important;
        left: 30px !important;
    }
}

@media screen and (max-width: 374px) {

    #ContentPlaceHolder1_txtEmailBody_ctl01_ctl47 {
        position: absolute !important;
        top: 250px !important;
        left: 30px !important;
    }
}


@media screen and (max-width: 640px) {
    .userInfoMenu, .user-panel {
        margin: 0px;
    }

    .header {
        padding-bottom: 0;
    }

    .user-panel {
        padding-right: 5px;
        margin-top: 58px;
    }

    .userInfoMenu {
        margin-top: 0px !important;
    }

    .dashboard input {
        width: 100% !important;
        height: 31px !important;
        margin-bottom: 5px !important;
    }

    .dashboard label {
        text-align: left !important;
        font-size: 14px !important;
        line-height: 19px !important;
        width: 100% !important;
    }

    .caret_user {
        color: #fff;
    }

    .check_label_box {
        text-align: center;
        margin-top: 0;
    }
}

.radio-btn {
    position: relative;
    padding-left: 0px;
}

@media screen and (min-width:1025px) and (max-width: 1199px) {
    .form-group.new-group input {
        width: 100% !important;
        text-align: left !important;
    }

    .form-group.new-group select {
        width: 100% !important;
    }

    .form-group.new-group label {
        text-align: left !important;
        width: 100% !important;
    }

    .radiorechargetable {
        margin-left: 0px !important;
        text-align: left !important;
    }

    .radiotable {
        margin-left: 0px !important;
    }

    .recharge-l-grid {
        width: 100% !important;
    }

    .reddem_btn {
        margin: 33px 0px !important;
    }

    .RedeemCheck {
        margin-top: 40px !important;
    }

    .ui-datepicker-trigger {
        top: -56px !important;
        right: 5px !important;
    }

    .radio-btn {
        padding-left: 165px !important;
        width: 300px !important;
    }

    .CoinBoxbtnpostion {
        display: inline;
        margin-left: 150px;
    }

    #ContentPlaceHolder1_updatePanelSearch_card {
        display: inline;
        margin-left: 120px;
    }
}

@media screen and (min-width:992px) and (max-width: 1024px) {
    .RedeemCheck {
        margin-top: 40px !important;
    }
}

@media screen and (min-width:768px) and (max-width: 1024px) {
    .CoinBoxbtnpostion {
        display: inline;
        margin-left: 50px;
    }

    #ContentPlaceHolder1_updatePanelSearch_card {
        display: inline;
        margin-left: 100px;
    }

    .form-group.new-group label.locationswitch {
        margin: 0;
        line-height: 1px;
    }

    .radiotable {
        margin-left: 0px !important;
    }

    .radio_input {
        margin-left: 0px !important;
        position: absolute;
        margin-bottom: 5px;
    }

    .radiorechargetable {
        margin-left: 0px !important;
        text-align: left !important;
        line-height: 0px;
    }

    .radio_new input {
        width: 0px !important;
        margin-left: -165px !important;
        margin-top: -8px;
    }

    .header-img img {
        height: 48px;
    }

    .userInfoMenu, .user-panel {
        padding: 0px;
        margin: 0px;
    }

    .header {
        padding-bottom: 0;
    }

    .user-panel {
        padding-right: 15px;
    }

    .form-btn-new a {
        /* margin: 0 !important;*/
        padding: 10 !important;
        display: inline-block;
    }

    .form-btn-new {
        margin: 15px !important;
        text-align: left;
    }

    .form-group.new-group label {
        width: 100%;
        text-align: left;
    }

    .form-group.new-group input {
        width: 100%;
        text-align: left;
    }

    .dynamic_label {
        width: 100%;
        text-align: left !important;
    }

    .reddem_btn {
        margin: 33px -11px !important;
    }

    .radio-btn {
        padding-left: 80px !important;
        width: 330px;
    }
}

.transaction-text {
    width: 200px !important;
}

.myaccounttran {
    margin-left: 100px !important;
}

.user-img {
    margin-top: -2px !important;
    position: absolute;
    width: 30px !important;
    margin-left: -30px !important;
}






@media screen and (max-width:767px) {
    .forcolorbox {
        top: 100px !important;
        left: 151px !important;
        display: block !important;
    }

    .form-group.new-group label {
        margin-right: 5px;
    }

        .form-group.new-group label.locationswitch {
            margin: 0;
            line-height: 1px;
        }

    .available-div, .busy-div, .out-of-order-div {
        padding-top: 0;
    }

    .text-section {
        padding-left: 15px;
    }

    .form-group.new-group.email-area input {
        width: 100%;
    }

    .form-group.new-group.monitor-alt label {
        font-size: 12px;
    }

    .text-section {
        font-size: 12px;
        line-height: 18px;
    }

    .alert_panel .buttons-area {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mng-panel1 .custom-row .checkbox-btn {
        width: 45%;
    }

    .mng-panel1 .form-group.new-group.custom-input, .mng-panel1 .form-group.new-group.email-area {
        width: 55%;
    }

    .mng-panel1 .form-group.new-group.monitor-alt > label {
        width: 45%;
    }

    .radio-btn {
        padding-left: 20px !important;
        width: 330px;
    }
}







/** New Style for porator page*/
.hideBtn {
    background: url(../img/minic.png) 98% center no-repeat #efefef;
    cursor: pointer;
}

.showBtn {
    background: url(../img/plusic.png) 98% center no-repeat #efefef;
    cursor: pointer;
}

.hideBtn1 {
    background: url(../img/minic.png) 50% center no-repeat #efefef;
    cursor: pointer;
}

.showBtn1 {
    background: url(../img/plusic.png) 50% center no-repeat #efefef;
    cursor: pointer;
}


.nav-bg {
    min-height: 30px;
}

.nav-bg-text {
    font-size: 12px;
}

.dashboard-header-text {
    color: #756d6d;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 0px 10px 5px 0px;
    font-family: "Roboto", sans-serif;
}

.dashboard-label {
    width: 35%;
}

.dashboard-input {
    width: 50%;
}

.form-detail-top {
    margin-top: 10px;
}

.dashboard {
    padding: 10px 0;
}

    .dashboard label {
        /*float: left;*/
        width: 40%;
        text-align: left;
        margin-right: 15px;
        font-size: 15px;
        color: #767676;
        ;
        font-family: "Roboto", sans-serif;
        line-height: 32px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .dashboard input {
        /*float: left;*/
        width: 60%;
        height: 34px;
        border: 1px solid #ddd;
        border-radius: 0;
        margin-bottom: 10px;
    }


.dashboard-btn {
    margin: 0 auto;
}

/* update by birendra*/
.dashboard-button {
    padding: 10px 8px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 2px;
    display: inline-block;
    margin: 0;
}


.form-btn-new {
    float: left;
    width: 100%;
    margin: 30px 0px;
    text-align: center;
}


.grid-text {
    text-align: center;
}

/* Grid view Check box and wrapping email id*/

#ContentPlaceHolder1_gvLoyaltyCardList.footable > tbody tr td:nth-child(5) {
    word-break: break-all !important;
}

#ContentPlaceHolder1_gvTransactionsList.footable > tbody tr td:nth-last-child(2) {
    word-break: break-all !important;
}

#ContentPlaceHolder1_gvLoyaltyCardList.footable > tbody tr td:nth-last-child(4) {
    word-break: break-all !important;
}

#ContentPlaceHolder1_gvLoyaltyCardList.footable > thead > tr > th:nth-last-child(2) {
    text-align: center !important;
}

#ContentPlaceHolder1_gvLoyaltyCardList.footable > tbody tr td:nth-last-child(2) {
    text-align: center !important;
}


#ContentPlaceHolder1_gvCreditCardList.footable > tbody tr td:nth-last-child(4) {
    word-break: break-all !important;
}

#ContentPlaceHolder1_gvCreditCardList.footable > thead > tr > th:last-child {
    text-align: center !important;
}

#ContentPlaceHolder1_gvCreditCardList.footable > tbody tr td:last-child {
    text-align: center !important;
}

#ContentPlaceHolder1_gvClearTotalDtl.footable > thead > tr > th:first-child {
    text-align: center !important;
}

#ContentPlaceHolder1_gvClearTotalDtl.footable > tbody tr td:first-child {
    text-align: center !important;
}


table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 10px;
}

table.dataTable tbody tr :hover {
    background-color: #e5e5e5;
}


table.dataTable tbody th, table.dataTable tbody td {
    font-weight: normal;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
}


td {
    border-bottom: none;
}



.footable > tbody > tr > td, .footable > thead > tr > th {
    margin: 0px 0px;
    padding: 5px 10px;
}





/*----------Menu Dropdown--------*/


.dropdown-menu li {
    width: 100%;
    padding: 5px 5px;
    border-bottom: #338de5 solid 1px;
}

    .dropdown-menu li:hover {
        width: 100%;
        background-color: #325a96;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 260px;
    padding: 0px 2px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    list-style: none;
    background-color: #1976d2;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}







@media screen and (max-width:1150px) {
    .btn-new1 {
        margin: 7px 0 10px 10px;
        padding-left: 5px;
    }
}




.dataTables_info, .dataTables_wrapper .dataTables_paginate {
    display: none;
}

.footable.breakpoint > tbody > tr > td.expand {
    background: url(../img/plus.png) no-repeat 5px center;
    padding-left: 30px !important;
}


.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
    background: url(../img/minus.png) no-repeat 5px center;
}



.expand-table {
    background: url(../img/plus.png) no-repeat 5px center;
    padding-left: 40px;
    background-size: 20%;
    display: none;
}


.gateway-text {
    text-align: center;
    margin: 10px 5px;
    color: ##767676;
}



.form-group.new-group-checkbox {
    float: right;
}

.form-group.new-group.check {
    margin: 10px 0px;
}

.span-input {
    width: 20%;
}

.span-label {
    width: 20%;
}




/*Back to top button */

#back-top {
    position: fixed;
    bottom: 30px;
    float: right;
    display: block;
    right: 0;
}

    #back-top a {
        width: 40px;
        display: block !important;
        text-align: center;
        float: right;
        margin-right: 40px;
        font: 10px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        /* background color transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #back-top a:hover {
            color: #000;
        }

    #back-top span {
        width: 40px;
        height: 40px;
        margin-left: 10px;
        display: block !important;
        margin-bottom: 7px;
        background: url(../images/up-arrow.png) no-repeat center center;
        /* rounded corners */
        border-radius: 15px;
        /* background color transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }






/* Dropdown Button */
.dropbtn {
    color: #325a96;
    margin-top: 5px;
    font-size: 15px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        background: none;
    }

.dropdown {
    float: right;
    position: relative;
    display: inline-block;
}
/* update by birendra */
.dropdown-content {
    display: none;
    padding: 0px 10px 0px 5px;
    position: absolute;
    margin: 5px 0px 10px;
    z-index: 999;
    text-align: left;
    border: #999 solid 1px;
    border-radius: 5px 5px 5px 5px;
    background-color: #ffffff;
    min-width: 210px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
}

    /* update by birendra */
    .dropdown-content a {
        color: black;
        text-align: left;
        padding: 5px 5px;
        margin: 5px 5px;
        text-decoration: none;
        border-bottom: :#999 solid 1px;
        display: block;
    }

.dropdown a:hover {
    background-color: #eeeeee;
}

.show {
    display: block;
}

.caret-arrow {
    margin-top: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.signout-divider {
    height: 1px;
    width: 100%;
    overflow: hidden;
    background-color: #ccc;
}


.spanview { /*margin-right:30px; left:10px;*/
}


.promotional-input {
    width: 20%;
}


.form-groupnew {
    margin-bottom: 5px;
}



.form-group {
    margin-bottom: 10px;
}


.form-btn {
    margin-top: 10px;
}

.calendar {
    background: #fff;
    width: 15%;
}


.forgotpassword-container {
    height: 100%;
    width: 100%;
    background: #325a96;
}


.forgot-password {
    width: 100%;
    padding: 12% 0 5% 0;
    margin: auto;
}

.form input {
    background: transparent;
    width: 100%;
    border: 1px solid #849bbf;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

    .form input[type="email"] {
        background: url(assets/img/email-icon.png) no-repeat right 10px center;
    }





.navbar {
    border: none;
}


.btn {
    margin: 5px 5px;
    padding: 8px 12px;
}


.ui-datepicker-trigger {
    margin-top: -33px;
    width: 25px;
    height: auto;
    position: relative;
    margin: 93px 0 0 4px !important;
    right: 25px;
    bottom: 10px;
}

.position-relative {
    position: relative !important;
}




@media screen and (max-width: 640px) {
    .dashboard label {
        text-align: left !important;
        font-size: 14px !important;
        line-height: 19px !important;
        margin-bottom: 5px;
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    #navbar #menuAttendant a.popout {
        background-position: 140px;
        center !important;
    }

    #ContentPlaceHolder1_updatePanelSearch_card {
        display: inline;
        margin-left: 80px;
    }

    .CoinBoxbtnpostion {
        display: inline;
        margin-left: 0px;
    }
}


@media screen and (max-width: 600px) {
    #ContentPlaceHolder1_updatePanelSearch_card {
        display: inline;
        margin-left: 0px;
    }
}

}

@media screen and (max-width: 319px) {
    .ui-datepicker-trigger {
        top: -47px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .edit-icon {
        font-size: 22px !important;
    }

    .forcolorbox {
        top: 120px !important;
        left: 21px !important;
        display: block !important;
    }

    .reddemInput {
        width: 100% !important;
    }

    .form-group.new-group label {
        width: 100%;
        text-align: left;
    }

    .form-group.new-group input {
        width: 100%;
        text-align: left;
    }

    .form-group.new-group textarea {
        width: 100%;
        text-align: left;
        min-height: 80px;
    }


    input_s {
        width: 50px !important;
        margin: 0px 4px !important;
    }

    /*.reddem_btn {
    margin-left: -16px;
}*/

    .radio_label {
        float: right;
    }


    .radio {
        width: 8%;
        margin-top: -10px;
        float: left;
    }

        .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
            margin-left: 0px;
        }

    .text-span {
        margin: 5px 5px;
    }


    .radio_new input {
        width: 0px !important;
        margin-left: 160px !important;
        margin-top: -30px;
    }

    .Redeemtxtlabel {
        margin-left: 0px;
    }
}

}


@media only screen and (min-width:1024px) {
    .myaccounttran {
        margin-left: 240px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .label {
        width: 25% !important;
    }

    .label_t {
        width: 18% !important;
    }





    .form-group.new-group select {
        width: 100%;
    }


    .myaccounttran {
        margin-left: 15px !important;
    }
}

@media screen and (min-width:768px) and (max-width:980px) {


    .radiotable {
        margin-left: 0px !important;
    }

    .radiotd {
        padding: 0px 0px !important;
    }


    .radiotd_width {
        width: 45px !important;
        margin-left: 5px !important;
        padding: 0px;
    }

    /*.radio_input{    margin-left: 0px!important;
    position: absolute;
        margin-bottom:5px;
}*/


    .label {
        width: 25% !important;
    }

    .label_t {
        width: 12% !important;
    }

    .form-group.new-group select {
        width: 100%;
    }

    .header-img img {
        height: 48px;
    }
    /*.navbar {
    text-align: center;
  }*/

    /*.navbar-nav,
  .navbar-nav > li,
  .navbar-header,
  .navbar-brand {
    float: none;
  }
    .navbar-nav > li > a { text-transform: inherit;}

  .navbar-nav > li {
    display: inline-block;
  }

    .nav > li > a {
    display: block;
    padding: 10px 5px !important;
    text-transform: inherit !important;
    letter-spacing: 0 !important;
    }
    */

    .reddemInput {
        width: 100% !important;
    }




    .reddem _check {
        float: left;
        width: 100%;
    }


    .operator_code {
        color: #000;
        font-size: 14px;
        margin-top: 0px;
        padding-top: 0px;
        padding-right: 14px;
    }

    .user-panel {
        margin-bottom: 0px;
    }
}


.bonus_checkbox {
    margin-left: 216px !important;
}

.bonus_checkboxtext {
    margin-right: 188px !important;
}


@media screen and (min-width:970px) and (max-width:980px) {
    .label {
        width: 25% !important;
    }

    .label_t {
        width: 12% !important;
    }

    .myaccounttran {
        margin-left: 100px !important;
    }
}


.labelmyaccount {
    line-height: 10px !important;
}



.label_tn {
    width: 120px !important;
    text-align: left !important;
    margin-left: 5px !important;
    color: #767676;
}

.navbar-nav > li > a {
    font-size: 1em;
    letter-spacing: 0;
    padding: 6px 12px;
}





.login-form [type="text"] {
    background: url(../img/user.png) no-repeat right 10px center;
}



.ui-datepicker-trigger {
    width: 25px;
    height: auto;
    position: absolute;
    margin: 48px 4 0 4px;
    right: 11px;
    top: -89px;
    /* bottom: 10px; */
}


@media screen and (min-width: 768px) and (max-width: 1024px) {


    .menuitem {
        text-transform: inherit !important;
    }

    .radio_new input {
        width: 0px !important;
        margin-left: -165px !important;
        margin-top: -8px;
    }

    .ui-datepicker-trigger {
        width: 25px;
        height: auto;
        position: absolute;
        margin: 48px 4 0 4px;
        right: 5px !important;
        top: -57px !important;
        /* bottom: 10px; */
    }

    .form-group.new-group select {
        width: 100% !important;
    }

    .bonus_checkbox {
        margin-left: 0px !important;
    }

    .bonus_checkboxtext {
        margin-right: 0px !important;
    }

    .search-criteria .form-group.new-group label.lable1 {
        text-align: right;
        width: 40% !important;
    }

    .search-criteria .form-group.new-group input {
        float: right;
        width: 80% !important;
    }

    .search-criteria .form-group.new-group label.lable2 {
        text-align: right;
        width: 33% !important;
    }

    #back-top a {
        margin-right: 4px !important;
    }
}


@media screen and (min-width:320px) and (max-width:767px) {

    .section_minheight {
        min-height: 300px !important;
    }

    .form-inputs {
        padding: 0px 0 !important;
    }

    .form-group.new-group {
        margin: 0px 0 10px;
    }


    .radiorechargetable {
        margin-left: 0px !important;
        width: 72% !important;
        text-align: left !important;
        line-height: 0px;
    }

    .radiorecharge_width {
        width: 200px !important;
    }

    .radiotable {
        margin-left: 0px !important;
    }

    .radiotd {
        padding: 0px 0px !important;
    }


    .radiotd_width {
        width: 42px !important;
        margin-left: 5px !important;
        padding: 0px;
    }

    .radio_input {
        margin-left: -2px !important;
        position: absolute;
        margin-bottom: 5px;
    }


    .ui-datepicker-trigger {
        right: 4px !important;
        top: -47px !important;
    }

    .form {
        width: 95%;
        padding: 25px 15px;
    }

    .dashboard-button {
        margin: 10px 8px !important;
    }


    .bonus_checkbox {
        margin-left: 0px !important;
    }

    .bonus_checkboxtext {
        margin-right: 0px !important;
    }


    .blue_text {
        text-align: center;
        margin-left: 0px !important;
        color: #055ade;
    }

    .managecategory-button {
        width: 50%;
        margin-left: 70px !important;
        margin-top: 0px !important;
    }

    .manageListAllmargin {
        margin-left: 0px !important;
    }
}



.nav-bg {
    min-height: 30px;
}

.form-group.new-group input {
    margin-bottom: 0px;
    top: 0px;
    left: 0px;
}

@media screen and (min-width:639px) and (max-width:768px) {
    .header-img img {
        height: 48px;
    }

    .userInfoMenu, .user-panel {
        padding: 0px;
        margin: 0px;
    }

    .header {
        padding-bottom: 0;
    }
}

.navbar-toggle {
    margin-top: 3px;
    margin-bottom: 3px;
}

@media screen and (max-width: 639px) {
    /*.userInfoMenu, .user-panel {
    padding: 0px; margin: 0px;
}   
.header {
     padding-bottom: 0;
}
.user-panel {
    padding-right: 15px;
} 
.userInfoMenu {
    margin-top: -8px !important;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
     padding: 3px 20px !important;
 }*/
    /*.header-img img {
    height: 40px;
}  */
    .dashboard input {
        width: 100% !important;
        margin-bottom: 5px !important;
    }

    .dashboard label {
        text-align: left !important;
        font-size: 14px !important;
        width: 100% !important;
    }

    .form-group.new-group label {
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    .form-group.new-group select {
        width: 100%;
    }

    .form-group.new-group input {
        width: 100%;
    }

    .form-group.new-group textarea {
        width: 100%;
    }


    .user {
        margin-bottom: -20px;
        right: 5px;
        z-index: 1;
    }

    .caret {
        color: #fff;
    }

    .userMailId {
        display: none;
    }


    .dropbtn {
        color: #fff !important;
        font-size: 15px;
        border: none;
        cursor: pointer;
        margin-top: 14px;
        z-index: 999;
        font-size: 12px;
        margin-left: 5px;
        margin-top: 10px;
    }

    .user-img {
        position: absolute;
        margin-left: -22px !important;
        top: 63px;
        width: 30px !important;
    }


    .header-img img {
        height: 48px;
        margin-top: 10px;
    }

    .operator_code {
        color: #000;
        position: absolute;
        font-size: 12px;
        margin-left: 22px;
        top: 22px;
        right: 10px;
    }

    .user-panel > li {
        line-height: 37px;
        margin-left: 5px;
        text-align: right !important;
    }


    .goto_dashboard {
        float: right;
        text-decoration: underline;
        color: rgb(33, 150, 243) !important;
        margin-top: 23px;
        margin-right: 15px;
    }

    .datepicker_img .ui-datepicker-trigger {
        top: -61px !important;
        /* bottom: 10px; */
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .header-img img {
        height: 48px;
    }

    .userInfoMenu, .user-panel {
        padding: 0px;
        margin: 0px;
    }

    .header {
        padding-bottom: 0;
    }

    .user-panel {
        padding-right: 15px;
    }

    .dashboard input {
        width: 100% !important;
    }

    .dropdown-nav {
        display: block !important;
    }

    .dashboard select {
        width: 100% !important;
    }

    .form-btn-new a {
        /* margin: 0 !important;*/
        padding: 10 !important;
        display: inline-block;
    }

    .form-btn-new {
        margin: 25px 5px 0px 25px !important;
        text-align: left;
    }


    .radio input {
        margin-left: -67px !important;
        margin-top: 1px !important;
    }

    .form-group.new-group textarea {
        width: 100%;
        text-align: left;
        min-height: 80px;
    }


    .blue_text {
        text-align: center;
        margin-left: 0px;
        color: #055ade;
    }

    .managecategory-button {
        width: 100px !important;
        margin-left: 0px !important;
        margin-top: 87px !important;
    }
}



/*.user-img {
        margin: -2px 2px !important;
    width: 30px !important;   
}*/


@media screen and (max-width: 480px) {
    .form-group.new-group label {
        width: 100%;
        text-align: left;
    }

    .form-group.new-group input {
        width: 100%;
        text-align: left;
    }


    .radio {
        width: 8%;
        margin-top: -10px;
        float: left;
    }
}

@media screen and (max-width:340px) {

    .radio {
        width: 8%;
        margin-top: -30px;
        float: left;
        margin-left: 90px;
    }

    .dashboard-button {
        margin: 10px 8px;
    }

    .user-img.spwatch, ul.user-panel.spwatch {
        top: 5px;
        margin-top: 0;
    }
}


@media screen and (min-width:1024px) {
    .form-btn-new {
        float: left;
        width: 100%;
        margin: 6px 0px 10px 10px;
        text-align: center;
        padding-left: 25px;
    }


    .btn-new1 {
        float: left;
        width: 100%;
        margin: 7px 0px 10px 10px;
        text-align: center;
        padding-left: 140px;
    }


    .radio input {
        margin-left: 20px !important;
    }
}

@media screen and (min-width:1120px) and (max-width:1250px) {
    .dashboard label {
        width: 40%;
    }



    .dashboard label {
        text-align: left;
    }

    .form-btn-new {
        padding-left: 0px;
    }

    .form-btn-new {
        text-align: left;
        margin-top: 48px;
        margin-right: 10px;
    }
}


@media screen and (min-width:341px) and (max-width:767px) {

    .radio input {
        margin-left: 80px !important;
        margin-top: -17px !important;
    }


    .radio_new input {
        width: 0px !important;
        margin-left: 160px !important;
        margin-top: -30px;
    }
}








.dropdown-nav {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}


    .dropdown-nav > li > a {
        background: #fff;
        border: none;
        color: #000;
    }

    .dropdown-nav li {
        border: none;
        padding: 0px;
    }

    .dropdown-nav > li > a:focus, .dropdown-nav > li > a:hover {
        background: eee;
    }

    .dropdown-nav li:hover {
        width: 100%;
        padding: 0px 0px;
        background-color: #eee;
    }


.user-img {
    margin: 2px 2px;
    width: 34px;
}


.input-drop-list {
    background: #eeeeee;
    width: 200px;
    height: auto;
    border: #ccc solid 1px;
    z-index: 999;
    text-align: left !important;
    margin-left: 2px;
    padding-left: 0px;
}

    .input-drop-list li {
        padding-left: 10px;
    }

        .input-drop-list li:hover {
            background: #1976d2;
            color: #fff;
        }


.markedstar {
    color: #ff0000;
}

.markedfield {
    text-align: right;
    margin: 0px 5px 5px 5px;
}


.clear_space {
    margin: 0px 0px 4px 0px;
}

.radio_new input {
    width: 0px !important;
    margin-left: 0 !important;
    margin-top: -10px;
}

.radiotable {
    margin-left: 140px;
}

.radiotd {
    padding: 0px 10px;
}

.radiotd_width {
    width: 70px;
    margin: 0px;
    height: 28px;
    padding: 0px;
}

.radio_input {
    margin-left: -20px;
    position: absolute;
    margin-bottom: 20px !important;
}

.radiorechargetable {
    margin-left: 75px;
    text-align: right;
    padding: 0px !important;
    line-height: 0px;
}

.radiorecharge_width {
    width: 160px;
    margin-right: 10px;
    font-size: 14px;
    padding: 5px 0px !important;
}

.radiorecharge_input {
    margin-top: -6px !important;
}




.text_underline {
    color: #325a96 !important;
    text-decoration: underline !important;
}

.text_underline_refund {
    color: #325a96;
    text-decoration: underline !important;
}

/*.blue_text{text-align: center; margin-left:220px;
	color: #055ade;}*/

.managecategory-button {
    margin-left: -27px;
    margin-top: 87px;
}

.manageListAllmargin {
    margin-left: -35px;
}

.new-button {
    border-radius: 5px !important;
    border: width:100px !important;
    float: left;
    border: none !important;
    color: #fff;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 100%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}



    .new-button:hover {
        background: #133b63; /* Old browsers */
        background: -moz-linear-gradient(top, #133b63 0%, #207cca 100%, #7db9e8 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #133b63 0%,#207cca 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #133b63 0%,#207cca 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }


.point-detail {
    margin: 15px 0px;
}




/* --------------------------Attendant menu-----------------------*/


.navigation_attendant {
    margin: 0px 0px;
}



.menuitem {
    min-height: 30px;
    padding: 0px 0px !important;
    margin: 0px 0px !important;
    text-transform: uppercase;
}



    .menuitem li a {
        margin: 0px 0px !important;
        padding: 8px 10px !important;
        font-size: 12px;
    }

        .menuitem li a:hover {
            background: #1976d2;
        }


.navbar-nav > li > .menuitem-dropdown {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.menuitem-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 260px;
    padding: 0px 2px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    list-style: none;
    background-color: #1976d2;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .menuitem-dropdown li {
        width: 100%;
        padding: 0px 2px;
        border-bottom: #338de5 solid 1px;
    }

    .menuitem-dropdown > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        text-transform: capitalize;
    }


        .menuitem-dropdown > li > a:focus, .menuitem-dropdown > li > a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #325a96;
            width: 100%;
        }


@media screen and (min-width:768px) and (max-width:1024) {

    .menuitem {
        min-height: 30px;
        padding: 0px 5px !important;
        margin: 0px 0px !important;
        text-transform: capitalize;
    }



        .menuitem li a {
            margin: 0px 0px !important;
            padding: 8px 5px !important;
            font-size: 12px;
        }

    .blue_text {
        margin-left: 0;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {

    .menuitem {
        min-height: 30px;
        padding: 0px 3px !important;
        margin: 0px 0px !important;
        text-transform: capitalize;
    }

    .center-col {
        text-align: center;
    }

    .menuitem li a {
        padding: 8px 10px;
        border-top: 1px solid;
        border-top-color: #5b7bab;
    }

    .user-img_customer {
        position: absolute;
        margin-left: -22px !important;
        top: 16px;
    }

    .user-panel_customer {
        padding-right: 5px;
        margin-top: 10px !important;
    }

    .search-criteria .form-group.new-group input {
        float: right;
        width: 100% !important;
    }

    .btn-middle {
        margin-top: 23px !important;
    }

    #back-top a {
        margin-right: 4px !important;
    }
}
/* --------------------------Attendant menu-----------------------*/

.caret_user {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.check-span_new {
    margin-left: 205px;
}



.form-heading_accordion {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 10px;
    margin: 0;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.listbox_control {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .listbox_control[disabled], .listbox_control[readonly], listbox_control[disabled] .listbox_control {
        background-color: #eee;
        opacity: 1;
    }

.spyderwatch_section {
    margin: 7px 0px 0px 0px;
}


.dynamic_label {
    float: left;
    width: 44%;
    text-align: right;
    margin-right: 15px;
    font-size: 15px;
    color: #767676;
    font-family: "Roboto", sans-serif;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 0;
}


.footer_support {
    color: red;
    font-weight: bold;
}

#ContentPlaceHolder1_pnlGrids .checkbox-btn label {
    color: Blue;
    font-weight: bold;
}

.margin_bottom10 {
    margin-bottom: 10px;
}

.form-detail-top .footable thead tr {
    color: #325a96;
}

    .form-detail-top .footable thead tr th a {
        color: #325a96;
    }

.padd_right_left {
    padding: 0;
}


.EmailIdHideDiv {
    height: 36px;
    width: 100px;
    overflow: auto;
    color: Blue;
    font-size: 12px;
    background-color: #dce9f9;
    white-space: nowrap;
}







@media screen and (max-width:992px) {
    .colm .check-group .checkbox-btn.check-span {
        padding-left: 17px;
    }

    .check-span_new {
        margin-left: 3px;
    }

    .table_head_heigh {
        height: 63px;
    }
}

.headerTable_blue {
    background: #dce9f9;
    color: #325a96;
}

#tblEdit tbody tr td {
    padding: 4px 0px;
}

#tblTopOff tbody tr td {
    padding: 4px 0px;
}

#tblExMulPrcMsg tbody tr td {
    padding: 4px 0px;
}

#tblEditSW {
    margin-bottom: 20px;
}

    #tblEditSW tbody tr td {
        padding: 2px 0px;
        text-align: center;
    }

#tblEditF7 tbody tr td {
    padding: 4px 0px;
}

.input_min_width {
    min-width: 125px;
}

.margin_bottom20 {
    margin-bottom: 20px;
}


/*.WaterMarkedTextBox{
    border: 1px solid #cccccc;
    color: gray;
    font-size: 12px;
    padding: 5px;
    text-transform: capitalize;
    width: 95%;                 
}*/

.btn-middle {
    font-size: 12px;
    margin-top: 83px;
    padding: 5px 10px;
}
/*search creteria css changes*/


.search-criteria .form-group.new-group label.lable1 {
    width: 22%;
}

.search-criteria .form-group.new-group label.lable2 {
    width: 22%;
}

.search-criteria .form-group.new-group input {
    width: 73%;
    float: right;
}

.btn-middle {
    margin-top: 83px;
}

.search-criteria .form-group.new-group select {
    border-radius: 0;
    width: 73%;
}
/*search creteria css changes end*/

.login-new input[type="password"] {
    background: rgba(0, 0, 0, 0) url("../img/pass.png") no-repeat scroll right 10px center;
}

.login-page.login-new {
    padding: 3% 0;
}

.delete_icon {
    color: red !important;
    font-size: 20px !important;
}
/*Added for denoting gridview color..*/
.Warning {
    background: blue;
    padding: 5px 5px;
    color: #fff;
    text-align: center;
}

.alarm {
    background: red;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
}
/*for visible rediobutton*/
.radio_button input {
    width: auto !important;
}

.form-container {
    /*float: left;*/
    width: 100%;
    padding-top: 0px;
}
/*for fixed footer*/

.footer-fixed {
    width: 100%;
}
/*For minimize size of Collapse*/
.margin-b-35 {
    margin-bottom: -35px !important;
}
/*For minimize size of Collapse*/
.margin-t-20 {
    margin-top: -20px;
}

.form-detail {
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
    margin: 5px 0;
}
/*size of Icon*/
.size-icon {
    font-size: 15px !important;
}

.Editmachineconfig {
    padding: 6px 4px !important;
}

a[title="Strike Through"], a[title="Horizontal Rule"] {
    display: none;
}
/* Ajax text editor icon display none*/
/*div[title="Foreground color"],div[title="Background color"],img[title="Foreground color"],img[title="Background color"] {
     display:none;
}*/
.section_minheight {
    min-height: 450px;
}

.Hide {
    display: none !important;
}

.ajax__htmleditor_editor_base div.ajax__htmleditor_toolbar_button select.ajax__htmleditor_toolbar_selectbutton {
    width: 120px !important;
}
/*for table head background color with table line*/
.footable > thead > tr > th, .footable > thead > tr > td {
    background: none;
}

.footable > thead > tr {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ebf3fc),to(#dce9f9));
    background-image: -webkit-linear-gradient(top,#ebf3fc,#dce9f9);
    background-image: -moz-linear-gradient(top,#ebf3fc,#dce9f9);
    background-image: -ms-linear-gradient(top,#ebf3fc,#dce9f9);
    background-image: -o-linear-gradient(top,#ebf3fc,#dce9f9);
    background-image: linear-gradient(to bottom,#ebf3fc,#dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}

.SMSEMailtxt {
    margin-left: 260px !important;
    font-size: 12px;
    font-family: "Roboto";
}

.SMSEMailtxt2 {
    margin-top: 10px;
    font-size: 12px;
    font-family: "Roboto";
}

    .SMSEMailtxt2 > label {
        margin-bottom: 0px;
    }

@media screen and (max-width:1024px) {
    .SMSEMailtxt {
        margin-left: 20px !important;
        font-size: 12px;
        font-family: "Roboto";
    }
}

@media screen and (max-width:1200px) {
    .check-group .checkbox-btn.check-span {
        float: left;
        padding-left: 20px;
    }

    .check-span_new {
        margin-left: 0px;
    }
}




/* 23-12-2016 style */
.weekContainer {
    margin: 0px auto !important;
    float: none !important;
    margin-bottom: 10px;
}

    .weekContainer .new-group.check {
        float: left;
        margin-bottom: 10px;
    }

    .weekContainer .check-group .checkbox-btn.check-span {
        padding-left: 30px;
    }

.customWarning {
    font-family: sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

/* end of 23-12-2016 style */

.checkspace {
    margin-top: 10px;
    width: 100%;
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .check-span.checkbox-btn.checkspace.onetimecheckalign {
        margin-top: 42px;
    }
    /*.checkbox-btn.checkspace input[type="checkbox"]:checked + label {margin-top: 32px !important;}*/
}

.tableinput {
    width: 50%;
    text-align: center;
    margin: -5px auto;
    padding: 0px 12px;
    height: 30px;
}

.footable > tbody > tr:nth-child(even) {
    background: #f5f5f5;
}

.footable > tbody > tr:nth-child(odd) {
    background: #FFF;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
    text-align: left !important;
}

@media screen and (max-width:767px) {
    .tableinput {
        width: 100px;
        text-align: center;
        margin: 0 auto;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .lcmarginTop {
        margin-top: 38px;
        width: 100%;
    }
}

@media screen and (min-width:1025px) {
    .lcmarginTop {
        margin-top: 10px;
        width: 100%;
    }
}

/*-----------------Added by Gautam Shukla-----------------------*/
.modal-header {
    background-color: #325a96;
    color: #fff;
}

    .modal-header .close {
        margin-top: -2px;
        opacity: 1;
        color: #fff;
    }

.btn-sec {
    margin-bottom: 5px;
}

    .btn-sec label {
        text-align: left;
        float: left;
    }

        .btn-sec label input {
            position: relative;
            top: 1px;
            right: 6px;
        }

.btn-sec2 .btn-sec label {
    text-align: center;
    float: none;
}


.btn-sec2 .btn-sec {
    text-align: center;
}

    .btn-sec2 .btn-sec label input {
        position: relative;
        top: 1px;
        right: 0;
    }

.btnpriceconf {
    background-color: #325a96;
    border-color: #325a96;
    color: #ffffff !important;
}

    .btnpriceconf:hover, .btnpriceconf:focus, .btnpriceconf:active {
        background-color: #1976d2 !important;
        border-color: #1976d2 !important;
    }

    .btnpriceconf:disabled {
        background-color: #7DBBE3 !important;
        cursor: not-allowed !important;
    }
/* 18-4-19 */
.grey-box {
    background: #efefef;
    border: 1px solid #ddd;
    padding: 10px;
    display: block;
}

.d-flex {
    display: flex;
    flex-flow: row wrap;
}

.justify-center {
    justify-content: center;
}

.mb-4 {
    margin-bottom: 1.5em;
}

.mt-2 {
    margin-top: 0.5em;
}

.pl-0 {
    padding-left: 0;
}

.pl-1 {
    padding-left: 0.25em;
}

.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 0.25em;
}

button.close {
    height: auto;
}
/* end 18-4-19 */

/*START 23/04/2019*/

/*Added css for hide and show button*/
.hideBtn2 {
    background: url(../assets/img/minic.png) 98% center no-repeat #efefef;
    cursor: pointer;
}

.showBtn2 {
    background: url(../assets/img/plusic.png) 98% center no-repeat #efefef;
    cursor: pointer;
}

.setfont label {
    font-weight: bold !important;
}

h6.priceHeading {
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
}

.col-sm-7.btn-sec2 {
    margin-top: 0px;
}

.cyclePriceSection {
    border-right: 1px solid #ccc;
}

label.rightInputArea {
    width: 100%;
    text-align: center;
}

input.customCheck {
    display: block;
    margin: 0 auto;
}
/*--------------------Custom Check Box---------------------------*/
.rightInputArea {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .rightInputArea input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 25px;
    left: 50%;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
    transform: translateX(-50%);
}

/* On mouse-over, add a grey background color */
.rightInputArea:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rightInputArea input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rightInputArea input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rightInputArea .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/*---------------------------------------------------------------*/

.leftInputArea {
    display: block;
    position: relative;
    padding-left: 25;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .leftInputArea input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .leftInputArea .checkmark {
        position: absolute;
        top: 3px;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .leftInputArea:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .leftInputArea input:checked ~ .checkmark {
        background-color: #2196F3;
    }


        /* Show the indicator (dot/circle) when checked */
        .leftInputArea input:checked ~ .checkmark:after {
            display: block;
        }

    /* Style the indicator (dot/circle) */
    .leftInputArea .checkmark:after {
        top: 5px;
        left: 5px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }

.leftCbx {
    text-align: left;
    padding-left: 15px;
}
/*---------------------------------------------------------------*/
@media (min-width: 768px) {
    .modal-dialog.customModel {
        width: 690px;
    }
}
/*END 23 /04/2019*/
/*added content 26th july 2019 form report subscription*/
.leftInputArea1 {
    display: block;
    position: relative;
    /*padding-left: 25;*/
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .leftInputArea1 input {
        /* position: relative; */
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .leftInputArea1 .checkmark {
        position: absolute;
        top: 3px;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .leftInputArea1:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .leftInputArea1 input:checked ~ .checkmark {
        background-color: #2196F3;
    }

        /* Show the indicator (dot/circle) when checked */
        .leftInputArea1 input:checked ~ .checkmark:after {
            display: block;
        }

    /* Style the indicator (dot/circle) */
    .leftInputArea1 .checkmark:after {
        top: 5px;
        left: 5px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }

.btn_scheduleReport {
    height: 25px;
    margin: 0px;
    font-size: smaller;
    position: absolute;
    padding: 0px;
}

/*05-10-19*/
.check-group.card-reg-chk .checkbox-btn.check-span {
    padding-left: 20px;
}

input[type="radio"] {
    margin-right: 5px;
}
.readioFreeWash {   
    font-size: 13px;
    color: #767676;
    font-family: "Roboto", sans-serif;
    font-weight: 300 !important;
    margin-bottom: 0;
}

/*29-10-2020*/


.price-setup-popup .modal-dialog {
    width:940px;
}
.pricesetup-table table tbody tr th {
    font-size: 14px;
    padding: 5px;
}
.pricesetup-table table tbody tr td:nth-child(2) {
    word-break:break-word;
}
.pricesetup-table table tbody tr th:last-child, .pricesetup-table table tbody tr td:last-child {
     width:10%;
}
.pricesetup-table table tbody tr th:first-child, .pricesetup-table table tbody tr td:first-child {
     width:26%;
} 
.cycle-price {
    display:flex;
    align-items:center;
    justify-content:center;
}
.cycle-price input {
    width:60px;
    margin-right:4px;
    text-align:center;
}
.cycle-modifier-table tbody tr th {
    border-left:0;
    border-right:0;
    padding: 5px;
}
.cycle-modifier-table tbody tr td {
    border-top:0;
    text-align:center;
}

#AddProgramModal .modal-dialog {
    width: 500px;
}


/*14/12/2023*/
/*.accountdelete-inner1{
    text-align:end;
}*/
./*accountdelete-inner1 > input{
    padding:0px 30px;
    margin-top:25px;
}
.colsec{
    padding:0px;
}
.form-main-sec{
    margin-top:25px;
}
.input-sec > input{
    height:42px !important;
}*/

/*.accountdelete-outer{
    display:flex;
}

.accountdelete-outer{
    display: flex;
    justify-content: center;
 
}
.accountdelete-inner{
    display: flex;
    align-items: center;
}
.accountdelete-inner label{
    width: 140px;
}

.accountdelete-inner input{
        width:340px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 18px;
    background-color: #f8f8f8;
}
.accountdelete-inner1{
        display: flex;
    align-items: start;
    width: 50%;
    margin-left: 0px;
    padding-left: 0px;
}
.accountdelete-inner1 input{
    width: 100%;
    margin-left: 15px;
}
@media screen and (max-width: 576px){
    .accountdelete-outer{
        flex-wrap: wrap;
        margin-top: 15px
    }
    .accountdelete-inner1 input{
        margin-top: 10px;     
        margin-bottom: 10px;            
    }
}*/




