@charset "UTF-8";
/*
 * Getting Started
 */
.gettingstarted-sidenav {
  z-index: 1;
  background-color: #E5E5E5;
  padding-top: 5px;
  /*position: sticky;*/
  float: left;
  top: 15%;
}

body:not(.user-logged-in) .gettingstarted-sidenav {
  z-index: 1;
  background-color: #E5E5E5;
  padding-top: 5px;
  /*position: sticky;*/
  float: left;
  top: 15%;
}

.gettingstarted-background {
  width: 254px;
  float: left;
  position: absolute;
  height: 100%;
  background: #FFFFFF;
  border-top: solid #FFFFFF 5px;
}

.gettingstarted-dropdown ul {
  list-style: none;
  position: relative;
  padding-left: 0px;
  margin-top: -5px;
  margin-bottom: 2px;
}

.gettingstarted-dropdown .docs-child-menu a {
  width: 192px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: 400;
}

.security-dropdown ul {
  list-style: none;
  position: relative;
  padding-left: 0px;
  margin-top: -5px;
  margin-bottom: 5px;
}

.security-dropdown .docs-child-menu a {
  width: 192px;
  white-space: pre-wrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: 400;
}

.longer-text {
  padding-bottom: 15px;
}

.environments-dropdown ul {
  list-style: none;
  position: relative;
  padding-left: 0px;
  margin-top: -5px;
  margin-bottom: 5px;
}

.environments-dropdown .docs-child-menu a {
  width: 192px;
  white-space: pre-wrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: 400;
}

.security-dropdown ul li a {
  font-size: 12px;
  color: #333E48;
}

.environments-dropdown ul li a {
  font-size: 12px;
  color: #333E48;
}

.gettingstarted-background.col-md-4 {
  padding-left: 3px;
}

.gettingstarted-background.col-md-4 li {
  list-style: none;
  border-bottom: solid #FFFFFF;
}

.sidenav-toggle {
  border-left: 5px solid #9B1E32;
  background-color: #f1f1f1;
}

div#getting-started-body {
  /*background: #fff;*/
  height: 100%;
  position: relative;
  width: auto;
  background: #FFFFFF;
}

.getting-started-main {
  font-size: 28px;
  color: #333e48;
  font-weight: 400;
}

.security-main {
  font-size: 28px;
  color: #333e48;
  font-weight: 400;
}

.oauth-main {
  font-size: 28px;
  color: #333E48;
  font-weight: 400;
}

.version-main {
  font-size: 28px;
  color: #333e48;
  font-weight: 400;
}

.environment-main {
  font-size: 28px;
  color: #333e48;
  font-weight: 400;
}

.api-reference-main {
  font-size: 28px;
  color: #333e48;
  font-weight: 400;
}

fa fa-angle-double-up a {
  padding: 12px 6px 6px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #333E48;
  font-weight: 600;
  display: block;
  height: 45px;
}

.getting-started-desc {
  font-size: 22px;
  font-weight: 400;
}

.gettingstarted-main {
  margin-top: 25px;
  background: #FFFFFF;
  padding: 20px;
  margin-left: 250px;
  height: 100%;
  width: auto;
  padding-right: 70px;
  padding-left: 70px;
}

div#gs-register p {
  font-size: 14px;
  color: #333E48;
  font-weight: 400;
}

#gs-register {
  line-height: 2;
}

#gs-subscribe {
  line-height: 2;
}

#gs-sandbox {
  line-height: 2;
}

#gs-test {
  line-height: 2;
}

#gs-live {
  line-height: 2;
}

#gs-team {
  line-height: 2;
}

.gs-block {
  padding-bottom: 35px;
}

.parent-item {
  font-size: 14px !important;
  padding-left: 15px !important;
  padding-bottom: 0 !important;
}

#getting-started-body table {
  width: 100%;
  display: block;
  overflow-x: auto;
}

#getting-started-body table, #getting-started-body th, #getting-started-body td {
  border: 1px solid #333E48;
  border-collapse: collapse;
}

#getting-started-body th, #getting-started-body td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #333E48;
  text-transform: inherit;
}

#getting-started-body table#t01 tr:nth-child(even) {
  background-color: #ccc;
}

#getting-started-body table#t01 tr:nth-child(odd) {
  background-color: #FFFFFF;
}

#getting-started-body table#t01 th {
  background-color: #333E48;
  color: #FFFFFF;
}

#getting-started-body hr {
  margin-bottom: 20px;
  margin-top: 20px;
}

#getting-started-body h3 {
  text-transform: none;
  font-size: 18px;
  font-weight: normal;
  /* unbold */
  color: #333E48;
}

div.gs-block p {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #333E48 !important;
}

div.gs-block ul li {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #333E48 !important;
}

div.gs-block tr td {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #333E48 !important;
}

/* List style to bullets */
.gettingstarted-main ul {
  list-style: none;
  /* Remove default bullets */
}

.gettingstarted-main ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #007298;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

/* end List style to bullets */
/* New fixes */
/* Link from red to blue */
.gs-block a {
  color: #007298;
}

/* End link from red to blue */
/* Unbold sub-headers */
.gettingstarted-main h3 {
  font-weight: normal;
}

/* End Unbold sub-headers */
/* Added Styles for Documentation Sidebar */
.gs-block, .api-reference-main {
  padding-top: 100px;
  margin-top: -100px;
}

.documentation-sidebar {
  position: absolute;
}

.documentation-sidebar .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.documentation-sidebar .list-group-item:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.documentation-sidebar .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1.25rem;
  background-color: #eeeeee;
  border: 1px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: none;
  font-size: 0.9rem;
}

.documentation-sidebar .list-group-item:hover, .documentation-sidebar .list-group-item:focus {
  background-color: #f7f7f7;
}

.documentation-sidebar .list-group-item.active {
  background-color: #f7f7f7;
  border-left: 6px solid #9B1E32;
  color: #495057;
}

.documentation-sidebar .list-group-item.main-category {
  font-weight: 700;
}

.documentation-sidebar .list-group-item.sub-category {
  padding-left: 2.5rem;
}

/**Business needs page**/
#business-needs h2 {
  font-weight: 100;
  border-bottom: 2px solid #3086BC;
  padding: 4px;
  font-size: 25px;
}

#business-needs span a, #business-needs a {
  color: #3086BC;
  font-weight: 700;
}

#business-needs {
  margin: 0px;
}

#business-needs tr, #business-needs tr:last-child td {
  border: 0px;
}

/*Add shadow to img in Become a customer page**/
.node--type-help-and-support .container .field--name-field-image-bc img {
  box-shadow: 2px 5px 5px #000000;
  -webkit-box-shadow: 2px 5px 5px #000000;
  -moz--box-shadow: 2px 5px 5px #000000;
}

/**reduces espaces between img and content**/
.node--type-help-and-support .container .col-md-3 {
  max-width: 21%;
}

/*******Header Support Template*********/
.node--type-help-and-support strong {
  font-weight: 600;
  color: #4F4F4F;
}

.node--type-help-and-support .field--name-field-description-bc a, .field--name-field-description-bc a strong, .field--name-field-description-bc a strong .field--name-field-description-get-start a, .field--name-field-description-get-start a, .field--name-field-description-get-start a strong {
  color: #3086BC;
  font-weight: bold;
}

.node--type-help-and-support .field--name-field-description-bc h2, .field--name-field-description-bc h3 {
  border-bottom: 2px solid #cfcfcf;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0px;
}

.node--type-help-and-support .field--name-field-template {
  padding-top: 20px;
}

h2.title-gs {
  font-size: 20px;
}

/****add border to each title elements*******/
.node--type-help-and-support .container .row h2.title-gs {
  border-bottom: 1px solid #cfcfcf;
}

.node--type-help-and-support .field--name-field-description-bc {
  margin-top: 0;
  padding-top: 0;
}

/***replace padding in getting started items****/
.node--type-help-and-support .field--name-field-template .field__item {
  padding: 0%;
}

/*****Responsive media styles for all devices********/
@media screen and (max-height: 450px) {
  .gettingstarted-sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  #block-helpandsupport .menu-item {
    float: none;
    margin-bottom: 10px;
  }

  .gs-block, .api-reference-main {
    padding-top: 0px;
    margin-top: 0px;
  }

  .node--type-help-and-support .container img {
    margin: 0 auto;
    display: block;
  }

  .node--type-help-and-support .container .col-sm-12 {
    max-width: 100%;
  }

  .node--type-help-and-support .field--name-field-description-bc h3 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .getting-started-desc {
    font-size: 18px !important;
    font-weight: 400;
  }

  .documentation-sidebar {
    width: 100%;
  }

  .gettingstarted-main {
    padding: 0px 15px 0px 15px;
  }

  .documentation-sidebar .list-group-item.active {
    background-color: #f7f7f7;
    border-left: 6px solid #9B1E32;
    color: #495057;
  }

  .documentation-sidebar .list-group-item.main-category {
    font-weight: 700;
  }
}
@media (max-width: 991px) {
  .gettingstarted-background {
    display: none;
  }

  .documentation-sidenav {
    display: none;
  }

  .page-node-type-documentation .field--type-entity-reference-revisions .field__label {
    display: none;
  }

  .page-node-type-api-product-documentation .field--type-entity-reference-revisions .field__label {
    display: none;
  }

  .gettingstarted-main {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
  }

  .getting-started-desc {
    text-align: center !important;
  }

  div#getting-started-body p {
    color: #666;
    width: auto;
    width: initial;
    margin: auto;
  }
}