.brixy_list_wrapper .record .actions{
	margin-top: auto;
}

.brixy_list_wrapper .record .wrapper-list-actions .dropdown-item.active, 
.brixy_list_wrapper .record .wrapper-list-actions .dropdown-item:hover,
.brixy_list_wrapper .record .wrapper-list-actions .dropdown-item:active {
	color: #fff !important;
	text-decoration: none;
	background-color: var(--primary);
}

.brixy_list_wrapper .actions-wrapper .right {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 15px;
}

#data_table {
	border-bottom: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
}

.dataTable{
	width: 100% !important;
	border-top: 5px solid transparent;
}
.table > :not(:first-child){
	border-top: 0px none !important;
}
.dataTable #column_filters {
	background: #f6feff !important;
}

.dataTables_scrollBody thead tr,
.dt-scroll-body thead tr{
	height: 0px !important;
}
.dataTables_scrollBody,
.dt-scroll-body {
	border-bottom: 2px solid #17a2b8 !important;
	border-top: 2px solid #17a2b8 !important;
}
table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 100px;
	margin-right: 10px;
	border-right: 3px solid var(--primary);
}
table.dataTable .wrapper-list-actions{
	display: inline-block;
}
.dtr-title .select_all_string{
	display: inline-block !important;
}
.dtr-title input#select_all {
    visibility: hidden;
}
.table tr td.child, .table-striped > tbody > tr:nth-of-type(2n+1) td.child, .table-hover > tbody > tr.child:hover {
	background: var(--primary-light);
}
table.dataTable > tbody .child .dtr-details .actions{
	padding-bottom: 0px !important;
}
table.dataTable > tbody .child .dtr-details{
	display: block !important;
}
/* table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{
	background-color: var(--primary-border);
} */
#block_filters {
	background: #f6feff;
	margin: 10px 0;
}
#toggle-columns-wrapper .dropdown-menu li {
	padding: 2px 0;
	cursor: pointer;
	display: flex
}
#toggle-columns-wrapper .dropdown-menu li input,
#toggle-columns-wrapper .dropdown-menu li label{
	cursor: pointer;
}
#toggle-columns-wrapper .dropdown-menu li label{
	width: 100%;
}
@media (max-width: 1400px){
	#block_filters.mobile-toggle legend {
	  text-decoration: underline;
	  cursor: pointer;
	}
	#block_filters.mobile-toggle .row {
		display: none;
	}
}
#block_filters.mobile-toggle.open .row {
	display: flex !important;
}
#block_filters legend {
/*	
	float: none;
	width: auto;
	border-bottom: 0px;
	padding: 0 15px; */
	line-height: 97%;
 	margin-bottom: 0px;
	color: #148698;
}
#block_filters .legend-filters {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 10px;
}
#block_filters .legend-filters .clear_filters,
.brixy_list_wrapper .actions-wrapper .right
{
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
	font-size: initial;
	color: var(--primary-border);
}
#block_filters .brixy-el-wrapper {
	margin: 0px !important;
}
.dataTables_wrapper .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0px;
}
.dataTables_wrapper .left {
	display: flex;
	align-items: center;
	gap: 10px;
}
.dataTables_wrapper .dataTables_info{
	padding: 0px !important;
}

/* .dataTables_wrapper tr.mobile-hide th {
	padding: 0px;
} */

@media (max-width: 768px) {
	.dataTables_wrapper .bottom{
		display: block;
	}
	.dataTables_wrapper .left {
		justify-content: center;
		margin-bottom: 10px;
	}
}
@media (max-width: 480px) {
	.mobile-hide {
		display: none;
	}
	.dataTables_wrapper #data_table_length label{
		font-size: 0px;
	}	
}
/* ------------------- */

#data_table_filter {
	margin-right: 3px;
}
/* #data_table_length,
#data_table_length select {
	height: 38px;
} */
#data_table_length .custom-select{
	margin: 0 5px;
}
.dataTables_wrapper #column_filters tr{
	background: #f6feff;
}
.dropdown-menu.show {
	padding: 10px;
	width: 200px;
	inset: inherit;
	right: 0px !important;
}

input#select_all, .select input {
	transform: scale(1.4);
}

#data_table th.id{
	width: 50px !important;
}
#data_table th.select {
	width: 40px !important;
}
#data_table th.label {
	width: 20%;
}
/* #column_filters {
	display: table-header-group;
} */

.brixy_list_wrapper .rows-data .raw_data{
	display: none;
}
.brixy_list_wrapper .actions .wrapper-list-actions{
	text-align: right;
}
.brixy_list_wrapper .actions .wrapper-list-actions .btn-outline-primary:hover {
	color: #fff !important;
	background: var(--primary) !important;
}
.brixy_list_wrapper .wrapper-list-actions a {
	color: var(--primary) !important;
	background: #fff;
	white-space: initial;
}



