/* BARRA SUPERIOR */

#user-bar {
    background-color: #302e2f;
}
#user-bar a {
    color: white;
}
.top-bar, .top-bar ul {
    background-color: white;
}

/* BARRA DEL LOGOTIP*/

.top-bar {
    background-color: #FFFFFF;
}

/* LOGOTIP */

.site-title img {
    max-height: 5rem;
    width: auto;
    padding-left: 20px;
}
.site-title img:hover {
    background: white;
}
.a img:hover {
    background: white;
}

/* BOTONS NAVEGACIÓ */

.menu .active>a, .toc-block>ul .active>a, .toc-block ul ul .active>a {
    background: #f69c2c;
    border-radius: 10px;
}
.menu input, .toc-block>ul input, .toc-block ul ul input, .menu select, .toc-block>ul select, .toc-block ul ul select, .menu a, .toc-block>ul a, .toc-block ul ul a, .menu button, .toc-block>ul button, .toc-block ul ul button {
    color: #f69c2c;
    border-color: #f69c2c;
    border-style: solid;
    border-radius: 10px;
    background-color: white;
    margin-left: 5px;
}

footer {
    text-align: center;
}
/* VISOR MULTIMEDIA */

.lg-toolbar {
    background: white;
}
.lg-outer .lg-img-rotate {
    background: white;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
    background: white;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    background: white;
}
a:hover, a:focus {
   background: #b54334;
    border-color: #b54334;
   color: white;
}
.menu .active>a, .toc-block>ul .active>a, .toc-block ul ul .active>a {
    background: #f69c2c;
    border-color: #f69c2c;
}
.menu .active>a:hover, .toc-block>ul .active>a:hover, .toc-block ul ul .active>a:hover {
    background: #b54334;
    border-color: #b54334;
}

/* CERCA AVANÇADA */
a.advanced-search {
    font-size: 14pt;
    border: solid;
    border-width: 2px;
    padding: 3px;
}

/*  TÍTOL OBJECTE */
a.resource-link:hover{
      color: #b54334;
}