﻿.swagger-section #header {
    background-color: #505B60;
    height: 60px;
}

.displaynone {
    display: none !important;
}

#go {
    background-color: #21409a;
    color: #fff;
    border-color: #21409a;
    border-width: 2px;
    font-weight: 900;
    width: 130px;
    border-radius: 3px;
    text-decoration: none;
}

.btn-default {
    color: white;
    background-color: rgb(33, 64, 154);
    border-color: rgb(33, 64, 154);
    height: 32px;
    border-width: 2px;
    text-decoration: none;
}

    #go:focus, #go:hover,
    .btn-default:focus, .btn-default:hover {
        color: #fff;
        background-color: #000a4c;
        border-color: #000a4c;
        border-width: 2px;
        font-weight: 900;
        height: 32px;
    }

.info_title {
    font-size: 22px;
    color: #2E94D1;
    font-weight: 300;
}

.footer {
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    background: #000;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
}

.FooterLink {
    font-size: 11px;
    color: #2E94D1;
}

a.FooterLink:hover, a.FooterLink:active {
    text-decoration: underline;
    color: #2E94D1;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
    font-size: 26px;
    color: #2E94D1;
    font-weight: 300;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.centerControl {
    margin-top: 0;
    text-align: center;
    margin-top: 15px;
    background-color: black;
    height: 40px;
}

.swagger-section .swagger-ui-wrap a {
    color: #006fa3;
}

.swagger-section .swagger-ui-wrap {
    min-width: 60px;
    max-width: 1960px;
}

@media screen and (min-width: 100px) {
    .container {
        width: 100em;
    }

    .navbar {
        width: 100%;
    }
}
