/* Minification failed. Returning unminified contents.
(1506,1): run-time error CSS1019: Unexpected token, found '}'
 */
html, body {
    height: 100%;
}

body {
    background: #f5f5f5;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #737373;
    min-height: auto;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #dbeef3
}

.checkbox-grid li {
    display: block;
    float: left;
    width: 25%;
}

.fixedcontainer {
    width: 100%;
    margin: auto;
}

.fixed {
    top: 50px;
    position: fixed;
    width: auto;
    display: none;
    border: none;
}

.fixedtable {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #1ABC9C;
}

    .fixedtable th, td {
        text-align: center;
    }

    .fixedtable tbody tr:hover {
        background: #BDC3C7;
        color: #FFFFFF;
    }

.greenbg {
    background: #d7ecd1 !important;
}

.text-right {
    text-align: right !important;
}

.bg-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    z-index: 99999;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 30px;
    margin: auto;
}

.dotimage {
    width: 40px;
    height: 40px;
    background-image: url(images/loader2.gif);
    background-size: contain;
    border-radius: 100%;
    display: inline-block;
    animation: slide 1s infinite;
}



.top_100 {
    margin-top: 0px;
}

.top_110 {
    margin-top: 110px;
}

.top_130 {
    margin-top: 100px;
}

.field label {
    color: #b94442;
    font-weight: normal;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}

.login_screen {
    background: #e1e1e1;
}

.login_wrapper {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(images/power20.jpg);
    background-size: cover;
}

.login_screen .login_wrapper .nav_bar {
    z-index: 40;
    width: 100%;
    margin: auto;
    padding: 0px 0px;
}

    .login_screen .login_wrapper .nav_bar .navbar {
        z-index: 40;
        margin-bottom: 0px;
        margin-top: 0px;
        border-radius: 0px;
    }

    .login_screen .login_wrapper .nav_bar .navbar-default {
        background: #557510;
        border: 0px;
        border-top: solid 1px #bfbfbf;
    }

        .login_screen .login_wrapper .nav_bar .navbar-default .navbar-nav .open a {
            background-color: transparent;
        }

        .login_screen .login_wrapper .nav_bar .navbar-default .navbar-nav .open > li > a {
            background: #337ab7;
        }

        .login_screen .login_wrapper .nav_bar .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
        }

            .login_screen .login_wrapper .nav_bar .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
                background: #aeb934;
                color: #fff;
            }

            .login_screen .login_wrapper .nav_bar .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
                background: #fff;
                color: #333;
            }

        .login_screen .login_wrapper .nav_bar .navbar-default .navbar-nav .open .dropdown-menu > li {
            background: #fff;
            color: #333;
        }

        .login_screen .login_wrapper .nav_bar .navbar-default .navbar-nav > li > a:hover {
            background: #81ac26;
            color: #fff;
        }

        .login_screen .login_wrapper .nav_bar .navbar-default .navbar-nav > li > a:focus {
            background: #81ac26;
            color: #fff;
        }

        .login_screen .login_wrapper .nav_bar .navbar-default .navbar-nav > li > ul {
            padding: 0px;
        }

            .login_screen .login_wrapper .nav_bar .navbar-default .navbar-nav > li > ul > li > a {
                padding: 10px;
            }

                .login_screen .login_wrapper .nav_bar .navbar-default .navbar-nav > li > ul > li > a:hover {
                    background: #608c01;
                    color: #fff;
                }

                .login_screen .login_wrapper .nav_bar .navbar-default .navbar-nav > li > ul > li > a:focus {
                    background: #608c01;
                    color: #fff;
                }

    .login_screen .login_wrapper .nav_bar .container-fluid {
        margin: 0px;
        padding: 0px;
    }

    .login_screen .login_wrapper .nav_bar .navbar-collapse {
        margin: 0px;
        padding: 0px;
    }

    .login_screen .login_wrapper .nav_bar .nav > li > a {
        text-align: center;
        padding: 15px 15px;
        border-right: solid 1px #bfbfbf;
        color: #fff;
    }

    .login_screen .login_wrapper .nav_bar .nav > li:last-child > a {
        border: 0px;
    }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin: 0px;
}


.login_wrapper .content_panel {
    width: 650px;
    height: 100px;
    left: 100px;
    position: relative;
}

    .login_wrapper .content_panel .logo {
        width: 100%;
        text-align: center
    }

    .login_wrapper .content_panel .logo_name {
        font-size: 27px;
        line-height: 25px;
        font-weight: 500;
        text-align: center;
        margin-top: 20px;
    }

        .login_wrapper .content_panel .logo_name span {
            font-weight: 300;
            display: block;
            font-size: 20px;
        }

    .login_wrapper .content_panel .content {
        width: 650px;
        text-align: Center;
        margin: 0 auto;
        margin-top: 20px;
        color: #555;
    }

.login_wrapper .buyer_link {
    width: 405px;
    position: absolute;
    right: 80px;
    padding: 30px;
    top: 50%;
    margin-top: -280px;
    text-align: center;
    color: #737373;
}

    .login_wrapper .buyer_link a {
        color: rgb(115, 115, 115);
    }

.login_wrapper .login_window {
    z-index: 50;
    width: 405px;
    position: absolute;
    right: 80px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 30px;
    top: 44%;
    margin-top: -210px;
}

    .login_wrapper .login_window h1 {
        font-size: 18px;
        text-align: center;
        padding: 0px;
        margin: 0px;
        margin-bottom: 40px;
    }

    .login_wrapper .login_window .field {
        width: 100%;
        margin-bottom: 60px;
        font-size: 17px;
        color: #737373;
        position: relative
    }

        .login_wrapper .login_window .field input {
            border: 0px;
            border-bottom: solid 1px #bfbfbf;
            width: 100%;
            padding: 10px;
            padding-left: 40px;
            color: #737373;
        }

            .login_wrapper .login_window .field input:focus {
                border-bottom: solid 1px #608c01;
            }

        .login_wrapper .login_window .field i {
            position: Absolute;
            top: 14px;
            left: 12px;
        }

    .login_wrapper .login_window .button {
        width: 100%;
        padding-top: 40px;
    }

        .login_wrapper .login_window .button input {
            width: 100%;
            border-radius: 10px;
            background: #337ba7;
            color: #fff;
            text-transform: uppercase;
            border: 0px;
            padding: 15px;
        }

.buyer_wrapper {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(images/power20.jpg);
    background-size: cover;
}

    .buyer_wrapper .buyer_window {
        width: 90%;
        background: #fff;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
        border-radius: 10px;
        padding: 30px;
        margin: 100px auto;
    }

        .buyer_wrapper .buyer_window h1 {
            font-size: 18px;
            text-align: center;
            padding: 0px;
            margin: 0px;
            margin-bottom: 40px;
        }

        .buyer_wrapper .buyer_window .field {
            width: 100%;
            margin-bottom: 60px;
            font-size: 17px;
            color: #737373;
            position: relative
        }

            .buyer_wrapper .buyer_window .field input {
                border: 0px;
                border-bottom: solid 1px #bfbfbf;
                width: 100%;
                padding: 10px;
                padding-left: 40px;
                color: #737373;
            }

                .buyer_wrapper .buyer_window .field input:focus {
                    border-bottom: solid 1px #608c01;
                }

            .buyer_wrapper .buyer_window .field i {
                position: Absolute;
                top: 14px;
                left: 12px;
            }

        .buyer_wrapper .buyer_window .button {
            width: 160px;
            padding-top: 0px;
            margin: auto
        }

            .buyer_wrapper .buyer_window .button input {
                width: 100%;
                border-radius: 10px;
                background: #337ba7;
                color: #fff;
                text-transform: uppercase;
                border: 0px;
                padding: 15px;
            }

        .buyer_wrapper .buyer_window ul {
            list-style-type: none;
            padding: 0
        }

        .buyer_wrapper .buyer_window li {
            width: 49%;
            padding-left: 10%;
            margin: 0px;
            float: left;
        }

            .buyer_wrapper .buyer_window li:first-child {
                border-right: solid 1px #608c01;
            }

            .buyer_wrapper .buyer_window li a {
                color: #337ab7
            }


button:disabled {
    background: #999999;
}

button[disabled] {
    background: #999999;
}

.top_panel {
    width: 100%;
    display: table;
    height: 168px;
}

    .top_panel .header {
        background: #fff;
        padding: 0px;
        width: 100%;
        display: table;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
        position: absolute;
    }

    .top_panel .header_login {
        background: rgba(255,255,255,0.35);
        padding: 0px;
        width: 100%;
        display: table;
        position: absolute;
        z-index: 30
    }

        .top_panel .header_login .logo_panel {
            width: 600px;
            float: left;
            padding: 10px;
        }

            .top_panel .header_login .logo_panel .logo {
                width: 63px;
                height: 78px;
                float: left;
                margin-right: 15px;
            }

    .top_panel .header .logo_panel {
        width: 600px;
        float: left;
        padding: 10px;
    }

        .top_panel .header .logo_panel .logo {
            width: 63px;
            height: 78px;
            float: left;
            margin-right: 15px;
        }

        .top_panel .header .logo_panel .logo_name {
            float: left;
            font-size: 15px;
            font-weight: 500;
            padding: 15px;
            font-size: 20px;
            line-height: 20px;
        }

            .top_panel .header .logo_panel .logo_name span {
                display: block;
                font-weight: 300;
                font-size: 14px;
            }

    .top_panel .header .right_panel {
        float: right;
        padding: 10px;
    }

        .top_panel .header .right_panel .user {
            float: left;
            background: #ccc;
            width: 40px;
            height: 40px;
            border-radius: 40px;
            font-size: 25px;
            color: #fff;
            text-align: center;
            padding: 7px;
            margin: 17px;
        }

        .top_panel .header .right_panel .user_name {
            font-size: 15px;
            font-size: 500;
            float: left;
            padding: 17px 10px;
        }

            .top_panel .header .right_panel .user_name a {
                font-size: 300;
                display: block;
                color: #608c01;
                text-decoration: underline
            }

    .top_panel .header .nav_bar {
        z-index: 1;
    }

    .top_panel .header .nav_bar {
        width: 100%;
        display: table;
    }

        .top_panel .header .nav_bar .navbar {
            z-index: 1;
            margin-bottom: 0px;
            margin-top: 0px;
            border-radius: 0px;
        }

        .top_panel .header .nav_bar .navbar-default {
            background: #337ab7;
            border: 0px;
            border-top: solid 1px #bfbfbf;
        }

            .top_panel .header .nav_bar .navbar-default .navbar-nav .open a {
                background-color: transparent;
            }

            .top_panel .header .nav_bar .navbar-default .navbar-nav .open > li > a {
                background: #337ab7;
            }

            .top_panel .header .nav_bar .navbar-default .navbar-nav .open .dropdown-menu > li > a {
                color: #333;
            }

                .top_panel .header .nav_bar .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
                    background: #608c01;
                    color: #fff;
                }

                .top_panel .header .nav_bar .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
                    background: #fff;
                    color: #333;
                }

            .top_panel .header .nav_bar .navbar-default .navbar-nav .open .dropdown-menu > li {
                background: #fff;
                color: #333;
            }

            .top_panel .header .nav_bar .navbar-default .navbar-nav > li > a:hover {
                background: #608c01;
                color: #fff;
            }

            .top_panel .header .nav_bar .navbar-default .navbar-nav > li > a:focus {
                background: #608c01;
                color: #fff;
            }

            .top_panel .header .nav_bar .navbar-default .navbar-nav > li > ul {
                padding: 0px;
            }

                .top_panel .header .nav_bar .navbar-default .navbar-nav > li > ul > li > a {
                    padding: 10px;
                }

                    .top_panel .header .nav_bar .navbar-default .navbar-nav > li > ul > li > a:hover {
                        background: #608c01;
                        color: #fff;
                    }

                    .top_panel .header .nav_bar .navbar-default .navbar-nav > li > ul > li > a:focus {
                        background: #608c01;
                        color: #fff;
                    }

        .top_panel .header .nav_bar .container-fluid {
            margin: 0px;
            padding: 0px;
        }

        .top_panel .header .nav_bar .navbar-collapse {
            margin: 0px;
            padding: 0px;
        }

        .top_panel .header .nav_bar .nav > li > a {
            text-align: center;
            padding: 15px 35px;
            border-right: solid 1px #bfbfbf;
            color: #fff;
        }

        .top_panel .header .nav_bar .nav > li:last-child > a {
            border: 0px;
        }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin: 0px;
}

#exportdiv > a:hover {
    background: #608c01;
    color: #fff;
}

#exportdiv > a:focus {
    background: #608c01;
    color: #fff;
}

#exportdiv > ul {
    padding: 0px;
}

    #exportdiv > ul > li > a {
        padding: 10px;
    }

        #exportdiv > ul > li > a:hover {
            background: #608c01;
            color: #fff;
        }

        #exportdiv > ul > li > a:focus {
            background: #608c01;
            color: #fff;
        }

.affix {
    position: fixed;
    top: 0;
    z-index: 30;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.footer_panel {
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

    .footer_panel .footer1 {
        font-size: 15px;
        padding: 12px 11px;
        padding-bottom: 0px;
    }

.bottom_panel {
    height: 100%;
    position: relative;
}

    .bottom_panel .footer {
        font-size: 12px;
        text-align: left;
        padding: 10px 15px;
        width: 100%;
        /* height:70px;    Height of the footer */
    }

        .bottom_panel .footer a {
            color: #337ab7;
            /* height:70px;    Height of the footer */
        }

.button_wrapper .footer {
    z-index: -1;
}

.bottom_panel .heading {
    font-size: 25px;
    padding: 20px 30px;
    padding-bottom: 0px;
}

    .bottom_panel .heading a {
        font-size: 15px;
        float: right;
        color: #fff;
        border: solid 1px #337ab7;
        padding: 5px 12px;
        text-decoration: none;
        border-radius: 5px;
        background: #337ab7;
        right: 10px;
    }

        .bottom_panel .heading a:hover {
            color: #fff;
            border: solid 1px #608c01
        }

.bottom_panel .data_panel {
    background: #fff;
    margin-top: 20px;
    padding: 0px;
    position: relative;
    display: table;
    width: 100%
}

    .bottom_panel .data_panel .inner_panel {
        width: 100%;
    }

        .bottom_panel .data_panel .inner_panel th {
            font-weight: 500;
            font-size: 13px;
            /* white-space: nowrap; */
            max-width: 300px;
            background: #64a5de;
            color: #fff;
        }
/* background: #a8931d; */
            .bottom_panel .data_panel .inner_panel th.flybottomcons {
                background: #a8931d;
                color: #fff;
            }


.bottom_panel .data_panel .inner_panel .flybottomth th {
    font-weight: 500;
    font-size: 13px;
    white-space: nowrap;
    background: #a8931d;
    color: #fff
}


.bottom_panel .data_panel .inner_panel .total th {
    font-weight: 500;
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    background: #5C9434;
    color: #fff
}

        .bottom_panel .data_panel .inner_panel td {
            font-size: 13px;
        }

            .bottom_panel .data_panel .inner_panel td a {
                color: #608c01;
                font-size: 15px;
                margin-left: 5px
            }

.form_panel {
    max-width: 800px;
    margin: 0 auto;
}

    .form_panel .heading_form {
        font-size: 20px;
        padding: 20px 10px;
    }

        .form_panel .heading_form a {
            font-size: 15px;
            float: right;
            color: #fff;
            border: solid 1px #337ab7;
            padding: 5px 12px;
            text-decoration: none;
            border-radius: 5px;
            background: #337ab7
        }

            .form_panel .heading_form a:hover {
                background: #608c01;
                color: #fff;
                border: solid 1px #608c01
            }

    .form_panel .form_table {
        border: 1px #bec3c8 solid;
        display: table;
        width: 100%;
    }

        .form_panel .form_table .field_row {
            display: table;
            border-bottom: 1px #bec3c8 solid;
            position: relative;
            width: 100%;
        }

        .form_panel .form_table .row {
            margin: 0px;
        }

        .form_panel .form_table .field_row {
            background: #c7dcef;
        }

            .form_panel .form_table .field_row .title {
                background: #c7dcef;
                padding: 13px 13px;
                color: #32373c;
                font-size: 14px;
                font-weight: 500;
                font-size: 14px;
            }

            .form_panel .form_table .field_row .field {
                background: #fff;
                padding-left: 0px;
                padding-right: 0px;
            }

                .form_panel .form_table .field_row .field textarea {
                    display: block;
                    padding: 12px 9px;
                    color: #a9a9a9;
                    line-height: 1.5;
                    background-color: transparent !important;
                    border: 0px;
                    height: 115px;
                    font-size: 14px;
                    width: 100%
                }

                .form_panel .form_table .field_row .field .btn {
                    display: block;
                    padding: 12px 9px;
                    color: #a9a9a9;
                    line-height: 1.5;
                    background-color: transparent !important;
                    border: 0px;
                    text-align: left;
                    font-size: 14px;
                    width: 100%
                }

                    .form_panel .form_table .field_row .field .btn i {
                        float: right;
                        margin-top: 5px;
                    }

                .form_panel .form_table .field_row .field .dropdown-menu {
                    width: 100%
                }

                    .form_panel .form_table .field_row .field .dropdown-menu input {
                        width: auto;
                    }

                    .form_panel .form_table .field_row .field .dropdown-menu li a {
                        color: #fff
                    }

                .form_panel .form_table .field_row .field input {
                    display: block;
                    padding: 12px 9px;
                    color: #a9a9a9;
                    line-height: 1.5;
                    border: 0px;
                    font-size: 14px;
                    width: 100%
                }

                .form_panel .form_table .field_row .field select {
                    display: block;
                    padding: 12px 9px;
                    color: #a9a9a9;
                    height: 46px;
                    background-color: transparent !important;
                    border: 0px;
                    font-size: 14px;
                    width: 100%
                }

                .form_panel .form_table .field_row .field .form-control {
                    height: 46px;
                    box-shadow: 0px 0px 0px
                }

                .form_panel .form_table .field_row .field .input-group-addon {
                    background-color: transparent;
                    border: 0px solid #ccc;
                    border-radius: 0px;
                }

.bottom_panel .button_wrapper {
    background: #fff;
    padding: 7px 35px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5)
}

    .bottom_panel .button_wrapper .btn {
        padding: 10px 25px;
    }

.form_filter {
    background: #eee;
    display: table;
    padding: 15px;
    margin: 0px 0px;
    border: solid 0px #bfbfbf;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    width: 100%;
    position: relative;
}

    .form_filter h1 {
        padding: 0px;
        margin: 0px;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .form_filter select {
        width: 100%;
        padding: 7px;
        border-radius: 4px;
    }

    .form_filter input {
        width: 100%;
        padding: 6px;
        border-radius: 4px;
        border: 1px solid #a9a9a9
    }

    .form_filter .radio + .radio {
        margin-top: 10px !important;
    }

    .form_filter a {
        color: #337ab7;
    }

    .form_filter .title {
        padding: 5px;
    }

.form_area {
    width: 100%;
    margin: 0 auto;
}

    .form_area .heading_form {
        font-size: 20px;
        padding: 20px 10px;
    }

        .form_area .heading_form a {
            font-size: 15px;
            float: right;
            color: #fff;
            border: solid 1px #337ab7;
            padding: 5px 12px;
            text-decoration: none;
            border-radius: 5px;
            background: #337ab7
        }

            .form_area .heading_form a:hover {
                background: #608c01;
                color: #fff;
                border: solid 1px #608c01
            }

    .form_area .gallery_heading {
        background: #000;
        font-size: 20px;
        padding: 20px 10px;
        color: #fff
    }

.col-group > div {
    padding: 1em 1em 0;
}

.col-group {
}

    .col-group > a {
        float: left;
        width: 50%;
        height: 200px;
        border: solid 1pt #337ab7;
        padding-top: 8%;
    }

.form_area .gallery_content {
    background: #eee;
    border-top: 1px none#999;
    padding: 0% 0%;
    text-align: center;
    color: #fff;
}

    .form_area .gallery_content .gallery-section {
        text-transform: uppercase;
        color: #333;
        background: #ddd;
        padding-bottom: 20px;
    }

        .form_area .gallery_content .gallery-section .gallery-title {
            color: #fff;
            text-align: left;
            background: #557510;
            font-size: 15px;
            padding: 15px 50px;
            margin-bottom: 20px;
        }

        .form_area .gallery_content .gallery-section .gallery {
            margin: 10px 28px;
            border: 1px solid #ccc;
            float: left;
        }

            .form_area .gallery_content .gallery-section .gallery img {
                max-height: 200px;
                width: 100%;
                object-fit: cover;
            }

            .form_area .gallery_content .gallery-section .gallery:hover {
                border: 1px solid #777;
            }



.form_area .form_data {
    border: solid 1px #ccc;
    background: #c7dcef;
    padding: 15px;
    display: table;
    width: 100%
}

    .form_area .form_data .title {
        padding: 5px;
        font-size: 13px;
    }

    .form_area .form_data .field {
        float: left;
        margin-left: 10px;
        width: 390px
    }

        .form_area .form_data .field select {
            width: 100%;
            padding: 7px;
            border-radius: 4px;
        }

        .form_area .form_data .field input {
            width: 100%;
            padding: 7px;
            border-radius: 4px;
            border: solid 1px #bfbfbf;
        }

    .form_area .form_data .for_month select {
        width: 47%;
        margin-left: 5px;
    }

.disabledinput {
    width: 100%;
    height: 37px;
    padding: 7px;
    border-radius: 4px;
    border: solid 1px #a9a9a9;
    background: #e1e1e5
}

.disabledinput2 {
    background: #e1e1e5 !important
}

.infomessage {
    color: green;
}

.errormessage {
    color: red;
}

.errorborder {
    border: solid 2px #ff0000 !important;
}

input[type=text]:disabled {
    background: #e1e1e5
}

input[type=number]:disabled {
    background: #e1e1e5
}

.form_data_2 {
    border: solid 1px #ccc;
    background: #fff;
    padding: 0px;
    width: 100%;
}

    .form_data_2 th {
        font-weight: 500;
        font-size: 13px;
        white-space: nowrap;
        background: #337ab7;
        color: #fff
    }

        .form_data_2 th:first-child {
            width: 50px;
        }

    .form_data_2 .table-responsive {
        margin-bottom: 0px;
    }

    .form_data_2 td a {
        color: #608c01;
        font-size: 15px;
        margin-left: 5px
    }

    .form_data_2 td input {
        width: 100%;
        padding: 7px;
        border-radius: 4px;
        border: solid 1px #bfbfbf;
    }

.imagepreview {
    float: left;
}

.inputnoformat {
    width: 100px !important;
    float: left;
    padding: 0px !important;
    border-radius: 0px !important;
    border: none !important;
}

.form_data_2 td input[type=radio ] {
    width: 28px;
}

.form_data_2 td select {
    width: 100%;
    padding: 7px;
    border-radius: 4px;
    border: solid 1px #bfbfbf;
}

.form_data_3_c {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 0px;
    margin-top: 50px;
    margin-bottom: 100px
}

.form_data_3 {
    border: solid 1px #ccc;
    width: 550px;
    margin: 0 auto;
    background: #fff;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 20px
}

    .form_data_3 table {
        margin-bottom: 0px;
    }

    .form_data_3 td:first-child {
        width: 300px;
    }

    .form_data_3 td input {
        width: 100%;
        padding: 7px;
        border-radius: 4px;
        border: solid 1px #bfbfbf;
    }

.form_data_4 {
    border: solid 1px #ccc;
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 20px
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

.spacer {
    width: 100%;
    height: 10px;
}

.remove_flex {
    display: block !important;
}

    .remove_flex .data_panel {
        overflow: hidden;
    }

.clear {
    clear: both;
}

.cleargallery {
    clear: both;
}

.margin_right_10 {
    margin-right: 10px;
}

/* Custom Checkbox and Radio Button*/
.checkbox {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

    .checkbox label:after, .radio label:after {
        content: '';
        display: table;
        clear: both;
    }

    .checkbox .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #a9a9a9;
        border-radius: .2em;
        width: 1em;
        height: 1em;
        float: left;
        margin-right: .5em;
        background: #fff
    }

.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .2em;
    width: 1.2em;
    height: 1.2em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon, .radio .cr .cr-icon {
        position: absolute;
        font-size: .6em;
        line-height: 0;
        top: 50%;
        left: 11%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.1em;
    }

.checkbox label {
    padding-left: 0px !important;
    font-weight: 300
}

    .checkbox label input[type="checkbox"], .radio label input[type="radio"] {
        display: none !important;
    }

        .checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
            transform: scale(3) rotateZ(-20deg);
            opacity: 0;
            transition: all .3s ease-in;
        }

        .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
            transform: scale(1) rotateZ(0deg);
            opacity: 1;
        }

        .checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
            opacity: .5;
        }
/* Custom Checkbox and Radio Button*/


.topbarheading {
    float: left;
    margin-top: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .topbarheading h2 {
        color: #000;
        font-size: 18px;
        margin-top: 0px;
    }

.logo2 {
    padding: 10px;
}

.bottomfootercounter {
    height: 56px;
    position: absolute;
    float: left;
    z-index: 10;
    bottom: 56px;
    padding-top: 15px;
    color: #fff;
    background: rgba(100, 50, 0, 0.63);
    width: 100%;
}

.bottomfooter {
    position: absolute;
    float: left;
    z-index: 10000;
    bottom: 0%;
    padding-top: 15px;
    color: #fff;
    background: rgba(85, 117, 16, 0.93);
    width: 100%;
}

.table tbody tr th {
    text-align: left;
}

/* Move it (define the animation) */
@-moz-keyframes scrolltext {
    0% {
        -moz-transform: translateX(70%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scrolltext {
    0% {
        -webkit-transform: translateX(70%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scrolltext {
    0% {
        -moz-transform: translateX(70%);
        /* Firefox bug fix */
        -webkit-transform: translateX(70%);
        /* Firefox bug fix */
        transform: translateX(70%);
    }

    100% {
        -moz-transform: translateX(-100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(-100%);
        /* Firefox bug fix */
        transform: translateX(-100%);
    }
}


@media screen and (max-width: 1024px) {
    @-moz-keyframes scrolltext {
        0% {
            -moz-transform: translateX(100%);
        }

        100% {
            -moz-transform: translateX(-100%);
        }
    }

    @-webkit-keyframes scrolltext {
        0% {
            -webkit-transform: translateX(100%);
        }

        100% {
            -webkit-transform: translateX(-100%);
        }
    }

    @keyframes scrolltext {
        0% {
            -moz-transform: translateX(100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(100%);
            /* Firefox bug fix */
            transform: translateX(100%);
        }

        100% {
            -moz-transform: translateX(-100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(-100%);
            /* Firefox bug fix */
            transform: translateX(-100%);
        }
    }
}

@media screen and (min-width: 1150px) and (max-width: 1280px) {
    .login_screen .login_wrapper .nav_bar {
        font-size: 15px;
    }

    .login_wrapper .content_panel {
        width: 550px;
        height: 100px;
        left: 100px;
        position: relative;
    }

        .login_wrapper .content_panel .content {
            width: 550px;
            text-align: Center;
            margin: 0 auto;
            margin-top: 20px;
        }

    .login_wrapper .login_window {
        width: 405px;
        position: absolute;
        right: 50px;
        background: #fff;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
        border-radius: 10px;
        padding: 30px;
        top: 56%;
        margin-top: -210px;
    }

    .top_panel .header .nav_bar .nav > li > a {
        padding: 15px 24px;
    }

    .form_area .form_data .field {
        float: left;
        margin-left: 10px;
        width: 310px
    }

    .form_data_3 {
        width: 490px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1149px) {
    .login_screen .login_wrapper .nav_bar {
        font-size: 12px;
    }

    .login_wrapper .content_panel {
        width: 500px;
        height: 100px;
        left: 100px;
        position: relative;
    }

        .login_wrapper .content_panel .content {
            width: 500px;
            text-align: Center;
            margin: 0 auto;
            margin-top: 20px;
        }

    .login_wrapper .login_window {
        width: 355px;
        position: absolute;
        right: 50px;
        background: #fff;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
        border-radius: 10px;
        padding: 30px;
        top: 56%;
        margin-top: -210px;
    }

    .top_panel .header .nav_bar .nav > li > a {
        padding: 15px 13px;
    }

    .form_area .form_data .field {
        float: left;
        margin-left: 10px;
        width: 310px
    }

    .form_data_2 {
        border: solid 1px #ccc;
        background: #fff;
        padding: 0px;
        width: 100%;
        overflow-x: scroll;
    }

    .form_data_3 {
        width: 440px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1023px) {
    .login_screen .login_wrapper .nav_bar {
        font-size: 12px;
    }

    .login_wrapper .content_panel {
        width: 500px;
        height: 100px;
        left: 100px;
        position: relative;
    }

    .login_wrapper .login_window {
        width: 355px;
        position: absolute;
        right: 30px;
        background: #fff;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
        border-radius: 10px;
        padding: 30px;
        top: 56%;
        margin-top: -210px;
    }

    .top_panel .header .nav_bar .nav > li > a {
        padding: 15px 10px;
    }

    .form_area .form_data .field {
        float: left;
        margin-left: 10px;
        width: 300px
    }

    .form_data_2 {
        border: solid 1px #ccc;
        background: #fff;
        padding: 0px;
        width: 100%;
        overflow-x: scroll;
    }

    .form_data_3 {
        width: 400px;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .login_screen .login_wrapper .nav_bar {
        font-size: 10px;
    }

        .login_screen .login_wrapper .nav_bar .nav > li > a {
            text-align: center;
            padding: 15px 8px;
            border-right: solid 1px #bfbfbf;
            color: #fff;
        }

    .login_wrapper {
        background: #fff;
        padding-right: 0px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(images/power20.jpg);
        background-size: cover;
    }

        .login_wrapper .content_panel {
            width: 100%;
            top: 0%;
            left: 30px;
            position: relative;
            display: table
        }

            .login_wrapper .content_panel .content {
                width: 500px;
                text-align: Center;
                margin: 0 auto;
                margin-top: 20px;
                display: none;
            }

        .login_wrapper .login_window {
            width: 80%;
            position: relative;
            right: 0px;
            background: #fff;
            box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
            border-radius: 10px;
            padding: 30px;
            top: 0%;
            margin: 0 auto;
            margin-top: 30px;
        }

            .login_wrapper .login_window h1 {
                font-size: 18px;
                text-align: center;
                padding: 0px;
                margin: 0px;
                margin-bottom: 50px;
            }

            .login_wrapper .login_window .field {
                width: 100%;
                margin-bottom: 40px;
                font-size: 17px;
                color: #737373;
                position: relative
            }

                .login_wrapper .login_window .field input {
                    border: 0px;
                    border-bottom: solid 1px #bfbfbf;
                    width: 100%;
                    padding: 10px;
                    padding-left: 40px;
                    color: #737373;
                }

                    .login_wrapper .login_window .field input:focus {
                        border-bottom: solid 1px #608c01;
                    }

                .login_wrapper .login_window .field i {
                    position: Absolute;
                    top: 14px;
                    left: 12px;
                }

            .login_wrapper .login_window .button {
                width: 100%;
                padding-top: 20px;
            }

                .login_wrapper .login_window .button input {
                    width: 100%;
                    border-radius: 10px;
                    background: #337ba7;
                    color: #fff;
                    text-transform: uppercase;
                    border: 0px;
                    padding: 15px;
                }

    .top_panel .header .logo_panel {
        width: 450px;
        float: left;
    }

    .top_panel .header .nav_bar .nav > li > a {
        padding: 12px 6px;
        font-size: 12px;
    }

    .top_panel .header .nav_bar .navbar {
        min-height: auto;
    }

    .form_area .form_data {
        padding: 10px;
    }

        .form_area .form_data .field {
            float: left;
            margin-left: 10px;
            width: 220px
        }

    .form_data_2 {
        border: solid 1px #ccc;
        background: #fff;
        padding: 0px;
        width: 100%;
        overflow-x: scroll;
    }

    .form_area .form_data .field {
        width: 229px;
    }

    .form_data_3 {
        width: 500px;
    }

        .form_data_3 td:first-child {
            width: 200px;
        }

    .bottom_panel .footer {
        display: none;
    }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
    .top_100 {
        margin-top: 0px;
    }

    .login_wrapper {
        background: #fff;
        padding-right: 0px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(images/power20.jpg);
        background-size: cover;
    }

        .login_wrapper .content_panel {
            width: 100%;
            top: 0%;
            margin-top: 0px;
            left: 0px;
            position: relative;
            display: table
        }

            .login_wrapper .content_panel .content {
                width: 500px;
                text-align: Center;
                margin: 0 auto;
                margin-top: 20px;
                display: none;
            }

        .login_wrapper .buyer_link {
            width: 80%;
            position: relative;
            right: 0px;
            background: #fff;
            box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
            border-radius: 10px;
            padding: 30px;
            top: 0%;
            margin: 0 auto;
            margin-top: 60px;
            margin-bottom: 20px;
        }

        .login_wrapper .login_window {
            width: 80%;
            position: relative;
            right: 0px;
            background: #fff;
            box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
            border-radius: 10px;
            padding: 30px;
            top: 0%;
            margin: 0 auto;
            margin-top: 30px;
        }

    .top_panel {
        width: 100%;
        display: table;
    }

        .top_panel .header {
            background: #fff;
            padding: 0px;
            width: 100%;
            display: table;
            box-shadow: 0px 0px 5px rgba(0,0,0,0.5)
        }

            .top_panel .header .logo_panel {
                width: 270px;
                float: left;
            }

                .top_panel .header .logo_panel .logo {
                    width: 63px;
                    height: 74px;
                    float: left;
                    margin-right: 8px;
                }

                .top_panel .header .logo_panel .logo_name {
                    float: left;
                    font-size: 15px;
                    width: 170px;
                    font-weight: 500;
                    padding: 6px 15px;
                }

                    .top_panel .header .logo_panel .logo_name span {
                        display: block;
                        font-weight: 300;
                    }

            .top_panel .header .right_panel {
                float: none;
                width: 100%;
                display: table;
                padding: 0px;
                height: 10px;
            }

                .top_panel .header .right_panel .user {
                    display: none;
                    float: left;
                    background: #ccc;
                    width: 40px;
                    height: 40px;
                    border-radius: 40px;
                    font-size: 25px;
                    color: #fff;
                    text-align: center;
                    padding: 7px;
                    margin: 17px 5px;
                }

                .top_panel .header .right_panel .user_name {
                    font-size: 15px;
                    font-size: 500;
                    float: left;
                    padding: 5px;
                    text-align: center;
                    width: 100%;
                    border-top: solid 1px #bfbfbf;
                }

                    .top_panel .header .right_panel .user_name a {
                        font-size: 300;
                        display: inline-block;
                        color: #608c01;
                        text-decoration: underline;
                        margin-left: 10px;
                    }

            .top_panel .header .nav_bar .navbar-default .navbar-nav {
                margin-left: 0px;
                margin-right: 0px;
            }

    .bottom_panel {
        display: flex;
        flex-flow: column;
        height: 100%;
        position: relative;
    }

        .bottom_panel .heading {
            font-size: 25px;
            padding: 20px 20px;
            padding-bottom: 0px;
        }

        .bottom_panel .footer {
            display: none;
        }

    .col-height {
        display: table;
        width: 100%;
        float: none;
        height: 100%;
        vertical-align: top
    }

    .form_filter h1 {
        padding: 0px;
        margin: 0px;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .form_filter select {
        width: 100%;
        padding: 7px;
        border-radius: 4px;
    }

    .form_filter input {
        width: 100%;
        padding: 6px;
        border-radius: 4px;
        border: 1px solid #a9a9a9
    }

    .form_filter .col-sm-5 {
        padding-bottom: 10px;
    }

    .form_filter .col-sm-4 {
        padding-bottom: 10px;
    }

    .form_filter .col-sm-3 {
        padding-bottom: 10px;
    }

    .form_filter .col-sm-2 {
        padding-bottom: 10px;
    }

    .form_filter .col-sm-1 {
        padding-bottom: 10px;
    }

    .form_filter .col-sm-2 .btn {
        width: 100%;
    }

    .form_area .form_data {
        padding: 10px;
    }

        .form_area .form_data .field {
            float: left;
            margin-left: 10px;
            width: 220px
        }

    .form_data_2 {
        border: solid 1px #ccc;
        background: #fff;
        padding: 0px;
        width: 100%;
        overflow-x: scroll;
    }

    .form_area .form_data .field {
        width: 229px;
    }

    .form_data_3 {
        width: 500px;
    }

        .form_data_3 td:first-child {
            width: 200px;
        }

    .clear {
        display: none;
    }

    .buyer_wrapper .buyer_window li {
        width: 99%;
        padding: 5%;
        margin: 0px;
        float: left;
        border-right: none;
        border-bottom: solid 1px #608c01;
    }

        .buyer_wrapper .buyer_window li:first-child {
            border-right: none 1px #608c01;
        }

        .buyer_wrapper .buyer_window li:last-child {
            border-right: none;
            border-bottom: none 1px #608c01;
        }

    .logo2 img {
        height: 50px;
        float: left;
        margin-left: -20px;
    }

    .topbarheading {
        margin-top: 0px;
    }

        .topbarheading h2 {
            color: #000;
            line-height: 14px;
            text-align: left;
            padding-left: 10px;
            padding-top: 0px;
        }
}

@media screen and (min-width: 320px) and (max-width: 539px) {
    .top_100 {
        margin-top: 0px;
    }

    .top_110 {
        margin-top: 235px;
    }

    .top_130 {
        margin-top: 290px;
    }

    .login_wrapper {
        background: #fff;
        padding-right: 0px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(images/power20.jpg);
        background-size: cover;
    }

        .login_wrapper .content_panel {
            width: 100%;
            top: 0%;
            margin-top: 0px;
            left: 0px;
            position: relative;
            display: table
        }

            .login_wrapper .content_panel .logo {
                width: 100%;
                height: 68px;
                text-align: center
            }

                .login_wrapper .content_panel .logo img {
                    height: 100%;
                    margin: 5px auto;
                    display: block;
                }

            .login_wrapper .content_panel .logo_name {
                font-size: 13px;
                font-weight: 500;
                text-align: center;
                margin-top: 20px;
            }

                .login_wrapper .content_panel .logo_name span {
                    font-weight: 300;
                    display: block;
                }

            .login_wrapper .content_panel .content {
                width: 500px;
                text-align: Center;
                margin: 0 auto;
                margin-top: 20px;
                display: none;
            }

        .login_wrapper .buyer_link {
            width: 90%;
            position: relative;
            right: 0px;
            background: #fff;
            box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
            border-radius: 10px;
            padding: 30px;
            top: 0%;
            margin: 0 auto;
            margin-top: 30px;
            margin-bottom: 20px;
        }

        .login_wrapper .login_window {
            width: 90%;
            position: relative;
            right: 0px;
            background: #fff;
            box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
            border-radius: 10px;
            padding: 30px;
            top: 0%;
            margin: 0 auto;
            margin-top: 30px;
        }

            .login_wrapper .login_window h1 {
                font-size: 18px;
                text-align: center;
                padding: 0px;
                margin: 0px;
                margin-bottom: 50px;
            }

            .login_wrapper .login_window .field {
                width: 100%;
                margin-bottom: 40px;
                font-size: 17px;
                color: #737373;
                position: relative
            }

                .login_wrapper .login_window .field input {
                    border: 0px;
                    border-bottom: solid 1px #bfbfbf;
                    width: 100%;
                    padding: 10px;
                    padding-left: 40px;
                    color: #737373;
                }

                    .login_wrapper .login_window .field input:focus {
                        border-bottom: solid 1px #608c01;
                    }

                .login_wrapper .login_window .field i {
                    position: Absolute;
                    top: 14px;
                    left: 12px;
                }

            .login_wrapper .login_window .button {
                width: 100%;
                padding-top: 20px;
            }

                .login_wrapper .login_window .button input {
                    width: 100%;
                    border-radius: 10px;
                    background: #337ba7;
                    color: #fff;
                    text-transform: uppercase;
                    border: 0px;
                    padding: 15px;
                }

    .top_panel {
        width: 100%;
        display: table;
        height: 168px;
    }

        .top_panel .header {
            background: #fff;
            padding: 0px;
            width: 100%;
            display: table;
            box-shadow: 0px 0px 5px rgba(0,0,0,0.5)
        }


            .top_panel .header .logo_panel {
                width: 100%;
                display: table;
                float: none;
                padding: 5px;
                align-content: center;
            }

                .top_panel .header .logo_panel .logo {
                    width: 100%;
                    height: 68px;
                    float: left;
                    position: relative;
                }

                    .top_panel .header .logo_panel .logo img {
                        height: 100%;
                        margin: 5px auto;
                        display: block;
                    }

                .top_panel .header .logo_panel .logo_name {
                    display: block;
                    margin: auto;
                    font-size: 13px;
                    width: 213px;
                    font-weight: 500;
                    padding: 6px;
                    padding-bottom: 0px;
                }

                    .top_panel .header .logo_panel .logo_name span {
                        display: block;
                        font-weight: 300;
                    }

            .top_panel .header .right_panel {
                float: none;
                width: 100%;
                display: table;
                padding: 0px;
                height: 10px;
            }

                .top_panel .header .right_panel .user {
                    display: none;
                    float: left;
                    background: #ccc;
                    width: 40px;
                    height: 40px;
                    border-radius: 40px;
                    font-size: 25px;
                    color: #fff;
                    text-align: center;
                    padding: 7px;
                    margin: 17px 5px;
                }

                .top_panel .header .right_panel .user_name {
                    font-size: 15px;
                    font-size: 500;
                    float: left;
                    padding: 5px;
                    text-align: center;
                    width: 100%;
                    border-top: solid 1px #bfbfbf;
                }

                    .top_panel .header .right_panel .user_name a {
                        font-size: 300;
                        display: inline-block;
                        color: #608c01;
                        text-decoration: underline;
                        margin-left: 10px;
                    }

    .navbar-nav {
        margin: auto;
    }

    .bottom_panel {
        display: flex;
        flex-flow: column;
        height: 100%;
        position: relative;
    }

        .bottom_panel .heading {
            font-size: 18px;
            padding: 20px 10px;
        }

            .bottom_panel .heading a {
                font-size: 12px;
                float: right;
                color: #000;
                border: solid 1px #bfbfbf;
                padding: 5px 12px;
                text-decoration: none;
                border-radius: 5px;
            }

                .bottom_panel .heading a:hover {
                    background: #608c01;
                    color: #fff;
                    border: solid 1px #608c01
                }

        .bottom_panel .data_panel {
            background: #fff;
            margin: 10px 0px 0px 0px;
            overflow-x: scroll;
            padding: 0px;
            flex: 1 1 auto;
            height: 100%;
            position: relative;
        }

            .bottom_panel .data_panel .inner_panel {
                width: 100%;
            }

                .bottom_panel .data_panel .inner_panel th {
                    font-weight: 500;
                    font-size: 13px;
                    width: 150px;
                    white-space: nowrap
                }

                .bottom_panel .data_panel .inner_panel td {
                    font-size: 13px;
                    width: 150px;
                    white-space: nowrap
                }

                    .bottom_panel .data_panel .inner_panel td a {
                        color: #608c01;
                        font-size: 15px;
                        margin-left: 5px
                    }

    .col-height {
        display: table;
        width: 100%;
        float: none;
        height: 100%;
        vertical-align: top
    }

    .form_filter h1 {
        padding: 0px;
        margin: 0px;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .form_filter select {
        width: 100%;
        padding: 7px;
        border-radius: 4px;
    }

    .form_filter .col-sm-5 {
        padding-bottom: 10px;
    }

    .form_filter .col-sm-4 {
        padding-bottom: 10px;
    }

    .form_filter .col-sm-3 {
        padding-bottom: 10px;
    }

    .form_filter .col-sm-2 {
        padding-bottom: 10px;
    }

        .form_filter .col-sm-2 .btn {
            width: 100%;
        }


    .form_area .form_data {
        padding: 5px;
    }

        .form_area .form_data .field {
            float: left;
            margin-left: 10px;
            width: 100%
        }

    .form_data_2 {
        border: solid 1px #ccc;
        background: #fff;
        padding: 0px;
        width: 100%;
        overflow-x: scroll;
    }

        .form_data_2 td input {
            width: 150px;
        }

        .form_data_2 td select {
            width: 150px;
        }

    .form_area .form_data .field {
        width: 90%;
    }

    .form_data_3 {
        width: 300px;
    }

        .form_data_3 td:first-child {
            width: 150px;
        }

    .clear {
        display: none;
    }

    .buyer_wrapper .buyer_window li {
        width: 99%;
        padding: 5%;
        margin: 0px;
        float: left;
        border-right: none;
        border-bottom: solid 1px #608c01;
    }

        .buyer_wrapper .buyer_window li:first-child {
            border-right: none 1px #608c01;
        }

        .buyer_wrapper .buyer_window li:last-child {
            border-right: none;
            border-bottom: none 1px #608c01;
        }

    .visitor_counter {
        margin-top: 61px !important;
    }

    .logo2 img {
        height: 50px;
        float: left;
        margin-left: -20px;
    }

    .topbarheading {
        margin-top: 0px;
    }

        .topbarheading h2 {
            color: #000;
            line-height: 14px;
            text-align: left;
            padding-left: 10px;
            padding-top: 0px;
        }

    .bottomfooter {
        display: none;
    }

    .bottom_panel .footer {
        display: none;
    }
}

.s1addmore {
    display: block;
    padding: 7px 15px;
    color: #000;
    float: right;
    border: solid 1px #ccc;
    border-top: 0px;
    border-radius: 0px 0px 5px 5px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    background: #337ab7
}

.radioash {
    font-weight: normal;
}

.checkboxgroup {
    display: inline-block;
    text-align: center;
    width: 28%;
}

    .checkboxgroup label {
        display: block;
    }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:portrait) {
    .visitor_counter {
        margin-top: 81px !important;
    }
}

.visitor_counter {
    width: 200px;
    text-align: center;
    margin: auto;
    background: #fff;
    padding: 3px;
    height: auto;
    border: #337ab7 solid 1px;
}

    .visitor_counter span {
        padding: 10px;
        color: #000;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 5px;
        font-family: "Times New Roman", Times, serif;
    }

    .visitor_counter h3 {
        background: #608c01;
        font-size: 20px;
        margin: 0px;
        padding: 3px;
        text-align: center;
    }

.visit {
    margin-bottom: 40px;
    background: none !important;
}

.ashtab {
    margin-top: 20px;
}

    .ashtab li a,
    .ashtab li a:hover,
    .ashtab li a:active,
    .ashtab li a:focus {
        background: #337ab7;
        margin-right: 10px;
        color: #fff;
        border-radius: 10px 10px 0px 0;
    }

    .ashtab li.active a,
    .ashtab li.active a:hover,
    .ashtab li.active a:active,
    .ashtab li.active a:focus {
        background: #608c01 !important;
        margin-right: 10px;
        color: #fff;
        border-radius: 10px 10px 0px 0;
    }

.addrow {
    color: #fff;
    background: #608c01 !important;
    border: none;
    padding: 5px 25px;
    cursor: pointer;
}

.remove {
    color: #fff;
    background: red;
    border: none;
    padding: 5px 25px;
}

.f-remove {
    cursor: pointer;
    color: #608c01;
    font-size: 15px;
}
/* --------------------------new css rule------------------------------------ */
#ashutilization, #brickmnfr, #ashsale {
    padding-bottom: 400px;
}

.othertab {
    border-collapse: collapse !important;
}

    .othertab tr th, .othertab tr td {
        border: #333 solid 1px !important;
    }

    .othertab tr:first-child th {
        background: #ffff99 !important;
        color: #333 !important;
        font-weight: bold !important;
    }

    .othertab tr:nth-child(2) th {
        background: #ff99cc !important;
        color: #333 !important;
        font-weight: bold !important;
    }

.inner_panel th.pinkbg, .inner_panel td.pinkbg {
    background: #ff99cc !important;
    color: #333 !important;
}

.inner_panel th.rustbg, .inner_panel td.rustbg {
    background: #99cc00 !important;
    color: #333 !important;
}

p.protate {
    text-align: center;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari 3-8 */
    transform: rotate(-90deg);
    font-weight: bold;
    padding-top: 30px;
}

.inner_panel td.radix {
    background: #fa8e91 !important;
    color: #000;
}

.inner_panel td.grbg {
    background: #99cc00 !important;
    color: #000;
}

.sub_total {
    background: #a94442 !important;
}

.table-striped > tbody > tr td.sub_total {
    background: #ffff99 !important;
}

.mt-2 {
    margin-top: 10px;
}

.mb-5 {
    margin-bottom: 50px;
}

sup {
    font-size: 14px;
    line-height: 10px;
    vertical-align: -50%;
}

.mendash {
    font-size: 12px;
    padding-left: 0px;
    padding-right: 10px;
}

.coalmargin {
    padding-right: 5px;
    padding-left: 5px;
}

.scroll-container {
    height: 50px;
    overflow: hidden;
    position: relative;
}

.scroll-container h3 {
    align-self: flex-end;
    font-size: 1em;
    color: #00c;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    margin-top: 20px;
    line-height: 65px; /* fix for the scrolling text overlapping the Portal name */
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: scrolltext 15s linear infinite;
    -webkit-animation: scrolltext 15s linear infinite;
    animation: scrolltext 15s linear infinite;
}

.flybottomcons {
    width:100%;
    text-align:center;
}


