body.locked {
  height: 100%;
  overflow: hidden;
  .page-container {
    height: 100%;
    overflow: hidden;
  }
}
#get-full-quote {

  .hidden-field {
    display: none !important;
  }

  .number-of-rooms {
    .custom-radio {
      width: 70px;
      height: 70px;
      line-height: 70px;
      padding-left: 0;
      &:before {
        width: 70px;
        height: 70px;
        border-radius: 35px;
        border-color: @brand-alt;
      }
      &:after {
        display: none;
      }
      i {
        display: none;
      }
      span {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        font-family: @headings-font-family;
        color: @brand-alt;
        font-size: 45px;
        font-weight: bold;
        &:before {
          display: none;
        }
      }
    }
    .ovo-radio label.checked {
      .custom-radio {
        &:before {
          border-color: @brand-primary;
          background-color: @brand-primary;
        }
        span {
          color: white;
        }
      }
    }
  }
  .section {
    border-bottom: 1px solid @border-gray;
    padding-top: 40px;
    padding-bottom: 40px;
    &.container {
      border-bottom: 0;
    }
  }
  .heading-area {
    padding-top: 0;

    .container {
      @media @tablet-min {
        margin-top: 0;

        h1 {
          margin-top: 0;
        }
        .back-link {
          margin-top: 0;
          line-height: 30px;
        }
      }
    }
  }


  .estimated-usage > .form-group {
    margin-bottom: 40px;
    &:last-child {
      margin-bottom: 15px;
    }
  }
  .estimated-toggle {
    margin-top: 40px;
    margin-bottom: 0;
  }
  &.tariff-selector-active {
    overflow: hidden;
  }
  .content {
    -webkit-transform: none;
    transform: none;
  }
}
.form-group {
  &[name=cookingSource],
  &[name=heatingSource],
  &[name=numberOfRooms],
  &[name=economy7],
  &[name=paymentMethod] {
    .ovo-radio {
      display: inline-block;
      margin-right: 20px;
      &:last-child {
        margin-right: 0;
      }
    }
 }
}
.rounded-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 30px;
  font-size: 30px;
  text-align: center;
  margin-right: 10px;
  border: 1px solid @brand-alt;
  color: @brand-alt;
}
.supplier-selector {
  cursor: pointer;
  padding-right: 40px;
  padding-left: 75px;
  display: inline-block;
  min-height: 60px;
  position: relative;
  max-width: 100%;
  @media @phone {
    width: 100%;
  }
  .rounded-icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .supplier-selector-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
  }
  &.active {
    z-index: 5;
    @media @tablet-min {
      width: 330px;
    }
    .supplier-selector-mask {
      display: block;
    }
  }
  .current-selection {
    .current-supplier {
      font-size: @font-size-large;
    }
    .current-tariff {
      font-size: @font-size-base;
    }
    .select-icon {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 25px;
      color: @brand-primary;
    }
  }
  .selection-window {
    max-width: 100%;
    width: 100%;
    height: 300px;
    background: white;
    z-index: 100;
    overflow: hidden;
    visibility: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 2px solid @border-gray;
    @media @phone {
      height: 300px;
    }
    .transition(all .3s);
    .translate(0, 100%);
    @media @tablet-min {
      .transition(height .3s);
      width: 330px;
      height: 40px;
      position: absolute;
      top: 0;
      bottom: auto;
      border-radius: 5px;
      border: 2px solid @border-gray;
      .translate(0, 0);
    }
    ul {
      overflow: auto;
      height: 253px;
      list-style-type: none;
      padding: 0;
      margin: 0;
      width: 100%;
      @media @phone {
        -webkit-overflow-scrolling: touch;
        height: 254px;
      }
      li {
        border-bottom: 1px solid @border-gray;
        &:hover {
          background: lighten(@brand-alt, 30%);
        }
        &:last-child {
          border-bottom: none;
        }
      }
    }
    .supplier-selection,
    .tariff-selection {
      position: absolute;
      width: 100%;
      top: 44px;
      bottom: 0;
      left: 0;
      background: white;
    }
    .tariff-selection {
      border-left: 1px solid @border-gray;
      .translate(101%, 0);
      left: -1px;
      backface-visibility: hidden;
      .transition(all .3s 300ms);
      &.active {
        .translate(0,0)
      }
    }
    .supplier-selection ul li {
      height: 70px;
      padding: 10px 40px 10px 10px;
      position: relative;
      font-size: 0;
      i {
        position: absolute;
        top: 50%;
        right: 0;
        font-size: 25px;
        margin-top: -17px;
        margin-right: 20px;
        color: @brand-primary;
      }
    }
    .tariff-selection ul li {
      padding: 10px;
    }
    .supplier-logo {
      width: 30%;
      height: 100%;
      display: inline-block;
      vertical-align: middle;
      line-height: 49px;
      padding: 0 20px 0 0;
      img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
      }
    }
    .supplier-name {
      width: 70%;
      font-size: @font-size-base;
      display: inline-block;
      vertical-align: middle
    }
  }
  &.active .selection-window {
    visibility: visible;
    @media @tablet-min {
      height: 300px;
    }
    .translate(0,0);
  }
  .selection-window-title {
    background: #f7f7f7;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-bottom: 2px solid @border-gray;
    font-size: @font-size-large;
  }
}
form {
  .disabled {
    color: #eee;
  }
  .opaque {
    color: #eee;
  }

}
.spend-group {
  &.has-error {
    select {
      border-color: @border-gray;
    }
  }
  .radio {
    display: inline-block;
    margin-right:10px;
    @media @phone{
      display:block;
    }
  }
  .styled-select{
    display:inline-block;
    width: 150px;
    margin-left:10px;
  }
  .form-control {
    display: inline-block;
  }
  input.form-control {
    width: 70px;
    margin-right:10px;

    @media @tablet-min {
      width: 100px;
    }
    @media @phone{
      width: 80px;
    }
    &[disabled] {
      color: white;
    }
  }

}
#elec-selection-anchor,
#gas-selection-anchor {
  position: absolute;
  top: -85px;
}
#get-full-quote .section.estimated-container {
  padding-bottom: 0;
}

.usage-input-row {
  position: relative;
  &.disabled {
    &:after {
      content: "";
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1000;
    }
  }
}
