

body {
	font: 90% Helvetica, Arial, sans-serif;
	width: 100%;
	padding-bottom: 20em;
}

.body {
    background: #D3D3D3;
    position: absolute;
    top: 65px;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    text-align: center;
}

header {
	padding-left: .5em;
	height: 30px;
	margin-bottom: 2em
    background: #FFF;
}

.pearsonLogo {
	width: 150px;
    height: 50px;
	position: relative; top:-25px
}

h2 {
	font-size: 1.4em;
}

#logoutbut {
	position: absolute; top:-.5em; right:.5em; 
}

/*micro-clearfix jobbed from Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
/*horizontal menu styles*/	
nav {
	padding-left: 2em;
	padding-top: .5em;
	background: #007FA3;
	height: 2em;
}
ul, li {
	text-align:center;
	min-width: 6.5em;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul {
	background: #007FA3;
	height: 2em;
	min-width: 6.5em;
	width: 100%;
}
li {
	position: relative;
	text-align:left;
}
li a {
	background: #007FA3;
	text-align: center;
	min-width: 6.5em;
	display: block;
	line-height: 2em;
	padding: 0 2em;
	color: white;
	text-decoration: none;
	white-space: nowrap;

}
li a:hover, .topmenu li:hover > a {
	background: #E5F4F7;
	color: #003057;
	height: 2em;
	padding-top: .3em;
	position: relative;
	top: -.3em;
	border-radius: .3em .3em 0 0;
}
.current, a:hover.current, .topmenu li:hover a.current {
	background: #FFF;
	color: #007FA3;
	padding-top: .3em;
	text-align: center;
	border-radius: .3em .3em 0 0;
	position: relative;
	top: -.3em;
	border-bottom: .35em solid #FFF;
	cursor: default;
}
/*dropdown menu styles*/
ul.submenu {
	float: none;
	text-align:left
	background: #E5F4F7;
	min-width: 6.5em;
	height: auto;
	position: absolute;
	top: 2em;
	max-height: 0;
	overflow: hidden;
	visbility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
ul.submenu li {
	float: none;
}
.topmenu li:hover ul {
	left: 0;
	max-height: 17em;
}
ul.submenu li a {
	text-align:left;
	color: #007FA3;
	background: #E5F4F7;
	border-bottom: 1px solid #007FA3;
	padding: .2em 1em;
	white-space: nowrap;
}
ul.submenu li:last-child a {
	border-bottom: none;
}
ul.submenu li a:hover {
	background: #D4EAE4;
	color:#003057;
	height: 2em;
	text-decoration: underline;
	padding-top: .2em;
	top: 0;
	border-radius: 0;
}

#divsection {
    background-color: #FFF;
    -webkit-box-shadow: 3px 3px 10px -2px rgba(78,122,120,1);
	-moz-box-shadow: 3px 3px 10px -2px rgba(78,122,120,1);
	box-shadow: 3px 3px 10px -2px rgba(78,122,120,1);
    border: solid 1px;
    width: 500px;
}

/*basic button styling*/

.button {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 2em;
	min-height:3em;
	text-align: center;
	background: #FFF;
	color: #003057;
	padding: 0 1em;
	border-radius: .5em;
	white-space: nowrap;
	border: 5px solid #E0E0E0;
	-webkit-box-shadow: 3px 3px 10px -2px rgba(78,122,120,1);
	-moz-box-shadow: 3px 3px 10px -2px rgba(78,122,120,1);
	box-shadow: 3px 3px 10px -2px rgba(78,122,120,1);
	cursor: default;
}

.buttonGrid {
    width: 65%;
    margin: 0 auto;
}

.iconButton {
	color: #003057;
	display:table; 
	text-align:center;
	white-space:wrap;
	text-transform: capitalize;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top 20px;
	padding: 4em .5em 1em .5em;
	max-width: 7em;
    min-width: 7em;
	max-height: 5em;
	border-radius: .5em;
	border: 5px solid #E0E0E0;
	-webkit-box-shadow: 3px 3px 10px -2px rgba(78,122,120,1);
	-moz-box-shadow: 3px 3px 10px -2px rgba(78,122,120,1);
	box-shadow: 3px 3px 10px -2px rgba(78,122,120,1);
	cursor: default;
	float:left;
	margin: 1em 1em 1em 1em;
}

#changeBut { background-image: url(../img/changeItem.png);}
#dashboard { background-image: url(../img/dashboard.png);}
#support { background-image: url(../img/support.png);}
#haveEmail { background-image: url(../img/email.png);}
#demo { text-transform: none;
		background-image: url(../img/demo.png);}


.iconButton:hover {
	color: #007FA3;
	border: 5px solid #007FA3;
}

#changeBut.iconButton:hover { background-image: url(../img/changeItem_hover.png);}
#dashboard.iconButton:hover { background-image: url(../img/dashboard_hover.png);}
#support.iconButton:hover { background-image: url(../img/support_hover.png);}
#haveEmail.iconButton:hover { background-image: url(../img/email_hover.png);}
#demo.iconButton:hover { background-image: url(../img/demo_hover.png);}

.iconButton:active, .button:focus {
	border: 5px solid #007FA3;
}
.submitResponse {
	float:right;
	margin-right:.5em;
	
}

.button:hover {
	border: 5px solid #007FA3;
}

.button:active, .button:focus {
	border: 5px solid #007FA3;
}

div {
    margin-top:2em;
}


/*REVISED: sprite button styling lines 198-274*/
.spriteButton {
	display: table;
	text-align:center;
	background:#FFF url(../img/sprites04.png) no-repeat 30px 1px;  
	padding: 0 .5em;
	height:5.5em;
	width:5.5em;
	border-radius: .5em;
	border: 6px solid #E0E0E0;
	-webkit-box-shadow: 3px 3px 10px -2px rgba(78,122,120,1);
	-moz-box-shadow: 3px 3px 10px -2px rgba(78,122,120,1);
	box-shadow: 3px 3px 10px -2px rgba(78,122,120,1);
	cursor: default;}

.spriteLabel {
	font-family: Helvetica, Arial, sans-serif;
	color: #003057;
	text-decoration: none;
	text-align: center;
	vertical-align: text-bottom;
	line-height:1.5;
}

.spriteButton:hover {
	border: 6px solid #007FA3;
}

#mail:hover {
	background-color: #FFF;
	border: 6px solid #007FA3;	

}

#change.spriteButton {
	background-position: 30px 1px;
}

#change.spriteButton:hover {
	background: #FFF url(../img/sprites04.png) no-repeat 30px -111px;
}

#dashboard.spriteButton {
	background-position: 30px -219px;
}

#dashboard.spriteButton:hover {
	background: #FFF url(../img/sprites04.png) no-repeat 30px -329px;
}

#support.spriteButton {
	background-position: 30px -439px;
}

#support.spriteButton:hover {
	background: #FFF url(../img/sprites04.png) no-repeat 30px -549px;
}
#mail.spriteButton {
	background-position: 30px -660px;
}

#mail.spriteButton:hover {
	background: #FFF url(../img/sprites04.png) no-repeat 30px -770px;
}

#demo.spriteButton {
	background-position: 30px -880px;
}

#demo.spriteButton:hover {
	background: #FFF url(../img/sprites04.png) no-repeat 30px -990px;
}

#changeitem
{
display: none;    
}

#viewdashboard
{
display: none;    
}

.footer {
    font-family: Helvetica, Arial, sans-serif;
    font-size: small;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: left;
}

.landtable {
    width: 100%;
}

/*basic table styling*/

.pearsontable {
	border: none;
	border-collapse: collapse;
	margin-top: 1em;
	background: #f1f1f1;
}

caption {
}

.pearsontable th {
    font-size: .8em;
	text-align:center;
	padding: .5em .5em .5em .5em;
	border: 2px solid #FFF;
	color: white;
	background: #007FA3;
}

.pearsontable tfoot td {
    font-size: .8em;
	text-align: right;
}


.pearsontable td {
    font-size: .8em;
	text-align:left;
	border: 2px solid white;
	padding: 0em .5em 0em .5em;
}

.pearsontable tbody th, tfoot th {
    font-size: .8em;
	font-weight: normal;
	background: transparent;
	text-align: left;
	color: black;
	border-bottom: 2px solid #FFF;
	padding: .5em;
}

.pearsontable tfoot: {
    font-size: .8em;
	background: red;
	text-align: right;
}

.pearsontable tr:hover {
	background: #D4EAE4;
}

.sectionCell {
	border-left: hidden;
	border-right: hidden;
}

.section  {
	background: #E0E0E0;    
}

.section:hover, .section th:hover {
	background: #D8D8D8;
}


caption {
	text-align:right;
	background: #f1f1f1;
	caption-side:bottom;
}

.tableButton {
	font-family: Helvetica, Arial, sans-serif;
    font-size: .8em;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 1.5em;
	text-align: center;
	background: #FFF;
	color: #003057;
	padding: 1 2em;
	min-height:2em;
	border-radius: .5em;
	white-space: nowrap;
	border: 7px solid #E0E0E0;
	box-shadow: 3px 3px 1px #888888;
	cursor: default;
}

.tbc {
	float:right;
	margin-right: 1em;
	margin-bottom: 1em;
	
}

.tableButton:hover {
	background: #D4EAE4;
	cursor: default;
}

.ui-widget-content {
    font: 100% Helvetica, Arial, sans-serif;
	font-size: 12px;
    background: #F9F9F9;
    border: 1px solid #222222;
    color: #222222;
}

.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

#success {
    padding: 0;
    margin: 0; 
}

.ui-dialog .ui-dialog-content {
    font: 100% Helvetica, Arial, sans-serif;
	font-size: 12px;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
}

.ui-widget-header {
    font: 100% Helvetica, Arial, sans-serif;
	font-size: 12px;
    font-weight: bold;
    background: #ced3db;
    border: 0;
    color: #000;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

div.imagepanel {
float: left;
overflow: scroll;
/*
border-color: black;
border-style: solid;
border-width: thick;
*/
margin-right: 8px;
margin-left: 50px;
width: 1250px;
min-height: 400px;
max-height: 80vh;
}

.markupimage {
    border-color: black; 
    border-style: solid; 
    border-width: thin;
}

.canvasimage {
    border-color: black; 
    border-style: solid; 
    border-width: thin;
    image-rendering: crisp-edges;
    /*width: 1250px;*/
    /*min-height: 500px;*/
    /*max-height: 100%;*/
}

canvas {
  image-rendering: optimizeSpeed;             /* Older versions of FF          */
  image-rendering: -moz-crisp-edges;          /* FF 6.0+                       */
  image-rendering: -webkit-optimize-contrast; /* Safari                        */
  image-rendering: -o-crisp-edges;            /* OS X & Windows Opera (12.02+) */
  /*image-rendering: pixelated;               Awesome future-browsers       */
  -ms-interpolation-mode: nearest-neighbor;   /* IE                            */
}

div.qcimagepanel {
float: left;
overflow: scroll;
/*
border-color: black;
border-style: solid;
border-width: thick;
*/
margin-right: 8px;
max-width: 50%;
height: 900px;
}

div.qcpanel {
float: left;
overflow: hidden;
max-width: 62%;
height: 900px;
display: block;
border-color: black;
border-style: solid;
border-width: thin;
}

div.scoringpanel { 
float: left;
border-color: black;
border-style: solid;
border-width: thin;
background: #f1f1f1;
z-index: 15; 
opacity: 0.9; 
position: absolute; right: 50px;
}

div.qcscoringpanel { 
float: left;
border-color: black;
border-style: solid;
border-width: thin;
background: #f1f1f1;
z-index: 15; 
opacity: 0.9; 
}

div.toolpanel { 
    max-width: 100%;
    border-color: black;
    border-style: solid;
    border-width: thin;
    background-color: #007FA3;
    text-align: right;
    margin-right: 20px
}

div.note {
    position: relative;
}

.note img {
	width:75px; height: 75px;
	position: absolute; top: -.75em; left: -1em;	
}

.note h1 {
	color: white;
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
    padding-top: .25em;
    padding-bottom: .15em;
	background-color: #007FA3 ;
}

.noteButtons .spriteButton {
	float:right;
	margin-top: .5em;
	margin-right: 1em;
	margin-bottom: 1em;
	align-items: center;
}

.tbar {
    width: 5px;
    height: 40px;
    background: #f1f1f1;
    display: block;
    float: left;
    border-radius: .05em;
    -webkit-box-shadow: 2px 2px 8px -2px rgba(78,122,120,1);
    -moz-box-shadow: 2px 2px 8px -2px rgba(78,122,120,1);
    box-shadow: 2px 2px 8px -2px rgba(78,122,120,1);
    cursor: default;
}	
	
.tbut { 
    width: 2.5em;
    height: 2.5em;
}
	
.gb {
    border-bottom: solid white 0.125em;	
}
	
.gm {	
    border-bottom: solid #eaeaea  0.1em;	
}

.ttable {
    min-width: 50px;
    height: 200px;
    border: solid black 0.1em;
}

.pearsontablehide {
	border: none;
	border-collapse: collapse;
	margin-top: 1em;
	background: #f1f1f1;
}

.pearsontablehide th {
    font-size: .8em;
	text-align: center;
	padding: .5em .5em .5em .5em;
	border: 2px solid #FFF;
	color: white;
	background: #007FA3;
}

.pearsontablehide tfoot td {
    font-size: .8em;
	text-align: right;
}


.pearsontablehide td {
    font-size: .8em;
	text-align: right;
	border: 2px solid white;
	padding: 0em .5em 0em .5em;
}

.pearsontablehide tbody th, tfoot th {
    font-size: .8em;
	font-weight: normal;
	background: transparent;
	text-align: right;
	color: black;
	border-bottom: 2px solid #FFF;
	padding: .5em;
}

.pearsontablehide tfoot: {
    font-size: .8em;
	background: red;
	text-align: right;
}

.pearsontablehide tr:hover {
	background: #D4EAE4;
}

.color {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0.4em 0.4em 0.3em 0;
  border-radius: 5px;
  cursor: pointer;
  outline: 2px solid transparent;
  transition: outline-color 0.3s linear, border-radius 0.3s linear;
}

.color:hover,
.color:focus,
.color.selected {
  outline-color: white;
  border-radius: 0;
}

.colors-wrapper {
  background-color: #222;
  position: absolute;
  /*
  top: 0;
  right: 0;
  */
  max-width: 250px;
  padding: 0.5em 1em;
  box-shadow: -2px 2px 1px rgba(0, 0, 0, 0.8);
  transform: translateY(-100px);
  visibility: hidden;
  opacity: 0;
  transition: transform 0.3s linear, visibility 0.3s linear, opacity 0.3s linear;
}

.colors-wrapper.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.colors-btn:hover,
.colors-btn:focus
{
  background-color: #222;
}

.colors-btn
{
  margin-left: 1.5em;
  padding: 0.5em;
  background-color: #444;
  color: white;
  font-size: 0.7em;
  border: 1px solid white;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s linear;
}

.close-btn {
  display: inline-block;
  float: right;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #444;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: box-shadow 0.3s linear, background-color 0.3s linear;
}

.close-btn:hover,
.close-btn:focus {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #111;
}

.copyscores {
    color: white;
}

.copyscores:hover {
    color: azure;
}

.messagetable {
    font-size: 1em;
}

    .lrn_highlight[dir="rtl"] .lrn_response_input_wrapper_left {
      float: right;
    }