@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	margin:0;
	text-align:center;
	background: #f8f9fc;
	color: #1f2437;
}
form {
	margin: 0px;
	padding: 0px;
}
p, td, li, lo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	text-align: left;
}
a:link, a:visited {color: #24305e; text-decoration: none;}
a:hover {text-decoration: none; color: #4b16b8;}

h1 {
    font-size: 1.6em;
}

/* Login Page
-----------------------------------------------
 */
.LoginBoxWrapper {
	width: 100%;
	max-width: 900px;
	text-align: center;
	margin: 60px auto 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
	flex-wrap: wrap;
}
.LoginBoxWrapper td {
	text-align: left;
}
.LoginBox
{
    float: none;
    width: 390px;
    text-align: left;
    padding: 24px;
    margin: 0;
    border: 1px solid #e3e7f2;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 4px 14px rgba(11, 11, 79, 0.08);
}
.ExtraWideBox {
    width: 600px;
}
.HigherUp {
    margin-top: 50px;
}
.FancyTitle1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.premiumListingLoginAd {
    box-sizing: border-box;
    margin: 28px auto 0 auto;
    max-width: 860px;
    padding: 0 16px;
    text-align: center;
    width: 100%;
}
.loginPremiumListingAd {
    margin-top: 0;
    padding-top: 44px;
}
.premiumListingLoginAd a {
    display: inline-block;
    max-width: 100%;
}
.premiumListingLoginAd img {
    border: 0;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 800px;
}
@media screen and (max-width: 680px) {
    .premiumListingLoginAd {
        margin-top: 22px;
        padding: 0 12px;
    }
    .loginPremiumListingAd {
        margin-top: 0;
        padding-top: 38px;
    }
    .premiumListingLoginAd img {
        max-width: 600px;
        width: 100%;
    }
}

/* Main Body
-----------------------------------------------
 */
 
.MainWrapper {
	width: 900px;
	min-height: 600px;
	height: auto;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow:hidden;
	background: #fff;
	border: 1px solid #e5e8f0;
	border-radius: 12px;
	box-shadow: 0 3px 12px rgba(11, 11, 79, 0.08);
	padding: 24px;
}

/* Banner
-----------------------------------------------
 */

.BannerWrapper {
	width: 900px; 
	margin: 26px auto 0 auto;
	min-height: 84px;
	background: #fff;
	border: 1px solid #e5e8f0;
	border-radius: 12px 12px 0 0;
	padding: 18px 20px;
}
.BannerLogo {
	margin-top: 0;
	text-align:left;
	float: left;
}
.BannerLogo img {
	max-width: 320px;
	height: auto;
}
.BannerTagLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	text-align: right;
	float: right;
	width: 400px;
	height: 20px;
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 15px;
}

/* Top Menu
-----------------------------------------------
 */

.TopMenuWrapper {
	width: 900px;   
	margin: 0 auto 12px auto;
	vertical-align: middle;
	padding: 0 16px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #e5e8f0;
	border-top: 0;
	border-radius: 0 0 12px 12px;
	border-bottom: 3px solid #4b16b8;
}
a.linkTopMenu:link, a.linkTopMenu:visited {
	font-size: 16px;
	color: #1f2437;
	text-decoration: none;	
	padding: 14px 6px 11px 6px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border-bottom: 3px solid transparent;
	white-space: nowrap;
}
a.linkTopMenu:hover {
	color: #4b16b8;
	border-bottom-color: #4b16b8;
	text-decoration: none;	
}
a.linkTopMenu i {
	font-size: 14px;
	line-height: 1;
	flex-shrink: 0;
}

/* Footer
-----------------------------------------------
 */

.Footer {
    font-size: .9em;
    color: #333;
    width: 900px;
    max-width: 100%;
    text-align: center;
	margin-top: 22px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0 16px 24px 16px;
	height:auto;
    box-sizing: border-box;
}
.FooterCopyright {
    margin-top: 8px;
}

.HomeSearchPanel {
    border: 1px solid #e3e7f2;
    border-radius: 12px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 3px 12px rgba(11, 11, 79, 0.06);
}
.HomeSearchPanel .homeSearchLabel {
    font-size: 34px;
    color: #1f2437;
    margin-right: 12px;
}
input[type=text], input[type=password], textarea {
    border: 1px solid #cfd6e6;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
}
input[type=submit], input[type=button], button {
    background: #4b16b8;
    border: 1px solid #3f129a;
    color: #fff;
    border-radius: 8px;
    padding: 9px 18px;
    font-weight: bold;
    cursor: pointer;
}


input[type=submit][value*='Cancel'], input[type=button][value*='Cancel'], button[type=submit][value*='Cancel'], button[type=button][value*='Cancel'],
input[type=submit][value*='cancel'], input[type=button][value*='cancel'], button[type=submit][value*='cancel'], button[type=button][value*='cancel'],
input[type=submit][value*='CANCEL'], input[type=button][value*='CANCEL'], button[type=submit][value*='CANCEL'], button[type=button][value*='CANCEL'] {
    background: #655390;
    border-color: #544478;
}

input[type=submit][value*='Delete'], input[type=button][value*='Delete'], button[type=submit][value*='Delete'], button[type=button][value*='Delete'],
input[type=submit][value*='delete'], input[type=button][value*='delete'], button[type=submit][value*='delete'], button[type=button][value*='delete'],
input[type=submit][value*='DELETE'], input[type=button][value*='DELETE'], button[type=submit][value*='DELETE'], button[type=button][value*='DELETE'],
input[type=submit][value*='Remove'], input[type=button][value*='Remove'], button[type=submit][value*='Remove'], button[type=button][value*='Remove'],
input[type=submit][value*='remove'], input[type=button][value*='remove'], button[type=submit][value*='remove'], button[type=button][value*='remove'],
input[type=submit][value*='REMOVE'], input[type=button][value*='REMOVE'], button[type=submit][value*='REMOVE'], button[type=button][value*='REMOVE'] {
    background: #c62828;
    border-color: #a51f1f;
}

/*  FORMS
    ------------------------------
*/
.contentBoxHeader {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	background-color: #F5F8EF;
	padding: 2px;
	border-bottom: 1px solid #069;
}
.previewEmailDialog {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px;
	border-bottom: 1px solid #069;
}
.contentBoxTable {
	background-color: #ddd;
}
.menuBoxLarger {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F8EF;
	margin: 0px;
	padding: 10px;
	border: 1px solid #069;
	font-size: .95em;
}
.locationMenu {
    text-decoration: bold;
    color: #666;
}

.profileSectionBox {
    border: 1px solid #dbe2ee;
    background: #ffffff;
    padding: 12px;
    margin: 10px 0 14px 0;
    border-radius: 8px;
}
.profileSectionTitle {
    font-size: 16px;
    font-weight: bold;
    color: #24305e;
    margin-bottom: 8px;
}
.profileSectionTable {
    width: 100%;
}
.premiumProfileBox {
    border-color: #d5e3f3;
    background: #f7fbff;
}
.premiumProfileNote {
    color: #4f6078;
    font-size: .9em;
    margin-bottom: 10px;
}
.premiumFieldRow td {
    padding-top: 6px;
    padding-bottom: 6px;
}
.premiumStatusText {
    display: block;
    margin: 0 0 10px 0;
    padding: 8px 10px;
    border: 1px solid #c9d8ee;
    border-left: 4px solid #2f6f9f;
    border-radius: 6px;
    background: #ffffff;
    color: #24305e;
    font-weight: bold;
}
.premiumStatusText:before {
    content: "\25CF  ";
    color: #2f6f9f;
    font-size: 11px;
}
.premiumPhotoPreview {
    width: 128px;
    min-height: 128px;
    border: 1px solid #cfd9ea;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
    margin-bottom: 8px;
    overflow: hidden;
}
.premiumPhotoPreview img {
    border-radius: 50%;
    display: block;
    height: 120px;
    object-fit: cover;
    width: 120px;
}
.premiumPhotoUpload input[type=file] {
    max-width: 100%;
}

@media screen and (max-width: 760px) {
    .MainWrapper {
        width: auto;
        margin: 10px;
        padding: 16px;
    }
    .profileSectionTable,
    .profileSectionTable tr,
    .profileSectionTable td {
        display: block;
        width: 100% !important;
    }
    .profileSectionTable td {
        padding-left: 0;
        padding-right: 0;
    }
}

/*  INSIDE FORMATTING
    ------------------------------
*/

.errMsg
{
    color: #F00;
    font-family: 'Courier New' , Courier, monospace;
    font-weight: bold;
}
a.linkAlphaIndex:link, a.linkAlphaIndex:visited {
    COLOR: Black;
    FONT-WEIGHT: bold;
    PADDING: 1px;
    margin: 0px;
    border: 1px solid white;
    }
a.linkAlphaIndex:hover {
    background-color: #ccc;
    border: 1px solid black;
    }    
.EmbedCodeBox {
    padding: 10px;
}
.star {
    color:Red;
    font-weight:bold;
}

/*  STUDENT HOME PAGE
    ------------------------------
*/
.ExamsBox
{
    border: 1px solid #e3e7f2;
    border-radius: 12px;
    padding: 18px 22px;
    margin: 10px;
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(11, 11, 79, 0.06);
    overflow: hidden;
    width: 650px;
}
.RegisterBox
{
    border: 1px solid #e3e7f2;
    border-radius: 12px;
    padding: 18px 22px;
    margin: 10px;
    background: #f4f1ff;
    box-shadow: 0 3px 12px rgba(11, 11, 79, 0.06);
    width: 650px;
}
.ExamsBox h1 {
    color: #0b0b4f;
}
.RegisterBox h1 {
    color: #4b16b8;
}

/* EXAMS
   -----------------
  */
.titleTestName
{
    color: #3366CC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}
p.fieldFootnote { font-size: .8em; color: #808080; }

/* Upload Page 
---------------------
*/
.sectionWrapper {margin-top:12px; padding-top:5px; border-top:1px dotted #ccc; clear:both; overflow:hidden;}
.uploadArea {width:400px; margin-right:15px; overflow:hidden; float:left; clear:both; padding-top:5px;}
.fileList { width: 450px; border: 1px solid #669999; float: right; padding: 10px; background-color: #D1EFE0; border-radius:5px;}
.fileList h1 {font-size:1.1em; margin-top:0;}

/* Adminpages */
.adminGrid a:link { color: #0066CC; }
.adminGrid a:hover { color: #E88B00; text-decoration: underline; }

/* Essay Page Popup */
.essayPageWrapper {margin:20px;}
.essayPageWrapper a:link, .essayPageWrapper a:visited { color: #3366CC; text-decoration: underline; }
.essayPageWrapper a:hover {text-decoration:none;}
.essayPageWrapper span.Q {margin-right:15px; color: #006600; font-family: 'Times New Roman' , Times, serif; font-size: 24px; font-weight: bold; }
.essayPageWrapper span.A {margin-right:15px; color: #CC0000; font-family: 'Times New Roman' , Times, serif; font-size: 24px; font-weight: bold; }

.saveMsg {margin-top:5px; padding:3px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; font-size: 0.8em; background-color: #FEE3C7; border: 1px solid #F60; color: #000; }

/* REPORTING */
div.chartrow { clear:both; margin-top:2em; border-bottom:1px dotted #666; }
div.chartrow h1 {font-size:1.2em; width:280px; margin-right:2em; display:inline-block; *display:inline; margin-bottom:1em;}
div.chartrow img {display:inline-block; *display:inline; margin-right:2px;}
div.chartrow table {display:inline-block; *display:inline; margin-right:2px;}
div.chartrow table td {text-align:center; vertical-align:bottom; }
div.chartrow table tr.bottomRow {font-size:.8em; font-weight:bold; color:#666;}

.examNavBtn {
    min-height: 38px;
    line-height: 1.2;
    padding: 9px 18px;
}

/* Student Login Page Logo
-----------------------------------------------
   Scoped to Login.aspx so shared banners and application pages are unchanged.
 */
.LoginLogo {
    margin: 24px 20px 0 20px;
    text-align: left;
}
.LoginLogo img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 240px;
}

@media screen and (max-width: 680px) {
    .LoginLogo {
        margin: 14px 12px 0 12px;
    }
    .LoginLogo ~ .LoginBoxWrapper {
        box-sizing: border-box;
        margin-top: 20px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .LoginLogo ~ .LoginBoxWrapper .LoginBox {
        box-sizing: border-box;
        max-width: 438px;
        width: 100%;
    }
    .LoginLogo ~ .LoginBoxWrapper table,
    .LoginLogo ~ .LoginBoxWrapper tbody,
    .LoginLogo ~ .LoginBoxWrapper tr,
    .LoginLogo ~ .LoginBoxWrapper td {
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .LoginLogo ~ .LoginBoxWrapper td {
        padding-left: 0;
        padding-right: 0;
        white-space: normal;
    }
    .LoginLogo ~ .LoginBoxWrapper input[type=text],
    .LoginLogo ~ .LoginBoxWrapper input[type=password] {
        box-sizing: border-box;
        max-width: 100%;
        width: 100%;
    }
}
