body {
  background: #fff url(/images/portal/body-bg.gif) 0 0 repeat-y;
  margin: 0;
  padding: 0;
  font: x-small/1.4em 'NotoSans';
}

select, input, button, textarea{
  font-family: 'NotoSans';
}

a {
  color:#00529B;
  text-decoration: underline;
}

a:hover {
  color: #E89300;
}
h1,h2,h3,h4,p {
  margin: 0;
  padding: 0;
}

h4 {
  font-size: 100%;
  margin-left: 10px;
}

ul h4 {
  margin: 0;
}

img {
  border: 0;
}

#header {
  width: 750px;
  position: relative;
}
#header h1 {
  width: 750px;
  margin: 0;
  padding: 0;
}
#header h1 a {
  text-decoration: none;
  display: block;
}

#navcontainer {
  float: left;
  background: #bbb;
  width: 750px;
  min-height: 20px;
  position: relative;
}
#navcontainer ul {
  float: left;
  margin:0 0 0 155px;
  padding:10px 10px 0;
  list-style:none;
  display: inline; /* fix IE6 double-margin bug */
}
#navcontainer li {
  float:left;
  background:url(/images/portal/left-all.gif) no-repeat 0 -150px;
  margin:0;
  padding:0 0 0 9px;
}
#navcontainer a {
  float:none;
  display:block;
  padding:5px 15px 5px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#000;
}

#navcontainer li:hover, #navcontainer li:hover span {
  background-position:0% 0;
}
#navcontainer li:hover span {
  background-position:100% 0;
}

div#navcontainer ul li.current {
  background-position:0 -301px;
  padding-right: 1px;
}

#navcontainer span {
  background:url(/images/portal/right-all.gif) no-repeat 100% -150px;
  color:#000;
  display:block;
}

#navcontainer li.current span {
  background-position: 100% -300px;
}

#container {
  clear: both;
  padding-bottom: 1px;
  width: 750px;
  background: transparent;
}
#content, #sidebar, #supercontent {
  float: left;
  background: transparent;
}

#supercontent, #content {
  width: 545px;
  margin: 10px 10px -20px 20px;
  padding: 10px 0 0 0;
}

#content {
  margin: 20px 10px 0 20px;
  background: #E8DBC5 url(/images/portal/content-top-test.gif) 0 0 no-repeat;
}

#content2 {
  background: #E8DBC5 url(/images/portal/content-bg-test.gif) 0 100% no-repeat;
  padding: 1px 1px 10px 1px;
}

#content3 {
  border-top: 0;
  border-bottom: 0;
  background: #fff;
}
#content h2 {
  margin: 0 0 10px 0;
  padding: 0 10px 10px 10px;
  font-weight: bold;
  font-size: 140%;
  background: #E8DBC5;
  width: 523px;
}

#content #current h2 {
  width: auto;
  font-size: 170%;
  height: auto;
}
#content #current h3 {
  font-size: 100%;
  margin: 0;
  padding: 10px 0 0 10px;
}
#content h3 {
  clear: both;
  font-size: 130%;
  float: none;
  margin: 0 0 5px 0;
  padding: 0 10px 0 10px;
}
#current {
  padding: 0 0 10px 0;
  background: #E8DBC5;
  /* margin-bottom: 10px; */
  text-align: left;
}

#content #current p {
  padding: 0;
  margin: 0 15px 5px 15px;
  text-align: right;
  clear: none;
}
#sidebar {
  width: 170px;
  overflow: hidden;
  padding-bottom: 30px;
}

#footer {
  clear: both;
  background: transparent;
  width: 750px;
  color: #666;
  padding: 60px 0 0 0;
}
#footer p {
  margin: 0 20px 0 185px;
  padding: 0 0 70px 0;
  border-top: 1px solid #E8DBC5;
}
#footer img {
  float:right;
  padding-top: 1px;
}
#sidebar ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

#sidebar ul li {
  margin: 0 5px 0 0;
  background: #E8DBC5;
  border-bottom: 1px solid #fff;
  padding: 0;
}

#sidebar ul li a {
  display: block;
  padding: 4px 10px 5px 20px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
#sidebar ul li a:hover {
  background: #bbb;
}

#sidebar ul li.active {
  margin-right: 0;
  background: #fff url(/images/portal/active.gif) 100% 50% no-repeat;
  border-bottom: 1px;
  padding: 4px 15px 5px 20px;
  font-weight: bold;
}
#sidebar ul li.active a:hover {
  background: #fff url(/images/portal/active.gif) 100% 50% no-repeat;
}

#signinbox, #signoutbox {
  padding: 10px;
  color: #333333;
  font-size: 95%;
}
#signinbox p, #signoutbox p {
  margin-top: 3px;
  clear: both;
}
#signinbox input, #signoutbox input {
  font-size: 100%;
  width: 120px;
}

body #signinbox input.submit, body #signoutbox input.submit {
  width: auto;
  float: none;
  font-size: 100%;
}

body #signinbox input.submit {
  margin-top: 7px;
}

#clever_signin {
  padding-top: 15px;
  padding-left: 10px;
}

.signed_in_as {
  text-overflow: ellipsis;
  overflow: hidden;
}

#content table {
  border-collapse:collapse;
  border-spacing:0;
  width: 520px;
  margin: 0 0 10px 10px;
  text-align: left;
  clear: left;
  height: 1%;
}

#content table th {
  border-color: black;
  border-width: 1px;
  border-style: none none solid;
}

#content table td, #content table th {
  font-size: 90%;
}

#content tr:nth-child(even) {
  background-color: #eeeeee;
}

#content table td, #content table th {
  padding: 4px 5px 5px 5px;
}

#quickstart h2, #legend h2 {
  font-size: 120%;
  margin: 0;
  padding: 0 0 0 5px;
}
#legend h2 {
  margin-bottom: 10px;
}
#quickstart p, #legend p {
  padding: 5px 0 0 5px;
}
#legend p {
  margin: 0 0 10px 0;
}
#legend img {
  clear: both;
  float: left;
  margin: 0 10px 0 0;
}

#quickstart, #legend {
  margin: 20px 0 0 0;
  background: transparent url(/images/portal/qs-top.gif) no-repeat 0 0;
  padding: 12px 0 0 0;
}
#quickstart2 {
  background: transparent url(/images/portal/pdf.gif) no-repeat 0 100%;
  padding: 0 0 58px 0;
  margin: 0;
}
#legend2 {
  background: transparent url(/images/portal/legend-bottom.gif) no-repeat 0 100%;
  padding: 0 0 12px 0;
  margin: 0;
}

#quickstart3, #legend3 {
  background: #fff;
  margin: 0 20px 0 10px;
  padding: 1px 0 1px 5px;
}

#language {
  margin: 10px 5px 2px 0;
  color: #333;
  float: right;
  text-align: right;
  line-height: 1;
}
#language label { vertical-align: middle; margin: 0;}
#language select {
  font-size: 100%;
  margin: 0 0 0 5px;
  padding: 0;
}
#options select {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

#options {
  margin: 5px 0 0 190px;
}

#options p {
  margin: 0;
  padding: 0;
}

h5 {
  font-weight: normal;
  margin-top: 1px;
}

#content ul {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0 0 10px 10px;
}

#home .index #content ul.bullet {
  height: 170px;
  font-size: 125%;
  padding-top: 20px;
}


#home .index #content ul.bullet li {
  margin: 0 0 10px 0;
  line-height: 1.3;
}

#home .index #content h2 {
  margin-bottom: 0;
}

ul.bullet li, ul.bullet ul.nestedbullet li {
  background: url(/images/portal/li.gif) 0 .25em no-repeat;
  padding: 0 0 0 25px;
  margin: 0 0 5px 0;
}

#support #content ul.bullet li div.info-body p {
  padding-bottom: 1em;
}

#support #content ul.bullet li div.info-header {
  font-weight: bold;
  padding-bottom: 2px;
}

#content ul.plain {
  background: #FFFFFF;
  list-style-type: disc;
  margin-left: 25px;
}

ul.bullet li h4 {
  font-size: 140%;
  line-height:1em;
  margin-bottom: 5px;
}

ul.bullet ul li {
  background: #fff;
  padding: 0;
}

ul li {
  padding: 0;
  margin: 0 0 10px 0;
}

#content ul li p {
  margin: 0;
  padding: 0;
}

#content p {
  padding: 0 10px 10px 10px;
  margin: 0;
  clear:both;
}

.assignment-header, .est-time, .goal, .score, .a-type, .test, .delayed, .timed {
  width: 55px;
  text-align: right;
}

.assignment-header {
  padding: 7px 15px 0 0;
}

.a-type {
  width: 105px;
  /*padding: 8px 0 15px 35px;*/
  text-align: left;
  /*margin: 0 0 0 15px;*/
}

.test, .delayed, .timed, .a-type-image {
  width: 30px;
  padding: 0;
}

.a-type-image {
  padding-right: 3px;
}

.status {
  float: left;
  margin-left: 10px;
}

form {
  margin: 0;
  padding: 0;
}

#content ul ul {
  padding: 0;
  margin: 0;
}

#content #customer_support_info { margin: 0; padding: 0 0 10px 10px; }

ul.titled li {
  margin-bottom: 20px;
}

#lessonplan input {
  float: left;
  clear:both;
  margin-left: 10px;
}
#lessonplan label {
  float: left;
  margin: 2px 0 0 5px;
  font-weight:bold;
}
#lessonplan p {
  clear: both;
  margin: 0 10px 10px 32px;
  padding: 0;
}
#content .submit {
  clear: both;
  margin: 10px 20px 0 214px;
  font-size: 100%;
  width: auto;
}

.learner_form, .my_reports_form {
  padding-bottom: 1px;
  width: 440px;
}

.my_reports_form {
  margin-top: 20px;
}

.dropdown {
  width: 165px;
}

label {
  margin: 2px 5px 10px 10px;
}

.learner_form label {
  float: left;
  clear: left;
  text-align: right;
  width: 200px;
}

.my_reports_form label {
  float: left;
  text-align: right;
  padding-bottom: 30px;
  width: 175px;
}

.my_reports_form input select {
  padding-bottom: 30px !important;
}

.learner_form input, .learner_form select {
  float: left;
  margin: 0 5px 10px 0;
  font-size: 100%;
  width: 150px;
  clear: right;
}

.learner_form textarea {
  float: left;
  clear: right;
  width: 210px;
}

.learner_form .submit {
  width: auto;
  text-align: center;
}

.my_reports_form #from, .my_reports_form #to {
  width: 190px;
}

.my_reports_form select {
  width: 225px;
}

.my_reports_submit {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.learner_form dl { margin-left: 40px; width: 390px; }
.learner_form dt { clear: both; float: left; margin: 0; width: 140px; font-weight: bold; }
.learner_form dd { float: left; margin: 0; width: 250px; }

#tech-form {
  width: 400px;
}

#tech-form input {
  margin: 0 5px 10px 0;
  float: left;
  text-align: left;
  clear: right;
}

#tech-form label {
  text-align: right;
  float: left;
  clear: left;
  width: 120px;
  margin: 3px 5px 15px 10px;
  margin-top: 3px;
}

#tech-form textarea {
  width: 240px;
}

.current-tour-page {
  background: #E8DBC5;
}
#product-tour {
  margin: 0;
}
#product-tour a, #product-tour span {
  margin: 0;
  text-decoration: none;
  padding-bottom: 3px;
}
#product-tour li {
  margin: 0 5px 10px 0;
}

#product-tour li, #product-tour li a, #product-tour span {
  display: inline;
}

p.right {
  float:right;
}

.course-list {
  font-size: 150%;
}

#assignment-table span {
  font-size: 9px;
}

#content table td {
  font-size: 90%;
}

.even {
  background: #eee;
}

div.bullet {
  margin-left: 10px;
  padding-left: 10px;
  background: url(/images/portal/li.gif) 0 .25em no-repeat;
  clear: left;
}

:target {
  background: url(/images/portal/li.gif) 0 .25em no-repeat;
  padding-left: 20px;
}

.bar-end {
  float: left;
}

#start-date, #end-date {
  clear:both;
}
#search-box label {
  width: 70px;
  text-align: right;
  margin: 3px 5px 5px 10px;
  clear: both;
  float: left;
}

#content #search-box input, #content #search-box select {
  margin: 0 5px 5px 0;
  float: left;
  font-size: 100%;
}

#content #search-box .submit {
  clear: both;
  margin: 10px 10px 0 0;
  float: right;
}

#content #search-box p.submit {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}


.next {
  float: right;
  margin: 5px 10px 0 0;
}

.prev {
  float: left;
  margin: 5px 0 0 10px;
}

#import-instructions {
  background: #def;
  padding: 1em;
  margin: 1em;
}

#content .tableHeader {
  background: #eee;
  color: #000;
  padding: 5px;
  font-weight: bold;
}

#summary {
  margin-bottom: 20px;
  font-size: 100%;
}

#content label.admin-lp-selection {
  margin: 0 0 5px 0;
  text-align: left;
  clear: right;
}
* html #content label.admin-lp-selection {
  margin: 3px 0 0 0;
}

.disabled {
  background: #eee;
}

#non-lp-course-list {
  font-size: 120%;
}

#non-lp-course-list thead th {
  border-bottom: 1px solid black;
}

.learner_form hr {
  clear:both;
  margin: 0 0 5px 210px;
  padding-bottom:10px;
  color: #fff;
  border: #fff;
}

#content .learner_form h3 {
  width: 200px;
  text-align: right;
  font-weight: normal;
  font-size: 95%;
}

#content table tr.unlaunchable-assignment td { color: #888; cursor: default;}

#content p.description { visibility: visible; color: #888; }

#content #errorExplanation {
  border: 1px solid #ddd;
  padding: 10px 10px 0 10px;
  background: #eee;
  margin: 0 10px 10px 10px;
  clear: left;
}

#content #errorExplanation ul { list-style: disc; padding-top: 0; margin: 0 0 0 15px; background: #eee; height: auto; }

#errorExplanation h2 {
  width: 480px; /* fix for ie/pc */
  background: none;
  color: red;
}

#pages a { padding: 1px 4px; border: 1px solid #ddd; text-decoration: none;}
  #pages a:hover { background: #ddd; color: #000; }
  #pages a.active { background: #00529B; color: #fff; border: 1px solid #00529B;}

.hide_inactive_users_checkbox {
  position: relative;
  left: 75px;
}

#content h3.system_requirements_version_header {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.error, .notice, #current_report_error {
  margin: 0 0 5px 0;
  padding: 6px 6px 6px 26px;
  border-radius: 4px;
}

.error, #current_report_error {
  border: 1px solid #FF7D80;
  background: #fadad7 url(/images/portal/error.gif) no-repeat 5px .5em;
}

.notice {
  border: 1px solid #444;
  background: #eee url(/images/portal/information.gif) no-repeat 5px .5em;
}

.error ul li {
  margin: 0 0 5px -10px;
}

#content .notice, #content .error {
  margin: 10px 10px 0 10px;
}

#reset_password input {
  display: block;
  margin: 5px 5px 10px 10px;
  font-size: 100%;
  width: 125px;
}

#footnote_list {
  margin-top: 0;
  font-size: 90%;
}

.delete_image {
  background: url(/images/portal/delete_icon.png) no-repeat scroll 0 5px transparent;
  height: 21px;
  width: 21px;
  border: 0px;
}

.export_csv_image {
  background: url(/images/portal/export_csv_icon.png) no-repeat scroll 0 2px transparent;
  height: 21px;
  width: 21px;
  border: 0px;
}

.export_xls_image {
  background: url(/images/portal/export_xls_icon.png) no-repeat scroll 0 2px transparent;
  height: 21px;
  width: 21px;
  border: 0px;
}

.save_pdf_image {
  background: url(/images/portal/print_icon.png) no-repeat scroll 0 2px transparent;
  height: 21px;
  width: 21px;
  border: 0px;
}

#my_reports_page input[type="submit"][class$="_image"][disabled] {
  opacity: 0.3;
}

#current_reports_form {
  padding-left: 30px;
  padding-bottom: 1px;
  width: 510px;
  text-align: left;
  line-height: 250%;
  margin-top: 5px;
}

#current_reports_form label {
  text-align: right;
  padding-bottom: 30px;
  width: 105px;
  margin-top: 10px;
  margin-bottom: 12px;
}

#current_reports_form select {
  width: 240px;
  margin-right: 5px;
}

#current_reports_form #group {
  margin-left: 0;
}

#current_reports_form input {
  margin-left: 8px;
}

#current_reports_form table {
  width: 100%;
  margin: 0 0 0 10px;
}

#current_report_error {
  line-height: 130%;
}

#list tr {
  height: 25px;
}

table#list {
  margin: 0 !important;
  width: 514px;
}

#my_reports_page.hide, #reports_page_loader.hide {
  display: none;
}

.help_link{
  float: right;
  margin: 0 10px 0 0;
}

#cip_lag_note {
  padding: 15px 15px 0px 15px;
}

#reports_page_loader .loading_message {
  padding-left: 10px;
}

.requirements { padding: 5px 10px; background-color: #EEE; margin-bottom: 10px; }
.requirements a { font-weight: bold; }
.requirements li { list-style-type: square; padding: 0; margin: 0px 0px 0px 8px; margin-top: 4px; }

#portal_notifications { border-bottom: 1px solid #E8DBC5; padding: 20px 10px 10px 20px; }
.portal_notification { padding-top: 10px; }

.saved_reports_container {
  width: 510.5px;
  border: 1px solid;
  margin: 0px 10px 10px 10px;
}

.saved_reports_body {
  height: 175px;
  overflow: auto;
  clear: both;
  border-top: 1px solid;
}

.sr_header {
  font-weight: bold;
  clear: both;
  width: 99%;
  padding: 2px;
  height: 20px;
}

.sr_row {
  border: none;
  color: #000000;
  padding: 2px;
  width: 99%;
  float: left;
  clear: both;
}

.sr_row_odd {
  background-color: #F8F8F8;
}

.sr_col {
  border: medium none;
  float: left;
  padding: 2px;
}

.sr_requested_at {
  width: 30%;
}

.sr_report_type {
  width: 25%;
}

.sr_created_at {
  width: 30%;
}

.sr_action {
  width: 5%;
}

.fieldWithErrors {
  display: inline;
}

.launch_legacy_rsm {
  font-size: 125%;
  color: #666666;
}

.launch_legacy_rsm a {
  color: #666666;
}
