/*--------------------------------------------------------------
PUT YOUR CUSTOM STYLES BELOW
----------------------------------------------------------------*/
.module_icon_list ul {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.module_icon_list li {
	width:23%;
	text-align:center;
	padding: 5px;
	margin: 5px;
}

.student_info_list ul {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.student_info_list li {
	width: 32%;
	padding: 5px;
	margin: 5px;
	border: 1px solid;
}

/* Responsive layout */
@media (max-width: 800px) {
	.module_icon_list ul {
		flex-flow: column;
	}

	.module_icon_list li {
		width: 100%;
	}
}

.required {
	margin-left: 5px;
	padding: 3px !important;
	background-color: #ffecec !important;
	color: #a20000 !important;
	border: 1px solid #e20000;
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 0.8em;
}

.red {
	color:#A20000 !important;
}

.box {
	padding: 15px !important;
	border: 1px solid #cccccc;
}

/* Datepicker CSS fix */
.ui-datepicker {
	z-index: 9999 !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	position: absolute !important;
	clip: rect(0px, 18px, 200px, 0px);
}

/* Form specific styles */
fieldset {
	border: none;
}

	fieldset select {
		background-image: none !important;
		box-sizing: border-box;
	}

	fieldset label {
		display: inline-block !important;
		max-width: 100% !important;
		margin-bottom: 5px !important;
		font-weight: 400 !important;
		box-sizing: border-box;
		line-height: 1.25em;
		font-family: 'Roboto', Arial, sans-serif;
	}

.label {
	display: inline-block !important;
	max-width: 100% !important;
	margin-bottom: 5px !important;
	font-weight: 400 !important;
	box-sizing: border-box;
	line-height: 1.25em;
}

.form-control {
	display: block !important;
	width: 100% !important;
	/*height: 28px;*/
	padding: 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	-moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	box-sizing: border-box;
}

/* use form-control2 to make the form field inline and width is not set to 100% */
.form-control2 {
	height: 30px;
	padding: 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	-moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	box-sizing: border-box;
}

/* Use form-control3 for multi-line text boxes. This doesn't have the fixed height. */
.form-control3 {
	display: block !important;
	width: 100% !important;
	padding: 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	-moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	box-sizing: border-box;
}

/*input[type="text"]:focus, intput[type="password"]:focus, textarea:focus, select:focus {
    box-shadow: inset 0 0 1px rgba(195, 220, 246, 1);
    -moz-box-shadow: inset 0 0 1px rgba(195, 220, 246, 1);
    -webkit-box-shadow: inset 0 0 1px rgba(195, 220, 246, 1);
    border: 1px solid rgba(195, 220, 246, 1);
}*/

.form-control:focus {
	box-shadow: inset 0 0 1px rgba(195, 220, 246, 1);
	-moz-box-shadow: inset 0 0 1px rgba(195, 220, 246, 1);
	-webkit-box-shadow: inset 0 0 1px rgba(195, 220, 246, 1);
	border: 1px solid rgba(195, 220, 246, 1);
}

.form-control2:focus {
	box-shadow: inset 0 0 1px rgba(195, 220, 246, 1);
	-moz-box-shadow: inset 0 0 1px rgba(195, 220, 246, 1);
	-webkit-box-shadow: inset 0 0 1px rgba(195, 220, 246, 1);
	border: 1px solid rgba(195, 220, 246, 1);
}

.form-control3:focus {
	box-shadow: inset 0 0 1px rgba(195, 220, 246, 1);
	-moz-box-shadow: inset 0 0 1px rgba(195, 220, 246, 1);
	-webkit-box-shadow: inset 0 0 1px rgba(195, 220, 246, 1);
	border: 1px solid rgba(195, 220, 246, 1);
}

legend {
	display: block;
	padding: 8px 8px;
	font-family: 'Roboto', Arial, sans-serif;
	border-bottom: 1px dashed rgba(0,0,0,.2);
	background: transparent;
	font-size: 20px;
	font-weight: 300;
	color: #222;
	margin: 0 0 20px 0;
	width: 98%;
	line-height: inherit;
	box-sizing: border-box;
}

.radio input {
	float: left;
}

.radio label {
	margin-left: 30px;
	display: block !important;
	font-weight: 100 !important;
	font-family: 'open_sansregular', 'gothambold1', Verdana, Arial, serif;
}

.radio_label label {
	font-weight: 100 !important;
}

.check_label label {
	font-weight: 100 !important;
}

.radio_horizontal input, .radio_vertical input {
	margin-left: 20px !important;
	margin-right: 8px !important;
}

.check_horizontal input, .check_vertical input {
	margin-left: 20px !important;
	margin-right: 8px !important;
}

.check input {
	float: left;
	margin-top: 6px;
}

.check label {
	margin-left: 30px;
	margin-top: 0;
	display: block !important;
	font-weight: 100 !important;
	font-family: 'open_sansregular', 'gothambold1', Verdana, Arial, serif;
}
/* End of Form Fields Style */

/* Table Styles */
/*.table-responsive {
	display: inline-block;
	overflow-x: auto !important;
	min-height: .01%;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 18px;
}

	.table > thead > tr > th, .table > tbody > tr > th {
		background-color: #EBEDEE !important;
		color: #444444 !important;
	}

	.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
		padding: 6px 10px;
	}

table {
	background-color: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

	table a {
		color: #0F3C73 !important;
		text-decoration: underline !important;
	}

		table a:hover {
			text-decoration: none !important;
		}

	table th a {
		font-weight: bold;
	}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #ddd !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #EBEDEE;
}

	.table-striped > tbody > tr:nth-of-type(odd) a {
		background-color: #EBEDEE;
		color: #0F3C73;
	}*/
/* End Table Styles */

/* Responsive Grid CSS */
.row::after {
	content: "";
	clear: both;
	display: block;
	box-sizing: border-box;
}

[class*="col-"] {
	float: left;
	padding: 10px 15px !important;
	box-sizing: border-box;
}

[class*="colnopad-"] {
	float: left;
	padding-left:10px;
	box-sizing: border-box;
}

/* For mobile phones: */
[class*="col-"] {
	width: 100%;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
	/* For desktop: */
	.col-1 {
		width: 8.33%;
	}

	.col-2 {
		width: 16.66%;
	}

	.col-3 {
		width: 25%;
	}

	.col-4 {
		width: 33.33%;
	}

	.col-5 {
		width: 41.66%;
	}

	.col-6 {
		width: 50%;
	}

	.col-7 {
		width: 58.33%;
	}

	.col-8 {
		width: 66.66%;
	}

	.col-9 {
		width: 75%;
	}

	.col-10 {
		width: 83.33%;
	}

	.col-11 {
		width: 91.66%;
	}

	.col-12 {
		width: 100%;
	}
}

[class*="colnopad-"] {
	width: 100%;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
	/* For desktop: */
	.colnopad-1 {
		width: 8.33%;
	}

	.colnopad-2 {
		width: 16.66%;
	}

	.colnopad-3 {
		width: 25%;
	}

	.colnopad-4 {
		width: 33.33%;
	}

	.colnopad-5 {
		width: 41.66%;
	}

	.colnopad-6 {
		width: 50%;
	}

	.colnopad-7 {
		width: 58.33%;
	}

	.colnopad-8 {
		width: 66.66%;
	}

	.colnopad-9 {
		width: 75%;
	}

	.colnopad-10 {
		width: 83.33%;
	}

	.colnopad-11 {
		width: 91.66%;
	}

	.colnopad-12 {
		width: 100%;
	}
}
/* End Responsive Grid Css */

/* User Search Box*/
.SearchBox {
	clear: both;
	border: 1px groove;
	/*background-color:#E8E8E8;*/
	background-color: #F0F0F0;
	padding: 10px;
}

	.SearchBox h2 {
		margin: 5px 0px 0px 0px !important;
		font-size: medium;
	}

	.SearchBox .closeButton {
		margin-top: 0;
		float: right;
	}

		.SearchBox .closeButton a {
			margin-top: 0;
			font-size: small;
		}

.closeButton {
	float: right;
	margin-top: 0;
}

	.closeButton a {
		font-size: small;
		margin-top: 0;
	}
/* End User Search Box*/

/* Button Overrides */
.button {
	font-size: 12pt !important;
	padding: 8px 12px !important;
}

a.univBlue, a.button.univBlue, a.pill.univBlue,
input[type="button"].univBlue, input[type="submit"].univBlue, input[type="reset"].univBlue {
	background-color: #00274c !important;
	color: #fff !important;
	border: solid 1px #00274c !important;
}

	a.univBlue:hover,
	input[type="button"]:hover.univBlue, input[type="submit"]:hover.univBlue, input[type="reset"]:hover.univBlue {
		background-color: #fff !important;
		color: #00274c !important;
	}


a.medBlue, a.button.medBlue, a.pill.medBlue,
input[type="button"].medBlue, input[type="submit"].medBlue, input[type="reset"].medBlue {
	background-color: #0059a2 !important;
	color: #fff !important;
	border: solid 1px #0059a2 !important;
}

	a.medBlue:hover,
	input[type="button"]:hover.medBlue, input[type="submit"]:hover.medBlue, input[type="reset"]:hover.medBlue {
		background-color: #fff !important;
		color: #0059a2 !important;
		box-shadow: 1px 1px 6px rgba(0,0,0,.2);
	}

a.lightBlue, a.button.lightBlue, a.pill.lightBlue,
input[type="button"].lightBlue, input[type="submit"].lightBlue, input[type="reset"].lightBlue {
	background-color: #9DBED8 !important;
	color: #222 !important;
	border: solid 1px #9DBED8 !important;
}

	a.lightBlue:hover,
	input[type="button"]:hover.lightBlue, input[type="submit"]:hover.lightBlue, input[type="reset"]:hover.lightBlue {
		background-color: #222 !important;
		color: #9DBED8 !important;
	}

a.gray, a.button.gray, a.pill.gray,
input[type="button"].gray, input[type="submit"].gray, input[type="reset"].gray {
	background-color: #555 !important;
	color: #fff !important;
	border: solid 1px #555 !important;
}

	a.gray:hover,
	input[type="button"]:hover.gray, input[type="submit"]:hover.gray, input[type="reset"]:hover.gray {
		background-color: #fff !important;
		color: #222 !important;
	}

a.orange, a.button.orange, a.pill.orange,
input[type="button"].orange, input[type="submit"].orange, input[type="reset"].orange {
	background-color: #F58220 !important;
	color: #101010 !important;
	border: solid 1px #E17000 !important;
}

	a.orange:hover,
	input[type="button"]:hover.orange, input[type="submit"]:hover.orange, input[type="reset"]:hover.orange {
		background-color: #101010 !important;
		color: #E17000 !important;
	}

a.beige, a.button.beige, a.pill.beige,
input[type="button"].beige, input[type="submit"].beige, input[type="reset"].beige {
	background-color: #DAD6CC !important;
	color: #222 !important;
	border: solid 1px #DAD6CC !important;
}

	a.beige:hover,
	input[type="button"]:hover.beige, input[type="submit"]:hover.beige, input[type="reset"]:hover.beige {
		background-color: #222 !important;
		color: #DAD6CC !important;
	}

a.black, a.button.black, a.pill.black,
input[type="button"].black, input[type="submit"].black, input[type="reset"].black {
	background-color: #000 !important;
	color: #fff !important;
}

	a.black:hover,
	input[type="button"]:hover.black, input[type="submit"]:hover.black, input[type="reset"]:hover.black {
		background-color: #fff !important;
		color: #222 !important;
		border: solid 1px #222 !important;
	}

a.white, a.pill.white, a.button.white,
input[type="button"].white, input[type="submit"].white, input[type="reset"].white {
	background-color: #fff !important;
	color: #222 !important;
	border: solid 1px #aaa !important;
}

	a.white:hover,
	input[type="button"]:hover.white, input[type="submit"]:hover.white, input[type="reset"]:hover.white {
		background-color: #fff !important;
		color: #222 !important;
		border: solid 1px #aaa !important;
	}

a.gradient:hover, input[type="button"].gradient:hover,
input[type="submit"].gradient:hover, input[type="reset"].gradient:hover {
	border: 1px solid #555;
	display: inline-block;
	color: #f7f7f7;
	background-color: #002B54; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background-image: -moz-linear-gradient(top, #1f3442 0%, #001d42 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f3442), color-stop(100%,#001d42)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #1f3442 0%,#001d42 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, #1f3442 0%,#001d42 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #1f3442 0%,#001d42 100%); /* IE10+ */
	background-image: linear-gradient(to bottom, #1f3442 0%,#001d42 100%); /* W3C */
}

a.button.gradient, a.pill.gradient {
	color: #002B54;
	background-color: #f4f4f4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
}

	a.button.gradient:hover, a.pill.gradient:hover {
		color: #f7f7f7;
		background-color: #002B54; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background-image: -moz-linear-gradient(top, #1f3442 0%, #001d42 100%); /* FF3.6+ */
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f3442), color-stop(100%,#001d42)); /* Chrome,Safari4+ */
		background-image: -webkit-linear-gradient(top, #1f3442 0%,#001d42 100%); /* Chrome10+,Safari5.1+ */
		background-image: -o-linear-gradient(top, #1f3442 0%,#001d42 100%); /* Opera 11.10+ */
		background-image: -ms-linear-gradient(top, #1f3442 0%,#001d42 100%); /* IE10+ */
		background-image: linear-gradient(to bottom, #1f3442 0%,#001d42 100%); /* W3C */
	}

a.white:hover,
input[type="button"].white:hover, input[type="submit"].white:hover, input[type="reset"].white:hover {
	box-shadow: 0px 2px 6px rgba(0,0,0,.6);
}

a.gray:hover,
input[type="button"].gray:hover, input[type="submit"].gray:hover, input[type="reset"].gray:hover {
	box-shadow: 0px 2px 6px rgba(0,0,0,.6);
}

a.medBlue:hover,
input[type="button"].medBlue:hover, input[type="submit"].medBlue:hover, input[type="reset"].medBlue:hover {
	box-shadow: 0px 2px 6px rgba(0,0,0,.6);
}
/* End Button Overrides */

/* Table Paging Style */
#pager_style .GridPager td table {
	width: unset !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

#pager_style .GridPager td table tr {
	border: 0 !important;
}

.GridPager a, .GridPager span {
	display: block;
	width: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 5px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 0.75em;
}

.GridPager a {
	background-color: #f5f5f5;
	border: 1px solid #969696;
}

.GridPager span {
	background-color: #C3DCF6;
	color: #000;
	border: 1px solid #3AC0F2;
}
/* End Table Paging Style */




/* Login Field Style */
.centerInfo {
	text-align: center !important;
}

.loginInfo {
	padding: 0px;
}

/* End of Login Field Style */


/* Box Style*/
.box {
	padding: 15px !important;
	border: 1px solid #cccccc;
}

/* End of Box Style*/


/*Add Focus*/
select:focus, textarea:focus {
	border-bottom: solid 2px #e17000 !important;
	opacity: 1 !important;
}




/*Screen Reader Only*/
.sr-onlyB {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}


/*Loader Class*/
.loaderClass {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


/* End Loader Class*/


/* CARD Changes for Apps*/
.card h2 {
	font-size: 24px;
}
/* End CARD Changes for Apps*/


/* Tables - Version 5 */
.table-color-1 table th {
	text-align: center;
}

	.table-color-1 table th a {
		color: white;
	}

/* END Tables - Version 5 */




/* DATEPICKER UPDATES for V5 */

.ui-datepicker {
	z-index: 9999 !important;
}

	.ui-datepicker .ui-datepicker-prev span,
	.ui-datepicker .ui-datepicker-next span {
		position: absolute !important;
		clip: rect(0px, 18px, 200px, 0px);
	}

.ui-datepicker-trigger {
	padding: 0px 0px 0px 3px;
}

/* END DATEPICKER UPDATES for V5 */






/*Add Focus to Dropdowns & Text Areas*/
select:focus, textarea:focus {
	border-bottom: solid 2px #e17000 !important;
	opacity: 1 !important;
}



/* TABS */

.TabInitial {
	display: block;
	border-radius: 10px 10px 0px 0px;
	padding: 4px 18px 4px 18px;
	margin-right: 5px;
	float: left;
	background-color: #002B54; /*: url("../Images/InitialImage.png") no-repeat right top;*/
	border: solid 1px #002B54 !important;
	color: white;
	font-weight: bold;
}

.TabInitialRed {
	display: block;
	border-radius: 10px 10px 0px 0px;
	padding: 4px 18px 4px 18px;
	margin-right: 5px;
	float: left;
	background-color: #AA0000;
	border: solid 1px #002B54 !important;
	color: white;
	font-weight: bold;
}
/*.TabInitial:hover
{
  color: #E17000;
}*/
.TabClicked {
	float: left;
	display: block;
	border-radius: 10px 10px 0px 0px;
	border: solid 1px #002B54 !important;
	margin-right: 5px;
	/*background: url("../Images/SelectedButton.png") no-repeat right top;*/
	background-color: white;
	padding: 4px 18px 4px 18px;
	color: #002B54;
	font-weight: bold;
}

.TabClickedRed {
	float: left;
	display: block;
	border-radius: 10px 10px 0px 0px;
	border: solid 1px #AA0000 !important;
	margin-right: 5px;
	/*background: url("../Images/SelectedButton.png") no-repeat right top;*/
	background-color: white;
	padding: 4px 18px 4px 18px;
	color: #002B54;
	font-weight: bold;
}

.OutlineDiv {
	border: solid 1px #777;
	/*border-bottom:solid 1px #777;*/
	margin-top: 8px;
	padding: 20px !important; /*0px 10px 5px 10px;*/
	/*margin-right: 5px;*/
	/*margin-left: 5px;*/
}



/* END TABS */


/* Float Trigger CSS */
.float-trigger {
	position: relative;
}

	.float-trigger:hover .infobox-float-left {
		display: block;
	}

	.float-trigger:hover .infobox-float-right {
		display: block;
	}

/*.float-trigger a {
    font-size:12px;
}*/

.infobox-float-left {
	display: none;
	position: absolute;
	/*bottom: 0px;*/
	top: -20%;
	/*left: -185px;*/
	left: -900%;
	border: 8px solid #4472C4;
	background-color: white;
	color: black;
	z-index: 100;
	width: 350px;
	text-align: left;
}


.infobox-float-right {
	display: none;
	position: absolute;
	/*bottom: 0px;*/
	top: 50%;
	/*left: -185px;*/
	left: 55%;
	border: 8px solid #4472C4;
	background-color: white;
	color: black;
	z-index: 100;
	width: 350px;
	text-align: left;
}

.infobox-float-left p {
	padding: 5px;
	font-size: 12px;
}

.infobox-float-right p {
	padding: 5px;
	font-size: 12px;
}
/* End Float Trigger CSS */


/* ASIDE Changes */
aside h2 {
	font-size: large !important;
	font-weight: bold !important;
}
/* END ASIDE Changes */


/* AppSection - Alternative to FieldSet */
.appSection {
	padding: 20px !important;
}

	.appSection h2 {
		border-bottom: 1px dashed rgba(0,0,0,.2);
		font-size: 30px;
		/*display: block;
	padding: 8px 8px;
	background: transparent;
	font-size: 23px;
	font-weight: 600;
	color: #222;
	margin: 0 0 20px 0;
	width: 98%;
	line-height: inherit;
	box-sizing: border-box;*/
		/*font-family: 'Roboto', Arial, sans-serif;*/
	}

	.appSection h3 {
		font-weight: bold;
	}

	.appSection label {
		display: inline-block !important;
		max-width: 100% !important;
		margin-bottom: 5px !important;
		font-weight: 600 !important;
		box-sizing: border-box;
		line-height: 1.25em;
		/*font-family: 'Roboto', Arial, sans-serif;*/
	}


	/* Updates to Headers when both AppSection and Card are used*/
	.appSection.card h2 {
		font-weight: bold;
		font-size: 25px;
		color: var(--h1) !important;
	}

	.appSection.card h3 {
		font-weight: bold;
		font-size: 25px;
		margin: 14px 0px 5px 0px;
	}



/* END AppSection - Alternative to FieldSet */



/* REPLACEMENT CARD  - CARD in the CSS has extra stuff that keeps changing colors. Made this to make it more static for the app.*/
.repCard {
	background-color: var(--my-white);
	color: var(--my-white-text);
	border: solid;
	border-width: var(--border-width-medium);
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, .5);
	margin: 10px;
	display: grid;
	padding: var(--card-padding);
}

	.repCard h2 {
		font-weight: bold;
		font-size: 25px;
		color: var(--h1) !important;
	}

	.repCard h3 {
		font-weight: bold;
		font-size: 25px;
		margin: 14px 0px 5px 0px;
	}

.repCardDarkBlue {
	border-color: var(--secondary) !important;
}

.repCardOrange {
	border-color: var(--accent-1);
}

.repCardGray {
	border-color: var(--dark);
}
/* END of REPLACEMENT CARD */

/* APP FIXES - V5 */

/* Make Table COLOR show up when in a CARD. Without this, the table header color is white*/
.table-color-1 table th {
	background-color: var(--primary) !important;
	color: var(--primary-text) !important;
}

	.table-color-1 table th a {
		background: none !important;
		color: white !important;
	}

.appHeaderTitle {
	font-size: var(--main-h1-font-size);
	font-style: none;
	text-decoration: none !important;
}

.appHeaderDiv {
	margin: var(--header-margin-h1) 0px !important;
}

/* END APP FIXES - V5 */


.ui-datepicker {
	z-index: 9999 !important;
}


	.ui-datepicker .ui-datepicker-prev span,
	.ui-datepicker .ui-datepicker-next span {
		position: absolute !important;
		clip: rect(0px, 18px, 200px, 0px);
	}






/* Float Trigger CSS */
.float-trigger {
	position: relative;
}

	.float-trigger:hover .actiontype-float-left {
		display: block;
	}

	.float-trigger:hover .actiontype-float-right {
		display: block;
	}

/*.float-trigger a {
    font-size:12px;
}*/

.actiontype-float-left {
	display: none;
	position: absolute;
	/*bottom: 0px;*/
	top: 50%;
	/*left: -185px;*/
	left: 20%;
	border: 8px solid #002f5f;
	background-color: white;
	color: black;
	z-index: 100;
	width: 350px;
}


.actiontype-float-right {
	display: none;
	position: absolute;
	/*bottom: 0px;*/
	top: 50%;
	/*left: -185px;*/
	left: 55%;
	border: 8px solid #002f5f;
	background-color: white;
	color: black;
	z-index: 100;
	width: 350px;
}

.actiontype-float-left p {
	padding: 5px;
	font-size: 12px;
}

.actiontype-float-right p {
	padding: 5px;
	font-size: 12px;
}
/* End Float Trigger CSS */






/* CCAR Additions */


span.Instructions {
	font-size: 16px;
}

span.Instructions2 {
	font-style: italic;
}

span.Instructions3 {
	font-size: 16px;
	font-style: italic;
}



div.UC_hidden {
	display: none;
}

div.CurrentLeft {
	float: left;
	width: 40%;
	/*height:2em;*/
	font-size:14px;
	padding: 5px;
	margin: auto 0;
}

div.CurrentRight {
	/*height:2em;*/
	font-size: 14px;
	padding: 5px;
	margin: auto 0;
}

div.ProposedLeft {
	float: left;
	width: 40%;
	font-size: 14px;
	padding: 5px;
	margin: auto 0;
}

div.ProposedRight {
	/*height:2em;*/
	padding: 5px;
	font-size: 14px;
	margin: auto 0;
}

div.CurrentLeft span {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.ProposedLeft span {
	font-weight: bold;
	margin: 0;
	padding: 0;
}













div.HRLabelColumn {
	float: left;
	width: 20%;
	/*min-width:400px;*/
	font-size: 90%;
}

div.HRCurrentColumn {
	float: left;
	width: 26%;
	/*min-width:400px;*/
	font-size: 90%;
}

div.HRProposedColumn {
	float: left;
	width: 26%;
	/*min-width:400px;*/
	font-size: 90%;
}

div.HRRecColumn {
	float: left;
	width: 26%;
	/*min-width:400px;*/
	font-size: 90%;
}


div.HRLabelColumnConfirmation {
	float: left;
	width: 35%;
	/*min-width:400px;*/
	font-size: 90%;
}

div.HRProposedColumnConfirmation {
	float: left;
	width: 60%;
	/*min-width:400px;*/
	font-size: 90%;
}


div.HRRecColumnConfirmation {
	float: left;
	width: 35%;
	/*min-width:400px;*/
	font-size: 90%;
}

div.HRLabel {
	float: left;
	width: 95%;
	height: 2em;
	padding: 10px;
	margin: auto 0;
	font-weight: bold;
}

div.HRLabel span {
	font-weight: bold;
}


div.HRCurrent {
	float: left;
	width: 95%;
	/*height:2em;*/

	padding: 10px;
	margin: auto 0;
}

div.HRProposed {
	float: left;
	width: 95%;
	/*height:2em;*/
	padding: 10px;
	margin: auto 0;
}


div.HRRecommended {
	float: left;
	width: 100%;
	/*height:2em;*/
	padding: 10px;
	margin: auto 0;
}

div.noCurrent {
	background-color: #D0D0D0;
}












div.divRow {
	border-style: solid;
	padding: 5px;
	height: 4em;
	border-color: #aaa;
	border-bottom-style: solid;
	border-width: 1px;
}

div.divHighlight {
	background-color: #DBE1EA;
}

div.divHighlightTall {
	background-color: #DBE1EA;
	height: 200px;
}

div.divRow_WT {
	border-style: solid;
	padding: 5px;
	height: 3.5em;
	border-color: #aaa;
	border-bottom-style: solid;
	border-width: 1px;
}

div.divRow_WT2 {
	border-style: solid;
	padding: 5px;
	height: 5.3em;
	border-color: #aaa;
	border-bottom-style: solid;
	border-width: 1px;
}

div.divRowErrorHeight {
	border-style: solid;
	padding: 5px;
	height: 4.5em;
	border-color: #aaa;
	border-bottom-style: solid;
	border-width: 1px;
}

div.divRowErrorHeight_sm {
	border-style: solid;
	padding: 5px;
	height: 4em;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
}

div.divRowRationale {
	display: block;
	border-style: solid;
	/*padding:5px;
    height:3em;*/
	border-color: #aaa;
	border-bottom-style: solid;
	border-width: 1px
}

div.divRowRationaleHR {
	display: block;
	border-style: solid;
	height: 200px;
	/*padding:5px;
    height:3em;*/
	border-color: #aaa;
	border-bottom-style: solid;
	border-width: 1px;
}

div.divRowRationaleVerify {
	display: block;
	border-style: solid;
	min-height: 3em;
	padding: 5px;
	/*padding:5px;
    height:3em;
    border-color:#aaa;*/
	border-bottom-style: solid;
	border-width: 1px;
}


div.divRow_EffDateText {
	border-style: solid;
	padding: 5px;
	border-color: #aaa;
	border-bottom-style: solid !important;
	border-width: 1px;
}


div.divRow_HRDIAssessmentRow {
	border-style: solid;
	display: block;
	padding: 5px;
	height: 4em;
	border-color: #aaa;
	border-bottom-style: solid;
	border-width: 1px;
}

div.divRow_HRDIDiscussionRow {
	border-style: solid;
	display: block;
	padding: 5px;
	height: 5em;
	border-color: #aaa;
	border-bottom-style: solid;
	border-width: 1px;
}


div.divRow_Col {
	border-style: solid;
	border-width: 1px;
	padding: 0px !important;
	border-color: #aaa;
}

div.divRow_Col_Left {
	border-right-style: solid;
	border-right-width: .5px;
	padding: 0px !important;
	border-color: #aaa;
}

div.divRow_Col_Right {
	border-left-style: solid;
	border-left-width: .5px;
	padding: 0px !important;
	border-color: #aaa;
}











div.proposed_left {
	width: 60%;
	margin-left: 0;
	float: left;
	min-width: 400px;
}

div.Panel_BackButton {
	float: left;
}



div.Panel_CP {
	/*display:block;
    overflow:hidden;
    width:98%;*/
}

div.Panel_CPButtons {
	margin-left: 50%;
	width: 49%;
}

div.Panel_CPButtonsNoCurrent {
	margin-left: 0;
	width: 49%;
}



div.MasterWidth {
	min-width: 810px;
}

div.spacer {
	padding-top: 4px;
}

div.ProposedRationale span, div.ProposedRationale label {
	float: left;
	padding-left: 15px;
	margin: auto 0;
}




div.Panel_Inline {
	display: block;
	min-height: 3em;
}

div.EmplLeft {
	float: left;
	width: 100%;
	padding: 3px;
	margin: auto 0;
	font-weight: bold;
}

div.EmplRight {
	float: left;
	width: 100%;
	padding: 3px;
	margin: auto 0;
}

table.DisplayTable tr td {
	border: 2px solid red;
}

	/*table.DisplayTable tr td.CenterColumn {
		width: 200px;
		text-align: center;
	}*/

table.DisplayTableLogin {
	width: 55%;
}

	table.DisplayTableLogin tr td {
		width: 50%;
		text-align: left;
	}

span.IEPadding {
	padding-top: 10px;
}

.hideGridColumn {
	display: none;
}


.FinalHRDivs {
	width: 250px;
	float: left;
	height: 150px;
}


.MinSpaceTable {
	margin-top: 10px;
	margin-bottom: 0px;
}

	.MinSpaceTable tr {
		padding: 0px;
		margin: 0px;
		/*border-bottom:solid 1px;*/
	}

		.MinSpaceTable tr td {
			padding: 0px;
		}

.DisplayBlock {
	/*display:block;
    float:left;*/

	min-width: 50px; /* 100px x3 = 300 */
	overflow: auto;
}

.tdDisplay {
	/*text-align: center;*/
	/*background-color:#E8E8E8;*/
	/*border:solid !important;
    border-width:1px !important;
    border-color:black !important;*/
}



.LinkDisplay {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.LinkDisplayChosen {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
}

.LinkFirst {
	padding-left: 0px;
}

.HyperlinkStyle {
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
	/*background-color:#D9E2F3;*/
}

.NoStretch {
	width: 1%;
	white-space: nowrap;
}

.displayNone {
	display: none;
}

.LabelTopMargin {
	margin-bottom: 20px;
	vertical-align: top !important;
}

	.LabelTopMargin span, .LabelTopMargin input, .LabelTopMargin select, .LabelTopMargin label {
		display: inline-block;
		margin-top: 10px !important;
		margin-bottom: 5px !important;
	}

	.LabelTopMargin .LabelTopMarginHalf span {
		display: inline-block;
		margin-top: 5px !important;
	}


/* CLASS COMP */
.classcompbox {
	/*border:solid 1px #aaa;*/
	/*padding:5px;*/
	width: 100%;
	margin-bottom: 10px;
	/*font-size:.9em;*/
}

	.classcompbox ul {
		margin: 0px;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 5px;
	}

		.classcompbox ul li {
			padding: 5px 0;
		}

	.classcompbox h2 {
		padding: 8px;
		/*font-size:12pt;*/
		margin-bottom: 5px !important;
		padding-bottom: 1px !important;
		margin-top: 0px !important;
		/*background-color:#dddddd;*/
		/*background-color:#0F3C73;*/ /*#58595D;*/
		/*color:white;*/
		text-align: center;
		/*border-bottom:solid 2px #777;*/
	}

.analysis-report {
	width: 99%;
	height: 225px;
	margin-bottom: 8px;
}


/* END CCAR Additions*/






/* 2026 CCAR Additions*/
.listFix tr td{
	padding:10px;
	border:none;
}

.listFix label {
	margin-left:10px;
}

.listFix {
	border: none;
}


.checkboxFix {
	display: inline;
	/*float:none;*/
}

.checkboxFix label {
	margin-left: 5px;
}






.reqColumn {
	padding-top: 0px;
	/*border-width: 1px 1px 0px 1px !important;
	border-style: solid;
	border-color: #cccccc !important;*/
}

.reqColumn_WT {
	/*height: 70px;*/
}

.reqColumn_EffDateText {
	/*border-style: solid;
	padding: 5px;
	border-color: #aaa;
	border-bottom-style: solid !important;
	border-width: 1px;*/
}

.reqColumn_Rationale {
	/*display: block;
	border-style: solid;*/
	/*padding:5px;
    height:3em;*/
	/*border-color: #aaa;
	border-bottom-style: solid;
	border-width: 1px*/
}

.reqColumn hr {
	margin-top: 0px;
}






.reqColumnView {
	border-width: 1px 1px 0px 1px !important;
	border-style: solid;
	border-color: #cccccc !important;
	/*height: 50px;*/
	/*height: 3em;*/
}

.reqColumnViewBottom {
	border-width: 1px 1px 1px 1px !important;
	border-style: solid;
	border-color: #cccccc !important;
}



.reqColumnView_EffDateText {
	border: 1px 1px 1px 1px solid #cccccc;
	
}

.reqColumnView_Rationale {
	border-width: 1px 1px 1px 1px !important;
	border-style: solid;
	border-color: #cccccc !important;
	
}



.reqColumn label, .reqColumnView label, .reqColumnViewBottom label, .reqColumn_WT label, .reqColumn_EffDateText label, .reqColumn_Rationale label {
	font-weight: bold;
}



.ulLinks li{
	font-size:16px;
}

.imgSearch{
	padding: 0px 0px 0px 0px !important;
}



/* END 2026 CCAR Additions*/