﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.swagger-section #header-bar {
    background-color: #ffffff;
    padding: 2px;
    height: 34px;
    min-width: 775px;
}

.swagger-section #message-bar {
    min-height:30px;
    text-align:center;
    padding-top: 50px;
}

.swagger-section .swagger-ui-wrap .info_title {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
}

.api-select-button {
    width: 150px;
    padding: 12px;
}

#header-wrapper {
    width: 630px;
    margin: 0 auto;
    text-align:center;
}

#logo {
/*    float: left;*/
    width: 300px;
    height: 30px;
}

#api {
    float: left;
    font-size: 30px;
    font-weight: 600;
    padding-left: 10px;
}

.api-selector {
    margin-right: 40px;
    background: transparent;
    border: none;
    font-weight: bold;
    font-size: 28px;
    float: right;
    height: 32px;
    line-height: 30px;
}

    .api-selector option {
        font-weight: bold;
    }

.label-api {  
    font-size: 28px;   
    padding-left:7px;
}

.info-header {
    width: 960px;
    margin: 0 auto;
    height: 30px;
    color: #999999;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    vertical-align: middle;
    line-height: 30px;
    cursor: pointer;
}

.info-header:hover {
    color: #222222;
    text-decoration: underline;
}

.info-subheader {
    color: #222222;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 10px;
}

.info-section {
    padding-left: 5px;
    padding-right: 5px;
    width: 960px;
    margin: 0 auto;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
    max-height: 0px;
}

.info-subsection {
    font-size: 16px;
    color: #666666;
    line-height: 150%;
    margin-bottom: 20px;
}

.info-subsection li {
    margin-left: 20px;
    list-style-type: circle;
    font-size: 16px;
    color: #666666;
}

.info-subsection a {
    font-size: 16px;
    font-weight: bold;
    color: #0000aa;
}