.adrShipModal .ng-modal-dialog {
  position: fixed;
  z-index: 20000000001;
}
input[type="checkbox"], input[type="radio"] {
  @media screen and (max-width: 767px) {
    transform: scale(1.4); 
  }
}
.tncContainer {
  position: relative;
  min-height: 200px;
  overflow: auto;
  border: 1px solid #ccc;
  margin-top: 10px;
  -webkit-overflow-scrolling:touch;

  max-height: 200px;
  overflow-y: scroll;
  padding:1em;

  -webkit-overflow-scrolling:touch;

  p {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 12px;
  }
  table td {
    text-align:left;
  }
}

#adrAgree2Terms {
  margin: 20px 0;
  font-size: 14px;
  float: right;
  margin-top: 2em;
  margin-bottom: 2em;
  input {
    position: relative;
    &[type="checkbox"] {
      transform: scale(1.4);
    }
  }
}

.adr-now-future {
  position: relative;
  padding: 1em 2em 1.5em;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  margin-bottom: 10px;
  background: #ffffff;

  .withInfoFieldset {
    margin-bottom: 0;
  }

  .infoForFieldSet {
    margin: 0;

    label {
      padding: 0 0 0 1.75em;
      margin: 0;
      height: 16px;
    }
  }
  fieldset:disabled {
    opacity: 0.5
  }
}

.adr-shipselect {
  margin-bottom: 25px;
}

.adr-shipfuture-msg {
  margin-bottom: 8px;
}
