﻿body {
    background: url("../Images/map-bg.jpg") no-repeat;
    background-size: cover;
}

.BillPayment_tabs {
    padding: 35px 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

    /* .BillPayment_tabs .nav-tabs {
	border-bottom: none;
} */

    .BillPayment_tabs .nav.nav-tabs li {
        width: 50%;
        text-align: center;
        margin-bottom: 0;
    }

    .BillPayment_tabs .nav-tabs > li > a {
        background: #fff;
        color: #000;
        margin-right: 0;
        font-weight: 600;
        padding: 15px 25px;
        font-size: 18px;
        letter-spacing: 1px;
        text-transform: capitalize;
        display: block;
        border: none;
    }

        .BillPayment_tabs .nav-tabs > li.active > a,
        .BillPayment_tabs .nav-tabs > li.active > a:hover,
        .BillPayment_tabs .nav-tabs > li.active > a:focus,
        .BillPayment_tabs .nav-tabs > li > a:hover,
        .BillPayment_tabs .nav-tabs > li > a:focus {
            /* background: #5cb270; */
            background: rgb(255,167,14);
            background: -moz-linear-gradient(left, rgba(255,167,14,1) 0%, rgba(242,224,67,1) 100%);
            background: -webkit-linear-gradient(left, rgba(255,167,14,1) 0%,rgba(242,224,67,1) 100%);
            background: linear-gradient(to right, rgba(255,167,14,1) 0%,rgba(242,224,67,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa70e', endColorstr='#f2e043',GradientType=1 );
            color: #000;
            border: none;
        }

    .BillPayment_tabs .sr-only-new {
        color: #5cb270;
        font-size: 16px;
        font-weight: 600;
    }

    .BillPayment_tabs input[type="text"],
    .BillPayment_tabs textarea,
    .BillPayment_tabs select,
    .BillPayment_tabs textarea.form-control {
        background: #f5f5f5;
        height: 50px;
        border: none;
        border-bottom: 2px solid #e5e6e7;
        box-shadow: none;
        font-size: 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

        .BillPayment_tabs input[type="text"],
        .BillPayment_tabs textarea,
        .BillPayment_tabs select,
        .BillPayment_tabs textarea.form-control {
            background-color: whitesmoke;
            height: 40px !important;
            border: none;
            border-bottom: 2px solid #e5e6e7;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
        }

    .BillPayment_tabs button {
        height: 36px;
        line-height: 36px;
        padding: 0 15px;
        background-color: #5cb270;
        color: #fff;
        border: none;
        font-size: 14px;
        font-weight: 600;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

.canclebtn {
    background: #cee26b;
    color: #000;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    display: inline-block;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
}

.BillPayment_tabs .tab-content {
    background: #fff;
    padding: 25px;
    /* box-shadow: 0px 0px 29px #ddd; */
}

.text-danger {
    color: #f2652d;
}

.help_line {
    color: #f2652d;
    display: block;
    margin: 10px 0;
    font-weight: 900;
    font-size: 12px;
}

.currentbill label {
    display: inline-block;
    min-width: 150px;
}

a {
    color: #f3de41;
}

.notes span {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

.notes ol {
    counter-reset: item;
}

    .notes ol li {
        display: block;
        position: relative;
        padding-bottom: 10px;
        text-align: justify;
        font-size: 14px;
        line-height: 22px;
    }

        .notes ol li:before {
            content: counters(item, ".")".";
            counter-increment: item;
            position: absolute;
            margin-right: 100%;
            right: 15px;
        }

header {
    text-align: center;
    padding-top: 40px;
    /* background: rgba(0,0,0,0.5); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

footer {
    /* background: #5cb270; */
    background: rgb(255,167,14);
    background: -moz-linear-gradient(left, rgba(255,167,14,1) 0%, rgba(242,224,67,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,167,14,1) 0%,rgba(242,224,67,1) 100%);
    background: linear-gradient(to right, rgba(255,167,14,1) 0%,rgba(242,224,67,1) 100%);
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.copyright {
    text-align: center;
    color: #000;
}

.article-title {
    background: rgba(0,0,0,0.5);
    color: #fff !important;
    padding: 20px;
    text-align: left;
}

img {
    max-width: 100%;
}



   

   










#lblconsumernumber-error-cust {
    /*color: rgb(255, 151, 151) !important;*/
    color: #f37171 !important;
    font-weight: 400;
    font-size: 18px;
}






/*.billpay #page-wrapper {*/
    /*padding: 0;
    padding-bottom: 30px;*/
    /*background: rgba(0,185,246,0.2);*/
    /*background-image: url("../Images/map-bg.jpg");*/
/*height: 100%;
    min-height: 930px;
}*/

