div.ColVis,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info {
    float: none !important;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    margin-bottom: 0.6em;
    margin-right: 1.6em;
    padding: 0;
}

div.secondary-language-level[dir='rtl'] div.ColVis,
div.secondary-language-level[dir='rtl'] .dataTables_wrapper .dataTables_length,
div.secondary-language-level[dir='rtl'] .dataTables_wrapper .dataTables_paginate,
div.secondary-language-level[dir='rtl'] .dataTables_wrapper .dataTables_filter,
div.secondary-language-level[dir='rtl'] .dataTables_wrapper .dataTables_info {
	margin-left: 1.6em;
	margin-right: 0;
}

.dataTables_wrapper .dataTables_info {
	height: 30px;
    line-height: 25px;
    padding: 0;
}

div.ColVis > button.ColVis_Button,
.dataTables_wrapper .dataTables_length > label,
.dataTables_wrapper .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_filter > label {
    line-height: 25px;
    display: inline-block;
    padding: 3px 8px;
    height: 30px;
    margin: 0;
}

.dataTables_wrapper .dataTables_length > label,
.dataTables_wrapper .dataTables_filter > label,
.dataTables_wrapper .dataTables_info {
	font-size: 13px;
    padding: 0;
}

.dataTables_wrapper .dataTables_length > label > select {
	line-height: 25px;
	padding: 3px 8px;
    height: 30px;
    margin: 0;
}
/*
input.text_filter.form-control, input.number_range_filter, input.number_filter {
    font-size: 12px;
    box-sizing: border-box;
    height: 2em;
    line-height: 2em;
    padding: 0 2px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #aaa;
}*/

input.text_filter.form-control, input.number_range_filter, input.number_filter {
    line-height: 2em;
    height: 2em;
    padding: 0 2px;
    font-weight: normal;
}

div.ColVis > button.ColVis_Button,
.dataTables_wrapper .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_length > label > select,
div.dt-buttons a.dt-button,
input.text_filter.form-control, input.number_range_filter, input.number_filter {
	font-size: 12px;
    color: #333 !important;
    border: 0 !important;
    border-radius: 4px;
    box-shadow: none;
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button {
	background-color: transparent;
	background: transparent;
	margin: 0 1px;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:hover,
div.dt-buttons a.dt-button.disabled,
div.dt-buttons a.dt-button.disabled:hover,
div.dt-buttons a.dt-button.disabled:active,
div.dt-button-collection a.dt-button.disabled,
div.dt-button-collection a.dt-button.disabled:hover,
div.dt-button-collection a.dt-button.disabled:active  {
	color: #CCC !important;
	cursor: default !important;
	outline: 0 !important;
}

div.dt-buttons a.dt-button.disabled,
div.dt-buttons a.dt-button.disabled:hover,
div.dt-buttons a.dt-button.disabled:active,
div.dt-button-collection a.dt-button.disabled,
div.dt-button-collection a.dt-button.disabled:hover,
div.dt-button-collection a.dt-button.disabled:active  {
	background-color: #eee !important;
}

div.ColVis > button.ColVis_Button,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_wrapper .dataTables_length > label > select,
div.dt-buttons a.dt-button {
    background-color: rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.1);
}

.dataTables_wrapper .dataTables_wrapper,
.dataTables_wrapper div.table-top {
    display: inline;
}

.dataTables_wrapper .dataTables_filter input {
	line-height: 25px;
	padding: 3px;
    height: 30px;
    margin: 0;
    margin-left: 0.6em;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    font-weight: normal;
}

div.secondary-language-level[dir="rtl"] .dataTables_wrapper .dataTables_filter input {
	margin-right: 0.6em;
	margin-left: 0;
}

div.ColVis > button.ColVis_Button:hover,
.dataTables_wrapper .dataTables_length > label > select:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover,
div.dt-buttons a.dt-button:hover {
	cursor: pointer;
	background-color: rgba(0,0,0,0.15);
    background: rgba(0,0,0,0.15);
    color: rgba(0,29,134,0.9) !important;
    text-decoration: none !important;
}

div.ColVis > button.ColVis_Button:focus,
.dataTables_wrapper .dataTables_length > label > select:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button:focus,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:focus,
div.dt-buttons a.dt-button:focus {
	background-color: rgba(0,0,0,0.15);
    background: rgba(0,0,0,0.15);
    color: rgba(0,29,134,0.9) !important;
    text-decoration: none !important;
    outline: 1px dotted rgba(0,0,0,0.45);
    outline-offset: -2px;
}

div.ColVis > button.ColVis_Button:active,
.dataTables_wrapper .dataTables_length > label > select:active,
.dataTables_wrapper .dataTables_paginate a.paginate_button:active,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:active,
div.dt-buttons a.dt-button:active {
    background-image: none !important;
    box-shadow: none !important;
    outline: 1px dotted #E35500 !important;
    outline-offset: -2px;
}

.dataTables_wrapper select > option {
	color: #333;
	background-color: #FFF;
}

.dataTables_wrapper div.table-bottom {
	padding-top: 8px;
}

.dataTables_wrapper div.table-bottom div.dataTables_paginate,
.dataTables_wrapper div.table-top div.dataTables_filter {
	float: right !important;
	margin-right: 0;
}

.dataTables_wrapper div.table-top div.dataTables_filter {
	position: relative;
	z-index: 1000;
}

div.secondary-language-level[dir='rtl'] .dataTables_wrapper div.table-bottom div.dataTables_paginate,
div.secondary-language-level[dir='rtl'] .dataTables_wrapper div.table-top div.dataTables_filter {
	float: left !important;
	margin-left: 0;
}

table.dataTable select.select_filter {
	font-family: Arial, sans-serif;
    font-size: 12px;
    height: 2em;
    line-height: 2em;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    color: #aaa;
    font-weight: 400;
    /* width: auto !important; */
	width: 100% !important;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
	cursor: pointer;
	padding-right: 15px !important;
}
/*
div.secondary-language-level[dir='rtl'] table.dataTable thead .sorting_asc,
div.secondary-language-level[dir='rtl'] table.dataTable thead .sorting_desc,
div.secondary-language-level[dir='rtl'] table.dataTable thead .sorting {
	padding-left: 15px !important;
	padding-right: 0.6em !important;
}
*/
table.dataTable thead .sorting_asc:hover,
table.dataTable thead .sorting_desc:hover,
table.dataTable thead .sorting:hover,
table.dataTable thead .sorting_asc:focus,
table.dataTable thead .sorting_desc:focus,
table.dataTable thead .sorting:focus {
	background-color: rgba(0,0,0,0.2) !important;
    color: rgba(0,29,134,0.9) !important;
}

/* important for reducing horizontal scrolling */
div.dataTables_wrapper th,
div.dataTables_wrapper td {
	white-space: normal;
}


/* Colvis */

ul.ColVis_collection, 
div.dt-button-collection {
    background-color: #FFF !important;
    box-shadow: 0px 1px 5px rgba(0,0,0,.4) !important;
    border: 0 !important;
    max-width: 219px;
    width: auto !important;
    border-radius: 4px !important;
}

ul.ColVis_collection li, 
div.dt-button-collection a.dt-button {
    box-shadow: none !important;
    padding: 0.2em 0.6em 0.2em 0.6em !important;
    border: 0 !important;
    background: #DDD !important;
    color: #333 !important;
}

ul.ColVis_collection li label {
    margin-bottom: 0 !important;
    margin-top: 1px !important;
    font-weight: normal;
}

ul.ColVis_collection li label input[type="checkbox"] {
    display: none;
}

ul.ColVis_collection li span {
    padding: 0 !important;
    white-space: normal;
}

ul.ColVis_collection li span p{
    margin: 0;
    display: inline;
}

ul.ColVis_collection li label input[type="checkbox"] + span:before,
div.dt-button-collection a.buttons-columnVisibility:before {
	content: "\2610 \FE0E";
    margin-right: 0.333em;
    font-size: 1.2857rem;
    line-height: 1rem;
    position: relative;
    top: 2px;
}

div.secondary-language-level[dir='rtl'] ul.ColVis_collection li label input[type="checkbox"] + span:before,
div.secondary-language-level[dir='rtl'] div.dt-button-collection a.buttons-columnVisibility:before {
	margin-left: 0.333em;
	margin-right: 0;
}

ul.ColVis_collection li label input[type="checkbox"]:checked + span:before,
div.dt-button-collection a.dt-button.active:before {
	content: "\2611 \FE0E";
}

ul.ColVis_collection li:hover, div.dt-button-collection a.dt-button:hover {
    background: #CCC !important;
    color: #003283 !important;
}

div.ColVis_collectionBackground, div.dt-button-background {
    background-color: transparent !important;
    background: transparent !important;
}


/* hide close button */

.btn-expand {
	display: none !important;
}


/* for new version of datatables */
table.dataTable thead .multiSelect ul {
	display: inline-block;
    float: left;
    position: absolute;
    border: 1px solid black;
    overflow-y: scroll;
    background-color: white;
    z-index:1000;
    word-break: break-word;
    max-height: 300px;
    text-align: left;
    width: max-content;
    padding-top: 5px;
    padding-bottom: 5px;
}
#d4h5-main-content table.dataTable thead ul {
  -webkit-padding-start: 0px;
  padding-left: 0px;
}

#d4h5-main-content table.dataTable thead .multiSelect input[type=checkbox] {
    margin-left:4px;
    margin-right: 4px;
}

table.dataTable tbody ul.sl {
  padding-left: 0px;
}

#d4h5-main-content table.dataTable .list-function {
    margin-left: 20px;
}

#d4h5-main-content table.dataTable thead li.sli {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


#d4h5-main-content table.dataTable ul[compact] li.sli {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

table.dataTable td .dt_highlight {
  background-color: #fffcb5 !important;
}

table.dataTable td.dt_highlight {
  background-color: #fffcb5 !important;
}

#d4h5-main-content div.ColVis, #d4h5-main-content .dt-buttons .dt-button, #d4h5-main-content .dataTables_wrapper .dataTables_length, #d4h5-main-content .dataTables_wrapper .dataTables_paginate, #d4h5-main-content .dataTables_wrapper .dataTables_filter, #d4h5-main-content .dataTables_wrapper .dataTables_info {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-bottom: 0.6em;
    margin-right: 1.6em;
    padding: 0;
}

#d4h5-main-content .dt-buttons .dt-button, #d4h5-main-container .dataTables_wrapper .dataTables_length select {
    padding: 3px 8px;
    height: 30px;
}
