﻿body {
    font-family:Verdana;
}

.swagger-section #header {
    background-color:white;
}
body.swagger-section #header .swagger-ui-wrap #logo {
    display:none;
}

#midwinter_logo {
    height:30px;
}

/*header buttons*/
.swagger-section #explore, .swagger-section #auth_container .authorize__btn {
    background-color:#EFA123;
    color:white;
    font-weight:normal;
}
.swagger-section #explore:hover, .swagger-section #auth_container .authorize__btn:hover {
    background-color:#ffb133;
}

.swagger-section .swagger-ui-wrap .info_title {
    color:#19315B;
}

.swagger-section #input_apiKey {
    display:none;
}

#json-link-container {
    margin:20px auto 0 auto;
    text-align:right;
    max-width:960px;
    min-width:760px;
}

.json-link {
    padding:6px 8px;
    color:white;
    background-color:#2A4575;
    text-decoration:none;
    margin-right:10px;
    font-size:12px;
}

/*GET*/
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
    background-color:#cedbee;
    border-color:#CEDAED;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
    background-color:#385D9F;
}

/*Remove 2nd column from tables*/
.swagger-section .swagger-ui-wrap table thead tr th:nth-child(2), 
.swagger-section .swagger-ui-wrap table tbody tr td:nth-child(2) {
    display:none;
}

.swagger-section .sandbox_header input.submit, .response-content-type{
    display:none !important;
}

/*Remove footer as it has unresolvable version URI text*/
.footer {
    display: none;
}