@media (min-width: 1024px) {
    .list-view .row.view label {
        display: block;
    }

    table.detail-view th {
        width: 250px;
    }

    .col-img-md {
        width: 65px;
    }
}

@media (min-width: 480px) {
    .sorter ul li {
        background: #F1F1F1;
        display: inline-block !important;
        border: 1px solid #D9D9D9;
        padding: 5px 5px 3px 5px !important;
        border-radius: 4px;
    }

    .sorter ul li a {
        color: #484848;
    }

    .list-view .row.view > div {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    #conteudo {
        padding: 15px;
        min-height: 85vh;
    }

    .content {
        padding: 10px;
    }

    .nav-tabs-custom .chart.tab-pane {
        padding: 5px;
    }

    .list-view .sorter {
        text-align: left;
        border: 1px solid #d9d9d9;
        padding: 8px 8px 2px 8px;
        display: none;
    }

    .list-view .sorter ul {
        display: table;
        text-align: center;
    }

    .list-view .sorter li {
        display: inline-block;
        padding: 5px;
        float: left;
        margin: 0 2px 6px 2px;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
    }

    .btn.btn-default i + span,
    .btn.btn-primary i + span,
    .btn.btn-info i + span,
    .btn.btn-danger i + span,
    .btn.btn-warning i + span {
        display: none;
    }

    .list-view .row.view {
        padding: 6px 0;
    }

    .list-view .row.view .title-list {
        display: none !important;
    }

    .list-view .row.view {
        position: relative;
    }

    .list-view .row.view label {
        font-weight: normal;
        margin: 0;
        line-height: 19px;
    }

    .list-view .describe-list {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow-x: hidden;
    }

    .list-produtos .col-sm-2.col-md-1 {
        display: block;
        float: left;
    }

    .produto-conteudo,
    .produto-ativo,
    .produto-codigo,
    .produto-valor,
    .produto-estoque {
        position: absolute;
    }

    .produto-valor,
    .produto-estoque {
        right: 0;
        font-weight: bold;
    }

    .produto-valor .describe-list {
        font-weight: bold !important;
        color: #00743e;
    }

    .produto-ativo {
        bottom: 0;
        left: 0;
    }

    .produto-codigo {
        bottom: 0;
        right: 61px;
    }

    .produto-valor {
        top: 4px;
        right: -8px;
    }

    .produto-estoque {
        bottom: 0;
        right: -7px;
    }

    .produto-conteudo {
        left: 0;
        top: 0;
    }

    footer {
        text-align: center;
    }

    .list-view .row.view > div {
        padding: 0 5px;
    }

    .list-view .row.view {
        padding: 4px 3px !important;
        margin-bottom: 7px !important;
    }

    .list-view .text-center {
        text-align: center;
    }

    .list-view .describe-list i {
        color: #888888;
    }

    .text-right-mob {
        text-align: right !important;
    }

    .col-produto {
        height: 54px;
    }

    .col-produto > .row > div {
        padding: 0;
    }

    #estoque-produto-grid .entrada .saida,
    #estoque-produto-grid .saida .entrada {
        display: none;
    }

    .button-list {
        left: 15px;
        right: inherit;
    }

    .content-wrapper {
        min-height: 90vh !important;
    }
}