/**
 * (en) Datatables 1.10.10 for NAME
 * (de) Datatables 1.10.10 NAME
 *
 * @copyright       Copyright 2015, crossbase mediasolution GmbH
 * @version         1.0
 */

@media screen {

    /*td > .fa.fa-circle,
    tfoot .c50r p.default	{
        display: none
    }*/
    /*td [class*=fa-circle] {
        font-size: 9px;
    }*/
    .select2-style-button-with-input .button {
        margin: 0;
    }

    .dt-button:hover,
	button:hover,
	a.button:hover {
        background: #a1007b;
        color: #fff;
    }

    button,
    .dt-button,
	a.button:visited,
    a.button:active,
    a.button:focus {
        display: inline-block;
        vertical-align: bottom;
        padding: 4px 12px;
        background: #a1007b;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 22px;
    }

    button,
	.dt-button {
        cursor: pointer;
        outline: none;
        border: none;
        text-align: left;
    }

    .select2-style-input.inline-icon .fa {
        position: absolute;
        left: 12px;
        top: 6px;
    }

    .pselect2-style-input.show-entries {
        padding: 0;
    }

    .select2-style-input, .select2-style-result {
        display: block;
        position: relative;
        overflow: hidden;
        font-size: 100%;
        line-height: 22px;
        padding: 4px 8px;
        margin-bottom: 24px;
        border-radius: 13px;
        border: 1px solid #aaa;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #ffffff));
        background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
        background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    }

    div[class*="select2-style-button"] {
        font-size: 0;
    }

    .select2-style-button-with-input {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .no-text[class*="icon"]::before {
        padding-right: 0;
    }

    .cancel-icon::before {
        content: '\f00d';
    }

    [class*="icon"]::before {
        font-family: FontAwesome;
        line-height: 22px;
        font-size: 14px;
        padding-right: 6px;
    }

    /* (en) format info icons in form element containers	*/
    /* (de) Formatierung von Info-Icons in Form-Element Containern */
    /*------------------------------------------------------------------------------------------------------*/
    .select2-style-input.inline-icon {
        padding: 2px 8px 2px 32px;
    }

    .select2-style-input.inline-icon .fa {
        position: absolute;
        left: 12px;
        top: 6px;
    }

    .select2-style-button-box-right button {
        background: transparent;
        display: inline-block;
        outline: none;
        border: none;
        padding: 4px;
        background-color: #a1007b;
        color: #fff;
    }

    .table-overflow-wrapper {
        overflow: auto;
    }

    .mobile-seamless-table-wrapper {
        margin-left: -12px;
        margin-right: -12px;
    }

    .half-padding .mobile-seamless-table-wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .mobile-seamless-table-wrapper .dataTables_wrapper .dataTables_length,
    .mobile-seamless-table-wrapper .dataTables_wrapper .dataTables_info {
        margin-left: 0;
    }

    .mobile-seamless-table-wrapper .dataTables_wrapper .dataTables_filter,
    .mobile-seamless-table-wrapper .dataTables_wrapper .dataTables_paginate {
        margin-right: 0;
    }

    .mobile-seamless-table-wrapper > .box-wrapper-100,
    .mobile-seamless-table-wrapper > .boxgroup-wrapper,
    .mobile-seamless-table-wrapper > .table-element {
        padding-bottom: 12px;
    }

    table.dataTable {
        width: 100%;
        margin: 0 auto;
        clear: both;
        border-collapse: separate;
        border-spacing: 0;
    }

    table.dataTable td {
        vertical-align: middle;
    }

    table.dataTable td img {
        max-height: 50px;
        max-width: 50px;
    }

    table.dataTable.vertical-align-middle td {
        vertical-align: middle;
    }

    table.dataTable tfoot td {
        background: #fff;
        color: #333;
        white-space: normal;
        position: static;
    }

    table.dataTable tfoot td {
        display: table-cell !important;
    }

    table.dataTable tfoot tr + tr td {
        background: #fff;
        color: #333333;
    }

    table.dataTable thead th,
    table.dataTable tfoot th {
        font-family: 'Open Sans Bold', sans-serif;
        /*background: #f2f2f2;*/
        background: #fff;
        white-space: nowrap;
    }

    table.dataTable thead th,
    table.dataTable thead td {
        padding: 8px 12px;
    }

    table.dataTable thead th {
        padding: 8px 12px 8px 12px;
    }

    table.dataTable thead th:active,
    table.dataTable thead td:active {
        outline: none;
    }

    table.dataTable tfoot th,
    table.dataTable tfoot td {
        padding: 8px 12px;
    }

    table.dataTable thead th {
        position: relative;
    }

    th .hide-colmn-head {
        display: none;
    }

    span span.hide-colmn-head {
        display: inline;
        padding: 0 !important;
    }

    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting {
        cursor: pointer;
        *cursor: hand;
    }

    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting:after {
        cursor: pointer;
        *cursor: hand;
        font-family: FontAwesome;
        font-size: 16px;
        position: absolute;
        /*right: 8px;*/
        top: 9px;
    }

    table.dataTable thead .sorting_asc span,
    table.dataTable thead .sorting_desc span,
    table.dataTable thead .sorting span {
        padding: 0 8px 0 0;
        display: inline-block;
    }

    table.dataTable thead th.sorting:after {
        content: '\f0dc';
    }

    table.dataTable thead th.sorting_asc:after {
        content: '\f0de';
    }

    table.dataTable thead th.sorting_desc:after {
        content: '\f0dd';
    }

    table.dataTable thead .sorting_asc_disabled {
        content: '\f0de';
        color: #ededed
    }

    table.dataTable thead .sorting_desc_disabled {
        content: '\f0dd';
        color: #ededed
    }

    table.dataTable tbody tr.selected {
        background: #A1007B;
    }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 8px 12px;
        -webkit-transition: color 0.3s ease 0s;
        transition: color 0.3s ease 0s;
    }

    /*------------------------------------------------------------------------------------------------------*/
    /* (en) table borders */
    /* (de) Tabellenränder */
    /*------------------------------------------------------------------------------------------------------*/
    table.dataTable.row-border tbody th,
    table.dataTable.row-border tbody td,
    table.dataTable.display tbody th,
    table.dataTable.display tbody td {
        /*border-top: 1px solid #dddddd;*/
    }

    table.dataTable.row-border tbody tr:first-child th,
    table.dataTable.row-border tbody tr:first-child td,
    table.dataTable.display tbody tr:first-child th,
    table.dataTable.display tbody tr:first-child td {
        border-top: none;
    }

    table.dataTable.cell-border tbody th,
    table.dataTable.cell-border tbody td {
        /*border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;*/
    }

    table.dataTable.cell-border tbody tr th:first-child,
    table.dataTable.cell-border tbody tr td:first-child {
        /*border-left: 1px solid #dddddd;*/
    }

    table.dataTable.cell-border tbody tr:first-child th,
    table.dataTable.cell-border tbody tr:first-child td {
        /*border-top: 1px solid #dddddd;*/
    }

    /*------------------------------------------------------------------------------------------------------*/
    /* (en) row colors */
    /* (de) Zeilenfarben */
    /*------------------------------------------------------------------------------------------------------*/
    table.dataTable.stripe tbody tr.odd,
    table.dataTable.display tbody tr.odd {
        background: #e6e6e6;
    }

    table.dataTable.stripe tbody tr.even,
    table.dataTable.display tbody tr.even {
        background: #fff;
        /*background: #f2f2f2;*/
    }

    table.dataTable.stripe tbody tr.odd.selected,
    table.dataTable.display tbody tr.odd.selected {
        background: #a1007b;
        color: #fff;
    }

    table.dataTable.stripe tbody tr.even.selected,
    table.dataTable.display tbody tr.even.selected {
        background: #a1007b;
        color: #fff;
    }

    table.dataTable.hover tbody tr:hover,
    table.dataTable.hover tbody tr.odd:hover,
    table.dataTable.hover tbody tr.even:hover,
    table.dataTable.display tbody tr:hover,
    table.dataTable.display tbody tr.odd:hover,
    table.dataTable.display tbody tr.even:hover {
        /*background: #ff6601;*/
        /*color: #fff;*/
    }

    table.dataTable.hover tbody tr:hover.selected,
    table.dataTable.hover tbody tr.odd:hover.selected,
    table.dataTable.hover tbody tr.even:hover.selected,
    table.dataTable.display tbody tr:hover.selected,
    table.dataTable.display tbody tr.odd:hover.selected,
    table.dataTable.display tbody tr.even:hover.selected {
        /*background: #ff6601;*/
        /*color: #fff;*/
    }

    /*------------------------------------------------------------------------------------------------------*/
    /* (en) row colors on sorted columns */
    /* (de) Zeilenfarben bei sortierten Spalten  */
    /*------------------------------------------------------------------------------------------------------*/
    table.dataTable.order-column tbody tr > .sorting_1,
    table.dataTable.order-column tbody tr > .sorting_2,
    table.dataTable.order-column tbody tr > .sorting_3,
    table.dataTable.display tbody tr > .sorting_1,
    table.dataTable.display tbody tr > .sorting_2,
    table.dataTable.display tbody tr > .sorting_3 {
        /*background: #f9f9f9;*/
    }

    table.dataTable.order-column tbody tr.selected > .sorting_1,
    table.dataTable.order-column tbody tr.selected > .sorting_2,
    table.dataTable.order-column tbody tr.selected > .sorting_3,
    table.dataTable.display tbody tr.selected > .sorting_1,
    table.dataTable.display tbody tr.selected > .sorting_2,
    table.dataTable.display tbody tr.selected > .sorting_3 {
        /*background: #acbad4;*/
    }

    table.dataTable.display tbody tr.odd > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        /*background: #e1e1e1;*/
    }

    table.dataTable.display tbody tr.odd > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
        /*background: #f3f3f3;*/
    }

    table.dataTable.display tbody tr.odd > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
        /*background: whitesmoke;*/
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
        /*background: #a6b3cd;*/
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
        /*background: #a7b5ce;*/
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
        /*background: #a9b6d0;*/
    }

    table.dataTable.display tbody tr.even > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        /*background: #f9f9f9;*/
    }

    table.dataTable.display tbody tr.even > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        /*background: #fbfbfb;*/
    }

    table.dataTable.display tbody tr.even > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        /*background: #fdfdfd;*/
    }

    table.dataTable.display tbody tr.even.selected > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        /*background: #acbad4;*/
    }

    table.dataTable.display tbody tr.even.selected > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
        /*background: #adbbd6;*/
    }

    table.dataTable.display tbody tr.even.selected > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
        /*background: #afbdd8;*/
    }

    table.dataTable.display tbody tr:hover > .sorting_1,
    table.dataTable.display tbody tr.odd:hover > .sorting_1,
    table.dataTable.display tbody tr.even:hover > .sorting_1,
    table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
    table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
    table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
        /*background: #eaeaea;*/
    }

    table.dataTable.display tbody tr:hover > .sorting_2,
    table.dataTable.display tbody tr.odd:hover > .sorting_2,
    table.dataTable.display tbody tr.even:hover > .sorting_2,
    table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
    table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
    table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
        /*background: #ebebeb;*/
    }

    table.dataTable.display tbody tr:hover > .sorting_3,
    table.dataTable.display tbody tr.odd:hover > .sorting_3,
    table.dataTable.display tbody tr.even:hover > .sorting_3,
    table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
    table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
    table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
        /*background: #eeeeee;*/
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_1,
    table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
    table.dataTable.display tbody tr.even:hover.selected > .sorting_1,
    table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
    table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
    table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
        /*background: #a1aec7;*/
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_2,
    table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
    table.dataTable.display tbody tr.even:hover.selected > .sorting_2,
    table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
    table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
    table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
        /*background: #a2afc8;*/
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_3,
    table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
    table.dataTable.display tbody tr.even:hover.selected > .sorting_3,
    table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
    table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
    table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
        /*background: #a4b2cb;*/
    }

    /*------------------------------------------------------------------------------------------------------*/
    /* (en) Footer Border */
    /* (de) Fußzeilen Rand */
    /*------------------------------------------------------------------------------------------------------*/
    table.dataTable.no-footer {
        border-bottom: none;
    }

    /*------------------------------------------------------------------------------------------------------*/
    /* (en) class to prenvent line breaks in table cells  */
    /* (de) KLasse zur Verhinderung von Zeilenumbrüchen in Tabellenzellen  */
    /*------------------------------------------------------------------------------------------------------*/
    table.dataTable.nowrap th,
    table.dataTable.nowrap td {
        white-space: nowrap;
    }

    /*------------------------------------------------------------------------------------------------------*/
    /* (en) padding with compact class */
    /* (de) Padding / Innenabstände mit der Compact-Klasse  */
    /*------------------------------------------------------------------------------------------------------*/
    table.dataTable.compact thead th,
    table.dataTable.compact thead td {
        padding: 4px 8px;
    }

    table.dataTable.compact tfoot th,
    table.dataTable.compact tfoot td {
        padding: 4px 8px;
    }

    table.dataTable.compact tbody th,
    table.dataTable.compact tbody td {
        padding: 4px;
    }

    /*------------------------------------------------------------------------------------------------------*/
    /* (en) alignment in table cells */
    /* (de) Ausrichtung in Tabellenzellen */
    /*------------------------------------------------------------------------------------------------------*/
    table.dataTable th.dt-left,
    table.dataTable td.dt-left {
        text-align: left;
    }

    table.dataTable th.dt-center,
    table.dataTable td.dt-center,
    table.dataTable td.dataTables_empty {
        text-align: center;
    }

    table.dataTable th.dt-right,
    table.dataTable td.dt-right {
        text-align: right;
    }

    table.dataTable th.dt-justify,
    table.dataTable td.dt-justify {
        text-align: justify;
    }

    table.dataTable th.dt-nowrap,
    table.dataTable td.dt-nowrap {
        white-space: nowrap;
    }

    table.dataTable thead th.dt-head-left,
    table.dataTable thead td.dt-head-left,
    table.dataTable tfoot th.dt-head-left,
    table.dataTable tfoot td.dt-head-left {
        text-align: left;
    }

    table.dataTable thead th.dt-head-center,
    table.dataTable thead td.dt-head-center,
    table.dataTable tfoot th.dt-head-center,
    table.dataTable tfoot td.dt-head-center {
        text-align: center;
    }

    table.dataTable thead th.dt-head-right,
    table.dataTable thead td.dt-head-right,
    table.dataTable tfoot th.dt-head-right,
    table.dataTable tfoot td.dt-head-right {
        text-align: right;
    }

    table.dataTable thead th.dt-head-justify,
    table.dataTable thead td.dt-head-justify,
    table.dataTable tfoot th.dt-head-justify,
    table.dataTable tfoot td.dt-head-justify {
        text-align: justify;
    }

    table.dataTable thead th.dt-head-nowrap,
    table.dataTable thead td.dt-head-nowrap,
    table.dataTable tfoot th.dt-head-nowrap,
    table.dataTable tfoot td.dt-head-nowrap {
        white-space: nowrap;
    }

    table.dataTable tbody th.dt-body-left,
    table.dataTable tbody td.dt-body-left {
        text-align: left;
    }

    table.dataTable tbody th.dt-body-center,
    table.dataTable tbody td.dt-body-center {
        text-align: center;
    }

    table.dataTable tbody th.dt-body-right,
    table.dataTable tbody td.dt-body-right {
        text-align: right;
    }

    table.dataTable tbody th.dt-body-justify,
    table.dataTable tbody td.dt-body-justify {
        text-align: justify;
    }

    table.dataTable tbody th.dt-body-nowrap,
    table.dataTable tbody td.dt-body-nowrap {
        white-space: nowrap;
    }

    table.dataTable,
    table.dataTable th,
    table.dataTable td {
        box-sizing: content-box;
    }

    /*------------------------------------------------------------------------------------------------------*/
    /* (en) format feature layout */
    /* (de) Formatierung der funktionalen Elemente */
    /*------------------------------------------------------------------------------------------------------*/
    .dataTables_wrapper {
        position: relative;
        clear: both;
        *zoom: 1;
        zoom: 1;
        padding-bottom: 12px;
        background: #fff;
    }

    .dataTables_wrapper .dataTables_length {
        float: left;
    }

    .dataTables_wrapper .dataTables_length label {
        overflow: hidden;
        display: block;
        margin-bottom: 12px;
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right;
    }

    .dataTables_wrapper .dataTables_filter input {
        background: transparent;
    }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding: 8px 0 0 0;
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding: 12px 0 0 0;
        margin: 0 0 -8px 0
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        border-radius: 0;
        background: #a1007b;
        color: #ffffff;
        -webkit-transition: background-color 0.3s ease 0s;
        transition: background-color 0.3s ease 0s;
        box-sizing: border-box;
        display: inline-block;
        padding: 4px 12px;
        margin: 0 0 8px 8px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        *cursor: hand;
        line-height: 22px;
    }

    .dataTables_wrapper .dataTables_paginate > span > span {
        background: transparent;
        color: #333333;
        padding: 4px 0;
        margin-left: 8px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #a1007b;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: default;
        background: #e1e1e1;
        color: #333333;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #ff6601;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        outline: none;
        background: #ff6601;
    }

    .dataTables_paginate a.paginate_button.first,
    .dataTables_paginate a.paginate_button.previous,
    .dataTables_paginate a.paginate_button.next,
    .dataTables_paginate a.paginate_button.last {
        position: relative;
        padding: 4px 12px;
    }

    .dataTables_paginate a.first:before,
    .dataTables_paginate a.previous:before,
    .dataTables_paginate a.next:after,
    .dataTables_paginate a.last:after {
        font-family: FontAwesome;
        line-height: 15px;
    }

    .dataTables_paginate a.first:before {
        content: '\f100';
    }

    .dataTables_paginate a.previous:before {
        content: '\f104';
    }

    .dataTables_paginate a.next:after {
        content: '\f105';
    }

    .dataTables_paginate a.last:after {
        content: '\f101';
    }

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        font-size: 1.2em;
        /*background: white;*/
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_processing,
    .dataTables_wrapper .dataTables_paginate {
        color: #333333;
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both;
    }

    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
        *margin-top: -1px;
        -webkit-overflow-scrolling: touch;
    }

    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
        height: 0;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* https://www.datatables.net/forums/discussion/21049/scroll-x-creates-additional-blank-table-heads-with-sort-arrows-in-them */
    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody thead th,
    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody thead td {
        line-height: 0;
        opacity: 0.0;
        width: 0px;
        height: 0px;
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
    .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
        border-bottom: none;
    }

    div.dataTables_scrollBody {
        /*border: 1px solid DarkGray;*/
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: '';
        clear: both;
        height: 0;
    }

    .dataTables_length label span {
        float: left;
        margin-right: 8px;
        padding-top: 4px;
    }

    .dataTables_length label span.fa {
        float: none;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .dataTables_length label span.select2-style-button-box-right {
        float: left;
        margin: 0 0 0 6px;
        padding-top: 0;
    }

    .dataTables_length label span.select2-style-button-box-right > * {
        margin: 0;
    }

    .dataTables_length label span.select2-style-input {
        width: 60px;
        margin-bottom: 0;
    }

    .no-table-control-floats .dataTables_wrapper .dataTables_info,
    .no-table-control-floats .dataTables_wrapper .dataTables_paginate,
    .no-table-control-floats .dataTables_wrapper .dataTables_length,
    .no-table-control-floats .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }

    .no-table-control-floats .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin: 0 4px 8px 4px;
    }

}

/*------------------------------------------------------------------------------------------------------*/
/* (en) Media Query 850 */
/* (de) Media Query 850 */
/*------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 850px) {

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

}

/*------------------------------------------------------------------------------------------------------*/
/* (en) Media Query 560 */
/* (de) Media Query 560 */
/*------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 560px) {

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }

    .mobile-seamless-table-wrapper .dataTables_wrapper .dataTables_filter,
    .mobile-seamless-table-wrapper .dataTables_wrapper .dataTables_paginate,
    .mobile-seamless-table-wrapper .dataTables_wrapper .dataTables_length,
    .mobile-seamless-table-wrapper .dataTables_wrapper .dataTables_info {
        margin-right: 24px;
        margin-left: 24px;
    }

    .mobile-seamless-table-wrapper,
    .half-padding .mobile-seamless-table-wrapper {
        margin-left: -12px;
        margin-right: -12px;
    }

    .table-info-wrapper {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .mobile-seamless-table-wrapper .dataTables_wrapper .dataTables_filter,
    .mobile-seamless-table-wrapper .dataTables_wrapper .dataTables_paginate,
    .mobile-seamless-table-wrapper .dataTables_wrapper .dataTables_length,
    .mobile-seamless-table-wrapper .dataTables_wrapper .dataTables_info {
        margin-right: 12px;
        margin-left: 12px;
    }

    .mobile-seamless-table-wrapper [class*="select2-style-button-box"],
    .mobile-seamless-table-wrapper > .box-wrapper-100,
    .mobile-seamless-table-wrapper > .boxgroup-wrapper,
    .mobile-seamless-table-wrapper > .table-element {
        margin-left: 12px;
        margin-right: 12px;
    }


}