:root{
    --background-color: #fff;
    --border-table: #e5e9ed;
    --border-thead: #c0ccdc;
    --hover-color: #d9efee;
    --font-color: #000;
    --text-color: #161628;
    --color-info-blue: #006f9d;
    --color-background-info: #d6edff;
    --primary-color: #14524f;
    --white-table-background: #f6f7fb;
    --cacaca: #cacaca;
}

.dataTable {
    width: 100%;
    background-color: var(--background-color);
    border: 1px solid var(--border-table);
    border-spacing: 0;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 25px;
    padding:15px;
}

.dataTable > thead > tr {
    height: 3em;
    vertical-align: top;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.dataTable > thead  th {
    border-bottom: 1px solid var(--border-thead);
}

.dataTable th {
    cursor: pointer;
}

.dataTable tr:first-child > th {
    background-color: var(--background-color);
    color: var(--font-color);
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}

.dataTable > tbody > tr:nth-child(even) {
    background-color: var(--border-table);
}

.dataTable > tbody > tr:hover {
    background-color: var(--hover-color);
}

.dataTable > tbody > tr > th,
.dataTable > thead > tr > th,
.dataTable > tbody > tr > td {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 7px 3px 7px 10px;
}

.datatable_icon{
    width: 20px;
    height: 20px;
}

/*.white_table_graph.fixed_filter_bar {
    border-radius: 0px;
    border: 0;
}*/

.fixed_filter_bar {
    position: static;
    top: 111px;
    border: 1px solid var(--border-table);
    background-color: #fff;
    z-index: 1;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-bottom: 50px;
}


.white_table_graph_header {
    padding: 10px 20px;
    background-color: var(--background-color);
    color: var(--font-color);
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    min-width: fit-content;
}

.white_table_graph.fixed_filter_bar::before {
    content: "";
    width: calc(100% + 2px);
    height: 25px;
    background-color: var(--white-table-background);
    position: absolute;
    top: -25px;
    margin: 0 -1px;
}

span.subsection_header_title {
    height: 18px;
    padding-left: 10px;
}

.white_table_graph.fixed_filter_bar > div:nth-child(2) {
    background-color: var(--background-color);
    border-top: 0px;
    border-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.white_table_graph.fixed_filter_bar > div:nth-child(2) > div {
    background-color: unset;
    border-top: 0px;
    border-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.filter-datatable-submain {
    margin: -1px;
    width: 100%;
    height: 100%;
    background-color: var(--background-color);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    min-width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.filter-datatable-submain > form {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

ul.datatable_filter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.datatable_filter li {
    margin-right: 20px;
    width: 30%;
    display: flex;
    flex-direction: column;
}

ul.datatable_filter li > label {
    color: var(--text-color);
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}

ul.datatable_filter {
    margin-top: 0px;
    padding-left: 20px;
}

.filter-datatable-submain > form > div.action-buttons {
    width: 100% !important;
}

.filter-datatable-submain > form > div.action-buttons > input {
    float: right;
}

.filter-datatable-main {
    border-radius: 8px;
}

input.search-filter {
    padding-right: 10px;
}

.info_box_information.datatable-info-massage.info_box_container .info_box.info.textodialogo {
    display: flex;
    width: 100%;
}

table.info_box.info {
    border-left: 5px solid var(--color-info-blue);
    background-color: var(--color-background-info);
    border-radius: 4px;
}

.textodialogo {
    margin-left: 0px;
    color: #333;
    padding: 20px;
    font-size: 9pt;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 13%);
}

.info_box .title * {
    font-size: 14pt;
    font-weight: bold;
}

.info * {
    color: var(--color-info-blue);
}

a.pandora_pagination.disabled {
    color: var(--cacaca);
}
a.pandora_pagination.previous {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 1px solid var(--border-thead);
}
a.pandora_pagination:first-child {
    border-left: 1px solid var(--cacaca);
}
a.pandora_pagination {
    background-color: var(--white-table-background);
    padding: 9px;
    border: 1px solid var(--cacaca);
    min-width: 12px;
    font-size: 11pt;
    line-height: 35px;
    cursor: pointer;
}

a.pandora_pagination.current, a.pandora_pagination.current:hover {
    color: white;
    background-color: var(--primary-color);
}

a.pandora_pagination.next {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 1px solid var(--border-thead);
}

.dataTables_length > label {
    /* font-weight: bold; */
}
.dataTables_length > label > select {
    margin-right: 5px;
    margin-top: 5px;
}

.sorting_desc {
    background: url('images/close.svg');
    background: url('images/sort_down_green.png') no-repeat;
    background-position-x: left;
    background-position-y: center;
    cursor: pointer;
}

.sorting_asc {
    background: url('images/sort_up_green.png') no-repeat;
    background-position-x: left;
    background-position-y: center;
    cursor: pointer;
}

.dt-button.buttons-csv.buttons-html5.mini-csv-button {
    background-image: url('images/file-csv.svg');
    background-position: 4px center;
    height: 26px;
    width: 31px;
    margin-left: 10px;
    box-shadow: 0px 0px 0px #00000000;
    border: 0px;
    border-radius: 0px;
}

.dt-button.buttons-csv.buttons-html5 {
    background-image: url('images/file-csv-primary-color.svg');
    background-size: 22px;
    background-position: 48px center;
    background-repeat: no-repeat;
    background-color: #fff;
    color: var(--primary-color);
    font-size: 20px;
    height: 38px;
    width: 80px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    box-shadow: 0px 3px 6px #c7c7c7;
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    padding: 0 10px;
    cursor: pointer;
}

.dt-button.buttons-csv.buttons-html5:hover {
    color: #1d7873 !important;
    border: 2px solid #1d7873 !important;
}

.dt-button.buttons-csv.buttons-html5.mini-csv-button:hover {
    color: #00000000 !important;
    border: 0px !important;
}

.dt-button.buttons-csv.buttons-html5:before {
    content: "csv";
}

.dt-button.buttons-csv.buttons-html5.mini-csv-button:before {
    content: "";
}

.dt-button.buttons-csv.buttons-html5 span {
    font-size: 0;
}

.dt-button.buttons-csv.buttons-html5:active,
.dt-button.buttons-csv.buttons-html5:hover {
    border: none;
}

.dt-button.buttons-csv.buttons-html5[disabled] {
    color: #b4b4b4;
    background-color: #f3f3f3;
    border-color: #b6b6b6;
    cursor: default;
}

.info_table tr th.sorting_asc,
.info_table tr th.sorting_desc {
  padding-left: 20px;
}

.sorting_desc {
    background-position-x: 5px;
    cursor: pointer;
}
.sorting_asc {
    background-position-x: 5px;
    cursor: pointer;
}

.global-loader-dt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.global-loader-dt.active {
    display: flex;
}

.loader-content-dt {
    text-align: center;
}

.loader-spinner-dt {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #1d7873;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

.loader-text-dt {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.dt_column_big {
    width:300px;
}
.dataTable tr:first-child > th.dt_th_centered,
.dataTable tr:first-child > td.dt_td_centered {
    text-align:center;
}

.dataTable tr > td.dt_td_centered {
    text-align:center;
}