/*
 * Table
 */
table.dataTable {
  margin: -0.1px auto !important;
  clear: both;
  width: 100%;
}

table.dataTable thead th {
  padding: 3px 18px 3px 10px;
  border-bottom: 1px solid black;
  font-weight: bold;
  cursor: pointer;
}

table.dataTable tfoot th {
  padding: 3px 18px 3px 10px;
  border-top: 1px solid black;
  font-weight: bold;
}

table.dataTable td {
  padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable tr.odd {
  background-color: #f3f2f2;
}

table.dataTable tr.even {
  background-color: white;
}

table.dataTable tr.odd td.sorting_1 {
  background-color: #eee;
}

table.dataTable tr.odd td.sorting_2 {
  background-color: #f0f0e0;
}

table.dataTable tr.odd td.sorting_3 {
  background-color: #E0E2FF;
}

table.dataTable tr.even td.sorting_1 {
  background-color: #f3f2f2;
}

table.dataTable tr.even td.sorting_2 {
  background-color: #F2F3FF;
}

table.dataTable tr.even td.sorting_3 {
  background-color: #F9F9FF;
}

/*
#policy a, #policy a:link, #policy a:visited {
    border-bottom: 1px solid #7c7e7f;
}
#policy a:hover, #policy a:active {
    border-bottom: 1px solid #000;
}
/*
/*
 * Table wrapper
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  margin-top: 20px;
}

/*
 * Page length menu
 */
.dataTables_length {
  float: left;
}

/*
 * Filter
 */
.dataTables_filter {
  float: right;
  text-align: right;
}

/*
 * Table information
 */
.dataTables_info {
  clear: both;
  float: left;
  top: 2px;
  position: relative;
}

/*
 * Pagination
 */
.dataTables_paginate {
  float: right;
  text-align: right;
  height: 22px;
  position: relative;
  margin: 1px;
  top: -1px;
}

.dataTables_paginate .ui-buttonset {
  margin-right: 0 !important;
}

.dataTables_paginate .ui-button, .dataTables_paginate.ui-buttonset .ui-button {
  margin-right: -0.1px !important;
  background-image: none;
}

.dataTables_paginate a.ui-button {
  padding: 2px 6px;
  cursor: pointer;
  *cursor: hand;
 /* color: #333 !important;*/
}

.dataTables_paginate a.ui_button {
  background-color: #ddd;
}

.dataTables_paginate a.ui_button:hover {
  background-color: #ccc;
}

.dataTables_paginate a.ui_active {
  background-color: #99B3FF;
}

/*
 * Processing indicator
 */
.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white;
}

/*
 * Sorting
 */
.sorting {
  background: url('//www.esc.edu/images/datatables/sort_both.png') no-repeat center right;
}

.sorting_asc {
  background: url('//www.esc.edu/images/datatables/sort_asc.png') no-repeat center right;
}

.sorting_desc {
  background: url('//www.esc.edu/images/datatables/sort_desc.png') no-repeat center right;
}

.sorting_asc_disabled {
  background: url('//www.esc.edu/images/datatables/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
  background: url('//www.esc.edu/images/datatables/sort_desc_disabled.png') no-repeat center right;
}

table.dataTable th:active {
  outline: none;
}

table.dataTable thead th div.DataTables_sort_wrapper {
  padding-right: 20px;
  position: relative;
}

table.dataTable thead th div.DataTables_sort_wrapper span {
  margin-top: -8px;
  position: absolute;
  right: 0;
  top: 50%;
}

/*
 * Scrolling
 */
.dataTables_scroll {
  clear: both;
}

.dataTables_scrollBody {
  margin-top: -1px;
}

/*
*ui mods
*/

.dataTables_wrapper .ui-widget-header {
  color: #343434 !important;
  padding: 3px;
}

.ui-icon-arrowreturnthick-1-w {
  float: left;
}



/* ui updates 2021 */

.dataTables_info {
top: 0;
}

.ui-widget-header {
	background: #f99b1c;
	border:0px
}

table.dataTable tr.even td.sorting_1,
table.dataTable tr.odd td.sorting_1 {
	background: transparent;
}

table.dataTable tr.odd {
    background-color: #FAF6E8;
}

.dataTables_wrapper .ui-widget-header {
	padding: 10px 20px;
}

.dataTables_filter label {
	margin-bottom: 0px;
}

div#policy_length {
margin-top: 3px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #00438c;
	color: #fff;
}

.ui-icon,
.ui-state-default .ui-icon {
    background-image: url(https://www.esc.edu/media/esc-website/style-assets/css/images/ui-icons_ffffff_256x240.png);
}

.dataTables_paginate a.ui-button {
color: #fff;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	background: #bfcde1;
	text-decoration: none;
	color: #000 !important;
	opacity: 1;
}

.dataTables_paginate a.ui-button.ui-state-disabled {
  color:#000;
}

button.DTTT_button {
	height: 44px;
}

.ui-state-hover {
	text-decoration: underline;
}

div.ColVis_collection {
    width: auto !important;
}

.ColVis_Button {
	margin: 0px;
}

button.ColVis_Button.TableTools_Button.ui-button.ui-state-default {
    display: block;
	height: auto;
	width:100%
}

button.ColVis_Button.TableTools_Button.ui-button.ui-state-default span {
	padding: 0 10px;
	display:block;
}

div.DTTT_container,
.ColVis {
margin-bottom: 0;
}

