body
{
	margin:0;
	padding:0;
	background:url(https://empower.eurekacityschools.org/images/EmpowerLogin/main_bg_img.jpg) center top no-repeat;
	background-size:cover;
}

.auto_bar
{
	width:961px;
	margin:auto;
}
.main_top_outer
{
	width:100%;
	float:left;
	
	/* background:url(https://empower.eurekacityschools.org/images/EmpowerLogin/main_bg_img.jpg) center top no-repeat;
	background-size:cover; */
}

.main_outer
{
	width:100%;
	float:left;
	background:url(https://empower.eurekacityschools.org/images/EmpowerLogin/img_bg.png) center 110px no-repeat;
}

.logo
{
	width:100%;
	text-align:center;
	float:left;
	padding:48px 0 30px 0;
}
.fr
{
	float:right;
}

.inner_outer
{
	width:945px;
	float:left;
	background:url(https://empower.eurekacityschools.org/images/EmpowerLogin/white_img.png) repeat;
	border: 8px solid rgba(0,0,0,0.1);
	padding:42px 0px 50px 0px;
	-webkit-box-shadow: 0px 0px 25px 6px rgba(50, 50, 50, 0.14);
	-moz-box-shadow:    0px 0px 25px 6px rgba(50, 50, 50, 0.14);
	box-shadow:         0px 0px 25px 6px rgba(50, 50, 50, 0.14);
}


.inner_left
{
	width:482px;
	float:left;
	margin:0 0 0 8px;
	background:url(https://empower.eurekacityschools.org/images/EmpowerLogin/img_laptop.png) left top no-repeat;
	padding:18px 0 50px 65px;
}

.inner_right
{
	width:387px;
	float:left;
}
.right_top_green
{
	width:404px;
	float:left;
	margin:0 0 0 9px;
}
.right_top_green_inner
{
	width:90%;
	background-color:#90a621;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:23.58px;
	color:#fff;
	padding:10px 0 10px 10%;
}
.right_form_outer
{
	width:326px;
	float:left;
	margin:0 0 0 38px;
}

.username_field_outer
{
	width:322px;
	float:left;
	margin:0 0 15px 0;
	background-color:#f9f9f9;
	border:1px solid #e7e7e7;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}

.username_field_inner
{
	width:314px;
	float:left;
	margin:3px;
	background-color:#fff;
	border:1px solid #e7e7e7;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.username_field
{
	margin:0 0 0 10px;
	height:30px;
	width:290px;
	float:left;
	background:none;
	border:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14.55px;	
}
.username_submit_outer
{
	width:100%;
	float:left;
	margin:0 0 15px 0;
}
.username_button
{
	height:37px;
	padding:0 20px;
	background-color:#eaa625;
	border:0;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
	font-size:17.86px;
	color:#fff;
	cursor:pointer;
}
.username_forget
{
	float:right;
	font-size:14.58px;
	line-height:40px;
	color:#7f7f7f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.username_forget a
{
	color:#7f7f7f;
	text-decoration:none;
}
.username_forget:hover
{
	text-decoration:underline;
}
.copy_right_outer
{
	width:100%;
	float:left;
	text-align:center;
	font-size:12.55px;
	color:#303030;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:80px 0;
}

.main-div {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10999;
}

.wait-icon {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 11002;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
}

.wait-icon-content {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 50px 60px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 450px;
    min-width: 380px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    animation: fadeInScale 0.3s ease-out;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.modern-spinner {
    width: 70px;
    height: 70px;
    margin: 0 auto 30px;
    border: 5px solid #e9ecef;
    border-top: 5px solid #667eea;
    border-right: 5px solid #764ba2;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

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

.wait-text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #1a202c;
    margin: 0;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

.enter-password-overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11001;
}

.enter-password-outer {
    background-color: #fff;
    border-radius: 5px;
    display: none;
    float: left;
    left: 18%;
    position: relative;
    width: 350px;
    z-index: 11002;
}

.enter-password-overlay.active, .enter-password-outer.active {
    display: block;
}

.span-password{
    background-color: #90a621;
    color: #fff;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 23.58px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-top: 6px;
    padding: 1px 0 1px 5px;
    width: 70%;
}

.div-password{
    float: left;
    width: 80%;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-left: 5px;

    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
}

.login-button {
    background: #2991c8 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "OpenSansRegular";
    font-size: 12px;
    margin-right: 8px;
    padding: 15px 30px;
    text-transform: uppercase;
    height: 12px;
    margin-left: 20%;
}

.cancel-button {
    background: #a6a6a6 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "OpenSansRegular";
    font-size: 12px;
    height: 12px;
    margin-bottom: 15px;
    padding: 15px 30px;
    text-transform: uppercase;
    margin-left: 5px;
}

.password-field {
    margin: 0 0 0 10px;
    height: 30px;
    width: 290px;
    float: left;
    background: none;
    border: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14.55px;
}

.close-button{
    position: absolute;
    right: 10px;
    text-align: left;
    top: 5px;
}

.enter-password-outer > a {
    float:right;
}

.change-email-wait{
    display: none; 
    font-weight: bold; 
    padding-top: 15px;
}
#tblHeader {
    display: none;
}

table {
    width: 100%; 
}

.parent-help-link{
    margin-top:255px;
}

.SystemMentainanceMessage{
    width:100%; 
    float:left; 
    text-align:center; 
    color: red; 
    background-color: yellow; 
    font-size: 12px; 
    padding: 7px 0px 7px 0px;
}

.AD_Account_tool_content {
    position: fixed;
    width: 55%  !important;
    padding: 42px 25px;
    top: 66px;
    border-radius: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 99999;
    display:none;
}
    

.ass_new_standrd_overlay_share {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
    top: 0;
    left: 0;
    display:none;
}

.ADErrorMessage{
    clear: both;
    padding-top: 10px;
    padding-left: 30px;
    color: red;
}


.adAncLink{
        float: right;
    line-height: 30px;
    color: #54acd2;
    font-weight: 500;
}
.adAncLink:hover{
    text-decoration:none;
}
.adAncLink img
{
   vertical-align: middle;
    padding-right: 5px;
    width:25px;
 }

.terms_and_conditions {
    float: right;
    color: #0000EE;
}

.cookies_message {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cookies_label {
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 13px;
}

.green-tick{
    display:none;
}

/* ===== SWITCH ACCOUNT POPUP - UNIQUE STYLES ===== */
.switch-account-popup-container {
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    text-align: left;
    display: inline-block;
    width: 480px;
    max-width: 90%;
    margin: 0 auto;
    top: 30px;
    z-index: 11000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: visible;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.switch-account-header-title {
    display: block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 20px 24px;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.3px;
    white-space: normal;
    word-wrap: break-word;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border-radius: 12px 12px 0 0;
}

.switch-account-list-container {
    padding: 16px 0;
    margin: 0;
    max-height: none;
    overflow: visible;
    list-style: none;
}

.switch-account-list-item {
    list-style-type: none;
}

.switch-account-card-button {
    display: flex;
    align-items: center;
        margin: 8px 16px;
    text-align: left;
    cursor: pointer;
    padding: 14px 16px;
    background: #fff;
    border: 2px solid #e8eaf0;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: auto;
    min-height: 60px;
}

.switch-account-card-button:hover {
    border-color: #667eea;
    background: #f8f9ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

.switch-account-card-button:active {
    transform: translateY(0);
}

.switch-account-avatar-image {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-right: 16px;
    margin-left: 0;
    object-fit: cover;
    border: 2px solid #e8eaf0;
    flex-shrink: 0;
    float: none;
    padding: 0;
}

.switch-account-user-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.switch-account-user-fullname {
    font-size: 17px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.switch-account-user-details {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.switch-account-user-username,
.switch-account-user-rolename {
    font-size: 13px;
    color: #718096;
    line-height: 1.4;
    display: block;
    font-style: italic;
    font-weight: normal;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.switch-account-no-accounts-message {
    text-align: center;
    padding: 40px 20px;
    color: #718096;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ===== END SWITCH ACCOUNT POPUP ===== */