﻿
/* Hide the text that says optional in the swagger ui, because it's generally wrong
    and easier to describe the optionality in the text comment '*/
.propOptKey {
    display: none;
}


/* Retheme  */
.swagger-section #header {
    background-color: #1D1D1D;
}
.swagger-section #header form#api_selector .input a#explore {
    background-color: #D8D8D8;
    color: #1D1D1D;
}
.swagger-section #header form#api_selector .input a#explore:hover {
    background-color: #AAAAAA;
    color: #1D1D1D;
}
#logo {
    visibility:hidden;
}
#header .swagger-ui-wrap {
    position: relative;
}

#input_apiKey {
    display: none;
}

#input_baseUrl {
    width: 500px !important;
}

.topbar-wrapper img[alt="Swagger UI"], .topbar-wrapper span {
    visibility: hidden;
}

.topbar-wrapper .link:after {
    content: 'NSS API Help';
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    visibility: visible;
    display: block;
    position: absolute;
    padding: 15px;
}
