﻿.swagger-ui .topbar {
    background: #4267B2;
}


.swagger-ui .topbar {
    background: #CCEEF7;
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #CCEEF7 0%, #1B99E4 41%);
    /* Old browsers */
    background: #CCEEF7;
    /* Old browsers  */
    background: -moz-linear-gradient(left, #CCEEF7 0%, #1B99E4 41%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(left, #CCEEF7 0%, #1B99E4 41%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #CCEEF7 0%, #1B99E4 41%);
    /* IE10+ */
    background: linear-gradient(to right, #CCEEF7 0%, #1B99E4 41%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left', endColorstr='$right',GradientType=0 );
    /* IE6-9 */
}



.topbar-wrapper img[alt="Swagger UI"], .topbar-wrapper span {
    visibility: hidden;
}

/*.topbar-wrapper .link:after {
    content: 'Ágili Software Brasil';
    color: #fff;
    visibility: visible;
    display: block;
    position: absolute;
    padding: 15px;
}*/

