/*This css holds everything related to forms.*/

/* Form double line - search form and others */
.form fieldset {
	border: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

.form label {
	padding: 0;
	margin: 0;
	font-size: 11px;
	/*font-size: 12px;*/ /* for increasing text size */
	line-height: 1;
}

.form dl {
	margin: 0;
	padding: 0;
}

.form dt {
	margin: 0 0 3px 0;
	padding: 4px 0 2px 0;
}

.form dt.required {
	margin: 0 0 6px 0;
}

.form dl.formFieldInLine dt {
	float: left;
	padding: 7px 10px 0 0;
}

.form dt span {
	padding: 0 0 0 0;
	margin: 0;
	font-size: 11px;
	/*font-size: 12px;*/
	line-height: 1;
	/*background-color: red;*/
}

.form dt span.fieldDescription { /*background-color: orange;*/
	
}

.form dd { /*margin-bottom: 3px;
	vertical-align: middle;
	margin-left: 30px;*/
	margin: 0;
	/*padding: 0 0 12px 14px;*/
	padding: 0 0 6px 14px;
	/*border: 1px solid blue;*/
	/*background-color: purple;*/
}

.form dd:not(.richtext) span {
	margin: 0;
	padding: 0 0 2px 0;
	/*border: 1px solid blue;*/
	display: block;
}

.form dd.calendarx2 div {
	margin: 0;
	padding: 0 0 2px 0;
	/*border: 1px solid blue;*/
	display: inline-block;
}

.form dd.calendarx2 div label {
	padding: 0 3px 0 6px;
}

.form dd span label {
	padding: 0 0 0 2px;
	margin: 0;
	display: inline-block;
}

.form dd.radio span label {
	display: inline;
}

.form dd.calendarx2 span label {
	padding: 0 3px 0 6px;
}

.form dd br,.form dd span br {
	display: none;
}

.form dd.calendarx2 span input {
	margin: 0;
}

.form dl.formFieldInLine dd input {
	width: 240px;
}

.form .datepicker {
	width: 100px;
}

.form dd input { /*width: 90%;
	max-width: 90%;
	background-color: red;*/
	width: 80%;
	padding: 4px 9px;
	margin: 0 0 2px 0;
	border: 1px solid #ccc;
	/*min-height: 24px;*/
	font-size: 11px;
	/*font-size: 12px;*/
	line-height: 1.2em;
	-webkit-box-shadow: inset 1px 1px 1px #dfdfdf;
	box-shadow: inset 1px 1px 1px #dfdfdf;
}

.form dd textarea {
	width: 80%;
	padding: 0 9px;
	margin: 0 0 2px 0;
	border: 1px solid #CCCCCC;
	box-shadow: 1px 1px 1px #DFDFDF inset;
	font-size: 11px;
	/*font-size: 12px;*/
	max-width: 100%;
	min-height: 24px;
	/*overflow: visible !important;*/
	padding: 4px 1px 1px 5px;
}

.form dd input[type=checkbox],.form dd input[type=radio] {
	width: 15px;
	min-height: auto;
	line-height: 1;
	margin: 1px;
	padding: 0;
	border: none;
}

.form dd input[type=radio] {
	bottom: 0;
}

.form dd select { /*max-width: 700px;
	width: 90%;
	max-width: 90%;
	height: 20px;
	max-width: 90%;*/
	width: 80%;
	border: 1px solid #ccc;
	padding: 2px 2px 3px 9px;
	margin: 0 0 2px 0;
	font-size: 11px;
	/*font-size: 12px;*/
}

.form hr {
	border: none;
	border-top: 1px solid #99cfdc;
}

.form .required label {
	background: url("images/required-asterisk.png") no-repeat scroll 2px 4px
		transparent;
	font-weight: bold;
	padding: 4px 0 2px 12px;
}

.form .mandatory label {
	background: url("images/required-asterisk.png") no-repeat scroll 2px 4px
		transparent;
	font-weight: bold;
	padding: 4px 0 2px 12px;
}

.form .phrase label {
	padding: 4px 0 2px 12px;
}

.form .optional label {
	padding: 4px 0 2px 12px;
	width: 200%;
}

.form .required {
	background-color: #E5ECEF;
}

.form .mandatory {
	background-color: #B8DEEE;
}

.form .phrase {
	background-color: #B8DEEE;
}

.numberInput {
	min-width: 50px;
	max-width: 50px;
	width: 50%;
}

.ui-icon {
	display: inline-block !important;
	vertical-align: middle;
}

/* this class is applied to a button : */
.ui-datepicker-trigger {
	cursor: pointer;
	vertical-align: middle;
	min-width: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px !important;
	background: transparent !important;
	background-color: transparent !important;
	margin: 0 0 0 2px;
	/* ALIG - trying to get calendar icons not to wrap onto new line in narrow screens */
}

.ui-datepicker-trigger:focus,.ui-datepicker-trigger:active {
	border: 1px dotted black !important;
}

.newwinIcon {
	display: inline-block;
	margin: 3px 0 -3px 8px;
}

.twoColumns1 .newwinIcon,.twoColumns2 .newwinIcon {
	display: inline-block;
	margin: 3px 0 -3px 3px;
}

.productAccordionContent {
	padding: 0px 0 0 0 !important;
	margin: 0px 0 0 0 !important;
	border: none !important;
}

.actionsButton button { /*height: 13px;
	font-size: 9px; */
	/*font-size: 10px;*/
	
}

.extendIoForm textarea {
	border: 1px solid #CCCCCC;
	box-shadow: 1px 1px 1px #DFDFDF inset;
	font-size: 11px;
	/*font-size: 12px;*/ /* for increasing text size */
	min-height: 24px;
	overflow: visible !important;
	padding: 4px 1px 1px 5px;
	width: 70%;
}

.extendIoForm button.form-reset {
	padding: 0 11px 8px 25px;
	font-size: 11px;
	/*font-size: 12px;*/ /* for increasing text size */
}

.commentsRequired {
	background: url("images/required-asterisk.png") no-repeat scroll 10px
		4px transparent;
	font-weight: bold;
	padding: 4px 0 2px 21px;
	background-color: #E5ECEF;
}

.commentsOptional {
	background: none repeat scroll 0 0 transparent;
	font-weight: normal;
	padding: 4px 0 2px 21px;
}

/** Declarations **/
.declarationBlock {
	padding: 2px 0px 2px 0px;
	margin: 6px 0px 2px 0px;
}

.declarationBlock .required {
	background: url("images/required-asterisk.png") no-repeat scroll 5px 4px
		transparent;
	font-weight: bold;
	padding: 4px 0 2px 16px;
}

.declarationBlock .optional {
	padding: 4px 0 2px 16px;
}

.declarationBlock .mandatory {
	background: url("images/required-asterisk.png") no-repeat scroll 5px 4px
		transparent;
	font-weight: bold;
	padding: 4px 0 2px 16px;
}

.declarationBlock .phrase {
	padding: 4px 0 2px 16px;
}

.declarationBlock div {
	font-size: 11px;
	/*font-size: 12px;*/ /* for increasing text size */
}

.optionalDeclarationBlock {
	background-color: transparent;
	border: 1px solid #dddddd;
}

.unusedDeclarationStatement {
	color:gray;
}

.requiredDeclarationBlock {
	background-color: #E5ECEF;
	border: none;
}

.mandatoryDeclarationBlock {
	background-color: #B8DEEE;
	border: none;
}

.phraseDeclarationBlock {
	background-color: #B8DEEE;
	border: none;
}

.declarationBlock ol {
	margin: 4px 0;
}

.declarationBlock li {
	margin: 4px 0 0 0;
}

.declarationCheckbox {
	vertical-align: top;
	width: 20px;
	float: left;
}

.statementInLineInput {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	/*font-size: 11px;*/
	max-width: 50%;
}

.selectAll {
	font-style: italic;
	line-height: 1.9;
}

.selectAll input[type=checkbox] {
	top: 3px;
}

.footnotesBlock dd {
	margin-top: 0px;
}

.footnotesBlock dt {
	font-weight: bold;
	padding-top: 5px;
	margin-top: 0px;
}

.footnotesBlock dt:after {
	content: none;
}

.footnotesBlock ol {
	padding-left: 0px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	margin-top: 0px;
}

.footnoteTranslation:before {
	content : " / ";
	color: black;
}

#restoreArchivedForm textarea {
	width: 100%;
}

#addSSNsForm textarea {
	width: 60%;
}

#auditCertificateForm textarea {
	width: 100%;
}

#SSNViewValue {
	
}

#SSNViewEnteredDate {

}

.template-filter-form {
	margin: 0 0 10px 0;
	padding: 5px 5px 10px 5px;
	font-size: 11px;
	width: 673px;
	background-color: #E5ECEF;
}

.template-filter-form select {
	width: 200px;
}

.template-filter-form .required {
	background: url("images/required-asterisk.png") no-repeat scroll 5px 4px
		transparent;
	font-weight: bold;
	padding: 4px 0 2px 16px;
}

.supportingDocumentReferenceTable textarea {
	width: 90%;
	padding: 4px 1px 1px 5px;
	min-height: 24px;
	overflow: visible !important;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 1px 1px 1px #dfdfdf;
	box-shadow: inset 1px 1px 1px #dfdfdf;
	font-size: 11px;
}

.supportingDocumentReferenceTable .required {
	background: url("images/required-asterisk.png") no-repeat scroll 5px 4px
		transparent;
	padding: 4px 0 2px 16px;
	background-color: #E5ECEF;
}

.supportingDocumentReferenceTable .optional {
	
}

.hidden {
	display: none;
}