/* 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:135px;
}

.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;

}
.zoom {
    /*padding: 50px;*/
    transition: transform .2s; /* Animation */
    /*width: 200px;*/
    /*height: 200px;*/
    /*margin: 0 auto;*/
}

.zoom:hover {
    transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.numberCircle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    background: #fff;
    /* border: 1px solid #666; */
    color: #666;
    text-align: center;
    font-size: 11px;
}

.custom_green_bg{
    background-color: #79e80d57!important;
}

.custom_yellow_bg{
    background-color: #e8dd0d87!important;
}

.custom_urgent_bg{
    color: #ffffff;
    background-color: #e4080878!important;
    animation: color-change 5s infinite ease-in-out;
}


@keyframes color-change {
    0% { background-color: #ee9292; }
    50% { background-color: #db3c3c; }
    100% { background-color: #ee9292; }
}

.urgent{
    padding: 2px !important;
    background: #f41e48;
    border-color: #ec0c38;
    border-radius: 6px !important;
    color: #ffffff;
}

.blacklist{
    color: #ec0c38;
}

/* End Custom ar css code */



