/* Minification failed. Returning unminified contents.
(1720,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/*================================================Top Div for all right pages =========================*/


.top-wrapper {
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
    background: #f7f9fc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(88, 116, 163, 0.12);
}
/*=========================================================================*/

/*================================================Style Sheet for LeftSide menu=========================*/


body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    font-size: 1rem;
}

p {
    line-height: 1.5em;
}

ul#menu, ul#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 18em;
    font-size: 15px;
    display: flex;
}

    ul#menu a {
        display: block;
        text-decoration: none;
    }

    ul#menu li {
        margin-top: 1px;
        display: flex;
    }

        ul#menu li a {
            background: #bfffff;
            color: #3a6d99;
            padding: 0.5em;
            font-size: 15px;
            border: solid 1px #92daf0;
            border-radius: 3px;
        }

            ul#menu li a:hover {
                background: #5874A3;
                color: #ffffff !important;
            }

        ul#menu li ul li a {
            background: #d4ffff;
            color: #000;
            padding-left: 20px;
            border: solid 0px #ffffff;
        }

            ul#menu li ul li a:hover, ul#menu li ul .current a {
                background: #ffde59;
                border-left: 5px #000 solid;
                padding-left: 25px;
                color: #d94c25;
                font-size: 15px;
            }

.code {
    border: 1px solid #ccc;
    list-style-type: decimal-leading-zero;
    padding: 5px;
    margin: 0;
}

    .code code {
        display: block;
        padding: 3px;
        margin-bottom: 0;
    }

    .code li {
        background: #ddd;
        border: 1px solid #ccc;
        margin: 0 0 2px 2.2em;
    }

.indent1 {
    padding-left: 1em;
}

.indent2 {
    padding-left: 2em;
}

/*=========================================================================*/



/*================================================Style Sheet for Grid=========================*/

/*Here we will add css for style webgrid*/
/*.webgrid-table {
    font-family: Verdana;
    font-size: 12px;
    width: 100%;
    display: table;
    border-collapse: separate;
    border: solid 1px #72bbd4;
    background-color: white;
}

    .webgrid-table td, th {
        border: 1px solid #81cbe3;
        padding: 3px 7px 2px;
    }

.webgrid-header {
    background-color: #5874A3;
    color: #FFFFFF;
    padding-bottom: 4px;
    padding-top: 5px;
    text-align: left;
}

.webgrid-footer {
}

.webgrid-row-style {
    padding: 3px 7px 2px;
}

.webgrid-alternating-row {
    background-color: white;
    padding: 3px 7px 2px;
}
*/
#tblGrid {
    margin-top: 8px;
    overflow-x: auto;
}
.webgrid-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(88, 116, 163, 0.12);

    font-size: 1.5vh;
}
   
/* HEADER */
.webgrid-header {
    background: #5874a3;
    color: white;
    height: 36px;
    font-weight: 600;
}

    .webgrid-header th {
        padding: 8px 10px;
        border: none;
        white-space: nowrap;
    }

        .webgrid-header th a {
            color: white;
            text-decoration: none;
            font-size: 1.5vh;
        }

/* ROWS */
.webgrid-row-style td,
.webgrid-alternating-row td {
    padding: 6px 10px;
    border-bottom: 1px solid #edf1f7;
    vertical-align: middle;
    line-height: 1.2;
}

.webgrid-row-style {
    background-color: #ffffff;
}

.webgrid-alternating-row {
    background-color: #f7f9fc;
}

    /* HOVER */
    .webgrid-row-style:hover,
    .webgrid-alternating-row:hover {
        background-color: #eaf0fa;
    }

/* FOOTER */
.webgrid-footer {
    background: #f7f9fc;
    padding: 8px;
    text-align: center;
    border-top: 1px solid #dfe6f2;
    font-size: 1.5vh;
}

    .webgrid-footer a {
        display: inline-block;
        padding: 4px 9px;
        margin: 1px;
        border-radius: 4px;
        text-decoration: none;
        background: #5874a3;
        color: white;
        font-size: 1.5vh;
    }

        .webgrid-footer a:hover {
            background: #415c87;
        }

/* LINKS */
#grdvw_dt_ordlst a {
    color: #5874a3;
    font-weight: 600;
    text-decoration: none;
}

    #grdvw_dt_ordlst a:hover {
        color: #415c87;
    }

/* ORDER BUTTON STYLE */
.grid-link {
    background: rgba(88,116,163,0.10);
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
}
/*=========================================================================*/

/*======Purchase order===================================================================*/
.purc-webgrid-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(88, 116, 163, 0.12);
    font-size: 0.9vh;
}

/* HEADER */
.purc-webgrid-header {
    background: #5874a3;
    color: white;
    height: 20px;
    font-weight: 200;
}

    .purc-webgrid-header th {
        padding: 6px 6px 6px 6px;
        border: none;
        white-space: nowrap;
    }

        .purc-webgrid-header th a {
            color: white;
            text-decoration: none;
            font-size: 1.0vh;
        }

/* ROWS */
.purc-webgrid-row-style td,
.purc-webgrid-alternating-row td {
    padding: 6px 6px 6px 6px;
    border-bottom: 1px solid #edf1f7;
    vertical-align: middle;
    line-height: 1.2;
}

.purc-webgrid-row-style {
    background-color: #ffffff;
}

.purc-webgrid-alternating-row {
    background-color: #f7f9fc;
}

    /* HOVER */
    .purc-webgrid-row-style:hover,
    .purc-webgrid-alternating-row:hover {
        background-color: #eaf0fa;
    }

/* FOOTER */
.purc-webgrid-footer {
    background: #f7f9fc;
    padding: 6px;
    text-align: center;
    border-top: 1px solid #dfe6f2;
    font-size: 1.2vh;
}

    .purc-webgrid-footer a {
        display: inline-block;
        padding: 6px 6px 6px 6px;
        margin: 1px;
        border-radius: 4px;
        text-decoration: none;
        background: #5874a3;
        color: white;
        font-size: 1.0vh;
    }

        .purc-webgrid-footer a:hover {
            background: #415c87;
        }

/*=========================================================================*/

/*=======Shoppingcart==================================================================*/

.shop-webgrid-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(88, 116, 163, 0.12);
    font-size: 1.2vh;
}


    .shop-webgrid-table th {
        background: #5874a3;
        padding: 6px 6px 6px 6px;
        border: none;
        white-space: nowrap;
        color: white;
        height: 20px;
        font-weight: 250;
    }

    .shop-webgrid-table td {
        padding: 6px 6px 6px 6px;
        border-bottom: 1px solid #edf1f7;
        vertical-align: middle;
        line-height: 1.2;
    }


    .shop-webgrid-table tr:hover,
    .shop-webgrid-table tr:hover {
        background-color: #eaf0fa;
    }



.shop-webgrid-header a {
    color: #5874a3;
    font-weight: 250;
    text-decoration: none;
}

    .shop-webgrid-header a:hover {
        color: #415c87;
    }


.shop-grid-link {
    background: rgba(88,116,163,0.10);
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
}

.btn-primary {
    background-color: #5874a3 !important;
    border-color: #5874a3 !important;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: #415c87 !important;
        border-color: #415c87 !important;
    }

.btn-secondary {
    background-color: #cc0000 !important;
    border-color: #cc0000 !important;
    color: white !important;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active {
        background-color: #a30000 !important;
        border-color: #a30000 !important;
        color: white !important;
    }
/*=========================================================================*/





/*================================================Style Sheet for Grid=========================*/

/*Here we will add css for style webgrid*/

.webgrid-table1 {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(88, 116, 163, 0.12);
    font-size: 1.5vh;
}

/* HEADER */
.webgrid-header1 {
    background: #5874a3;
    color: white;
    height: 36px;
    font-weight: 600;
}

    .webgrid-header1 th {
        padding: 8px 10px;
        border: none;
        white-space: nowrap;
    }

        .webgrid-header1 th a {
            color: white;
            text-decoration: none;
            font-size: 1.5vh;
        }

/* ROWS */
.webgrid-row-style1 td,
.webgrid-alternating-row1 td {
    padding: 6px 10px;
    border-bottom: 1px solid #edf1f7;
    vertical-align: middle;
    line-height: 1.2;
}

.webgrid-row-style1 {
    background-color: #ffffff;
}

.webgrid-alternating-row1 {
    background-color: #f7f9fc;
}

    /* HOVER */
    .webgrid-row-style1:hover,
    .webgrid-alternating-row1:hover {
        background-color: #eaf0fa;
    }

/* FOOTER */
.webgrid-footer1 {
    background: #f7f9fc;
    padding: 8px;
    text-align: center;
    border-top: 1px solid #dfe6f2;
    font-size: 1.5vh;
}

    .webgrid-footer1 a {
        display: inline-block;
        padding: 4px 9px;
        margin: 1px;
        border-radius: 4px;
        text-decoration: none;
        background: #5874a3;
        color: white;
        font-size: 1.5vh;
    }

        .webgrid-footer1 a:hover {
            background: #415c87;
        }




/*

.webgrid-table1 {
    font-family: Verdana;
    font-size: 12px;
    width: 100%;
    display: table;
    border-collapse: separate;
    border: solid 0px #72bbd4;
    background-color: white;
}

    .webgrid-table1 td, th {
        border: 0px solid #81cbe3;
        padding: 1px 3px 2px;
        height: 25px;
    }

.webgrid-header1 {
    background-color: #5874A3;
    color: #FFFFFF;
    padding-bottom: 4px;
    padding-top: 5px;
    text-align: left;
}

.webgrid-footer1 {
}

.webgrid-row-style1 {
    padding: 1px 3px 2px;
}

.webgrid-alternating-row1 {
    background-color: #e6ffff;
    padding: 1px 3px 2px;
}
*/

/*=========================================================================*/




.a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: bold;
}
















/*================================================Style Sheet for Other=========================*/

.search_btn {
    background-color: #5874a3;
    border: 1px solid #000000;
    color: #ffffff;
    line-height: 21px;
    border-radius: 15px;
    padding: 4px 15px;
}



.btn_st9 {
    background-color: #5874a3;
    border: 1px solid #000000;
    color: #ffffff;
    line-height: 21px;
    font-family: Verdana;
    border-radius: 15px;
    padding: 4px 15px !important;
}

.btn_st91 {
    background-color: #5874A3;
    border: 1px solid #000000;
    color: #ffffff;
    line-height: 21px;
    font-family: Verdana;
    border-radius: 15px;
    padding: 4px 15px !important;
}

    .btn_st9:hover, .btn_st91:hover {
        color: #ffffff !important;
    }

.search_txtbox {
    width: 99%;
    background-color: #ecf0f3;
    border: 1px solid #d8e0e7;
    line-height: 21px;
}

.srch_ddl {
    width: 100%;
    background-color: #ecf0f3;
    border: 1px solid #d8e0e7;
    color: #3d6487;
    height: 25px;
}


.search_txtbox1 {
    width: 99%;
    background-color: #ecf0f3;
    border: 1px solid #d8e0e7;
    line-height: 21px;
}




.div_SubModal {
    width: 80%;
    height: auto;
    background-color: #fff;
    color: #000;
    position: fixed !important;
    top: 20% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 2000110020 !important;
    border: 5px solid #5874A3;
    border-radius: 10px;
    padding: 5px;
    max-height: 80vh;
    overflow-y: auto;
}





.div_SubModal2 {
    width: 60%;
    height: auto;
    background-color: #fff;
    color: #000;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 2000110021 !important;
    border: 5px solid #5874A3;
    border-radius: 10px;
    padding: 5px;
    max-height: 80vh;
    overflow-y: auto;
    /*width: 60%;
    height: auto;
    background-color: #ffffff;
    color: #000000;
    position: fixed;
    z-index: 3000110010;
    left: 15%;
    top: 15%;
    padding-left: 25px;
    border: 5px solid #f08800;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    line-height: 14px;
    text-align: left;*/
}



.div_SubModal3 {
    width: 40%;
    height: auto;
    background-color: #ffffff;
    color: #000000;
    position: fixed;
    z-index: 4000110012;
    left: 15%;
    top: 15%;
    padding-left: 25px;
    border: 5px solid #5874A3;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    line-height: 14px;
    text-align: left;
    max-height: 80vh;
    overflow-y: auto;
}




.div_add_customer {
    width: 60%;
    height: auto;
    background-color: #ffffff;
    color: #000000;
    position: fixed;
    z-index: 1000110010;
    left: 15%;
    top: 15%;
    padding-left: 25px;
    border: 5px solid #5874A3;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    line-height: 14px;
    text-align: left;
    max-height: 80vh;
    overflow-y: auto;
}

a {
    text-decoration: none;
}


.div_show_contac {
    width: 80%;
    height: auto;
    background-color: #ffffff;
    color: #000000;
    position: fixed;
    z-index: 1000110010;
    left: 10%;
    top: 5%;
    padding-left: 25px;
    border: 5px solid #5874A3;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    line-height: 14px;
    text-align: left;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}









.div_edit_contac {
    width: 85%;
    height: auto;
    background-color: #ffffff;
    color: #000000;
    position: fixed;
    z-index: 1000110010;
    left: 10%;
    top: 1%;
    padding-left: 25px;
    border: 5px solid #5874A3;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    line-height: 14px;
    text-align: left;
    max-height: 80vh;
    overflow-y: auto;
}




















a {
    text-decoration: none;
}



.txt_st1 {
    font-family: Verdana;
    font-size: 12px;
    color: #525252
}



.txt_st_oth {
    font-family: Verdana;
    font-size: 12px;
    color: #cf4611;
}





.txtbox_st1 {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    color: #525252;
    line-height: 21px;
}

.txtbox_st1_err {
    width: 100%;
    background-color: #ffdab5;
    border: 1px solid #cf4611;
    color: #525252;
    line-height: 21px;
}


.txtbox_st2 {
    width: 99%;
    background-color: #ecf0f3;
    border: 1px solid #d8e0e7;
    color: #3d6487;
    line-height: 21px;
}

.txtbox_st2_err {
    width: 99%;
    background-color: #ffdab5;
    border: 1px solid #cf4611;
    color: #525252;
    line-height: 21px;
}



.txtbox_st21 {
    width: 70%;
    background-color: #ecf0f3;
    border: 1px solid #d8e0e7;
    color: #3d6487;
    line-height: 21px;
}


.txtbox_st21_err {
    width: 70%;
    background-color: #ffdab5;
    border: 1px solid #cf4611;
    color: #525252;
    line-height: 21px;
}




.txtbox_st3 {
    width: 100%;
    background-color: #ecf0f3;
    border: 1px solid #d8e0e7;
    color: #3d6487;
    line-height: 21px;
}

.txtbox_st31 {
    width: 100%;
    background-color: #ffeeb3;
    border: 1px solid #cfcfcf;
    color: #525252;
    line-height: 21px;
}


.txtbox_st3_err {
    width: 100%;
    background-color: #ffdab5;
    border: 1px solid #cf4611;
    color: #525252;
    line-height: 21px;
}





.txtbox_st4 {
    width: 150%;
    background-color: #ffffff;
    border: 1px solid #92daf0;
    color: #525252;
    line-height: 21px;
}

.txtbox_title {
    width: 100%;
    background-color: #ecf0f3;
    border: 1px solid #d8e0e7;
    color: #3d6487;
    line-height: 21px;
}

.txtbox_title_err {
    width: 100%;
    background-color: #ffdab5;
    border: 1px solid #cf4611;
    color: #525252;
    line-height: 21px;
}

.ddl_st1 {
    width: 102%;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    color: #525252;
    line-height: 21px;
}

.ddl_st2 {
    width: 100%;
    background-color: #ecf0f3;
    border: 1px solid #d8e0e7;
    color: #3d6487;
    line-height: 21px;
}

.ddl_st31 {
    width: 100%;
    background-color: #ffeeb3;
    border: 1px solid #cfcfcf;
    color: #525252;
    line-height: 21px;
}

/*.div_heading_title {
    background-color: #5874A3;
    border-radius: 10px;
    padding: 10px;
    border: solid;
    border-width: 1px;
    color: #ffffff;
    font-size: 14px;
    font-family: Verdana;
    border-color: #232323;
}*/

.div_heading_title {
    background: linear-gradient( to bottom, #ffffff 0%, #f8fbff 60%, #ffffff 100% );
    border-top: 1px solid #eef2f6;
    border-left: 1px solid #eef2f6;
    border-right: 1px solid #eef2f6;
    border-bottom: 0 !important; /* FORCE remove */

    border-radius: 12px 12px 0 0;
    padding: 12px 16px;
    margin-bottom: 0; /* IMPORTANT: remove gap line illusion */

    color: #385e83;
    font-size: 15px;
    font-weight: 600;
    font-family: "Segoe UI", Arial, sans-serif;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.div_heading_title_sub {
    /* background-color: #5874A3;*/
    margin-top: 10px;
    margin-left: 8px;
    /* border-radius: 10px;*/
    /* padding: 5px;*/
    /*border: solid;*/
    /*border-width: 1px;*/
    color: #5874A3;
    font-size: 18px;
    font-family: Verdana;
    /*border-color: #232323;*/
}

.table_st1 {
    width: 100%;
    vertical-align: top;
    color: #000000;
    font-size: 12px;
    font-family: Verdana;
    padding-left: 5px;
}

.btn_st1 {
    background-color: #5874A3;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #ffffff;
    line-height: 25px;
}

.btn_st2 {
    background-color: #5874A3;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #ffffff;
    line-height: 25px;
}


.btn_st3 {
    background-color: #5874A3;
    border: 1px solid #000000;
    color: #ffffff;
    line-height: 20px;
}


.div_msg {
    float: right;
    color: #cf4611;
}


.div_err_msg {
    float: left;
    color: #cf4611;
    display: none;
}


.div_footer {
    /*background-color: #e6ffff;
    border-bottom: solid;
    border-width: 1px;
    color: #5498ba;
    border-color: #b3faff;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-image: url('../Images/footer.png');
    height: 20px;
    background-repeat: repeat-x;*/

    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}


.footer_content {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #3a6d99;
    float: right;
    font-size: 11px;
    font-family: Verdana;
}



.header_table {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    width: 100%;
    background-image: url('../Images/2.png');
    height: 110px;
    background-repeat: repeat-x;
}

.login_outer_circle {
    background-color: #8a9ebf;
    border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 15px;
    padding-top: 24px;
    border: solid;
    border-width: 1px;
    border-color: #5874a3;
}

.login_inner_circle_fieldset {
    width: 90%;
    background-color: #bcc7da;
    padding: 12px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    border-color: #7990b5;
}

.left_menu_txt {
    font-family: Verdana;
    font-size: 12px;
    color: #3a6d99;
}

.bigspace {
    height: 55px
}


.space {
    height: 20px
}


.div_img_sml {
    float: right;
    color: #cf4611;
    width: 7%;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid;
    border-width: 1px;
    border-color: #cf4611;
}

.div_img_sml2 {
    float: right;
    color: #cf4611;
    width: 4%;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid;
    border-width: 1px;
    border-color: #cf4611;
}


.txtbox_st2_quant {
    width: 100%;
    background-color: #ffeeb3;
    border: 1px solid #cfcfcf;
    color: #525252;
    line-height: 21px;
}


.txtbox_s3_quant {
    width: 100%;
    background-color: #e1fbff;
    border: 1px solid #cfcfcf;
    color: #525252;
    line-height: 21px;
}

.txtbox_s4_quant {
    width: 100%;
    background-color: #d9f5dc;
    border: 1px solid #cfcfcf;
    color: #525252;
    line-height: 21px;
}

.btn_st3_round {
    background-color: #3a6d99;
    border-radius: 5px;
    border: 1px solid #3a6d99;
    color: #bfffff;
    line-height: 20px;
}





.div_search_contac {
    width: 60%;
    height: auto;
    background-color: #ffffff;
    color: #000000;
    position: fixed;
    z-index: 1000110010;
    left: 15%;
    top: 5%;
    padding-left: 25px;
    border: 5px solid #5874A3;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    line-height: 14px;
    text-align: left;
}



.txtbox_st5 {
    width: 20%;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    color: #525252;
    line-height: 20px;
}




.div_msg_2 {
    color: #cf4611;
}



.btn_st7 {
    background-color: #f58225;
    border: 1px solid #c75000;
    border-radius: 5px;
    color: #ffffff;
    line-height: 20px;
}


.txtarea_st1 {
    width: 250%;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    color: #525252;
    line-height: 21px;
    height: 70%;
}



.txtbox_st_prod {
    width: 70%;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    color: #525252;
    line-height: 21px;
}

.txtbox_st_prod1 {
    width: 40%;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    color: #525252;
    line-height: 21px;
}

.ddl_st_prod {
    width: 72%;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    color: #525252;
    line-height: 21px;
}


.ddl_st_unit {
    width: 30%;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    color: #525252;
    line-height: 21px;
}


.txtbox_title_prod_err {
    width: 71%;
    background-color: #ffdab5;
    border: 1px solid #cf4611;
    color: #525252;
    line-height: 21px;
}

.div_show_main {
    width: 80%;
    height: auto;
    background-color: #ffffff;
    color: #000000;
    position: fixed;
    z-index: 1000110010;
    left: 10%;
    top: 5%;
    padding-left: 25px;
    border: 5px solid #5874A3;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    line-height: 14px;
    text-align: left;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}


.div_show_product {
    width: 80%;
    height: auto;
    background-color: #ffffff;
    color: #000000;
    position: fixed;
    z-index: 1000110010;
    left: 10%;
    top: 5%;
    padding-left: 25px;
    border: 5px solid #5874A3;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    line-height: 14px;
    text-align: left;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/*
.div_show_vendor {
    width: 60%;
    height: auto;
    background-color: #ffffff;
    color: #000000;
    position: fixed;
    z-index: 1000110010;
    left: 10%;
    top: 5%;
    padding-left: 25px;
    border: 5px solid #5874A3;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    line-height: 14px;
    text-align: left;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
*/

.div_show_vendor {
    width: 70%;
    background-color: #ffffff;
    color: #000000;
    position: fixed;
    z-index: 1000110010;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    border: 5px solid #5874A3;
    border-radius: 10px;
    padding: 15px;
    max-height: 70vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    display: none;
}



.div_show_main_sub {
    width: 70%;
    background-color: #ffffff;
    color: #000000;
    position: fixed;
    z-index: 1000110010;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    border: 5px solid #5874A3;
    border-radius: 10px;
    padding: 15px;
    max-height: 70vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    display: none;
}


/*=================left navibar begin=========================================*/
@-webkit-keyframes arrow-slide {
    0% {
    }

    100% {
        -webkit-transform: rotate(225deg);
        z-index: 3
    }
}

@-webkit-keyframes arrow-slide1 {
    0% {
    }

    100% {
        -webkit-transform: rotate(225deg);
        z-index: 3
    }
}

.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed,
.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed:before {
    left: auto
}

.gw-sidebar {
    display: flex;
    /*   width: 10%;*/
    width: 250px;
    transition: all 0.3s ease;
    /*  position: fixed;*/
    border: 1px solid #000;
    border-width: 0 1px 0 0;
    background-color: #5874a3;
    bottom: 0;
    top: 20px;
    left: 0;
    margin-top: 18px;
    margin-bottom: 18px;
    border-radius: 5px;
}

    .gw-sidebar .nano-pane {
        background: rgba(255, 255, 255, 0);
        font-size: 15px;
    }

    .gw-sidebar .gw-nav-list {
        border-right: 1px solid #CCC;
    }

        .gw-sidebar .gw-nav-list li a {
            padding-left: 20px;
        }

.gw-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    font-weight: bold;
}

    .gw-nav-list > li:first-child {
        border-top: 0;
    }

    .gw-nav-list > li {
        display: block;
        padding: 0;
        margin: 0;
        border: 0;
        border-top: 1px solid #fcfcfc;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        text-decoration: none;
    }


.hamburger-btn {
    display: none;
}


.gw-nav-list > li.arrow-down:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 15px;
    border-top: 1px solid #bababa;
    border-left: 1px solid #bababa;
    -webkit-transform: rotate(45deg);
    -webkit-animation: arrow-slide .5s 0s ease both;
}

.gw-nav-list > li.init-arrow-down:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 15px;
    border-right: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    -webkit-transform: rotate(45deg);
}

.gw-nav-list > li.arrow-up:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 15px;
    border-right: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    -webkit-transform: rotate(45deg);
    -webkit-animation: arrow-slide1 .5s 0s ease both;
}

.gw-nav-list > li.init-arrow-up:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 15px;
    border-top: 1px solid #bababa;
    border-left: 1px solid #bababa;
    -webkit-transform: rotate(45deg);
}

.gw-nav-list > li.active {
    background-color: #5874a3;
}

.gw-nav-list > li > a {
    display: block;
    height: 38px;
    line-height: 36px;
    padding: 0 16px 0 7px;
    background-color: #5874a3;
    color: white;
    text-shadow: none !important;
    font-size: 13px;
    text-decoration: none;
}

.gw-open > a {
    outline: 0;
}

.gw-nav-list > li.gw-open {
    border-bottom-color: #e5e5e5
}

    .gw-nav-list > li.gw-open > a {
        background-color: #fafafa;
        color: #1963aa
    }

.gw-nav-list .gw-open > a,
.gw-nav-list .gw-open > a:hover,
.gw-nav-list .gw-open > a:focus {
    background-color: #fafafa
}

.gw-nav .gw-open > a,
.gw-nav .gw-open > a:hover,
.gw-nav .gw-open > a:focus {
    background-color: #eee;
    border-color: #428bca;
}

.gw-nav-list > li.active > a,
.gw-nav-list > li.active > a:hover,
.gw-nav-list > li.active > a:focus,
.gw-nav-list > li.active > a:active {
    background-color: #5874a3;
    color: #B0BFD9;
    font-weight: bold;
    font-size: 13px;
}

.gw-nav-list > li > a,
.gw-nav-list .gw-nav-header {
    margin: 0
}

.gw-nav-list > li.active > a > [class*="icon-"] {
    font-weight: normal
}

.gw-nav-list > li.active > a:hover:before {
    display: none
}

.gw-nav-list > li.active:before {
    display: inline-block;
    content: "";
    position: absolute;
    right: -2px;
    top: -1px;
    bottom: 0;
    z-index: 1;
    border: 2px solid #dd4814;
    border-width: 0 2px 0 0
}

.gw-nav-list li.gw-open > a:after {
    display: none
}

.gw-nav-list > li a > .gw-arrow {
    display: inline-block;
    width: 14px !important;
    height: 14px;
    line-height: 14px;
    text-shadow: none;
    font-size: 18px;
    position: absolute;
    right: 11px;
    top: 11px;
    padding: 0;
    color: #ffffff
}

.gw-nav-list > li a:hover > .gw-arrow,
.gw-nav-list > li.active > a > .gw-arrow,
.gw-nav-list > li.gw-open > a > .gw-arrow {
    color: #1963aa
}

.gw-nav-list > li > a > [class*="icon-"]:first-child {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-right: 2px
}

.gw-nav-list > li.active .gw-submenu {
    display: block -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
    -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
}

.gw-nav-list > li .gw-submenu {
    font-size: 13px;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #5874a3;
    border-top: 1px solid #e5e5e5;
}

    .gw-nav-list > li .gw-submenu > li {
        margin-left: 0;
        position: relative
    }

        .gw-nav-list > li .gw-submenu > li > a {
            display: block;
            position: relative;
            color: #ffffff;
            padding: 7px 0 9px 43px;
            margin: 0;
            border-top: 1px dotted #e4e4e4;
            font-size: 14px;
            text-decoration: none;
        }

            .gw-nav-list > li .gw-submenu > li > a:focus {
                text-decoration: none
            }

            /*changes*/
            .gw-nav-list > li .gw-submenu > li > a:hover {
                text-decoration: none;
                color: #ffffff;
                background-color: #8c9bb4;
            }

        .gw-nav-list > li .gw-submenu > li.active:after {
            display: inline-block;
            content: "";
            position: absolute;
            right: -1px;
            top: -1px;
            bottom: 0;
            z-index: 1;
            border: 2px solid #dd4814;
        }
        /*changes2*/
        .gw-nav-list > li .gw-submenu > li.active > a {
            color: #dd4814;
            background: #a5b4ce !important;
            font-weight: bold;
        }

        .gw-nav-list > li .gw-submenu > li a > [class*="icon-"]:first-child {
            display: none;
            font-size: 12px;
            font-weight: normal;
            width: 18px;
            height: auto;
            line-height: 12px;
            text-align: center;
            position: absolute;
            left: 10px;
            top: 11px;
            z-index: 1;
            background-color: #FFF
        }

        .gw-nav-list > li .gw-submenu > li.active > a > [class*="icon-"]:first-child,
        .gw-nav-list > li .gw-submenu > li:hover > a > [class*="icon-"]:first-child {
            display: inline-block
        }

        .gw-nav-list > li .gw-submenu > li.active > a > [class*="icon-"]:first-child {
            color: #c86139
        }

.gw-nav-list > li > .gw-submenu > li:first-child > a {
    border-top: 0px;
}

.gw-nav-list li .gw-submenu {
    overflow: hidden
}

.gw-nav-list li.active.gw-open > .gw-submenu > li.active.gw-open > a.dropdown-toggle:after {
    display: none
}

.gw-nav-list li.active > .gw-submenu > li.active > a:after {
    display: none
}

.gw-nav-list li.active.gw-open > .gw-submenu > li.active > a:after {
    display: block
}

.gw-nav-tabs li[class*=" icon-"],
.nav-tabs li[class^="icon-"] {
    width: 1.25em;
    display: inline-block;
    text-align: center
}
/*=================left navibar end=========================================*/



/*=================left navibar end=========================================*/



.webgrid-table th a {
    color: #ffffff !important;
}

.webgrid-table td a {
    color: #232323 !important;
    text-decoration-line: underline !important;
    font-weight: 600;
}

.pagination li.active span {
    background-color: #5874A3 !important;
    color: #ffffff !important;
}

.div_img_close {
        float: left;
        width: 3%;
        background-color: #ffffff;
}

.footer_content a {
    color: #5874A3;
}

.header_table td span {
    color: #ffffff;
}

.header_table td #div_menu a:hover span {
    color: #ffffff !important;
}


.scroll-area {
    overflow-y: scroll;
    max-height: 80vh;
   /* overflow-y: auto;*/
}


#sidebar {
    position: fixed;
    left: -260px;
    top: 0;
    width: 250px;
    height: 100%;
    background: #5874a3;
    transition: left 0.3s ease;
    z-index: 9999;

}

    #sidebar.open {
        left: 0;
    }

/*@media (max-width: 1400px) {

    .hamburger-btn {
        display: block;
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 9999;
        background: #5874a3;
        color: white;
        border: none;
        padding: 10px 15px;
        font-size: 24px;
        border-radius: 5px;
    }

    .gw-sidebar {
        position: fixed;
        left: -250px;
        top: 0;
        height: 100%;
        z-index: 9998;
        background: #fff;
    }

        .gw-sidebar.open {
            left: 0;
         
        }
}*/
