body {
    font-size: 0.9rem;
}

.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

.header {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.align-center {
    text-align: center;
}

.borderless td, .borderless th {
    border: none;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
    border: none;
}

.m-t-20 {
    margin-top: 20px;
}

.flashes .alert.alert-error {
    color: #ff0032;
}

.table > tbody > tr > td {
    vertical-align: top;
}

.datagrid table tbody td.col-name,
.datagrid table tbody td.col-description,
.datagrid table tbody td.col-primary_resource {
    vertical-align: top !important;
}

.datagrid table {
    font-size: 0.8rem;
}

th.col-id, th.col-batch_id, th.col-store {
    width: 70px;
}

th.col-vs {
    width: 80px;
}

th.col-internal_id {
    width: 80px;
}

th.col-ico {
    width: 100px;
}

th.col-country {
    width: 30px;
}

th.col-batch_created {
    width: 140px;
}

th.col-first_name {
    width: 200px;
}

th.col-detail {
    vertical-align: top;
}

.table_inside {
    width: 100%;
    font-size: 0.7rem;
}

.table_inside tr {
    border-bottom: 1px solid #ddd;
}

.table_inside tr.head {
    font-weight: 600;
}

.table_inside td {
    padding-top: 4px;
    padding-bottom: 4px;
}

.table_inside tr:last-child {
    border-bottom: none;
}


.item_id {
    width: 50px;
}

.quantity {
    width: 30px;
}

.value {
    width: 90px;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.hidden {
    display: none;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.datagrid table tbody td {
    vertical-align: top !important;
}

.datagrid .btn {
    font-size: 0.9rem;
    padding: .3rem 0.8rem !important;
    margin: 5px;
}

.form-box {
    overflow: hidden;
    position: relative;
    padding: 1rem;
    border: 2px solid #f7f7f9;
}

.invoice-main-detail {
    margin-left: 10px;
}

.invoice-main-detail h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-left: 5px;
}

.invoice-main-button {
    margin-top: 10px!important;
}

.text-error {
    color: red;
    font-size: 90% !important;
}

.form-control {
    font-size: 0.8rem;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2rem + 2px);
}

.detail .col-lg-1, .detail .col-lg-2, .detail .col-lg-4  {
    padding-left: 5px;
    padding-right: 5px;
}

#frm-simpleGrid-filter-group_action-group_action {
    width: 200px;
}

.datagrid-column-header-additions .fa-remove {
    color: red;
}

.sort .fa-caret-down, .sort .fa-caret-up {
    color: red;
    font-size: 16px;
}

.col-country {
    width: 80px!important;
}

.col-store {
    width: 110px!important;
}

th.col-selling_store {
    width: 140px!important;
}

.col-till_no {
    width: 60px;
}

.col-receipt_date {
    width: 120px;
}

.col-issued {
    width: 120px;
}

.row-danger {
    background: rgba(240, 52, 52, 0.20)!important;
}