﻿@charset "UTF-8";
@import url(reset.css);


/* Rebranding v1*/
/* Cambium Blue #2C9ED9 , #005e9c */

.clear {
    clear: both;
    display: block;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
.wrapper {
    font-size: 16px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    padding: 1em;
}

.level1, .level2, .level3 {
    display: block;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #005e9c;
    text-align: center;
}
.level1b, .level2b, .level3b {
    display: block;
    background-position: left bottom;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
.level1b{
    display: flex;
    height: 60px;
    padding: 0 1em;
    align-items: center
}
#panMenu .level2b {
    height: 32px;
    background: #999;
    padding: 0;
}
.level2 { 
    height: 2.5em;
}
.level2b {
    height: 2.5em;
    background: #f3f3f3;
    padding: .5em;
}
.level3 {
    background-color: #ebebeb;
}
.level3 h2 {
    font-size: 1.2em;
    color: #FFF;
}
.level3b{
    display: flex;
    align-items: center;
    padding: .5em 1em;
    justify-content: center;
    box-shadow: 0px 5px 5px -5px #ccc;
    font-weight:bold;
}
.level1 h1 {
    font-size: 1.75em;
    font-weight: 200;
    color: #FFF;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 0 0 0.5em;
    padding: 0 0 0 0.5em;
}
.lbMsg-container{
	padding: .5em;
    background: #ffeeba;
    color: #715604;
}
#ctl00_CallSinfo {
    text-decoration:none;
}
.logo {
    margin-right: 0;
    padding: 0;
    box-sizing: border-box;
    height: 35px;
    width: 115px;
    color: #fff;
    text-decoration: none;
    background: url('../images/CAILogo-white.svg') no-repeat;
}
.logo.markonly{
    background: url('../images/CAILogo-white-mark.svg') no-repeat;
    padding-left: 50px;
    padding-top: .5em;
}  
.CAIText{
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    line-height: 10px;
}
.userstuff-wrapper{
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.userstuff {
    display: flex;
    color:#FFF;
    padding-top: 0.5em;
    align-items: center;
    font-size: .9em;
}

.userstuff span{
    font-size: .9em;
    font-weight: normal;
}
#closeSecureWindow{
    display: none;
}
.userstuff input {
    background: transparent;
    border: none;
    color:  #fff;
    font-size: .9em;
    padding: 0;
    cursor: pointer;  
}
center h1{
	font-size: 1.5em;
	font-weight: bold;
	color: #005e9c;
}

#pTeamSelector{
	padding: 1em;
}
.close {
    display: block;
    float: right;
    background-color: #EF6C00;
    color: #FFF;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: #EF6C00;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-decoration:none;
    position:absolute;
    font-weight: bold;
    right:20px;
    top:13px;
}
.close:hover {
    background-color: #0B425F;
    color: #FFF;
    border-right-color: #0B425F;
    text-decoration:underline;
}
.collapsibleContainer{
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif !important;
}

.collapsibleContainer .collapsibleContainerTitle{
	padding: .5em;
	background: #ADD8E6;

}
.collapsibleContainer .collapsibleContainerContent{
	font-size: .9em;
	width:950px;
	overflow-x:auto;
}
table th {
    padding: 5px;
    border: 1px solid #FFF;
    background-color: #767676;
    color: #FFF;
}
table th a {
    color: #fff;
    text-decoration: none;
}
table td {
    padding: 5px;
}

.AspNet-GridView{
	border: 1px solid #ebebeb;
}

.AspNet-GridView td {
    border: 1px solid #FFF;
    font-size: .9em;
}
.AspNet-GridView-Alternate {
    background-color: #edf5f8;
}
.defpop{
	margin: 1em 0;
}
.clean{
	width:100%;
}

.notSecure {
    background-color: #FFF;
    border: 3px solid #005e9c;
    padding: 1.5em;
}
.notSecure h2{
    color: #005e9c;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 1em;
}
.notSecureContent{
    display: flex;
    align-items: center;
}
.notSecureContent > a{
    margin-right: 1em;
}
.notSecureContent > p{
    line-height: 1.2em;
}
.notSecure img {
    vertical-align: middle;
}
.notSecure  a {
    color: #005e9c;
}

.portal .wrapper {
    width: 960px;
    font-size: 1.2em;
    padding-top: 5px;
    padding-right: 50px;
    padding-left: 50px;
    margin: 0;
    text-align: left;
}
.intro {
    padding-top:30px;
    padding-bottom: 30px;
}
.intro h2{
	font-size: 1.2em;
}
.intro p{
	padding: .5em 0;
	font-size: .9em;
}
.projects li {
    display: block;
    float:left;
    width: 200px;
    margin-bottom: 1em;
    margin-right: 1em;
}
.projects li a {
    display: block;
    border: 1px solid #d7d7d7;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.projects li a span{
    height:4em;
    display: block;
    padding-right: .7em;
    padding-left: .7em;
    padding-top:1.5em;
    padding-bottom: 1em;
    background-color: #2C9ED9;
    border: 5px solid #2C9ED9;
}
.projects li a:hover span{
    background-color: #FF9800;
    border: 5px solid #FF9800;
    color: #121212;
}
.projects .inactive a span, .projects .inactive a:hover span{
    background-color: #cbd7cd;
    border: 5px solid #cbd7cd;
    text-decoration: none;
    cursor: default;
    color: #b2b2b2;
}


.master-message-inner {
    background-color: #FFFFAA; /* Medium Light Yellow */
    margin: 0;
    padding: 0 0 0 0.5em;
    border: 0;
    height: 1.35em;
}

.master-message-icon {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}

.master-message-text {
    position: relative;
    float:left;
    margin: 2px 0 0 0;
    padding: 0 0 0 .5em;
    border: 0;
    font-size: 1em;
    font-weight: normal;
    display: inline;
}
.master-status-popup{
    text-align:left;
}


/* NAVIGATION */
ul.AspNet-Menu {
    position: relative;
    z-index: 5;
}

ul.AspNet-Menu, 
ul.AspNet-Menu ul{
    margin: 0;
    padding: 0;
    display: block;
}

ul.AspNet-Menu li{
    position: relative;
    list-style: none;
    float: left;
}

ul.AspNet-Menu li a,
ul.AspNet-Menu li span{
    display: block;
    text-decoration: none;
    line-height:2em;
    padding-right: 1em;
    padding-left: 1em;
    color: #fff;
}
ul.AspNet-Menu li a:hover  {
    background-color: #666;
    color: #fff !important;
}

ul.AspNet-Menu ul{
    position: absolute;
    visibility: hidden;
    left: 0;
    border:1px solid #005e9c;
}

ul.AspNet-Menu ul li{
    width: 100%;
}

ul.AspNet-Menu li ul li a {
    background:#fff;
    line-height:1.5em;
    white-space: nowrap;
    padding-top:.5em;
    padding-bottom:.5em;
    color: #005e9c;
    border-bottom: 1px solid #ebebeb;
}
ul.AspNet-Menu li ul li a:hover
{
    background: #ADD8E6 !important; 
    color: #000 !important;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul
{
    visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
    visibility: visible;
}

.AspNet-Menu-Selected {
    background-color: #fff;
    color: #005e9c !important;
}

/* AspNet Dropdown Menu In Header */
#InboxMenu1_MenuInbox .AspNet-Menu li a{
	font-size:.9em;
}
#InboxMenu1_MenuInbox .AspNet-Menu li a:hover{
	background-color: inherit;
}
#InboxMenu1_MenuInbox ul.AspNet-Menu ul{
	left: unset;
	right: 0;
}

.writingScore {
	margin: 1em 0;
	padding: 1em 2em;
	display: table;
	border: 4px solid #edf5f8;
	font-size: 1.1em;
	line-height: 1.3em;
	overflow:auto;
	table-layout:fixed;
	width:95%;
}
.writingScore pre, .StudentResponse pre  
{
	white-space: pre-wrap;     
	white-space: -moz-pre-wrap;     
	word-wrap: break-word;
	overflow:auto; 
	line-height: 2.2em;
}
.writingScore blockquote, .StudentResponse blockquote {
	margin: 1em;
}
.writingScore em, .StudentResponse em {
	font-style: italic;
}
.writingScore strong, .writingScore b, .StudentResponse strong, .StudentResponse b {
	font-weight: bold;
}
.writingScore u, .StudentResponse u {
	text-decoration: underline;
}
.scoringBox td label{
	vertical-align:middle;
	margin-left: 5px
}
.definitionsPop{
	margin-top:1em;
}
.popupHeader{
	padding: .5em 0;
}
/* Footer Style */
#footer{
    background: #fafafa;
	border-top: 1px solid #b7b7b7;
	bottom: 0;
	left: 0;
	padding: 0.5em;
	position: fixed;
	right: 0;
	text-align: right;
	z-index: 2;
	font-size: 12px;
	color: #333;
}
.footerCAIText{
    font-weight: bold;
}

/* Login Form Style */
.form-wrapper{
    width: 360px;
    background: #f6f6f6;
    border: 2px solid #dcddde;
    border-radius: 3px;
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: 1em;
}

.form-header-wrapper{
	width: 360px;
    text-align: left;
    padding: 1em 0
}
.form-group {
	margin-bottom: 15px;
	height: 48px;
	display: flex;
	justify-content: center;
}
.form-group input {
	border-radius:0;
	font-size: 1em;
	height: 46px;
	width: 250px;
	padding: 2px 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
.icon-label label {
	background: #005e9c;
	border: 2px solid #d7d7d7;
	border-right: none;
	height: 100%;
}

a.forgotPassword{
	color: #c0272e;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}
.redcenterbold{
	padding: 5px 10px;
	border: 1px solid #F8E2E2;
	color: #c0272e;
    background: #F8E2E2;
    display: block;
    font-weight: bold;
}
input.btn{
	background: #005e9c;
	border: 2px solid #d7d7d7;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
}
input.btn:hover{
	border-color: #005e9c;
	color: #fff
}
.offscreen {
	position: fixed;
	top: -9999px;
}

/* ICONS of Login Form*/
.icon {
	background-image: url("../images/sprite.png");
	height: 39px;
	width: 43px;
	display: inline-block;
}
.icon.username_icon {
	background-position: -12px -13px;
}
.icon.password_icon {
	background-position: -88px -14px;
}






