﻿/* COMMON */

html, body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    height: 100%;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -382px;
}

.wrapper:after {
    content: "";
    display: block;
    height: 382px;
}

#swagger-ui-container {
    padding-bottom: 40px !important;
}

/* CODE */

code, pre {
    font-family: 'Source Code Pro', Courier New, Courier, monospace !important;
    color: #444444 !important;
    font-size: 12px !important;
    line-height: 1.6em !important;
}

code .number {
    color: #2db6d8 !important;
    font-weight: 700;
}

code .string, code .title {
    color: #dcb105 !important;
    font-weight: 700;
}

code .literal, .signature-container .propType {
    color: #8bc34a !important;
    font-weight: 700;
}

.snippet, .response .block {
    background: #fefefe;
    border: medium none;
    color: #ffffff;
    display: block;
    margin: 3px 0 15px 0 !important;
    overflow: auto;
    padding: 12px;
    border: 1px solid #c3d9ec;
}

.snippet pre, .response .block pre {
    margin: 0 !important;
    padding: 0 !important;
    background: #fefefe !important;
    border: none !important;
    max-height: 300px !important;
}

/* HEADER */

#header {
    background-color: #0B0A0A !important;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 0 !important;
    border-bottom: 5px solid #2DB6D8;
}

#header .logo img {
    margin-top: 3px !important;
}

/* BUTTONS */

.yellow-button, .options .toggleEndpointList, .options .collapseResource, .options .expandResource, .sandbox_header .submit {
    background: #ffce0a !important;
    color: #000000 !important;
    text-transform: uppercase;
    border-radius: 4px;
    display: block;
    font-size: 13px !important;
    line-height: 13px !important;
    padding: 7px 8px !important;
    text-decoration: none !important;
}

.sandbox_header .submit, .sandbox_header .submit:active {
    border: none !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
}

.yellow-button:hover, .options .toggleEndpointList:hover, .options .collapseResource:hover, .options .expandResource:hover, .sandbox_header .submit:hover {
    background: #f1c100 !important; 
    cursor: pointer !important;
}

.response_hider {
    text-decoration: none;
    color: #2db6d8 !important;
    margin-top: 5px;
}

/* API SELECTOR */

#api_selector {
    padding-top: 7px;
}

#api_selector input, .response-content-type select, .sandbox table input, .sandbox table select, .sandbox table textarea {
    border: 1px solid #2db6d8 !important;
    padding: 3px 6px !important;
    max-width: 280px;
    font-weight: normal !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

#api_selector .input:last-child {
    margin-right: 0 !important;
}

/* FOOTER */

#footer {
    background: #000000;
    padding: 0;
    text-align: center;
    height: 382px;
}

/* API LIST */

.http_method a {
    border-radius: 0 !important;
    font-weight: bold;
}

ul#resources li.resource div.heading ul.options li {
    padding: 0 !important;
    border: none !important;
    margin-left: 10px !important;
    margin-top: 3px !important;
}

ul#resources li.resource div.heading ul.options {
    margin: 0 !important;
    padding: 3px 0 0 0 !important;
}

ul#resources li.resource div.heading h2 a {
    text-transform: uppercase !important;
}

.operation .heading {
    padding: 5px !important;
}

.operation .options li {
    margin-top: 4px !important;
    line-height: 14px !important;
}

.heading .path a, .signature-container .description, .sandbox table code {
   font-weight: normal !important;
}

.operations .content {
    border-radius: 0 !important;
}

.operations .content h4 {
    color: #2db6d8 !important;
    padding: 5px 0 !important;
    font-weight: bold !important;
}

.response-content-type {
    margin-bottom: 10px !important;
    margin-top: -10px !important;
}

.content .response {
    margin-top: 25px !important;
}

/* TABLE */

.sandbox table {
    font-size: 14px !important;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc !important;
}

.sandbox table thead tr th {
    background: #F6F6F6 !important;
    color: #333333 !important;
    padding: 6px !important;
    border: 1px solid #cccccc !important;
    font-weight: bold !important;
}

.sandbox table tbody tr td {
    border: 1px solid #cccccc !important;
    background: #ffffff;
}

.sandbox table input, .sandbox table textarea {
    width: calc(100% - 14px) !important;
    max-width: 350px !important;
}

.sandbox table select {
    width: 100% !important;
}

.sandbox table .error {
    outline: none !important;
    border: 1px solid #cc0000 !important;
}

.footer h4 a {
    display: none !important;
}
