.public-content {
  background-color: #efefef;
  padding: 16px;
}

/* the public site doesn't have the dark grey on the edges */
.lighter-main-body {
  background-color: #efefef;
}

.www-wrapper-com .container {
  overflow-x: visible !important;
}

.container {
  font-family: "benton-sans",arial,helvetica,sans-serif;
}

.collection-title {
  font-size: 18px;
  margin-bottom: 16px;
  margin-right: 10px;
  text-transform: capitalize;
  display: inline-block;
}

.collection-description {
  font-size: 16px;
  margin-bottom: 16px;
}

.mini-listing-link{display:inline-block;height:250px;margin:3px}.mini-listing{background-color:#fff;border-radius:4px;box-shadow:0 1px 4px 0 rgba(0,0,0,.26);height:250px;overflow:hidden;position:relative;vertical-align:top;width:160px}.preferred{align-items:center;border:1px solid var(--sapInformationColor);border-radius:4px;border-top:20px solid var(--sapInformationColor);display:flex;flex-direction:column;height:100%;position:absolute;width:100%}.preferred-text{color:var(--sapBaseColor);font-weight:500;margin-top:-19px}.endorsed-hover-text{word-wrap:break-word;background-color:#000;border-radius:6px;color:#fff;margin:5px;opacity:0;padding:5px;position:absolute;text-align:center;transition:opacity .3s;width:120px}.endorsed .endorsed-hover-text:after{border-color:transparent transparent #000 transparent;border-style:solid;border-width:5px;bottom:100%;content:" ";left:50%;margin-left:-5px;position:absolute}.endorsed:hover .endorsed-hover-text{opacity:.9}.endorsed{word-wrap:break-word;align-items:center;border:1px solid purple;border-radius:4px;border-top:20px solid purple;display:flex;flex-direction:column;height:100%;position:absolute;width:100%}.endorsed-text{background-color:purple;color:var(--sapBaseColor);font-weight:500;margin-top:-19px}.overlay{align-items:center;background-color:#000;border-radius:4px;color:#fff;display:flex;height:100%;justify-content:center;opacity:0;padding:5px;position:absolute;text-align:center;top:0;transition:opacity .3s;white-space:normal}.overlay:focus,.overlay:hover{color:#fff;opacity:.9;text-decoration:none;touch-action:auto}.overlay-is-with-logo{height:calc(100% - 20px);margin-top:20px}.card-text{word-wrap:break-word;color:#333;padding:0 10px;white-space:normal}.card-title{color:#333;font-size:16px;margin-bottom:8px}.card-headline{word-wrap:normal;color:#666;font-size:13px;height:36px;line-height:18px;margin-top:0;overflow:hidden;position:relative}.card-headline:after{background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 80%,#fff);background-size:100%;bottom:0;content:"";height:21px;pointer-events:none;position:absolute;right:0;width:50%;z-index:-1}.card-image{border-radius:10px;display:block;height:120px;margin:0 auto;margin-bottom:20px;margin-top:16px;width:120px}.is-connected-check{bottom:20px;color:#138e1c;font-family:Helvetica Neue,Helvetica,Segoe UI Semibold,sans-serif;font-size:16px;left:10px;position:absolute}
.ac-read-more-text {
    position: relative;
    display: block;
    white-space: pre-wrap;
    max-height: 165px;
    overflow: hidden;
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
}

.ac-read-more-text-expanded {
    overflow: visible;
    max-height: unset;
    margin-bottom: 0px;
}

.ac-read-more {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: left;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
    padding: 45px 0 1px 2px;
}

.ac-read-more-expanded {
    padding-top: 25px;
    position: relative;
    background-image: none;
}

.ac-read-more-container {
    margin-bottom: 32px;
}

.details-container {
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.26);
  padding: 32px 32px 0 32px;
  background-color: white;
}

.listing-details {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  background-color: #F3F4F6;
  padding: 10px;
}

.standard-font {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  color: #333;
}

.ac-listing-name {
  font-size: 28px;
  font-family: "Helvetica Neue",Helvetica,"Segoe UI Semibold",sans-serif;
  text-transform: none;
  color: #333;
  line-height: 32px;
  margin-bottom: 16px;
  margin: 4px 0;
}

.ac-listing-title {
  margin-bottom: 0px;
  text-transform: none;
  font-size: 14px;
}

.modal-container {
  position: relative;
  z-index: 100;
}

.confirmation-icon {
  font-size: 50px;
}

.icon-image {
  margin-bottom: 0px;
  width: 120px;
  height: 120px;
  display: inline-block;
}

.ac-details-link {
  line-height: 40px;
  padding-left: 2px !important;
}

.margin-top-lg {
  margin-top: 48px;
}

.margin-top-md {
  margin-top: 32px;
}

.margin-top-sm {
  margin-top: 16px;
}


.grey {
  background-color: slategray;
}

.grey:hover {
  background-color: lightgray;
}


.back-link-row {
  margin-bottom: 32px;
}

.disabled-warning {
  position: relative;
  left: 20%;
}

.is-connected-check-details {
  color: green;
  font-size: 20px;
  vertical-align: middle;
  float: left;
}

.connection-message {
  vertical-align: middle;
  float: none;
}

.image-gallery-slides {
  height:386px;
}

.image-gallery-thumbnails {
  background: transparent;
}

.details-image-gallery {
  margin-bottom:30px;
  margin-top:30px;
  z-index: 1;
  position: relative;
}

.loyalty-box {
  background-color: #F3F4F6;
  padding: 20px;
}

.region-list-element {
  font-size: 13px;
  cursor: pointer !important;
}

.details-lower-row {
  max-width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.bottom-details {
  margin-left: 16px;
}

.read-more-area {
  margin-top: 32px;
}

.partner-name-and-title {
  padding-left: 0px;
}

/* Modifies the SectionExpandable component */

.sapcnqr-section__header.region-expandable-section-header {
  justify-content: flex-start;
}

.sapcnqr-section.region-expandable-section {
  margin: 0;
}

.sapcnqr-button--lg.region-expandable-section-button {
  width: 22px;
  height: 22px;
}

#ac-offerings, #ac-listing-regions {
  margin-bottom: 5px;
}

.cnqr-alert {
  padding: 13px 21px 14px 40px;
  margin: 8px 0;
  border-radius: 4px;
  min-height: 42px;
  font-size: 11px;
  text-align: left;
}
.cnqr-alert.cnqr-condensed {
  padding: 8px 5px 8px 32px;
  line-height: 16px;
  border: 0;
  min-height: 0 !important;
  min-height: 34px;
}
.cnqr-alert.cnqr-first {
  margin-top: 0;
}
.cnqr-alert.cnqr-last {
  margin-bottom: 0;
}
.cnqr-alert.cnqr-alert-info {
  border: 1px solid #bce8f1;
  background: #d9edf7 url("/static/images/sprite-message-state-20150821.png") no-repeat -416px -286px;
  color: #1e69a6;
}
.cnqr-alert.cnqr-alert-info.cnqr-condensed {
  background: #d9edf7 url("/static/images/sprite-message-state-20150821.png") no-repeat -262px -448px;
}
.cnqr-alert.cnqr-alert-info.cnqr-muted {
  color: #333333;
  background: #ffffff url("/static/images/sprite-message-state-20150821.png") no-repeat -40px -670px;
  border-color: #e2e3e3;
}
.cnqr-alert.cnqr-alert-info a,
.cnqr-alert.cnqr-alert-info .x-tool {
  color: #1e69a6;
}
.cnqr-alert.cnqr-alert-warning {
  border: 1px solid #faebcc;
  background: #fcf8e3 url("/static/images/sprite-message-state-20150821.png") no-repeat -348px -354px;
  color: #9e6600;
}
.cnqr-alert.cnqr-alert-warning.cnqr-condensed {
  background: #fcf8e3 url("/static/images/sprite-message-state-20150821.png") no-repeat -210px -500px;
}
.cnqr-alert.cnqr-alert-warning a {
  color: #9e6600;
}
.cnqr-alert.cnqr-alert-error {
  border: 1px solid #ebccd1;
  background: #f6e2e2 url("/static/images/sprite-message-state-20150821.png") no-repeat -314px -390px;
  color: #ca202c;
}
.cnqr-alert.cnqr-alert-error.cnqr-condensed {
  background: #f6e2e2 url("/static/images/sprite-message-state-20150821.png") no-repeat -184px -526px;
}
.cnqr-alert.cnqr-alert-error a {
  color: #ca202c;
}
.cnqr-alert.cnqr-alert-success {
  border: 1px solid #d6e9c6;
  background: #e4f5dc url("/static/images/sprite-message-state-20150821.png") no-repeat -450px -252px;
  color: #3a7827;
}
.cnqr-alert.cnqr-alert-success a {
  color: #3a7827;
}
.cnqr-alert h3 {
  margin-top: 0;
  font-size: 18px;
}
.cnqr-alert a {
  text-decoration: underline;
  font-weight: bold;
}
.cnqr-alert a.help_link {
  font-weight: normal;
  text-decoration: underline;
  margin-top: 5.5px;
}

.carousel-container-outer {
  width: '100%';
  overflow-x: 'hidden';
}

.carousel-image {
  padding-right: 16px;
}

.carousel-image-container:last-child .carousel-image {
  padding-right: 0
}

/* media queries */

@media ( max-width: 980px ){
  .carousel-container-outer {
    width: 735px;
  }
}

@media ( max-width: 768px) {
  .carousel-container-outer {
    width: 720px;
  }
}

.sapcnqr-spinner.spinner {
  display: flex;
}
.imgDiv{min-width:152px}.icon-image{border-radius:10px}.preferred-chip{background-color:var(--sapInformationColor);border-radius:2px;display:inline-block;height:20px;margin-top:8px;text-align:center}.endorsed-chip{background-color:purple;border-radius:2px;display:inline-block;height:20px;margin-top:8px;text-align:center}.endorsed-chip-text,.preferred-chip-text{color:var(--sapBaseColor);font-size:13px;font-weight:700;margin-left:10px;margin-right:10px}
.collapsible-content {
  cursor: default;
}

ul {
  padding-left: 16px;
}

h4 {
  margin: 0px;
}

a, a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.term-item-and-box {
  width: 558px;
  border: 1px solid #c0c2c4;
  clear: both;
  display: flex;
  padding: 13px 15px 0 15px;
  cursor: pointer !important;
  text-decoration: none !important;
  font-size: 12pt;
  font-weight: bold;
  color: #333 !important;
  margin-left: auto;
  margin-right: auto;
}

.term-item-and-box > :last-child {
  flex: 1;
}

.term-item-and-box .sapcnqr.sapcnqr-checkbox {
  align-self: flex-start;
  margin: 0 5px 0 0;
  padding: 4px 2px 2px 2px
}

.term-item-and-box .sapcnqr.sapcnqr-checkbox__input {
  position: static;
  margin: 0;
}

/*appcenter terms as html/css is a bad idea*/
.shared-bullet::before {
  content: "" !important;
}

.tandc-buttons {
  text-align: right;
}

.tandc-buttons button {
  margin-left: 5px;
}

.sapcnqr-modal__header .close-tandc-modal.sapcnqr-icon {
  cursor: pointer;
  color: lightgrey;
  position: absolute;
  right: 16px;
  top: 16px;
}

.close-tandc-modal:hover {
  color: #333;
}

.t-and-c-title {
  font-weight: bold;
  font-size: 16px;
}

.t-and-c-description {
  font-weight: normal;
  font-size: 13px;
  margin: 4px 0;
  font-style: italic;
}

.terms-panel-children {
  font-weight: normal;
  font-size: 13px;
 }

 .tc-hr {
   max-width: 558px;
 }

 .no-padding {
   padding: 0;
 }

 .modal-container > div {
   border-radius: 4px;
 }

 .legacy-enroll-modal-container > div {
   padding-top: 20px;
 }

 .centered-modal-body {
   display: flex;
   align-items: center;
 }

 .modal-container .sapcnqr-modal__footer {
  border-top-color: #e2e3e3;
}

.help {
  padding: 15px;
  margin: auto;
}

.help h1, 
.help h2, 
.help h3,
.help h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.help div:not([class*="col"]):not(.row) {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
}

.help p,
.help span {
  font-size: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.help li {
  padding: 2px;
  margin: 2px;
}

.help .intro p {
  font-size: 20px;
}

.how-to-connect:after  {
  content: "";
  display: table;
  clear: both;
}

.help .enterprise-app-connect p,
.help .enterprise-app-connect span{
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.how-to-connect h4, .what-is-app-center h4 {
  font-weight: bold;
};

@media (min-width: 768px) {
  /* Avoids awkward spacing on the right */
  .search-bar-container {
    text-align: right;
  }
}

@media (max-width: 768px) {
  /* When collapsed, provide spacing from App Center subtitle */
  .search-bar-container {
    margin-top: 16px;
  }

  .ac-search-bar {
    min-width: 60%;
  }

  .search-btn-spacing {
    margin-top: 10px;
  }
}

.ac-search-bar .sapcnqr.sapcnqr-form-field__control-container {
  flex-direction: row;
}

.appcenter-title {
  display: inline-block;
  cursor: pointer !important;
  margin: 0px;
  font-size: 30px;
  text-transform: none;
  font-family: 'OpenSans-Light',sans-serif;
}

.appcenter-title a[href="/nui/appcenter"] {
  color: #000000;
  text-decoration: none;
}
.appcenter-title a[href="/en-us/app-center"] {
  color: #000000;
  text-decoration: none;
}

.appcenter-help {
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  vertical-align: middle;
  text-align: right;
}

.max-button-width {
  width: 100%;
}


/*# sourceMappingURL=main.bundle.46df0825cecb690b8bb3.css.map*/