    html {
        font-family: Georgia, "Times New Roman";
    }
    
    body {
        background: #FCFCFC;
    }
    
    .main-section {
        max-width: 1024px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding-top: 3em;
        background: #fff;
        padding: 15px;
        min-height: 800px;
    }
    
    textarea {
        width: 100%;
        resize: none;
    }
    
    .btn {
        margin-right: 5px;
    }
    
    footer {
        /*height: auto;
    background: #f2f2f2;
    border-top: solid #ddd 1px;
    font-family: "Helvetica Neue", Helvetica;
    position: relative;
    float: left;
    color: #aaaaaa;
    padding: 30px;
    width: 100%;*/
    }
    
    footer > p {
        margin-left: 100px;
        line-height: 30px;
    }
    /* API CSS Pages */
    
    .swagger-section .swagger-ui-wrap {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }
    
    .swagger-section #message-bar {
        position: absolute;
    }
    
    .swagger-section .swagger-ui-wrap {
        max-width: inherit !important;
        margin-top: 70px;
    }
    
    .info {
        background-color: #be5a2a;
        text-align: center;
        color: #fff;
        padding: 10px;
        border-top: 1px solid #a74e23;
    }
    
    .swagger-section .swagger-ui-wrap .info_title {
        padding-bottom: 0 !important;
        font-weight: bold !important;
        font-size: 24px !important;
    }
    
    .swagger-section .swagger-ui-wrap .info_description {
        padding-bottom: 0 !important;
        font-size: 16px !important;
        color: #fff !important;
        padding-top: 6px !important;
        margin: 0 !important;
        line-height: normal !important;
    }
    
    .swagger-section .swagger-ui-wrap p {
        line-height: normal;
        padding: 0 !important;
        color: #fff !important;
        margin: 0 !important;
    }
    
    .swagger-section .swagger-ui-wrap .footer {
        margin-top: 20px;
        position: inherit !important;
        background-color: transparent !important;
        text-align: left !important;
    }
    
    .swagger-section .swagger-ui-wrap ul#resources {
        margin: 10px 0 !important;
        padding: 10px !important;
        border: 1px solid #d4d4d4;
        background: #fdfdfd;
        -webkit-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    
    .swagger-section .swagger-ui-wrap ul#resources:hover {
        -webkit-box-shadow: 0 8px 6px -6px black;
        -moz-box-shadow: 0 8px 6px -6px black;
        box-shadow: 0 8px 6px -6px black;
        background: #fbf9f2;
        border-color: #d0cfce;
    }
    
    .swagger-section .swagger-ui-wrap h2 {
        font-size: 1.3em;
        padding: 0 !important;
        margin: 10px 0 !important;
        line-height: normal;
    }
    
    .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
        color: #333 !important;
    }
    
    .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
        margin: 12px 0 0 0 !important;
    }
    
    .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a {
        color: #333 !important;
        text-decoration: none;
        font-size: 14px !important;
        font-weight: normal;
    }
    
    .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li {
        border-right: 1px solid #989898 !important;
    }
    
    .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:last-child {
        border-right: 0 !important;
    }
    
    .swagger-section .swagger-ui-wrap ol,
    .swagger-section .swagger-ui-wrap ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .swagger-section .swagger-ui-wrap p {
        line-height: 1.4em;
        padding: 0 0 10px;
        color: #333333 !important;
    }
    
    .swagger-section .swagger-ui-wrap .info_description p {
        color: #ffe1d3 !important;
    }
    
    .back_api_link {
        position: absolute;
        color: #fff;
        border: 1px solid transparent;
        right: 14px;
        top: 89px;
        padding: 6px 12px;
        background: #dc6900;
        font-size: 14px;
        -webkit-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        border-radius: 4px;
        line-height: 1.42857143;
    }
    
    .back_api_link:hover,
    .back_api_link:focus {
        color: #fff;
        text-decoration: none;
        background: #632d0f;
        outline: none;
    }
    
    @media (min-width: 1200px) {
        #swagger-ui-container .container {
            /*width: 100% !important;*/
        }
    }
    form label.error{
        color:red;
        font-size:12px;
        font-weight: normal;
    }
    /*css about the fieldset validation for none form field*/
    .errorMsg{
        color:red;
        font-size:12px;
        font-weight: normal;
    }