html,
body {
  font-family: acumin-pro, sans-serif;
}

a {
  text-decoration: none;
}

.clearfix:after,
.col-100:after,
.col-70:after,
.col-50:after,
.col-30:after,
.info-table:after,
.modal-flat .inner-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.col-100,
.col-70,
.col-50,
.col-30 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-100 {
  width: 100%;
}

.col-70 {
  width: 70%;
  float: left;
}

.col-50 {
  width: 49%;
  float: left;
}

@media only screen and (max-device-width: 480px) {
  .col-50 {
    width: 100%;
  }
}

.col-30 {
  width: 30%;
  float: left;
}

.flat-button,
.sc-body .buttonry .buttons {
  font-weight: 700;
  text-decoration: none;
  color: white;
  border: 0;
  background: #0076b1;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 13px;
  text-shadow: none;
  padding: 6px 14px;
  -webkit-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
  border-radius: 2px;
}

.flat-button:hover,
.sc-body .buttonry .buttons:hover {
  -webkit-transition: ease-in 0.2s all;
  transition: ease-in 0.2s all;
  border: none;
}

.blue-message,
.gray-message {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  background: #0076b1;
  color: white;
  padding: 20px;
  width: 100%;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: normal;
}

.gray-message {
  background: #898989 !important;
}

/* Crossover Error Page */
.error-wrap.singular-page {
  text-align: center;
}

.error-wrap.singular-page h2 {
  font-weight: normal;
}

.error-wrap.singular-page .gray-message {
  width: 30%;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}

.error-wrap.singular-page #detailsdiv .gray-message {
  width: 19%;
  padding: 20px 10px;
}

.error-wrap.singular-page .detail-name {
  font-weight: bold;
  margin-bottom: 5px;
}

.error-wrap.singular-page .detail-value {
  margin-bottom: 10px;
}

.error-wrap.singular-page .flat-button.hide-toggle,
.error-wrap.singular-page .sc-body .buttonry .hide-toggle.buttons,
.sc-body .buttonry .error-wrap.singular-page .hide-toggle.buttons {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 20px;
  display: block;
  width: 19%;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
}

.error-wrap.singular-page .customer-support-link a:link {
  color: #034af3;
  text-decoration: underline;
}

.error-wrap.singular-page .customer-support-link a:visited {
  color: #505abc;
}

.error-wrap.singular-page .customer-support-link a:hover {
  color: #1d60ff;
  text-decoration: none;
}

.error-wrap.singular-page .customer-support-link a:active {
  color: #12eb87;
}

.flat-expired {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background: #0076b1;
  color: white;
  padding: 16px;
  width: 100%;
  margin-bottom: 13px;
  display: block;
  font-family: sans-serif;
  line-height: 22px;
}

.right {
  float: right;
}

.MasterBody {
  background-color: gray;
  background-image: none;
  background-repeat: repeat;
  margin: 0;
  font-family: acumin-pro, sans-serif;
}

.MasterBody form {
  margin: 0;
}

.inline-buttons a {
  float: none !important;
  margin: 0 !important;
  font-size: 15px;
  background: #0076b1;
  border-radius: 2px;
  padding: 5px;
  color: white !important;
  -webkit-box-shadow: inset 0 -2px 0 0px #005A87;
          box-shadow: inset 0 -2px 0 0px #005A87;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.inline-buttons a:hover {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-box-shadow: inset 0 2px 0 0px #7776b0;
  box-shadow: inset 0 2px 0 0px #7776b0;
  border-bottom: 0;
}

#outerDiv {
  width: 100%;
  background: url("Images/BigImage.jpg") no-repeat center center;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.7) 100%), url("Images/BigImage.jpg") no-repeat center center;
  background-size: 100%;
  background-size: cover;
}

#masterDiv {
  width: 960px;
  margin: 0 auto;
}

#pageHeaderContainerDiv {
  margin: 0 auto;
  background: url(images/login-sam.png) left center no-repeat, url(images/login-cengage.png) right center no-repeat;
  background-color: transparent;
  width: 100%;
  display: block;
  height: auto;
  padding: 19px 0;
  background-size: 10%;
}

#pageHeaderDiv {
  width: 100%;
  display: inline-block;
}

#pageHeaderTable {
  width: 100%;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  visibility: hidden;
}

.pageHeaderTd {
  width: 50%;
}

#topBarDiv {
  width: 500px;
  height: 24px;
  background: transparent;
  position: absolute;
  text-align: right;
  margin-left: 465px;
  top: 62px;
}

#topBarContentDiv {
  height: 24px;
  vertical-align: top;
  text-align: right;
}

.myAccountBar {
  height: 24px;
  width: 310px;
  display: inline-block;
  background: #403d30;
}

.studentPreLaunchLabel {
  font-style: italic;
  font-weight: bold;
}

.rulerDiv {
  width: 100%;
  height: 2px;
  background-color: #c1c1c1;
  margin-top: 3px;
}

.detailSpacing {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
}

.Sam2010NavigationButton {
  width: 154px;
  height: 29px;
  border: 0px;
}

.myAccountBarText {
  font-size: 11px;
  color: White;
  font-weight: bold;
}

.myAccountBarLink {
  text-decoration: underline;
  cursor: pointer;
}

.myAccountBarLink a:focus {
  outline-style: dotted;
  outline-width: thin;
  outline-color: red;
}

.myAccountBar .username {
  margin-left: 3px;
  vertical-align: top;
  height: 0px;
  width: 0px;
  color: White;
  visibility: hidden;
}

.myAccountBar .links {
  height: 24px;
  width: 310px;
  text-align: center;
  vertical-align: middle;
  padding-top: 4px;
}

/*Drop Shadow*/
#headerShadowDiv {
  margin-left: 9px;
  margin-right: 1px;
  vertical-align: bottom;
  height: 5px;
  width: 955px;
  background: transparent url("images/2010Shadow/topborder.png") repeat-x;
}

#footerShadowDiv {
  width: 100%;
  background: white;
}

#pageBodyDiv {
  position: relative;
  background: none;
}

#masterBodyDiv {
  background: transparent;
  padding: 0px;
  *margin-bottom: -4px;
}

.forceBlock {
  display: block !important;
}

.clearFloats {
  clear: both;
}

#companyLogoDiv {
  vertical-align: middle;
  text-align: left;
  float: left;
  position: relative;
}

#companyLogoDiv img {
  visibility: hidden;
}

#companyBannerDiv {
  vertical-align: top;
  text-align: right;
  float: right;
  position: relative;
}

#topBorderDiv {
  width: 100%;
  background: transparent;
  display: inline-block;
}

#topBorderDiv > table {
  position: absolute;
}

#loginHelpDiv {
  width: 0px;
  height: 0px;
  visibility: visible;
}

#helpDiv {
  vertical-align: top;
  font-size: 10px;
  width: 225px;
  min-height: 600px;
  float: left;
  height: auto;
  bottom: 0px;
  margin-bottom: 5px;
}

#helpDiv #info-table {
  width: 100%;
  border-radius: 2px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  background: white;
  background: rgba(255, 255, 255, 0.95);
}

#helpDiv #info-table a {
  text-decoration: none !important;
  background: #0076b1;
  border-radius: 4px;
  padding: 2px 6px;
  color: white;
  white-space: nowrap;
  font-size: 15px;
}

#helpDiv .info-table a,
.info-table a {
  float: left;
  float: left;
  margin: 10px 10px 0px 0;
}

#innerContentDiv {
  width: 55%;
  float: right;
  background: rgba(213, 213, 213, 0.85);
  position: relative;
  z-index: 9999;
  padding: 20px;
  border-radius: 4px;
}

#innerContentDiv .arial_grey12 {
  color: #444444;
  font-size: 18px;
  line-height: normal;
  padding: 8px 0;
  font-weight: normal;
}

#innerContentDiv span.arial_grey12 {
  display: inline-block;
}

.InstitutionKeyDiv input,
.loginRight input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  font-size: 16px !important;
  padding: 10px !important;
  height: auto !important;
  border: none !important;
  border-radius: 0 !important;
}

#ctl00__mainConentPlaceholder_lblKeyCode {
  display: block;
  margin: 0 0 10px 0;
}

#KeyCodeDiv .key-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 16.3%;
  padding: 2px;
  height: 100%;
}

#bottomSpacerDiv {
  background: white;
  height: 5px;
  margin-left: 8px;
  vertical-align: bottom;
  text-align: center;
  font-size: 12px;
  color: #EDDFBA;
  height: 5px;
  width: 955px;
  background: white;
  border-left: solid 1px black;
  border-right: solid 1px black;
}

#footerDiv {
  margin-left: 8px;
  vertical-align: bottom;
  text-align: center;
  font-size: 12px;
  color: #EDDFBA;
  height: 60px;
  padding-top: 10px;
  min-height: 60px;
  margin-top: 100px;
}

#footerDiv a {
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  color: #EDDFBA;
}

#footerDiv.logout-footer {
  margin-top: 664px;
}

/*Font Styles */
.arial_grey12 {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}

.arial_bold_grey12 {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}

.arial_bold_grey14 {
  font-size: 14px;
  color: #173044;
  font-weight: bold;
}

.style1,
.newUserHeading,
.techSupportHeading {
  color: #393628;
  font-weight: bold;
  font-size: 16px;
}

#ctl00__mainConentPlaceholder_NewPasswordPanel table span {
  font-size: 16px;
  font-weight: normal;
}

#ctl00__mainConentPlaceholder_NewPasswordPanel table input {
  font-size: 16px !important;
  padding: 10px !important;
  height: auto !important;
  width: 100%;
  border: 0;
}

.boldStyle {
  color: #333333;
  font-weight: bold;
}

.required_label,
.newUser_requiredLabel {
  font-size: 12px;
  color: #942102;
  font-weight: bold;
}

.newUser_requiredLabel {
  padding-left: 10px;
}

.error,
.errorRequiredField,
.forgotPasswordInvalidMsg {
  font-size: 12px;
  color: #942102;
  font-weight: bold;
}

.error {
  padding-right: 17px;
}

.forgotPasswordInvalidMsg {
  margin-right: 15px;
  margin-left: 10px;
}

.form-field {
  width: 49%;
  position: relative;
  margin: 10px 0;
  min-height: 40px;
}

.form-field .errorRequiredField {
  position: absolute;
  font-size: 28px;
  margin-top: 8px;
}

.form-field .errorRequiredField.emessage {
  left: 0;
  font-size: 12px;
  margin: 0;
  top: 100%;
}

.form-field .errorRequiredField.emessage.bubble {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  color: white;
  background: #df7c08;
  z-index: 9999;
}

.form-field .errorRequiredField.emessage.bubble:before {
  content: '';
  position: absolute;
  left: 10%;
  bottom: 100%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 13px solid #df7c08;
}

.form-field .errorRequiredField.check {
  right: 0;
  margin-top: 0;
  font-size: 22px;
  line-height: 15px;
  text-align: center;
}

.form-field label {
  font-size: 15px;
}

.form-field input,
.form-field select {
  height: auto !important;
  width: 100% !important;
  padding: 4px 6px !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-field.left {
  float: left;
  clear: left;
  margin-right: 1%;
}

.form-field.right {
  float: right;
  margin-left: 1%;
}

#ctl00__mainConentPlaceholder_lblLoginError {
  color: white;
  border-radius: 4px;
  font-size: 16px;
  font-weight: normal;
  padding: 8px 21px;
  background: #063b5f;
  -webkit-box-shadow: 0 40px 18px -17px rgba(0, 0, 0, 0.6);
          box-shadow: 0 40px 18px -17px rgba(0, 0, 0, 0.6);
}

#ctl00__mainConentPlaceholder_lblLoginError:before {
  content: '';
  position: absolute;
  top: 49px;
  left: 58px;
  border-left: 20px solid #063b5f;
  border-bottom: 20px solid transparent;
}

.arial_grey11 {
  font-size: 12px;
  color: #333333;
}

.arial_white {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}

.arial_grey16bold {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.arial_grey12bold {
  font-size: 12px;
  color: #008bdf;
  /*#8a8a8a;*/
  font-weight: bold;
}

.arial_gray12bold {
  font-size: 12px;
  color: Gray;
  font-weight: bold;
}

/*------------------------------- title div area -------------------------------*/
.TitleTable,
.TitleTable tr,
.TitleTable td {
  border: none 0px;
  padding: 0px;
  border-spacing: 0px;
}

.TitleTable {
  padding-bottom: 2px;
}

.PageTitleDiv {
  width: 100%;
  border: none 0px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.TopControlDiv {
  clear: both;
  border: none 0px;
  left: 0px;
  padding: 0px;
  padding-bottom: 10px;
}

.SortDiv,
.FormSortDiv,
.AdminGlobalOptionDiv {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.FormSortDiv {
  width: 100%;
}

.RecordFoundSection {
  padding-top: 10px;
}

.ctlMessageAssignment,
.ctlMessageAssignment td {
  padding: 0px;
}

.displayTitle {
  display: none;
}

/*--------------------------------------------------------------------------------*/
.MasterBorder {
  border-right: #426279 1px solid;
  border-top: #426279 1px solid;
  border-left: #426279 1px solid;
  border-bottom: #426279 1px solid;
}

.BorderTop {
  border-top: #426279 1px solid;
  width: 100%;
}

.BorderRight {
  border-right: #426279 1px solid;
}

.BorderLeft {
  border-left: #426279 1px solid;
}

/*----------------------------------------------------------------------
Styles for Login Page
-----------------------------------------------------------------------*/
.leftHelpTd {
  width: 0px;
}

.info-table {
  font-family: acumin-pro, sans-serif;
  border-radius: 5px;
  vertical-align: top;
  /*width: 215px;*/
  background-color: rgba(255, 255, 255, 0.85);
  width: 20.9%;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin: 2px 6px 6px 6px;
}

.HelpBody {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.HelpTable {
  background-color: #e9e9e4;
  vertical-align: top;
  width: 240px;
  padding: 3px;
  height: 100%;
}

.HelpTableContent {
  background-color: #e9e9e4;
  border-right: #B8B8B0 1px solid;
  border-top: #B8B8B0 1px solid;
  border-left: #B8B8B0 1px solid;
  border-bottom: #B8B8B0 1px solid;
  vertical-align: top;
  font-size: 12px;
  color: #333333;
  min-height: 40px;
  width: 228px;
  margin-top: 8px;
  padding: 2px;
  padding-bottom: 4px;
}

.HelpTableHeader {
  padding-top: 3px;
  padding-left: 3px;
  font-size: 13px;
  color: #5c5c5b;
  font-weight: bold;
  height: 20px;
  vertical-align: middle;
  background-image: url("Images/InfoBG.gif");
  width: 225px;
  min-height: 20px;
  margin-bottom: 3px;
  border-bottom: #B8B8B0 1px solid;
}

.LoginForm {
  background-color: #E8EEF6;
  width: 100%;
  height: 100%;
}

.LoginForm H1 {
  font-size: 18px;
  color: #01354D;
}

.SupportRequest {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.dvBrowser {
  background: White;
  border-right: #B8B8B0 1px solid;
  border-top: #B8B8B0 1px solid;
  border-left: #B8B8B0 1px solid;
  border-bottom: #B8B8B0 1px solid;
  vertical-align: top;
  font-size: 10px;
  min-height: 30px;
  width: 225px;
  margin-top: 0px;
  height: 160px;
  padding: 5px;
  float: left;
  margin-left: 710px;
  top: 252px;
  position: absolute;
  text-align: left;
  display: none;
  /*visibility: visible;*/
}

.hyperlink {
  font-size: 8pt;
}

.loginTable {
  width: 99%;
  height: 296px;
  text-align: right;
  padding: 6px;
  margin-right: -27px;
}

.forgotPasswordBorder .arial_grey12 {
  font-size: 18px;
  font-weight: normal;
}

#DataentryDiv .arial_bold_grey12 {
  font-size: 14px;
  font-weight: normal;
}

.loginRightTable {
  text-align: left;
}

.containerDiv {
  /*width: 300px;*/
  width: 100%;
  display: inline-block;
  margin-right: 24px;
  /*padding: 2px;*/
  padding: 0;
}

.loginLeft {
  width: 100% !important;
  float: none;
  padding: 0px;
  height: auto !important;
}

.loginLeft .arial_grey12 {
  padding: 0;
}

.loginRight {
  width: 100% !important;
  float: none;
  padding: 0px;
  height: auto;
  margin-right: 0;
}

.loginControlsDiv {
  padding-right: 0;
}

.loginControlsDiv.top {
  position: absolute;
  top: -30px;
  right: 20px;
}

.forgotPasswordDiv {
  margin-right: 23px;
  padding-bottom: 6px;
  *padding-bottom: 4px;
}

.forgotPasswordDiv2007 {
  visibility: hidden;
  height: 0;
}

.loginTable .spacer {
  *margin-top: -2px;
}

.LoginControlRow {
  text-align: right;
  float: right;
  width: 100%;
}

.LoginButton {
  float: right;
  /*width: 75px;
clear: both;
padding: 2px;
height: 25px;
margin-right: 12px;*/
}

.newUserRow {
  float: left;
  display: inline-block;
}

.NewUserButton {
  float: left;
}

.HelpButton {
  float: left;
  margin-left: 39px;
}

#imageContainerDiv {
  width: 100%;
  background-image: none;
  position: relative;
  z-index: 1;
  min-height: 650px;
}

.forgotPasswordHeading {
  height: 25px;
  width: 400px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  background-image: url("Images/forgotpasstitle.png");
  background-repeat: no-repeat;
}

.forgotPasswordContent {
  width: 400px;
}

.forgotPasswordBorder {
  text-align: left;
}

.forgotPasswordBorder {
  width: 100%;
}

#ctl00__mainConentPlaceholder_lblHeader,
.newUserHeading {
  background-color: transparent;
  border-bottom: none;
  min-height: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: 1.4%;
  display: block;
  margin: 0 auto;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #525252;
  font-size: 22px;
  font-weight: normal;
  padding: 8px 21px;
}

.heading-statement {
  font-size: 16px;
  margin: 0 0 20px 0;
  text-align: center;
}

#DataentryDiv p {
  margin: 0;
}

.form-section {
  width: 100%;
  clear: both;
  border-top: 4px solid rgba(140, 140, 140, 0.28);
  padding: 10px 0;
}

.form-section:nth-child(1) {
  margin: 0;
}

.req-mark {
  font-size: 22px;
  top: 7px;
  position: relative;
  margin-left: 8px;
  color: #942102;
}

#SaveCancelButton {
  float: right;
}

.UserNameDiv {
  padding: 20px 15px 15px -10px;
}

.submitCancelButtonKeyCodeDiv {
  text-align: right;
  float: right;
  vertical-align: top;
  padding-right: 20px;
  padding-top: 10px;
}

.forgotPasswordSubmitCancelButtonDiv {
  float: right;
}

.keyCodeUserBorder {
  /* margin-left: 160px; margin-right: 110px; margin-top: 160px;*/
}

.submitCancelButtonKeyCodeDiv {
  padding-top: 15px;
  padding-right: 8px;
}

.technicalSupportBorderDiv {
  margin-left: 100px;
  margin-right: 50px;
  margin-top: 20px;
  padding-bottom: -40px;
}

.TechnicalSupportHelpDiv {
  min-height: 700px;
}

.resetPasswordPanel {
  margin-left: 15px;
}

.resetPasswordDiv {
  padding: 0 15px 0 15px;
}

#ctl00__mainConentPlaceholder_LoginMessage_loginHelpContainerPanel {
  background: rgba(255, 255, 255, 0.85);
}

/*----------------------------------------------------------------------
End Styles for Login Page
-----------------------------------------------------------------------*/
/*---------------------------------------------------------------------- Styles for Master Page
-----------------------------------------------------------------------*/
.content_left {
  width: 154px;
  vertical-align: top;
  min-height: 700px;
  padding: 0px;
  height: 700px;
  background: transparent;
  margin: 0px;
  float: left;
}

.content_right {
  width: 780px;
  vertical-align: top;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 13px;
  text-align: left;
  background: White;
  min-height: 700px;
  margin: 0px;
  float: right;
}

#navigatorDiv {
  text-align: left;
  vertical-align: top;
  height: 550px;
  min-height: 550px;
  background-image: url("Images/Navigation/navrepeater.png");
  background-repeat: repeat-y;
  width: 154px;
}

#navigatorDiv input {
  float: left;
}

.navigationBottom {
  background-image: url("Images/Navigation/navbottomfade.png");
  background-repeat: repeat-x;
  height: 135px;
  width: 154px;
}

/*----------------------------------------------------------------------
End Styles for Master Page
-----------------------------------------------------------------------*/
.welcomelinks {
  font-size: 12px;
  color: #008bdf;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}

#welcomePageDiv {
  width: 100%;
  display: inline-block;
  font-family: acumin-pro, sans-serif;
}

#welcomePageDiv .arial_grey12 {
  font-size: 14px;
}

#welcomePageDiv .StartDate {
  color: #444444;
}

#welcomeHelp {
  width: 47%;
  float: right;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h2.info-table-header {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

.inner-wrap h3 {
  color: #444444;
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0;
}

.inner-wrap h4 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}

.inner-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inner-wrap .link-blocks {
  background: rgba(0, 0, 0, 0.05);
  padding: 10px 10px 10px 10px;
  border-radius: 4px;
  margin-top: 1%;
  margin-right: 1%;
}

.download-html,
.download-pdf {
  margin: 10px 10px 0px 0;
  position: relative;
  color: white;
  padding: 8px 10px 8px 60px;
  display: inline-block;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 12px;
  background: #0076b1;
  text-decoration: none;
}

.download-html:before,
.download-pdf:before {
  position: absolute;
  top: 0;
  left: 0;
}

.download-html {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0NGM0YyIvPjxzdG9wIG9mZnNldD0iNTMlIiBzdG9wLWNvbG9yPSIjOTQ0YzRjIi8+PHN0b3Agb2Zmc2V0PSI1MyUiIHN0b3AtY29sb3I9IiMwMDc2YjEiLz48c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzAwNzZiMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzZiMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#944c4c), color-stop(53%, #944c4c), color-stop(53%, #0076b1), color-stop(53%, #0076b1), to(#0076b1));
  background-image: linear-gradient(to right, #944c4c 0%, #944c4c 53%, #0076b1 53%, #0076b1 53%, #0076b1 100%);
}

.download-html:before {
  content: 'http';
  top: 8px;
  left: 14px;
  border-radius: 2px 0 0 2px;
  font-weight: bold;
  text-transform: lowercase;
}

.download-pdf {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjg5MSIvPjxzdG9wIG9mZnNldD0iNTMlIiBzdG9wLWNvbG9yPSIjMDA2ODkxIi8+PHN0b3Agb2Zmc2V0PSI1MyUiIHN0b3AtY29sb3I9IiMwMDc2YjEiLz48c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzAwNzZiMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzZiMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#006891), color-stop(53%, #006891), color-stop(53%, #0076b1), color-stop(53%, #0076b1), to(#0076b1));
  background-image: linear-gradient(to right, #006891 0%, #006891 53%, #0076b1 53%, #0076b1 53%, #0076b1 100%);
}

.download-pdf:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 18px;
  background: white;
  width: 12px;
  height: 6px;
  border-radius: 0;
}

.download-pdf:after {
  padding: 0;
  border-top: 10px solid white;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  height: 20px;
  content: '';
  top: 12px;
  left: 14px;
  position: absolute;
}

.info-table {
  position: relative;
  right: 0;
  top: 0;
  background-color: transparent;
  width: 98%;
  border-radius: 2px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  background: white;
  background: rgba(255, 255, 255, 0.85);
}

#welcomeHelp .info-table a {
  display: block;
  margin: 9px 0;
  text-align: center;
}

.HelpInfoTechSupport2010 {
  font-size: 15px;
  font-weight: normal;
  color: #525252;
  line-height: 23px;
}

#Body1 {
  margin: 0;
}

#welcomeContent {
  width: 53%;
  float: left;
}

#welcomeDiv {
  margin-bottom: 10px;
}

#welcomeDiv,
#messagesDiv {
  width: 100%;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 2px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin: 2px 6px 6px 6px;
}

#welcomeDiv a,
#messagesDiv a {
  color: #065284;
}

#messagesDiv .SpacerDiv {
  border-bottom: 0;
}

.WelcomeBorder {
  border: solid 1px #cccccc;
}

.WelcomeHeading {
  font-size: 24px;
  color: #DF7C08;
}

.WelComeSoftwareMessage {
  font-size: 12px;
  color: #333333;
  padding-left: 5px;
  padding-right: 5px;
}

.TabPageOption {
  margin-left: 2px;
}

.WelcomeMessage {
  color: #5F5F5F;
  font-size: small;
}

.WelcomeMessageHeading {
  font-size: medium;
  font-weight: bold;
}

.TabRuler {
  color: #16668B;
  height: 1px;
  background-color: #16668B;
  display: none;
}

.PrintSummaryHeader {
  font-size: 14px;
  font-weight: bold;
  color: #5c5c5b;
  background-image: url("Images/Popups/popupheader.gif");
  white-space: nowrap;
  padding: 5px;
  padding-left: 20px;
  text-align: left;
}

.pnlImportTable {
  font-size: 12px;
}

.pnlImportTableRow {
  margin: 15px;
}

.PrintSummaryGrid {
  width: 100%;
  padding-right: 20px;
}

.PrintSummaryGridHeader,
.PrintSummaryRow {
  font-size: 12px;
  color: #5c5c5b;
  text-align: left;
}

.PrintSummaryGridHeader {
  background-image: url("Images/Popups/popupheader.gif");
}

.PrintSummaryGridHeader th,
.PrintSummaryRow td {
  text-align: left;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*----------------------------------------------------------------------
MultiSelect Custom Controls
-----------------------------------------------------------------------*/
.multi_select_left {
  border: solid 1px #F3F3ED;
  font-size: 8pt;
  width: 47%;
  background-color: #eeeeee;
}

.multi_select_right {
  border: solid 1px #F3F3ED;
  font-size: 8pt;
  width: 46%;
  background-color: #eeeeee;
}

.multi_select_center {
  border: solid 1px #F3F3ED;
  font-size: 8pt;
  width: 7%;
}

/*----------------------------------------------------------------------
End MultiSelect Custom Controls
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
Custom Questions page
-----------------------------------------------------------------------*/
.reqField {
  font-size: 12pt;
  color: #942102;
  font-weight: bold;
}

.fieldLabel {
  font-size: 9pt;
  font-weight: bold;
  color: black;
}

.fieldLabel_supplement {
  font-size: 9pt;
  font-style: italic;
  color: black;
}

.p_nobreak {
  font-size: 9pt;
  color: black;
}

.CaptionBox {
  color: White;
  font-weight: bold;
  font-size: 15px;
  background-color: #276D91;
  padding: 2px;
  width: 100%;
}

.WindowBox {
  border-color: #276D91;
  background-color: #E6E9F0;
  border-style: solid;
  border-width: 1px;
  width: 99%;
  height: 100%;
}

/*----------------------------------------------------------------------
End Custom Questions page
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	Model popup styles
-----------------------------------------------------------------------*/
.bubbleInfo {
  position: relative;
  z-index: 100;
}

.popup {
  position: absolute;
  margin-top: -15px;
  margin-left: 30px;
  display: none;
  /* keeps the popup hidden if no JS available */
}

.ModalPopupWizardMessage {
  width: 100%;
  height: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 12px;
}

.modalPopUpInfoGridRow {
  font-size: 12px;
  color: #333333;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 5px;
  background-color: #f7f6ef;
}

.modalPopUpInfoGridAlternateRow {
  font-size: 12px;
  color: #333333;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 5px;
  background-color: #FFFFFF;
}

.IframeMargin {
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.modalBackground {
  background-color: #ffffff;
  filter: alpha(opacity=50);
  opacity: 0.85;
}

.modalPopup {
  background-color: white;
  padding: 0px;
  width: 550px;
  height: 450px;
}

.ModalPopUpTitle {
  cursor: move;
  height: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ModalContent {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.ModalRuler {
  color: #173044;
  width: 100%;
}

hr {
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
}

.ModalListControl {
  padding-left: 10px;
  padding-top: 15px;
  *margin-top: -7px;
  background-color: #EDEDED;
}

.ModalSpaceAfterColon {
  width: 10px;
}

.ModalPaddingAfterColon {
  padding-right: 10px;
}

.leftAlignedList {
  margin-left: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0px;
}

.LargeBottomPad {
  padding-bottom: 250px;
}

.ModalAlignButtonsToRight,
.ModalAlignDivToRight {
  text-align: right;
  padding-right: 10px;
}

.ModalFillerImage {
  background-image: url("Images/sampopup_spacefiller.gif");
}

/* Address float issue for warning msgs in Assignment modals  */
#table1 {
  clear: left;
}

/*----------------------------------------------------------------------
End Model popup styles
-----------------------------------------------------------------------*/
.PreviewTypeHeader {
  padding: 10px;
}

#ctl00_ContentPlaceHolder1_grdOBQ_ctl02_grdChapters,
#ctl00_ContentPlaceHolder1_ctlPBQPreview_grdApps,
#ctl00_ContentPlaceHolder1_ctlTrainingPreview_grdApps,
#ctlScenarioPreview_grdApps {
  border-color: transparent !important;
}

#ctl00_ContentPlaceHolder1_grdOBQ_ctl02_grdChapters td,
#ctl00_ContentPlaceHolder1_ctlPBQPreview_grdApps td,
#ctl00_ContentPlaceHolder1_ctlTrainingPreview_grdApps td,
#ctlScenarioPreview_grdApps td {
  padding: 0;
  border: 0;
}

.TaskGridScenario {
  padding-right: 0;
}

.TaskHeader {
  background: #363636;
  padding: 10px !important;
  border-right: none;
  color: white;
  font-size: 16px;
  font-weight: normal;
}

.TaskGrid {
  border: 0 !important;
}

.TaskGrid tr {
  background: #F2F2F2;
}

.TaskGrid tr:nth-child(even) {
  background: #E4E4E4;
}

.TaskGrid th {
  height: auto;
  background: #5E5E5E;
  color: white;
  font-weight: normal;
  padding: 10px;
  font-size: 16px;
  border: none;
}

.TaskGrid td {
  font-size: 14px;
  color: #222222;
  border: none;
  padding: 10px !important;
}

.TaskGridAppName {
  font-size: 16px;
  color: white;
  font-weight: normal;
}

.ModifyScenarioFooter {
  padding: 10px 30px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #a8a8a8;
          box-shadow: 0 0 0 1px #a8a8a8;
}

.bottom-footer {
  margin-bottom: 48px;
}

.TaskGridAppName {
  text-align: left;
}

.PreviewLaunchDiv {
  width: 87%;
  position: relative;
  float: left;
}

.TaskGridColumnHeader {
  background-color: #f7f5ef;
  font-weight: bold;
  font-size: 12px;
  color: #5c5c5b;
}

.InstructorView {
  padding: 3px;
  border: 2px;
  border-bottom: solid 1px #FF7F7F;
  border-left: solid 1px #FF7F7F;
  border-right: solid 1px #FF7F7F;
  border-top: solid 1px #FF7F7F;
  color: black;
  width: 500px;
  text-align: center;
  background-color: InfoBackground;
  height: 20px;
  padding: 3px;
}

.InstructorViewHeading {
  font-size: 14px;
  color: black;
  font-weight: bold;
}

.PreviewDate {
  display: block;
  right: 10px;
  top: 7px;
  position: absolute;
  font-weight: normal;
}

.arialtext {
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
}

.arial_grey {
  font-size: 11px;
  color: #404040;
}

.arial_grey11 {
  font-size: 12px;
  color: #404040;
  width: 100%;
}

.arial_white {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}

.arialtext {
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
}

.arial_grey {
  font-size: 11px;
  color: #404040;
}

.arial_grey_underline {
  text-decoration: underline;
  font-size: 11px;
  color: #404040;
  text-decoration: underline;
}

.hiddencol {
  display: none;
  visibility: hidden;
}

.visiblecol {
  display: block;
  visibility: visible;
}

.required_label {
  font-size: 12px;
  color: #942102;
  font-weight: bold;
}

.SearchBox {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}

.style2 {
  font-size: 12px;
  color: #11449e;
  font-weight: bold;
}

.iframetableborder {
  display: block;
  position: relative;
  margin: 10px -10px -10px 10px;
  background: url(Images/Popups/shadow.png) right bottom no-repeat;
  font-size: 12px;
  color: #333333;
}

.iframetableborder .iframetableinner {
  background-color: White;
  display: block;
  position: relative;
  overflow: hidden;
  /* prevents margin leakage from child elements */
  left: -10px;
  top: -10px;
  margin: 0;
  border: solid 1px #b8b2a2;
}

.iframebody {
  font-size: 12px;
  color: #333333;
}

.iframeTextAlignment {
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 20px;
  text-align: left;
}

.StudentViewIndicator {
  display: none;
}

.StudentViewContentIndicator {
  display: block;
}

.StudentViewImageStyle {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* Student_welcome_block.aspx / Instructor_welcome_block.aspx */
#SnapContent ol li {
  list-style-type: disc;
}

#SnapContent li.MsoNormal {
  list-style: none;
}

#SnapContent ul li p {
  margin-left: -40px;
}

.HelpInfoBody {
  background-color: #e9e9e4;
}

.HelpInfoUL {
  width: 90%;
  list-style: none;
  margin-top: -0.1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
  text-indent: -1em;
  font: 9pt;
}

.HelpInfoLI {
  margin-bottom: 3pt;
  font-size: 12px;
  color: #008bdf;
}

.InfoContent {
  font-size: 12px;
  color: #333333;
  padding: 5px;
}

.how-do-content {
  font-size: 12px;
  color: #333333;
  padding: 0px;
}

.HelpInfoSpan {
  font-style: italic;
  font-size: smaller;
  color: #008bdf;
}

.HelpInfoGet {
  font-size: 12px;
  color: #333333;
  visibility: visible;
}

.HelpInfoTechSupport2010 {
  visibility: visible;
}

.HelpInfoTechSupport2007 {
  visibility: hidden;
}

.loginHelpPanelContainerShow {
  visibility: visible;
}

.loginHelpPanelContainerHide {
  visibility: hidden;
  top: 372px;
  position: relative;
  width: 59%;
  float: right;
}

.loginHelpPanelContainerHide input {
  margin-left: -54px;
}

.LoginHelpPanel {
  float: right;
  width: 100%;
}

.LoginHelpHeader h4 {
  color: #444444;
  font-size: 18px;
  font-weight: normal;
}

.LoginHelpContent p {
  display: inline !important;
  font-size: 15px;
  font-weight: normal;
  color: #525252;
  line-height: 23px;
}

.LoginHelpContainer {
  background: url("Images/semiOpaqueBackground.png") repeat;
  vertical-align: top;
  font-size: 10px;
  width: 100%;
  margin-top: 0px;
  float: left;
  background: rgba(213, 213, 213, 0.85);
  position: relative;
  z-index: 9999;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.help-close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 9999;
}

.LoginHelpContainerBlank {
  vertical-align: top;
  font-size: 10px;
  min-height: 40px;
  width: 460px;
  margin-top: 0px;
  height: 160px;
  float: left;
}

#loginFormContainerDiv {
  width: 100%;
  height: auto;
  padding: 0;
  margin-right: 0;
}

.loginMessageDiv {
  border-radius: 5px;
  left: 0;
  width: 50%;
  margin-bottom: -20px;
  top: 0;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}

.login-wrap-white {
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  /*box-shadow: 0 0 0px 4px rgba(0,0,0,0.1);*/
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login-wrap-white .arial_grey11 {
  font-size: 15px;
  line-height: 17px;
}

.loginMessageHeader {
  padding: 20px;
}

.loginMessageHeader h1 {
  font-weight: normal;
  font-size: 23px;
  color: #525252;
  font-weight: normal;
}

.loginMessageContainer {
  margin: 0;
}

.forgotPassword,
.loginMessageContainer a,
.LoginHelpContainer a {
  font-size: 15px;
  background: #0076b1;
  border-radius: 2px;
  padding: 9px 13px;
  color: white !important;
  display: inline-block;
  -webkit-box-shadow: inset 0 -2px 0 0px #005A87;
          box-shadow: inset 0 -2px 0 0px #005A87;
  margin-top: 16px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.forgotPassword:hover,
.loginMessageContainer a:hover,
.LoginHelpContainer a:hover {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-box-shadow: inset 0 2px 0 0px #7776b0;
  box-shadow: inset 0 2px 0 0px #7776b0;
  border-bottom: 0;
}

.loginMessageContainer a {
  width: 50%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.loginMessageContainer p {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  color: #525252;
  line-height: 23px;
  padding: 16px 20px;
  border-top: 2px solid rgba(0, 0, 0, 0.04);
}

.loginMessageContainer p:first-child {
  border-top: none;
}

.loginMessageContainer p:last-child {
  background: #4d4b41;
  border-radius: 0 0 5px 5px;
  color: white;
  position: relative;
  bottom: -4px;
}

.loginMessageContainer p:last-child a {
  background: #dc7c08;
  -webkit-box-shadow: inset 0 -2px 0 0px #975506;
  box-shadow: inset 0 -2px 0 0px #975506;
}

.loginMessageContainer p:last-child a:hover {
  -webkit-box-shadow: inset 0 2px 0 0px #975506;
  box-shadow: inset 0 2px 0 0px #975506;
  border-bottom: 0;
}

/***Institution Key border ***/
.InstKeyInnerDiv {
  height: 15px;
  padding-top: 15px;
}

.SubmitCancelButtonDiv,
.InstKeySubmitCancelButtonDiv,
.NewUserSubmitCancelButtonDiv {
  vertical-align: top;
  text-align: right;
  float: right;
  padding-bottom: 10px;
  padding-right: 77px;
}

.NewUserSubmitCancelButtonDiv {
  padding-right: 20px;
}

.InstKeySubmitCancelButtonDiv {
  padding-right: 75px;
}

.SecretQuestionsDiv {
  padding: 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.85);
}

.SecretQuestions {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}

.ChangePasswordSubmitCancelDiv {
  padding-right: 50px;
}

.SecretQuestionySubmitCancelButtonDiv {
  padding-right: 40px;
}

.InstKeyError {
  font-size: 16px;
  color: #942102;
  margin-top: 10px;
}

input#ctl00__mainConentPlaceholder_tbUserName {
  width: 100% !important;
  font-size: 16px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

.InstitutionKeyDiv {
  text-align: left;
}

.InstitutionKeyDiv span {
  display: block;
}

.newUserHeading {
  padding: 10px;
}

.techSupportHeading {
  padding: 2px;
}

/**** User Profile ***/
.shadow-containerUserProfile {
  position: relative;
  left: 3px;
  top: 3px;
  margin-right: 10px;
  margin-bottom: 3px;
}

.rightlistBoxMultiSelect {
  border: solid 1px #9b9b9b;
}

.leftlistBoxMultiSelect {
  border: solid 1px #9b9b9b;
}

/***/
/* Import page */
.importPageBoxBorder {
  border: solid 1px #9b9b9b;
}

/***End Institution Key border ***/
/*----------------------------------------------------------------------
Button Styling
-----------------------------------------------------------------------*/
.ButtonSpacingLeft {
  margin-left: 5px;
  cursor: hand;
}

.ButtonSpacingDisableLeft {
  margin-left: 5px;
  cursor: default;
}

.ButtonSpacingRight {
  margin-right: 5px;
  cursor: hand;
}

/**** Instructor Reports ****/
.GridViewItemHeaderReports th,
.GridViewItemHeaderReports td,
.GridViewItemHeaderReports a {
  text-align: left;
  padding-left: 8px;
  font-size: 10px;
}

.HiddenColumn {
  display: none;
  visibility: collapse;
  width: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.NameColumn {
  width: 340px;
}

.SelectorColumn {
  width: 25px;
}

/**** end of Instructor Reports ****/
/* Student Section*/
.SaveButtonInActiveImage {
  src: '../App_Themes/Sam2010/Images/Buttons/small_save_inactive.gif';
}

.SaveButtonDisableImage {
  src: '~/App_Themes/Sam2010/Images/Buttons/small_save_inactive_dis.gif';
}

/* Student Section*/
/* Assingment */
.ScheduleNewInactiveImage {
  src: '../App_Themes/Sam2010/Images/TopControlButtons/big_schedule_new_inactive.gif';
}

.MultitextNoScroll {
  overflow: hidden;
}

.MultitextScroll {
  overflow-y: auto;
}

.LabelBreakWord {
  width: auto;
  word-break: BREAK-ALL;
  word-wrap: break-word;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.noPad {
  padding: 0;
}

.noTextWrap {
  white-space: nowrap;
}

.EbookNotifier {
  color: #CC6633;
  font-style: italic;
}

textarea {
  -moz-resize: none;
  resize: none;
}

.DateDiv {
  font-size: 12px;
  color: #333333;
  vertical-align: middle;
  text-align: right;
  margin-right: 40px;
}

.DateDiv img {
  padding-left: 1px;
  padding-bottom: 2px;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}

.DateDiv input {
  width: 90px;
}

.ViewDiv {
  color: black;
  font-weight: bold;
  font-size: 12px;
}

.ImageSelector {
  border-width: 0px;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
  cursor: hand;
}

.NormalText {
  color: #333;
  font-weight: normal;
  font-size: 12px;
}

.DisabledText {
  color: Gray;
}

div.ui-datepicker {
  font-size: 12px;
}

.hidden_div {
  visibility: hidden;
}

.AssignmentTopLeft {
  padding-top: 6px;
  width: 45%;
  padding-bottom: 20px;
  float: left;
}

.AssignmentTopRight {
  padding-top: 6px;
  width: 53%;
  padding-bottom: 20px;
  float: right;
}

.errorBorder {
  border: red solid 1px !important;
}

.fnames {
  cursor: default !important;
}

@media only screen and (max-device-width: 480px) {
  .modal {
    position: absolute !important;
  }
}

.modal-flat {
  background: white;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #222222;
}

.modal-flat h2,
.modal-flat h3,
.modal-flat h4 {
  margin: 0;
}

.modal-flat h3 {
  font-size: 17px;
  font-weight: normal;
}

.modal-flat h4 {
  font-weight: normal;
}

.modal-flat .sub-header {
  line-height: normal;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding-bottom: 24px;
}

.modal-flat .btn-primary:disabled {
  background: #333333;
  border: none;
  text-shadow: none;
}

.modal-flat .btn-primary:hover,
.modal-flat .btn-primary:focus,
.modal-flat .btn-primary:active {
  border: none;
}

.modal-flat button,
.modal-flat .link {
  -webkit-transition: all(0.2 ease-out);
  transition: all(0.2 ease-out);
  display: block;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 22px;
  font-family: acumin-pro, sans-serif;
  padding: 6px 15px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 2px;
  background: #0076b1;
  color: white;
  border: 0;
  line-height: 20px;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-flat button:hover,
.modal-flat .link:hover {
  -webkit-transition: all(0.2 ease-in);
  transition: all(0.2 ease-in);
  background: #db7c08;
}

.modal-flat textarea,
.modal-flat input,
.modal-flat select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #CCCCCC;
  background: #E2E3E3;
  width: 100%;
  font-size: 16px;
}

.modal-flat input,
.modal-flat textarea {
  padding: 10px;
}

.modal-flat select {
  height: 44px;
}

.modal-flat label {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.modal-flat .RequiredFieldIndicator {
  margin: 10px 0;
}

.modal-flat .modal-body p {
  font-size: 15px;
}

.modal-flat .modal-header {
  background: #065284;
  color: white;
  text-align: left;
  position: relative;
  border: none;
  border-width: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-device-width: 480px) {
  .modal-flat .modal-header {
    text-align: left;
    padding-left: 12px;
  }
}

.modal-flat .modal-header .close {
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: 0;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 25px;
  line-height: 25px;
  font-family: acumin-pro, sans-serif;
  padding: 4px 10px;
  opacity: 1;
}

@media only screen and (max-device-width: 480px) {
  .modal-flat .modal-header .close {
    line-height: 10px;
  }
}

.modal-flat .modal-header .close:hover {
  background: none !important;
}

.modal-flat .modal-header h2 {
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
}

@media only screen and (max-device-width: 480px) {
  .modal-flat .modal-header h2 {
    font-size: 0.8em;
  }
}

.modal-flat .question {
  line-height: normal;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #7d7d7d;
  color: white;
  position: relative;
}

.modal-flat .question:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 7%;
  border-left: 6px solid transparent;
  border-bottom: 12px solid #7d7d7d;
  border-right: 6px solid transparent;
}

.modal-flat .inner-wrap {
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-flat .inner-wrap .prompt {
  text-align: center;
  line-height: 24px;
}

.modal-flat .button-wrap {
  float: right;
}

.modal-flat .button-wrap button.disableButton {
  border: medium none !important;
  background-color: #042 !important;
  -webkit-transition: none !important;
  transition: none !important;
  color: #DDDDDD;
  background: -webkit-gradient(linear, left top, left bottom, from(#4bc2fe), to(#0076b1)) repeat !important;
  background: linear-gradient(to bottom, #4bc2fe 0%, #0076b1 100%) repeat !important;
  cursor: default !important;
  opacity: 0.65 !important;
}

.modal-flat .button-wrap button.disableButton:hover,
.modal-flat .button-wrap button.disableButton:active,
.modal-flat .button-wrap button.disableButton:focus {
  border: medium none !important;
  background-color: #042 !important;
  -webkit-transition: none !important;
  transition: none !important;
  color: #DDDDDD;
  background: -webkit-gradient(linear, left top, left bottom, from(#4bc2fe), to(#0076b1)) repeat !important;
  background: linear-gradient(to bottom, #4bc2fe 0%, #0076b1 100%) repeat !important;
}

.modal-flat .footer {
  padding: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F5f5f5;
  /*background: #0a5f98;*/
}

.modal-flat .footer button {
  margin: 0;
}

/* Modal Flat Nest */
.help-glyph {
  position: relative;
  float: right;
  top: 14px;
  right: 8px;
}

.help-glyph span {
  background: #0076b1;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  position: relative;
}

.help-glyph .help-info {
  opacity: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  visibility: hidden;
  position: absolute;
  top: 10px;
  right: 16px;
  width: 200px;
  background: white;
  padding: 10px;
  font-size: 12px;
  color: #222;
  line-height: 18px;
}

.help-glyph:hover .help-info {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: visible;
}

.help-glyph.abso {
  position: absolute;
  top: 0;
  right: 20px;
}

@media screen and (max-width: 1200px) {
  #welcomeContent {
    width: 43%;
  }
  #welcomeHelp {
    width: 57%;
  }
}

.sc-body {
  margin: 0;
  line-height: normal;
  padding: 0;
  position: relative;
}

.sc-body:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iOTklIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzZkN2UzIi8+PHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNjZWNlY2UiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: radial-gradient(ellipse cover at center, #c6d7e3 0%, #cecece 99%);
  z-index: -1;
}

.sc-body .sc-wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 460px;
}

.sc-body .site-logo {
  position: relative;
  background: url(images/sam-logo-dark.png) no-repeat;
  background-size: 100%;
  width: 140px;
  display: block;
  height: 72px;
  clear: both;
  margin: 40px auto;
}

.sc-body .title.main {
  font-weight: normal;
  color: #444444;
  text-align: center;
  font-size: 20px;
}

.sc-body input {
  border-radius: 2px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 1px rgba(69, 93, 130, 0.35) !important;
  box-shadow: 0 0 0 1px rgba(69, 93, 130, 0.35) !important;
  height: auto;
  border: none !important;
  padding: 26px 0 !important;
  text-align: center;
}

.sc-body .errorLogin {
  background: #944c4c;
  color: white;
  padding: 5px 0;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto -49px auto;
  font-size: 20px;
  position: relative;
  display: block;
}

.sc-body .buttonry {
  margin: 20px auto;
  position: relative;
  width: 100%;
  padding: 0 11%;
}

.sc-body .buttonry .buttons {
  font-size: 16px;
  white-space: nowrap;
  width: 38%;
  float: left;
  text-align: center;
  margin-right: 4%;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sc-body .buttonry .buttons:last-child {
  margin: 0;
}

@media screen and (max-width: 560px) {
  .sc-body .title.main,
  .sc-body .errorLogin {
    font-size: 16px;
  }
  .sc-body .buttonry {
    padding: 0;
  }
  .sc-body .buttonry .buttons {
    width: 48%;
    font-size: 14px;
  }
}

#project-attempt-info td, #project-attempt-info th, #project-attempt-info table {
    border: 1px solid #ddd;
    padding: 2px;
    border-collapse: collapse !important;
    border-spacing: 0px !important;
}


