.trans-prod-cont .card-body {
    max-height: 100%;
    height: calc(90vh - 75px) !important;
    overflow-y: auto;
}

.trans-info-cont .card-body {
    max-height: 100%;
    height: calc(90vh - 184px) !important;
    overflow-y: auto;
}

.trans-payment-cont .card-body, .trans-action-cont .card-body {
    max-height: 90px;
    height: 90px;
    overflow-y: auto;
}

.table-trans thead tr th , #cb-search table thead tr th{
    color: #eee;
    background-color: #2C6693 !important;

}

#eb-data-cont table tbody tr{
    cursor: pointer;
}

.table-trans tfoot tr th{
    background-color: #ddd !important;
}

.btn-info{
    color: #fff !important;
}

.page-heading select {
    width: 200px;
    transform: translateY(-12px);
}

.pb-browser-batch-modal {
    line-height: 16px;
}

.input-group-prepend span {
    padding: 10px 10px;
    border: 1px solid #ccf2ef;
}

.batch-active td {
    font-weight: bold;
}

.expiry-warnning {
    background: #ffc10785 !important;
    /* color: #f8f9fa !important; */
}

.expiry-danger {
    background: #dc354561 !important;
    /* color: #f8f9fa !important; */
}

.warning-light {
    color: #212529;
    background-color: #ffc10769 !important;
}


/********************************************************************************** */
/*********************************  SALES   *************************************** */
/********************************************************************************** */

.trans-info-product-batch .card-body {
    max-height: 100%;
    height: calc(70vh) !important;
    overflow-y: auto;
}

.trans-payment-product-batch .card-body{
    max-height: 120px;
    height: 120px;
    overflow-y: auto;
}

/***************    FINANCE     *****************************************************/
.full-screen .body-with-sidebar footer, .full-screen main.container:not(.web) {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

.full-screen .sidebar-default{
    display: none;
}

.form-check .form-check-input,
.form-check .form-check-label {
    cursor: pointer;
}