﻿body.swagger-section #header {
    background-color: rgba(54, 111, 172, 1);
}

.swagger-section #explore,
.swagger-section #auth_container .authorize__btn {
    color: rgba(54, 111, 172, 1);
    background-color:white;
}

.swagger-section #explore:hover,
.swagger-section #auth_container .authorize__btn:hover {
    background-color: #c9c9c9;
}

.swagger-section h5 {
    font-size: 1.05em;
    font-weight: 600;
    margin-bottom: 5px;
    color: darkgreen;
}

.swagger-section em {
     font-style: italic;
 }

.swagger-section .swagger-ui-wrap {
    max-width: 1200px;
}

.page_collapsible {
    margin: 0;
    padding: 10px;
    height: 20px;
    cursor: pointer;
}

.collapse-close span {
    display: inline;
    padding: 5px;
    margin: 5px;
    background: url(../images/expand) center center no-repeat;
}


.collapse-open span {
    display: inline;
    padding: 5px;
    margin: 5px;
    background: url(../images/collapse) center center no-repeat;
}