﻿/*@import url(fonts.css);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700;800&display=swap');*/
/*@import url(font-awesome.min.css);*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700;800&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'Open Sans', sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    outline: none;
}

html {
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #555;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, ::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button, select, input {
    font-family: 'Open Sans', sans-serif;
}

.ff_rr {
    font-family: 'Open Sans', sans-serif;
}

.ff_rm {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.m_0 {
    margin: 0px !important;
}

.m_t0 {
    margin-top: 0px !important;
}

.m_t5 {
    margin-top: 5px !important;
}

.m_t10 {
    margin-top: 10px !important;
}

.m_t15 {
    margin-top: 15px !important;
}

.m_t20 {
    margin-top: 20px !important;
}

.m_t25 {
    margin-top: 25px !important;
}

.m_t30 {
    margin-top: 30px !important;
}

.m_b0 {
    margin-bottom: 0px !important;
}

.m_b5 {
    margin-bottom: 5px !important;
}

.m_b10 {
    margin-bottom: 10px !important;
}

.m_b15 {
    margin-bottom: 15px !important;
}

.m_b20 {
    margin-bottom: 20px !important;
}

.m_l0 {
    margin-left: 0px !important;
}

.m_l5 {
    margin-left: 5px !important;
}

.m_l10 {
    margin-left: 10px !important;
}

.m_l15 {
    margin-left: 15px !important;
}

.m_l20 {
    margin-left: 20px !important;
}

.m_l25 {
    margin-left: 25px !important;
}

.m_l30 {
    margin-left: 30px !important;
}

.m_r0 {
    margin-right: 0px !important;
}

.m_r5 {
    margin-right: 5px !important;
}

.m_r10 {
    margin-right: 10px !important;
}

.m_r15 {
    margin-right: 15px !important;
}

.m_r20 {
    margin-right: 20px !important;
}

.m_r25 {
    margin-right: 25px !important;
}

.m_r30 {
    margin-right: 30px !important;
}

.p_0 {
    padding: 0px !important;
}

.p_r0 {
    padding-right: 0px !important;
}

.p_l10 {
    padding-left: 10px !important;
}

.p_l20 {
    padding-left: 20px !important;
}

.p_l30 {
    padding-left: 20px !important;
}

strong {
    font-weight: bold;
}

.display_block {
    display: block !important;
}

.display_inline_block {
    display: inline-block !important;
}

.clearfix {
    clear: both;
    display: block;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.text_center {
    text-align: center !important;
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.v_align_t {
    vertical-align: top;
}

.v_align_m {
    vertical-align: middle;
}

.v_align_b {
    vertical-align: bottom;
}

.pull_left {
    float: left;
}

.pull_right {
    float: right;
}

input:focus {
    border: solid 1px #999999;
}

.label_text {
    display: block;
    margin: 10px 0px 4px 0px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.text_denger {
    color: #FF0000;
}

.text_sucess {
    color: #7CB62E;
}

.text_underline {
    text-decoration: underline;
}

.page-title-box {
    width: 100%;
    float: left;
    height: auto;
    border-bottom: solid 2px #800000;
    margin: 0px 0px 10px 0px;
}

.page-title {
    width: 60%;
    float: left;
    height: auto;
}

.sub-page-title {
    width: 39%;
    float: left;
    height: auto;
    margin: 8px 0px 0px 0px;
}

    .sub-page-title a {
        width: auto;
        float: right;
        height: auto;
        font-size: 14px;
        color: #333;
    }

        .sub-page-title a i {
            font-size: 22px;
            vertical-align: middle;
            margin: 0px 5px 0px 0px;
        }

a {
    color: #000;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}

    a:hover, a:active {
        color: #800000;
    }

.wrapper {
    width: 100%;
    display: table;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}
/* FORM ELEMENTS */
.form-group {
    position: relative;
    margin: 0px 0px 10px;
    font-family: 'Open Sans', sans-serif;
}

    .form-group.form-inline {
        display: inline-block;
        margin: 0px 10px 10px 0px;
        min-width: 225px;
    }

    .form-group.input-group {
        position: relative;
        width: auto;
        padding: 0px 40px 0px 0px;
    }

        .form-group.input-group.width_100 {
            width: 100%;
        }

        .form-group.input-group.right-search {
            width: auto;
            margin: 0px 0px 0px 0px;
        }

        .form-group.input-group.calender-search {
            width: 150px;
            min-width: inherit;
        }

        .form-group.input-group .searchicon {
            width: 40px;
            position: absolute;
            right: 0px;
            bottom: 0px;
            padding: 9px 12px;
            height: 35px;
            border: solid 1px #999;
            -webkit-border-radius: 5px 5px 0px 0px;
            -moz-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
        }

        .form-group.input-group .btn-default {
            width: 40px;
            position: absolute;
            right: 0px;
            top: 0px;
            padding: 9px 5px;
            height: 35px;
            -webkit-border-radius: 5px 5px 0px 0px;
            -moz-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
        }

    .form-group label {
        width: auto;
        display: inline-block;
        margin: 0px 0px 0px 0px;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
    }

        .form-group label + label {
            margin: 8px 0px 0px 0px !important;
            display: block;
            font-weight: normal;
        }

    .form-control, .form-group .validationfocus {
        height: 34px;
        width: 100%;
        display: block;
        border: none;
        border-bottom: solid 1px #ddd;
        padding: 0px 10px;
        -webkit-box-shadow: inset 0px 0px 0px rgb(255,255,255);
        -moz-box-shadow: inset 0px 0px 0px rgb(255,255,255);
        box-shadow: inset 0px 0px 0px rgb(255,255,255);
    }

        .form-control.height_34 {
            height: 34px !important;
        }

    .form-group textarea.form-control {
        resize: none;
        height: 100px;
    }

    .form-group select {
        width: 100%;
        height: 34px;
        padding: 0.125rem 0.125rem 0.0625rem;
        background: none;
        border: none !important;
        line-height: 1.6;
        box-shadow: none;
    }

    .form-group .label {
        font-size: 14px;
    }

    .form-group .bar {
        position: relative;
        border-bottom: 1px solid #999;
        display: block;
    }

        .form-group .bar::before {
            content: '';
            height: 2px;
            width: 0;
            left: 50%;
            bottom: -1px;
            position: absolute;
            -webkit-transition: left 0.28s ease, width 0.28s ease;
            transition: left 0.28s ease, width 0.28s ease;
            z-index: 2;
        }

    .form-group .form-control, .form-group .validationfocus,
    .form-group textarea.form-control {
        display: block;
        background: none;
        padding: 5px 0px;
        border-width: 0 !important;
        border-color: transparent !important;
        line-height: 1.9;
        width: 100%;
        color: transparent;
        -webkit-transition: all 0.28s ease;
        transition: all 0.28s ease;
        -webkit-box-shadow: inset 0px 40px 0px rgba(255,255,255,1);
        -moz-box-shadow: inset 0px 40px 0px rgba(255,255,255,1);
        box-shadow: inset 0px 40px 0px rgba(255,255,255,1);
        color: #555;
        font-size: 12px;
        color: #333;
        font-family: 'Open Sans', sans-serif;
    }

    .form-group input[type="file"] {
        line-height: 1;
    }

        .form-group input[type="file"] ~ .bar {
            display: none;
        }

    .form-group select:focus ~ .bar::before,
    .form-group input:focus ~ .bar::before,
    .form-group textarea:focus ~ .bar::before {
        width: 100%;
        left: 0;
        background: #800000;
    }

    .form-group select:hover ~ .bar::before,
    .form-group input:hover ~ .bar::before,
    .form-group textarea:hover ~ .bar::before {
        width: 100%;
        left: 0;
        height: 1px;
        background: #800000;
    }

    .form-group .validationfocus ~ .bar::before {
        width: 100%;
        left: 0;
        background: #ff8000;
    }

select.minimal {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 3.0em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    padding: 0px 50px 0px 5px;
    font-size: 12px;
    color: #333;
}

    select.minimal:focus {
        background-image: linear-gradient(45deg, #800 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #800 50%), linear-gradient(to right, #ccc, #ccc);
        background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 3.0em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
        border-color: green;
        outline: 0;
    }

select.minimal_grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 10px) calc(1em + 2px), calc(100% - 5px) calc(1em + 2px), calc(100% - 1.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    padding: 0px 25px 0px 5px;
    font-size: 12px;
    color: #333;
}

    select.minimal_grid:focus {
        background-image: linear-gradient(45deg, #800 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #800 50%), linear-gradient(to right, #ccc, #ccc);
        background-position: calc(100% - 5px) calc(1em + 2px), calc(100% - 10px) calc(1em + 2px), calc(100% - 1.5em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
        border-color: green;
        outline: 0;
    }

    select.minimal_grid.min_width_100 {
        width: 70px !important;
    }

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

select.minimal option {
    padding: 5px 5px;
}

select.minimal_grid option {
    padding: 5px 5px;
}

select.minimal.min_width_100 {
    width: 100px;
}
/* DEFAULT BUTTON */
.btn {
    display: inline-block;
    padding: 4px 15px 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    font-family: 'Open Sans', sans-serif;
}

.btn-default {
    color: #fff;
    background-color: #999;
    border-color: #999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Open Sans', sans-serif;
}

a.btn-default:hover {
    color: #fff !important;
    background: #800;
    border: 1px solid #800;
}

/*.btn-default.pagination-btn {
    padding: 2px 5px;
    font-size: 11px;
    width: auto;
}*/

.btn-default.pagination-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-default:hover {
    color: #fff;
    background-color: #800;
    border-color: #800;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default.pagination-btn:disabled:hover {
    background-color: #800000;
    border-color: #800000;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-family: 'Open Sans', sans-serif;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }
/* COLOR TEXT */
.error-text {
    color: #FF0000;
}
/* LINK ANIMATION */
.bottom_animation {
    position: relative;
}

    .bottom_animation:after {
        content: '';
        width: 0%;
        position: absolute;
        left: 0px;
        bottom: -2px;
        height: 1px;
        background: #800000;
        z-index: 99;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .bottom_animation:hover:after, .bottom_animation:focus:after {
        width: 100%;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
/*PANEL BOX*/
.panel-default {
    width: 100%;
    height: auto;
    float: left;
    border: solid 1px #ddd;
    margin: 0px 0px 10px 0px;
}

    .panel-default .panel-heading {
        width: 100%;
        float: left;
        height: auto;
        background: #efefef;
        padding: 5px 10px;
        font-size: 14px;
        color: #800000;
        border-bottom: solid 1px #ddd;
    }

    .panel-default .panel-body {
        width: 100%;
        height: auto;
        padding: 10px 10px;
        float: left;
    }

.radio_button_list, .checkbox_button_list {
    width: auto;
    height: auto;
}

    .radio_button_list input[type="radio"], .checkbox_button_list input[type="checkbox"] {
        float: left;
        margin: 3px 5px 0px 0px;
    }

    .radio_button_list label, .checkbox_button_list label {
        display: inline-block;
        float: left;
        height: auto;
        margin: 0px 0px 5px 0px;
        font-weight: normal;
    }

.table_form_width_auto.form_input_table .radio_button_list label, .table_form_width_auto.form_input_table .checkbox_button_list label {
    margin: 0px 10px 0px 0px !important;
    font-weight: normal;
}

.radio_button_list.display_inline, .checkbox_button_list.display_inline {
}

    .radio_button_list.display_inline label, .checkbox_button_list.display_inline label {
        width: auto;
        margin: 0px 10px 10px 0px;
    }

/*== MASTER PAGE  ==*/
.header_top_row {
    width: 100%;
    float: left;
    height: auto;
    border-bottom: solid 1px #ddd;
    padding: 10px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
    margin: 0px 0px 0px 0px;
    position: fixed;
    background: #fff;
    z-index: 9999;
    left: 0px;
    top: 0px;
}



.frame-popup-footer {
    width: 100%;
    float: left;
    height: auto;
    border-top: solid 1px #ddd;
    padding: 0 10px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
    margin: 0px 0px 0px 0px;
    position: fixed;
    background: #fff;
    z-index: 9999;
    left: 0px;
    bottom: 0px;
}

.hidetoprint {
    position: relative;
}

.com_name {
    float: left;
}

    .com_name .comp_name {
        font-size: 16px;
        color: #800000;
        text-transform: capitalize;
        margin: 0px 10px 5px 0px;
        float: left;
    }

    .com_name .site_name {
        width: auto;
        float: left;
        height: auto;
    }

    .com_name .site_change {
        font-size: 10px;
        vertical-align: top;
    }

.logout_section {
    float: right;
}

    .logout_section .orders {
        float: right;
    }

.logout {
    float: right;
    margin: 0px 0px 5px 0px;
}

.user_box {
    width: auto;
    float: left;
    height: auto;
    margin: 0px 20px 0px 0px;
}

.logout i {
    margin: 0px 5px 0px 0px;
}

.order_box {
}

    .order_box .count_number {
        color: #800000;
    }

.top_menu_box {
    width: auto;
    float: left;
    height: auto;
}

    .top_menu_box ul {
        width: auto;
        float: left;
        height: auto;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .top_menu_box ul li {
            width: auto;
            float: left;
            height: auto;
            position: relative;
            margin: 0px 20px 0px 20px;
        }

            .top_menu_box ul li:after {
                content: '';
                height: 15px;
                width: 1px;
                background: #999;
                position: absolute;
                right: -20px;
                top: 50%;
                border: none;
                transform: translateY(-50%);
                display: block;
            }

            .top_menu_box ul li:last-child:after {
                display: none;
            }

            .top_menu_box ul li:first-child {
                margin-left: 0px;
            }

            .top_menu_box ul li a {
                font-size: 13px;
                color: #333;
            }

                .top_menu_box ul li a i {
                    margin: 0px 5px 0px 0px;
                }

.main_content_box {
    width: 100%;
    float: left;
    height: auto;
    margin: 68px 0px 0px 0px;
    position: relative;
    display:block;
}


/* LEFT MENU */
.leftmenu_box_div {
    width: 100%;
    display: block; position:relative; clear:both;
}
.leftmenu_box {
    width: 100%;
    float: left;
    height: auto;
    list-style: none; display:block;
}

    .leftmenu_box li {
        width: 100%;
        float: left;
        height: auto;
        line-height: 27px;
    }

        .leftmenu_box li.menuhead {
            width: 100%;
            float: left;
            height: auto;
        }

            .leftmenu_box li.menuhead .menu_title {
                width: 100%;
                float: left;
                height: auto;
                font-size: 12px;
                padding: 0px 0px 0px 5px;
                background: #efefef;
                color: #800000;
                text-transform: none;
            }

            .leftmenu_box li.menuhead .noindent {
                width: 100%;
                float: left;
                height: auto;
                padding: 0px 0px 0px 20px;
                background: #fff;
                margin: 0px 0px 0px 0px;
            }

                .leftmenu_box li.menuhead .noindent a {
                    background: #fff;
                    border-bottom: none;
                    padding: 0px 0px 0px 0px;
                    font-size: 12px;
                    color: #333;
                }

    .leftmenu_box ul {
        list-style: none;
        padding: 0px 0px 0px 20px;
    }

/*HOME PAGE */

.home_service_listing {
    width: 100%;
    height: auto;
    list-style: none;
}

    .home_service_listing li {
        width: auto;
        float: left;
        height: auto;
        text-align: center;
    }

        .home_service_listing li span {
            width: 100%;
            float: left;
            height: auto;
            text-align: center;
            font-size: 13px;
        }

        .home_service_listing li i {
            width: 60px;
            height: 60px;
            font-size: 50px;
            vertical-align: middle;
            /*color:#9b7f7f;*/
            color: #999;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .home_service_listing li a:hover i {
            color: #992323;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .home_service_listing li i.master {
            /*color:#9b7f7f;*/
            color: #999;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .home_service_listing li a:hover i.master {
            color: #992323;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.content {
    vertical-align: top;
}

.home_service_listing li img {
    width: auto;
    height: auto;
    max-height: 50px;
    max-width: 50px;
    margin: 0px 0px 0px 0px;
}

.btn-menu-close {
    width: auto !important;
    height: auto !important;
    background: none;
    color: #800;
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 1px 3px 2px !important;
    z-index: 99;
}

.page_title {
    width: 100%;
    float: left;
    height: auto;
    padding: 0px 0px 10px 0px;
    border-bottom: solid 1px #ddd;
    font-size: 22px;
    margin: 0px 0px 10px 0px;
}

    .page_title .sub_category {
        font-size: 15px;
    }

.page_title_1 {
    width: 100%;
    float: left;
    height: auto;
    padding: 0px 0px 5px 0px;
    border-bottom: solid 1px #ddd;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
}

    .page_title_1.width_auto {
        width: auto;
        margin: 10px 0px 15px 0px;
        border: none;
    }

ul.common_list {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none;
}

    ul.common_list.arrowlist {
    }

    ul.common_list li {
        margin: 0px 0px 5px 0px;
        padding: 0px;
        list-style: none;
        font-size: 13px;
    }


        ul.common_list li a:before {
            content: "\f105";
            font-family: 'FontAwesome';
            font-size: 16px;
            color: #800;
            margin: 0px 10px 0px 0px;
        }

    ul.common_list.arrowlist li:before {
        content: "\f105";
        font-family: 'FontAwesome';
        font-size: 16px;
        color: #800;
        margin: 0px 10px 0px 0px;
    }

    ul.common_list li p {
        font-size: 12px;
        margin: 0px 0px 0px 16px;
    }

.report_list_box {
    width: 100%;
    float: left;
    height: auto;
}
/*POPUP DESIGN*/
.transeffect {
    background: rgba(0,0,0,0.3) !important;
    width: 100% !important;
}

#__selectionframediv, #__selectionframediv iframe {
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    border: none;
}

    #__selectionframediv iframe {
        box-shadow: 0px 1px 20px rgba(0,0,0,0.9);
    }


/*#__popupframediv, #__popupframediv iframe {
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    border: none;
}

    #__popupframediv iframe {
        box-shadow: 0px 1px 20px rgba(0,0,0,0.9);
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;

    }*/

.search_box {
    min-width: 50%;
}

hr {
    border: none;
    background: #ddd;
    height: 1px;
    margin: 0px 0px 10px 0px;
}
/*====================== CUSTOM GRID ===============================*/
.table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
}

.tables.form_input {
    width: auto;
    height: auto;
    margin: 0px 0px 10px 0px;
    border-collapse: collapse;
}

    .tables.form_input td {
        padding: 0px 5px;
    }

.table th {
    background: #efefef;
    height: auto;
    text-align: left;
    padding: 12px 5px;
    font-size: 12px;
    color: #800000;
    line-height: 16px;
}

    .table th a {
        display: block;
        color: #800000;
        text-decoration: underline;
    }

.table td {
    padding: 10px 5px;
}

.table.table-stripped {
    border: solid 1px #ddd;
}

    .table.table-stripped tr:nth-child(2n+1) {
        background: #F9F9F9;
    }

.table.table-hover {
    border: solid 1px #ddd;
}

.table.table-stripped tr:hover {
    background: #E8F6FF;
}

.table.table-border {
    border: solid 1px #f4f4f4;
    border-bottom: none;
}

    .table.table-border th, .table.table-border td {
        border-bottom: solid 1px #F4F4F4;
        word-break: break-word;
    }

.table td input[type="text"], .table td select, input[type="number"] {
    height: 28px;
    padding: 0px 5px;
    border: solid 1px #ddd;
    font-size: 12px;
    color: #555;
}

    .table td input[type="text"]:focus, .table td select:focus, input[type="number"]:focus {
        border: solid 1px #666;
    }

.popup_main_box {
    width: 100%;
    border-top: 5px solid #800000;
}

    .popup_main_box .popup_heading {
        width: 100%;
        height: auto;
        padding: 10px 20px;
        background: #fff;
        color: #000;
        font-size: 18px;
        /*-webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
            float: left;
        */
        border-radius: 0;
        border-bottom: 1px solid #ddd;
    }

    .popup_main_box .popup_body {
        padding: 20px;
        width: 100%;
        float: left;
    }

        .popup_main_box .popup_body .panel-body {
            height: auto;
            max-height: 380px;
            overflow: auto;
        }

        .popup_main_box .popup_body .category_list {
            width: 100%;
            float: left;
            height: auto;
            border-collapse: collapse;
        }

            .popup_main_box .popup_body .category_list a {
                font-size: 13px;
                color: #333;
            }

                .popup_main_box .popup_body .category_list a:before {
                    content: "\f105";
                    font-family: 'FontAwesome';
                    font-size: 16px;
                    margin: 0px 10px 0px 0px;
                    color: #800000;
                }

.iframe_close_btn {
    position: absolute;
    right: 10px;
    top: 13px;
    width: 15px;
    padding: 2px;
    cursor: pointer;
}

.checkbox_list {
    margin: 0px 0px 0px 0px;
    float: left;
    padding: 5px 0px;
}

    .checkbox_list input[type="checkbox"], .checkbox_list input[type="radio"] {
        float: left;
        margin: 3px 5px 0px 0px;
    }

    .checkbox_list label {
        float: left;
        font-weight: normal;
        margin: 0px 10px 0px 0px !important;
    }

.mainreportdiv {
    display: none;
    visibility: hidden;
    position: fixed !important;
    border: 1px solid Maroon;
    background-color: White;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.9);
}

.table_form_width_auto {
    width: auto;
    min-width: 500px;
}

    .table_form_width_auto.form_input_table {
        width: 100%;
        min-width: 400px;
    }

    .table_form_width_auto.form_input_table_50_percent {
        width: 50%;
    }

.fixed_layout {
    table-layout: fixed;
    border-collapse: collapse;
}

    .fixed_layout th {
        background: #efefef;
        padding: 15px 0px !important;
        color: #800000;
    }

.table_form_width_auto.form_input_table td, .table_form_width_auto.form_input_table th {
    width: 50%;
    padding: 0px 10px 0px 0px;
    vertical-align: top;
}

    .table_form_width_auto.form_input_table td.grp, .table_form_width_auto.form_input_table th.grp {
        width: auto !important;
        padding: 0px 10px 0px 0px;
        vertical-align: top;
    }


.table_form_width_auto.form_input_table_50_percent td, .table_form_width_auto.form_input_table_50_percent th {
    padding: 5px 10px 5px 10px !important;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.table_form_width_auto.form_input_table th {
    padding: 15px 10px 15px 10px !important;
    text-align: left;
}

.table_form_width_auto.form_input_table .table th {
    padding: 12px 5px;
    width: auto;
}

.table_form_width_auto.form_input_table .table td {
    padding: 10px 5px;
    width: auto;
}

.table_form_width_auto.form_input_table.five_column {
}

    .table_form_width_auto.form_input_table.five_column td, .table_form_width_auto.form_input_table.five_column th {
        width: 20%;
        padding: 0px 20px 0px 0px;
        vertical-align: top;
    }

        .table_form_width_auto.form_input_table td:last-child, .table_form_width_auto.form_input_table th:last-child, .table_form_width_auto.form_input_table.five_column td:last-child, .table_form_width_auto.form_input_table.five_column th:last-child {
            padding: 0px;
        }

.table_form_width_auto.form_input_table .table th:last-child {
    padding: 12px 5px;
}

.table_form_width_auto.form_input_table .table td:last-child {
    padding: 10px 5px;
}

.table_form_width_auto.form_input_table .form-control {
    height: 34px !important;
    padding: 0px 0px 0px 0px;
    font-family: 'Open Sans', sans-serif;
}

.table_form_width_auto.form_input_table .form-group label, .table_form_width_auto.form_input_table_50_percent .form-group label {
    display: block;
    margin: 0px 0px 0px 0px;
}

.table_form_width_auto.form_input_table .form-group {
}

    .table_form_width_auto.form_input_table .form-group.input-group .form-control {
        height: 34px;
    }

.update_store {
    width: 50%;
    float: right;
    height: auto;
    border: solid 1px #ddd;
    padding: 10px;
    margin: 30px 0px 0px 0px;
}

.storediv {
    display: none;
    border: solid 1px #ddd;
    position: absolute;
    background: #fff;
    right: 0px;
    top: 60px;
    padding: 5px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    width: 250px;
    z-index: 1111;
    margin-right: -75px;
}

    .storediv:after, .storediv:before {
        bottom: 100%;
        right: 35px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .storediv:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-right: -10px;
    }

    .storediv:before {
        border-color: rgba(221, 221, 221, 0);
        border-bottom-color: #ddd;
        border-width: 11px;
        margin-right: -11px;
        border-bottom-color: #ddd !important;
    }

.tooltip_box {
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 5px;
}

    .tooltip_box .tooltip {
        width: auto;
        display: none;
        position: absolute;
        transform: translateX(-50%);
        border: solid 1px #800;
        background: #fff;
        left: 50%;
        padding: 8px;
        min-width: 150px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        bottom: 160%;
        line-height: normal;
        font-size: 0.72rem;
        white-space: nowrap;
        color: #800;
        font-weight: normal;
    }

    .tooltip_box:hover .tooltip {
        display: block;
    }

    .tooltip_box .tooltip:after, .tooltip_box .tooltip:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .tooltip_box .tooltip:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .tooltip_box .tooltip:before {
        border-color: rgba(221, 221, 221, 0);
        border-top-color: #800;
        border-width: 11px;
        margin-left: -11px;
    }

.table_layout_fix {
    table-layout: fixed;
}

div.package {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
    border: solid 1px #ccc;
}

.fa-file-excel-o, .fa-print {
    margin: 0px 5px 0px 0px;
}

.add_product_btn {
    padding: 12px;
    float: left;
    margin: 1px 0px 0px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    width: 37px;
}

.supplier_select_box {
    box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
    padding: 0px 10px;
}

.inward_table {
    padding: 10px;
    margin: 0px 0px 10px 0px;
}

ul.add_recipe, ul.add_recipe > * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style-type: decimal;
    padding: 0px 15px;
}

    ul.add_recipe li {
        line-height: 22px;
        margin: 0px 0px 5px 0px;
        font-size: 14px;
        padding: 0px;
    }

.recipe_remove {
    position: absolute;
    right: 10px;
    top: 10px;
}

    .recipe_remove img {
        width: 12px;
    }

.form-group-editor {
    position: relative;
}

    .form-group-editor .form-control {
        width: 100%;
        border: solid 1px #ddd;
        font-size: 14px;
    }

.filterclass a {
    line-height: 27px;
}

.column_1 > div.col {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.column_2 > div.col {
    width: 48%;
    max-width: 48%;
    min-width: 48%;
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
}

#delele {
    width: 16px;
    height: 16px;
    border: 0 !important;
    margin: 0 5px;
    z-index: 999 !important;
    cursor: pointer;
}

.recipeuploadbtn {
    position: relative;
    margin: 10px 0 0 0;
}

    .recipeuploadbtn label {
        display: block
    }

.recipe-batch-box .form-group {
    margin-bottom: 0 !important;
}

#selele {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    border: 0 !important;
    z-index: 999 !important;
    cursor: pointer;
}

.recipe_upload_img {
    float: right;
    margin-bottom: 20px;
    width: 419px;
}

.recipe_batch_upload-div {
    position: relative;
    margin: 0;
    width: 100%;
}

.p_l20 {
    padding-left: 20px;
}

#recipemaintable .form-group {
    margin: 0 0 16px 0;
    padding-top: 10px;
}

#divIngredient .recipe_temp_upload img {
    width: 100%;
    height: 298px;
}

#divIngredient .recipe_temp_upload #imgRecipe {
    border: 1px solid #ddd;
}

.recipe-batch-box, .recipe-recipe-box {
    margin-top: 10px;
}

.recipe_upload_img .col_1 {
    max-width: 100%;
    width: 100%;
    height: 240px;
    position: relative;
    margin-bottom: 8px;
}

.recipe_upload_img .uploadimg {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    border: 0;
    box-shadow: none;
}

.recipe_upload_img img {
    width: 100%;
    border: solid 1px #ddd;
    margin: 0px 0px 5px 0px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.recipe_upload_img .col_1 img {
    height: 240px;
}

.recipe_upload_img .col_2 img {
    height: 117px;
}

.recipe_upload_img .col_3 img {
    height: 117px;
}
/*  .recipe_upload_img .col_1 img { height:auto;}
        .recipe_upload_img .col_2 img { height:auto;}
        .recipe_upload_img .col_3 img { height:auto;}*/


.recipe_upload_img .col_2 {
    width: 205px;
    max-width: 48%;
    float: left;
    height: 117px;
    position: relative;
}

.recipe_upload_img .col_3 {
    width: 205px;
    max-width: 48%;
    float: right;
    height: 117px;
    position: relative;
}



#divProcedure {
    width: 50%;
    float: left;
    padding: 0px 10px 0px 0px;
}

    #divProcedure .recipe_temp_details {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        clear: both;
        position: relative;
    }

        #divProcedure .recipe_temp_details #imageextra1, #divProcedure .recipe_temp_details .recipe_noimage1 {
            border: solid 1px #ddd;
            height: 145px;
            /*height: auto;*/
            width: 49%;
            float: left;
            position: relative;
        }

        #divProcedure .recipe_temp_details #imageextra2, #divProcedure .recipe_temp_details .recipe_noimage2 {
            border: solid 1px #ddd;
            height: 145px;
            /*height:auto;*/
            width: 49%;
            /*max-width: 240px;*/
            float: right;
            margin: 0px 0px 0px 5px;
            position: relative;
        }

.curposition {
    width: 3px !important;
    padding: 0px 0px 0px 0px !important;
    position: relative;
}

.order_line_list_view {
}

    .order_line_list_view td {
        padding: 5px 10px !important;
        border-bottom: 1px solid #f4f4f4;
    }

    .order_line_list_view:nth-child(2n+1) {
        background: #f9f9f9;
    }

.w_30 {
    width: 30px;
}

.w_40 {
    width: 40px;
}

.w_50 {
    width: 50px;
}

.w_60 {
    width: 60px;
}

.w_70 {
    width: 70px;
}

.w_80 {
    width: 80px;
}

.w_90 {
    width: 90px;
}

.w_100 {
    width: 100px;
}

.w_110 {
    width: 110px;
}

.w_120 {
    width: 120px;
}

.w_130 {
    width: 130px;
}

.w_140 {
    width: 140px;
}

.w_150 {
    width: 150px;
}

.w_160 {
    width: 160px;
}

.w_170 {
    width: 170px;
}

.w_180 {
    width: 180px;
}

.w_190 {
    width: 190px;
}

.w_200 {
    width: 200px;
}

.w_210 {
    width: 210px;
}

.w_220 {
    width: 220px;
}

.w_230 {
    width: 230px;
}

.w_240 {
    width: 240px;
}

.w_250 {
    width: 250px;
}

.w_260 {
    width: 260px;
}

.w_270 {
    width: 270px;
}

.w_280 {
    width: 280px;
}

.w_290 {
    width: 290px;
}

.w_300 {
    width: 300px;
}

.w_310 {
    width: 310px;
}

.w_320 {
    width: 320px;
}

.w_330 {
    width: 330px;
}

.w_340 {
    width: 340px;
}

.w_350 {
    width: 350px;
}

.table.gpreport_table {
}

    .table.gpreport_table tr.maintotal {
        background: #ddd !important;
    }

    .table.gpreport_table tr.subtotal {
        background: #efefef !important;
    }

    .table.gpreport_table tr.lineitem {
        background: #fff !important;
    }

.cursor_pointer {
    cursor: pointer;
    margin-right: 10px;
}

.cursor_pointerprod {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.supplierentry {
    background: #efefef;
}

.dateheader {
    background: #ddd !important;
}

    .dateheader a:hover {
        color: #800000;
    }

.PendingEmailPanel {
    background: #fff;
    width: auto;
    max-width: 70%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    position: fixed !important;
    z-index: 99999;
}

    .PendingEmailPanel .btncloseemailpanel {
        /*color: #fff;*/
        float: right;
    }

        .PendingEmailPanel .btncloseemailpanel:hover {
            /*color: #fff !important;*/
        }

#__globalLoading, #overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
}

#__selectionframediv {
    z-index: 100000000;
}

#__popupframediv {
    z-index: 100000000;
}

/* Approval Button Sucess Start */
.btn-success {
    color: #fff;
    background-color: #800;
    border-color: #800;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Open Sans', sans-serif;
}


.form-group.input-group .btn-success {
    width: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 9px 5px;
    height: 35px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

a.btn-success:hover, .btn-success:hover {
    color: #fff !important;
    background: #555;
    border-color: #555;
}


.btn-success.pagination-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #800;
    border-color: #800;
}


.btn-success:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-success.pagination-btn:disabled:hover {
    background-color: #800000;
    border-color: #800000;
}

/* Approval Button Sucess End */

.linepricechanged {
    width: 80px;
    background-color: lightgreen;
    color: black;
}

.buttonspace {
    float: right;
    margin-right: 10px;
}

table th p {
    width: 25px;
    line-height: 17px;
}



.p_10 {
    width: 10px;
    line-height: 17px;
}

.p_15 {
    width: 15px;
    line-height: 17px;
}

.p_20 {
    width: 20px;
    line-height: 17px;
}

.p_25 {
    width: 25px;
    line-height: 17px;
}

.p_30 {
    width: 30px;
    line-height: 17px;
}

.p_35 {
    min-width: 35px;
    line-height: 17px;
}

.p_40 {
    width: 40px;
    line-height: 17px;
}

.p_100 {
    width: 100px;
    line-height: 17px;
}


.gridheadlinkbreak {
    min-width: 20px;
    line-height: 17px;
}

.paddinrgt_20 {
    padding-right: 30px !important;
}

.min_w5 {
    min-width: 5px;
}

.min_w10 {
    min-width: 10px;
}

.min_w15 {
    min-width: 15px;
}

.min_w20 {
    min-width: 20px;
}

.min_w25 {
    min-width: 25px;
}

.min_w30 {
    min-width: 30px;
}

.min_w35 {
    min-width: 35px;
}

.min_w40 {
    min-width: 40px;
}

#divIngredient {
    position: relative;
}

    #divIngredient .recipe_temp_upload {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        float: left;
        position: relative;
    }

        #divIngredient .recipe_temp_upload #uploadedimage {
            width: 100%;
            height: 298px;
            /*max-height: 325px;
            max-width: 490px;
            min-height: 225px;
            min-width: 490px;*/
            border: solid 1px #ddd;
            position: relative;
        }

.addpackage_list {
}

.addpackage_list {
}

    .addpackage_list .package_group {
        display: table;
    }

        .addpackage_list .package_group span, .addpackage_list .package_group .form-group {
            display: table-cell;
            font-size: 14px;
            color: #800000;
            vertical-align: middle;
            font-weight: 500;
            padding: 0px 10px;
        }

    .addpackage_list .form-group input[disabled="disabled"] {
        padding: 0px 5px;
        text-align: center;
        background: #ddd !important;
        -webkit-box-shadow: inset 0px 40px 0px rgba(221,221,221,1);
        -moz-box-shadow: inset 0px 40px 0px rgba(221,221,221,1);
        box-shadow: inset 0px 40px 0px rgba(221,221,221,1);
    }

    .addpackage_list .package_delete {
        color: #800000;
    }

        .addpackage_list .package_delete:hover {
            text-decoration: none !important;
        }

@media only screen and (min-width: 1440px) {
    #divProcedure .recipe_temp_details {
        /*height: 230px;*/
    }

        #divProcedure .recipe_temp_details #imageextra1, #divProcedure .recipe_temp_details #imageextra2, #divProcedure .recipe_temp_details .recipe_noimage1, #divProcedure .recipe_temp_details .recipe_noimage2 {
            max-width: 100%;
        }

    #divIngredient .recipe_temp_upload #uploadedimage, #divIngredient .recipe_temp_upload img {
        width: 100%;
        /*height: auto;
        max-height: 340px;
        max-width: 100%;
        min-height: 280px;
        min-width: 550px;*/
        border: solid 1px #ddd;
    }
}
/*DATEPICKER CONTROL*/
.datepicker_main_box > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.datepicker_main_box {
    /*   padding: 20px 10px 10px 10px;*/
    padding: 10px 10px 5px 10px;
    background: #fff !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: none !important;
}

    .datepicker_main_box #__selectionframe {
        box-shadow: none;
        border: none;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }

    .datepicker_main_box .datepicker_box {
        padding: 10px 0px !important;
    }

        .datepicker_main_box .datepicker_box .datepicker_box {
            padding: 10px 0px !important;
        }

    .datepicker_main_box .dateheader {
        padding: 5px;
    }

    .datepicker_main_box .nextpre_selector {
    }

        .datepicker_main_box .nextpre_selector a {
            display: block;
            padding: 10px;
        }

.theader {
    border-top: thin double #800000 !important;
}

.fs-16 {
    font-size: 16px;
}

.seperator_row {
    height: 20px !important;
}


.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #d43f3a;
        border-color: red;
    }

.li-no-style {
    list-style: none;
}


.badge {
    position: relative;
    margin-right: 5px;
}

    .badge[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: -12px;
        right: -19px;
        font-size: .7em;
        font-weight: 700;
        background: white;
        color: #800000;
        border: solid 1px #800000;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        border-radius: 50%;
        box-shadow: 0 0 1px #333;
    }



.updatemsg {
    width: 100%;
    padding: 5px 15px;
    background-color: #fdf7d8;
    height: auto;
    position: fixed;
    z-index: 2222;
    top: 68px;
    left: 0;
    right: 0; height:30px;
}

    .updatemsg .textmsg {
        display: block;
        font-size: 0.8vw;
        color: #555; width:100%; position:relative; white-space:normal; word-wrap:break-word;
    }
    .close-image .tooltiptext {display:none;}

.close-image {
    color: #800000;
    position: absolute !important;
    right: 10px;
    z-index: 2222;
}
/*    .close-icon-image .tooltiptext {
        visibility: hidden;
        color: #000;
        text-align: center;
        border: 1px solid #000;
        padding: 3px;
        background-color: #FFF;
        position: absolute;
        z-index: 1;
        font-family: 'Open Sans', sans-serif;
    }

    .close-image:hover .tooltiptext {
        visibility: visible;
        right: 0;
        top: 93px;
    }*/

#closeiconpos {
    float: right;
    position: relative;
    top: 2px;
}


.msg_bg_color_success {
    background-color: #d4ffaf !important;
}

.msg_bg_color_failure {
    background-color: #ffd3d3 !important;
}

.btnwidthheightfixed {
    width: 101px;
    height: 32px;
}

.dark_link {
    border-bottom-color: gray !important;
}

    .dark_link:hover {
        border-bottom-color: maroon !important;
    }

/* Display Product Page Tab */
/* Style the buttons that are used to open the tab content */
.product_tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

    /* Change background color of buttons on hover */
    .product_tab button:hover {
        background-color: #ddd;
    }
    /* Create an active/current tablink class */
    .product_tab button.active {
        background-color: #808080;
        color: #FFFFFF;
    }

.btn-archive {
    font: bold 11px;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 3px 6px 3px 6px;
    border: 1px solid #333333;
    margin-left: 10px;
}

.tablinks {
    font-size: 14px;
    color: #555;
    font-family: 'Open Sans', sans-serif;
}

.tab {
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.product_tab button {
    float: left;
    outline: none;
    cursor: pointer;
    padding: 0px;
    transition: 0.3s;
    margin: 0px;
    border: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    background: #fff !important;
    border-collapse: collapse;
}

.product_tab .tab_btn {
    background: #808080 !important;
    margin: 5px 3px;
    color: #fff;
    padding: 8px 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.product_tab .active .tab_btn {
    background: #fff !important;
    font-weight: bold;
    color: #800000 !important;
}

/* Change background color of buttons on hover */
.product_tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.product_tab button.active {
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
    border-bottom: 1px solid #fff !important;
    position: relative;
    z-index: 2;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.btn-archiveplace {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
/* Display Product Page Tab End */
.i_tab_margin_5 {
    margin: 0px 5px 0px 0px !important;
}

.reportTable {
    width: 100%;
    position: relative;
}

    .reportTable tr:nth-child(2) td {
        position: sticky;
        top: 59px;
        z-index: 111;
        background: #f2f2f2;
    }

.reportTable_2 {
    width: 100%;
    position: relative;
}

    .reportTable_2 tr:nth-child(2) td {
        position: sticky;
        top: 59px;
        z-index: 111;
        background: #f2f2f2;
    }

    .reportTable_2 tr:nth-child(3) td {
        position: sticky;
        top: 81px;
        z-index: 111;
        background: #f2f2f2;
    }

.table th {
    position: sticky;
    top: 66px;
    z-index: 111;
}

.st-20table th {
    position: sticky;
    top: -20px;
    z-index: 111;
}

.st0table th {
    position: sticky;
    top: 0px;
    z-index: 111;
}

.notblsticky th {
    position: relative;
    top: 0px;
    z-index: 111;
}

.table {
    position: relative
}

.stictytable0 th {
    position: sticky;
    top: 0;
    z-index: 111;
}

.stictytable0 {
    position: relative
}

select {
    font-family: 'Open Sans', sans-serif;
}
/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* The actual popup */
    .popup .popuptext {
        visibility: hidden;
        width: 300px;
        background-color: white;
        color: #fff;
        text-align: center;
        padding: 5px 0 0 0;
        position: absolute;
        z-index: 1111;
        top: 120%;
        left: 30px;
        margin-left: -80px;
        border: 1px solid #ddd;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }

.popuptext .location-databar {
    max-height: 450px;
}

.popuptext .simplebar-track {
    visibility: hidden !important
}

.popuptext.show .simplebar-track {
    visibility: visible !important
}

.popup .popuptext .simplebar-track.horizontal {
    visibility: hidden !important
}

.popuptext .simplebar-content {
    padding-bottom: 30px !important;
}

.popuptext .popuptitle {
    clear: both;
    border-bottom: 2px solid #991f1f;
}

    .popuptext .popuptitle h4 {
        color: #991f1f
    }

.popup .popuptext {
    list-style: none;
}

    .popup .popuptext li {
        width: 100%;
        list-style: none;
    }

        .popup .popuptext li a {
            width: 100%;
        }

    .popup .popuptext ul {
        margin-top: 0;
        margin-bottom: 5px;
    }
    /* Popup arrow */
    .popup .popuptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 20%;
        margin-left: -5px;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent white transparent;
    }

    .popup .popuptext::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 20%;
        margin-left: -7px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #ddd transparent;
    }

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.sitelocationdropdown {
    overflow-x: hidden;
    overflow-y: scroll;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.allmenuhide {
    display: none;
}

.menushow {
    display: table-cell;
}

.cornermenushow {
    display: inline;
}

/*.validationfocus {
            height: 34px;
            width: 100% !important;
            padding: 0px 10px;
            -webkit-box-shadow: inset 0px 0px 0px rgb(255,255,255);
            -moz-box-shadow: inset 0px 0px 0px rgb(255,255,255);
            box-shadow: inset 0px 0px 0px rgb(255,255,255);
            border-width: 0px 0px 2px !important;
            border-style: solid;
            border-color:#ff8000 !important;
        }*/


/*
               height:100% !important;
            width:100% !important;
            border:none;            
            padding: 0px 10px;
            -webkit-box-shadow:inset 0px 0px 0px rgb(255,255,255);
            -moz-box-shadow:inset 0px 0px 0px rgb(255,255,255);
            box-shadow:inset 0px 0px 0px rgb(255,255,255);
            background:yellow !important;
             background-color:rgb(255, 251, 166) !important;*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    border: 0;
    outline: none;
    background-color: #800000;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 7px;
    font-weight: bold;
}

    #myBtn:hover {
        background-color: #555;
        z-index: 99;
    }

#myBtnbottom {
    display: none;
    position: fixed;
    top: 80px;
    right: 30px;
    z-index: 99999;
    border: 0;
    outline: none;
    background-color: #800000;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 7px;
    font-weight: bold;
}

    #myBtnbottom:hover {
        background-color: #555;
    }

.dropdownredlink {
    color: #991f1f;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    padding: 5px 30px 5px 10px;
    transition: all 0.5s ease;
}

.loading-data {
    position: absolute;
    top: 20px;
    left: 40%;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    color: #222;
}

.simplebar-content {
    overflow: hidden !important
}

.linkbtn {
    color: #fff;
    background-color: #999;
    border-color: #999
}

.qtytxt {
    font-size: 12px;
}

#detailframeholderdiv {
    position: fixed;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    display: none;
    background-color: White;
    z-index: 9999;
}

.detailframeholderdiv_overlay {
    width: 100%;
    background: rgba(0,0,0,0.20);
    position: fixed;
    height: 100%;
    z-index: 9;
    left: 0px;
    top: 0px;
}

#pagedetailframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: none;
    z-index: 999;
    background: #fff;
}

.detailframecloseimg {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 9999;
}



.drilldown:hover {
    color: #800000 !important;
}

.newsection {
    border-left: solid 1px #999;
}

.linkable {
    border-bottom: 1px solid lightgray !important;
    text-decoration: dashed;
    cursor: pointer;
}

    .linkable:hover {
        border-bottom: 1px solid maroon !important;
    }

.backbtn {
    margin: 0 20px 20px 20px;
    padding: 3px 20px;
    border-radius: 100px;
    border: 1px solid #800;
    text-align: right;
    color: #fff;
    float: right;
    background: #800;
}

    .backbtn:hover {
        background: #000;
        color: #fff !important;
        border: 1px solid #000;
    }

.popup_height {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.m_l20 {
    margin-left: 20px !important;
}

.msglbl {
    color: #000;
    font-size: 12px;
    font-weight: 600;
}


.datepicker_main_box #__selectionframe {
    height: 330px;
}

.calendar_monthyear_div {
    margin: 0px 0 10px 0;
}
    .calendar_monthyear_div .cal_month {
        padding: 5px 12px 5px 5px;
        border: 1px solid #bcbcbc;
    }
    .calendar_monthyear_div .cal_year {
        padding: 5px 8px 5px 5px;
        border: 1px solid #bcbcbc;
        border-radius: 0px;
        margin-right: 10px;
    }
    .calendar_monthyear_div select option {
        border-radius: 0 !important;
        padding: 5px 0 !important;
        border: 1px solid #ddd;
        border-radius: 0px;
    }

.currencyprecision_div { margin:10px 0; padding:10px; border:1px solid #ddd; background-color:#f9f9f9;}
.currencyprecision_div ul { margin:0 0 0 10px; padding:0;}

.updatecustomsetting_section {
    position: relative;
    margin: 10px 0
}

.updatecustomsetting_div {
    position: relative;
    display: flex;
    justify-content: space-between;
}

    .updatecustomsetting_div .panel {
        margin: 0 10px 0 0;
    }

    .updatecustomsetting_div .periodapprovalright_div {
        position: relative;
    }

        .updatecustomsetting_div .periodapprovalright_div ul {
            position: relative;
            list-style: none;
        }

            .updatecustomsetting_div .periodapprovalright_div ul li {
                width: 48%;
                float: left;
            }

        .updatecustomsetting_div .periodapprovalright_div input[type="checkbox" i] {
            position: relative;
            vertical-align: middle;
            margin: 10px 5px;
        }