@import url("bootstrap.css");
@import url("bootstrap-responsive.css");
@import url("app.css");
.total_price {
  color: #484848;
  font: 24px/1.25em Helvetica;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 0px; }

.individual_item_total {
  font-size: 16px;
  font-weight: bolder;
  color: #00457c;
  display: block; }

p {
  margin: 0 0 1em;
  color: #594c37; }

#test_holder .modal-content {
  width: 900px;
  min-height: 800px; }
  #test_holder .modal-content .modal-body {
    height: 80%; }
  #test_holder .modal-content .modal-header {
    background-color: #5c9ccc;
    color: #FFF;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px; }

.modal-header {
  background-color: #5c9ccc!important;
  color: #FFF!important;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px; }

.modal-footer button {
  font-weight: bold!important;
  border: 1px solid #c5dbec !important; }

.test_section {
  font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  border: 1px solid #e4eef6; }
  .test_section .test_row {
    padding: 10px 3px;
    cursor: pointer;
    overflow: auto; }
    .test_section .test_row .smaller {
      font-size: 12px; }
    .test_section .test_row:hover {
      background-color: #fbf3be!important; }
    .test_section .test_row.in_progress {
      clear: both;
      overflow: auto; }
      .test_section .test_row.in_progress > div {
        float: left; }
      .test_section .test_row.in_progress .resume_btn {
        margin-right: 15px;
        float: right; }
    .test_section .test_row .resume_btn, .test_section .test_row .hrcp_button {
      padding: 10px; }
    .test_section .test_row.completed > div {
      float: right; }

#leftExamContent, #mainExamContent {
  float: left; }

#leftExamContent {
  width: 100px;
  border-right: 2px solid #cccccc;
  padding-right: 10px;
  margin-right: 10px; }
  #leftExamContent ul {
    list-style: none;
    position: relative;
    overflow: auto;
    width: 90px;
    height: 400px;
    float: left;
    margin: 0 12px 0 0;
    padding: 0; }
    #leftExamContent ul li {
      position: relative;
      cursor: pointer;
      border: #999999 1px solid;
      padding: 0 4px;
      margin: 1px 12px 1px 2px;
      font-size: 11px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      font-weight: bold; }
      #leftExamContent ul li.active {
        border: 2px solid black; }
      #leftExamContent ul li.complete {
        background: url(/static/css/icons/bullet_black.png) 90% 0px no-repeat #beebed !important; }
      #leftExamContent ul li.to_review {
        background: url("/static/css/icons/exclamation_black.png") 90% 0px no-repeat #987dd4 !important; }
      #leftExamContent ul li.correct {
        border-color: #090;
        background: url(/static/css/icons/1_correct.png) 90% 0px no-repeat #a6db7d !important; }
      #leftExamContent ul li.incorrect {
        background: url(/static/css/icons/1_incorrect.png) 90% 0px no-repeat #e87676 !important; }

#mainExamContent {
  width: 81%;
  min-height: 700px;
  position: relative; }
  #mainExamContent .test_title {
    font-size: 15px; }
  #mainExamContent #pnlExamProgressBar {
    width: 300px;
    height: 10px; }
  #mainExamContent h1 {
    font-size: 24px;
    color: #999;
    margin-bottom: 0; }
  #mainExamContent #fromUnit {
    font-size: 14px;
    color: #999;
    margin-top: -10px; }
  #mainExamContent .question-answers {
    list-style: none;
    margin-top:-20px; }
    #mainExamContent .question-answers li {
      position: relative;
      width: 570px;
      padding: 5px 0 0 0;
      margin: 10px 0; }
      #mainExamContent .question-answers li.correctAnswer {
        background: url(/static/css/icons/1_correct.png) 30px 7px no-repeat #a6db7d !important;
        border: 1px solid #999999; }
        #mainExamContent .question-answers li.correctAnswer label {
          margin: 0 30px 0 5px !important; }
      #mainExamContent .question-answers li.incorrectAnswer {
        border: #cccccc 1px solid;
        background: url(/static/css/icons/1_incorrect.png) 30px 7px no-repeat #ffffcc; }
        #mainExamContent .question-answers li.incorrectAnswer label {
          margin: 0 30px 0 5px !important; }
      #mainExamContent .question-answers li label {
        margin: 0 15px 0 5px; }
      #mainExamContent .question-answers li label, #mainExamContent .question-answers li input, #mainExamContent .question-answers li canvas, #mainExamContent .question-answers li img {
        position: absolute;
        top: 5px;
        left: 0px; }
      #mainExamContent .question-answers li label {
        left: 10px; }
      #mainExamContent .question-answers li canvas {
        left: 35px;
        top: 9px; }
      #mainExamContent .question-answers li img {
        right: 0px!important;
        left: inherit; }
      #mainExamContent .question-answers li img:hover {
        cursor: pointer; }
  #mainExamContent #pnlExamButtons {
    position: absolute;
    bottom: -10px;
    left: 0px; }
    #mainExamContent #pnlExamButtons button {
      cursor: pointer; }
    #mainExamContent #pnlExamButtons.review {
      position: relative!important; }
  #mainExamContent #btnMarkedForReview .unmarked {
    display: none; }
  #mainExamContent #btnMarkedForReview .marked {
    display: none; }
  #mainExamContent #feedback {
    padding: 15px;
    border: 1px solid #999999;
    margin: 0 0 10px 25px;
    font-size: 12px;
    font-weight: normal !important;
    width: 540px;
    background: #faf7e8 !important; }
    #mainExamContent #feedback p {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 2px; }

body {
  background-image: url("../img/main_bg.gif");
  background-repeat: repeat-x;
  padding-top: 0;
  color: #594c37; }
  body div[role='main'], body header, body #main_nav {
    width: 906px;
    margin: auto auto; }
  body #showFacebook {
    cursor: pointer; }
  body #faceclose {
    z-index: 999999999;
    cursor: pointer;
    float: right;
    margin: 2px;
    background: #00457c;
    width: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 12px; }
  body #faceframe {
    display: none;
    z-index: 99999999;
    position: absolute;
    margin: -650px 0 0 0;
    background: #ffffff; }
  body #page_wrapper {
    background: url("../img/homebg_repy.png") repeat-y;
    width: 950px;
    margin: auto;
    /*font:75%/125% Helvetica!important;*/ }
  body label {
    margin-bottom: 5px; }
  body hr {
    margin: 0 0 0.5em;
    background: #4B7282;
    border: #4B7282;
    height: 1px;
    width: 100%;
    clear: both; }
  body h1 {
    color: #b6a262;
    font: 24px/1.25em Helvetica;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0; }
  body h2 {
    font: 18px Helvetica;
    font-weight: bold;
    color: #b6a262;
    margin-bottom: 10px; }
  body h3 {
    font: 17px Helvetica;
    font-weight: bold; }
  body p {
    color: #594c37; }
  body td {
    text-align: left;
    font-weight: normal; }
  body a, body a:visited {
    text-decoration: none;
    color: #225e92; }

header {
  height: 118px; }
  header div {
    float: left; }
    header div.the_logo {
      width: 341px; }
    header div.login_shell {
      background: url("../img/login_bg.gif") no-repeat;
      height: 118px;
      width: 565px; }
      header div.login_shell .login_margin {
        margin: 20px 10px 0 390px; }
      header div.login_shell form input {
        float: left;
        background: #FFF;
        height: 26px;
        width: 148px;
        padding-left: 5px;
        display: block;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0; }
      header div.login_shell form input[name='username'] {
        margin-bottom: 10px; }
      header div.login_shell form input[name='password'] {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        -webkit-border-top-right-radius: 12px;
        -webkit-border-bottom-right-radius: 12px;
        -moz-border-top-right-radius: 12px;
        -moz-border-bottom-right-radius: 12px; }
      header div.login_shell form #go {
        float: left;
        margin-left: 119px;
        margin-top: -24px;
        width: 26px;
        height: 22px; }
      header div.login_shell .register {
        float: right;
        margin: 2px 25px 0 0;
        color: #FFFFFF; }
    header div.logout_shell {
      float: left;
      width: 565px;
      height: 118px;
      background: url("../img/logout_bg.gif") no-repeat; }
      header div.logout_shell .logout_margin {
        margin: 15px 10px 0 518px;
        color: #FFF; }
        header div.logout_shell .logout_margin a.logout_block {
          width: 25px;
          height: 85px;
          display: block; }

#main_nav {
  height: 65px;
  margin-bottom: 20px!important; }
  #main_nav ul.top_nav {
    list-style: none;
    font-size: 13px;
    z-index: 100;
    margin: 0;
    padding: 0; }
    #main_nav ul.top_nav li {
      position: relative;
      z-index: 100;
      float: left; }
      #main_nav ul.top_nav li a {
        color: #00335B!important;
        display: block;
        text-decoration: none;
        height: 65px; }
        #main_nav ul.top_nav li a.nav_home {
          width: 107px;
          background-image: url("../img/nav1_home.gif");
          background-repeat: no-repeat; }
          #main_nav ul.top_nav li a.nav_home:hover {
            background-position: -107px; }
        #main_nav ul.top_nav li a.nav_infocenter {
          width: 172px;
          background-image: url("../img/nav2_infocenter.gif");
          background-repeat: no-repeat; }
          #main_nav ul.top_nav li a.nav_infocenter:hover {
            background-position: -172px; }
        #main_nav ul.top_nav li a.nav_products {
          width: 153px;
          background-image: url("../img/nav3_products.gif");
          background-repeat: no-repeat; }
          #main_nav ul.top_nav li a.nav_products:hover {
            background-position: -153px; }
        #main_nav ul.top_nav li a.nav_abouthrcp {
          width: 166px;
          background-image: url("../img/nav4_abouthrcp.gif");
          background-repeat: no-repeat; }
          #main_nav ul.top_nav li a.nav_abouthrcp:hover {
            background-position: -166px; }
        #main_nav ul.top_nav li a.nav_myhrcp {
          width: 142px;
          background-image: url("../img/nav5_myhrcp.gif");
          background-repeat: no-repeat; }
          #main_nav ul.top_nav li a.nav_myhrcp:hover {
            background-position: -142px; }
        #main_nav ul.top_nav li a.nav_cart {
          width: 166px;
          background-image: url("../img/nav6_cart.gif");
          background-repeat: no-repeat; }
          #main_nav ul.top_nav li a.nav_cart:hover {
            background-position: -166px; }
          #main_nav ul.top_nav li a.nav_cart .cart_number {
            padding: 29px 21px 0 137px;
            text-align: center;
            width: 40px;
            color: #FFFFFF; }
      #main_nav ul.top_nav li ul.subnav {
        list-style: none;
        position: absolute;
        left: 0;
        top: 65px;
        float: left;
        margin-left: 0; }
        #main_nav ul.top_nav li ul.subnav li {
          clear: both;
          border-bottom: 1px solid white; }
          #main_nav ul.top_nav li ul.subnav li a {
            float: left;
            width: 195px;
            background: #d4ccb1;
            font-size: 12px;
            text-transform: uppercase;
            height: auto!important;
            padding: 5px 22px 3px 22px; }

#main_content {
  min-height: 470px;
  background-color: #FFF; }
  #main_content .inner_content {
    padding: 15px 35px 35px 35px;
    overflow: auto; }

footer {
  width: 950px;
  height: 46px;
  background: url("../img/footer_bg.png") no-repeat;
  margin: auto; }

.slideshow {
  position: relative;
  overflow: hidden;
  width: 906px;
  height: 410px; }

.news_holder {
  width: 906px;
  height: 130px;
  font-size: 12px;
  color: #3e6b9c;
  line-height: 17px; }
  .news_holder .home_news {
    float: left;
    width: 55px;
    height: 116px; }
    .news_holder .home_news img {
      float: right; }
  .news_holder .inner_news {
    float: left;
    width: 793px;
    height: 140px; }
    .news_holder .inner_news #news_slide {
      position: relative;
      overflow: hidden;
      height: 140px;
      background: none;
      padding: 0 15px 25px 15px; }
      .news_holder .inner_news #news_slide .slide {
        float: left; }
        .news_holder .inner_news #news_slide .slide .news_left {
          float: left;
          width: 341px;
          padding: 0 0 0 20px; }
          .news_holder .inner_news #news_slide .slide .news_left .news_title {
            font-size: 16px;
            color: #978f75;
            line-height: 22px; }

.product_summary {
  border: 1px solid #cccccc;
  padding: 10px;
  text-align: center;
  width: 190px;
  height: 250px;
  position: relative; }
  .product_summary .bottom {
    position: absolute;
    bottom: 10px;
    margin: auto;
    width: 90%; }
    .product_summary .bottom .price {
      font-size: 16px;
      line-height: 30px;
      color: #70684c;
      font-weight: bold;
      font-family: Helvetica!important; }
  .product_summary img {
    margin: auto;
    padding-bottom: 10px; }

.row {
  margin: 0 0 20px 0; }

.products_container {
  overflow: auto;
  clear: both; }
  .products_container .product_name {
    font-size: 13px;
    line-height: 14px;
    display: block;
    height: 20px; }

#profile_form {
  width: 600px; }
  #profile_form select, #profile_form input[type='text'] {
    width: 200px; }

.shell_content {
  border: 1px solid #a6c9e2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  min-height: 500px;
  padding: 3px; }
  .shell_content ul#user_nav {
    clear: both;
    overflow: auto;
    list-style: none;
    background-color: #5c9ccc;
    border: 1px solid #4297d7;
    border-bottom: 0;
    height: 36px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 0 0 3px; }
    .shell_content ul#user_nav li {
      float: left;
      margin-right: 3px;
      background-color: #dfeffc;
      height: 100%;
      padding: 5px;
      border-top-left-radius: 5px;
      -webkit-border-top-left-radius: 5px;
      -moz-border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      -moz-border-top-right-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      border-bottom: 1px solid #4297d7; }
      .shell_content ul#user_nav li.active {
        background-color: #fff;
        border-bottom: 0; }
      .shell_content ul#user_nav li a {
        text-decoration: none;
        color: inherit;
        font-size: 13px!important;
        font-weight: bold; }
  .shell_content #tab_content {
    margin: 15px;
    padding: 15px 5px; }

.pad10 {
  padding: 10px; }

.pad5 {
  padding: 5px; }

.notice {
  border: 1px solid #999999;
  padding: 8px;
  margin: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px; }

div.warning {
  color: #900;
  font-size: 12px; }

.reviewExamList {
  font-family: Helvetica;
  font-size: 16px !important;
  color: #594c37 !important;
  padding: 1px 0px 1px 5px !important;
  margin: 0 10px 0 0 !important; }

.even {
  background-color: #e4eef6; }

.hrcp_button {
  margin: 0px 0 0px 0;
  white-space: nowrap;
  display: block;
  border: 1px solid #cccccc;
  min-width: 80px;
  # clear: both; }
  .hrcp_button.score {
    background: #A6DB7D!important;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #222;
    font-size: 14px;
    text-align: center; }
  .hrcp_button.lowScore {
    background: #E85163!important; }
  .hrcp_button.mediumScore {
    background: #EDDE6D!important; }

.classReviewScore {
  width: 85px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  background: #F3F3F3; }
  .classReviewScore .classReviewDate, .classReviewScore .classReviewTime {
    font-size: 10px;
    font-size: normal; }
  .classReviewScore .classReviewTime {
    font-size: bold!important; }

.email_link {
  font-size: 10px; }

.resultsLabel {
  font-size: 12px;
  color: #225e92;
  text-align: center !important;
  background: #f3f3f3 !important; }
  .resultsLabel td {
    border-bottom: 1px solid #dddddd !important;
    font-weight: bold!important;
    padding: 10px 5px 10px 5px;
    vertical-align: middle !important; }

.lower_nav_link.active {
  color: #000; }
  .lower_nav_link.active:hover {
    text-decoration: none; }

#classResults tr {
  vertical-align: middle !important; }
  #classResults tr.reviewData {
    text-align: center !important; }
  #classResults tr td {
    padding: 10px 5px 10px 5px;
    vertical-align: middle !important; }
    #classResults tr td div {
      font-size: 11px;
      margin-bottom: 3px; }
      #classResults tr td div span {
        font-size: 10px; }
  #classResults tr.student_row td {
    width: 12.5%;
    vertical-align: top !important; }
    #classResults tr.student_row td:first-child {
      width: 10%!important; }

.org_name {
  font-weight: bold;
  margin-left: 10px; }

.course_holder {
  margin-left: 10px;
  margin-bottom: 10px; }
  .course_holder div:first-child {
    font-size: 14px;
    margin-left: 5px; }
  .course_holder div:nth-child(2) {
    margin-top: 3px;
    margin-left: 15px;
    font-size: 12px; }

.table_row {
  width: 600px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px; }
  .table_row div:nth-child(2) {
    margin-left: 15px; }

#student_course_details {
  width: 100%; }
  #student_course_details tr th {
    border-bottom: 1px solid #594c37; }
  #student_course_details tr td {
    padding: 5px 0; }
    #student_course_details tr td .edit, #student_course_details tr td .save {
      cursor: pointer; }

#success_box {
  display: none;
  color: #00FF11;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 50px;
  top: 50px;
  padding: 10px; }

#new_user_form ul {
  list-style: none;
  margin-left: 20px;
  padding-left: 0;
  font-size: 14px; }
  #new_user_form ul li {
    padding: 1px 0;
    margin: 10px 0; }
    #new_user_form ul li label {
      display: inline-block;
      width: 150px;
      text-align: right;
      padding-right: 5px;
      margin-right: 5px;
      color: #444;
      font-weight: bold; }
    #new_user_form ul li input {
      vertical-align: top; }
    #new_user_form ul li.submit_row {
      margin-left: 155px;
      padding-left: 10px; }
    #new_user_form ul li #username_in_use {
      color: #d30a0a;
      font-size: 12px;
      margin-left: 10px;
      line-height: 22px;
      display: none; }

#waiting {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 44px; }
  #waiting img {
    display: block;
    margin: 50px auto; }
  #waiting .large {
    font-size: 32px; }
  #waiting .gray {
    color: #606060; }
  #waiting .blue {
    color: #5C9CCC; }

.error {
  color: #d30a0a!important;
  margin: 3px;
  font-weight: bolder; }

#course_details {
  height: 35px;
  overflow: hidden; }
  #course_details.tall {
    height: 75px; }

.begin_btn {
  margin-right: 15px;
  float: right;
  margin-top: -12px; }

/* CHECKOUT */
#shipping_options {
  float: left;
  width: 60%; }
  #shipping_options ul {
    list-style-type: none;
    margin-top: 15px;
    padding-left: 10px; }
    #shipping_options ul li label {
      font-weight: normal; }
    #shipping_options ul li span {
      color: #00335b;
      font-weight: bold; }

input[name='cvv2'] {
  width: 65px; }

#id_expiration_1, #id_expiration_0 {
  width: 150px; }


.state-name {
    color:#225e92;
}

.product-switch {
  float:right;
  font-size:14px;
  margin-bottom:10px;
}

.product-switch:hover{
    background:none!important;
    background-color:#dfeafc!important;
}

/* Language CSS */
.lang-btn {
    border-radius:5px;
    -webkit-border-radius:5px;
    width:30px;
    height:20px;
    color:#2e6e9e;
    background-color:#dfeffc;
    line-height:6px;
    padding:4px;
    margin:0 3px;
}

.lang-btn.active {
    color:#dfeffc;
    background-color:#2e6e9e;
}

#mainExamContent #lstQuestionAnswers {
  list-style: none;
  margin-top:-20px; }
  #mainExamContent #lstQuestionAnswers li {
    position: relative;
    width: 570px;
    padding: 14px 0 0 0;
    margin: 10px 0; }
    #mainExamContent #lstQuestionAnswers li.correctAnswer {
      background: url(/static/css/icons/1_correct.png) 30px 7px no-repeat #a6db7d !important;
      border: 1px solid #999999; }
      #mainExamContent #lstQuestionAnswers li.correctAnswer label {
        margin: 0 30px 0 5px !important; }
    #mainExamContent #lstQuestionAnswers li.incorrectAnswer {
      border: #cccccc 1px solid;
      background: url(/static/css/icons/1_incorrect.png) 30px 7px no-repeat #ffffcc; }
      #mainExamContent #lstQuestionAnswers li.incorrectAnswer label {
        margin: 0 30px 0 5px !important; }
    #mainExamContent #lstQuestionAnswers li label {
      margin: 0 15px 0 5px; }
    #mainExamContent #lstQuestionAnswers li label, #mainExamContent #lstQuestionAnswers li input, #mainExamContent #lstQuestionAnswers li canvas, #mainExamContent #lstQuestionAnswers li img {
      position: absolute;
      top: 5px;
      left: 0px; }
    #mainExamContent #lstQuestionAnswers li label {
      left: 10px; }
    #mainExamContent #lstQuestionAnswers li canvas {
      left: 35px;
      top: 9px; }
    #mainExamContent #lstQuestionAnswers li img {
      right: 0px!important;
      left: inherit; }
    #mainExamContent #lstQuestionAnswers li img:hover {
      cursor: pointer; }

/* Language CSS */
.lang-btn {
  border-radius:5px;
  -webkit-border-radius:5px;
  width:30px;
  height:20px;
  color:#2e6e9e;
  background-color:#dfeffc;
  line-height:6px;
  padding:4px;
  margin:0 3px;
}

.lang-btn.active {
  color:#dfeffc;
  background-color:#2e6e9e;
}

header #lang_buttons {
  position:absolute;
  top:10px;
  right:75px;
  clear:both;
}

header #lang_buttons .change-lang {
    color:#FFF;
    cursor:pointer;
    padding-right:5px;
}

.answer_input {max-height:44px;}
