﻿@import url('../open.iconic/font/css/open-iconic-bootstrap.min.css');

.fitcontentCaptionResumoNotas {
    width: fit-content !important;
}

.ncr_data_input {
    width: 127px;
}

    .ncr_data_input input {
        text-align: center !important;
    }

.ncr_combo_input {
    min-width: 140px !important;
}

.alg_filter_left {
    padding-right: 0;
    margin: auto !important;
    margin-left: 0px !important;
}

.ncr_combos {
    padding: unset !important;
}

    .ncr_combos .dxbl-fl-ctrl.dxbl-fl-ctrl-nc {
        display: flex;
    }

.ncr_lan_filtro {
    width: 100px;
}

.c_ag_caption_autorizacao {
    text-align: right;
    max-width: 85px !important;
}

.alg_caption {
    width: 80px !important;
}

.alg_caption_min {
    width: 40px !important;
}

.alg_caption_geral {
    width: auto !important;
}

.alg_caption_big {
    white-space: normal !important;
}

.alg_geral_filtro {
    margin-top: auto;
}

.alg_auto_filter {
    width: 85px !important;
    max-width: 85px !important;
}

.alg_date_filter {
    max-width: 107px !important;
    min-width: 107px !important;
}

.alg_date {
    padding-bottom: 0.5rem !important;
}

.alg_aut_w {
    width: auto !important;
    min-width: auto !important;
}

.alg_date_label {
    display: table-caption;
}

.alg_combos_filter {
    max-width: 110px !important;
    min-width: 110px !important;
}

.alg_combos_filter_min {
    max-width: 65px !important;
    min-width: 65px !important;
}

/* #region DIMENSÕES */

@media(min-width: 1200px) {
    .alg_aut {
        padding-right: 0.5rem !important;
    }

    .alg_flex_right {
        display: flex;
    }
}

@media (max-width: 360px) {
    .ncr_combos .dxbl-fl-ctrl.dxbl-fl-ctrl-nc {
        flex-direction: column;
    }
}


@media(min-width: 1401px) {
    .alg_caption_big {
        min-width: 140px !important;
        max-width: 140px !important;
    }

    .alg_filtro_min {
        min-width: 281px !important;
    }
}

@media (max-width: 1400px) {
    .alg_caption {
        max-width: none !important;
    }

    .alg_date_right {
        width: 100% !important;
    }

    .alg_filtro_gerais .dxbl-fl-ctrl {
        width: 100% !important;
        align-self: unset;
        align-self: unset !important;
        -ms-flex-item-align: unset !important;
    }
}

@media (max-width: 1200px) {
    .alg_df_left {
        margin-left: 0;
    }

    .alg_df_right {
        margin-right: 0;
    }

    .alg_date_filter_right {
        margin-right: 0;
        margin-left: auto;
    }

    .alg_filtro_gerais .form-group.row {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        -ms-flex-direction: column !important;
    }

    .alg_label_right {
        min-width: 100%;
        text-align: right;
    }
}

/* #endregion DIMENSÕES */
