﻿#swagger-ui .topbar {
    background-color: #61AFFE;
}
#swagger-ui .select-label {
    color: rgb(102, 102, 102);
}

#swagger-ui .info caption {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    margin-bottom:16px;
}
#swagger-ui .info .renderedMarkdown {
    background-color: #EBF3FB;
    border-color: #61AFFE;
    border-style:solid;
    border-width:1px;
    border-radius:4px;
    padding:10px;
}
#swagger-ui .info table th {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: gray;
    padding-top: 10px;
    padding-bottom: 6px;
    text-align:left;
}
#swagger-ui .info th, #swagger-ui .info td {
    padding-left: 4px;
    padding-right: 4px;
}
#swagger-ui .info h3{
    font-weight:bold;
    font-size:10pt;
    color:green;
    margin:0;
    padding:0;
}
#swagger-ui .info h4 {
    font-weight: bold;
    font-size: 10pt;
    color: red;
    margin: 0;
    padding: 0;
}

.swagger-ui .info {
    margin: 5px;
}


img[alt="Swagger UI"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: url('/Content/images/logo.png');
    max-width: 100%;
    max-height: 100%;
    padding-left: 7px;
}

/* Hiermee voorkomen we dat 'Available Values getoond wordt, terwijl we deze al in de description hebben staan */
.swagger-ui .parameter__enum {
    display: none;
}