
.dataTables_wrapper .dataTables_filter {
    padding-right: 100px;
    padding-top: 3px;
}
table.dataTable.no-footer {
    border-bottom: 1.5px solid #ecebeb;
}
table.dataTable {
	table-layout: auto;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	width: 100%;
	
}
table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr:hover {
    background-color: #ffffff;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
 	border-top: none;
}
table.dataTable thead th,
table.dataTable tbody td {
	vertical-align: top;
	border: none;
	border-bottom: 1px solid #F4F4F4 !important;
	padding: 15px 10px;
}
table.dataTable tbody td svg:not(:root).svg-inline--fa {
    font-size: 15px;
	font-weight: 500;
	margin-right: 5px;
	margin-left: 5px;
	fill: var(--rp-gray-color-2);
	cursor: pointer;
}
table.dataTable tfoot th> span,
table.dataTable tfoot th,
table.dataTable thead th> span,
table.dataTable thead th {
    font-family: var(--rp-secondary-sans-font);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color:  var(--rp-primary-color-dark);
    padding-left: 0px;
    padding-right: 0px;
}
table.dataTable thead th {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
table.dataTable tr th span:hover,
table.dataTable tr th span {
    color:  var(--rp-primary-color-dark);
}
table.dataTable tfoot th,
table.dataTable tfoot td {
	border-top: 1px solid #F4F4F4 !important;
	padding: 10px !important;
}
table.dataTable tbody td a {
	cursor: pointer;
}
table.dataTable tbody td,
table.dataTable tbody td a,
table.dataTable tbody td b,
table.dataTable tbody td i {
	line-height: 21px;
	font-size: 16px;
	line-height: 21px;
	text-align: left;
}
table.dataTable tbody td a:hover {
	color:  var(--rp-primary-color-dark) !important;
}

table.dataTable tbody td a:hover b,
table.dataTable tbody td a:hover span,
table.dataTable tbody td a:hover i {
	color:  var(--rp-primary-color-dark) !important;
}
table.dataTable tbody td a:hover span.material-icons,
table.dataTable tbody td a:hover span.material-icons-outlined {
	font-family: 'Material Icons Outlined' !important;
}
table.dataTable tbody td a span.material-icons,
table.dataTable thead th span.material-icons,
table.dataTable tbody td span.material-icons,
table.dataTable tbody td a span.material-icons-outlined,
table.dataTable thead th span.material-icons-outlined,
table.dataTable tbody td span.material-icons-outlined {
	font-family: 'Material Icons Outlined' !important;
    font-size: 18px;
    line-height: 10px;	
}
table.dataTable tbody td span.material-icons,
table.dataTable tbody td span.material-icons-outlined {
	color: var(--rp-gray-color-2);
}
.dataTables_info {
	font-family: var(--rp-secondary-serif-font);
	font-style: normal;	
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: var(--rp-gray-color-1) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.paginate_button.previous,
.paginate_button.next {
	background: #FFEEE2 !important;
	border-radius: 3px;
	font-family: var(--rp-secondary-sans-font) !important;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: var(--rp-secondary-color-dark) !important;
	display: inline-block;
	border: none;
	position: relative;
	outline: none;
	padding-top: 8px;
	padding-bottom: 10px;
}
.dataTables_wrapper .paginate_button.previous.disabled:hover,
.dataTables_wrapper .paginate_button.previous.disabled,
.dataTables_wrapper .paginate_button.next.disabled,
.dataTables_wrapper .paginate_button.next.disabled:hover {
	background: var(--rp-gray-color-5) !important;
	color: var(--rp-gray-color-6) !important;
	outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	box-shadow: none;
	outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: var(--rp-secondary-color-dark) !important;
	border: none;
	outline: none;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button,
.dataTables_wrapper .dataTables_paginate span .paginate_button:hover {
	background: var(--rp-gray-color-5) !important;
	color: var(--rp-gray-color-6) !important;
	border: none;
	outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: var(--rp-primary-color-dark-hover) !important;
	color: var(--rp-white-color-3) !important;
	border: none;
	outline: none;
}

.paginate_button.previous {
	padding-left: 25px !important;
}
.paginate_button.next {
	padding-right: 25px !important;
}
.paginate_button.previous:before {
	content: "‹";
	position: absolute;
	left: 10px;
    top: 4.5px;
    font-size: 24px;
}
.paginate_button.next:after {
	content: "›";
	position: absolute;
	right: 10px;
    top: 4.5px;
    font-size: 24px;
}
.dataTables_wrapper div.dt-buttons {
	position: absolute;
    right: 0;
    z-index: 50;
    top: 38px;
	background-clip: padding-box;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	width: 100px;
	padding: 6px 0px 6px 0px;
    background: var(--rp-white-color-3);
	display: none;
}
.dataTables_wrapper div.dt-buttons button.dt-button,
.dataTables_wrapper div.dt-buttons div.dt-button {
	border: none;
	background: var(--rp-white-color-3);
	border-radius: 0px;
	padding: 10px;
	color: var(--rp-gray-color-2);
	display: block;
	width: 100%;
	margin: 0px;
	font-size: 15px;
}
.dataTables_wrapper button.dt-button:hover {
	background: #F1F1F1;
	color: var(--rp-gray-color-1);
	border: none;
}
.dataTables_wrapper div.dt-buttons button.dt-button span,
.dataTables_wrapper div.dt-buttons div.dt-button span {
	font-size: 100%;
	font-weight: 600;
}
.dataTables_wrapper button.dt-button:active:not(.disabled):hover:not(.disabled),
.dataTables_wrapper button.dt-button:focus:not(.disabled),
.dataTables_wrapper button.dt-button:hover:not(.disabled),
.dataTables_wrapper div.dt-button:active:not(.disabled):hover:not(.disabled),
.dataTables_wrapper div.dt-button:focus:not(.disabled),
.dataTables_wrapper div.dt-button:hover:not(.disabled) {
	background-color: #F1F1F1;
	background: #F1F1F1;
	outline: none;
	box-shadow: none;
	color: var(--rp-gray-color-1) !important;
}
div.data_tables_export-btn {
	cursor: pointer;
	font-family: var(--rp-secondary-sans-font);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0px;
	color: var(--rp-primary-color-dark) !important;
	user-select: none;
	margin-top: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 51;
}
div.data_tables_export-btn .material-icons-outlined,
div.data_tables_export-btn .material-icons-outlined:hover {
	color: var(--rp-gray-color-1) !important;
	vertical-align: -7px;
}
a.data_tables_export-btn {
	cursor: pointer;
	font-family: var(--rp-secondary-sans-font);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0px;
	color: var(--rp-primary-color-dark) !important;
	user-select: none;
	margin-top: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 51;
}
a.data_tables_export-btn .material-icons-outlined,
a.data_tables_export-btn .material-icons-outlined:hover {
	color: var(--rp-gray-color-1) !important;
	vertical-align: -7px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
	background-size: 15px;
	background-position-x: left;
}
.dataTables_wrapper .dataTables_filter input {
	border: 1px solid #aaa;
    border-radius: 5px;
    padding: 6px 13px;
    background-color: #FFFFFF;
    margin-left: 3px;
    width: 200px;
}
.dataTables_wrapper .dataTables_filter input:focus {
	border: 1px solid #aaaaaa !important;
	outline: none;
}
.dataTables_wrapper .dataTables_filter label {
 	font-family: var(--rp-secondary-sans-font);
    font-weight: 500;
    font-size: 16px;
}
.dataTables_wrapper .dataTables_length label {
	font-family: var(--rp-secondary-sans-font);
    font-weight: 500;
    font-size: 16px;
}
.dataTables_wrapper .dataTables_length select {
	font-family: var(--rp-primary-sans-font);
	font-size: 16px;
    font-weight: 500;
}
.dataTables_wrapper .dataTables_length {
    float: left;
    margin-top: 5px;
}
.dt-table-expbtn {
	position: relative;
	width: 100%;
}
table.dataTable tbody td:last-child span.material-icons:hover,
table.dataTable tbody td:last-child span.material-icons-outlined:hover {
	color: var(--rp-primary-color-dark-hover) !important;
}

.table-border {
	border: 2px solid #E6E7E8;
	padding: 0px !important;
}
