/* here you can put your own css to customize and override the theme */

/*
Change width and float in nestable items
*/
.vehicleImg .dd-item,
.vehicleImg .dd-empty,
.vehicleImg .dd-placeholder { 
	width: 250px;
	float:left; 
	margin-right:5px;
}
.vehicleImg .dd-item .dd-handle {
	height: 85px;
}
.dd-handle-right {
	display: block; 
	margin: 5px 0;
	height: 85px;
	padding: 5px 10px; 
	color: #333; 
	text-decoration: none; 
	font-weight: 400; 
	border: 1px solid #ccc;
	border-left: 0px;
    background: #fafafa;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; 
    -moz-box-sizing: border-box;
}

/***
No image column in car list
***/
.car-image-empty {
	width: 100px;
	height: 75px;
}

.car-image-empty > i {
	font-size:46px;
	line-height:75px;
}

.errorMessage, .errorSummary {
	color: #FF0000;
}

/*
 * logo top correction
 */
.logo-default {
	margin: 5px 0 0 0 !important;
}

/*
 * Vehicle images overlay
 */

/* Main container */
.overlay-image {
	position: relative;
	width: 100%;
}

/* Original text overlay */
.overlay-image .text {
	color: #fff;
	font-size: 30px;
	line-height: 1.5em;
	text-shadow: 2px 2px 2px #FF0000;
	text-align: center;
	position: absolute;
	/* vertikal
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	*/
	width: 100%;

	/* Anfang: schräg */
	top: 20%;
	transform: rotate(-25deg); /* W3C */
	/* Ende: schräg */
}

.radio {
	padding-top: 0px !important
}