@font-face{
	font-family:"PanDisplayTT-Regular";
	src:
	url("../fonts/PanDisplayTT-Regular.ttf") format("truetype")
}
@font-face{
	font-family:"PanTextTT-Bold";
	src:
	url("../fonts/PanTextTT-Bold.ttf") format("truetype")
}
@font-face{
	font-family:"PanTextTT-Regular";
	src:
	url("../fonts/PanTextTT-Regular.ttf") format("truetype")
}
body {
	font-family: "PanTextTT-Regular";
	font-size: 13px;
	font-weight: 400;
	line-height: 1.38;	
}
h1,h2,h3 {
	font-family: "PanDisplayTT-Regular";
}
strong {
	font-family: "PanTextTT-Bold";
	font-weight: normal;
}
h1 {
	font-size: 32px;
	margin-bottom: 30px;
}
h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
label {
	text-transform: uppercase;
	margin-bottom: .25rem;
}
hr {
	border-top: 1px solid rgb(0,0,0);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.login-background {
	background-image: url('../img/suc/header-start.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	filter: blur(8px);
	-webkit-filter: blur(8x);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.login .card {
	box-shadow: 0px 0px 20px -12px #000;
	background-color: rgba(255, 255, 255, 0.75);
}
.login .card-header {
	font-family: "PanDisplayTT-Regular";
	background-color: transparent;
	border: none;
	text-transform: uppercase;
	text-align: center;
}
#main {
	position: relative;
	width: 100%;
	min-height: 100vh;
}
#nav {
	width: 240px;
	display: block;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	border-right: 5px solid #ffcad4;
}
#wrapper {
	width: calc(100% - 240px);
	margin-left: 240px;
	position: relative;
}
.wrapper-header {
	padding: 15px;
	margin-bottom: 30px;
	width: 100%;
	border-bottom: 5px solid #ffcad4;
}
.wrapper-header h3 {
	text-transform: uppercase;
	margin: 0px;
}
#logo {
	padding: 30px;
	margin-bottom: 40px;
}
#main-nav {
	
}
#main-nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#main-nav ul li {
	padding: 15px;
}
#main-nav ul li a {
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}
#main-nav ul li a:hover, #main-nav ul li.nav-active a {
	text-decoration: none;
	color: inherit;
	border-bottom: 2px solid #f2a1b2;
}
#footer-nav {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#footer-nav-logo {
	padding: 20px;
}
#footer-nav-logo img {
	width: 100%;
}
.viewed-1 {
	color: #a8a8a8;
}
.viewed-1 .table{
	color: #a8a8a8;
}
.header {
	
}
.header .logo {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 36px;
	margin-left: 10px;
}
.header-image {
	width: 100%;
	margin-bottom: 60px;
	position: relative;
}
.header-image img {
	width: 100%;
}
.header-image-headline {
	position: absolute;
	left: 20px;
	top: 60%;
	font-family: "PanDisplayTT-Regular";
	font-size: 62px;
}
.header-image-country {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 60px;
}
.form-control {
	border-radius: 0px !important;
}
.btn {
	border-radius: 0px !important;
}
.btn-primary {
	background-color: #27251f !important;
	border-color: #27251f !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	padding: 0 28px;
	font-size: 11px;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary.focus, .btn-primary:focus {
	background-color: #000000;
	border-color: #000000;
	color: #000;
}
.btn-secondary {
	background-color: #ffcad4;
	border-color: #ffcad4;
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	padding: 0 28px;
	font-size: 11px;
}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle, .btn-secondary.focus, .btn-secondary:focus {
	background-color: #d69fa9;
	border-color: #d69fa9;
	color: #000;
}
.footer {
	margin-top: 60px;
	margin-bottom: 20px;
}
.footer img {
	width: 400px;
	margin-left: 10px;
}
.small, small {
	vertical-align: top;
}
#items-container {
	
}
.deleteItem {
	width: 16px;
	height: 16px;
	position: relative;
	display: block;
	cursor: pointer;
	margin-left: auto;
}
.deleteItem:before {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	transform: rotate(45deg);
	background-color: #000;
	position: absolute;
	left: calc(50% - 2px);
	top: 0px;
}
.deleteItem:after {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	transform: rotate(-45deg);
	background-color: #000;
	position: absolute;
	left: calc(50% - 2px);
	top: 0px;
}
.item {
	margin-bottom: 10px;
}
.card {
	border-radius: 0px !important;
}
.selectCountry label {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	border: 2px solid transparent;
}
.selectCountry label:hover {
	border: 2px solid #ffcad4;
}
.selectCountry label input {
	opacity: 0;
}
.selectCountry label.DEU {
	background-image: url('../img/suc/Icons/icon-germany.png');
}
.selectCountry label.CHE {
	background-image: url('../img/suc/Icons/icon-switzerland.png');
}
.selectCountry label.AUT {
	background-image: url('../img/suc/Icons/icon-austria.png');
}
.selectCountry label.SWE {
	background-image: url('../img/suc/Icons/icon-sweden.png');
}
.selectCountry label.NOR {
	background-image: url('../img/suc/Icons/icon-norway.png');
}
.selectCountry label.FIN {
	background-image: url('../img/suc/Icons/icon-finland.png');
}
.selectCountry label.DNK {
	background-image: url('../img/suc/Icons/icon-denmark.png');
}
.selectCountry label.BEL {
	background-image: url('../img/suc/Icons/icon-belgium.png');
}
.selectCountry label.NLD {
	background-image: url('../img/suc/Icons/icon-netherlands.png');
}
.selectCountry label.LUX {
	background-image: url('../img/suc/Icons/icon-luxembourg.png');
}
.deleteLogo {
	padding: 2.5px;
	cursor: pointer;
}
.item-preview-holder {
	width: 100%;
	position: relative;
	display: block;
}
.item-preview-holder img {
	width: 100%;
}
.item-preview-holder #item-preview-logo {
	width: 62%;
	height: 32.5%;
	position: absolute;
	z-index: 1;
	top: 54.5%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
}
.item-preview-holder #item-preview-logo img {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: contain;
	object-fit: contain;
}
.Zebra_DatePicker_Icon_Wrapper {
	width: 100% !important;
}
.client-hidden {
	display: none;
}
.form-group {
	margin-bottom: 15px;
}
.ml {
	margin-left: 10px;
}
.deleted {
	opacity: 0.4;
}
.cake-debug-output {
	z-index: 100;
}
@-webkit-keyframes fadeOut {
    0% { opacity: 1;}
    100% { opacity: 0;}
}  
@keyframes fadeOut {
    0% { opacity: 1;}
    100% { opacity: 0;}
}
.message {
	padding: 5px;
	position: absolute;
	top: 59px;
	width: 100%;
	background-color: #ffcad4;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
    animation-delay: 3s;
}