/* Global */

.btn-group-sm>.btn {
    padding: 7px 15px;
    border-radius: 5px !important;

}
.lockscreen {
    background: #f1f1f1 !important;
}
.btn:not(.input-group .btn), .select2-selection:not(.input-group .select2-selection),.form-group .select2-selection:not(.input-group .select2-selection),input:not(.input-group input) {
    border-radius: 8px !important;
}
.btn {
padding: 6px 14px;
}
.form-control:not(.input-group .form-control){
    border-radius: 8px !important;
}

.login-form input.form-control {
	padding: 6px 12px !important;
}

/* End Global */

/* POS CSS */

form#add_pos_sell_form > div > div > div > div {
    padding: 10px !important; 
}

form#add_pos_sell_form > div > div > div > div .box {
    /* #b7b6b6 */
    box-shadow: 0 0 5px 0px #d9d7d7 !important;
}


form#add_pos_sell_form.box-body {
    padding: 20px 20px !important;
}

form#add_pos_sell_form > div > div > div > div:nth-child(2) .select2-selection:not(.input-group .select2-selection) {
    border-radius: 8px;
}
/* form#add_pos_sell_form > div > div > div > div:nth-child(2) {
    padding: 20px 24px !important
} */
form#add_pos_sell_form > div > div > div > div:nth-child(2) .pos_invoice_layout .input-group-addon:first-child {
    border: 0;
}
form#add_pos_sell_form > div > div > div > div:nth-child(2) .box .box-body {
    padding: 14px 10px;
}

/* featured products button */
form#add_pos_sell_form > div > div > div > div:nth-child(2) #feature_product_div button {
    background-color: #4bb1d5;
    color: white;
    border-radius: 8px;
    border-color: lightgrey;
}
form#add_pos_sell_form > div > div > div > div:nth-child(2) #feature_product_div {
    margin-top: -29px;
    margin-bottom: 10px;
}
form#add_pos_sell_form > div > div > div > div:nth-child(2) #featured_products_box > div > div > div {
    text-align: center;
    padding: 5px;
    color: #4bb1d5;
    font-weight: 600;
}
form#add_pos_sell_form > div > div > div > div:nth-child(2) #featured_products_box {
    border-bottom: 1px solid #efebeb;
}
form#add_pos_sell_form > div > div > div > div:nth-child(2) .image-container{
    height: 80px;
}

.pos-header > div.row > div:nth-child(2) a,.pos-header > div.row > div:nth-child(2) button:not(:last-child) {
    padding: 6px 14px;
    border-radius: 8px;
/*     width: 62px */
}
.pos-header > div.row > div:nth-child(2) button:last-child {
    padding: 6px 14px;
    border-radius: 8px;
}
.pos-header > div > div > div > div:nth-child(2) .pos_invoice_layout .input-group-addon:first-child {
    border: 0;
    background-color: transparent;
}
.pos-header > div > div > div > div:nth-child(2) .pos_invoice_layout .select2-selection,#select_location_id, input.pos_unit_price_inc_tax,select.sub_unit {
    border-radius: 8px;
}
.pos-header > div > div > div > div {
    padding-top: 4px;
}


/* POS FOOTER */
div.pos-form-actions {
    background-color: #f1f1f1;
}

div.pos-form-actions > div > button {
    padding: 6px 14px !important;
    border-radius: 8px !important;
}
div.pos-form-actions .pos-total{
    background-color: transparent !important;
    color: #001f3f !important;
}


@media (max-width: 1000px) {
    
    /* div.pos-form-actions > div > button {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 10px;
    } */

}
/* End POS CSS */

/* Custom ar css code */

html[dir="rtl"] div.info-box.info-box-new-style {
    padding-right: 12px !important;
}

html[dir="rtl"] .btn-group-sm>.btn {
    padding: 7px 15px;
    border-radius: 5px !important;

}
.bootsrap-datetimepicker-widget.dropdown-menu{
    z-index: 9999999999999999999 !important;
}
/* End Custom ar css code */



