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-internal_id {
    width: 80px;
}

th.col-ico {
    width: 100px;
}

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: 50px;
}

.value {
    width: 50px;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.hidden {
    display: none;
}