form.entitytype-esu_notification-form {
	margin:.5em 0 2em 0;
	max-width:50em;
	background:#ece9d4;
	border-radius:5px;	
	padding-top:1em;
	padding-left:1em;
}
form.entitytype-esu_notification-form label {
	display:inline-block;
	width:11em;
	font-weight:bold;
}
form.entitytype-esu_notification-form div.field-name-field-esu-dates label{
	display:block;	
	background:none;
}

/* fieldset styles */
form.entitytype-esu_notification-form span.fieldset-legend a {
    color: #333333;
	padding:.5em;
    border:none;
	font-size:1.5rem;
	font-weight:bold;
}
form.entitytype-esu_notification-form fieldset.collapsed {
	margin:1em 0;
}
/* end fieldset */

form.entitytype-esu_notification-form input[type='radio'] { 
	transform: scale(1.25);
	margin-left:1em;
}

form.entitytype-esu_notification-form input.field-add-more-submit[type="submit"] {
	background:#003b5c;
	color: #ffffff;
	font-size:1rem;	
	font-weight:normal;
}
form.entitytype-esu_notification-form div.field-name-field-esu-dates a.tabledrag-toggle-weight {
	display:none; /* remove show weights */
}

form.entitytype-esu_notification-form div.form-type-radios label {
	margin-left: 0;
    width: auto;
    margin-right: 2em;
}
form.entitytype-esu_notification-form label.option {
	background:none;
}

/* paragraphs styles */
form.entitytype-esu_notification-form div.field-name-field-esu-asbestos-details th.field-label {
	background: rgba(91,127,149,.5);
	padding:.5em;
}
/* selector matchs paragraph-bundle-title when it's at any position */
form.entitytype-esu_notification-form tr.paragraphs-item-type-asbestos-details div[id*="paragraph-bundle-title"] {
	display:none;	
}
/* end para */

form.entitytype-esu_notification-form div#edit-actions input.form-submit {
   font-size: 2rem;
    font-weight: normal;
	background: #881c1c;
	color:#ffffff;
    border-radius: 3px;
    margin-bottom: 1em;
}

body.page-eform-submit-esu-notification div.messages {
	color: #000000;
	background-color: #FFCCCC;
}

/* the redirect url link shows as a result of url redirect module. remove it. */
form.entitytype-esu_notification-form fieldset.redirect-list {
	display:none;
}

