.white {
  color: #fff;
}
.form-control {
  height: auto;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section {
  padding: 60px 0px;
}
.mb-field {
  margin-bottom: 30px;
  overflow: hidden;
}
.button {
  background-color: #1a2749;
  border: none;
  color: #ffffff;
  padding: 12px 55px;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-font-smoothing: auto;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
}
.button:hover,
.button:active {
  background-color: #0daa90;
  border: none;
  color: #fff;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  border: 1px solid transparent;
}
.error {
  color: #ff1000;
  font-weight: 400;
  font-size: 14px;
}
input.form-control.error,
textarea.form-control.error {
  border-color: #ff1000;
}
#processing,
#message-sent,
#message-not-sent,
#message-robot {
  display: none;
}
.stepwizard-step p {
  margin-top: 10px;
}
.stepwizard-row {
}
.stepwizard {
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
  top: 21px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 97%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}
.stepwizard-step {
  text-align: center;
}
.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  font-size: 17px;
  line-height: 1.428571429;
  border-radius: 100%;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 1;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
  color: #ccc;
}
.navbar-default .navbar-brand {
  padding: 10px 15px;
}
.spacer {
  padding: 20px 0;
}
.spacer hr {
  border-top: 1px solid #ccc;
}
.clearfix {
  clear: both;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-l-15 {
  padding-right: 15px !important;
}
::placeholder {
  color: #bbb !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #bbb !important;
}
::-ms-input-placeholder {
  color: #bbb !important;
}
.modal {
  z-index: 99999999;
}
.text-standard {
  color: #0daa90;
}
.no-top-border {
  border-top: none !important;
}
.no-border {
  border: none !important;
}
.border-top-popular {
  border-top: 1px solid #0daa90 !important;
}
.border-bottom-popular {
  border-bottom: 1px solid #0daa90 !important;
}
.border-left-right-popular {
  border-left: 1px solid #0daa90 !important;
  border-right: 1px solid #0daa90 !important;
}
.border-left-popular {
  border-left: 1px solid #0daa90 !important;
}
.border-right-popular {
  border-right: 1px solid #0daa90 !important;
}
.success,
.error,
.alert-error {
  font-size: 13px;
}
.success.visible,
.error.visible {
  display: inline;
}
.error,
.alert-error {
  color: #e4584c;
}
.success {
  color: #f8b563;
}
.success .token {
  font-weight: 500;
  font-size: 13px;
}
.nav-tabs > li {
  display: inline-block;
  width: 100%;
}
.page-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999999;
}
.modal-backdrop.in {
  z-index: 150;
}
.text-italic {
  font-style: italic;
}
.input-validation-error {
  border-color: #ff1000 !important;
}
.validation-summary-errors ul,
.validation-summary-errors ul li {
  list-style: none;
  padding: 2px 0 0 0;
}
.validation-summary-errors ul li:first-child {
  color: #ff1000;
}
.validation-summary-errors ul li:last-child {
  display: none;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #e3e3e3 !important;
  height: 38px !important;
  padding: 5px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px !important;
}
.tooltip {
  font-size: 14px;
  font-weight: bold;
}
.tooltip-arrow {
  display: none;
  opacity: 0;
}
.tooltip-inner {
  background-color: #fae6a4;
  border-radius: 4px;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
  color: #734726;
  max-width: 275px;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 15px !important;
  text-transform: initial !important;
}
.tooltip-inner:after {
  content: "";
  display: inline-block;
  left: 100%;
  margin-left: -54%;
  position: absolute;
}
.tooltip-inner:before {
  content: "";
  display: inline-block;
  left: 100%;
  margin-left: -54%;
  position: absolute;
}
.tooltip.top {
  margin-top: -11px;
  padding: 0;
}
.tooltip.top .tooltip-inner:after {
  border-top: 11px solid #fae6a4;
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  bottom: -10px;
}
.tooltip.top .tooltip-inner:before {
  border-top: 11px solid rgba(0, 0, 0, 0.2);
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  bottom: -11px;
}
.tooltip.bottom {
  margin-top: 11px;
  padding: 0;
}
.tooltip.bottom .tooltip-inner:after {
  border-bottom: 11px solid #fae6a4;
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  top: -10px;
}
.tooltip.bottom .tooltip-inner:before {
  border-bottom: 11px solid rgba(0, 0, 0, 0.2);
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  top: -11px;
}
.tooltip.left {
  margin-left: -11px;
  padding: 0;
}
.tooltip.left .tooltip-inner:after {
  border-left: 11px solid #fae6a4;
  border-top: 11px solid rgba(0, 0, 0, 0);
  border-bottom: 11px solid rgba(0, 0, 0, 0);
  right: -10px;
  left: auto;
  margin-left: 0;
}
.tooltip.left .tooltip-inner:before {
  border-left: 11px solid rgba(0, 0, 0, 0.2);
  border-top: 11px solid rgba(0, 0, 0, 0);
  border-bottom: 11px solid rgba(0, 0, 0, 0);
  right: -11px;
  left: auto;
  margin-left: 0;
}
.tooltip.right {
  margin-left: 11px;
  padding: 0;
}
.tooltip.right .tooltip-inner:after {
  border-right: 11px solid #fae6a4;
  border-top: 11px solid rgba(0, 0, 0, 0);
  border-bottom: 11px solid rgba(0, 0, 0, 0);
  left: -10px;
  top: 0;
  margin-left: 0;
}
.tooltip.right .tooltip-inner:before {
  border-right: 11px solid rgba(0, 0, 0, 0.2);
  border-top: 11px solid rgba(0, 0, 0, 0);
  border-bottom: 11px solid rgba(0, 0, 0, 0);
  left: -11px;
  top: 0;
  margin-left: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent;
}
.animate-color {
  -webkit-animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  color: #000;
}
@-webkit-keyframes pulsate {
  0% {
    color: #000;
  }
  50% {
    color: #0daa90;
  }
  100% {
    color: #000;
  }
}
.form-control::-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}
.form-control:-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #dddddd;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #dddddd;
  opacity: 1;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="button"]:focus {
  outline: 0 !important;
}
.form-control,
.input-group-addon {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.btn-round {
  border-width: 1px;
  border-radius: 30px !important;
  opacity: 0.79;
  padding: 9px 18px;
}
.btn-sm,
.btn-xs {
  border-radius: 3px;
  font-size: 14px;
  padding: 7px 12px;
  text-transform: uppercase;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-lg {
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  padding: 14px 30px;
}
.btn-wd {
  min-width: 100px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.45;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
    color: var(--primary-dark_);
    background-color: rgba(0, 0, 0, 0);
    border-color: var(--primary-dark_);
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info.active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #2ca8ff;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success.active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #05ae0e;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger.active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ff3b30;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning.active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ff9500;
}
.btn-fill {
  color: #ffffff;
  opacity: 1;
}
.btn-fill:hover,
.btn-fill:active,
.btn-fill:focus {
  color: #ffffff;
}
.btn-default.btn-fill {
  background-color: #999999;
  border-color: #999999;
}
.btn-primary.btn-fill {
  background-color: #194f6e;
  border-color: #194f6e;
}
.btn-info.btn-fill {
  background-color: #2ca8ff;
  border-color: #2ca8ff;
}
.btn-success.btn-fill {
  background-color: #05ae0e;
  border-color: #05ae0e;
}
.btn-warning.btn-fill {
  background-color: #ff9500;
  border-color: #ff9500;
}
.btn-danger.btn-fill {
  background-color: #ff3b30;
  border-color: #ff3b30;
}
.btn-default.btn-fill:hover,
.btn-default.btn-fill:focus,
.btn-default.btn-fill:active,
.btn-default.btn-fill.active,
.open .dropdown-toggle.btn-fill.btn-default {
  background-color: #888888;
  border-color: #888888;
}
.btn-primary.btn-fill:hover,
.btn-primary.btn-fill:focus,
.btn-primary.btn-fill:active,
.btn-primary.btn-fill.active,
.open .dropdown-toggle.btn-primary.btn-fill {
  border-color: #194f6e;
  color: #fff;
}
.btn-info.btn-fill:hover,
.btn-info.btn-fill:focus,
.btn-info.btn-fill:active,
.btn-info.btn-fill.active,
.open .dropdown-toggle.btn-info.btn-fill {
  background-color: #109cff;
  border-color: #109cff;
}
.btn-success.btn-fill:hover,
.btn-success.btn-fill:focus,
.btn-success.btn-fill:active,
.btn-success.btn-fill.active,
.open .dropdown-toggle.btn-fill.btn-success {
  background-color: #049f0c;
  border-color: #049f0c;
}
.btn-warning.btn-fill:hover,
.btn-warning.btn-fill:focus,
.btn-warning.btn-fill:active,
.btn-warning.btn-fill.active,
.open .dropdown-toggle.btn-fill.btn-warning {
  background-color: #ed8d00;
  border-color: #ed8d00;
}
.btn-danger.btn-fill:hover,
.btn-danger.btn-fill:focus,
.btn-danger.btn-fill:active,
.btn-danger.btn-fill.active,
.open .dropdown-toggle.btn-danger.btn-fill {
  background-color: #ee2d20;
  border-color: #ee2d20;
}
.btn-simple {
  font-weight: 600;
  border: 0;
  padding: 10px 18px;
}
.btn-simple.btn-xs {
  padding: 3px 5px;
}
.btn-simple.btn-sm {
  padding: 7px 10px;
}
.btn-simple.btn-lg {
  padding: 16px 60px;
}
.btn-round.btn-xs {
  padding: 2px 5px;
}
.btn-round.btn-sm {
  padding: 6px 10px;
}
.btn-round.btn-lg {
  padding: 15px 30px;
}
.form-control {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: none;
  color: #444444;
  height: 38px;
  padding: 6px 16px;
}
.form-control:focus {
  background-color: #ffffff;
  border: 1px solid #9a9a9a;
  box-shadow: none;
  outline: 0 none;
}
.form-control .form-control-feedback {
  border-radius: 6px;
  font-size: 14px;
  padding: 0 12px 0 0;
  position: absolute;
  right: 25px;
  top: 13px;
  vertical-align: middle;
}
.input-lg {
  height: 56px;
  padding: 10px 16px;
}
.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
  border-color: #e3e3e3;
  box-shadow: none;
}
.has-success .form-control,
.has-success .form-control-feedback,
.form-control.valid:focus {
  border-color: #05ae0e;
  color: #05ae0e;
}
.has-error .form-control,
.has-error .form-control-feedback,
.form-control.error {
  color: #ff3b30;
  border-color: #ff3b30;
}
.input-group-addon {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.form-control:focus .input-group-addon,
.form-control:focus ~ .input-group-addon {
  background-color: #ffffff;
  border-color: #9a9a9a;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-right: 0 none;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-left: 0 none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}
.form-group {
  margin-bottom: 30px;
}
.form-group label {
  margin-bottom: 10px;
}
.form-group .radio label {
  margin-bottom: 0;
}

#next_result_tab_event {
  display: none !important;
}