﻿.swagger-ui .topbar {
    background-color: white;
    margin-top: 55px;
}

.swagger-ui .info hgroup.main a {
    visibility: hidden;
}

.swagger-ui .topbar .download-url-wrapper .select-label span {
    visibility: hidden;
}

.swagger-ui .topbar .download-url-wrapper .select-label select {
    border: 2px solid #f26522;
    background-color: white;
    color: #f26522;
}

.swagger-ui .topbar .download-url-wrapper .select-label {
    width: 150px;
    visibility: hidden;
}
.swagger-ui .topbar .wrapper .topbar-wrapper a img {
    content: url("https://fleetilla-connect.s3.eu-central-1.amazonaws.com/fleetilla-connect-logo.png");
    height: 55px;
    width: 168px;
}
.swagger-ui .btn.authorize {
    color: #f26522;
    border-color: #f26522;
    margin-right: 0px;
}

.swagger-ui .btn.authorize svg {
    fill: #f26522;
}

.swagger-ui .scheme-container {
    padding: 0px;
    padding-right: 0px;
    box-shadow:none;
}

body {
   background-color:white;
}

.swagger-ui .info p {
    text-align: justify;
    text-justify: inter-word;
}

.swagger-ui .info .title small {
    visibility: hidden;
}



footer {
    /*background-color: #58595b;*/
    background-color: white;
    width: 100%;
    bottom: 1px;
    position: fixed;
    height: 40px;
    text-align: center;
    color: #58595b;
    border-top: 0.01em solid #999;
}

footer a {
    text-decoration: none;
    color: #58595b;
}

footer a:hover {
    color: #f26522;
}

footer p {
    font-family: Verdana, Geneva, sans-serif !important;
    font-size: 12px !important;
}

#swagger-ui {
    margin-bottom: 75px;
}
