﻿/* Page background */
body {
  background-color: #f5f5f5 !important;
  background-image: url("https://az659834.vo.msecnd.net/eventsairaueprod/production-ozaccom-public/58d4a88ef9584a10872c4e32a89bd3c5") !important;
  background-attachment: fixed !important;
  background-size: cover;
  opacity: 0.95;
}

.main-form {
  background: #ffffff !important;
  color: #333333 !important;
  margin-top: 40px !important;
  padding: 0 !important;
  padding-bottom: 1px !important;
  border-radius: 20px;
}

.h1,
.h2,
.h3,
.summary-content h3,
.h4,
.h5,
.h6 {
  color: #f04d22 !important;
}

.main-form form p {
  padding: 5px 15px 5px 15px;
}

/* Textboxes */
input.form-control {
  cursor: text !important;
  height: 36px !important;
  line-height: normal !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  /* transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s !important; */
  width: 95% !important;
  max-width: 100% !important;
  margin-bottom: 8px !important;
}

.well input.form-control {
  width: 96% !important;
}

.select2-container {
  border: none !important;
  line-height: normal !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

.select2-drop input {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 10px;
}

.select2-container a {
  border: 0 !important;
  box-shadow: none !important;
}

.select2-chosen {
  cursor: text !important;
  height: 34px !important;
  line-height: normal !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  transition: border-color 0.15s ease-in-out 0s,
    -webkit-box-shadow 0.15s ease-in-out 0s !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s,
    -webkit-box-shadow 0.15s ease-in-out 0s !important;
  margin-right: 17px !important;
  border: 0 !important;
  box-shadow: none !important;
}

.form-group .text-right {
  padding-right: 0 !important;
}

.select2-arrow {
  width: 34px !important;
  border-radius: 0 15px 15px 0 !important;
}

.select2-arrow b {
  display: block !important;
  width: 70% !important;
  height: 70% !important;
  margin: 15% !important;
}

.select2-container .select2-choice .select2-arrow {
  height: 95%;
  right: 25px;
}

.payment-method .select2-arrow {
  right: 13px !important;
}

.theme-select.form-control .select2-choice .select2-arrow b {
  padding-left: 6px;
  padding-top: 3px;
}

/* Buttons */
button,
input.btn,
a.btn {
  border-radius: 15px !important;
  border: 0 !important;
  height: 34px !important;
  font-size: 0.9167em !important;
  font-weight: bold !important;
  line-height: 34px !important;
  /* padding: 0 15px !important; <-- rectangle button padding */
  padding: 0px 30px !important;
  white-space: nowrap !important;
  text-transform: uppercase !important;
  background: #8cc63f !important;
  color: #fff !important;
  /* button animation */
  -webkit-transform: perspective(1px) translateZ(0) !important;
  -moz-transform: perspective(1px) translateZ(0) !important;
  transform: perspective(1px) translateZ(0) !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
  transition-duration: 0.3s !important;
  transition-property: transform, color, background-color !important;
}

.btn-file {
  background: #8cc63f !important;
  border-color: #8cc63f !important;
}

.btn-default:hover {
  background: #102433 !important;
  border-color: #102433 !important;
}

.summary-table h3 > a.btn {
  height: 25px !important;
  font-size: 0.7em !important;
  line-height: 26px !important;
  padding: 0px 20px !important;
  background: #8cc63f !important;
  margin-top: 10px;
}

.summary-table h4 > a.btn {
  height: 25px !important;
  font-size: 13px !important;
  line-height: 26px !important;
  padding: 0px 20px !important;
  background: #8cc63f !important;
  margin-top: 10px;
  display: none;
}

.summary-table h3 > a.btn:hover,
.summary-table h4 > a.btn:hover {
  background: #102433 !important;
}

.summary-table h3 > a.btn::before,
.summary-table h4 > a.btn::before {
  background: none !important;
  transition: none !important;
}

button:hover,
button:active,
input.btn:hover,
a.btn:hover {
  /* -webkit-transform: scale(0.97) !important;
  -moz-transform: scale(0.97) !important;
  transform: scale(0.97) !important; */
  background: #102433 !important;
}

.theme-btn-primary,
.theme-btn-secondary {
  min-width: 70px !important;
  min-height: 25px !important;
}

.h1.text-center {
  background: #f04d22;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
  color: #fff !important;
  padding: 15px !important;
  width: 111%;
}

#page_0 .h1.text-center {
  margin-top: -39px;
  margin-left: -15px;
  width: auto;
}

.alert-warning,
.alert-danger {
  border-radius: 0 !important;
  border: 0 !important;
  margin: 0px !important;
}

button.close {
  background: none !important;
  opacity: 1 !important;
}

button.close:hover {
  color: #000 !important;
  transform: none !important;
}

.alert-dismissable .close {
  top: -5px;
  padding: 0px 14px !important;
  font-size: 18px !important;
}

form.form-horizontal:has(input) {
  margin-bottom: 15px !important;
}

form .text-left {
  padding: 15px !important;
  margin: 0 !important;
  opacity: 1 !important;
  transition: opacity 0.6s !important;
}

form .form-group {
  padding-right: 0px !important;
  padding-left: 15px !important;
}

.glyphicon-warning-sign:before {
  content: "\e101" !important;
}

.checkbox.form-group,
.checkbox.form-group .col-xs-9 {
  padding-left: 0;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -10px !important;
}

.checkbox input,
.main-form input[type="checkbox"] {
  -webkit-appearance: none !important;
  box-shadow: none !important;
  padding: 9px !important;
  border-radius: 0px !important;
  display: inline-block !important;
  position: relative !important;
  margin: 0 !important;
  width: 24px !important;
  height: 24px !important;
  margin-right: 8px !important;
}

.checkbox input:active,
.checkbox input:checked:active {
  box-shadow: none !important;
}

.checkbox input:checked,
.main-form input[type="checkbox"]:checked {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 24px !important;
  height: 24px !important;
}

.checkbox input:checked::after,
.main-form input[type="checkbox"]:checked::after {
  content: "\2714" !important;
  font-size: 14px !important;
  position: absolute !important;
  top: 2px !important;
  left: 6px !important;
}

.checkbox label strong label::before {
  content: "";
  background: none;
  border: none;
}

font,
strong {
  background: none;
}

* {
  transition: none !important;
}

textarea.form-control {
  max-width: 100% !important;
  cursor: text !important;
  line-height: normal !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  transition: border-color 0.15s ease-in-out 0s,
    -webkit-box-shadow 0.15s ease-in-out 0s !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s,
    -webkit-box-shadow 0.15s ease-in-out 0s !important;
}

.form-group .col-sm-9 {
  padding-right: 0 !important;
}

/* Hide nav bar */
.navbar {
  height: 40px !important;
  border: 0 !important;
  padding: 0 !important;
  background: none !important;
  border-radius: 0 !important;
  height: 40px !important;
  min-height: 41px !important;
}

.navbar .container-fluid,
.navbar .navbar-collapse {
  padding: 0 !important;
  height: 40px !important;
}

.navbar .navbar-nav {
  height: 40px !important;
}

.navbar li {
  margin-right: 5px !important;
  box-shadow: none !important;
  height: 40px !important;
}

.navbar li a {
  box-shadow: none !important;
  font-weight: bold !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 20px !important;
}

.navbar .navbar-right {
  margin-right: -5px !important;
}

.alert-info.centered-text,
.alert-success.centered-text,
.well {
  border-radius: 0 !important;
  box-shadow: none !important;
}

#step-sidebar {
  padding: 0 !important;
  margin-top: 15px !important;
}

.step.numbered,
.step.brand-primary-background {
  padding: 10px !important;
  border: 0 !important;
  border-bottom: none !important;
  cursor: pointer !important;
  opacity: 1 !important;
}

.step.numbered.step-selected {
  display: block !important;
}

.presentation-list input.btn,
.presentation-list a {
  height: 24px !important;
  line-height: 24px !important;
  padding: 2px !important;
  font-size: 13px !important;
}

.glyphicon {
  font-family: "Glyphicons Halflings" !important;
}

.glyphicon-ok:before {
  content: "\e013";
  color: green;
}

.nav.pull-right {
  margin-right: 0px;
}

.brand-header {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0px !important;
  border-radius: 20px;
}

.navbar.navbar-inverse.navbar-inside-page.center-block {
  width: 100% !important;
  margin-left: 0 !important;
}

#page_0 .text-left.h3 {
  margin-bottom: 10px !important;
}

#page_0 .text-left.h4 {
  border-bottom: none !important;
}

.radio input,
.main-form input[type="radio"] {
  -webkit-appearance: none !important;
  box-shadow: none !important;
  padding: 9px !important;
  border-radius: 50% !important;
  display: inline-block !important;
  position: relative !important;
  width: 24px !important;
  height: 24px !important;
  margin-right: 8px !important;
  top: -5px !important;
}

.theme-component-registration .main-form input[type="radio"] {
  top: 8px !important;
}

.radio input:focus,
.main-form input[type="radio"]:focus {
  outline: none !important;
}

.radio input:checked,
.main-form input[type="radio"]:checked {
  border: none !important;
}

.text-right.h5 {
  padding-right: 15px !important;
  font-weight: bold !important;
}

.text-left.h5 {
  padding: 13px !important;
}

.select2-arrow b:before {
  /* content: '▼' !important; */
  font-size: 12px !important;
  width: 34px !important;
  height: 34px !important;
  padding-top: 0;
  position: absolute;
  top: 9px;
  left: 11px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
}

.select2-drop {
  border-top: none !important;
}

.summary-table td,
.summary-content th {
  border-top: 0 !important;
}

.summary-content h3 {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  font-weight: bold;
}

.summary-content h4 {
  border-bottom: 0 !important;
  padding-bottom: 5px;
  font-weight: bold;
}

form h5 {
  padding-left: 15px;
}

form p {
  padding: 15px;
}

h5 {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  font-weight: bold;
  margin: 0 15px;
  padding: 5px 0;
  font-size: 16px;
}

label {
  font-weight: bold !important;
}

.summary-content table.summary-table > tbody > tr > th {
  width: unset !important;
}

.processor-target {
  float: left !important;
  clear: both !important;
  width: 100% !important;
}

.processor-target .panel-heading {
  background-image: none !important;
}

/* Summary Page h5 */
table > tbody > tr > td > h5 {
  border-bottom: 0px !important;
  font-size: 11pt !important;
}

.summary-content table.summary-table > tbody > tr > th {
  padding: 5px 5px 5px 5px;
  width: 50%;
}

.summary-content table.summary-table > tbody > tr > th + td {
  padding: 5px 5px 5px 5px;
  width: 50%;
}

#page_0 .radio.row.form-group .col-xs-5 {
  width: 75% !important;
}

#page_0 .radio.row.form-group .col-xs-3 {
  width: 25% !important;
  margin: 0 !important;
}

.payment-panel {
  width: calc(100% - 60px);
  margin: 20px auto;
  border: 0px;
  border-radius: 0;
}

.form-control,
.input-group-addon {
  border: 0 !important;
}

div.main-form {
  max-width: 1200px !important;
}

.col-sm-3.text-left {
  padding-top: 0 !important;
}

form.form-horizontal .has-feedback span.form-control-feedback.has-error {
  left: calc(50% - 40px) !important;
}

input:focus,
textarea:focus {
  border: 1px solid #fafafa !important;
  box-shadow: 0 0 5px #007eff !important;
}

.text-left.h4,
.text-left.h3,
.text-center.h3,
.text-center.h4,
.text-right.h3,
.text-right.h4 {
  font-weight: bold;
  padding-bottom: 5px !important;
  padding-left: 0 !important;
  border-bottom: 4px solid #f04d22 !important;
  margin-left: 0% !important;
}

.text-left.h1,
.text-left.h2 {
  background: #f04d22 !important;
  color: #ffffff !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
  margin-top: -15px !important;
}

.text-left.h2 {
  margin-top: 0px !important;
}

#page_0 .text-left.h3,
#page_0 .text-left.h4 {
  margin-left: 1% !important;
}

.radio input,
.checkbox input,
.main-form input[type="radio"],
.main-form input[type="checkbox"] {
  background: #f8f8fc !important;
  border: 1px solid #f04d22 !important;
}

.radio input:checked,
.checkbox input:checked,
.main-form input[type="radio"]:checked,
.main-form input[type="checkbox"]:checked {
  background: #f04d22 !important;
  color: #ffffff !important;
  transition: 0.3s linear !important;
}

.select2-choice,
input.form-control,
textarea.form-control,
.payment-method select {
  background: #ffffff !important;
  border: 1px solid #ccc !important;
  border-radius: 15px !important;
  color: #000000 !important;
}

.select2-choice::before {
  background: none;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 8px 12px;
}

.select2-container .select2-choice > .select2-chosen {
  border: 1px solid #ccc !important;
  border-radius: 15px;
  width: 95%;
}

.select2-arrow,
.select2-highlighted,
.input-group-addon {
  background: #f04d22 !important;
  color: #ffffff !important;
}

.select2-drop-active {
  border-color: transparent !important;
}

.select2-drop {
  background: #ffffff !important;
  color: #333333 !important;
}

.select2-search {
  background: #f8f8fc !important;
  color: #999999 !important;
}

.select2-arrow b {
  background: none !important;
}

.alert {
  background: #cc0000 !important;
  color: #ffffff !important;
}

label.has-error {
  color: #cc0000 !important;
  padding-left: 5px !important;
}

.glyphicon.has-error,
.glyphicon.text-warning {
  color: #cc0000 !important;
}

.pull-right td {
  color: #333333 !important;
}

.summary-content
  table.summary-table
  > tbody
  > tr:not(.summary-heading):nth-of-type(odd) {
  background: #e6e6e6 !important;
  color: #333333 !important;
}

.summary-content
  table.summary-table
  > tbody
  > tr:not(.summary-heading):nth-of-type(even) {
  background: #ffffff !important;
  color: #333333 !important;
}

.payment-panel {
  background: none !important;
  color: #333 !important;
}

.processor-target .panel {
  border-color: #f04d22 !important;
}

.panel-heading {
  background: #f04d22 !important;
  border-color: #f04d22 !important;
  color: #fff !important;
}

.main-form .h5,
.main-form h5,
.main-form .h6,
.main-form h6 {
  color: #f04d22;
}

.main-form h5 {
  border-bottom: 4px solid #f04d22;
  margin-left: 0px;
  margin-top: 15px;
  padding-left: 0px;
  font-size: 14pt;
  font-weight: bold;
  width: 100%;
}

.main-form div[data-templateplaceholder="policies"] strong {
  padding-bottom: 5px !important;
  font-weight: bold !important;
  color: #f04d22 !important;
  border-bottom: 0 !important;
  font-size: 16px !important;
}

.main-form div[data-templateplaceholder="policies"] > div {
  margin-left: -12px !important;
}

.col-sm-3.text-left > label {
  padding-left: 13px;
}

input[type="text"]:disabled {
  background: #c5c3c3 !important;
}

div.function-date-time {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 14px;
}

/* group front page */
.pull-right.field-required.hidden-xs h5 {
  color: black !important;
  background: white !important;
  border: none !important;
  font-weight: normal !important;
  font-size: 15px !important;
}

#group-component-details h4 {
  border-bottom: 4px solid;
  font-weight: bold;
  padding-bottom: 10px;
  color: #f04d22 !important;
}

.group-summary-header {
  border-bottom: none;
}

#group-component-details .col-sm-3.col-sm-offset-3,
#group-component-details .col-sm-3.col-xs-12.form-group.has-feedback {
  margin-right: 15px;
}

/* summary page */
[data-templateplaceholder="policies"] {
  margin-top: 15px;
}

.summary-table h4 {
  border-bottom: 1px solid !important;
  padding-bottom: 5px;
  font-weight: bold;
  color: #f04d22 !important;
  font-size: 12pt;
  margin: 0px;
}

/* payment page */
.row.payment-method div.radio {
  clear: both;
}

/* Incomplete registration page */
.main-form.landing h2 {
  background: #f04d22 !important;
  color: #ffffff !important;
  padding: 15px !important;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  opacity: 1 !important;
  transition: opacity 0.6s !important;
  font-size: 20pt;
  background-color: white;
}

#main-form.landing > div > div.component > p {
  border: 1px solid #ccc;
  padding: 10px !important;
}

#main-form.landing > div > div.component p a {
  background: #f04d22;
  color: #ffffff !important;
  border-radius: 25px !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  font-weight: bold !important;
  white-space: nowrap !important;
  text-transform: uppercase !important;
  padding: 9px 12px;
  line-height: 40px !important;
  display: inline !important;
  /* button animation */
  -webkit-transform: perspective(1px) translateZ(0) !important;
  -moz-transform: perspective(1px) translateZ(0) !important;
  transform: perspective(1px) translateZ(0) !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
  transition-duration: 0.3s !important;
  transition-property: transform, color, background-color !important;
}

#main-form.landing > div > div.component p a:hover,
#main-form.landing > div > div.component p a:first-of-type:hover {
  background: #102433 !important;
}

#main-form.landing > div > div.component p a:first-of-type {
  background: #4bb543 !important;
}

#main-form.landing > div > div.component p a:nth-child(4) {
  background: #bb2124;
}

#main-form.landing > div > div.component p a::before {
  background: none;
}

#main-form.landing > div > div.component p a:link,
#main-form.landing > div > div.component p a:visited,
#main-form.landing > div > div.component p a:hover,
#main-form.landing > div > div.component p a:active {
  text-decoration: none;
}

/* components */
.component {
  margin: 15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}

/* footer */
.brand-footer-bg {
  background-color: transparent;
  margin-bottom: 40px;
  width: auto !important;
  margin-left: 0px;
  margin-right: 0px;
}

html {
  position: relative;
  min-height: 100%;
}

.footer {
  bottom: 0;
  min-height: 60px;
  margin-top: 30px;
  padding-bottom: 10px;
  height: 60px;
}

.brand-footer-bg {
  background-color: transparent !important;
}

/* hide navbar toggle */
.navbar-toggle.collapsed {
  display: none;
}

.collapse.navbar-collapse {
  display: none !important;
}

/* Set banner image width */
.img-responsive {
  width: 1200px !important;
  border-radius: 20px 20px 0 0;
}

.group-summary-row .col-sm-3 button {
  margin-left: 20px;
  margin-top: -5px;
}

.group-summary-row .col-sm-6 p {
  margin-right: 45px;
}

.checkbox input,
.radio input {
  cursor: pointer !important;
}

.credit-card-detail-row .select2-container {
  padding-right: 10px;
}

.payment-method fieldset {
  margin-right: -100px;
}

/* Link Hover Effects */
a {
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
a::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #4690d0;
  height: 1px !important;
  transform: scaleX(0);
  transition: transform 0.4s ease-in-out;
}
a:hover::before,
a:focus::before,
a:active::before {
  transform: scaleX(1);
}
a:hover {
  text-decoration: none !important;
}

/* Curved theme styles */
/* Progress bar */
.progress {
  margin: 0px !important;
  height: 18pt;
}
.progress-bar {
  background: #8cc63f;
  background-image: linear-gradient(
    45deg,
    #9de043 25%,
    #0000 25%,
    #0000 50%,
    #9de043 50%,
    #9de043 75%,
    #0000 75%,
    #0000
  );
  transition: 1s ease !important;
  line-height: 18pt;
  font-size: 12pt;
  font-weight: 600;
  color: #000;
  animation: animate-progress 2s linear infinite;
  background-size: 100px 100px;
  box-shadow: inset 0px 5px 5px 5px rgba(255, 255, 255, 0.5);
}
.theme-progress {
  border-radius: 0px;
}
@keyframes animate-progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 0;
  }
}

.theme-curved {
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 0%;
  padding-bottom: 0%;
}

.theme-curved-line,
.theme-curved-circle,
.theme-curved-bottom-line {
  display: none;
}

.theme-textbox .form-control {
  border-radius: 25px;
  height: 50px !important;
  padding-top: 10px;
}

.theme-label-floating {
  padding-top: 8px;
  padding-left: 10px;
  font-size: 14px;
  transition: 0.3s linear !important;
}

.theme-textbox:focus + .theme-label-floating,
.field--not-empty + .theme-label-floating,
.theme-select.select2-container:focus + .theme-label-floating,
.init-group + .theme-label-floating,
.twitter-typeahead + .theme-label-floating {
  font-size: 75%;
  margin-top: -22px;
}

.select2-container.field--not-empty.select2-chosen {
  margin-top: 0px;
}

.theme-component-registration {
  padding: 0px !important;
}

.bottom-padding-10 {
  padding-bottom: 0px !important;
}

div.form-group .form-control {
  margin-bottom: 15px !important;
}

.theme-select.form-control.select2-container .select2-choice {
  height: 36px;
}

.theme-textbox.form-control {
  padding-top: 10px;
  min-height: 35px !important;
}

.select2-container.field--not-empty .select2-chosen {
  margin-top: 0px !important;
}

.summary-table {
  margin-top: 10px;
}

.theme-feetype-box.radio,
.theme-feetype-box.checkbox {
  padding: 15px;
}

/* .theme-button .fa-minus {
  margin-left: -10px;
} */

.form-control.theme-select.theme-number {
  width: 35% !important;
}

.row.radio.form-group.has-feedback.theme-feetype-box {
  margin: 0px !important;
}

.row.form-group.theme-feetype-box > .theme-box.col-xs-4 {
  margin-left: -10px;
}

.row.payment-method input {
  top: -5px !important;
}

.theme-component-registration .theme-textbox {
  margin-bottom: 25px;
}

.theme-component-registration .col-sm-12 h4 {
  margin-top: -20px;
  margin-bottom: 30px;
}

#select2-drop {
  width: 490px !important;
}

.summary-table > :nth-child(4) {
  display: none;
}

.theme-panel {
  margin-bottom: 0px;
  box-shadow: none;
  padding: 1% 3%;
}

/* Guest details */
.well.clearfix {
  border-radius: 10px !important;
}

.well.well-sm.clearfix h4 {
  margin-left: 40px;
  margin-bottom: 20px;
}

.well.well-sm.clearfix input {
  margin-bottom: 20px !important;
}

#page_2 .theme-box {
  margin-top: 0px;
}

.summary-table .theme-panel .row .col-xs-12:nth-child(4n-1),
.summary-table .theme-panel .row .col-xs-12:nth-child(4n + 0) {
  background: #efe8de;
}

.theme-panel-mini {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.theme-text-info-input {
  left: 478px;
  top: 10px;
}

.form-horizontal .form-group {
  margin-top: 20px;
}

#page_2 .form-horizontal .form-group {
  margin-top: 0px;
  margin-right: 0px;
}

.summary-content .top-bottom-padding-10 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.summary-table > .theme-panel > .row > .col-xs-12 > .row {
  margin: 0px;
}

.datepicker_label {
  top: 8px !important;
}

.theme-input-group-addon {
  top: 12px !important;
  left: 90% !important;
}

.theme-payment-summary > .row,
.theme-summary .row {
  margin-right: 0px;
}

.page-forward {
  margin-right: 10px;
}

.page-backward {
  margin-left: 10px;
}

.payment-method .select2-chosen {
  width: 96% !important;
}

.payment-method .form-group .select2-container {
  width: 500px !important;
}

.theme-text-info-input.theme-label-primary {
  left: 335px !important;
  margin-bottom: 5px !important;
  margin-top: 10px !important;
}

.radio label,
.checkbox label {
  cursor: default !important;
}

.sponsor-image {
  width: 200px;
}

.sponsor-image-gold {
  width: 320px;
  margin-top: 20px;
}

#cookie-message .coockie-message-close {
  border: none !important;
  background: none !important;
  font-size: 18pt !important;
  line-height: normal !important;
  float: right !important;
  padding: 5px !important;
}

/* Add currency info to fees */
.fee-amount::before,
.fee-summary::before,
.theme-payment-summary .fixed-width-cost-col::before,
.theme-summary .fixed-width-cost-col:nth-child(4)::before,
.table-payment .text-right::before {
  content: "$";
}
/* .fee-amount::after, .theme-payment-summary .fixed-width-cost-col::after, 
.theme-summary .fixed-width-cost-col > strong::after {
  content: " AUD";
} */

/* Mobile screen styles */
@media (max-width: 767px) {
  .footer {
    height: 120px !important;
  }

  #page_2 .theme-feetype-box > .col-xs-6 > div {
    margin-left: 0px !important;
  }

  #select2-drop {
    width: 80% !important;
  }

  .payment-method fieldset {
    margin-right: 0px !important;
  }

  .select2-container .select2-choice .select2-arrow {
    right: 15px !important;
  }

  .visible-xs {
    margin-left: 15px !important;
  }

  .payment-panel {
    width: calc(100% - 10px);
  }

  .summary-table h4 {
    line-height: 20px !important;
    margin: 0 0 50px 0 !important;
  }

  /* Registration page */
  #page_1 .theme-box {
    margin-left: -15px;
  }

  #page_2 .col-xs-10 p,
  #page_3 .col-xs-10 p,
  #page_4 .col-xs-10 p,
  #page_5 .col-xs-10 p,
  #page_6 .col-xs-10 p {
    margin-top: 200px;
  }

  /* Social function page */
  #page_3 .theme-feetype-box > .col-xs-6 > div,
  #page_4 .theme-feetype-box > .col-xs-6 > div,
  #page_5 .theme-feetype-box > .col-xs-6 > div,
  #page_6 .theme-feetype-box > .col-xs-6 > div {
    margin-left: 0px !important;
  }

  /* Breakout pages */
  #page_4 .theme-feetype-box > .col-xs-6 > div,
  #page_5 .theme-feetype-box > .col-xs-6 > div {
    margin-left: 0px !important;
  }

  /* Summary page */
  #page_10 .theme-panel {
    padding: 2% 8% !important;
  }

  /* Thank you page */
  #page_12 div.form-group .form-control {
    margin-bottom: 0px !important;
  }
}

/* ---------------------------------- Specific page changes ---------------------------------*/

/* Reg and social functions pages */
#page_1 .theme-panel,
#page_2 .theme-panel,
#page_3 .theme-panel,
#page_4 .theme-panel,
#page_5 .theme-panel,
#page_6 .theme-panel {
  box-shadow: inset 0 -5px 0 0 #f04d22, -2px -2px 20px 0 rgba(0, 0, 0, 0.05),
    2px 2px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

/* Reg page */
#page_1 .theme-panel {
  /* box-shadow: none; */
  padding: 1% 3%;
  margin: 0 25px;
}
#page_1 .theme-box {
  margin-top: -2px;
}

/* Summary page */
#page_10 .theme-panel {
  margin-bottom: 3%;
  box-shadow: inset 0 -5px 0 0 #f04d22, -2px -2px 20px 0 rgba(0, 0, 0, 0.05),
    2px 2px 20px 0 rgba(0, 0, 0, 0.05);
  padding: 0% 5% 2% 5%;
  border-radius: 5px;
}
#page_10 .form-group {
  margin-left: -30px;
}

/* Payment page */
#page_11 .theme-panel {
  padding: 0% 3%;
}

#page_3 .radio.theme-feetype-box > .col-xs-6 > div {
  width: 925px !important;
}

/* Functions pages */
#page_2 .form-horizontal .form-group,
#page_3 .form-horizontal .form-group,
#page_4 .form-horizontal .form-group,
#page_5 .form-horizontal .form-group,
#page_6 .form-horizontal .form-group {
  margin-top: 0px !important;
}
/* Move function fee type to the right */
#page_2 .theme-feetype-box > .col-xs-6 > div,
#page_3 .theme-feetype-box > .col-xs-6 > div,
#page_4 .theme-feetype-box > .col-xs-6 > div,
#page_5 .theme-feetype-box > .col-xs-6 > div,
#page_6 .theme-feetype-box > .col-xs-6 > div {
  margin-left: 0px;
  margin-top: 2px;
}
#page_2 .radio.theme-feetype-box > .col-xs-6 > div,
#page_3 .radio.theme-feetype-box > .col-xs-6 > div,
#page_4 .radio.theme-feetype-box > .col-xs-6 > div,
#page_5 .radio.theme-feetype-box > .col-xs-6 > div,
#page_6 .radio.theme-feetype-box > .col-xs-6 > div {
  margin-left: -140px;
  margin-top: 2px;
}

#page_2 .form-group .theme-button,
#page_3 .form-group .theme-button,
#page_4 .form-group .theme-button,
#page_5 .form-group .theme-button,
#page_5 .form-group .theme-button,
#page_6 .form-group .theme-button,
#page_7 .form-group .theme-button,
#page_8 .form-group .theme-button {
  padding: 0px 10px !important;
}

/* Contact page */
#page_7 .form-horizontal .form-group {
  margin-top: 10px !important;
  margin-right: 0px;
}
#page_7 .text-left.h3 {
  margin-bottom: 10px !important;
}

/* Accom page */
/* Remove extra padding around OBE */
#page_9 .theme-panel {
  padding: 0%;
}
#page_9 .form-horizontal .form-group {
  margin: 0px !important;
}
#page_9 form {
  margin: -15px;
}
#page_9 .text-left.h1 {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: -15px !important;
  margin-bottom: 25px !important;
}

/* Flights page */
#page_8 .theme-panel {
  margin-bottom: -26px;
}
#page_8 .checkbox {
  padding-left: 0px;
}
#page_8 .form-horizontal .form-group {
  margin-top: 0px !important;
}

/* Thank you page */
#page_12 .h1.text-left {
  margin-top: -26px !important;
  margin-left: -50px !important;
  margin-right: 15px !important;
  width: 1200px;
}
#page_12 p {
  margin: 10px 0px 10px -22px;
}
