body, p, span, div {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #53565A; /* Dark Gray */
}

table td {
	font-size: 10pt;
}

body {
	background-color: #FFFFFF; /* White */
}

th, th>span {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF; /* White */
	background-color: #003865; /* Minnesota Blue*/
	text-align: left;
}

a:hover {
	color: #0D5257; /* Accent Green */
}

a:link {
	color: #003865; /* Minnesota Blue*/
}

a:visited {
	color: #5D295F; /* Accent Purple */
}

.forms {
	font-size: .88em;
	vertical-align: middle;
}

.tbnr-buttonbar {
	background-color: #53565A; /* Dark Gray */
	height: 1.3em;
}

.footer-linksbar {
	background-color: #97999B; /* Medium Gray */
}

.footer-ownerbar {
	line-height: 1.4em;
	background-color: #97999B; /* Medium Gray */
}

.pad-edges {
	padding-left: 10px;
	padding-right: 10px;
}

.pad-left {
	padding-left: 10px;
}

.pad-right {
	padding-right: 10px;
}

.sidebar-leftnav {
	background-image: url(images/sidenav_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 11px;
	margin: 10px;
}

.sidebar-feature {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 165px;
	background-image: url(images/sidenav_rule.gif);
	background-repeat: no-repeat;
}

.rightbar-feature {
	margin: 0px;
	padding: 5px 0px 5px 10px;
	width: 152px;
	background-image: url(images/sidebar_rule.gif);
	background-repeat: no-repeat;
}

ul.exdent {
	position: relative;
	left: -20px;
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
}

.indent {
	margin-left: 47px;
}

.main-indent {
	padding-left: 15px;
}

.highlight-indent {
	padding-left: 10px;
}

.alt1 {
	background-color: #F5E1A4; /* Extended Accent Cream */
}

.alt2 {
	border-bottom: 1px solid #F5E1A4; /* Extended Accent Cream */
}

.highlight-content {
	background-color: #A4BCC2; /* Extended Accent Blue Gray */
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	background-repeat: no-repeat;
}

.highlight-content-interior {
	background-color: #A4BCC2; /* Extended Accent Blue Gray */
	margin-top: 10px;
}

.highlight-content-interior-padded {
	background-color: #A4BCC2; /* Extended Accent Blue Gray */
	margin-top: 10px;
	padding-left: 10px;
}

.accessible-links {
	position: absolute;
	left: -50px;
	top: -100px;
}

p {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #53565A; /* Dark Gray */
}

body {
	background-color: #D9D9D6; /* Light Gray */
	font-size: 12px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

h1 {
	color: #003865; /* Minnesota Blue*/
	font-size: 15px;
}

.appTitle {
	background-color: #D9D9D6; /* Light Gray */
	min-height: 40px;
	width: 100%;
	font-size: 18px;
	padding-left: 15px;
	font-weight: bold;
	vertical-align: middle;
	color: #003865; /* Minnesota Blue*/
}

h1.appTitle {
	/* Added overrides of H1 default styles when moving the application title to an H1 tag for proper document structure. */
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

.appSubTitle {
	
	min-height: 40px;
	width: 100%;
	font-size: 16px;
	padding-left: 15px;
	font-weight: bold;
	vertical-align: bottom;
	color: #003865; /* Minnesota Blue*/
}

#banner {
	background-color: #003865; /* Minnesota Blue*/
	background-position: left top;
	background-repeat: no-repeat;
	height: 65px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	float: left;
}

#banner-slice {
	background-image: url("../../images/mdor_blue/bg_banner_slice.jpg");
	background-position: left top;
	background-repeat: repeat;
	height: 63px;
}

#logo {
	height: 22px;
	left: 20px;
	position: absolute;
	top: 13px;
	width: 80px;
}

#ecrvlogo {
	width: 80px;
	float: right;
}

#logo img, #ecrvlogo img {
	border: none;
}

#ecrvlogo img {
	float: right;
}

#wrapper {
	background-color: white;
	background-image: url("../images/mdor_blue/bg_wrapper.jpg");
	background-position: left 266px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: inline-block;
	width: 1150px;
	height: auto;
}

#mainMenu a {
	border: none;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
}

#loadingbg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	filter: Alpha(Opacity = 30);
	background-image: url("images/transparent_bg.png");
	z-index: 2000;
}

#loadingblock {
	display: none;
	z-index: 2001;
	border-style: solid;
	border-width: 1px;
	padding: 15px;
	background: white;
	text-align: center;
}

/* Modern CSS spinner - smooth and fast */
.spinner {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 5px solid #E0E0E0;
	border-top-color: #003865; /* Minnesota Blue */
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}

a:hover {
	color: #0D5257; /* Accent Green */
}

a:link {
	color: #003865; /* Minnesota Blue*/
}

a:visited {
	color: #5D295F; /* Accent Purple */
}

ul {
	list-style-type: disc;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #53565A; /* Dark Gray */
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
}

span.pagebanner {
	background-color: #D9D9D6; /* Light Gray */
	display: block;
	font-size: 0.88em;
	position: relative;
	top: 1px;
	width: 100%;
	border-top-color: #97999B; /* Medium Gray */
	border-top-style: dotted;
	border-top-width: 1px;
	border-left-color: #97999B; /* Medium Gray */
	border-left-style: dotted;
	border-left-width: 1px;
	border-right-color: #97999B; /* Medium Gray */
	border-right-style: dotted;
	border-right-width: 1px;
	margin-top: 5px;
}

span.pagelinks, div.exportlinks {
	background-color: #D9D9D6; /* Light Gray */
	display: block;
	font-size: 0.88em;
	position: relative;
	top: 1px;
	width: 100%;
	border-left-color: #97999B; /* Medium Gray */
	border-left-style: dotted;
	border-left-width: 1px;
	border-right-color: #97999B; /* Medium Gray */
	border-right-style: dotted;
	border-right-width: 1px;
	border-bottom-color: #97999B; /* Medium Gray */
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

div.exportlinks {
	margin-top: 8px;
	border-top-color: #97999B; /* Medium Gray */
	border-top-style: dotted;
	border-top-width: 1px;
}

span.excel {
	background-image: url("../images/ico_file_excel.png");
}

span.csv {
	background-image: url("../images/ico_file_csv.png");
}

span.export {
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 4px;
	padding-top: 0;
}

.utility {
	color: #FFFFFF !important; /* White */
	font-size: .9em;
}

.title {
	color: #003865; /* Minnesota Blue*/
	font-size: 18px;
	font-weight: bold;
	margin-top: 9px;
}

table.inputFormTable {
	border: none;
	padding: 2px;
	border-spacing: 2px;
	border-collapse: separate;
}

table.displayTag {
	border: none;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: separate;
}

.scroll {
	overflow: auto; /* Gives scroll bar if content overflows container's */
	/* width and/or height.                              */
}

.disclosure-label {
	/* Label for disclosure statement */
	text-decoration: underline;
}

/* Bootstrap overrides */
.nav-pills>li.active>a:hover {
	background-color: #003865; /* Minnesota Blue */
}

.nav>li>a:hover {
	border: 1px solid #97999B; /* Medium Gray */
	color: #003865; /* Minnesota Blue */
}

.multiselect {
	background-color: #FFFFFF; /* White */
}

.uppercaseText { 
	text-transform: uppercase; 
}

.tabHasError {
    background-repeat: no-repeat;
	background: url("images/RedAlertButton.svg") no-repeat 0px 0px;
    background-size: 16px 16px;
    float:left;
    padding: 8px 15px 15px 8px;
}


/* Additional left-padding for paragraphs for comments on why eCRV was rejected. */
.reject-comments {
	padding-left: 30px;
}

/* Top padding of 10px. */
.top-padded {
	padding-top: 10px;
}

.emphasized {
	font-weight: bold;
}