.adrShipModal .ng-modal-dialog {
  position: fixed;
  z-index: 20000000001;
}

.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;
}

.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-bottom: 0;

    label {
      padding-top: 0;
    }
  }
}

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

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