html, body {
    height: 100%;
}

header, main, footer {
    padding-left: 340px;
}

.block {
    padding-top: 0;
}

.side-nav li {
    line-height: 36px;
}

.side-nav li > a {
    height: 36px;
    line-height: 36px;
}

.side-nav .logo {
    margin-top: 10px;
}

.side-nav .header {
    color: gray;
    font-size: 18px;
    font-weight: 400;
}

.tag {
    padding: 3px 5px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    margin-right: 5px;
    font-weight: bold;
    vertical-align: middle;
}

.big-tag {
    padding: 1px 10px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 5px;
    font-weight: bold;
    vertical-align: middle;
}

.inline-tag {
    padding: 2px;
    border-radius: 2px;
    vertical-align: middle;
}

.banner-title {
    font-size: 24px;
}

.side-nav .no-event {
    pointer-events: none;
}

.side-nav ul {
    padding: 0 0 0 32px;
}

.side-nav ul > li:not(.no-pad) {
    padding-left: 10px;
}

.side-nav ul > li > .header2 {
    color: gray;
    font-size: 18px;
    font-weight: 500;
}

.side-nav ul > li > a:not(.active) {
    color: gray;
}

.table-of-contents a.active {
    font-weight: 500;
    padding-left: 18px;
    border-left: 2px solid #0070bb;
}

.table-of-contents a:hover {
    border-left: 1px solid #0070bb;
}

.content-title {
    border-top: 1px solid lightgray;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.valkyrie-bg {
    background-color: transparent;
    background-image: url("/static/img/valkyrie-backgroud.png");
    background-repeat: no-repeat;
    background-position: right top -90px;
    background-size: auto 190px;
}

.content-title, .content-details {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.api-content {
    padding-left: 20px;
    padding-top: 50px;
}

.code-block .tabs {
    background-color: rgba(25, 25, 25, 0.9)
}

.code-block .tabs .tab a:hover, .code-block .tabs .tab a.active {
    background-color: transparent;
    color: white;
}

.code-block .tabs .tab a {
    background-color: transparent;
    color: gray;
    font-weight: bold;
}

.code-block .tabs .indicator {
    display: none;
}

.hljs {
    background-color: rgba(35, 35, 35, 0.9);
}

.try-me-table th {
    font-weight: 400;
    color: gray;
    font-size: 15px;
}

.try-me-table button {
    padding: 0 .8rem;
    text-transform: capitalize;
}

.try-me-table tr {
    border-bottom: 1px solid lightgray;
}

.try-me-table tr > td > ul {
    margin: 0;
}

.try-me-table tr > td > ul > .small {
    color: gray;
    font-size: 12px;
}

.try-me-table tr > td > input {
    margin: 0;
    border: 1px solid lightgray;
    width: 80%;
    float: right;
    padding: 10px 5px;
}

.try-me-table.no-padding td {
    padding: 1px;
}

.try-me-table.no-padding tr {
    border: none;
}

.try-me-table .hidden-tr {
    visibility: collapse;
    opacity: 0;
}

.try-me-table tr {
    font-size: 14px;
    -webkit-transition: opacity 200ms ease, 200ms ease !important;
    transition: opacity 200ms ease, 200ms ease !important;
}

.try-me-response {
    font-size: 13px;
    -webkit-transition: height 400ms ease, 400ms ease !important;
    transition: height 400ms ease, 400ms ease !important;
    /*padding-bottom: 0;*/
}

.try-me-response.hidden {
    height: 0;
    padding: 0;
}

.try-me-response.loading {
    height: 115px;
}

.try-me-response > .row {
    margin-bottom: 0;
}

.try-me-response .request-content {
    padding-bottom: 0;
    /*border-right: 1px solid rgba(255, 255, 255, 0.1);*/
}

.try-me-response .request-content h6 i {
    vertical-align: text-top;
}

.try-me-response .request-content .row {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.try-me-response .request-content .row:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.try-me-response .request-content .white-text {
    word-wrap: break-word;
}

.try-me-response .response-content {
    padding-left: 25px;
}

.try-me-response .response-content .json-dict, .try-me-response .response-content .json-array {
    border-left: 1px dotted rgba(255, 255, 255, 0.1);
}

.try-me-response .response-content .json-string, .try-me-response .response-content .json-literal{
    color: #e6e1dc;
}

.try-me-response .loader {
    display: none;
}

.try-me-response.loading .loader {
    display: block;
}

.try-me-response.loading .response {
    display: none;
}

a.button-collapse.top-nav {
    position: fixed;
    text-align: center;
    height: 48px;
    width: 48px;
    right: 10px;
    top: 4px;
    float: none;
    margin-left: -8px;
    color: #fff;
    font-size: 36px;
    z-index: 2;
}

.inner-table tr {
    border: none;
}

.inner-table tr td {
    padding: 0;
}

@media only screen and (max-width: 992px) {
    header, main, footer {
        padding-left: 0;
    }
}

@media only screen and (min-width: 993px) {

    .hide-on-large-only {
        display: none !important;
    }
}