body{
    padding-top: 1px;
}

.navbar-brand,
.navbar-nav>li>a {
    height: 80px;
    line-height: 50px;
}

.form-inline .form-control {
    display: inline-block;
    width: 10%;
    vertical-align: middle;
}

.select_agenda {
    font-size: 10px !important;
}

.select_data {
    font-size: 14px !important;
    width: 60px;
}

.table {
    padding: 5px;
    border-spacing: 5px;
}

.table_dettaglio {
    padding: 2px;
    border-spacing: 5px;
}

.table_home {
    padding: 20px;
    border-spacing: 20px;
}

.table_anni {
    width: 20%;
}

.card_report {
    border: 1px solid;
}

.card_bg_head {
    background-color: #00a179;
}

.card_body_sub_product {
    padding: 1px;
}

.card_bg_totali {
    background-color: #00b909;
}

.flex-fixed-width-item {
    flex: 0 0 80px;
}

.flex-fixed-width-item_120 {
    flex: 0 0 150px;
}

.flex-fixed-width-item_test {
    flex: 0 0 120px;
}

.gsp_net img {
    height: 120px;
}

@page {
    size: A4 landscape;
}

@media print {
    body {
        -webkit-print-color-adjust: exact !important;
    }

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
        font-size: 12pt !important;
    }

    h1.entry-title {
        font-size: 14pt !important;
    }
}

.fill-class-blu > svg {
    color: #0275d8;
}

.fill-class-viola > svg {
    color: #6800a5;
}

.fill-class-green > svg {
    color: #5cb85c;
}

.fill-class-red > svg {
    color: #d9534f;
}

.fill-class-default > svg {
    color: #000000;
}
