/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
       url('../fonts/open-sans-v15-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
       url('../fonts/open-sans-v15-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
       url('../fonts/open-sans-v15-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
       url('../fonts/open-sans-v15-latin-800italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-800italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


a:link, a:visited, a:active {
	color: black;
	text-decoration: none;
	transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	
}

a:hover {
	color: #3e7ff6;
	/*text-shadow: gray 0 0px 6px;*/
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	/*border-bottom: none;*/
}

body {
	padding-top: 0.05em;
	padding-bottom: 4em;
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 2vw;
	
	overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

img {
	width: 6vw;
	height: 6vw;
	float: left;
	left: 0;
	text-shadow: none !important;
	border: none !important;
	padding-right: 0.25em;
	padding-bottom: 4px;
}


#loaderImg {
	text-align: center;
	padding: 1em;
	clear: both;
}

h2 {
	padding-top: 1em;
	font-size: 2vw;
}


#frame {
	margin: auto;
	width: 60%;
	min-width: 300px;
	text-shadow: white 0 1px 0px;
}

#box {
	background-color: white;
	padding: 1em;
	border: 1px solid #c4c4c4;
	font-size: 1.6vw;
	line-height: 1.6vw;
	color: gray;
	text-shadow: none;
}

.error {
	color: #FF0000;
}

input[type=file] {
	padding: 0.25em;
	/*width: 66%;*/
	line-height: 1.5em;
	box-sizing: border-box;
}

#fileUpload {
	margin: auto;
	height: 33%;
	background-color: #f6f6f6;
	color: gray;
	text-decoration: none;
	/*cursor: pointer;*/
	/*font-size: 1.2vw;
	line-height: 1.5vw;*/
	font-weight: 400;
	border: 1px solid #c4c4c4;
}

#fileDisplay {
	margin: auto;
/*   height: 417px; */
	background-color: #f6f6f6;
	color: gray;
	text-decoration: none;
	/*cursor: pointer;*/
	/*font-size: 1.2vw;
	line-height: 1.5vw;*/
	font-weight: 400;
	border: 1px solid #c4c4c4;
/*   clear: both;
  float: none; */
}

#fileUploadInner {
	background-color: white;
	width: auto;
	height: 1px;
}

#fileUploadPadder {
	padding: 0.75em 1.5em;
	font-size: 1.6vw;
}

#summary {

}

strong {
	font-weight: 600;
}

small {
	font-weight: 300;
	font-size: 0.8vw;
}

sup {
	font-weight: 300;
	font-size: 0.8vw;
}

input[type=text] {
	padding: 0.25em;
	font-size: 1.4vw;
	box-sizing: border-box;
}

input[type=text]:focus {
	background-color: rgba(176,224,255,0.62);
}

input[type=email] {
	padding: 0.25em;
	font-size: 1.4vw;
	box-sizing: border-box;
}

input[type=email]:focus {
	background-color: rgba(176,224,255,0.62);
}

input[type=password] {
	padding: 0.25em;
	font-size: 1.4vw;
	box-sizing: border-box;
}

input[type=password]:focus {
	background-color: rgba(176,224,255,0.62);
}

select {
	padding: 0.25em 2em 0.25em 0.25em;
	box-sizing: border-box;
	border-radius: 1px;
	background-color: #f1f1f1;
	box-sizing: border-box;
	border: 0.5px solid #a9a9a9;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	min-width: 4em;
	min-height: 2em;
	background-color: #f6f6f6;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4vw;
}

input[type=submit], input[type=reset] {
	background-color: #3e7ff6;
	border: none;
	border-radius: 1px;
	color: white;
	padding: 0.525em 1.15em;
	text-decoration: none;
	cursor: pointer;
	font-size: 1.6vw;
	line-height: 1.5vw;
	text-align: center;
	font-weight: 400;
	display: inline-block;
	margin-left: -0px;
	transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
		-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	min-width: 66%;
}

input:hover[type="submit"] {
	background-color: #3163bd;
}

input[type=button] {
	background-color: #eb4c52;
	border: none;
	border-radius: 1px;
	color: white;
	padding: 0.525em 1.15em;
	text-decoration: none;
	cursor: pointer;
	font-size: 1.6vw;
	line-height: 1.5vw;
	text-align: center;
	font-weight: 400;
	display: inline-block;
	margin-left: -0px;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}

input[type=button]:hover {
	background-color: #d3f45;
}

.buttonSpacer {
	width: 3em;
	content: &nbsp;
	display:inline;
}

.input-hundred {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.input-eighty {
	width: 84%;
	max-width: 84%;
	box-sizing: border-box;
}

.input-sixtysix {
	width: 66%;
	max-width: 66%;
	box-sizing: border-box;
}

textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 0.25em;
	font-size: 1.4vw;
	box-shadow: none;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	font-family: inherit;
}

textarea:focus {
	background-color: rgba(176,224,255,0.62);
}

.alertBox {
	border: 1px solid #eb4c4f;
	background-color: rgba(235,76,79,0.3);
}

.alert {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2vw;
	color: #cc5252;
	font-weight: 400;
	padding: 0.65em 1.15em;
	height: auto;
	text-shadow: white 0 0px 1px;
}

.successBox {
	border: 1px solid #6fbc5d;
	background-color: rgba(111,188,093,0.3);
}

.success {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2vw;
	color: #709f5b;
	font-weight: 300;
	padding: 0.65em 1.15em;
	height: auto;
	text-shadow: white 0 0px 1px;
}

.infoBox {
	border: 1px solid #3e7ff6;
	background-color: rgba(62,127,246,0.3);
}

.info {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2vw;
	color: #3771db;
	font-weight: 300;
	padding: 0.65em 1.15em;
	height: auto;
	text-shadow: white 0 0px 1px;
}

hr {
  border-top: 0px solid #c4c4c4;
}

.table {
	visibility: visible;
	height: auto;
}

.list {
	visibility: hidden;
	height: 0;
}

.tableHeader {
	font-size: 1.3vw;
	line-height: 1.7vw;
	color: black; text-shadow: #000 0 0 0.5px;
}

.tableContent {
	font-size: 1.2vw;
	line-height: 1.6vw;
	color: #5e5e5e;
  text-shadow: none;
}

.documentInfo {
	font-size: 1.6vw;
	line-height: 2vw;
	color: #424242 !important;
  text-shadow: none;
}

.iframePadder {
  padding-top: 0.475em;
  padding-left: 0.5075em;
  padding-bottom: 0.075em;
}

.fa-input {
  font-family: "Font Awesome 5 Free Solid", 'Font Awesome 5 Free', 'Open Sans', sans-serif;
  font-weight: 900;
}

.far {
	font: 900 4em "Font Awesome 5 Free Solid", 'Font Awesome 5 Free', 'Open Sans', sans-serif;
}

#footer {
	font-weight: 300;
	font-size: 0.9vw;
	color: #3e7ff6;
	padding: 1.4em 1.4em 1em;
	text-align: right;
}

.resp-container {
 
    overflow: hidden;
}

.resp-iframe {
    /*width: 100%;
    height: 100%;*/
  border: 0;
	padding-bottom: 1em;
}

.column {
  float: left;
}

.column33 {
  float: left;
  width: 33.33%;
}

.column40 {
  float: left;
  width: 40%;
}

.column30 {
  float: left;
  width: 30%;
}

.column20 {
  float: left;
  width: 20%;
}

.column10 {
  float: left;
  width: 10%;
}

.left {
  width: 33%;
}

.iframeLeft {
  width: 50%;
}

.iframeRight {
  width: 50%;
}

.iframeRightButtons {
  text-align: right;
  text-shadow: white 0 1px 0px;
}

.leftRight {
  width: 33%;
	text-align: right;
	font-size: 1.4vw;
}

.leftRightWrapper {
	padding: 0.325em 1em 0;
}

.checkHint {
	font-size: 1.0vw;
	font-weight: 300;
	display:inline;
}

.summaryPaddler {
	font-weight: 600;
	text-shadow: white 0 1px 0;
	padding-top: 0.225em;
}

.right {
  width: 66%;
}

.row {
	padding-top: 0.45em;
}

.rowPadder {
	width: 100%;
	padding: 0.25em;
}

.rowPadderSmall {	
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	height: 12px;
}

.rowPadderMini {	
	width: 100%;
	padding: 0.25em;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

  .columnIndex {
	text-align: center;
	  float: left;
  width: 25%;
}

@media screen and (max-width: 480px) {
	
	img {
	width: 12vw;
	height: 12vw;
}



.tableHeader {
	font-size: 4vw;
	line-height: 6vw;
}

.tableContent {
	font-size: 4vw;
	line-height: 6vw;
}

.list {
	visibility: visible;
	height: auto;
  text-align: left;
}

.rowPadderSmall {	
	visibility: hidden;
	height: 0;
}

.row {
	padding-top: 1em;
}

  .column {
    width: 100%;
  }
	
  .columnIndex {
	width: 100%;
	padding-bottom: 2em;
}

.left {
  width: 100%;
}

.leftRight {
  	width: 100%;
	text-align: left;
	font-size: 4vw;
}

.leftRightWrapper {
	padding: 0;
}

.checkHint {
	font-size: 1.8vw;
	font-weight: 300;
}

.resp-iframe {
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
}

h2 {
	padding-top: 1em;
	font-size: 4.2vw;
	line-height: 6vw;
	padding-bottom: 1em;
}

body {
	padding-top: 0.05em;
	padding-bottom: 4em;
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 4vw;
}

#frame {
	margin: auto;
	width: 96%;
	min-width: 300px;
	text-shadow: white 0 1px 0px;
}

#box {
	background-color: white;
	padding: 1em;
	border: 1px solid #c4c4c4;
	font-size: 4vw;
	line-height: 6vw;
	color: gray;
	text-shadow: none;
}

input[type=text] {
	font-size: 5vw;
}

input[type=email] {
	font-size: 5vw;
}

select {
	font-size: 5vw;
}

input[type=submit], input[type=reset] {
	font-size: 5.2vw;
	line-height: 6vw;
	overflow: hidden;
	width: 100%;
	padding: 0.65em 0.5em;
}

input[type=button] {
	font-size: 5.2vw;
	line-height: 6vw;
	overflow: hidden;
	width: 100%;
	padding: 0.65em 0.5em;
	margin-bottom: 0.25em;
}

.buttonSpacer {
height: 0;
visibility: hidden;
}

.input-eighty {
	width: 100%;
	max-width: 100%;
}

.input-sixtysix {
	width: 100%;
	max-width: 100%;
}

textarea {
	font-size: 5vw;
}

small {
	font-size: 1.8vw;
	line-height: 1.2vw;
}

sup {
	font-size: 1.8vw;
	line-height: 1.2vw;
}

#footer {
	font-size: 1.8vw;
}

#fileUploadPadder {
	font-size: 4.8vw;
}

.alert {
	font-size: 4vw;
	padding: 0.8em 1.15em;
}

.success {
	font-size: 4vw;
	padding: 0.8em 1.15em;
}

.info {
	font-size: 4vw;
	padding: 0.8em 1.15em;
}
  
 .iframeLeft {
  width: 100%;
}

.iframeRight {
  width: 100%;
}

.documentInfo {
	font-size: 4vw;
	line-height: 7vw;
	color: #424242 !important;
  text-shadow: none;
}
  
 .column40 {
 width: 100%;
}

.column30 {
  width: 100%;
}

.column20 {
  width: 100%;
}

.column10 {
  width: 100%;
}

}

/* increase font & row height */
.ui-jqgrid *, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size:1.0vw; }
.ui-jqgrid tr.jqgrow td { height:30px; }

/* big toolbar icons */
.ui-pager-control .ui-icon, .ui-custom-icon { zoom: 125%; -moz-transform: scale(1.45); }
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon { margin: 0px 2px; }
.ui-jqgrid .ui-jqgrid-pager { height: 28px; }
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div { line-height: 25px; }

