﻿/**
 * Customizes SwaggerUI provided by the Swashbuckle library.
 * This file is developed by Linkando team
 * (#t9563 Collios API documentation)
 */

#header {
    display: none;
}

.swagger-section .swagger-ui-wrap .info {
    font-size: 13px;
    text-align: right;
    color: #999;
}

.info_title,
.info_description {
    color: black;
    text-align: left;
}

.info_description p {
    color: #999;
}

.swagger-section .swagger-ui-wrap .info a {
    color: #999;
}

.swagger-section .swagger-ui-wrap.swagger-url,
.swagger-section .swagger-ui-wrap.swagger-url a {
    color: #999;
    font-variant: small-caps;
    margin-top: 4px;
    margin-bottom: 8px;
}

.swagger-section .swagger-ui-wrap .info_description {
    padding-bottom: 0;
}

#swagger-ui-container .info .basic-auth {
    text-align: left;
}

#swagger-ui-container .info .basic-auth input,
#swagger-ui-container .info .basic-auth label {
    font-size: 13px;
    color: #999;
    width: 250px
}

#swagger-ui-container .info .basic-auth input {
    padding-left: 4px;
}

#swagger-ui-container .info .basic-auth label {
    margin-left: 4px;
}

#swagger-ui-container .info .basic-auth button {
    display: none;
    margin: 0 4px;
    padding: 0 4px;
}

#resource_VotingIntegration,
#resource_SubscriptionIntegration,
#resource_CustomProperties {
    display: none;
}