
.swal-button--yes
{
    background-color: #332e38 !important;
    border-color: #332e38 !important;
}

.swal-button--no
{
    background-color: #d05940 !important;
    border-color: #d05940 !important;
}

/* ============================================== */
/* theme colors */
/* ============================================== */


.theme-bg-black
{
    background-color: #332e38 !important;
}

.theme-color-black
{
    color: #332e38 !important;
}

.theme-borber-black
{
    border-color: #332e38 !important;
}

.btn-default
{
    border-color: #332e38 !important;
}

/* ============================================== */
/* dropdown menu for searches */
/* ============================================== */
            
.ul-dropdown-menu 
{
    background-color:#fff; 
    z-index:999; 
    width:100%; 
    list-style:none; 
    padding: 10px; 
    border-radius: 0.25rem; 
    border-top-right-radius:0px; 
    border-top-left-radius:0px; 
    position: absolute; 
    top:calc(1.9695rem - 2px);
    /* box-shadow: 0 0 0 0.2rem rgba(29, 78, 137, 0.25); */
    border: 1px solid #5B8DB8;
    border-top: 1px solid #ced4da; 
    display: none;
}

.ul-dropdown-menu li
{
    padding: 5px !important;
    display: inline-block;
    width: 100% !important;
    vertical-align: middle; 
    margin-bottom: 5px;
    height: 50px !important;
    overflow: hidden;
}

.ul-dropdown-menu li:hover
{
    background-color: #e4e4e4 !important;
}

.ul-dropdown-menu li a
{
    display: flex;
    width: 100% !important;
    align-content: center;
    align-items: center;
}

/* ===================================================== */
/*  widths for having_quantity_price */
/* ===================================================== */

.having_quantity_price li img
{
    width: 30px;
    max-width: 5%;
}

.having_quantity_price li .description
{
    width: 40%;
}

.having_quantity_price li .right_icon_wrapper
{
    width: 60%;
}

/* ===================================================== */
/*  sub-widths for having_quantity_price */
/* ===================================================== */

.having_quantity_price li .product_price_wrapper
{
    width: 40%;
}

.having_quantity_price li .quantity_wrapper
{
    width: 45%;
}

.having_quantity_price li .add_icon
{
    width: 20%;
}

/* ===================================================== */
/*  widths for having_no_quantity_price */
/* ===================================================== */

.ul-dropdown-menu li img
{
    max-width: 15%;
}

.having_no_quantity_price li .description
{
    width: 70%;
}

.having_no_quantity_price li .right_icon_wrapper
{
    width: 15%;
}


/* ===================================================== */
/*  sub-widths for having_no_quantity_price */
/* ===================================================== */

.having_no_quantity_price li .add_icon
{
    width: 100%;
}

/* ===================================================== */

.ul-dropdown-menu li img
{
    width: 30px;
    height: 30px;
    display: flex !important;
    float: left;
}

.ul-dropdown-menu li .description
{
    display: flex !important;
    float: left;
    padding-left: 10px;
    vertical-align: middle;
    margin: 0px;
    padding-top: 5px;
    color: #000;
    padding-top: 0px;
    line-height: 18px;
    font-size: 12px;
    padding-right: 30px;
}

.ul-dropdown-menu li .right_icon_wrapper
{
    display: flex !important;
    justify-content: flex-end;
}

/* ===================================================== */

.ul-dropdown-menu li .product_price_wrapper
{
    vertical-align: text-bottom;
    color: #000;
    text-align: center;
    margin-left: 5px;
    width : 30%;
}

.ul-dropdown-menu li .placement_wrapper
{
    text-align: center;
    margin-right: 5px;
    border-right: 1px solid #000;
    font-weight: 700;
    width : 30%;
}

.ul-dropdown-menu li .quantity_wrapper
{
    text-align: center;
    margin-right: 5px;
    border-right: 1px solid #929191;
    font-weight: 700;
    width : 30%;
}

.ul-dropdown-menu li .right_icon_wrapper .add_icon
{
    color: #000;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    width : 10%;
}

/* ===================================================== */
/* in sale invoice */
/* ===================================================== */

.ul-dropdown-menu li .quantity_wrapper
{
     width : 20%;
}

.ul-dropdown-menu li.li_sale_products .quantity_wrapper,
.ul-dropdown-menu li.li_sale_products .purchase_cost
{
    font-weight: 500;
    font-size:12px;
}

/* ===================================================== */


.ul-dropdown-menu li .product_info,
.ul-dropdown-menu li .discount
{
    display: none !important;
}

/* ============================================== */

.dz-error-message
{
    display: none !important;
}

.returned-ajax p
{
    margin-bottom: 0px !important;
}

.collapse-header
{
    background-color: #e4e4e4;
    padding: 10px;
    border: 1px solid #1D4E89;
}

.collapse .card-body
{
    /* background-color: rgb(221, 221, 221); */
    margin-bottom: 15px;
    box-shadow: none;
}

.top-nav-icon
{
    font-size: 22px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 3px;
}

.top-nav-text
{
    font-size: 13px;
    font-weight: 400;
}

td
{
    vertical-align: middle !important;
    font-size: 13px !important;
}

td input
{
    margin-left: auto !important;
    margin-right: auto !important;
}

th
{
    vertical-align: middle !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    /* font-size: 1.15em !important; */
}

input[type=checkbox]
{
    width: 20px;
    cursor: pointer;
}

input[type=checkbox]:focus 
{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.ul-form__radio-inline .ul-radio__position:not(:first-child) 
{
    margin-left: 10px !important;
}

.cursor-pointer
{
    cursor: pointer !important;
}

.hidden
{
    display: none !important;
}


/* ================================================================== */
/* html data-tables styling  */
/* ================================================================== */

.dataTables_wrapper .row:first-child
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: inherit;
}

.dataTables_wrapper .row:first-child>div 
{
    padding-left  : 0px !important;
    padding-right : 0px !important;
}

.dataTables_wrapper .row:first-child>div:first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.dataTables_wrapper .row:first-child>div:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.dataTables_wrapper .row:first-child .dataTables_filter {
 text-align: left;
}

.dataTables_wrapper .row:first-child .dataTables_length {
 text-align: right;
}

/* ================================================================== */
/* Demo Pos theme overrides */
/* ================================================================== */

:root {
    --demo-primary: #1D4E89;
    --demo-primary-dark: #0F2F54;
    --demo-accent: #F77F00;
}

.btn-primary,
.bg-primary,
.badge-primary {
    background-color: var(--demo-primary) !important;
    border-color: var(--demo-primary) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--demo-primary-dark) !important;
    border-color: var(--demo-primary-dark) !important;
}

a,
.text-primary {
    color: var(--demo-primary);
}

.main-header {
    background: linear-gradient(90deg, #1D4E89 0%, #0F2F54 100%) !important;
}

.sidebar-left,
.sidebar-left .navigation-left {
    background-color: #13253f !important;
}

.sidebar-left .nav-item:hover > a,
.sidebar-left .nav-item.active > a {
    color: #fff !important;
}

.form-control:focus {
    border-color: #5B8DB8 !important;
    box-shadow: 0 0 0 0.2rem rgba(29, 78, 137, 0.25) !important;
}

.demo-pos-brand {
    color: var(--demo-primary) !important;
}

/* ================================================================== */