/* 7-29-16 vehicle access form */
form.entitytype-fcs_digsafe_form-form {
	margin:.5em 0 2em 0;
	max-width:50em;
	background:#ece9d4;
	border-radius:5px;
	font-size:16px;
	font-size:1rem;
	padding:1em;
}

/* these classes are in the edit field of the form */
form.entitytype-fcs_digsafe_form-form h2 {
	color:#881c1c;
	font-weight:bold;
}

form.entitytype-fcs_digsafe_form-form label {
	display:inline-block;
	width:10em;
	padding-left:.5em;
}

form.entitytype-fcs_digsafe_form-form div.description {
	padding-left:12.5em;
	}

/* fieldset styles */
form.entitytype-fcs_digsafe_form-form fieldset {
	margin-top:1em;
}
form.entitytype-fcs_digsafe_form-form fieldset.i-certify-wrapper {
	margin-top:2em;
}
form.entitytype-fcs_digsafe_form-form fieldset.i-certify-wrapper legend {
	margin-bottom:1em;
}
form.entitytype-fcs_digsafe_form-form span.fieldset-legend {
    background: #881c1c;
    border-radius: 3px;
    color: white;
    padding: .5em;
	margin:.5em 0;
}
/* statement styles */
/* don't show labels statements 1 - 10 */
form.entitytype-fcs_digsafe_form-form div.field-widget-options-buttons label{
	display:none;
}
/* but show second statement labels */
form.entitytype-fcs_digsafe_form-form div.field-type-list-text label.option {
	display:inline;
	width:auto;
	padding:0;
}
/* don't show input button - all are required */
form.entitytype-fcs_digsafe_form-form div.field-type-list-text input {
	display:none;
}
form.entitytype-fcs_digsafe_form-form div.field-type-list-text label.option:before { 
    content: "\f069";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	font-size:1rem;
    text-decoration: inherit;
	padding-right: .5em;
	color:#881c1c;
}

/* expiration field styles */
form.entitytype-fcs_digsafe_form-form div.field-name-field-training-expires div.date-date {
	display:inline-block;
}
form.entitytype-fcs_digsafe_form-form input[type="submit"]{
    font-size: 1.5rem; 
	background:#71b2c9;
	border-radius:3px;
	padding:.5em;
}
/* the redirect url link shows as a result of url redirect module. remove it. */
form.entitytype-fcs_digsafe_form-form fieldset.redirect-list {
	display:none;
}

/* styles for the entity form > manage display > view */
div.entityform-fcs-digsafe-form {
	background:#eeeeee;
	padding:1em;
}
div.entityform-fcs-digsafe-form div.submitted {
	margin:.5em 0;
}
div.entityform-fcs-digsafe-form div.field {
	padding-top:.5em;
}
div.entityform-fcs-digsafe-form div.field-label {
	width:11em;
}
/* auto width for statements on submit date field label*/
div.entityform-fcs-digsafe-form div.field-name-field-statements-on-submit-date div.field-label {
	width:auto;
}


