/* @charset "UTF-8"; */
/* /* CSS Document */ */

/* /* 29426a = jenz dark blue */ */
/* /* e26933 = jenz orange */ */
/* /* 00b5e6 = jenz blue */ */
/* /* a2d2ec = jenz light blue */ */
/* /* 62bd19 = jenz green */ */
/* /* f1b765 = yellow */ */
/* /* fcf8e3 = light yellow */ */
/* /* cd2e59 = red */ */
/* /* f2dede = light red */ */
/* /* 468847 = green */ */
/* /* d7fad7 = Light green */ */
/* /* cee9f4 = frozen blue */ */
/* /* e6ecf1 = lt greyish blue */ */
/* /* e7ecf2 = lt blue - color of nav menu items */ */


/* .red { */
/* color: #d7143b;	 */
/* } */

/* .breadcrumb > li { */
/*     text-shadow: 0 1px 0 #ffffff; */
/* 	padding-top: 5px; */
/* } */

/* .fabreadcrumb > li { */
/*     text-shadow: 0 1px 0 #ffffff; */
/* 	padding-top: 5px; */
/* 	padding-right: 60px; */
/* } */

/* /* Used to modify the body color of the accordion group main DIV */ */
/* .colorInner { */
/* 	background-color:#f5f5f5; */
/* 	} */

/* /* Used to separate form fields with a white Bootsrtap WELL box */ */
/* .wellWhite { */
/* 	min-height: 20px; */
/* 	padding: 0px 15px 15px 15px;  */
/* 	margin-bottom: 20px; */
/* 	background-color:#FFFFFF; */
/* 	border:1px solid #e3e3e3; */
/* 	-webkit-border-radius:4px; */
/* 	-moz-border-radius:4px;border-radius:4px; */
/* 	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05); */
/* 	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05); */
/* 	} */

/* /* Used to identify a disabled WELL box */ */
/* .wellDisabled { */
/* 	min-height: 20px; */
/* 	padding: 0px 15px 15px 15px;  */
/* 	margin-bottom: 20px; */
/* 	background-color:#ECECEC; */
/* 	border:1px solid #e3e3e3; */
/* 	-webkit-border-radius:4px; */
/* 	-moz-border-radius:4px;border-radius:4px; */
/* 	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05); */
/* 	-moz-box-shadow:inset 0 1px 1px rgba(0, 0,  0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05); */
/* 	} */
	
/* /* Used in DIV that contains Progress meter */ */
/* .width320 { */
/* 	min-width:320px; */
/* 	max-width:320px; */
/* 	}	 */

/* /* Used to increase the height of form fields when SPANX is used to control width */ */
/* .height30 { */
/* 	height:30px !important; */
/* 	} */
	
/* /* Used to increase the height of form fields when SPANX is used to control width */ */
/* .height60 { */
/* 	height:60px !important; */
/* 	} */

/* /* Used to center the buttons under the Progress meter */ */
/* .centerMe { */
/* 	text-align:center; !important; */
/* } */

/* /* Used to add space between accordion rows */ */
/* .margBotHalf { */
/* 	margin-bottom: .5em; */
/* 	} */

/* /* used to indent question text when moving to a second line */ */
/* .labelTxt { */
/* 	margin-left: 1.8em; */
/* 	text-indent: -1.8em; */
/*     } */

/* /* used to indent radio buttons */ */
/* .margLefx2	{ */
/* 	 margin-left: 2em; */
/* 	 } */
	 
/* /* Used for horizontal rule between school options - note: Gradient transparent - color - transparent */		 */
/* .hr.style-two { */
/*     border: 0; */
/*     height: 1px; */
/*     background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));  */
/*     background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));  */
/*     background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));  */
/*     background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));  */
/* } */

/* /* Used for instructions text */ */
/* .instText { */
/* 	font-size: 14px; */
/* 	margin-left: 1em; */
/* } */

/* /* used for break in instructions */ */
/* .bigBr {line-height: 200%;} */

/* /* used to color every other line in a table */ */
/* tr:nth-child(odd) {background-color:#FFFFFF;} */
/* tr:nth-child(even) {background-color:#FAFAFA;} */

/* /* Used to color tops of tables in ECF report */ */
/* .tableTop1 {background-color:#D7E6AB;}  GREEN */
/* .tableTop2 {background-color:#FBDBA0;}  orange */
/* .tableTop3 {background-color:#a2d2ec;} */
/* .tableTop4 { */
/* 	background-color:var(--fill-light); */
/*     border: 1px solid var(--border-light); */
/* } */

/* /* Used to align text right */ */
/* .alnright { text-align: right; } */

/* /* Used to prevent text from breaking - often for titles on forms. */  */
/* .prevBrk { white-space:nowrap; } */

/* /* Used to limit the width of the left-side buttons */ */
/* .max250	 {max-width: 250px; } */

/* /* Used to reduce the size of glyphicons*/ */
/* .glyphSmall { font-size: 24px; } */

/* /* Used for search result titles */ */
/* .resultsName {     */
/* 	font-family: "Averta-light" , 'Nunito', sans-serif; */
/*     font-weight: 500; */
/*     font-size: 1.25rem; */
/* } */

/* /* ************************************ */ */
/* /* ********* LEFT NAVIGATION ********** */ */
/* /* ************************************ */ */

/* /* Used in DIV that contains Progress meter */ */
/* .width300 { */
/* 	max-width:300px; */
/* 	min-width:280px; */
/* 	}	 */

/* /* ************************************ */ */
/* /* ***** FINANCIAL AID AWARDS CSS ***** */ */
/* /* ************************************ */ */

/* /* Used as a divider for Activity*/ */

/* .scrollTbl { */
/* 	height: 20em; */
/* 	overflow: auto; */
/* 	overflyw-y: hidden; */
/* } */

/* .tableTop th { */
/*     font-size: 11px; */
/*     text-transform: uppercase; */
/* 	vertical-align:middle; */
/* 	text-align:center; */
/* 	line-height:110%; */
/* } */

/* .tableBody td { */
/*     font-size: 11px; */
/* 	vertical-align:middle; */
/* 	text-align:center; */
/* } */
	
/* .float-left{ */
/*     float:left; */
/* } */

/* .padRitx2 { */
/* 	padding-right: 2em; */
/* 	} */

/* .padRitx4 { */
/* 	padding-right: 4em; */
/* 	}	 */
	
/* .tr:rowHeader { */
/* 	bgcolor:#a2d2ec; */
/* } */

/* /* used to bump down print and edit links */ */
/* .padTophalf {padding-top: 0.25em;} */

/* /* ************************************ */ */
/* /* ******** ADVANCED SEARCH CSS ******* */ */
/* /* ************************************ */ */
/* .searchBox { */
/*   padding: 8px 35px 8px 14px; */
/*   margin-bottom: 20px; */
/*   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */
/*   background-color: #a2d2ec; */
/*   -webkit-border-radius: 4px; */
/*   -moz-border-radius: 4px; */
/*   border-radius: 4px; */
/* } */

/* /* Used to align the picture seen on FA Search Results screen */  */
/* .resultsPic { */
/*   width: 7em; */
/*   height: 7em; */
/*   border: 1px solid #b9becd; */
/*   margin-left: auto; */
/*   margin-right: auto; */
/*   margin-bottom:.5em; */
/* } */

/* /* Used in DIV that contains Progress meter */ */
/* .max250 { */
/* 	max-width:250px; */
/* 	}	 */
	
/* .noOverlap { */
/* 	position:relative; */
/* 	} */
	
/* .noHover{ */
/*     text-decoration: none !important; */
/* } */

/* /* *************************************** */ */
/* /* ************* ISIR RECORDS ************ */ */
/* /* *************************************** */ */

/* .scrollTbl-lg { */
/* 	height: 32em; */
/* 	overflow: auto; */
/* 	overflyw-y: hidden; */
/* } */

/* .table tbody tr.notApp { */
/* 	background-color:#ECECEC; !important; */
/* } */

/* /* Center row 1 */ */
/* .center1 tr td:nth-child(1) {  */
/*    text-align:center; */
/* } */

/* /* Center row 2 */ */
/* .center2 tr td:nth-child(2) {  */
/*    text-align:center; */
/* } */

/* /* Center row 3 */ */
/* .center3 tr td:nth-child(3) {  */
/*    text-align:center; */
/* } */

/* /* Center row 4 */ */
/* .center4 tr td:nth-child(4) {  */
/*    text-align:center; */
/* } */

/* /* pad */ */
/* .margRowL tr td {  */
/*  	padding-left:15px; */
/* } */

/* .titleIndent th { */
/* 	text-align:center; */
/*     } */

/* .indent10	{ */
/* 	text-indent:25px; */
/* } */

/* /* Used for search result titles */ */
/* .fontsize2 { */
/* 	margin-top:2px;   */
/*     font-size: 14px; */
/* } */

/* .accWizTrig-dis { */
/*     font-family: "Averta-light" , 'Nunito', sans-serif; */
/*     font-weight: 300; */
/*     font-size: 1.25rem; */
/* 	color:#000000; */
/* } */

/* .blockquoteBlue { */
/* 	padding:0 0 0 15px; */
/* 	margin:0 0 20px; */
/* 	border-left:5px solid #00b5e6; */
/* 	} */

/* .blockquoteOrange { */
/* 	padding:0 0 0 15px; */
/* 	margin:0 0 20px; */
/* 	border-left:5px solid #e26933; */
/* 	} */

/* /* used to indent radio buttons */ */
/* .margLefx3	{ */
/* 	 margin-left: 3em; */
/* 	 } */

/* /* Used in DIV that contains Progress meter */ */
/* .maxW300 { */
/* 	max-width:300px; */
/* 	}	 */

/* /* used to move the ACTIVE / FROZEN / ect... tags up to better match the text they sit beside */ */
/* .vertUp50 { */
/* 	vertical-align:50%; */
/* } */


/* /* used to move the EDIT / PRINT links down to better match the text they sit beside */ */
/* .vertBottom { */
/* 	vertical-align:text-bottom; */
/* } */

/* /* *************************************** */ */
/* /* ************ ISIR SELECTION *********** */ */
/* /* *************************************** */ */

/* /* used to identy frozen and active ISIR records */ */
/* .table tbody tr#frozenISIR {background-color:#cee9f4 !important;} */
/* .table tbody tr#activeISIR {background-color:#d7fad7 !important;} */
/* .table tbody tr#errorISIR {background-color:#FFBEBE !important;} */
/* .table tbody tr#voidedISIR {background-color:#E2E2E2 !important;} */

/* /* used to center compare Checkbox on ISIR selection */ */
/* table th .rowPadL, table tr .rowPadL {padding-left:1.5em;} */

/* /* used to make a more distinct hover selection in the ISIR selection table */ */
/* .table-hover-blue tbody tr:hover { */
/*   background-color:#e6ecf1 !important; */
/* } */

/* /* *************************************** */ */
/* /* ***************** NSLDS *************** */ */
/* /* *************************************** */ */
/* .btn-Mycircle { */
/*   width: 40px; */
/*   height: 40px; */
/*   text-align: center; */
/*   padding: 6px 0; */
/*   font-size: 12px; */
/*   line-height: 1.42; */
/*   border-radius: 30px; */
/* } */

/* /* *************************************** */ */
/* /* ************ FM Verification ********** */ */
/* /* *************************************** */ */

/* /* used to remove input box styling for text fields where falues are provided by the software*/ */
/* .simplebox { */
/*   outline:0; */
/*   border: !important; */
/*   box-shadow:none !important; */
/*   cursor: not-allowed; */
/* } */

/* .simplebox2 { */
/* 	outline:none !important; */
/*   	box-shadow:none !important; */
/*   	background-color:#F4F6F8 !important; */
/*   	font-weight:300; */
/*   	color:#000000 !important; */
/*   	text-indent:3px; */
/*   	margin-top:-5px; */
/*   	cursor: not-allowed; */
/* } */

/* /* ****************************************** */ */
/* /* ************ ISIR Import Status ********** */ */
/* /* ****************************************** */ */

/* /* Used to align LEFT items in a table */ */
/* table th .gridActionsL, table tr .gridActionsL { */
/*     text-align: left; */
/*     min-width: 5em; */
/* } */

/* /* used to identy PROCESSING and ERROR records */ */
/* .table tbody tr.processingISIRimp {background-color:#fcf8e3 !important;} */
/* .table tbody tr.errorISIRimp {background-color:#ffc9c9 !important;} */

/* /* used to identy matching records */ */
/* .table tbody tr.yellowRow {background-color:#fcf8e3 !important;} */

/* /* used for styling grid headers.  V2 removes the text transform (uppercase) */ */
/* .artifactGridV2 th {font-size: 12px;} */

/* /* Used to identify a disabled WELL box */ */
/* .wellGray { */
/*     padding:1em; */
/*     margin-bottom:1em; */
/* 	margin-bottom: 20px; */
/* 	background-color:#ECECEC; */
/* 	border:1px solid #e3e3e3; */
/* 	-webkit-border-radius:4px; */
/* 	-moz-border-radius:4px;border-radius:4px; */
/* 	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05); */
/* 	-moz-box-shadow:inset 0 1px 1px rgba(0, 0,  0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05); */
/* 	} */

/* /* used to center a radio button or checkbox in a table */	 */
/* table th .centerElement, table tr .centerElement, table td .centerElement { vertical-align: middle;} */

/* table th .sepRow, table tr .sepRow, table td .sepRow { */
/* 	border-style:solid; */
/* 	border-color: #999999; */
/* 	border-bottom-width:3px; */
/* 	border-top-color:#e3e3e3; */
/* 	border-left-width:0px; */
/* 	border-right-width:0px; */
/* 	}  */

/* /* Used for displaying different and same data when matching fields on ISIR import */	 */
/* table th .difData, table tr .difData, table td .dataDif { */
/* 	background-color:#f2dede;	 */
/* 	}  */
	
/* table th .sameData, table tr .sameData, table td .sameData { */
/* 	background-color:#d7fad7;	 */
/* 	} 	 */
	
/* table th .sourceData, table tr .sourceData, table td .sourceData { */
/* 	background-color:#fcf8e3;	 */
/* 	} 		 */
	
/* table th .selectedItem, table tr .selectedItem, table td .selectedItem { */
/* 	background-color:#a2d2ec;	 */
/* 	} 	 */

/* .modalWide { */
/* 	position:fixed; */
/* 	top:10%; */
/* 	left:50%; */
/* 	z-index:1050; */
/* 	width:700px; */
/* 	margin-left:-280px; */
/* 	background-color:#ffffff; */
/* 	border:1px solid #999; */
/* 	border:1px solid rgba(0, 0, 0, 0.3); */
/* 	*border:1px solid #999; */
/* 	-webkit-border-radius:6px; */
/* 	-moz-border-radius:6px; */
/* 	border-radius:6px; */
/* 	-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); */
/* 	-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); */
/* 	box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); */
/* 	-webkit-background-clip:padding-box; */
/* 	-moz-background-clip:padding-box; */
/* 	background-clip:padding-box; */
/* 	outline:none; */
/* 	} */

/* .width300 { */
/* 	width:300px; */
/* } */

/* /* Use for styling H1, 2, 3, 4, 5 elements for inline placement */ */
/* .inlineH1 { */
/* 	font-family: "Averta-light" , 'Nunito', sans-serif; */
/*     font-weight: 200; */
/*     color: var(--primary); */
/* 	font-size: 2.25rem; */
/* 	} */
	
/* .inlineH2 { */
/*     font-family: "Averta-light" , 'Nunito', sans-serif; */
/*     font-weight: 200; */
/*     color: var(--priamry);	 */
/* 	font-size: 1.75rem; */
/* 	} */
	
/* .inlineH2Orange { */
/*     font-family: "Averta-light" , 'Nunito', sans-serif; */
/*     font-weight: 200; */
/*     color: #e26933;	 */
/* 	font-size: 1.75rem; */
/* 	} */
	
/* .inlineH3 { */
/*     font-family: "Averta-light" , 'Nunito', sans-serif; */
/*     font-weight: 200; */
/* 	font-size: 1.5rem; */
/* 	} */
	
/* .inlineH1.pageTitle { */
/*     margin: 0; */
/* }  */
/* /*  END stylig for inline H tags */ */

/* /* Adds double the padding to header titles */ */
/* .padBotx2 {padding-bottom: 2em;} */


/* /* Styling for Award Calculator */ */
/* /* titles for Awarads and loans */ */
/* .awrdTitle { */
/* 	 font-family: "Averta-light" , 'Nunito', sans-serif; */
/*     font-weight: 300; */
/*     color: #e26933;	 */
/* 	font-size: 14px; */
/* } */

/* .awardDtls td { */
/* 	border-top: 0; */
/* } */

/* /* changes the bottom row to match top panel color */ */
/* .tblbg-gray td { */
/* 	background-color:#d4d9e1; */
/* } */

/* .tblbg-gray { */
/* 	background-color:#d4d9e1; */
/* } */

/* /* used to double the left pad in the display of awards */ */
/* .padLefx2 {padding-left: 2em;} */
/* .padLefx2-5 {padding-left: 2.5em;} */
/* .padLefx3 {padding-left: 3em;} */
/* .padLefx3-5 {padding-left: 3.5em;} */
/* .padLefx4 {padding-left: 4em;} */
/* .padLefx5 {padding-left: 5em;} */

/* /* test add remove class */ */
/* .classtoremove { color:#e26933; } */
/* .classtoadd {color:#00FF22; } */

/* .panelDark { */
/* 	background-color:#3b3e40; */
/* } */


/* /* *************************************** */ */
/* /* ************ FM Verification ********** */ */
/* /* *************************************** */ */

/* /* used to remove input box styling for text fields where falues are provided by the software*/ */
/* .simplebox { */
/*   outline:0; */
/*   border: !important; */
/*   box-shadow:none !important; */
/*   cursor: not-allowed; */
/* } */

/* /* expands header rows slightly */ */
/* .row-med [class*="span"] { */
/*     min-height: 24px; */
/* } */

/* .hdrTxt { */
/*     color: #29426a; */
/* } */

/* .ddown-footer { */
/*   padding: 5px 5px 5px; */
/*   margin-bottom: 0; */
/*   background-color: #f5f5f5; */
/*   border-top: 1px solid #ddd; */
/*   -webkit-border-radius: 0 0 6px 6px; */
/*   -moz-border-radius: 0 0 6px 6px; */
/*   border-radius: 0 0 6px 6px; */
/*   -webkit-box-shadow: inset 0 1px 0 #ffffff; */
/*   -moz-box-shadow: inset 0 1px 0 #ffffff; */
/*   box-shadow: inset 0 1px 0 #ffffff; */
/*   *zoom: 1; */
/* } */

/* ul.dropdown-menu-form { */
/*     padding: 5px 10px 0; */
/*     max-height: 300px; */
/*     overflow-y: scroll; */
/* } */

/* .halfEMpad { */
/* 	padding-top:1em; */
/* } */

/* .studHdrTxt { */
/* 	font-family: "Averta-light" , 'Nunito', sans-serif; */
/* 	margin-top:4px; */
/* 	font-size:1rem; */
/* 	font-weight:300; */
/* 	color: #333333; */
/* 	} */

/* .homeTitle { */
/*   	font-size: 1.75rem; */
/*   	font-family: "Averta-light" , 'Nunito', sans-serif; */
/*   	font-weight: 300; */
/* 	color: #29426a; */
/*   	margin-bottom: 2em; */
/* }  */

/* .studentHdrPic { */
/* 	position:absolute; */
/* 	max-width: 90px; */
/* } */

/* .headerPhoto-round { */
/*     background-color: #e6ecf1; */
/*     text-align: center; */
/*     border: 1px solid #b9becd; */
/* 	min-width: 70px; */
/* } */
	
/* .disablMe { */
/*   opacity: 0.3; */
/*   pointer-events: none; */
/*   cursor: default; */
/*   text-decoration: none; */
/* } */
	
/* .padBotHalf {padding-bottom: .5em;} */

/* .ddFont { */
/*   font-family: "Averta-light" , 'Nunito', sans-serif !important; */
/*   font-size: 22px; */
/*   font-weight: 200; */
/* } */

/* .noBorder { */
/* 	background-color:#E14447; */
/* 	border:0; !important */
/* 	} */
	
/* /* Used to modify the body color of the accordion group main DIV */ */
/* .dividerColor { */
/* 	background-color:#EBEBEB; */
/* 	}	 */
	
/* /* Used create a text box overlay on an image - currently on adminsysusers-edit.html */ */
/* div.photoWrapper{   */
/*     float:left; important   */
/*     position:relative; important(so we can absolutely position the description div   */
/* }   */

/* div.photoDescription{   */
/*     position:absolute; absolute position (so we can position it where we want)   */
/*     bottombottom:0px; position will be on bottom   */
/*     left:0px;   */
/*     width:100%;   */
/*     styling bellow   */
/*     background-color:#000000;  */
/* 	font-family: inherit;  */
/*     font-size:15px;   */
/*     color:white;   */
/*     opacity:0.6; transparency   */
/*     filter:alpha(opacity=60); IE transparency   */
/* }   */

/* p.description_content{   */
/*     padding:10px;   */
/*     margin:0px;   */
/* } 	 */
	
/* /* Used on COD Export screen in show/hide Batch Parameter save */ */
/* #autoUpdate{ */
/*     display:none; */
/* } */

/* .elementVert { */
/*     vertical-align: middle; */
/* } */

/* /*=========================================================== */
/*   TOGGLE SWITCH */
/* ============================================================ */ */
/* .cmn-toggle { */
/*   position: absolute; */
/*   margin-left: -9999px; */
/*   visibility: hidden; */
/* } */
/* .cmn-toggle + label { */
/*   display: block; */
/*   position: relative; */
/*   cursor: pointer; */
/*   outline: none; */
/*   -webkit-user-select: none; */
/*   -moz-user-select: none; */
/*   -ms-user-select: none; */
/*   user-select: none; */
/* } */

/* /* ============================================================ */
/*   SWITCH 1 - ROUND */
/* ============================================================ */ */
/* input.cmn-toggle-round + label { */
/*   padding: 0px; */
/*   width: 40px; */
/*   height: 20px; */
/*   background-color: #dddddd; */
/*   -webkit-border-radius: 20px; */
/*   -moz-border-radius: 20px; */
/*   -ms-border-radius: 20px; */
/*   -o-border-radius: 20px; */
/*   border-radius: 20px; */
/* } */
/* input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after { */
/*   display: block; */
/*   position: absolute; */
/*   top: 1px; */
/*   left: 1px; */
/*   bottom: 1px; */
/*   content: ""; */
/* } */

/* input.cmn-toggle-round + label:before { */
/*   right: 1px; */
/*   background-color: #f1f1f1; */
/*   -webkit-border-radius: 20px; */
/*   -moz-border-radius: 20px; */
/*   -ms-border-radius: 20px; */
/*   -o-border-radius: 20px; */
/*   border-radius: 20px; */
/*   -webkit-transition: background 0.4s; */
/*   -moz-transition: background 0.4s; */
/*   -o-transition: background 0.4s; */
/*   transition: background 0.4s; */
/* } */
/* input.cmn-toggle-round + label:after { */
/*   width: 18px; */
/*   background-color: #fff; */
/*   -webkit-border-radius: 100%; */
/*   -moz-border-radius: 100%; */
/*   -ms-border-radius: 100%; */
/*   -o-border-radius: 100%; */
/*   border-radius: 100%; */
/*   -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); */
/*   -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); */
/*   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); */
/*   -webkit-transition: margin 0.4s; */
/*   -moz-transition: margin 0.4s; */
/*   -o-transition: margin 0.4s; */
/*   transition: margin 0.4s; */
/* } */
/* input.cmn-toggle-round:checked + label:before { */
/*   background-color: #62bd19; */
/*   color: #fff; */
/*   font-size: 14px; */
/*   line-height: 20px; */
/*   text-indent: 6px; */
/*   content: "Y"; */
/* } */
/* input.cmn-toggle-round:checked + label:after { */
/*   margin-left: 20px; */
/* } */

/* .blockMe { */
/* 	width:500px; */
/* 	display:inline-block; */
/* } */

/* /*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ */
/* /*====================GENERAL LEDGER ===================*/ */
/* /*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ */

/* .rightJustified { */
/*      text-align: right; */
/* } */

/* table, tr, td .noBg { */
/* 	background:transparent; */
/* 	} */

/* /* adds a verticle rule to the RIGHT of a table column */ */
/* table th .bordermeR, table tr .bordermeR { */
/* 	border-right:1px solid #b9becd; */
/* } */

/* .showGray { */
/* 	color:#b9becd; */
/* } */

/* /* span evenly by 1/3 */ */
/* .divide3 { */
/*      display: inline-block; */
/*      width: 33.33%; */
/*      text-align: center; */
/* } */

/* /*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ */
/*======================= User Pics ==================== */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.panel-list-imageLG {
  margin-right: .25em;
  font-size: 40px;
  max-height: 40px;
  width: 40px;
  text-align: center;
}
.panel-list-imageLG img {
  vertical-align: top;
  max-width: 40px;
  max-height: 40px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*======================= User Pics ==================== */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.reqAst {
	color:#D7143b;
	font-size:0.75em;
	vertical-align: super;
}

.reqFull {
	color:#A5A5A5;
}

/* /*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ */
/* /*============== Make pagination look better ===========*/ */
/* /*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ */
/* .paginationJX ul>.active>a,.pagination ul>.active>span { */
/* 	color:#29426a; */
/* 	cursor:default; */
/* 	} */

/* .pagDisabled { */
/* 	background-color:#f5f5f5; */
/* 	color:#A5A5A5; */
/* } */

/* /* Reduce spacing between label and text - LOAN screen*/ */
/* .margBotRedux { */
/* 	margin-bottom: -5px; */
/* 	} */

/* .fieldTitle { */
/* 	color:#A5A5A5; */
/* 	font-size:1.25em; */
/* 	margin-bottom: -1px; */
/* 	} */

/* /* Sets size of User Profile pic on popup*/ */
/* .userPicSize { */
/* 	max-width: 125px; */
/* } */

/* /* Resizes the modal window.  Used on the Admin screen for Users*/ */
/* .modalSM { */
/* 	position:fixed; */
/* 	top:10%; */
/* 	left:50%; */
/* 	z-index:1050; */
/* 	width:400px; */
/* 	margin-left:-200px; */
/* 	background-color:#ffffff; */
/* 	border:1px solid #999; */
/* 	border:1px solid rgba(0, 0, 0, 0.3); */
/* 	*border:1px solid #999; */
/* 	-webkit-border-radius:6px; */
/* 	-moz-border-radius:6px; */
/* 	border-radius:6px; */
/* 	-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); */
/* 	-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); */
/* 	box-shadow:0 3px 7px rgba(0, 0, 0, 0.3); */
/* 	-webkit-background-clip:padding-box; */
/* 	-moz-background-clip:padding-box; */
/* 	background-clip:padding-box; */
/* 	outline:none; */
/* } */

/* .alignVert { */
/*   position: relative; */
/*   top: 50%; */
/*   transform: translateY(-50%); */
/* } */

/* .bgColorPrimaryColumn { */
/* 	background-color:#f6f6f6; */
/* } */


