﻿.datatables-wrapper > .datatables-filters {
    width: 100%;
    background-color: #F3F3F3;
    border-radius: 0;
    padding: 1rem;
    margin-bottom: 20px;
}

.datatables-waarschuwing.waarschuwingBackground, .datatables-toelichting.toelichtingBackground {
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 3rem 0;
}

.datatables-waarschuwing {
    clear: both;
    display: none;
}

.datatables-filters .panel-heading,
.datatables-filters .panel-body {
    padding: 0;
}

.generic-button.clear-filter {
    display: none;
}

.generic-button.applyFilterAndSearchButton {
    background-color: #01689b;
    color: #ffffff;
    border: none;
}

    .generic-button.applyFilterAndSearchButton:hover {
        color: #C9E1F3;
        border: none;
    }

    .generic-button.applyFilterAndSearchButton:focus {
        outline: 2px dashed #000;
        outline-offset: 2px;
        -webkit-box-shadow: 0 0 0 2px #fff;
        box-shadow: 0 0 0 2px #fff;
        color: #fff;
    }

.applyFilterAndSearchButton,
.toggleFilterPanel {
    display: none;
}

.datatables-filters-ready .applyFilterAndSearchButton,
.datatables-filters-ready .toggleFilterPanel {
    display: block;
}

.applyFilterAndSearchButton {
    background-image: none;
    float: right;
    margin-top: 5px;
    padding: 10px 15px;
    cursor: pointer;
}

    .applyFilterAndSearchButton:focus {
        color: #FFFFFF;
    }

.datatablesOverviewButton {
    float: none;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.dt-search,
.datatables-filter {
    width: 50%;
    display: inline-block;
    margin-bottom: 16px;
    vertical-align: top
}

    .datatables-filter input[type="text"],
    .datatables-filter input[type="date"],
    .dt-search input[type="search"],
    .datatables-filter select {
        width: 97%;
        border-bottom: 2px solid #01689B;
    }

    .datatables-filter select {
        padding-left: 1px;
    }

    .datatables-filter h3, .dt-search label {
        font-weight: bold;
        font-size: 1.25503rem;
    }

    .datatables-filter h4, .dt-search label {
        font-weight: bold;
        font-size: 1.8rem;
        width: 100%;
    }

    .datatables-filter span {
        font-size: 1rem;
    }

.dateBetweenFilter .filterField-datetime {
    padding-right: 32px;
}

.dateBetweenFilter {
    width: 100%;
}

    .dateBetweenFilter div {
        width: 50%;
        display: inline-block;
    }

.datatables-wrapper > .datatables-panel {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
}

.datatables-panel .head-tf-title a {
    float: none;
}

.datatables-panel .dt_info {
    font-size: 1rem;
    padding: 4px 15px;
    font-weight: normal;
    background: #01689B;
    border-radius: 5px;
    color: #FFFFFF;
}

.datatables-panel .title-tripleforms {
    border-bottom: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

h1.head-tf-title span {
    font-size: inherit;
    margin-right: 1rem; /* to make room for datatables info badge.*/
}

p.head-tf-subtitle {
    width: 100%;
    font-size: 1em;
    position: absolute;
    top: 40px;
    font-style: italic; /* to add an extra text regarding retention period for datatables.*/
}

.dt-title-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .dt-title-content .dt-links {
        margin-left: auto;
    }

        .dt-title-content .dt-links a::before {
            content: "\EA25";
            display: inline-block;
            font-family: "Rijksoverheid Iconen";
            font-size: 0.7rem;
            padding-right: 0.5rem;
        }

.datatables-panel .dataTables_wrapper .dt-paging {
    padding-top: 0;
}

.dataTables_wrapper .dt-paging a.dt-paging-button {
    border: 0 !important;
    color: #01689B !important; /* standard override makes !important necessary */
}

table.dataTable.MijnOmgevingDataTables th {
    background: #01689B;
    color: #fff;
    font-weight: normal;
}

#dtUnsentCases table.dataTable.MijnOmgevingDataTables {
    width: 100% !important;
    table-layout: fixed;
}

    #dtUnsentCases table.dataTable.MijnOmgevingDataTables th,
    #dtUnsentCases table.dataTable.MijnOmgevingDataTables td {
        white-space: normal;
        overflow-wrap: break-word;
        word-break: normal;
    }

table.dataTable.MijnOmgevingDataTables td {
    white-space: normal !important;
}

table.dataTable.MijnOmgevingDataTables th.MODataTables_View {
    overflow: visible;
    border-right: 0;
}

table.dataTable.MijnOmgevingDataTables td.dataTable-button-td a {
    display: inline-block;
    padding: 0 calc(50% - 8px);
}

table.dataTable.MijnOmgevingDataTables th,
table.dataTable.MijnOmgevingDataTables td {
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

    table.dataTable.MijnOmgevingDataTables th:last-child,
    table.dataTable.MijnOmgevingDataTables td:last-child {
        border-right: none;
    }

.dt-container table.dataTable.MijnOmgevingDataTables ~ .dt-paging .dt-paging-button,
.dt-container table.dataTable.MijnOmgevingDataTables ~ .dt-paging .ellipsis {
    border-top: 0 solid black !important;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #01689b !important;
}

table.dataTable.MijnOmgevingDataTables .dataTable-button-td a.dt-button:hover,
table.dataTable.MijnOmgevingDataTables .dataTable-button-td a.dataTable-button:hover {
    background-color: transparent;
    color: #01689b;
}

table.dataTable.MijnOmgevingDataTables ~ .dt-paging .dt-paging-button.disabled,
table.dataTable.MijnOmgevingDataTables ~ .dt-paging .ellipsis {
    display: none !important;
}

table.dataTable.MijnOmgevingDataTables ~ .dt-paging .dt-paging-button:hover,
table.dataTable.MijnOmgevingDataTables ~ .dt-paging .dt-paging-button:focus,
table.dataTable.MijnOmgevingDataTables ~ .dt-paging .dt-paging-button.current {
    font-weight: normal;
    color: #FFFFFF !important;
    background: #01689B !important;
    border: 0 solid #01689B !important;
    border-radius: 0 !important;
}

.dt-container table.dataTable.MijnOmgevingDataTables ~ .dt-paging .dt-paging-button.current {
    color: #FFFFFF !important;
    background: #01689B !important;
    border: 0 solid black !important;
}

table.dataTable.MijnOmgevingDataTables.datatables-Item-Details th {
    padding-left: 0;
}

/* AFGEBROKEN ZAKEN icoon hover*/
table.dataTable.MijnOmgevingDataTables a.dataTable-button:hover {
    background-color: transparent;
    color: #01689b;
}

.dataTables_wrapper table.KimDataTables.no-footer {
    border-bottom: none;
}

.dataTables_wrapper table.dataTable.no-footer {
    border-bottom: 2px solid #01689B;
    margin-bottom: 0;
    padding-bottom: 0;
}

#kimtables-panel {
    margin-bottom: 0;
}

table.dataTable.MijnOmgevingAttachmentsTables th,
table.dataTable.MijnOmgevingAttachmentsTables td {
    border-top: 0 solid #dddddd;
    padding-left: 25px !important;
    white-space: inherit;
    overflow: inherit;
    text-indent: -25px;
    vertical-align: top;
}

table.dataTable.MijnOmgevingAttachmentsTables span::before {
    content: "formulier";
    font-family: "Rijksoverheid Iconen 2";
    font-feature-settings: "liga" 1;
    vertical-align: text-bottom;
}

table.dataTable.MijnOmgevingAttachmentsTables td span {
    padding-left: 0;
}

.noAttachmentsMessage {
    margin-bottom: 20px;
}

.MijnOmgevingDataTables td.dataTable-button-td {
    min-width: 2rem;
    max-width: 2rem;
}

/* Attachment links: selector is very specific because defaultstyling is too specific */
table.MijnOmgevingDataTables.dataTable.MijnOmgevingAttachmentsTables .correspondence_filename a.dataTable-button {
    color: #01689B;
    opacity: unset;
}

    table.MijnOmgevingDataTables.dataTable.MijnOmgevingAttachmentsTables .correspondence_filename a.dataTable-button:visited {
        color: #884488;
    }

    table.MijnOmgevingDataTables.dataTable.MijnOmgevingAttachmentsTables .correspondence_filename a.dataTable-button:hover {
        background-color: transparent;
        color: #01689B;
        font-size: 1.562rem;
    }

table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > th.dt-ordering-asc,
table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
    padding-right: 0px !important;
}