/*
    Template: pearl
    Theme Name: Pearl Child Theme
    Theme URI: http://pearl.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Pearl WP is a true multi-niche WordPress theme, which consist of several micro-niche themes. Each micro-niche layout has its own features, modules and specifications. You can use UI modules from any layout and mix it with other UI modules. 300+ UI modules and 250+ prebuilt pages are available for use. Open the shell and find the Pearl!
    Version: 1.1.1
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: beauty salon, blog, business, church, coach, construction, consulting, corporate, ecommerce, multipurpose, music, portfolio, restaurant, transportation, travel, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: pearl-child-theme
*/

/* PORTAFOGLIO */

#portafoglio, #portafoglio_archivio{
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width:100%
}

#portafoglio thead tr, #portafoglio_archivio thead tr {
    background-color: var(--awb-color5);
    color: #ffffff;
    text-align: left;
}

#portafoglio th,
#portafoglio td,
#portafoglio_archivio th,
#portafoglio_archivio td {
    padding: 12px 15px;
}

#portafoglio tbody tr,
#portafoglio_archivio tbody tr {
    border-bottom: 1px solid #dddddd;
}

#portafoglio tbody tr:nth-of-type(even),
#portafoglio_archivio tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

#portafoglio tbody tr:last-of-type,
#portafoglio_archivio tbody tr:last-of-type {
    border-bottom: 2px solid var(--awb-color5);;
}

#portafoglio tbody tr.active-row ,
#portafoglio_archivio tbody tr.active-row {
    font-weight: bold;
    color: var(--awb-color5);;
}

#portafoglio tbody td,
#portafoglio_archivio tbody td {
    border: 1px solid #dddddd;
}

.canvasjs-chart-credit {display: none;}
.overflow-scroll{overflow:scroll}