@import "https://fonts.googleapis.com/css?family=PT+Sans:400,700|Roboto+Condensed:300,400,700";
/*===========================
           Variables
=============================*/
/*===========================
           Mixins
=============================*/
/*===========================
          Global
=============================*/
.padding-lr0 {
  padding-left: 0px;
  padding-right: 0px; }

.padding-l0 {
  padding: 0px 15px 0px 0px; }

.paddingl0 {
  padding-left: 0px; }

@media (max-width: 1024px) {
  .inner-header,
  .inner-header2 {
    height: 250px;
    margin-top: 0px; } }

.login-header {
  background: url(../img/login-bg.jpg) top center;
  background-size: cover;
  height: 400px;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .login-header {
      backgound-position: 0 -300px; } }
  .login-header h1 {
    font-weight: 400;
    font-size: 60px !important; }
@media (max-width: 1024px) {
  .login-header {
    /* height: 275px;*/ } }

@media (max-width: 1024px) {
  .detail-page {
    background-position: center center;
    height: 250px; } }

.my-120-btn {
  min-width: 120px; }

input:focus, select:focus, textarea:focus {
  /*outline-color: #4d90fe !important;*/
  border-color: #4d90fe !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

/*===========================
          Navbar
=============================*/
@media screen and (max-width: 960px) {
  .collapsing {
    position: absolute !important;
    z-index: 20;
    width: 100%;
    top: 71px;
    margin-left: -15px;
    background-color: #FFFFFF; }

  .collapse.in {
    display: block;
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 71px;
    margin-left: -15px;
    background-color: #FFFFFF; }

  /*.navbar-collapse
  {
      max-height: none !important;
  }*/ }
.navbar-default {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175); }
  .navbar-default .navbar-header {
    margin-right: 60px;
    /*.navbar-brand {
       @media (max-width: 640px) {
            .lg-logo { display: none; }

            .sm-logo { display: block; }
        }

        @media (min-width: 640px) {
            .lg-logo { display: block; }

            .sm-logo { display: none; }
        }
    }*/ }
    .navbar-default .navbar-header .navbar-toggle {
      border: 2px solid #c2332e;
      margin: 17px 15px;
      background-color: #c2332e; }
      .navbar-default .navbar-header .navbar-toggle:hover, .navbar-default .navbar-header .navbar-toggle:focus, .navbar-default .navbar-header .navbar-toggle:active {
        background-color: #003946;
        border: 2px solid #003946; }
      .navbar-default .navbar-header .navbar-toggle .icon-bar {
        background-color: #FFFFFF; }
  .navbar-default .navbar-nav {
    margin-left: 0px; }
    .navbar-default .navbar-nav li a {
      padding: 27px 10px;
      margin: 0px 2px;
      color: #003946;
      font-weight: bold; }
  .dropdown .dropdown-menu li a {padding: 5px 10px;}
  .navbar-default .navbar-right {
    margin-left: 0px; }
    .navbar-default .navbar-right .lang .dropdown-toggle {
      margin-right: 1px;
      min-width: 103px !important;
      padding: 27px 15px; }
    .navbar-default .navbar-right .lang .dropdown-menu {
      min-width: 107px !important; }
      .navbar-default .navbar-right .lang .dropdown-menu li a {
        margin: 0px;
        padding: 7px 15px; }
    .navbar-default .navbar-right .login-btn a {
      min-width: 90px !important;
      text-align: center !important;
      margin: 18px 10px 10px 10px !important; }
    .navbar-default .navbar-right .login-btn #login_out:hover {
      background: #c2332e !important; }
    .navbar-default .navbar-right .my-account {
      margin-top: 5px; }
      .navbar-default .navbar-right .my-account .dropdown-toggle {
        margin-top: 13px !important; }
      .navbar-default .navbar-right .my-account #login_out:hover, .navbar-default .navbar-right .my-account #login_out:active {
        background-color: #c2332e !important; }
      .navbar-default .navbar-right .my-account .dropdown-menu {
        padding: 0px; }
        .navbar-default .navbar-right .my-account .dropdown-menu li {
          margin: 0px 0px 5px 0px; }
          .navbar-default .navbar-right .my-account .dropdown-menu li a {
            margin: 0px;
            padding: 7px 15px; }
          .navbar-default .navbar-right .my-account .dropdown-menu li .active {
            color: #FFFFFF;
            background-color: #c2332e; }
    .navbar-default .navbar-right .cart-box {
      margin-right: -15px;
      min-width: 65px; }
      .navbar-default .navbar-right .cart-box a {
        background-color: #c2332e;
        margin: 0px;
        padding: 34px 10px; }
        .navbar-default .navbar-right .cart-box a:hover {
          background-color: #9c332e !important; }
          .navbar-default .navbar-right .cart-box a:hover span {
            background-color: #c2332e; }
        .navbar-default .navbar-right .cart-box a .cart-number {
          top: 23px;
          left: 30px;
          background-color: #c2332e;
          color: #FFFFFF; }

@media (min-width: 960px) and (max-width: 1100px) {
  .navbar-default .navbar-header {
    margin-right: 30px !important; }
  .navbar-default .navbar-nav li a {
    padding: 27px 6px; }
  .navbar-default .navbar-right .lang .dropdown-toggle {
    min-width: 100px !important;
    padding: 27px 10px; }
  .navbar-default .navbar-right .my-account a#login_out {
    margin: 10px 15px 10px 0px; } }
@media (max-width: 960px) {
  .navbar-toggle {
    display: block; }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-default .navbar-header {
    float: none;
    margin-right: 0px !important; }
  .navbar-default .navbar-collapse {
    padding: 0px;
    border-top: 1px solid #e7e7e7;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-left: -15px;
    background-color: #FFFFFF; }
    .navbar-default .navbar-collapse .navbar-nav {
      float: none !important;
      margin: 5px 0px; }
      .navbar-default .navbar-collapse .navbar-nav li {
        float: none;
        margin: 0px 0px 5px; }
        .navbar-default .navbar-collapse .navbar-nav li a {
          line-height: 20px !important;
          padding: 8px 15px !important;
          margin: 0px !important; }
    .navbar-default .navbar-collapse .navbar-right {
      float: none !important;
      margin: 5px 0px; }
      .navbar-default .navbar-collapse .navbar-right .my-account .dropdown-toggle, .navbar-default .navbar-collapse .navbar-right .login-btn .dropdown-toggle {
        margin: 0px !important;
        text-align: left !important; }
      .navbar-default .navbar-collapse .navbar-right .my-account #login_out, .navbar-default .navbar-collapse .navbar-right .login-btn #login_out {
        text-align: left !important; }
      .navbar-default .navbar-collapse .navbar-right .cart-box a .cart-number {
        top: 5px;
        left: 36px; }
  .navbar-default .navbar-collapse.collapse {
    display: none !important; }
  .navbar-default .collapse.in {
    display: block !important; }
    .navbar-default .collapse.in .navbar-nav {
      margin: 5px 0px; }
      .navbar-default .collapse.in .navbar-nav li a {
        padding: 8px 15px !important;
        margin: 0px !important; }
    .navbar-default .collapse.in .navbar-right {
      margin: 5px 0px; }
      .navbar-default .collapse.in .navbar-right .lang {
        margin: 0px 0px 5px  !important; }
      .navbar-default .collapse.in .navbar-right .lang.open .dropdown-menu {
        background-color: #FFFFFF;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .navbar-default .collapse.in .navbar-right .my-account .dropdown-toggle, .navbar-default .collapse.in .navbar-right .login-btn .dropdown-toggle {
        border: none !important;
        margin: 0px !important;
        padding: 10px 15px !important;
        border-radius: 0px !important;
        text-align: left !important; }
      .navbar-default .collapse.in .navbar-right .my-account #login_out, .navbar-default .collapse.in .navbar-right .login-btn #login_out {
        border: none !important;
        padding: 10px 15px !important;
        margin: 0 !important;
        text-align: left !important; }
        .navbar-default .collapse.in .navbar-right .my-account #login_out:hover, .navbar-default .collapse.in .navbar-right .login-btn #login_out:hover {
          background: #c2332e !important; }
      .navbar-default .collapse.in .navbar-right .my-account .dropdown-menu, .navbar-default .collapse.in .navbar-right .login-btn .dropdown-menu {
        background-color: #FFFFFF; }
      .navbar-default .collapse.in .navbar-right .my-account.open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .navbar-default .collapse.in .navbar-right .my-account.open .dropdown-menu li {
          margin: 5px 0px 5px 0px; }
      .navbar-default .collapse.in .navbar-right .cart-box {
        margin: 0px !important; } }
/*===========================
        Login Page
=============================*/
@media (max-width: 991px) {
  .login-row .border-side {
    border-left: none; }
    .login-row .border-side .inside-login {
      margin-left: -15px;
      margin-right: -15px; } }

/* After purchase login Modal */
#purchase_logout button.close {
  color: #FFFFFF;
  background-color: #c2332e;
  opacity: 1;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 28px;
  margin-top: -20px;
  margin-right: -20px; }
#purchase_logout .modal-body .fa-sign-in {
  color: #c2332e; }
#purchase_logout .modal-body .btn-info {
  width: 200px; }

/*===========================
        New Registration
=============================*/
.new_registration form .form-group {
  margin-right: 0px;
  margin-left: 0px; }
  .new_registration form .form-group label {
    text-align: left;
    padding: 7px 0px;
    width: 100%; }

/*===========================
        Course Details
=============================*/
.detail-box .panel-default:hover {
  border-color: #9c332e !important; }
.detail-box .panel-default .panel-body a:hover {
  color: #003946; }
.detail-box .panel-default .panel-body a .title {
  color: #003946; }
.detail-box .panel-default .panel-body .btn-info {
  border-radius: 0px !important;
  background-color: #c2332e !important;
  border: #c2332e !important; }
  .detail-box .panel-default .panel-body .btn-info:hover {
    color: #FFFFFF !important;
    background-color: #9c332e !important; }

.detail-page-row .btn-info {
  background-color: #c2332e;
  border-color: #c2332e !important;
  border-radius: 0px !important; }
  .detail-page-row .btn-info:hover {
    background-color: #9c332e !important;
    border-color: #9c332e !important;
    color: #FFFFFF !important; }

/*===========================
        My Courses
=============================*/
.llqp .course-box .panel-default:hover {
  border-color: #9c332e; }

/*===========================
        Reports
=============================*/
.loggedin-landing-row .results-page .results-pop .col-name {
  margin-top: 0px; }
  .loggedin-landing-row .results-page .results-pop .col-name h2 {
    margin: 5px 0px; }
.loggedin-landing-row .results-page .results-pop .info-detail {
  font-size: 15px; }

/*===========================
        Contact Us
=============================*/
.contact-header {
  height: 450px;
  background: url(../img/contact-bg.jpg) top center no-repeat;
  background-size: cover;
  margin-top: -40px; }
  @media (max-width: 768px) {
    .contact-header {
      height: 250px;
      margin-top: 0px; } }

.contact-us h2 {
  margin-top: 0px; }
.contact-us i {
  color: #c2332e; }
.contact-us .contact-left .img-responsive {
  width: 125px; }
.contact-us .contact-left i {
  float: left;
  padding-right: 20px;
  padding-top: 5px; }
.contact-us .contact-left p {
  float: left;
  margin-top: 0;
  margin-bottom: 25px; }
.contact-us #td-path {
  padding-top: 20px; }
.contact-us .contact-form h3 {
  font-weight: normal;
  color: #c2332e;
  font-size: 1.5em; }
.contact-us .contact-form .form-control {
  height: 40px !important;
  font-size: 14px;
  border-radius: 0 !important;
  text-transform: uppercase; }
.contact-us .contact-form #message {
  height: auto !important; }
.contact-us #contact_form .btn-info {
  background-color: #c2332e !important;
  border-radius: 0px !important; }
  .contact-us #contact_form .btn-info:hover {
    background-color: #9c332e !important; }

/*===========================
        checkout Page
=============================*/
.checkout input, .checkout select, .checkout textarea, .checkout button, .checkout .form-control {
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
.checkout .page-header {
  padding-bottom: 0px;
  margin: 25px 0 15px; }
  .checkout .page-header h2 {
    font-style: normal;
    color: #003946;
    font-weight: normal; }
.checkout table h4 a:hover {
  color: #003946; }
.checkout .details legend {
  color: #c2332e; }
.checkout .details .control-group label {
  text-transform: uppercase;
  color: #003946; }
.checkout .payment-box .details .alert-error {
  padding: 0px;
  margin-bottom: 10px; }
  .checkout .payment-box .details .alert-error .help-inline {
    color: #C2332E; }
.checkout .payment-box .details .controls select, .checkout .payment-box .details .controls input {
  width: 100%;
  border-radius: 0px !important; }
.checkout .form-actions .my-120-btn {
  border-radius: 0px !important;
  margin-bottom: 10px; }
.checkout .form-actions #continue_btn {
  background-color: #c2332e;
  border-color: #c2332e; }
  .checkout .form-actions #continue_btn:hover {
    background-color: #9c332e;
    border-color: #9c332e; }
.checkout .form-actions .btn-info.pushdown {
  background-color: #003946;
  border-color: #003946;
  border: 1px solid transparent; }
  .checkout .form-actions .btn-info.pushdown:hover {
    background-color: #9c332e;
    border-color: #9c332e; }
.checkout .form-actions .btn-primary.pushdown {
  background-color: #c2332e;
  border-color: #c2332e; }
  .checkout .form-actions .btn-primary.pushdown:hover {
    background-color: #9c332e;
    border-color: #9c332e; }

.checkout.order-page {
  min-height: 100px;
  margin-bottom: 25px; }

.billing legend {
  color: #c2332e; }
.billing .control-group label {
  text-transform: uppercase;
  color: #003946;
  width: 100%;
  text-align: left;
  font-weight: normal; }
.billing .control-group .controls input, .billing .control-group .controls select {
  width: 100%; }
.billing .control-group .controls .help-inline {
  color: #C2332E; }
.billing .shipping-details .billing-checkbox {
  float: right;
  font-size: 16px; }
  .billing .shipping-details .billing-checkbox label {
    color: #003946; }
.billing .shipping-details .checkbox {
  font-weight: bold;
  text-transform: initial; }
  .billing .shipping-details .checkbox input {
    width: initial;
    vertical-align: middle;
    margin: 0px 5px 1px 0px !important; }
.billing .form-actions .btn-info.push {
  width: 100%;
  background-color: #003946;
  margin-left: 0px; }
  .billing .form-actions .btn-info.push:hover {
    background-color: #9c332e; }
.billing .form-actions .btn-primary {
  width: 100%;
  background-color: #c2332e;
  border-color: #c2332e; }
  .billing .form-actions .btn-primary:hover {
    background-color: #9c332e;
    border-color: #9c332e; }

/*===========================
            Confirm
=============================*/
.confirm-page .thumbnail {
  border: none; }
.confirm-page .details .course-title {
  margin-top: 0px; }
.confirm-page .details .form-actions #empty_cart {
  margin-right: 35px;
  width: 150px; }
.confirm-page .details .form-actions .btn-info {
  width: 150px;
  height: 35px; }

/*===========================
        Success Reg Page
=============================*/
.reg-success-page .panel-body .click-link {
  color: #003946;
  font-weight: bold;
  text-decoration: underline; }


/*===========================
           Audio
=============================*/
.audio .header_bkg {
  background-image: url("../img/header-audionotes.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 310px; }
  .audio .header_bkg h3.white {
    padding: 60px 0px 40px 0px;
    margin-top: 0px;
    text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.77);
    font-size: 34px;
    font-weight: bold; }
  .audio .header_bkg h4.white, .audio .header_bkg .module-webinar .bootCamp-header .info-box p.white, .module-webinar .bootCamp-header .info-box .audio .header_bkg p.white {
    text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.77);
    font-size: 22px;
    font-weight: 600;
    font-family: "Raleway", sans-serif !important; }
  .audio .header_bkg .form-control {
    color: #262C59;
    font-size: 16px;
    height: 45px;
    font-weight: bold;
    border-radius: 6px !important; }
.audio .wifi-txt {
  margin-top: 25px; }
.audio .coming-soon-txt {
  font-size: 20px;
  text-transform: uppercase; }
.audio .selected .grey-btn {
  background: #262C59 !important;
  color: #fff !important; }
.audio .bookmark {
  position: absolute;
  right: 25px;
  top: -5px; }
  .audio .bookmark div {
    margin-left: -20px; }
  .audio .bookmark:hover {
    color: #C2332E; }
.audio h3 {
  margin-bottom: 15px; }
.audio .row a {
  color: #262C59 !important; }
  .audio .row a:hover .grey-btn {
    color: #fff !important;
    background: #262C59 !important; }

/*===========================
        Bootcamp details
=============================*/
.module-webinar .bootCamp-header {
  background-image: url("../img/boot_camp-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0px; }
  .module-webinar .bootCamp-header .module-title {
    color: #C2332E;
    font-size: 32px !important;
    margin-bottom: 0px; }
    @media (max-width: 640px) {
      .module-webinar .bootCamp-header .module-title {
        font-size: 28px !important; } }
    @media (max-width: 440px) {
      .module-webinar .bootCamp-header .module-title {
        font-size: 20px !important; } }
  .module-webinar .bootCamp-header h3 {
    color: #262C59;
    margin: 0px 0px 25px 0px;
    font-size: 24px; }
    @media (max-width: 640px) {
      .module-webinar .bootCamp-header h3 {
        font-size: 20px; } }
    @media (max-width: 440px) {
      .module-webinar .bootCamp-header h3 {
        font-size: 16px; } }
  .module-webinar .bootCamp-header .info-box {
    background-color: #262C59;
    padding: 20px; }
    @media (max-width: 440px) {
      .module-webinar .bootCamp-header .info-box {
        width: 85%; } }
    .module-webinar .bootCamp-header .info-box h4, .module-webinar .bootCamp-header .info-box p {
      color: #FFFFFF;
      font-family: "Raleway", sans-serif !important;
      margin: 5px 0px; }
      @media (max-width: 640px) {
        .module-webinar .bootCamp-header .info-box h4, .module-webinar .bootCamp-header .info-box p {
          font-size: 18px; } }
      @media (max-width: 440px) {
        .module-webinar .bootCamp-header .info-box h4, .module-webinar .bootCamp-header .info-box p {
          font-size: 16px; } }
    .module-webinar .bootCamp-header .info-box p {
      font-size: 18px; }
      @media (max-width: 640px) {
        .module-webinar .bootCamp-header .info-box p {
          font-size: 16px; } }
      @media (max-width: 440px) {
        .module-webinar .bootCamp-header .info-box p {
          font-size: 13px; } }
    .module-webinar .bootCamp-header .info-box .btn-rounded-red {
      color: #FFFFFF;
      background-color: #C2332E;
      border-radius: 20px;
      padding: 5px 15px;
      border: 2px solid #C2332E;
      font-size: 13px;
      margin-top: 15px; }
      .module-webinar .bootCamp-header .info-box .btn-rounded-red:hover {
        color: #FFFFFF;
        background-color: transparent;
        border: 2px solid #C2332E; }
      .module-webinar .bootCamp-header .info-box .btn-rounded-red:focus, .module-webinar .bootCamp-header .info-box .btn-rounded-red:active {
        outline: none !important;
        box-shadow: none !important; }
.module-webinar .upcoming-webinars .page-header {
  margin-top: 30px;
  margin-bottom: 0px; }
  .module-webinar .upcoming-webinars .page-header span {
    font-weight: bold; }
  .module-webinar .upcoming-webinars .page-header h5 {
    color: #262C59;
    font-size: 20px;
    margin-bottom: 0px; }
    @media (max-width: 640px) {
      .module-webinar .upcoming-webinars .page-header h5 {
        font-size: 18px; } }
.module-webinar .upcoming-webinars .details-btn {
  background-color: #262C59;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  border: none;
  font-size: 13px; }
  .module-webinar .upcoming-webinars .details-btn:hover {
    background-color: #C2332E;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    border: none; }
.module-webinar .past-webinars .page-header {
  margin-bottom: 0px; }
  .module-webinar .past-webinars .page-header span {
    font-weight: bold; }
  .module-webinar .past-webinars .page-header h5 {
    color: #262C59;
    font-size: 20px;
    margin-bottom: 0px; }
    @media (max-width: 640px) {
      .module-webinar .past-webinars .page-header h5 {
        font-size: 18px; } }
.module-webinar .past-webinars .thumbnail {
  border: none; }
  .module-webinar .past-webinars .thumbnail .caption {
    padding: 20px 0px 0px; }
.module-webinar .past-webinars .btn-replay {
  background-color: #262C59;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  border: none;
  font-size: 13px; }
  .module-webinar .past-webinars .btn-replay:hover {
    background-color: #C2332E;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    border: none; }
.module-webinar .upcoming-webinars .thumbnail, .module-webinar .past-webinars .thumbnail {
  border: none; }
  .module-webinar .upcoming-webinars .thumbnail .upcoming-date, .module-webinar .upcoming-webinars .thumbnail .past-date, .module-webinar .past-webinars .thumbnail .upcoming-date, .module-webinar .past-webinars .thumbnail .past-date {
    font-size: 17px;
    color: #262C59;
    font-weight: 700; }
    @media (max-width: 640px) {
      .module-webinar .upcoming-webinars .thumbnail .upcoming-date, .module-webinar .upcoming-webinars .thumbnail .past-date, .module-webinar .past-webinars .thumbnail .upcoming-date, .module-webinar .past-webinars .thumbnail .past-date {
        font-size: 15px; } }
  .module-webinar .upcoming-webinars .thumbnail .caption, .module-webinar .past-webinars .thumbnail .caption {
    padding: 20px 0px 0px; }
.module-webinar .prior-info h4, .module-webinar .prior-info .bootCamp-header .info-box p, .module-webinar .bootCamp-header .info-box .prior-info p {
  font-family: "Raleway", sans-serif !important; }
  @media (max-width: 640px) {
    .module-webinar .prior-info h4, .module-webinar .prior-info .bootCamp-header .info-box p, .module-webinar .bootCamp-header .info-box .prior-info p {
      font-size: 15px; } }
.module-webinar .prior-info ol {
  padding-left: 17px; }
  .module-webinar .prior-info ol li {
    color: #262C59;
    font-weight: bold;
    margin-bottom: 10px; }
    @media (max-width: 640px) {
      .module-webinar .prior-info ol li {
        font-size: 14px; } }
    @media (max-width: 440px) {
      .module-webinar .prior-info ol li {
        font-size: 12px; } }
    .module-webinar .prior-info ol li span {
      color: #757575;
      font-weight: normal; }
@media (max-width: 440px) {
  .module-webinar .prior-info p {
    font-size: 14px; } }

.bootcampDetails {
  top: 20px; }
  .bootcampDetails .modal-content .modal-header {
    background-color: #262C59;
    -webkit-top-right-radius: 20px !important;
    -moz-border-radius-topright: 20px !important;
    -ms-border-top-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
    -webkit-top-left-radius: 20px !important;
    -moz-border-radius-topleft: 20px !important;
    -ms-border-top-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
    font-family: "Raleway", sans-serif; }
    .bootcampDetails .modal-content .modal-header .close {
      color: #FFFFFF;
      background-color: #C2332E;
      font-family: "PT Sans", "helvetica", sans-serif;
      opacity: 1;
      border: 0;
      width: 40px;
      height: 40px;
      -webkit-border-radius: 50% !important;
      -moz-border-radius: 50% !important;
      -ms-border-radius: 50% !important;
      border-radius: 50% !important;
      font-size: 28px;
      margin-top: -35px;
      margin-right: -35px; }
      .bootcampDetails .modal-content .modal-header .close:hover {
        background-color: #FFFFFF;
        color: #C2332E; }
      @media (max-width: 767px) {
        .bootcampDetails .modal-content .modal-header .close {
          width: 35px;
          height: 35px;
          margin-top: -25px;
          margin-right: -25px; } }
    .bootcampDetails .modal-content .modal-header .modal-title {
      font-size: 22px; }
      @media (max-width: 640px) {
        .bootcampDetails .modal-content .modal-header .modal-title {
          font-size: 20px; } }
      @media (max-width: 440px) {
        .bootcampDetails .modal-content .modal-header .modal-title {
          font-size: 18px; } }
    .bootcampDetails .modal-content .modal-header p {
      font-size: 18px;
      opacity: 0.7;
      font-weight: 300;
      margin-bottom: 0px; }
      @media (max-width: 640px) {
        .bootcampDetails .modal-content .modal-header p {
          font-size: 16px; } }
      @media (max-width: 440px) {
        .bootcampDetails .modal-content .modal-header p {
          font-size: 14px; } }
  .bootcampDetails .modal-content .modal-body {
    background-image: url("../img/webinar-img.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    -webkit-bottom-right-radius: 20px !important;
    -moz-border-radius-bottomright: 20px !important;
    -ms-border-bottom-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important; }
    @media (max-width: 550px) {
      .bootcampDetails .modal-content .modal-body {
        background-image: none; } }
    @media (max-width: 640px) {
      .bootcampDetails .modal-content .modal-body p {
        font-size: 14px; } }
    @media (max-width: 440px) {
      .bootcampDetails .modal-content .modal-body p {
        font-size: 12px; } }
    @media (max-width: 440px) {
      .bootcampDetails .modal-content .modal-body p a {
        font-size: 11px; } }
    .bootcampDetails .modal-content .modal-body .date, .bootcampDetails .modal-content .modal-body .time {
      font-size: 18px;
      font-family: "Raleway", sans-serif; }
      @media (max-width: 640px) {
        .bootcampDetails .modal-content .modal-body .date, .bootcampDetails .modal-content .modal-body .time {
          font-size: 16px; } }
/*# sourceMappingURL=da-style.css.map */

.detail-page {
  background-image: url(../img/detail-page.jpg);
  background-size: cover;
  height: 255px;
  padding: 70px 0; }
.inner-header2 {
  background-image: url(../img/inner-header-bg-1.jpg);
  background-size: cover;
  height: 380px; }

label.control-label {
  text-align: left !important;
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 15px;
  line-height: 30px;
}

.signin-form-container label.control-label {
  padding-left: 30px;
  line-height: 30px;
}

.signin-form-container {
  background-color: #262c59;
  color: #fff;
}

.signin-form-container .wrapper-login {
  padding: 15px;
}

.signin-form-container .btn-info {
  background-color: #c2332e;
  width: 100%;
  margin-top: -20px;
}

.signin-form-container a {
  color: #fff;
}

.border-side {
  border-left: 1px solid #e0e0e0;
}

.box-home .btn-info:hover {
  background-color: #262c59 !important;
}

.course-box {
  width: 350px;
  float: left;
  margin-right: 25px;
}

.xs-text {
  font-size: 12px;
  line-height: 1.2em;
  padding-top: 10px;
}

.llqp h4 {
  font-weight: normal;
  margin-top: 15px; }
.llqp .panel-default {
  height: 475px; }
  .llqp .panel-default .img-responsive {
    width: 100%; }
  .llqp .panel-default li {
    font-size: 15px !important; }
    .llqp .panel-default li a:hover {
      text-decoration: underline !important; }
  .llqp .panel-default .title {
    min-height: auto !important; }

@media (max-width: 700px) {
  .listcourses .img-responsive {
    width: 100%; }
  .listcourses .panel {
    height: auto !important; }

  .header-results h3 {
    float: left;
    width: 100%; }

  h4.scoring {
    width: 100%;
    border-left: 0 !important;
    padding: 0 0 10px 10px !important; }

  .llqp .course-box, .listcourses .course-box {
    width: 100%; } }
@media (max-width: 667px) {
  .img-wbc {
    display: none; }

  .content-wbc-header .col-xs-8 {
    width: 100%; }

  .llqp .course-box .panel {
    height: auto !important; }

  .listcourses .course-box .panel {
    height: auto !important; }
  .listcourses .img-responsive {
    width: 100%; }

  .content-wbc-header h1 {
    font-size: 24px !important; } }
@media (max-width: 480px) {
  .video-thumb {
    margin-bottom: 100px; } }
@media (max-width: 380px) {
  .content-wbc-header h1 {
    font-size: 18px !important;
    border: 0;
    padding-top: 15px;
    padding-bottom: 0; }
  .content-wbc-header h2 {
    font-size: 18px !important; }

  .avail-img, .video-thumb, .overlay-video {
    display: none; }

  .video-item {
    min-height: auto;
    margin-bottom: 20px; }

  .video-desc {
    margin-left: 0 !important; } }

/*===========================
           Bootcamp
=============================*/
#bootcamp-main .table-striped > tr:nth-of-type(odd) {
  background-color: #d3d4dd !important; }
#bootcamp-main .bootcamp-header {
  background: url(/assets/img/bootcamp_bkg.jpg) top center no-repeat;
  background-size: cover;
  margin-top: 0px;
  height: 380px;
  margin-bottom: 30px;
  padding-top: 35px; }
  #bootcamp-main .bootcamp-header .blue-box {
    background: url(/assets/img/blue-bkg.png) top center repeat;
    margin-top: 25px;
    padding: 10px; }
    #bootcamp-main .bootcamp-header .blue-box .btn-rounded-red {
      float: right; }
  #bootcamp-main .bootcamp-header h1 {
    color: #fff;
    font-size: 30px !important;
    text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.77); }
  #bootcamp-main .bootcamp-header h4, #bootcamp-main .bootcamp-header h5, #bootcamp-main .bootcamp-header h6 {
    color: white;
    font-family: "Raleway", sans-serif !important; }
  #bootcamp-main .bootcamp-header h4 {
    text-transform: capitalize !important; }
  #bootcamp-main .bootcamp-header h6 {
    font-size: 18px; }
#bootcamp-main .main-details {
  background-color: #d3d4dd;
  padding: 15px 20px;
  margin-bottom: 40px;
  color: #262C59; }
#bootcamp-main .module-list img {
  margin-bottom: 20px; }
#bootcamp-main .module-list .title-main {
  color: #262C59;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  height: 40px;
  font-size: 14px; }
#bootcamp-main .btn-replay {
  font-size: 13px; }
#bootcamp-main .bootcamp-box {
  margin-bottom: 40px; }

table.table-schedule {
  text-align: center; }
  table.table-schedule th {
    background-color: #dee9f3;
    color: #262C59;
    font-weight: bold;
    text-align: center; }
  table.table-schedule tr:nth-child(odd) {
    background-color: #d3d4dd !important; }

#schedule .modal-header {
  border: none;
  text-align: center; }
#schedule .close {
  color: #fff !important;
  background-color: #C2332E;
  opacity: 1 !important;
  border: 0 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  font-size: 28px !important;
  margin-top: -20px !important;
  margin-right: -20px !important; }
  #schedule .close:hover {
    background-color: white;
    color: #C2332E !important; }
#schedule .table-scroll {
  overflow-x: auto; }

.btn-rounded-red {
  background-color: #C2332E;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  border: 2px solid #C2332E;
  font-size: 13px;
  cursor: pointer; }
  .btn-rounded-red:hover, .btn-rounded-red:active, .btn-rounded-red:focus {
    background-color: transparent;
    border: 2px solid #C2332E;
    color: #C2332E; }

@media (max-width: 991px) {
  .main-details .btn-rounded-red {
    margin-top: 30px; }

  #bootcamp-main .bootcamp-header h1 {
    font-size: 22px !important; } }
@media (max-width: 991px) {
  .img-responsive {
    width: 100%; } }

.list-wbc {
  color: #939fa7; }

.btn-replay {
  background-color: #262C59;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  border: none; }
  .btn-replay:hover, .btn-replay:active, .btn-replay:focus {
    background-color: #C2332E;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    border: none; }

.past-events h3 {
  padding-bottom: 15px;
  padding-left: 15px; }


/*===========================
           Webcasts
=============================*/
.webcast-header {
  background: url(/assets/img/webcast-header.jpg) top center no-repeat;
  background-size: cover;
  margin-top: 0px;
  height: 425px;
  margin-bottom: 15px; }

.overlay-wbc {
  position: absolute;
  margin-top: -191px; }

.upcoming-webcasts {
  margin-bottom: 50px; }
  .upcoming-webcasts h3 {
    padding-bottom: 15px;
    padding-left: 15px; }

.img-webcast {
  height: 176px;
  margin-bottom: 15px; }

.date-webcast {
  color: #C2332E;
  font-weight: bold;
  font-size: 18px; }

.time-webcast {
  color: #262C59;
  font-weight: bold;
  margin-bottom: 10px; }

.btn-webcast {
  background-color: #C2332E;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  border: none; }
  .btn-webcast:hover {
    background-color: #262C59;
    color: #fff; }

.details-webcast {
  padding-bottom: 15px;
  font-size: 15px;
  min-height: 160px; }

.webcast-box {
  margin-bottom: 50px;
  height: 450px; }

.bluebold {
  color: #262C59;
  font-weight: bold; }

.webcast-header h1, .webcast-header h2 {
  color: #fff; }

.custmodal .modal-title, .custmodal .modal-header p {
  color: #fff !important; }
.custmodal h3.modal-title {
  margin-top: 20px; }
.custmodal .modal-header a {
  color: #7faac9;
  text-decoration: underline; }
.custmodal .modal-content {
  padding-bottom: 20px; }
.custmodal .modal-header a:hover {
  color: #C2332E;
  text-decoration: underline; }

.modal-dialog, .modal-content {
  border-radius: 20px !important; }

.custmodal .modal-header {
  padding: 9px 15px;
  height: 200px;
  border-bottom: 1px solid #eee;
  background: url(/assets/img/header-modal.jpg);
  background-repeat: no-repeat;
  -webkit-border-top-left-radius: 18px;
  -webkit-border-top-right-radius: 18px;
  -moz-border-radius-topleft: 18px;
  -moz-border-radius-topright: 18px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px; }

.thin {
  font-weight: 300;
  color: #718592; }

.modal-date {
  margin-top: 20px; }

.modal-time {
  color: #fff;
  font-size: 18px;
  padding-top: 5px; }

.custmodal .modal-body {
  padding: 0 15px 15px 15px; }
.custmodal button.close {
  color: #fff !important;
  background-color: #C2332E;
  opacity: 1 !important;
  border: 0 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  margin-right: -15px !important;
  margin-top: -10px !important;
  font-size: 28px !important; }

.content-wbc-header {
  margin-top: 20px; }
  .content-wbc-header h1 {
    border-bottom: 1px solid #ccc;
    font-size: 34px !important;
    padding-bottom: 15px; }
  .content-wbc-header h2 {
    font-size: 26px !important; }

.topics-wbc {
  color: #fff;
  font-weight: bold; }

.img-wbc {
  margin-top: 25px; }

.header-time {
  color: #C2332E;
  font-size: 20px;
  font-weight: bold; }

.list-wbc {
  color: #939fa7; }

.btn-replay {
  background-color: #262C59;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  border: none; }
  .btn-replay:hover, .btn-replay:active, .btn-replay:focus {
    background-color: #C2332E;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    border: none; }

.past-events h3 {
  padding-bottom: 15px;
  padding-left: 15px; }

.webcast-header ul, .webcast-box ul {
  padding-left: 20px !important; }

.webcast-header ul {
  margin-bottom: 25px !important; }

.webcast-box ul {
  font-size: 14.5px; }

.custmodal {
  min-height: 500px !important; }

.head-web {
  background-color: #262C59;
  color: #fff;
  margin-top: -22px;
  padding: 10px 0 5px 0 !important; }
  .head-web h3 {
    text-align: center; }

.videoplayer .modal-dialog {
  margin: !important;
  padding: 0 !important; }
.videoplayer .modal-body {
  margin: 0 !important;
  padding: 0 !important; }
.videoplayer .modal-header {
  background-color: #262C59;
  border-bottom: 0 !important;
  color: #fff; }
  .videoplayer .modal-header h3 {
    margin: 7px !important;
    font-size: 22px !important; }

.main-wbc {
  width: 600px;
  height: 460px;
  background-color: #000;
  float: left;
  border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px; }

.select-wbc {
  float: left;
  width: 298px;
  min-height: 460px; }

.wbc-item {
  height: 112px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: block;
  float: none; }

.videoplayer button.close {
  color: #fff !important;
  opacity: 1 !important;
  font-size: 36px !important;
  padding: 5px 15px !important; }

.video-wbc {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  float: left;
  margin: 15px 10px; }

.wbc-title {
  float: left;
  font-size: 14px;
  margin-top: 20px;
  width: 173px;
  font-weight: bold; }

.select-wbc a {
  color: #262C59 !important; }

.wbc-active {
  background: #7c809b !important; }
  .wbc-active a {
    color: #fff !important; }
  .wbc-active .video-wbc {
    border: 1px solid #262C59; }

.wbc-item:hover {
  background-color: #d3d4dd; }

/*===========================
           Results page
=============================*/
.results-page h3 {
  margin-bottom: 20px !important;
  margin-top: 30px !important; }
.results-page a {
  color: #0e3055 !important;
  text-decoration: underline; }
  .results-page a:hover {
    color: #e5a04d !important;
    text-decoration: underline; }
.results-page .test_results {
  margin-bottom: 40px !important; }

li.chapter_titles ul {
  display: none;
  margin-top: 1em; }
li.chapter_lists table {
  display: none;
  border-collapse: collapse;
  margin-top: 1em;
  width: 85%; }
  li.chapter_lists table th, li.chapter_lists table td {
    padding: 5px;
    border: 1px solid #ccc;
    text-align: center; }
  li.chapter_lists table th {
    color: #fefefe; }

.results-page ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

li.chapter_titles, li.chapter_lists {
  background-image: url(/assets/img/plus.png);
  background-repeat: no-repeat;
  background-position: .1em .1em;
  padding-left: 2.2em; }
li.chapter_titles:hover {
  cursor: pointer; }
li.chapter_lists:hover {
  cursor: pointer;
  text-decoration: underline; }
li.expanded:hover {
  text-decoration: none !important; }
li.chapter_titles {
  margin-bottom: 1.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: bold;
  color: #0e3055 !important; }
  li.chapter_titles:hover {
    /*background-color:#edf0f7;*/
    border-color: #0e3055; }
li.chapter_lists {
  margin-bottom: 1em;
  font-weight: normal !important; }
li.chapter_titles {
  background-position: 1em 1em;
  padding: 1em;
  padding-left: 3em;
  cursor: pointer;
  font-weight: bold;
  color: #262C59; }
li.expanded {
  background-image: url(/assets/img/minus.png); }

.fa-check {
  color: #7ac477; }

.fa-close {
  color: #ee3d56; }

.results-page {
  padding-left: 30px !important;
  margin-bottom: 40px; }
  .results-page h3 {
    font-size: 18px;
    color: #C2332E;
    margin-top: 40px !important; }

.inner-result-list li {
  list-style-type: none; }

.sizedown {
  font-size: 13px; }

.results-page .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #E9E9EE !important; }

table.test_results2 {
  display: none;
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 15px; }

li.chapter_lists {
  cursor: pointer;
  font-weight: normal; }

.chapter_titles .test_results {
  text-decoration: none !important; }

table.test_results {
  display: none;
  width: 100%;
  max-width: 750px;
  border: 1px solid #ccc; }
  table.test_results tr th {
    text-align: center;
    background-color: #262C59;
    color: #fff;
    padding: 8px;
    border-top: 1px solid #ddd; }
table.test_results2 tr th {
  text-align: center;
  background-color: #262C59;
  color: #fff;
  padding: 8px;
  border-top: 1px solid #ddd; }
table.test_results tr td, table.test_results2 tr td {
  text-align: center;
  padding: 8px;
  border-top: 1px solid #ddd; }
table.test_results tr td a:link, table.test_results tr td a:active, table.test_results tr td a:visited {
  font-weight: bold !important;
  color: #262C59 !important; }
table.test_results tr td a:hover {
  font-weight: bold !important;
  color: #262C59 !important;
  text-decoration: underline !important; }
table.test_results2 tr:nth-child(even) {
  background-color: #f7f7f7; }

ul.chapter_list_wrap {
  list-style-type: none; }

.cert_result {
  margin-top: 30px; }

.results-page .container {
  width: 100% !important; }

  /*===========================
           Video page
=============================*/
.video-header {
  background-image: url(../img/video.jpg);
  background-size: cover;
  height: 477px; }

.overlay-video {
  width: 100px;
  height: 75px;
  background: transparent;
  color: #fff;
  position: absolute;
  top: 25px;
  left: 50px; }
  .overlay-video a {
    color: #fff !important; }
    .overlay-video a:hover span {
      color: #C2332E !important; }

.videos {
  padding-top: 10px; }
  .videos h2 {
    padding-left: 15px;
    padding-bottom: 20px; }

.video-thumb {
  float: left;
  margin-right: 20px;
  width: 100px;
  height: 75px;
  margin-bottom: 30px; }

.video-title {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  margin-top: -5px;
  margin-bottom: 5px; }
  .video-title a:hover {
    text-decoration: underline; }

.video-desc {
  font-size: 15px;
  margin-left: 120px; }

.video-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  min-height: 160px; }

.duration {
  font-size: 14px;
  color: #262C59;
  font-weight: bold;
  float: left; }

.pdf-video {
  float: left;
  color: #262C59;
  margin-left: 15px;
  clear: right;
  margin-top: -2px; }
  .pdf-video a {
    font-size: 14px !important;
    color: #262C59 !important;
    font-weight: bold; }
    .pdf-video a:hover {
      text-decoration: underline; }

.video-desc {
  float: none; }

.video-details {
  width: 100%;
  float: none;
  margin-bottom: 10px; }

.video-item .clearfix {
  height: 20px !important; }

/*===========================
          Quizz
=============================*/
.exam-wrapper label {
  color: #262C59;
  font-weight: bold; }
  .exam-wrapper label em {
    margin-right: 10px; }
.exam-wrapper ul label, .exam-wrapper ol label {
  font-weight: normal;
  color: #757575; }
.exam-wrapper fieldset {
  border: 1px solid #ccc;
  background-color: #E9E9EE !important;
  padding: 25px 15px !important; }
.exam-wrapper li {
  line-height: 1.4em !important; }
.exam-wrapper ol {
  list-style-type: lower-alpha; }

.eexam-question li {
  margin: 10px 0; }

.exam-wrapper h2 {
  margin-top: 0px; }
.exam-wrapper input[type="radio"] {
  margin-right: 15px !important; }

ul.eexam-nav li {
  list-style-type: none !important;
  display: inline-block !important;
  padding-left: 15px;
  font-weight: bold;
  margin-top: 10px; }
  ul.eexam-nav li a {
    color: #262C59; }
  ul.eexam-nav li.eexam-current a {
    color: #fff !important;
    background-color: #C2332E;
    border-radius: 50%;
    padding: 2px 8px; }
  ul.eexam-nav li a:hover {
    color: #262C59;
    text-decoration: underline; }

.eexam-save {
  border: 2px solid #C2332E;
  background-color: #C2332E;
  color: #fff !important;
  font-size: 13px;
  font-weight: bold;
  border-radius: 30px !important;
  padding: 5px 30px !important;
  outline: none;
  margin-top: 15px; }
  .eexam-save:hover {
    border: 2px solid #C2332E;
    background-color: transparent;
    color: #C2332E !important;
    font-size: 13px;
    font-weight: bold;
    border-radius: 30px !important;
    padding: 5px 30px !important; }

.alert-quiz {
  margin: 2em 0 1em 0;
  font-weight: bold;
  padding: 15px;
  border: 1px solid #C2332E;
  border-radius: 3px; }

.alert-time {
  background-color: #C2332E;
  color: #fff;
  padding: 5px;
  border-radius: 3px; }

.alert-submit {
  margin: 0.75em 0 1.25em 0;
  color: #C2332E;
  font-weight: bold; }

/*===========================
           Quiz results
=============================*/
.quiz-results {
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px; }
  .quiz-results h2 {
    margin-top: 0;
    font-size: 28px !important;
    font-weight: bold !important; }
  .quiz-results h3 {
    margin-top: 0;
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 25px !important; }

.header-results {
  background-color: #262C59;
  min-height: 80px;
  margin-top: -20px;
  padding: 10px 10px 0 10px; }
  .header-results h3 {
    color: #fff !important;
    float: left;
    margin-left: 10px;
    max-width: 75%;
    font-size: 26px; }

h4.scoring {
  float: right;
  width: 140px;
  color: #fff !important;
  padding: 15px 0 15px 10px;
  font-weight: normal !important;
  border-left: 1px solid #76828b !important;
  margin-bottom: 0; }

h3.custh3 {
  margin-bottom: 0 !important;
  font-size: 18px;
  color: #262C59; }

.quiz-results #viewanswers_list {
  margin: 15px auto !important; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*===========================
           Quiz list
=============================*/
.quiz-list-head {
  background: #262C59;
  color: #fff;
  height: 60px;
  margin-bottom: 25px;
  margin-top: -10px; }
  .quiz-list-head h5 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 20px 25px;
    font-size: 16px; }

.quiz-list ul {
  margin-left: 0 !important;
  padding: 0 !important;
  list-style-type: none; }

.quiz-list-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 2em;
  list-style-type: none;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.33);
  margin-right: 20px;
  margin-left: 20px; }
  .quiz-list-item h6 {
    font-weight: bold;
    color: #262C59;
    font-size: 16px;
    float: left;
    margin-top: -1px;
    max-width: 420px;
    vertical-align: middle;
    line-height: 1.1em; }

.quiz-list-item-head {
  background-color: #d3d4dd;
  height: 45px;
  padding: 12px;
  margin-bottom: 15px; }

.quiz-btn {
  background-color: #C2332E;
  color: #fff;
  border-radius: 20px;
  padding: 5px 18px; }
  .quiz-btn:hover {
    background-color: #262C59;
    color: #fff;
    border-radius: 20px;
    padding: 5px 18px; }

.quiz-attempts {
  padding-left: 30px; }

.quiz-info {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: bold; }

.quiz-list-item .test_results {
  margin-bottom: 10px; }
  .quiz-list-item .test_results tr:nth-child(odd) {
    background-color: #d3d4dd; }
  .quiz-list-item .test_results td:first-child, .quiz-list-item .test_results th:first-child {
    padding-left: 25px; }

/*===========================
           preloader exams
=============================*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #344654;
  z-index: 10000;
  display: none; }

.overlay-msg {
  height: 300px;
  margin-top: 15%;
  color: white;
  font-size: 1.5em;
  text-align: center;
  z-index: 100001;
  display: none; }

.img-spinner {
  padding-top: 40px; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.grey-btn {
  background-color: #e9e9ee;
  border: 1px solid #bdbfcd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px 0;
  margin: 30px 0;
  text-align: center;
  max-height: 65px;
}

.cart-box a {
  padding-left: 19px !important;
}

.cart-box span {
  margin-top: -10px !important;
  margin-left: -7px !important;
}

.inside-login {
  margin-top: -10px;
}

@media (min-width: 1200px) {
  .detail-box {
    height: 400px !important;
  }

  .detail-box .panel-body {
    height: 130px !important;
  }

  .detail-box .panel-body a.btn {
    position: absolute;
    bottom: 0px;
    margin-bottom: -30px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .detail-box {
    height: 400px !important;
  }

  .detail-box .panel-body {
    height: 160px !important;
  }

  .detail-box .panel-body a.btn {
    position: absolute;
    bottom: 0px;
    margin-bottom: 80px;
  }
}
@media (max-width: 991) {
  .detail-box {
    height: 400px !important;
  }

  .detail-box .panel-body {
    height: 160px !important;
  }

  .detail-box .panel-body a.btn {
    position: absolute;
    bottom: 0px;
    margin-bottom: 80px;
  }
}
