
body {
    margin: 0px;
    overflow-x: hidden;
}
header.fixe {
    background-color: white;
}
opcions-cercador {
    display: none;
}

#fil{
    height: auto;

}

.centered {
    width: 100%;
    margin: 0 auto;
}
#crumbs > ul {
    width: 100%;
    margin-bottom: 0px;
}
#crumbs > ul > li > a {
    float: none;
    margin: 0px;
}
#crumbs > ul > li > a:before {
    display: none;
}
#crumbs > ul > li > a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 7px;
    margin-left: -7px;
}
#crumbs > ul > li:first-child {
    /* Comento aquesta línia per poder tornar enrere des de la visualització
       del manual d'ús i manteniment del banc de manteniment */
       
    /*display: none;*/
}
#crumbs > ul > li:first-child > a:after {
    border-top-color: #ffffff;
    border-left-color: transparent;
}
#crumbs > ul > li:nth-child(2) > a:after {
    border-top-color: #c9cdd5;
    border-left-color: transparent;
}
#crumbs > ul > li:nth-child(3) > a:after {
    border-top-color: #a9b1c0;
    border-left-color: transparent;
}
#crumbs > ul > li:nth-child(4) > a:after {
    border-top-color: #929aad;
    border-left-color: transparent;
}
#crumbs > ul > li:nth-child(5) > a:after {
    border-top-color: #5e6787;
    border-left-color: transparent;
}
#crumbs > ul > li:nth-child(6) > a:after {
    border-top-color: #e09223;
    border-left-color: transparent;
}
#crumbs > ul > li:nth-child(7) > a:after,
#crumbs > ul > li:nth-child(8) > a:after,
#crumbs > ul > li:nth-child(9) > a:after,
#crumbs > ul > li:nth-child(10) > a:after,
#crumbs > ul > li:nth-child(11) > a:after {
    border-top-color: #f6bc6a;
    border-left-color: #ffffff;
}
.mdl-menu{
    width: 100vw;
}
.mdl-menu__outline {
    width: 100%;
}
menu-flotant.sempre-visible-bottom {
    width: 100%;
    margin: 0px;
    left: 0;
}
opcions-mobil {
    display: block;
    background-color: white;
    padding: 5px;
}

opcions-mobil div.mdl-textfield{
    padding:0px;
    margin:0px;
    width: calc(100% - 100px);


}

opcions-mobil i {
    display: inline-block;
    padding: 0px 5px;
    margin: 0px;
    width: 15px;
    color:#353e6a;
    z-index: 11;
}

opcions-mobil div.input-social {
    top: 86px;
    background-color: white;
    height: 33px;
    box-shadow: none;
    position: fixed;
}

.apareix,.desapareix{
    z-index: 10;
}
.apareix {
    right: 55px;
}

.contenidor-props {
    white-space: normal;
    margin: 0px;
}

menu-flotant div.logos, menu-flotant div.seleccio {
    display: block; 
    width: 100%;
}

menu-itec .mdl-layout__header-row {
    padding-left: 45px;
}

.modal-content, .modal-articles, .tutorial-content {
    margin-top: 10vh;
}

menu-flotant button.mdl-button{
    margin-right: 15px;
}
label.mdl-checkbox {
    height: auto;
}
 /*
#LoginDivParent {
   display: none; 
}*/

div.capsalera-top {
    width:100%;
    top:0px;
}

#settings-principal div,
#classification-principal div{
    display: block;
}
#settings div.select,
#classification div.select{
    margin-right: 0px;
    margin-bottom: 15px;
}

#classification-arrow{
    display: block;
}

.settingsh4 span span{
    display: none;
}

.left-float-bar{
    position: fixed;
    left: -30px;
    top: 102px; /*68px;*/
    height: 0;
    background-color: #f2f2f2;
    padding: 0;
    width: 30px;
    text-align: center;
    height: 100vh;
    padding: 4px;
    border: 1px solid #d5d5d5;
    box-shadow: -2px 1px 7px;
    z-index: 59;
    cursor: pointer;
}


.left-float-bar .divisor-icones-left{
    display: none;
}

.left-float-bar:hover .divisor-icones-left{
    display: block;
}

.divisor-icones-left-mobile{
    display: block;
    position: absolute;
    left: 23px;
    top:calc(50vh)
}

.left-float-bar:hover .divisor-icones-left-mobile{
    display: none;
}

#EstadisticaElement h3{
    white-space: break-spaces;
    margin-top: 40px;
}