html body .vsc-navigation-progress {
	background: #2da09a !important
}

html body .vsc-item-body,
html body .vsc-item-personaldata .vsc-item-content-group, html body .vsc-item-summary .vsc-item-content-group, html body .vsc-item-cancelation .vsc-item-content-group,
html body .vsc-item-personaldata .vsc-item-content, html body .vsc-item-summary .vsc-item-content, html body .vsc-item-cancelation .vsc-item-content {
	padding: 0 !important;
}

html body .vsc-item-body {
	margin-top: 40px;
}

.vsc-remote div {
	line-height: 1.5em !important;
}

#content-usr .vsc-element-input input::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
}
#content-usr .vsc-element-input input::-moz-placeholder { 
	color: #333;
	opacity: 1;
}
#content-usr .vsc-element-input input:-moz-placeholder { 
	color: #333;
	opacity: 1;
}
#content-usr .vsc-element-input input::-ms-input-placeholder { 
	color: #333;
	opacity: 1;
}
#content-usr .vsc-item-personaldata .vsc-item-content, #content-usr .vsc-item-personaldata .vsc-item-content-group,
#content-usr .vsc-item-head, #content-usr .vsc-item-roomtypes-content, #content-usr .vsc-navigation ul[id],
#content-usr .vsc-item .vsc-item-collapsed,
html body .vsc-item-personaldata .vsc-item-content-group, html body .vsc-item-summary .vsc-item-content-group, html body .vsc-item-cancelation .vsc-item-content-group,
html body .vsc-item-personaldata .vsc-item-content, html body .vsc-item-summary .vsc-item-content, html body .vsc-item-cancelation .vsc-item-content {
	background: #fff !important;
}
#content-usr .vsc-element-input, #content-usr .vsc-element-textarea, #content-usr .vsc-element-select {
	border: 1px solid #d9d9d9;
}
#content-usr #vri-container-868 a, #content-usr #vri-overlay .vri-container-868 a {
	color: #2da09a;
	text-decoration: none;
}
#content-usr #vri-container-868 a:hover, #content-usr #vri-overlay .vri-container-868 a:hover {
	color: #bb0615;
}
#content-usr .vsc-element-checkbox-label, #content-usr .vsc-item-personaldata .vsc-item-content-hoteldata .vsc-title,
#content-usr .vsc-item-summary .vsc-item-content-hoteldata .vsc-title, #content-usr .vsc-item-cancelation .vsc-item-content-hoteldata .vsc-title,
#content-usr .vsc-item-title, #content-usr .vsc-terms-cancelation-hint {
	font-weight: normal;
}

html body .vsc-button, html body .vsc a.vsc-button, html body .vsc-button-disabled:hover, html body .vsc a.vsc-button-disabled:hover {
	background: #2da09a !important;
}
html body .vsc-button:hover, html body .vsc a.vsc-button:hover {
	background: #227e79 !important;
}
html body .vsc-item-personaldata .vsc-item-content-hoteldata, html body .vsc-item-summary .vsc-item-content-hoteldata, html body .vsc-item-cancelation .vsc-item-content-hoteldata {
	width: 40% !important;
	max-width: 40% !important;
}
html body .vsc-item-personaldata .vsc-item-content-info, html body .vsc-item-summary .vsc-item-content-info, html body .vsc-item-cancelation .vsc-item-content-info, html body .vsc-item-personaldata .vsc-item-content-contact, html body .vsc-item-summary .vsc-item-content-contact, html body .vsc-item-cancelation .vsc-item-content-contact {
	width: 55% !important;
}

html body .vsc-item-personaldata .vsc-item-content-hoteldata-segment, html body .vsc-item-summary .vsc-item-content-hoteldata-segment, html body .vsc-item-cancelation .vsc-item-content-hoteldata-segment {
	background-image: linear-gradient(to bottom, #fff 0%, #f0e5d2 100%);
	-webkit-box-shadow: 0 0 8px 0px rgba(0,0,0,0.3);
	box-shadow: 0 0 8px 0px rgba(0,0,0,0.3);
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border: none !important;
	margin: 10px 0 40px 8px !important;
}

html body .vsc-item-head, html body .vsc-item-body, html body .vsc-item-collapsed {
	overflow: hidden !important;
}

@media (max-width: 992px) {
	html body .vsc-item-personaldata .vsc-item-content-hoteldata, html body .vsc-item-summary .vsc-item-content-hoteldata, html body .vsc-item-cancelation .vsc-item-content-hoteldata {
		width: 97% !important;
		max-width: 100% !important;
	}
	html body .vsc-item-personaldata .vsc-item-content-info, html body .vsc-item-summary .vsc-item-content-info, html body .vsc-item-cancelation .vsc-item-content-info, html body .vsc-item-personaldata .vsc-item-content-contact, html body .vsc-item-summary .vsc-item-content-contact, html body .vsc-item-cancelation .vsc-item-content-contact {
		width: 100% !important;
	}
	html body .vsc-item-personaldata .vsc-item-content-hoteldata-segment, html body .vsc-item-summary .vsc-item-content-hoteldata-segment, html body .vsc-item-cancelation .vsc-item-content-hoteldata-segment {
		background-image: linear-gradient(to bottom, #fff 0%, #f0e5d2 100%) !important;
	}
	.vsc-item-personaldata-hoteldata-payment-types {
		clear: both;
	}
}

