﻿.catg_title {
    font-size: 0.9rem;
    font-weight:bold;
    display:none
}

.cat-intestazione {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0.5rem;
    font-size: 1rem;
}

#cat_graph_header {
    border-right: 1px solid #cecece;
}

.catg_gruppi, .catg_list {
    width: 290px;
}

.catg_graph {
    margin-left: 6px;
    padding: 10px;
    
    background: #fff;
}

    .catg_graph svg {
        height: 80vh;
    }

.catg_list {
    background: #e4e4e4;
    overflow: hidden;
}

@media (max-width: 1160px) {

}

.catg_list_title {
    background: #006098;
    color: #fff;
    padding: 0.6rem;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.catg_filter {
    border: none;
    box-shadow: none;
    font-style: italic;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    padding: 5px;
    font-size: 14px;
    background:#fff;
}

.catg_ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 60vh;
    overflow-y: auto;
}

    .catg_ul li {
        border-bottom: 1px dotted #cfd0d1;
        padding: 7px 8px 4px;
        cursor:pointer;
        font-size:13px;
        text-transform:lowercase;
    }
    .catg_ul li.component:hover {
        background: #759ebb;
        color:#fff;
    }

    .catg_ul li.componentHover {
        background: #759ebb;
        color: #fff;
    }


.li_titleCurrentGraphic {
    font-weight: bold;
    color: #fff;
    background: rgba(0,91,141,0.5);
    border-bottom: none !important;
}

.li_titleOtherGraphic {
    font-weight: bold;
    margin-top: 0.5rem;
}

.li_intestazione {
    background: #c0c0c0;
    color: #fff;
    font-weight: bold;
}

.li_titleOtherGraphicRank0 {
    cursor: pointer;
    font-weight: bold;
    margin-top: 0.5rem;
    background: #005b8d;
    color:white;
}

.catg_gruppi {
    background: #006098;
    padding: 1rem 0.5rem;
    margin-bottom: 1px;
}

@media (max-width: 1160px) {
}

#cat_graph_button {
    top:0;
    right:0;
}

#back_to_catalog {
    text-transform: uppercase;
}