.object-table-module .back-cover {
  background-color: #fff;
}
.object-table-module .count {
  font-size: 15px;
  float: right;
  margin-top: 20px;
  color: #2165a3;
  background-color: rgba(188, 188, 188, 0.35);
}
.object-table-module .count .records {
  color: #888;
  font-weight: 400;
}
.object-table-module .search {
  max-width: 250px;
  padding-right: 25px;
  text-indent: 1rem !important;
}
.object-table-module .search.separate {
  width: 100%;
  max-width: 100%;
  padding-left: 22px;
  text-indent: 1rem;
}
.object-table-module .search_icon {
  position: absolute;
  right: 8px;
  top: 10px;
  color: gray;
}
.object-table-module .search_icon.separate {
  left: 15px;
  top: 20px;
  font-size: 10px;
  width: 10px;
}
.object-table-module .sorting-badge {
  background-color: #fff;
  position: relative;
  font-weight: 600;
  font-size: 10px;
  padding: 5px 5px 5px 10px;
  display: inline-block;
  border-radius: 4px;
  margin-left: 5px;
  color: #337ab7;
  border: 1px solid rgba(12, 75, 140, 0.43);
  margin-bottom: 3px;
}
.object-table-module .sorting-container {
  margin: 10px 0;
}
.object-table-module .sorting-container .sorting-badge:hover {
  background-color: #337ab7;
  color: #fff;
}
.object-table-module .sorting-container .sorting-badge:hover .close {
  opacity: 1;
  cursor: pointer;
  color: #002655;
  text-shadow: none;
}
.object-table-module .sorting-container .sorting-badge .close {
  margin-left: 5px;
  float: right;
  font-size: 12px;
  line-height: 1;
  color: #000;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.object-table-module .object-table {
  margin-bottom: 0;
  color: gray;
}
.object-table-module .object-table tfoot tr,
.object-table-module .object-table thead > tr {
  background-color: #e6f1f6;
  color: #2165a3;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.object-table-module .object-table thead > tr th {
  border-bottom: 0;
  padding-right: 25px;
  position: relative;
  will-change: width;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.object-table-module .object-table thead > tr th[draggable] a {
  width: 100%;
  display: block;
}
.object-table-module .object-table thead > tr th.dragged div.resize,
.object-table-module .object-table thead > tr th.draggedOver div.resize {
  display: none;
}
.object-table-module .object-table thead > tr th.dragged {
  background-color: rgba(255, 255, 255, 0.64);
  border: 2px dashed #427998;
}
.object-table-module .object-table thead > tr th.draggedOver {
  background-color: rgba(128, 128, 128, 0.16);
  border: 1px solid #93999c;
}
.object-table-module .object-table thead > tr th.sortable {
  position: relative;
}
.object-table-module .object-table thead > tr th.sortable:after,
.object-table-module .object-table thead > tr th.sortable:before {
  content: "\e113";
  font-size: 9px;
  font-family: "Glyphicons Halflings";
  visibility: visible;
  right: 8px;
  top: 40%;
  position: absolute;
  opacity: 0.25;
  margin-top: -4px;
}
.object-table-module .object-table thead > tr th.sortable:after {
  content: "\e114";
  margin-top: 5px;
}
.object-table-module .object-table thead > tr th.sortable.table-sort-down:after,
.object-table-module .object-table thead > tr th.sortable.table-sort-up:before,
.object-table-module
  .object-table
  thead
  > tr
  th.sortable:hover:not(.table-sort-up):not(.table-sort-down):after,
.object-table-module
  .object-table
  thead
  > tr
  th.sortable:hover:not(.table-sort-up):not(.table-sort-down):before {
  opacity: 1;
}
.object-table-module .object-table thead > tr th.separate {
  position: relative;
  padding-right: 7px;
  text-shadow: none !important;
  outline: 0;
}
.object-table-module .object-table thead > tr th.separate:focus {
  outline: 0;
}
.object-table-module .object-table thead > tr th div.resize {
  width: 5px;
  border-right: 2px dotted #949494;
  position: absolute;
  right: -2px;
  visibility: hidden;
  top: 0;
  z-index: 999;
  height: 100%;
  cursor: ew-resize;
}
.object-table-module .object-table thead > tr th:hover div.resize {
  visibility: visible;
}
.object-table-module .object-table tfoot tr {
  cursor: auto;
}
.object-table-module .object-table tbody tr.selected-row td {
  background-color: #d7f1a0;
}
.object-table-module .object-table tbody tr:hover {
  background-color: rgba(103, 103, 103, 0.08);
  color: #000;
}
.object-table-module .object-table tbody td:hover {
  cursor: pointer;
}
.object-table-module .object-table tbody td[editable] div[contenteditable] {
  padding: 3px;
}
.object-table-module
  .object-table
  tbody
  td[editable]
  div[contenteditable]:focus {
  margin: -3px;
  border: 2px dotted #738395;
  background-color: #f5f5f5;
  vertical-align: middle;
  color: #0c4b8c;
  display: block;
  outline: 0;
}
.object-table-module.hover-column table {
  overflow: hidden !important;
}
.object-table-module.hover-column table thead tr th {
  z-index: 3;
  position: relative;
}
.object-table-module.hover-column table tbody tr td {
  position: relative;
  outline: 0;
  z-index: 2;
}
.object-table-module.hover-column table tbody tr td:hover {
  z-index: 1;
}
.object-table-module.hover-column table tbody tr td:hover::before {
  content: "";
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: -1;
  background-color: rgba(103, 103, 103, 0.08);
}
.loading {
  padding: 5px;
  text-align: center;
  color: #337ab9;
}
.loading .glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
