.Table {
  border-collapse: separate;
  border-spacing: 0px;
  transform-style: preserve-3d;
}
.Table.table-fixed {
  table-layout: fixed;
}
.Table td,
.Table th {
  padding: 0;
  vertical-align: middle !important;
}
.Table td .Text,
.Table th .Text {
  display: inline-block;
}
.Table thead {
  border-bottom: none;
}
.Table thead th {
  background-color: #3d9be5;
  border: 1px solid #163852;
  box-shadow: inset 0 -10px 50px -25px rgba(0, 0, 0, 0.65), 0 2px 2px -2px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
.Table thead th:not(:last-child) {
  border-right: 0;
}
.Table thead th:first-of-type {
  z-index: 2;
}
.Table tbody {
  border: 1px solid #999;
  border-top: none;
  transform: translate3d(0, 0, 0);
}
.Table tbody tr[key], .Table tbody tr[onclick] {
  cursor: pointer;
}
.Table tbody tr:first-child td {
  border-top: none;
}
.Table tbody tr:last-child td {
  border-bottom: 1px solid #999;
}
.Table tbody tr td {
  z-index: -1;
}
.Table tbody tr td[onclick] {
  cursor: pointer;
}
.Table tbody tr td:first-child {
  border-left: 1px solid #999;
}
.Table tbody tr td:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.075);
}
.Table tbody tr td:last-child {
  border-right: 1px solid #999;
}
.Table tbody tr td .FormControl.dropdown .filter-option {
  display: table;
}
.Table tbody tr td .FormControl.dropdown .filter-option .filter-option-inner {
  display: table-row;
}
.Table tbody tr td .FormControl.dropdown .filter-option .filter-option-inner .filter-option-inner-inner {
  display: table-cell;
  vertical-align: middle;
}
.Table tbody tr.table-primary td:first-of-type {
  border-left: 1px solid #3382c0 !important;
}
.Table tbody tr.table-primary td:last-of-type {
  border-right: 1px solid #3382c0 !important;
}
.Table tbody tr.table-danger td:first-of-type {
  border-left: 1px solid #b92d3a !important;
}
.Table tbody tr.table-danger td:last-of-type {
  border-right: 1px solid #b92d3a !important;
}
.Table tfoot {
  border-bottom: none;
}
.Table tfoot td {
  background-color: #3d9be5;
  border: 1px solid #163852;
  box-shadow: inset 0 -10px 50px -25px rgba(0, 0, 0, 0.65), 0 2px 2px -2px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
.Table tfoot td[onclick] {
  cursor: pointer;
}
.Table tfoot td:not(:last-child) {
  border-right: 0;
}
.Table.table-xs td,
.Table.table-xs th {
  font-size: 10px;
  height: 20px;
}
.Table.table-xs td > .Text, .Table.table-xs td > [type=checkbox],
.Table.table-xs th > .Text,
.Table.table-xs th > [type=checkbox] {
  margin: 0 4px;
}
.Table.table-sm td,
.Table.table-sm th {
  font-size: 12px;
  height: 25px;
}
.Table.table-sm td > .Text, .Table.table-sm td > [type=checkbox],
.Table.table-sm th > .Text,
.Table.table-sm th > [type=checkbox] {
  margin: 0 6px;
}
.Table.table-sm td > .FormControl:not([type=checkbox]):not([type=radio]),
.Table.table-sm th > .FormControl:not([type=checkbox]):not([type=radio]) {
  font-size: 12px;
  height: 24px !important;
}
.Table.table-md td,
.Table.table-md th {
  font-size: 14px;
  height: 30px;
}
.Table.table-md td > .Text, .Table.table-md td > [type=checkbox],
.Table.table-md th > .Text,
.Table.table-md th > [type=checkbox] {
  margin: 0 8px;
}
.Table.table-lg td,
.Table.table-lg th {
  font-size: 16px;
  height: 35px;
}
.Table.table-lg td > .Text, .Table.table-lg td > [type=checkbox],
.Table.table-lg th > .Text,
.Table.table-lg th > [type=checkbox] {
  margin: 0 10px;
}
.Table.table-xl td,
.Table.table-xl th {
  font-size: 18px;
  height: 40px;
}
.Table.table-xl td > .Text, .Table.table-xl td > [type=checkbox],
.Table.table-xl th > .Text,
.Table.table-xl th > [type=checkbox] {
  margin: 0 12px;
}
.Table.FixedLeftColumn tbody td:first-child {
  background-color: #3d9be5;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #255d89;
  border-left: 1px solid #255d89 !important;
  box-shadow: inset -1px -1px 0 0 rgba(255, 255, 255, 0.6);
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
.Table.FixedLeftColumn tbody td:first-child .Text {
  white-space: nowrap;
}
.Table.FixedLeftColumn tbody td:nth-child(2) {
  border-left: 1px solid #255d89 !important;
}
.Table.NoLineBreak td,
.Table.NoLineBreak th {
  white-space: nowrap;
}

.Table-scroll-wraper {
  overflow-x: auto;
  overflow-y: auto;
  position: relative;
}
.Table-scroll-wraper .Table {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.Table-scroll-wraper .Table tbody tr td:first-child {
  border-left: 0;
}
.Table-scroll-wraper .Table tbody tr td:last-child {
  border-right: 0;
}
.Table-scroll-wraper .Table-scroll-border {
  background-color: #fff;
  border: 1px solid #999;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.Table-scroll-wraper .Icon {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

/*# sourceMappingURL=Table.css.map */
