form h3
{
    margin: -1rem auto 3rem !important;
    text-align: center;
    color: #006d86;
    font-weight: normal;
    font-size: 2.5rem !important;
}

.error-notice
{
	text-align: center;
	display: none;
}

.error-notice .red
{
	text-transform: uppercase;
	color: red;
	font-weight: bold;
}

.uploading-icon 
{
	max-width: 200px !important;
	border-radius: 15px;
}

.cl-vehicle-handover-form
{
	max-width: 600px;
	margin: auto;
}

.cl-vehicle-handover-form #step2,
.cl-vehicle-handover-form #step3
{
	display: none;
}

.cl-vehicle-handover-form label
{
	font-size: 2rem;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.cl-vehicle-handover-form label span
{
	position: absolute;
	top: 2px;
}


.cl-vehicle-handover-form .form-box
{
	width: 100%;
	padding: 15px 20px;
	background-color: #006d86;
	margin-bottom: 15px;
	border-radius: 15px;
	color: #ffffff;
}

.cl-vehicle-handover-form .form-box-optional
{
	background-color:  rgba(0,109,134, 0.50); 
}

.cl-vehicle-handover-form #form-box-more-images
{
	display: none;
}

.cl-vehicle-handover-form .form-box-error
{
	background-color: red;
}

.cl-vehicle-handover-form .form-box input,
.cl-vehicle-handover-form .form-box textarea,
.cl-vehicle-handover-form .step-button
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: none;
	border-radius: 15px;
	padding: 0px 5px;
}

.cl-vehicle-handover-form .form-box textarea
{
	height: 200px;
}

.cl-vehicle-handover-form #form-box-hashtags textarea
{
	height: 100px;
}


.cl-vehicle-handover-form .form-box input[type=text]
{
	line-height: 40px;
}

.cl-vehicle-handover-form .form-box input[type=checkbox]
{
	width: 25px;
	height: 25px;
	padding-top: 5px;
	margin-right: 10px;
	margin-top: 2px;
}

.cl-vehicle-handover-form .form-box input[type=submit],
.cl-vehicle-handover-form .step-button
{
	background-color: transparent !important;
	color: #ffffff !important;
	text-align: center;
	cursor: pointer;
}

#loginform input[type=text],
#loginform input[type=password]
{
	border-radius: 15px;
	border: none !important;
}

.list-handovers .box
{
	background-color: #ffffff;
	border-radius: 15px;
	padding: 10px 15px;
	display: block;
	margin-bottom: 30px;
	position: relative;
}

.list-handovers .box a
{
	display: block;
}

.list-handovers .box.draft
{
	opacity: 0.5;
}

.list-handovers .box.draft:after
{
	content: 'noch nicht freigegeben';
	position: absolute;
	background-color: #006d86;
	color: #ffffff;
	padding: 2px 5px;
	right: -10px;
	top: -15px;
	border-radius: 5px;
	font-size: 13px;
}

.list-handovers .client-confirmations
{
	font-size: 12px;
	font-style: italic;
	padding-top: 15px;
}

.clear-link 
{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
  	display: inline-block;
  	width: 100%;
  	cursor: pointer;
}

.percent span
{
	display: block;
	height: 30px;
	line-height: 30px;
	background-color: #006d86;
}