/** Page content <Grid> **/
.section {
    display: grid;
}
/** <Panelgrid> **/
.table-grid {
    max-width: 80%;
    min-width: 450px;
}
.ui-panelgrid-cell:first-child {
    /*    font-weight: bold;*/
    width: 40%;
}
.ui-panelgrid-cell:last-child input, .ui-panelgrid-cell:last-child textarea {
    width: 95%;
    width: -moz-available;
    max-width: 100%;
}
.inmueble-select-item {
    width: 230px;
}
.inmueble-select-item-panel {
    width: 60%;
}
.table-grid tr {
    border: 1px solid #d6d6d6;
}
/** <Tabview> **/
.tabview-inmueble {
    height: inherit;
}
.tabview-inmueble ul {
    text-align: left;
}
/** <Content Map> **/
.content-map {
    height: 50%;
    display: contents;
}
.div-result-list {
    width: 30%;
    float: left;
}
.div-result-map {
    width: 70%;
    float: right;
}
@media only screen and (max-width: 700px) {
    .div-result-list, .div-result-map {
        width: 100%;
    }
}
.button-result-list {
    background-color: #e74c3c;
    background-image: linear-gradient(to bottom right, #e19188, #e74c3c) !important;
    color: #e7e7e7 !important;
    border: 1px solid #e74c3c !important;
}
.button-result-list:hover {
    border: 1px solid #fff2f2 !important;
}
/** <Valor artístico> **/
#form-map-valor .table-grid {
    margin-top: 10px;
}
#form-map-valor .table-grid .text-label {
    font-weight: bold;
}
/** <RowColor> **/
.valor-patrimonial {
    background-color: #e74c3c;
    background-image: none;
    color: #e7e7e7;
}