﻿@import url('../open.iconic/font/css/open-iconic-bootstrap.min.css');

.edit_form_inq {
    min-width: 1000px;
}

.fixos_grid {
    max-width: 500px;
}

.rightalign {
    text-align: right;
    width: 100%;
}

.centeralign {
    text-align: center;
    width: 100%;
}

.leftalign {
    text-align: left;
    width: 100%;
}

.headerForm {
    font-size: large;
}

.borderForm {
    border-radius: 40px;
    border: 1px solid rgba(211, 211, 211, 1);
    padding: 40px;
    max-width: 500px;
}

.my-row > td > button {
    pointer-events: none;
    visibility: hidden;
}

.grid_total_column {
    color: steelblue;
}

.grid_green_column {
    color: forestgreen;
}

.grid_red_column {
    color: red;
}

#input_imovel {
    min-width: 400px !important;
    width: 50%;
    display: inline-block;
}

.button_right {
    float: right;
    margin-top: 5px;
    margin-left: 5px;
    color: black;
    background-color: white !important;
    border-color: black !important;
}

    .button_right:hover {
        color: gray !important;
    }

.button_center {
    color: black;
    background-color: white !important;
    border-color: black !important;
    width: 140px !important;
}

    .button_center:hover {
        color: gray !important;
    }

.mb_detail_center_vertical {
    margin-top: auto;
    margin-bottom: auto;
}

.mb_detail_right_align {
    margin-top: auto;
    margin-bottom: auto;
    text-align: right;
}

#mb_detail {
    width: 230px;
    margin: auto;
    height: auto;
}

.exit_button {
    display: inline-block;
}

.hide_div {
    display: none;
}

.edit_single:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.phone_form {
    margin: auto;
    margin-top: .5rem;
}

.form_edit_buttons {
    padding-top: .5rem;
}

.form_date_filter {
    margin-bottom: .5rem;
}

.aviso_filter_lido {
    min-width: 140px !important;
}

.aviso_card {
    min-width: 280px !important;
    max-width: 280px !important;
    width: 280px !important;
}

.margin_top_avisos {
    margin-top: 1.5rem;
}

.aviso_header_padding {
    padding-left: 15px;
    padding-right: 15px;
}

.aviso_date_filter {
    min-width: 160px !important;
}

.button_group_filter {
    margin: auto;
    margin-left: 0;
}

.filter_form_border {
    border-bottom: 1px solid black;
}

.dados_pessoais_form {
    margin: auto;
    max-width: 600px !important;
}

.ren_pag_row_header {
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

/* #region DIMENSÕES */
/* LARGE DEVICES */
@media (min-width: 992px ) {
    .ficha_inq_date {
        max-width: 320px !important;
        min-width: 320px !important;
    }

    .ficha_inq_tel {
        max-width: 335px;
        min-width: 335px;
    }

    .ficha_inq_cod_postal {
        min-width: 420px;
    }
}

/* MEDIUM DEVICES */
@media (min-width: 768px) and ( max-width: 992px) {
    .ficha_inq_date {
        max-width: 185px !important;
        min-width: 185px !important;
    }

    .ficha_inq_tel {
        max-width: 200px !important;
        min-width: 200px;
        margin: auto;
    }
}

@media (min-width: 768px) {
    .ren_aviso_combo {
        max-width: 300px !important;
    }

    .pag_filter {
        max-width: 450px !important;
        min-width: 450px !important;
    }
}

@media (max-width: 767.98px) {
   
    .edit_form_inq {
        min-width: 450px;
    }

    .filter-button {
        float: right;
        width: 100%;
    }

    .aviso_filter_lido {
        padding: 0 !important;
    }

    .exp_and_print {
        width: 100%;
        display: block;
    }

    .print_obs {
        display: flex !important;
        flex-direction: column;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    #input_imovel {
        max-width: none;
        min-width: none;
        width: 100%;
    }

    .input_contr .input-group {
        max-width: none;
        margin-bottom: 5px;
        display: block;
    }

    .aviso_card {
        margin: auto;
    }

    .aviso_header_padding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .ficha_inq_date {
        max-width: none !important;
        min-width: none !important;
    }
}
/* #endregion DIMENSÕES */