  /* CSS For Data Request Form */

div.requestForm {
	max-width:900px;
}

div.requestForm form > p {
	margin-left:15px;
	margin-right:15px;
}

div.requestForm form > div.inset {
	margin-left:15px;
	margin-right:15px;
}

div.requestForm em.required {
	color:#AD1700;
}

div.requestForm h2 {
	background-color:#ddd;
	padding:15px;
	
	font-size:16px;
	
	border:0px solid #aaa;
	border-bottom-width:1px;
}

div.requestForm h3 {
	padding-left:15px;
	font-size:16px;
}

div.requestForm div.inset h3 {
	padding-left:0px;
	font-size:16px;
}

div.requestForm ol {
	list-style-type:none;
}

div.requestForm li.spacer {
	margin-top: 20px;
}

div.requestForm fieldset.values {
	margin-left:210px;
}

div.requestForm label {
	font-weight:normal;
}

div.requestForm ol.labelvalue label {
	display:inline-block;
	width:200px;
}

div.requestForm ol.labelvalue fieldset label {
	display:inline-block;
	width:400px;
}

div.requestForm fieldset {
	margin:0px;
}

div.requestForm fieldset legend {
	display:none;
}

div.requestForm .status.valid {
	color:green;
}
div.requestForm .status.invalid {
	color:#AD1700;
}

div.requestForm table {
	width:90%;
}

div.requestForm table td:not(:last-child) {
	border-right: 1px solid #8D8D8D;
}

div.requestForm tr.hidden,
div.requestForm div.hidden,
div.requestForm input.hidden {
	display:none;
}

div.requestForm input.spacer {
	margin-top:10px;
	margin-bottom:20px;
}

div.requestForm tr.skyblue,
div.requestForm li.skyblue {
	display:none;
}

div.requestForm td:first-child {
	width:200px;
	padding-left:15px;
	margin-left:0px;
}

div.requestForm tr.spacer td {
	padding-top:30px;
}
div.requestForm td {
	background-color:white;
	border-top-width:0px;
}
div.requestForm tr:hover td {
	background-color:inherit;
}

div.requestForm td span {
	color:#666;
}	

div.requestForm input[type=text],
div.requestForm select {
	width:75%;
}

div.requestForm li.hasnote {
	display:flex;
	align-items:flex-start;
}

div.requestForm li div {
	width:75%;
	display:inline-block;
}

div.requestForm li div input[type=text] {
	width:100%;
}

div.requestForm fieldset.values li input[type=text] {
	margin-left:25px;
}

@media (min-width:992px)	{
	div.requestForm ol li textarea {
		margin-left:200px;
	}
}

div.requestForm textarea {
	resize:vertical;
	width:75%;
	height:200px;
}

div.requestForm textarea.full {
	width:100%;
}

div.requestForm ul:not(.normal) {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.requestForm li input[type=radio],
div.requestForm li input[type=checkbox] {
	margin-right:10px;
}

div.requestForm ul.level2 {
	margin-left:30px;
}

div.requestForm input.requestdate {
	width:110px;
}

div.requestForm tr.terms input {
	float:left;
	margin-top:5px;
	margin-right:15px;
}
div.requestForm tr.terms label {
	display:block;
	float:left;
	width:calc(75% - 30px);
	width:-webkit-calc(75% - 30px);
}

div.requestForm label.hang {
	text-indent:-28px;
	padding-left:28px;
}

div.requestForm li.spacer {
	margin-top:10px;
}

div.requestForm span.fixwidth {
	display:inline-block;
	width:200px;
}

.hover_bkgr_fricc {
	background:rgba(0,0,0,.4);
	cursor:pointer;
	display:none;
	height:100%;
	position:fixed;
	text-align:center;	
	top:0;
	width:100%;
	z-index:10000;
}

.hover_bkgr_fricc div.content {
	text-align:left;
}

.hover_bkgr_fricc .helper {
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.hover_bkgr_fricc > div {
	background-color: #fff;
	box-shadow: 10px 10px 60px #555;
	display: inline-block;

	height: auto;
	max-width: 551px;
	min-height: 100px;
	vertical-align: middle;

	width: 60%;
	position: relative;
	border-radius: 8px;
	padding: 15px 5%;
}

.popupCloseButton {
	background-color: #fff;
	border: 3px solid #999;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 25px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
}
.popupCloseButton:hover {
	background-color: #ccc;
}

