<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swagger-section #header {
    height: 51px !important;
}

#header {
    width: 100%;
    /*background: url(../../SwaggerDocs/Content/Imgs/pattern-topo.png) repeat #FFF;*/
    margin-bottom: 1em;
}

#linha-verde {
    width: 100%;
    background: green;
    height: 3px;
}

#proape {
    vertical-align: middle;
    float: none;
    width: auto;
    text-align: left;
    padding: 5px 10px;
}

#nome_programa, #sigla_programa, #endereco {
    font-family: "Droid Sans", sans-serif;
}

#nome_programa {
    text-align: center;
    font-weight: bold;
    font-size: xx-large;
}

#sigla_programa {
    text-align: center;
    font-weight: bold;
    font-size: x-large;
}

#endereco {
    text-align: center;
    font-weight: bold;
    font-size: large;
    padding-top: 40px;
    color: red;
    text-align: right;
    padding-right: 60px;
}

#download {
    color: blue;
    padding-right: 60px;
    text-align: right;
}

.buttonDownload {
    display: inline-block;
    position: relative;
    padding: 10px 25px;
    background-color: #89bf04;
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    font-size: 0.9em;
    text-align: center;
    text-indent: 15px;
}

    .buttonDownload:hover {
        background-color: #333;
        color: white;
    }

    .buttonDownload:before, .buttonDownload:after {
        content: ' ';
        display: block;
        position: absolute;
        left: 15px;
        top: 52%;
    }

    /* Download box shape  */
    .buttonDownload:before {
        width: 10px;
        height: 2px;
        border-style: solid;
        border-width: 0 2px 2px;
    }

    /* Download arrow shape */
    .buttonDownload:after {
        width: 0;
        height: 0;
        margin-left: 3px;
        margin-top: -7px;
        border-style: solid;
        border-width: 4px 4px 0 4px;
        border-color: transparent;
        border-top-color: inherit;
        animation: downloadArrow 2s linear infinite;
        animation-play-state: paused;
    }

    .buttonDownload:hover:before {
        border-color: #4CC713;
    }

    .buttonDownload:hover:after {
        border-top-color: #4CC713;
        animation-play-state: running;
    }

/* keyframes for the download icon anim */
@keyframes downloadArrow {
    /* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
    0% {
        margin-top: -7px;
        opacity: 1;
    }

    0.001% {
        margin-top: -15px;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        margin-top: 0;
        opacity: 0;
    }
}

#release-notes {
    border: 2px solid #89bf04;
    width: 50%;
    margin-left: 25%;
}

#release-content {
    padding-left: 20px;
}

ul {
    list-style-type: disc;
    list-style-position: inside;
}

li {
    margin-bottom:5px;
}

h4 {
    font-size: 1.5em;
    margin-bottom:15px;
    margin-top:5px;
}

h5 {
    font-size: 1em;
    margin-bottom:10px;
}
</pre></body></html>