.eAPU, .pNPU {
  /* Ipad */
  /* mobile */ }
  .eAPU .modal, .pNPU .modal {
    text-align: center;
    padding: 0 !important; }
  .eAPU .modal::before, .pNPU .modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .eAPU .modal-dialog, .pNPU .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  .eAPU h2, .pNPU h2 {
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    color: #cf4520; }
  .eAPU .close-btn, .pNPU .close-btn {
    float: right; }
  .eAPU p, .pNPU p {
    font-size: 13px;
    line-height: 13px;
    color: #3b3b3b; }
  .eAPU .yes-button, .pNPU .yes-button {
    width: 80px;
    height: 36px;
    background-color: #5c8727;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    border: none; }
  .eAPU .no-button, .pNPU .no-button {
    width: 80px;
    height: 36px;
    background-color: #828282;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    margin-right: 20px;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    border: none; }
  .eAPU .modal-content, .pNPU .modal-content {
    border-radius: 0;
    width: 580px;
    margin-top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .eAPU .modal-header, .pNPU .modal-header {
    border-bottom: none;
    height: 60px;
    padding-left: 30px;
    padding-bottom: 15px; }
  .eAPU .modal-body, .pNPU .modal-body {
    outline: none;
    padding-top: 12px;
    padding-left: 30px;
    height: 20px;
    padding-bottom: 0px; }
  .eAPU .modal-footer, .pNPU .modal-footer {
    border-top: none;
    padding: 20px 30px 30px 30px; }
  @media (min-width: 768px) and (max-width: 1198px) and (orientation: landscape) {
    .eAPU .modal-content, .pNPU .modal-content {
      width: 580px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .eAPU .modal-content, .pNPU .modal-content {
      width: 284px; }
    .eAPU h2, .pNPU h2 {
      margin-top: 8px; }
    .eAPU p, .pNPU p {
      line-height: 16px; }
    .eAPU .modal-body, .pNPU .modal-body {
      padding-top: 5px; }
    .eAPU .modal-footer, .pNPU .modal-footer {
      padding: 40px 50px 20px 45px; } }

/* ====  remove maybe later ===== */
/*=============Alert Settings Section==============*/
.alert-settings {
  overflow: hidden;
  height: auto;
  padding: 20px 0 20px 0;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa; }

.alert-settings-container {
  padding-right: 15px;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }

.alert-settings-text {
  font-size: 22px;
  line-height: 22px;
  color: #3b3b3b;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  cursor: pointer; }

.alert-settings-collapsed {
  font-size: 22px;
  line-height: 22px;
  color: #3b3b3b;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer; }

.col-lg-6 {
  padding: 0; }

.email-disabled {
  color: #828282; }

.email-enabled {
  color: #3b3b3b; }

.inner-text-left {
  float: left;
  font-weight: bold;
  font-size: 14px;
  color: #3b3b3b;
  margin: 0; }

.inner-text-right {
  float: right;
  font-size: 14px;
  color: #5c8727;
  margin: 0; }

.arrow-right {
  margin: 0 20px 0 20px;
  position: relative;
  bottom: 2px;
  vertical-align: middle;
  width: 8px;
  height: 12px; }

.arrow-down {
  margin: 0 20px 0 20px;
  position: relative;
  bottom: 2px;
  vertical-align: middle;
  width: 12px;
  height: 8px; }

.inner-div, .inner-div-bottom {
  height: auto;
  overflow: hidden;
  padding: 20px 0 20px 0;
  margin-left: 48px;
  border-top: dashed 1px #aaaaaa; }

.inner-div-bottom {
  padding: 0;
  border-top: none; }

a {
  text-decoration: none;
  cursor: pointer;
  color: #5c8727; }

.disabled, .disabled:hover {
  text-decoration: none;
  color: #3b3b3b;
  cursor: default;
  font-style: italic;
  padding-right: 3px; }

/* Ipad */
@media (min-width: 768px) and (max-width: 1198px) and (orientation: landscape) {
  .container-fluid.body {
    background-color: #ffffff;
    padding: 0;
    width: calc(100vw - 20px); }

  .alert-settings-container {
    padding-right: 30px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto; } }
/* Mobile*/
@media (min-width: 320px) and (max-width: 767px) {
  /*===Alert Settings Section===*/
  .alert-settings {
    padding-bottom: 20px; }

  .alert-settings-container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto; }

  .alert-settings-text {
    font-size: 15px;
    line-height: 15px;
    color: #3b3b3b;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
    cursor: pointer; }

  .alert-settings-collapsed {
    font-size: 15px;
    line-height: 15px;
    color: #3b3b3b;
    font-weight: bold;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    cursor: pointer; }

  .inner-div, .inner-div-bottom {
    margin-left: 10px; }

  .inner-div-bottom {
    padding-bottom: 10px; }

  /*Arrow*/
  .arrow-right {
    margin: 0 15px 0 15px;
    position: relative;
    bottom: 2px;
    vertical-align: middle; }

  /*Text*/
  .inner-text-right {
    float: left !important; }

  .stop-email-alerts, .stop-push-notifications, a, a:hover {
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold; }

  a:hover {
    text-decoration: underline; } }
.aAOn, .aAOff {
  /* Ipad */
  /* mobile */ }
  .aAOn .modal, .aAOff .modal {
    text-align: center;
    padding: 0 !important; }
  .aAOn .modal::before, .aAOff .modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .aAOn .modal-dialog, .aAOff .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  .aAOn h2, .aAOff h2 {
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    color: #cf4520; }
  .aAOn .close-btn, .aAOff .close-btn {
    float: right; }
  .aAOn p, .aAOff p {
    font-size: 13px;
    line-height: 13px;
    color: #3b3b3b; }
  .aAOn .yes-button, .aAOff .yes-button {
    width: 80px;
    height: 36px;
    background-color: #5c8727;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    border: none; }
  .aAOn .no-button, .aAOff .no-button {
    width: 80px;
    height: 36px;
    background-color: #828282;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    margin-right: 20px;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    border: none; }
  .aAOn .modal-content, .aAOff .modal-content {
    border-radius: 0;
    width: 580px;
    margin-top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .aAOn .modal-header, .aAOff .modal-header {
    border-bottom: none;
    height: 60px;
    padding-left: 30px;
    padding-bottom: 15px; }
  .aAOn .modal-body, .aAOff .modal-body {
    outline: none;
    padding-top: 12px;
    padding-left: 30px;
    height: 20px;
    padding-bottom: 0px; }
  .aAOn .modal-footer, .aAOff .modal-footer {
    border-top: none;
    padding: 20px 30px 30px 30px; }
  @media (min-width: 768px) and (max-width: 1198px) and (orientation: landscape) {
    .aAOn .modal-content, .aAOff .modal-content {
      width: 580px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .aAOn .modal-content, .aAOff .modal-content {
      width: 284px; }
    .aAOn h2, .aAOff h2 {
      margin-top: 8px; }
    .aAOn p, .aAOff p {
      line-height: 16px; }
    .aAOn .modal-body, .aAOff .modal-body {
      padding-top: 5px; }
    .aAOn .modal-footer, .aAOff .modal-footer {
      padding: 40px 50px 20px 45px; } }

.pagination-row {
  padding-bottom: 10px;
  padding-top: 30px;
  margin-left: 40px;
  margin-right: 50px; }

.inner-text {
  float: left;
  font-weight: bold;
  font-size: 14px;
  color: #3b3b3b;
  margin: 0;
  padding-top: 3px;
  margin-bottom: 10px;
  cursor: pointer; }

.grey-arrow-styling {
  width: 12px;
  height: 8px; }

.edit-icon-styling {
  width: 18px;
  height: 18px; }

.inner-text-right {
  text-align: left;
  margin-top: -27px; }

.inner-div {
  min-height: 40px;
  overflow: visible;
  display: inline-block;
  padding: 0;
  margin-left: 48px;
  border-top: dashed 1px #d8d8d8;
  width: 95%; }

.edit-icon, .edit-icon:hover {
  text-decoration: none;
  cursor: pointer;
  color: #5c8727;
  float: right; }

.edit-icon-2, .edit-icon-2:hover {
  text-decoration: none;
  cursor: pointer;
  color: #5c8727; }

.center-align {
  margin-top: 12.5px; }

.alert-set-txt {
  margin-left: 25px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold; }

a.controlled-text {
  padding-right: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #5c8727; }

a.not-active {
  padding-right: 0;
  font-size: 18px;
  line-height: 18px;
  color: #3b3b3b;
  font-weight: normal; }

a.controlled-text:hover {
  text-decoration: none; }

a.not-active:hover {
  text-decoration: none; }

#all_off {
  padding-right: 45px; }

.left-pagination {
  text-align: left;
  color: #5c8727;
  font-size: 13px;
  cursor: pointer; }

.center-pagination {
  text-align: center;
  font-size: 13px; }

.right-pagination {
  text-align: right;
  color: #5c8727;
  font-size: 13px;
  cursor: pointer; }

.green-arrow {
  margin-right: 10px;
  margin-bottom: 4px;
  cursor: pointer; }

.green-arrow-1 {
  transform: rotate(180deg);
  margin-left: 10px;
  margin-bottom: 4px;
  cursor: pointer; }

/* Dropdown */
.dropdownmenu {
  /*display:flex;*/
  position: relative;
  display: none;
  /*z-index:100;*/
  background-color: #f3f1f0;
  height: 60px;
  width: 100%;
  margin-bottom: 15px;
  /*display: table;*/
  margin-top: 20px; }

.dropdownmenuopened {
  /*display:flex;*/
  position: relative;
  /*z-index:100;*/
  background-color: #f3f1f0;
  height: 60px;
  width: 100%;
  margin-bottom: 15px;
  display: table;
  margin-left: 10px;
  padding-bottom: 25px;
  display: block; }

.dropdownmenu div .top {
  margin-top: 19px; }

.dropdownmenu div a {
  height: auto; }

/* Mobile*/
/*Delivery Alerts List*/
@media (min-width: 320px) and (max-width: 767px) {
  #all_off {
    padding-right: 0; }

  .inner-div {
    margin-left: 10px; }

  .edit-icon {
    margin-top: 0; }

  .inner-text {
    font-size: 13px; }

  .inner-text-right {
    text-align: left;
    margin-top: 20px;
    font-size: 13px;
    line-height: 13px; }

  .alert-set-txt {
    font-size: 13px;
    line-height: 13px;
    margin-top: 20px;
    margin-left: 15px; }

  a.controlled-text {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    color: #5c8727; }

  a.not-active {
    font-size: 13px;
    line-height: 13px; }

  .right-pag-span {
    display: none; }

  .left-pag-span {
    display: none; }

  .right-pagination {
    float: right; }

  .green-arrow-1 {
    margin: 0; } }

/*# sourceMappingURL=bootstrap-overrides.css.map */
