/*=====================================================================
    
    This CSS has been complied in the TAFESA.Frontend.Build.Tools app 

    ANY STYLE ADDED IN THIS FILE WILL BE OVER WRITTEN

=======================================================================*/
/*
    TAFE SA Corporate website - Responsive
    Date: 12-09-2018
    Author: Matt Swann matt@bfa.industries
    Version: 1.0
*/
.eCommerce body {
  font-family: "Open Sans", sans-serif !important; }

.eCommerce h1 {
  font-weight: 700;
  padding: 26px 0 18px 0;
  color: #6d6d6d; }
  .eCommerce h1 {
    font-size: 18px; }
    @media screen and (min-width: 320px) {
      .eCommerce h1 {
        font-size: calc(18px + 10 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      .eCommerce h1 {
        font-size: 28px; } }

.eCommerce h2 {
  color: #555;
  padding: 24px 0 18px 0;
  font-weight: 700; }
  .eCommerce h2 {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .eCommerce h2 {
        font-size: calc(16px + 10 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      .eCommerce h2 {
        font-size: 26px; } }

.eCommerce h3 {
  color: #6d6d6d;
  padding: 22px 0 16px 0;
  font-weight: 700; }
  .eCommerce h3 {
    font-size: 15px; }
    @media screen and (min-width: 320px) {
      .eCommerce h3 {
        font-size: calc(15px + 7 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      .eCommerce h3 {
        font-size: 22px; } }

.eCommerce h4 {
  font-weight: 700;
  padding: 20px 0 14px 0;
  color: #6d6d6d; }
  .eCommerce h4 {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      .eCommerce h4 {
        font-size: calc(14px + 8 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      .eCommerce h4 {
        font-size: 22px; } }

.eCommerce .cart-cost, .eCommerce .cart-course {
  font-size: 14px; }
  @media screen and (min-width: 320px) {
    .eCommerce .cart-cost, .eCommerce .cart-course {
      font-size: calc(14px + 3 * ((100vw - 320px) / 880)); } }
  @media screen and (min-width: 1200px) {
    .eCommerce .cart-cost, .eCommerce .cart-course {
      font-size: 17px; } }

html,
body {
  background: #fff; }

.ecom_btn-theme {
  background: #fff !important;
  border: 1px solid #be1428;
  color: #be1428 !important; }

.ecom_btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  min-width: 80px;
  width: auto;
  height: 40px;
  font-size: 14px;
  line-height: 23px;
  border-radius: 0;
  margin-left: 40px;
  -webkit-transition: none;
  transition: none;
  color: #be1428;
  padding: 7px 40px; }
  .ecom_btn:hover {
    color: #fff !important;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #be1428 !important; }
  @media (max-width: 767px) {
    .ecom_btn {
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 32px; } }
  @media (max-width: 450px) {
    .ecom_btn {
      margin-right: 10px;
      margin-left: 0; } }
  @media (max-width: 350px) {
    .ecom_btn {
      margin-right: 0;
      margin-left: 0;
      margin-top: 32px; } }

.btn-checkout {
  border: 1px solid #01bc01 !important;
  color: #fff !important; }
  .btn-checkout:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #01bc01 !important;
    border: 1px solid #01bc01 !important;
    color: #fff !important; }

.eCommerce .header > .navbar > .container {
  padding: 20px 0; }

select.form-control {
  /* styling */
  background-color: white;
  display: inline-block;
  font: inherit;
  line-height: 45px;
  padding: 0em 3.5em 0em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; }

select.form-control {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 15px) calc(1em + 6px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 28px;
  background-repeat: no-repeat; }

select:focus {
  background-image: linear-gradient(45deg, #be1428 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #be1428 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 28px;
  background-repeat: no-repeat;
  outline: 0; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

span.asterisk {
  color: #be1428; }

input.form-control,
select.form-control {
  height: 45px;
  -webkit-box-shadow: 1px 1px 3px #eee;
          box-shadow: 1px 1px 3px #eee;
  border-radius: 1px; }

hr.section-separator {
  display: none; }

.tooltip.top .tooltip-inner,
.tooltip.left .tooltip-inner,
.tooltip.bottom .tooltip-inner {
  background-color: #be1428;
  min-width: 250px; }

.tooltip.left .tooltip-arrow,
.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  border-left-color: #be1428;
  border-top-color: #be1428;
  border-bottom: #be1428; }

svg.tooltip_img {
  height: 18px;
  width: 18px;
  position: relative; }
  svg.tooltip_img:hover .st1 {
    fill: #be1428;
    opacity: .5; }

.elevator-button {
  display: none;
  background: none;
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 55px;
  z-index: 100;
  text-decoration: none;
  color: #6d6d6d;
  background-color: none;
  text-transform: uppercase;
  font-size: 8px;
  text-align: center;
  line-height: 16px; }
  .elevator-button:hover {
    color: #be1428; }
  .elevator-button span.upchevron {
    font-size: 45px; }

span.course_name strong,
.course_name {
  color: #be1428 !important; }

.form-control::-ms-expand {
  display: none; }

.form-control + .glyphicon {
  position: absolute;
  right: 16px;
  top: -2px;
  padding: 8px 27px; }

.shopping-cart-placeholder {
  margin-top: 0px;
  margin-left: 30%;
  margin-right: 0px;
  padding-left: 0px; }

.shopping-cart-placeholder-inapp {
  margin-top: 30px;
  margin-left: 30%; }

.shopping-cart {
  padding-top: 0px;
  border: none !important;
  outline: none !important;
  height: 33px; }

.shopping-cart:hover {
  padding-top: 0px;
  border: none !important;
  outline: none !important;
  height: 33px; }

button.shopping-cart {
  color: white !important;
  background-color: #be1428 !important;
  border: none !important;
  outline: none !important;
  left: 8px; }

button.shopping-cart:hover {
  color: white !important;
  background-color: #f90218 !important;
  border: none !important;
  outline: none !important; }

.shopping-cart-fa {
  color: white !important;
  padding-left: 10px !important; }

.shopping-cart-fa:hover {
  color: white !important; }

.shopping-cart-dropdown {
  width: 300px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: white !important;
  overflow-y: auto; }

.cart {
  list-style-type: none;
  background-color: white !important;
  width: auto;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10pt;
  color: #6d6d6d;
  padding-left: 20px !important;
  padding-right: 20px !important; }

.cart li {
  list-style-type: none;
  background-color: white;
  width: auto;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10pt;
  color: #6d6d6d;
  line-height: 1.5; }

.cart a {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10pt !important;
  color: #ba1322; }

.cart a:visited {
  color: #ba1322; }

.cart-empty {
  text-align: center;
  padding-top: 10px; }

.dropdown-menu .quantity {
  color: #6d6d6d;
  background-color: white;
  padding-right: 10px;
  padding-left: 40px;
  text-align: right;
  float: right;
  overflow: hidden; }

.cart-dropdown-header {
  list-style-type: none !important;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13pt !important;
  color: #6d6d6d !important;
  padding-left: 0px !important;
  padding-bottom: 10px;
  font-weight: bolder; }

.cart-divider {
  background-color: #6d6d6d !important;
  color: #6d6d6d !important;
  margin-top: 2em;
  margin-bottom: 0.5em;
  border-style: ridge; }

.cart-divider-first {
  background-color: #6d6d6d !important;
  color: #6d6d6d !important;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-style: ridge; }

.cartlink {
  white-space: nowrap;
  color: white; }

.cartlink a {
  color: white !important;
  font-size: 14px; }

.cartlink a:hover {
  text-decoration: none; }

/**Cart Details**/
.btn span.glyphicon {
  opacity: 0; }

.btn.active span.glyphicon {
  opacity: 1; }

.spinner input {
  text-align: right; }

.loading-animation {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../Images/ajax-loader.gif") 50% 50% no-repeat; }

.loading-animation-text {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
  text-align: center;
  vertical-align: middle; }

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  bottom: 30px;
  font-size: 17px;
  width: 250px;
  height: 50px;
  position: center;
  margin-top: -25px;
  margin-left: -125px;
  top: 50%;
  left: 50%; }

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s; }

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
  overflow: hidden; }

/* Anytime the body has the loading class, our
modal element will be visible */
body.loading .modal {
  display: block; }

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  min-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none; }
  .btn-circle:hover {
    background: #f2f2f2 !important; }

/** modal */
.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.model-title {
  background-color: orangered !important;
  font-size: 16px; }

.model-body {
  font-size: 13px; }

#cartDetails .cart_binicon-wrapper {
  text-align: right; }
  #cartDetails .cart_binicon-wrapper span {
    text-align: right; }
  @media screen and (max-width: 767px) {
    #cartDetails .cart_binicon-wrapper {
      text-align: left; } }

@media screen and (max-width: 767px) {
  .cart_row-title {
    display: none; } }

.cart_container {
  padding: 90px 15px 60px 15px; }

.cart_attendees-mobile {
  display: none; }
  @media screen and (max-width: 767px) {
    .cart_attendees-mobile {
      display: block;
      font-weight: 700;
      padding-top: 16px; } }

.checkout-main-grid-mobile {
  display: none; }
  @media screen and (max-width: 767px) {
    .checkout-main-grid-mobile {
      display: block; } }

@media screen and (max-width: 767px) {
  .inline-quantity-control {
    padding-left: 0; } }

.amount_to_be_charged {
  font-weight: 700;
  color: #333333;
  font-size: 22px; }

.cart-item ul {
  list-style-type: none;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }

.field-validation-error {
  color: #be1428;
  font-weight: bold; }

.field-validation-valid {
  display: none; }

input.input-validation-error {
  border: 1px solid #e80c4d; }

select.input-validation-error {
  border: 1px solid #e80c4d; }

.validation-summary-errors {
  color: #be1428;
  font-weight: bold;
  font-size: 1.1em; }

.validation-summary-valid {
  display: none; }

.payment-error {
  color: #be1428;
  font-weight: bold; }

.payment-error h2 {
  color: #be1428;
  font-weight: bold; }

.payment-error li {
  font-weight: normal;
  color: #be1428;
  list-style-type: circle; }

.section-separator {
  margin: 0;
  padding: 0;
  padding-bottom: 10px; }

.applications-fieldset {
  border: 0.1pt solid #000;
  padding: 5px; }

.applications-course-info-bullets {
  padding: 5px 5px 0 0;
  margin: 16px 0; }

.payment_table {
  margin-bottom: 15px; }

.payment_table th {
  background-color: #F5F5F5;
  color: #777777;
  padding: 10px 5px 10px 5px;
  text-align: center;
  vertical-align: top; }
  .payment_table th {
    font-size: 11px; }
    @media screen and (min-width: 320px) {
      .payment_table th {
        font-size: calc(11px + 3 * ((100vw - 320px) / 448)); } }
    @media screen and (min-width: 768px) {
      .payment_table th {
        font-size: 14px; } }

.payment_table td {
  color: #444444;
  /*font-size: 12px;*/
  padding: 8px 5px 5px 5px;
  text-align: center; }

.btn-delete {
  line-height: 2em !important;
  padding-right: 15px; }

.cart-item-add {
  margin-right: 0px !important;
  color: black !important; }

.cart-item-minus {
  margin-right: 0px !important;
  color: black !important; }

.cart-item-quantity {
  max-width: 50px;
  text-align: center;
  display: inline; }

.text-info {
  font-size: 13px; }

.enrolling-myself {
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 13px;
  width: 160px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .enrolling-myself {
      width: 100%;
      text-align: left;
      padding-left: 0; } }

.checkout-main-grid {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.btn-checkout {
  background-color: #01bc01 !important;
  border-color: #01bc01 !important; }

.icon-padded {
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 30px; }

.cart-header-student {
  text-align: center; }

.sub-total {
  font-size: 15px;
  font-weight: 700; }

.btn-update {
  padding-right: 0px; }

@media (max-width: 479px) {
  .btn-update {
    padding-right: 12px !important;
    padding-bottom: 5px !important; }
  .btn-delete {
    padding-left: 0px; } }

@media (max-width: 796px) {
  .btn-delete {
    padding-left: 15px; } }

.info-empty {
  padding-bottom: 1em; }

.cart-course {
  font-weight: 700; }

.cart-course-name {
  color: #ba1322; }

.cart-course-name:visited {
  color: #ba1322; }

.cart-cost {
  font-weight: 700; }

.cart-location {
  padding-top: 1px;
  padding-bottom: 1px; }

.cart-duration {
  padding-top: 1px;
  padding-bottom: 1px; }

body {
  padding-top: 10px;
  padding-bottom: 10px; }

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal; }

.personalDetails {
  padding-top: 90px;
  padding-bottom: 70px; }
  .personalDetails .course_container h2 {
    padding: 24px 0 0 0; }

.course_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .course_flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .course_flex .flex_item {
    border: 1px solid #ccc;
    width: 30%;
    overflow: auto;
    padding: 16px;
    border-radius: 7px;
    margin-right: 24px;
    margin-top: 16px; }
    @media (max-width: 767px) {
      .course_flex .flex_item {
        width: 100%;
        margin: 8px 0; } }
    .course_flex .flex_item ul {
      padding-left: 0;
      margin-bottom: 0; }
      .course_flex .flex_item ul li {
        padding: 2px 0; }
        .course_flex .flex_item ul li label {
          color: #333333;
          margin-bottom: 0; }

.course_flex-single {
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: auto;
  padding: 16px;
  border-radius: 7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
  margin-bottom: 24px; }
  @media screen and (max-width: 991px) {
    .course_flex-single {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .course_flex-single .course_flex-item {
    margin: 0 16px auto;
    width: 180px; }

#divProgressBar {
  margin: 22px 0; }
  #divProgressBar ul.nav {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 767px) {
      #divProgressBar ul.nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 95%; } }
    @media screen and (max-width: 767px) {
      #divProgressBar ul.nav li {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    #divProgressBar ul.nav li a {
      width: 97%;
      height: 50px;
      position: relative;
      background: #eee;
      border-radius: 0; }
      @media screen and (max-width: 767px) {
        #divProgressBar ul.nav li a {
          width: auto; } }
      @media (max-width: 350px) {
        #divProgressBar ul.nav li a {
          height: 50px; } }
      #divProgressBar ul.nav li a p {
        margin-left: 15px;
        margin-top: 6px; }
        @media screen and (max-width: 767px) {
          #divProgressBar ul.nav li a p {
            margin-left: 0;
            margin-top: 0; }
            #divProgressBar ul.nav li a p {
              font-size: 10px; } }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      #divProgressBar ul.nav li a p {
        font-size: calc(10px + 3 * ((100vw - 320px) / 448)); } }
    @media screen and (max-width: 767px) and (min-width: 768px) {
      #divProgressBar ul.nav li a p {
        font-size: 13px; } }
        @media (max-width: 480px) {
          #divProgressBar ul.nav li a p {
            top: 7px;
            position: relative; } }
        @media (max-width: 350px) {
          #divProgressBar ul.nav li a p {
            top: 0;
            position: relative; } }
      #divProgressBar ul.nav li a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 25px solid #fff;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent; }
        @media screen and (max-width: 350px) {
          #divProgressBar ul.nav li a:after {
            content: "";
            position: inherit;
            left: inherit;
            bottom: inherit;
            width: inherit;
            height: inherit;
            border-left: inherit;
            border-top: inherit;
            border-bottom: inherit; } }
      #divProgressBar ul.nav li a:before {
        content: "";
        position: absolute;
        right: -25px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 25px solid #eee;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        z-index: 1; }
        @media screen and (max-width: 350px) {
          #divProgressBar ul.nav li a:before {
            content: "";
            position: inherit;
            right: inherit;
            bottom: inherit;
            width: inherit;
            height: inherit;
            border-left: inherit;
            border-top: inherit;
            border-bottom: inherit;
            z-index: inherit; } }
    #divProgressBar ul.nav li:first-child a:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 0px solid #fff;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent; }
    #divProgressBar ul.nav li:last-child a:before {
      content: "";
      position: absolute;
      right: 0px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 0px solid #eee;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      z-index: 1; }
    #divProgressBar ul.nav li.active a {
      background-color: #be1428; }
      #divProgressBar ul.nav li.active a:before {
        content: "";
        position: absolute;
        right: -25px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 25px solid #be1428;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        z-index: 1; }
        @media screen and (max-width: 350px) {
          #divProgressBar ul.nav li.active a:before {
            content: "";
            position: inherit;
            right: inherit;
            bottom: inherit;
            width: inherit;
            height: inherit;
            border-left: inherit;
            border-top: inherit;
            border-bottom: inherit;
            z-index: inherit; } }
    #divProgressBar ul.nav li.active:last-child a:before {
      content: "";
      position: absolute;
      right: 0px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 0px solid #eee;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      z-index: 1; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      #divProgressBar ul.nav li.item1 p, #divProgressBar ul.nav li.item0 p {
        top: 0px;
        position: relative; } }

@media screen and (max-width: 991px) and (-ms-high-contrast: active), screen and (max-width: 991px) and (-ms-high-contrast: none) {
  #divProgressBar ul.nav li.item1 p, #divProgressBar ul.nav li.item0 p {
    top: 0px;
    position: relative; } }

@media screen and (max-width: 767px) {
  .nav-pills > li + li {
    margin-left: 0; } }

@media screen and (max-width: 767px) {
  #divProgressBar .step_completed {
    display: none; } }

#divProgressBar span.steps_cheveon {
  display: none; }
  @media screen and (max-width: 767px) {
    #divProgressBar span.steps_cheveon {
      display: none; }
      #divProgressBar span.steps_cheveon {
        font-size: 10px; } }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      #divProgressBar span.steps_cheveon {
        font-size: calc(10px + 3 * ((100vw - 320px) / 448)); } }
    @media screen and (max-width: 767px) and (min-width: 768px) {
      #divProgressBar span.steps_cheveon {
        font-size: 13px; } }

@media (max-width: 768px) {
  #frmPersonalDetails .personalDetails_label {
    margin-bottom: 0; } }

#frmPersonalDetails {
  margin-bottom: 60px; }
  #frmPersonalDetails p.personalDetails_instruction {
    color: #6d6d6d;
    font-size: smaller;
    margin-bottom: 22px; }
  #frmPersonalDetails label {
    line-height: 15px;
    padding-top: 12px;
    padding-right: 2px; }

label[for="PersonalDetailsInfo_FirstName"]:after,
label[for="PersonalDetailsInfo_LastName"]:after,
label[for="PersonalDetailsInfo_Email"]:after,
label[for="PersonalDetailsInfo_ConfirmationEmail"]:after,
label[for="PersonalDetailsInfo_MobilePhone"]:after,
label[for="PersonalDetailsInfo_ResidentialBuildingNumber"]:after,
label[for="PersonalDetailsInfo_ResidentialStreet"]:after,
label[for="PersonalDetailsInfo_ResidentialSuburb"]:after,
label[for="PersonalDetailsInfo_ResidentialState"]:after,
label[for="PersonalDetailsInfo_ResidentialPostcode"]:after,
label[for="PersonalDetailsInfo_PostalBuildingNumber"]:after,
label[for="PersonalDetailsInfo_PostalSuburb"]:after,
label[for="PersonalDetailsInfo_PostalState"]:after,
label[for="PersonalDetailsInfo_PostalPostcode"]:after,
label[for="PersonalDetailsInfo_DateOfBirth"]:after,
label[for="PersonalDetailsInfo_Gender"]:after,
label[for="PersonalDetailsInfo_CITBCardNumber"]:after,
label[for="PersonalDetailsInfo_HasCITBCard"]:after,
label[for="PersonalDetailsInfo_UniqueStudentIdentifier"]:after,
label[for="PersonalDetailsInfo_BirthCountry"]:after,
label[for="PersonalDetailsInfo_ResidencyStatus"]:after,
label[for="PersonalDetailsInfo_AboriginalTorresStraitIslander"]:after,
label[for="PersonalDetailsInfo_HomeLanguage"]:after,
label[for="PersonalDetailsInfo_EnglishProficiency"]:after,
label[for="PersonalDetailsInfo_HelpWithEnglish"]:after,
label[for="PersonalDetailsInfo_HowFind"]:after,
label[for="PersonalDetailsInfo_HasADisabilityOrMedicalCondition"]:after,
label[for="PersonalDetailsInfo_ReasonForStudy"]:after {
  content: "*";
  color: #be1428;
  font-weight: 400; }

.requiredFieldToggle:after {
  content: "*";
  color: #be1428;
  font-weight: 400; }

#disabilities input.btn, #new-disability input.btn {
  margin-top: 8px; }

@media (max-width: 768px) {
  .trippleddldatetime .col-sm-3 {
    width: 22%; } }

@media (max-width: 480px) {
  .trippleddldatetime .col-sm-3 {
    width: 100%; } }

@media (max-width: 992px) {
  #divProgressBar li.hide_on_mob {
    display: none; } }

.header_spacer {
  padding: 35px; }

ul.af_list li.af_item {
  padding: 10px !important; }

.education_conatiner {
  margin-bottom: 60px; }

label[for="EducationInfo_IsStillAtSecondaryEducation"]:after,
label[for="EducationInfo_HighestSecondaryEducationCompleted"]:after,
label[for="EducationInfo_YearHighestSecondaryEducationCompleted"]:after,
label[for="EducationInfo_HasTertiaryEducation"]:after,
label[for="EmploymentInfo_EmploymentStatus"]:after,
label[for="EmploymentInfo_EmploymentSuburb"]:after,
label[for="EmploymentInfo_EmploymentState"]:after,
label[for="EmploymentInfo_EmploymentPostcode"]:after {
  content: "*";
  color: #be1428;
  font-weight: 400; }

#divTertiary .table > tbody > tr > td {
  padding: 15px 8px 4px 8px; }

td {
  vertical-align: middle; }

@media (max-width: 768px) {
  #frmEducation .education_label {
    margin-bottom: 0; } }

.panel {
  margin-bottom: 0px;
  text-decoration: none; }
  .panel a {
    text-decoration: none;
    color: #be1428; }
    .panel a:hover {
      color: #333333; }
    .panel a .panel-heading {
      background-color: #eee; }
      .panel a .panel-heading h4 {
        padding: 16px 0 16px 0;
        display: inline-block; }
      .panel a .panel-heading i.fa-minus {
        display: inline-block;
        padding: 0 8px;
        font-size: 22px;
        top: 3px;
        position: relative; }
      .panel a .panel-heading i.fa-plus {
        display: none; }
  .panel a.collapsed {
    color: #be1428; }
    .panel a.collapsed .panel-heading {
      background-color: #eee; }
      .panel a.collapsed .panel-heading h4 {
        padding: 16px 0 16px 0;
        display: inline-block; }
      .panel a.collapsed .panel-heading i.fa-plus {
        display: inline-block;
        padding: 0 8px;
        font-size: 22px;
        top: 3px;
        position: relative; }
      .panel a.collapsed .panel-heading i.fa-minus {
        display: none; }

#qualifications td div.year {
  text-align: center; }

.panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: -webkit-transform .25s linear;
  transition: transform .25s linear;
  transition: transform .25s linear, -webkit-transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear; }

.panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.panel-default > .panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0; }

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0; }

@media (max-width: 767px) {
  #accordion .form-group:not(.accordion_userInput) {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  #accordion .form-group:not(.accordion_userInput) label {
    margin-bottom: 0; } }

.student_card-flexWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.card-fieldset {
  margin: 8px 8px;
  width: 260px; }
  .card-fieldset .student_card {
    border: 1px #6d6d6d solid;
    border-radius: 7px; }
    .card-fieldset .student_card .student_card-titleblock {
      height: 20px;
      border-radius: 5px 5px 0 0;
      background-color: #be1428; }
    .card-fieldset .student_card .card-container {
      padding: 10px; }
    @media screen and (max-width: 767px) {
      .card-fieldset .student_card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

table.applicant-card-table i {
  margin-right: 4px;
  position: relative;
  top: 3px; }

.review_course-wrapper {
  border: 1px #ccc solid;
  border-radius: 7px;
  padding: 16px;
  margin: 16px 0; }
  .review_course-wrapper h3 {
    padding: 0 0 16px 0; }
  .review_course-wrapper .students_enrolling-wrapper {
    margin-bottom: 0; }

#divDisability > table.table.remove-buffer-bottom > tbody > tr > th:nth-child(2) {
  position: relative;
  left: 108px; }
  @media screen and (max-width: 767px) {
    #divDisability > table.table.remove-buffer-bottom > tbody > tr > th:nth-child(2) {
      left: 0; } }

label[for="PrivacyDetailsInfo_ContactFirstName"]:after,
label[for="PrivacyDetailsInfo_ContactLastName"]:after,
label[for="PrivacyDetailsInfo_Phone"]:after,
label[for="PrivacyDetailsInfo_Email"]:after,
label[for="PrivacyDetailsInfo_ConfirmationEmail"]:after {
  content: "*";
  color: #be1428;
  font-weight: 400; }

#applicants label:after {
  content: "*";
  color: #be1428;
  font-weight: 400; }

@media (max-width: 767px) {
  #applicants .form-group {
    margin-bottom: 0px; } }

#applicantDetails {
  margin-bottom: 60px; }
  #applicantDetails p.applicant_instructions {
    color: #6d6d6d;
    font-size: smaller;
    margin-bottom: 22px; }
  #applicantDetails label {
    line-height: 15px;
    padding-top: 12px;
    padding-right: 2px; }

ul.applications-course-info-bullets li label {
  padding-top: 0 !important;
  margin-bottom: 0; }

p.applicant_instructions {
  color: #6d6d6d;
  font-size: smaller;
  margin-bottom: 22px; }

.payment_instructions {
  color: #6d6d6d;
  font-size: smaller;
  margin-bottom: 22px; }
  .payment_instructions:after {
    content: "*";
    color: #be1428;
    font-weight: 400; }

#frmPaymentDetails img {
  height: 45px;
  top: -2px;
  position: relative; }

#frmPaymentDetails label.payment-note {
  font-weight: normal; }

.total-charge_row {
  min-height: 60px; }

label[for="PaymentInfo_CreditCardNumber"]:after,
label[for="ddlExpiryMonth"]:after,
label[for="PayerInfo_NameOnCard"]:after,
label[for="PaymentInfo_CVC"]:after {
  content: "*";
  color: #be1428;
  font-weight: 400; }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.flex-item {
  color: #fff;
  height: 242px;
  margin: 10px 0;
  padding: 0;
  width: 242px;
  position: relative; }

.flex-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 242px;
  margin: 0;
  padding: 0;
  width: 242px; }

.flex-item-inner a {
  color: #fff;
  cursor: pointer; }

/*-------- cards --------*/
.card-front,
.card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  padding: 20px;
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #be1428; }

.card-front {
  background-image: url("https://www.tafesa.edu.au/images/default-source/hostedassets/tile_background_2.jpg");
  background-size: 242px; }

.card-front i.tile-icon {
  display: block;
  margin: 10px auto 20px auto;
  text-align: center; }

.card-front h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  font-weight: 700;
  color: #be1428; }

.card-front p.detail {
  font-size: 24px;
  font-weight: bold;
  margin: 0; }

.card-back {
  background-color: #be1428;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.card-back p.title {
  color: #333333;
  margin-top: 0;
  text-transform: uppercase; }

.card-back p.desc {
  color: #fff;
  overflow: auto;
  height: 134px;
  text-overflow: ellipsis; }

.card-back p.link {
  color: #fff;
  text-transform: uppercase; }

/*-------- cards / flip effect --------*/
.flex-item:hover .card-front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.flex-item:hover .card-back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0); }

ul.additional_resources p {
  display: inline-block;
  top: -5px;
  position: relative; }

ul.additional_resources a {
  color: #333333; }
  ul.additional_resources a:hover {
    color: #be1428; }

ul.additional_resources li {
  padding: 8px 0; }

ul.additional_resources li:before {
  background-position: bottom center;
  content: "";
  height: 23px;
  width: 23px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 8px;
  background-image: url("https://www.tafesa.edu.au/docs/default-source/sgvassets/lnr-select.svg"); }

label[for="RegisterPersonalInfo_FirstName"]:after,
label[for="RegisterPersonalInfo_LastName"]:after,
label[for="RegisterPersonalInfo_Email"]:after,
label[for="RegisterPersonalInfo_ConfirmationEmail"]:after {
  content: "*";
  color: #be1428;
  font-weight: 400; }

label[for="VETRegisterPersonalInfo_FirstName"]:after,
label[for="VETRegisterPersonalInfo_LastName"]:after,
label[for="VETRegisterPersonalInfo_SchoolName"]:after,
label[for="VETRegisterPersonalInfo_YearLevel"]:after,
label[for="VETRegisterPersonalInfo_Email"]:after,
label[for="VETRegisterPersonalInfo_ConfirmationEmail"]:after,
label[for="VETRegisterPersonalInfo_Phone"]:after,
label[for="VETRegisterPersonalInfo_DateOfBirth"]:after,
label[for="VETRegisterPersonalInfo_ResidentialBuildingNumber"]:after,
label[for="VETRegisterPersonalInfo_ResidentialStreet"]:after,
label[for="VETRegisterPersonalInfo_ResidentialSuburb"]:after,
label[for="VETRegisterPersonalInfo_ResidentialState"]:after,
label[for="VETRegisterPersonalInfo_ResidentialPostcode"]:after,
label[for="VETRegisterPersonalInfo_PostalBuildingNumber"]:after,
label[for="VETRegisterPersonalInfo_PostalSuburb"]:after,
label[for="VETRegisterPersonalInfo_PostState"]:after,
label[for="VETRegisterPersonalInfo_PostalPostcode"]:after,
label[for="VETRegisterPersonalInfo_CoordinatorFirstName"]:after,
label[for="VETRegisterPersonalInfo_CoordinatorLastName"]:after,
label[for="VETRegisterPersonalInfo_CoordinatorSchoolOrCompanyName"]:after,
label[for="VETRegisterPersonalInfo_CoordinatorEmail"]:after,
label[for="VETRegisterPersonalInfo_ConfirmationCoordinatorEmail"]:after {
  content: "*";
  color: #be1428;
  font-weight: 400; }

/*=====================================================================
    
    This CSS has been complied in the TAFESA.Frontend.Build.Tools app 

    ANY STYLE ADDED IN THIS FILE WILL BE OVER WRITTEN 

=======================================================================*/

/*# sourceMappingURL=../TAFESA.Sitefinity.eCommerce.WebApp/Content/style.css.map */
