.grid-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
    margin: 6px -6px;
}
.grid-item .photo
{
    display: flex;
}
.grid-item .photo img
{
    margin: 0 auto;
    max-width: 100%;
}

.grid-item .caption
{
    margin: 6px 0;
    padding: 0 6px;
    text-align: center;
    border-radius: 0 0 5px 5px;
}

.grid-item .caption .title
{
    margin-bottom: 6px;
}

.grid-item .caption .code
{
    font-weight: 800;
}

.grid-item .caption .name
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.grid-item .caption .price
{
    font-weight: 600;
    color: white;
    background-color: rgb(0, 153, 255);
    position: absolute;
    border-radius: 0px 5px 0px;
    padding: 0px 5px;
    margin: 10px;
    right: -1px;
    top: -3px;
}

.grid-item .caption h5
{
    line-height: 20px;
    margin: 0;
}

.grid-item .footer
{
    padding: 6px;
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.grid-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.grid-item .separator p i
{
    margin-right: 5px;
}
.grid-item .btn-add
{
    width: 50%;
}

.grid-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.grid-item .btn-details
{
    width: 50%;
    padding-left: 10px;
}

.table-input {
    margin: 0;
}
    
.table-input > thead > tr > th { 
    vertical-align: middle; 
    background: rgba(52,73,94,0.94); 
    color: #ECF0F1;
    padding: 6px;
}
.table-input > thead > tr > td,
.table-input > tbody > tr > td,
.table-input > tfoot > tr > td { 
    vertical-align: middle; 
    padding: 3px; 
}
.table-input > tfoot > tr > td input { 
    font-size: 14px;
    margin: 0px;
}
.table-input > tbody > tr > td label, 
.table-input > tfoot > tr > td label { 
    margin: 3px 5px;
}

.table-input-sm > tbody > tr > td input {
    height: 26px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.table-input-sm > tfoot > tr > td label, 
.table-input-sm > tfoot > tr > td input { 
    font-size: 13px;
}

.bootstrap-table .fixed-table-container .fixed-table-pagination {
    padding: 0px 10px;
}
.fixed-table-body {
    height: 100%;
    overflow: unset !important;
}
.select2-container .select2-selection--single {
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.waitload {
    position: absolute;
    top: calc(50% - 64px);
    left: calc(50% - 64px);
    z-index: 10;
}