.chartTable ul.nav.nav-tabs li.nav-item:not(.active) .nav-link.active,
.chartTable ul.nav.nav-tabs li.nav-item.active .nav-link:not(.active) {
    border: none!important;
}

.chartTable .nav-tabs,
.chartTable ul.nav.nav-tabs li.nav-item:not(.active) .nav-link.active {
    border: none!important;
}

.chartTable .nav-tabs .nav-link.active, .chartTable .nav-tabs .nav-item.show .nav-link,
.chartTable .nav-tabs .nav-link:hover, .chartTable .nav-tabs .nav-link:focus,
.chartTable .tab-pane {
    border: none!important;
}


.chartTable .nav-tabs .nav-link, .chartTable .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
}

.chartTable table.table {
    border: none!important;
    width: auto!important;
    
    margin: 0;
    width: 100%!important;
}

.chartTable table.tablaSimpleOpenHR thead tr th,
.chartTable table.charttableStyle thead tr th {
    background-color: #D6E2EA!important;
    color: #091e35 !important;
    font-family: var(--openhr-primary-font-family), var(--openhr-secondary-font-family), var(--openhr-tertiary-font-family), sans-serif;
}

/*.chartTable table.charttableStyle thead .sorting_asc,
.chartTable table.charttableStyle thead .sorting_desc,
.chartTable table.charttableStyle thead .sorting {
    background-image: none;
    position: relative;
}

.chartTable table.charttableStyle thead .sorting_asc:before,
.chartTable table.charttableStyle thead .sorting_desc:before,
.chartTable table.charttableStyle thead .sorting:before {
    font-family: "Font Awesome 6 Free"!important;
    font-weight: 900;
    
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    
    position: absolute;
    right: 8px;
    top: 14px;
    color: var(--openhr-primary-color);
}

.chartTable table.charttableStyle thead .sorting_asc:hover:before,
.chartTable table.charttableStyle thead .sorting_desc:hover:before,
.chartTable table.charttableStyle thead .sorting:hover:before {
    color: var(--openhr-secondary-color);
}


.chartTable table.charttableStyle thead .sorting:before {
    content: "\f0dc";
}

.chartTable table.charttableStyle thead .sorting_asc:before {
    content: "\f0de";
}

.chartTable table.charttableStyle thead .sorting_desc:before {
    content: "\f0dd";
}*/

.chartTable .btn {
    margin: auto;
    margin-bottom: 0.25rem!important;
}

.chartTable .dt-buttons .dt-button:hover,
.chartTable .dt-buttons .dt-button {
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   
    margin-right: 0!important;
    margin-bottom: 0.25rem!important;
    
    background-image: none;
}

.chartTable .dt-buttons .dt-button:nth-child(odd) {
	color: #fff!important;
    background-color: #6c757d!important;
    border-color: #6c757d!important;
}

.chartTable .dt-buttons .dt-button:nth-child(odd):hover {
	color: #fff!important;
    background-color: #5c636a!important;
    border-color: #565e64!important;
}

.chartTable .dt-buttons .dt-button:nth-child(even) {
	color: #6c757d!important;
    background-color: transparent!important;
    background-image: none!important;
    border-color: #6c757d!important;
}

.chartTable .dt-buttons .dt-button:nth-child(even):hover {
	color: #fff!important;
    background-color: #6c757d!important;
    border-color: #6c757d!important;
}

.chartTable table.tablaSimpleOpenHR + div {
    justify-content: center !important;
}

.chartTable table.tablaSimpleOpenHR + div {
    display: flex !important;
}

.chartTable table.tablaSimpleOpenHR {
    border: 1px solid #dee2e6 !important;
}

.chartTable table.charttableStyle thead tr th,
.chartTable table.tablaSimpleOpenHR thead tr th {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.chartTable .dataTables_wrapper .dataTables_paginate ul.pagination .paginate_button {
	margin: 0px;
	padding: 0px;
}

.chartTable .page-item:not(:first-child) .page-link {
    margin-left: -2px!important;
}

.chartTable .page-item.active .page-link,
.chartTable table.tablaSimpleOpenHR + div ul.pagination .page-item.active .page-link  {
    color: white;
    background-color: #091e35;
    border-color: #091e35;
}
