.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: #333d33;
  border: 1px solid #394136;
  box-shadow: inset -1px -1px 0 0 rgba(255, 255, 255, 0.6);
  color: #fff;
  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 thead th.th-success {
  background-color: #28a745;
  border: 1px solid #186429;
}
.Table thead th.th-danger {
  background-color: #dc3545;
  border: 1px solid #842029;
}
.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, .Table tbody tr td[rowspan] {
  border-bottom: 1px solid #999;
}
.Table tbody tr td {
  font-weight: 500;
}
.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.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: #4A6D3A;
  border: 1px solid #3D5A2F;
  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 tfoot td[onclick] {
  cursor: pointer;
}
.Table tfoot td:not(:last-child) {
  border-right: 0;
}
.Table tfoot td.th-success {
  background-color: #28a745;
  border: 1px solid #186429;
}
.Table tfoot td.th-danger {
  background-color: #dc3545;
  border: 1px solid #842029;
}
.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 td > [type=radio], .Table.table-xs th > .Text, .Table.table-xs th > [type=checkbox], .Table.table-xs th > [type=radio] {
  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 td > [type=radio], .Table.table-sm th > .Text, .Table.table-sm th > [type=checkbox], .Table.table-sm th > [type=radio] {
  margin: 0 6px;
}
.Table.table-sm td > .Text, .Table.table-sm th > .Text {
  padding-right: 4px;
}
.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;
}
.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 td > [type=radio], .Table.table-md th > .Text, .Table.table-md th > [type=checkbox], .Table.table-md th > [type=radio] {
  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 td > [type=radio], .Table.table-lg th > .Text, .Table.table-lg th > [type=checkbox], .Table.table-lg th > [type=radio] {
  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 td > [type=radio], .Table.table-xl th > .Text, .Table.table-xl th > [type=checkbox], .Table.table-xl th > [type=radio] {
  margin: 0 12px;
}
.Table td {
  position: relative;
}
.Table td .FormControl {
  box-shadow: none !important;
}
.Table td .FormControl:not([type=checkbox]) {
  height: 100% !important;
}
.Table td .FormControl[type=text], .Table td .FormControl[type=number] {
  background-image: linear-gradient(-135deg, #009718 6px, transparent 0%);
}
.Table td .FormControl.dropdown {
  /* DES-685 */
}
.Table td .FormControl.dropdown .filter-option {
  display: table;
}
.Table td .FormControl.dropdown .filter-option .filter-option-inner {
  display: table-row;
  /* conflito com a master 
  				.filter-option-inner {
  					height: 100%;

  					.filter-option-inner-inner {
  						height: 100%;
   homologa */
}
.Table td .FormControl.dropdown .filter-option .filter-option-inner .filter-option-inner-inner {
  display: table-cell;
  vertical-align: middle;
}
.Table td textarea.FormControl {
  background-image: linear-gradient(-135deg, #009718 6px, transparent 0%);
}
.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: #d3d3d3;
  border: 1px solid #394136;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.Table-title {
  position: absolute;
  top: -35px;
  z-index: 999;
  background-color: var(--primary);
  border: 1px solid #255d89;
  display: none;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  text-align: center;
}

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