﻿form {
	display: inline;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}

.hilite {
	color: red;
	background-color: yellow;
	text-decoration: none;
	vertical-align: top !important;
}

#content-wrapper {
	min-height: 85%;
}

#overlay {
	background-color: black;
	position: fixed;
	text-align: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	filter: alpha(opacity=20); /* CSS3 standard */
	opacity: 0.2; /* also -moz-opacity, etc. */
	z-index: 10;
}

#overlay img {
	display: block;
	margin: 200px auto;
}

img {
	max-width: 100%;
}

body {
	line-height: 1.4;
	background-color: #eee;
	color: Black;
	font-family: 'Fira Sans', sans-serif;
	min-height: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

div#header {
	/* background: #0f3a7f;*/
	background: #eee;
	border-color: #211f5e;
	border-width: 0;
	border-style: solid;
	min-height: 100px;
	max-height: 100px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#PrintQCmd, #frUpload {
	height: 0;
	width: 0;
	visibility: hidden;
}

@media print{
	div#header {
		display: none;
	}

	html, body, form, div.printResize {
		margin: 0 !important;
		padding: 0 !important;
		display: block;
		width: auto;
		height: auto;
		overflow: visible;
	}

	.no-print, .no-print * {
		display: none !important;
	}

	.page {
		display: none !important;
		display: block !important;
		overflow: visible !important;
		position: static !important;
	}

	.print-only {
		display: block !important;
	}

	span.redtext2 {
		display: inline !important;
		color:black;
	}
}

@media screen {
	.no-screen, .no-screen * {
		display: none !important;
	}
}

div#header h1#appname {
	display: inline;
	float: right;
}

.header-left {
	background-color: #0f3a7f;
	color: white;
	/*height: 100%;*/
	vertical-align: middle;
}

.header-left h1 {
	color: white;
}

.header-right {
	background-color: #eeeeee;
	color: #0f3a7f;
	height: 100%;
	vertical-align: middle;
}

#header-mid {
	display: table;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

#header-mid .col-centered {
	display: table-cell;
	vertical-align: middle;
}

.header-right h1 {
	color: #0f3a7f;
}

div#header .header-right .btn {
	margin-left: 5px;
	margin-right: 5px;
	width: 90%;
}

div#header .header-left .btn {
	margin-left: 5px;
	margin-right: 5px;
	width: 90%;
}

@media (max-width:399px) {
	h1,h2 {
		font-size: 16px;
	}
}


@media (max-width:1199px) and (min-width:400px) {
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 22px;
	}
}

@media (max-width:1199px) {
	div#header {
		background-color: #0f3a7f;
		min-height: 2em;
		max-height: 100px;
		overflow: hidden;
	}

	.header-left, .header-right {
		background-color: #0f3a7f;
	}

	div#header .header-right .btn {
		margin-left: 5px;
		margin-right: 5px;
		width: 90%;
	}

	div#header .header-left .btn {
		margin-left: 5px;
		margin-right: 5px;
		width: 90%;
	}

	.header-left h1 {
		padding-left: 15px;
	}

	div#header {
		min-height: 1px;
	}
}

div#header h1 {
	/*height: 50px;*/
	margin: 0;
	font-size: 1.25em;
}

div#footer {
	width: 100%;
}

#content {
	margin: 20px auto;
	padding: 10px 35px;
	background: #fff;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3);
}


div#content p {
	line-height: 1.4;
}

div#footer {
	position: fixed;
	/*position: relative;*/
	left: 0px;
	bottom: 0px;
	color: #FFF;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	vertical-align: middle;
}

div#footer p div#footer2 {
	font-size: 0.7em;
	margin: 0;
	padding: 3px 10px;
	text-align: center;
}

div#footer a div#footer2 {
	color: white;
}

div#footer div.footertext div#footer2 {
	padding: 13px;
	font-size:0.95em;
}

div#footer2 {
	position: static;
	/*position: relative;*/
	left: 0px;
	bottom: 0px;
	color: #FFF;
	clear: both;
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	vertical-align: middle;
}


@media (max-width: 768px) {
	div#footer div.footertext div#footer2 {
		padding: 0px;
	}
}

h2#welcome {
	font-size: 1.75em;
	font-weight: 900;
}

h3 {
	font-size: 14px;
}

.email-at-symbol {
	vertical-align: middle;
	font-size: 20px;
	margin-top: 5px;
	margin-left: -20px;
}

.cblg input[type=checkbox] {
	/* Larger Checkboxes */
	-ms-transform: scale(1.75); /* IE */
	-moz-transform: scale(1.75); /* FF */
	-webkit-transform: scale(2.25); /* Safari and Chrome */
	-o-transform: scale(1.75); /* Opera */
	padding: 0;
	margin: 0 5px 0 15px;
	vertical-align: middle;
}

a {
	color: #0f3a7f;
	text-decoration: none;
}

a:active, a:visited {
	color: #444444;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 10px 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 10px 10px;
	font-weight: bold;
	width: 100%;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	width: 100%;
	display: block;
	word-wrap: break-word;
	white-space: normal;
}

hr.divider {
	text-align: center;
	color: #cccccc;
	width: 60%;
}

.rightbtn {
	float: right;
	padding-right: 10px;
	vertical-align: middle;
}

.question {
	padding-top: 10px;
	font-size: 10pt;
	font-weight: bold;
}

.redtext, .help {
	color: #ff0000;
}

.redtext2 {
	color: #aa0100;
}

@media print {
	.redtext, .help, .redtext2 {
		display: none;
	}

	.btn {
		display: none;
	}

	.container {
		width: 100%;
	}

	.rlistrow {
		display: inline-block;
	}

	.rlistinfo {
		width: 50%;
		display: inline-block;
	}

	.grants {
		width: 50%;
		float: right;
	}

	.col-md-9 {
		width: 50%;
		display: inline-block;
	}
}

.bigtext {
	font-weight: bold;
	font-size: 1em;
}

.smalltext {
	font-size: 0.65em;
}

.help {
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.2;
	font-weight: normal;
	padding: 5px 0px;
}

.lbl {
	font-weight: bold;
}

.warning {
	font-weight: bold;
	padding: 0.5em;
}

.notice {
	background-color: #ddd;
	padding: 7px;
	font-weight: bold;
}

.notice {
	margin-bottom: 10px;
}

.attentionbox {
	color: #fff;
	background-color: #f0ad4e;
	width: 100%;
	margin: 0.5em auto;
	padding: 1em 1.5em;
	border: 1px solid #e38d13;
	border-radius: 4px;
}

.infobox {
	color: #fff;
	background-color: #b0babf;
	width: 100%;
	margin: 0.5em auto;
	padding: 1em 1.5em;
	border: 1px solid #b0babf;
	border-radius: 4px;
}

.errlabel {
	font-weight: bold;
	font-size: 1em;
	color: #fff;
}

div#ctl00_errormsg {
	width: 100%;
	background-color: #cc0000;
	padding: 0.5em;
	margin: 0.75em auto;
	border: none;
	border-radius: 4px;
}

#ctl00_ContentPlaceHolder2_Clear_autos {
	width: 100px;
	font-size: 1em;
	padding: 0.5em;
	display: inline;
	border-radius: 4px;
}

#ctl00_ContentPlaceHolder2_Clear_boats {
	width: 100px;
	font-size: 1em;
	padding: 0.5em;
	display: inline;
	border-radius: 4px;
}

#ctl00_ContentPlaceHolder2_Clear_mfdhomes {
	width: 100px;
	font-size: 1em;
	padding: 0.5em;
	display: inline;
	border-radius: 4px;
}

#ctl00_ContentPlaceHolder2_Clear_bizlic {
	width: 100px;
	font-size: 1em;
	padding: 0.5em;
	display: inline;
	border-radius: 4px;
}

/*#ctl00_ContentPlaceHolder2_btnPay {
	width: 170px;
	height: 60px;
	font-size: 1em;
	padding: 0.5em;
	display: inline;
	border-radius: 4px;
}*/

@media (min-width: 768px) and (max-width: 880px) {
	.delX {
		width: 20px;
		height: 20px;
		font-size: 16px;
	}
}



.instruction {
	padding: 5px 0px 5px 5px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
}

.fieldlabel {
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}

/*.btn, .wbtn {
    width: 70px;
    background-color: #211f5e;
    color: White; 
    font-weight: bold;  
	font-size: 11px; 
	padding: 5px;   
}
.wbtn {
	width: 140px;
}
    */

.ingLink, .ingLink:active, .ingLink:visited {
	color: White;
	text-decoration: underline;
}

div#prefooter {
	padding: 0;
	vertical-align: middle;
}

#terms {
	width: 600px;
	height: 300px;
	overflow: scroll;
	margin: 15px auto;
	border: 1px solid #b5b5b5;
	background: #eeeeee;
}

#cvvtooltip, #makecodetooltip {
	display: none;
	background: white;
	border: 2px solid black;
	font-size: 12px;
	height: 280px;
	width: 280px;
	padding: 25px;
	color: #fff;
}

.stats {
	color: #000000;
	font: bold 125% Arial,sans-serif;
}

#proofdocs {
	display: none;
}

#proofdocs p, #proofdocs h3, #proofdocs OL {
	margin: 0.5em 1em 1em 1em;
}

#showproof {
	color: #211f5e;
	font-weight: bold;
	cursor: pointer;
}

#close {
	position: relative;
	top: -10px;
	left: 570px;
	cursor: pointer;
}


#helpcol {
	vertical-align: middle;
}

#help {
	font-weight: bold;
	vertical-align: middle;
	padding: 0.25em 1em;
}

#help i {
	font-size: 200%;
	vertical-align: middle;
}

#cc {
	text-align: center;
	padding: 1em;
	vertical-align: middle;
}

#cc i {
	font-size: 150%;
	margin-right: 5px;
}

.inputfld {
	font-size: 1.2em;
	padding: 3px 5px 3px 5px;
}

.sminputfld {
	font-size: 1.2em;
	padding: 0px 5px 0px 5px;
}

span {
	display: inline-block;
}

.widetext {
	width: 80%;
}

/*** custom checkboxes ***/
/*
input[type=checkbox] { display:none; } 


input[type=checkbox]:checked:after, input[type=checkbox]:after {
  visibility: visible;
  font-family: FontAwesome;
  font-size:25px;height: 17px; width: 17px;
  position: relative;
  top: -3px;
  left: 0px;
  background-color:#FFF;
  display: inline-block;
}

input[type=checkbox]:checked:after {
  content: '\f058';
}

input[type=checkbox]:after {
  content: '\f10c';
}
*/

.row {
	margin-bottom: 5px;
}

#taglistdiv {
	height: auto;
	max-height: 30%;
	overflow-y: auto;
	padding-bottom: 5px;
}

#tagerrdiv {
	height: auto;
	max-height: 15%;
	overflow-y: auto;
	padding-bottom: 5px;
}

#ctl00_ContentPlaceHolder2_AutoTbl tr * {
	cursor: pointer;
}

a i.fa-times-circle {
	color: #c00;
}

a i.fa-times-circle:hover {
	color: #600;
}

::-webkit-input-placeholder { /* Chrome, Safari, Opera */
	color: #ccc;
	font-weight: 400;
}

::-moz-placeholder { /* Firefox */
	color: #ccc;
	font-weight: 400;
}

:-ms-input-placeholder { /* IE10–11 */
	color: #ccc !important;
	font-weight: 400 !important;
}

::-ms-input-placeholder { /* Edge */
	color: #ccc;
	font-weight: 400;
}

::placeholder { /* CSS Working Draft */
	color: #ccc;
	font-weight: 400;
}

.hdr, .hdr td, .hdr div {
	font-weight: bolder;
	color: blue;
	padding: 2px;
}

.rowodd, .roweven, .rowawaitingverification, .rownotindexed, .rowerror {
	background-color: #e9e9e9;
	border: solid 1px #999;
	padding: 2px 2px 2px 2px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.roweven {
	background-color: #fffbfb;
}
.rowawaitingverification {
	background-color: #fffde0;
}
.rownotindexed {
	background-color: #e1f0ff;
}
.rowerror {
	background-color: #f55b40;
}



.rowodd.selected, .roweven.selected {
	background-color: #b9f6ca;
}

.rowselect {
	background-color: #9bdb9f;
}

.inactive {
	background-color: #bbb;
	padding: 2px 2px 2px 2px;
}

tr .overrow, div .overrow {
	background-color: #aaa;
}

.greenlnk {
	text-decoration: underline;
	color: #2c7513;
}

.btn-default {
	color: #000;
	background-image: none;
	background-color: #eceff1;
}

.btn, .btn-primary, .btn-success, .btn-warning, .btn-sm {
	width: 100%;
	font-size: 1em;
	padding: 0.5em 1em;
	margin: 10px 5px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border: none;
	border-radius: 2px;
	display: inline-block;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.btn-delete {
	width: 80px!important;
	font-size: 1em;
	padding: 0.5em 1em;
	margin: 3px 5px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border: none;
	border-radius: 2px;
	display: inline-block;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}

.btn:hover, .btn-primary:hover, .btn-success:hover, .btn-warning:hover, .btn-delete:hover {
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
}

a:visited.btn {
	color: #fff;
}

.btn-success {
	color: #fff;
	background-image: none;
	background: #4caf50;
}

.btn-primary {
	color: #fff;
	background-image: none;
	background-color: #1D4F9D;
}

.btn-danger {
	background-image: none;
	background-color: red;
}

.btn-warning, .btn-delete {
	color: #0f3a7f;
	background-image: none;
	background-color: #f0ad4e;
}

.btn-sm {
	font-size: 0.8rem;
	padding: 5px;
}

.delX {
	font: bold 900;
	color: white;
	width: 25px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 1px 1px 1px 40px;
	border: 2px solid black;
	background: center;
	background-color: #d53838;
	font-size: 15px;
}

.action {
	min-height: 100px;
	line-height: 1.2rem;
	color: #fff;
	text-align: center;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
	border-radius: 2px;
	margin: 10px auto;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	font-family: Roboto;
	padding: 40px 1rem;
}

.action a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: inherit;
	text-transform: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}

.action a i {
	margin-right: 5px;
}

.action:hover {
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
}

.action-primary {
	color: #fff;
	background-color: #0F3A7F;
	margin: 10px 0px;
}

.action-primary:hover {
	background-color: #3D64A3;
}

.action-login {
	color: #fff;
	background-color: #4caf50;
	margin: 10px 0px;
}

.action-login:hover {
	background-color: #065B28;
}

.custom-control {
	display: block;
	height: 34px;
	padding: 6px 6px;
	font-size: 14px;
	line-height: 1.4285;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.custom-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}

.action-clear {
	color: #0f3a7f;
	background-color: #f5f5f5;
}

.action-clear:hover {
	background-color: #fafafa;
}

.action-clear .btn-clear {
	color: #424242;
}

@media (min-width: 576px) {
	#wrapper {
		margin: 0px;
	}

	html {
		font-size: 14px;
	}

	h2#welcome {
		font-size: 1.5em;
		font-weight: 900;
	}

	h3 {
		font-size: 16px;
	}

	.email-at-symbol {
		font-size: 30px;
		margin-top: -5px;
		margin-right: -10px;
		margin-left: -20px;
	}
}

@media (min-width: 768px) {
	#wrapper {
		margin: 0px 20px;
	}

	html {
		font-size: 16px;
	}

	h2#welcome {
		font-size: 1.75em;
		font-weight: 900;
	}

	h3 {
		font-size: 16px;
	}

	.email-at-symbol {
		margin-right: -10px;
		margin-left: -20px;
	}

	html, body {
		overflow-x: auto;
	}
}

@media (min-width: 992px) {
	.action {
		width: auto;
	}

	html {
		font-size: 20px;
	}

	h2#welcome {
		font-size: 2.15em;
		font-weight: 900;
	}

	h3 {
		font-size: 20px;
	}

	.email-at-symbol {
		margin-right: -25px;
		margin-left: -25px;
	}
}

@media (min-width: 1200px) {
	div#header .header-right .btn {
		margin-top: 20px;
	}

	html {
		font-size: 20px;
	}

	h2#welcome {
		font-size: 2.45em;
		font-weight: 900;
	}

	h3 {
		font-size: 24px;
	}

	.email-at-symbol {
		margin-right: -30px;
		margin-left: -30px;
	}
}

.wordwrap{
	overflow-wrap: normal;
}

.btnReceipt {
}

.responsive-width {
	font-size: calc(12px + 0.3vw);
}

.rlLink {
	color: #0f3a7f !important;
}

.text-right {
	text-align: right!important;
}

.rowData:nth-child(odd), .rowParent:nth-child(4n + 1), .rowParent:nth-child(4n + 2) {
	background-color: #0000001f;
}

.print-only {
	display: none;
}