/* 
    Created on : 19/09/2017, 15:29:13
    Author     : SHL
*/

footer#rodape {
    left: 0;
    bottom: 0;
    height: 60px;
}

footer#rodape div.rodape {
    padding: 2px;
    width: 100%;
    /*max-height: 60px;*/
    height: 50px;
    bottom: 0;
    position: fixed !important;
    z-index: 99;
}

footer#rodape .rodape.rodape-display {
    padding: 0px 0px 0px 50px;
    height: 100px;
}

footer#rodape .rodape.rodape-display .card {
    margin: 2px !important;
}

footer#rodape .rodape.rodape-display .card .card-content {
    padding: 10px !important;
}

@media only screen and (max-width: 600px)
{
    footer#rodape .rodape.rodape-display {
        display: none;
    }

    footer#rodape .rodape.rodape-display .card .card-content {
        display: none;
    }
}

footer#rodape div.rodape > div.row {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

footer#rodape div.rodape .botoes > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

footer#rodape div.rodape .botoes > div {

}

footer#rodape div.rodape .botoes > div > .field_body {
    margin: 0;
}

footer#rodape div.rodape .botoes > div > .field_body button {
    height: 35px;
}

.field_body.field_link a.link_externo {
    line-height: 1Em;
    display: inline;
    padding: 10px;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    footer#rodape div.rodape .botoes > div {
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
    }
}
