﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
.swagger input,
select,
textarea {
    width: 100%;
    min-height: 189px;
}

.api-data input,
select,
textarea {
    width: 100%;
}

.header-loading {
    width: 100%;
    position: fixed;
    top: 0px;
    text-align: center;
    z-index: 999;
    background-color: #fff;
    height: 27px;
    padding-top: 3px;
    margin-left: -9px;
    background: url("jquery-ui/images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50% #f6f6f6;
    border: 1px solid #ccc;
    color: #1c94c4;
    font-weight: bold;
    display: none;
}
