table {
    width: 100%;
}

table.dataTable {
    clear: both;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    max-width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
    width: 100% !important;
}

.dt-right {
    text-align: right;
    padding-right: 20px;
}

.dataTables_wrapper {
    margin-top: 20px;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
    padding-right: 20px;
    padding-left: 20px;
}

th {
    font-family: Barlow-regular;
    font-size: 12px;
    color: var(--text-gray);
    line-height: 12px;
    padding: 8px;
    text-align: left;
    vertical-align: text-top;
    border-bottom: var(--border);
    border-width: 2px;
}

.big-th {
    font-family: Barlow-medium;
    font-size: 14px;
    color: var(--dark-gray);
    line-height: 15px;
}

.small-th {
    font-family: Barlow-regular;
    font-size: 12px;
    color: var(--text-gray);
    line-height: 12px;
}

.big-td {
    font-family: Barlow-medium;
    font-size: 14px;
    color: var(--headline-color);
    line-height: 15px;
    width: 100%;
    display: block;
    margin-top: 10px;
}

td {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    padding-left: 20px;
}

.single-td {
    vertical-align: top;
    line-height: 15px;
}

tfoot tr td {
    border: none
}

.one-row-td {
    margin-bottom: 20px;
    line-height: 14px;
}

.small-td {
    font-family: Barlow-regular;
    font-size: 12px;
    color: var(--text-gray);
    margin-bottom: 20px;
}

.pagination {
    float: right;
    margin-top: 30px;
}

.pagination-arrow {
    background-color: var(--yellow);
    border-radius: 50px;
    padding: 5px 13px;
    color: var(--headline-color);
    font-size: 20px;
    font-family: Barlow-regular;
    border: none;
    line-height: 20px;
    padding: 5px;
    margin-left: 10px;
}

.pagination-arrow span {
    color: var(--headline-color);
}

.page-item .page-link {
    border: none;
    background-color: transparent !important;
    color: var(--dark-gray)
}

.page-item.active .page-link {
    color: var(--red)
}

.page-link:focus {
    outline: 0;
    box-shadow: none;
}

.opomena {
    padding: 10px;
}
.opomena span {
    color: var(--red);
    font-size: 25px;
    margin-right: 5px;
}

button.pregled {
    background-color: transparent;
    border: none;
    font-size: 18px;
}

.pregled span,
.izmena span {
    font-size: 18px;
    margin-right: 5px;
}

.pregled span:hover,
.izmena span:hover {
    color: var(--green);
}

table.dataTable>thead .sorting_asc::before,
table.dataTable>thead .sorting_desc::before,
table.dataTable>thead .sorting_asc_disabled::before,
table.dataTable>thead .sorting_desc_disabled::before {
    content: "↑";
}

table.dataTable>thead .sorting_asc::after,
table.dataTable>thead .sorting_desc::after,
table.dataTable>thead .sorting_asc_disabled::after,
table.dataTable>thead .sorting_desc_disabled::after {
    content: "↓";
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label,
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty,
div.dataTables_wrapper div.dataTables_info {
    font-weight: normal;
    white-space: nowrap;
    color: var(--text-gray);
    font-size: 14px;
}

div.dataTables_wrapper div.dataTables_length select {
    padding: 5px;
    text-align: center;
}

div.dataTables_wrapper div.dataTables_filter input {
    padding: 5px;
}


@media only screen and (max-width: 840px) {
    .big-th {
        line-height: 15px;
    }

    .big-td {
        line-height: 15px;
    }
}

.th-selected {
    color: #DB2340 !important;
}

.dt-right .far,
.dt-right .fas {
    vertical-align: sub;
    font-size: 15px;
    padding: 5px;
    color: var(--green);
}

.dt-right .far:hover,
.dt-right .fas:hover {
    color: var(--red);
}