﻿/*body.swagger-section #header {
    background-color: white;
     background: url(../Images/logo.jpg) no-repeat;
    background-position-x: 250px;
    height: 50px;
}*/

/*body.swagger-section #header .swagger-ui-wrap #logo {
        display: none;

}*/
/*div.footer{ display:none; }*/
body {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important
}
.swagger-section .swagger-ui-wrap {
    max-width: 97% !important; 
    font-family:Verdana, Geneva, Tahoma, sans-serif !important;
}

.swagger-ui-wrap a {
    color: mediumblue;
    text-decoration:none;
}

.swagger-section #header {
    background-color: transparent;
    background-image: linear-gradient( 156deg,#093179 1%,#0a073b 47%);
    box-shadow: 0 0 10px rgb(0 0 0 / 35%);
    color: white;
}

.swagger-section .swagger-ui-wrap b, .swagger-section .swagger-ui-wrap strong {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important
}