﻿body {
    background-color: #efefef;
}

@media print {
    .top_logo_bg, .main_menu, .head_search_sec, .printButton, .footer_sec, .head_search_sec {
        display: none !important;
    }
    .billDetailstable th label.english {
        display: none !important;
    }
    .billDetailstable th label.hindi {
        display: block !important;
    }
    /* added by alex */
    .bill_details_card:nth-child(2n+1) {
        page-break-after: always;
    }
    .col-md-8 {
        width: 66.66666666666666%;
        float: left;
    }

    .col-md-4 {
        width: 33.33333333333333%;
        float: left;
    }

    .bill_details_card {
        margin: 0 !important;
        margin-bottom: 20px !important;
        padding: 0 !important;
        height: 3.5in !important;
        overflow: hidden !important;
        float: none !important;
    }

        .bill_details_card figure {
            text-align: center !important;
        }

            .bill_details_card figure img {
                width: 20rem;
            }

        .bill_details_card td, .bill_details_card th {
            padding: 2px !important;
            font-size: 9px !important;
        }

            .bill_details_card th label {
                font-size: 9px !important;
            }
    /* added by alex */

}

/* added by alex */
.bill_details_card figure img {
    width: 25rem;
}
/* added by alex */

.index_img {
    height: 80vh;
    width: 100%;
}

a, a:focus, a:hover {
    outline: 0;
}

 

.nopad {
    padding: 0px;
}

a, a:hover {
    color: #7582b0;
}

.margin-bottom {
    margin-bottom: 30px;
}

.margin-top-150 {
    margin-top: 150px;
}

.margin-top {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.top_logo_bg {
    background-color: #fff;
    padding: 0;
}


.login_page_bg {
    /*background-color:#5986ca;*/
    padding: 0;
}

.login_img {
    width: 100%;
    height: calc(100vh - 37px);
    z-index: -999;
    background-color: #000;
}

    .login_img img {
        width: 100%;
        opacity: 0.7;
    }

.login_bg_img {
    background-image: url(../img/BackGrd_Logo.jpg);
    /*background-image: url(../img/bg_login.jpg);*/
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-size: cover;
    background-color: #fff;
    /*float: left;*/
    width: 100%;
    min-height: 100%;
    min-height: calc(100vh - 38px);
    background-color: #e48d1c;
}

.login_page_bg .input_custom .form-group .form-control {
    margin-bottom: 30px;
}

.logo_sec_inner {
    height: 62px;
    display: block;
    align-items: center;
}

    .logo_sec_inner .logo {
        width: 32%;
        margin: auto;
        margin-top: 6px;
    }

        .logo_sec_inner .logo img {
            width: 100%;
            height: 51px;
        }

.login_bg_img .logo_sec_inner .logo {
    width: auto !important;
}

login_bg_img .logo_sec_inner .logo img {
    height: auto;
}

.login_sec .btn_bottom {
    margin-top: 12px;
}

.logo_sec_inner .welcome_sec .dropdown .btn {
    margin: 0;
    padding: 0;
    font-weight: 300;
    text-transform: none;
    color: #7582b0;
}

    .logo_sec_inner .welcome_sec .dropdown .btn:hover, .logo_sec_inner .welcome_sec .dropdown .btn:focus {
        background-color: transparent;
    }

.welcome_sec {
    display: block;
    width: auto;
    float: right;
    align-items: center;
    margin-top: 10px;
}

.user_round {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #7582b0;
    text-align: center;
}

    .user_round i {
        text-align: center;
        line-height: 40px;
        color: #fff;
    }

.welcome_sec .dropdown {
    display: inline-block;
    margin-left: 5px;
}

.main_menu {
    background-color: #3a4670;
}

    .main_menu .navbar .navbar-nav > li > a {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 15px;
        color: #b7c2ea;
    }

        .main_menu .navbar .navbar-nav > li > a:hover {
            color: #fff;
        }

    .main_menu .navbar, .navbar.navbar-default {
        background-color: transparent;
        margin-bottom: 0;
    }

        .main_menu .navbar ul li a i {
            margin-right: 5px;
        }

        .main_menu .navbar ul li {
            margin-right: 22px;
        }

            .main_menu .navbar ul li .dropdown-menu li a {
                font-size: 14px;
            }

                .main_menu .navbar ul li .dropdown-menu li a:hover, .main_menu .navbar ul li .dropdown-menu li a:focus {
                    color: #7582b0;
                }

            .main_menu .navbar ul li .dropdown-menu li {
                margin-right: 0;
            }

.head_round_icon {
    display: inline-block;
}

.head_search_sec {
    display: block;
}

    .head_search_sec .blue_btn {
        margin-top: 3px;
    }

.head_round_icon i {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #7582b0;
}

.head_title {
    display: inline-block;
    margin-left: 5px;
}

    .head_title h2 {
        margin-top: 0;
        font-size: 20px;
        text-transform: uppercase;
        color: #7582b0;
    }

.input-group-addon {
    position: absolute;
    top: 10px;
    right: 0;
}

    .input-group-addon i {
        color: #7582b0;
    }

.emp_top_search .input-group-addon {
    position: absolute;
    top: 10px;
    right: 0;
}

    .emp_top_search .input-group-addon i {
        color: #7582b0;
    }

.emp_top_search .form-control::-ms-clear {
    display: none;
}


.table_filter_sec .select_box {
    width: 100%;
    float: left;
}

.is-empty .select_box select {
    color: #525252 !important;
}

.select_box .input-group-addon {
    position: absolute;
    top: 10px;
    right: 3px;
    padding-right: 0;
}

.input-group .input-group-addon {
    right: 3px;
    width: auto;
    padding-right: 0;
}

.select_box select::-ms-expand {
    display: none;
}

.emp_top_search .form-group {
    margin-top: 10px;
    padding: 0;
    width: 100%;
}

    .emp_top_search .form-group.is-focused label {
        top: -20px !important;
    }

.input_custom .form-group {
    width: 100%;
    float: left;
    margin: 0;
    min-height: 50px;
}
.input_custom1 .form-group1 {
    width: 100%;
    float: left;
    margin: 0;
    min-height: 50px;
    font-size: 13px;
    font-weight: 800;
    color: #525252;
    padding: 15px 0px 0px 25px;
}


.emp_top_search.input_custom .form-group {
    min-height: auto;
}

    .emp_top_search.input_custom .form-group label {
        top: -20px !important;
    }

.emp_top_search .form-group.label-floating.is-empty label.control-label {
    top: -7px !important;
}

.input-group[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
}

.emp_top_search .form-group.label-floating.is-focused label {
    color: #c3c3c3;
}

.input_custom .form-group.is-focused label {
    color: #7582b0;
}

.input_custom .margin-top {
    float: left;
    /*width:100%;*/
}

.input_custom .form-group.is-focused input {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7582b0),to(#7582b0)),-webkit-gradient(linear,left top,left bottom,from(#D2D2D2),to(#D2D2D2));
    background-image: -webkit-linear-gradient(#7582b0,#7582b0),-webkit-linear-gradient(#D2D2D2,#D2D2D2);
    background-image: -o-linear-gradient(#7582b0,#7582b0),-o-linear-gradient(#D2D2D2,#D2D2D2);
    background-image: linear-gradient(#7582b0,#7582b0),linear-gradient(#D2D2D2,#D2D2D2);
}

.login_sec .btn_bottom {
    position: relative;
    float: right;
    right: 0;
}

.btn_bottom {
    margin-top: 15px;
    clear: both;
    width: auto;
    float: right;
    position: absolute;
    right: 26px;
    bottom: 15px;
    margin-top: 30px;
    display: block;
}

    .btn_bottom .blue_btn {
        clear: both;
        display: inline-block;
    }

    .btn_bottom .grey_btn {
        clear: both;
        display: inline-block;
    }

.btn_popup {
    margin-top: 15px;
    clear: both;
    width: auto;
    float: right;
    padding: 0;
}

    .btn_popup .btn_submit {
        background-color: #5986ca;
        color: #fff !important;
    }

        .btn_popup .btn_submit:focus {
            background-color: #5986ca !important;
            color: #fff !important;
        }

        .btn_popup .btn_submit:hover {
            background-color: #6798e2 !important;
        }

    .btn_popup .btn_cancel {
        background-color: #D2D2D2;
        color: #000 !important;
    }

        .btn_popup .btn_cancel:hover {
            background-color: #D2D2D2;
        }

.grey_btn .btn {
    background-color: #d9d9d9;
    text-align: left;
    color: #000;
    font-weight: 300;
    padding-right: 10px;
    width: auto;
    padding-left: 15px;
}

.green_btn .btn {
    background-color: #96ce99;
    text-align: left;
    color: #fff;
    font-weight: 300;
    padding-right: 10px;
    width: auto;
    padding-left: 15px;
}

    .green_btn .btn:hover, .green_btn .btn:focus {
        background-color: #82ca86 !important;
    }

.grey_btn .btn:hover, .grey_btn .btn:focus {
    background-color: #d9d9d9 !important;
}

.grey_btn .btn i {
    margin-left: 10px;
    border-left: 1px solid #000;
    padding-left: 10px;
}

.no_icon_btn .btn {
    background-color: #5986ca;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
    margin: 0;
}

    .no_icon_btn .btn:hover, .no_icon_btn .btn:focus {
        background-color: #5986ca !important;
        color: #fff;
    }

.add_dma_btn .btn {
    background-color: #fff !important;
    text-align: left;
    color: #525252 !important;
    font-weight: 300;
    width: auto;
    margin: 0;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 8px 0 8px 30px;
    transition: all 0.25s ease-out;
}

    .add_dma_btn .btn .fa {
        font-size: 14px;
        margin-right: 5px;
    }

    .add_dma_btn .btn:hover, .add_dma_btn .btn:focus {
        background-color: #e6e6e6 !important;
        color: #525252;
        padding: 8px 30px 8px 30px;
    }

.delete_btn {
    display: inline-block;
}

    .delete_btn .btn {
        background-color: #ff9d9d;
        text-align: left;
        color: #fff;
        font-weight: 400;
        padding-right: 10px;
        padding-left: 15px;
        width: auto;
        margin: 0;
    }

        .delete_btn .btn i {
            font-size: 18px !important;
        }

        .delete_btn .btn:hover, .delete_btn .btn:focus {
            background-color: #ff7272 !important;
            color: #fff;
            border: 0;
        }


.blue_btn .btn {
    background-color: #5986ca;
    text-align: left;
    color: #fff;
    font-weight: 300;
    padding-right: 10px;
    padding-left: 15px;
    width: auto;
    margin: 0;
}

    .blue_btn .btn:hover, .blue_btn .btn:focus {
        background-color: #5986ca !important;
        color: #fff;
    }

    .blue_btn .btn i {
        margin-left: 10px;
        border-left: 1px solid #fff;
        padding-left: 10px;
    }

.list_table .table-responsive {
    background-color: #fff;
    /*min-height: 380px;*/
}

.printButton {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3a4670;
    cursor: pointer;
}

    .printButton i {
        margin-right: 5px;
    }

.bill_details_card {
    background-color: #fff;
    padding: 15px 20px;
    margin: 0 15px;
    float: none;
    position: relative;
    margin-bottom: 10px;
}

    .bill_details_card figure {
        border-bottom: 1px solid #000 !important;
        padding-bottom: 5px;
        margin-bottom: 10px;
        /* added by alex */
        text-align: center;
        /* added by alex */
    }

        .bill_details_card figure img {
            max-width: 480px;
        }

    .bill_details_card table {
        width: 100%;
    }

th.bill_card_Detail_title {
    text-transform: uppercase;
    font-weight: 800;
    width: 50%;
    padding: 3px 0;
    padding-bottom: 10px;
    vertical-align: top;
    font-size: 13px;
}
th.profile_title {
    text-transform: uppercase;
    font-weight: 800;
    width: 50%;
    padding: 3px 0;
    padding-bottom: 10px;
    vertical-align: top;
    font-size: 13px;
}
.view_bill_btn {
    background: #3a4670;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    box-shadow: 2px 2px 2px #98a3ce;
}
    .view_bill_btn:hover {
        color: #fff;
    }
.pay_btn_wrapper {
    padding-top: 20px;
    padding-bottom: 50px;
}

    .pay_btn_wrapper .btn-lg {
        width: 150px;
        font-size: 20px;
        text-align: center;
    }

td.bill_card_Detail_title {
    text-transform: uppercase;
    font-weight: 700;
    width: 50%;
    font-size: 13px;
    padding: 3px 0;
    padding-bottom: 10px;
    vertical-align: top;
}
.rowBottomBorder {
    border-bottom: 1px solid #efefef;
    padding: 5px 0;
}
.purpleBtn {
    text-align: left;
    font-weight: 300;
    padding-right: 10px;
    width: auto;
    border: 0;
    padding: 6px 15px;
    border-radius: 3px;
    background-color: #7582b0 !important;
    color: white !important;
}
    .purpleBtn:hover {
        background-color: #3a4670 !important;
        color: #b7c2ea !important;
    }
.styledSelect {
    width: 150px;
    padding:5px;
    border-radius: 5px;
    -webkit-appearance: caret !important;
    -moz-appearance: caret !important;
    appearance: caret !important;
}
.bill_card_Detail_value, .bill_card_Detail_value label {
    padding-left: 10px;
    color: #3a4670;
    padding: 3px 0;
    padding-bottom: 10px;
    width: 50%;
    vertical-align: top;
}
.bill_card_Detail_value .form-group{
    margin-top:0 !important;
}
.form-group select {
    -webkit-appearance: caret !important;
    -moz-appearance: caret !important;
    appearance: caret !important;
}
.bill_card_Detail_value .form-group .styledDropdown {
    -webkit-appearance: caret !important;
    -moz-appearance: caret !important;
    appearance: caret !important;
    border: 1px solid #ddd;
    padding-left: 10px;
    border-radius: 5px;
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}
.bill_card_Detail_value .form-group input[type="text"] {
    border: 1px solid #ddd;
    padding-left: 10px;
    border-radius: 5px;
    font-weight: normal;
}
.list_table {
    background-color: #fff;
    min-height: 380px;
    padding: 0;
    margin: 0 15px;
    float: left;
    width: 98%;
    position: relative;
    padding-bottom: 42px;
}
.list_table1 {
    background-color: #fff;
    min-height: 50px;
    padding: 0;


    margin: 0 450px;
    float: left;
    width: 52%;
    position: relative;
  
}

.list_table2 {
    background-color: #fff;
    min-height: 50px;
    padding: 0;
    margin: 0 450px;
    float: left;
    width: 58%;
    position: relative;
}

    /*.emp_single_detail .list_table .table-responsive {
    min-height: 185px;
}*/

    .list_table table tr td {
        padding: 10px 8px;
        vertical-align: middle;
    }

    .list_table table tr th {
        background-color: #7582b0;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .list_table .table-hover > tbody > tr:hover {
        background-color: #f7f7f7;
    }

    .list_table table tr th button {
        background-color: transparent;
        border: 0;
        font-size: 14px;
        text-transform: uppercase;
        padding-left: 0;
    }

    .list_table table tr th .dropdown-menu li a {
        font-size: 14px;
        text-transform: none;
    }

    .list_table table tr th button span.caret {
        margin-left: 15px;
    }

.footer_sec {
    background-color: #fff;
    width: 100%;
    padding-top: 10px;
    /*margin-top: 30px;*/
    bottom: 0;
    clear: both;
    position: relative;
}

    .footer_sec p {
        font-size: 12px;
    }

.pagination {
    display: block;
    float: right;
}

.reset_pass_sec a {
    float: right;
    text-decoration: underline;
}

    .reset_pass_sec a i {
        margin-right: 10px;
    }

.emp_single_detail {
    background-color: #fff;
    padding: 10px;
    float: left;
    width: 100%;
}

.input_custom .form-group .control-label {
    font-size: 16px;
    font-weight: 300;
    color: #525252;
}
.input_custom1 .form-group1 .control-label1 {
    font-size: 13px;
    font-weight: 800;
    color: #525252;
}
.emp_top_search .form-group .control-label {
    color: #c3c3c3;
}

.input_custom .form-group input, .input_custom .form-group select {
    font-size: 14px;
}

.action_icon span i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
}

.action_icon .edit_icon i {
    background-color: #7582b0;
}

.action_icon .remove_icon i {
    background-color: #e07d7d;
}

.search_page .input-group-addon {
    position: absolute;
    top: 0px;
    right: 0;
    color: #c6c6c6;
    font-size: 28px;
    padding: 0;
    width: auto;
}

.search_page h2 {
    text-transform: uppercase;
    color: #3a4670;
    font-weight: 400;
    font-size: 25px;
}

.search_page .radio label {
    color: #3a4670;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 35px;
}

.search_page .radio input[type=radio]:checked ~ .circle {
    border-color: #7582b0;
}

.search_page .radio input[type=radio]:checked ~ .check {
    background-color: #7582b0;
}

.login_sec .no_icon_btn {
    margin-bottom: 20px;
    float: right;
}

.login_sec {
}

    .login_sec h2 {
        font-size: 20px;
        text-transform: uppercase;
        color: #7582b0;
        margin-top: 0;
    }

    .login_sec .form {
        float: left;
        width: 100%;
    }

.bill_logo {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.bill_head_table {
    display: flex;
    align-items: center;
}

    .bill_head_table table tr th {
        background-color: transparent;
        font-weight: 600;
        font-size: 16px;
        color: #000;
    }

    .bill_head_table table tr td {
        font-weight: 600;
        color: #3a4670;
    }

    .bill_head_table table tr th, .bill_head_table table tr td {
        border: 0;
    }

.right_bar_code_img {
    width: 100%;
    float: left;
    border-left: 1px solid #000;
    padding-left: 15px;
    height: 170px;
    display: flex;
    align-items: center;
}

.bill_table table tr th, .bill_table table tr td {
    border: 0;
}

.bill_table table tr th {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.bill_table table tr td {
    font-weight: 400;
    color: #3a4670;
}

.border_right {
    border-right: 1px solid #c2c2c2;
}

.cons_num {
    text-align: right;
}

    .cons_num p {
        text-transform: uppercase;
        color: #3a4670;
        margin-left: 15px;
        display: inline-block;
        font-weight: 400;
    }

    .cons_num b {
    }

.login_right {
    margin-top: 8%;
}

    .login_right .logo_sec_inner {
        margin-bottom: 20px;
    }

table.access_right {
    float: left;
    width: 100%;
}

    table.access_right tr td {
        vertical-align: middle !important;
        margin-right: 20px;
    }

        table.access_right tr td label {
            margin-left: 10px;
            font-size: 14px;
            color: #7582b0;
        }

.error {
    color: #f95252 !important;
    font-size: 14px !important;
}

@media only screen and (max-width: 768px) {

    .logo_sec_inner {
        height: auto;
        display: block;
        align-items: center;
    }

    .logo {
        padding: 0;
        margin: 15px 0;
    }

        .logo a img {
            width: 80%;
            margin: auto;
            display: block;
        }

    .user_round {
        width: 30px;
        height: 30px;
    }

    .welcome_sec {
        margin-bottom: 10px;
    }

    .user_round i {
        line-height: 30px;
    }

    .navbar .navbar-nav .dropdown .dropdown-toggle:after {
        content: '' !important;
        font-family: fontaweasome;
        font-size: 1.5em;
        float: right;
        font: normal normal normal 14px/1 FontAwesome;
    }

    .footer_sec p, .footer_sec p.pull-right {
        text-align: center;
    }

    .head_search_sec {
        display: block;
    }

    .no_icon_btn {
        float: right;
        margin-bottom: 10px;
    }
}


#ConsumerMeter .modal-dialog {
    width: 65%;
}

#

.modal-content .modal-header {
    background-color: #96ce99;
    padding-bottom: 20px;
    padding-top: 20px;
}

#alertBox .modal-body p {
    font-size: 20px;
    color: #7b7b7b;
}

#alertBox .modal-footer .grey_btn {
    text-align: center;
}

    #alertBox .modal-footer .grey_btn .btn {
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }

#confirmBox .modal-content .modal-header {
    background-color: #ff7272;
    padding-bottom: 20px;
    padding-top: 20px;
}

#confirmBox .modal-content .modal-body {
    min-height: 100px;
}

#confirmBox .modal-footer .grey_btn {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

#confirmBox .modal-footer .delete_btn {
    display: inline-block;
}

#confirmBox .modal-body p {
    font-size: 20px;
    /*text-transform: capitalize;*/
    color: #7b7b7b;
}

.modal-header .close {
    position: absolute;
    right: 12px;
    top: 10px;
}

.modal-content .modal-header {
    background-color: #f1f1f1;
    padding-bottom: 10px;
    padding-top: 10px;
}

.modal-header .close span {
    font-size: 30px;
}

.modal-body .select_box {
    padding: 0px;
}

.modal-title {
    font-size: 18px;
    text-transform: uppercase;
}

.emp_single_detail .form-group .col-sm-9 {
    padding: 0px;
}

.modal .form-group .col-sm-4,
.modal .form-group .col-sm-8 {
    padding: 0;
}

.input-group table tr td label {
    color: #525252;
    font-weight: 300;
    margin-left: 5px;
}

.form-group.label-placeholder label.control-label {
    top: -30px;
    font-size: 12px;
}

.margin-top-15 {
    margin-top: 15px;
}

.logo {
    padding-left: 30px;
}

.main_menu .navbar .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
    color: #b7c2ea;
}

    .main_menu .navbar .navbar-nav > li > a:hover {
        color: #fff;
    }

.head_search_bg {
    background-color: #fff;
    margin-top: 0;
    padding-top: 6px;
}

.btn_bottom .close_tic_btn {
    clear: both;
    display: inline-block;
    margin-right: 20px;
}

    .btn_bottom .close_tic_btn .btn {
        background-color: #3a9845;
        color: #fff;
    }

        .btn_bottom .close_tic_btn .btn:hover {
            background-color: #34a441;
            color: #fff;
        }

.list_table .table-hover > tbody > tr:hover {
    background-color: #f7f7f7;
}

.search_page .radio input[type=radio]:checked ~ .circle {
    border-color: #7582b0;
}

.search_page .radio input[type=radio]:checked ~ .check {
    background-color: #7582b0;
}

.dash_icon_left {
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    margin: 5px 0;
    color: #7582b0;
}

    .dash_icon_left i {
        font-size: 30px;
    }

.dash_value {
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    color: #7582b0;
}

    .dash_value h4 {
        font-size: 15px;
        text-transform: uppercase;
        margin: 0px;
    }

    .dash_value h1 {
        font-size: 25px;
        font-weight: bold;
        margin: 0px;
    }

.dash_box {
    background-color: #fff;
    float: left;
    width: 100%;
}

.img-responsive {
    width: 100%;
}

.left_filter {
    background-color: #fff;
    padding: 15px;
}

    .left_filter h3 {
        margin-top: 15px;
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 4px;
        font-size: 14px;
        color: #525252;
        text-transform: uppercase;
        font-weight: 400;
    }

    .left_filter .form-group .checkbox label {
        color: #525252;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
    }

.checkbox .checkbox-material,
label.checkbox-inline .checkbox-material {
    vertical-align: auto;
    margin-right: 5px !important;
}

    .checkbox .checkbox-material .check,
    label.checkbox-inline .checkbox-material .check {
        border: 1px solid rgba(0,0,0,.3);
        width: 18px;
        height: 18px;
    }

.left_filter .form-group {
    padding: 0;
    margin-top: 20px;
}

.complaint_table table tr {
    background-color: #fff;
    width: 100%;
    padding: 15px;
}

.complaint_table .table-responsive {
    overflow-x: visible;
}

    .complaint_table .table-responsive .table {
        margin-bottom: 0;
    }

.complaint_table table tr td {
    vertical-align: middle;
}

.check_box_select {
    margin-top: 0;
}

.tic_icon {
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #c2c2c2;
}

    .tic_icon i {
        line-height: 40px;
        color: #a8a8a8;
        font-size: 20px;
    }

.meeter_no_reason h3 {
    margin: 0;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    color: #3a4670;
}

    .meeter_no_reason h3:first-child {
        margin-right: 15px;
    }

.complaint_time_date label {
    font-size: 13px;
    color: #a7a7a7;
    margin-right: 15px;
}

    .complaint_time_date label i.fa {
        margin-right: 5px;
    }

.fa-trash-o,
.fa-edit {
    font-size: 22px;
    color: #908d8d;
}

.open {
    color: #4b83e0;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}

.comp_assign .btn-group {
    margin: 0;
}

    .comp_assign .btn-group label {
        text-transform: uppercase;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #c2c2c2;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
    }

.comp_assign .btn {
    padding: 0;
    margin: 0;
    box-shadow: none !important;
    border-radius: 50%;
}

    .comp_assign .btn:hover {
        background-color: transparent;
    }

.comp_assign {
    position: relative;
}

    .comp_assign .btn-group .btn:hover,
    .comp_assign .btn-group .btn:focus {
        background-color: transparent;
    }

.lab_static_bg {
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
}

.field_bg {
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
}

.emp_single_detail .form-group .col-sm-3 {
    padding-left: 0px;
}

.label_static {
    width: 10%;
    display: inline-block;
    vertical-align: top;
}

.emp_single_detail .form-group .col-sm-8 {
    padding: 0px;
}

.modal .form-group .col-sm-4, .modal .form-group .col-sm-8 {
    padding: 0;
}

.input-group table tr td label {
    color: #525252;
    font-weight: 300;
    margin-left: 5px;
}

.lab_new_tic p {
    color: #7582b0;
    dash_box font-weight: 400;
    font-size: 16px;
}

.form-group.label-placeholder label.control-label {
    top: -30px;
    font-size: 12px;
}

.login_sec h2.login_heading {
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.login_detail {
    margin-top: 15px;
}

.ui-dialog .ui-dialog-buttonpane {
    border-width: 0px 0 0 0;
}

.ui-dialog .ui-dialog-titlebar-close:hover .ui-button .ui-icon {
}

#confirmation_model .modal-header {
    background-color: #8dd094;
    padding: 30px 0;
}

#confirmation_model .modal-body {
    color: #525252;
    font-size: 18px;
}

.confirm_icon {
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: auto;
    display: block;
    background-color: #fff;
    /*border:1px solid #7582b0;*/
}

#confirmBox .confirm_icon i {
    font-size: 30px;
    line-height: 50px;
    color: #ff7272;
}

#alertBox .confirm_icon i {
    font-size: 30px;
    line-height: 50px;
    color: #96ce99;
}

#confirmation_model .modal-footer {
    padding: 15px;
}

    #confirmation_model .modal-footer .grey_btn, #confirmation_model .modal-footer .blue_btn {
        display: inline-block;
    }

.btn_link_margin {
    padding: 0px !important;
    margin: 0px !important;
    color: #337ab7 !important;
    text-transform: none !important;
    text-decoration: underline !important;
}

.employee_tab .nav-tabs {
    background-color: transparent;
    border: 0;
}

    .employee_tab .nav-tabs li a {
        font-weight: 400;
        text-transform: uppercase;
        color: #6f6f6f !important;
    }

        .employee_tab .nav-tabs li a:hover {
            color: #7582b0 !important;
        }

    .employee_tab .nav-tabs li.active {
        background-color: #fff;
        color: #3a4670;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        box-shadow: 0 -3px 10px #c2c2c2;
    }

        .employee_tab .nav-tabs li.active a {
            color: #5986ca !important;
        }

    .employee_tab .nav-tabs li.disabled a {
        color: #cccccc !important;
    }

.welcome_dash_text {
    text-align: center;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 400;
    margin-top: 12%;
    color: #3a4670;
    text-shadow: 1px 8px 7px #a5a5a5;
    line-height: 60px;
}

.emp_top_search .input_custom .form-group {
    min-height: unset !important;
}

#tblAssignment.table-striped tr:nth-child(odd) {
    background-color: #eff1f7;
}

#tblAssignment tr td {
    border: 0;
    vertical-align: middle;
}

.employee_tab {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .employee_tab .tab-content {
        background-color: #fff;
        border-radius: 4px;
        float: left;
        width: 100%;
    }

.tab-content #tblAssignment tr td .select_box {
    width: 100%;
}

    .tab-content #tblAssignment tr td .select_box .form-control {
        width: 100%;
    }

#tblAssignment tr td .btn {
    background-color: transparent;
    font-weight: 300;
    color: #5986ca;
}

#tblAssignment tr td p {
    margin: 0;
}

#tblAssignment tr td .btn .fa {
    color: #525252;
    margin-right: 5px;
    color: #5986ca;
}

.employee_tab tr td .btn {
    font-weight: 400;
    text-transform: none;
    background-color: #efefef;
}

.employee_tab tr td .control-label {
    font-size: 14px;
    color: #3a4670;
}

.down_search_btn .green_btn {
    margin-left: 5px;
}

    .down_search_btn .blue_btn .btn, .down_search_btn .green_btn .btn {
        margin-top: 0 !important;
    }

.down_search_btn .blue_btn .btn {
    margin: 10px 0 15px;
}

.tab_title h2 {
    font-size: 18px;
    font-weight: 400;
    padding-left: 15px;
}

.reset_pass_tab {
    margin-top: 20px;
    text-align: right;
}

.view_reading_table.list_table table tr th {
    background-color: #5f5f5f;
    height: 30px;
}

.view_reading_table table {
    min-height: 280px;
}

.nonedisplay {
    display: none;
}

.tablebtnreassign {
    background-color: transparent !important;
    font-weight: 300 !important;
    color: #5986ca !important;
    border: 1px solid #bfd4f3;
    background: transparent !important;
    /*cursor: pointer !important;*/
}

.tablebctreassign {
    font-weight: 300 !important;
    color: #3a4670;
    padding-top: 15px;
    background: transparent !important;
    font-size: 18px;
}

.tablefrmgrpdiv {
    min-height: auto !important;
    padding-top: 5px;
    width: 180px !important;
}

    .tablefrmgrpdiv .input-group {
        display: block !important;
    }



.multiselect-native-select .multiselect {
    padding-left: 5px;
    background-color: transparent !important;
    padding-right: 0;
    min-width: 180px;
    text-align: left;
}

.multiselect-container > li > a > label {
    padding-left: 0;
    color: #333;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 2px 0px 3px 0px;
}

.multiselect-container > li.active > a > label {
    color: #fff;
}

.reassign_disabled {
    color: #ababab !important;
    cursor: not-allowed !important;
    text-align: left;
}

.reasign_cancel_btn {
    padding: 4px;
    color: #ec6969 !important;
    border: 1px solid #ec6969 !important;
    margin-left: 5px;
    font-size: 12px;
}

.multiselect-native-select .btn-group {
    padding-bottom: 10px;
}

.multiselect-native-select .multiselect {
    border-bottom: 1px solid #c2c2c2;
}

    .multiselect-native-select .multiselect .caret {
        text-align: right;
        color: #7582b0;
        position: absolute;
        right: 3px;
        top: 22px;
    }

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.uppercase {
    text-transform: uppercase;
}
/*.multiselect.dropdown-toggle.btn.btn-default{
    padding:0 30px;
}*/

.multiselect-container {
    max-height: 200px;
    overflow: auto !important;
    width: 180px;
    top: 35px;
}

.multiselect {
    width: 180px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .multiselect .multiselect-selected-text {
        max-width: 155px;
        display: block;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.table-td-text-overflow {
    max-width: 155px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.assignment-btn_bottom {
    position: relative;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: -20px;
}

.popovertextarea {
    display: block;
    width: 250px;
    font-size: 15px;
    line-height: 22px;
}

#divpopover {
    overflow: visible;
}

.view_reading_table table {
    min-height: 280px;
}

.input-group .input-group-addon {
    right: 3px;
    width: auto;
    padding-right: 0;
}

.bottom0 {
    bottom: 0px;
}

#SelectListBox .modal-content .modal-header {
    background-color: #96ce99;
    padding-bottom: 20px;
    padding-top: 20px;
}

#SelectListBox .modal-content .modal-body {
    min-height: 100px;
}

#SelectListBox .modal-footer .grey_btn {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

#SelectListBox .modal-footer .delete_btn {
    display: inline-block;
}

#SelectListBox .modal-body p {
    font-size: 20px;
    /*text-transform: capitalize;*/
    color: #7b7b7b;
}

#SelectListBox .confirm_icon i {
    font-size: 30px;
    line-height: 50px;
    color: #96ce99;
}

.nonedisplay {
    display: none;
}

.bottombtndiv {
    margin-bottom: 12px;
    height: 62px;
}

.btn:focus {
    outline: 0 !important;
}

.leftmargin20 {
    margin-left: 20px !important;
}

.gridheadermargin {
    margin: 0px 0px -5px -22px !important;
}

.topmargin15 {
    margin-top: -15px;
}

.cursorpointer {
    cursor: pointer;
}

.cursornotallowed {
    cursor: not-allowed;
}

.cursordefault {
    cursor: default;
}

.table {
    margin-bottom: 20px !important;
}

.complaint_time_datelabel1 {
    width: 120px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.complaint_time_datelabel2 {
    width: 80px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.complaint_time_datelabel3 {
    width: 90px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.meeter_no_reasonh31 {
    width: 50px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-control[disabled], .form-control[readonly], .form-group .form-control[disabled], .form-group .form-control[readonly], fieldset[disabled] .form-control, fieldset[disabled] .form-group .form-control {
    cursor: not-allowed;
}

.complaint_table th .form-group {
    margin-top: 5px !important;
    font-size: 15px;
}

    .complaint_table th .form-group input {
        color: #808080 !important;
        font-weight: 400;
        font-size: 14px;
        /*text-decoration: none !important;*/
        text-transform: uppercase !important;
    }

        .complaint_table th .form-group input:hover {
            color: #000 !important;
        }

    .complaint_table th .form-group .checkbox {
        margin: 0;
    }

.complaint_table th {
    background-color: #d9ddec;
}

.checkbox span {
    font-size: 14px;
    text-transform: uppercase !important;
}

    .checkbox span:hover {
        color: #000 !important;
    }

.comp_status p {
    font-size: 13px;
}

.complaint_table tr td .fa-trash-o, .fa-edit {
    font-size: 18px;
    background-color: #ececec;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}
.textareaWidget .form-group{
    margin:0 !important;

}
.textareaWidget .form-group textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.complaint_table tr td .fa-trash-o:hover, .complaint_table tr td .fa-edit:hover {
    background-color: #fff;
    border: 1px solid #ececec;
}

    .complaint_table tr td .fa-trash-o:before, .complaint_table tr td .fa-edit:before {
        margin-right: -5px;
    }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.btn-group, .btn-group-vertical {
    margin: 0px !important;
}

.pull-right li {
    padding: 8px 0px 5px 0px;
}

.btn-group-vertical.open > .dropdown-toggle.btn, .btn-group-vertical.open > .dropdown-toggle.btn.btn-default, .btn-group.open > .dropdown-toggle.btn, .btn-group.open > .dropdown-toggle.btn.btn-default {
    background-color: rgba(255, 253, 253, 0.2);
    box-shadow: none;
    outline: none !important;
}

.btn:not(.btn-raised):not(.btn-link):focus, .btn:not(.btn-raised):not(.btn-link):hover, .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus, .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover {
    background-color: rgba(255, 253, 253, 0.2);
    box-shadow: none;
    outline: none !important;
}

.tbl_btn_link_margin {
    padding: 0px !important;
    margin: 0px !important;
    color: #337ab7 !important;
    text-transform: none !important;
    text-decoration: underline !important;
}

.table > tbody > tr > th {
    border-top: 0px solid #ddd;
}

.dropdown-menu {
    max-height: 400px !important;
}

table thead tr th .form-group{
    margin-top:0 !important;
}
#ContentPlaceHolder1_divSearch {
    background: #fff;
    padding: 10px;
}
.billDetailstable th {
    background: #e1e5f3;
    padding: 5px;
    font-size:12px;
    border: 1px solid #a5b6f3 !important;
    text-align: center;
}

.custMargin {
    margin: 16px 0 0 0;
}
.custMargin {
    margin: 16px 0 0 0;
}
.custMargin table tbody tr td {
    padding-right:10px;
} 
    .billDetailstable th label {
        line-height: 1.42857143;
        color: #333;
        font-size: 12px;
        font-weight: 700;
    }
    .billDetailstable th label.hindi {
       display:none;
    }
    .billDetailstable td {
        text-align: center;
        padding: 5px;
        border: 1px solid #a5b6f3 !important;
    }
 