/********** override style of default theme.css (Modena) ******/
/*** form --------------------------------------------------------------------------------------*/
.ui-tabs-top {
  border: none;
}

/*** tooltip --------------------------------------------------------------------------------------*/
.ui-tooltip {
  background-color: var(--bal-color-primary);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: auto !important;
}

.ui-tooltip[data-qtip-id='contactTooltip'],
.ui-tooltip[data-qtip-id='burgerMenuTooltip'] {
  border-radius: var(--bal-radius-large) !important;
}

.ui-tooltip .ui-tooltip-content {
  border-style: none;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}

.ui-tooltip.ui-tooltip-rounded {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.tooltip-caption {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
  line-height: 1.11;
}

.tooltip-content,
.ui-tooltip-content {
  display: block;
  font-size: 15px;
  line-height: 1.33;
}

a.tooltip-commandlink {
  display: block;
  color: #009ee6;
  font-size: 15px;
}

.ui-tooltip p {
  font-size: 15px;
  margin: 5px 0;
  padding: 0;
  color: white;
}

.ui-tooltip a {
  color: #009ee7;
  font-size: 15px;
}

.ui-tooltip a:hover {
  color: #009ee7;
}

/************** General style **********************************/
p.font-medium {
}

.bg-dark-blue h1,
.bg-dark-blue .h1,
.bg-dark-blue h2,
.bg-dark-blue .h2,
.bg-dark-blue h3,
.bg-dark-blue .h3,
.bg-dark-blue h4,
.bg-dark-blue .h4,
.bg-dark-blue p,
.bg-dark-blue {
  color: white;
}

/************** Utilities **********************************/
.hidden {
  display: none;
}

.bg-dark-blue {
  background-color: var(--bal-color-primary);
}

.bg-light-blue {
  background-color: #f0faff;
}

.bg-white {
  background-color: #ffffff;
}

.text-dark-blue {
  color: var(--bal-color-primary);
}

.text-white {
  color: #ffffff !important;
}

.w-100 {
  width: 100%;
}

.opacity-60 {
  opacity: 0.6;
}

.no-border {
  border: none;
}

/***Group***/
.link-group a {
  margin-right: 15px;
  opacity: 0.4;
}

.link-group a.activate {
  opacity: 1 !important;
  pointer-events: none;
  cursor: default;
}

/***Custom slider***/
.custom-slider {
  margin: 40px 0 60px 0 !important;
}

.custom-slider.ui-slider {
  height: 3px;
  background-color: rgba(153, 173, 214, 0.5);
  border-radius: 100px;
}

.custom-slider .ui-slider-line {
  width: 0;
  height: 10px !important;
  border: solid 1px #d3dbea !important;
  background: #d3dbea !important;
}

.custom-slider .ui-slider-handle {
  width: 17px !important;
  height: 17px !important;
  border-radius: 100px !important;
  background-color: var(--bal-color-primary);
  border: solid 4px #ffffff !important;
  box-shadow: unset;
  top: -6px !important;
}

.custom-slider .ui-slider-handle.ui-state-hover,
.custom-slider .ui-slider-handle.ui-state-focus {
  background-color: var(--bal-color-primary) !important;
}

.custom-slider .ui-slider-range {
  background: var(--bal-color-primary);
}

.custom-slider .ui-slider-handle .ui-slider-tip {
  visibility: visible;
  opacity: 1;
  width: 140px;
  height: 39px;
  border-radius: 2px;
  background-color: var(--bal-color-primary);
  border-color: var(--bal-color-primary);
  box-shadow: 0 3px 14px 0 rgba(34, 34, 34, 0.25);
  color: white;
  margin-left: -70px;
  top: auto !important;
  bottom: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-slider .ui-slider-handle .ui-slider-tip:before,
.custom-slider .ui-slider-handle .ui-slider-tip:after {
  border-top-color: unset;
  border-bottom-color: var(--bal-color-primary);
  top: -11px;
}

/** Financing page **/
.form-field-110 {
  min-height: 110px;
}

.form-field-79 {
  height: 79px;
  line-height: 79px;
}

.ui-soba-progress-label-title {
  font-size: 22px;
}

.ui-progressbar {
  height: 64px !important;
  background-color: #ffffff;
  -webkit-box-shadow: var(--bal-shadow);
  box-shadow: var(--bal-shadow);
  border-radius: var(--bal-radius-large);
}

.separator-16 {
  height: 16px;
}

.separator-21 {
  height: 21px;
}

.separator-23 {
  height: 23px;
}

.separator-40 {
  height: 40px;
}

.f-bold {
  font-weight: bold !important;
}

.ui-progressbar-label {
  font-size: 44px;
  padding-top: 20px;
  color: black;
  width: auto !important;
  margin-left: 14px;
}

.ui-progressbar.ui-soba-progress-bar .ui-progressbar-value {
  margin: 0px;
}

.ui-progressbar.ui-soba-progress-bar.ui-soba-progress-bar-green .ui-progressbar-value {
  background-color: #116b34;
}

.ui-progressbar.ui-soba-progress-bar.ui-soba-progress-bar-darkgreen .ui-progressbar-value {
  background-color: #116b34;
}

.ui-progressbar.ui-soba-progress-bar.ui-soba-progress-bar-orange .ui-progressbar-value {
  background-color: #ffbe19;
}

.ui-progressbar.ui-soba-progress-bar.ui-soba-progress-bar-red .ui-progressbar-value {
  background-color: #cb1500;
}

.ui-soba-progress-helptext {
  font-size: 22px !important;
}

input[type='text']::-ms-clear {
  width: 0;
  height: 0;
}

.progressbar-text {
  font-size: 15px;
  position: relative;
  top: -8px;
}

/** for contact info dialog**/
.custom-overlay-displayed .contact-info-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  overflow-y: auto;
  text-align: center;
}

/** new style for dialog**/
.dialog-header {
  font-size: 32px;
  color: var(--bal-color-primary);
  line-height: 1.19;
  padding-bottom: 60px;
}

/** Customized tooltip **/
div[id$='allRatesNoticeTooltip'] {
  background-color: #ffffff;
}

div[id$='allRatesNoticeTooltip'] .ui-tooltip-content {
  color: var(--bal-color-primary);
}
