﻿@charset "utf-8";
/*Dispositivos Extra Pequenos
==================================================*/
@media only screen and (max-width: 480px) {
    #bntExcluir i.fa-times-circle-o:after {
        content: "";
    }
    #bntInativar i.fa-ban:after {
        content: "";
    }
    #bntAtivar i.fa-check-circle-o:after {
        content: "";
    }
    #bntNovo i.fa-plus-circle:after {
        content: "";
    }
}

/*Dispositivos Pequenos e Médios
==================================================*/
@media only screen and (max-width: 767px) {
    #main-navbar .navbar-collapse.collapsing, #main-navbar .navbar-collapse.in {
        margin-top: 46px;
    }

    .title-button i.fa-cog:after {
        content: "";
    }

    .title-button i.fa-floppy-o:after {
        content: "";
    }

    .table .mes-extrato {
        text-align: left !important;
    }
    #btnAbreImpressao {
        display: none;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #aaa !important;
    }

    /*Tabs Passo a Passo*/
    .tabs li span { display: none; }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
}

@media (max-width: 979px) {
    /*Responsive Tables*/
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        padding: 17px;
    }

    .btnComoContratar {
        text-indent: -999em;
    }

        .btnComoContratar a {
            display: block;
            margin-right: -40px;
            padding: 20px;
        }
    #filtro-favorecidos {
        margin-bottom: 10px;
    }
    #filtro-favorecidos, #acoes-favorecidos {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .notification-ago a {
        line-height: inherit !important;
    }

    .title-button i.fa-cog:after {
        content: " Manutenção";
        font-family: "ubuntulight",sans-serif;
    }

    .title-button i.fa-floppy-o:after {
        content: " Salvar";
        font-family: "ubuntulight",sans-serif;
    }

    #bntExcluir i.fa-times-circle-o:after {
        content: " Excluir";
        font-family: "ubuntulight",sans-serif;
    }
    #bntInativar i.fa-ban:after {
        content: " Inativar";
        font-family: "ubuntulight",sans-serif;
    }
    #bntAtivar i.fa-check-circle-o:after {
        content: " Ativar";
        font-family: "ubuntulight",sans-serif;
    }
    #bntNovo i.fa-plus-circle:after {
        content: " Novo";
        font-family: "ubuntulight",sans-serif;
    }

    .table .mes-extrato {
        text-align: center !important;
    }
    .navbar-nav > li {
        border-top: 5px solid transparent !important;
        float: left;
    }
}

/*Dispositivos Grandes
==================================================*/
@media only screen and (min-width: 980px) {
    #filtro-favorecidos {
        text-align: left;
    }
    #acoes-favorecidos {
        text-align: right;
    }
}


@media only screen and (min-width: 980px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}
