.formHeader{
	display:inline-block;
	width:100%;
	position:relative;
}

.formHeader div{
	float:left;
	padding-right:15px;
}

.formHeader .form-fieldset{
	/*width:236px;*/
}

.formHeader img{
	border-width: 0px;
	border-style: none;
	position:absolute;
	bottom:0px;
}

.formHeader img.pdf{
	float: right;
	position: relative;
}

.form-note{
	width:98%;
	color: #53565A;   /* Dark Gray */
	font-style: italic;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
}

input[readonly] {
	border: 1px solid #97999B;	/* Medium Gray */
	background-color: #D9D9D6;   /* Light Gray */
}

.indexed-fieldset{
	position:relative;
	padding:5px;
	margin:10px;
	border-color:#D9D9D6;
	border-style:solid;
	border-width:1px;
}

.section-divider{
	position:relative;
	padding:5px;
	margin:10px;
	border-color:#D9D9D6;
	border-style:solid;
	border-width:1px;
}


.nowrap{
    white-space: nowrap;
}

.error {
	color: #A6192E;   /* Red */
	position: relative;
    font-weight: bold;
    margin-left:20px;
    display: block;
}

.error:before{
    content: '';
    display: block;
    height: 30px;  /*height of icon */
    width: 30px;  /*width of icon */
    position: absolute;
      /*where to replace the icon */
    top: 0px;
    left: -20px;
      /*background */
    background: url("images/RedAlertButton.svg") no-repeat 0px 0px;
    background-size: 12px 18px;
}

div.error{
	margin-bottom:10px;
	text-align:center;
}

.mini img {
	height: 10px;
	width: 10px;	
}

.alert {
	display:inline-block;
}

.toolTipWrapper {
	z-index:24; 
	position:absolute;
	display:inline-block;
}

.toolTipMid{
	position:relative;
	padding:4px;
	border-width:1px;
	border-style:solid;
	background-color: #F5E1A4;	/* Extended Accent Cream */
	white-space:nowrap !important;
	overflow: visible;
	color:black;	/* Black */
}

.record-break-line {
     border-bottom: 1px solid #D9D9D6;	/* Light Gray */
     padding-top: 0.5em;
     padding-bottom: 0.5em;
     padding-left:100px;
	 padding-right:100px;
}	


.warning {
	color: #A6192E;	/* Red */
	font-weight:bold;
}

strong.required {
	color: #A6192E;   /* Red */
	vertical-align:top;	
}

th strong.required, th>span strong.required {
	color: #FFFFFF;	/* White - match others in column heading */
}

.text-area-style {
	font-family:helvetica, sans-serif;
	font-size:small;
	width: 380px;
}

.text-area-style-2 {
	font-family:helvetica, sans-serif;
	font-size:small;
	width: 280px;
}

.width-250-style {
	font-family: Calibri, Arial, helvetica, sans-serif;
	font-size:small;
	width: 250px;
}

.numberOnly {}

select > option {
    background-color: #D9D9D6;	/* Light Gray */
    color: black !important;	/* Black */
    font-weight:bold;
}
