﻿body {
    display: none;
}
body.showbody {
    display: block;
}
.swagger-ui-wrap img {
    max-width: 760px;
}

form#api_selector input#input_apiKey {
    display: none;
}

form#api_selector A#explore {
    display: none;
}

form#api_selector #input_baseUrl {
    display: none;
}

.swagger-section #header #logo .logo__img {
    margin-top: 7px;
    visibility: hidden;
}

.swagger-section #header #logo .logo__img.logoVisible {
    visibility: visible;
}

.swagger-section #header {
    height: 66px;
    background-color: #646464;
    position:absolute;
    width:100%;
    box-sizing: border-box;
    min-width: 980px;
}

.swagger-section #header #logo .logo__title {
    /*visibility: hidden;*/
    padding-top: 12px;
    font-size: 20px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
    float: none;
    clear: both;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 10px;
	border-radius: 4px;
}
.swagger-section .swagger-ui-wrap {
    font-family: "Poppins", sans-serif;
}
.swagger-section .swagger-ui-wrap .sandbox .model-signature div.signature-container {
    width: 230px;
    /*font-family: 'Open Sans', sans-serif;*/
}
.linkList {
    color: #666666 !important;
    line-height: 1.5;
}
.side-bar-links {
    color:#666666;
    text-decoration:none;
}

.side-bar-links:hover {
    color:#000;
    text-decoration:underline;
}
#toggleStart {
    cursor:pointer;
}
.footer {
    display:none;
}
body, html {
    /*font-family: 'Open Sans', sans-serif !important;*/
    font-family: 'Poppins', sans-serif !important;
    scroll-behavior: smooth;
}
img {
    box-shadow: 0px 0px 8px 0px #666666;

}
.title {
    position: absolute;
    right: 340px;
    color: #ffffff !important;
    top: 10px;
}

body.swagger-section .swagger-ui-wrap h1 {
    font-weight: 700;
    color: #646464;
}

body.swagger-section .swagger-ui-wrap h2 {
    font-weight: 700;
    color: #646464;
}
.swagger-section div.swagger-ui-wrap {
    margin-left: 200px;
}