/* 7-29-16 vehicle access form */
form.entitytype-fcs_vehicle_access_form-form {
	margin:.5em 0 2em 0;
	max-width:50em;
	background:#ece9d4;
	border-radius:5px;
	font-size:16px;
	font-size:1rem;
	padding-top:1em;
	padding-left:1em;
}
form.entitytype-fcs_vehicle_access_form-form label {
	display:inline-block;
	width:9em;
	padding-left:.5em;
}

/* fieldset styles */
form.entitytype-fcs_vehicle_access_form-form fieldset {
	margin-top:1em;
}
form.entitytype-fcs_vehicle_access_form-form span.fieldset-legend {
    background: #881c1c;
    border-radius: 3px;
    color: white;
    padding: .5em;
	margin:.5em 0;
}

form.entitytype-fcs_vehicle_access_form-form div.field-name-field-parking-duration span.fieldset-legend {
	background:none;
	color: #333333;
	font-weight:bold;
}
form.entitytype-fcs_vehicle_access_form-form div.field-name-field-parking-duration div.fieldset-wrapper {
	margin-left: .5em;
}
form.entitytype-fcs_vehicle_access_form-form div.field-name-field-parking-duration  label {
	font-weight:normal;
}
/* this affects the To in from/to */
form.entitytype-fcs_vehicle_access_form-form div.field-name-field-parking-duration label {
	display:block;
	width:auto;
	background:none;
	border-radius:0;
	padding-left:0;
}
form.entitytype-fcs_vehicle_access_form-form div.field-name-field-parking-duration div.date-padding {
	padding:5px 0 0 0;
}

form.entitytype-fcs_vehicle_access_form-form div.form-radios {
	margin-left: 1em;
}
form.entitytype-fcs_vehicle_access_form-form div.form-textarea-wrapper {
	margin-right:5em;
}

/* status field style */
form.entitytype-fcs_vehicle_access_form-form div.field-name-field-fcs-permit-status label {
	background:#003b5c;
	color:white;
}
form.entitytype-fcs_vehicle_access_form-form div.field-name-field-fcs-permit-status label.option {
	background:none;
	color:#881c1c;
	font-weight:bold;
}

form.entitytype-fcs_vehicle_access_form-form input[type="submit"]{
    font-size: 1.5rem; 
	background:#71b2c9;
	border-radius:3px;
	padding:.5em;
	margin-bottom:1em;
}
/* the redirect url link shows as a result of url redirect module. remove it. */
form.entitytype-fcs_vehicle_access_form-form fieldset.redirect-list {
	display:none;
}

/* get view styles from interrupt-form.css  */


