@import url(../../root.css);
.datatable__section h1 {
    font-size: 2.188rem;
    font-weight: 900;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.datatable__section h1 img {
    padding-left: 30px;
}

.table-div .table {
    overflow: auto;
    width: 100%;
}

.table-div {
    width: 100%;
    margin: auto;
}

.datatable .title {
    display: flex;
    align-items: center;
}

.datatable .title h3 {
    font-size: 2.188rem;
    text-transform: uppercase;
    font-weight: 900;
}

.datatable .title img {
    padding-left: 30px;
}

.datatable .action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.datatable .action span .page__count {
    width: 40px;
}

/* Táblázat tulajdonságai*/

.table-div .table thead tr th {
    font-size: 0.75rem;
    text-align: center;
	vertical-align: middle;
    border: none;
    background-color: var(--violet-color);
    color: var(--white-color);
}

.table-div .table thead tr th b {
	white-space: break-spaces;
    /* white-space: nowrap;
    line-height: 2; */
}

.table tbody tr th {
    font-size: 0.875rem;
    text-transform: uppercase;
    border-color: var(--table-border-color);
}

.table tbody th a {
    text-decoration: underline;
    color: var(--black-color);
}

.table tbody tr td {
    width: max-content !important;
    font-size: 0.75rem;
    text-align: center;
    border-color: var(--table-border-color);
}

.table tbody tr td a {
    font-size: 0.875rem;
    text-decoration: none;
    font-weight: 700;
    color: var(--black-color) !important;
}
.table thead tr th:nth-child(3),
.table thead tr th:nth-child(4),
.table thead tr th:nth-child(5),
.table thead tr th:nth-child(6),
.table thead tr th:nth-child(7),
.table thead tr th:nth-child(8),
.table thead tr th:nth-child(9),
.table thead tr th:nth-child(10),
.table thead tr th:nth-child(11),
.table thead tr th:nth-child(12),
.table thead tr th:nth-child(13),
.table thead tr th:nth-child(14),
.table thead tr th:nth-child(15) {
    width: fit-content;
    text-align: center;
}
.table thead tr th:nth-child(3) b,
.table thead tr th:nth-child(4) b,
.table thead tr th:nth-child(5) b,
.table thead tr th:nth-child(6) b,
.table thead tr th:nth-child(7) b,
.table thead tr th:nth-child(8) b,
.table thead tr th:nth-child(9) b,
.table thead tr th:nth-child(10) b,
.table thead tr th:nth-child(11) b,
.table thead tr th:nth-child(12) b,
.table thead tr th:nth-child(13) b,
.table thead tr th:nth-child(14) b,
.table thead tr th:nth-child(15) b {
    width: fit-content;
    margin-right: .63rem !important;
}

/* Táblázat sorainak hover effekte */

.hover {
    background-color: var(--violet-hover-color) !important;
}

table.dataTable tbody tr:nth-of-type(even) {
    background-color: var(--td-frist-color);
}

table.dataTable tbody tr:hover {
    background-color: var(--violet-hover-color) !important;
    color: var(--violet-color);
}

/* Amikor rá kattintanak bármelyik header title-re, akkor lép érvénybe */

table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: var(--td-frist-color) !important;
}

table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: var(--td-second-color) !important;
}

/* Datatable tulajdonságok */

table.dataTable>thead .sorting:before {
    display: none !important;
}

table.dataTable>thead .sorting:after {
    display: none !important;
}

/* Pagination szöveg (Előző, következő) */

.dataTables_wrapper .dataTables_paginate #cattle_table_previous, .dataTables_wrapper .dataTables_paginate #cattle_table_previous:hover, .dataTables_wrapper .dataTables_paginate #cattle_table_next, .dataTables_wrapper .dataTables_paginate #cattle_table_next:hover {
    border-radius: 0px !important;
    border: none;
    outline: none !important;
    background: none;
    color: var(--black-color) !important;
    box-shadow: none !important;
}

/* Pagination gombok */

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 0.875rem;
    border-radius: 50% !important;
    margin: 5px;
    text-align: center;
    margin-left: 0px !important;
}

#cattle_table_wrapper #cattle_table_paginate span a {
    outline: none !important;
    background: var(--pagination-bg-color) !important;
    color: var(--black-color) !important;
}

#cattle_table_wrapper #cattle_table_paginate span a:hover {
    background: var(--genex-green-color) !important;
    color: var(--white-color) !important;
    border: 1px solid var(--genex-green-color) !important;
}

#cattle_table_wrapper #cattle_table_paginate span .current {
    background: var(--genex-green-color) !important;
    color: var(--white-color) !important;
}

#cattle_table_wrapper #cattle_table_paginate span .current:active {
    outline: none !important;
}

/* Oldalankénti megjelenítő select */

div.dataTables_wrapper div.dataTables_length select {
    outline: none !important;
}

/* Oldalankénti x sor megjenítése szöveg */

div.dataTables_wrapper div.dataTables_length label {
    font-size: 0.875rem;
    font-weight: 500 !important;
}

/* Keresés input szövege */

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 0.875rem;
    font-weight: 500 !important;
    line-height: 25px;
}

/* Keresés input */

div.dataTables_wrapper div.dataTables_filter input {
    width: 220px;
    border: 1px solid var(--search-input-color);
    padding: 10px;
    border-radius: 3rem;
    outline: none;
}

/* Fixált 2 oszlop */

.DTFC_LeftBodyLiner {
    position: relative;
    top: 0px !important;
    left: 0px;
    overflow-y: hidden !important;
    width: max-content !important;
    height: 548px !important;
    max-height: 548px !important;
}

.dataTables_wrapper .dataTables_info {
    font-size: 0.875rem;
    font-weight: 500 !important;
    line-height: 25px;
}



@media screen and (max-width: 425px) {
    .DTFC_LeftHeadWrapper, .DTFC_LeftBodyWrapper {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .datatable__section h1 {
        font-size: 1.5rem;
    }
    .dataTables_wrapper .dataTables_info {
        font-size: 0.75rem;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        font-size: 0.5rem;
        padding: 4px 7px !important;
    }
}