/* Enable Billing Modal Dialog Styles */
.devsite-enable-billing-dialog {
  left: 50%;
  margin-left: -274px;
  top: 25%;
  width: 548px;
}

.devsite-dialog-close {
  color: #747474;
}

#devsite-dialog-onload-billing-enabled {
  padding: 0;
}

#devsite-dialog-onload-billing-enabled .get-key-check {
  background: no-repeat #8cc152 center/72px url(/maps/images/lhimages/v2/check@2x.png);
  height: 150px;
  width: 100%;
}

#devsite-dialog-onload-billing-enabled .devsite-dialog-contents,
#devsite-dialog-onload-billing-enabled .devsite-dialog-buttons {
  margin: 8px;
}

.devsite-enable-billing-dialog ol {
  list-style: none;
  margin: 40px 0;
  padding: 0;
}

.devsite-enable-billing-dialog li {
  counter-increment: step-counter;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 28px;
}

.devsite-enable-billing-dialog li::before {
  border-radius: 50%;
  border: 2px solid #ececec;
  color: #00bcd4;
  content: counter(step-counter);
  font-size: 14px;
  font-weight: 500;
  margin-right: 22px;
  padding: 6px 10px;
}

/* Style Wizard introduction */
.styleWizardIntroMain {
  border-radius: 3px;
  height: 500;
  width: 640;
}
.styleWizardIntroSixMapSamples {
  left: calc(50% - (500px / 2));
  line-height: 1;
  position: relative;
  text-align: center;
  width: 500px;
}
.styleWizardIntroSample {
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 3px;
  box-shadow: 0 1px 12px 0 rgba(0,0,0,0.10);
  display: inline-block;
  height: 140px;
  margin: 10px;
  overflow: hidden;
  width: 140px;
}
.styleWizardIntroCaption {
  text-align: center;
}

/* TODO(cl/330601385) waiting on fix to be deployed */
.devsite-jsfiddle-hide {
  position:absolute;
  top: -99999px;
  left: -99999px;
  display:block;
}

/* Styles for /maps/solutions best practices content */
#bp-background {
  border-radius: 25px;
  background: #e8eaed;
}
#bp-heading span {
  float:left;
  margin-right:10px;
  position:relative;
  padding: 10px;
}
/* Use as <ul id="bp-bullet><li>{{ [bp|add]_bullet }}Text here... to have icons serve as the bullet symbol. */
#bp-bullet {
  list-style-type: none;
  text-indent: -20px;
  margin-left: 50px;
}
#platform-box {
  float: right;
  position: relative;
  width: 35%;
  padding: 20px 20px 0 20px;
  margin-left: 30px;
  margin-bottom: 30px;
  background-color: #ceead6;
  border-color: #e8eaed;
  border-style: solid;
}
#sb-box {
  float: right;
  position: relative;
  width: 25%;
  padding: 20px 20px 0 20px;
  margin-left: 30px;
  margin-bottom: 30px;
  background-color: #d2e3fc;
  border-color: #e8eaed;
  border-style: solid;
}

/** Table formatting used in the How to use, How to access, and Inputs and
 * outputs sections of the API overviews. You can leave the first column blank,
 * as shown in the How to access sections. For questions, contact @prose or @wildwood **/

.implementation-path tr td:first-of-type {
  background: var(--tenant-background-1) !important;
  max-width: 48px;
  vertical-align: top;
}

.implementation-path tr td:nth-of-type(2) {
  background: var(--tenant-background-1) !important;
  color: var(--tenant-primary-text-color);
  min-width: 200px;
  text-align: left;
  vertical-align: top;
}

.implementation-path tr td {
  color: var(--tenant-secondary-text-color);
  padding: 24px;
  /* nth-child(1) = the first td in each tr */
}

.implementation-path  td:nth-child(1) {
  width: 25px;
  }

/* the second */
.implementation-path  td:nth-child(2) {
  width: 75px;
}

/* the third */
.implementation-path  td:nth-child(3) {
  width: auto;
  }

.implementation-path th {
  padding: 24px;
}

.implementation-path tr {
  border-top: var(--tenant-primary-border);
  vertical-align: top;
}

/** From docs-intro.css - This forms the bubbles with numbers in the above table. **/

.implementation-path .numbered {
  background: var(--tenant-numbered-row-background-color, #BDBDBD);
  border-radius: 50%;
  color: var(--tenant-inverted-text-color);
  display: inline-block;
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  margin-right: 20px;
  text-align: center;
  vertical-align: top;
  width: 36px;
  position: relative;
  top:-8px;
}