.herarchy-sidebar {
    background: #eee;
    background-color: rgba(54, 88, 130, 0.1);
    padding: 10px;
    margin: 0 0 15px 0;
}

.panel-collapse .herarchy-sidebar {
    background: transparent none;
    padding: 10px;
    margin: 0 0 15px 0;
}

.body-herarchy-sidebar {
    margin: 0;
    padding: 0;
    max-height: 300px;
    overflow-y: scroll;
}

.herarchy-title {
    font-family: "Gotham-Medium", "Raleway" !important;
    font-size: 14px;
    font-weight: 700;
    color: #40474f;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 15px 0;
}

.thumbnail {
    position: relative;
}

.thumbnail-no-pic {}

.empty-thumb {
    height: 200px !important;
    margin-bottom: 20px;
    background-color: rgba(54, 88, 130, 0.4)
}

.empty-thumb-2 {
    height: 200px !important;
    margin-bottom: 20px;
    background-color: rgb(54, 88, 130);
    position: relative;
}

.label-type-doc {
    position: absolute;
    top: 190px;
    background-color: #365885;
    padding: 3px 6px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.empty-thumb-2 .label-type-doc {
    top: 45%;
    text-transform: uppercase;
}


.body-herarchy-sidebar::-webkit-scrollbar {
    width: 10px;
    background-color: #f0f0f0;
}

.body-herarchy-sidebar::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #999;
}

.body-herarchy-sidebar::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #f0f0f0;
}

.panel.panel-primary {
    background-color: rgba(54, 88, 130, 0.1);
}

.totRisultati {
    background-color: rgba(54, 88, 130, 1);
}

.haiCercato {
    background-color: rgba(54, 88, 130, 0.4);
}


/* icone menu*/

header#header .submenu-content[data-submenu=archivio-storico] ul li {
    width: 16%;
}

header#header nav.main-menu ul li {
    font-family: 'Raleway';
}

/*
header#header ul li.w-icon span {
    font-family: 'Raleway';
}*/

header#header ul li.w-icon--doc:before {
    background-image: url(../img/icon-navigazione.png);
}

header#header ul li.w-icon--documents:before {
    background-image: url(../img/icon-documenti.png);
}

header#header ul li.w-icon--photos:before {
    background-image: url(../img/icon-fotografie.png);
}

header#header ul li.w-icon--audiovisual:before {
    background-image: url(../img/icon-audio.png);
}

header#header ul li.w-icon--drawmanifest:before {
    background-image: url(../img/icon-disegni.png);
}

header#header ul li.w-icon--pubblicationsmagazine:before {
    background-image: url(../img/icon-pubblicazioni.png);
}

@media screen and (max-width: 480px) {

    .pagination-bottom {
        display: none;
    }

}


.tree-item-active {
    background-color: transparent !important;
}

.tree-item-active > a {
    color: #004085 !important;
}

.tree-item-expanded {
    padding-right: unset;
    
}

header#header nav.main-menu ul li.boxed {
    line-height: 38px;
    height: 40px;
    padding: 0 20px;
    margin-right: 5px;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0;
    border-radius: 40px;
}


@media screen and (min-width: 1025px) and (max-width: 1100px){
header#header nav.main-menu ul li.boxed {
    line-height: 13px!important;
}}


@media screen and (max-width: 1550px){
header#header .search-icon {
    right: 100px;
}}

@media screen and (min-width: 1025px) and (max-width: 1410px){
nav.main-menu ul li.boxed {
    line-height: 28px!important;
    padding: 6px 15px!important;
    margin: 0!important;
    font-size: 10px!important;
}}