/* PRODUTOS */
#pedido_produtos .tab-pane .tab-pane {
    padding: 0 !important; 
}

#pedido_produtos .fb-field-container {
    min-height: 0 !important;
}

#pedido_produtos .row:has(.fb-inline-field-container:empty){
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    #pedido_produtos [page_name="NvendasFormList"] div:has(> [form="form_NvendasFormList"]){
        width: 60% !important;
    }

    #pedido_produtos [page_name="NvendasFormList"] div:has(> [datagrid="datagrid-container"]){
        width: 40% !important;
    }
    
    #pedido_produtos .table-fixed-header {
        height: auto;
    }

    #pedido_produtos [page_name="NvendasFormList"] div:has(> div > .card.panel){
        display: flex;
    }
}


#pedido_produtos label,  #pedido_produtos input, #pedido_produtos td, #pedido_produtos th, #pedido_produtos a, #pedido_produtos button {
    font-size: 12px !important;
}

#pedido_produtos .fb-field-container:has( > .fb-inline-field-container:empty) {
    display: none;
}

#pedido_produtos .container-part[page-name=ProdutosAdicionarImagemForm] {
    width: 100%;
}

/* SERVIÇOS */
#pedido_servicos .tab-pane .tab-pane {
    padding: 0 !important; 
}
@media (min-width: 992px) {
    #pedido_servicos [page_name="ItemservFormList"] div:has(> [form="form_ItemservFormList"]){
        width: 50% !important;
    }

    #pedido_servicos [page_name="ItemservFormList"] div:has(> [datagrid="datagrid-container"]){
        width: 50% !important;
    }
    #pedido_servicos .table-fixed-header {
        height: auto;
    }

    #pedido_servicos [page_name="ItemservFormList"] div:has(> div > .card.panel){
        display: flex;
    }
}


#pedido_servicos .fb-field-container:has( > .fb-inline-field-container:empty) {
    display: none;
}

#pedido_servicos .fb-field-container {
    min-height: 0 !important;
}

#pedido_servicos .row:has(.fb-inline-field-container:empty){
    margin-bottom: 0 !important;
}