﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700;900&display=swap');
/*
font-family: 'Roboto', sans-serif;
font-family: 'Source Sans Pro', sans-serif;

.purple{ color: #221574}
.logoyellow{color:#FFDE00;}
.logoRed{color:#F26246;}
.logoGreen{color:#40AD49;}
.logoBlue{color:#00AEEF};
*/
.blue {	color: #0875E1;}
.btn-blue {
	background-color:#0875E1;
}

a:hover {text-decoration:none;}

.word {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border: 2px transparent solid;
	font-size: 1.1em;
	font-family: 'Roboto', sans-serif;
}

.wordGrid {
	 max-width:700px;
	 padding:10px;
	 border: 1px #666 solid;
	 margin:20px;
}
.grid { max-width: 1200px; margin:10px auto; }
.timerCtl {
	font-size:2em;
	color:#0875E1;
}

.progressRed::-webkit-progress-value {
	background-color: #FF0000;
}
.progressRed::-moz-progress-bar {
	background-color: #FF0000;
}
.progressYellow::-webkit-progress-value {
	background-color: #FF9966;
}
.progressYellow::-moz-progress-bar {
	background-color: #FF9966;
}

.timerControls,
.pageControls {
	border: 1px #eeeeee solid;
	border-radius:10px;
	padding:10px;
	margin:10px 20px;
	width:700px;
	height:50px;
}
.timerControls {
	height:auto;
	min-height:70px;
}
#overStart { display:none; }
.override { color:red;}

.timerHide {	display:none;}
.timerButtons {
	float:left;
	display:inline-block;
}
.timerButtonsEnd {
	display:inline-block;
	font-size:.6em;
	color:#808080;
	/*float:right;*/	
}

#timerBar {
	display:inline-block;
	width: 45%;
}
#timer {
	display:inline-block;
	margin:0 10px;
	font-size:1.5em;
}
.disabled {
	color:#cccccc;
}
input[type=radio].correct2,
input[type=radio].correct,
input[type=radio].decode,
input[type=radio].wrong { 
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
input[type=radio].correct +label:before {	color:green; opacity:.3; font-family: "Font Awesome 6 Pro";  display: inline-block; content: "\f058";font-size:1em;}
input[type=radio].correct2 +label:before {	color:green; opacity:.3; font-family: "Font Awesome 6 Pro";  display: inline-block; content: "\f560";font-size:1em;}
input[type=radio].decode +label:before {	color:orange; opacity:.3; font-family: "Font Awesome 6 Pro";  display: inline-block; content: "\f06a";font-size:1em;}
input[type=radio].wrong +label:before {	color:red; opacity:.3; font-family: "Font Awesome 6 Pro";  display: inline-block; content: "\f057";font-size:1em;}


/*--------------------------------------------------*/
input[type=radio].correct:checked + label:before {font-weight:bold; opacity:1;}
input[type=radio].correct2:checked + label:before {font-weight:bold; opacity:1;}
input[type=radio].decode:checked + label:before {font-weight:bold; opacity:1;}
input[type=radio].wrong:checked + label:before {font-weight:bold; opacity:1;}

/*--------------------------------------------------*/

.wrongnote {
	 display:none;
	 width: 100px;
	 border-color:red;
	 margin-top:3px;
	font-family: 'Roboto', sans-serif;	 
	 font-size:.75em;	
}
.decodenote {
	 border-color: #cccccc;
}
.wrongNoteBox {
 display:none;
}
/*
select.wrongnote {
	line-height:1em;
	padding:0;
}*/
select.wrongnote option { 
	font-size:.9em; 
	font-family: 'Roboto', sans-serif;
}

.wrongnote:focus {border-color:orange;}
.gradeGroup {
	padding:3px;
	border-radius:6px;
	border: 1px #ededed solid;
	margin: 6px 10px 0 10px;
}
.gradeGroup:hover {
	//border-color:#222222;
}
.showChildIcon {
	width:695px;
	text-align:right;
	font-size:1.5em;
	margin-bottom:-15px;
}
.stopTest {
	background-color:#FFCCCC;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
}
.spcTop {
	margin-top:3px;
}
.pageButtons i {
	font-size:1.6em;
	color:#666666;
	vertical-align: 
}
.pageNote {
	width:55%;
	display:inline-block;
	min-height: 25px;
	max-height:150px;	
	overflow-y:auto;
	height:auto;
	resize:none;
	padding:3px 5px;
	vertical-align:middle;
}
.noteButtonsEnd {
	display:inline-block;
	color:#808080;
	float:right;	
	font-size:1.5em;

}
.studentPhoto {
	height:70px;
	width:70px;
	border-radius:35px;
	display:block;
	border: 3px #221574 solid;
	float:left;
	margin-right:0px;
	margin-top: -20px;
}
.pgHead {
	height:80px;
	padding:20px;
}
.scores {width: 120px; position:relative; display:block; height:30px; float:left; margin-right:15px;margin-top:6px; top:20px;}
.pageScoreA,
.pageScoreB,
.pageScoreTot  {
	font-family: 'Roboto', sans-serif;
	font-size:.5em;
	display:inline-block;
	margin-right:5px;
	vertical-align:middle;	
	position: absolute;
	top:10px;
	width:40px;
	text-align:center;
}
.pageScoreA { left:0;}
.pageScoreB { left:41px;}
.pageScoreTot { left:81px; color:green; font-weight:bold; }

.pageScoreA:before,
.pageScoreB:before,
.pageScoreTot:before { color:green; text-align:center; padding-bottom:3px;border-bottom: 1px #cccccc solid; font-family: "Font Awesome 6 Pro";  display: inline-block; ; position: absolute; bottom:15px; width:40px; }

.pageScoreA:before { content: "\f058"; left:0; }
.pageScoreB:before { content: "\f560"; left: 0;}
.pageScoreTot:before {  content: "\f559"; left:0; color:green; font-weight:bold;border-bottom: 1px green solid;}
	
}
.pageScoreTot {
	font-family: 'Roboto', sans-serif;
	font-size:.65em;
	display:inline-block;
	margin-right:15px;
	vertical-align:middle;
	color:#000000;
}
/*---------------------------------------*/
.testScoreA,
.testScoreB,
.testScoreTot  {
	font-family: 'Roboto', sans-serif;
	font-size:.5em;
	display:inline-block;
	margin-right:5px;
	vertical-align:middle;	
	position: absolute;
	top:10px;
	width:40px;
	text-align:center;
}
.testScoreA { left:0;}
.testScoreB { left:41px;}
.testScoreTot { left:81px; color:green; font-weight:bold; }

.testScoreA:before,
.testScoreB:before,
.testScoreTot:before { color:green; text-align:center; padding-bottom:3px;border-bottom: 1px #cccccc solid; font-family: "Font Awesome 6 Pro";  display: inline-block; ; position: absolute; bottom:15px; width:40px; }

.testScoreA:before { content: "\f058"; left:0; }
.testScoreB:before { content: "\f560"; left: 0;}
.testScoreTot:before {  content: "\f559"; left:0; color:green; font-weight:bold;border-bottom: 1px green solid;}
	
}
.testScoreTot {
	font-family: 'Roboto', sans-serif;
	font-size:.65em;
	display:inline-block;
	margin-right:15px;
	vertical-align:middle;
	color:#000000;
}

/*------------------------------------------*/

.pageInfo {
	font-family: 'Roboto', sans-serif;
	margin-left: 100px;
	color: #bbbbbb;
}
.studentName {
	font-family: 'Roboto', sans-serif;
	font-size:1em;
	margin-top:22px;
	margin-left:-3px;
	padding: 3px 5px;
	padding-left: 15px;
	color: #ffffff;
	display:inline-block;	
	background-color:#221574;
	border: 1px #221574 solid;
		margin-top: -12px;
}
.studentDetails {
	font-family: 'Roboto', sans-serif;
	font-size:1em;
	margin-left:-3px;
	padding:3px 10px;
	border-top: 1px #221574 solid;
	border-bottom: 1px #221574 solid;
	border-right: 1px #221574 solid;
	display:inline-block;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;	
	margin-bottom:10px;
	
}

.wordActive,
.wordActive:focus,
.wordActive:active {
		background-color: #FFFFCC;
		color: #000000;
		font-weight:bold;
		border: 2px #EBAE2E solid!important;
		outline-color:#EBAE2E;
		
}
.wordWarn,
.wordWarn:focus,
.wordWarn:active {
	-moz-transition:background-color 1.5s ease-in;
    -o-transition:background-color 1.5s ease-in;
    -webkit-transition:background-color 2.5s ease-in;
	-moz-transition:boder 1.5s ease-in;
    -o-transition:border 1.5s ease-in;
    -webkit-transition:border 2.5s ease-in;
    
	background-color:#FFF9F9!important;
	border: 2px #FF0000 solid!important;
	outline-color:#FF0000!important;

	
}

.word:focus,
.word:active {
		background-color: #FFFFCC;
		color: #000000;		
		font-weight:bold;
		border: 2px #EBAE2E solid!important;
		outline-color:#EBAE2E;		
}
.loginBox {
	max-width:350px;
	margin:10px auto;
}
.login-logo { max-width:100px;float:right; margin:10px;}
.dash-logo { max-width:100px; margin:10px;}
.menu-logo { max-width:60px; margin:10px;}
/*---------------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
p, ul, li, table, tr, td {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1.1em;
}
.headerBar {
	background-color:#221574;
	width:100%;
	color:#ffffff;
	text-align:center;
	letter-spacing:3px;
	text-transform:uppercase;
	font-family: 'Source Sans Pro', sans-serif;	
	padding:5px;
	line-height:normal;
}
contentBar {
	width:100%;
	background-color:#ffffff;
	min-height:300px;
}
.footerBar {
	background-color:#3C342F;
	width:100%;
	min-height: 225px;
}
.grid {
	 max-width: 1200px;
	 margin: 0 auto;
}
.space-top { margin-top:20px; }
.spac-bot { margin-bottom:20px; }
.space-topXL { margin-top:50px; }
.space-botXL { margin-bottom:50px; }
.ivory-form {
	font-family: 'Source Sans Pro', sans-serif;
}
.ivory-form .form-label {	font-size:1em; }

.forgotPW {
	text-align:right;
	color:#888888;
	font-size:8pt;
	float:right;
	padding-top: 10px;
	padding-right: 5px;
}
.forgotPW a {
	color: #888888;
}
.forgotPW a:hover {
	color: #C41130;
}
.forgotPW-lg {
	color:#888888;
	font-size:12pt;
	padding-top: 10px;
	text-align:right;
	max-width:400px;
	margin:0 auto;
}
.forgotPW-lg a {
	color: #888888;
}
.forgotPW-lg:hover a {
	color: #C41130;
}
.sendPWbox {
	border: 1px #C41130 solid;
	max-width: 100%;
	padding: 10px;
	display: none;
	background-color:#EAEAEA;
	margin: 5px auto;
	border-radius: 5px;
}
.userBox {
	margin:0px;
	height:130px;
	border: 1px #cccccc solid;
	border-radius:10px;
	background-color:#eeeeee;
	padding:20px;
	display:block;
}
.editBox {
	margin:0px;
	min-height:130px;
	border: 1px #cccccc solid;
	border-radius:10px;
	background-color:#ffffff;
	padding:20px;
	display:block;
}

.userNoPic {
	background-color:#40AE49;
	color:#ffffff;
	font-size:40px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	height:80px;
	width:80px;
	border-radius:40px;
	font-family: 'Roboto', sans-serif;
	padding-top:20px;
	float:left;
	margin:0 20px 20px 0;
}
.userName {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:normal;
}
.userInfo {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1em;
	line-height:normal;
}
.floatR {
	float:right;
}
.studentPhotoEdit {
	max-height:100px;
	margin-right:20px;
	display:inline-flex;
	vertical-align:top;
}
.input-file {
	max-width: 50%;
}
.tab {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
	padding:10px;
	margin:0 3px;
	border:1px #dddddd solid;
	text-align:center;
}
.tab:hover {
	background-color:#0875E1;
	cursor:pointer;
	color:#ffffff;
}
.tabActive {
	background-color:#0875E1;
	color:#ffffff;
}
.tabContent {
	border: 1px #dddddd  solid;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;	
	padding: 20px;
	margin-bottom:20px;
	display:none;
}

.verTab {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
	padding:10px;
	margin:0 3px;
	border:1px #dddddd solid;
	text-align:center;
}
.verTab a {
	color:#000000;
}
.verTab:hover {
	background-color:#0875E1;
	cursor:pointer;
	color:#ffffff;
}
.verTab:hover a {
	color:#ffffff;
}
.verTabActive {
	background-color:#0875E1;
	color:#ffffff;
	margin-bottom:-1px;
}
.verTabContent {
	border: 1px #0875E1 solid;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;	
	padding: 20px;
}
.pasteTarget {
	margin: 1.25rem 0;
	border-radius: 0.25rem;
	padding: 0.32rem 1rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.75rem;
	color: #424242;
	background-color: #FFFBE6;
	border: 1px solid #FFD43B;
	display:none;
}
.pasteOK {

	display:none;
}
.pasteERR {
	color:red;
	display:none;
}
.confirmBox {
	border-radius: 0.25rem;
	padding: 0.32rem 1rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.75rem;
	color: #424242;
	max-width:500px;
	background-color: #FFFBE6;
	border: 1px solid #FFD43B;
	margin: 20px auto;
	
}
.centered {
	text-align:center;
}
.addNewRec {

	width: 90%;
	display:none;
	padding: 20px;
	border: 1px grey solid;
	border-radius: 5px;
	margin: 10px  0 0 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffe8+0,fffff4+100 */
	background: #ffffe8; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffffe8 0%, #fffff4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #ffffe8 0%,#fffff4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #ffffe8 0%,#fffff4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe8', endColorstr='#fffff4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.iframeC {
	width:1px;
	min-width:100%;
	min-heaight:400px;
	padding:20px 20px;
	border:1px #dddddd solid;
	border-radius: 10px;


}
.loginEmail,
.loginPW {
	display:inline-block;
	position:relative;
	width:100%;
}
.loginEmail:after {
	content: '\f0e0';
	font-family: 'Font Awesome 6 Pro';
	margin-left:-2em;
	position:absolute;
	right:8px;
	top:8px;
}
.loginPW:after {
	content: '\f084'; /*key, original replaced with */
	content: '\f06e';  /*eye*/
	font-family: 'Font Awesome 6 Pro';
	margin-left:-2em;
	position:absolute;
	right:8px;
	top:8px;
}
.loginPW.password-shown:after {
    content: '\f070'; /* eye-slash */
    color: #333; /* Optional color change */
}
.addNewBlock {
	margin-top:38px;
	margin-left:20px;
}
.menuBar {
	background-color:#0875E1;
	width:100%;
	padding:5px 10px;
	border:1px #0875E1 solid;
	border-radius:5px;
}
input.blendIn {
	background-color:transparent;
	border-color:transparent;
	color:inherit;
	text-align:center;
}
.btn-right {
	float:right;
}
.btn-red {
	 color: #F03E3E!important;
}
.inactiveBox {
	display:none;
}
.dashIconBlock {
	font-size: 1em;
	text-align: center;
	padding: 20px;
	border: 1px #0875E1 solid;
	border-radius: 10px;
	margin: 10px;
	min-height: 175px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #0875E1;
}
.dashIconBlock i {
	font-size: 4em;
	display:block;
	margin:10px;
}
.dashIconBlock:hover {
	color:#F26347;
	border-color:#F26347;	
}
	
.error {
	color:red;
	font-weight:bold;
}
#endNote {
	/*display:none;*/
	background-color:#FFFFCC;
}
.editBtnR {
	text-align:right;
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}
.minRH {
	min-height:335px;"
}
.resourceBox h2 {line-height:normal; }
.resourceBox p { font-size:.9em; line-height:normal;}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wordProgress {
	display:none;
	float:right;
	margin-top:-20px;
}
.levAlert {
	color:#ff0000;
}
#timerReview {
	display:none;
	font-size:9pt;
	text-transform:uppercase;
	letter-spacing:2px;
	color: red;
	font-family: 'Source Sans Pro', sans-serif;	
}
.levelBtn,
#testLevel {
	display:inline-block;
	border: 1px solid #000000;
	border-radius:5px;
	padding:5px 10px;
	font-family: 'Source Sans Pro', sans-serif;	
	font-size:10pt;	
	background-color:maroon;		
	color:#000000;
}
.levelBtn {
	 /*margin-top:10px;*/
	 cursor: pointer;
}
#testLevel > i {
	color: #ff0000;
}
#saveThenLevelBox {
	font-size:11pt;
	color:#ff0000;
	display:inline-block;
	font-family: 'Source Sans Pro', sans-serif;	

}
#levelBox {
	display:inline-block;
	display:none;
	margin-top:-25px;	
	color: #000000;
	font-weight:bold;
}
#levelBox i {
	color:#ffffff;
}
#thePassage {
	display:none;
	font-size: 1.1em;
	font-family: 'Roboto', sans-serif;
}
.wordPass {
	font-size: 1.1em;
	font-family: 'Roboto', sans-serif;
}
.detailRow {

}
.detailBox {
	background-color:#f0f0f0;
}

.rtab, 
.rtab table tr,
.rtab tr td,
.rtab table tbody,
.rtab table thead,
.rtab table tfoot,
.rtab table tr th,
.rtab table tfoot tr tf
{
    margin:0;
    padding:0;
    background:none;
    background-color:transparent;    
    border:none;
    border-collapse:collapse;
    border-spacing:0;
    background-image:none;
    font-size:.8em;
	font-family: 'Roboto', sans-serif;    
}
.dkLeft {
	border-left: 2px #cccccc solid;
}
.dk2Top {
	border-top: 2px #cccccc solid;
}
.ivory-table tbody tr.dkTop td {
	border-top: 2px #aaaaaa solid;
}

th.dk2Top td {
	border-top: 2px #222222 solid;
}

.lt-percent {
	font-size:.75em;
}
.levBox {
	border:1px #bbbbbb solid;
	border-radius:3px;
	width:100%;
	text-align:center;
	padding: 2px 5px;
	white-space:nowrap;
	color:#ffffff;
}

.printBtn {
	display:block;
	float:left;	
	padding:7px;
	font-size:1em;
	border: 1px #bbbbbb solid;
	border-radius:5px;
	margin:5px 7px 0px 0px;
}
.printBtn:hover {
	cursor:pointer;
	background-color:#3570DF;
	color:#ffffff;
}



.ttBox {
  background-color:#FFFF66;
  color: #000;
  padding: 3px 7px;
  border-radius:5px;
  border: 1px #000 solid;
}

.frm-mid-label {
	display:inline-block;
	padding-top:5px;
	padding-left:15px;
	padding-right:5px;	
}

#testVer {
	font-family: 'Roboto', sans-serif;
	color: #bbbbbb;
	font-size:.8em;
	display: block;
	margin-left: 70px;
	margin-bottom:5px;
	color: #0875E1;

}
.teacherLine {
	background-color:#F6F6F6;
	font-weight:normal;
	line-height:normal;		
}
tr.rowODD td { background-color:#f6f6f6; }
tr.rowEVEN td { background-color:#ffffff;}

.ivory-table tbody tr.rowChanged td {
	border-top:2px #000000 solid!important;
}
.reportFooter {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:.8em;
	text-align:right;
}
.teacherCell {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:.8em;
	text-align:center;
	background-color:#f3f3f3;
	margin:0;
}
.showXLS {
	display:inline-block;
	display:none;

}
.dist-sch {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:.75em;
}
#doneMsg {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:1.5em;
	padding:20px;
	margin:10px;
	background-color: #CCFFCC;
	display:none;
	
}
.scoreUp {color: green;white-space:nowrap;}
.scoreDown {color: red;white-space:nowrap;}

.suggested {
  /*
  ---to make button bigger - not used now
  padding: 10px 20px;
  position: relative;
  
  */
  position:relative;
}

 /*.suggested:before {
 
  --to put word above - not used now
  content: "SUGGESTED";
  display: block;
  color: #444444;
  font-size:.85em;
  padding: 4px 8px;
  border-radius: 4px;
  position: absolute;
  top: -20px; 
  left: 50%;
  transform: translateX(-50%);
  
}*/

.suggested::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #dddddd; /* This creates the pointer */
    top: -15px; /* Adjust to position the pointer above the button */
    left: 40%;    
}

/* Center Top */
.suggested.center-top::before {
    left: 40%;
    transform: translateX(-50%);
}

/* Top Right */
.suggested.top-right::before {
    right: 5px; /* Adjust as needed */
}

/* Top Left */
.suggested.top-left::before {
    left: 5px; /* Adjust as needed */
}

/* hide level box */
#testLevel {
	display:none;
}
#allowTshow { display:none }
.testRword { text-align:center; color:black;	 }
.testRword i.fa-check-circle,
.testRword i.fa-check-double { color:green;}
.testRword i.fa-circle-xmark { color:red;}
.testRword span.red { color:red; display:block;margin-top:-5px;}
.testRword span.gray { color:#bbbbbb; display:block;margin-top:-5px;}

.wordBox {
	border:1px #f0f0f0 solid;
	min-height: 100px;
	padding:0;	
}
.wordBox p {
	line-height:1.4em;
	color:black;
}
.stHeader {
	background-color:#f0f0f0;
	padding:10px;
	font-size:.95em;
	line-height:normal;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.stHeader p {
	margin:0;
}
.stFooter {
	background-color:#f0f0f0;
	padding:5px 10px 3px 10px;
	font-size:.95em;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
#printBox {
	padding:0; margin:0;
}
thead th.sorting-asc:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f0d8";
	display: inline-block;	
	margin-left:5px;
	color:#aaa;
	
}
thead th.sorting-desc:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f0d7";
	display: inline-block;	
	margin-left:5px;
	color:#aaa;
}
.mapFields {
	display:none;
	padding: 20px 40px;
}
.import-progress {
	font-family: 'Roboto', sans-serif;
	font-size:.8em;	
	width:100%;
	border: 1px #ddd solid;
	padding:10px;
	background-color:#fcfcfc;
	height:70px;
	position:relative;
	text-transform:uppercase;
	border-radius:5px;
}
.import-progress .import-start {
	width:22%;
	display:inline-block;
	text-align:left;
	margin:none;
}
.import-progress .import-start:after {
  content: "|";
  position: absolute;
  bottom: 30px; /* Adjust as needed */
  left: 3%;
  xtransform: translateX(-90%);
  color:black;
}
.import-progress .import-map{
	width:24%;
	display:inline-block;
	text-align:center;
	margin:none;	
	height:30px;
}
.import-progress .import-map:after {
  content: "|";
  position: absolute;
  bottom: 30px; /* Adjust as needed */
  left: 35%;
 xtransform: translateX(-90%);
  color:black;
}
.import-progress .import-preview{
	width:26%;
	display:inline-block;
	text-align:center;
	margin:none;	
}
.import-progress .import-preview:after {
  content: "|";
  position: absolute;
  bottom: 30px; /* Adjust as needed */
  left: 60%;
  xtransform: translateX(-90%);
  color:black;
	
}
.import-progress .import-import{
	width:24%;
	display:inline-block;
	text-align:right;
	margin:none;	
}
.import-progress .import-import:after{
  content: "|";
  position: absolute;
  bottom: 30px; /* Adjust as needed */
  left: 94%;
  xtransform: translateX(-90%);
  color:black;
	
}
.importFileBox {
	padding:20px 40px;
	border:1px #3570DF solid;
	background-color:#E9EFFC;
	border-radius:10px;
}
#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin: 20px auto;
  width: 60%;
}

#fileSelect {
  cursor: pointer;
}

#csv-content {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: none;
}

.selectFile {
	padding:20px 40px;
}

.reqFieldline {
	font-size:.75em;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#dddddd;
	border-bottom:1px #dddddd dotted;
	padding-bottom:4px;
	margin-bottom:5px;
}
.previewImport {
	display:none;
	padding:20px 40px;	
}
.hide {
	display:none;
}
#showStopError { display:none; }
#showDupeError { display:none; }
#showDupeError2 { display:none; }
.alert-confirm {
	 background-color:#FEF1F5;
	 color:red;
	 padding:20px;
	 border:2px red solid;
	 margin:0 40px 10px 0;
	 border-radius:5px;
}
.alert-confirm {
	display:none;
}
/* testing styles-----------------------------------------*/
 


.select2-results__option--group:nth-child(1) { 	background-color:#EB3C3B;}
.select2-results__option--group:nth-child(2) { 	background-color:#92D117;}
.select2-results__option--group:nth-child(3) { 	background-color:#4184CB;}
.select2-results__option--group:nth-child(4) { 	background-color:#FADB6B;}
.select2-results__option--group:nth-child(5) { 	background-color:#3D7820;}
.select2-results__option--group:nth-child(6) { 	background-color:#8F79C2;}
.select2-results__option--group:nth-child(7) { 	background-color:#DF913E;}
.select2-results__option--group:nth-child(8) { 	background-color:#D1E2F3;}
.select2-results {
	font-size:.9em;
}
#paf0 {
	display:inline-block; width:35%;
}
#select2-paf1-container{
	display:inline-block!important
}
#paf1 {
	display:none; max-width:100%;width:100%!important;
	user-select: none; /* Standard syntax */
	height:37px!important;
}
.paf1c {
	display:none; max-width:100%;width:60%!important;
}
.bookNum {
	display:inline-block; width:35px; text-align:center; font-size:1.2em; margin-top:2px;
}
.wNote{
	line-height:.85em; font-size:.85em;
	padding-top:4px;
}
.pgBreak {
	height:0; width:0;
	page-break-after: always;
}
.levColor {
	height:15px; 
	padding:0;
	margin:0;
}
.s-lev1 { background-color: #FFC20E; }
.s-lev2 { background-color: #00AEEF; }
.s-lev3 { background-color: #6D5392; }
.s-lev4 { background-color: #D32128; }
.s-lev5 { background-color: #40AE49; }
.s-lev6 { background-color: #F47920; }

.e-lev0 { background-color: #F50117; }
.e-lev1 { background-color: #7AC142; }
.e-lev2 { background-color: #007AC3; }
.e-lev3 { background-color: #FFC90A; }
.e-lev4 { background-color: #009559; }
.e-lev5 { background-color: #9185BE; }
.e-lev6 { background-color: #F37121; }
.e-lev7 { background-color: #00BCF2; }
.e-lev8 { background-color: #F50117; }

.testDetailNote {
	margin: 0 30px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:normal;
}
.parens {
	font-size:.8em;
	float:right;
}
#saveBlock { display:none; }
#editRow { display:none; }
.highlightRow {
	background-color: lightyellow;
}
.ms-dd.ms-pr {
	display:inline-block; 
	width: 95%!important;
}
.popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70%;
            height: 60%;
            background-color: white;
            border: 1px solid #ccc;
            z-index: 1000;
            border-radius:10px;

        }
        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            z-index: 999;
        }
 .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: #DDDDDD;
            color: #222222;
            border: none;
            padding: 10px 10px;
            cursor: pointer;
            font-size: 16px;
            border-radius: 3px;
        }  
        
#twoFA {
	display:none;
}
.fldFinePrint {
	margin-left:30%;
	font-size:.8em;
	margin-top:-15px;
	margin-bottom:20px;
}
.graph-icon,
.graph-icon2 {
  font-size: 18px;
  color: #444;
  border: 1px #aaa solid;
  border-radius:3px;
  padding:5px;
  margin:5px;
}
.graph-icon:hover,
.graph-icon2:hover {
  color: #007bff;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
#chartModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4); /* dim background */
}

#chartModal .modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 600px;
  max-width: 90%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: relative;
}

#chartModal .close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}
#chartModal .close:hover {
  color: #000;
}
#inlineChartContainer, #inlineChart, #inlineChartContainer2 {
  width: 100%;
  /*overflow-x: auto;*/
}
@media print {    
    .printBtn { display: none!important; }
    thead.report-header {
	   display: table-header-group;
	}

	tfoot.report-footer {
	   display:table-footer-group;
	}
	
	.printBreakBefore {
		page-break-before: always;	
		page-break-inside:avoid;
	}
	#inlineChartContainer2,
	#inlineChartContainer,
	#piecharts {
		page-break-before: always; 
 		page-break-inside:avoid;
	}
	table, tr, td, th {
		page-break-inside: avoid !important;
	}

	tr {
		page-break-after: auto;
	}

	.page-break {
		page-break-before: always;
	}
}

	#inlineChartContainer2,
	#inlineChartContainer,
	#piecharts {
		page-break-before: always; 
 		page-break-inside:avoid;
	}
	table, tr, td, th {
		page-break-inside: avoid !important;
	}

	tr {
		page-break-after: auto;
	}

	.page-break {
		page-break-before: always;
	}



.tooltip-content{
  padding: 20px;
  font-family: 'Source Sans Pro', sans-serif;  
  font-size: 1.1em;
  line-height: 1.4;
  color: #333;
  text-align:center;
  border-radius:5px;
  width:160px;

}
.tooltip-group {
  text-align: center;
  font-size: 12px;
  color: #777;
  margin: 4px 4px;
}

.tooltip-content b {
  color: #2a5d9f;
  display: block;
  margin:0;
  padding:0;
  text-align:center;  
}

#groupCLegend {

  font-family: 'Source Sans Pro', sans-serif;  
  font-size: 1.2em;
  line-height: 1.4;
  color: #333;
  text-align:center;
  margin-bottom:20px;
  margin:10px auto;
}
#groupCLegend {
  font-family: Arial, sans-serif;
  font-size: 1em;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 4px;
  max-width: 300px;
  text-align:center;
}

#groupCLegend strong {
  display: inline-block;
  width: 20px;
  color: #333;
}

#groupCLegend br {
  line-height: 1.8;
}

.legend-horizontal {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.legend-horizontal span {
  display: inline-block;
  padding: 2px 6px;
  background: #e8e8e8;
  border-radius: 4px;
  white-space: nowrap;
  margin-right:20px;
}

#groupCLegend.legend-horizontal {
  display: flex;
  justify-content: center;         /* Centers horizontally */
  align-items: center;
  flex-wrap: nowrap;                 /* Allows wrapping if needed */
  gap: 12px;
  padding: 10px 16px;
  margin-top: 0;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

#groupCLegend.legend-horizontal span {
  padding: 4px 10px;
  background: #f9f9f9;
  border-radius: 4px;
  white-space: nowrap;
}
.tooltip-content .icon-block {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  color: white;
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
  font-size: 12px;
}

.tooltip-content .icon-block.green {
  background-color: #4CAF50;
}
.tooltip-content .icon-block.ltGreen {
  background-color: #80EF80;
  margin-bottom:3px;
}

.tooltip-content .icon-block.orange {
  background-color: #FFA500;
}

.custom-legend {
  margin: 10px 0;
  justify-content:center;
  font-size: 14px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.custom-legend > div {
  display: flex;
  align-items: center;
  gap:0.5em;
  font-weight:500;
}

.custom-legend .icon-block {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  color: white;
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
  font-size: 12px;
}

.custom-legend .icon-block.green {
  background-color: #4CAF50;
}

.custom-legend .icon-block.orange {
  background-color: #FFA500;
}
.subBox {
	background-color:#FBFBFB!important;
	padding:10px;
}
.aIndent {	display:block; 	margin-left:40px}
.aIndent2 {	display:block; 	margin-left:60px; line-height:normal;}
.aIndent3 {	display:block; 	margin-left:85px; line-height:normal;}
.agreementBlock {
	max-width:1200px;
	margin:20px auto;
}
.agreementWarn {
	width:80%;
	margin:20px auto;
	background-color:#FEFBE6;
	padding:20px;
	border: 1px #FAD644 solid;
	border-radius:7px;
	text-align:center;
}
/* full‑page dimmed background */
#modalOverlay {
  display: none;              /* hidden by default */
  position: fixed;
  top: 0; left: 0;            /* cover full viewport */
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1000;
}
#modalOverlay2 {
  display: none;              /* hide initially */
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1000;              /* sits behind the window */
}

#modalClose {
  position: absolute;
  top: 8px; right: 12px;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  line-height: 1;
}
#modal2Close {
  position: absolute;
  top: 8px; right: 12px;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  line-height: 1;
}

/* centered white box */
#modalWindow {
  display: none;              /* hidden by default */
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;                /* adjust as needed */
  max-width: 800px;
  height: 80vh;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  z-index: 1001;
  overflow: hidden;           /* clip iframe edges */
}
#modalWindow2 {
  display: none;              /* hide initially */
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  max-width: 600px;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  z-index: 1001;              /* sits above the overlay */
  height: auto;
  border: none;
  padding:20px;

}

/* make iframe fill the rest */
#modalIframe {
  width: 100%;
  height: calc(100% - 32px);  /* leave room for close button */
  border: none;
  padding:20px;
}
.finePrintLogin {
	font-size:.9em;
	color:#aaa;
	text-align:center;
}

/* lay the two pieces out side‑by‑side */
.sel-opt-row   { display:flex; justify-content:space-between; }

/* tune widths / overflow to suit */
.sel-opt-name  { flex:0 0 45%; overflow:hidden; text-overflow:ellipsis; }
.sel-opt-email { flex:0 0 55%; text-align:right; color:#555; font-size:.9em; }

.userPWexp {
	margin-left:0px;
	margin-right:10px;
	font-size:.85em;
	display:block;
	border-right:1px #ccc solid;
	padding-right:10px;
	white-space:nowrap;
}