@charset "utf-8";
/* CSS Document */
html, body{
	height: 100%;
	width:100%;
	margin:0;
}
body {
	background-color:#63ac11;
	margin:0;
	padding:0;
	font-family:Open Sans, sans-serif;
	font-size:11px;
	background: url("/MM/img/SI/new/SI-bg.jpg") no-repeat center center fixed;
	background-size: cover;
	position: fixed;
	left: 0px;
	top: 0px;
}
.wrapper{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
    height: expression((this.parentNode.clientHeight - parseInt(this.currentStyle['paddingTop']) - parseInt(this.currentStyle['paddingBottom'])) + 'px');
    position: relative;
}
.mobile .wrapper{
	padding: 0;
}
.inner-wrapper{
	position: relative;
	width: 764px;
	margin:0 auto;
	
}
.header{
	height:58px;
	margin-top:18px;
}

.header a, .header img {
    border:none;
    outline:none
}
.header .MMLogo-mobile{
	display:none;
}
.header .header-left {
	width:206px;
	float: left;
}

.header .header-right {
	float:right;
	padding-top: 22px;
}

.header-right span.tagline{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.form-contents {
	background-color:#fff;
	width:724px;
	padding:20px;
	height:527px;
	box-shadow: 5px 8px 5px #4c9304;
	clear:both;
	position:relative;
}
.form-header{
	height:105px;
	width:100%;
	position:relative;
}
.form-header .header-sign-in-text{
	color:#448100;
	text-align:left;
	font-size:36px;
	padding:0px 0 20px 10px;
	width:50%;
	float:left;
	min-width:125px;
}
.form-footer .clever-si-s{
	float:left;
	height:20px;
	width:53px;
	text-align:right;
    line-height: 13px;
    margin-top: 11px;
    margin-left: 20px;
}
.form-footer .clever-si-s a {
	color:#fff;
	text-decoration:none;
}
.form-footer .clever-si-s a:hover {
	text-decoration:underline;
}
.clever-logo{
	float: left;
    background-color: #5ca905;
    color: #fff;
    font-size:12px;
    font-weight:bold;
    width:15px;
    height:15px;
    line-height:15px;
    text-align:center;
    border-radius:3px;
    margin-top:-1px;
}
.form-footer .classlink-si-s, .form-footer .googleclassroom-si-s, .form-footer .family-signin-link {
	float:left;
	height:20px;
	width:64px;
	text-align:right;
	line-height: 13px;
	margin-top: 11px;
	margin-left: 20px;
}
.form-footer .classlink-si-s {
    width:68px;
}
.form-footer .googleclassroom-si-s {
    width:119px;
}
.form-footer .family-signin-link {
	float: right;
	width: 200px;
	margin-right: 10px;
}
.form-footer .classlink-si-s a, .form-footer .googleclassroom-si-s a, .form-footer .family-signin-link a {
	color:#fff;
	text-decoration:none;
}
.form-footer .classlink-si-s a:hover, .form-footer .googleclassroom-si-s a:hover, .form-footer .family-signin-link a:hover {
	text-decoration:underline;
}
.classlink-logo, .googleclassroom-logo {
	float: left; 
	background-color: #5ca905; 
	color: #fff; 
	font-size:12px; 
	font-weight:bold; 
	width:15px; 
	height:15px; 
	line-height:15px; 
	text-align:center; 
	border-radius:3px; 
	margin-top:-1px;
}
.googleclassroom-logo {
	width:20px;
}
.form-header .header-menu-mobile{
	display:none;	
}
.form-header .header-menu{
	width:100%;
	float:left;
	display:block;
	font-size:11px;
	text-transform:uppercase;
}
.form-header .header-menu .header-menu-item{
	float:left;
	width:16%;
	border-bottom:2px solid #e0f1cc;
	color:#6fba1a;
	padding:5px 0 10px 0;
	cursor:pointer;
	text-align:center;
}
.form-header .header-menu .header-menu-item.item-SA, .form-header .header-menu .header-menu-item.item-D{
	width:26%;
}
.form-header .header-menu .header-menu-item.selected{
	color:#448100;
	border-color:#448100;
}
.form-header .header-menu-mobile .header-menu-mobile-item.selected{
	font-weight:bold !important;
}
.form-header .header-menu .header-menu-item:hover{
	color:#448100;
}

.error-message {
	max-width: 599px;
	border-radius: 3px;
	background-color: #df7f7f;
	padding: 5px 20px 5px 28px;
	margin: 20px 0px 0px 37px;
	font: bold 12px Arial,sans-serif;
	letter-spacing: 0.02em;
	line-height: 1.5;
	color: #FFF;
}

.text-center {
	text-align: center;
}

.error-message a {
	color: #ffee67;
	text-decoration: none;
	cursor: pointer;
}

.form-screens .screen-1{
	/*display:none;*/
	color:#448100;
	width:722px;
	height:auto;
	margin:0 auto;
	margin:20px 0 0 0;
	float:left;
}
.form-screens .screen-1 label{
	float:left;
	width:100%;
	color: #448100;
	display:block;
	font-weight:bold;
	margin-bottom:3px;
	font-size:12px;
}
.form-screens .screen-1 #find-btn{
	/*margin-left:10px;*/
	width:65px;
	float:right;
}
.form-screens .screen-1 #go-btn{
	margin-right:10px;
	width:55px;
	float:right;
}
.form-screens .screen-1 .form-content-input-1{
	width:250px;
	float:left;
}
.form-screens .screen-1 .form-content-input-2{
	min-width:250px;
	float:left;
}
.form-screens .screen-1 .school-code{
	width:250px;
	float:left;
}
.form-screens .screen-1 #SearchText,.form-screens .screen-1 #SearchCode{
	width:166px;
}

.form-screens .screen-1 .or-wording{
	width:40px;
	font-weight:bold;
	float:left;
	margin-left:10px;
	margin-right:10px;
	color:#448100;
	line-height:26px;
	text-align:center;
	padding-top:20px;
	height:30px;
}
.form-screens .screen-1 .school-code .form-content-input-2{
	float:right
}

.form-screens .screen-1 .form-legend{
	font-weight:bold;
	margin-bottom:10px;
	font-size:13px;
	color:#000;
}
/*top school name*/
.student-school{
	margin: 35px 0 0 15px;
	float: right;
	max-width: 300px;
    overflow: hidden;
}

.student-school .title{
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
}

.student-school .change-school {
	 text-align: right;
}

.student-school .change-school a {
	text-align:right;
	color:#4f9500;
	text-decoration:none;
}
.student-school .change-school a:hover{
	text-decoration:underline;
}

/*school results block*/
.form-screens .screen-1 .school-search-result-block{
	margin-top:20px;
	color:#000;
}
.search-result-center{
	border: 1px solid #CCCCCC;
	display: inline-block;
	text-align: left;
	width: 100%;
	font-size: 13px;
	height:251px;
	box-shadow: 1px 3px 6px #cecece;
}

.search-result-header{
	background-color:#efefef;
	height:40px;
}
.search-result-header div{
	padding: 2px;	
    font-weight:bold;
	height:24px;
	margin-top:9px;
	float:left;
}
.search-result-header .city{
    width: 211px;
}
.search-result-header .state{
    width: 73px;
    padding-left:55px;
    
}	
.search-result-rows .school-row{
    overflow: hidden;
	cursor: pointer;
	height:38px;
	padding-top:2px;
}
.search-result-rows .school-row:hover{
	font-weight:bold;	
}
.search-result-rows .school-row div{
	padding-top:8px;
}
.search-result-rows .school-row:nth-child(even){
	background-color:#f6f6f6;
}
.search-result-rows .state input{
	display:none;
	width: 15px;
	height: 15px;
	margin-top: 2px;
	*margin-top: 1px;
	vertical-align: middle;
	margin-right:20px;
	margin-left:20px;
}
.search-result-rows .school{
	float: none;
    overflow: hidden;
    padding: 2px;
    white-space: nowrap;
}

.search-result-rows .city{
	float: left;
    width: 215px;
	padding: 2px 0 2px 0;
	overflow: hidden;
	white-space: nowrap;	
}
.search-result-rows .state{
	float: left;
    width: 128px;
	padding: 2px 2px 2px 0;
	overflow: hidden;
	white-space: nowrap;
	text-align:center;
}
.search-result-rows{
    height: 212px;
    overflow: auto;
}

/*school results block*/

.form-screens .screen-2{
	width:307px;
	margin:0 auto;
	padding-top:40px;
	color:#448100;
}

.form-screens .screen-2 .form-input-div1 label{
    height: 20px;
    width: auto;
    float: left;
    margin-right: 5px;
}

.screen-2 .forgot-password-div{
	width:300px;
	margin:30px auto 0 auto;
}
.screen-2 .forgot-password-div div{
	margin-top:10px;
}
.screen-2 .forgot-password-div a{
	text-decoration: none;
	color:#448100;
	/*margin-left:26px;*/
}
.screen-2 .forgot-password-div a:visited { 
    color: #448100;
}
.screen-2 .forgot-password-div a:hover { 
    text-decoration: underline;
}

.form-screens .screen-2 .loginFieldTag{
	width:23px;
	font-size:12px;
	font-weight:bold;
	height:21px;
	text-align:center;
}
.login-form-label{
	float:left;
	width:110px;
	height:20px;
	font-size:12px;
	font-weight:bold;
}
.form-screens #password_field img{
	margin-top:3px;
}

.form-screens input{
	font-family:OpenSans, sans-serif;
	font-size:13px;
	height:23px;
	line-height:23px;
	color:#448100;
	/*border:none;
	border-bottom:1px solid #a0ce6c;*/
	float:left;
}

.form-screens .form-input-div{
	height:20px;
	margin-bottom:20px;	
}
.form-screens .form-input-div1.first-field{
	margin-bottom:35px;
}
.form-screens .form-input-remember input{
	border-bottom:none;
	margin-right:4px;
}

.form-screens .form-input-remember{
	margin-bottom:0;
	/*margin-left:23px;*/
	float:left;
	clear:both;
	width:100%;
	margin-top:15px;
}
#remember_me, #hidepassword{
	height:13px;
	margin-top:1px;
}
.form-screens .form-input-remember label{
	margin-top:7px;	
	cursor:pointer;
}
.form-screens .form-input-remember label:hover{
	text-decoration:underline;
}

.switchParentPortalLink{ margin-top: 20px; }
.switchParentPortalLink a{
    color: #448100;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.new-parent-portal{
    display: flex;
    padding: 20px 120px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.new-parent-portal .main-header{
    color: #448100;
    text-align: center;
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.new-parent-portal .sub-header{
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.new-parent-portal .form-links{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 280px;
    gap: 15px;
}

.new-parent-portal .form-links a{
    color: #448100;
    font-family: "Open Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.registration-invite{
    width: 510px;
}
.registration-invite-content{
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 20.8px */
}

.screen-3{
    width: 307px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    color: #448100;
}

.form-screens #UserUsername, .form-screens #UserPassword, 
.form-screens #ParentEmail, .form-screens #ParentPassword{
	width:90%;
}

.form-screens input::-webkit-input-placeholder {
	color: #999;
}
.form-screens input::-moz-placeholder {
	color: #999;
}
.form-screens input:-moz-placeholder {   /* Older versions of Firefox */
	color: #999;
}
.form-screens input:-ms-input-placeholder { 
	color: #999;
}
.form-screens input:focus{
    outline: 0;
}

#signin-btn, #parent-signin-btn{float:right;margin-top:15px;margin-right:27px;}
.signin-form-button{
	font-size:13px;
	height:30px;
	width:80px;
	color:white;
	background-color:#448100;
	border-style:none;
	cursor:pointer;
	font-weight: 600;
	font-family:Open Sans, sans-serif;
	text-transform:uppercase;
}
.signin-form-button:hover{
	background-color:#4f9500;
}
.form-footer{
	height:35px;
	background-color:#448100;
	width:764px;
	box-shadow: 5px 6px 5px #4c9304;
	position:relative;
	color:#fff;
}
.form-footer .extra-secure{
	height:20px;
	line-height:13px;
	float:right;
	width:175px;
	margin-top:9px;
	margin-right:20px;
}
.form-footer .extra-secure input, .form-footer .extra-secure a, .form-footer .extra-secure img{
	float:right;

}
.form-footer .extra-secure a{
	margin:3px 5px 0 3px;
	cursor:pointer;
	text-decoration: none;
	color:#fff;
}

.form-footer .extra-secure a:hover{
	text-decoration:underline;
}

.screen-2 form {
	width: 300px;
	margin: 0 auto;
}

.blueBanner {
	height: 50px;
	line-height: 50px;
	background-color: rgba(25, 118, 210, 1);
	box-shadow: 5px 6px 5px #4c9304;
	color: white;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 1.2em;
	position: relative;
}

.recaptcha-containers {
	display: none;
}
#recaptcha-container {
	padding-top: 15px;
	padding-bottom: 25px;
	height: auto !important;
}
#parent-recaptcha-container {
	padding-top: 15px;
	display: none;
}

@media all and (max-width: 784px) {
   body{
		background: url("/MM/img/SI/new/MMSignIn-bg-mobile.png") no-repeat 0 0 fixed;
		background-color:#63ac11;
    }
    .wrapper{
    	height:100%;
    }
    .inner-wrapper{
		width:100%;
		height:100%;
		min-width:360px;
	}
	.header{
		width:100%;
		margin-top:7px;
		height: 33px;
		float:left;
	}
	.form-header .header-sign-in-text{
		font-size: 30px !important;
    	padding: 0px 0 10px 10px !important;
	}
	.form-header{
		height:85px;
	}
	.student-school{
		margin-top:5px;
	}
	.form-header .header-menu{
		display:none;
	}
	.form-header .header-menu-mobile, .form-header .header-menu-mobile select{
		display:block;
		float:left;
		width:auto;
		/*max-width:236px;*/
		clear:both;
		text-transform:uppercase;
		font-size:13px;
		color:#448100;
		font-size:13px;
		line-height:14px;
	}
	
	.header-menu-mobile-item.item-0{
		padding:0 10px;
		border:1px solid #a0ce6c;
	}
	.form-header .header-menu-mobile .menu-mobile-dropdown div, .form-header .header-menu-mobile option{
		float:left;
		width:236px;
		padding:8px;
		cursor:pointer;
		line-height:20px;
	}
	.form-header .header-menu-mobile .menu-mobile-dropdown div:hover,.form-header .header-menu-mobile option:hover{
		background-color:#eef8e3;
	}
	.form-header .header-menu-mobile .menu-mobile-dropdown{
		/*padding-top:5px;*/
		display:none;
		width:252px;
		height:155px;
		/*position:absolute;*/
		border:1px solid #f7f7f7;
		border-top:2px solid #448100;
		box-shadow: 3px 4px 8px #c7c7c7;
	}
	.header .header-right{
		padding-top:8px !important;
		padding-right:10px;
	}
	.header-right span.tagline{
		font-size: 15px
	}
	.header .header-left{
		width:108px;padding-left:10px
	}
	.header .MMLogo-large{
		display:none;
	}
	.header .MMLogo-mobile{
		display:block;
	}
	
	.form-contents{
		width:auto !important;
		height:70%;
		box-shadow: 5px 8px 5px #4c9304;
		clear:both;
		margin:auto;
		margin-left:10px;
		margin-right:10px;
		min-width:209px;
		padding:3%;
		min-height:460px;
	}
	
	.form-screens #UserUsername, .form-screens #UserPassword,
	.form-screens #ParentEmail, .form-screens #ParentPassword {
		width:85%;
	}
	.form-screens .label-container{
		width:85%;
		float:left;
	}
	
	.form-screens .screen-1 {
		width:100%;
	}
	.form-screens .screen-2 {
    	width:auto;
	}
	
	.search-result-header .city, .search-result-rows .city{
    	width:23%;
    	margin-right:1%;
	}
	.search-result-header .state, .search-result-rows .state{
	    width: 17%;
	    padding-left:1%;
	    text-align:center;
	}
	
	.search-result-rows {
		min-height: 212px;
	}
	
	.search-result-rows .state input{
		margin-right:5px;
		margin-left:5px;
	}
	#signin-btn, #parent-signin-btn {
	    margin-right: 50px;
	}

	.form-footer{
		width:auto !important;
		box-shadow: 5px 6px 5px #4c9304;
		margin:auto;
		margin-left:10px;
		margin-right:10px;
		position:relative;
		height: auto;
		min-height: 35px;
	}

	.blueBanner {
		margin: 0 10px;
	}

	.new-parent-portal{
		padding: 20px calc((100vw - 540px) * 0.5);
	}

	.error-message { margin: 20px 37px 20px 37px}
}

@media all and (max-width: 615px) {
	.screen-1 .form-content-input-1, .screen-1 .school-code, .screen-1 .or-wording{
		width:100% !important;
		float:left !important;
		text-align:left !important;
	}
	.screen-1 .or-wording{
		margin-top:16px;
		margin-bottom:10px;
		padding-top: 0 !important;;
	}
	.screen-1 .school-code .form-content-input-2{
		float:left !important;
	}
	.form-screens .screen-1 #find-btn {
		margin-left:10px;
	    width: 65px;
	    float: left;
	}
	.form-screens .screen-1 #go-btn {
   	 	width: 65px;
   	 	float:left;
   	 	margin-left:10px;
	}
	.form-contents {
		height:75%;
	}
}

@media all and ( max-height: 770px ){
    .header .header-right{
		float: right;
	}
	.header .header-left{
		margin-top:0px;
	}
	.header{
		/*height:72px;*/
	}
	.form-contents{
		padding:10px 20px;
		height: 460px;
	}
	.form-header .header-sign-in-text{
		padding-bottom:5px;
	}
	.form-screens .screen-1{
		margin-top:5px;
	}
}
#needHelp {
    top: 45%;
    left: 50%;
    width: 370px;
    margin-left: -185px;
}
.needHelp-content {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.mt-dialog.forgot-password {
    width: 640px;
    left: 45px;
    top: 262px;
}
.forgot-password-left {
    float: left;
    max-width: 460px;
}
.forgot-password-legend {
    font-size: 15px;
    float: none;
}
.forgot-password-form {
    margin: 0 10px 0 30px;
}
.forgot-password-contents img {
    margin-top: 20px;
}
#forgot-email {
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 3px 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#send-btn {
    margin-bottom: 15px;
    float: right;
    margin-top: 10px;
}
#loading, #loading1, #loading_signin {
    background: url("/MM/img/SI/wait20.gif") no-repeat scroll center center transparent;
    display: none;
    height: 30px;
    left: 336px;
    margin-left: -15px;
    overflow: auto;
    position: absolute;
    top: 134px;
    width: 30px;
    z-index: 2;
}
.placeholder-text{
	color: #999 !important;
}
.left {float: left;}
.clear-both{clear:both; height:0;}

/* START grid */
.form-screens .screen-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
}

.screen-2 .centralContent {
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 4 / 8;
    -ms-grid-column-align: stretch;
    justify-self: stretch;    
}

.screen-2 .rightContent {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    grid-column: 8 / 11;
    -ms-grid-column-align: center;
    justify-self: center;
}

@media all and (max-width: 784px) {
    .form-screens .screen-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        padding: 0;
    }
    .screen-2 .centralContent {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
    .screen-2 .rightContent {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-row-align: center;
        align-self: center;
    }
}
/* END grid */

/* START Footer fix */
@media all and (max-width: 710px) {
	.form-footer > .footer-div {
		margin: 11px 0px 0px 20px !important;
		float: left !important;
	}
	.form-footer .family-signin-link {
		text-align: left;
	}
}
@media all and (max-width: 580px) {
	.blueBanner {
		line-height: 20px;
		padding: 5px;
		box-sizing: border-box;
	}
}
@media all and (max-width: 400px) {
	.form-footer > .footer-div {
		margin-left: 10px !important;
	}
}
/* END Footer fix */