
.grido {
  font: 12.3px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
  /*overflow-x: auto;*/
  margin-bottom: 25px;
  /* align `number` type columns to the right https://stackoverflow.com/a/13352103/848166 */
  /* make same height */
  /* make same height END */
}
.grido tbody {
  font-size: 1em;
}
.grido table,
.grido .filter {
  box-shadow: none;
}
.grido td,
.grido th {
  vertical-align: middle;
  padding: 4px 6px;
  /*!important;*/
}
.grido tr.filter th {
  /*width: 9%;*/
  min-width: 60px;
  font-weight: normal;
}
.grido thead {
  font-size: 100%;
}
.grido th.actions {
  width: auto;
}
.grido th.checker input,
.grido .filter input,
.grido .filter label {
  z-index: 1;
  position: relative;
  font-size: 100%;
  font-weight: normal;
}
.grido tr.filter input.checkbox {
  display: inline;
  margin-right: 5px;
}
.grido .no-results {
  padding: 10px;
}
.grido .chosen-container {
  min-width: 130px;
}
.grido .filter.outer {
  box-shadow: none;
}
.grido .filter.outer .items {
  width: auto;
}
.grido .filter.outer .buttons {
  margin: 2.5rem 0.7rem 0.7rem;
}
.grido .filter.outer .items > span.buttons {
  padding-top: 25px;
  padding-right: 0;
  width: auto;
  margin: 0;
  margin-left: 5px;
}
.grido .filter.outer .dropdown.bootstrap-select.form-control {
  /* overwrite default BsSelect height:100% */
  height: auto;
}
.grido .filter.inner .daterange {
  /*width: 175px !important;*/
  min-width: 175px !important;
}
.grido .filter.inner th {
  padding: 0 6px 6px 2px !important;
}
.grido .filter.inner .btn-group-sm > .btn,
.grido .filter.inner .btn-sm {
  height: 27px;
  padding: 5px 8px;
  font-size: 11.5px;
}
.grido td.actions,
.grido th.buttons {
  white-space: nowrap;
}
.grido tr.head th {
  /*padding: 3px 6px 0px 3px !important;*/
  padding: 3px 9px 0px 9px !important;
}
.grido tbody tr td,
.grido tfoot tr td {
  padding: 5px 9px;
}
.grido .filter .tt-hint,
.grido input.text,
.grido select {
  height: 27px;
  padding: 5px 4px;
}
.grido .bootstrap-select > .dropdown-toggle {
  padding: 5px 8px;
  height: 27px;
}
.grido .bootstrap-select > .dropdown-toggle .caret {
  right: 8px;
}
.grido td[class^='grid-sum-'],
.grido td[class*=' grid-sum-'] {
  text-align: right;
  white-space: nowrap;
}
.grido .grid-header-type-number,
.grido .grid-cell-type-number {
  text-align: right;
}
.grido span.grid-sum-amount {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.grido tfoot .count select {
  height: 22px;
  padding: 0;
}
.grido a.export {
  position: relative;
  top: -2px;
  padding: 1px 5px 0px;
}
.grido .form-control {
  box-shadow: none;
}
.grido thead th,
.grido tfoot td,
.grido .filter.outer,
.grido thead .filter th {
  background: none;
}
.grido table,
.grido .filter,
.grido th,
.grido td {
  border: 0;
}
.grido tbody tr:not(.grid-row-sums) td {
  border-bottom: 1px solid #eee;
}
.grido tr.head th {
  border: 0 !important;
}
.grido .table-custom-bordered tbody td:first-of-type {
  border-left: 1px solid #eee;
}
.grido .table-custom-bordered tbody td:last-of-type {
  border-right: 1px solid #eee;
}
.grido .table-custom-bordered thead tr:last-of-type th {
  border-bottom: 1px solid #eee !important;
}
@media print {
  .grido {
    font-size: 14px;
  }
  .grido .actions,
  .grido th.buttons,
  .grido tr.filter,
  .grido tfoot,
  .grido .grid-header-id,
  .grido .grid-cell-id {
    display: none !important;
  }
  .grido tr td {
    border-bottom: 1px solid #eee !important;
  }
  .grido a[href]:after {
    content: "";
  }
}
