/**
 * Reservation
 */
#content .reservation {
	background: #f2f2f2;
}

#content .reservation h3 {
	margin-bottom: 0;
}

#content .reservation h3.left {
	margin-right: 4px;
}

#content .reservation .variants {
	background: #e5e5e5;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 19px;
	margin: 0;
}

#content .reservation .variants .selected {
	color: #000 !important;
}

#content .reservation .container {
	padding: 7px 19px;
}

#content .reservation .container_form .columns {
	margin-bottom: 7px;
}

#content .reservation .container_form .column {
	padding-right: 20px;
	width: 200px;
}

#content .reservation .container_form .date_fields {
	width: 220px;
}

#content .reservation .container_form .extra_service {
	width: 220px;
}

#content .reservation .container_form .submit input {
	margin-right: 13px;
}

#content .reservation .container_form .studio select {
	width: 84%;
}

#content .reservation .container_file .column {
	padding-right: 3%;
	width: 48%;
}

#content .reservation .container_file .column_last {
	width: 49%;
}

#content .reservation .container_file .file_panel {
	border: 1px solid #d9d9d9;
	margin-top: .75em;
	padding: 12px 12px 0;
}

#content .reservation .container_file .file {
	float: left;
	position: relative;
	width: 50%;
}

#content .reservation .container_file .file p {
	min-height: 50px;
	padding-left: 57px;
}


/**
 * Periods
 */
#content .reservation .period_links {
	float: left;
	position: relative;
	width: 39px;
}

#content .reservation .period_links select {
	width: 46px;
}

#content .reservation .row {
	margin-bottom: 7px;
}

#content .reservation .row .label {
	margin-bottom: 0;
}

#content .reservation .row .field {
	line-height: 2;
}

#content .reservation .extra_service .row {
	margin-bottom: 13px;
}

#content .reservation .extra_service .field {
	font-size: 86%;
	line-height: 1.6;
}

#content .reservation .extra_service .field input {
	margin: 0 .5em 0 0;
	padding: 0;
	position: relative;
	top: 0;
}

#content .reservation .periods {
	clear: left;
	position: relative;
}

#content .reservation textarea {
	height: 170px;
}

#content .manage_period dt .pseudo {
	color: #f00;
}