﻿/* VARIABLES
 **********************/
.data-grid {
  position: relative;
  min-height: 250px;
}
.data-grid.data-grid-simple .dataTables_info,
.data-grid.data-grid-simple .dataTables_paginate {
  display: none;
}
.data-grid .loading-overlay {
  display: none;
  background-color: #fff;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 1004;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.data-grid .loading-overlay i {
  position: absolute;
  top: 30%;
  left: 47%;
}
.data-grid.loading .loading-overlay {
  display: block;
}
.data-grid .title {
  padding: 5px 0 2px 0;
  font-size: 15px;
  color: #555;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  line-height: 25px;
}
.data-grid .dataTables_info {
  padding: 5px 10px 2px 10px;
  font-size: 13px;
  color: #888;
  font-weight: bold;
  float: left;
  clear: none;
  line-height: 25px;
}
.data-grid .tools {
  float: right;
  font-size: 13px;
  margin-right: 10px;
}
.data-grid .tools a {
  padding: 6px 12px;
  border: 1px solid #ececec !important;
  cursor: pointer;
  display: inline-block;
  margin-left: 2px;
  text-align: center;
  background-color: #777;
  color: #fff;
}
.data-grid .tools a:hover {
  background-color: #004C99;
}
.data-grid .tools a.DTTT_button_text {
  vertical-align: middle;
}
.data-grid .tools a input[type="checkbox"] {
  position: relative;
  top: 3px;
  left: 5px;
}
.data-grid .tools a .btn-disabled {
  opacity: 0.4;
}
.data-grid .top,
.data-grid .bottom {
  width: 100%;
  overflow: hidden;
}
.data-grid .top {
  background-color: #f4f4f4;
  padding: 5px 5px 5px 15px;
}
.data-grid .top .DTTT_container {
  margin-bottom: 0;
}
.data-grid .bottom {
  text-align: center;
}
.data-grid .dataTables_processing {
  margin: 0;
  padding: 0;
  margin-top: 75px;
  z-index: 1004;
  top: 30%;
  left: 40%;
  height: 50px;
  width: 250px;
  line-height: 50px;
  background: none;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  text-align: center;
  font-size: 18px;
}
.data-grid .dataTables_filter label {
  min-width: 0 !important;
}
.data-grid .dataTables_filter i {
  padding: 9px 9px;
  font-size: 12px;
}
.data-grid .dataTables_filter input {
  margin: 0;
  box-shadow: none;
  outline: none;
  font-size: 13px;
  padding: 4px 5px;
}
.data-grid .dataTables_paginate {
  float: right;
  padding-top: 0;
}
.data-grid .dataTables_paginate .paginate_button {
  font-size: 13px;
  padding: 6px 12px;
  border: 1px solid #ececec !important;
}
.data-grid .dataTables_paginate .paginate_button.current {
  background: #004C99;
  color: #e6e6e6 !important;
}
.data-grid .dataTables_paginate .paginate_button.current:hover {
  background: #004C99;
  color: #e6e6e6 !important;
}
.data-grid .dataTables_paginate .paginate_button:hover {
  background: #004C99;
  color: #e6e6e6;
}
.data-grid .dataTables_scrollHead {
  border-bottom: 1px solid #ccc !important;
}
.data-grid .dataTables_scrollBody {
  border-bottom: 1px solid #ccc !important;
  overflow-y: visible;
  min-height: 50px;
}
.data-grid table {
  font-size: 13px;
  color: #555;
}
.data-grid table tr th,
.data-grid table tr td {
  padding: 10px 12px;
}
.data-grid table thead tr th {
  text-transform: uppercase;
  border: none;
  color: #777;
}
.data-grid table thead tr th.sorting_asc,
.data-grid table thead tr th.sorting_desc {
  color: #444;
}
.data-grid table tbody tr td:first-child {
  border-left: 5px solid #fff;
}
.data-grid table tbody tr td select,
.data-grid table tbody tr td input {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  padding: 3px 6px;
  outline: none;
  margin: 0;
  width: 150px;
  line-height: normal;
}
.data-grid table tbody tr td select[type=checkbox],
.data-grid table tbody tr td input[type=checkbox] {
  border: 0;
  background: transparent;
  width: auto;
}
.data-grid table tbody tr td select:focus,
.data-grid table tbody tr td input:focus {
  border: 1px solid #004C99;
}
.data-grid table tbody tr td select.fixed-width,
.data-grid table tbody tr td input.fixed-width {
  width: 125px;
}
.data-grid table tbody tr.selected td,
.data-grid table tbody tr:hover td {
  cursor: pointer;
  background-color: #f7f7f7;
}
.data-grid table tbody tr.selected td:first-child,
.data-grid table tbody tr:hover td:first-child {
  border-left: 5px solid #004C99;
}