﻿body {
  margin-top: 30px;
}

a, a:hover, a:visited {
    outline: 0;
    text-decoration: none !important;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    color: black;
}


.container {
  max-width: 960px;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}




.api-endpoint {
    margin-bottom: 45px;
}

.api-endpoint-request {
    padding: 15px 30px;
    display: block;
    background: #30373b;
    color: #fff;
}

.api-endpoint-request-type {
    display: block;
    float: left;
    background: #2a2c2e;
    padding: 15px 30px;
    margin: -15px 30px 0 -30px;
    color: #fff;
}

.api-endpoint-description {
    padding: 15px 30px;
    display: block;
    background: #f4f6f8;
    border-bottom: 0;
}

.api-endpoint-content, .api-endpoint-description {
    border: 1px solid #dfe3e8;
    border-top: 0;
}

.api-endpoint-queryparameters {
    border-top: 1px solid #dfe3e8;
}

.api-endpoint-queryparameters table {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin-top: 0;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

table, .toggleBox table, .toc table, .videos-page .section-heading table {
    border-top: 1px solid #dfe3e8;
    border-left: 1px solid #dfe3e8;
    border-spacing: 0;
    margin: 30px 0;
    width: 100%;
}

table td, table th, .toggleBox table td, .toggleBox table th, .toc table td, .toc table th, .videos-page .section-heading table td, .videos-page .section-heading table th {
    padding: 7.5px 10px;
    border-right: 1px solid #dfe3e8;
    border-bottom: 1px solid #dfe3e8;
    vertical-align: top;
}

td, th {
    display: table-cell;
    vertical-align: inherit;
}

.api-endpoint-queryparameters table td:last-child {
    font-size: 14px;
    border-right: 0;
}

.response{
    font-style:italic;
    color:#6a6c6f;
}