﻿  /**
    * #.# Plan First
    *
    * Tailored style for plan first, many controls are shared here just with tweaks.
  */
  
  .build-your-plan-wrapper {
      color: #37484e;
  }
  .build-your-plan-wrapper a {
      color: #69b978;
  }

  .planFirstWrapper h2 {
      margin-top: 30px;
      margin-bottom: 25px;
  }
@media (min-width: 992px) {

    .planFirstWrapper h2 {
        margin-top: 60px;
    }
}

@media (min-width: 400px) {
    #rblPlanType {
        margin: 0;
        padding: 0;

    }
}

  #rblPlanType li {
      list-style: none;
      display: inline-block;
      vertical-align: top;
  }
  #rblPlanType li input {
      position: absolute;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  #rblPlanType li label {
      background: #fff none repeat scroll 0 0;
      border-radius: 0;
      color: #55aecb;
      display: inline-block;
      font-family: gtwregular;
      font-weight: 700;
      height: 86px;
      line-height: 1em;
      padding: 33px 10px;
      vertical-align: top;
      width: 100%;
      border: 2px solid #55aecb;
      border-radius: 3px;
      text-align: center;
      width: 90px;
      height: 90px;
  }
  #rblPlanType li label:hover {
      background: #55aecb none repeat scroll 0 0;
      border: 2px solid #55aecb;
      color: #fff;
      cursor: pointer;
  }
  #rblPlanType li input:checked + label {
      color: #fff;
      background: #55aecb none repeat scroll 0 0;
  }
  .build-your-plan-wrapper .planBuilderSection {
      padding: 0;
  }




  .build-your-plan-wrapper .minutes,
  .build-perfect .minutes {
      margin: 45px 0 65px 0;
  }

  @media (min-width:992px) {

        .build-your-plan-wrapper .minutes,
        .build-perfect .minutes {
          margin: 45px 0 0 0;
      }

  }

   .minutes,
    .data,
    .texts {
        height: 120px;
        margin: 30px 0 10px;
        position: relative;
        width: 100%;
    }



  .build-your-plan-wrapper .texts,
  .build-your-plan-wrapper .data,
   .build-perfect .texts,
   .build-perfect .data {
      margin: 0 0 65px 0;
  }
    @media (min-width:992px) {

       .build-your-plan-wrapper .texts,
  .build-your-plan-wrapper .data,
   .build-perfect .texts,
   .build-perfect .data {
      margin: 0;
  }

  }

  .build-your-plan-wrapper .presets.top {
      margin-top: 150px;
  }
  .build-perfect .presets.top {
      margin-top: 150px;
  }
  /*** Want a phone with that ****/
  
  .planFirstPhonesWrapper {
      color: #fff;
  }
  .planFirstPhonesWrapper h2 {
      font-size: 30px;
      margin: 35px 0;
      color: #fff;
  }
  .planFirstPhonesWrapper .phone-area-img {
      display: inline-block;
      height: auto;
      padding-top: 5px;
  }
  /*.planFirstPhonesWrapper .phone-area-img img {
    width:70%;
}*/
  
  .planFirstPhonesWrapper .id-phones-list .col-md-3 {
      margin-bottom: 30px;
      min-height: 380px;
  }
  .planFirstPhonesWrapper .details h2,
  .planFirstPhonesWrapper .details span {
      font-size: 30px;
      margin: 0;
      font-family: gtwbold;
  }
  .planBuilderSection .planFirstPhonesWrapper input {
      margin: 0 5px 30px 5px;
      width: auto;
      font-size: 1.25em;
      padding-left: 15px;
      padding-right: 15px;
      min-width: 300px;
      border-radius: 5px;
  }
  .planBuilderSection .planfirsteditplanwrapper input {
      margin: 30px 5px 30px 5px;
      width: auto;
      font-size: 1.25em;
      padding-left: 15px;
      padding-right: 15px;
      min-width: 300px;
      border-radius: 5px;
  }
  /* Media Query for iPad (Landscape) and other devices with max-width of 1024px **/
  
  @media (max-width: 1024px) {

      .build-your-plan-wrapper #ulPlanPacks li a .packInfo {
          position: relative;
          font-size: 14px;
          text-align: left;
          color: #7c9496;
          left: 0px;
          top: 0;
          padding-right: 100px;
      }
       .build-your-plan-wrapper #ulPlanPacks li.active a .packInfo {
          color: #fff;
      }
  }
  /* Media Query for devices with max-width of 800px **/
  
  @media (max-width: 800px) {

      .planBuilderSection .planFirstPhonesWrapper input {
          margin: 0 0 30px 0;
          width: 48%;
          font-size: 1.25em;
          padding-left: 0;
          padding-right: 0;
      }
  }

  /* Media Query for devices with max-width of 375px **/
  
  @media (max-width: 375px) {
 
      #rblPlanType {
          margin: 0 auto 30px;
          padding: 0;
          text-align: center;
          width: 250px;
      }
      .planFirstPhonesWrapper h2 {
          font-size: 30px;
          margin: 20px 0;
          color: #fff;
      }
      .planFirstPhonesWrapper .container.id-phones-list {
          padding: 0;
      }
      .planFirstPhonesWrapper .id-phones-list .col-md-3 {
          margin-bottom: 30px;
          min-height: 350px;
          padding: 0;
      }
      .planBuilderSection .planFirstPhonesWrapper input {
          margin: 5px 0;
          width: 100%;
          font-size: 1.25em;
          padding-left: 0;
          padding-right: 0;
      }
      .planBuilderSection .planFirstPhonesWrapper {
          padding-bottom: 40px;
      }
  }
  @media (max-width: 320px) {
      .planBuilderSection .planfirsteditplanwrapper input {
          min-width: 275px;
          margin: 15px 5px;
      }
  }