

/* Sticky footer styles
      -------------------------------------------------- */

html,
body
{
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -75px;
}

/* Set the fixed height of the footer here */
#push,
#footer
{
    height: 75px;
}

#footer
{
    background-color: #fff;
}

    #footer .footer-versao
    {
        background-color: #fff;
        font-size: 11px;
        margin-left: 5px;
        color: #333;
        height: 15px;
    }

    #footer .footer-color
    {
        background-color: #000;
        height: 60px;
        padding: 10px;
    }

    #footer a
    {
        color: #fff;
    }

        #footer a label
        {
            display: block;
            font-weight: normal;
            margin-bottom: 0px;
            font-size: 11px;
        }

    #footer .container-fluid .row
    {
        margin-left: -15px;
        margin-right: -10px;
    }
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px)
{
    #footer
    {
        /*margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;*/
    }

        #footer a label
        {
            display: none;
        }
}



/* Custom page CSS
      -------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container
{
    padding-top: 10px;
}

.container .credit
{
    margin: 20px 0;
}

code
{
    font-size: 80%;
}
