@charset "utf-8";

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */
body {
	background: #fff;
	color: #001722;
	font-family: 'Source Sans Pro', sans-serif; font-size: 16px; font-weight: 400; line-height: 1.231;
    margin: 0;
}
#main {
	font-size: 1.1em;
	line-height: 1.35em;
}
#main.simple { 
	margin-top: 0; 
	margin-bottom: 0;
	padding: 0;
}
#main.simple #article {
	margin-top: 0; 
	margin-bottom: 0;	
}

#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

::selection {
	background: #d67d75;
	color: #FFF;
	text-shadow: none;
}

/* Links */
a { 
	color: #ea5d1d;
	font-weight: 500;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a:focus { outline: 0; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: #ea5d1d; }

/* Typography */
h1, h2, h3, .likeh1 {
	font-weight: 600;
	line-height: 1.3em;
	text-align: left;
}
h1, .likeh1 { 
	font-size: 2.85em; 
	line-height: 1.1em;
	margin: 0 0 0.7em;
}
h2, .likeh2 { font-size: 1.6125em; margin: 0.83em 0 0; }
h3 { font-size: 1.17em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px dashed #ccc;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */
dl, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }

/* CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.right { float: right; }
.left { float: left; }

/* Wrapper */
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	margin: 0 auto;
	padding: 0 20px;
}

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: 1920px; }
.grid-container * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.row:before, .row:after {
	content: '';
	clear: both;
	display: table;
}
[class*='col-'] {
	display: inline-block;
	float: left;
	margin-left: 2.127659574468085%;
	min-height: 1px;
	padding: 0;
}
[class*='col-']:first-child, .grid-container.nogutter [class*='col-'] { margin-left: 0; }

.row.table { 
	display: table; 
	table-layout: fixed;
	width: 100%; 
}
.row.table > [class*="col-"] {
	display: table-cell;
	float: none;
	margin-left: 0;
	padding: 0.7em 1em;
	vertical-align: middle;
}
.grid-container.nogutter .row.table > [class*="col-"] { padding: 0; }

[class*='col-'].space { padding: 0.7em 1em!important; }
[class*='col-'].space-left { padding-left: 1em!important; }
[class*='col-'].space-right { padding-right: 1em!important; }

.col-1  { width: 6.382978723404255%; }
.grid-container.nogutter .col-1, .grid-container .row.table > .col-1 { width: 8.333%; }
.col-2  { width: 14.893617021276595%; }
.grid-container.nogutter .col-2, .grid-container .row.table > .col-2 { width: 16.66%; }
.col-3  { width: 23.404255319148934%; }
.grid-container.nogutter .col-3, .grid-container .row.table > .col-3 { width: 25%; }
.col-4  { width: 31.914893617021278%; }
.grid-container.nogutter .col-4, .grid-container .row.table > .col-4 { width: 33.33%; }
.col-5  { width: 40.42553191489362%; }
.grid-container.nogutter .col-5, .grid-container .row.table > .col-5 { width: 41.66%; }
.col-6  { width: 48.93617021276595%; }
.grid-container.nogutter .col-6, .grid-container .row.table > .col-6 { width: 50%; }
.col-7  { width: 57.44680851063829%; }
.grid-container.nogutter .col-7, .grid-container .row.table > .col-7 { width: 58.33%; }
.col-8  { width: 65.95744680851064%; }
.grid-container.nogutter .col-8, .grid-container .row.table > .col-8 { width: 66.66%; }
.col-9  { width: 74.46808510638297%; }
.grid-container.nogutter .col-9, .grid-container .row.table > .col-9 { width: 75%; }
.col-10 { width: 82.97872340425532%; }
.grid-container.nogutter .col-10, .grid-container .row.table > .col-10 { width: 83.33%; }
.col-11 { width: 91.48936170212765%; }
.grid-container.nogutter .col-11, .grid-container .row.table > .col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.grid-container.nogutter .col-12, .grid-container .row.table > .col-12 { width: 100%; }

.offset12 { margin-left: 104.25531914893617%; }
.offset12:first-child { margin-left: 102.12765957446808%; }
.offset11 { margin-left: 95.74468085106382%; }
.offset11:first-child { margin-left: 93.61702127659574%; }
.offset10 { margin-left: 87.23404255319149%; }
.offset10:first-child { margin-left: 85.1063829787234%; }
.offset9 { margin-left: 78.72340425531914%; }
.offset9:first-child { margin-left: 76.59574468085106%; }
.offset8 { margin-left: 70.2127659574468%; }
.offset8:first-child { margin-left: 68.08510638297872%; }
.offset7 { margin-left: 61.70212765957446%; }
.offset7:first-child { margin-left: 59.574468085106375%; }
.offset6 { margin-left: 53.191489361702125%; }
.offset6:first-child { margin-left: 51.063829787234035%; }
.offset5 { margin-left: 44.68085106382979%; }
.offset5:first-child { margin-left: 42.5531914893617%; }
.offset4 { margin-left: 36.170212765957444%; }
.offset4:first-child { margin-left: 34.04255319148936%; }
.offset3 { margin-left: 27.659574468085104%; }
.offset3:first-child { margin-left: 25.53191489361702%; }
.offset2 { margin-left: 19.148936170212764%; }
.offset2:first-child { margin-left: 17.02127659574468%; }
.offset1 { margin-left: 10.638297872340425%; }
.offset1:first-child { margin-left: 8.51063829787234%; }
/* END 12 Col-Grid-Layout */

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg { 
	background: #d4edda; 
	border: 1px solid #c3e6cb;
	color: #155724;
}
.msgerror { 
	background: #f8d7da; 
	border: 1px solid #f5c6cb;
	color: #721c24;
}
.msgwarning { 
	background: #fff3cd; 
	border: 1px solid #ffeeba;
	color: #856404;
}
.msg, .msgerror, .msgwarning { 
	margin: 1em 0 0;
	padding: 1em;
}
.msg h2, .msgerror h2, .msgwarning h2 { display: none; }
.msg ul, .msgerror ul, msgwarning ul { 
	list-style: none;
	margin: 0; 
	padding-left: 0px;
}
.msg ul li + li, .msgerror ul li + li, .msgwarning ul li + li { margin-top: 0.5em; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
	background-color: #ea5d1d; 
	border-radius: 2px; border: 0;
	color: #FFF;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif; font-size: 1em!important; font-weight: 600;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
	height: auto; min-height: 16px;
	min-width: 88px;
	padding: 12px 16px;
	text-decoration: none; text-transform: uppercase; text-align: center;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background-color: #00527b;  }
a.button:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus { outline: none; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* Datepicker */
div .ui-widget-header { background: #ea5d1d!important; }

/* START CUSTOM PART */

/* CLASSES */
.liketxt { line-height: 1.35em; }
.liketable {
	display: table;
	width: 100%;
}
.liketable > * {
	display: table-cell;
	vertical-align: middle;
}

/* PRIMARY STYLES [layout] */

/* START select2 */	
	.select2-container--default .select2-selection--single { border: none!important; border-radius: 0!important; }
	.select2-container .select2-selection--single .select2-selection__rendered { padding-left: 5px!important; color: #001722!important; font-family: Arial!important; }
	.select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-color: #001621 transparent transparent transparent!important;
		border-width: 6px 3px 0px 3px!important;
		margin-left: 0px!important;
	}
	.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
		border-color: transparent transparent #001621 transparent!important;
		border-width: 0 3px 6px 3px!important;
	}
	.select2-container--default.select2-container--disabled .select2-selection--single { 
		background-color: #fff!important; 
		color: #b8abb9!important;
	}
/* END select2 */

/* START Tiles */
.tiles {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.tiles::after {
	content: '';
	clear: both;
	display: block;
	float: none;
}
.tile {
	box-sizing: border-box;
	background: #f7f8fa;
	color: #001722;
	display: block;
	padding: 2rem;
	width: 19%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 1em;
}
.tile:hover { 
	background: #fafdff; 
	cursor: pointer;
	text-decoration: none;
}
.tile .title {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 120%;
}
/* END Tiles */

/* START Datatables */
.prettytable {
	font-size: 16px;
	margin-top: 1.2em; margin-bottom: 2em;
}
.prettytable .actions a {
	color: #fff;
}
.prettytable .actions .hiddenactions { 
	display: none; 
	position: absolute;
	width: 270px;
	right: 50px;
}
.prettytable .actions i {
	background: #ea5d1d;
	border-radius: 100px;
	font-size: 25px!important;
	vertical-align: middle;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}
.prettytable .actions i:hover { background: #00527a; }
.prettytable .miniactions i {
	background: #ea5d1d;
	border-radius: 100px;
	color: #fff;
	font-size: 20px!important;
	vertical-align: middle;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}
.prettytable .miniactions i:hover { background: #00527a; }
.prettytable.dtable:not(.fixedHeader-floating) { width: 100%!important; }
.prettytable tr.inactive { text-decoration: line-through; }
.prettytable tr.inactive, .prettytable tr.inactive > * { color: #AAA; }
.prettytable tr > * {
	border-bottom: 1px solid rgba(224, 224, 224, 1);
	box-sizing: border-box!important;
	color: rgba(0, 0, 0, 0.87);
	line-height: 1.15rem;
	padding: 8px 24px;
	text-align: center;
}
.prettytable tr > *:first-child { padding-left: 5px; }
.prettytable tr > *:last-child { padding-right: 5px; }
.prettytable tr > *.aleft { text-align: left; }
.prettytable tr > *.aright { text-align: right; }
.prettytable tr > *.nowrap { white-space: nowrap; }
.prettytable thead th { 
	color: #333;
	font-size: 0.95rem; font-weight: 500;
}
.prettytable tbody tr:hover { background: rgba(0, 0, 0, 0.07); }
.prettytable tbody tr[data-id]:hover { cursor: pointer; } 
.prettytable .idcol, .prettytable .idcol > span { width: 45px!important; }
.prettytable .idcol > span { display: inline-block; }
.prettytable .timecol { width: 130px!important; }
.prettytable tbody i.material-icons, #article .dataTables_wrapper i.material-icons { font-size: 1.2em; }

#article .dataTables_wrapper { 
	margin: 2em 0; 
	width: 100%!important;
}
.dataTables_wrapper .bottom { margin-top: 1em; }
#article .dataTables_wrapper .dataTables_filter { 
	float: right!important;
	margin-bottom: 0.5em;
}
#article .dataTables_wrapper thead select { display: block; }
#article .dataTables_wrapper .dataTables_info {
	float: left!important;
	padding: 0;
}
#article .dataTables_wrapper .dataTables_length { float: right!important; }
#article .dataTables_wrapper .dataTables_filter, #article .dataTables_wrapper .dataTables_info, #article .dataTables_wrapper .dataTables_length { font-size: 1rem; }
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate { color: #001722; }
#article .dataTables_wrapper .dataTables_paginate {
	float: none;
	padding-top: 2em;
	text-align: center;
}
#article .dataTables_wrapper .dataTables_paginate i { vertical-align: -7px; }
#article .dataTables_wrapper .dataTables_paginate .paginate_button {
	background: none!important;
	box-shadow: none!important;
	border: none!important; border-bottom: 3px solid #f5f5f5!important;
	color: #4a4a4a!important;
	cursor: pointer;
	padding-bottom: 4px!important;
}
#article .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: none!important;
	border: none!important; border-bottom: 3px solid #DDD!important;
}
#article .dataTables_wrapper .dataTables_paginate .paginate_button.current { 
	background: none!important;
	border: none!important; border-bottom: 3px solid #ea5d1d!important;
}
#article .dataTables_wrapper .dataTables_paginate .paginate_button:focus { 
	border: none!important; border-bottom: 3px solid #ea5d1d!important;
	outline: none; 
}
#article .dataTables_wrapper .dataTables_paginate .paginate_button.next, #article .dataTables_wrapper .dataTables_paginate .paginate_button.previous { border: none!important; }
#article .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, #article .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
	background: none;
	color: #42ac62!important;
}
#article .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled, #article .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled { 
	color: #DDD!important; 
	cursor: not-allowed;
}
#article .dataTables_wrapper .dataTables_scrollHead .prettytable thead tr > *, #article .dataTables_wrapper .dataTables_scrollBody .prettytable tbody tr > * { padding: 8px 10px!important; }
#article table.dataTable.dtr-inline.collapsed > tbody  tr[role="row"] > td:first-child:before, #article table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
	background-color: #ea5d1d;
	box-shadow: none!important;
	border: none!important;
	display: inline-block!important;
	font-size: 16px;
	line-height: 16px;
	height: 16px; width: 16px;
	top: 50%; right: 0; left: 5px;
	transform: translateY(-50%);
}
#article .dataTables_wrapper td.child { text-align: left; }
#article .dtr-details { 
	padding-left: 40px;
	text-align: left; 
}
#article table.dataTable>tbody>tr.child span.dtr-title { display: block; }
/* END Datatables */

/* START form */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #9cabba;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { color: #9cabba; }
::-ms-input-placeholder { color: #9cabba; }
form fieldset { margin: 0.4em 0; padding: 0.4em 0; }
form fieldset label:not(.pure-material-checkbox) { 
	display: inline-block;
	padding-right: 0.4em;
	text-align: right;
	white-space: nowrap;
	width: 9.58em;
}
form fieldset legend { margin-bottom: 0.6em; padding: 0 0.6em 0 0; }
form label { vertical-align: top; }
form fieldset input, fieldset select { margin: 0 0 0.1em 0; }
form input[type="text"], form input[type="date"], form input[type="datetime"], form input[type="email"], form input[type="file"], form input[type="number"], form input[type="password"], 
form input[type="search"], form input[type="tel"], form input[type="time"], form input[type="url"], form select, form textarea {
	border: 1px solid #ccc;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 0.3em;
}
form .inputxl { width: 18em; }
form .inputl { width: 10em; }
form .inputs { width: 5.8em; }
form .inputxs { width: 2em; }
form input { z-index: 0; }
form input[type=submit] {
	margin-left: 12.18em;
}
form select, form input[type="time"] { 
	background-color: #FFF; 
	-webkit-appearance: menulist;
}
form input[type="text"], form input[type="date"], form input[type="datetime"], form input[type="email"], form input[type="file"], form input[type="number"], form input[type="password"], 
form input[type="search"], form input[type="tel"], form input[type="time"], form input[type="url"], form select, form textarea { 
	background: #FFF!important; background-color: #FFF!important;
	color: #001722;
	border: none; box-shadow: none;
	cursor: pointer;
	line-height: 1.2em;
	margin: 0;
	outline: 0 none!important;
	padding: 0;
}
form .field {
	border-bottom: 1px solid #d4dde2;
	padding: 28px 0 8px;
	position: relative; z-index: 1;
}
form .field.disabled {
	border: none;
}
form .field.disabled input { color: #b8abb9; }
form .field.single > select, form .field.single > input, form .field.single > textarea { width: 100%; }
form .complexfield {
	display: table;
	width: 100%;
}
form .complexfield > * {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
form .complexfield > *:first-child { 
	padding-bottom: 2px;
	text-align: left;
	width: 25px; 
}
form .complexfield > *:first-child i { 
	color: #9cabba;
	vertical-align: -8px;
}
form .complexfield > *:first-child i.valignplus { margin-bottom: -5px; }
form .complexfield > *:nth-child(2) > * {
	outline: none;
	border: none;
	box-sizing: border-box;
	margin: 0 0.5em;
	width: calc(100% - 1em); 
}
form .field label {
	color: #ea5d1d;
	display: none;
	margin: 0!important;
	position: absolute; top: -2px; left: 0; z-index: 1;
	width: auto!important;
}
form .field.filled label { display: block; }
form .row + .row { margin-top: 1em; }
.formsubmitrow {
	margin-top: 1.8em; margin-bottom: 0;
	padding: 0;
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	flex-direction: row;
}
.formsubmitrow > * { margin-left: 0!important; }
#activerow { margin-bottom: 10px; }
#activerow label {
	cursor: pointer;
	margin-left: 0;
	text-align: left;
	width: auto; 
}
/* END form */

/* START Overview */
#formplaceholder {
	background: #f7f8fa;
	min-height: 300px;
	position: relative; z-index: 1;
}
#formplaceholder i {
	color: #9cabba;
	font-size: 150px;
	position: absolute; z-index: 1; top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}
/* END Overview */

/* START Popup */
.popup-overlay {
	background: rgba(0,0,0,0.6);
	position: fixed; top: -10000000000px; left: -10000000000px; z-index: 1000;
}
.popup-overlay.inited {
	display: none;
	position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 2;
}
.popup-overlay .popup-container {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	max-width: 500px; width: 100%;
	padding: 0 20px 0 10px;
	position: absolute; left: 50%; top: 50%; z-index: 1;
	transform: translate(-50%, -50%);
}
.popup-overlay .popup-inner {
	background: #FFF;
	color: #001722;
}
.popup-overlay .popup-inner > * { 
	box-sizing: border-box;
	margin: 0;
	padding: 15px 20px;
}
.popup-overlay .popup-title {
	font-weight: 600; font-size: 1.4em;
	margin-top: 0; margin-bottom: 0.83em;
	width: calc(100% - 20px);
}
.popup-overlay .popup-clearer { position: absolute; z-index: 1; right: 25px; top: 5px; }
.popup-overlay .popup-controls { text-align: right; }
.popup-overlay .popup-controls .button.popup-confirm { background: #66bb6a; }
.popup-overlay .popup-controls .button.popup-confirm:hover { background: #509c54; }
.popup-overlay .row + .row { margin-top: 5px; }
/* END Popup */

/* START addButton */
.addbutton {
	background: #ea5d1d;
	border-radius: 100px;
	-webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.5);
	height: 50px;
	position: fixed; bottom: 25px; right: 25px; z-index: 2;
	width: 50px;
	text-align: center;
}
.addbutton:hover { background: #00527a; }
.addbutton i {
	color: #fff;
	font-size: 1.75em;
	line-height: 50px;
}
.movementbutton { right: 90px; }
.archivebutton { right: 90px; }

@media screen and (min-width: 1920px) {
	.addbutton {
		right: 75px;
		bottom: 75px;
	}
	.movementbutton { right: 145px; }
	.archivebutton { right: 145px; }
}
/* END addButton */


/* START Material Checkbox */
.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
	margin-top: 0.5em;
    margin-left: 2px;
}

/* Input */
.pure-material-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #ea5d1d;
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.pure-material-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Box */
.pure-material-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px; /* Safari */
    border-color: #9cabba;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.pure-material-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.pure-material-checkbox > input:checked,
.pure-material-checkbox > input:indeterminate {
    background-color: #ea5d1d;
}

.pure-material-checkbox > input:checked + span::before,
.pure-material-checkbox > input:indeterminate + span::before {
    border-color: #ea5d1d;
    background-color: #ea5d1d;
}

.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
    border-color: #fff;
}

.pure-material-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Active */
.pure-material-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.pure-material-checkbox > input:active + span::before {
    border-color: #ea5d1d;
}

.pure-material-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: #ea5d1d;
}

/* Disabled */
.pure-material-checkbox > input:disabled {
    opacity: 0;
}

.pure-material-checkbox > input:disabled + span {
    color: #9babba;
    cursor: initial;
}

.pure-material-checkbox > input:disabled + span::before {
    border-color: currentColor;
}

.pure-material-checkbox > input:checked:disabled + span::before,
.pure-material-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}
/* END Material Checkbox */

/* CONTENT */

/* END CUSTOM PART */

/* Responsive Videos */
#article .video-container {
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#article .video-container iframe,  
#article .video-container object,  
#article .video-container embed {
        border: none;
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

/* Table-Container */
.tablecontainer { overflow: auto; }

/* Fancybox */
.fancybox-slide--iframe .fancybox-content {
	height: 1133px; max-height: 80%;
	margin: 0;
	width: 800px!important; max-width: 80%!important;
}
.fancybox-button { min-width: 0; }
.fancybox-button--left, .fancybox-button--right { display: inline-block!important; }

/* Cookie Hint */
#cookiehint {
	display: table;
	width: 100%;
	background: #000; background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #fff!important;
	line-height: 20px;
	padding: 0.5em;
	position: fixed; z-index: 10000; left: 0; right: 0; bottom: 0;
	text-align: center;
}
#cookiehint p, #cookiehint button {
	display: table-cell!important;
	vertical-align: middle;
}
#cookiehint p {
	margin: 0;
	color: #fff!important;
}
#cookiehint a {
	border: none!important;
	color: #fff!important;
	text-decoration: underline!important;
}
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint button {
	background: #fff!important;
	border: none!important;
	color: #000!important;
	line-height: 1.25em!important;
	margin-left: 1em;
	padding: 0.4em!important;
	text-transform: uppercase!important;
}
#cookiehint button:hover { 
	background: #ddd!important;
	cursor: pointer;
}
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: #333!important; }
#cookiehint.light button {
	background: #aaa!important;
	color: #fff!important;
}
#cookiehint.light button:hover { background: #ddd!important; }
#cookiehint.top { top: 0; bottom: initial; }

/* Media Queries */
@media screen and (max-width: 1300px) {
	.tile { width: 24%;	}		
}
@media screen and (max-width: 900px) {
	.tile {
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
	}
}
@media screen and (max-width: 800px) {
	/* medium grid */
	.col-m-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-m-1, .grid-container .row.table > .col-m-1 { width: 8.333%; }
	.col-m-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-m-2, .grid-container .row.table > .col-m-2 { width: 16.66%; }
	.col-m-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-m-3, .grid-container .row.table > .col-m-3 { width: 25%; }
	.col-m-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-m-4, .grid-container .row.table > .col-m-4 { width: 33.33%; }
	.col-m-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-m-5, .grid-container .row.table > .col-m-5 { width: 41.66%; }
	.col-m-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-m-6, .grid-container .row.table > .col-m-6 { width: 50%; }
	.col-m-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-m-7, .grid-container .row.table > .col-m-7 { width: 58.33%; }
	.col-m-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-m-8, .grid-container .row.table > .col-m-8 { width: 66.66%; }
	.col-m-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-m-9, .grid-container .row.table > .col-m-9 { width: 75%; }
	.col-m-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-m-10, .grid-container .row.table > .col-m-10 { width: 83.33%; }
	.col-m-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-m-11, .grid-container .row.table > .col-m-11 { width: 91.66%; }
	.col-m-12 { width: 100%; }
	.grid-container.nogutter .col-m-12, .grid-container .row.table > .col-m-12 { width: 100%; }

	.col-m-2-custom  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-m-2-custom, .grid-container .row.table > .col-m-2-custom { width: 16.66%; }
	
	.m-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important; }
	.row.table .m-space { padding: 0.7em 1em!important; }
	.m-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .m-space-left { padding-left: 1em!important; }
	.m-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .m-space-right { padding-right: 1em!important; }
	
	.m-clearspace { margin: 0!important;}
	.row.table .m-clearspace { padding: 0; }
	.m-clearspace-left { margin-left: 0!important; }
	.row.table .m-clearspace-left { padding-left: 0!important; }
	.m-clearspace-right { margin-right: 0!important; }
	.row.table .m-clearspace-right { padding-right: 0!important; }
	
	.clearrow-m { 
		clear: both; 
		margin-left: 0;
	}
}
@media screen and (max-width: 585px) {
	/* small grid */	
	.col-s-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-s-1, .grid-container .row.table > .col-s-1 { width: 8.333%; }
	.col-s-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-s-2, .grid-container .row.table > .col-s-2 { width: 16.66%; }
	.col-s-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-s-3, .grid-container .row.table > .col-s-3 { width: 25%; }
	.col-s-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-s-4, .grid-container .row.table > .col-s-4 { width: 33.33%; }
	.col-s-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-s-5, .grid-container .row.table > .col-s-5 { width: 41.66%; }
	.col-s-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-s-6, .grid-container .row.table > .col-s-6 { width: 50%; }
	.col-s-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-s-7, .grid-container .row.table > .col-s-7 { width: 58.33%; }
	.col-s-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-s-8, .grid-container .row.table > .col-s-8 { width: 66.66%; }
	.col-s-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-s-9, .grid-container .row.table > .col-s-9 { width: 75%; }
	.col-s-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-s-10, .grid-container .row.table > .col-s-10 { width: 83.33%; }
	.col-s-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-s-11, .grid-container .row.table > .col-s-11 { width: 91.66%; }
	.col-s-12 { width: 100%; }
	.grid-container.nogutter .col-s-12, .grid-container .row.table > .col-s-12 { width: 100%; }

	.col-s-12-custom { width: 48.93617021276595%; }
	.grid-container.nogutter .col-s-12-custom, .grid-container .row.table > .col-s-12-custom { width: 50%; }
	
	.s-clearspace-custom { margin-left: 0!important; }
	.row.table .s-clearspace-custom { padding-left: 0!important; }
	
	.s-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important;  }
	.row.table .s-space { padding: 0.7em 1em!important; }
	.s-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .s-space-left { padding-left: 1em!important; }
	.s-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .s-space-right { padding-right: 1em!important; }
	
	.s-clearspace { margin: 0!important;}
	.row.table .s-clearspace { padding: 0; }
	.s-clearspace-left { margin-left: 0!important; }
	.row.table .s-clearspace-left { padding-left: 0!important; }
	.s-clearspace-right { margin-right: 0!important; }
	.row.table .s-clearspace-right { padding-right: 0!important; }
	
	.row .s-clearspace-left > .field { margin-top: 0.7em; }
	
	.tile {
		width: 100%;
		margin-right: 0;
		margin-left: 0;			
	}
}

@media screen and (max-width: 400	px) {
	.col-s-12-custom { width: 100%; }
	.grid-container.nogutter .col-s-12-custom, .grid-container .row.table > .col-s-12-custom { width: 100%; }

	.s-clearspace-custom { margin: 0!important;}
	.row.table .s-clearspace-custom { padding: 0; }
}

/* PRINT STYLES */
@media print {
	* { text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	a, a:visited { text-decoration: underline; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, #aside, #footer, #copyright { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }
	.addbutton { display: none; }
	
	body { background: none!important; }
	#main { 
		margin: 0!important;
		max-width: none!important; 
	}
	#article { 
		box-shadow: none!important;
		box-sizing: border-box!important; 
		padding: 0!important;
		margin: 0!important;
	}
	#producttable_filter { display: none!important; }
	.actions.aright { display: none!important; }
	#producttable tr { height: 50px!important; }
	table.dataTable thead th, table.dataTable thead td { border: none!important; }
	table.dataTable.no-footer { border: none!important; }
}