.om-grid-row-selected {
  background-color: #a8a8a8 !important;
  color: #fff !important;
}
.om-grid-table-row {
  width: 44px;
}
.om-grid-table-tbody {
  /* display: block; */
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  /* width: 900px; */
  min-height: 100px;
  max-height: 300px;
  display: block;
  height: 50px;
}
.om-grid-table-thead {
  /* display: block;
  width: 900px; */
  background: #eaecee 0% 0% no-repeat padding-box;
  border: 1px solid #c1c8ce;
  opacity: 1;
  width: calc(100% - 1em);
}

.om-grid-table-thead,
.om-grid-table-tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.om-grid-table-thead,
.om-grid-table-tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.om-grid-search-input {
  max-width: 250px;
  border: 1px solid #cad1d7;
  border-radius: 0.25rem;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
  height: calc(1.25em + 1rem + 2px);
}

.om-grid-paging-banner {
  position: relative;
  top: 10px;
  border: 0px solid silver;
  width: 400px;
  height: 36px;
  float: right;
}

.om-grid-table {
  margin-top: 6px;
  /* width: 1214px;
  height: 44px; */
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  /* border: 1px solid gray */
}

.om-grid-table-row-head .om-grid-column {
  padding: 5px;
  border-right: 2px solid #ffffff !important;
  text-align: center !important;
}

.om-grid-table-row-body:nth-of-type(even) {
  background: #f8f9fa 0% 0% no-repeat padding-box;
}

.om-grid-table-row-body:nth-of-type(odd) {
  background: #ffffff 0% 0% no-repeat padding-box;
}

.arrow.asc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid black;
  display: inline-grid;
  vertical-align: -webkit-baseline-middle;
  margin-left: 7px;
  margin-bottom: 7px;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
  opacity: 0.66;
}

.arrow.dsc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
  display: inline-grid;
  vertical-align: -webkit-baseline-middle;
  margin-left: 7px;
  margin-bottom: 7px;
}

.om-grid-column-action {
  padding: 13px;
}

.om-grid-paging-main {
  text-align: right;
  margin-right: 22px;
  margin-top: 10px;
}

.om-grid-column-text {
  padding: 8px;
}

.om-grid-search-main {
  text-align: right;
  /* margin-left: 125px;
  margin-right: 30px;
  margin-top: 0px;
  border: 0px solid red; */
}

.om-grid-main {
  margin-bottom: 5px;
}

.page-item {
  cursor: pointer;
}

.page-item.active .page-link {
  border-color: #3b95d1 !important;
  background-color: #3b95d1 !important;
}

.pagination-footer-text {
  color: gray;
  float: left;
}

.loading-icon {
  font-size: 15px;
}

.xs-spinner {
  font-size: 12px !important;
}

.navigate-previous {
  font-size: 20px;
  margin-right: 2px;
}

.navigate-next {
  font-size: 20px;
  margin-left: 4px;
}

.page-n {
  cursor: default !important;
}

.xs-font {
  font-size: 12px !important;
}

.xs-pagination {
  width: 30px !important;
  height: 30px !important;
}

.xs-pagesize {
  padding: 0px !important;
  margin-top: -8px !important;
  width: auto;
  height: 30px;
  vertical-align: inherit !important;
}
