﻿body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #52565A;
    margin: 0;
    padding: 0;
    height: 100%;
}

.btn-primary {
    background-color: #FF9012 !important;
    border-color: #FF9012 !important;
    color: #FFFFFF !important;
}

.form-control {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    border-color: #DDD !important;
    background-image: none;
    border: 1px solid #c2cad8;
    border-top-color: rgb(194, 202, 216);
    border-right-color: rgb(194, 202, 216);
    border-bottom-color: rgb(194, 202, 216);
    border-left-color: rgb(194, 202, 216);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type="text"].error {
    outline: 1px solid red !important;
}

.swagger-section #header {
    background-color: #414447 !important;
}

.swagger-section #explore {
    font-size: 14px !important;
    font-weight: normal !important;
}