/*list_table*/
#page_table.list_table {
	border-collapse: separate;
	border-spacing: 0px .375rem !important;
}
.list_head .d-table-cell,
.list_body .d-table-cell,
.list_head td,
.list_body td {
	padding: .25rem .5rem;
}
.list_body {
	filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 0, 0.2));
}
.list_body .d-table-cell:first-child,
.list_body td:first-child {
	border-top-left-radius: .375rem;
	border-bottom-left-radius: .375rem;
}
.list_body .d-table-cell:last-child,
.list_body td:last-child {
	border-top-right-radius: .375rem;
	border-bottom-right-radius: .375rem;
}
.list_head .d-table-cell, .list_body .d-table-cell, .list_head td, .list_body td {
    padding: 0.25rem 0.5rem;
}
/*list card*/
.list_head {
	color: rgb(152, 152, 152);
}
table.dataTable tbody tr.list_body {
	background: rgb(255, 255, 255);
}
table.dataTable tbody tr.list_body:hover {
	background: rgb(248, 248, 248);
}



/*data-table*/
table.dataTable.no-footer {
	border-bottom: 0px;
}

table.dataTable thead td {
	border-bottom: 0px;
}

.name_width{
	width: 200px;
	white-space: normal;
}

 table.dataTable>tbody>tr.selected>* {
    box-shadow: inset 0 0 0 9999px rgb(255 255 255 / 100%) !important;
	color: inherit !important;
}

table.dataTable>tbody>tr.selected a.btn_primary {
    color: rgb(67, 98, 154);
} 

table.dataTable>thead th{
    color: rgb(152, 152, 152);
	font-weight: initial;
    border-bottom: 0px;
    white-space: nowrap;
}
#page_table_wrapper thead th, #page_table.dataTable tbody td {
    padding: 0.25rem 24px;
}






#page_table select{
    border-radius: 30px;
    padding: 0.25rem 1rem;
}
#page_table select:focus{
    border: 1px solid #5185d4;
}

table.dataTable.dtr-column>tbody>tr>td.dtr-control:before, table.dataTable.dtr-column>tbody>tr>th.dtr-control:before, table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before {
    font-family: FontAwesome;
    content: "\f139";
    color: #5185d4;
    background-color: #fff;
    font-size: 1.25rem;
    border: 0;
    box-shadow: none;
    right: 0;
    left: auto;
    margin-left: 0em;
    padding-right: 24px;
    width: auto;
    background-color: transparent;
}
table.dataTable.dtr-column>tbody>tr.parent td.dtr-control:before, table.dataTable.dtr-column>tbody>tr.parent th.dtr-control:before, table.dataTable.dtr-column>tbody>tr.parent td.control:before, table.dataTable.dtr-column>tbody>tr.parent th.control:before{
    font-family: FontAwesome;
    content: "\f13a";
    color: #5185d4;
    background-color: #fff;
    font-size: 1.25rem;
    border: 0;
    box-shadow: none;
    right: 0;
    left: auto;
    margin-left: 0em;
    padding-right: 24px;
    width: auto;
    background-color: transparent;
}
.dtr-details tr td:first-child{
    font-weight: 500;
}
.dtr-details td {
    padding: 7px 16px;
    white-space: nowrap;
    font-size: 1rem;
}
/*pagination*/
#page_table_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0px;
    background-color: #fff;
    font-size: 1rem;
    color: #007bff !important;
    border-color: transparent;
    padding: 0.5rem 0.75rem;
    border-top: 0px;
    border-bottom: 0px;
}
#page_table_wrapper .dataTables_paginate > .paginate_button:not(:last-child){
    border-right: 1px solid #dee2e6;
}
#page_table_wrapper .dataTables_paginate span .paginate_button{
    border-right: 1px solid #dee2e6;
}
#page_table_wrapper .dataTables_paginate{
    padding-top: 0px;
}

#page_table_wrapper .dataTables_paginate .paginate_button.current, #page_table_wrapper .dataTables_paginate .paginate_button.current:hover{
    background-color: #007bff;
    color: #fff !important;
}
#page_table_wrapper .dataTables_paginate .paginate_button:hover{
    background: #dee2e6;
}
#page_table_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    margin: 24px 0 12px 0;
}
/*searchbox*/
.searchbox_block {
    position: relative;
}

#searchbox {
    padding-left: 2.5rem;
    padding-right: 1rem;
}

.searchbox_block:before {
    font: var(--fa-font-solid);
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 1rem;
    z-index: 10;
    transform: translateY(-50%);
}
#searchbtn{
    background-color: rgb(0, 0, 0);
    color: #fff;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*filter*/
#close_filter_btn{
    display: none;
}
#filter{
    display: none;
}
.none_select select{
    display: none;
}

/*accessible*/
#page_table.dataTable tbody td.child{
    padding-top: .5rem;
    padding-bottom: .25rem;
}