@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/BF.Prod.Web/Admin/AdminDashboard.razor.rz.scp.css */
body[b-in7thuizf0] {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

/*.card-container {
    display: flex;
    margin-left: -30px;
    width:100%
}

.card {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    width: 24%;
    height: 130px;
}
    .card i {
        font-size: 50px;
        color: rgb(122, 185, 239) !important;
        text-shadow: -2px 2px 0px white, -3px 3px 6px rgba(11, 102, 162, 0.33)
    }

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .card-header .number {
        font-size: 38px;
        font-weight: bold;
        color: #2a8bcb;
        text-shadow: -2px 2px 0px white, -3px 3px 6px rgba(11, 102, 162, 0.33);
        line-height: 1.1;
    }

    .card-header .i{
        font-size: 100px;
        font-weight: bold;
        color: #333;
    }

.card-body p {
    font-size: 16px;
    color: #666;
    text-align: left;
    color: #2a8bcb;
}

.card-body button {
    background-color: #333;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .card-body button:hover {
        background-color: #555;
    }


.orange {
    border: solid 2px rgb(245, 177, 70);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);  
    
}

    .orange .card-body button {
        background-color: rgb(245, 177, 70) !important;
        text-shadow: 1px 1px 1px #b37007;
    }

.green {
    border: solid 2px #77b966 !important;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
}
.green .card-body button {
    background-color: #77b966 !important;
    text-shadow: 1px 1px 1px #30731f;
}

.purple {
    border: solid 2px #c780d4 !important;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
}
.purple .card-body button {
    background-color: #c780d4 !important;
    text-shadow: 1px 1px 1px #9943a9;
}

.blue {
    border: solid 2px #60a8d2 !important;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
}
.blue .card-body button {
    background-color: #60a8d2 !important;
    text-shadow: 1px 1px 1px #3579a0;
}*/


/* Dashboard */
.small-box > .inner[b-in7thuizf0] {
}

.small-box .icon[b-in7thuizf0] {
    color: #2a8bcb;
    font-size: 40px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: rgb(122, 185, 239) !important;
    text-shadow: -2px 2px 0px white, -3px 3px 6px rgba(11, 102, 162, 0.33);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 0;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.15);
}

.small-box:hover .icon[b-in7thuizf0] {
    font-size: 55px;
    color: #0b66a2;
}

.small-box p[b-in7thuizf0] {
    color: #2a8bcb;
}

.small-box h3[b-in7thuizf0] {
    color: #2a8bcb;
    text-shadow: -2px 2px 0px white, -3px 3px 6px rgba(11, 102, 162, 0.33);
}

.small-box > .small-box-footer[b-in7thuizf0] {
    color: #fff;
    background: rgb(42, 139, 203);
}

    .small-box > .small-box-footer:hover[b-in7thuizf0] {
        color: #fff;
        background: #0b66a2;
    }

.small-box[b-in7thuizf0] {
    border: solid 2px rgba(156, 156, 156, 0.17);
    background: #fff;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08) !important;
    max-width: 400px;
    width:25%;
    margin-right:20px;
}

.first_box[b-in7thuizf0] {
    border: solid 2px rgb(245, 177, 70);
}

.second_box[b-in7thuizf0] {
    border: solid 2px #77b966 !important;
}

.third_box[b-in7thuizf0] {
    border: solid 2px #c780d4 !important;
}

.four_box[b-in7thuizf0] {
    border: solid 2px #60a8d2 !important;
}

.first_box .small-box-footer[b-in7thuizf0] {
    background-color: rgb(245, 177, 70) !important;
    text-shadow: 1px 1px 1px #b37007;
}

.second_box .small-box-footer[b-in7thuizf0] {
    background-color: #77b966 !important;
    text-shadow: 1px 1px 1px #30731f;
}

.third_box .small-box-footer[b-in7thuizf0] {
    background-color: #c780d4 !important;
    text-shadow: 1px 1px 1px #9943a9;
}

.four_box .small-box-footer[b-in7thuizf0] {
    background-color: #60a8d2 !important;
    text-shadow: 1px 1px 1px #3579a0;
}
.small-box[b-in7thuizf0] {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    width:25%;

}

    .small-box > .inner[b-in7thuizf0] {
        padding: 10px;
    }

    .small-box > .small-box-footer[b-in7thuizf0] {
        position: relative;
        text-align: center;
        padding: 3px 0;
        color: #fff;
        color: rgba(255, 255, 255, 0.8);
        display: block;
        z-index: 10;
        background: rgba(0, 0, 0, 0.1);
        text-decoration: none;
    }

        .small-box > .small-box-footer:hover[b-in7thuizf0] {
            color: #fff;
            background: rgba(0, 0, 0, 0.15);
        }

    .small-box h3[b-in7thuizf0] {
        font-size: 38px;
        font-weight: bold;
        margin: 0 0 10px 0;
        white-space: nowrap;
        padding: 0;
    }

    .small-box p[b-in7thuizf0] {
        font-size: 15px;
    }

        .small-box p > small[b-in7thuizf0] {
            display: block;
            color: #f9f9f9;
            font-size: 13px;
            margin-top: 5px;
        }

    .small-box h3[b-in7thuizf0],
    .small-box p[b-in7thuizf0] {
        z-index: 5px;
    }

    .small-box .icon[b-in7thuizf0] {
        
    }

    .small-box:hover[b-in7thuizf0] {
        text-decoration: none;
        color: #f9f9f9;
    }

        .small-box:hover .icon[b-in7thuizf0] {
            font-size: 55px;
        }

@media (max-width:767px) {
    .small-box[b-in7thuizf0] {
        text-align: center;
    }

        .small-box .icon[b-in7thuizf0] {
            display: none;
        }

        .small-box p[b-in7thuizf0] {
            font-size: 12px;
        }
}
.box-header[b-in7thuizf0] {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    display:flex;
    
}
/* _content/BF.Prod.Web/CRM/Admin/ManageCustomer.razor.rz.scp.css */

.divGridRowFilter[b-97073nfroj] {
    margin-top: 10px;
}

.text-center[b-97073nfroj] {
    text-align: center;
    margin-top: 20px;
}

.alert[b-97073nfroj] {
    color: red;
    font-size: 16px;
}

.txtGridFilter[b-97073nfroj] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 40ch;
    font-weight: 600;
    float: right;
}
.btnRemove[b-97073nfroj] {
    background-color: #2a8bcb;
    cursor: pointer;
    color: white;
    border: 1px solid #2a8bcb;
}

    .btnRemove:hover[b-97073nfroj] {
        background-color: #ff6868;
        border: 1px solid red;
    }

    .btnRemove i[b-97073nfroj] {
        margin-right: 0px;
        padding: 5px;
        font-size: 15px;
    }

.actionbtn i[b-97073nfroj] {
    margin-right: 0px;
    font-size: 12px;
}
.btn[b-97073nfroj] {
    text-transform:capitalize;
}



.form-group[b-97073nfroj] {
    width: 50%;
}

.custom-fieldset[b-97073nfroj] {
    display: flex;
    margin: 10px 10px 0 0;
}

    .custom-fieldset select[b-97073nfroj] {
        flex: 1 1 100%;
    }

    .custom-fieldset input[b-97073nfroj] {
        font-size: 14px;
        border: 1px solid #66afe9;
        padding-inline: 10px;
        margin: 0px 35px 0 10px;
        float: right;
    }

        .custom-fieldset input:focus[b-97073nfroj] {
            box-shadow: none;
            outline: none;
        }
.modalEditParty[b-97073nfroj] {
    max-width: 800px;
}


.ddlPaymentType[b-97073nfroj], .ddlUnit[b-97073nfroj] {
    padding: 7px;
    border: 1px solid #66afe9;
    outline: 0;
    font-weight: 550;
    padding-right: 30px;
    background: #fff;
    width: 50%;
    float: right;
    margin: 0 35px 0 10px;
}
/* _content/BF.Prod.Web/CRM/Admin/ManageStaff.razor.rz.scp.css */
.divGridRowFilter[b-ud4jwuore9] {
    margin-top: 10px;
}

.text-center[b-ud4jwuore9] {
    text-align: center;
    margin-top: 20px;
}

.alert[b-ud4jwuore9] {
    color: red;
    font-size: 16px;
}

.txtGridFilter[b-ud4jwuore9] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 40ch;
    font-weight: 600;
    float: right;
}
.alert[b-ud4jwuore9] {
    margin-top : 20px;
    text-align : center;
    color: red;
    font-size: 16px;
}
.btnAddEmp[b-ud4jwuore9]{
    float : right;
}

.form-group[b-ud4jwuore9] {
    width: 50%;
}

.custom-fieldset[b-ud4jwuore9] {
    display: flex;
    margin: 10px 10px 0 0;
}

    .custom-fieldset select[b-ud4jwuore9] {
        padding: 7px;
        border: 1px solid #66afe9;
        outline: 0;
        font-weight: 550;
        padding-right: 30px;
        background: #fff;
        width: 51%;
        float: right;
        margin: 0 35px 0 10px;
        flex: 1 1 100%;
    }

    .custom-fieldset input[b-ud4jwuore9], .custom-fieldset textarea[b-ud4jwuore9] {
        font-size: 14px;
        border: 1px solid #66afe9;
        padding-inline: 10px;
        margin: 0px 35px 0 10px;
        float: right;
    }
    .custom-fieldset textarea[b-ud4jwuore9] {
        width: 100%;
        margin: 0px 35px 0 55px !important;
    }

        .custom-fieldset input:focus[b-ud4jwuore9], .custom-fieldset textarea:focus[b-ud4jwuore9] {
            box-shadow: none;
            outline: none;
        }

.modalCreateUser[b-ud4jwuore9] {
    max-width: 800px;
}


.password-input[b-ud4jwuore9] {
    margin: 0px 0px 0 10px !important;
    padding-right: 30px;
}


.input-group[b-ud4jwuore9] {
    position: relative;
    display: ruby;
    flex-wrap: wrap;
    align-items: stretch;
    width: auto;
    float: right;
    margin: 0px 42px 0px 0px !important;
}

.input-group-text[b-ud4jwuore9] {
    font-size: 1.2rem;
    cursor: pointer;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback)[b-ud4jwuore9] {
    margin-left: -30px;
    position: relative;
}

.input-group > .form-control[b-ud4jwuore9] {
    position: relative;
    min-width: 0;
}
/* _content/BF.Prod.Web/CRM/Admin/ManageSupplier.razor.rz.scp.css */
.divGridRowFilter[b-7pdfvkym1g] {
    margin-top: 10px;
}

.text-center[b-7pdfvkym1g] {
    text-align: center;
    margin-top: 20px;
}

.txtGridFilter[b-7pdfvkym1g] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 40ch;
    font-weight: 600;
    float: right;
}

.alert[b-7pdfvkym1g] {
    margin-top: 20px;
    text-align: center;
    color: red;
    font-size: 16px;
}

.btnAddEmp[b-7pdfvkym1g] {
    float: right;
}
.modalCreateSupplier[b-7pdfvkym1g] {
    max-width: 800px;
}
.form-group[b-7pdfvkym1g] {
    width: 50%;
}

.custom-fieldset[b-7pdfvkym1g] {
    display: flex;
    margin: 10px 10px 0 0;
}

    .custom-fieldset select[b-7pdfvkym1g] {
        padding: 7px;
        border: 1px solid #66afe9;
        outline: 0;
        font-weight: 550;
        padding-right: 30px;
        background: #fff;
        width: 51%;
        float: right;
        margin: 0 35px 0 10px;
        flex: 1 1 100%;
    }

    .custom-fieldset input[b-7pdfvkym1g] {
        font-size: 14px;
        border: 1px solid #66afe9;
        padding-inline: 10px;
        margin: 0px 35px 0 10px;
        float: right;
    }

        .custom-fieldset input:focus[b-7pdfvkym1g] {
            box-shadow: none;
            outline: none;
        }
/* _content/BF.Prod.Web/CRM/Admin/PartyOrder.razor.rz.scp.css */
.row-search[b-ydh6ie53o9] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    caret-color: transparent;
}
.divSearchBox[b-ydh6ie53o9]{
    width : 30%;
}
.brandSearchBox[b-ydh6ie53o9] {
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    font-weight: 800;
    caret-color: auto;
    height: 35px;
}
.form-group[b-ydh6ie53o9]{
    width: 50%;
}
.text-center[b-ydh6ie53o9] {
    text-align: center;
    margin-top: 20px;
}
.chkOrder[b-ydh6ie53o9]{
    height: 15px;
    width: 15px;
}
/* _content/BF.Prod.Web/CRM/Billing/CustomInvoice.razor.rz.scp.css */
.row-search[b-sgtc64eq6n] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}

.divSearchBox[b-sgtc64eq6n], .ddlClient[b-sgtc64eq6n] {
    width: 20%;
}

.SearchBox[b-sgtc64eq6n] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 30ch;
}

.divBomHeader[b-sgtc64eq6n] {
    margin-top: 10px;
    background-color: #92d050;
    padding: 5px;
    display: grid;
    text-align: center;
    font-size: 18px;
    color: black;
}

.ddlPartyAddress[b-sgtc64eq6n], .ddlClient[b-sgtc64eq6n] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 50px;
    font-weight: 800;
    text-transform: none;
}

.ddlClient[b-sgtc64eq6n] {
    width: 100%;
}
.ord-det-col[b-sgtc64eq6n] {
    width: 33%;
    padding-left: 15px;
}

.custom-label[b-sgtc64eq6n] {
    font-size: 12px;
    text-shadow: 0px 1px 2px #c1c1c1, 1px 2px 3px #fff;
    font-weight: bold;
}
.text-center[b-sgtc64eq6n] {
    text-align: center;
    margin-top: 20px;
}
.divBgGrey[b-sgtc64eq6n] {
    background-color: #dfdfdf;
    line-height: 1.5;
}
.chkIsInsChrg[b-sgtc64eq6n] {
    align-items: center;
    vertical-align: text-top;
    margin-left: 10px;
}
.divMain[b-sgtc64eq6n] {
    border: #ccc solid 1px;
    padding: 10px;
    margin-top: 20px;
}
.divPartyDetails[b-sgtc64eq6n] {
    border: #ccc solid 1px;
    padding: 10px;
}
.spanGstAmount[b-sgtc64eq6n]{
    justify-content: center;
    display: flex;
    font-size: 14px;
    padding-top:10px;
}
.smallCol[b-sgtc64eq6n] {
    width : 14.33%;
}
.bigCol[b-sgtc64eq6n] {
    width: 19%;
}
.btnRemove[b-sgtc64eq6n] {
    background-color: #0f89f1;
    cursor: pointer;
    color: white;
    border: 1px solid #2a8bcb;
    border-radius: 3px;
}

    .btnRemove:hover[b-sgtc64eq6n] {
        background-color: #ff6868;
        border: 1px solid red;
    }

    .btnRemove i[b-sgtc64eq6n] {
        padding-left: 5px;
        font-size: 12px;
    }
/* _content/BF.Prod.Web/CRM/DeveloperFeatures/AppMenu.razor.rz.scp.css */
.divGridRowSelect[b-vsqqf45lwc] {
    margin-bottom: -15px;
    margin-top: 10px;
}

.txtSearchBox[b-vsqqf45lwc] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 70px;
    font-weight: 800;
    width: 40%;
    text-transform: none;
    float: right;
}

.editable[b-vsqqf45lwc] {
    text-align: center;
    width: 30ch;
    border: 1px solid #66afe9;
    height: fit-content;
}
.editableNum[b-vsqqf45lwc] {
    text-align: center;
    width: 40px;
    border: 1px solid #66afe9;
}
table .fa[b-vsqqf45lwc] {
    margin-right: 0;
}
.tblLogs .fa[b-vsqqf45lwc] {
    margin-right: 5px;
}
.text-center[b-vsqqf45lwc] {
    text-align: center;
    margin-top: 20px;
}
.form-group[b-vsqqf45lwc] {
    width: 50%; 
}
/* _content/BF.Prod.Web/CRM/DispatchModule/Dispatch.razor.rz.scp.css */

.grid-btn[b-pr21p9wja6] {
    background-color: #fff;
    border: 0;
    color: #1888e7;
    border: 1px solid #1888e7 ;
    border-radius: 0 !important;
    font-size: 12px;
    text-shadow: none;
    width: 50px;
    text-transform: none !important;
    padding: 3px;
}
    .grid-btn .fa[b-pr21p9wja6] {
        margin-right: 0;
    }
    .grid-btn:not([disabled]):hover[b-pr21p9wja6] {
        color: #fff;
        background: #0b66a2;
        border: #2a8bcb solid 1px;
        cursor: pointer;
    }

.legend-box[b-pr21p9wja6] {
    display: flex;
    text-align: center;
    width: 100%;
}

.legends[b-pr21p9wja6] {
    flex-grow: 1;
    margin-left: 10px;
    line-height: 1.2;
    padding: 7px;
}

.ord-det-col[b-pr21p9wja6] {
    width: 33%;
    padding-left: 15px;
}
.custom-label[b-pr21p9wja6] {
    font-size: 12px;
    text-shadow: 0px 1px 2px #c1c1c1, 1px 2px 3px #fff;
    font-weight: bold;
}
.center[b-pr21p9wja6] {
    justify-content: center;
}
.search-box[b-pr21p9wja6] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    width: 40ch;
    font-weight: 800;
    text-transform: uppercase;
}
.search-box:focus[b-pr21p9wja6]{
    outline: none;
    box-shadow: none;
}
.form-field input[b-pr21p9wja6], .form-field textarea[b-pr21p9wja6], .form-field select[b-pr21p9wja6] {
    border-radius: 5px;
    color: #555;
}

.chktallyexp[b-pr21p9wja6] {
    width: 20px;
    height: 35px;
}
.txttally[b-pr21p9wja6] {
    margin: 0 10px 0 10px;
    padding-left: 5px;
}
a.disabled[b-pr21p9wja6] {
    pointer-events: none;
    cursor: default;
}
.headings[b-pr21p9wja6] {
    padding: 5px;
    margin: 0;
    color: #2a8bcb;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
/* _content/BF.Prod.Web/CRM/Master Controls/AddEditProductMaster.razor.rz.scp.css */
.ord-det-col[b-t4t0g3fr8t] {
    width: 33%;
    padding-left: 15px;
}
.row[b-t4t0g3fr8t] {
    justify-content: center;
}
.custom-label[b-t4t0g3fr8t] {
    font-size: 12px;
    text-shadow: 0px 1px 2px #c1c1c1, 1px 2px 3px #fff;
    font-weight: bold;
}
.form-field select[b-t4t0g3fr8t] {
    font-weight : normal;
}
    .form-field input[disabled][b-t4t0g3fr8t], .form-field select[disabled][b-t4t0g3fr8t] {
        background-color: #eaeaea;
    }
.text-center[b-t4t0g3fr8t] {
    text-align: center;
    margin-top: 20px;
}
.spanCoating[b-t4t0g3fr8t]{
    float:right;
    margin: 10px 20px 0 0;
}
input[type="checkbox"]:disabled[b-t4t0g3fr8t] {
    cursor: not-allowed;
}
.chkCoating[b-t4t0g3fr8t]{
    height : 20px;
    width : 20px;
}
.txtComp[b-t4t0g3fr8t] {
    height: 38px !important;
    min-width: 40ch;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 40ch;
}
.txtDisabled[b-t4t0g3fr8t]{
    width: 5ch;
    padding-left : 5px;
    cursor : not-allowed;
}
.txtPackSize[b-t4t0g3fr8t]{
    height : 38px;
}

.DivProductUpdate input[type="text"][b-t4t0g3fr8t], 
.DivProductUpdate input[type="number"][b-t4t0g3fr8t], 
.DivProductUpdate textarea[b-t4t0g3fr8t], 
.DivProductUpdate select[b-t4t0g3fr8t] {
    border: 1px dashed #d39700;
    background-color: rgba(211, 151, 0, 0.1);
}
.form-field span[b-t4t0g3fr8t] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    display: block;
    line-height: 1.8;
    caret-color: transparent;
}

.txtComp[b-t4t0g3fr8t] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 40ch;
    font-weight: 600;
    float: right;
}

/*---------------CSS for Toggle block/unblock chekbox---------------*/
.onoffswitch[b-t4t0g3fr8t] {
    position: relative;
    width: 115px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    float: left;
    margin-left: 15px;
}

.onoffswitch-checkbox[b-t4t0g3fr8t] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label[b-t4t0g3fr8t] {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner[b-t4t0g3fr8t] {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner[b-t4t0g3fr8t]:before, .onoffswitch-inner[b-t4t0g3fr8t]:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner[b-t4t0g3fr8t]:before {
        content: "Blocked";
        padding-left: 10px;
        background-color: #E62222;
        color: #FFFFFF;
    }

    .onoffswitch-inner[b-t4t0g3fr8t]:after {
        content: "Unblocked";
        padding-right: 10px;
        background-color: #0bc70b;
        color: black;
        text-align: right;
    }

.onoffswitch-switch[b-t4t0g3fr8t] {
    display: block;
    width: 19px;
    margin: 5.5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 81px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner[b-t4t0g3fr8t] {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch[b-t4t0g3fr8t] {
    right: 0px;
}
/*---------------End of CSS for Toggle block/unblock chekbox---------------*/
/* _content/BF.Prod.Web/CRM/Master Controls/AssignMenus.razor.rz.scp.css */
.row[b-f1y9tz5eih] {
    justify-content: center;
}
.txtEmp[b-f1y9tz5eih] {
    height: 38px !important;
    min-width: 40ch;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 40ch;
}
.text-center[b-f1y9tz5eih] {
    text-align: center;
    margin-top: 20px;
}
.divAllMenus[b-f1y9tz5eih], .divAssignedMenus[b-f1y9tz5eih] {
    width: 50%;
}
.multiselect[b-f1y9tz5eih] {
    width: 100%;
    border: 1px solid #66afe9;
    padding-left: 5px;
    min-height : 300px;
}
    .multiselect option[b-f1y9tz5eih] {
        padding: 5px;
    }
.divMappingWindow[b-f1y9tz5eih]{
    margin-top: 20px;
    display:flex;
    gap: 20px;
}
.txtMenuFilter[b-f1y9tz5eih] {
    height: 38px !important;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    max-width: 25%;
}
.btnGT[b-f1y9tz5eih]{
    margin-top: 30%;
}
.btnLT[b-f1y9tz5eih] {
    margin-top: 10px;
}
/* _content/BF.Prod.Web/CRM/Master Controls/AssociateMapping.razor.rz.scp.css */
.row[b-rm8nw4426p] {
    justify-content: center;
}
.text-center[b-rm8nw4426p] {
    text-align: center;
    margin-top: 20px;
}
.txtOrg[b-rm8nw4426p] {
    height: 38px !important;
    min-width: 40ch;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 40ch;
}
.partySearchBox[b-rm8nw4426p] {
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 40ch;
    min-width: 70px;
    caret-color: auto;
    height: 35px;
    float: right;
}
.txtEditable[b-rm8nw4426p] {
    text-align: center;
    width: 100%;
    border: 1px solid #66afe9;
    outline: 0;
}
/* _content/BF.Prod.Web/CRM/Master Controls/BatchMaster.razor.rz.scp.css */
.divGridRowFilter[b-tsh3wo8tr2] {
    margin-top: 10px;
}

.text-center[b-tsh3wo8tr2] {
    text-align: center;
    margin-top: 20px;
}

.txtGridFilter[b-tsh3wo8tr2] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 40ch;
    font-weight: 600;
    float: right;
}

.txtEditable[b-tsh3wo8tr2] {
    text-align: center;
    width: 100%;
    border: 1px solid #66afe9;
    outline: 0;
}

.btnRemove[b-tsh3wo8tr2] {
    background-color: #2a8bcb;
    cursor: pointer;
    color: white;
    border: 1px solid #2a8bcb;
}

    .btnRemove:hover[b-tsh3wo8tr2] {
        background-color: #ff6868;
        border: 1px solid red;
    }

    .btnRemove i[b-tsh3wo8tr2] {
        margin-right: 0px;
        padding: 5px;
        font-size: 15px;
    }

.btnAddBatchItems[b-tsh3wo8tr2], .btnDeleteBatch[b-tsh3wo8tr2], .btnPrintBatch[b-tsh3wo8tr2] {
    float: right;
    margin-top: 20px;
}

a.disabled[b-tsh3wo8tr2] {
    pointer-events: none;
    cursor: default;
}
/* _content/BF.Prod.Web/CRM/Master Controls/BomMapping.razor.rz.scp.css */
.row[b-igsxv64qp1] {
    justify-content: right;
    width: 100%;
    padding-right: 20%;
}

.text-center[b-igsxv64qp1] {
    text-align: center;
    margin-top: 20px;
}

.txtComposition[b-igsxv64qp1], .txtLabelClaim[b-igsxv64qp1] {
    min-width: 40ch;
}
textarea[disabled][b-igsxv64qp1] {
    background-color: #e6e6e6 !important;
    caret-color: transparent;
}

.ulCompositionOption[b-igsxv64qp1]{
    margin-top: 50px;
}
.chkDefault[b-igsxv64qp1]{
    height : 25px;
    width : 25px;
}
.btnRemove[b-igsxv64qp1] {
    background-color: #2a8bcb;
    cursor: pointer;
    color: white;
    border: 1px solid #2a8bcb;
}

.btnRemove:hover[b-igsxv64qp1] {
    background-color: #ff6868;
    border: 1px solid red;
}

.btnRemove i[b-igsxv64qp1] {
    margin-right: 0px;
    padding: 5px;
    font-size: 15px;
}
/* _content/BF.Prod.Web/CRM/Master Controls/BOMMaster.razor.rz.scp.css */
.half[b-l65y1tgd0f] {
    width : 50%;
}
.text-center[b-l65y1tgd0f] {
    text-align: center;
    margin-top: 20px;
}
.btnAddCoatingMaterial[b-l65y1tgd0f]{
    margin-top: 20px;
    float: right;
}

.chkRawMaterial[b-l65y1tgd0f], .chkDefault[b-l65y1tgd0f] {
    height: 20px;
    width: 20px;
}
.form-create[b-l65y1tgd0f], .divAddedRm[b-l65y1tgd0f] {
    margin-top: 20px;
}
.btnAddComp[b-l65y1tgd0f] {
    float: right;
    line-height: 1.8;
    height: 40px;
}
.txtEditable[b-l65y1tgd0f] {
    text-align: center;
    min-width: 10ch;
    border: 1px solid #66afe9;
    outline: 0;
}
.txtEditBomField[b-l65y1tgd0f] {
    text-align: left;
    min-width: 15ch;
    border: 1px solid #66afe9;
    outline: 0;
    font-weight: bold;
    display: block;
    padding: 5px;
    height: 32px;
    width: 100%;
}

.lblCompositionEdit[b-l65y1tgd0f] {
    text-align: left;
    min-width: 15ch;
    border: 1px solid #66afe9;
    outline: 0;
    font-weight: bold;
    display: block;
    padding: 5px;
    height: auto;
}
.tblEditBom tbody tr td[b-l65y1tgd0f] {
    padding-bottom: 10px;
}
.DivEditBom[b-l65y1tgd0f] {
    overflow: auto;
}

.brandSearchBox[b-l65y1tgd0f] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 40ch;
    text-transform: uppercase;
}

.divGridRowSelect[b-l65y1tgd0f] {
    margin-bottom: -15px;
    margin-top: 10px;
}
.lnkChangeBomType[b-l65y1tgd0f]{
    color: green;
    cursor : pointer;
    font-weight: bolder;
}
a.disabled[b-l65y1tgd0f] {
    pointer-events: none;
    cursor: default;
}
.btnRemove[b-l65y1tgd0f] {
    background-color: #2a8bcb;
    cursor: pointer;
    color: white;
    border: 1px solid #2a8bcb;
}

    .btnRemove:hover[b-l65y1tgd0f] {
        background-color: #ff6868;
        border: 1px solid red;
    }

    .btnRemove i[b-l65y1tgd0f] {
        margin-right: 0px;
        padding: 5px;
        font-size: 15px;
    }
.btnAddBomItems[b-l65y1tgd0f], .btnDeleteBatch[b-l65y1tgd0f], .btnPrintBatch[b-l65y1tgd0f] {
    float: right;
    margin-top: 20px;
}
.ddlUnit[b-l65y1tgd0f] {
    height: 32px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 25ch;
}
/* _content/BF.Prod.Web/CRM/Master Controls/ControlPanel.razor.rz.scp.css */

.divGridRowFilter[b-hjxnngqvip] {
    margin-top: 10px;
}

.text-center[b-hjxnngqvip] {
    text-align: center;
    margin-top: 20px;
}

.alert[b-hjxnngqvip] {
    color: red;
    font-size: 16px;
}

.txtGridFilter[b-hjxnngqvip] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 40ch;
    font-weight: 600;
    float: right;
}
.legend-box[b-hjxnngqvip] {
    display: flex;
    text-align: center;
    width: 100%;
}

.legends[b-hjxnngqvip] {
    flex-grow: 1;
    margin-left: 10px;
    line-height: 1.2;
    padding: 7px;
}
.brandSearchBox[b-hjxnngqvip] {
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    max-width: 70ch;
    min-width: 50ch;
    text-transform: uppercase;
    font-weight: 800;
    caret-color: auto;
    height: 35px;
}
.row[b-hjxnngqvip] {
    justify-content: center;
}
/* _content/BF.Prod.Web/CRM/Master Controls/EditMaster.razor.rz.scp.css */
.row[b-oerukaoev4] {
    justify-content: center;
    margin-top: 20px;
}

.txtGridFilter[b-oerukaoev4] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 40ch;
    font-weight: 600;
    float: right;
}
.BtnShowLog[b-oerukaoev4] {
    background-color: #f39c12;
    border-color: #e08e0b;
}
.txtEditable[b-oerukaoev4] {
    text-align: center;
    width: 10ch;
    border: 1px solid #66afe9;
    outline: 0;
}
.text-center[b-oerukaoev4] {
    text-align: center;
    margin-top: 20px;
}
.btnRemove[b-oerukaoev4] {
    background-color: #2a8bcb;
    cursor: pointer;
    color: white;
    border: 1px solid #2a8bcb;
}

    .btnRemove:hover[b-oerukaoev4] {
        background-color: #ff6868;
        border: 1px solid red;
    }

    .btnRemove i[b-oerukaoev4] {
        margin-right: 5px;
        margin-left: 5px;
        padding: 5px;
        font-size: 15px;
    }

.actionbtn i[b-oerukaoev4] {
    margin-right: 0px;
    font-size: 12px;
    color : white;
}
.brandSearchBox[b-oerukaoev4] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 40ch;
    text-transform: uppercase;
}

.divGridRowSelect[b-oerukaoev4] {
    margin-bottom: -15px;
    margin-top: 10px;
}
.btnAddBetaComp[b-oerukaoev4]{
    float :  right;
}
.form-group[b-oerukaoev4] {
    width: 50%;
}
.custom-fieldset[b-oerukaoev4] {
    display: flex;
    margin: 10px 10px 0 0;
}

    .custom-fieldset select[b-oerukaoev4] {
        flex: 1 1 100%;
    }

    .custom-fieldset input[b-oerukaoev4] {
        font-size: 14px;
        border: 1px solid #66afe9;
        padding-inline: 10px;
        margin: 0 10px 0 10px;
        float: right;
    }

        .custom-fieldset input:focus[b-oerukaoev4] {
            box-shadow: none;
            outline: none;
        }
.ddlTabCapType[b-oerukaoev4] {
    padding: 7px;
    border: 1px solid #66afe9;
    outline: 0;
    font-weight: 550;
    padding-right: 30px;
    background: #fff;
    width: 82%;
    float: right;
    margin: 0 10px 0 10px;
}
/* _content/BF.Prod.Web/CRM/Master Controls/EmailNotifications.razor.rz.scp.css */
.row[b-pp9y92izj5] {
    justify-content: center;
}

.text-center[b-pp9y92izj5] {
    text-align: center;
    margin-top: 20px;
}

.ddlNotificationStatus[b-pp9y92izj5] {
    width: 30ch;
    appearance: auto;
}

.txtMsg[b-pp9y92izj5] {
    min-width: 40ch;
}

.txtEditable[b-pp9y92izj5] {
    text-align: center;
    width: 100%;
    border: 1px solid #66afe9;
    outline: 0;
}

.overflow[b-pp9y92izj5] {
    margin-top: 20px;
}
/* _content/BF.Prod.Web/CRM/Master Controls/PMMaster.razor.rz.scp.css */
.row[b-lf2cr2o84l] {
    justify-content: center;
}
.divGridRowSelect[b-lf2cr2o84l] {
    margin-bottom: -15px;
    margin-top: 10px;
}
.txtGridFilter[b-lf2cr2o84l] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 40ch;
    font-weight: 600;
    float: right;
}
.txtEditable[b-lf2cr2o84l], .txtItemSize[b-lf2cr2o84l] {
    text-align: center;
    width: 10ch;
    border: 1px solid #66afe9;
    outline: 0;
}
.txtItemSize[b-lf2cr2o84l] {
    width: 20ch;
}

.text-center[b-lf2cr2o84l] {
    text-align: center;
    margin-top: 20px;
}
.brandSearchBox[b-lf2cr2o84l] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 40ch;
    text-transform: uppercase;
}
.actionbtn i[b-lf2cr2o84l] {
    margin-right: 0px;
    font-size: 12px;
    color: white;
}

.modalEditPM[b-lf2cr2o84l]{
    max-width : 700px;
}
.ord-det-col[b-lf2cr2o84l] {
    width: 33%;
    padding-left: 15px;
}

.custom-label[b-lf2cr2o84l] {
    font-size: 12px;
    text-shadow: 0px 1px 2px #c1c1c1, 1px 2px 3px #fff;
    font-weight: bold;
}
.hrRow[b-lf2cr2o84l]{
    margin-top : 10px;
    margin-bottom : -10px;
}

.form-field input[type=radio][b-lf2cr2o84l] {
    width: auto;
    height: 15px;
}

.form-field select[disabled][b-lf2cr2o84l] {
    background-color : #ebe9e9;
}
/* _content/BF.Prod.Web/CRM/Master Controls/SMSNotification.razor.rz.scp.css */
.row[b-gfzfpehhzu] {
    justify-content: center;
}

.text-center[b-gfzfpehhzu] {
    text-align: center;
    margin-top: 20px;
}
.ddlNotificationStatus[b-gfzfpehhzu]{
    width : 30ch;
    appearance: auto;
}
.txtMsg[b-gfzfpehhzu] {
    min-width: 40ch;
}
.txtEditable[b-gfzfpehhzu] {
    text-align: center;
    width: 100%;
    border: 1px solid #66afe9;
    outline: 0;
}
.overflow[b-gfzfpehhzu]{
    margin-top : 20px;
}
.alert[b-gfzfpehhzu]{
    color:#ff0000;
    font-size: 14px;
    font-weight: 600;
}
/* _content/BF.Prod.Web/CRM/Print Solutions/ManagePacking.razor.rz.scp.css */

.legend-box[b-b1d59wx7p1] {
    display: flex;
    text-align: center;
    width: 100%;
}

.legends[b-b1d59wx7p1] {
    flex-grow: 1;
    margin-left: 10px;
    line-height: 1.2;
    padding: 7px;
}
.divGridRowSelect[b-b1d59wx7p1] {
    margin-bottom: -15px;
}

.brandSearchBox[b-b1d59wx7p1] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 300px;
}
.ddlStatus[b-b1d59wx7p1] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 100px;
}
.divComments[b-b1d59wx7p1]{
    justify-content: center;
    display: flex;
    width: 100%;
}

.commentarea[b-b1d59wx7p1] {
    height: 130px;
    padding: 10px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 300px;
    width: 90%;
}
.text-center[b-b1d59wx7p1] {
    text-align: center;
    margin-top: 20px;
}
/* _content/BF.Prod.Web/CRM/Print Solutions/ManagePrinting.razor.rz.scp.css */

.legend-box[b-utbfcuprsw] {
    display: flex;
    text-align: center;
    width: 100%;
}

.legends[b-utbfcuprsw] {
    flex-grow: 1;
    margin-left: 10px;
    line-height: 1.2;
    padding: 7px;
}

.divGridRowSelect[b-utbfcuprsw] {
    margin-bottom: -15px;
}

.brandSearchBox[b-utbfcuprsw] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 300px;
}

.ddlStatus[b-utbfcuprsw] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 100px;
}

.divComments[b-utbfcuprsw] {
    justify-content: center;
    display: flex;
    width: 100%;
}

.commentarea[b-utbfcuprsw] {
    height: 130px;
    padding: 10px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 300px;
    width: 90%;
}

.text-center[b-utbfcuprsw] {
    text-align: center;
    margin-top: 20px;
}
.editable[b-utbfcuprsw] {
    text-align: center;
    width: 20ch;
}
.printerimg[b-utbfcuprsw]{
    width:40px;
    height:40px;
    cursor: pointer
}
.modalPIDetails[b-utbfcuprsw] {
    max-width: 800px;
}
.form-group[b-utbfcuprsw]{
    display: flex;

}
.custom-fieldset[b-utbfcuprsw] {
    margin: 10px 10px 0 0;
}

    .custom-fieldset label[b-utbfcuprsw] {
        font-size: 14px;
        padding-inline: 10px;
        margin: 0 10px 0 10px;
        display: inline-block;
        width: 20ch;
        flex: 0 0 auto;
        font-weight: 700;
    }
    .custom-fieldset span[b-utbfcuprsw] {
        font-size: 14px;
        padding-inline: 10px;
        margin: 0 10px 0 10px;
        flex: 1 1 auto;
    }
.headings[b-utbfcuprsw] {
    padding: 5px;
    margin: 0px;
    color: rgb(42, 139, 203);
    background-color: rgb(255, 255, 255);
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.custom-modal-header[b-utbfcuprsw]{
    justify-content: center;
}
.LightSteelBlue[b-utbfcuprsw] {
    background-color: LightSteelBlue;
}
.dateFilter[b-utbfcuprsw] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: auto;
    min-width: 70px;
}
.chkDateRange[b-utbfcuprsw] {
    width : 20px;
    height : 20px;
    margin-top: 6px;
}
.row[b-utbfcuprsw]{
    margin-block : 10px !important;
}
/* _content/BF.Prod.Web/CRM/Print Solutions/PrintDesign.razor.rz.scp.css */
.info-msg[b-l2j66yok0a] {
    text-align: left;
    margin-top: 5px;
    color: #ff6a00;
    font-size:14px;
    font-weight:700;
}
.row-search[b-l2j66yok0a] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
    caret-color: transparent;
}

.brandSearchBox[b-l2j66yok0a] {
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    font-weight: 800;
    caret-color: auto;
}

.divSearchBox[b-l2j66yok0a] {
    width: 40%;
}
.form-field select[b-l2j66yok0a] {
    appearance: auto;
}
.text-center[b-l2j66yok0a] {
    text-align: center;
    margin-top: 20px;
}
.btn-info[b-l2j66yok0a] {
    background-color: #f39c12;
    border-color: #e08e0b;
    color: #fff;
}
.div-upload-row[b-l2j66yok0a] {
    display: flex;
    padding-left: 5px;
}
.ddlMaster[b-l2j66yok0a]{
    width: 30%;
}
    .ddlMaster select[b-l2j66yok0a] {
        height: 35px !important;
    }
/* _content/BF.Prod.Web/CRM/Print Solutions/PrintedItems.razor.rz.scp.css */
.brandSearchBox[b-pfwek8d5z1] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    font-weight: 800;
}

.row-search[b-pfwek8d5z1] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}

.divSearchBox[b-pfwek8d5z1] {
    width: 30%;
}
/* _content/BF.Prod.Web/CRM/Print Solutions/PrintInvoice.razor.rz.scp.css */
.form-group[b-e6ilqb2jvi] {
    width: 50%;
}

table tbody tr td[b-e6ilqb2jvi] {
    padding-bottom: 10px;
}

.divGst[b-e6ilqb2jvi] {
    padding: 10px;
    border: 1px solid #d0d0d0;
}

.text-center[b-e6ilqb2jvi] {
    text-align: center;
    margin-top: 20px;
}

.form-field input[disabled][b-e6ilqb2jvi] {
    color: black !important;
    caret-color: transparent;
}

.disabled-link[b-e6ilqb2jvi] {
    pointer-events: none;
    color: gray;
    text-decoration: none;
    background-color: #ccc;
    color: #666;
    border: 1px solid #aaa;
    cursor: not-allowed;
    opacity: .6;
}
.autocomplete .options[b-e6ilqb2jvi] {
    width: auto !important;
    top: 55px !important;
}
.row-search[b-e6ilqb2jvi] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}

.divSearchBox[b-e6ilqb2jvi] {
    width: 30%;
}
.SearchBox[b-e6ilqb2jvi] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 300px;
}
/* _content/BF.Prod.Web/CRM/Print Solutions/PrintOtherInvoice.razor.rz.scp.css */
.form-group[b-8sk1etjgjf] {
    width: 50%;
}
table tbody tr td[b-8sk1etjgjf] {
    padding-bottom: 10px;
}
.divGst[b-8sk1etjgjf]{
    padding: 10px;
    border: 1px solid #d0d0d0;
}
.text-center[b-8sk1etjgjf] {
    text-align: center;
    margin-top: 20px;
}
.form-field input[disabled][b-8sk1etjgjf] {
    color: black !important;
}
.disabled-link[b-8sk1etjgjf] {
    pointer-events: none;
    color: gray;
    text-decoration: none;
    background-color: #ccc;
    color: #666;
    border: 1px solid #aaa;
    cursor: not-allowed;
    opacity: .6;
}
/* _content/BF.Prod.Web/CRM/Print Solutions/SearchBrand.razor.rz.scp.css */
.brandSearchBox[b-s0cj8op3lb] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    font-weight: 800;
}

.row-search[b-s0cj8op3lb] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}

.divSearchBox[b-s0cj8op3lb] {
    width: 30%;
}

.CompositionSearchBox[b-s0cj8op3lb] {
    width: 30%;
}

.text-center[b-s0cj8op3lb] {
    margin: 5px auto;
    padding: 10px;
    text-align: center;
}

.tbl-mini th[b-s0cj8op3lb] {
    height: 35px !important;
}

.auto-loading[b-s0cj8op3lb] {
    background: white url('images/1484.gif') right center no-repeat;
}

.form-group[b-s0cj8op3lb] {
    width: 50%;
}

.form-field input[b-s0cj8op3lb] {
    height: 25px !important;
}

.PackingMaterialDiv[b-s0cj8op3lb] {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: flex-start;
}

.alert[b-s0cj8op3lb] {
    color: red;
    font-size: 14px;
}
/* _content/BF.Prod.Web/CRM/Production Planning/BatchProofCheck.razor.rz.scp.css */
.divGridRowSelect[b-xdug5ht5rq] {
    margin-top: 20px;
}

.brandSearchBox[b-xdug5ht5rq] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 200px;
}
.ddlTabCapType[b-xdug5ht5rq] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 70px;
    font-weight: 800;
    text-transform: none;
    float: right;
}
.ddlStereoSize[b-xdug5ht5rq] {
    height: 25px;
    padding: 2px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    text-transform: none;
}
.chkProcess[b-xdug5ht5rq]{
    height: 20px;
    width : 20px;
}
.updateBtn[b-xdug5ht5rq] {
    float: right;
    margin-right : 10px;
}
input[type="checkbox"]:disabled[b-xdug5ht5rq] {
    cursor: not-allowed;
}
.text-center[b-xdug5ht5rq] {
    text-align: center;
    margin-top: 20px;
}
/* _content/BF.Prod.Web/CRM/Production Planning/BomCalculator.razor.rz.scp.css */
.divGridRowSelect[b-rxgd3ht2x1] {
    margin-top: 20px;
}

.brandSearchBox[b-rxgd3ht2x1] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 200px;
}
.txtQuantity[b-rxgd3ht2x1] {
    margin-left: 20px;
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 200px;
}

.custom-modal-content[b-rxgd3ht2x1] {
    overflow: auto;
    height: auto;
    max-height: 350px;
    width: 600px;
    max-width: 800px;
}

.headings[b-rxgd3ht2x1] {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
}
.divQuantity[b-rxgd3ht2x1] {
    align-items: center;
    justify-content: center;
    display: flex;
}
.divBom[b-rxgd3ht2x1]{
    margin : 10px;
}
.form-field[b-rxgd3ht2x1] {
    background-color: #fff !important;
    border: solid 1px #c1c1c1;
    padding: 5px;
    margin: 5px 0;
    border-radius: 5px;
    width: 100%;
}
/* _content/BF.Prod.Web/CRM/Production Planning/PMRequisition.razor.rz.scp.css */
.divGridRowSelect[b-7f0gkfhb82] {
    margin-top: 20px;
}

.brandSearchBox[b-7f0gkfhb82] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 200px;
}

.ddlFilter[b-7f0gkfhb82] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 70px;
    font-weight: 800;
    text-transform: none;
    float: right;
}
.dateField[b-7f0gkfhb82] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
}
.row[b-7f0gkfhb82] {
    display: flex;
    justify-content: flex-end;
    margin-block: 10px;
}

.row .btn[b-7f0gkfhb82] {
    margin-left: 10px;
}
.text-center[b-7f0gkfhb82] {
    text-align: center;
    margin-top: 20px;
}

.form-create[b-7f0gkfhb82], .divAddedRm[b-7f0gkfhb82] {
    margin-top: 20px;
}
/* _content/BF.Prod.Web/CRM/Production Planning/PrintBatch.razor.rz.scp.css */
.row-search[b-krfenz6mzf] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}

.divSearchBox[b-krfenz6mzf] {
    width: 30%;
}

.SearchBox[b-krfenz6mzf] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 300px;
}

.divBomHeader[b-krfenz6mzf] {
    margin-top: 10px;
    background-color: #92d050;
    padding: 5px;
    display: grid;
    text-align: center;
    font-size: 18px;
    color: black;
}
span.head2[b-krfenz6mzf] {
    font-size: 16px;
}
.lbltabcaptype[b-krfenz6mzf] {
    font-size: 14px;
    font-weight: bold;
    color: red;
}

.lblcomp[b-krfenz6mzf] {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

.yellow_bg[b-krfenz6mzf] {
    background-color: #ffff00;
    color: red;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid black;
}

.lbldate[b-krfenz6mzf] {
    display: flex;
    width: auto;
    padding: 5px;
    height: 35px;
    line-height: 2;
}
.half[b-krfenz6mzf] {
    width: 50%;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}
.overflow[b-krfenz6mzf] {
    margin-top: 10px;
}

.floatLeft[b-krfenz6mzf] {
    float: left;
}

.floatRight[b-krfenz6mzf] {
    float: right;
}
.text-center[b-krfenz6mzf] {
    text-align: center;
    margin-top: 20px;
}
/* _content/BF.Prod.Web/CRM/Production Planning/ProductionExecution.razor.rz.scp.css */
.divGridRowSelect[b-mwoidcwhwb] {
    margin-top:10px;
}

.brandSearchBox[b-mwoidcwhwb] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 300px;
}

.ddlType[b-mwoidcwhwb] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 100px;
}

.legend-box[b-mwoidcwhwb] {
    display: flex;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.legends[b-mwoidcwhwb] {
    flex-grow: 1;
    margin-left: 10px;
    line-height: 1.2;
    padding: 7px;
}
.text-center[b-mwoidcwhwb] {
    text-align: center;
    margin-top: 20px;
}

.row-search[b-mwoidcwhwb] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}

.divSearchBox[b-mwoidcwhwb] {
    width: 30%;
}
.autocomplete .options[b-mwoidcwhwb] {
    margin-left: 20px;
}
a.disabled[b-mwoidcwhwb] {
    pointer-events: none;
    cursor: default;
}
.pos_fx[b-mwoidcwhwb] {
    position: fixed;
    right: 10px;
    z-index: 99999;
}

.orange_div span[b-mwoidcwhwb] {
    padding: 5px 10px;
    display: block;
    background: orangered;
    float: right;
    text-align: center;
    color: #fff !important;
    margin: 3px 0 2px;
    text-shadow: 0 1px 1px #9c340d;
    font-weight: bold;
}
.newbutns .btn i[b-mwoidcwhwb] {
    padding-right: 8px;
    vertical-align: middle;
}
.btn-success[b-mwoidcwhwb] {
    opacity: .65;
    color: white;
    background-color: green;
    border-color: #008d4c;
}
.backcolor[b-mwoidcwhwb] {
    background-color: green;
    color: white;
    /* border: none;
    padding: 10px 20px;
    cursor: pointer;*/
}

.wrap[b-mwoidcwhwb] {
    flex-wrap: wrap;
    justify-content: center;
}
.bgGreenBtn[b-mwoidcwhwb]{
    background-color : green;
    color : white;
}
.editable[b-mwoidcwhwb] {
    text-align: center;
    width: auto;
    border: 1px solid #66afe9;
    height: fit-content;
    outline: 0;
}
.divExtraQty[b-mwoidcwhwb] {
    background-color: red;
    float: right;
    position: fixed;
    right: 10px;
    margin-top: 140px;
}
    .divExtraQty span[b-mwoidcwhwb] {
        color: white;
        padding: 8px;
    }
.chkProcess[b-mwoidcwhwb]{
    height: 25px;
    width: 25px;
}
.btn-TransferDone[b-mwoidcwhwb] {
    background-color: #dd4b39 !important;
    color: white;
    opacity: 100;
}

.btnSaveOutput[b-mwoidcwhwb] {
    background-color: #00a65a;
    border-color: #008d4c;
    border-radius: 0px !important;
}
    .btnSaveOutput:disabled[b-mwoidcwhwb] {
        color: white;
    }
.divMachine[b-mwoidcwhwb] {
    display: flex;
    margin-top: 10px;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.btnOp[b-mwoidcwhwb]{
    width: 15%;
}
.ord-det-col[b-mwoidcwhwb] {
    width: 33%;
    padding-left: 15px;
}
.DivTransferNoteViewPrint[b-mwoidcwhwb]{
    margin-top: 20px;
}
.custom-label[b-mwoidcwhwb] {
    font-size: 12px;
    text-shadow: 0px 1px 2px #c1c1c1, 1px 2px 3px #fff;
    font-weight: bold;
}
.custom-val[b-mwoidcwhwb] {
    text-align: left;
    background-color: #fff !important;
    border: solid 1px #c1c1c1;
    padding: 0 5px;
    border-radius: 5px;
    font-weight: normal;
    border-color: #66afe9;
    color: #555;
    height: auto;
    min-height: 35px;
    line-height: 35px;
}
@media print {
    table th[b-mwoidcwhwb] {
        color: black !important;
        background-color: white !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    table th[b-mwoidcwhwb], table tr[b-mwoidcwhwb], table td[b-mwoidcwhwb], .tblYieldOrder .col-justify-center[b-mwoidcwhwb] {
        border: 1px solid black !important;
    }
    
}
/* _content/BF.Prod.Web/CRM/Production Planning/ProductionPlanning.razor.rz.scp.css */
a.disabled[b-1l4iaq1v7w] {
    pointer-events: none;
    cursor: default;
}
.divGridFilter[b-1l4iaq1v7w] {
    margin-top: 20px;
    line-height: 3;
}

.txtSearchBox[b-1l4iaq1v7w] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 70px;
    font-weight: 800;
    width: 40%;
    text-transform: none;
    float: right;
}
.lblTotalCount[b-1l4iaq1v7w]{
    color: red;
    margin-right: 20px;
}
.ddlFilter[b-1l4iaq1v7w]{
    float: right !important;
}
.text-center[b-1l4iaq1v7w] {
    text-align: center;
    margin-top: 20px;
}
.CellCap[b-1l4iaq1v7w] {
    background-color: LightYellow;
}

.divOrderValue[b-1l4iaq1v7w] {
    position: fixed;
    right: 10px;
    z-index: 99999;
    text-align: right;
    margin: 0 !important;
}
    .divOrderValue span[b-1l4iaq1v7w] {
        padding: 5px 10px;
        display: block;
        background: orangered;
        float: right;
        text-align: center;
        color: #fff !important;
        margin: 3px 0 2px;
        text-shadow: 0 1px 1px #9c340d;
        font-weight: bold;
    }
input[type="checkbox"][b-1l4iaq1v7w] {
    width: 20px;
    height: 20px;
}

.form-group[b-1l4iaq1v7w] {
    display: flex;
    width: 33%;
}
.custom-fieldset[b-1l4iaq1v7w] {
    margin: 10px 10px 0 0;
    display: flex;
}

    .custom-fieldset label[b-1l4iaq1v7w] {
        font-size: 14px;
        padding-inline: 10px;
        margin: 0 10px 0 10px;
        display: inline-block;
        width: 20ch;
        flex: 0 0 auto;
        font-weight: 700;
    }

    .custom-fieldset input[b-1l4iaq1v7w] {
        padding-inline: 10px;
        width: 20ch;
        border: 1px solid #66afe9;
    }
.divViewBtn[b-1l4iaq1v7w] {
    justify-content: center;
}
.divBomHeader[b-1l4iaq1v7w] {
    margin-top: 10px;
    background-color: #92d050;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
}
.half[b-1l4iaq1v7w] {
    width: 50%;
    padding-left: 10px;
}
.lbltabcaptype[b-1l4iaq1v7w] {
    font-size: 14px;
    color: red;
    font-weight: 600;
}
.lblcomp[b-1l4iaq1v7w] {
    font-size: 14px;
}
.yellow_bg[b-1l4iaq1v7w] {
    background-color: #ffff00;
    color: red;
    padding: 5px;
    font-size: 14px;
    border: 1px solid black;
}
.lbldate[b-1l4iaq1v7w] {
    display: flex;
    border: 1px solid #2a8bcb;
    width: auto;
    padding: 5px;
    height: 35px;
    line-height: 2;
}
input[type="text"][b-1l4iaq1v7w] {
    padding-left: 5px;

}
.overflow[b-1l4iaq1v7w]{
    margin-top: 10px;
}
.floatLeft[b-1l4iaq1v7w] {
    float: left;
}

.floatRight[b-1l4iaq1v7w] {
    float: right;
}
.spanPrint[b-1l4iaq1v7w]{
    display:none;
}
@media Print{
    .spanPrint[b-1l4iaq1v7w]{
        display:block;
    }
    .txtHidePrint[b-1l4iaq1v7w]{
        display:none;
    }
}
/* _content/BF.Prod.Web/CRM/Production Planning/RawRequisition.razor.rz.scp.css */
.divGridRowSelect[b-cb749jsla4] {
    margin-top: 20px;
}

.brandSearchBox[b-cb749jsla4] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 200px;
}

.ddlFilter[b-cb749jsla4] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 70px;
    font-weight: 800;
    text-transform: none;
    float: right;
}

.dateField[b-cb749jsla4] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
}

.row[b-cb749jsla4] {
    display: flex;
    justify-content: flex-end;
    margin-block: 10px;
}

    .row .btn[b-cb749jsla4] {
        margin-left: 10px;
    }
.text-center[b-cb749jsla4] {
    text-align: center;
    margin-top: 20px;
}
.form-create[b-cb749jsla4], .divAddedRm[b-cb749jsla4] {
    margin-top: 20px;
}
/* _content/BF.Prod.Web/CRM/Production Planning/UncheckBrand.razor.rz.scp.css */
.row-search[b-m63a4v3olk] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}

.divSearchBox[b-m63a4v3olk] {
    width: 30%;
}

.SearchBox[b-m63a4v3olk] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 300px;
}
.divResult[b-m63a4v3olk] {
    margin-top: 20px;
}
.thead[b-m63a4v3olk] {
    width: 33%;
}
.actionbtn[b-m63a4v3olk] {
    width: 100%;
}
.divAdminOptions[b-m63a4v3olk] {
    margin-top: 20px;
}
/* _content/BF.Prod.Web/CRM/Production Planning/UserManagement.razor.rz.scp.css */
.grid-btn[b-99400iimoh] {
    background-color: #fff;
    border: 0;
    color: #1888e7;
    border-radius: 0 !important;
    font-size: 12px;
    text-shadow: none;
    width: 75px;
    text-transform:none !important;
    padding: 3px;
}
    .grid-btn:not([disabled]):hover[b-99400iimoh] {
        color: #fff;
        background: #0b66a2;
        border: #2a8bcb solid 1px;
        cursor: pointer;
    }

.legend-box[b-99400iimoh] {
    margin-left: 10px;
    display: flex;
    text-align: center;
    width: 100%;
}

.legends[b-99400iimoh] {
    flex-grow: 1;
    margin-left: 10px;
    line-height: 1.2;
    padding: 7px;
}

.btnRefreshPage[b-99400iimoh] {
    margin-top:4px;
    cursor: pointer;
    text-align: center;
    width: 35px;
    height: 35px;
    align-items: center;
    display: inline-flex;
    background: #2a8bcb;
    border-radius: 3px;
    overflow: hidden;
    justify-content: center;
    caret-color: transparent;
}
    .btnRefreshPage[b-99400iimoh]::before {
        
        content: "\f021 ";
        font-family: FontAwesome;
        font-size: 20px;
        color: #fff;
        transition: transform 0.5s ease-in-out;
    }

    .btnRefreshPage:hover[b-99400iimoh]   {
        background-color: #0b66a2;
        
    }
        .btnRefreshPage:hover[b-99400iimoh]::before {
            transform: rotate(360deg);
        }

a.disabled[b-99400iimoh] {
    pointer-events: none;
    cursor: default;
}

.lblMasterSearch[b-99400iimoh]{
    width:80%;
}
.form-group[b-99400iimoh] {
    width: 50%;
}
.form-field textarea[disabled][b-99400iimoh] {
    background-color: white;
}

label.custom-input[b-99400iimoh] {
    width:50%
}
.custom-fieldset[b-99400iimoh]{
    display:flex;
}
    .custom-fieldset label[b-99400iimoh] {
        flex: 1 0 auto;
        width: 150px;
        text-transform: uppercase;
        font-weight: 700;
    }
.custom-fieldset span[b-99400iimoh]{
    flex:1 1 100%;
}
.tbl-mini .col-title-text[b-99400iimoh], .tbl-mini td[b-99400iimoh] {
    text-transform: uppercase !important;
}
.printOrderTbl[b-99400iimoh]{
    border:1px solid black !important;
}
    .printOrderTbl th[b-99400iimoh], .printOrderTbl td[b-99400iimoh]{
        color: black;
        border: 1px solid black;
    }



/*********View Order CSS**********/
.order-process[b-99400iimoh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:20px;
}

.step[b-99400iimoh] {
    text-align: center;
    flex: 1;
    position: relative;
}

    .step .icon[b-99400iimoh] {
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .step.completed .icon[b-99400iimoh] {
        background-color: rgb(255, 165, 0);
        border-color: rgb(255, 165, 0);
        font-size: 20px;
        color:white;
    }

    .step.upcoming .icon[b-99400iimoh] {
        border-color: #ccc;
    }

    .step .label[b-99400iimoh] {
        margin-top: 10px;
        font-size: 12px;
        color: #555;
    }

    .step .status[b-99400iimoh] {
        margin-top: 5px;
        font-size: 12px;
        font-weight: bold;
    }

.connector[b-99400iimoh] {
    height: 2px;
    background-color: #ccc;
    flex: 1;
    margin-top: 25px;
}

    .connector.completed[b-99400iimoh] {
        background-color: rgb(255, 165, 0);
    }

/*********End View Order CSS**********/

.header[b-99400iimoh] {
    border-bottom: solid 1px #c1c1c1;
}
.title[b-99400iimoh] {
    text-align: left;
}
.ocode[b-99400iimoh]{
    margin-left:auto;
}




.Ordr-dtl-frm[b-99400iimoh] {
    margin-top: 10pc;
}
    .Ordr-dtl-frm h2[b-99400iimoh] {
        margin: 19px 16px 0;
        color: #2a8bcb;
        font-size: 21px;
        font-weight: 400;
        border-bottom: solid 1px #9c9c9c;
    }
.ord-det-col[b-99400iimoh]{
    width:33%;
    padding-left:15px;
}
.custom-label[b-99400iimoh] {
    font-size: 12px;
    text-shadow: 0px 1px 2px #c1c1c1, 1px 2px 3px #fff;
    font-weight:bold;
}
.custom-val[b-99400iimoh] {
    text-align: left;
    background-color: #fff !important;
    border: solid 1px #c1c1c1;
    padding: 0 5px;
    border-radius: 5px;
    font-weight: normal;
}
.form_padding[b-99400iimoh] {
    margin-left: 15px;
}

.form-horizontal[b-99400iimoh]{
    margin-top:20px;
}
.timeline-header[b-99400iimoh] {
    margin: 19px 16px 0;
    color: #2a8bcb;
    font-size: 21px;
    font-weight: 400;
    border-bottom: solid 1px #9c9c9c;
}
.mybutton[b-99400iimoh] {
    padding: 10px;
}
.newbutns .green[b-99400iimoh] {
    background: #15a415 !important;
}
.newbutns .btn i[b-99400iimoh] {
    padding-right: 8px;
    vertical-align: middle;
}
.btn[disabled][b-99400iimoh]{
    opacity: .65;
    color: white;
}

 


.direct-chat-text[b-99400iimoh] {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #f1f5f6;
    border: 1px solid #e5e9f1;
    margin: 5px 0 0 50px;
    color: #444;
    clear:both;
}
.timeline-item span[b-99400iimoh] {
    color: #999;
    float:right;
}

.timeline-item[b-99400iimoh]:before,
.timeline-item[b-99400iimoh]:after {
    content: "";
    width: 100%;
    height: 0;
    display: table;
    clear: both;
}

.timeline-item[b-99400iimoh] {
    padding-top: 20px;
}
.searchDiv[b-99400iimoh] {
    width: 33%;
    margin-top: 30px;
}

.text-center[b-99400iimoh]{
    margin:5px auto;
    padding:10px;
    text-align:center;
}
.div-green-btn[b-99400iimoh]{
    width:25%;
}
.green[b-99400iimoh] {
    background: #15a415 !important;
    width: 90%;
    float: left;
    padding:10px;
}

.brandSearchBox[b-99400iimoh] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    font-weight: 800;
}

.row-search[b-99400iimoh] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}

.divSearchBox[b-99400iimoh] {
    width: 30%;
}

.divGridFilter[b-99400iimoh] {
    line-height: 3;
}
.txtSearchBox[b-99400iimoh], txtSearchBox1[b-99400iimoh] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 70px;
    font-weight: 800;
    width: 40%;
    text-transform: none;
    float: right;
}
.txtSearchBox1[b-99400iimoh] {
    font-weight: 600;
    width:35ch;
}
.ddlDiscardReason[b-99400iimoh] {
    padding: 7px;
    border: 1px solid #66afe9;
    outline: 0;
    font-weight: 550;
    padding-right: 30px;
    background: #fff;
    width: 70%;
    float: right;
    margin: 0 10px 0 10px;
}

.txtProductName[b-99400iimoh] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 70px;
    font-weight: 800;
    width: 80%;
    text-transform: none;
}
#listApproval.active .date_up[b-99400iimoh]::after {
    position: absolute;
    height: 113px;
    top: 33px;
    background-color: #ffa500;
    width: 10px;
    z-index: 9;
    content: "";
    right: -15px;
    z-index: 999999999;
}

#listPrinting.active .date_up[b-99400iimoh]::after {
    background-color: #ffa500;
    content: "";
    height: 113px;
    position: absolute;
    right: -15px;
    top: -70px;
    width: 10px;
    z-index: 999999999;
}
.ddlStatus[b-99400iimoh] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;    
    outline: 0;
    min-width: 70px;
    font-weight: 800;
    text-transform: none;
    /*float: right;*/
}





.btn-app[b-99400iimoh] {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
    padding: 0 20px 0 10px !important;
    line-height: 40px;
    border-radius: 50px !important;
    height: initial !important;
    padding-top: initial !important;
    text-shadow: none !important;
}

    .btn-app i[b-99400iimoh] {
        padding: 10px;
        font-size: 20px;
        vertical-align: bottom;
    }


label[b-99400iimoh] {
    /*font-weight:600;*/
}

.box-header[b-99400iimoh] {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.highlight[b-99400iimoh] {
    color: #e75225;
    font-size: 16px;
    font-weight: 700;
}




/* _content/BF.Prod.Web/CRM/Purchase Module/EditPurchasePM.razor.rz.scp.css */
.row-search[b-iv1m3vqe81] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}

.brandSearchBox[b-iv1m3vqe81] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    font-weight: 800;
}

.divSearchBox[b-iv1m3vqe81] {
    width: 30%;
}

.text-center[b-iv1m3vqe81] {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}

.editable[b-iv1m3vqe81] {
    text-align: center;
    width: 100px;
    border: 1px solid #66afe9;
    height: fit-content;
}
.editableNum[b-iv1m3vqe81] {
    text-align: center;
    padding-left: 5px;
    width: 60px;
    border: 1px solid #66afe9;
}

table .fa[b-iv1m3vqe81] {
    margin: 0;
}

/* _content/BF.Prod.Web/CRM/Purchase Module/ManagePurchaseOrder_GRN.razor.rz.scp.css */
.row-search[b-acj0cvau2i] {
    width: 65%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}

.SearchBox[b-acj0cvau2i] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    font-weight: 800;
}

.divSearchBox[b-acj0cvau2i] {
    width: 30%;
}
.partyDiv[b-acj0cvau2i] {
    Margin-top: 10px;
}
.editableNum[b-acj0cvau2i] {
    text-align: center;
    padding-left: 5px;
    width: 60px;
    border: 1px solid #66afe9;

}
.text-center[b-acj0cvau2i] {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.custom-fieldset[b-acj0cvau2i] {
    display: flex;
}

    .custom-fieldset label[b-acj0cvau2i] {
        flex: 1 0 auto;
        width: 150px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .custom-fieldset span[b-acj0cvau2i] {
        flex: 1 1 100%;
    }
.form-group[b-acj0cvau2i] {
    width: 50%;
}
.BFText[b-acj0cvau2i]{
    border-bottom: 0;
    margin-top: 20px;
    padding: 0;
}
.rcvdby[b-acj0cvau2i], .chkdby[b-acj0cvau2i], .aprvby[b-acj0cvau2i] {
    text-align: center;
    font-size: 14px;
    width: 30%;
}
.qc[b-acj0cvau2i]{
    margin-top: 30px;
}
/* _content/BF.Prod.Web/CRM/Purchase Module/ManagePurchasePM.razor.rz.scp.css */
.adminbtn[b-qttzt7e7ho] {
    border-radius: 0 !important;
    box-shadow: 0px 1px 0 rgb(10, 101, 160);
    float: none;
    font-size: 11px;
    margin: 0 auto;
    padding: 7px 10px;
    border: solid 1px #fff;
}

    .adminbtn:not([disabled]):hover[b-qttzt7e7ho] {
        box-shadow: none;
        border: #2a8bcb solid 1px;
    }
.custom-fieldset[b-qttzt7e7ho] {
    display: flex;
    width: calc(33% - 15px);
}

    .custom-fieldset label[b-qttzt7e7ho] {
        flex: 1 0 auto;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
    }

    .custom-fieldset span[b-qttzt7e7ho] {
        flex: 1 1 100%;
    }

    .custom-fieldset input[b-qttzt7e7ho] {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        border: 1px solid #66afe9;
        padding-inline: 10px;
    }

        .custom-fieldset input:focus[b-qttzt7e7ho] {
            box-shadow: none;
            outline: none;
        }

.custom-fieldset2[b-qttzt7e7ho] {
    display: flex;
    width: 45%;
}

    .custom-fieldset2 label[b-qttzt7e7ho] {
        flex: 1 0 auto;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        width: 40%;
    }

    .custom-fieldset2 span[b-qttzt7e7ho] {
        flex: 1 1 100%;
    }

    .custom-fieldset2 select[b-qttzt7e7ho] {
        flex: 1 1 100%;
    }

    .custom-fieldset2 input[b-qttzt7e7ho] {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        border: 1px solid #66afe9;
        padding-inline: 10px;
    }

        .custom-fieldset2 input:focus[b-qttzt7e7ho] {
            box-shadow: none;
            outline: none;
        }


.tblPOEditView td[b-qttzt7e7ho] {
    padding: 8px;
}

.right[b-qttzt7e7ho] {
    float: right;
}

.text-center[b-qttzt7e7ho] {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}

.editable[b-qttzt7e7ho] {
    text-align: center;
    width: 100px;
    border: 1px solid #66afe9;
    height: fit-content;
}

.addBtn[b-qttzt7e7ho] {
    background-color: #f39c12;
    border-color: #e08e0b;
    border-radius: 0px !important;
}

.editableNum[b-qttzt7e7ho] {
    text-align: center;
    padding-left: 5px;
    width: 60px;
    border: 1px solid #66afe9;
}

.PurchaseItemTbl[b-qttzt7e7ho] {
    overflow: auto;
}

.row[b-qttzt7e7ho] {
    flex-wrap: wrap;
}

.row-search[b-qttzt7e7ho] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}

.brandSearchBox[b-qttzt7e7ho] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    font-weight: 800;
}

.divSearchBox[b-qttzt7e7ho] {
    width: 30%;
}

.legend-box[b-qttzt7e7ho] {
    display: flex;
    text-align: center;
    width: 100%;
}

.legends[b-qttzt7e7ho] {
    flex-grow: 1;
    margin-left: 10px;
    line-height: 1.2;
    padding: 7px;
}

.chkMark[b-qttzt7e7ho] {
    width: 20px;
    height: 35px;
}
.ddlStatus[b-qttzt7e7ho] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    border-right: none;
    outline: 0;
    min-width: 70px;
    font-weight: 800;
    text-transform: none;
    float: right;
}
/* _content/BF.Prod.Web/CRM/Purchase Module/ManagePurchaseRM.razor.rz.scp.css */
.adminbtn[b-1mm6a3ux8e] {
    border-radius: 0 !important;
    box-shadow: 0px 1px 0 rgb(10, 101, 160);
    float: none;
    font-size: 11px;
    margin: 0 auto;
    padding: 7px 10px;
    border: solid 1px #fff;
}
    .adminbtn:not([disabled]):hover[b-1mm6a3ux8e] {
        box-shadow: none;
        border: #2a8bcb solid 1px;
    }

.custom-fieldset[b-1mm6a3ux8e] {
    display: flex;
    width: calc(33% - 15px);
}

    .custom-fieldset label[b-1mm6a3ux8e] {
        flex: 1 0 auto;
        text-transform: uppercase;
        font-weight: 700;
        font-size:14px;
    }

    .custom-fieldset span[b-1mm6a3ux8e] {
        flex: 1 1 100%;
    }
    .custom-fieldset input[b-1mm6a3ux8e] {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        border: 1px solid #66afe9;
        padding-inline:10px;
    }
    .custom-fieldset input:focus[b-1mm6a3ux8e]{
        box-shadow:none;
        outline: none;
    }

.custom-fieldset2[b-1mm6a3ux8e] {
    display: flex;
    width: 45%;
}

    .custom-fieldset2 label[b-1mm6a3ux8e] {
        flex: 1 0 auto;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        width: 40%;
    }

    .custom-fieldset2 span[b-1mm6a3ux8e] {
        flex: 1 1 100%;
    }

    .custom-fieldset2 input[b-1mm6a3ux8e] {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        border: 1px solid #66afe9;
        padding-inline: 10px;
    }

        .custom-fieldset2 input:focus[b-1mm6a3ux8e] {
            box-shadow: none;
            outline: none;
        }

.tblPOEditView td[b-1mm6a3ux8e] {
    padding: 8px;
}
.right[b-1mm6a3ux8e]{
    float: right;
}
.text-center[b-1mm6a3ux8e] {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.editable[b-1mm6a3ux8e] {
    text-align: center;
    width: 100px;
    border: 1px solid #66afe9;
    height: fit-content;
}
.addBtn[b-1mm6a3ux8e] {
    background-color: #f39c12;
    border-color: #e08e0b;
    border-radius: 0px !important;
}
.editableNum[b-1mm6a3ux8e] {
    text-align: center;
    width: 40px;
    border: 1px solid #66afe9;
}
.PurchaseItemTbl[b-1mm6a3ux8e]{
    overflow: auto;
}
.row[b-1mm6a3ux8e] {
    flex-wrap:wrap;
}
.row-search[b-1mm6a3ux8e] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}
.brandSearchBox[b-1mm6a3ux8e] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    font-weight: 800;
}
.divSearchBox[b-1mm6a3ux8e] {
    width: 30%;
}

.legend-box[b-1mm6a3ux8e] {
    display: flex;
    text-align: center;
    width: 100%;
}

.legends[b-1mm6a3ux8e] {
    flex-grow: 1;
    margin-left: 10px;
    line-height: 1.2;
    padding: 7px;
}
.chkMark[b-1mm6a3ux8e] {
    width: 20px;
    height: 35px;
}

.btnRemove[b-1mm6a3ux8e] {
    background-color: #2a8bcb;
    cursor: pointer;
    color: white;
    border: 1px solid #2a8bcb;
}

    .btnRemove:hover[b-1mm6a3ux8e] {
        background-color: #ff6868 !important;
        border: 1px solid red;
    }

    .btnRemove i[b-1mm6a3ux8e] {
        margin-right: 0px;
        padding: 5px;
        font-size: 15px;
    }
/* _content/BF.Prod.Web/CRM/Purchase Module/PurchaseHistory.razor.rz.scp.css */
.row-search[b-g6cctfj5ns] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}

.brandSearchBox[b-g6cctfj5ns] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    font-weight: 800;
}

.divSearchBox[b-g6cctfj5ns] {
    width: 30%;
}
.text-center[b-g6cctfj5ns] {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
/* _content/BF.Prod.Web/CRM/Purchase Module/PurchaseInventory.razor.rz.scp.css */
.form-group[b-6knymelp9i] {
    width : 50%;
}
.text-center[b-6knymelp9i] {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.divaddBtns[b-6knymelp9i] {
    margin-left: auto;
}

.custom-fieldset[b-6knymelp9i] {
    display: flex;
    margin: 10px 10px 0 0;
}

    .custom-fieldset select[b-6knymelp9i] {
        flex: 1 1 100%;
    }

    .custom-fieldset input[b-6knymelp9i] {
        font-size: 14px;
        border: 1px solid #66afe9;
        padding-inline: 10px;
        margin: 0 10px 0 10px;
        float: right;
    }

        .custom-fieldset input:focus[b-6knymelp9i] {
            box-shadow: none;
            outline: none;
        }

.modalAddSupplier[b-6knymelp9i] {
    max-width: 800px;
}

.ddlItemType[b-6knymelp9i] {
    padding: 7px;
    border: 1px solid #66afe9;
    outline: 0;
    font-weight: 550;
    padding-right: 30px;
    background: #fff;
    width: 70%;
    float: right;
    margin: 0 10px 0 10px;
}

.form-field.select-field[b-6knymelp9i]::after {
    top: 40%;
}
.chkUpdDet[b-6knymelp9i]{
    margin-top: 22px;
}
.btnRemove[b-6knymelp9i] {
    background-color: #0f89f1;
    cursor: pointer;
    color: white;
    border: 1px solid #2a8bcb;
    border-radius: 3px;
}

    .btnRemove:hover[b-6knymelp9i] {
        background-color: #ff6868;
        border: 1px solid red;
    }

    .btnRemove i[b-6knymelp9i] {
        padding-left: 5px;
        font-size: 12px;
    }
.brandSearchBox[b-6knymelp9i] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 70px;
    text-transform: uppercase;
}
.divGridRowSelect[b-6knymelp9i] {
    margin-bottom: -15px;
}
.option.selected[b-6knymelp9i] {
    background-color: #007BFF;
    color: white;
}
/* _content/BF.Prod.Web/CRM/Purchase Module/PurchaseMisc.razor.rz.scp.css */

.grid-btn[b-tee9ccm4m4] {
    background-color: #fff;
    border: 0;
    color: #1888e7;
    border-radius: 0 !important;
    font-size: 12px;
    text-shadow: none;
    width: 75px;
    text-transform: none !important;
    padding: 3px;
}

    .grid-btn:not([disabled]):hover[b-tee9ccm4m4] {
        color: #fff;
        background: #0b66a2;
        border: #2a8bcb solid 1px;
        cursor: pointer;
    }

.legend-box[b-tee9ccm4m4] {
    display: flex;
    text-align: center;
    width: 100%;
}

.legends[b-tee9ccm4m4] {
    flex-grow: 1;
    margin-left: 10px;
    line-height: 1.2;
    padding: 7px;
}

.ord-det-col[b-tee9ccm4m4] {
    width: 33%;
    padding-left: 15px;
}
.custom-label[b-tee9ccm4m4] {
    font-size: 12px;
    text-shadow: 0px 1px 2px #c1c1c1, 1px 2px 3px #fff;
    font-weight: bold;
}
.custom-val[b-tee9ccm4m4] {
    text-align: left;
    background-color: #fff !important;
    border: solid 1px #c1c1c1;
    padding: 0 5px;
    border-radius: 5px;
    font-weight: normal;
    border-color: #66afe9;
    color: #555;
    height: 35px;
}
.center[b-tee9ccm4m4] {
    justify-content: center;
}
.search-box[b-tee9ccm4m4] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    width: 40ch;
    font-weight: 800;
    text-transform: uppercase;
}
    .search-box:focus[b-tee9ccm4m4] {
        outline: none;
    }
.addBtn[b-tee9ccm4m4] {
    background-color: dodgerblue;
    border-color: white;
    border-radius: 0px !important;
}
.editableNum[b-tee9ccm4m4] {
    text-align: center;
    width: 40px;
    border: 1px solid #66afe9;
}
.custom-fieldset[b-tee9ccm4m4] {
    display: flex;
    width: calc(33% - 15px);
}

    .custom-fieldset label[b-tee9ccm4m4] {
        flex: 1 0 auto;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
    }

    .custom-fieldset span[b-tee9ccm4m4] {
        flex: 1 1 100%;
    }

    .custom-fieldset input[b-tee9ccm4m4] {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        border: 1px solid #66afe9;
        padding-inline: 10px;
    }

        .custom-fieldset input:focus[b-tee9ccm4m4] {
            box-shadow: none;
            outline: none;
        }

.custom-fieldset2[b-tee9ccm4m4] {
    display: flex;
    width: 45%;
}

    .custom-fieldset2 label[b-tee9ccm4m4] {
        flex: 1 0 auto;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        width: 40%;
    }

    .custom-fieldset2 span[b-tee9ccm4m4] {
        flex: 1 1 100%;
    }

    .custom-fieldset2 input[b-tee9ccm4m4] {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        border: 1px solid #66afe9;
        padding-inline: 10px;
    }

        .custom-fieldset2 input:focus[b-tee9ccm4m4] {
            box-shadow: none;
            outline: none;
        }

.text-center[b-tee9ccm4m4] {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.arrow[b-tee9ccm4m4] {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.right[b-tee9ccm4m4] {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left[b-tee9ccm4m4] {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up[b-tee9ccm4m4] {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down[b-tee9ccm4m4] {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.itemname[b-tee9ccm4m4]
{
    width:25%;
}
.createddatecol[b-tee9ccm4m4]
{
    width:100px;
}
.txtSearchBox[b-tee9ccm4m4] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 40px;
    font-weight: 800;
    width: 25%;
    text-transform: none;
    float: right;
}
.row-search[b-tee9ccm4m4] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}

.brandSearchBox[b-tee9ccm4m4] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    font-weight: 800;
}

.divSearchBox[b-tee9ccm4m4] {
    width: 30%;
}




/* _content/BF.Prod.Web/CRM/Purchase Module/PurchaseOrder.razor.rz.scp.css */
.form-group[b-av20pq82vb] {
    width: 50%;
}
.text-center[b-av20pq82vb] {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.dateToday[b-av20pq82vb] {
    font-size: 15px;
    font-weight: bold;
}
.poColor[b-av20pq82vb] {
    font-size: 15px;
    font-weight: bold;
    background-color: #00a65a;
    float: right;
}
.form-field textarea[b-av20pq82vb] {
    width: auto;
}

.tblPOEditView td[b-av20pq82vb] {
    padding-bottom: 10px;
}
.btnRemove[b-av20pq82vb] {
    background-color: #0f89f1;
    cursor: pointer;
    color: white;
    border: 1px solid #2a8bcb;
    border-radius: 3px;
}
    .btnRemove:hover[b-av20pq82vb] {
        background-color: #ff6868;
        border: 1px solid red;
    }
    .btnRemove i[b-av20pq82vb] {
        padding-left: 5px;
        font-size: 12px;
    }

.divAddedPurchaseItems[b-av20pq82vb]{
    margin-top: 50px;
}
/* _content/BF.Prod.Web/CRM/Purchase Module/PurchaseOrder_Manual.razor.rz.scp.css */
.form-group[b-u4ydmdbapz]{
    width : 50%;
}
.form-field > span[b-u4ydmdbapz] {
    display: block;
    width: 100%;
    border: 1px solid #66afe9;
    padding: 0 5px 0 5px;
    color: #444;
    cursor : not-allowed;
}
table tbody tr td[b-u4ydmdbapz] {
    padding-bottom : 5px;
}
.options[b-u4ydmdbapz]{
    margin-top: 35px;
}
.gridPurchaseItem[b-u4ydmdbapz]{
    margin-top : 50px;
}
.text-center[b-u4ydmdbapz] {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.message[b-u4ydmdbapz]{
    color: yellow;
    background-color: red;
    text-transform: uppercase;
}
/* _content/BF.Prod.Web/CRM/Purchase Module/PurchaseVoucher.razor.rz.scp.css */
.legend-box[b-l28nxq9qdo] {
    display: flex;
    text-align: center;
    width: 100%;
}
.legends[b-l28nxq9qdo] {
    flex-grow: 1;
    margin-left: 10px;
    line-height: 1.2;
    padding: 7px;
}
.adminbtn > i[b-l28nxq9qdo] {
    margin-right: 0 !important;
    font-size: 14px;
}
.adminbtn[b-l28nxq9qdo] {
    border-radius: 0 !important;
    box-shadow: 0px 1px 0 rgb(10, 101, 160);
    float: none;
    font-size: 11px;
    margin: 0 auto;
    padding: 3px 10px;
    border: solid 1px #fff;
}

    .adminbtn:not([disabled]):hover[b-l28nxq9qdo] {
        box-shadow: none;
        border: white solid 1px;
        color: white;
        background: #2a8bcb;
        cursor: pointer;
    }
.text-center[b-l28nxq9qdo] {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}

.col-justify-center[b-l28nxq9qdo] {
    width: auto !important;
}
.custom-fieldset2[b-l28nxq9qdo] {
    display: flex;
    width: 45%;
}

    .custom-fieldset2 label[b-l28nxq9qdo] {
        flex: 1 0 auto;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        width: 40%;
    }

    .custom-fieldset2 span[b-l28nxq9qdo] {
        flex: 1 1 100%;
    }
/* _content/BF.Prod.Web/CRM/Purchase Module/ViewGrn.razor.rz.scp.css */
.row[b-kqb7r2u6w4] {
    flex-wrap: wrap;
}

.row-search[b-kqb7r2u6w4] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}
.brandSearchBox[b-kqb7r2u6w4] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    font-weight: 800;
}
.divSearchBox[b-kqb7r2u6w4] {
    width: 30%;
}
.custom-fieldset2[b-kqb7r2u6w4] {
    display: flex;
    width: 45%;
}

    .custom-fieldset2 label[b-kqb7r2u6w4] {
        flex: 1 0 auto;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        width: 40%;
    }

    .custom-fieldset2 span[b-kqb7r2u6w4] {
        flex: 1 1 100%;
    }
.text-center[b-kqb7r2u6w4] {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.text-center[b-kqb7r2u6w4] {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.editable[b-kqb7r2u6w4] {
    text-align: center;
    width: 100px;
    border: 1px solid #66afe9;
    height: fit-content;
}
.editableNum[b-kqb7r2u6w4] {
    text-align: center;
    width: 40px;
    border: 1px solid #66afe9;
}
a.disabled[b-kqb7r2u6w4] {
    pointer-events: none;
    cursor: default;
}
/* _content/BF.Prod.Web/CRM/QA Module/BMREntry.razor.rz.scp.css */
.form-group[b-pkh2ejg2sm] {
    width: 50%;
}

.form-field > input[b-pkh2ejg2sm] {
    display: block;
    width: 100%;
    border: 1px solid #66afe9;
    padding: 0 5px 0 5px;
    color: #444;
    cursor: not-allowed;
}

table tbody tr td[b-pkh2ejg2sm] {
    padding-bottom: 5px;
}

.options[b-pkh2ejg2sm] {
    margin-top: 35px;
}

.gridPurchaseItem[b-pkh2ejg2sm] {
    margin-top: 50px;
}

.text-center[b-pkh2ejg2sm] {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}

.message[b-pkh2ejg2sm] {
    color: yellow;
    background-color: red;
    text-transform: uppercase;
}
/* _content/BF.Prod.Web/CRM/QA Module/CoaBomEntry.razor.rz.scp.css */
.form-group[b-h9efqrt0o0] {
    width: 50%;
}

.form-field > input[b-h9efqrt0o0] {
    display: block;
    width: 100%;
    border: 1px solid #66afe9;
    padding: 0 5px 0 5px;
    color: #444;
    cursor: not-allowed;
}

table tbody tr td[b-h9efqrt0o0] {
    padding-bottom: 5px;
}

.options[b-h9efqrt0o0] {
    margin-top: 35px;
}

.gridPurchaseItem[b-h9efqrt0o0] {
    margin-top: 50px;
}

.text-center[b-h9efqrt0o0] {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}

.message[b-h9efqrt0o0] {
    color: yellow;
    background-color: red;
    text-transform: uppercase;
}
/* _content/BF.Prod.Web/CRM/QC Module/FinishedQC.razor.rz.scp.css */
.text-center[b-ainli9p2qo] {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.half[b-ainli9p2qo] {
    width: 50%;
    padding-top: 5px;
}

.info[b-ainli9p2qo] {
    background-color: #2a8bcb;
    color: white;
    font-weight: 600;
    padding-left: 10px;
}
.txtSearchBox[b-ainli9p2qo] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    font-weight: 800;
}

.txtSearchBox[b-ainli9p2qo] {
    width: 40%;
    text-transform: none;
    float: right;
}
.actionbtn:not([disabled])[b-ainli9p2qo] {
    background-color: #2a8bcb;
    color: #fff;
    cursor: pointer;
}

    .actionbtn:not([disabled]):hover[b-ainli9p2qo] {
        color: white;
        background-color: #2a8bcb;
    }
/* _content/BF.Prod.Web/CRM/QC Module/PurchaseQC.razor.rz.scp.css */
.btn-PUT[b-4ni0zeezgp] {
    width: 17ch;
}
.btn-DebitNote[b-4ni0zeezgp] {
    width: 12ch;
}
.btn-print[b-4ni0zeezgp] {
    width: 16ch;
}
.btn-DebitNote[b-4ni0zeezgp], .btn-PUT[b-4ni0zeezgp], .btn-print[b-4ni0zeezgp] {
    padding-right: 0;
    padding-left: 0;
}
.actionbtn:not([disabled])[b-4ni0zeezgp] {
    background-color: #2a8bcb;
    color: #fff;
    cursor: pointer;
}
.actionbtn:not([disabled]):hover[b-4ni0zeezgp] {
    color: white;
    background-color: #2a8bcb;
}
.half[b-4ni0zeezgp]{
    width: 50%;
    padding-top: 5px;
}
.info[b-4ni0zeezgp] {
    background-color: #2a8bcb;
    color: white;
    font-weight: 600;
    padding-left: 10px;
}
.head[b-4ni0zeezgp]{
    display: flex;
    border-bottom: 2px solid;
}
.head div[b-4ni0zeezgp] {
    width: 33%;
    float: left;
    border-right: 2px solid #000;
    text-align: center;
    min-height: 7px;
    line-height:initial;
}
    .head div:last-child[b-4ni0zeezgp] {
        border-right: 0px;
    }

.logo span[b-4ni0zeezgp] {
    font-size: 10px;
    display: block;
    margin-top: 0px;
    justify-items: center;
}


.logo[b-4ni0zeezgp], .logo2[b-4ni0zeezgp], .format[b-4ni0zeezgp] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-block: 5px;
    font-size: 12px;
    box-sizing: border-box;
}
img[b-4ni0zeezgp] {
    max-width: 100%;
    padding: 0px 2px 1px 3px;
    vertical-align: middle;
}
.rowhalf[b-4ni0zeezgp] {
    width: 49%;
    float: left;
}
.name1[b-4ni0zeezgp] {
    text-transform: uppercase;
    border-top: 2px solid #000;
    clear: both;
    text-align: center;
    margin-bottom: 0px;
    font-weight: bold;
    font-family: initial;
    padding: 1px 0px;
    font-size: 20px;
}
.full label[b-4ni0zeezgp] , .rowhalf label[b-4ni0zeezgp]{
    padding-left: 5px;
}

.custom-modal-header[b-4ni0zeezgp]{
    justify-content: center;
}
.headings[b-4ni0zeezgp] {
    padding: 5px;
    margin: 0px;
    color: rgb(42, 139, 203);
    background-color: rgb(255, 255, 255);
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.form-field input[disabled][b-4ni0zeezgp] {
    color: black !important;
    caret-color: transparent;
}
.tblDebitNoteItems[b-4ni0zeezgp]{
    margin: 0;
    border: 0;
}
    .tblDebitNoteItems th[b-4ni0zeezgp] {
        border: 1px solid #666;
        border-top: none;
        background: inherit;
        color: inherit;
        padding: 0;
        font-size: 12px;
        text-transform: capitalize;
    }
    .tblDebitNoteItems td[b-4ni0zeezgp] {
        background: inherit;
        color: inherit;
        padding: 2px;
        border: none;
    }
.tblDebitNoteItems tbody tr[b-4ni0zeezgp]{
    border: none;
}
    .tblDebitNoteItems tbody tr td[b-4ni0zeezgp] {
        border-right: 1px solid #666;
        padding-left: 10px;
        line-height: 1.2;
    }
.row-search[b-4ni0zeezgp] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}

.brandSearchBox[b-4ni0zeezgp], .txtSearchBox[b-4ni0zeezgp] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    font-weight: 800;
}
.txtSearchBox[b-4ni0zeezgp] {
    width: 40%;
    text-transform: none;
    float: right;
}

.divSearchBox[b-4ni0zeezgp] {
    width: 32%;
}
.tbl-mini .col-title-text[b-4ni0zeezgp] {
    white-space: nowrap;
}

.text-center[b-4ni0zeezgp] {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
/* _content/BF.Prod.Web/CRM/Reports/BrandMaterialStockReport.razor.rz.scp.css */
.row[b-w730ryp6fj] {
    justify-content: center;
    margin-top: 20px;
}

.divGridRowFilter[b-w730ryp6fj], .header[b-w730ryp6fj] {
    margin-top: 15px;
}

.ddlFilter[b-w730ryp6fj] {
    float: right;
}

.text-center[b-w730ryp6fj] {
    text-align: center;
    margin-top: 20px;
}

.btnExport[b-w730ryp6fj] {
    float: right;
}

.alert[b-w730ryp6fj] {
    color: red;
    font-size: 16px;
}
.txtGridFilter[b-w730ryp6fj] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 40ch;
    font-weight: 600;
    float: right;
}
.spanGreen[b-w730ryp6fj] {
    color: green;
    font-size: 13px;
    font-weight: 600;
}
.spanRed[b-w730ryp6fj]{
    color: red;
    font-size : 13px;
    font-weight: 600;
}
.divPMReport[b-w730ryp6fj], .divRMReport[b-w730ryp6fj] {
    margin-top : 15px;
}
/* _content/BF.Prod.Web/CRM/Reports/CustomerOrderReports.razor.rz.scp.css */
.row[b-noe6vfvngd] {
    justify-content: center;
    margin-top: 20px;
}

.divGridRowFilter[b-noe6vfvngd] {
    margin-top: 15px;
}

.SearchBox[b-noe6vfvngd], .txtGridFilter[b-noe6vfvngd] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 40ch;
    font-weight: 600;
}

.ddlSearchType[b-noe6vfvngd], .txtDate[b-noe6vfvngd] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 50px;
    font-weight: 600;
    text-transform: none;
}

.text-center[b-noe6vfvngd] {
    text-align: center;
    margin-top: 20px;
}



.btn[b-noe6vfvngd] {
    float: right;
}

.alert[b-noe6vfvngd] {
    color: red;
    font-size: 16px;
}

.col-title-text[b-noe6vfvngd] {
    color: white;
}

table[b-noe6vfvngd] {
    margin-top: 0px !important;
}

.txtGridFilter[b-noe6vfvngd] {
    float: right;
}
/* _content/BF.Prod.Web/CRM/Reports/MachineWiseProductionReport.razor.rz.scp.css */
.row[b-tpj7duibi4] {
    justify-content: center;
    margin-top: 20px;
}

.divGridRowFilter[b-tpj7duibi4] {
    margin-top: 15px;
}
.ddlSelect[b-tpj7duibi4] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 20ch;
    font-weight: 600;
    text-transform: none;
}
.ddlFilter[b-tpj7duibi4]{
   float : right;
}

.text-center[b-tpj7duibi4] {
    text-align: center;
    margin-top: 20px;
}

.btn[b-tpj7duibi4] {
    float: right;
}

.alert[b-tpj7duibi4] {
    color: red;
    font-size: 16px;
}

/* _content/BF.Prod.Web/CRM/Reports/ProductionTriggerReport.razor.rz.scp.css */
.row[b-stemecd1x5] {
    justify-content: center;
    margin-top: 20px;
}

.divGridRowFilter[b-stemecd1x5] {
    margin-top: 15px;
}

.SearchBox[b-stemecd1x5] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 40ch;
    font-weight: 600;
    float : right;
}

.ddlSelect[b-stemecd1x5], .txtDate[b-stemecd1x5] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 50px;
    font-weight: 600;
    text-transform: none;
}

.text-center[b-stemecd1x5] {
    text-align: center;
    margin-top: 20px;
}



.btn[b-stemecd1x5] {
    float: right;
}

.alert[b-stemecd1x5] {
    color: red;
    font-size: 16px;
}

.col-title-text[b-stemecd1x5] {
    color: white;
}

table[b-stemecd1x5] {
    margin-top: 0px !important;
}
/* _content/BF.Prod.Web/CRM/Reports/RptProduction.razor.rz.scp.css */
.row[b-xyn6xb4yx8]{
    justify-content : center;
}

.form-field select[b-xyn6xb4yx8] {
    padding: 9px !important;
    padding-right: 25px !important;
}

.divGridRowFilter[b-xyn6xb4yx8] {
    margin-top: 15px;
}

.SearchBox[b-xyn6xb4yx8] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
}

.text-center[b-xyn6xb4yx8] {
    text-align: center;
    margin-top: 20px;
}

.alert[b-xyn6xb4yx8] {
    color: red;
    font-size: 16px;
}

.btn[b-xyn6xb4yx8]{
    float: right;
}
/* _content/BF.Prod.Web/CRM/Sales Module/CreateOrder.razor.rz.scp.css */
.text-center[b-q4aps4lytb] {
    margin: 5px auto;
    padding: 10px;
    text-align: center;
}

.btn-app[b-q4aps4lytb] {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
    padding: 0 20px 0 10px !important;
    line-height: 40px;
    border-radius: 50px !important;
    height: initial !important;
    padding-top: initial !important;
    text-shadow:none !important;
}
    .btn-app i[b-q4aps4lytb] {
        padding: 10px;
        font-size: 20px;
        vertical-align: bottom;
    }

.form-group[b-q4aps4lytb] {
    width: 50%;
}
label[b-q4aps4lytb]{
    /*font-weight:600;*/
}
.box-header[b-q4aps4lytb] {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.highlight[b-q4aps4lytb] {
    color: #e75225;
    font-size: 16px;
    font-weight: 700;
}




/* _content/BF.Prod.Web/CRM/Sales Module/EditOrder.razor.rz.scp.css */
.brandSearchBox[b-ns67i7k3bk] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    font-weight: 800;
}
.row-search[b-ns67i7k3bk] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}
.divSearchBox[b-ns67i7k3bk]{
    width: 30%;
}
.CompositionSearchBox[b-ns67i7k3bk]{
    width: 30%;
}
.text-center[b-ns67i7k3bk] {
    margin: 5px auto;
    padding: 10px;
    text-align: center;
}
.tbl-mini th[b-ns67i7k3bk] {
    height: 35px !important;
}

.auto-loading[b-ns67i7k3bk] {
    background: white url('images/1484.gif') right center no-repeat;
}

.form-group[b-ns67i7k3bk]{
    width: 50%;
}
.form-field input[b-ns67i7k3bk] {
    height: 25px !important;
}
.PackingMaterialDiv[b-ns67i7k3bk] {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: flex-start;
}
.alert[b-ns67i7k3bk]{
    color:red;
    font-size:14px;
}
a.disabled[b-ns67i7k3bk] {
    pointer-events: none;
    cursor: default;
}
/* _content/BF.Prod.Web/CRM/Sales Module/ManageOrder.razor.rz.scp.css */
.grid-btn[b-ztt4ckmqq7] {
    background-color: #fff;
    border: 0;
    color: #1888e7;
    border-radius: 0 !important;
    font-size: 12px;
    text-shadow: none;
    width: 75px;
    text-transform:none !important;
    padding: 3px;
}
    .grid-btn:not([disabled]):hover[b-ztt4ckmqq7] {
        color: #fff;
        background: #0b66a2;
        border: #2a8bcb solid 1px;
        cursor: pointer;
    }

.legend-box[b-ztt4ckmqq7] {
    margin-left: 10px;
    display: flex;
    text-align: center;
    width: 100%;
}

.legends[b-ztt4ckmqq7] {
    flex-grow: 1;
    margin-left: 10px;
    line-height: 1.2;
    padding: 7px;
}

.btnRefreshPage[b-ztt4ckmqq7] {
    margin-top:4px;
    cursor: pointer;
    text-align: center;
    width: 35px;
    height: 35px;
    align-items: center;
    display: inline-flex;
    background: #2a8bcb;
    border-radius: 3px;
    overflow: hidden;
    justify-content: center;
    caret-color: transparent;
}
    .btnRefreshPage[b-ztt4ckmqq7]::before {
        
        content: "\f021 ";
        font-family: FontAwesome;
        font-size: 20px;
        color: #fff;
        transition: transform 0.5s ease-in-out;
    }

    .btnRefreshPage:hover[b-ztt4ckmqq7]   {
        background-color: #0b66a2;
        
    }
        .btnRefreshPage:hover[b-ztt4ckmqq7]::before {
            transform: rotate(360deg);
        }

a.disabled[b-ztt4ckmqq7] {
    pointer-events: none;
    cursor: default;
}

.lblMasterSearch[b-ztt4ckmqq7]{
    width:80%;
}
.form-group[b-ztt4ckmqq7] {
    width: 50%;
}
.form-field textarea[disabled][b-ztt4ckmqq7] {
    background-color: white;
}

label.custom-input[b-ztt4ckmqq7] {
    width:50%
}
.custom-fieldset[b-ztt4ckmqq7]{
    display:flex;
}
    .custom-fieldset label[b-ztt4ckmqq7] {
        flex: 1 0 auto;
        width: 150px;
        text-transform: uppercase;
        font-weight: 700;
    }
.custom-fieldset span[b-ztt4ckmqq7]{
    flex:1 1 100%;
}
.tbl-mini .col-title-text[b-ztt4ckmqq7], .tbl-mini td[b-ztt4ckmqq7] {
    text-transform: uppercase !important;
}
.printOrderTbl[b-ztt4ckmqq7]{
    border:1px solid black !important;
}
    .printOrderTbl th[b-ztt4ckmqq7], .printOrderTbl td[b-ztt4ckmqq7]{
        color: black;
        border: 1px solid black;
    }



/*********View Order CSS**********/
.order-process[b-ztt4ckmqq7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:20px;
}

.step[b-ztt4ckmqq7] {
    text-align: center;
    flex: 1;
    position: relative;
}

    .step .icon[b-ztt4ckmqq7] {
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .step.completed .icon[b-ztt4ckmqq7] {
        background-color: rgb(255, 165, 0);
        border-color: rgb(255, 165, 0);
        font-size: 20px;
        color:white;
    }

    .step.upcoming .icon[b-ztt4ckmqq7] {
        border-color: #ccc;
    }

    .step .label[b-ztt4ckmqq7] {
        margin-top: 10px;
        font-size: 12px;
        color: #555;
    }

    .step .status[b-ztt4ckmqq7] {
        margin-top: 5px;
        font-size: 12px;
        font-weight: bold;
    }

.connector[b-ztt4ckmqq7] {
    height: 2px;
    background-color: #ccc;
    flex: 1;
    margin-top: 25px;
}

    .connector.completed[b-ztt4ckmqq7] {
        background-color: rgb(255, 165, 0);
    }

/*********End View Order CSS**********/

.header[b-ztt4ckmqq7] {
    border-bottom: solid 1px #c1c1c1;
}
.title[b-ztt4ckmqq7] {
    text-align: left;
}
.ocode[b-ztt4ckmqq7]{
    margin-left:auto;
}




.Ordr-dtl-frm[b-ztt4ckmqq7] {
    margin-top: 10pc;
}
    .Ordr-dtl-frm h2[b-ztt4ckmqq7] {
        margin: 19px 16px 0;
        color: #2a8bcb;
        font-size: 21px;
        font-weight: 400;
        border-bottom: solid 1px #9c9c9c;
    }
.ord-det-col[b-ztt4ckmqq7]{
    width:33%;
    padding-left:15px;
}
.custom-label[b-ztt4ckmqq7] {
    font-size: 12px;
    text-shadow: 0px 1px 2px #c1c1c1, 1px 2px 3px #fff;
    font-weight:bold;
}
.custom-val[b-ztt4ckmqq7] {
    text-align: left;
    background-color: #fff !important;
    border: solid 1px #c1c1c1;
    padding: 0 5px;
    border-radius: 5px;
    font-weight: normal;
}
.form_padding[b-ztt4ckmqq7] {
    margin-left: 15px;
}

.form-horizontal[b-ztt4ckmqq7]{
    margin-top:20px;
}
.timeline-header[b-ztt4ckmqq7] {
    margin: 19px 16px 0;
    color: #2a8bcb;
    font-size: 21px;
    font-weight: 400;
    border-bottom: solid 1px #9c9c9c;
}
.mybutton[b-ztt4ckmqq7] {
    padding: 10px;
}
.newbutns .green[b-ztt4ckmqq7] {
    background: #15a415 !important;
}
.newbutns .btn i[b-ztt4ckmqq7] {
    padding-right: 8px;
    vertical-align: middle;
}
.btn[disabled][b-ztt4ckmqq7]{
    opacity: .65;
    color: white;
}

 


.direct-chat-text[b-ztt4ckmqq7] {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #f1f5f6;
    border: 1px solid #e5e9f1;
    margin: 5px 0 0 50px;
    color: #444;
    clear:both;
}
.timeline-item span[b-ztt4ckmqq7] {
    color: #999;
    float:right;
}

.timeline-item[b-ztt4ckmqq7]:before,
.timeline-item[b-ztt4ckmqq7]:after {
    content: "";
    width: 100%;
    height: 0;
    display: table;
    clear: both;
}

.timeline-item[b-ztt4ckmqq7] {
    padding-top: 20px;
}
.searchDiv[b-ztt4ckmqq7] {
    width: 33%;
    margin-top: 30px;
}

.text-center[b-ztt4ckmqq7]{
    margin:5px auto;
    padding:10px;
    text-align:center;
}
.div-green-btn[b-ztt4ckmqq7]{
    width:25%;
}
.green[b-ztt4ckmqq7] {
    background: #15a415 !important;
    width: 90%;
    float: left;
    padding:10px;
}

.brandSearchBox[b-ztt4ckmqq7] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    width: 100%;
    min-width: 70px;
    text-transform: uppercase;
    font-weight: 800;
}

.row-search[b-ztt4ckmqq7] {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}

.divSearchBox[b-ztt4ckmqq7] {
    width: 30%;
}

.divGridFilter[b-ztt4ckmqq7] {
    line-height: 3;
}
.txtSearchBox[b-ztt4ckmqq7], txtSearchBox1[b-ztt4ckmqq7] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 70px;
    font-weight: 800;
    width: 40%;
    text-transform: none;
    float: right;
}
.txtSearchBox1[b-ztt4ckmqq7] {
    font-weight: 600;
    width:35ch;
}
.ddlDiscardReason[b-ztt4ckmqq7] {
    padding: 7px;
    border: 1px solid #66afe9;
    outline: 0;
    font-weight: 550;
    padding-right: 30px;
    background: #fff;
    width: 70%;
    float: right;
    margin: 0 10px 0 10px;
}

.txtProductName[b-ztt4ckmqq7] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 70px;
    font-weight: 800;
    width: 80%;
    text-transform: none;
}
#listApproval.active .date_up[b-ztt4ckmqq7]::after {
    position: absolute;
    height: 113px;
    top: 33px;
    background-color: #ffa500;
    width: 10px;
    z-index: 9;
    content: "";
    right: -15px;
    z-index: 999999999;
}

#listPrinting.active .date_up[b-ztt4ckmqq7]::after {
    background-color: #ffa500;
    content: "";
    height: 113px;
    position: absolute;
    right: -15px;
    top: -70px;
    width: 10px;
    z-index: 999999999;
}
.ddlStatus[b-ztt4ckmqq7] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    border-right: none;
    outline: 0;
    min-width: 70px;
    font-weight: 800;
    text-transform: none;
    float: right;
}
/* _content/BF.Prod.Web/CRM/Sales Module/MasterGP.razor.rz.scp.css */
.autocomplete .options[b-42kgmq5qd2] {
    top: 65px;
}
.searchDiv[b-42kgmq5qd2] {
    width: 33%;
    margin-top: 29px;
}

.search-btn[b-42kgmq5qd2] {
    text-transform: none;
}
.editable[b-42kgmq5qd2] {
    text-align: center;
    width: 70px;
}
.text-center[b-42kgmq5qd2] {
    margin: 5px auto;
    padding: 10px;
    text-align: center;
}
/* _content/BF.Prod.Web/CRM/Sales Module/OrderMRP.razor.rz.scp.css */
table th[b-xr3m4dua98] {
    padding: 0;
}
table .col-title-text[b-xr3m4dua98] {
    white-space: normal !important;
}
.editable[b-xr3m4dua98] {
    text-align: center;
    width: 70px;
}

.searchDiv[b-xr3m4dua98] {
    width: 33%;
    margin-top: 29px;
}
.search-btn[b-xr3m4dua98]{
    text-transform: none;
}

.autocomplete .options[b-xr3m4dua98] {
    top: 65px;
    min-width: 300px;
}
.ddlFilter[b-xr3m4dua98] {
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    font-weight: 700;
    text-transform: none;
    float: right;
}
/* _content/BF.Prod.Web/CRM/Sales Module/PrintOrder.razor.rz.scp.css */
.text-center[b-nklb5cxz2h] {
    text-align:center;
    margin:10px;
    padding:10px;
}
.form-group[b-nklb5cxz2h]{
    width:50%;
}
.autocomplete .options[b-nklb5cxz2h] {
    top: 65px !important;
}

.custom-fieldset[b-nklb5cxz2h] {
    display: flex;
}

    .custom-fieldset label[b-nklb5cxz2h] {
        flex: 1 0 auto;
        width: 150px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .custom-fieldset span[b-nklb5cxz2h] {
        flex: 1 1 100%;
    }

.company[b-nklb5cxz2h] {
    text-decoration: underline;
    font-size: 30px;
    font-weight: 500;
}
.txtSearchBox[b-nklb5cxz2h] {
    /* height: 35px;
    padding: 5px;*/
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    min-width: 70px;
    font-weight: 800;
    width: 30%;
    text-transform: none;
    float: right;
    margin-top: -3px;
}
/* _content/BF.Prod.Web/CRM/Sales Module/ProductSchedule.razor.rz.scp.css */
.tbl-mini tbody tr:nth-of-type(even)[b-pllc5882ib] {
    background: #cccaca !important;
}

table th[b-pllc5882ib] {
    padding: 0;
}

table .col-title-text[b-pllc5882ib] {
    white-space: normal !important;
}

.searchDiv[b-pllc5882ib] {
    width: 33%;
    margin-top: 29px;
}
.search-btn[b-pllc5882ib] {
    text-transform: none;
}
.autocomplete .options[b-pllc5882ib] {
    top: 65px;
    min-width: 300px;
}
/* _content/BF.Prod.Web/CRM/Sales Module/SearchOrder.razor.rz.scp.css */
.text-center[b-ipxofad57x] {
    text-align: center;
    margin: 10px;
    padding: 10px;
}
.autocomplete .options[b-ipxofad57x] {
    top: 65px !important;
}

.ocode[b-ipxofad57x] {
    margin-left: auto;
}
.custom-fieldset[b-ipxofad57x] {
    display: flex;
    width:50%;
}

    .custom-fieldset label[b-ipxofad57x] {
        flex: 1 0 auto;
        width: 150px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .custom-fieldset span[b-ipxofad57x] {
        flex: 1 1 100%;
    }

.Ordr-dtl-frm[b-ipxofad57x] {
    margin-top: 10pc;
}

.form-horizontal[b-ipxofad57x] {
    margin-top: 20px;
}

.timeline-header[b-ipxofad57x] {
    color: #2a8bcb;
    font-size: 21px;
    font-weight: 400;
    border-bottom: solid 1px #9c9c9c;
}
.direct-chat-text[b-ipxofad57x] {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #f1f5f6;
    border: 1px solid #e5e9f1;
    margin: 5px 0 0 50px;
    color: #444;
    clear: both;
}

.timeline-item span[b-ipxofad57x] {
    color: #999;
    float: right;
}

.timeline-item[b-ipxofad57x]:before,
.timeline-item[b-ipxofad57x]:after {
    content: "";
    width: 100%;
    height: 0;
    display: table;
    clear: both;
}

.timeline-item[b-ipxofad57x] {
    padding-top: 20px;
}
.center[b-ipxofad57x]{
    justify-content: center;
}
#listApproval.active .date_up[b-ipxofad57x]::after {
    position: absolute;
    height: 113px;
    top: 33px;
    background-color: #ffa500;
    width: 10px;
    z-index: 9;
    content: "";
    right: -15px;
    z-index: 999999999;
}

#listPrinting.active .date_up[b-ipxofad57x]::after {
    background-color: #ffa500;
    content: "";
    height: 113px;
    position: absolute;
    right: -15px;
    top: -70px;
    width: 10px;
    z-index: 999999999;
}
/* _content/BF.Prod.Web/CRM/Sales Module/Transfer.razor.rz.scp.css */

.grid-btn[b-dbcsss9e6c] {
    background-color: #fff;
    border: 0;
    color: #1888e7;
    border: 1px solid #1888e7 ;
    border-radius: 0 !important;
    font-size: 12px;
    text-shadow: none;
    width: 50px;
    text-transform: none !important;
    padding: 3px;
}
    .grid-btn .fa[b-dbcsss9e6c] {
        margin-right: 0;
    }
    .grid-btn:not([disabled]):hover[b-dbcsss9e6c] {
        color: #fff;
        background: #0b66a2;
        border: #2a8bcb solid 1px;
        cursor: pointer;
    }

.legend-box[b-dbcsss9e6c] {
    display: flex;
    text-align: center;
    width: 100%;
}

.legends[b-dbcsss9e6c] {
    flex-grow: 1;
    margin-left: 10px;
    line-height: 1.2;
    padding: 7px;
}

.ord-det-col[b-dbcsss9e6c] {
    width: 33%;
    padding-left: 15px;
}
.custom-label[b-dbcsss9e6c] {
    font-size: 12px;
    text-shadow: 0px 1px 2px #c1c1c1, 1px 2px 3px #fff;
    font-weight: bold;
}
.center[b-dbcsss9e6c] {
    justify-content: center;
}
.search-box[b-dbcsss9e6c] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    width: 40ch;
    font-weight: 800;
    text-transform: uppercase;
}
.search-box:focus[b-dbcsss9e6c]{
    outline: none;
    box-shadow: none;
}
.form-field input[b-dbcsss9e6c], .form-field textarea[b-dbcsss9e6c], .form-field select[b-dbcsss9e6c] {
    border-radius: 5px;
    color: #555;
}

.chktallyexp[b-dbcsss9e6c] {
    width: 20px;
    height: 35px;
}
.txttally[b-dbcsss9e6c] {
    margin: 0 10px 0 10px;
    padding-left: 5px;
}
a.disabled[b-dbcsss9e6c] {
    pointer-events: none;
    cursor: default;
}
.headings[b-dbcsss9e6c] {
    padding: 5px;
    margin: 0;
    color: #2a8bcb;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
/* _content/BF.Prod.Web/CRM/StockManagement/IssueBOM.razor.rz.scp.css */
.divGridRowFilter[b-84ljzv7aag] {
    margin-top: 15px;
}

.SearchBox[b-84ljzv7aag] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 300px;
}
.btnDespensed[b-84ljzv7aag]{
    cursor : not-allowed;
}
    .btnDespensed:hover[b-84ljzv7aag], .btnDespensed:focus[b-84ljzv7aag] {
        background: #00a65a !important;
    }
.text-center[b-84ljzv7aag] {
    text-align: center;
    margin-top: 20px;
}
table tbody tr td[b-84ljzv7aag] {
    padding-bottom: 10px;
    line-height: 1.7;
}
.chkBatchChild[b-84ljzv7aag]{
    height : 25px;
    width : 25px;
}
    .chkBatchChild:disabled[b-84ljzv7aag] {
        cursor: not-allowed;
    }

@media print {
    .divUpdateMultiplier[b-84ljzv7aag] {
        display : block;
    }
}

.divPenel[b-84ljzv7aag] {
    float: left;
    height: 33%;
    width: 33%;
    margin: 0;
    padding: 15px;
}

.full[b-84ljzv7aag]{
    border: 2px solid black;
    border-bottom : 0;
    padding : 5px;
}
.name[b-84ljzv7aag]{
    text-align: center;
    font-size: 14px;
    font-weight : bold;
}
/* _content/BF.Prod.Web/CRM/StockManagement/PackingMaterialMasterManage.razor.rz.scp.css */
.divGridRowSelect[b-fugu1j4dqc] {
    margin-top: 15px;
}

.SearchBox[b-fugu1j4dqc] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 45ch;
}

.text-center[b-fugu1j4dqc] {
    text-align: center;
    margin-top: 20px;
}
.form-group input[b-fugu1j4dqc] {
    font-size: 14px;
    border: 1px solid #66afe9;
    padding-inline: 10px;
    margin: 0px 35px 0 10px;
}

    .form-group input:focus[b-fugu1j4dqc] {
        box-shadow: none;
        outline: none;
    }

.form-group[b-fugu1j4dqc] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
/* _content/BF.Prod.Web/CRM/StockManagement/PmDeductions.razor.rz.scp.css */
.divGridRowSelect[b-bkrqnown34] {
    margin-top: 15px;
}

.SearchBox[b-bkrqnown34] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 45ch;
}

.text-center[b-bkrqnown34] {
    text-align: center;
    margin-top: 20px;
}

.btnCreate[b-bkrqnown34] {
    float: right;
}

.form-group input[b-bkrqnown34] {
    font-size: 14px;
    border: 1px solid #66afe9;
    padding-inline: 10px;
    margin: 0px 35px 0 10px;
}

    .form-group input:focus[b-bkrqnown34] {
        box-shadow: none;
        outline: none;
    }

.form-group[b-bkrqnown34] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.options[b-bkrqnown34] {
    width: 60% !important;
    margin-left: 40%
}
/* _content/BF.Prod.Web/CRM/StockManagement/RawMaterial.razor.rz.scp.css */
.legend-box[b-cebywnzqgp] {
    display: flex;
    text-align: center;
    width: 100%;
}

.legends[b-cebywnzqgp] {
    flex-grow: 1;
    margin-left: 10px;
    line-height: 1.2;
    padding: 7px;
}
.divGridRowSelect[b-cebywnzqgp] {
    margin-top: 15px;
}

.brandSearchBox[b-cebywnzqgp] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 300px;
}
.modalEditRM[b-cebywnzqgp], .modalLedger[b-cebywnzqgp] {
    max-width: 800px;
}
.form-group[b-cebywnzqgp] {
    width: 50%;
}
.custom-fieldset[b-cebywnzqgp] {
    display: flex;
    margin: 10px 10px 0 0;
}

    .custom-fieldset select[b-cebywnzqgp] {
        flex: 1 1 100%;
    }

    .custom-fieldset input[b-cebywnzqgp] {
        font-size: 14px;
        border: 1px solid #66afe9;
        padding-inline: 10px;
        margin: 0px 35px 0 10px;
        float: right;
    }

        .custom-fieldset input:focus[b-cebywnzqgp] {
            box-shadow: none;
            outline: none;
        }

.ddlMaterialType[b-cebywnzqgp], .ddlUnit[b-cebywnzqgp] {
    padding: 7px;
    border: 1px solid #66afe9;
    outline: 0;
    font-weight: 550;
    padding-right: 30px;
    background: #fff;
    width: 50%;
    float: right;
    margin: 0 35px 0 10px;
}
.custom-modal-footer[b-cebywnzqgp] {
    text-align: center;
}
.text-center[b-cebywnzqgp] {
    text-align: center;
    margin-top: 20px;
}
.formAddRm input[b-cebywnzqgp], .formAddRm select[b-cebywnzqgp] {
    width: 50%;
    margin: 0 70px 0 10px;
}
.btnExport[b-cebywnzqgp] {
    float: right;
}
/* _content/BF.Prod.Web/CRM/StockManagement/RawMaterialDeductions.razor.rz.scp.css */
.divGridRowSelect[b-j79xqrk19i] {
    margin-top: 15px;
}

.SearchBox[b-j79xqrk19i] {
    height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #66afe9;
    outline: 0;
    float: right;
    min-width: 45ch;
}

.text-center[b-j79xqrk19i] {
    text-align: center;
    margin-top: 20px;
}

.btnCreate[b-j79xqrk19i] {
    float: right;
}

.form-group input[b-j79xqrk19i] {
    font-size: 14px;
    border: 1px solid #66afe9;
    padding-inline: 10px;
    margin: 0px 35px 0 10px;
}
    .form-group input:focus[b-j79xqrk19i] {
        box-shadow: none;
        outline: none;
    }

.form-group[b-j79xqrk19i] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.options[b-j79xqrk19i]{
    width: 60% !important;
    margin-left:40%
}
/* _content/BF.Prod.Web/CRM/StockManagement/RMStock.razor.rz.scp.css */
.row[b-63v8x97g24] {
    justify-content: center;
}
.text-center[b-63v8x97g24] {
    text-align: center;
    margin-top: 20px;
}
.options[b-63v8x97g24] {
    margin-top: 25px;
}
.left[b-63v8x97g24]{
    float : left;
    margin-top: 20px;
}
    .left > .modal-title[b-63v8x97g24]{
        text-align: left;
    }
.btnExport[b-63v8x97g24]{
    float : right;
}
/* _content/BF.Prod.Web/Shared/Login.razor.rz.scp.css */
.login-page[b-2itbd2hpcg] {
    overflow-x: hidden;
    background-image: none;
    background: linear-gradient(to bottom, #2a8bcb 0%, #2a8bcb 50%, #e9e9e9 50%, #e9e9e9 80%, #ffffff 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8bcb', endColorstr='#ffffff',GradientType=0 ) !important;
    height: 100vh;
    -moz-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.33);
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.33);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}


.form-box[b-2itbd2hpcg] {
    border: solid 5px #fff;
    border-radius: 2px;
    max-width: 450px;
}
.login-page .frm[b-2itbd2hpcg] {
    position: absolute;
    left: 50%;
    margin-left: -225.2px;
    top: 50%;
    margin-top: -177px;
}
.form-top[b-2itbd2hpcg] {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #fff;
    text-align: left;
}
.form-bottom[b-2itbd2hpcg] {
    padding: 25px 25px 30px 25px;
    background: #eee;
    text-align: left;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.form-group[b-2itbd2hpcg] {
    margin-bottom: 15px;
}

.btn-new[b-2itbd2hpcg] {
    width: 100%;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    height: 40px;
    line-height: 40px;
    background: #2a8bcb;
    border: none;
    color: #fff;
}
.form-top-right i[b-2itbd2hpcg] {
    color: #2a8bcb;
}

.form-top-right[b-2itbd2hpcg] {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.form-top-left[b-2itbd2hpcg] {
    float: left;
    width: 75%;
    padding-top: 25px;
}

    .form-top-left h3[b-2itbd2hpcg] {
        margin-top: 0;
        font-size: 30px;
        font-weight: 400;
        color: #2988c7;
    }
.form-control[b-2itbd2hpcg] {
    height: 38px !important;
}
