@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

body, textarea {
	font-family: 'Roboto', 'Calibri', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	color: rgb(0, 0, 0);
	font-size: 12pt;
	font-weight: 400;
}

.iowa-bar {
	background: rgb(255, 205, 0);
}

.iowa-bar-logo {
	background: black;
}
.iowa-bar:after {
	content: "";
	display: table;
	clear: both;
}

.iowa-bar-site-name {
	float: left;
	padding: 15px;
	font-size: 16px;
}

.iowa-bar a,
.iowa-bar a:hover,
.iowa-bar a:visited {
	color: black;
	text-decoration: none;
}

.user-bar-logout {
	float: right;
	color: black;
	font-size: 11pt;
	padding: 15px 4px;
}

.user-bar-logout a,
.user-bar-logout a:visited,
.user-bar-logout a:hover{
	color: black;
	display: inline-block;
}

.user-bar-logout a,
.user-bar-logout a:visited{
	text-decoration: none;
}

.user-bar-logout a:hover{
	text-decoration: underline;
}

.user-bar-username {
	float: right;
	color: black;
	text-align: center;
	padding: 15px 4px;
	font-size: 11pt;
}




.top-bar {
	background: #eeeeee;
}

.version {
	font-size: 9pt;
	color: #595959;
	margin-right: 10px;
}

h1, h2, h3, h4, h5, h6{
	padding:2px;
	margin:2px;
}

h1{font-size:18pt;}
h2{font-size:16pt;}
h3{font-size:14pt;}
h4{font-size:12pt;}
h5{font-size:11pt;}
h6{font-size:10pt;}

.file-status-title {
	font-size: 14pt;
}

strong {
	font-weight: bold;
}

b {
	font-weight: bold;
}

a:active {
	color: Navy;
	text-decoration: none;
}

a:link {
	color: Navy;
}

a:visited {
	color: Navy;
}

a:hover {
	color: #900;
	text-decoration: none;
}

.admin-tan-border {
	border: none;
	background-color: White;
}

BODY {
	-webkit-text-size-adjust: 100%; /*fixes font sizing inconsistencies on iPhone*/
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

ol[type='1'] li {
	margin-bottom: 10px;
}

.css-table {
	display: table inline;
}

.css-cell {
	display: table-cell;
}

.vcenter {
	vertical-align: middle;
}

.example-table {
	border: 2px solid black;
	border-collapse: collapse;
}

.example-table th {
	color: #696969;
}

.example-table td, .example-table th {
	border: 1px solid black;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
}

.grid-table {
	border-collapse: collapse;
}

.grid-header a:active {
	color: #696969;
	text-decoration: none;
}

.grid-header a:link {
	color: #696969;
	text-decoration: none;
}

.grid-header a:visited {
	color: #696969;
	text-decoration: none;
}

.grid-header a:hover {
	color: #DA2B3C;
	text-decoration: none;
}

.grid-edit-column {
	border-top: #696969 1px solid;
	border-bottom: #696969 1px solid;
	border-left: #696969 1px solid;
}

.grid-first-item {
	border-top: #696969 1px solid;
	border-right: #696969 1px solid;
	border-bottom: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
}

.grid-item, .grid-item-not-saved {
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px double;
	border-bottom: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
}

.grid-header {
	border-bottom: #696969 1px solid;
	font-weight: bold;
	font-size: 12pt;
	color: #696969;
}

.grid-last-item {
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
}

.cell-no-wrap {
	white-space: nowrap;
	padding-right: 5px;
	vertical-align: top;
}

.header {
	font-weight: bold;
}

.header-gray {
	font-family: Zilla Slab, serif;
	font-size: 18pt;
	font-weight: 600;
	letter-spacing: normal;
	color: #696969;
}

.header-lightgray {
	font-weight: bold;
	font-size: 11pt;
	color: gray;
}

.letter-table {
	border-collapse: collapse;
}

	.letter-table th, .letter-table-header {
		background: #dddddd;
		color: black;
	}

	.letter-table th, .letter-table td {
		border: 1px solid darkgray;
		padding: 2px 10px;
	}

.letter-table-status-pending {
	background: #ffffaa;
}

.letter-table-status-complete {
	background: #c2d69b;
}

.letter-table-status-incomplete {
	background: #e5b8b7;
}

.inventory-table, .inventory-table th, .inventory-table td {
	font-size: 14pt;
}

.inventory-table td {
	padding-top: 7px;
	padding-bottom: 7px;
}

.report-main-header {
	font-weight: bold;
	font-size: 12pt;
	color: Black;
	background-color: #DCDCDC;
	padding-left: 18px;
	padding-right: 18px;
}

.report-header {
	font-weight: bold;
	font-size: 12pt;
	color: Black;
	padding-left: 18px;
	padding-right: 18px;
}

.report-text {
	font-size: 11pt;
	color: #000000;
	padding-left: 8px;
	padding-right: 3px;
}

.report-header a:link {
	font-size: 12pt;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

.report-header a:hover {
	font-size: 12pt;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}

.report-header a:visited {
	font-size: 12pt;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

.report-header a:active {
	font-size: 12pt;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}

.standard-text {
	font-size: 11pt;
	color: #000000;
}

.monospace-control {
	font-family: Courier, Lucida Console, Monospace;
}
select {
	font-size: 11pt;
}

.log-off-name, .log-off-id {
	font-weight: 500;
	color: white;
	text-align: center;
}

.log-off-name {
	font-size: 12pt;
}

.log-off-id {
	font-size: 10pt;
}

a.log-off, a.log-off:hover, a.log-off:link, a.log-off:visited {
	font-size: 10pt;
	font-weight: 500;
	color: white;
	text-decoration: none;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid darkgray;
}

	a.log-off, a.log-off:link, a.log-off:visited {
		background: #428bca;
	}

		a.log-off:hover {
			background: #39b3d7;
		}

.tan-border, .page-area-fa {
	border: none;
	background-color: White;
}

.pad-left-10 {
	padding-left: 10px;
}
.pad-top-15,
tr.pad-top-15 td{
	padding-top: 15px;
}

.page-area-fa {
	margin: 0;
	padding: 10px;
}

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.clear {
	clear: both;
}

@media (min-width: 768px) {
	.pull-left-sm {
		float: left;
	}
	.pull-right-sm {
		float: right;
	}
}

.margin-right-20 {
	margin-right: 20px;
}

.page-contents {
	margin: 10px;
	padding: 0 10px;
}
.header-logo-uihc {
	/*  321x28 * 2/3  */
	width: 214px;
	height: 19px;
}
.header-logo-ccom {
	/*  254x19 * 2/3  */
	width: 169px;
	height: 13px;
}
.menu-bar, .sub-menu-bar {
	box-sizing: border-box;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.menu-bar li, .sub-menu-bar li {
	border-bottom: 4px #f3f3f3;
}

.menu-bar {
	font-size: 13pt;
	background: #f3f3f3;
}
.sub-menu-bar {
	font-size: 11pt;
	background: #e8e8e8;
}

.menu-bar ul, .sub-menu-bar ul {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-bar li, .sub-menu-bar li {
	box-sizing: border-box;
	display: block;
	width: 100%;
	vertical-align: top;
}

.menu-bar li, .sub-menu-bar li {
	height: 35px;
}

.menu-bar a, .menu-bar a:hover, .menu-bar a:link, .menu-bar a:visited,
.sub-menu-bar a, .sub-menu-bar a:hover, .sub-menu-bar a:link, .sub-menu-bar a:visited {
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	height: 100%;
	width: 100%;
	padding: 3px;
}

.menu-bar a, .menu-bar a:hover, .menu-bar a:link, .menu-bar a:visited,
.sub-menu-bar a, .sub-menu-bar a:hover, .sub-menu-bar a:link, .sub-menu-bar a:visited {
	color: rgb(99, 102, 106);
}

.menu-bar a:hover,
.sub-menu-bar a:hover {
	border-bottom: 4px solid rgb(99, 102, 106);
}

.menu-item-active a,
.menu-item-active a:hover,
.sub-menu-item-active a,
.sub-menu-item-active a:hover {
	background: white;
	border-bottom: 4px solid rgb(255, 205, 0);
}

.sub-menu-bar {
	margin-bottom: 10px;
}
.page-footer {
	background: black;
	color: white;
	margin: 20px 0 0;
	padding: 5px 20px 20px;
}

.page-footer, .page-footer p, .page-footer a, .page-footer td {
	font-size: 11pt;
	color: white;
}

.footer-grouping {
	margin: 5px;
}

.footer-college {
	font-size: 12pt;
	margin: 5px 0;
	color: rgb(204, 204, 204);
}

.footer-college a {
	text-decoration: none;
}

.footer-link a {
	color: #ffcd00;
	text-decoration: none;
	font-size: 12pt;
}

	.footer-link a:hover {
		color: white;
	}

.footer-copyright {
	font-size: 10pt;
	margin: 20px 0 0;
}

.social a, .social a:hover, .social a:link, .social a:visited {
	text-decoration: none;
}

.social i {
	font-size: 22px;
	margin: 0 5px;
	color: white;
}
.area-status, .area-status-contents {
	padding-top: 15px;
}
.home-section-title {
	border-bottom: 5px solid #225c69;
	margin-top: 35px;
}

.home-section-title-note {
	color: #225c69;
	margin-left: 2em;
}
.home-item {
	text-align: center;
	margin: 2px 2px;
	font-size: 12pt;
	height: 180px;
	text-align: center;
}

.home-item a, .home-item a:hover, .home-item a:link, .home-item a:visited {
	text-decoration: none;
}

.home-item a, .home-item a:link, .home-item a:visited {
	color: black;
}

.home-item a:hover .home-item-title {
	color: #ffcd00;
}

.home-item-title, .home-item-status {
	display: block;
	font-weight: bold;
}

.home-item-note {
	display: block;
	color: #225c69;
	font-size: 10pt;
}

.home-item-due {
	display: block;
}
.home-contact-info td {
	font-size: 12pt;
	padding: 0 5px;
}
.home-contact-info i {
	color: #666666;
}
.home-contact-info a, .home-contact-info a:hover, .home-contact-info a:link, .home-contact-info a:visited {
	text-decoration: none;
}
.home-contact-info a, .home-contact-info a:link, .home-contact-info a:visited {
	color: #666666;
}
.home-contact-info a:hover, .home-contact-info a:hover i {
	color: #ffcd00;
}
.home-page-note {
	font-size: 12pt;
	margin-top: 1em;
}
.home-status-info {
	padding: 10px;
	border: 1px solid gray;
	border-radius: 6px;
	font-size: 14pt;
	margin-top: 15px;
	margin-left: 0;
}
.home-status-note {
	font-size: 12pt;
}

@media (min-width: 768px) {
	.header-logo-uihc {
		width: 321px;
		height: 28px;
	}
	.header-logo-ccom {
		width: 254px;
		height: 19px;
	}

	.iowa-bar-logo {
		float: left;
	}

	.menu-bar li, .sub-menu-bar li {
		display: inline-block;
	}

	.sub-menu-bar li {
		width: 105px;
		height: 85px;
	}

	.menu-bar5 li {
		width: 145px;
		height: 75px;
	}

	.menu-bar4 li {
		width: 175px;
		height: 50px;
	}

	.menu-bar3 li {
		width: 230px;
		height: 50px;
	}

	.menu-bar2 li {
		width: 350px;
		height: 50px;
	}

	.menu-bar a, .menu-bar a:hover, .menu-bar a:link, .menu-bar a:visited,
	.sub-menu-bar a, .sub-menu-bar a:hover, .sub-menu-bar a:link, .sub-menu-bar a:visited {
		padding: 10px;
		height: 100%;
	}

	.sub-menu-bar .menu-line {
		display: block;
	}
	.sub-menu-bar .menu-sep {
		display: none;
	}
	.footer-grouping {
		float: left;
		width: 45%;
	}

	.footer-link {
		margin: 5px 0;
	}
	.area-status {
		float: right;
		width: 20%;
		padding-top: 0;
	}
	.area-status-contents {
		float: right;
		width: 77%;
		padding-right: 15px;
		padding-top: 0;
	}
	.home-item {
		float: left;
		width: 170px;
	}
	.home-contact-info {
		float: left;
	}
	.home-status-info {
		float: left;
		margin-top: 0;
		margin-left: 20px;
	}
	.home-status-note {
		width: 340px;
	}
}
@media (min-width: 992px) {
	.sub-menu-bar li {
		width: 138px;
		height: 70px;
	}
	.home-status-note {
		width: 550px;
	}
}

.video-caption {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding: 1em;
}

.official-letter-area {
	padding-top: 20px;
}

.official-letter-area a {
	cursor: pointer;
	color: black;
	text-decoration: none;
}

.official-letter-area a:hover {
	color: blue;
	text-decoration: underline;
}

.official-letter-sub-area {
	padding-top: 5px;
	padding-bottom: 5px;
}

.official-letter-sub-area img {
	padding-right: 10px;
}

.official-letter-hdr {
	font-size: 14pt;
	font-weight: bold;
}

.official-letter-sub-hdr {
	font-weight: bold;
}

.welcome-entering-hdr {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.8em;
}

.welcome-entering-instructions {
	font-size: 11pt;
	text-align: center;
}

.response-header {
	font-size: 13pt;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

.accept-decline-buttons {
	padding-top: 10px;
	padding-bottom: 10px;
}

.withdraw-button-wide-separator {
	padding-top: 10px;
	padding-bottom: 10px;
}

.accept-decline-click-separator {
	margin-top: 20px;
}

@media(min-width: 768px) {
	.accept-decline-click-separator {
		display: inline;
		padding-left: 80px;
	}

	.withdraw-button-wide-separator {
		display: inline;
		padding-left: 300px;
	}
}

.alt-status-display {
	border: 1px solid #001144;
	color: #001144;
	background: lightyellow;
	padding: 1em;
	margin-right: 4em;
}

.alt-status-title {
	text-align: center;
	margin-bottom: 1em;
	font-size: 16pt;
}

.alt-status-display td {
	padding: 0.2em;
	color: #001144;
	font-size: 16pt;
}

.alt-status-current {
	font-weight: bold;
}

.wide-box {
	width: 30em;
}
.wide-box-60em {
	width: 60em;
}

.small-box {
	width: 4em;
}

.link-list {
	margin-top: 0.2em;
	padding-top: 0.2em;
}

.link-list li {
	margin-top: 0.4em;
}

.list-title {
	font-size: 14pt;
}

.agreement-list-area li {
	margin-bottom: 1em;
}

.agreement-signature-line {
	font-weight: bold;
}

.info-list-title {
	font-weight: bold;
}

.info-list li {
	margin-top: 1em;
}

.item-list, .item-list li {
	margin-top: 0;
	padding-top: 0;
}

.icon-list-row {
	padding: 0;
	margin: 0 0 1.5em 0;
}
.icon-list-icon, .icon-list-content {
	float: left;
}
.icon-list-icon {
	width: 35px;
	margin: 0;
	font-size: 16pt;
}
.icon-list-content {
	width: 87%;
	margin: 0;
}

li.icon-AddressCard { list-style-image: url(Images/fa/AddressCard.png); }
li.icon-AddressCardSm { list-style-image: url(Images/fa/AddressCardSm.png); }
li.icon-Envelope { list-style-image: url(Images/fa/Envelope.png); }
li.icon-EnvelopeSm { list-style-image: url(Images/fa/EnvelopeSm.png); }
li.icon-GraduationCap { list-style-image: url(Images/fa/GraduationCap.png); }
li.icon-GraduationCapSm { list-style-image: url(Images/fa/GraduationCapSm.png); }
li.icon-HandHoldingUsd { list-style-image: url(Images/fa/HandHoldingUsd.png); }
li.icon-HandHoldingUsdSm { list-style-image: url(Images/fa/HandHoldingUsdSm.png); }
li.icon-Heartbeat { list-style-image: url(Images/fa/Heartbeat.png); }
li.icon-HeartbeatSm { list-style-image: url(Images/fa/HeartbeatSm.png); }
li.icon-Laptop { list-style-image: url(Images/fa/Laptop.png); }
li.icon-LaptopSm { list-style-image: url(Images/fa/LaptopSm.png); }
li.icon-MapMarker { list-style-image: url(Images/fa/MapMarker.png); }
li.icon-MapMarkerSm { list-style-image: url(Images/fa/MapMarkerSm.png); }
li.icon-Pdf { list-style-image: url(Images/Adobe/pdficon_large.png); }
li.icon-PdfSm { list-style-image: url(Images/Adobe/pdficon_small.png); }
li.icon-Pencil { list-style-image: url(Images/fa/Pencil.png); }
li.icon-PencilSm { list-style-image: url(Images/fa/PencilSm.png); }
li.icon-Phone { list-style-image: url(Images/fa/Phone.png); }
li.icon-PhoneSm { list-style-image: url(Images/fa/PhoneSm.png); }
li.icon-School { list-style-image: url(Images/fa/School.png); }
li.icon-SchoolSm { list-style-image: url(Images/fa/SchoolSm.png); }
li.icon-Syringe { list-style-image: url(Images/fa/Syringe.png); }
li.icon-SyringeSm { list-style-image: url(Images/fa/SyringeSm.png); }
li.icon-University { list-style-image: url(Images/fa/University.png); }
li.icon-UniversitySm { list-style-image: url(Images/fa/UniversitySm.png); }
li.icon-UserInjured { list-style-image: url(Images/fa/UserInjured.png); }
li.icon-UserInjuredSm { list-style-image: url(Images/fa/UserInjuredSm.png); }
li.icon-UserMd { list-style-image: url(Images/fa/UserMd.png); }
li.icon-UserMdSm { list-style-image: url(Images/fa/UserMdSm.png); }
li.icon-UserTie { list-style-image: url(Images/fa/UserTie.png); }
li.icon-UserTieSm { list-style-image: url(Images/fa/UserTieSm.png); }

li.icon-AddressCard li,
li.icon-AddressCardSm li,
li.icon-Envelope li,
li.icon-EnvelopeSm li,
li.icon-GraduationCap li,
li.icon-GraduationCapSm li,
li.icon-HandHoldingUsd li,
li.icon-HandHoldingUsdSm li,
li.icon-Heartbeat li,
li.icon-HeartbeatSm li,
li.icon-Laptop li,
li.icon-LaptopSm li,
li.icon-MapMarker li,
li.icon-MapMarkerSm li,
li.icon-Pdf li,
li.icon-PdfSm li,
li.icon-Pencil li,
li.icon-PencilSm li,
li.icon-Phone li,
li.icon-PhoneSm li,
li.icon-School li,
li.icon-SchoolSm li,
li.icon-Syringe li,
li.icon-SyringeSm li,
li.icon-University li,
li.icon-UniversitySm li,
li.icon-UserInjured li,
li.icon-UserInjuredSm li,
li.icon-UserMd li,
li.icon-UserMdSm li,
li.icon-UserTie li,
li.icon-UserTieSm li
{
	list-style-image: none;
	list-style-type: disc;
}

span.icon-AddressCard:before { content: url(Images/fa/AddressCard.png); }
span.icon-AddressCardSm:before { content: url(Images/fa/AddressCardSm.png); }
span.icon-Envelope:before { content: url(Images/fa/Envelope.png); }
span.icon-EnvelopeSm:before { content: url(Images/fa/EnvelopeSm.png); }
span.icon-GraduationCap:before { content: url(Images/fa/GraduationCap.png); }
span.icon-GraduationCapSm:before { content: url(Images/fa/GraduationCapSm.png); }
span.icon-HandHoldingUsd:before { content: url(Images/fa/HandHoldingUsd.png); }
span.icon-HandHoldingUsdSm:before { content: url(Images/fa/HandHoldingUsdSm.png); }
span.icon-Heartbeat:before { content: url(Images/fa/Heartbeat.png); }
span.icon-HeartbeatSm:before { content: url(Images/fa/HeartbeatSm.png); }
span.icon-Laptop:before { content: url(Images/fa/Laptop.png); }
span.icon-LaptopSm:before { content: url(Images/fa/LaptopSm.png); }
span.icon-MapMarker:before { content: url(Images/fa/MapMarker.png); }
span.icon-MapMarkerSm:before { content: url(Images/fa/MapMarkerSm.png); }
span.icon-Pdf:before { content: url(Images/Adobe/pdficon_large.png); }
span.icon-PdfSm:before { content: url(Images/Adobe/pdficon_small.png); }
span.icon-Pencil:before { content: url(Images/fa/Pencil.png); }
span.icon-PencilSm:before { content: url(Images/fa/PencilSm.png); }
span.icon-Phone:before { content: url(Images/fa/Phone.png); }
span.icon-PhoneSm:before { content: url(Images/fa/PhoneSm.png); }
span.icon-School:before { content: url(Images/fa/School.png); }
span.icon-SchoolSm:before { content: url(Images/fa/SchoolSm.png); }
span.icon-Syringe:before { content: url(Images/fa/Syringe.png); }
span.icon-SyringeSm:before { content: url(Images/fa/SyringeSm.png); }
span.icon-University:before { content: url(Images/fa/University.png); }
span.icon-UniversitySm:before { content: url(Images/fa/UniversitySm.png); }
span.icon-UserInjured:before { content: url(Images/fa/UserInjured.png); }
span.icon-UserInjuredSm:before { content: url(Images/fa/UserInjuredSm.png); }
span.icon-UserMd:before { content: url(Images/fa/UserMd.png); }
span.icon-UserMdSm:before { content: url(Images/fa/UserMdSm.png); }
span.icon-UserTie:before { content: url(Images/fa/UserTie.png); }
span.icon-UserTieSm:before { content: url(Images/fa/UserTieSm.png); }


a img {
	border: none;
}

td {
	font-size: 11pt;
	color: #000000;
}

th {
	font-size: 11pt;
	font-weight: bold;
}

.text-align-right {
	text-align: right;
}

.align-top {
	vertical-align: top;
}

.item-status-complete, .item-status-incomplete, .item-status-neutral {
	font-weight: bold;
	font-size: 12pt;
}

.item-status-complete {
	color: green;
}

.item-status-incomplete {
	color: #DA2B3C;
}

.item-status-neutral {
	color: black;
}

.item-status-pending {
	color: #946F0A;
	background: #fffff8;
}

.control-note {
	font-style: italic;
}

.section-indent {
	margin-left: 30px;
}

.question-title {
	margin-top: 30px;
	margin-bottom: 10px;
}

.question-body {
	margin-left: 15px;
}

.data-display {
	display: inline-block;
	border: 1px solid #696969;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	max-width: 860px;
	word-wrap: break-word;
}

.display-essay-text {
	margin: 10px;
}

.border-gray-padded {
	border: 1px solid #696969;
	padding: 1em;
}

.data-not-saved, .grid-item-not-saved {
	background: #ffffaa;
}

.page-header {
	font-weight: bold;
	font-size: 12pt;
	color: Black;
}

.error-page {
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
	margin: 1em;
	padding: 1em;
	border: none;
	background-color: White;
}

code {
	font-size: 12pt;
}

.error-message {
	color: #DA2B3C;
}

.error-message-specific {
	color: Black;
}

.attention, .text-danger {
	color: #DA2B3C;
	font-weight: bold;
}

.notice-box {
	padding: 10px;
	margin-top: 10px;
	border: 2px solid Navy;
}

.alert-box {
	padding: 10px;
	margin-top: 10px;
	border: 2px solid crimson;
}
.attention-box {
	background: rgb(252, 248, 242);
	border-left: 4px solid rgb(251, 203, 67);
	padding: 24px;
	margin: 10px 0;
}
.attention-box-danger {
	background: rgb(252, 242, 242);
	border-left: 4px solid rgb(251, 67, 67);
	padding: 24px;
	margin: 10px 0;
}

a.click-to-pay {
	border: 1px solid black;
	color: blue;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.login-box {
	font-size: 10pt;
	width: 8em;
	margin-left: 1em;
}

.login-box-wide {
	font-size: 10pt;
	width: 15em;
	margin-left: 1em;
}

.login-buttons {
	margin-top: 1em;
}

	.login-buttons a {
		font-size: 11pt;
	}

.caption {
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.military-waiver-note {
	font-size: 10pt;
	margin-top: 0.5em;
}

.instruction-list {
	margin-top: 0;
}

.suppl-exp-table, .suppl-exp-display-table {
	border-collapse:collapse;
}

.suppl-exp-table th, .suppl-exp-display-table th {
	border: 1px solid darkgray;
	padding:0 5px;
	background:#ddd;
}

.suppl-exp-display-table td {
	border-bottom: 1px solid darkgray;
}

.suppl-exp-table td {
	vertical-align: top;
}

.read-only {
	color: #757575;
}

.suppl-exp-hours {
	width: 50px;
}

.suppl-exp-hours-display {
	width: 75px;
}

.suppl-exp-date {
	width: 75px;
}

.suppl-items-will-be-message {
	background:#ffc;
	padding:2px;
}

.link-with-icon img, .link-with-icon span {
	vertical-align: middle
}

.link-with-icon span {
	margin-left: 1em;
	font-size: 14pt;
	font-weight: bold;
}

.char-count-ok, .char-count-warn {
	font-style: italic;
	font-size: 10pt;
}

.char-count-ok {
	color: #444444;
}

.char-count-warn {
	color: #DA2B3C;
}

.acad-display {
	border-collapse: collapse;
}

.acad-display-cell {
	border: 1px solid gray;
	padding-left: 4px;
	padding-right: 4px;
}

.iv-confirmed-data td {
	padding-bottom: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.listing-table {
	border-collapse: collapse;
}

.listing-table td, .listing-table th {
	padding: 2px 10px 2px 0;
}

.text-list li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

/*bcrow 5/18/2021 - these button classes were originally borrowed from Bootstrap, but for 2022 we changed to ui-brand styling*/
.btn {
	align-items: center;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(255, 205, 0);
	background-image: none;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	border-bottom-color: rgb(255, 205, 0);
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(255, 205, 0);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(255, 205, 0);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(255, 205, 0);
	border-top-style: solid;
	border-top-width: 1px;
	box-sizing: border-box;
	color: rgb(21, 21, 21);
	cursor: pointer;
	display: inline-block;
	font-family: Antonio, sans-serif;
	font-size: 20px;
	font-weight: 400;
	justify-content: center;
	line-height: 28px;
	padding-bottom: 12px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 16px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-decoration-color: rgb(21, 21, 21);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-transform: uppercase;
}
.btn:hover {
	color: black;
	border-bottom-color: rgb(99, 102, 106);
}
.btn:focus{
	border:3px dotted white;
}
.btn-primary {
	/*standard ui-brand styling - see btn above*/
}
.btn-success, .btn-danger {
	color: rgb(252, 252, 252);
}
.btn-success:hover, .btn-danger:hover {
	color: rgb(200, 200, 200);
}
.btn-success {
	border-color: rgb(10, 100, 20);
	background-color: rgb(10, 100, 20);
}
.btn-danger {
	border-color: rgb(120, 10, 20);
	background-color: rgb(120, 10, 20);
}
.btn-lg {
	font-size: 25px;
	padding-bottom: 16px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}
.btn-sm {
	font-size: 18px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
.btn:disabled {
	background-color: rgb(205, 205, 205);
	border-color: rgb(205, 205, 205);
	cursor:not-allowed;
}
.btn:disabled:hover {
	color: black;
	border-bottom-color: rgb(205, 205, 205);
}
.table-left th {
	text-align: left;
}
.acad-rec-upd-submitted th, .acad-rec-upd-submitted td{
	padding:2px 6px;
}
.acad-rec-upd-submitted th{
	font-weight:normal;
}
.acad-rec-upd-controls th, .acad-rec-upd-controls td {
	padding: 0 6px;
	margin: 0;
	text-align: left;
}
.acad-rec-upd-controls th {
	font-weight: normal;
}

/*accessibility - for validators; replace the style "red" that they use by default with a slightly darker red*/
[style*="color:red"], [style*="color: red"], [style*="color:Red"], [style*="color: Red"] {
	color: #DA2B3C !important;
}
.font-weight-normal {
	font-weight: normal;
}
