/* Base layout styles */
html, body {
	height: 100% !important;
}

.PSA-konfig {
	height: 100% !important;
}

/* Background styles */
.compact .subsite {
	height: 1100px !important;
	padding-top: 20px !important;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/KonfigBack.jpg");
}

.touch .subsite {
	height: 100% !important;
	padding-top: 20px !important;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/KonfigBackTouch.jpg");
}

/* Wrapper styles */
.PSA-konfig .wrapper {
	padding-top: 0;
	margin-top: 100px;
	height: calc(100% - 170px) !important;
	position: relative;
}

/* CWT Device styles */
.KonfCWT {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	min-height: inherit;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100% !important;
	width: 37%;
}

/* CWT Device layers */
#KonfCWTGray {
	z-index: 100;
	background-image: url("../images/S5_grau_neutral.png");
}

#KonfCWTBlue {
	z-index: 110;
	background-image: url("../images/S5_blau_neutral.png");
	display: none;
}

#KonfCWTDisplayBW {
	z-index: 120;
	background-image: url("../images/KonfCWTDisplayBW.png");
}

#KonfCWTKeyboard {
	z-index: 130;
	background-image: url("../images/KonfCWTKeyboard.png");
	display: none;
}

#KonfCWTTophat360 {
	z-index: 135;
	background-image: url("../images/S5_Solarpanel.png");
	display: none;
}

#KonfCWTTophat {
	z-index: 140;
	background-image: url("../images/S5_Tophat.png");
	display: none;
}

#KonfCWTEMV1 {
	z-index: 150;
	background-image: url("../images/S5_Cip-PIN.png");
	display: none;
}

#KonfCWTEMV2 {
    z-index: 160;
    background-image: url(../images/S5_Kontaktlos.png);
    display: none;
    width: 93px;
    position: relative;
    top: 22rem;
	left: 4.1rem;
}

#KonfCWTEMV3 {
	z-index: 170;
	background-image: url("../images/S5_Cip-PIN.png");
	display: none;
}

#KonfCWTnoCoins {
	z-index: 180;
	background-image: url("../images/S5_Muenzschlitz.png");
	display: none;
}

#KonfCWTTicket {
	display: none;
	background-image: url("../images/KonfCWTTicket.png");
}

/* Touch device styles */
#KonfTouchGray {
	z-index: 100;
	background-image: url("../images/KonfTouchGray.png");
}

#KonfTouchBlue {
	z-index: 110;
	background-image: url("../images/KonfTouchBlue.png");
	display: none;
}

#KonfTouchTophat360 {
	z-index: 135;
	background-image: url("../images/S5_Solarpanel.png");
}

#KonfTouchTophat {
	z-index: 140;
	background-image: url("../images/S5_Tophat.png");
}

#KonfTouchTicket {
	top: 12.5rem;
    z-index: 120;
    background-image: url(../images/KonfTouchTicket.png);
    width: 30% !important;
    height: 55% !important;
    position: relative;
	display: none;
}

#KonfTouchCoins {
	z-index: 180;
	background-image: url("../images/S5_Muenzschlitz.png");
	display: none;
}
#KonfTouchTicketNone {
	z-index: 120;
	background-image: url(../images/S5_Drucker-none.png);
	display: none;
}
#KonfTouchTicketNone {
    height: 35px !important;
    width: 70px !important;
    position: absolute;
    z-index: 190;
    right: 0rem !important;
    top: 28.5rem !important;
    left: 9rem;
}

#KonfTouchCHIP {
	z-index: 150;
	background-image: url("../images/KonfTouchCHIP.png");
	display: none;
}

#KonfTouchPIN {
	z-index: 160;
	background-image: url("../images/S5_Cip-PIN.png");
	display: none;
}

#KonfTouchRFID {
	z-index: 170;
	background-image: url("../images/KonfTouchRFID.png");
}

/* Controls panel */
.KonfControls {
	position: absolute;
	top: 0;
	right: 0;
	width: 63%;
	z-index: 500;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 12px;
}

/* Form styles */
.step {
	letter-spacing: 0px;
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	margin-top: 11px;
	margin-right: 10px;
	color: #777;
	float: right;
}

/* Hidden sections */
#otherlang,
#RAL,
#EMV,
#set2,
#set3,
#set4,
#set5,
#set6 {
	display: none;
}

/* Form layout */
.PSA-konfig form {
	margin: 0;
	position: relative;
}

.PSA-konfig fieldset {
	margin: 0;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #f9f9f9;
	border-radius: 8px;
}

.PSA-konfig fieldset a.button {
	margin-top: 20px;
	transition: all 0.3s ease;
}

.PSA-konfig ol {
	margin-bottom: 20px;
	list-style: none;
}

/* Typography */
.PSA-konfig h2 {
	letter-spacing: 0px;
	margin-bottom: 25px;
	color: #003366;
	font-size: 28px;
}

.PSA-konfig h4 {
	color: #8d8d8d;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 2px solid #f0f0f0;
}

/* Text input styles */
ol.textinput {
	margin-left: 0;
	margin-bottom: 20px;
}

ol.textinput span {
	margin-left: 0 !important;
}

ol.textinput li {
	padding-top: 8px !important;
}

ol.textinput label {
	width: 130px !important;
	font-weight: 400;
}

.PSA-konfig li {
	padding-top: 8px !important;
	margin-bottom: 4px;
}

.PSA-konfig input[type=text] {
	width: 250px !important;
	padding: 8px 12px !important;
	margin-left: 20px !important;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	transition: all 0.3s ease;
}

ol.textinput input[type=text] {
	margin-left: 0 !important;
}

/* Radio button styles */
.PSA-konfig input[type=radio] {
	margin-right: 8px;
}

/* Submit button styles */
#KonfSubmit {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-shadow: black 1px 1px 1px;
	border: 0 none;
	background: #003366;
	border-radius: 2px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding: 9px 12px 10px 12px;
	text-indent: 0;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 15px;
	transition: all 0.3s ease;
}

#KonfSubmit:hover {
	background: #777;
}

/* Form validation styles */
ol.textinput em {
	font-style: normal;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

input.invalid,
textarea.invalid {
	border-color: #a10000;
}

input.valid,
textarea.valid {
	border-color: #00ff00;
}

.blad {
	color: #a10000;
}

.ok {
	color: #00823e ;
}
.komunikat .blad {
	color: #a10000;
}