﻿
.username {
    padding-left: 0.75rem;
    float: left;
}

.login {
    margin: 0;
    padding: 0 0 0 0.75rem;
    float: left;
}

.logout {
    margin: 0;
    padding: 0;
    text-align: right;
    position: absolute;
    top: 24px;
    right: 0;
}


.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 150px;
}

.img-fluid-home {
    position: relative;
    top: 50%;
    max-width: 258px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.customersslider {
    height: 80px;
    width: 300px;
    margin: 20px 0;
}

.register-nav {
    display: inline-block;
}

    .register-nav a {
        color: #999;
        font-size: 0.9em;
        display: inline-block;
        text-decoration: none;
    }

    .register-nav .btn-link {
        color: #999;
        font-size: 0.9em;
        display: inline-block;
        text-decoration: none;
    }



.nav-regular {
    padding-top: 10px;
}

.social-icons li a {
    margin-left: 10px;
}

#footer {
    padding: 40px 0 0;
    background: #2d4050;
    border-top: 4px solid #2d4050;
}



.social-icons li {
    box-shadow: none;
}

html.sticky-header-active #header .header-body {
    position: fixed;
    border-bottom-color: #e9e9e9;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

#footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: "Geologica", sans-serif;
}

#header .header-body {
    border-bottom-color: #e9e9e9;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 765px) {
    .social-icons li a {
        margin-left: 0;
        margin-right: 10px;
    }

    .customersslider {
        width: 100%;
    }
}

/*

Google Code style (c) Aahan Krish <geekpanth3r@gmail.com>

*/


.hljs {
    display: block;
    overflow-x: auto;
    color: #666;
}

.hljs-comment,
.hljs-quote {
    color: #800;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-section,
.hljs-title,
.hljs-name {
    color: #008;
}

.hljs-variable,
.hljs-template-variable {
    color: #660;
}

.hljs-string,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-regexp {
    color: #066;
}

.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-meta,
.hljs-number,
.hljs-link {
    color: #080;
}

.hljs-title,
.hljs-doctag,
.hljs-type,
.hljs-attr,
.hljs-built_in,
.hljs-builtin-name,
.hljs-params {
    color: #4080D0;
}

.hljs-attribute,
.hljs-subst {
    color: #4080D0;
}

.hljs-formula {
    background-color: #eee;
    font-style: italic;
}

.hljs-selector-id,
.hljs-selector-class {
    color: #9B703F;
}

.hljs-addition {
    background-color: #baeeba;
}

.hljs-deletion {
    background-color: #ffc8bd;
}

.hljs-doctag,
.hljs-strong {
    font-weight: bold;
}

.hljs-emphasis {
    font-style: italic;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



/*.fixed-right {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 15%;
  background-color: white;
  transform: translate(-30%, -200%);
}*/

/*.fixed-left {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 15%;
  background-color: white;
  transform: translate(-550%, -280%);
}*/

.table {
    border: 1px;
    width: 100%;
}

    .table.tr {
    }

#tipue_search_input {
    margin-top: 2px;
}

.navbar-inverse .navbar-brand,
.navbar-default .navbar-brand {
    margin-left: 0 !important;
    color: #443434;
    font-size: 14px;
    letter-spacing: -.04rem;
    line-height: 15px;
    color: #fff;
}

.navbar-inverse .navbar-header .head-img,
.navbar-default .navbar-header .head-img {
    cursor: pointer;
    float: left;
    margin-top: 15px;
    height: 16px;
}

.navbar-inverse .asee-img,
.navbar-default .asee-img {
    width: 250px;
    height: 50px;
}

.navbar-inverse {
    background: #373277;
    border: none;
    margin-bottom: 0;
}

.navbar-default {
    color: #373277 !important;
    background-color: #232323;
}

    .navbar-default .navbar-brand {
        color: #ffffff !important;
        padding-left: 15px;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #3E2E2E;
}

a {
    color: olive;
}

    a:hover {
        color: darkgreen;
    }

.padding-2 {
    padding: 2px !important;
}

.padding-4 {
    padding: 4px !important;
}

.padding-6 {
    padding: 6px !important;
}

.jumptarget-anchor {
    content: "";
    display: block;
    height: 60px; /* fixed header height*/
    margin: -60px 0 0; /* negative fixed header height */
}

.group {
    background: yellow;
    width: 200px;
    height: 500px;
}

    .group .subgroup {
        background: orange;
        width: 150px;
        height: 200px;
    }

.fixed {
    position: fixed;
}

/* sidebar */
.bs-docs-sidebar {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    /* all links */
    .bs-docs-sidebar .nav > li > a {
        color: #999;
        border-left: 2px solid transparent;
        padding: 4px 20px 2px 2px;
        font-size: 13px;
        font-weight: 400;
    }

    /* nested links */
    .bs-docs-sidebar .nav .nav > li > a {
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        font-size: 12px;
    }
    /* active & hover links */
    .bs-docs-sidebar .nav > a,
    .bs-docs-sidebar .nav > li > a,
    .bs-docs-sidebar .nav > li > a {
        /*color:#ccc;*/
        text-decoration: none;
        background-color: transparent;
        border-left-color: #ccc;
    }




        /* active & hover links */
        .bs-docs-sidebar .nav > .active > a,
        .bs-docs-sidebar .nav > li > a:hover,
        .bs-docs-sidebar .nav > li > a:focus {
            color: #4080D0;
            text-decoration: none;
            background-color: transparent;
            border-left-color: #4080D0;
        }
    /* all active links */
    .bs-docs-sidebar .nav > .active > a,
    .bs-docs-sidebar .nav > .active:hover > a,
    .bs-docs-sidebar .nav > .active:focus > a {
        font-weight: 700;
    }
    /* nested active links */
    .bs-docs-sidebar .nav .nav > .active > a,
    .bs-docs-sidebar .nav .nav > .active:hover > a,
    .bs-docs-sidebar .nav .nav > .active:focus > a {
        font-weight: 500;
    }

    /* hide inactive nested list */
    .bs-docs-sidebar .nav ul.nav {
        display: none;
    }
    /* show active nested list */
    .bs-docs-sidebar .nav > .active > ul.nav {
        display: block;
    }

.method-uri {
    position: relative;
    /* color: #fcfcfc; */
}

    .method-uri .path-param {
        color: #606;
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: auto;
        font-style: italic;
        font-weight: 700;
    }

.methods-sidebar .nav .sub-item {
    padding-left: 10px !important;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}


a, a:hover {
    color: #4080D0;
}



body code {
    font-size: 14px;
}

body pre {
    padding: 10px;
    background-color: #f0f0f0;
    border: 0px;
}
/*@media (max-width: 750px) {
    body,.container {
        min-width: 770px;
    }
}

html, body {
    min-width: 750px !important;
    width: auto !important; 
    width: 750px;  
    height: 100%;
}*/
@media(max-width: 770px) {
    .api-sidebar.sidebar-left {
        display: block;
    }

    .api-sidebar.sidebar-right {
        display: none;
    }
}



img {
    max-width: 100%;
    max-height: 100%;
}

a {
    text-decoration: none;
}

hr {
    color: #cccccc;
    margin-top: 40px;
    border: 0;
    height: 2px;
    border-bottom: 2px solid;
}

h1 {
    padding-bottom: .3em;
    line-height: 1.2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

h1, h2, h3 {
    font-weight: 400;
    color: #4080D0;
}

a:hover {
    text-decoration: underline;
}

table td code {
    padding: 0 !important;
}

table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}

    table > thead > tr > th {
        text-align: left;
        border-bottom: 1px solid;
        co;
    }

    table > tbody > tr > td, table > tbody > tr > th, table > thead > tr > td, table > thead > tr > th {
        padding: 5px 10px;
    }

    table > tbody > tr + tr > td {
        border-top: 1px solid;
    }

blockquote {
    margin: 0 0 5px 5px;
    padding: 0 0 10 10px;
    padding-left: 10px;
    border-left: 5px solid #4080D0;
    font-size: 14px;
    background: #f0f0f0;
    border-radius: 4px;
}

code {
    font-family: Menlo,Monaco,Consolas,"Droid Sans Mono","Courier New",monospace,"Droid Sans Fallback";
    line-height: 19px;
    color: #3DDCB6;
    background-color: inherit;
}

.mac code {
    font-size: 12px;
    line-height: 18px;
}

code > div {
    padding: 16px;
    border-radius: 3px;
    overflow: auto;
}

.vs {
    color: #1e1e1e;
}

.vs-dark {
    color: #DDD;
}

.hc-black {
    color: #fff;
}

.vs code {
    color: #A31515;
}

.vs-dark code {
    color: #D7BA7D;
}

code > div {
    background-color: rgba(220,220,220,.4);
}

.vs-dark code > div {
    background-color: rgba(10,10,10,.4);
}

.hc-black code > div {
    background-color: #000;
}

.hc-black h1 {
    border-color: #000;
}

table > thead > tr > th {
    border-color: #BCBFC3;
}


h1, hr, table > tbody > tr + tr > td {
    border-color: rgba(0,0,0,.18);
}


.blockquote, .vs-dark blockquote {
    background: rgba(127,127,127,.1);
    border-color: rgba(0,122,204,.5);
}

.hc-black blockquote {
    background: 0 0;
    border-color: #fff;
}
/* DETAILS */
.status {
    width: 20px;
    height: 20px;
    background: #DDD;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.success {
    background: #3ED50A;
}

.api-reference-toc td > img {
    max-height: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* TABLE */

.api-reference-toc {
    background-color: #FFF;
}

    .api-reference-toc td.type-format {
        color: #999;
    }

    .api-reference-toc td, .api-reference-toc th {
        padding: 10px 10px 10px 10px;
        font-size: 13px;
    }

    .api-reference-toc thead > tr.head > th {
        font-size: 1.2em;
        border: none !important;
        background-color: #757575;
        color: #fff;
    }
    /*.api-reference-toc thead>tr.head.response-error>th {
    font-size: 1.2em;
    border: none !important;
    background-color: #F25A5A;
    color: #006092;
}*/


    /*.api-reference-toc thead > tr.subhead > th {
        text-transform: uppercase;
        font-size: .8em;
        padding: 10px 15px;
        border: 2px solid #E7E7E7;
        background-color: #E8ECEF;
        font-weight: bold;
        color: #333;
    }*/

    .api-reference-toc td code {
        background-color: #fff;
    }

    .api-reference-toc .subhead td code {
        background-color: #fcfcfc;
        font-size: 14px;
    }

    .api-reference-toc tbody > tr.subhead > td {
        text-transform: uppercase;
        font-size: .8em;
        /*padding: 10px 15px;*/
        /*border: 1px solid #E8ECEF;*/
        background-color: #fcfcfc;
        font-weight: bold;
    }

        .api-reference-toc tbody > tr.subhead > td code {
            text-transform: lowercase !important;
        }

/*.api-reference-toc tr td {
        border: 2px solid #E7E7E7;
    }*/

.prop-name {
    color: #007000;
}

span.silent-code {
    color: #999;
}

    span.silent-code.code-prefix {
        font-size: small;
    }

    span.silent-code.code-discriminator {
        color: #4080D0;
        font-style: normal;
    }

    span.silent-code.code-required, span.silent-code.code-readonly, span.silent-code.code-optional, span.silent-code.code-kind, span.silent-code.code-discriminator {
        font-size: smaller;
        font-family: sans-serif;
    }

/*@media (min-width: 1200px) {
    .container{
        width: 100% !important;
    }
}*/

.api-sidebar {
    margin-left: -30px;
}

    .api-sidebar > li + li,
    .api-sidebar .nav-stacked > li + li {
        margin-top: 0 !important;
        margin-left: 0;
    }

    .api-sidebar .tag-title {
        cursor: pointer;
    }

        .api-sidebar .tag-title .fa-tags {
            padding: 5px;
        }

.response-heading i.status-successfull {
    color: green;
}

.response-heading i.status-faulty {
    color: #8b0000;
}

.response-heading .httpstatus {
    margin-right: 5px;
}

.no-border {
    border: none !important;
}

.method-uri .uri {
    font-size: 20px;
}

    .method-uri .uri code {
        font-size: 20px;
    }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.markdowned h1,
.markdowned h2,
.markdowned h3,
.markdowned h4,
.markdowned h5 {
    padding-top: 80px;
    margin-top: -60px;
    color: #4080D0;
}

.markdowned h4 {
    padding-top: 80px;
    margin-top: -60px;
    color: Inherit;
}

.operation-summary,
.tag-desc {
    /*font-weight: 600;*/
    /*margin-top: 4px;*/
    /*   color: #373277; */
    /*font-style: italic;*/
}

.bottom-buffer-30 {
    margin-bottom: 30px;
}

strong.required-param {
    /*font-style: italic;*/
    font-weight: 900;
    color: #606;
}

div.note {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

blockquote.note.default-response {
    border-left-color: #4080D0 !important;
}

blockquote.note.faulty-response {
    border-left-color: #ce4844 !important;
}


/*tags*/
.tags {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    /*bottom:-12px;*/
    list-style: none;
}

    .tags li, .tags a {
        float: left;
        height: 24px;
        line-height: 24px;
        position: relative;
        font-size: 11px;
    }

    .tags a, .api-version {
        margin-left: 6px;
        padding: 0 5px 0 7px;
        background: #4080D0;
        color: #fff;
        text-decoration: none;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -ms-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -ms-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        -ms-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -ms-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
    }

        /*.tags a:before {
            content: "";
            float: left;
            position: absolute;
            top: 0;
            left: -12px;
            width: 0;
            height: 0;
            border-color: transparent #0089e0 transparent transparent;
            border-style: solid;
            border-width: 12px 12px 12px 0;
        }*/

        /*.tags a:after {
            content: "";
            position: absolute;
            top: 10px;
            left: 0;
            float: left;
            width: 4px;
            height: 4px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background: #fff;
            -moz-box-shadow: -1px -1px 2px #004977;
            -webkit-box-shadow: -1px -1px 2px #004977;
            box-shadow: -1px -1px 2px #004977;
        }*/

        .tags a:hover {
            background: #555;
        }

            .tags a:hover:before {
                border-color: transparent #555 transparent transparent;
            }


@font-face {
    font-family: 'Budicon';
    src: url('../fonts/budicon.eot');
    src: local('☺'), url('../fonts/budicon.ttf') format('truetype');
    src: url('../fonts/budicon.eot?#iefix') format('embedded-opentype'), url('../fonts/budicon.woff2') format('woff2'), url('../fonts/budicon.woff') format('woff'), url('../fonts/budicon.ttf') format('truetype'), url('../fonts/budicon.svg#fontelloregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geomanistbook';
    src: url('../fonts/geomanist-book-webfont.eot');
    src: local('☺'), url('../fonts/geomanist-book-webfont.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.swagger-download {
    padding: 5px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
}

    .swagger-download.yaml {
        right: 0px;
    }

    .swagger-download.json {
        right: 0;
    }

    .swagger-download i {
        padding: 3px;
    }

.icon {
    font-family: 'Budicon';
    margin-right: 10px;
    font-size: 48px;
}

.api-block-top {
    height: 50%;
}

.api-block-icon {
    padding: 10px;
    font-family: 'Budicon';
    margin: 10px 10px 10px 10px;
    font-size: 48px;
    color: #4080D0;
}

.api-title {
    position: relative;
}

.box-title {
    margin-top: 10px !important;
    padding: 5px !important;
}

.block-link {
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    color: #4080D0;
}

    .block-link.api-link {
        left: 15px;
    }

    .block-link.learn-link {
        right: 15px;
    }


.description-blocks {
    overflow: hidden;
    margin: 10px;
    line-height: 18px;
}

.api-block {
    float: left;
    position: relative;
    width: 25%;
    height: 250px;
    padding: 15px;
}

.api-block-inner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
    text-align: center;
    border: solid 1px #DDD;
}

.box-desc {
    padding: 5px;
}

.api-block-inner .titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -50px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

body.no-touch .api-block-inner:hover .titleBox, body.touch .api-block-inner.touchFocus .titleBox {
    margin-bottom: 0;
}



.tags .inactive {
    margin-left: 6px;
    padding: 0 5px 0 7px;
    background: #555;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -ms-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.main {
    margin-bottom: 50px;
}

.manage li {
    display: inline-block;
    float: left;
    width: 100%;
}

.text-left .featured-box {
    margin-top: 0;
}


.text-info {
    color: #009be6 !important
}

.title-register {
    color: #009be6 !important;
    padding-top: 20px;
}

.box-content .btn {
    margin-bottom: 50px;
}

.header-documentation {
    height: 200px;
    background-color: #009be6;
}

    .header-documentation .container {
        /*background-image: url('../../img/api-white.png');*/
        background-position: right;
        background-repeat: no-repeat;
        background-size: 200px;
        height: 200px;
        padding-top: 70px;
    }



    .header-documentation h5 {
        font-size: 40px;
        color: #FFFFFF;
    }

    .header-documentation p {
        color: #FFFFFF;
    }

.left-menu {
    background-color: #F6F6F6 !important;
    padding-top: 109px;
}

    .left-menu .navbar {
        padding: 0;
    }



    .left-menu .bs-docs-sidebar .nav > .active > a {
        font-weight: 700;
        font-size: 24px;
    }

    .left-menu .nav {
        list-style: none;
        float: left;
        display: block;
    }

    .left-menu .bs-docs-sidebar .nav .nav > li > a {
        font-size: 16px;
        line-height: 30px;
    }

    .left-menu li {
        float: left;
        width: 100%;
    }

    .left-menu .api-menu {
        font-size: 24px;
        border-left: 3px solid #009be6;
        padding-left: 10px;
        color: #009be6;
    }

    .left-menu .nav-item .nav-link {
        padding: 0 0 0 15px;
        margin: 5px 0;
        border-left: 3px solid transparent;
    }

        .left-menu .nav-item .nav-link:hover {
            border-left: 3px solid #009be6;
        }

    .left-menu .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: unset;
        flex-direction: unset;
        display: block;
        background-color: #f8f9fa !important;
        height: 100vh;
    }


.content-documentation {
    padding-top: 50px;
    background: #ffffff;
}

.body-documentation {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,f6f6f6+32,ffffff+41,ffffff+100&1+32,0+100 */
    background: -moz-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(246,246,246,1) 32%, rgba(255,255,255,0.87) 41%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(246,246,246,1) 0%,rgba(246,246,246,1) 32%,rgba(255,255,255,0.87) 41%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(246,246,246,1) 0%,rgba(246,246,246,1) 32%,rgba(255,255,255,0.87) 41%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

#back-to-top {
}

.sticky-header-active .left-menu {
    top
}

.btn.header-btn-collapse-nav {
    color: #FFFFFF;
    border-color: rgba(0,0,0,.1);
    background: #0088cc;
    margin-right: 13px;
}

.left-menu .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
}


.left-menu .navbar-expand-lg .navbar-nav .dropdown-item {
    padding-left: 10px;
}

.left-menu .dropdown-item {
    white-space: unset;
}

.terms {
    margin-top: 75px;
}

    .terms h1 {
        font-size: 3.2em;
    }
    .terms h3 {
        margin-top: 20px;
        display: inline-block;
    }

    .footer-links {
        padding-right: 10px;
        text-decoration: none;
        /*font-weight: bold;*/
        padding-bottom: 10px;
        display: inline-block;
        font-size: 15px;
    }


.footer-links:hover {
    text-decoration: none;
}

.terms-header .container{
    background-image:none;
}



@media only screen and (max-width : 480px) {
    /* Smartphone view: 1 tile */
    .api-block {
        width: 100%;
        padding-bottom: 100%;
    }

    .register-nav a {
        white-space: nowrap;
        overflow: hidden;
    }

    /*h1 {
        font-size: 2em;
        line-height: 44px;
    }*/
    .api-title {
        position: relative;
        height: 70px;
    }
}

@media only screen and (max-width : 650px) and (min-width : 481px) {
    /* Tablet view: 2 tiles */
    .api-block {
        width: 100%;
        padding-bottom: 50%;
    }
}

@media only screen and (max-width : 1050px) and (min-width : 651px) {
    /* Small desktop / ipad view: 3 tiles */
    .api-block {
        width: 50%;
        padding-bottom: 33.3%;
    }
}

@media only screen and (max-width : 1290px) and (min-width : 1051px) {
    /* Medium desktop: 4 tiles */
    .api-block {
        width: 33%;
        padding-bottom: 25%;
    }
}

@media only screen and (max-width : 991px) {

    #header .header-nav-main nav > ul li a .fa-caret-down {
        line-height: 35px;
        min-height: 38px;
        min-width: 30px;
        position: absolute;
        right: 20px;
        text-align: center;
        top: 0;
        width: 100%;
        text-align: right;
    }

    #header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
        margin-left: 0;
    }

    #header .header-nav-main nav > ul > li > a.active {
        background: #FFF;
        color: #4080D0;
    }

        #header .header-nav-main nav > ul > li > a.active:hover {
            background: #f8f9fa;
            color: #4080D0;
        }


    .body-documentation {
        background: #f6f6f6;
    }

    .content-documentation {
        padding-top: 30px;
    }


    .left-menu nav {
        float: unset;
    }

    .left-menu {
        background-color: #F6F6F6 !important;
        padding-top: 0;
        position: fixed;
        top: 130px;
        z-index: 2;
        left: 0;
        right: 0;
        display: none;
    }

        .left-menu .api-menu {
            font-size: 24px;
            border-left: 3px solid #009be6;
            padding-left: 10px;
            float: left;
            width: 100%;
        }

            .left-menu .api-menu:hover {
                text-decoration: none;
            }

        .left-menu .show {
            height: 100vh;
            margin: 0 -15px;
            background-color: #f8f9fa !important;
        }

    .header-documentation {
        margin-top: 40px;
    }

    .sticky-header-active .left-menu {
        top: 0;
        z-index: 1031;
        left: 0;
        right: 0;
        transition: 0,3s ease;
        display: block;
        height: 75px;
        padding-top: 18px;
    }

    .container-left-menu {
        max-width: 720px;
        margin: auto;
        width: 100%;
    }

        .container-left-menu button {
            float: right;
        }
}

@media only screen and (max-width : 768px) {
    .bs-docs-sidebar .nav > li {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    #header .header-logo img {
        max-width: unset;
        max-height: unset;
    }

    #header .header-btn-collapse-nav {
        position: absolute;
        right: 20px;
    }

    .tags {
        margin: 0;
        padding: 0;
        position: relative;
        right: 10px;
        top: 10px;
        bottom: -12px;
        list-style: none;
        clear: both;
        width: 100%;
        display: inline-block;
    }

    .header-documentation .container {
        background-image: unset;
    }

    .header-documentation h5 {
        font-size: 32px;
        color: #FFFFFF;
        line-height: 32px;
    }

    .left-menu {
        margin: auto;
        padding-right: 19px;
    }

    .container-left-menu {
        max-width: 540px;
        margin: auto;
        width: 100%;
    }

        .container-left-menu button {
            float: right;
        }

    .swagger-download.try {
        right: 110px;
    }

    .left-menu .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
        font-size: 14px;
        line-height: 22px;
        left: 0;
        margin-left: 10px;
    }
    .left-menu .active .show {
        margin: 0;
        height: auto;
    }
}

    @media only screen and (max-width : 575px) {
        .btn.header-btn-collapse-nav {
            margin-right: 0;
        }
    }

    @media only screen and (max-width : 400px) {
        .header-row.pt-3 {
            padding-top: 0 !important;
        }
    }


    .back-to-top {
        cursor: pointer;
        position: fixed;
        bottom: 20px;
        right: 20px;
        /*display: initial !important;*/
        height: 60px;
        width: 60px;
        background-image: url('../../img/top.png');
        background-size: 40px;
        z-index: 2;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.8;
    }

        .back-to-top:hover {
            opacity: 1;
            border-color: #FFF;
        }


    #navbarTogglerDemo03 {
        margin: 0 -15px;
        background-color: #f8f9fa !important;
    }
