/**
 * (en) Datatables 1.10.10 for NAME
 * (de) Datatables 1.10.10 NAME
 *
 * @copyright       Copyright 2015, crossbase mediasolution GmbH
 * @version         1.0
 */

@media screen {
	.table-overflow-wrapper {
		overflow: auto;
		box-sizing: border-box;
	}

	.mobile-seamless-table-wrapper {
		margin-left: -12px;
		margin-right: -12px;
		overflow: auto;
	}

	.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{
		margin-bottom: 12px;
	}

	table.dataTable {
		width: 100%;
		margin: 0 auto;
		clear: both;
		border-collapse: separate;
		border-spacing: 0;
		overflow: hidden;
		box-sizing: border-box;
		border-top: 1px solid #e3e3e3;
	}

	table.dataTable td {
		vertical-align: top;
	}

	table.dataTable td img {
		max-height: 35px;
		max-width: 160px;
	}

	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.hide-table-section *,
	table.dataTable tfoot.hide-table-section *,
	table.dataTable thead.hide-table-section th::after,
	table.dataTable tfoot.hide-table-section td::after {
		padding: 0;
		height: 0;
		line-height: 0;
		font-size: 0;
	}

	table.dataTable thead th,
	table.dataTable tfoot th {
		font-family: 'Neue Helvetica W01', sans-serif;
		background: #fff;
		white-space: nowrap;
		border-radius: 0;
	}

	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: 'Font Awesome 5 Free';
		font-weight: 400;
		font-size: 16px;
		position: absolute;
		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;
		font-weight: 700;
	}

	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 {
		background: transparent;
	}

	table.dataTable tbody tr.selected {
		background: #bf1815;
	}

	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: #eaecee;
	}

	table.dataTable.stripe tbody tr.even,
	table.dataTable.display tbody tr.even {
		background: #fff;
		/*background: #f8f8f8;*/
	}

	table.dataTable.stripe tbody tr.odd.selected,
	table.dataTable.display tbody tr.odd.selected {
		background: #bf1815;
		color: #fff;
	}

	table.dataTable.stripe tbody tr.even.selected,
	table.dataTable.display tbody tr.even.selected {
		background: #bf1815;
		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: #bf1815;*/
		/*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: #bf1815;*/
		/*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: #f1f1f1;*/
	}

	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 */
	/*------------------------------------------------------------------------------------------------------*/


	/*------------------------------------------------------------------------------------------------------*/
	/* (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 th,
	table.dataTable td {
		box-sizing: content-box;
	}

	/*------------------------------------------------------------------------------------------------------*/
	/* (en) format feature layout */
	/* (de) Formatierung der funktionalen Elemente */
	/*------------------------------------------------------------------------------------------------------*/
	.dataTables_wrapper {
		position: relative;
		*zoom: 1;
		zoom: 1;
		margin-bottom: 12px;
	}

	.dataTables_wrapper::before,
	.dataTables_wrapper::after {
		width: 100%;
		display: table;
		content: '';
	}

	.dataTables_wrapper .dataTables_length {
		float: left;
	}

	.dataTables_wrapper .dataTables_length label {
		display: block;
		margin-bottom: 12px;
	}

	.dataTables_wrapper .dataTables_length label::before,
	.dataTables_wrapper .dataTables_length label::after {
		width: 100%;
		display: table;
		content: '';
	}

	.dataTables_wrapper .dataTables_length label > input {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		width: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		visibility: hidden;
	}

	.dataTables_wrapper .dataTables_filter {
		float: right;
		text-align: right;
	}

	.dataTables_wrapper .dataTables_filter input {
		
	}

	.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: #e1121a;
		color: #ffffff;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 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;
		border: 1px solid #e1121a;
		*cursor: hand;
	}

	.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: #bf1815;
		border: 1px solid #bf1815;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
	.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
	.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
		border: 1px solid #e0e0e0;
		cursor: default;
		background: #ffffff;
		color: #e0e0e0;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
		background: #bf1815;
		border: 1px solid #bf1815;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button:active {
		outline: none;
		background: #bf1815;
		border: 1px solid #bf1815;
	}

	.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: 'Font Awesome 5 Free';
		font-weight: 400;
		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: 0;
		height: 0;
	}

	.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,
	.dataTables_length label span.far,
	.dataTables_length label span.fal {
		float: none;
		margin: 0;
		padding: 0;
		font-size: 14px;
	}

	.dataTables_length label span.select2-style-button-box-right {
		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;
	}

	#ocat-cart-table .select2-container {
		max-width: 200px;
	}

}

/*------------------------------------------------------------------------------------------------------*/
	/* (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;
	}

	table.dataTable {
	border: none;
	}

}

/*------------------------------------------------------------------------------------------------------*/
	/* (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;
	}


}