/* Popover */
.v-popover-enter-active {
  transition: all .3s ease-in-out;
}

.v-popover-leave-active {
  transition: all .3s ease-in-out;
}

.v-popover-enter,
.v-popover-leave-active {
  opacity: 0;
  transform: translateX(10px);
}

.v-popover {
  /*v-popover container*/
  display: inline-block;
  position: relative;
}

.v-popover__content {
  /*Style of hidden v-popover content*/
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 6px 6px rgba(16, 16, 16, 0.04), 0 6px 6px rgba(0, 0, 0, 0.05);
  max-width: 70vw;
  padding: 10px;
  position: absolute;
  width: 300px;
  z-index: 999;
}

.v-popover__content:hover {
  /*background-color: red;*/
}

.v-popover__text {
  /*Initially shown text*/
}

.v-popover__text:hover {

}

.v-popover__close-icon {
  cursor: pointer;
  display: inline-block;
  fill: #000;
  fill-opacity: .3;
  height: .6rem;
  position: absolute;
  right: 10px;
  stroke-width: 0;
  stroke: currentColor;
  width: .6em;
}

.slider-container {
  display: block;
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  cursor: default;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.slider-click-layer {
  width: auto;
  height: 40px;
  display: block;
  position: absolute;
  z-index: 1;
  top: -15px;
  left: -10px; /* half of "slidebutton" width */
  right: -10px;
  touch-action: none;
  cursor: pointer;
}

.half-width {
  width: 50%;
  float: left;
}

.clear {
  clear: both;
}

body.is-sliding {
  touch-action: none;
}

.negative-color {
  color: #aa3535;
}

.slider {
  width: 100%;
  display: block;
  height: 6px;
  background: #e3e3e4;
  position: relative;
}

.slider .slider-progress {
  background: #333;
  height: 8px;
  position: relative;
  top: -1px;
}

.slider .slider-progress::after {
  display: block;
  position: absolute;
  font-family: 'Arial' !important;
  right: -12px;
  top: -6px;
  text-align: center;
  color: white !important;
  line-height: 15px;
  font-size: 8px;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);

  background: white;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.slider-container.locked .slider-progress::after {
  display: none;
}

.slider-container .slider-values {
  margin-top: 8px;
  clear: both;
}

.slider-container .slider-value {
  display: inline;
  color: #b1b1b1;
  font-size: 80%;
  font-weight: bold;
}

.slider-container .slider-value-min {
  float: left;
}

.slider-container .slider-value-max {
  float: right;
}

.slider-label, .slider-value-field {
  color: #515151;
  line-height: 25px;
}

.slider-label {
  color: #a0adc0;
  font-weight: 400;
  font-size: 100%;
}

.slider-value-field {
  font-weight: 500;
  font-size: 100%;
}

.slider-label .slider-label-tag {
  font-weight: normal;
}

.slider-row {
  margin-top: 7px;
}

#leasing-app .price-monthly-header {
  color: #333;
}

#leasing-app .period-toggle, .ownership-buttons-wrapper, .funding-buttons-wrapper {
  box-sizing: border-box;
  font-size: 0;
  display: inline-block;
  border-radius: 0.375rem;
  background-color: #f1f5f9;
  color: #595959;
}

#leasing-app .period-toggle .btn-period {
  margin: 0;
  padding: .75rem 2rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 0.375rem;
  font-size: 12px;
  cursor: pointer;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out;
}

#leasing-app .period-toggle .btn-period.active {
  background-color: white;
  border: 1px solid #e2e8f0;
  color: black;
  font-weight: 600;
}


.btn-info {
  transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out;
}

#leasing-app .period-toggle .btn-period:first-child {
  border-left-width: 1px !important;
}

#leasing-app .period-toggle .btn-period:hover {
  background-color: #dadada;
}

#leasing-app {
  margin-top: 10px;
}

.modal-container .seller-logo {
  height: 28px;
  float: right;
  margin-top: 14px;
}

.services-row {
  /*border-top: 1px solid #efefef;*/
  padding-top: 15px;
}

.contact-button {
  font-size: 18px;
  font-weight: bold;
  padding-left: 3rem;
  padding-right: 3rem;
}

.services-row .contact-container {
  position: relative;
}

@media only screen and (min-width: 768px) {

  .services-row .contact-container.col-md-4 .contact-button {
    position: absolute;
    bottom: 0;
    right: 8px;
  }

}

/* Customize the label (the container) */
.slider-checkbox {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.slider-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.slider-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.slider-checkbox input:checked ~ .checkmark {
  background-color: #0883C3;
  border-color: #0883C3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.slider-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.slider-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.service-info {
  cursor: pointer;
  text-align: center;
  font-size: 11px;
  padding: 0;
  border-radius: 50%;
  background-color: #22527b;
  display: inline-block;
  width: 18px;
  height: 18px;
  color: white;
  line-height: 18px;
  border: 0;
  outline: 0;
}

.description-popover {
  float: right;
  position: relative;
  z-index: 4;
}

.description-popover .v-popover__close-icon {
  height: 11px;
}

.description-popover .v-popover__content {
  margin-top: 4px;
}

.description-popover .v-popover__content > div {
  padding-right: 4px;
}

.split-private-container,
.split-business-container {
  text-align: right;
}

.split-private-container {
  background-color: #333;
  color: white;
}

.split-price-monthly {
  font-size: 16px;
  font-weight: bold;
}

.split-price-row {
  font-size: 16px;
}

.split-price-row, .split-price-monthly-row {
  line-height: 30px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  position: relative;
}

.split-price-monthly-row .split-header {
  text-align: left;
  float: left;
  padding: 0;
  line-height: 12px;
}

.split-price-monthly-row .split-spacer {
  height: 20px;
}

table .split-header {
  padding-bottom: 0;
}

table .split-header h5,
.split-price-monthly-row .split-header h5 {
  margin: 0;
}

.split-price-row {
  line-height: 54px;
}

.split-header {
  padding-bottom: 8px;
}

.split-header h4 {
  margin-bottom: 0;
}

.split-header .tax-label {
  color: #999;
  font-size: 80%;
  font-weight: bold;
}

.split-description-label {
  position: absolute;
  font-weight: normal;
  color: #ccc;
  font-size: 16px;
}

.split-remaining-value-row {
  margin-top: 13px;
  border: 0;
  padding-top: 12px;
  line-height: normal;
}

.split-description-desktop-label {
  color: #999;
}

.split-remaining-value-row .split-description-label {
  position: relative;
  text-align: center;
  color: #bbb;
  display: inline-block;
  width: 100%;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .split-remaining-value-row {
    margin-top: 0px;
    padding-bottom: 10px;
    line-height: 18px;
  }
}

.ownership-buttons button,
.ownership-buttons button:active,
.ownership-buttons button:hover {
  border: 0;
  background: transparent;
  font-size: 14px;
  outline: 0;
  border-radius: 4px;
  font-weight: bold;
}

.ownership-buttons button:hover {
  background-color: #eaeaea;
}

.ownership-buttons button.active {
  box-shadow: none;
  background-color: white;
  color: black;
}

.ownership-buttons .btn,
.ownership-buttons .btn:hover,
.ownership-buttons .btn:active,
.ownership-buttons .btn.active,
.ownership-buttons .btn:focus {
    font-weight: 500;
    background-color: #f1f5f9;
    transition: 0.3s;
    color: #595959;
    font-size: 12px;
    outline: none !important;
    border: 1px solid #eaeaea !important;
    box-shadow: none;
}


.ownership-buttons .btn:active,
.ownership-buttons .btn.active {
    border: 1px solid #e2e8f0;
}

.ownership-buttons .btn:hover {
    background-color: #dadada;
}


.ownership-buttons .btn {
    background-color: transparent;
    border: 0;
}

.ownership-buttons .btn.active,
.ownership-buttons .btn.active:hover {
    background-color: white;
    color: black;
}

.monthly-pay-wrapper {
  background-color: #f1f5f9;
  color: #595959;
}

.monthly-pay-container {
  width: 100%;
  padding: 8px;
  text-align: center;
}

#leasing-app .monthly-pay-container .price-monthly-header {
  color: #595959;
  font-weight: 300;
}

#leasing-app .monthly-pay-container .price-monthly-header strong {
  font-weight: 700;
}

.detail-price-container {
  width: 100%;
  padding: 8px;
  text-align: center;
}

.theme-splitleasing .container {
  background-color: white;
}

.left.floated {
  float: left;
}

.seller-logo {
  text-align: center;
  margin: 0 auto;
}

.rounded.photo {
  border-radius: 50%;
  width: 128px;
}

.equipment-cell {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

.equipment-cell:nth-child(0) {
  border-top: 1px solid #ddd;
}

h1 {
  margin-top: 8px;
  margin-bottom: 2px;
  line-height: auto;
}

h3 {
  margin: 0;
  margin-bottom: 8px;
}

.table tr:first-child td {
  border-top: 0;
}

.funding-image-overlay {
  position: absolute;
  top: 18px;
  left: 0;
  background-color: #0084dd;
  color: white;
  padding: 8px 16px;
  z-index: 99;
  font-weight: bold;
  font-size: 120%;
}

.taxation-calculation-row {
  margin-right: 0px;
  margin-left: -15px;
  padding-right: 0;
}

.taxation-calculation-row .table {
  background-color: #ebebeb;
  margin-left: 15px;
  margin-right: 15px;
}

.taxation-calculation-row .table tr td {
  border-left: 1px solid #ddd;
}

.taxation-calculation-row .table tr td:first-child {
  border-left: 0;
}

.row-7 {
  width: 58%;
}

.row-25 {
  width: 21%;
}

@media only screen and (min-width: 992px) {
  .row-lg-8 {
    width: 67%;
  }

  .row-lg-2 {
    width: 16.5%;
  }
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}


.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover {
  padding: 0;
}

.tooltip.popover .popover-inner {
  background: #3a3a3a;
  color: white;
  padding: 8px 16px;
  border-color: transparent;
  border-radius: 5px;
}

.tooltip.popover .popover-arrow {
  border-color: #3a3a3a;
}

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s;
}

.split-period-value {
  position: absolute;
  top: -12px;
}

.mr-3 {
  margin-right: 0.75rem;
}

@media only screen and (max-width: 480px) {

  .sales-price-label {
    font-size: 120%;
  }
}

.mt35 {
  margin-top: 35px;
}

.text-sm {
  font-size: 90%;
}

.text-lg {
  font-size: 110%;
}

.text-xl {
  font-size: 140%;
}

.text-muted {
  color: #a0adc0;
}
