@charset "UTF-8";
@font-face {
  font-family: vic-semibold;
  font-style: SemiBold;
  src: url("/app/fonts/SemiBold/VIC-SemiBold.eot");
  /* IE9 Compat Modes */
  src: url("/app/fonts/SemiBold/VIC-SemiBold.woff2") format("woff2"), url("/app/fonts/SemiBold/VIC-SemiBold.woff") format("woff"), url("/app/fonts/SemiBold/VIC-SemiBold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: vic-regular;
  font-style: normal;
  src: url("/app/fonts/Regular/VIC-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/app/fonts/Regular/VIC-Regular.woff2") format("woff2"), url("/app/fonts/Regular/VIC-Regular.woff") format("woff"), url("/app/fonts/Regular/VIC-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
.main-header-container {
  background-color: #0C2340;
  position: relative;
  height: 80px;
  border-bottom: 2px solid #08172b;
}
.main-header-container .red-stripe {
  position: absolute;
  top: 0;
  right: 20vw;
  width: 80px;
  height: 102%;
  background: #D6001C;
  transform: skewX(-15deg);
}
.main-header-container div.logo {
  float: left;
  height: 60px;
  margin: 10px 10px;
}
.main-header-container div.logo img {
  height: 100%;
}
.main-header-container .img-heading-title-bar {
  width: 200px;
  margin-top: 34px;
  margin-left: 15px;
}
.main-header-container .header-title {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #fff;
  line-height: 80px;
  margin-left: 15px;
  float: left;
}
.main-header-container .img-wrapper {
  float: right;
  height: 80px;
  margin: 10px 10px;
}
.main-header-container .img-wrapper img {
  height: 100%;
  margin-left: 5px;
  box-sizing: border-box;
  border: 2px solid #fff;
}

.header-logo {
  background: url("/app/images/frv/logo.png") no-repeat;
  background-size: 150px 80px;
  height: 80px;
  width: 150px;
}

@media screen and (max-width: 40em) {
  .main-header-container {
    height: 50px;
  }
  .main-header-container .header-title {
    line-height: 50px;
    font-size: large;
  }
  .main-header-container .header-title.has-menu-btn {
    margin-left: 0px;
    line-height: 50px;
  }
  .main-header-container div.logo {
    display: none;
  }
  .main-header-container .img-heading-title-bar {
    margin-top: 19px;
  }
  .main-header-container .img-wrapper {
    display: none;
  }

  .no-menu .header-title.has-menu-btn {
    margin-left: 15px;
  }

  .header-logo {
    display: none;
  }
}
.btn {
  font-family: VIC-SemiBold, "Lato", sans-serif;
}

.btn-primary {
  background-color: #0C2340;
  font-weight: 300;
  border-color: #040c15;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #08172b;
  border-color: #08172b;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1em;
}

/*WCAG ACCESSIBILITY - COLOR CONTRAST UPDATES*/
.btn-success {
  background-color: #0C2340;
  border-color: #040c15;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
  background-color: #08172b;
  border-color: #08172b;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover,
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover,
.btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #0C2340;
  border-color: #0C2340;
}

button.x-bootstrap-loading-btn.btn-success div.x-spinner {
  border-color: #0060b9;
  border-top-color: #fff;
}

a {
  color: #2F6FA7;
}

h1 {
  font-size: 20px;
}
h1.login {
  color: #ffffff;
}

h2 {
  font-size: 18px;
  line-height: inherit;
}

.wizard-step a span.step-number, .wizard-step a span.step-label {
  color: #5C5C5C;
}
.wizard-step.active a {
  background-color: #D6001C;
  border: 1px solid #D6001C;
}
.wizard-step.active a span.step-number, .wizard-step.active a span.step-label {
  color: white;
}

.text-muted {
  color: #666666;
}

.invalid {
  color: #E60000;
}

/* cropper element */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

div.cropper-wrapper {
  max-height: none !important;
}

/* cropper element end */
.alert-danger {
  color: #762F2E;
}
.alert-danger a {
  color: #1E4567;
}

legend {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
}
legend h2 {
  font-size: 0.9rem;
  font-weight: 700;
}

.user-details-edit-container .dob-row .col-xs-3:nth-child(2) {
  padding-left: 0;
}

.alert-info {
  background-color: #E1F1F9;
}

.link-disabled {
  color: #737373;
}

.shop-cards .caption span {
  font-size: 18px;
}

.custom-error {
  font-size: 12px;
  display: block;
  margin: 5px 0;
}

.customField.checkbox {
  margin-left: 30px;
}
.customField.checkbox label {
  padding-left: 0;
  margin-right: 30px;
}

.mobile-menu-btn {
  height: 50px;
  width: 50px;
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  text-align: center;
  float: left;
}
.mobile-menu-btn:hover, .mobile-menu-btn:focus {
  text-decoration: none;
  color: #fff;
}

.nav-collapse {
  padding: 10px;
  padding-top: 15px;
}
.nav-collapse ul {
  border: 1px solid #eee;
  border-radius: 5px;
}
.nav-collapse ul li button {
  background-color: transparent;
  width: 100%;
  text-align: left;
  border: none;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #666;
  padding-left: 15px;
  border-bottom: 1px solid #eee;
  font-weight: 400;
  font-size: 1.1em;
  cursor: pointer;
}
.nav-collapse ul li button:hover {
  color: #0C2340;
  text-decoration: none;
  background-color: #f5f5f5;
}
.nav-collapse ul li button[disabled] {
  color: #aaa;
  cursor: default;
}
.nav-collapse ul li button[disabled]:hover {
  background-color: transparent;
}
.nav-collapse ul li.active button {
  background-color: #f5f5f5;
  font-weight: 400;
  color: #0C2340;
}

@media screen and (max-width: 40em) {
  .nav-collapse {
    padding: 0px;
    background-color: #0C2340;
  }
  .nav-collapse ul {
    border: none;
    border-radius: 0px;
  }
  .nav-collapse ul li button {
    color: #fff;
    border-bottom: 1px solid #08172b;
    border-top: 1px solid #102f55;
  }
  .nav-collapse ul li button:hover {
    background-color: #061322;
    text-decoration: none;
    color: #fff;
  }
  .nav-collapse ul li:first-child button {
    border-top: 1px solid #08172b;
  }
  .nav-collapse ul li.active button {
    background-color: #061322;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #02070c;
  }
}
.blue-bg {
  background-color: #0C2340;
  background-size: cover;
}

body {
  font-family: VIC-Regular, "Lato", sans-serif;
}

.login-main-wrapper div.img-badge {
  background: url("/app/images/frv/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  width: 100%;
  height: 300px;
  opacity: 0.95;
  margin-bottom: 20px;
}

@media screen and (max-width: 40em) {
  .login-main-wrapper div.img-badge {
    height: 200px;
  }
}
.panel {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
}

#app label {
  font-family: VIC-SemiBold, "Lato", sans-serif;
  line-height: 20px;
  margin-bottom: 2px;
}

.btn-registration {
  background-color: #357935;
  border-color: #357935;
}

.btn-registration:hover, .btn-registration:active, .btn-registration:focus,
.btn-registration.active.focus, .btn-registration.active:focus, .btn-registration.active:hover, .btn-registration:active.focus, .btn-registration:active:focus, .btn-registration:active:hover {
  background-color: #2C632C;
  border-color: #2C632C;
}

.credential-field .required-field > label:first-of-type::after {
  content: "*";
  color: #c23934;
  margin-left: 2px;
}

.credential-field .valid-field label:first-of-type::before {
  content: "";
  font: var(--fa-font-solid);
  color: #D6001C;
  margin-right: 2px;
}

.shading-card-area {
  background-color: #DDEAFF;
  border-radius: 8px;
  padding: 15px 20px;
  margin: 0px 0px 20px 0px;
  border: none;
  -webkit-box-shadow: none;
}

.shading-card-area label {
  font-size: 16px;
}

.shading-card-area .form-group {
  margin-top: 10px;
  margin-bottom: 30px;
}

.shading-card-area .form-control {
  height: auto;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  border-bottom: solid 1px #ddd;
  font-family: VIC-Regular, "Lato", sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #2F2F2F;
  padding-left: 0px;
  background-color: white;
}

.shading-card-area .required-field > label:first-of-type::after {
  content: "*";
  color: #c23934;
}

.shading-card-area .required-field h2::after {
  content: "*";
  color: #c23934;
}

.shading-card-area h2 {
  font-family: VIC-SemiBold, "Lato", sans-serif;
  font-size: 16px;
  color: #2F2F2F;
  margin-top: 2px;
  margin-bottom: 5px;
}

.shading-card-area.venue-fields .form-group {
  margin-bottom: 15px;
}

@media screen and (max-width: 40em) {
  .shading-card-area.venue-fields .radio-inline {
    margin-left: 0;
  }

  .shading-card-area.test-type-fields .form-group {
    display: flex;
    flex-direction: column;
  }
  .shading-card-area.test-type-fields .radio-inline {
    margin-left: 0;
  }
}
.non-custom-fields .valid-field label:first-of-type::before {
  content: "";
  font: var(--fa-font-solid);
  color: #D6001C;
  margin-right: 2px;
}

.non-custom-fields .valid-field h2:first-of-type::before {
  content: "";
  font: var(--fa-font-solid);
  color: #D6001C;
  margin-right: 2px;
}

.custom-fields .required-field label:first-of-type::before {
  content: "*";
  color: #c23934;
  margin-right: 2px;
}

.custom-fields .valid-field label:first-of-type::after {
  content: "";
  font: var(--fa-font-solid);
  color: #D6001C;
  margin-right: 2px;
}

.photo-field h2::after, .select-type-field h2::after {
  content: "*";
  color: #c23934;
  margin-left: 2px;
}

.photo-field.valid-field h2:first-of-type::before, .select-type-field.valid-field h2:first-of-type::before {
  content: "";
  font: var(--fa-font-solid);
  color: #D6001C;
  margin-right: 2px;
}

.rp-fields .required-field span:first-of-type::before {
  content: "*";
  color: #c23934;
  margin-right: 2px;
  font-size: 16px;
}

.rp-fields .valid-field span:first-of-type::after {
  content: "";
  font: var(--fa-font-solid);
  color: #D6001C;
  margin-left: 2px;
  font-size: 16px;
}

.venue-fields .required-field label:first-of-type::after {
  content: "*";
  color: #c23934;
  margin-left: 2px;
}

.venue-fields .valid-field label:first-of-type::before {
  content: "";
  font: var(--fa-font-solid);
  color: #D6001C;
  margin-right: 2px;
}

.card-area-inside-shading-area {
  background-color: white;
  border-radius: 8px;
  padding: 15px 10px;
  margin: 0px -10px 20px -10px;
  border: none;
  -webkit-box-shadow: none;
}

.card-area-inside-shading-area .form-control {
  background-color: white;
}

.user-details-edit-container .upload-image-container {
  background-color: #DDEAFF;
}

.user-details-edit-container *:disabled, .user-details-edit-container *[disabled] {
  background-color: #eee !important;
}

.payment-panel label {
  font-size: 16px;
}

.payment-panel .panel-heading, .details-panel .panel-heading {
  background-color: #DDEAFF;
}

.alert-own-theme {
  background-color: #DDEAFF;
  color: black;
}

.overlay-own-theme {
  background-color: rgba(221, 234, 255, 0.3);
}

.home-content-fields {
  padding-left: 0;
  padding-right: 0;
}

.payment-status-section.list-group-item-success {
  color: white;
  background-color: #D6001C;
}

.prepare-test-day-section {
  color: black;
  background-color: #DDEAFF;
}

.practice-section > li.list-group-item-info {
  background-color: #DDEAFF;
  color: black;
}

.btn-proctor-login, .btn-view-result-button {
  background-color: #0C2340;
  border-color: #040c15;
  color: white;
}

.btn-proctor-login:hover, .btn-proctor-login:active, .btn-proctor-login:focus,
.btn-view-result-button:hover, .btn-view-result-button:active, .btn-view-result-button:focus,
.btn-view-result-button.active.focus, .btn-view-result-button.active:focus, .btn-view-result-button.active:hover,
.btn-view-result-button:active.focus, .btn-view-result-button:active:focus, .btn-view-result-button:active:hover {
  background-color: #0C2340;
  border-color: #040c15;
  color: white;
}

nav-collapse ul li.active {
  text-wrap-mode: nowrap;
  overflow: hidden;
}

.form-group.session-selection.exam-type-group {
  display: flex;
}
.form-group.session-selection.exam-type-group .radio-inline.exam-type-TC {
  order: 1;
  margin-left: 0;
  margin-right: 10px;
}
.form-group.session-selection.exam-type-group .radio-inline.exam-type-RP {
  order: 2;
}

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