/*
Theme Name: MekpipingTheme
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.mapContact
{
    margin-bottom: 30px;
    background-color: #fefefe;
    min-height: 320px;
    color: #0f0f0f;
}

.w3eden .input-wrapper label {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.8;
    margin: 0;
}

.w3eden .color-purple {
    color: #564672 !important;
}

/* Allinea le checkbox nella colonna Add */
.tablepress td:last-child {
    text-align: center;
}

.tablepress input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* Aggiunge spazio tra le celle per migliorare la leggibilità */
.tablepress tbody tr td {
    padding: 8px;
}

/* Scorrimento orizzontale per la tabella di selezione */
.selection-table-container {
    width: 100%;
    overflow-x: auto;
}

#summary-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px; /* Evita che la tabella diventi troppo piccola */
}

/* Troncamento del testo nella colonna "Description" */
.tablepress td.description {
    max-width: 150px; /* Imposta una larghezza massima */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Stile per il pulsante "Mostra di più" */
.show-more {
    color: red;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}


