.marginTop15 {
    margin-top: 1.5rem;
}

/* containers */
.list_1cols {
	margin-top: 3rem;
}

.clientForm {
	position: relative;
	width: 100%;
	height: 850px;
}
.clientForm label.error {color: #ff1f1f;}

#step1, #step2, #step3 {
	position: absolute;
    width: 100%;
    padding: 6px;
}
#step2 , #step3 {
    display: none;
}
#step1 .row {margin-bottom: 0.8rem;}

.payment {display: none;}

.dir.prev, .dir.next, #submit {
	cursor: pointer;
	padding: 6px 16px;
	min-width: 150px;
	text-align: center;
	background-color: #4CB2D0;
	color: #fff;
	border: none;
	height: 40px;
}
.dir.prev {
	margin-right: 1rem;
}

/* User List */
.tx-zhdt .row {
	margin-bottom: 2rem;
}
.tx-zhdt .column {
	padding: 0;
}
.clientUpdateForm .column {
	padding: 4px;
}
.tx-zhdt label {
	line-height: 21px;
}
.tx-zhdt table th {font-size: 14px !important;}
.tx-zhdt table td {font-family: Verdana; font-size: 12px !important;}
.tx-zhdt table {
	border-collapse: collapse;
  	border-spacing: 0px;
}
.registTab.table .span .cell {
	padding: 7px 0px;
}

.registTab .tabLink a {float: right;}

.tx-zhdt .tabLink a, .tx-zhdt .tabLink a:visited {
	background-color: #777dfc;
	color: #fff;
	padding: 8px;
}
.tx-zhdt .tabLink a:hover {
	background-color: #aaadf2;
	color: #fff;
}

#listForm, .moneyTab, .registTab, .newTab {
	width: 100%;
}
.moneyTab th, .moneyTab td {
	width: 50%;
}
table.formData {
	border-collapse: separate;
	border-spacing: 0;
	width: 670px;
}

table.formData td {
	vertical-align: middle;
	border: 0;
	line-height: 18px;
	padding: 6px 10px;
}
.tx-zhdt button {
	background-color: #777dfc;
	border: 1px solid #000;
	color: #fff;
	padding: 8px;
}
.tx-zhdt .excelList button {
	width: 300px;
}
.excelList {
	float: right;
	overflow: hidden;
	width: 100%;
	text-align: right;
}
.smallText {
	width: 100%;
	display: inline-block;
	text-align: right;
}

.inserateContainer {
	margin: 4rem 0;
}
.inserateContainer .frame-type-image {
	margin-bottom: 2.5rem;
	height: 478px;
}
.inserateContainer h3 {
	font-size: 20px;
}
label small {
	text-transform: none;
	color: #676767;
}
a.backLink {
	padding: 8px 16px !important;
	width: 210px;
	display: block;
	text-align: center;
	float: right;
}
.floatedSpans {
	overflow: hidden;
	margin-bottom: 4px;
}
.floatedSpans span {
	float: left;
	width: 30%;
	margin-right: 12px;
}


/* Login */
.loginForm {
	max-width: 360px;
	width: 100%;
	margin-bottom: 2rem;
}
.loginForm label  {
	font-size: 16px;
	margin-bottom: 4px;
	color: #ffffff;
}
.loginForm .logniSubmit {
	font-size: 16px;
	background-color: #dddddd;
	color: #333;
	padding: 6px 10px;
	border: 1px solid;
	border-radius: 4px;
}
.sendcreditSubmit {
	font-size: 16px;
	background-color: #dddddd;
	color: #333;
	padding: 6px 10px;
	border: 1px solid;
	border-radius: 4px;
}
.clientUpdateForm label, .clientUpdateForm input, .clientUpdateForm p {
	font-family: Arial, Helvetica, sans-serif;
}
.clientUpdateSubmit {
	padding: 6px 16px;
	min-width: 310px;
	text-align: center;
	background-color: #4CB2D0;
	color: #fff;
	border: none;
	height: 40px;
	width: 210px;
	border: 1px solid #000;
}
.clientUpdateSubmit.warning {
	background-color: #EA0000;
}

.typo3-messages {
	list-style: none;
	margin-left: 0;
}