.booking-header {
	border-bottom: 1px solid #f0f0f0;
	background-color: #e5ded0;
	padding: 20px 40px;
	font-size: 26px;
	color: #3d3426;
	font-weight:bold;
}

.body-container {
	background-color: #f8f6f2;
	font-family: 'Roboto', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	margin: 0;
	padding: 0 1.0rem 1.0rem 1.0rem;
	background-size: cover;
	flex-direction: column;
}

.upper-container {
	background-color: #e5ded0;
	border-radius: 0px;
	overflow: hidden;
	width: 1060px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-container {
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	width: 600px;
	max-width: 100%;
	margin: 1.0rem;
}

.subheader {
	border-top: 1px solid #f0f0f0;
	padding: 20px 0px 20px 0px;
	font-size: 22px;
	color: #3d3426;
	font-weight:bold;
}

.subheader table {
    width: 100%;
}

#sum-nights {
	padding: 0px 20px;
    font-size:18px;
    font-weight:normal;
}

#add-person {
	padding: 0px 20px;
    font-size:18px;
    font-weight:normal;
}

#discount {
	padding: 0px 20px;
    font-size:18px;
    font-weight:normal;
}


#kurtaxe {
	padding: 0px 20px;
    font-size:18px;
    font-weight:normal;
}

#vat-var {
	color: rgb(78, 78, 78);
	padding: 0px 20px;
    font-size:18px;
    font-weight:normal;
}

#cleaning {
	padding: 0px 20px;
    font-size:18px;
    font-weight:normal;
}

#booking-period {
	font-size: 18px;
	margin-top:5px;
	color:#444444"
}

.subheader table.total {
    border-top: 1px solid #000;
	border-radius: 0px;
	padding: 10px 5px;
    font-size:18px;
    font-weight:bold;
}

.subheader table:last-child.total {
	
	border: none;
}

tr td:last-child {
    width: 1%;
    white-space: nowrap;
}

input[type="radio"]{
	display: none;
}
.form-radio label {
	position: relative;
	width: 20px;
	color: #b2a285;
	border: 2px solid #b2a285;
	border-radius: 5px;
	padding: 10px 20px;
	margin: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
input[type="radio"]:checked + label{
	background-color: #b2a285;
	color: #fff;
}

.form {
	padding: 30px 40px;	
}

.form-control {
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative;
}

#first-name {
	border: 2px solid #f0f0f0;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	padding: 10px;
	width: 100%;
	color:#000;
}

#last-name {
	border: 2px solid #f0f0f0;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	padding: 10px;
	width: 100%;
	color:#000;
}

#email {
	border: 2px solid #f0f0f0;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	padding: 10px;
	width: 100%;
	color:#000;
}

#phone {
	border: 2px solid #f0f0f0;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	padding: 10px;
	width: 100%;
	color:#000;
}

.form-radio {

	margin-bottom: 10px;
	padding-bottom: 20px;
}

.form-control input:focus {
	outline: 0;
	border-color: #777;
}

.form-control.success input {
	border-color: #2ecc71;
}

.form-control.error input {
	border-color: #e74c3c;
}

.form-control.unset input {
	border-color: #f0f0f0;
}

.form-control.error small {
	visibility: visible;
}

.form-control small {
	color: #e74c3c;
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
}

.form button {
	background-color: #b2a285;
	border: 2px solid #b2a285;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 10px;
	margin-top: 20px;
	width: 90%;
}

@media only screen and (max-width: 768px) {

	#sum-nights {
		font-size:14px;
	}

	#add-person {
		font-size:14px;
	}
	
	#discount {
		font-size:14px;
	}
	
	#kurtaxe {
		font-size:14px;
	}
	
	#vat-var {
		font-size:14px;
	}
	
	#cleaning {
		font-size:14px;
	}

	#table-header{
		font-size:14px;
	}
}