﻿        html, body {
            background-color:#fff;
            color:#262020;
        }
        .uk-button-success {
            background-color: #226da6;
            color: #fff;
            border: 1px solid transparent;
        }
        .uk-subnav-pill > * > :first-child {
            padding: 10px 15px;
        }
        .uk-subnav-pill>.uk-active>a {
            background-color: #70a30a;
            color: #fff;
        }
        .uk-button-primary:focus, .uk-button-primary:hover {
            background-color: #84ab36;
            color: #fff;
        }
        .progressbar {
            counter-reset: step;
            padding-left: 0px;
        }
        .progressbar li {
            list-style-type: none;
            width: 16%;
            float: left;
            font-size: 12px;
            position: relative;
            text-align: center;
            text-transform: uppercase;
            color: #7d7d7d;
        }
        .progressbar li:before {
            width: 30px;
            height: 30px;
            content: counter(step);
            counter-increment: step;
            line-height: 30px;
            border: 2px solid #7d7d7d;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
        }
        .progressbar li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #7d7d7d;
            top: 15px;
            left: -50%;
            z-index: -1;
        }
        .progressbar li:first-child:after {
            content: none;
        }
        .progressbar li.active {
            color: #044f88;
        }
        .progressbar li.active:before {
            border-color: #044f88;
        }
        .progressbar li.active + li:after {
            background-color: #044f88;
        }
        .progressbar li.active:before {
             background-color: #044f88 !important;
             color:#fff;
             font-weight:bold;
        }

        .uk-input {
            font-size:22px;
            padding:10px;
            padding-left:50px;
            width:80%;
        }

        select {
            font-size:22px !important;
            height:60px !important;
        }

        .textarea {
            font-size:16px;padding:10px;width:100%; line-height:20px; height:100px;
        }

        .uk-inline {
            width:100%;
        }
        .header {
            background-color:#efefef;
            padding-top:20px;
            padding-bottom:20px;
            /*background-image:url(/assets/images/e185/headerbg.jpg);*/
            background-position-y:bottom;
            color:rgb(0,79,147);
        }
        .description {
            background-color:#2670aa;
            padding-top:30px;
            padding-bottom:30px;
            background-image:url(/assets/images/e185/descbg.png);
            background-position-y:bottom;
            
            color:#fff;
            
        }

        .uk-button-primary {
            background-color: #044f88;
        }
        .e-title{
            font-size:36px;
            font-weight:bold;
            color:#fff;
        }

        .menu-185 {
            margin-top:10px;
        }
        .menu-185 .e-description {
            color:#999999;
        }

        .menu-185 h3 {
            color:#002c5f;
            font-size:26px;
            font-weight:bold;
            margin-bottom:10px;
        }
            .menu-185 .uk-list li:hover {
                background-color: #efefef;
            }


.menu-185_02 {
    margin-top: 10px;
}

    .menu-185_02 .e-description {
        color: #999999;
    }

    .menu-185_02 h3 {
        color: #002c5f;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .menu-185_02 h6 {
        color: #002c5f;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 2px;
        margin-top: 5px;
    }

    .menu-185_02 h7 {
        color: #002c5f;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 2px;
        margin-top: 5px;
    }

    .menu-185_02 .uk-list li:hover {
        background-color: #efefef;
    }

    .menu-185_02 .uk-list li {
        padding: 10px;
        border-bottom: 1px solid #efefef;
        cursor: pointer;
    }

        a {
            color:#014c85;
        }
         a:hover {
            color:#014c85;
        }
        .menu-185 .uk-list li 
         {
             padding:10px;
             border-bottom:1px solid #efefef;
             cursor:pointer;
             
         }
         .total-amount {
            font-size: 22px;
            font-weight: bold
         }

      
         .amount-badge {
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            background-color: #ff4a4a;
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
            border-radius: 3px;

         }

.red-act-badge {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #ff4a4a;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border-radius: 3px;
 
}

.red-badge {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #ff4a4a;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border-radius: 3px;
    display: inline-flex;
}

.red-status-badge {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #ff4a4a;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border-radius: 10px;
    display: inline-flex;
}
.green-status-badge {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #81a30a;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border-radius: 10px;
    display: inline-flex;
}
.blue-badge {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #1e87f0;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    border-radius: 3px;
    display: inline-flex;
}

.yellow-badge {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #70a30a;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    border-radius: 3px;
    display: inline-flex;
}
.green-badge {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #81a30a;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border-radius: 3px;
    display: inline-flex;
}

         .no-bill-badge {
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            background-color: #8BC34A;
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
            border-radius: 3px;
         }

         .water-cut-item {
             background-color:#ffeaea;
         }

        .bottom {
            background-image:url(/assets/images/e185/leftbg.png);
            background-repeat:no-repeat;
            background-position-x:left;
            background-position-y:bottom;
            background-attachment:fixed;
            background-size:cover;
            min-height:587px;
        }

        .footer {
            background-color:#262020;
            color:#fff;
            z-index: 101;
            position:absolute; width:100%
            
        }

        .footer a {
            color:#fff;
            text-decoration:none;
        }
        .footer a:hover {
            text-decoration:underline;
        }
        .header  .uk-button-default {
            color:#3f5a07;
            border-color: #ccc
        }

@media (max-width: 960px) {
    .right-side {
        padding-left:20px;
        padding-right:20px;
    }
}