﻿* {
    margin: 0;
    padding: 0;
}

.swagger-section pre .string,
.swagger-section pre .title,
.swagger-section pre .constant,
.swagger-section pre .parent,
.swagger-section pre .tag .value,
.swagger-section pre .rules .value,
.swagger-section pre .rules .value .number,
.swagger-section pre .preprocessor,
.swagger-section pre .ruby .symbol,
.swagger-section pre .ruby .symbol .string,
.swagger-section pre .aggregate,
.swagger-section pre .template_tag,
.swagger-section pre .django .variable,
.swagger-section pre .smalltalk .class,
.swagger-section pre .addition,
.swagger-section pre .flow,
.swagger-section pre .stream,
.swagger-section pre .bash .variable,
.swagger-section pre .apache .tag,
.swagger-section pre .apache .cbracket,
.swagger-section pre .tex .command,
.swagger-section pre .tex .special,
.swagger-section pre .erlang_repl .function_or_atom,
.swagger-section pre .markdown .header {
    color: #ff6800;
}

.swagger-section .swagger-ui-wrap {
    font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
    margin-top: 10px;
}

    .swagger-section .swagger-ui-wrap b,
    .swagger-section .swagger-ui-wrap strong {
        font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
    }

    .swagger-section .swagger-ui-wrap table tbody tr td {
        padding: 6px;
        font-size: 1em;
        border-bottom: 1px solid #cccccc;
        vertical-align: top;
    }

    .swagger-section .swagger-ui-wrap a {
        color: #ff6800;
        text-decoration: none;
        font-size: 12px;
    }

        .swagger-section .swagger-ui-wrap a.btn {
            font-size: 18px;
        }

    .swagger-section .swagger-ui-wrap table tbody tr td img {
        border: none;
    }

    .swagger-section .swagger-ui-wrap pre {
        font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
        background-color: #f7f7f9;
        border: 1px solid #e1e1e8;
        padding: 10px;
        font-size: 14px;
    }

    .swagger-section .swagger-ui-wrap .content > .content-type > div > label {
        color: #ff6800;
    }

    .swagger-section .swagger-ui-wrap .info_title {
        font-weight: 300;
        font-size: 35px;
        color: #2d73b1;
    }

#footer {
    clear: both;
    margin-top: 50px;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    background-color: #EBE8D1;
    color: #2d73b1;
    border-top: 2px solid #999;
}

    #footer h3 {
        font-size: 1.5em;
    }

    #footer p {
        font-size: .9em;
        margin-top: 1em;
    }

    #footer a {
        text-decoration: none;
        color: #000;
    }

.swagger-section .swagger-ui-wrap .model-signature {
    font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}


.swagger-section .swagger-ui-wrap .markdown p code,
.swagger-section .swagger-ui-wrap .markdown li code {
    font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
}

.swagger-section .swagger-ui-wrap input.parameter {
    width: 285px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    padding: 10px;
}

.swagger-section .swagger-ui-wrap h1 {
    font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
}

.swagger-section .swagger-ui-wrap h2 {
    color: #585858;
    font-size: 1.3em;
    padding: 10px 0 0;
}

.swagger-section .swagger-ui-wrap .message-success {
    color: #0071bc;
}

.swagger-section .swagger-ui-wrap .code {
    font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
}

.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.text textarea {
    font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
}

.swagger-section .swagger-ui-wrap .markdown pre {
    font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
}

.swagger-section .swagger-ui-wrap ul#resources {
    font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
}

    .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
        padding: 0 0 10px 0;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
        font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
        font-weight: 400;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
        cursor: pointer;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header span.response_throbber {
        background-image: url('../images/throbber.gif');
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre {
        font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
        background-color: #F5F5F5;
        border: 1px solid #eee;
    }

        .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
            background-color: #7BBCCC;
        }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
        background-color: #F5F5F5;
        border: 1px solid #eee;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
        background-color: #F5F5F5;
        border: 1px solid #eee;
    }

        .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
            background-color: #6D6D6D;
        }

        .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
            color: #6D6D6D;
        }

            .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
                color: #6D6D6D;
            }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
        background-color: #F5F5F5;
        border: 1px solid #eee;
    }

        .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
            color: #6D6D6D;
        }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
        background-color: #F5F5F5;
        border: 1px solid #eee;
    }

        .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
            background-color: #368A9E;
        }

        .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
            color: #368A9E;
        }

            .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
                color: #368A9E;
            }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
        background-color: #fff;
        border: 1px solid #eee;
    }

        .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
            color: #368A9E;
        }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
        background-color: #fff;
        border: 1px solid #eee;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
        background-color: #F5F5F5;
        border: 1px solid #eee;
    }

        .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
            background-color: #ff6800;
        }

        .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
            border-right-color: #eee;
            color: #ff6800;
        }

            .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
                color: #ff6800;
            }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
        background-color: #fff;
        border: 1px solid #eee;
    }

        .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
            color: #ff6800;
        }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading {
        border: 1px solid #eee;
    }

        .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading h3 span.http_method a {
            background-color: #ff6800;
        }

        .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li {
            border-right-color: #eee;
            color: #ff6800;
        }

            .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li a {
                color: #ff6800;
            }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content {
        background-color: #fff;
        border: 1px solid #eee;
    }

        .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content h4 {
            color: #ff6800;
        }

.swagger-section .swagger-ui-wrap p#colophon {
    font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
}

.swagger-section .swagger-ui-wrap h3 {
    margin-top: 20px;
    color: #585858;
    font-size: 1.1em;
    padding: 0;
    font-weight: bold;
}

.swagger-section .swagger-ui-wrap .markdown ol,
.swagger-section .swagger-ui-wrap .markdown ul {
    font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
}

.swagger-section .swagger-ui-wrap form.form_box {
    background-color: #fff;
    border: 1px solid #eee;
}

    .swagger-section .swagger-ui-wrap form.form_box label {
        color: #ff6800 !important;
    }

input.btn {
    background-color: #FFF;
    border: 1px solid #C1C1C1;
    border-radius: 6px;
    padding: 0 20px;
    font-size: 14px;
    color: #6B6B6B !important;
    cursor: pointer;
    box-shadow: none;
}

    input.btn:hover {
        background-color: #F7F7F7;
        border: 1px solid #666;
        color: #333;
    }

.swagger-section .swagger-ui-wrap form.form_box input[type=submit] {
    cursor: pointer;
}

.swagger-section .oauth_submit {
    cursor: pointer;
}

.swagger-section .api-popup-dialog {
    z-index: 10000;
}

    .swagger-section .api-popup-dialog button.api-popup-authbtn {
        height: 30px;
    }

    .swagger-section .api-popup-dialog button.api-popup-cancel {
        height: 30px;
    }

.swagger-section .api-ic {
    background: url("../images/explorer_icons.png") no-repeat;
}

.swagger-section #header {
    background-color: #fbfcfb;
    padding: 0;
    position: absolute;
    top: 10px;
    width: 100%;
}

body {
    font-size: 14px;
    line-height: 1.2;
    font-family: 'helvetica neue',helvetica,arial,'lucida grande',Arial, sans-serif;
    background-color: #fbfcfb;
    margin-right: 0;
    margin-top: 0;
}

div#api_info {
    padding-top: 50px;
}

.overview-descr {
    font-size: 21px;
    font-weight: 200;
    line-height: 1.5em;
}

.overview-terms {
    font-size: 1.1em;
    font-weight: 200;
    line-height: 1.5em;
}

.overview-terms li {
    list-style: disc;
    margin-left:2em;
}

.api-selector-lead { text-align:center; }
.key {text-align:center; }
.key.extended {height: 95px; }


.btn {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    font-size: 18px;
    line-height: 40px;
    /* text-transform: uppercase; */
    color: #FFF !important;
    text-decoration: none !important;
    background: rgba(255, 106, 21, 0.85);
    border: none;
    position: relative;
    padding: 5px 25px;
    min-width: 20px;
    border-radius: 5px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    box-shadow: 0px 1px 0px 0px #bc3300;
    margin-top: 10px;
}

    .btn:hover {
        background: #ff6a15;
    }

    .btn:before {
        content: '';
        position: absolute;
        left: 16px;
        top: 13px;
        width: 24px;
        height: 36px;
        background: url("../images/mail.svg") no-repeat;
        -webkit-filter: invert(1);
    }

header {
    max-width: 960px;
    margin: 0 auto 70px;
    position: relative;
}

    header nav {
        position: absolute;
        right: 0;
        top: -50px;
        width: 450px;
        height: 50px;
        text-align: right;
    }

        header nav a {
            font-size: 1.3em;
            color: #aaa;
            text-decoration: none;
            margin: 0 0 0 20px;
        }

.normallist {
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
}

    .normallist li {
        display: list-item;
        font-size: 14px;
        list-style: initial;
    }

.cover-short {
    clear: both;
    position: relative;
    padding: 0;
    color: #fff;
    height: 100px;
    background: rgba(99,162,210,1);
    background: -moz-linear-gradient(-45deg, rgba(99,162,210,1) 0%, rgba(1,87,157,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(99,162,210,1)), color-stop(100%, rgba(1,87,157,1)));
    background: -webkit-linear-gradient(-45deg, rgba(99,162,210,1) 0%, rgba(1,87,157,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(99,162,210,1) 0%, rgba(1,87,157,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(99,162,210,1) 0%, rgba(1,87,157,1) 100%);
    background: linear-gradient(135deg, rgba(99,162,210,1) 0%, rgba(1,87,157,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63a2d2', endColorstr='#01579d', GradientType=1 );
    padding: 20px 10px 20px 10px;
    border-bottom: 2px solid #999;
}

.cover {
    clear: both;
    position: relative;
    padding: 0;
    color: #fff;
    height: 290px;
    background: rgba(99,162,210,1);
    background: -moz-linear-gradient(-45deg, rgba(99,162,210,1) 0%, rgba(1,87,157,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(99,162,210,1)), color-stop(100%, rgba(1,87,157,1)));
    background: -webkit-linear-gradient(-45deg, rgba(99,162,210,1) 0%, rgba(1,87,157,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(99,162,210,1) 0%, rgba(1,87,157,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(99,162,210,1) 0%, rgba(1,87,157,1) 100%);
    background: linear-gradient(135deg, rgba(99,162,210,1) 0%, rgba(1,87,157,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63a2d2', endColorstr='#01579d', GradientType=1 );
    padding: 20px 10px 20px 10px;
    border-bottom: 2px solid #999;
}

    .cover .content-wrapper {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .cover h1 {
        font-size: 2.3em;
        font-weight: bold;
    }

    .cover h1, h2 {
        color: #fff;
    }

    .cover p {
        color: #fff;
        font-size: 1.1em;
        margin-top: .5em;
    }

        .cover p a {
            color: #fff;
        }

details {
    cursor: pointer;
    margin-top: 10px;
}

    details > summary {
        outline: none;
        color: #ff6a15;
    }

    details code {
        display: inline;
        font-family: Consolas, Courier New, Monaco, Lucida Console;
        background-color: #eee;
        border: 1px solid #999;
        color: #666;
        padding:1px 3px;
        border-radius:2px;
    }

    details > h3 {
        font-size: 18px;
        margin:16px 0;
    }

    details > h4 {
        font-size: 22px;
    }

    details > p {
        color: #666 !important;
        font-size: 14px;
        line-height: normal;
    }

    details > dl {
        font-size: 14px;
    }

        details > dl > dt {
            font-weight: bold;
        }

        details > dl > dd {
            color: #666;
            line-height: normal;
            margin-bottom: 20px;
        }

.key {
    background-color: #f7f7f7;
    height: 70px;
    padding: 10px 70px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-top: 50px;
}

.add-key {
    font-size: 26px;
    color: #333;
    float: left;
    padding: 22px 20px 20px 0;
    font-weight: 300;
}

.ask-key {
    font-size: 17px;
    color: #666 !important;
    text-align: center;
    font-weight: 300;
    padding: 14px;
}

.header_logo {
    background: url("/images/geronimo_logo.png") no-repeat scroll 0 0 #fff;
    height: 60px;
    left: 10px;
    position: absolute;
    width: 200px;
    top: -65px;
}

.modal_contact {
    width: 350px;
    height: 475px;
}

    .modal_contact .modal-header {
        height: 80px;
        text-align: center;
        margin-top: 40px;
    }

        .modal_contact .modal-header h2 {
            font-size: 30px;
            font-weight: 300;
        }

        .modal_contact .modal-header h3 {
            font-size: 16px;
            margin-top: 0px;
            font-weight: 300;
        }

    .modal_contact .modal-body {
        position: static;
        padding-top: 20px;
    }

    .modal_contact .wpcf7-form-control {
        width: 90%;
        /*height: 60px;*/
        border: #d1d3d4 1px solid;
        border-radius: 5px;
        padding: 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .modal_contact .wpcf7-textarea {
        height: 130px;
        width: 90%;
    }

    .modal_contact .wpcf7-submit {
        background-color: #ff7415;
        color: #fff;
        font-size: 22px;
        border: none;
        background-image: none;
        width: 100%;
    }

.modal_country {
    height: 375px;
    width: 380px;
}

.modal_coupon {
    height: 290px;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
    }

.modal-content {
    position: relative;
    background-color: #F8F8F8;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 15px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    padding: 0 15px;
}

.modal-body {
    position: absolute;
    top: 45px;
    bottom: 45px;
    left: 0;
    right: 0;
}

.modal-dialog .close {
    background: url(../images/close-icon.png) no-repeat;
    width: 18px;
    height: 20px;
    display: block;
    border: none;
    float: right;
    margin-top: -25px;
}

.modal-header {
    height: 46px;
}

.page-id-32.modal-open {
    overflow-y: visible !important;
    padding: 0 !important;
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

li#resources {
    float: left;
}

.footer_navbar {
    bottom: 0px;
    right: 0px;
    padding: 15px 40px 15px 15px;
    border-top: 1px solid #bfbfbf;
}

    .footer_navbar .navbar-nav > li > a {
        line-height: 10px;
        margin: 0 10px;
    }

.footer-li {
    float: left;
    padding: 10px;
}

a.nav-menu {
    color: #666 !important;
}

.footer_navbar a.nav-menu, .footer_navbar a.nav-menu:hover, .footer_navbar a.nav-menu:focus {
    color: #666 !important;
    background: none !important;
    text-decoration: none;
}

.twt, .fb {
    display: inline-block;
    background-image: url(../images/icon-social.png);
    background-size: 35px 150px;
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    margin: -10px 10px;
}

.twt {
    background-position: 0 -40px;
}

.navbar-nav > li > a {
    padding: 10px;
    margin: 0 15px;
    line-height: 21px;
}

form#api_selector {
    display: block;
    clear: none;
}

.swagger-section #api_selector {
    display: inline-block;
    clear: none;
    float: none;
}

form#api_selector .input {
    display: block;
    clear: none;
    float: left;
    margin: 0 10px 0 0;
}

    form#api_selector .input input#input_apiKey {
        width: 200px;
    }

    form#api_selector .input input#input_baseUrl {
        width: 400px;
    }

    form#api_selector .input a#explore {
        display: block;
        text-decoration: none;
        font-weight: bold;
        padding: 6px 8px;
        font-size: 0.9em;
        color: white;
        background-color: #547f00;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
    }

        form#api_selector .input a#explore:hover {
            background-color: #547f00;
        }

    form#api_selector .input input {
        font-size: 1em;
        padding: 15px 25px;
        margin: 8px;
    }

.swagger-section #content_message {
    margin: 10px 15px;
    font-style: italic;
    color: #999999;
}

.swagger-section #message-bar {
    min-height: 30px;
    text-align: center;
    padding-top: 10px;
}

.smallparagraph {
    margin-top: 1em;
    font-size: .8em;
}

/* MOBILE */
@media only screen and (max-width: 926px) {

    .key {
        height: 140px;
    }

    .btn {
        margin: 10px 0 0 185px;
    }
}
/* MOBILE */
@media screen and (max-width: 640px) {

    body {
        overflow: hidden;
    }

    .cover-title {
        font-size: 25px;
    }

    .key {
        height: 285px;
    }

    .add-key {
        padding: 20px 0 10px 0;
    }

    div#api_info {
        padding-top: 75px;
    }

    .fobot-h__link {
        display: none;
        visibility: hidden;
    }

    ul#resources {
        width: 100%;
        padding: 0;
    }

    ul.operations {
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
    }

    div#overview-doc-ui {
        position: absolute;
        left: 10px;
        right: 10px;
    }

    .swagger-section .swagger-ui-wrap input.parameter {
        width: 80px;
    }

    .add-key, .info_title, .overview-descr, .swagger-section .swagger-ui-wrap p, .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
        text-align: center;
        float: none;
        color: #2d73b1;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a, .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a, .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
        display: none;
        visibility: hidden;
    }

    .btn {
        margin: 20px 0px 0 10px;
        width: 135px;
        padding: 5px 25px 5px 60px;
    }

    form#api_selector .input input#input_apiKey {
        width: auto;
    }
}

.swagger-section .swagger-ui-wrap .model-signature .signature-nav .selected {
    font-weight: bold;
    background-color: #ccc;
    padding: 10px 5px;
    border-radius: 2px;
}

.swagger-section .swagger-ui-wrap .model-signature .signature-nav a {
    color: #00F;
}

/**
 * @license
 * Copyright (C) 2015 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Pretty printing styles. Used with prettify.js. */


/* SPAN elements with the classes below are added by prettyprint. */
.pln { color: #000 }  /* plain text */

@media screen {
  .str { color: #080 }  /* string content */
  .kwd { color: #008 }  /* a keyword */
  .com { color: #800 }  /* a comment */
  .typ { color: #606 }  /* a type name */
  .lit { color: #066 }  /* a literal value */
  /* punctuation, lisp open bracket, lisp close bracket */
  .pun, .opn, .clo { color: #660 }
  .tag { color: #008 }  /* a markup tag name */
  .atn { color: #606 }  /* a markup attribute name */
  .atv { color: #080 }  /* a markup attribute value */
  .dec, .var { color: #606 }  /* a declaration; a variable name */
  .fun { color: red }  /* a function name */
}

/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str { color: #060 }
  .kwd { color: #006; font-weight: bold }
  .com { color: #600; font-style: italic }
  .typ { color: #404; font-weight: bold }
  .lit { color: #044 }
  .pun, .opn, .clo { color: #440 }
  .tag { color: #006; font-weight: bold }
  .atn { color: #404 }
  .atv { color: #060 }
}

/* Put a border around prettyprinted code snippets. */
.swagger-section .swagger-ui-wrap pre.prettyprint { padding: 2px; border: 1px solid #888; overflow:auto; }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 { background: #eee }
