#plan-payg {
  .back-link {
    margin-top: 10px;

    @media @tablet-min {
      line-height: 20px;
      margin-top: 0;
    }
  }
  .heading-area {
    padding-bottom: 0px;

    @media @tablet-min {
      margin-top: 0;
      h2 {
        margin-top: 0;
      }
    }
  }
  /* TODO simply smart
  remove this class if the experiment failed*/
  .notEligible {
    text-align: center;
    color: @brand-info;
    font-weight: 600;
    a {
      font-weight: 400;
      display: inline-block;
    }
  }
  //end of todo
  .planContent {
    @media @phone {
      margin-top: 0;
    }
  }
  .content {
    -webkit-transform: none;
    transform: none;
  }
  .emph {
    font-size: 28px;
    color: @brand-primary;
  }
}

.disabledblock {
  .opacity(0.3);
  pointer-events: none;
}

.informationbox {
  background: #f1f1f1;
  margin-top: -20px;
  @media @tablet-min {
    margin-top: 0;
    background: white;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }
  .informationbox-icon {
    width: 120px;
    height: 120px;
    margin: 20px auto;
    background-size: 120px 120px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url('img/smb-good-news.png');
    @media @tablet-min {
      margin: 20px 20px 20px auto;
    }
  }
}

@media @phone {
  .textcenterxs {
    text-align: center;
  }
}

.text-condensed {
  font-family: @headings-font-family;
  text-transform: uppercase;
}

.switch-button {
  margin: 40px auto 0;
  @media @phone {
    border-radius: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    z-index: 5;
    width: 100%;
    &:focus, &:hover {
      background: @brand-alt;
    }
  }
  span {
    vertical-align: top;
    font-weight: normal;
    display: inline;
    @media @phone {
      display: none;
    }
  }
}

.description-area {
  ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 30px;
    li {
      padding-left: 25px;
      margin-bottom: 20px;
      position: relative;
      &:before {
        content: "";
        background: @brand-primary;
        position: absolute;
        top: 5px;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        text-align: center;
      }
    }
  }
}

.payg-online {
  position: relative;
  padding-right: 100px;
  @media @tablet-min {
    padding-right: 0;
    padding-left: 207px;
  }
  @media @phone {
    padding: 0;
    padding-right: 80px;
  }
  img {
    position: absolute;
    top: 17px;
    width: 180px;
    height: auto;
    @media @tablet-min {
      right: auto;
      left: 0px;
    }
    @media @phone {
      top: 48px;
      right: -127px;
      width: 200px;
    }
  }
}

.singleplan {
  .heading-area {
    padding-bottom: 0;
  }
  .tariff-info {
    padding-top: 10px;
  }
}

.tariff-info {
  .clearfix();
}

.tariff-description {
  @media @tablet-min {
    float: left;
    width: 70%;
    padding-right: 30px;
    border-right: 1px solid @gray-lighter;
  }
  @media @phone {
    padding: 10px;
  }
}

.tariff-price-info {
  padding: 25px 25px 10px;
  margin: 0 -20px 15px;
  background: @gray-lightest;
  > *:first-child {
    margin-top: 0;
    @media @phone {
      font-size: 24px;
    }
  }
  > *:last-child {
    margin-bottom: 0;
  }
  @media @tablet-min {
    background: transparent;
    border: none;
    float: left;
    width: 30%;
    padding: 25px;
    margin: 0 auto 15px;
  }
}

.tariff-details {
  .clearfix();
  @media @tablet-min {
    padding-top: 60px;
  }
  .details-col {
    @media @phone {
      background: @gray-lightest;
      padding-top: 20px;
      h3 {
        margin-bottom: 10px;
        i {
          display: none;
        }
      }
    }
  }
  .email-col {
    @media @phone {
      padding-top: 20px;
      h3 {
        margin-bottom: 10px;
        i {
          display: none;
        }
      }
    }
  }
  .which-col {
    h4 {
      margin-top: 19px;
    }
    @media @phone {
      padding-top: 0;
      h4 {
        margin-bottom: 10px;
        i {
          display: none;
        }
      }
    }
    img {
      max-width: 100%;
      width: 180px;
      height: auto;
      margin: 0 auto 20px;
    }
  }
  > div {
    padding-bottom: 15px;
    > h3 {
      margin-bottom: 30px;
      > i {
        color: @brand-primary;
      }
    }
    ul {
      list-style-type: none;
      padding: 0;
      li {
        margin-bottom: 20px;
        position: relative;
        padding-left: 2em;
        padding-right: 35px;
        min-height: 25px;
        .icon-check {
          line-height: 1.2em;
          position: absolute;
          top: 0;
          left: 0;
          font-size: @font-size-large;
        }
        .ovo-tooltip {
          position: absolute;
          top: 0;
          right: 0;
        }
      }
    }
  }
}

.contact-methods {
  .clearfix();
  margin-top: 30px;
  span {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
    @media @phone {
      margin-right: 0;
      width: 50%;
      float: left;
      padding-right: 10px;
    }
  }
}

.variable-plan {
  clear: both;
}

.tab-price {
  display: block;
  font-size: @font-size-h4;
}

.operations-container {
  width: auto;
  h3 {
    color: @brand-primary;
    margin-bottom: 40px;
  }
  @media @phone {
    .col-md-12, .col-md-6 {
      padding: 0;
    }
  }
}

.operations-button {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

.actions-list {
  background: #fafafa;
  border: 1px solid #f4f4f4;
  padding: 15px;
  border-radius: 2px;
  margin: 20px 0;
  h6 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.buttonless button {
  display: none !important;
}

.til-modal {
  .table > tbody > tr > td {
    border-top: none;
  }
  .til-cost-area {
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 1px solid @gray-lighter;
    border-bottom: 1px solid @gray-lighter;
    margin-bottom: 20px;
  }
}

.triangle-down {
  width: 100%;
  height: 0;
  padding-left: 50%;
  padding-top: 100%;
  margin-top: -50%;
  overflow: hidden;
  .scaleY(0.1);
  margin-bottom: -40%;
  &:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    margin-top: -500px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-top: 500px solid @gray-lightest;
  }
  &.white:after {
    border-top: 500px solid white;
  }
}

.emailFormGroup {
  &__button {
    padding-top: 8px !important;
  }
}

.description-area ul {
  ul {
    list-style: none;
  }
  li {
    padding-left: 30px;
    margin-bottom: 10px;
  }
  li:before {
    color: @brand-primary;
    content: "\f00c";
    font-family: 'icons';
    background-color: white;
    margin-top: -4px;
    display: inline-block;
  }
}

.tariff-info {
  @media @phone {
    padding-top: 0;
  }
}
