@media screen and (max-width: 768px) {
  .main > aside {
    width: 0;
    transition: all .2s;
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    z-index: 2;
  }
  .main > aside .area {
    background-color: white;
  }
  .main > .active {
    width: 240px;
  }
  .module .form-area {
    padding: 0;
  }
  .module .d-box {
    -webkit-box-orient: vertical !important;
  }
  .module .d-box .form-item {
    width: 100% !important;
    margin-left: 0 !important;
    display: block;
  }
  .module .d-box .form-item label input {
    -webkit-appearance: none;
    height: 20px;
    width: 100% !important;
  }
  .module .d-box .form-item label input[type="checkbox"] {
    -webkit-appearance: checkbox!important;
    width: 10% !important;
  }
  .module .clientesSerasa {
    display: none;
  }
  .actionBar a {
    font-size: 0.6em;
    padding: 3px;
  }
  .actionBar nav {
    height: 24px;
  }
  .naoMobile {
    display: none !important;
  }
  .grid-list-base {
    margin: 20px 0;
    padding: 1px;
  }
  .grid-list > header > .area {
    padding-right: 0 !important;
  }
  .mobileMenu {
    position: fixed;
    top: 26px;
    left: 21px;
    font-size: 1.4em;
    color: #87c057;
    cursor: pointer;
    display: block;
  }
  .mobileMenuClose {
    display: block;
    position: absolute;
    top: 35.9px;
    left: 22px;
    z-index: 5;
    color: whitesmoke;
    font-size: 1.7em;
  }
  .wide-clean .grid-list,
  .grid-list td {
    font-size: 12px !important;
  }
  .entry_income td {
    display: none;
  }
  .entry_income .pessoa_nome,
  .entry_income .valorTotal,
  .entry_income .Ação {
    display: table-cell;
    width: unset;
  }
  .entry_income .pessoa_nome {
    width: 175px;
  }
  .entry_income .valorTotal {
    width: 80px;
  }
  .entry_income .Ação {
    width: 40px;
  }
  .entry_income .data_efetuado {
    width: 70px;
  }
  .entry_income td:last-child {
    width: 60px;
    display: table-cell;
  }
  .entry_income .parcela {
    width: 45px;
  }
  .entry_income .plano_conta_nome {
    width: 45px;
  }
  .entry_debit td {
    display: none;
  }
  .entry_debit .pessoa_nome,
  .entry_debit .valor,
  .entry_debit .data_efetuar {
    display: table-cell;
    width: unset;
  }
  .entry_debit .pessoa_nome {
    width: 140px;
  }
  .entry_debit .data_efetuar {
    width: 80px;
  }
  .entry_debit .data_efetuado {
    width: 80px;
  }
  .entry_debit .valor {
    width: 80px;
  }
  .entry_debit .Ação {
    width: 40px;
  }
  .entry_debit .data_efetuado {
    width: 70px;
  }
  .entry_debit td:last-child {
    width: 60px;
    display: table-cell;
  }
  .entry_debit .parcela {
    width: 45px;
  }
  .entry_debit .plano_conta_nome {
    width: 45px;
  }
  .rel_flow td {
    display: none;
  }
  .rel_flow .centro_custo_nome,
  .rel_flow .plano_conta_nome,
  .rel_flow .valor_total,
  .rel_flow .data_efetuado {
    display: table-cell;
    width: unset;
  }
  .contract td {
    display: none;
  }
  .contract .cliente_nome,
  .contract .status,
  .contract .dtfinal {
    display: table-cell;
    width: unset;
  }
  .contract .dtfinal {
    width: 90px;
  }
  .contract .status {
    width: 90px;
  }
  .pagination li a {
    display: block;
    min-width: 9px;
    margin: 1px;
    padding: 5px 5px 4px;
    background: #ccc;
    color: #555;
    text-align: center;
    border-bottom: solid 1px #999;
  }
  .popup {
    padding: 0px !important;
  }
  .popup .pop .itemPop {
    width: 100%;
    height: 100%;
  }
  .popup .pop .itemPop label {
    margin-right: 10px !important;
  }
  .activePaymentBox .itemPop {
    overflow: auto;
  }
  .grid-list .list td > div button {
    padding: 6px 4px;
  }
  .module > header .notification {
    padding-top: 10px;
    background-color: #d0d0d0;
    width: 100%;
    padding-right: 10px;
  }
  .main .content .module > .area {
    padding: 5px;
  }
  .form-area .form-item button {
    font-size: 1.4em;
  }
  .relCredit table tr td {
    display: none;
  }
  .relCredit table tr td:nth-child(1) {
    width: 130px;
    display: table-cell;
  }
  .relCredit table tr td:nth-child(5) {
    display: table-cell;
  }
  .relCredit table tr td:nth-child(3) {
    display: table-cell;
  }
  .relCredit table tr td:last-child {
    display: table-cell;
  }
  .apenasMobile {
    display: block !important;
  }
}
/*# sourceMappingURL=mobile.css.map */