.overlay-mask {
  width: 100%;
  height: 100%;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.35;
  /*IE 7*/
  filter: alpha(opacity=35);
  /*IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  z-index: 1; }

.confirm-message-overlay {
  top: 235px;
  width: 425px;
  border: 3px solid #FF3300;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: #484848;
  /* Old browsers */
  /* FF3.6+ */
  background: -moz-linear-gradient(top, #484848 0%, #000000 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #484848), color-stop(100%, #000000));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top, #484848 0%, #000000 100%);
  background: -o-linear-gradient(top, #484848 0%, #000000 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #484848 0%, #000000 100%);
  /* IE10+ */
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#000000',GradientType=0 );
  background: linear-gradient(top, #484848 0%, #000000 100%);
  /*W3C*/
  /* put other gradients ere */
  padding-top: 8px;
  padding-left: 18px;
  padding-right: 18px;
  opacity: .95;
  color: white;
  z-index: 2;
  position: absolute;
  -moz-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.95);
  box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.95);
  /*Removed IE8 and below drop shadows*/ }
  .confirm-message-overlay.center-overlay {
    left: 50%;
    position: fixed; }
  .confirm-message-overlay .header-wrap {
    height: 24px; }
  .confirm-message-overlay .header, .confirm-message-overlay .icon {
    display: inline-block;
    *display: inline;
    height: 24px; }
  .confirm-message-overlay .icon {
    width: 24px; }
  .confirm-message-overlay .header {
    font-size: 16px;
    position: absolute;
    line-height: 24px;
    vertical-align: middle;
    padding-left: 5px; }
  .confirm-message-overlay .content {
    margin: 20px 0 0 2px; }
  .confirm-message-overlay hr {
    border-color: #575756;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #575756;
    width: 100%;
    margin-top: 5px; }
  .confirm-message-overlay .buttons {
    width: 100%;
    margin-top: 30px;
    *margin-top: 15px;
    /* IE7 Hack */
    margin-bottom: 30px;
    text-align: center; }
    .confirm-message-overlay .buttons .battery-delete-btn-left, .confirm-message-overlay .buttons .battery-delete-btn-right {
      display: inline-block;
      width: 146px;
      height: 29px;
      background-color: #FFFFFF;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #CFCEC8));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
      background: -o-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CFCEC8',GradientType=0 );
      background: linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
      /*W3C*/
      /* put other gradients ere */
      color: black; }
      .confirm-message-overlay .buttons .battery-delete-btn-left:hover, .confirm-message-overlay .buttons .battery-delete-btn-right:hover {
        background-color: #CFCEC8;
        /* Old browsers */
        /* FF3.6+ */
        background: -moz-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
        /* Chrome,Safari4+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CFCEC8), color-stop(100%, #CFCEC8));
        /* Chrome10+,Safari5.1+ */
        background: -webkit-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
        background: -o-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
        /* Opera11.10+ */
        background: -ms-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
        /* IE10+ */
        /* IE6-9 */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CFCEC8', endColorstr='#CFCEC8',GradientType=0 );
        background: linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
        /*W3C*/
        /* put other gradients ere */ }
    .confirm-message-overlay .buttons .battery-delete-btn-left {
      margin-right: 30px; }
    .confirm-message-overlay .buttons button {
      text-shadow: 1px 1px #c0c0c0; }
  .confirm-message-overlay a {
    color: #24C1D0; }
  .confirm-message-overlay a:hover {
    color: #74F3FF; }

.confirm-message-overlay.administeredTogether-overlay {
  border: 3px solid #F0F0F1;
  opacity: 1; }
  .confirm-message-overlay.administeredTogether-overlay .buttons .battery-delete-btn-right {
    width: 120px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px; }
  .confirm-message-overlay.administeredTogether-overlay .icon {
    width: 0px; }

.confirm-message-overlay.doc-overlay {
  width: 90%;
  height: 500px;
  overflow: hidden; }
  .confirm-message-overlay.doc-overlay .doc-overlay-scroll {
    overflow-y: scroll;
    height: 380px; }
    .confirm-message-overlay.doc-overlay .doc-overlay-scroll ul {
      margin-left: 36px;
      list-style-type: disc; }
    .confirm-message-overlay.doc-overlay .doc-overlay-scroll ol {
      margin-right: 10px;
      margin-left: 1px; }

/*This is for the log in page, since this page was made to be pretty bare bones, the overlay used to display the
privacy and terms docs was a little off in the styling and this is to remedy that*/
.confirm-message-overlay.doc-overlay.login-page-overlay {
  left: 290px;
  top: 150px;
  position: fixed; }
  .confirm-message-overlay.doc-overlay.login-page-overlay .doc-overlay-scroll ol {
    margin-left: -39px;
    *margin-left: 0px; }
  .confirm-message-overlay.doc-overlay.login-page-overlay .doc-overlay-scroll ul {
    margin-left: 0px;
    *margin-left: 36px;
    /*IE hack to show list bullets*/ }

.action_battery_index .confirm-message-overlay, .action_battery_index .overlay-mask, .action_createAssessment_chooseBattery .confirm-message-overlay, .action_createAssessment_chooseBattery .overlay-mask {
  z-index: 9999999; }

.collapsible {
  display: inline-block;
  width: 345px; }
  html.lt-ie9 .collapsible, html.lt-ie9 .collapsible * {
    filter: inherit; }
  .collapsible article {
    position: relative;
    display: inline-block;
    width: 285px;
    margin-bottom: 0px;
    margin-top: 5px;
    overflow: hidden;
    min-height: 20px;
    max-height: 20px;
    -moz-transition: max-height 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out; }
    .collapsible article .subject {
      font-weight: bold; }
    .collapsible article .collapsed-text {
      position: absolute;
      top: 0px;
      left: 0px;
      white-space: nowrap;
      -moz-transition: opacity 0.5s ease-out;
      -webkit-transition: opacity 0.5s ease-out;
      transition: opacity 0.5s ease-out; }
    .collapsible article .detailed-info {
      opacity: 0.0;
      -moz-transition: opacity 0.5s ease-out;
      -webkit-transition: opacity 0.5s ease-out;
      transition: opacity 0.5s ease-out; }
  .collapsible .collapse {
    width: 295px; }
  .collapsible .expand {
    max-height: 200px; }
  .collapsible .btn-collapse {
    position: relative;
    width: 48px;
    margin: 0px;
    padding: 0px;
    padding-left: 17px;
    margin-right: 5px;
    text-align: left;
    float: right;
    -moz-transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
    .collapsible .btn-collapse:hover {
      color: black !important; }
    .collapsible .btn-collapse.triangle-up::before {
      content: '';
      position: absolute;
      top: 8px;
      left: 2px;
      border: 5px solid #808080;
      border-top-color: transparent;
      border-left-color: transparent;
      border-right-color: transparent; }
    .collapsible .btn-collapse.triangle-down::before {
      content: '';
      position: absolute;
      top: 12px;
      left: 2px;
      border: 5px solid #808080;
      border-bottom-color: transparent;
      border-left-color: transparent;
      border-right-color: transparent; }

body {
  background-color: #FAF9F0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", Tahoma, sans-serif;
  *font-family: Helvetica, Arial, Tahoma, sans-serif;
  font-size: 14px;
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10px; }

form {
  width: 100%; }

ol, ul {
  list-style: none; }

.show-list ul {
  list-style-type: disc;
  list-style-position: inside; }
.show-list ol {
  list-style-type: decimal;
  list-style-position: inside; }

ol.g-nav-list,
ul.g-nav-list {
  margin: 0 10px 10px;
  list-style: none; }

p {
  padding: 0;
  margin: 0; }

table {
  width: 100%; }
  table thead .sortable, table .battery-header th {
    font-weight: bold;
    font-size: 12px; }
    table thead .sortable a, table .battery-header th a {
      vertical-align: top;
      /* Chrome workaround for a:after not being clickable as part of the link */ }
    table thead .sortable.asc a:after, table thead .sortable.asc a, table .battery-header th.asc a:after, table .battery-header th.asc a {
      after: "\25b2"; }
    table thead .sortable.asc a:after, table thead .sortable.asc a .after, table .battery-header th.asc a:after, table .battery-header th.asc a .after {
      content: "\25b2"; }
    table thead .sortable.desc a:after, table thead .sortable.desc a, table .battery-header th.desc a:after, table .battery-header th.desc a {
      after: "\25bc"; }
    table thead .sortable.desc a:after, table thead .sortable.desc a .after, table .battery-header th.desc a:after, table .battery-header th.desc a .after {
      content: "\25bc"; }
  table.standard-list {
    border-top: solid 1px #E4E4E4;
    border-bottom: solid 1px #E4E4E4; }
    table.standard-list td {
      vertical-align: middle;
      border-bottom: solid 1px #E4E4E4;
      padding-top: 5px;
      padding-bottom: 5px; }
    table.standard-list colgroup {
      display: table-cell;
      float: none; }
    table.standard-list tr:last-child td {
      border-bottom-width: 0px; }

.dashboard-msg-section header {
  font-weight: bold;
  margin-left: 10px;
  font-size: 18px; }
.dashboard-msg-section .dashboard-msg-container {
  background-color: white;
  border: 1px solid silver;
  margin-top: 5px;
  padding-right: 10px;
  margin-bottom: 20px;
  min-height: 44px;
  max-height: 173px;
  overflow: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  /*Removed IE8 and below drop shadows*/ }
  .dashboard-msg-section .dashboard-msg-container .no-active-message {
    display: block;
    padding: 11px 10px;
    height: 20px;
    text-align: center;
    font-style: italic;
    color: gray; }
  .dashboard-msg-section .dashboard-msg-container .active-dashboard-msg-row {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid silver;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .dashboard-msg-section .dashboard-msg-container .active-dashboard-msg-row > span {
      display: inline-block;
      vertical-align: top;
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .dashboard-msg-section .dashboard-msg-container .active-dashboard-msg-row .active-msg-content {
      width: 85%;
      line-height: 20px; }
      .dashboard-msg-section .dashboard-msg-container .active-dashboard-msg-row .active-msg-content .active-msg-icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-left: 5px;
        vertical-align: top; }
      .dashboard-msg-section .dashboard-msg-container .active-dashboard-msg-row .active-msg-content .collapsible {
        width: 740px; }
        .dashboard-msg-section .dashboard-msg-container .active-dashboard-msg-row .active-msg-content .collapsible article {
          width: 670px; }
        .dashboard-msg-section .dashboard-msg-container .active-dashboard-msg-row .active-msg-content .collapsible .collapse {
          width: 715px; }
        .dashboard-msg-section .dashboard-msg-container .active-dashboard-msg-row .active-msg-content .collapsible .expand {
          max-height: 150px; }
    .dashboard-msg-section .dashboard-msg-container .active-dashboard-msg-row .active-msg-scheduleDate {
      font-style: italic;
      float: right;
      color: #808080;
      margin-top: 7px; }
  .dashboard-msg-section .dashboard-msg-container .no-bg-btn {
    background: transparent;
    border-width: 0px;
    -moz-box-shadow: 0 0 0px 0px transparent;
    -webkit-box-shadow: 0 0 0px 0px transparent;
    box-shadow: 0 0 0px 0px transparent;
    /*Removed IE8 and below drop shadows*/
    color: #808080;
    text-shadow: none;
    margin-right: 10px; }
    html.lt-ie10 .dashboard-msg-section .dashboard-msg-container .no-bg-btn {
      filter: none; }
  .dashboard-msg-section .dashboard-msg-container .outage-messaging {
    background: transparent url("../../images/OrangeExclamation.png") no-repeat center; }
  .dashboard-msg-section .dashboard-msg-container .news-and-updates-messaging {
    background: transparent url("../../images/GreenExclamation.png") no-repeat center;
    background-size: 24px 24px; }
  .dashboard-msg-section .dashboard-msg-container .license-expiration {
    background: transparent url("../../images/YellowExclamation.png") no-repeat center; }

.padT0 {
  padding-top: 0px; }

.padR0 {
  padding-right: 0px; }

.padB0 {
  padding-bottom: 0px; }

.padL0 {
  padding-left: 0px; }

.padV0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.padH0 {
  padding-left: 0px;
  padding-right: 0px; }

.pad0 {
  padding: 0px; }

.padT5 {
  padding-top: 5px; }

.padR5 {
  padding-right: 5px; }

.padB5 {
  padding-bottom: 5px; }

.padL5 {
  padding-left: 5px; }

.padV5, ol.sorter-list li {
  padding-top: 5px;
  padding-bottom: 5px; }

.padH5 {
  padding-left: 5px;
  padding-right: 5px; }

.pad5 {
  padding: 5px; }

.padT10 {
  padding-top: 10px; }

.padR10 {
  padding-right: 10px; }

.padB10 {
  padding-bottom: 10px; }

.padL10 {
  padding-left: 10px; }

.padV10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.padH10 {
  padding-left: 10px;
  padding-right: 10px; }

.pad10 {
  padding: 10px; }

.padT15 {
  padding-top: 15px; }

.padR15 {
  padding-right: 15px; }

.padB15 {
  padding-bottom: 15px; }

.padL15 {
  padding-left: 15px; }

.padV15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.padH15 {
  padding-left: 15px;
  padding-right: 15px; }

.pad15 {
  padding: 15px; }

.padT20 {
  padding-top: 20px; }

.padR20 {
  padding-right: 20px; }

.padB20 {
  padding-bottom: 20px; }

.padL20 {
  padding-left: 20px; }

.padV20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padH20 {
  padding-left: 20px;
  padding-right: 20px; }

.pad20 {
  padding: 20px; }

.padT40 {
  padding-top: 40px; }

.padR40 {
  padding-right: 40px; }

.padB40 {
  padding-bottom: 40px; }

.padL40 {
  padding-left: 40px; }

.padV40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.padH40 {
  padding-left: 40px;
  padding-right: 40px; }

.pad40 {
  padding: 40px; }

.marginT0 {
  margin-top: 0px; }

.marginR0 {
  margin-right: 0px; }

.marginB0 {
  margin-bottom: 0px; }

.marginL0 {
  margin-left: 0px; }

.marginV0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.marginH0 {
  margin-left: 0px;
  margin-right: 0px; }

.margin0 {
  margin: 0px; }

.marginT5 {
  margin-top: 5px; }

.marginR5 {
  margin-right: 5px; }

.marginB5 {
  margin-bottom: 5px; }

.marginL5 {
  margin-left: 5px; }

.marginV5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.marginH5 {
  margin-left: 5px;
  margin-right: 5px; }

.margin5 {
  margin: 5px; }

.marginT10 {
  margin-top: 10px; }

.marginR10 {
  margin-right: 10px; }

.marginB10 {
  margin-bottom: 10px; }

.marginL10 {
  margin-left: 10px; }

.marginV10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.marginH10 {
  margin-left: 10px;
  margin-right: 10px; }

.margin10 {
  margin: 10px; }

.marginT15 {
  margin-top: 15px; }

.marginR15 {
  margin-right: 15px; }

.marginB15 {
  margin-bottom: 15px; }

.marginL15 {
  margin-left: 15px; }

.marginV15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.marginH15 {
  margin-left: 15px;
  margin-right: 15px; }

.margin15 {
  margin: 15px; }

.marginT20 {
  margin-top: 20px; }

.marginR20 {
  margin-right: 20px; }

.marginB20 {
  margin-bottom: 20px; }

.marginL20 {
  margin-left: 20px; }

.marginV20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.marginH20 {
  margin-left: 20px;
  margin-right: 20px; }

.margin20 {
  margin: 20px; }

.marginT25 {
  margin-top: 25px; }

.marginR25 {
  margin-right: 25px; }

.marginB25 {
  margin-bottom: 25px; }

.marginL25 {
  margin-left: 25px; }

.marginV25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.marginH25 {
  margin-left: 25px;
  margin-right: 25px; }

.margin25 {
  margin: 25px; }

.marginT30 {
  margin-top: 30px; }

.marginR30 {
  margin-right: 30px; }

.marginB30 {
  margin-bottom: 30px; }

.marginL30 {
  margin-left: 30px; }

.marginV30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.marginH30 {
  margin-left: 30px;
  margin-right: 30px; }

.margin30 {
  margin: 30px; }

.marginT40 {
  margin-top: 40px; }

.marginR40 {
  margin-right: 40px; }

.marginB40 {
  margin-bottom: 40px; }

.marginL40 {
  margin-left: 40px; }

.marginV40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.marginH40 {
  margin-left: 40px;
  margin-right: 40px; }

.margin40 {
  margin: 40px; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.block {
  display: block; }

.inline {
  display: inline; }

.width50 {
  width: 50%; }

.width100 {
  width: 100%; }

.height50 {
  height: 50%; }

.height100 {
  height: 100%; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.hidden {
  display: none; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.relative, .z1Rel, .z2Rel, .z3Rel, .z4Rel, .z5Rel {
  position: relative; }

.absolute, .z1Abs, .z2Abs, .z3Abs, .z4Abs, .z5Abs {
  position: absolute; }

.z1, .z1Abs, .z1Rel {
  z-index: 1; }

.z2, .z2Abs, .z2Rel {
  z-index: 2; }

.z3, .z3Abs, .z3Rel {
  z-index: 3; }

.z4, .z4Abs, .z4Rel {
  z-index: 4; }

.z5, .z5Abs, .z5Rel {
  z-index: 5; }

.zoom1 {
  zoom: 1; }

.horizontalLine {
  border-top: 1px solid #6D6D6D;
  margin: 10px 0 10px 0; }

.separator {
  margin-bottom: 10px;
  border-bottom: 1px dotted #6D6D6D; }

.leftSep {
  border-left: 1px dotted #6D6D6D; }

.practice {
  border-bottom-left-radius: 0 !important;
  table-layout: fixed !important; }

.g-shadow-box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.12);
  /*Removed IE8 and below drop shadows*/
  background: #FFFFFF;
  /** IE-7 fix if we don't have a border, the bg will be transparent */
  *border-color: #E4E4E4;
  *border-style: solid;
  *border-width: 1px; }
  .g-shadow-box > h3 {
    margin: 0 10px; }
  .g-shadow-box hr {
    border-color: #E4E4E4;
    border-style: solid;
    border-width: 1px 0 0;
    margin: 8px 0; }
  .g-shadow-box.theme-alternate {
    background: #F0EFE6;
    color: #666666; }

.g-shadow-box-ie-table-fixup-wrapper {
  position: relative; }
  .g-shadow-box-ie-table-fixup-wrapper table {
    position: relative;
    zoom: 1; }

.g-shadow-box-ie-table-fixup {
  position: absolute;
  width: 100%;
  bottom: 0; }

table.g-shadow-box {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -moz-box-shadow: 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  /*Removed IE8 and below drop shadows*/
  filter: '';
  background: transparent; }
  table.g-shadow-box thead th {
    padding: 8px 0px; }
    table.g-shadow-box thead th.col-pad {
      padding: 0;
      width: 20px; }
    table.g-shadow-box thead th.status {
      width: 60px; }
    table.g-shadow-box thead th.date {
      width: 105px; }
    table.g-shadow-box thead th.instance {
      width: 360px; }
  table.g-shadow-box tbody tr:last-child td,
  table.g-shadow-box tbody tr td:last-child {
    position: relative;
    -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.12);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.12);
    /*Removed IE8 and below drop shadows*/
    filter: '';
    border-bottom: 0px; }
    table.g-shadow-box tbody tr:last-child td.no-border,
    table.g-shadow-box tbody tr td:last-child.no-border {
      -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12);
      /*Removed IE8 and below drop shadows*/ }
  table.g-shadow-box tbody tr td {
    padding: 8px 0;
    border-style: solid;
    border-color: #E4E4E4;
    background: #FFFFFF;
    vertical-align: middle; }
    table.g-shadow-box tbody tr td:first-child {
      border-left: solid 2px #f5f4eb;
      border-width: 0; }
    table.g-shadow-box tbody tr td.padH5 {
      width: 20px; }
    table.g-shadow-box tbody tr td:last-child {
      border-width: 0; }
    table.g-shadow-box tbody tr td.status {
      width: 60px; }
    table.g-shadow-box tbody tr td.date {
      width: 105px; }
    table.g-shadow-box tbody tr td.instance {
      width: 360px; }
  table.g-shadow-box tbody tr:first-child td:first-child {
    border-radius: 5px 0px 0px 0px;
    -webkit-border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px; }
  table.g-shadow-box tbody tr:first-child td:last-child {
    border-radius: 0px 5px 0px 0px;
    -webkit-border-radius: 0px 5px 0px 0px;
    -moz-border-radius: 0px 5px 0px 0px; }
  table.g-shadow-box tbody tr:last-child td:first-child {
    border-radius: 0px 0px 0px 5px;
    -webkit-border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px; }
  table.g-shadow-box tbody tr:last-child td:last-child {
    border-radius: 0px 0px 5px 0px;
    -webkit-border-radius: 0px 0px 5px 0px;
    -moz-border-radius: 0px 0px 5px 0px; }
  table.g-shadow-box tbody tr:first-child:last-child td:first-child {
    border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px; }
  table.g-shadow-box tbody tr:first-child:last-child td:last-child {
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px; }
  table.g-shadow-box.callout-header thead hr {
    border-color: #c9c8bf; }
  table.g-shadow-box.callout-header thead th {
    border-color: #E4E4E4;
    background: #F0EFE6;
    -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.12);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.12);
    /*Removed IE8 and below drop shadows*/
    filter: ''; }
  table.g-shadow-box.callout-header thead tr:first-child th:first-child {
    border-radius: 5px 0px 0px 0px;
    -webkit-border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px; }
  table.g-shadow-box.callout-header thead tr:first-child th:last-child {
    border-radius: 0px 5px 0px 0px;
    -webkit-border-radius: 0px 5px 0px 0px;
    -moz-border-radius: 0px 5px 0px 0px; }
  table.g-shadow-box.callout-header thead tr:first-child th:first-child:last-child {
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px; }
  table.g-shadow-box.callout-header tbody tr:first-child td:first-child {
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px; }
  table.g-shadow-box.callout-header tbody tr:first-child td:last-child {
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px; }
  table.g-shadow-box.callout-header tbody tr:last-child td:first-child {
    border-radius: 0px 0px 0px 5px;
    -webkit-border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px; }
  table.g-shadow-box.callout-header tbody tr:last-child td:last-child {
    border-radius: 0px 0px 5px 0px;
    -webkit-border-radius: 0px 0px 5px 0px;
    -moz-border-radius: 0px 0px 5px 0px; }

li.g-shadow-box {
  margin-bottom: 10px; }

.assessment-container .assessment-history-data.g-shadow-box tr:first-child th:first-child {
  border-radius: 0px;
  -webkit-border-radius: 0px; }

input[type='submit'],
button:not(.btn):not([class^="QSIWebResponsiveDialog"]),
a.button {
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0px rgba(255, 255, 255, 0.4);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='rgba(255,255,255,.4)')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='rgba(255,255,255,.4)');
  vertical-align: middle;
  height: 29px;
  width: 100%;
  cursor: pointer;
  color: #FFFFFF;
  font: 12px "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", Tahoma, sans-serif;
  *font: 12px Helvetica, Arial, Tahoma, sans-serif;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
  background-color: #C5C6B4;
  /* Old browsers */
  /* FF3.6+ */
  background: -moz-linear-gradient(top, #C5C6B4 0%, #878777 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C5C6B4), color-stop(100%, #878777));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top, #C5C6B4 0%, #878777 100%);
  background: -o-linear-gradient(top, #C5C6B4 0%, #878777 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #C5C6B4 0%, #878777 100%);
  /* IE10+ */
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C5C6B4', endColorstr='#878777',GradientType=0 );
  background: linear-gradient(top, #C5C6B4 0%, #878777 100%);
  /*W3C*/
  /* put other gradients ere */ }
  input[type='submit']:hover,
  button:not(.btn):not([class^="QSIWebResponsiveDialog"]):hover,
  a.button:hover {
    background-color: #878777;
    /* Old browsers */
    /* FF3.6+ */
    background: -moz-linear-gradient(top, #878777 0%, #878777 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #878777), color-stop(100%, #878777));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, #878777 0%, #878777 100%);
    background: -o-linear-gradient(top, #878777 0%, #878777 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #878777 0%, #878777 100%);
    /* IE10+ */
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878777', endColorstr='#878777',GradientType=0 );
    background: linear-gradient(top, #878777 0%, #878777 100%);
    /*W3C*/
    /* put other gradients ere */ }
  input[type='submit']:active,
  button:not(.btn):not([class^="QSIWebResponsiveDialog"]):active,
  a.button:active {
    background-color: #81E6F1;
    /* Old browsers */
    /* FF3.6+ */
    background: -moz-linear-gradient(top, #81E6F1 0%, #18BDCE 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #81E6F1), color-stop(100%, #18BDCE));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, #81E6F1 0%, #18BDCE 100%);
    background: -o-linear-gradient(top, #81E6F1 0%, #18BDCE 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #81E6F1 0%, #18BDCE 100%);
    /* IE10+ */
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81E6F1', endColorstr='#18BDCE',GradientType=0 );
    background: linear-gradient(top, #81E6F1 0%, #18BDCE 100%);
    /*W3C*/
    /* put other gradients ere */ }
  input[type='submit'][disabled],
  button:not(.btn):not([class^="QSIWebResponsiveDialog"])[disabled],
  a.button[disabled] {
    cursor: default;
    background-color: #878777;
    /* Old browsers */
    /* FF3.6+ */
    background: -moz-linear-gradient(top, #878777 0%, #878777 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #878777), color-stop(100%, #878777));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, #878777 0%, #878777 100%);
    background: -o-linear-gradient(top, #878777 0%, #878777 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #878777 0%, #878777 100%);
    /* IE10+ */
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878777', endColorstr='#878777',GradientType=0 );
    background: linear-gradient(top, #878777 0%, #878777 100%);
    /*W3C*/
    /* put other gradients ere */ }
  input[type='submit'].practiceBtn,
  button:not(.btn):not([class^="QSIWebResponsiveDialog"]).practiceBtn,
  a.button.practiceBtn {
    background-color: rgba(106, 112, 112, 0.6);
    /* Old browsers */
    /* FF3.6+ */
    background: -moz-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(106, 112, 112, 0.6)), color-stop(100%, #6a7070));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
    background: -o-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
    /* IE10+ */
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(106, 112, 112, 0.6)', endColorstr='#6a7070',GradientType=0 );
    background: linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
    /*W3C*/
    /* put other gradients ere */ }
    input[type='submit'].practiceBtn:hover,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).practiceBtn:hover,
    a.button.practiceBtn:hover {
      background-color: #6a7070;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #6a7070 0%, #6a7070 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a7070), color-stop(100%, #6a7070));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #6a7070 0%, #6a7070 100%);
      background: -o-linear-gradient(top, #6a7070 0%, #6a7070 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #6a7070 0%, #6a7070 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a7070', endColorstr='#6a7070',GradientType=0 );
      background: linear-gradient(top, #6a7070 0%, #6a7070 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].practiceBtn:active,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).practiceBtn:active,
    a.button.practiceBtn:active {
      background-color: rgba(106, 112, 112, 0.6);
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(106, 112, 112, 0.6)), color-stop(100%, #6a7070));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
      background: -o-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(106, 112, 112, 0.6)', endColorstr='#6a7070',GradientType=0 );
      background: linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].practiceBtn[disabled],
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).practiceBtn[disabled],
    a.button.practiceBtn[disabled] {
      cursor: default;
      background-color: #6a7070;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #6a7070 0%, #6a7070 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a7070), color-stop(100%, #6a7070));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #6a7070 0%, #6a7070 100%);
      background: -o-linear-gradient(top, #6a7070 0%, #6a7070 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #6a7070 0%, #6a7070 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a7070', endColorstr='#6a7070',GradientType=0 );
      background: linear-gradient(top, #6a7070 0%, #6a7070 100%);
      /*W3C*/
      /* put other gradients ere */ }
  input[type='submit']:hover,
  button:not(.btn):not([class^="QSIWebResponsiveDialog"]):hover,
  a.button:hover {
    color: #FFFFFF; }
  input[type='submit'].btn-cta,
  button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-cta,
  a.button.btn-cta {
    color: #FFFFFF;
    background-color: #5AD1DC;
    /* Old browsers */
    /* FF3.6+ */
    background: -moz-linear-gradient(top, #5AD1DC 0%, #1B8A94 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5AD1DC), color-stop(100%, #1B8A94));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, #5AD1DC 0%, #1B8A94 100%);
    background: -o-linear-gradient(top, #5AD1DC 0%, #1B8A94 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #5AD1DC 0%, #1B8A94 100%);
    /* IE10+ */
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5AD1DC', endColorstr='#1B8A94',GradientType=0 );
    background: linear-gradient(top, #5AD1DC 0%, #1B8A94 100%);
    /*W3C*/
    /* put other gradients ere */ }
    input[type='submit'].btn-cta:hover,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-cta:hover,
    a.button.btn-cta:hover {
      background-color: #1B8A94;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #1B8A94 0%, #1B8A94 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1B8A94), color-stop(100%, #1B8A94));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #1B8A94 0%, #1B8A94 100%);
      background: -o-linear-gradient(top, #1B8A94 0%, #1B8A94 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #1B8A94 0%, #1B8A94 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B8A94', endColorstr='#1B8A94',GradientType=0 );
      background: linear-gradient(top, #1B8A94 0%, #1B8A94 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].btn-cta:active,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-cta:active,
    a.button.btn-cta:active {
      background-color: #81E6F1;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #81E6F1 0%, #18BDCE 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #81E6F1), color-stop(100%, #18BDCE));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #81E6F1 0%, #18BDCE 100%);
      background: -o-linear-gradient(top, #81E6F1 0%, #18BDCE 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #81E6F1 0%, #18BDCE 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81E6F1', endColorstr='#18BDCE',GradientType=0 );
      background: linear-gradient(top, #81E6F1 0%, #18BDCE 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].btn-cta[disabled],
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-cta[disabled],
    a.button.btn-cta[disabled] {
      cursor: default;
      background-color: #1B8A94;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #1B8A94 0%, #1B8A94 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1B8A94), color-stop(100%, #1B8A94));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #1B8A94 0%, #1B8A94 100%);
      background: -o-linear-gradient(top, #1B8A94 0%, #1B8A94 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #1B8A94 0%, #1B8A94 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B8A94', endColorstr='#1B8A94',GradientType=0 );
      background: linear-gradient(top, #1B8A94 0%, #1B8A94 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].btn-cta.practiceBtn,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-cta.practiceBtn,
    a.button.btn-cta.practiceBtn {
      background-color: rgba(106, 112, 112, 0.6);
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(106, 112, 112, 0.6)), color-stop(100%, #6a7070));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
      background: -o-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(106, 112, 112, 0.6)', endColorstr='#6a7070',GradientType=0 );
      background: linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
      /*W3C*/
      /* put other gradients ere */ }
      input[type='submit'].btn-cta.practiceBtn:hover,
      button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-cta.practiceBtn:hover,
      a.button.btn-cta.practiceBtn:hover {
        background-color: #6a7070;
        /* Old browsers */
        /* FF3.6+ */
        background: -moz-linear-gradient(top, #6a7070 0%, #6a7070 100%);
        /* Chrome,Safari4+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a7070), color-stop(100%, #6a7070));
        /* Chrome10+,Safari5.1+ */
        background: -webkit-linear-gradient(top, #6a7070 0%, #6a7070 100%);
        background: -o-linear-gradient(top, #6a7070 0%, #6a7070 100%);
        /* Opera11.10+ */
        background: -ms-linear-gradient(top, #6a7070 0%, #6a7070 100%);
        /* IE10+ */
        /* IE6-9 */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a7070', endColorstr='#6a7070',GradientType=0 );
        background: linear-gradient(top, #6a7070 0%, #6a7070 100%);
        /*W3C*/
        /* put other gradients ere */ }
      input[type='submit'].btn-cta.practiceBtn:active,
      button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-cta.practiceBtn:active,
      a.button.btn-cta.practiceBtn:active {
        background-color: rgba(106, 112, 112, 0.6);
        /* Old browsers */
        /* FF3.6+ */
        background: -moz-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
        /* Chrome,Safari4+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(106, 112, 112, 0.6)), color-stop(100%, #6a7070));
        /* Chrome10+,Safari5.1+ */
        background: -webkit-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
        background: -o-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
        /* Opera11.10+ */
        background: -ms-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
        /* IE10+ */
        /* IE6-9 */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(106, 112, 112, 0.6)', endColorstr='#6a7070',GradientType=0 );
        background: linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
        /*W3C*/
        /* put other gradients ere */ }
      input[type='submit'].btn-cta.practiceBtn[disabled],
      button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-cta.practiceBtn[disabled],
      a.button.btn-cta.practiceBtn[disabled] {
        cursor: default;
        background-color: #6a7070;
        /* Old browsers */
        /* FF3.6+ */
        background: -moz-linear-gradient(top, #6a7070 0%, #6a7070 100%);
        /* Chrome,Safari4+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a7070), color-stop(100%, #6a7070));
        /* Chrome10+,Safari5.1+ */
        background: -webkit-linear-gradient(top, #6a7070 0%, #6a7070 100%);
        background: -o-linear-gradient(top, #6a7070 0%, #6a7070 100%);
        /* Opera11.10+ */
        background: -ms-linear-gradient(top, #6a7070 0%, #6a7070 100%);
        /* IE10+ */
        /* IE6-9 */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a7070', endColorstr='#6a7070',GradientType=0 );
        background: linear-gradient(top, #6a7070 0%, #6a7070 100%);
        /*W3C*/
        /* put other gradients ere */ }
  input[type='submit'].btn-secondary,
  button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-secondary,
  a.button.btn-secondary {
    color: #FFFFFF;
    background-color: #828282;
    /* Old browsers */
    /* FF3.6+ */
    background: -moz-linear-gradient(top, #828282 0%, #000000 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #828282), color-stop(100%, #000000));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, #828282 0%, #000000 100%);
    background: -o-linear-gradient(top, #828282 0%, #000000 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #828282 0%, #000000 100%);
    /* IE10+ */
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#000000',GradientType=0 );
    background: linear-gradient(top, #828282 0%, #000000 100%);
    /*W3C*/
    /* put other gradients ere */ }
    input[type='submit'].btn-secondary:hover,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-secondary:hover,
    a.button.btn-secondary:hover {
      background-color: #000000;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #000000 0%, #000000 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #000000));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
      background: -o-linear-gradient(top, #000000 0%, #000000 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #000000 0%, #000000 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
      background: linear-gradient(top, #000000 0%, #000000 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].btn-secondary:active,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-secondary:active,
    a.button.btn-secondary:active {
      background-color: #828282;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #828282 0%, #000000 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #828282), color-stop(100%, #000000));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #828282 0%, #000000 100%);
      background: -o-linear-gradient(top, #828282 0%, #000000 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #828282 0%, #000000 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#000000',GradientType=0 );
      background: linear-gradient(top, #828282 0%, #000000 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].btn-secondary[disabled],
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-secondary[disabled],
    a.button.btn-secondary[disabled] {
      cursor: default;
      background-color: #000000;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #000000 0%, #000000 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #000000));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
      background: -o-linear-gradient(top, #000000 0%, #000000 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #000000 0%, #000000 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
      background: linear-gradient(top, #000000 0%, #000000 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].btn-secondary.practiceBtn,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-secondary.practiceBtn,
    a.button.btn-secondary.practiceBtn {
      background-color: rgba(106, 112, 112, 0.6);
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(106, 112, 112, 0.6)), color-stop(100%, #6a7070));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
      background: -o-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(106, 112, 112, 0.6)', endColorstr='#6a7070',GradientType=0 );
      background: linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
      /*W3C*/
      /* put other gradients ere */ }
      input[type='submit'].btn-secondary.practiceBtn:hover,
      button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-secondary.practiceBtn:hover,
      a.button.btn-secondary.practiceBtn:hover {
        background-color: #6a7070;
        /* Old browsers */
        /* FF3.6+ */
        background: -moz-linear-gradient(top, #6a7070 0%, #6a7070 100%);
        /* Chrome,Safari4+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a7070), color-stop(100%, #6a7070));
        /* Chrome10+,Safari5.1+ */
        background: -webkit-linear-gradient(top, #6a7070 0%, #6a7070 100%);
        background: -o-linear-gradient(top, #6a7070 0%, #6a7070 100%);
        /* Opera11.10+ */
        background: -ms-linear-gradient(top, #6a7070 0%, #6a7070 100%);
        /* IE10+ */
        /* IE6-9 */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a7070', endColorstr='#6a7070',GradientType=0 );
        background: linear-gradient(top, #6a7070 0%, #6a7070 100%);
        /*W3C*/
        /* put other gradients ere */ }
      input[type='submit'].btn-secondary.practiceBtn:active,
      button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-secondary.practiceBtn:active,
      a.button.btn-secondary.practiceBtn:active {
        background-color: rgba(106, 112, 112, 0.6);
        /* Old browsers */
        /* FF3.6+ */
        background: -moz-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
        /* Chrome,Safari4+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(106, 112, 112, 0.6)), color-stop(100%, #6a7070));
        /* Chrome10+,Safari5.1+ */
        background: -webkit-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
        background: -o-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
        /* Opera11.10+ */
        background: -ms-linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
        /* IE10+ */
        /* IE6-9 */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(106, 112, 112, 0.6)', endColorstr='#6a7070',GradientType=0 );
        background: linear-gradient(top, rgba(106, 112, 112, 0.6) 0%, #6a7070 100%);
        /*W3C*/
        /* put other gradients ere */ }
      input[type='submit'].btn-secondary.practiceBtn[disabled],
      button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-secondary.practiceBtn[disabled],
      a.button.btn-secondary.practiceBtn[disabled] {
        cursor: default;
        background-color: #6a7070;
        /* Old browsers */
        /* FF3.6+ */
        background: -moz-linear-gradient(top, #6a7070 0%, #6a7070 100%);
        /* Chrome,Safari4+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a7070), color-stop(100%, #6a7070));
        /* Chrome10+,Safari5.1+ */
        background: -webkit-linear-gradient(top, #6a7070 0%, #6a7070 100%);
        background: -o-linear-gradient(top, #6a7070 0%, #6a7070 100%);
        /* Opera11.10+ */
        background: -ms-linear-gradient(top, #6a7070 0%, #6a7070 100%);
        /* IE10+ */
        /* IE6-9 */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a7070', endColorstr='#6a7070',GradientType=0 );
        background: linear-gradient(top, #6a7070 0%, #6a7070 100%);
        /*W3C*/
        /* put other gradients ere */ }
  input[type='submit'].btn-destructive,
  button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-destructive,
  a.button.btn-destructive {
    color: #FFFFFF;
    background-color: #f0c7c8;
    /* Old browsers */
    /* FF3.6+ */
    background: -moz-linear-gradient(top, #f0c7c8 0%, #dc3c38 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0c7c8), color-stop(100%, #dc3c38));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, #f0c7c8 0%, #dc3c38 100%);
    background: -o-linear-gradient(top, #f0c7c8 0%, #dc3c38 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f0c7c8 0%, #dc3c38 100%);
    /* IE10+ */
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c7c8', endColorstr='#dc3c38',GradientType=0 );
    background: linear-gradient(top, #f0c7c8 0%, #dc3c38 100%);
    /*W3C*/
    /* put other gradients ere */ }
    input[type='submit'].btn-destructive:hover,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-destructive:hover,
    a.button.btn-destructive:hover {
      background-color: #dc3c38;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #dc3c38 0%, #dc3c38 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc3c38), color-stop(100%, #dc3c38));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #dc3c38 0%, #dc3c38 100%);
      background: -o-linear-gradient(top, #dc3c38 0%, #dc3c38 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #dc3c38 0%, #dc3c38 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc3c38', endColorstr='#dc3c38',GradientType=0 );
      background: linear-gradient(top, #dc3c38 0%, #dc3c38 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].btn-destructive:active,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-destructive:active,
    a.button.btn-destructive:active {
      background-color: #dc3c38;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #dc3c38 0%, #dc3c38 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc3c38), color-stop(100%, #dc3c38));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #dc3c38 0%, #dc3c38 100%);
      background: -o-linear-gradient(top, #dc3c38 0%, #dc3c38 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #dc3c38 0%, #dc3c38 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc3c38', endColorstr='#dc3c38',GradientType=0 );
      background: linear-gradient(top, #dc3c38 0%, #dc3c38 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].btn-destructive[disabled],
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-destructive[disabled],
    a.button.btn-destructive[disabled] {
      cursor: default;
      background-color: #dc3c38;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #dc3c38 0%, #dc3c38 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc3c38), color-stop(100%, #dc3c38));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #dc3c38 0%, #dc3c38 100%);
      background: -o-linear-gradient(top, #dc3c38 0%, #dc3c38 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #dc3c38 0%, #dc3c38 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc3c38', endColorstr='#dc3c38',GradientType=0 );
      background: linear-gradient(top, #dc3c38 0%, #dc3c38 100%);
      /*W3C*/
      /* put other gradients ere */ }
  input[type='submit'].btn-alert,
  button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-alert,
  a.button.btn-alert {
    color: #FFFFFF;
    background-color: #F5887D;
    /* Old browsers */
    /* FF3.6+ */
    background: -moz-linear-gradient(top, #F5887D 0%, #EC4625 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5887D), color-stop(100%, #EC4625));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, #F5887D 0%, #EC4625 100%);
    background: -o-linear-gradient(top, #F5887D 0%, #EC4625 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #F5887D 0%, #EC4625 100%);
    /* IE10+ */
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5887D', endColorstr='#EC4625',GradientType=0 );
    background: linear-gradient(top, #F5887D 0%, #EC4625 100%);
    /*W3C*/
    /* put other gradients ere */ }
    input[type='submit'].btn-alert:hover,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-alert:hover,
    a.button.btn-alert:hover {
      background-color: #EC4625;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #EC4625 0%, #EC4625 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EC4625), color-stop(100%, #EC4625));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #EC4625 0%, #EC4625 100%);
      background: -o-linear-gradient(top, #EC4625 0%, #EC4625 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #EC4625 0%, #EC4625 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EC4625', endColorstr='#EC4625',GradientType=0 );
      background: linear-gradient(top, #EC4625 0%, #EC4625 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].btn-alert:active,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-alert:active,
    a.button.btn-alert:active {
      background-color: #F5887D;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #F5887D 0%, #EC4625 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5887D), color-stop(100%, #EC4625));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #F5887D 0%, #EC4625 100%);
      background: -o-linear-gradient(top, #F5887D 0%, #EC4625 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #F5887D 0%, #EC4625 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5887D', endColorstr='#EC4625',GradientType=0 );
      background: linear-gradient(top, #F5887D 0%, #EC4625 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].btn-alert[disabled],
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-alert[disabled],
    a.button.btn-alert[disabled] {
      cursor: default;
      background-color: #EC4625;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #EC4625 0%, #EC4625 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EC4625), color-stop(100%, #EC4625));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #EC4625 0%, #EC4625 100%);
      background: -o-linear-gradient(top, #EC4625 0%, #EC4625 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #EC4625 0%, #EC4625 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EC4625', endColorstr='#EC4625',GradientType=0 );
      background: linear-gradient(top, #EC4625 0%, #EC4625 100%);
      /*W3C*/
      /* put other gradients ere */ }
  input[type='submit'].btn-modal,
  button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-modal,
  a.button.btn-modal {
    color: #000000;
    background-color: #FFFFFF;
    /* Old browsers */
    /* FF3.6+ */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #CFCEC8));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
    /* IE10+ */
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CFCEC8',GradientType=0 );
    background: linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
    /*W3C*/
    /* put other gradients ere */ }
    input[type='submit'].btn-modal:hover,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-modal:hover,
    a.button.btn-modal:hover {
      background-color: #CFCEC8;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CFCEC8), color-stop(100%, #CFCEC8));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      background: -o-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CFCEC8', endColorstr='#CFCEC8',GradientType=0 );
      background: linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].btn-modal:active,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-modal:active,
    a.button.btn-modal:active {
      background-color: #FFFFFF;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #CFCEC8));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
      background: -o-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CFCEC8',GradientType=0 );
      background: linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].btn-modal[disabled],
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-modal[disabled],
    a.button.btn-modal[disabled] {
      cursor: default;
      background-color: #CFCEC8;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CFCEC8), color-stop(100%, #CFCEC8));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      background: -o-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CFCEC8', endColorstr='#CFCEC8',GradientType=0 );
      background: linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      /*W3C*/
      /* put other gradients ere */ }
  input[type='submit'].btn-summary,
  button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-summary,
  a.button.btn-summary {
    box-shadow: none;
    background-color: #F0F0E4;
    /* Old browsers */
    /* FF3.6+ */
    background: -moz-linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0E4), color-stop(100%, #F0F0E4));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
    background: -o-linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
    /* IE10+ */
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0E4', endColorstr='#F0F0E4',GradientType=0 );
    background: linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
    /*W3C*/
    /* put other gradients ere */ }
    input[type='submit'].btn-summary:hover,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-summary:hover,
    a.button.btn-summary:hover {
      background-color: #F0F0E4;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0E4), color-stop(100%, #F0F0E4));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
      background: -o-linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0E4', endColorstr='#F0F0E4',GradientType=0 );
      background: linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].btn-summary:active,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-summary:active,
    a.button.btn-summary:active {
      background-color: #F0F0E4;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0E4), color-stop(100%, #F0F0E4));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
      background: -o-linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0E4', endColorstr='#F0F0E4',GradientType=0 );
      background: linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].btn-summary[disabled],
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).btn-summary[disabled],
    a.button.btn-summary[disabled] {
      cursor: default;
      background-color: #F0F0E4;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0E4), color-stop(100%, #F0F0E4));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
      background: -o-linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0E4', endColorstr='#F0F0E4',GradientType=0 );
      background: linear-gradient(top, #F0F0E4 0%, #F0F0E4 100%);
      /*W3C*/
      /* put other gradients ere */ }
  input[type='submit'].submit-and-image.sendAndRemovetoiPad,
  button:not(.btn):not([class^="QSIWebResponsiveDialog"]).submit-and-image.sendAndRemovetoiPad,
  a.button.submit-and-image.sendAndRemovetoiPad {
    background-color: #FFFFFF;
    /* Old browsers */
    /* FF3.6+ */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #CFCEC8));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
    /* IE10+ */
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CFCEC8',GradientType=0 );
    background: linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
    /*W3C*/
    /* put other gradients ere */
    border-radius: 20px;
    width: 150px;
    float: right;
    text-align: left;
    padding-top: 2px;
    padding-left: -2px;
    margin-right: 3px;
    background: #F0EFE6;
    color: black;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0px rgba(255, 255, 255, 0.4);
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.5); }
    input[type='submit'].submit-and-image.sendAndRemovetoiPad:hover,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).submit-and-image.sendAndRemovetoiPad:hover,
    a.button.submit-and-image.sendAndRemovetoiPad:hover {
      background-color: #CFCEC8;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CFCEC8), color-stop(100%, #CFCEC8));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      background: -o-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CFCEC8', endColorstr='#CFCEC8',GradientType=0 );
      background: linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].submit-and-image.sendAndRemovetoiPad:active,
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).submit-and-image.sendAndRemovetoiPad:active,
    a.button.submit-and-image.sendAndRemovetoiPad:active {
      background-color: #FFFFFF;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #CFCEC8));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
      background: -o-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CFCEC8',GradientType=0 );
      background: linear-gradient(top, #FFFFFF 0%, #CFCEC8 100%);
      /*W3C*/
      /* put other gradients ere */ }
    input[type='submit'].submit-and-image.sendAndRemovetoiPad[disabled],
    button:not(.btn):not([class^="QSIWebResponsiveDialog"]).submit-and-image.sendAndRemovetoiPad[disabled],
    a.button.submit-and-image.sendAndRemovetoiPad[disabled] {
      cursor: default;
      background-color: #CFCEC8;
      /* Old browsers */
      /* FF3.6+ */
      background: -moz-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      /* Chrome,Safari4+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CFCEC8), color-stop(100%, #CFCEC8));
      /* Chrome10+,Safari5.1+ */
      background: -webkit-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      background: -o-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      /* Opera11.10+ */
      background: -ms-linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      /* IE10+ */
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CFCEC8', endColorstr='#CFCEC8',GradientType=0 );
      background: linear-gradient(top, #CFCEC8 0%, #CFCEC8 100%);
      /*W3C*/
      /* put other gradients ere */ }

img.practiceBtn {
  cursor: pointer; }

a.button {
  display: block;
  text-align: center;
  line-height: 30px; }

body:-moz-last-node button {
  padding-bottom: 3px; }

a {
  color: #1A7F89;
  text-decoration: none; }
  a:hover {
    color: #18BDCE; }

.altTheme {
  background-color: #000000;
  color: #FFFFFF; }
  .altTheme.gradientBg {
    background-color: #363636;
    /* Old browsers */
    /* FF3.6+ */
    background: -moz-linear-gradient(top, #363636 0%, #000000 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #363636), color-stop(100%, #000000));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, #363636 0%, #000000 100%);
    background: -o-linear-gradient(top, #363636 0%, #000000 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #363636 0%, #000000 100%);
    /* IE10+ */
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#000000',GradientType=0 );
    background: linear-gradient(top, #363636 0%, #000000 100%);
    /*W3C*/
    /* put other gradients ere */ }
  .altTheme a {
    color: #78A59B; }
    .altTheme a:hover {
      color: #18BDCE; }

div.alert {
  border: solid 2px #FF471D; }

p.alert, h1.alert, h2.alert, h3.alert, h4.alert, h5.alert, h6.alert, span.alert, label.alert {
  color: #FF3300; }
p.secondary, h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary, span.secondary, label.secondary {
  color: #666666; }
p.tertiary, h1.tertiary, h2.tertiary, h3.tertiary, h4.tertiary, h5.tertiary, h6.tertiary, span.tertiary, label.tertiary {
  color: #CCCCCC; }

input[type='password'],
input[type='text'],
input[type='tel'],
input[type='number'] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  height: 30px;
  *padding: 0px;
  *height: 25px;
  *line-height: 23px;
  *border: 1px solid #A4A4A4;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", Tahoma, sans-serif;
  *font-family: Helvetica, Arial, Tahoma, sans-serif; }
  input[type='password'].subtest-edit-value,
  input[type='text'].subtest-edit-value,
  input[type='tel'].subtest-edit-value,
  input[type='number'].subtest-edit-value {
    padding-right: 300px;
    /*IE7 Fix*/
    *width: 420px; }
  input[type='password'].subtest-edit-price,
  input[type='text'].subtest-edit-price,
  input[type='tel'].subtest-edit-price,
  input[type='number'].subtest-edit-price {
    width: 748px;
    margin-right: 0px;
    margin-left: 0px; }
  input[type='password'].test-edit-value,
  input[type='text'].test-edit-value,
  input[type='tel'].test-edit-value,
  input[type='number'].test-edit-value {
    padding-right: 300px;
    /*IE7 Fix*/
    *width: 420px; }
  input[type='password'].test-edit-price,
  input[type='text'].test-edit-price,
  input[type='tel'].test-edit-price,
  input[type='number'].test-edit-price {
    width: 718px;
    margin-right: 0px;
    margin-left: 0px; }

label {
  line-height: 30px; }

textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", Tahoma, sans-serif;
  *font-family: Helvetica, Arial, Tahoma, sans-serif;
  *border: 1px solid #A4A4A4; }

select {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 3px 2px;
  height: 29px;
  margin: 0;
  width: 100%;
  background-color: #FAF9F0;
  border-top-color: #96958f;
  border-left-color: #96958f;
  border-right-color: #96958f;
  border-bottom-color: #cdcdc5;
  *padding: 0px;
  *height: 25px; }
  select.subtest-select-value {
    margin-left: 5px;
    /*IE7 Fix*/
    *width: 722px; }
  select.subtest-select-currency {
    width: 72px;
    margin-left: 5px; }
  select.test-select-currency {
    width: 72px;
    margin-left: 5px; }

.subsection-header {
  margin: 5px 0px;
  padding: 4px 10px;
  display: block;
  background-color: #F0EFE6; }

ol.sorter-list li {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  /*Removed IE8 and below drop shadows*/
  background: #FFFFFF;
  background-color: #FFFFFF;
  /* Old browsers */
  /* FF3.6+ */
  background: -moz-linear-gradient(top, #FFFFFF 50%, #ebebeb 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFFFFF), color-stop(100%, #ebebeb));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top, #FFFFFF 50%, #ebebeb 100%);
  background: -o-linear-gradient(top, #FFFFFF 50%, #ebebeb 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #FFFFFF 50%, #ebebeb 100%);
  /* IE10+ */
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#ebebeb',GradientType=0 );
  background: linear-gradient(top, #FFFFFF 50%, #ebebeb 100%);
  /*W3C*/
  /* put other gradients ere */
  cursor: pointer;
  margin-bottom: 5px;
  padding-top: 12px; }

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18, .grid_19, .grid_20, .grid_21, .grid_22, .grid_23, .grid_24 {
  min-height: 1px; }

.errors label, .q-interactive-login-area .errors-large label, .q-interactive-login-area .lock-timer-digit label, .q-interactive-login-area .errors-medium label, .q-interactive-login-area .lock-timer-text label, .q-interactive-login-area .errors-small label, .q-interactive-login-area .errors-extrasmall label {
  color: #db431f; }
.errors table, .q-interactive-login-area .errors-large table, .q-interactive-login-area .lock-timer-digit table, .q-interactive-login-area .errors-medium table, .q-interactive-login-area .lock-timer-text table, .q-interactive-login-area .errors-small table, .q-interactive-login-area .errors-extrasmall table {
  background: black; }
.errors input[type="text"], .q-interactive-login-area .errors-large input[type="text"], .q-interactive-login-area .lock-timer-digit input[type="text"], .q-interactive-login-area .errors-medium input[type="text"], .q-interactive-login-area .lock-timer-text input[type="text"], .q-interactive-login-area .errors-small input[type="text"], .q-interactive-login-area .errors-extrasmall input[type="text"],
.errors input[type="password"],
.q-interactive-login-area .errors-large input[type="password"],
.q-interactive-login-area .lock-timer-digit input[type="password"],
.q-interactive-login-area .errors-medium input[type="password"],
.q-interactive-login-area .lock-timer-text input[type="password"],
.q-interactive-login-area .errors-small input[type="password"],
.q-interactive-login-area .errors-extrasmall input[type="password"],
.errors select,
.q-interactive-login-area .errors-large select,
.q-interactive-login-area .lock-timer-digit select,
.q-interactive-login-area .errors-medium select,
.q-interactive-login-area .lock-timer-text select,
.q-interactive-login-area .errors-small select,
.q-interactive-login-area .errors-extrasmall select,
.errors textarea,
.q-interactive-login-area .errors-large textarea,
.q-interactive-login-area .lock-timer-digit textarea,
.q-interactive-login-area .errors-medium textarea,
.q-interactive-login-area .lock-timer-text textarea,
.q-interactive-login-area .errors-small textarea,
.q-interactive-login-area .errors-extrasmall textarea {
  background: #ffcccc; }
.errors.borderOnly textarea, .q-interactive-login-area .borderOnly.errors-large textarea, .q-interactive-login-area .borderOnly.lock-timer-digit textarea, .q-interactive-login-area .borderOnly.errors-medium textarea, .q-interactive-login-area .borderOnly.lock-timer-text textarea, .q-interactive-login-area .borderOnly.errors-small textarea, .q-interactive-login-area .borderOnly.errors-extrasmall textarea {
  background: white; }

input.clientGoButton {
  width: auto;
  min-width: 70px; }

input.readonly-text {
  pointer-events: none;
  border: none;
  box-shadow: none;
  padding-left: 0; }

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", Tahoma, sans-serif;
  *font-family: Helvetica, Arial, Tahoma, sans-serif;
  background-color: black;
  background-image: url("/choose-share/images/login-qinteractive_background.png");
  background-repeat: no-repeat;
  background-position: center -60px; }
  body.login_info_recovery {
    background-image: url("/choose-share/images/login_recovery_background.png"); }
  body.mfa-step2 {
    background-image: url("/choose-share/images/login_recovery_background.png"); }
  body.de, body.DE {
    background-image: url("/choose-share/images/login-qinteractive_background_de.png"); }

.q-interactive-login-area {
  height: 630px;
  width: 952px;
  margin: 0;
  position: relative;
  color: #353535;
  padding-top: 30px;
  padding-left: 40px;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px; }
  .q-interactive-login-area .user-name-display {
    display: inline-block; }
    .q-interactive-login-area .user-name-display div {
      float: left;
      padding-right: 10px; }
  .q-interactive-login-area .hello-label {
    color: #ffffff;
    font-size: 40px;
    padding-bottom: 20px;
    font-weight: lighter; }
  .q-interactive-login-area .logo-for-login-recovery a img {
    border: none; }
  .q-interactive-login-area .login-info-retrieval {
    padding-top: 40px;
    padding-left: 80px; }
    .q-interactive-login-area .login-info-retrieval .header {
      color: #ffffff;
      font-weight: lighter;
      padding-bottom: 20px; }
    .q-interactive-login-area .login-info-retrieval .primary {
      font-size: 26px;
      padding-bottom: 7px; }
    .q-interactive-login-area .login-info-retrieval .secondary {
      font-size: 19px;
      padding-right: 20px; }
    .q-interactive-login-area .login-info-retrieval .login-recovery-field-label {
      text-align: left;
      color: white;
      height: 22px;
      padding-top: 10px; }
    .q-interactive-login-area .login-info-retrieval .login-button-area {
      vertical-align: bottom;
      padding-left: 0px;
      padding-top: 10px; }
    .q-interactive-login-area .login-info-retrieval .login-area {
      padding-top: 20px; }
    .q-interactive-login-area .login-info-retrieval .login-recovery-input-area input[type='text'] {
      width: 240px;
      height: 30px;
      line-height: 30px; }
    .q-interactive-login-area .login-info-retrieval .login-recovery-input-area input[type='password'] {
      width: 240px;
      height: 30px;
      line-height: 30px; }
  .q-interactive-login-area .login-label {
    color: #8D8D7D;
    font-size: 42px;
    padding-bottom: 10px;
    font-weight: lighter; }
  .q-interactive-login-area .login-area {
    width: 600px;
    *height: 65px;
    /* IE7 Only */ }
  .q-interactive-login-area .loggedout-area {
    display: inline;
    color: #8D8D7D;
    background: white;
    width: 600px;
    border: 1px solid #F3F2D5;
    border-radius: 10px;
    -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
    *height: 100px;
    /* IE7 Only */ }
  .q-interactive-login-area .login-name-label {
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc; }
  .q-interactive-login-area .username-label,
  .q-interactive-login-area .password-label {
    text-align: left;
    color: white;
    height: 22px; }
  .q-interactive-login-area .recover-username-label,
  .q-interactive-login-area .recover-password-label,
  .q-interactive-login-area .recover-username-return-label {
    text-align: left;
    color: #1a7f89;
    height: 22px;
    padding-bottom: 15px;
    padding-top: 3px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .q-interactive-login-area .sso-label {
    text-align: left;
    color: white;
    height: 20px;
    padding-bottom: 15px;
    padding-top: 62px;
    font-size: 15px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .q-interactive-login-area .sso-button {
    border-radius: 5px;
    border: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    padding: 6px;
    background: -webkit-linear-gradient(top, #686868 0%, #000000 100%); }
  .q-interactive-login-area .sso-button:active {
    /*-webkit-box-shadow: 0px 0px 0px;*/
    background-color: #000000;
    /* Old browsers */
    /* FF3.6+ */
    background: -moz-linear-gradient(top, #444444 0%, #000000 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #000000));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, #444444 0%, #000000 100%);
    background: -o-linear-gradient(top, #444444 0%, #000000 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #444444 0%, #000000 100%);
    /* IE6-8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #FF444444, endColorstr = #00000000, GradientType = 0); }
  .q-interactive-login-area .sso-entity-selection-header {
    text-align: left;
    padding: 50px 0px 12px 5px;
    color: white;
    font-size: 16px; }
  .q-interactive-login-area .sso-entity-selection-float-left {
    float: left; }
  .q-interactive-login-area .sso-entity-selection-user-list {
    font-size: 15px;
    padding: 4px;
    min-width: 255px; }
  .q-interactive-login-area .sso-entity-selection-continue {
    float: left;
    padding-top: 20px; }
  .q-interactive-login-area .recover-username-label:hover,
  .q-interactive-login-area .recover-password-label:hover,
  .q-interactive-login-area .recover-username-return-label:hover {
    color: #18bdce; }
  .q-interactive-login-area .login-name-input-area input,
  .q-interactive-login-area .password-input-area input {
    width: 240px; }
    .q-interactive-login-area .login-name-input-area input.disabled,
    .q-interactive-login-area .password-input-area input.disabled {
      background-color: #555555;
      cursor: not-allowed; }
  .q-interactive-login-area .login-name-input-area input,
  .q-interactive-login-area .password-input-area input,
  .q-interactive-login-area #login-button {
    height: 30px;
    line-height: 30px; }
    .q-interactive-login-area .login-name-input-area input.disabled,
    .q-interactive-login-area .password-input-area input.disabled,
    .q-interactive-login-area #login-button.disabled {
      pointer-events: none;
      color: #777777; }
  .q-interactive-login-area #login-button {
    border-radius: 5px;
    border: none;
    width: auto;
    line-height: 0 !important;
    color: white;
    -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
    filter: none;
    background-color: #000000;
    /* Old browsers */
    /* FF3.6+ */
    background: -moz-linear-gradient(top, #686868 0%, #000000 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #686868), color-stop(100%, #000000));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, #686868 0%, #000000 100%);
    background: -o-linear-gradient(top, #686868 0%, #000000 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #686868 0%, #000000 100%);
    /* IE6-8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #FF686868, endColorstr = #00000000, GradientType = 0); }
  .q-interactive-login-area #login-button:hover {
    cursor: pointer; }
    .q-interactive-login-area #login-button:hover.disabled {
      cursor: none; }
  .q-interactive-login-area #login-button:active {
    /*-webkit-box-shadow: 0px 0px 0px;*/
    background-color: #000000;
    /* Old browsers */
    /* FF3.6+ */
    background: -moz-linear-gradient(top, #444444 0%, #000000 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #000000));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, #444444 0%, #000000 100%);
    background: -o-linear-gradient(top, #444444 0%, #000000 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #444444 0%, #000000 100%);
    /* IE6-8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #FF444444, endColorstr = #00000000, GradientType = 0); }
  .q-interactive-login-area .terms-of-use,
  .q-interactive-login-area .privacy-policy {
    display: inline-block;
    color: #3b817a;
    font-size: 14px;
    width: 90px;
    text-decoration: none; }
  .q-interactive-login-area input :not(.sso-button) {
    border: none;
    background-color: white;
    width: 95%;
    height: 20px;
    -webkit-appearance: none;
    font-size: 15px; }
  .q-interactive-login-area input:focus, .q-interactive-login-area .cell-on-focus {
    background-color: #CFF; }
  .q-interactive-login-area input[type='checkbox'] {
    -webkit-appearance: checkbox; }
  .q-interactive-login-area .cssform {
    height: 60px; }
  .q-interactive-login-area table {
    border-collapse: collapse;
    width: 100%; }
    .q-interactive-login-area table tr {
      color: #959595;
      font-size: 15px;
      vertical-align: top; }
  .q-interactive-login-area .error-message-area {
    width: 952px;
    vertical-align: middle;
    padding-bottom: 20px; }
  .q-interactive-login-area .errors, .q-interactive-login-area .errors-large, .q-interactive-login-area .lock-timer-digit, .q-interactive-login-area .errors-medium, .q-interactive-login-area .lock-timer-text, .q-interactive-login-area .errors-small, .q-interactive-login-area .errors-extrasmall {
    color: #A8A8A8;
    font-size: 18px;
    max-width: 300px;
    margin-top: 15px;
    line-height: 1.1em; }
    .q-interactive-login-area .errors.email, .q-interactive-login-area .email.errors-large, .q-interactive-login-area .email.lock-timer-digit, .q-interactive-login-area .email.errors-medium, .q-interactive-login-area .email.lock-timer-text, .q-interactive-login-area .email.errors-small, .q-interactive-login-area .email.errors-extrasmall {
      color: #db0020; }
  .q-interactive-login-area .errors-large, .q-interactive-login-area .lock-timer-digit {
    font-size: 19px; }
  .q-interactive-login-area .errors-medium, .q-interactive-login-area .lock-timer-text {
    font-size: 17px; }
  .q-interactive-login-area .errors-small {
    font-size: 15px; }
  .q-interactive-login-area .errors-extrasmall {
    font-size: 14px; }
  .q-interactive-login-area .lock {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 10px;
    height: 27px;
    width: 20px;
    vertical-align: bottom; }
  .q-interactive-login-area .lock-timer-digit {
    font-style: italic;
    font-size: 22px;
    vertical-align: middle; }
  .q-interactive-login-area .lock-timer-text {
    font-style: italic;
    font-size: 18px;
    vertical-align: middle; }
  .q-interactive-login-area .message {
    color: white;
    font-size: 18px;
    line-height: 18px; }

html[lang=nl] .q-interactive-login-area #login-button {
  width: 109px; }

.login-footer {
  position: fixed;
  bottom: 50px;
  width: 400px;
  right: 0; }
  .login-footer .login-footer-entry {
    position: relative;
    margin: auto 190px auto 0;
    text-align: right;
    padding-bottom: 14px; }

.pearson-footer {
  position: fixed;
  bottom: 0px;
  height: 44px;
  width: 100%;
  background-color: #0f7581;
  background-image: url("/choose-share/images/login-pearson_bottom_bar.png");
  background-repeat: no-repeat;
  background-position: center 0px; }

.mfa-step2 .login-recovery-field-label {
  padding-bottom: 10px; }
.mfa-step2 select {
  width: 80%;
  font-size: 15px;
  font-style: italic; }
.mfa-step2 #send-button {
  max-width: 100px;
  box-shadow: none;
  margin-bottom: 2px; }
  .mfa-step2 #send-button .loading {
    width: 100%;
    height: 100%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../../images/blue_button_spinner.gif"); }
.mfa-step2 #mfaCode {
  max-width: 115px; }
.mfa-step2 .rememberMe {
  width: 20px;
  height: 14px; }
.mfa-step2 .error-message-area {
  padding: 0; }
.mfa-step2 .error, .mfa-step2 .message {
  margin-top: 5px;
  font-size: 13px; }
.mfa-step2 .error, .mfa-step2 .errors, .mfa-step2 .q-interactive-login-area .errors-large, .q-interactive-login-area .mfa-step2 .errors-large, .mfa-step2 .q-interactive-login-area .lock-timer-digit, .q-interactive-login-area .mfa-step2 .lock-timer-digit, .mfa-step2 .q-interactive-login-area .errors-medium, .q-interactive-login-area .mfa-step2 .errors-medium, .mfa-step2 .q-interactive-login-area .lock-timer-text, .q-interactive-login-area .mfa-step2 .lock-timer-text, .mfa-step2 .q-interactive-login-area .errors-small, .q-interactive-login-area .mfa-step2 .errors-small, .mfa-step2 .q-interactive-login-area .errors-extrasmall, .q-interactive-login-area .mfa-step2 .errors-extrasmall {
  color: #FF3300; }

.errorPassword {
  font-size: 20px; }

.sso-txt {
  padding-top: 25px; }

/*# sourceMappingURL=login.css.map */
