@charset "utf-8";

/* HTML5 tags */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

html{
	height: 100% !important;
}

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#51748e;
	color: #000000;
	height:100%;
}

a{
	color:#0044FF;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}

#contentwrapper {
	max-width:886px;
	margin:6px auto 90px;
}

#topheader img{
	display:block;
	width:100%;
	border-radius: 12px 12px 0 0;
}

#topline1{
	background-color:#ffb400;
	height:5px;
}

#topline2{
	background-color:#3475a8;
	height:2px;
}

#header {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin:0 auto;
	padding:6px;
	background-color: #eeeecc;
}

.servicetitle {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	height:100%;
	padding:0 2px;
}

.loginlogo {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	font-size:13px;
	font-weight: bold;
}

.loginlogo img {
	width: 28px;
	height: 28px;
	vertical-align: middle;
}

#main {
	height:100%;
	min-height:360px;
	background:#FFFFFF;
  	
}

#box{
	padding:10px;
	margin:auto;
}

.box-login{
	padding:0 12px;
	border:1px solid #999999;
	background:#F2F2F2;
}

.form-line {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
    width:100%;
    padding-bottom:5px;
	padding-top:5px;
    clear:both;
	overflow:auto;
}

.form-text {
	min-width:160px;
	padding-right:8px;
}

.form-input {
	flex-basis:480px;
	flex-grow:1;
	display:flex;
	overflow:hidden;
}

.form-input input, .form-input select {
	flex-grow:1;
}

.quickreset{
	display:block;
}

.form-line .m365 {
	display:flex;
	flex-wrap:wrap;
}

.form-text2 {
	padding-right:8px;
}

.forgotuser-labels {
	min-width:128px;
}

.forgotuserschool-labels, .forgotusersg-labels {
	min-width:112px;
}

.forgotpass-labels {
	min-width:168px;
}

.newpass-labels {
	min-width:144px;
}

.form-input2 {
	max-width:480px;
	flex-grow:1;
	display:flex;
	flex-wrap:nowrap;
}

img.next{
    height: 24px;
    width: 24px;
	margin-left: -24px;
}

.form-error {
	width:100%;
	padding-bottom:10px;
	color:red;
	font-size:11px;
}

.iconlink-line{
	display:inline-block;
	margin:6px;
}

.lefticon {
	float:left;
	padding:2px 2px 0 6px;
	width:36px;
}

.rightlink {
	float:left;
	padding:0 6px 0 2px;
	font-size:12px;
}

.smaller-text{
	font-size:11px;
}

div#home{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding: 12px 0;
}

div.welcome{
	flex-basis:55%;
	flex-grow:1;
	margin:2px 4px;
}

div.welcome ul{
	margin:6px 0 0 -20px;
}

div.odigies{
	flex-basis:38%;
	flex-grow:1;
	margin:2px 4px;
	padding:6px 6px 6px 24px;
	border:1px solid #cccccc; 
	background: #f2f2d0 url('images/help.png') 6px 6px no-repeat;
}

div.odigies-single{
	float:right;
}

div.odigies p{
	margin:0 6px;
}

div.odigies ul, div.odigies-single ul{
	margin:6px 0 0 -20px;
	list-style-type: disclosure-closed;
}

span.ud{
	text-decoration:underline;
	text-decoration-style:dotted;
}

div.odigies ul li:hover{
	font-weight:bold;
}

/* Form input fields style */

input, select{
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0,0,0, 0.2);
	width:90%;
}

input:focus, select:focus {
    box-shadow: 0 0 5px #09F;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
}

/*Urgent and normal message announcements on home page*/
.urgentmsg {
	border: 1px solid #055987;
	color: red;
	padding: 5px;
	
}
.normalmsg {
	border: 1px solid #055987;
	padding: 5px;
	
}

/* Buttons ============================================================ */


.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
	color:#FFF;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.button-right {
	clear:both;
	float:right;
	padding: 5px 5px 0px 0px;
}

.button-center {
	clear:both;
/*	width:120px; */
	margin:auto;
	padding: 5px 5px 0px 0px;
	text-align:center;
}

.button-center-inrectangle {
	width:98%;
	margin:0;
	padding:6px;
	background-color: #cccc88;
}

/* blue button */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	font-size:1.1em;
	font-weight:bold;
	width:auto;
	margin:auto;
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
}

/* green button */
.green {
	color: #dbf7d9;
	border: solid 1px #0ea300;
	background: #0ecd00;
	background: -webkit-gradient(linear, left top, left bottom, from(#0ecc00), to(#0ba500));
	background: -moz-linear-gradient(top,  #0ecc00,  #0ba500);
}
.green:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0ecc00), to(#098e00));
	background: -moz-linear-gradient(top,  #0ecc00,  #098e00);
}
.green:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0ba500), to(#0ecc00));
	background: -moz-linear-gradient(top,  #0ba500,  #0ecc00);
}

.grey {
	color: #d9eef7;
	border: solid 1px #888888;
	background: #bbbbbb;
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#aaaaaa));
	background: -moz-linear-gradient(top,  #cccccc,  #aaaaaa);
	font-size:1em;
	font-weight:normal;
	width:auto;
	margin:auto;
	cursor:not-allowed;
}





/* Successfull login and logout messages */

.box-around {
	margin-left:auto;
	margin-right:auto;
	padding:12px;
	width:430px;
	background-color: #F2F2F2;
	/*background-color: #F3F2E0;*/
	overflow:auto;
}
.box-success {
	margin-left:auto;
	margin-right:auto;
	padding:12px;
	border:1px  solid #428604;
	width:400px;
	background-color:#fff;
	box-shadow: 3px 3px 4px #ccc;
	overflow:auto;
}
.box-fail {
	margin-left:auto;
	margin-right:auto;
	padding:12px;
	border:1px  solid red;
	width:400px;
	background-color:#fff;
	box-shadow: 3px 3px 4px #ccc;
	overflow:auto;
}
.title-line {
	float:left;
	width:100%;
	clear:both;
}
.title-msg {
	float:left;
	padding-top:3px;
	margin-right:10px;
	width:80%;
}
.icon-msg {
	float:right;
}
.boxpush {
	height:15px;
}
.red {
	color:red;
	font-weight:bold;
	float:left;
	margin-right:5px;
}
.safety-text {
	margin-left: 17px;
}
.safety-img {
	float:left;
	margin-right:3px;
	
}
.safety-tip {
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top:10px;
}

.input-radio{
	width:24px;
}

.message{
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
	background-color:#CCCC88;
	margin:auto;
	width:90%;
	margin-top:2px;
	padding:6px;
}

.emailmessage{
	text-align:center;
	font-size:1.1em;
	color:#000000;
	background-color:#CCCC88;
	width:98%;
	margin:0;
	padding:6px;
}

.otptext{
	width:120px;
	text-align:center;
	font-size:1.2em;
}

.alert{
	display:none;
	background-color: #FFFF88;
	color:#FF0000;
	font-weight:bold;
	font-size:8pt;
	width:90%;
	margin-top:2px;
}

.capsalert{
	display:none;
	background-color: #EEEE88;
	color:#008800;
	font-weight:bold;
	font-size:8pt;
	padding:6px;
}

.capsalert1{
	display:inline;
	padding:2px 6px;
	border:1px solid #008800;
}

.capsalert2{
	display:inline;
	padding:2px 0 2px 6px;
}

.tip{
	font-size:8pt;		
}

.dimmed{
	background-color:#80bed6;
}

.conditions img{
	vertical-align:middle;
}

.tempshow{
	display:none;
	float:right;
}

.bigtitle{
	margin:3px 0 0 0; 
	padding:2px 6px 0;
	display:inline-block;
	font-weight:bold;
	font-size:1.2em;
}

.subtitle{
	margin:3px 0 0 0; 
	padding:0 6px 6px;
	font-size:0.8em;
}

.apps, .bottom-navi {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.apps div{
	width:116px;
	margin:0;
	padding:0;
	text-align:center;
	font-weight:normal;
	font-size:8pt;
}

.apps a{
	display:block;
	padding:3px;
}

.apps a:hover{
	background-color:#E0EEC0;
}

.apps img{
	width:72px;
	height:48px;
	margin:0;
}

.bottom-navi .rightlink{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.bottom-navi .rightlink a{
	font-size:12px;
	font-weight:normal;
}

#footer{
	height:auto;
	margin:auto;
	padding:6px;
	background-color: #eeeecc;
	color:#000000;
	text-align:center;
	font-size:12px;
	border-radius: 0 0 6px 6px;
}

hr.separate{
	float:left;
	width:100%;
	border-top: 1px dotted #8c8b8b;
	border-bottom: 0 dotted #8c8b8b;
}

div.form-terms input{
	width: 16px;
}

div.form-terms label{
	font-weight:bold;
}

div.form-terms span, #footer span{
	cursor:pointer;
	color:blue;
}

#chkn,#chku,#fgtp,#fgtu,#cngp,#newp{
	display:none;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}