.grid td,
.grid th {
  border-color: #fff;
}
.grid .grid-col-actions {
  text-align: center;
}
.grid .btn {
  margin-right: 3px;
}
.grid thead .grid-columns,
.grid thead .grid-filters {
  background: #fff;
}
.grid thead .grid-columns th,
.grid thead .grid-filters th {
  border-bottom-width: 1px;
}
.grid thead tr:last-child th {
  border-bottom-width: 2px;
}
.grid tbody > tr > td {
  vertical-align: middle;
}
.grid tfoot {
  background: #fff;
}
.grid tfoot th {
  text-align: center;
}
.grid tfoot .pagination {
  margin: 0px;
}

.grid-filters .input-sm {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.grid thead .grid-columns th {
    padding: 0px;
    line-height: 2.95;
    padding-left: 13px;
}
.grid thead .grid-columns a, .grid thead .grid-columns {
    color: #797979;
    font-weight: bold;
    font-size: 1em;
}

.grid thead .grid-columns a {
    display: block;
    line-height: 2.95;
    margin-left: -13px;
    padding-left: 13px;
}

.grid thead .grid-columns th {
        position:relative;
}

.grid thead .grid-columns th .grid-sort-symbol {
    position: absolute;
    top: 0;
    right: 15px;
}

.grid thead .grid-columns th a:hover {
    background: #ccc;
}

.grid thead .grid-filters {
    background: #c4d4e7;
}

.dataTables_paginate  {
    width: 100%;
    text-align: center;
    height: 20px;
    padding: 5px 0 0 0;
}

.dataTables_paginate ul {
    display: inline-block;
    margin: 0 auto 0 auto;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 5px;
}

.grid-col-id_product {
    width: 3%;
}
.grid-col-code {
    width: 7%;
}

grid-col-showed {
    width: 5%;
}

.grid-col-price,
.grid-col-sale_price,
.grid-col-originalprice_price {
    width: 10%;
}

.grid-col-actions {
    width: 10%;
}