﻿.refreshicon, a label {
    cursor: pointer
}

.customer-ac-detail ul, .loginright h1, body, ul {
    margin: 0;
    padding: 0
}

.logintxt, body {
    font-size: 15px
}

.header-menu-right ul li.username:hover a, .login-remember-block a, .login-remember-block a:hover {
    text-decoration: underline
}

@font-face {
    font-family: proxima_regular;
    src: url(../fonts/ProximaNova-Regular.eot);
    src: url(../fonts/ProximaNova-Regular.eot?#iefix) format('embedded-opentype'),url(../fonts/ProximaNova-Regular.woff) format('woff'),url(../fonts/ProximaNova-Regular.ttf) format('truetype'),url(../fonts/ProximaNova-Regular.svg#proxima_regular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_light;
    src: url(../fonts/ProximaNova-Light.eot);
    src: url(../fonts/ProximaNova-Light.eot?#iefix) format('embedded-opentype'),url(../fonts/ProximaNova-Light.woff) format('woff'),url(../fonts/ProximaNova-Light.ttf) format('truetype'),url(../fonts/ProximaNova-Light.svg#proxima_light) format('svg')
}

@font-face {
    font-family: proxima_bold;
    src: url(../fonts/ProximaNova-Semibold.eot);
    src: url(../fonts/ProximaNova-Semibold.eot?#iefix) format('embedded-opentype'),url(../fonts/ProximaNova-Semibold.woff) format('woff'),url(../fonts/ProximaNova-Semibold.ttf) format('truetype'),url(../fonts/ProximaNova-Semibold.svg#proxima_bold) format('svg')
}

body {
    font-family: proxima_regular !important;
    color: #333;
    background: #d4e68c
}

img {
    border: 0;
    vertical-align: top;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    max-width: 100%
}

.item, .overlay {
    transition: 1s
}

.loginright input:focus, a, a img {
    outline: 0;
    border: none
}

.fl, .newfullfrmbx.customer-acc-detail-menu5 .bg-gray-ab.accordin-customer {
    float: left
}

.fr, .fr-lng {
    float: right
}

#loading, #loadingTransaction, #loadinglogin {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 1000
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: large;
    padding-top: 80px
}

.login-remember-block, .logintxt, .newtable .modal-header, .signbtn {
    position: relative
}

.loginright .field-validation-error.text-danger {
    position: absolute;
    color: red;
    bottom: -17px;
    left: 0;
    text-align: left;
    font-size: 12px;
    font-weight: 400 !important;
    font-family: 'Open Sans',sans-serif
}

.loginright .validation-summary-errors.text-danger li {
    list-style: none;
    text-align: center;
    margin-bottom: 15px;
    color: red;
    font-style: italic;
    font-family: 'Open Sans',sans-serif
}

.loginright #m_imgCaptcha {
    margin: 0;
    position: relative
}

.refreshicon {
    display: inline-block;
    margin-top: 5px
}

    .refreshicon i.fa {
        color: #007c3d;
        font-size: 40px
    }

.dashbordbx, .dashbordbx > ul, .form-bottom, .fullwidth, .login-body, .report-tbl {
    width: 100%;
    float: left
}

.login-content {
    width: 900px;
    background: #b2d235;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    transform: translate(-50%,-50%)
}

.loginbg {
    background: url(../img/login-bg.jpg) center/cover no-repeat
}

    .loginbg form {
        width: 100%;
        height: calc(100vh - 50px)
    }

.loginleft {
    float: left;
    padding: 25px;
    box-sizing: border-box;
    text-align: left
}

.footer, .loginright, .logo {
    text-align: center
}

.loginright {
    float: left;
    width: 480px;
    background: #fff;
    padding: 30px
}

    .loginright h1 {
        color: #000;
        float: left;
        width: 100%
    }

.bottomborder {
    width: 100%;
    float: left;
    background: url(../img/dashed-border.jpg) bottom repeat-x;
    height: 35px;
    margin-bottom: 20px
}

.logintxt {
    float: left;
    margin-bottom: 20px;
    color: #3333;
    background: #ddf8e0;
    border: 1px solid #50b847;
    border-radius: 7px;
    padding: 10px 15px 10px 50px;
    width: 100%;
    position: relative
}

    .login-captcha .captcha label, .logintxt label {
        float: left;
        font-size: 10px;
        width: 100%;
        color: #666;
        font-weight: 400;
        font-family: 'Open Sans',sans-serif;
        text-transform: uppercase;
        text-align: left
    }

    .login-captcha .captcha input, .logintxt input {
        color: #000;
        font-weight: 700;
        font-family: 'Open Sans',sans-serif;
        font-size: 16px;
        width: 100%;
        border: none;
        background: 0 0;
        padding: 0
    }

        .logintxt input[type=password] {
            width: calc(100% -50px);
            float: left
        }

    .login-captcha .captcha i.fa, .logintxt i.fa {
        position: absolute;
        left: 15px;
        top: 20px;
        color: #666;
        font-size: 20px
    }

.login-remember-block {
    float: right;
    display: inline-block;
    font-family: proxima_light;
    margin-bottom: 25px;
    width: 65%
}

.footer, .header-top {
    width: 100%;
    float: left
}

.login-remember-block a {
    color: #000;
    font-size: 16px;
    margin-top: 14px;
    display: inline-block
}

.login-button button, .signbtn input {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    background: #007c3d
}

.login-button, .signbtn {
    float: left;
    display: inline-block
}

    .signbtn input {
        padding: 16px 40px;
        border: none;
        border-radius: 7px
    }

        .login-button button:hover, .signbtn input:hover {
            background: #1173b7
        }

    .login-button button {
        padding: 16px 35px;
        border: none;
        border-radius: 7px
    }

.header-top, .logo, body.dashboardbg {
    background: #d4e68c
}

.header-menu-right ul li.msg span, .header-menu-right ul li.notification span {
    color: #fff;
    border-radius: 50%;
    padding: 3px 7px 1px;
    top: -7px;
    right: 5px;
    font-size: 14px;
    font-family: proxima_bold
}

i.fa.fa-sign-in {
    margin-left: 7px;
    float: right;
    margin-top: 3px
}

.footer {
    color: #000;
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: 400
}

.header-top {
    box-shadow: 0 0 10px #999;
    padding: 20px 0
}

.header-menu-right {
    float: right;
    margin-top: 4px
}

    .header-menu-right ul {
        float: right;
        margin: 0
    }

        .header-menu-right ul li {
            float: left;
            list-style: none;
            padding: 5px;
            position: relative
        }

            .header-menu-right ul li a {
                text-decoration: none
            }

                .header-menu-right ul li a i {
                    color: #fff;
                    padding: 0 10px;
                    font-size: 18px
                }

            .header-menu-right ul li.notification span {
                background: #c00;
                position: absolute
            }

            .header-menu-right ul li.notification:hover span {
                color: #c00;
                background: #f0f0f0
            }

            .header-menu-right ul li.msg span {
                background: #0b9900;
                position: absolute
            }

.dashboard ul li span.fa-plus, .leftnav li i, .leftnav li.active, .leftnav li.subnavactive, .leftnav li:hover, .logo a, .sbmtbtn:hover {
    background: #007a48
}

.header-menu-right ul li.msg:hover span {
    color: #0b9900;
    background: #f0f0f0
}

.header-menu-right ul li.username {
    color: #000;
    font-size: 14px;
    padding: 5px 25px;
    border-left: 1px solid #5f9e00;
    border-right: 1px solid #5f9e00;
    margin-right: 10px
}

    .header-menu-right ul li.username a {
        color: #005d9c;
        text-decoration: none
    }

.header-menu-right ul li.logout a {
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #007a48;
    border-radius: 5px;
    display: inline-block;
    margin-top: -10px;
    background: #007a48
}

    .header-menu-right ul li.logout a i {
        color: #fff;
        padding: 0 10px 0 0;
        float: left
    }

    .header-menu-right ul li.logout a:hover {
        background: #ffca05;
        color: #007a48
    }

        .header-menu-right ul li.logout a:hover i, .newtable > table tbody tr td .fa-eye {
            color: #007a48
        }

.logo {
    position: absolute;
    width: 20%;
    height: 95px
}

    .logo a {
        display: inline-block;
        padding: 8px
    }

.leftmenu, .leftnav li {
    background: #5f9e00;
    float: left
}

.logo a img {
    max-width: 250px
}

.leftmenu {
    padding: 0;
    width: 20%;
    height: calc(100vh - 50px)
}

.menuicon {
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
    display: none
}

.leftnav {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

    .leftnav li {
        width: 100%;
        list-style: none;
        position: relative;
        border-bottom: 1px solid #007a48;
        overflow: hidden
    }

        .leftnav li i {
            color: #fff;
            width: 55px;
            text-align: center;
            position: absolute;
            left: 0;
            padding: 15px 0 16px;
            font-size: 24px
        }

        .leftnav li a {
            color: #fff;
            text-decoration: none;
            display: block
        }

            .leftnav li a span {
                width: 100%;
                float: left;
                padding: 14px 0 15px 70px;
                font-family: proxima_light;
                font-weight: 700;
                box-sizing: border-box;
                position: relative
            }

        .leftnav li.active a, .leftnav li.subnavactive a, .leftnav li:hover a {
            color: #fcdb00
        }

        .leftnav li.active i, .leftnav li.subnavactive i, .leftnav li:hover i {
            background: #b2d235;
            color: #007a48
        }

.rightcontent {
    background: #ecfbeb;
    width: 100%;
    padding: 10px 15px 0;
    display: table-cell
}

#sidebar.active + .rightcontent {
    padding-left: 70px
}

.dashboard-container {
    width: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 15px #bbb;
    float: left;
    min-height: calc(100vh - 159px)
}

    .dashboard-container h1 {
        font-size: 28px;
        color: #333;
        margin: 10px 0 15px;
        padding: 0;
        font-family: proxima_light;
        text-transform: capitalize
    }

    .dashboard-container .h1border {
        clear: both;
        width: 100%;
        height: 1px;
        background: #ccc;
        position: relative
    }

        .dashboard-container .h1border span {
            position: absolute;
            min-height: 4px;
            width: 150px;
            background: #fcdb00;
            margin-top: -2px
        }

.dasboard-nav {
    float: left;
    width: 100%;
    margin: 50px 0 0
}

    .dasboard-nav ul, .dashboard-form ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0
    }

        .dasboard-nav ul li {
            float: left;
            width: 23.2%;
            list-style: none;
            height: 205px;
            text-align: center;
            margin: 0 20px 20px 0
        }

            .dasboard-nav ul li.forth-li, .dashboard-form ul li.third-li, .dashbordbx > ul > li:nth-child(4n), .form-bottom input:last-child, .searchfrmbx li:last-child, .topbtngroup input:last-child {
                margin-right: 0
            }

            .dasboard-nav ul li a {
                display: block;
                text-decoration: none;
                color: #fff
            }

                .dasboard-nav ul li a .dashboard-icon {
                    width: 160px;
                    height: 160px;
                    margin: -10px auto 0
                }

.dashboard-txt {
    width: 200px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto;
    font-weight: 700
}

.dasboard-nav ul li.red {
    background: #f16464
}

.dasboard-nav ul li.blue {
    background: #42a8ed
}

.dasboard-nav ul li.green {
    background: #1abc9c
}

.dasboard-nav ul li.gold {
    background: #ded26b
}

.dasboard-nav ul li.queen {
    background: #6b7fb9
}

.dasboard-nav ul li.brown {
    background: #edad7f
}

.dasboard-nav ul li.pink {
    background: #ee7d9a
}

.dasboard-nav ul li.red:hover {
    background: #f67575
}

.dasboard-nav ul li.blue:hover {
    background: #54b1f0
}

.dasboard-nav ul li.green:hover {
    background: #26c4a5
}

.dasboard-nav ul li.gold:hover {
    background: #e6db7c
}

.dasboard-nav ul li.queen:hover {
    background: #798cc2
}

.dasboard-nav ul li.brown:hover {
    background: #f1b88f
}

.dasboard-nav ul li.pink:hover {
    background: #f48ca6
}

.dasboard-nav ul li.machine-info .dashboard-icon {
    background: url(../img/sprite-icon.png) -32px -15px no-repeat
}

.dasboard-nav ul li.deliveryman-info .dashboard-icon {
    background: url(../img/sprite-icon.png) -261px -15px no-repeat
}

.dasboard-nav ul li.staff-registration .dashboard-icon {
    background: url(../img/sprite-icon.png) -501px -15px no-repeat
}

.dasboard-nav ul li.pending-delivery .dashboard-icon, .dasboard-nav ul li.service-request .dashboard-icon {
    background: url(../img/sprite-icon.png) -515px -196px no-repeat
}

.dasboard-nav ul li.view-report .dashboard-icon {
    background: url(../img/sprite-icon.png) -266px -196px no-repeat
}

.dasboard-nav ul li.approve-service-request .dashboard-icon {
    background: url(../img/sprite-icon.png) -32px -196px no-repeat
}

.dashboard {
    display: inline-block;
    margin-top: 35px
}

.ab-row, .flex-class, .full-list .displayflex, .searchfrmbx {
    display: flex
}

.dashboard ul li {
    float: left;
    width: 285px;
    height: 90px;
    list-style: none;
    background: #fff;
    box-shadow: 0 2px 13px rgba(0,0,0,.1);
    border-radius: 2px;
    margin-bottom: 15px;
    margin-right: 15px;
    border: 1px solid #ddd
}

.newtable table td a.closebtn, .newtable table td a.moveto, .newtable table td a.openbtn, .newtable table td a.resolvebtn {
    padding: 2px 5px;
    font-size: 11px;
    color: #fff;
    border-radius: 4px;
    float: left;
    text-transform: capitalize;
    text-decoration: none
}

.dashboard ul li span {
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    color: #fff;
    line-height: 90px
}

.dashboard ul li p {
    float: left;
    width: calc(100% - 90px);
    font-size: 16px;
    padding: 6px 0 6px 15px;
    box-sizing: border-box;
    line-height: 23px
}

    .dashboard ul li p strong {
        font-family: proxima_bold
    }

.bg-blue, .dashboard ul li span.fa-list-alt, .dashboardldssec .h1border span {
    background: #00c0ef
}

.dashboard ul li span.fa-times-circle, .dashboardcmpsec .h1border span {
    background: #dd4b39
}

.dashboard ul li span.fa-user {
    background: #00a65a
}

.dashboard ul li a, .dashboard ul li p {
    color: #333;
    text-decoration: none
}

.newtable table td a.openbtn {
    background: #5f9e00
}

.newtable table td a.closebtn {
    background: #ce1f0d
}

.newtable table td a.resolvebtn {
    background: #5b3cd4d9
}

.newtable table td a.moveto {
    background: #a59d08
}

.bluebtn, .yellowbtn {
    font-size: 14px;
    padding: 10px 30px;
    border: none
}

.dashboard-form {
    float: left;
    width: 100%;
    margin: 50px 0
}

    .dashboard-form ul li {
        float: left;
        width: 30.2%;
        list-style: none;
        text-align: left;
        margin: 0 37px 25px 0;
        max-height: 55px
    }

        .dashboard-form ul li label {
            float: left;
            width: 100%;
            font-size: 14px;
            color: #545454;
            padding-bottom: 10px
        }

        .dashboard-form ul li input, .dashboard-form ul li select {
            width: 100%;
            padding: 8px 5px;
            font-size: 14px;
            color: #545454;
            background: #f3f2f2;
            border: 1px solid #eaeaea;
            font-family: proxima_regular
        }

.dashboard-container h2 {
    font-size: 20px;
    color: #333;
    margin: 10px 0 15px;
    padding: 0;
    font-family: proxima_light;
    text-transform: capitalize
}

.report-tbl td, .report-tbl th {
    padding: 12px 10px;
    font-size: 13px;
    text-align: left
}

.bluebtn, .error404bx h2, .form-bottom input, .next-btn-ab, .yellowbtn {
    text-transform: uppercase
}

.height25 {
    height: 25px
}

.dashboard-form ul li textarea {
    width: 100%;
    padding: 0 5px;
    font-size: 14px;
    color: #545454;
    background: #f3f2f2;
    border: 1px solid #eaeaea;
    max-width: 100%;
    max-height: 35px
}

.bluebtn {
    background: #005289;
    color: #fff;
    margin-right: 10px;
    cursor: pointer
}

.report-tbl td .fa:hover, .yellowbtn {
    color: #000;
    cursor: pointer
}

.yellowbtn {
    background: #fcdb00;
    margin-right: 10px
}

    .yellowbtn:hover {
        background: #fee227
    }

.bluebtn:hover {
    background: #0b5d94
}

.dashboard-report {
    width: 100%;
    float: left;
    padding: 50px 0 30px
}

.report-tbl th {
    background: #007a48;
    color: #fff
}

.report-tbl td {
    background: #fff;
    color: #034f82
}

    .report-tbl td:last-child {
        text-align: right
    }

    .report-tbl td .fa {
        padding: 0 5px
    }

.report-tbl tr.odd td {
    background: #fbf8d6
}

.report-tbl .bluebtn {
    font-size: 13px;
    text-transform: capitalize;
    float: right;
    padding: 3px 7px
}

.report-tbl .viewbtn {
    font-size: 13px;
    color: #7a7a7a;
    margin-right: 10px;
    padding: 2px 6px;
    border: 1px solid #7a7a7a;
    cursor: pointer;
    background: 0 0;
    float: right
}

    .report-tbl .viewbtn:hover {
        background: #7a7a7a;
        color: #fff
    }

.pagination-nav {
    float: left;
    width: 100%;
    text-align: center
}

    .pagination-nav ul {
        margin: 0 auto;
        padding: 0;
        width: 400px
    }

        .pagination-nav ul li {
            float: left;
            list-style: none;
            font-weight: 700;
            font-size: 13px;
            color: #333
        }

            .pagination-nav ul li.totalpage {
                padding: 7px 12px
            }

            .pagination-nav ul li a {
                display: block;
                color: #666;
                border: 1px solid #eaeaea;
                margin-right: 5px;
                padding: 6px 10px;
                text-decoration: none;
                font-family: proxima_bold
            }

            .pagination-nav ul li:hover a {
                color: #fff;
                border: 1px solid #007a48;
                background: #007a48
            }

.add-btn {
    width: 100%;
    float: right
}

    .add-btn input {
        border: 1px solid #007a48;
        background: url(../img/addicon1.png) 12px center/10px 10px no-repeat #fff;
        border-radius: 5px;
        padding: 8px 30px;
        display: block;
        color: #007a48;
        float: right;
        cursor: pointer;
        margin-top: -25px
    }

        .add-btn input:hover {
            background: url(../img/addicon.png) 12px center/10px 10px no-repeat #007a48;
            color: #fff
        }

:focus {
    outline: 0
}

.newform {
    float: left;
    width: 100%;
    margin: 0
}

.reportform1 {
    float: left;
    width: 100%;
    margin: 0;
    background: #ecfbeb;
    padding: 10px;
    border: 1px solid #e0e0e0
}

.searchfrmbx {
    width: calc(100% - 60px);
    float: left;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between
}

    .searchfrmbx li {
        list-style: none;
        position: relative;
        float: left;
        width: auto;
        margin: 0 0 10px;
        min-width: 30%
    }

        .searchfrmbx li:first-child {
            width: 38%;
            line-height: 30px
        }

.sbmtbtn {
    margin-right: 0;
    width: 50px;
    float: right;
    position: relative;
    background: #3e9139;
    border-radius: 19px;
    transition: .3s
}

    .sbmtbtn:after {
        font-family: FontAwesome;
        content: "\f002";
        color: #fff;
        font-size: 16px;
        position: absolute;
        right: 13px;
        top: 10px
    }

    .sbmtbtn input {
        width: 100%;
        background: 0 0;
        height: 32px;
        border: none;
        cursor: pointer;
        font-size: 0px;
        z-index: 1;
        position: relative
    }

.searchfrmbx li select {
    width: 100%;
    background: #fff;
    padding: 7px 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 20px
}

.searchfrmbx li input[type=text] {
    width: 100%;
    background: #fff;
    padding: 5px 15px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    box-sizing: border-box
}

    .newfullfrmbx li input[type=text].datetxt, .searchfrmbx li input[type=text].datetxt {
        background: url(../img/calandericon.jpg) 95% center/30px 30px no-repeat #fff
    }

    .newfullfrmbx li input[type=text]::-webkit-input-placeholder, .newfullfrmbx li textarea::-webkit-input-placeholder, .searchfrmbx li input[type=text]::-webkit-input-placeholder {
        color: #333;
        font-family: proxima_regular
    }

    .newfullfrmbx li input[type=text]:-ms-input-placeholder, .newfullfrmbx li textarea::-ms-input-placeholder, .searchfrmbx li input[type=text]:-ms-input-placeholder {
        color: #333;
        font-family: proxima_regular
    }

    .newfullfrmbx li input[type=text]::placeholder, .newfullfrmbx li textarea::placeholder, .searchfrmbx li input[type=text]::placeholder {
        color: #333;
        font-family: proxima_regular
    }

.newform .newfullfrmbx li b {
    width: 160px
}

.newfullfrmbx {
    float: left;
    margin: 0 0 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

    .newfullfrmbx li {
        list-style: none;
        position: relative;
        float: left;
        width: 100%;
        margin: 0 0 10px;
        padding: 0 15px
    }

.form-bottom input, .topbtngroup input {
    margin-right: 15px;
    display: inline-block;
    font-weight: 700;
    cursor: pointer
}

.newfullfrmbx.halfwidth li {
    min-width: 47%
}

.newfullfrmbx.flexstart {
    justify-content: flex-start
}

    .newfullfrmbx.flexstart li {
        margin-right: 3%
    }

.newfullfrmbx li.frmchklst {
    display: table
}

    .newfullfrmbx li.frmchklst > div {
        display: table-cell;
        vertical-align: middle;
        width: auto;
        font-size: 18px;
        color: #333
    }

        .newfullfrmbx li.frmchklst > div a.checkbtn {
            display: inline-block;
            min-width: 100px;
            margin-left: 15px;
            border-radius: 10px;
            padding: 15px 0;
            text-align: center;
            font-size: 18px;
            font-family: proxima_regular;
            text-decoration: none;
            opacity: 1;
            transition: .5s ease-in-out
        }

            .newfullfrmbx li.frmchklst > div a.checkbtn.green {
                background: #34c664;
                color: #fff
            }

            .newfullfrmbx li.frmchklst > div a.checkbtn.default {
                background: #eeedf3;
                color: #333
            }

            .customer-ac-detail ul li.submitlist button:hover, .customer-ac-detail ul li.submitlist input:hover, .form-bottom input:hover, .newfullfrmbx li.frmchklst > div a.checkbtn:hover {
                opacity: .8
            }

.newfullfrmbx li label {
    width: 200px;
    float: left;
    line-height: 17px;
    margin: 0;
    padding: 6px 0
}

.newfullfrmbx li select {
    width: calc(100% - 200px);
    background: #fff;
    padding: 7px 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 3px
}

.newfullfrmbx li input[type=file], .newfullfrmbx li input[type=password], .newfullfrmbx li input[type=text], .newfullfrmbx li textarea {
    width: calc(100% - 200px);
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    box-sizing: border-box
}

.newfullfrmbx li textarea {
    min-width: 100%;
    max-width: 100%;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
    width: 100%
}

.newfullfrmbx li.halfinput input[type=text], .newfullfrmbx li.halfinput select {
    max-width: 49.5%;
    margin-right: 1%
}

.newfullfrmbx li.halfinput select {
    margin-right: 0;
    float: right
}

.newfullfrmbx li.fullli, .searchfrmbx li.fullli {
    width: 100%;
    max-width: 100%
}

    .customer-ac-detail ul li.textarea-list, .half-col .newfullfrmbx li.full-li, .model-login-reset ul li, .newfullfrmbx li.fullli label, .searchfrmbx li.fullli label {
        width: 100%
    }

.newfullfrmbx .text-danger {
    color: red;
    position: absolute;
    width: 100%;
    bottom: -15px;
    left: 0;
    font-size: 12px
}

.topbtngroup {
    width: auto;
    float: right;
    margin: 0 0 20px;
    clear: both
}

    .topbtngroup input {
        text-align: center;
        padding: 5px 20px;
        border-radius: 4px;
        overflow: hidden;
        color: #fff;
        min-width: initial;
        border: none;
        transition: 1s ease-in-out;
        opacity: 1
    }

        .topbtngroup input:hover {
            opacity: .7
        }

        .topbtngroup input.green {
            background: #019154
        }

        .topbtngroup input.orange {
            background: #ec6d06
        }

.newtable {
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
    float: left;
    overflow-x: auto
}

.new-table table, .new-table table thead th, .new-table table tr, .new-table td {
    border: 1px solid #5f9e00;
    border-collapse: collapse;
    padding: 13px 10px !important
}

.newtable > table {
    width: 100%;
    border-spacing: 0px;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3
}

    .newtable > table th {
        background: #007a48;
        font-weight: 600;
        color: #fff;
        padding: 5px 10px;
        font-size: 13px;
        text-align: left;
        font-family: 'Open Sans',sans-serif;
        border-left: 1px solid #7ab39b
    }

        .newtable > table th a {
            color: #fff;
            text-decoration: none;
            position: relative;
            display: block;
            width: 100%
        }

            .newtable > table th a:before {
                content: '\f078';
                font-family: FontAwesome;
                position: absolute;
                opacity: 1;
                right: 0;
                transform: translateY(-35%);
                top: 60%;
                font-size: 12px
            }

            .newtable > table th a:after {
                content: '\f077';
                font-family: FontAwesome;
                position: absolute;
                opacity: 1;
                right: 0;
                transform: translateY(-60%);
                top: 35%;
                font-size: 12px
            }

    .newtable > table td {
        background: #fff;
        color: #333;
        padding: 4px 10px;
        font-size: 12px;
        font-family: 'Open Sans',sans-serif
    }

    .newtable > table tbody tr:nth-child(2n) td {
        background: #f0f0f0
    }

    .newtable > table thead tr th:first-child {
        text-align: left;
        width: 45px
    }

    .newtable > table thead tr th:last-child {
        width: 95px;
        text-align: center
    }

    .newtable > table tbody tr td:first-child, .text-center {
        text-align: center
    }

    .newtable > table tbody tr td {
        border-left: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0
    }

        .newtable > table tbody tr td .fa {
            float: left;
            font-size: 16px;
            color: #333;
            margin-right: 10px
        }

        .newtable > table tbody tr td .fa-map-marker {
            color: #3c8dbc
        }

        .newtable > table tbody tr td .fa-pencil-square-o {
            color: #0087d8
        }

        .newtable > table tbody tr td .fa-trash-o {
            color: #e31e25
        }

.form-bottom input {
    min-width: 150px;
    padding: 10px 0;
    text-align: center;
    border: none;
    border-radius: 4px;
    transition: .5s ease-in-out
}

    .form-bottom input.green {
        background: #007a48;
        color: #fff
    }

    .form-bottom input.red {
        background: #e31e25;
        color: #fff
    }

.leftnav li > ul {
    display: none;
    width: 100%;
    float: left;
    margin: -1px 0 0;
    padding: 0;
    background: #007a48;
    border-bottom: 1px solid #5f9e00
}

    .leftnav li > ul > li {
        float: left;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #5f9e00;
        transition: 1s ease-in-out;
        background: 0 0
    }

        .leftnav li > ul > li:last-child {
            border-bottom: none
        }

        .leftnav li > ul > li > a {
            padding: 20px 0 20px 70px;
            font-family: proxima_light;
            font-weight: 700;
            display: block;
            color: #fcdb00;
            transition: .5s ease-in-out
        }

            .leftnav li > ul > li > a:before {
                content: '';
                height: 8px;
                width: 8px;
                position: absolute;
                left: 22px;
                border-radius: 50%;
                background: #fcdb00;
                top: 25px;
                transition: .5s ease-in-out
            }

.leftnav li.submenu span:after {
    content: '+';
    display: inline-block;
    right: 15px;
    position: absolute;
    font-size: 20px;
    font-family: proxima_light;
    font-weight: 700;
    margin-top: -3px
}

.leftnav li.submenu.subnavactive span:after {
    content: '_';
    margin-top: -11px
}

.leftnav li > ul > li.active, .leftnav li > ul > li:hover {
    background: #5f9e00
}

    .leftnav li > ul > li.active a, .leftnav li > ul > li:hover a {
        color: #fff
    }

        .leftnav li > ul > li.active a:before, .leftnav li > ul > li:hover > a:before {
            background: #fff
        }

.height10 {
    height: 10px
}

.dscollapse .clearfix, .height30 {
    height: 20px
}

.height40 {
    height: 40px
}

.height50 {
    height: 50px
}

.clear {
    clear: both;
    float: left;
    width: 100%
}

header {
    background: #007c3d;
    border-bottom: 10px solid #fff200;
    padding: 15px 0
}

.loginleft h1 {
    color: #007c3d;
    font-family: Poppins,sans-serif;
    font-size: 45px;
    font-weight: 900
}

.loginbg .footer, .loginleft h5 {
    color: #000;
    font-family: Poppins,sans-serif
}

.loginleft h5 {
    font-weight: 600;
    font-size: 35px
}

#open-profile .dropdown-item, .half-col h3, .header-menu-right ul li span, .loginright h1, .modal-title, .next-btn-ab, .top-info-bar .breadcrumbs li, .top-info-bar .top-left-info abbr {
    font-family: 'Open Sans',sans-serif
}

.loginbg .footer {
    background: 0 0;
    font-size: 12px;
    font-weight: 400
}

.login-captcha .captcha, .login-captcha .captcha-img {
    color: #3333;
    background: #ddf8e0;
    position: relative;
    float: left
}

.ab-col {
    display: inline-flex;
    align-items: center;
    height: 80vh
}

.loginright {
    border-radius: 10px;
    box-shadow: 0 0 30px #00000080
}

    .loginright h1, .modal-title {
        font-size: 25px;
        font-weight: 700;
        text-align: left
    }

.login-captcha {
    float: left;
    margin-bottom: 20px
}

    .login-captcha .captcha {
        font-size: 15px;
        border: 1px solid #50b847;
        border-radius: 7px;
        padding: 10px 15px 10px 50px;
        width: 45%;
        margin-right: 5%
    }

    .login-captcha .captcha-img {
        font-size: 15px;
        border: 1px solid #50b847;
        border-radius: 7px;
        padding: 10px;
        width: 35%;
        margin-right: 4%
    }

.container-admin {
    padding: 0 25px
}

#open-profile {
    background: #c9f7c7;
    border-radius: 0 0 5px 5px;
    position: absolute;
    right: 17px;
    top: calc(100% + 20px);
    padding: 0
}

    #open-profile .dropdown-header {
        padding: 8px 20px;
        background: #007c3d;
        border-bottom: 1px solid #fff200;
        color: #fff
    }

    #open-profile .dropdown-item {
        padding: 10px 15px;
        display: block;
        color: #000;
        font-weight: 400;
        font-size: 14px
    }

        #open-profile .dropdown-item:hover {
            text-decoration: none;
            background-color: #f8f9fa
        }

        #open-profile .dropdown-item:last-child, .dsbrdmainhead.active + .h1border, .newfullfrmbx ul.accordin-customer li ul li:last-child {
            margin-bottom: 15px
        }

        #open-profile .dropdown-item .fa {
            color: #364693;
            margin-right: 8px
        }

.profile-link {
    padding: 8px 10px 5px;
    background: #19bf2e;
    border-radius: 5px
}

    .profile-link i.fa {
        padding: 0;
        color: #fff200
    }

.header-menu-right ul li span {
    color: #9cfba8;
    font-weight: 500;
    font-size: 13px
}

    .header-menu-right ul li span i.fa {
        color: #fff200;
        font-size: 20px;
        float: left;
        margin: 0 3px 0 0
    }

.admin-header {
    padding: 7px 0;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0
}

    .admin-header .admin-logo {
        width: 200px
    }

.admin-body {
    display: table;
    margin-top: 64px
}

.top-info-bar {
    padding: 0 0 10px 30px
}

    .top-info-bar .top-left-info .fa {
        color: #000;
        font-size: 20px;
        margin-right: 5px
    }

    .top-info-bar .top-left-info abbr {
        font-size: 12px;
        font-weight: 400
    }

        .top-info-bar .top-left-info abbr strong {
            font-size: 18px;
            font-weight: 400
        }

    .top-info-bar .breadcrumbs {
        list-style: none;
        padding: 0;
        margin: 0;
        float: right
    }

        .top-info-bar .breadcrumbs li {
            display: inline-block;
            padding: 0 8px;
            position: relative;
            color: #000;
            font-size: 12px
        }

            .top-info-bar .breadcrumbs li:after {
                font-family: FontAwesome;
                content: "\f105";
                color: #000;
                font-size: 13px;
                position: absolute;
                right: -5px
            }

            .top-info-bar .breadcrumbs li:last-child:after, .webgrid-header th.thSort:first-child:before {
                display: none
            }

.newtable .modal-header .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1
}

.modal-body .newform .newfullfrmbx {
    float: none;
    width: auto
}

    .modal-body .newform .newfullfrmbx select {
        width: calc(100%);
        background: #fff;
        padding: 7px 10px;
        font-size: 14px;
        color: #333;
        border: 1px solid #e0e0e0;
        border-radius: 3px
    }

    .modal-body .newform .newfullfrmbx textarea {
        width: 100%;
        background: #fff;
        padding: 5px 10px;
        font-size: 14px;
        color: #333;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        box-sizing: border-box;
        margin: 15px 0 10px;
        min-height: 120px
    }

.pagerlist {
    display: inline-block;
    text-align: left;
    margin: 5px 0
}

    .newtable tfoot tr td a, .pagerlist a {
        background: #007a48;
        display: inline-block;
        padding: 2px 6px;
        border-radius: 3px;
        color: #fff;
        text-decoration: none;
        transition: .3s
    }

        .pagerlist a:hover {
            color: #fff;
            text-decoration: none
        }

        .newtable tfoot tr td a:hover, .pagerlist a:hover {
            background: #b21530
        }

.dashboard-container-search {
    width: 100%;
    padding: 15px;
    float: left;
    min-height: calc(100vh - 159px);
    text-align: center
}

    .dashboard-container-search .loginright {
        display: inline-block;
        float: none
    }

.half-col {
    border: 1px solid #007a48;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    height: 100%;
    padding: 0 20px 20px;
    overflow: hidden
}

    .half-col h3 {
        margin: 0 -20px 20px;
        background: #007a48;
        font-weight: 600;
        font-size: 15px;
        color: #fff;
        padding: 10px 20px
    }

    .half-col .newfullfrmbx li {
        width: 50%;
        max-width: initial
    }

.velidate-section {
    list-style: none;
    padding: 0;
    margin: 0
}

    .velidate-section li {
        width: 100%;
        display: block
    }

        .velidate-section li .velidate-field input[type=submit] {
            width: 220px;
            height: 40px;
            border-radius: 0 5px 5px 0;
            background: #007c3d;
            border: none;
            color: #fff
        }

        .velidate-section li .velidate-field .green {
            width: 220px;
            height: 40px;
            border-radius: 0 5px 5px 0;
            background: #007c3d;
            border: none;
            color: #fff;
            display: inline-block;
            text-align: center;
            line-height: 40px
        }

        .velidate-section li .velidate-field .text-ab {
            width: calc(100% - 220px);
            float: left;
            border-radius: 5px 0 0 5px;
            border: 1px solid #007c3d;
            height: 40px;
            padding: 5px 15px
        }

        .newfullfrmbx ul.accordin-customer li h4, .velidate-section li h4 {
            font-size: 14px
        }

.next-btn-ab {
    font-size: 14px;
    color: #fff;
    padding: 16px 40px;
    background: #007c3d;
    border: none;
    font-weight: 700;
    border-radius: 7px;
    float: right;
    margin-top: 40px;
    text-decoration: none !important;
    transition: .3s
}

    .next-btn-ab:hover {
        background: #1173b7;
        color: #fff
    }

.bg-gray-ab {
    background: #c9f7c773;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 20px
}

.searchfrmbx-ab {
    margin-bottom: 10px;
    position: relative;
    width: 300px;
    float: right
}

    .searchfrmbx-ab input[type=text] {
        background: #fff;
        padding: 5px 60px 5px 10px;
        font-size: 14px;
        color: #333;
        border: 1px solid #e0e0e0;
        border-radius: 15px;
        width: 100%
    }

    .searchfrmbx-ab .sbmtbtn {
        position: absolute;
        top: 0;
        right: 0
    }

span.mandatory {
    color: red
}

.ac-detail-container {
    padding: 0
}

.ac-detail-tab .nav-tabs {
    border-bottom: 1px solid #007c3d;
    background: #e0f2e2;
    padding: 8px 15px 0
}

    .ac-detail-tab .nav-tabs > li.active > a, .ac-detail-tab .nav-tabs > li.active > a:focus, .ac-detail-tab .nav-tabs > li.active > a:hover {
        border: 1px solid #007c3d;
        border-bottom-color: transparent
    }

.ac-detail-tab .nav > li > a {
    padding: 6px 15px;
    color: #333;
    font-family: Poppins,sans-serif;
    font-size: 13px
}

.ac-detail-tab .nav-tabs > li > a:hover {
    border-color: #b6e2bc
}

.ac-detail-tab .nav > li > a:focus, .ac-detail-tab .nav > li > a:hover {
    background-color: #b6e2bc
}

.ac-detail-tab .tab-content {
    padding: 0 15px 15px
}

    .ac-detail-tab .tab-content .newform {
        margin-top: 20px
    }

.service-btn ul {
    margin: 0 0 15px;
    padding: 0;
    float: right
}

    .service-btn ul li {
        list-style: none;
        float: left
    }

        .service-btn ul li a {
            background: #d1f9d5;
            padding: 6px 10px;
            font-size: 13px;
            color: #333;
            border-radius: 0;
            margin-left: 0;
            float: left;
            border: 0;
            border-left: 1px solid #007c3d;
            transition: .5s
        }

        .service-btn ul li:first-child a {
            border: 0
        }

        .service-btn ul li a:active, .service-btn ul li a:focus, .service-btn ul li a:hover {
            background: #007c3d;
            color: #fff;
            text-decoration: none
        }

.customer-ac-detail ul li {
    float: left;
    width: 50%;
    padding: 0 15px;
    list-style: none
}

    .customer-ac-detail .modal-content, .customer-ac-detail ul li label {
        display: inline-block;
        width: 100%
    }

    .customer-ac-detail ul li input, .customer-ac-detail ul li select, .customer-ac-detail ul li textarea {
        width: 100%;
        border: 1px solid #ddd;
        padding: 6px 10px;
        border-radius: 4px;
        margin-bottom: 15px
    }

.customer-ac-detail .modal-body {
    padding: 15px 0
}

.customer-ac-detail ul li.submitlist {
    text-align: center;
    width: 100%
}

    .customer-ac-detail ul li.submitlist button, .customer-ac-detail ul li.submitlist input {
        width: 110px;
        background: #34c664;
        color: #fff;
        font-weight: 700;
        text-transform: capitalize;
        border: 0
    }

    .customer-ac-detail ul li.submitlist button {
        margin-left: 8px;
        background: #e31e25
    }

.newfullfrmbx ul.accordin-customer li {
    max-width: 100%;
    position: relative
}

    .newfullfrmbx ul.accordin-customer li a {
        position: absolute;
        right: 17px;
        top: 15px;
        color: #007c3d
    }

    .newfullfrmbx ul.accordin-customer li ul {
        background: #fff;
        width: 100%;
        display: none;
        float: left
    }

        .newfullfrmbx ul.accordin-customer li ul li {
            padding: 5px 0 5px 32px;
            margin: 0
        }

            .newfullfrmbx ul.accordin-customer li ul li:before {
                content: "";
                background: #007c3d;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                display: inline-block;
                position: absolute;
                top: 11px;
                left: 14px
            }

            .newfullfrmbx ul.accordin-customer li ul li:first-child {
                margin-top: 15px
            }

.btnback a {
    padding: 5px 10px 5px 19px;
    background: #007c3d;
    color: #fff;
    font-size: 15px;
    margin-top: 14px;
    display: inline-block;
    transition: .5s;
    position: relative
}

    .btnback a:hover {
        text-decoration: none;
        background: #b21530;
        color: #fff
    }

    .btnback a .fa {
        position: absolute;
        top: 7px;
        transition: .5s;
        left: 8px
    }

    .btnback a:hover .fa {
        left: 5px
    }

#chartComplaintPieContainer, .dashboardchart {
    float: left;
    width: 50%;
    height: 370px
}

    .dashboardchart .canvasjs-chart-container, .error404bx, .error404bx h2, .error404bx p, .transaction-history, li.clear {
        width: 100%;
        float: left
    }

.error404bx {
    height: calc(100vh - 130px);
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px;
    box-shadow: 0 0 15px #bbb;
    align-content: center
}

    .error404bx h2 {
        color: #b21530;
        text-align: center;
        font-size: 60px;
        font-weight: 900;
        margin-bottom: 0
    }

    .error404bx p {
        text-align: center;
        font-size: 20px
    }

.errorurl a {
    display: inline-block;
    padding: 10px 30px;
    background: #b21530;
    color: #ff0;
    border-radius: 10px;
    font-size: 20px;
    text-decoration: none;
    transition: .5s ease-in-out;
    border: 2px solid #b21530
}

    .errorurl a:hover {
        text-decoration: none;
        background: 0 0;
        color: #b21530
    }

.transaction-history {
    background: #a6fda273;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #bbf3d6
}

.newfullfrmbx.wrapnone {
    flex-wrap: nowrap;
    justify-content: space-between
}

    .newfullfrmbx.wrapnone li label, .newfullfrmbx.wrapnone li:last-child {
        width: auto
    }

    .newfullfrmbx.wrapnone li {
        display: flex;
        justify-content: space-between
    }

        .newfullfrmbx.wrapnone li input[type=text] {
            width: calc(100% - 120px)
        }

.fadashboard {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.alert-warning, .bg-yellow, .callout.callout-warning, .label-warning, .modal-warning .modal-body {
    background-color: #dd4b39 !important
}

.header-menu-right {
    width: 770px
}

    .header-menu-right ul li sup span {
        position: absolute;
        top: -6px;
        right: 0;
        font-size: 9px;
        padding: 2px 3px;
        color: #fff
    }

    .header-menu-right ul li sup .gr, .header-menu-right ul li sup .yl {
        background-color: #80d500 !important
    }

    .header-menu-right ul li sup .rd {
        background-color: #f39c12 !important
    }

    .header-menu-right ul li sup .bl {
        background-color: #00c0ef !important
    }

.customer-accnt-dtl-mnu6 .newfullfrmbx, .customer-accnt-dtl-mnu7 .newfullfrmbx, .dashboard-container.complaintlist ul.newfullfrmbx, .newfullfrmbx.customer-acc-detail-menu5, .newfullfrmbx.dsblock {
    display: block
}

    .newfullfrmbx.dsblock input.date {
        width: calc(100% - 325px)
    }

        .newfullfrmbx.dsblock input.date + input[type=text] {
            width: 120px
        }

    .newfullfrmbx.dsblock .frmtxtarea {
        width: calc(100% - 200px)
    }

li.clear {
    clear: both;
    height: 1px;
    max-width: 100%
}

.newfullfrmbx .inputcheck, .newfullfrmbx .inputlabel {
    width: auto;
    display: inline-block;
    float: none;
    margin-right: 10px
}

.newfullfrmbx .compaincheck {
    float: right;
    width: calc(100% - 200px)
}

.dashbordbx > ul > li {
    width: 23.5%;
    margin-right: 2%;
    max-width: 280px
}

.dsbord.newfullfrmbx li input[type=text], .dsbord.newfullfrmbx li select {
    width: calc(100% - 00px)
}

.newform.manag-frm-ie .bg-gray-ab {
    margin-bottom: 0;
    float: left;
    width: 100%;
    background: #e7fbe6
}

.newform.manag-frm-ie .newfullfrmbx {
    float: left;
    width: 100%;
    background: #e7fbe6;
    margin-bottom: 20px;
    display: block
}

.toppiebx {
    border: 1px solid #bbf3d6;
    background: #a6fda273;
    margin: 15px 0;
    padding-bottom: 15px;
    padding-top: 15px
}

    .toppiebx .dashboardchart {
        border: 1px solid #abf1cd;
        box-shaodw: 0px 0px 0px #9df7c9;
        transition: .5s ease-in-out
    }

        .toppiebx .dashboardchart:hover {
            box-shadow: 0 0 15px #9df7c9
        }

.newfullfrmbx li label.dsbrdlbl {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 14px
}

.newfullfrmbx li label.opacityzero {
    opacity: 0
}

.dsbrdbmtli .sbmtbtn {
    background: url(../img/search1.png) center no-repeat #007c3d;
    font-size: 0px;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 10px
}

.dsbord.newfullfrmbx.wrapnone li {
    flex-wrap: wrap
}

.dsbord.newfullfrmbx li input[type=text] {
    padding: 0 10px
}

.dashboard.dashboardnew {
    margin-top: 0
}

.dsbrdinner {
    padding: 15px;
    color: #fff;
    position: relative;
    border-radius: 2px
}

.dsbrdcnt {
    font-size: 40px;
    font-weight: 700
}

.dsbrdhead {
    font-size: 20px
}

.dsbrdinner span {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 60px;
    color: rgba(0,0,0,.15);
    transition: 1s ease-in-out;
    transform: scale(1)
}

.dsbrdinner:hover span {
    transform: scale(1.1)
}

.linechart {
    width: 100%;
    height: 400px;
    background: #fff
}

    .linechart * {
        max-width: 100%
    }

.dscollapse {
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    background: #f0f0f0;
    border: 1px solid #e0e0e0
}

.dsbrdcollapsblesec h2 {
    position: relative;
    width: 100%;
    float: left;
    cursor: pointer;
    font-size: 26px
}

    .dsbrdcollapsblesec h2:after, .dsbrdmainhead:after {
        content: '\f077';
        width: 25px;
        height: 20px;
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(0);
        transition: .5s ease-in-out;
        font-size: 24px
    }

    .dsbrdcollapsblesec h2.active:after, .dsbrdmainhead.active:after {
        content: '\f078'
    }

.dsbrdtxt {
    position: relative;
    z-index: 1
}

.dsbrdinnertp1 {
    width: 100%;
    float: left;
    height: 115px;
    display: table;
    table-layout: fixed;
    background: #fff
}

    .dsbrdinnertp1 .dsbrdtxt, .dsbrdinnertp1 .fa {
        display: table-cell;
        vertical-align: middle
    }

    .dsbrdinnertp1 .fa {
        width: 115px;
        text-align: center;
        font-size: 40px;
        color: #fff
    }

    .dsbrdinnertp1 .dsbrdtxt {
        padding-left: 20px
    }

    .dsbrdinnertp1.blue {
        border: 1px solid #00c0ef
    }

    .dsbrdinnertp1.yllow {
        border: 1px solid #f39c12
    }

    .dsbrdinnertp1.green {
        border: 1px solid #00a65a
    }

    .dsbrdinnertp1.red {
        border: 1px solid #dd4b39
    }

.dashboardcmpsec .dscollapse {
    background: rgb(221 75 57 / 20%);
    border: 1px solid #f9a398
}

.dashboardldssec .dscollapse {
    background: rgb(0 192 239 / 20%);
    border: 1px solid #92e3f7
}

.dashboardsrvercstsec .dscollapse {
    background: rgb(243 156 18 / 20%);
    border: 1px solid #f7ca83
}

.dashboardsrvercstsec .h1border span {
    background: #f39c12
}

.dsbrdmainhead {
    position: relative;
    width: 100%;
    float: left;
    cursor: pointer
}

.dsbord.newfullfrmbx li select {
    height: 39px;
    position: relative;
    margin-top: 17px
}

.dashboardcmpsec .linechart {
    border: 1px solid #f9a398
}

.dashboardldssec .linechart {
    border: 1px solid #92e3f7
}

.dashboardsrvercstsec .linechart {
    border: 1px solid #f7ca83
}

.newtable.maxheightunset .newtable tr th:last-child {
    min-width: 93px
}

.sb-container {
    position: relative;
    overflow: hidden;
    padding-right: 10px
}

.sb-content {
    height: 100%;
    width: 120%;
    padding-right: 20%;
    overflow-y: scroll;
    box-sizing: border-box
}

.sb-scrollbar-container {
    position: absolute;
    right: 5px;
    bottom: 5px;
    top: 5px;
    width: 10px
}

.sb-container-noscroll .sb-scrollbar-container {
    right: -20px
}

.sb-scrollbar {
    position: absolute;
    right: 0;
    height: 30px;
    width: 10px;
    border-radius: 10px;
    background: rgba(50,50,50,.5)
}

    .sb-scrollbar:hover {
        background: rgba(0,0,0,.5)
    }

.container-example1 {
    height: 300px;
    width: 300px;
    max-width: 100%;
    padding: 5px 10px;
    margin: auto;
    background: #ccc
}

.newfullfrmbx li.full-list {
    margin-bottom: 20px
}

.full-list span {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center
}

    .full-list span input {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 99;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer
    }

    .full-list span strong {
        display: block;
        font-weight: 400
    }

    .full-list span input:checked + img {
        filter: invert(76%) sepia(30%) saturate(3461%) hue-rotate(321deg) brightness(98%) contrast(91%)
    }

        .full-list span input:checked + img + strong {
            color: #ef5d69
        }

.newfullfrmbx li.full-list label {
    display: flex;
    align-items: center;
    height: 100%
}

@media only screen and (max-width:1500px) {
    .custaccdtlnav .ac-detail-tab > .nav.nav-tabs {
        display: table;
        float: left;
        width: 100%
    }

        .custaccdtlnav .ac-detail-tab > .nav.nav-tabs > li {
            display: table-cell;
            text-align: center;
            float: none
        }

            .custaccdtlnav .ac-detail-tab > .nav.nav-tabs > li > a {
                display: block;
                padding: 6px 0
            }

    .customer-acc-detail-menu5 .newtable > table th {
        font-size: 11px
    }

    .newfullfrmbx.customer-acc-detail-menu5 .bg-gray-ab.accordin-customer {
        padding: 10px 0
    }
}

@media only screen and (max-width:1200px) {
    .customer-acc-detail-menu5 .newtable > table th {
        font-size: 10px
    }

    .leftnav li a span {
        padding-left: 55px
    }

    .leftnav li i {
        width: 50px
    }

    .dasboard-nav ul li {
        margin: 0 20px 20px 0;
        width: 22.7%
    }

    .dashboard-txt {
        width: 100%;
        font-size: 16px
    }

    .dasboard-nav ul li.machine-info .dashboard-icon {
        width: 160px
    }

    .dashboard-form ul li {
        margin-right: 30px
    }

    .newform {
        float: left;
        width: 94%;
        margin: 0;
        background: #ecfbeb;
        padding: 10px
    }
}

@media only screen and (max-width:1023px) {
    .login-content {
        width: 740px
    }

    .loginleft, .logintxt input {
        width: 270px
    }

    .loginright {
        padding: 40px 20px;
        width: 430px
    }

    .menuicon {
        display: block;
        padding: 10px 0;
        cursor: pointer
    }

    .leftmenu {
        position: absolute;
        left: 0;
        padding: 0;
        min-width: 100px;
        z-index: 99;
        top: 54px;
        max-width: 230px;
        width: auto
    }

    .menuicon img {
        margin-top: -5px
    }

    .leftnav {
        display: none
    }

    .logo {
        height: auto
    }

    .leftnav li a span {
        padding-left: 60px
    }

    .dashboard-container {
        width: 94%
    }

    .dasboard-nav ul li {
        width: 23.7%;
        margin: 0 10px 10px 0
    }

    .dasboard-nav {
        margin-bottom: 0
    }

    .rightcontent {
        width: 90%
    }

    .dashboard-txt {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .login-content {
        width: 100%;
        margin-left: 0;
        background: #fff;
        position: unset;
        transform: translate(0,0)
    }

    .loginleft {
        width: 100%;
        background: #fcdb00
    }

    .loginright {
        padding: 20px 5%;
        width: 90%
    }

    .login-remember-block {
        float: right;
        width: 370px
    }

    .login-body {
        padding: 20px
    }

    .dashboard-container {
        width: 96%;
        padding: 30px 2% 15px
    }

    .dashboard-form ul li.third-li {
        margin-right: 10px
    }

    .dasboard-nav ul li:nth-child(2n), .dashboard-form ul li:nth-child(2n) {
        margin-right: 0 !important
    }

    .dasboard-nav ul li {
        width: 49%;
        margin: 0 2% 10px 0
    }

    .logo {
        position: static;
        width: 100%
    }

    .header-menu-right {
        width: 330px;
        padding-top: 25px;
        float: none;
        clear: both;
        margin: 0 auto
    }

    .leftmenu, .menuicon {
        width: 100%;
        max-width: none
    }

    .header-menu-right ul {
        padding: 0
    }

    .header-top {
        max-height: inherit
    }

    .leftmenu {
        top: 151px;
        background: 0 0
    }

    .leftnav, .menuicon {
        background: #015289
    }

    .leftnav {
        width: 230px
    }

    .dashboard-form ul li {
        margin-right: 10px;
        width: 48%
    }

        .dashboard-form ul li input, .dashboard-form ul li select, .dashboard-form ul li textarea {
            width: 95%
        }

    .dasboard-nav ul li.third-li {
        margin-right: 2%
    }

    .dashboard-report {
        width: 100%;
        overflow-x: auto
    }

    .report-tbl {
        width: 100%;
        float: left;
        min-width: 767px
    }

        .report-tbl .bluebtn {
            width: auto
        }

    .add-btn, .add-btn input {
        float: left
    }
}

.headerleft img {
    margin-right: 60px;
    float: left
}

.headerleft .headerform {
    width: auto;
    float: left;
    margin-top: 5px
}

    .headerleft .headerform input[type=text] {
        padding: 3px;
        min-height: 30px
    }

    .headerleft .headerform button {
        position: relative;
        right: 10px;
        padding: 3px 7px;
        min-height: 30px
    }

@media only screen and (max-width:480px) {
    .login-remember-block {
        float: right;
        width: 100%
    }

    .login-body {
        padding: 50px 0
    }

    .loginright h1 {
        font-size: 24px
    }

    .logintxt input {
        width: 100%;
        padding: 15px 0
    }

    .dasboard-nav ul li {
        width: 100%;
        margin: 0 0 10px
    }

    .dashboard-container h1 {
        font-size: 22px
    }

    .header-menu-right {
        width: 300px
    }

        .header-menu-right ul li.username {
            padding: 5px 15px;
            font-size: 13px
        }

        .header-menu-right ul li.logout a {
            padding: 5px;
            font-size: 13px
        }

    .dashboard-container .height25 {
        height: 10px
    }

    .dashboard-form {
        margin: 20px 0 0
    }

        .dashboard-form ul li {
            width: 100%
        }

    .bluebtn, .yellowbtn {
        width: 100%;
        float: left;
        margin-bottom: 10px
    }

    .rightcontent {
        width: 90%;
        padding: 30px 5%
    }

    .dashboard-container {
        padding: 30px 4% 15px;
        width: 92%
    }

    .leftmenu, .menuicon {
        width: 100%;
        max-width: none
    }

    .dashboard-txt {
        font-size: 16px
    }

    .logo img {
        width: 200px
    }

    .leftmenu {
        top: 135px;
        background: 0 0
    }

    .leftnav, .menuicon {
        background: #015289
    }

    .leftnav {
        width: 230px
    }
}

.webgrid-header th.thSort {
    padding-right: 30px;
    position: relative
}

    .webgrid-header th.thSort:before {
        content: '\f0dc';
        font-family: FontAwesome;
        color: #fff;
        position: absolute;
        height: 30px;
        width: 16px;
        right: -2px
    }

.newtable > table th.thSort {
    padding: 5px 20px 5px 5px
}

.newtable.maxheightunset {
    max-height: unset
}

.blockUI.blockMsg.blockPage {
    z-index: 9999 !important
}

.model-login-reset ul li input, .model-login-reset ul li select, .model-login-reset ul li textarea {
    background: #ddf8e0;
    border: 1px solid #50b847;
    border-radius: 7px;
    padding: 8px 0 8px 10px;
    font-size: 16px
}

.model-login-reset ul li label {
    font-size: 16px
}

.model-login-reset ul li.submitlist button, .model-login-reset ul li.submitlist input {
    background: #007c3d;
    border: none;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    border-radius: 7px;
    padding: 13px 7px
}

.form-bottom button.green, .form-bottom button.red {
    padding: 10px 0;
    text-align: center;
    border: none;
    transition: .5s ease-in-out;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.model-login-reset .modal-content {
    border: 1px solid #50b847;
    top: 140px;
    width: 76%
}

.newfullfrmbx li {
    max-width: 47%
}

.counterlist {
    background: #007a48;
    padding: 8px;
    color: #fff;
    margin-bottom: 2px;
    width: 100%;
    display: inline-block;
    border: 1px solid #dedede;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif
}

.form-bottom button.green {
    min-width: 166px;
    border-radius: 4px;
    margin-right: 4px;
    background: #007a48
}

.form-bottom button .fa {
    margin: 0 6px;
    display: inline-block
}

.form-bottom button.red {
    background: #e31e25;
    min-width: 105px;
    border-radius: 4px;
    margin-right: 4px
}

.newform .form-bottom {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px
}

.scrollable {
    width: 100%;
    overflow-x: scroll;
    display: block
}

.divSearchInput, .find select {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px
}

.search-drop.both-search {
    position: absolute;
    visibility: visible;
    top: 40px;
    right: 0
}

.find select {
    padding: 5px;
    border: none;
    border-bottom: 1px solid #ddd
}

.divSearchInput input#txtHeaderSearch {
    border: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    padding-top: 4px
}

.divSearchInput input::placeholder {
    color: #000
}

.search-drop button#btnHeaderSearch {
    border-radius: 7px;
    background: #fff200;
    box-shadow: none;
    color: #e31e25;
    border: 2px solid #007c3d;
    font-weight: 600
}

.search-drop.both-search.cmSearch {
    border: 1px solid #fff200;
    padding: 15px;
    background: #007c3d
}

.service-btn ul#divHappyBday li a {
    background: #007c3d;
    color: #fff
}

    .service-btn ul#divHappyBday li a:hover {
        background: #b21530;
        color: #fff
    }
