/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: collapse;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable a { text-decoration:none; }
table.dataTable thead { padding:0 !important; }
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 300;
}
table.dataTable thead th,
table.dataTable thead td {
  /*padding: 10px 18px;*/
  padding:4px;
  width:auto;
	white-space: pre-line;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  /*padding: 10px 18px 6px 18px;*/
  padding:4px;
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody tr.even, table.dataTable tbody tr:nth-child(even){
	background-color: var(--color-light-gray);
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #e2e2e2;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display.stripped tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
table.dataTable.display.stripped tbody tr:nth-child(even) {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #e2e2e2;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead > table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
table.dataTable thead th div.DataTables_sort_wrapper {
  position: relative;
}
table.dataTable thead th div.DataTables_sort_wrapper span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  /*right: -18px;*/
}
table.dataTable thead th.ui-state-default,
table.dataTable tfoot th.ui-state-default {
  border-left-width: 0;
}
table.dataTable thead th.ui-state-default:first-child,
table.dataTable tfoot th.ui-state-default:first-child {
  border-left-width: 1px;
}

/*
 * Control feature layout
 */
.dataTables_wrapper .dataTables_paginate .fg-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .fg-button:active {
  outline: none;
}
.dataTables_wrapper .dataTables_paginate .fg-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dataTables_wrapper .dataTables_paginate .fg-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dataTables_wrapper .ui-widget-header {
  font-weight: normal;
}
.dataTables_wrapper .ui-toolbar {
  padding: 8px;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit;
}

/* START TSG STYLES */

table.fixedHeader-floating { 
    position:fixed !important;
}

.dataTables_wrapper .dataTables_paginate .fg-button:hover {
	color:#0a7dcf !important;
}

.dataTables_paginate .ui-state-active, 
.dataTables_paginate .ui-widget-content .ui-state-active, 
.dataTables_paginate .ui-widget-header .ui-state-active, 
.dataTables_paginate a.ui-button:active, 
.dataTables_paginate .ui-button:active, 
.dataTables_wrapper .dataTables_paginate .fg-button:active,
.dataTables_paginate .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #033355;
    font-weight: normal;
    color: #fff !important;
}

.dataTable th, .dataTable td { 
	border:none;
}

.dataTables_wrapper .ui-widget-header {
	border:0;
	background:none;
	position:relative;
}

.dataTables_filter input[type=search] {
	padding:5px 8px;
}

.dataTables_length select {
	border-radius:0px;
	margin:0px 3px;
}

.dataTable.fixedHeader-floating,
.dataTable.fixedHeader-floating th {
    background: var(--color-blue);
    color: #FFF !important;
}

.dataTables_wrapper .dataTables_length {
	position:absolute;
	bottom:10px;
}

.dataTable-TSG-filter-options {
	padding: 5px 0px 5px 0px;
    margin: 0;
    display: block;
    width: 100%;
}

.dataTable-TSG-filter-options > div {
    margin: 0px 10px 0px 0px;	
    display: inline-block;
    vertical-align: middle;
}

.dataTableDateSearch input[type=checkbox] {
	width:20px;
	height:20px;
	vertical-align:middle;
	position:relative;
	top:-2px;
}

.loadSpinner { display:none; }
.dataTable { visibility:hidden; }
.dataTable.visible { visibility:visible; }

.loadSpinner {
	text-align: center;
    padding: 50px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    background: #FFFFFF;
    z-index: 100;
}

.loadSpinner img {
	width:175px;
}

.dataTable-TSG-actions-content > div img {
	-webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
	transform-origin: 0 0;
    -webkit-filter: drop-shadow(0px 0px 1px #666666); 
	filter: drop-shadow(0px 0px 1px #666666);
	-moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}

.dataTable-TSG-actions-content > div img:hover {
	-webkit-filter: drop-shadow(0px 0px 3px #666666);
    filter: drop-shadow(0px 0px 3px #666666);
}

.dataTable-TSG-innerWrapper,
.dataTable-TSG-outerWrapper { width:100%; position:relative; overflow:hidden; }
.dataTable-TSG-innerWrapper {
	min-height:400px;
}
.dataTable-TSG-outerWrapper td a {
	font-size:inherit;
	text-decoration:none;
}
.reportExportIcons img {
    height: 35px;
    width: 35px;
    cursor: pointer;
}

.dataTable th.sorting {
	cursor:pointer;
}

.dt-buttons.ui-buttonset a.buttons-page-length,
.dt-buttons.ui-buttonset a.buttons-colvis {
	position:relative;
	top:10px;
}

.dataTable.moveDown,
.dataTables_filter.moveDown,
.dataTables_info.moveDown,
.dataTables_paginate.moveDown {
	position:relative;
	top:15px;
	margin-bottom:5px;
}

.dataTable-TSG-innerWrapper.moveDown {
	padding-bottom:10px;
}

.dataTable-TSG-innerWrapper.moveDown .dataTables_wrapper .dataTables_scroll {
	position:relative;
	top:15px;
}

.dataTables_filter.moveTop {
	position:relative;
	top:10px;
}

.dataTables_filter {
	position:relative;
	top:5px;
}

.dt-buttons.ui-buttonset a.buttons-page-length,
.dt-buttons.ui-buttonset a.buttons-colvis,
.dt-buttons.ui-buttonset a.buttons-page-length:hover,
.dt-buttons.ui-buttonset a.buttons-colvis:hover {
	color:#666666 !important;
}

div.dt-buttons .dt-button:hover>span,
div.dt-button-collection .dt-button:hover>span { 
	background:none !important; 
}

.dt-buttons.ui-buttonset a.buttons-page-length:active,
.dt-buttons.ui-buttonset a.buttons-colvis:active {
	border: 1px solid #cccccc;
    background: #ededed;
}

.dt-button.ui-button:active {
	background:#033355;
}
.dt-button.ui-button.ui-state-active {
	background:#033355;
	border:1px solid #032945;
	color:#FFFFFF;
}

.dt-button.ui-button.buttons-columnVisibility.ui-state-active:active,
.dt-button.ui-button.buttons-columnVisibility.ui-state-default:active {
	border:1px solid #EBEBEB;
	outline:none;
}

.dt-button.ui-button.buttons-columnVisibility.ui-state-default {
	border:inset 1px #EBEBEB;
	background:#CFD1D2;
}

.dt-button.ui-button.buttons-columnVisibility.ui-state-active {
	background:#EDEDED;
	border:1px solid #EDEDED;
	color:#666666;
}

.DataTables_sort_icon.ui-icon {
	background-image: url(/sections/admin/css/images/ui-icons_ffffff_256x240.png);
}

#dataTableTSG-error {
	display:none;
	padding: 150px 0px;
    text-align: center;
    font-size: 24px;
    font-family: 'News Cycle', sans-serif;
}

#dataTableTSG-error i {
	display:block;
	font-size:56px;
}
th.sorting {
	padding-right:15px !important;
}

.dataTable th {
    width: auto;
    text-align: left;
    background: var(--color-blue);
    padding: 4px;
    color: #FFF;
}

.dataTable.forceCSS th {
	border:none !important;
    width: auto !important;
    text-align: left !important;
    background: var(--color-blue) !important;
    padding: 4px !important;
    color: #FFF !important;
}


.tsg-dialog .ui-dialog-titlebar, 
.tsg-error-dialog .ui-dialog-titlebar,
.tsg-file-download-dialog .ui-dialog-titlebar {
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}

.dataTable-TSG-title {
	font-size: 18px;
    font-weight: bold;
    font-family: 'News Cycle', sans-serif;
    position: absolute;
    bottom: 0px;
}

.dataTables_filter input[type=search] {
	font-family: 'News Cycle', sans-serif;
	border-left: 8px solid #547aa2;
	border-radius:5px;
	box-sizing:border-box;
    position: relative;
    outline: none;
    background: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    line-height: 1.4;
    font-weight: normal;
    color: #666666;
    border-top: 1px solid #AEAEAE;
    border-right: 1px solid #AEAEAE;
    border-bottom: 1px solid #AEAEAE;
    padding: 6px;
	width:250px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dataTable-TSG-active-only {
	margin-top:15px;
}

/* [START] Horizontal Scroll Buttons */

.dataTable-TSG-outerWrapper .mCSB_scrollTools {
	z-index: -999999 !important;
	display:none !important;
}

.dataTable-TSG-scroll-button {
	border: 1px solid #c5c5c5;
    background: #f6f6f6;
	color:#FFFFFF;
	float:left;
	width:22px;
	cursor:pointer;
}

.dataTable-TSG-scroll-button:hover {
    border: 1px solid #cccccc;
    background: #ededed;
}

.dataTable-TSG-scroll-button.left {
	-webkit-border-radius:5px 0px 0px 5px;
	-moz-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;
	box-sizing:border-box;
	background-image:url(/images/shared/click-to-scroll-left.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size:contain;
}

.dataTable-TSG-scroll-button.right {
	-webkit-border-radius:0px 5px 5px 0px;
	-moz-border-radius:0px 5px 5px 0px;
	border-radius:0px 5px 5px 0px;	
	box-sizing:border-box;	
	background-image:url(/images/shared/click-to-scroll-right.png);	
	background-repeat: repeat-y;
	background-position: top center;	
	background-size:contain;
}

.dataTable-TSG-scrollOuterWrap.small-scroll .dataTable-TSG-scroll-button.left {
	-webkit-border-radius:5px 0px 0px 5px;
	-moz-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;
	box-sizing:border-box;
	background-image:url(/images/shared/arrow-icon-left.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
}

.dataTable-TSG-scrollOuterWrap.small-scroll .dataTable-TSG-scroll-button.right {
	-webkit-border-radius:0px 5px 5px 0px;
	-moz-border-radius:0px 5px 5px 0px;
	border-radius:0px 5px 5px 0px;	
	box-sizing:border-box;	
	background-image:url(/images/shared/arrow-icon-right.png);
	background-repeat: no-repeat;
	background-position: center;	
	background-size:contain;
}



.dataTable-TSG-scrollWrap {
	width:95%;
	box-sizing:border-box;	
}

.dataTable-TSG-scrollOuterWrap > div {
	height: intrinsic;
	height: -moz-max-content;
	height: -webkit-max-content;
	float:left;
}

.dataTable-TSG-scrollOuterWrap { clear:both; }

.dataTable-TSG-filter { 
	position:absolute;
	top:0;
	right:0;
}

.dataTable td {	font-size:14px; }

/* [END] Horizontal Scroll Buttons */


/* [START] Custom Actions Feature */
.dataTable-TSG-actions-outer {
	position:relative;	
	min-height:50px;
}

.dataTable-TSG-actions-wrapper {
	text-align:right;
	padding:5px 0px;
	position:absolute;
	overflow:visible;
	float:right;
	width:100%;
	bottom:0px;
}

.dataTable-TSG-actions-wrapper * {
	vertical-align:bottom;
}

.dataTable-TSG-actions-wrapper > a {
	font-size: 18px;
    display: inline-block;
    padding: 2px 0px 2px 1%;
    margin-left: 1%;
    border-left: 1px solid #666666;	
	color:#666666;
	cursor:pointer;
	position:relative;
	text-decoration:none;
}

.dataTable-TSG-actions-wrapper > a[data-action="search"] {
	border-left:none;
}

.dataTable-TSG-actions-wrapper > a.disabled {
	cursor:inherit;
	opacity:0.5;
}

.dataTable-TSG-actions-wrapper > a:before {
	font-family: "Font Awesome 6 Free" !important;
	color:#666666;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	margin-right:5px;
	display:inline-block;
	position:relative;
	top:1px;
}

.dataTable-TSG-actions-wrapper > a[data-action="search"]:before { content:"\f002"; }
.dataTable-TSG-actions-wrapper > a[data-action="filter"]:before { content:"\f0b0"; }
.dataTable-TSG-actions-wrapper > a[data-action="rows"]:before { content:"\f0c9"; }
.dataTable-TSG-actions-wrapper > a[data-action="columns"]:before { content:"\f0c9";  -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.dataTable-TSG-actions-wrapper > a[data-action="actions"]:before { content:"\f064"; }

.dataTable-TSG-filters,
.dataTable-TSG-actions {
	display:none;
}

.dataTable-TSG-actions-content .dataTable-TSG-action[data-action="filter"] {
	border-bottom:1px solid #FFFFFF;
	display:block;
	height:auto;
	padding-bottom:3px;	
	margin-bottom:7px;
	float:none;
	text-align:left;
}

.dataTable-TSG-actions-content .dataTable-TSG-action[data-action="filter"] label {
	font-size:16px;	
}

.dataTable-TSG-actions-content {
    background-color: #8d9db2;
	/*
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #456B93), color-stop(1, #446e9c));
    background: -moz-linear-gradient(top, #456B93 5%, #446e9c 100%);
    background: -webkit-linear-gradient(top, #456B93 5%, #446e9c 100%);
    background: -o-linear-gradient(top, #456B93 5%, #446e9c 100%);
    background: -ms-linear-gradient(top, #456B93 5%, #446e9c 100%);
    background: linear-gradient(to bottom, #456B93 5%, #446e9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#456B93', endColorstr='#446e9c',GradientType=0);
	*/
	border:3px solid #FFFFFF;
	box-shadow:0px 0px 5px #666666;
	border-radius:10px;
	position: absolute;
    z-index: 99999;
    padding: 10px;	
	margin-top:5px;
	display:none;
}

.dataTable-TSG-actions-content > div {
	display:flex;
	flex-direction:column;
	float:left;
	text-align:center;
	justify-content:center;
	color:#FFFFFF;
	line-height:12px;
	font-size:14px;	
	height:82px;
}
.dataTable-TSG-actions-content-close {
    border-left: 1px solid #FFFFFF;
    margin-left: 20px;
    padding-left: 10px;
}
.dataTable-TSG-actions-content-close i {
	font-size:20px;
	cursor:pointer;
}

.dataTable-TSG-action-button.active:after {
	width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #8d9db2;
    content: " ";
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 999999;
    margin-left: -7px;
}

.dataTable-TSG-outerWrapper.small .dataTable-TSG-action-button {
	font-size:14px;
}

.dataTable-TSG-outerWrapper.small .dataTable-TSG-search {
	font-size:14px;
}

.dataTable-TSG-outerWrapper.small input[type=text].dataTable-TSG-action-search-input {
	padding:4px 40px 4px 30px;
}
.dataTable-TSG-outerWrapper.small .dataTable-TSG-search-input-wrapper:before { font-size:16px; top:-4px; }
.dataTable-TSG-outerWrapper.small .dataTable-TSG-search-close { height:21px; }
.dataTable-TSG-outerWrapper.small .dataTable-TSG-search-close i { font-size:16px; display:inline-block; top:3px; }
.dataTable-TSG-outerWrapper.small .dataTable-TSG-search label { margin-bottom:0px !important; margin-right:5px; }
.dataTable-TSG-action-button.no-carrot:after { display:none; }
.dataTable-TSG-action-button.no-carrot { margin-left:0px; }

.dataTable-TSG-actions-content > div img {
	width:70px;
	cursor:pointer;
}

.dataTable-TSG-search {
	font-size: 18px;
    color: #666666;
    cursor: pointer;
    position: relative;
	display:none;
}

.dataTable-TSG-search label {
	color:#666666;
}

input[type=text].dataTable-TSG-action-search-input {
	background: #8d9db2;
    font-size: 18px;
    border-radius: 5px;
    padding: 9px 40px 6px 40px;
    margin-right: 10px;
	top: -2px;
	border:none;
	box-shadow:none;
	color:#FFFFFF;
	box-sizing:border-box;
}

.dataTable-TSG-search-input-wrapper {
	display:inline-block;
	position:relative;
}

.dataTable-TSG-search-input-wrapper:before {
	font-family: "Font Awesome 6 Free" !important;
	color:#FFFFFF;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
	margin-right:5px;
	display:inline-block;
	content: "\f002";
	position: absolute;
    left: 10px;
    z-index: 1;
    font-size: 22px;
    line-height: 32px;
	top: 50%;
    transform: translateY(-50%);
}

.dataTable-TSG-search-input-wrapper:after {
}

.dataTable-TSG-search-close {
	position: absolute;
    top: 50%;
    right: 20px;
    border-left: 1px solid #FFFFFF;
    margin-left: 20px;
    padding-left: 10px;
    cursor: pointer;
    z-index: 999;
	transform: translateY(-50%);
}

.dataTable-TSG-search-close i {
	font-size: 20px;
    cursor: pointer;
    color: #FFFFFF;
    position: relative;
    top: 1px;
}

.dataTable-TSG-exclude-filter {
	text-align:left;
}

.dataTable-TSG-exclude-filter input[type=text] {
	display:block;
	margin-top:5px;
}
i.icon-times::before {
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-style: normal;
    font-size: 1em;
}
#dataTable-TSG-actions-content-close > i.icon-times::before {
    font-size: 1.5em;
}
/* [END] Custom Actions Feature */

/* If screen <= 1024px */
@media (max-width: 1024px)
{
	.dataTable-TSG-scrollWrap {
		width:92%;
	}
	.dataTable-TSG-action-button span { display:none; }
}

/* If screen between 1024 and 1200px */
@media (max-width: 1200px) and (min-width:1025px)
{
	.dataTable-TSG-scrollWrap {
   		width: 92%;
	}
}

/* No greater than 1400px, no less than 1200px */
@media (max-width:1400px) and (min-width:1201px) 
{
	.dataTable-TSG-scrollWrap {
   		 width: 95%;
	}
}

/* No greater than 1850px, no less than 1400px */
@media (max-width:1850px) and (min-width:1401px) 
{
	.dataTable-TSG-scrollWrap {
    		width: 95%;
	}
}

/* If screen > 1850px */
@media screen and (min-width: 1851px) 
{
	.dataTable-TSG-scrollWrap {
    		width: 95%;
	}
}

div.dt-button-collection { z-index:99999 !important; }

input[type=text].dataTable-TSG-action-search-input { margin: 0px 10px 0px 0px; }

.noSort .DataTables_sort_wrapper { position:relative; top:3px; left:6px; }
.noSort .DataTables_sort_icon { display:none !important; }

tr.selected, tr.selected td {
    background:#EBEBEB !important;
    font-weight:bold;
}

.dataTables_paginate span,
span.DataTables_sort_icon {
    display: inline-block !important;
}

.dataTable-hidden-export-only {
    display: none;
}

div#dataTable-TSG-actions-content-close{
	margin-left: 0.5rem;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
	background:none;
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.loader.small {
	width:5em;
	height:5em;
	margin:15px auto;
}
.loader.xsmall {
	width:2em;
	height:2em;
	margin:0;
}
.loader.xxsmall {
	width:1.3em;
	height:1.3em;
	margin:0;
}
.loader.white{
	border: .5em solid white;
	border-bottom-color: transparent;
	border-left: none;
}
.loader.blue {
	border-top: .5em solid var(--color-light-blue);
	border-right: .5em solid var(--color-blue);
	border-bottom: .5em solid var(--color-dark-blue);
	border-left: .5em solid var(--color-light-gray);
}
.loader.red {
	border-top: .5em solid rgba(145, 38, 2, 1);
	border-right: .5em solid rgba(145, 38, 2, 1);
	border-bottom: .5em solid rgba(145, 38, 2, 1);
}
.loader-bbl-logo
{
	background: url(/lease-central/images/design/icon-car.svg) no-repeat center center;
	background-size: contain;
    position: relative;
    width: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 30px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loadIconReverse 1.1s infinite linear;
    animation: loadIconReverse 1.1s infinite linear;
	opacity: 0.5;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
    	-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
  	}
  	100% {
    	-webkit-transform: rotate(360deg);
	    transform: rotate(360deg);
	}
}

@-webkit-keyframes loadIconReverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes loadIconReverse {
	0% {
    	-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
  	}
  	100% {
    	-webkit-transform: rotate(-360deg);
	    transform: rotate(-360deg);
	}
}

.loaderText {
	font-size: 30px;
}