﻿table.dataTable.MijnOmgevingDataTables {
    margin-bottom: 20px;
    margin-top: 5px;
    padding-bottom: 20px;
    width: 100% !important;
}

    table.dataTable.MijnOmgevingDataTables .sorting:after,
    table.dataTable.MijnOmgevingDataTables .sorting_asc:after,
    table.dataTable.MijnOmgevingDataTables .sorting_desc:after {
        display: inline-block;
    }

    table.dataTable.MijnOmgevingDataTables .sorting:hover:after {
        color: #000;
    }

* + .dataTables_wrapper {
    margin-top: 35px;
}

.dataTables_wrapper select,
.dataTables_wrapper input {
    width: auto;
}

/*----- Disabling of default unused sorting icon backgrounds -----*/

table.dataTable.MijnOmgevingDataTables thead .sorting,
table.dataTable.MijnOmgevingDataTables thead .sorting_asc,
table.dataTable.MijnOmgevingDataTables thead .sorting_desc,
table.dataTable.MijnOmgevingDataTables thead .sorting_asc_disabled,
table.dataTable.MijnOmgevingDataTables thead .sorting_desc_disabled {
    background-image: none;
}

/*----- Search filter -----*/

.dataTables_wrapper .dataTables_filter {
    float: none !important;
    text-align: initial !important;
}

    .dataTables_wrapper .dataTables_filter input {
        width: 440px;
    }


/*----- Rows and cells -----*/

.dataTables_rowclickable tbody td {
    cursor: pointer;
}

table.dataTable.MijnOmgevingDataTables tbody tr.odd {
    background-color: #F5F5F5;
}

    table.dataTable.MijnOmgevingDataTables tbody tr.odd:hover,
    table.dataTable.MijnOmgevingDataTables tbody tr.even:hover,
    table.dataTable.MijnOmgevingDataTables tbody tr.focused {
        background-color: #e8e8e8;
    }

    table.dataTable.MijnOmgevingDataTables tbody tr.odd .dataTable-button,
    table.dataTable.MijnOmgevingDataTables tbody tr.even .dataTable-button {
        -ms-opacity: 0;
        opacity: 0;
    }

    table.dataTable.MijnOmgevingDataTables tbody tr.odd:hover .dataTable-button,
    table.dataTable.MijnOmgevingDataTables tbody tr.even:hover .dataTable-button,
    table.dataTable.MijnOmgevingDataTables tbody tr.focused .dataTable-button {
        -ms-opacity: 1;
        opacity: 1;
    }



table.dataTable.MijnOmgevingDataTables th:hover {
    text-decoration: underline;
}

table.dataTable.MijnOmgevingDataTables th,
table.dataTable.MijnOmgevingDataTables td {
    padding: 5px;
    border-top: 1px solid #dddddd;
    line-height: 1.42857143;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0;
}

table.dataTable.MijnOmgevingDataTables > thead:first-child > *:first-child > th,
table.dataTable.MijnOmgevingDataTables > thead:first-child > *:first-child > td {
    border-top: 0;
    border-bottom: 0;
}

/*----- dataTables_paginate -----*/

table.dataTable.MijnOmgevingDataTables ~ .dataTables_paginate {
    float: left;
    clear: both;
    margin-bottom: 2rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    min-width: 1.5em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333;
    border: 1px solid transparent;
}

table.dataTable .sorting,
table.dataTable .sorting_desc,
table.dataTable .sorting_asc {
    cursor: pointer;
}

    table.dataTable .sorting_desc .datatable-column-header-wrapper .datatable-column-sort-button-icon::before,
    table.dataTable .sorting_asc .datatable-column-header-wrapper .datatable-column-sort-button-icon::before {
        color: #000;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white;
}

table.dataTable.MijnOmgevingDataTables .dataTables_paginate {
    padding-top: 0;
}

table.dataTable.MijnOmgevingDataTables ~ .dataTables_paginate .paginate_button,
table.dataTable.MijnOmgevingDataTables ~ .dataTables_paginate .ellipsis {
    border-top: 1px solid black !important;
    margin: 0;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 6px 12px;
    display: inline-block;
	cursor: pointer;
}

    table.dataTable.MijnOmgevingDataTables ~ .dataTables_paginate .paginate_button.disabled,
    table.dataTable.MijnOmgevingDataTables ~ .dataTables_paginate .ellipsis {
        color: lightgray !important;
        cursor: not-allowed;
        background-color: white !important;
        border-color: white !important;
        border-top-color: black !important;
    }

    table.dataTable.MijnOmgevingDataTables ~ .dataTables_paginate .paginate_button.current {
        font-weight: bold;
        color: black;
        background: white !important;
        border: 1px solid black !important;
        border-top-color: transparent !important;
        cursor: default;
    }

    table.dataTable.MijnOmgevingDataTables ~ .dataTables_paginate .paginate_button:hover,
    table.dataTable.MijnOmgevingDataTables ~ .dataTables_paginate .paginate_button:focus {
        background: #D24800;
        border: 1px solid #D24800;
    }


/*----- dataTables_info -----*/

table.dataTable.MijnOmgevingDataTables ~ .dataTables_info {
    font-weight: bold;
    float: right;
    clear: none;
}

table.dataTable.MijnOmgevingDataTables a {
    background-color: transparent;
    padding: 3px;
    border-radius: 2px;
	cursor: pointer;
}

table.dataTable.MijnOmgevingDataTables td.dataTable-button-td {
    text-overflow: clip;
}

table.dataTable.MijnOmgevingDataTables a.dataTable-button:hover {
    background-color: black;
    color: white;
    font-size: 15px;
}

table.dataTable.MijnOmgevingDataTables a.dataTable-button > i {
    font-size: 15px;
}



table.dataTable.MijnOmgevingDataTables a > i.glyphicon-trash {
    margin-top: 4px;
	top: 2px;
    padding-right: 2px;
}

table.dataTable.MijnOmgevingDataTables .sorting:after,
table.dataTable.MijnOmgevingDataTables .sorting_disabled:after,
table.dataTable.MijnOmgevingDataTables .sorting_asc:after,
table.dataTable.MijnOmgevingDataTables .sorting_asc_disabled:after,
table.dataTable.MijnOmgevingDataTables .sorting_desc:after,
table.dataTable.MijnOmgevingDataTables .sorting_desc_disabled:after {
    margin-left: 2px;
    vertical-align: top;
}

table.dataTable.MijnOmgevingDataTables .sorting:after {
    content: 'swap_vert';
    float: inherit;
    font-family: 'Material Icons';
    color: #fff;
}

table.dataTable.MijnOmgevingDataTables .sorting:hover:after {
    color: #fff;
}

table.dataTable.MijnOmgevingDataTables .sorting_asc:after,
table.dataTable.MijnOmgevingDataTables .sorting_asc_disabled:after,
table.dataTable.MijnOmgevingDataTables [aria-sort='ascending']:after {
    content: 'arrow_upward';
    float: inherit;
    font-family: 'Material Icons';
}

table.dataTable.MijnOmgevingDataTables .sorting_desc:after,
table.dataTable.MijnOmgevingDataTables .sorting_desc_disabled:after,
table.dataTable.MijnOmgevingDataTables [aria-sort='descending']:after {
    content: 'arrow_downward';
    float: inherit;
    font-family: 'Material Icons';
}

table.dataTable.MijnOmgevingDataTables [aria-sort='ascending']:after,
table.dataTable.MijnOmgevingDataTables [aria-sort='descending']:after {
    color: unset;
}

table.dataTable.MijnOmgevingDataTables .sorting_asc_disabled:before,
table.dataTable.MijnOmgevingDataTables .sorting_desc_disabled:before {
    color: #888888;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    width: 100%;
    background: rgba(128,128,128,0.15) !important;
    height: 100% !important;
    font-weight: bold;
    padding: 8px 20px 0 0 !important;
    line-height: 40px !important;
    vertical-align: top !important;
    top: 0px !important;
    color: black !important;
    text-shadow: 0 0 5px white;
    text-align: right !important;
    margin-top: 0px !important;
}

    table.dataTable.MijnOmgevingDataTables td > a.generic-button {
        padding: 0;
        display: block;
        text-align: center;
        line-height: 125%;
    }

        table.dataTable.MijnOmgevingDataTables td > a.generic-button > i.material-icons {
            padding-top: 5px;
            line-height: inherit;
            font-weight: bold;
        }

/*----------DataTables filters-----------*/


.datatables-filters {
    float: left;
    width: 20%;
    padding: 10px;
    background-color: #F5F5F5;
}

.datatables-filters-hidden {
    display: none;
}

.datatables-filters-disabled {
    display: none;
}

.datatables-filters-hidden + .datatables-panel {
    width: 100%;
    padding-left: 0;
}

.datatables-panel:after {
    clear: both;
    display: block;
    content: '';
}

.datatables-filter {
    margin-bottom: 7px !important;
}

.datatables-filters > div:last-child {
    margin-bottom: 0;
}

.datatables-filter h3 {
    font-weight: bold;
    font-size: 1.25503rem;
    margin-bottom: 4px;
}

.datatables-filter h4 {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 4px;
}

.FilterHeader td {
    vertical-align: top;
    margin-bottom: 0px;
}

td .datatables-filter > select /* dropdown filter */ {
    padding: 2px;
}

td .datatables-filter > div > input /* datebetween filter */ {
    padding: 0;
    min-height: unset;
    text-indent: 4px;
}

td .datatables-filter > div .glyphicon {
    font-size: 12px;
}

td .datatables-filter > select, /* dropdown filter */
td .datatables-filter > div > input, /* datebetween filter */
td .datatables-filter > input /* text filter */ {
    width: 75% !important;
    margin-top: 5px;
}

.datatables-panel {
    width: 80%;
    float: left;
    padding: 0 0 0 20px;
}

.dataTables_filter {
    margin-bottom: 20px;
}

    .dataTables_filter label {
        margin-bottom: 0;
    }

.datatables-filters > .generic-button {
    max-width: 100%;
}

/*----------Spinner-----------*/

.dataTables_processing > div {
    text-align: center;
    position: absolute;
    top: 50%;
    height: 50px;
    line-height: 50px;
    margin: -25px auto;
    left: 50%;
    width: 350px;
    margin-left: -175px;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.dataTables_processing > div:before {
    content: 'refresh';
    font-family: "Material Icons";
    font-size: 40px;
    vertical-align: middle;
    animation: spinner .6s linear infinite;
    display: inline-block;
    line-height: 50px;
    bottom: 3px;
    positioN: relative;
    margin-right: 8px;
}


/*-------Datefilter---------*/

.head-tf-title .dataTables_info {
    display: inline;
}

.dateBetweenFilter > div > span {
    display: block;
	margin-top: 6px;
}

.dateBetweenFilter .filterField-datetime {
    padding-right: 30px;
}

.dateBetweenFilter .ui-datepicker-trigger {
    background-color: transparent;
    border: 0;
    margin-left: -30px;
    vertical-align: middle;
}

.dateBetweenFilter .filterField-datetime::placeholder {
    color: #b2b2b2;
}

/*------- Case ---------*/

.caseDetails {
    padding-left: 0;
    padding-right: 15px;
}

.caseCorrespondence {
    background-color: #F5F5F5;
    padding: 15px;
}

.caseDetailsTable {
    background-color: #F5F5F5;
}


table.dataTable.MijnOmgevingDataTables.datatables-Item-Details {
    /*border-bottom: 1px solid rgb(221, 221, 221);*/
}

    table.dataTable.MijnOmgevingDataTables.datatables-Item-Details th,
    table.dataTable.MijnOmgevingDataTables.datatables-Item-Details td {
        border: none;
    }

    table.dataTable.MijnOmgevingDataTables.datatables-Item-Details > tbody > tr > th {
        font-weight: normal;
        width: 35%;
    }

        table.dataTable.MijnOmgevingDataTables.datatables-Item-Details > tbody > tr > th:hover,
        table.dataTable.MijnOmgevingDataTables.datatables-Item-Details > tbody > tr > th:focus {
            text-decoration: none;
        }

    table.dataTable.MijnOmgevingDataTables.datatables-Item-Details > tbody > tr > th,
    table.dataTable.MijnOmgevingDataTables.datatables-Item-Details > tbody > tr > td {
        vertical-align: top;
    }

    table.dataTable.MijnOmgevingDataTables.datatables-Item-Details > tbody > tr > td {
        width: 65%;
    }

    table.dataTable.MijnOmgevingDataTables.datatables-Item-Details tbody tr:nth-child(odd),
    table.dataTable.MijnOmgevingDataTables.datatables-Item-Details > tbody > tr:nth-child(odd) > td,
    table.dataTable.MijnOmgevingDataTables.datatables-Item-Details > tbody > tr:nth-child(odd) > th {
        background-color: transparent;
    }

.repositoryFileUpload {
    margin-bottom: 20px;
}

.fileupload-dropzone {
    cursor: pointer;
    border: 1px dashed black;
    line-height: 100px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}

    .fileupload-dropzone.fileupload-dropzone-dragover {
        background-color: lightyellow;
        border-style: solid;
    }

    .fileupload-dropzone .fileupload-dropzone-file {
        font-weight: bold;
        display: inline-block;
        border: 2px solid black;
        background-color: white;
        line-height: 40px;
        padding: 5px 10px;
        border-radius: 10px;
        white-space: nowrap;
        max-width: 90%;
        padding-right: 10px;
        word-break: break-all;
    }

    .fileupload-dropzone .material-icons {
        vertical-align: sub;
        margin-right: 2px;
    }


    .fileupload-dropzone .fileupload-dropzone-file .filename {
        display: inline-block;
        line-height: 1;
        white-space: normal;
        vertical-align: middle;
        max-width: 90%;
    }

table.dataTable.MijnOmgevingDataTables.MOCase_Correspondence th:hover,
table.dataTable.MijnOmgevingDataTables.MOCase_Correspondence th:focus {
    text-decoration: none;
}

table.MOCase_Correspondence {
    border-bottom: 1px solid rgb(221, 221, 221);
}

.MOCase_Correspondence_Date {
    width: 100px;
}

.MOCase_Correspondence_Button {
    width: 30px;
}

/*----- Column selector -----*/
.dt-buttons {
    margin-bottom: 20px;
}

    .dt-buttons .dt-button, .dataTables_wrapper .dt-buttons .dt-button {
    border: 0;
    padding: 0 6px;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    background: buttonface;
    line-height: inherit;
}

.dataTables_wrapper div.dt-buttons > .dt-button:hover:not(.disabled),
.dataTables_wrapper div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
    border: inherit;
    filter: inherit;
}

.dataTables_wrapper .dt-buttons .dt-button.buttons-colvis:hover {
    filter: inherit;
    background: buttonface;
}

.dataTables_wrapper div.dt-button-collection {
    padding: 0.6em;
}

.dataTables_wrapper .dt-button-collection .buttons-columnVisibility {
    border: 0;
    margin-bottom: 2px;
    font-size: 14px;
    padding: 4px 4px 2px 4px;
    background: none;
}

.dataTables_wrapper .dt-button-collection .buttons-columnVisibility span {
    padding-left: 1.2em;
}

.dataTables_wrapper .dt-button-collection .buttons-columnVisibility:before {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0.2em;
    display: inline-block;
    content: "\2610  ";
    color: inherit
}

.dataTables_wrapper .dt-buttons .dt-button.buttons-columnVisibility.dt-button-active {
    color: white;
    background-color: #777777;
}

div.dt-button-collection .dt-button.buttons-columnVisibility.dt-button-active:before {
    content: "\2611  ";
}

.dataTables_wrapper div.dt-button-collection .buttons-columnVisibility:after {
    display: none;
}
/*----- Column visibility restore button -----*/
.dataTables_wrapper .dt-buttons .dt-button.button-colvisrestore {
    width: auto;
    background: transparent;
}

.dataTables_wrapper .dt-buttons .dt-button.button-colvisrestore::before {
    text-align: center;
    vertical-align: middle;
    content: '\e8ba';
    font-family: 'Material Icons';
    font-weight: 600;
    font-size: 22px;
}

    .dataTables_wrapper .dt-buttons .dt-button.button-colvisrestore:hover {
    background-color: black;
    color: white;
}

/* custom styling*/
table a.dataTable-button {
    color: black;
}
