/* ------------------------------------------------------------------------------------------
 * API Endpoints Content
 * ------------------------------------------------------------------------------------------ */
body.page-template-page-api-endpoints-php .site-content,
body.page-template-page-api-endpoints-app-php .site-content {
  padding: 0; }
  body.page-template-page-api-endpoints-php .site-content .container,
  body.page-template-page-api-endpoints-app-php .site-content .container {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto; }

.page-template-page-api-endpoints.bb-custom-typo h1,
.page-template-page-api-endpoints.bb-custom-typo h2,
.page-template-page-api-endpoints.bb-custom-typo h3,
.page-template-page-api-endpoints-app.bb-custom-typo h1,
.page-template-page-api-endpoints-app.bb-custom-typo h2,
.page-template-page-api-endpoints-app.bb-custom-typo h3 {
  outline: 0; }

.page-template-page-api-endpoints.bb-custom-typo #project h2 {
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important; }

body.page-template-page-api-endpoints:not(.page-template-page-fullscreen) .site,
body.page-template-page-api-endpoints-app:not(.page-template-page-fullscreen) .site {
  overflow-y: hidden; }

.api-endpoints {
  padding-top: 76px;
  /* ------------------------------------------------------------------------------------------
	 * apidoc - intro
	 * ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------
	 * pre / code
	 * ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------
	 * Sidenav
	 * ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------
	 * Api header
	 * ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------
	 * Side nav platform/app
	 * ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------
	 * Side nav search
	 * ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------
	 * Compare
	 * ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------
	 * Spinner
	 * ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------
	 * Tabs
	 * ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------
	 * Print
	 * ------------------------------------------------------------------------------------------ */
  /* /@media print */
  /* ------------------------------------------------------------------------------------------
	 * Print
	 * ------------------------------------------------------------------------------------------ */ }
  .api-endpoints .table-wrap {
    width: 100%;
    overflow: auto; }
    .api-endpoints .table-wrap > table {
      min-width: 660px; }
  .api-endpoints .container-fluid #content {
    padding: 0 40px;
    padding-top: 120px;
    z-Index: -1;
    margin-left: 260px;
    background: #fff;
    overflow: hidden;
    border-right: 1px solid #E7E9EC;
    border-left: 1px solid #E7E9EC; }
    @media screen and (max-width: 540px) {
      .api-endpoints .container-fluid #content {
        padding: 0 20px; } }
  .api-endpoints #project .pull-left,
  .api-endpoints #project .pull-right {
    margin-top: 40px; }
  .api-endpoints .api-notice {
    background-color: #f9f2f4;
    padding: 8px 18px;
    border-radius: 5px;
    margin-top: 30px;
    color: #c7254e;
    border: 1px solid rgba(0, 0, 0, 0.03); }
  .api-endpoints div:focus {
    outline: none !important; }
  .api-endpoints p {
    color: #808080; }
  .api-endpoints a {
    color: #e86d2a; }
  .api-endpoints h1 {
    font-weight: 400;
    font-size: 34px; }
    @media screen and (max-width: 540px) {
      .api-endpoints h1 {
        font-size: 30px;
        line-height: 1.3; } }
  .api-endpoints h2 {
    font-weight: 400;
    font-size: 17px;
    color: #4D5C6D;
    line-height: 1.8;
    margin: 0;
    padding: 0; }
  .api-endpoints h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important; }
  .api-endpoints code {
    padding: .2em .6em .3em;
    margin: 0 1px;
    background: #eee;
    border: none;
    border-radius: 3px;
    font-size: 85%;
    color: #777;
    font-family: Monaco, "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace; }
  .api-endpoints section {
    border-top: 1px solid #ebebeb;
    padding: 30px 0;
    outline: 0; }
    .api-endpoints section h1 {
      font-weight: 500;
      font-size: 32px;
      line-height: 40px;
      padding-bottom: 14px;
      margin: 0 0 20px 0;
      padding: 0; }
  .api-endpoints section:first-child {
    margin-top: 25px; }
  .api-endpoints article {
    padding: 14px 0 30px 0;
    outline: 0; }
    .api-endpoints article h1 {
      font-weight: 500;
      font-size: 24px;
      line-height: 26px; }
    .api-endpoints article h2 {
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      margin: 0 0 10px 0; }
    .api-endpoints article h3 {
      font-weight: 500;
      font-size: 16px;
      line-height: 18px;
      margin: 0 0 10px 0; }
    .api-endpoints article h4 {
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      margin: 0 0 8px 0; }
      .api-endpoints article h4 input[type=checkbox],
      .api-endpoints article h4 input[type=radio] {
        margin-right: 5px; }
  .api-endpoints .btn-primary {
    background-color: #e86d2a;
    border: none; }
  .api-endpoints .btn-primary:hover {
    background-color: #A33E20; }
  .api-endpoints table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 40px 0;
    background-color: #fff; }
  .api-endpoints th {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    padding: 6px 10px;
    border: 1px solid #e0e0e0; }
  .api-endpoints td {
    vertical-align: top;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #e0e0e0; }
    .api-endpoints td p {
      margin: 0; }
  .api-endpoints td.code {
    font-size: 13px;
    font-family: Monaco, "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    font-style: normal;
    font-weight: 400; }
  .api-endpoints #generator .content {
    color: #808080;
    border-top: 1px solid #ebebeb;
    padding: 10px 0 20px;
    font-size: 14px; }
  .api-endpoints .label-optional {
    float: right;
    background-color: grey;
    margin-top: 4px;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: 3px;
    display: inline;
    line-height: 1.3; }
  .api-endpoints .code {
    font-size: 90%; }
  .api-endpoints .open-left {
    right: 0;
    left: auto; }
  .api-endpoints #apidoc .apidoc {
    border-top: 1px solid #ebebeb;
    padding: 30px 0; }
  .api-endpoints #apidoc h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 14px;
    margin: 0 0 20px 0;
    padding: 0; }
  .api-endpoints #apidoc h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    padding-top: 14px; }
  .api-endpoints pre {
    background-color: #292b36;
    color: #ffffff;
    padding: 9px;
    border-radius: 3px;
    border: none;
    position: relative;
    margin: 10px 0 20px 0;
    line-height: 1;
    overflow-x: auto; }
  .api-endpoints pre.prettyprint {
    width: 100%; }
  .api-endpoints code.language-text {
    word-wrap: break-word; }
  .api-endpoints pre.language-json {
    overflow: auto; }
  .api-endpoints pre.language-html {
    margin: 0 0 20px 0; }
  .api-endpoints .type {
    font-weight: 600;
    font-size: 11px;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 8px 14px;
    line-height: 1;
    border-radius: 25px;
    background-color: #0073aa;
    color: #fff;
    font-family: 'SF UI Text', sans-serif;
    text-transform: uppercase; }
  .api-endpoints .type__get {
    background-color: green; }
  .api-endpoints .type__put {
    background-color: #e5c500; }
  .api-endpoints .type__post {
    background-color: #0073aa; }
  .api-endpoints .type__delete {
    background-color: #C74248; }
  .api-endpoints pre.language-api .str {
    color: #ffffff; }
  .api-endpoints pre.language-api .pln,
  .api-endpoints pre.language-api .pun {
    color: #65B042; }
  .api-endpoints pre code {
    display: inline-block;
    font-size: 13px;
    word-wrap: normal;
    white-space: pre;
    color: #fff;
    background: transparent; }
  .api-endpoints pre code.sample-request-response-json {
    white-space: pre-wrap;
    max-height: 500px;
    overflow: auto; }
  .api-endpoints #content #project > .pull-left > h1 {
    display: none; }
  .api-endpoints #sidenav {
    position: fixed;
    width: 260px;
    margin: 0;
    padding: 0 0 20px;
    bottom: 0;
    top: 215px; }
  .admin-bar .api-endpoints #sidenav {
    top: 245px; }
  @media (max-width: 800px) {
    .api-endpoints #sidenav {
      top: 125px; }
    .admin-bar .api-endpoints #sidenav {
      top: 125px; } }
  .api-endpoints .sidenav {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    z-index: 10;
    /*
		li.has-modifications a {
		}

		li.is-new a {
		}
		*/ }
    .api-endpoints .sidenav li > a {
      display: block;
      margin: 0;
      line-height: 1.2;
      padding: 10px 24px 10px 34px;
      color: #808080;
      font-weight: 400;
      font-size: 14px; }
    .api-endpoints .sidenav li.nav-header {
      margin: 0; }
    .api-endpoints .sidenav li.nav-header > a {
      font-weight: 600;
      font-size: 18px;
      font-family: "Athletics", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      color: #4D5C6D;
      margin: 0; }
    .api-endpoints .sidenav li.active > a {
      position: relative;
      z-index: 2;
      background-color: #EFF0F1;
      border-right: 3px solid #e86d2a;
      padding-right: 21px;
      color: #000;
      font-weight: 600; }
  .api-endpoints #main {
    background: #fff;
    border-right: 1px solid #E7E9EC;
    border-left: 1px solid #E7E9EC; }
  .api-endpoints .api-wrap-header {
    position: fixed;
    top: 75px;
    height: 115px;
    width: 100%;
    max-width: 1200px;
    padding: 40px 40px 30px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 90;
    align-items: center; }
    .api-endpoints .api-wrap-header .project-title {
      margin-right: auto; }
    .api-endpoints .api-wrap-header .project-title h1 {
      display: flex;
      align-items: center;
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 0; }
      .api-endpoints .api-wrap-header .project-title h1 img {
        max-width: 45px;
        margin-right: 15px;
        margin-top: -10px; }
  @media (max-width: 600px) {
    .api-endpoints .api-wrap-header .project-title h1 {
      font-size: 24px; } }
  @media (max-width: 800px) {
    .api-endpoints .api-wrap-header {
      height: 210px;
      position: static;
      padding-top: 15px;
      padding-bottom: 10px; }
      .api-endpoints .api-wrap-header .project-detail {
        flex-direction: column; }
      .api-endpoints .api-wrap-header .project-title {
        margin: 0; }
      .api-endpoints .api-wrap-header .project-title h1 {
        justify-content: center;
        margin-bottom: 30px;
        margin-top: 20px; }
      .api-endpoints .api-wrap-header .sidenav-switch {
        justify-content: center; }
    .api-endpoints .container-fluid #content {
      padding-top: 0; } }
  @media (max-width: 1200px) {
    .api-endpoints .api-wrap-header .project-desc p {
      margin-bottom: 10px; } }
  @media (max-width: 1000px) {
    .api-endpoints .api-wrap-header .project-desc {
      font-size: 14px;
      line-height: 1.6; } }
  .admin-bar .api-endpoints .api-wrap-header {
    top: 105px; }
  .api-endpoints .sidenav-switch {
    display: flex;
    align-items: center;
    margin: 0; }
  .api-endpoints .sidenav-switch__tab {
    text-align: center; }
    .api-endpoints .sidenav-switch__tab:last-of-type {
      margin-left: 10px; }
      .api-endpoints .sidenav-switch__tab:last-of-type i.bb-icon-layout {
        display: none; }
    .api-endpoints .sidenav-switch__tab > a {
      display: flex;
      align-items: baseline;
      width: 100%;
      height: 41px;
      background-color: #f9f9f9;
      padding: 10px 25px;
      line-height: 15px;
      color: #e86d2a;
      box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
      border: 1px solid #DEDFE2;
      font-size: 15px;
      letter-spacing: -.24px;
      font-weight: 400;
      transition: .5s;
      font-family: "Athletics","Helvetica Neue",Helvetica,Arial,sans-serif;
      border-radius: 6px; }
      .api-endpoints .sidenav-switch__tab > a:hover {
        background-color: #e86d2a;
        color: #fff; }
      .api-endpoints .sidenav-switch__tab > a i {
        margin-right: 5px;
        font-size: 18px; }
        .api-endpoints .sidenav-switch__tab > a i.bb-icon-layout {
          zoom: 110%;
          position: relative;
          top: 1px; }
    .api-endpoints .sidenav-switch__tab:first-of-type {
      margin-left: 0; }
      .api-endpoints .sidenav-switch__tab:first-of-type i.bb-icon-tablet {
        display: none; }
  .page-template-page-api-endpoints .api-endpoints .sidenav-switch__tab:first-child > a {
    background-color: #e86d2a;
    color: #fff; }
  .page-template-page-api-endpoints-app .api-endpoints .sidenav-switch__tab:last-child > a {
    background-color: #e86d2a;
    color: #fff; }
  .api-endpoints .sidenav-search {
    width: 260px;
    top: 0;
    position: absolute;
    padding: 16px 24px;
    z-index: 11; }
    .api-endpoints .sidenav-search .search {
      padding-left: 35px;
      font-size: 14px;
      height: 34px;
      border-radius: 6px;
      width: 212px; }
  .api-endpoints .sidebar-toggle {
    z-index: 11;
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-size: 20px;
    background-color: #333;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
    color: #fff;
    border-radius: 100%;
    padding: 10px;
    cursor: pointer;
    display: none; }
  @media screen and (max-width: 800px) {
    .api-endpoints #sidenav {
      top: 75px;
      position: fixed;
      right: 0px;
      left: 0px;
      width: 0;
      z-index: 112; }
      .api-endpoints #sidenav.active {
        width: auto;
        background-color: #fff; }
        .api-endpoints #sidenav.active #scrollingNav {
          display: block; }
        .api-endpoints #sidenav.active .sidebar-toggle:before {
          content: '\e828'; } }
  @media screen and (max-width: 800px) {
    .api-endpoints #scrollingNav {
      display: none; }
    .api-endpoints .sidenav-search {
      width: 100%; }
      .api-endpoints .sidenav-search .search {
        width: 100%; }
    .api-endpoints .api-endpoints .nav {
      top: 64px; }
    .api-endpoints .sidebar-toggle {
      display: block; }
    .api-endpoints .sidenav {
      top: 64px;
      margin: 0; }
    .api-endpoints .container-fluid #content {
      margin-left: 0; }
    .api-endpoints pre.prettyprint {
      max-width: inherit; } }
  .api-endpoints ins {
    background: #60d060;
    text-decoration: none;
    color: #000000; }
  .api-endpoints del {
    background: #f05050;
    color: #000000; }
  .api-endpoints .label-ins {
    background-color: #60d060; }
  .api-endpoints .label-del {
    background-color: #f05050;
    text-decoration: line-through; }
  .api-endpoints pre.ins {
    background-color: #60d060; }
  .api-endpoints pre.del {
    background-color: #f05050;
    text-decoration: line-through; }
  .api-endpoints table.ins th,
  .api-endpoints table.ins td {
    background-color: #60d060; }
  .api-endpoints table.del th,
  .api-endpoints table.del td {
    background-color: #f05050;
    text-decoration: line-through; }
  .api-endpoints tr.ins td {
    background-color: #60d060; }
  .api-endpoints tr.del td {
    background-color: #f05050;
    text-decoration: line-through; }
  .api-endpoints #loader {
    position: absolute;
    width: 100%;
    width: calc(100% + 6px);
    left: -1px;
    background-color: #fff;
    border-right: 1px solid #E7E9EC;
    border-left: 1px solid #E7E9EC; }
    .api-endpoints #loader p {
      margin-top: 20px;
      width: 80px;
      font-size: 14px;
      background-color: #eee;
      padding: 5px 12px;
      border-radius: 25px;
      text-align: center; }
  .api-endpoints .lds-spinner-container {
    margin: 260px auto;
    width: 80px;
    height: 80px;
    position: relative; }
  .api-endpoints .lds-spinner {
    color: inherit;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px; }
    .api-endpoints .lds-spinner div {
      transform-origin: 40px 40px;
      animation: lds-spinner 1.2s linear infinite; }
    .api-endpoints .lds-spinner div:after {
      content: " ";
      display: block;
      position: absolute;
      top: 3px;
      left: 37px;
      width: 6px;
      height: 18px;
      border-radius: 20%;
      background: #444; }
    .api-endpoints .lds-spinner div:nth-child(1) {
      transform: rotate(0deg);
      animation-delay: -1.1s; }
    .api-endpoints .lds-spinner div:nth-child(2) {
      transform: rotate(30deg);
      animation-delay: -1s; }
    .api-endpoints .lds-spinner div:nth-child(3) {
      transform: rotate(60deg);
      animation-delay: -0.9s; }
    .api-endpoints .lds-spinner div:nth-child(4) {
      transform: rotate(90deg);
      animation-delay: -0.8s; }
    .api-endpoints .lds-spinner div:nth-child(5) {
      transform: rotate(120deg);
      animation-delay: -0.7s; }
    .api-endpoints .lds-spinner div:nth-child(6) {
      transform: rotate(150deg);
      animation-delay: -0.6s; }
    .api-endpoints .lds-spinner div:nth-child(7) {
      transform: rotate(180deg);
      animation-delay: -0.5s; }
    .api-endpoints .lds-spinner div:nth-child(8) {
      transform: rotate(210deg);
      animation-delay: -0.4s; }
    .api-endpoints .lds-spinner div:nth-child(9) {
      transform: rotate(240deg);
      animation-delay: -0.3s; }
    .api-endpoints .lds-spinner div:nth-child(10) {
      transform: rotate(270deg);
      animation-delay: -0.2s; }
    .api-endpoints .lds-spinner div:nth-child(11) {
      transform: rotate(300deg);
      animation-delay: -0.1s; }
    .api-endpoints .lds-spinner div:nth-child(12) {
      transform: rotate(330deg);
      animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .api-endpoints ul.nav-tabs {
    margin: 0; }
  .api-endpoints p.deprecated span {
    color: #ff0000;
    font-weight: bold;
    text-decoration: underline; }
  @media print {
    .api-endpoints #sidenav,
    .api-endpoints #version,
    .api-endpoints #versions,
    .api-endpoints section .version,
    .api-endpoints section .versions {
      display: none; }
    .api-endpoints #content {
      margin-left: 0; }
    .api-endpoints a {
      text-decoration: none;
      color: inherit; }
    .api-endpoints a:after {
      content: " [" attr(href) "] "; }
    .api-endpoints p {
      color: #000000; }
    .api-endpoints pre {
      background-color: #ffffff;
      color: #000000;
      padding: 10px;
      border-radius: 3px;
      position: relative;
      margin: 10px 0 20px 0; } }
  .api-endpoints .row {
    margin-left: -15px;
    margin-right: -15px; }
  .api-endpoints .pull-right {
    float: right; }
  .api-endpoints .pull-left {
    float: left !important; }
  .api-endpoints .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .api-endpoints .nav:before, .api-endpoints .nav:after {
      display: table;
      content: " "; }
    .api-endpoints .nav:after {
      clear: both; }
    .api-endpoints .nav > li {
      position: relative;
      display: block; }
      .api-endpoints .nav > li a {
        position: relative;
        display: block;
        padding: 10px 15px;
        transition: all ease 0.2s; }
        .api-endpoints .nav > li a:hover {
          color: #333;
          background-color: #EFF0F1; }
  .api-endpoints .nav-tabs {
    border-bottom: 1px solid #ddd; }
    .api-endpoints .nav-tabs > li {
      float: left;
      margin-bottom: -1px; }
      .api-endpoints .nav-tabs > li a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0; }
      .api-endpoints .nav-tabs > li.active a,
      .api-endpoints .nav-tabs > li.active a:hover,
      .api-endpoints .nav-tabs > li.active a:focus {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent; }
  .api-endpoints .tab-content .tab-pane {
    display: none; }
  .api-endpoints .tab-content .active {
    display: block; }
  .api-endpoints .btn.sample-request-clear {
    padding: 5px 10px; }
  .api-endpoints .form-group {
    margin-bottom: 15px; }
    .api-endpoints .form-group:before, .api-endpoints .form-group:after {
      display: table;
      content: " "; }
    .api-endpoints .form-group:after {
      clear: both; }
  @media (min-width: 768px) {
    .api-endpoints .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right; } }
  .api-endpoints .input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
    .api-endpoints .input-group .form-control {
      position: relative;
      z-index: 2;
      float: left;
      width: 100%;
      margin-bottom: 0; }
  .api-endpoints .input-group-addon, .api-endpoints .input-group-btn, .api-endpoints .input-group .form-control {
    display: table-cell; }
  .api-endpoints .input-group-addon, .api-endpoints .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
  .api-endpoints .input-group .form-control:first-child,
  .api-endpoints .input-group-addon:first-child,
  .api-endpoints .input-group-btn:first-child > .btn,
  .api-endpoints .input-group-btn:first-child > .btn-group > .btn,
  .api-endpoints .input-group-btn:first-child > .dropdown-toggle,
  .api-endpoints .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .api-endpoints .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .api-endpoints .input-group-addon:first-child {
    border-right: 0; }
  .api-endpoints .input-group .form-control:last-child,
  .api-endpoints .input-group-addon:last-child,
  .api-endpoints .input-group-btn:last-child > .btn,
  .api-endpoints .input-group-btn:last-child > .btn-group > .btn,
  .api-endpoints .input-group-btn:last-child > .dropdown-toggle,
  .api-endpoints .input-group-btn:first-child > .btn:not(:first-child),
  .api-endpoints .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .api-endpoints .input-group-addon:last-child {
    border-left: 0; }
  .api-endpoints .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
    .api-endpoints .input-group-btn > .btn {
      position: relative; }
      .api-endpoints .input-group-btn > .btn + .btn {
        margin-left: -1px; }
    .api-endpoints .input-group-btn > .btn,
    .api-endpoints .input-group-btn > .btn:hover,
    .api-endpoints .input-group-btn > .btn:focus,
    .api-endpoints .input-group-btn > .btn:active {
      z-index: 2; }
  .api-endpoints .input-group-btn:first-child > .btn,
  .api-endpoints .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .api-endpoints .input-group-btn:last-child > .btn,
  .api-endpoints .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
  .api-endpoints .btn-group, .api-endpoints .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .api-endpoints button.dropdown-toggle {
    background-color: transparent;
    color: #393e41;
    border: 1px solid #ccc;
    box-shadow: none; }
    .api-endpoints button.dropdown-toggle .caret {
      border-top: 5px solid;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      vertical-align: middle; }
  .api-endpoints .input-group-addon:last-child {
    border-left: 0; }
  .api-endpoints .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px; }
  .api-endpoints .input-group .form-control:last-child,
  .api-endpoints .input-group-addon:last-child,
  .api-endpoints .input-group-btn:last-child > .btn,
  .api-endpoints .input-group-btn:last-child > .btn-group > .btn,
  .api-endpoints .input-group-btn:last-child > .dropdown-toggle,
  .api-endpoints .input-group-btn:first-child > .btn:not(:first-child),
  .api-endpoints .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .api-endpoints .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .api-endpoints .open > .dropdown-menu {
    display: block; }
    .api-endpoints .open > .dropdown-menu .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    .api-endpoints .open > .dropdown-menu li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.42857143;
      color: #333;
      white-space: nowrap; }
    .api-endpoints .open > .dropdown-menu .disabled a {
      color: #777; }
    .api-endpoints .open > .dropdown-menu .disabled a:hover, .api-endpoints .open > .dropdown-menu .disabled > a:focus {
      text-decoration: none;
      cursor: not-allowed;
      background-color: transparent;
      background-image: none; }

.page-template-page-api-endpoints.sticky-header .site-header.has-scrolled,
.page-template-page-api-endpoints-app.sticky-header .site-header.has-scrolled,
.page-template-page-api-endpoints.sticky-header .site-header,
.page-template-page-api-endpoints-app.sticky-header .site-header {
  box-shadow: 0 1px 0 0 rgba(139, 141, 157, 0.05), 0 0px 1px 0 rgba(65, 71, 108, 0.15); }

.page-template-page-api-endpoints.sticky-header .site-header + #content .api-wrap-header,
.page-template-page-api-endpoints-app.sticky-header .site-header + #content .api-wrap-header {
  /*box-shadow: 0 1px 0 0 rgba(139, 141, 157, 0.05), 0 5px 10px 0 rgba(65, 71, 108, 0.15);*/
  box-shadow: inset 0 -1px 0 0 #e7e9ec; }

/* ------------------------------------------------------------------------------------------
* Bootstrap Grid
* ------------------------------------------------------------------------------------------ */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

/*# sourceMappingURL=api.css.map */
