﻿@charset "utf-8";

/* CSS Document */

/************************************************************************************
CSS stylesheet, written by Jeffrey Lim for the login page testing. 
This CSS requires look through before uploading.
Author : Jeffrey Lim
Date   : 24 April 
Project: New 

CSS Table of Content:
1.........Reset CSS
2.........GENERAL CSS, Main Body CSS
2.1.......School Login Page CSS
3.........LOGIN Column CSS
4.........BANNER CSS
5.........FOOTER
6.........MOBILE CSS

Color Chart:
#666......hex Gray40
#0a6ab1...blue (use in background)
#fff......standard White
#009fc3...blue (use in Ribbon)

*************************************************************************************/
/************************************************************************************
1......RESET style, do not need to change. make no changes to anything in the page.
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Amendments CSS */
.field {
	/*float: left;*/
	display: block;
	margin: 10px 0;
	font-size:1.2em;
	line-height:1.5em;
}
/************************************************************************************
2......GENERAL AND COMMON CLASSES, MAIN BODY CSS STYLING
*************************************************************************************/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.smalltext {
	font: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	line-height: 1.2em;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
	zoom: 1;
}
html, body {
	height: auto;
	width: 100%;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
}
body {
    /*
	background-color: rgba(13,106,176,1);
	background-color: -moz-linear-gradient(-45deg, rgba(13,106,176,1) 0%, rgba(87,177,229,1) 100%);
	background-color: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(13,106,176,1)), color-stop(100%, rgba(87,177,229,1)));
	background-color: -webkit-linear-gradient(-45deg, rgba(13,106,176,1) 0%, rgba(87,177,229,1) 100%);
	background-color: -o-linear-gradient(-45deg, rgba(13,106,176,1) 0%, rgba(87,177,229,1) 100%);
	background-color: -ms-linear-gradient(-45deg, rgba(13,106,176,1) 0%, rgba(87,177,229,1) 100%);
	background-color: linear-gradient(135deg, rgba(13,106,176,1) 0%, rgba(87,177,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6ab0', endColorstr='#57b1e5', GradientType=1 );
    /*background: #0a6ab1 url(../images/login_dev/full_background2.jpg) repeat center top;*/
}
/*#background{
	background:#0a6ab1 url(../images/login_dev/full_background2.jpg) repeat center top;
	font: .81em/150% Arial, Helvetica, sans-serif;
}*/
#wrapper {
	min-width: 1024px;
	max-width: 1400px;
	margin: 0 auto;
	padding-bottom: 60px;
}
/************************************************************************************
2.1.......School Login Page CSS
*************************************************************************************/
#body {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
  
}
.bg-color {
    background-color: rgba(13,106,176,1);
    background-color: #0d6ab0\9;
    background-color:  -moz-linear-gradient(-45deg, rgba(13,106,176,1) 0%, rgba(14,147,242,1) 100%);
    background-color: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(13,106,176,1)), color-stop(100%, rgba(87,177,229,1)));
    background-color: -webkit-linear-gradient(-45deg, rgba(13,106,176,1) 0%, rgba(87,177,229,1) 100%);
    background-color: -o-linear-gradient(-45deg, rgba(13,106,176,1) 0%, rgba(87,177,229,1) 100%);
    background-color: -ms-linear-gradient(-45deg, rgba(13,106,176,1) 0%, rgba(87,177,229,1) 100%);
    background-color: linear-gradient(135deg, rgba(13,106,176,1) 0%, rgba(87,177,229,1) 100%);
}
.schoolAnnouncement{
    padding:10px;
	width:95%;
	height:auto;
}
.schoolAnnouncementTitle{
	color: #1863af; 
	/*background: url(../images/login_dev/ico_announcement.png) no-repeat left;*/
}
.schoolTitleFirst{
	font: 600 35px arial,verdana;
}
.schoolTitleRest{
	font: 300 22px arial,verdana;
}
#announce{
	width: auto; 
	/*padding:10px;*/
    margin:10px;
}
.schoolBannerTitle{
    padding-left:10px;
	color: #1863af; 
	background: url(/include/global/images/login_dev/ico_new.png) no-repeat right; 
	float: left; 
	clear: both;
	padding-right:30px;
}
.schoolBannerHolder{
	width: 100%; 
	align-content: center; 
	overflow: hidden; 
	max-width: 700px; 
	margin: auto; 
	background: url(/include/global/images/login_dev/shadowBanner_bk.png) no-repeat bottom; 
	padding-bottom: 25px;
}
/************************************************************************************
3......LOGIN
*************************************************************************************/
#login {
	float: right;
	margin-top: 2%;
	margin-right: 2.655%;
	width: 26.38888%;
	max-width: 380px;
	min-width: 340px;
	background: #fff;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 2px 3px 3px rgba(0,0,0,.7);
	-moz-box-shadow: 2px 3px 3px rgba(0,0,0,.7);
	box-shadow: 2px 3px 3px rgba(0,0,0,.7);
    *overflow-y:visible; /*Scroll bar for IE7*/
}
.login_content {
	width: auto;
	padding: 22px;
	padding-top: 0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.logo {
	height: auto;
	width: auto;
}
.WizlearnMessage {
	display:block;
	clear:both;
	width:100%;
	font-style: italic;
	text-align: right;
	font-size: 11px;
	line-height: 12px;
	float: right;
	/*margin-top: -70px;*/
}
.Ribbon {
	float: right;
	width: 95%;
	min-width: 250px;
	height: 40px;
	margin-right: -25px;
	margin-top: 25px;
	_padding-right: 40px;
	text-align: left;
	color: #fff;
	font-size: 18px;
	background-color: #009fc3;
	/* Box Shadow */	
	-webkit-box-shadow: 2px 3px 3px rgba(0,0,0,.7);
	-moz-box-shadow: 2px 3px 3px rgba(0,0,0,.7);
	box-shadow: 2px 3px 3px rgba(0,0,0,.7);
	/* gradient background */
	background-image: -webkit-linear-gradient(175deg, rgba(0,159,195,.85), rgba(255,255,255,.4));
	background-image: -moz-linear-gradient(175deg, rgba(0,159,195,.85), rgba(255,255,255,.4));
	background-image: -o-linear-gradient(175deg, rgba(0,159,195,.85), rgba(255,255,255,.4));
	background-image: -ms-linear-gradient(175deg, rgba(0,159,195,.85), rgba(255,255,255,.4));
	background-image: linear-gradient(175deg, rgba(0,159,195,.85), rgba(255,255,255,.4));
}

.RibbonLogo_Parent {
	float: left;
	background: url(../images/login_dev/parent_Logo.png) no-repeat;
	height: 40px;
	width: 40px;
	max-width: 40px;
	padding-left: 5px;
}
.RibbonLogo_Student {
	float: left;
	background: url(../images/login_dev/student_Logo.png) no-repeat;
	height: 40px;
	width: 40px;
	max-width: 40px;
	padding-left: 5px;
}
.RibbonTextMain {
	float: left;
	line-height: 40px;
	font-weight: bold;
}
/*.RibbonTab {
	background: url(../images/login_dev/Tab_corner.png) no-repeat;
	height: 58px;
	width: 30px;
	float: right;
	margin-right: -50px;
}*/
.StudentRibbon {
	background: url(../images/login_dev/StudentLogin.png) no-repeat;
	width: 185px;
	max-width: 185px;
	height: 52px;
	line-height: 49px;
	float: right;
	margin-right: -40px;
	margin-top: 10px;
}
.AltLogin {
	font-style: italic;
	display:block;
	clear:both;
	float: right;
	width:100%;
	margin-top: 5px;
	margin-right:10px;
	text-decoration: none;
	text-align: right;
	color: #009fc3;
    font-size:14px;
	/*margin-bottom: -50px;*/
}
.AltLogin a {
	text-decoration: none;
	color: #009fc3;
}
#lblForgotPassword,
#lblLinkSystemCheck,
.AltLogin label
{
    cursor:pointer;
}
.current {
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.normal {
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
#field_holder {
	height: 250px;
	margin-top: 100px;
}
select {
	-webkit-appearance: none;
}
#selSchools option {
            width: 280px;
        }
.textfield {
	width: 95%;
	/* width: 277px; */
	border: 1px solid #fff;
	color: #666;
	padding: 6px 5px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.25);
	box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.25);
}
.textfield:focus {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 5px #2c97f5;
	-moz-box-shadow: 0 0 5px #2c97f5;
	-webkit-box-shadow: 0 0 5px #2c97f5;
}
.buttonLogin {
	width: 80px;
	height: 30px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #cccccc;
	background: rgba(188,235,247,1);
	background: -moz-linear-gradient(top, rgba(188,235,247,1) 0%, rgba(143,225,247,1) 41%, rgba(83,207,242,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188,235,247,1)), color-stop(41%, rgba(143,225,247,1)), color-stop(100%, rgba(83,207,242,1)));
	background: -webkit-linear-gradient(top, rgba(188,235,247,1) 0%, rgba(143,225,247,1) 41%, rgba(83,207,242,1) 100%);
	background: -o-linear-gradient(top, rgba(188,235,247,1) 0%, rgba(143,225,247,1) 41%, rgba(83,207,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(188,235,247,1) 0%, rgba(143,225,247,1) 41%, rgba(83,207,242,1) 100%);
	background: linear-gradient(to bottom, rgba(188,235,247,1) 0%, rgba(143,225,247,1) 41%, rgba(83,207,242,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcebf7', endColorstr='#53cff2', GradientType=0 );
	color: #fff;
}
.buttonLogin:hover {
	background: rgba(188,235,247,1);
	background: -moz-linear-gradient(top, rgba(188,235,247,1) 0%, rgba(143,225,247,1) 41%, rgba(83,207,242,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188,235,247,1)), color-stop(41%, rgba(143,225,247,1)), color-stop(100%, rgba(83,207,242,1)));
	background: -webkit-linear-gradient(top, rgba(188,235,247,1) 0%, rgba(143,225,247,1) 41%, rgba(83,207,242,1) 100%);
	background: -o-linear-gradient(top, rgba(188,235,247,1) 0%, rgba(143,225,247,1) 41%, rgba(83,207,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(188,235,247,1) 0%, rgba(143,225,247,1) 41%, rgba(83,207,242,1) 100%);
	background: linear-gradient(to bottom, rgba(188,235,247,1) 0%, rgba(143,225,247,1) 41%, rgba(83,207,242,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcebf7', endColorstr='#53cff2', GradientType=0 );
	-webkit-box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.15);
	box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.15);
}
.assistText {
	display:block;
	float: right;
	clear:both;
	margin-right: 4%;
	font-size: 12px;
	line-height:24px;
	vertical-align:middle;
	color: #009fc3;
	text-decoration: none;
    text-align:right;
    /*IE7 Hack*/
    *float: left;
    *width:100%;
   
}
.assistForgot{
	display:block;
	background:url(../images/login_dev/ico_forgot.png) no-repeat;
	height:24px;
	width:24px;
	float:right;
    *display: none; /*disable on IE7*/
    *zoom: 1;
}
.assistReady{
	display:block;
	background:url(../images/login_dev/ico_ready.png) no-repeat;
	height:24px;
	width:24px;
	float:right;
    *display: none; /*disable on IE7*/
    *zoom: 1;
}
	
/****** Support ******/
#Support {
	width: 330px;
	height: 220px;
	margin-top: 10px;
	padding-top: 30px;
	text-align: left;
	clear: both;
	padding-bottom: 10px;
     *margin-top: 60px; /*IE7 Hacks*/
}
#Support a {
	text-decoration: none;
	color: #009fc3;
}
.SupportTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #009fc3;
	font-size:1.8em;
	margin-bottom: 10px;
}
.appStore_320 {
	display: none!important
}
/****** Support's Logo Spry ******/
.call_logo, .guide_logo, .mail_logo {
	background: url(../images/login_dev/sprites.png) no-repeat;
}
.call_logo {
	background-position: -1px -3px;
	width: 35px;
	height: 35px;
}
.guide_logo {
	background-position: 0 -55px;
	width: 35px;
	height: 35px;
}
.mail_logo {
	background-position: -1px -98px;
	width: 35px;
	height: 35px;
}
.logo_space {
	width: auto;
	padding-left: 40px;
	padding-top: 8px;
}
/************************************************************************************
4......BANNER
*************************************************************************************/
#banner {
	/*position:absolute;*/
	margin-left: 4.655%;
	margin-top: 2%;
	width: 58.33333%;
	max-width: 340px;
	max-width: 820px;
	height: 100%;
	float: left;
}
.container {
	margin:10% auto 0 auto;
	background: rgba(255,255,255,0.7);
	/*padding: 10px;*/
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
    /* IE8 and below
    height:500px\9;  */ 
    background-color:#ffffff\0/;
}
.push-app-container {
    min-height:400px;
}
.appStore {
	margin-top: 15px;
	float: right;
}
/************************************************************************************
5......FOOTER
*************************************************************************************/

#footer {
	bottom: 0;
	/*clear: both;*/
	position: fixed;
	width: 100%;
	height: 60px;   /* Height of the footer */
	background: #fff;
	z-index: 99;
}
.grayline {
	height: 3px;
	background: #CCC;
	width: 100%;
}
.WizlearnLogo {
	float: left;
	background: url(../images/login_dev/wizlearnLogo.jpg);
	height: 30px;
	width: 143px;
	margin-left: 4.5121851213%;
	margin-top: 15px;
}
.footerText {
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	height: 20px;
	text-align: left;
	color: #58595b;
	font-size: 1em;
}
.footerTextLine1 {
	float: left;
	line-height:1.4em;
	height:14px;
}
.footerTextLine2 {
	float: left;
	clear: left;
}
.partners_SPH {
	float: right;
	background: url(../images/login_dev/partners_SPHNewslink.jpg);
	height: 40px;
	width: 57px;
	margin-right: 4.5121851213%;
	margin-top: 10px;
}
.partners_NewsInClass {
	float: right;
	background: url(../images/login_dev/NewsInClassLogo.jpg);
	height: 30px;
	width: 38px;
	margin-right: 5px;
	margin-top: 15px;
}
.partners_MS365 {
	float: right;
	background: url(../images/login_dev/MS365.jpg);
	height: 30px;
	width: 97px;
	margin-right: 5px;
	margin-top: 15px;
}

/*FACEBOOK CUSTOMISE LOGIN BUTTON*/
.fb-login-button {
             opacity: 1;
             display:none;
        }
           
        .fb-cust-login {
            line-height:40px;
            height:40px;
            display:block;
            cursor:pointer;
            background-color: #3b5998;
            border-radius: 3px;
            font-size:17px;
            color: #FFFFFF;
            text-align:left;
        }
        .anl-login {
            text-align:left;
            height:40px; 
            line-height:40px;
            margin-top:10px;
            font-size:17px;
            display:block;
            text-decoration: none;
            color:#0D6AB0;
            border: 1px #0D6AB0 solid;
            border-radius: 3px;
        }
        .fb-cust-logo {
            background: url(/include/global/images/login_dev/facebook_logo_20.png) no-repeat;
            height: 20px;
            width: 20px;
            display: block;
            float: left;
            margin: 10px 20px 10px 20px;
        }
        .anl-logo {
            background: url(/include/global/images/login_dev/asknlearn_logo_20.png) no-repeat;
            height: 20px;
            width: 20px;
            display: block;
            float: left;
            margin: 10px 20px 10px 20px;
        }
		
        .office365-logo {
            background: url(/include/global/images/login_dev/o365_logo.png) no-repeat;
            height: 20px;
            width: 20px;
            display: block;
            float: left;
            margin: 10px 20px 10px 20px;
        }		
    
/************************************************************************************
6......MOBILE CSS
The Following CSS properties are use for Responsive Design
Normal desktop display -- Use above CSS
For Small Monitor Screen display------- Use Smaller than 980
For Ipad ------------------------------ Use Smaller than 800
For iPhone Only------------------------ Use FOR IPHONE ONLY
For phone ----------------------------- Use Smaller than 480
Please edit accordingly. Do not forget to make the changes across all the different CSS.
*************************************************************************************/
/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {
/* Wrapper */
#wrapper {
	min-width: 770px;
	max-width: 980px;
	margin: 0 auto;
}
/*  */
#banner {
	width: 50%;
}
.field {
	float: left;
	font-size:1.2em;
}
}
/************************************************************************************
smaller than 800
*************************************************************************************/
@media screen and (max-width: 801px) {
/* Wrapper */
.only_desktop {
	display: none !important;
}
#wrapper {
	min-width: 480px;
	max-width: 768px;
	max-height: 1040px;
	margin: 0 auto;
	padding-left: 10%;
}
#login {
	float: left;
	margin-right: none;
	width: 85.38888%;
	max-width: none;
	min-height: 440px;
	height:auto;
}
.login_content {
	width: 100%;
	padding: 10px;
}
.logo {
	float: left;
	width: 40%;
	height: auto;
	margin-top: 15px;
}
.Ribbon {
	width: 42.66%;
	min-width: 250px;
	margin-right: -15px;
	color: #fff;
}
.RibbonTextMain {
	float: none;
	line-height: 40px;
	min-width: 180px;
	padding-left: 15px;
}
.StudentRibbon {
	margin-right: -26px;
}
 //** Login Form styling **/
#field_holder {
 float:left;
 margin-top:20px;
 width:100%;
 text-align:left;
}
.rbSchType {
	padding: 0px;
	margin: 0px;
}
.mobileText {
	font-size: 1.5em;
}
#sites {
	clear: both;
	display:block;
	width:auto;
	float: left;
	text-align: left;
}
#sites label {
	float: left;
	cursor: pointer;
}
#Support {
	display: block;
	float: left;
	padding-top: 0px;
	margin-left: 20px;
	height: 220px;
}
#banner {
	position: relative;
	float: left;
	margin-left: 0px;
	margin-right: 0;
	width: 85.3889%;
	max-width: none;
	height: auto;
	margin-top: 2%;
}
.container {
	margin:2% auto 0 auto;
	
}
.push-app-container {
    min-height:0;
}
.appStore{
	margin-bottom:60px
}
.mobile_space {
	clear: both;
	height: 10px;
}
}
/************************************************************************************
For iPhone Only
*************************************************************************************/
@media only screen and (max-device-width: 1136px) and (min-device-width: 960px) and (max-device-height: 640px) and (min-device-height: 560px), only screen and (max-device-height: 1136px) and (min-device-height: 960px) and (max-device-width: 640px) and (min-device-width: 560px) {
/*Disable not_mobile*/
.not_mobile {
	display: none !important;
}
/* Wrapper */
#wrapper {
	min-width: 560px;
	max-width: 640px;
	max-height: 1040px;
	padding-left: 0px;
}
/*  */
#banner {
	display: none !important;
}
/* Login */
#login {
	padding: 0px;
	float: none;
	width: 100%;
	max-width: 440px;
	height: 100%;
	margin: 0px;
}
.login_content {
	width: 100%;
	padding: 0px;
}
#field_holder {
	float: none;
	margin-top: 20px;
}
.logo {
	height: 45px;
	width: auto;
	float: left;
}
.WizlearnMessage {
	display: none;
}
.Ribbon {
	margin-top: 0px;
	width: auto;
	min-width: 0px;
	height: 40px;
	margin-right: 0px;
	padding-right: 0px;
}
.RibbonLogo_Parent {
	display: none!important;
}
.RibbonLogo_Student {
	display: none!important;
}
.RibbonTextMain {
	float: left;
	line-height: 40px;
	min-width: 180px;
	padding-left: 15px;
}
.RibbonTextSub {
	float: left;
	line-height: 30px;
	min-width: 80px;
	font-style: italic;
	padding-left: 33px;
}
.RibbonTab {
	display: none!important;
}
.StudentRibbon {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: -15px;
	background: #d1d2d4;
	width: 177px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin-left: 0px;
	-webkit-box-shadow: 2px 3px 3px rgba(0,0,0,.7);
	-moz-box-shadow: 2px 3px 3px rgba(0,0,0,.7);
	box-shadow: 2px 3px 3px rgba(0,0,0,.7)
}
#Support {
	float: none;
	width: 85%;
	height: 250px;
	padding-top: 20px;
	margin-top: 45px;
	margin-right: none;
}
.push-app-container {
    min-height:0;
}
}
    

/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (min-width:240px) and (max-width:480px), screen and (min-device-width:240px) and (max-device-width:480px) {
/*Disable not_mobile*/

.not_mobile {
	display: none !important;
}
#wrapper {
	padding-left: 0;
	margin-left: 0;
	max-width: 480px;
	min-width: 240px;
}
.WizlearnMessage {
	display: none;
}
/*  */
#banner {
	float: none;
}
.container {
	display: none !important;
	width: 10px;
}
/* Login */
#login {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	float: none;
	width: 100%;
	min-width: 350px;
	max-width: 480px;
}
.AltLogin {
	margin-bottom: 10px;
}
.login_content {
	width: 90%;
	padding: 0px;
}
#field_holder {
	float: none;
	margin-top: 20px;
	width: 90%;
}
.logo {
	margin-top: -5px;
	height: 45px;
	width: auto;
	float: left;
}
.Ribbon {
	margin-top: 0px;
	width: auto;
	min-width: 0px;
	height: 40px;
	margin-right: -20px;
	padding-right: 0px;
	overflow: hidden;
}
.RibbonLogo_Parent {
	display: none!important;
}
.RibbonLogo_Student {
	display: none!important;
}
.RibbonTextMain {
	float: left;
	line-height: 40px;
	min-width: 180px;
	padding-left: 15px;
}
.RibbonTextSub {
	float: left;
	line-height: 30px;
	min-width: 80px;
	font-style: italic;
	padding-left: 33px;
}
.RibbonTab {
	display: none!important;
}
#Support {
	float: none;
	width: 85%;
	padding-top: 20px;
	margin-top: 45px;
	margin-right: none;
}
#footer {
	position: relative;
	width: 100%;
}
.WizlearnLogo {
	float: none;
	margin-left: 0px;
	margin-top: 5px;
}
.footerText {
	margin-top: 0px;
	text-align: center;
	color: #58595b;
	font-size: 10px;
}
.footerTextLine1 {
	display: none!important
}
.footerTextLine2 {
	float: none;
	clear: left;
	margin-top: -8px;
}
.push-app-container {
    min-height:0;
}
}

/************************************************************************************
smaller than 320
*************************************************************************************/
@media screen and (min-width:160px) and (max-width:320px), screen and (min-device-width:160px) and (max-device-width:320px) {
/* Wrapper */
#wrapper {
	padding-left: 0;
	min-width: 160px;
	max-width: 320px;
}
#banner {
	float: none;
	width: 100%;
}
.container {
	display: none !important;
}
.appStore {
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}
/* Login */
.logo {
	margin-top: 5px;
	margin-left: 5px;
	height: auto;
	width: auto;
}
#login {
	margin: 0px;
	margin-top: -10px;
	padding: 0px;
	padding-top: 10px;
	float: left;
	width: 100%;
	min-width: 280px;
	max-width: 310px;
	height: 640px;
	/* rounded corner */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	/* box shadow */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.AltLogin {
	margin-bottom: 10px;
}
#field_holder {
	float: none;
	margin-top: 20px;
}
.login_content {
	width: 100%;
	max-width: 310px;
	padding: 0px;
	float: left;
}
.logo {
	height: 35px;
	width: auto;
	float: left;
}
.Ribbon {
	margin-top: 10px;
	width: auto;
	min-width: 0px;
	height: 40px;
	margin-right: 0px;
	padding-right: 0px;
}
.RibbonTextMain {
	float: right;
	line-height: 40px;
	min-width: 210px;
	padding-left: 5px;
}
.RibbonTextSub {
	float: left;
	line-height: 30px;
	min-width: 80px;
	font-style: italic;
	padding-left: 33px;
}
.RibbonTab {
	display: none!important;
}
.StudentRibbon {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: -15px;
	background: #d1d2d4;
	width: 177px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin-left: 45px;
	-webkit-box-shadow: 2px 3px 3px rgba(0,0,0,.7);
	-moz-box-shadow: 2px 3px 3px rgba(0,0,0,.7);
	box-shadow: 2px 3px 3px rgba(0,0,0,.7)
}
#Support {
	float: none;
	width: 90%;
	padding-top: 20px;
	margin-top: 45px;
	margin-right: none;
}
#footer {
	position: relative;
	min-width: 160px;
	max-width: 360px;
}
.WizlearnLogo {
	float: none;
	background: url(../images/login_dev/wizlearnLogo.jpg);
	height: 30px;
	width: 143px;
	margin-left: 0px;
	;
	margin-top: 5px;
}
.footerText {
	margin-top: 0px;
	text-align: center;
	color: #58595b;
	font-size: 10px;
}
.footerTextLine1 {
	display: none!important
}
.footerTextLine2 {
	float: none;
	clear: left;
	margin-top: -8px;
}
.push-app-container {
    min-height:0;
}
}

