html,
body {
    background-color: #fff;
    /**/
    /*font-family: "Roboto","Helvetica","Arial",sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

/* Alerta de Versio */

.alertV{
    background: #ffdb9b;
    padding: 20px 37px;
    min-width: 420px;
    position: absolute;
    right: 0;
    top: 10px;
    border-radius: 4px;
    border-left: 8px solid #ffa502;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 100;
  }
  .alertV.showAlert{
    opacity: 0.9;
    pointer-events: auto;
  }
  .alertV.show{
    animation: show_slide 1s ease forwards;
  }
  @keyframes show_slide {
    0%{
      transform: translateX(100%);
    }
    40%{
      transform: translateX(-10%);
    }
    80%{
      transform: translateX(0%);
    }
  }
  .alertV.hidePers{
    animation: hide_opac;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    z-index: 100;
  }
  @keyframes hide_opac {
    0%{
      opacity: 1;
    }
    99.99% { z-index: 100;}
    100%{
      opacity: 0;
      z-index: -50; }
  }

.alertV .fasIcon{
    position: absolute;
    transform: translateY(-50%);
    fill: #ce8500;
}

.alertV .fasIcon.exclamacio{
    left: 16px;
    top: 50%;
}

.alertV .fasIcon.equis{
    right: 20px;
    top: 50%;
}

  .alertV .msg{
    padding: 0 25px;
    font-size: 14px;
    color: #c47b01;
  }
  .alertV .close-btn{
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ffd080;
    padding: 2px 26px;
    cursor: pointer;
    height: 100%;
  }
  .alertV .close-btn:hover{
    background: #ffc766;
  }

  /* Peu Versio */

#peuVersio {
    position: fixed;
    bottom: -2px;
    right: 0px;
    background: rgb(46, 58, 105, 0.8);
    /*background: linear-gradient(to right, #8aaccc 0%, #2e3a69 80%, #2e3a69 100%);*/
    color: white;
    padding: 7px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
    font-family: "Lucida Console", "Courier New", monospace;
    border-top-left-radius: 5px;
    user-select: none;
    z-index: 100;
}

#labelDebugTime {
    position: absolute;
    right: 0px;
    top: 1px;
    background: #627cdd;
    color: white;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    /*font-family: "Lucida Console", "Courier New", monospace;*/
    border-bottom-left-radius: 5px;
    user-select: none;
}

.ng-hide {
    display: none !important;
}

/* Logo precarga */

.precarga {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: fadeOut;
    animation-duration: 1.7s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    z-index: 100;
}

@keyframes fadeOut {
    0% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    /* 35% {
        transform: translate(-50%, -50%) scale(1);
      } */
    99.99% { z-index: 100;}
    100% { opacity: 0; transform: translate(-50%, -50%) scale(1.3); z-index: -50; }
}

/* Desactivem l'animació dels tooltips del material design lite
   Apareixen borrosos a Chrome versió > 54.x
*/

.mdl-tooltip {
    will-change: unset !important;
}

.material-icons {
    font-size: 20px;
}

.bold {
    font-weight: bold;
    background-color: #e4e4e4;
}

.pointer {
    cursor: pointer;
}

.align-right {
    text-align: right;
}

.padding-10px {
    padding: 10px;
}

.store tr {
    border-bottom: 1px solid #ddd;
}

.store th {
    padding-left: 5px;
    line-height: 25px;
}

.store td {
    padding: 3px;
    vertical-align: top;
}

.mdl-layout__header {
    background-color: #fff;
    margin-bottom: 10px;
}

.mdl-layout__header,
.mdl-navigation a {
    color: #767777;
}

header.fixe {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 76px;
    top: 0px;
    z-index: 1001;
}

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

.mdl-badge.mdl-badge--overlap::after {
    right: -15px;
    width: 30px;
}

#fil-home i {
    font-size: 24px;
}

/*
.filv2 a.fil span{
    
    white-space: nowrap;
    display: inline-flex;
    margin-right: 0px;
    text-align: left;
}
*/

.mdl-data-table {
    font-size: 10px;
}

.mdl-data-table td,
.mdl-data-table tbody tr {
    height: 20px;
    line-height: 20px;
    padding: 8px;
}

i.navigate {
    color: lightgray;
    font-weight: 700;
}

.mdl-data-table th {
    line-height: auto;
    height: auto;
}

.centered {
    /*max-width: 982px;*/
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 3px;*/
    margin-top: 3px;
    max-width: 92% !important;
}

.spin {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    margin-top: 3px;
}

tr {
    cursor: pointer;
}

div.adsense {
    margin: 5px auto;
    visibility: hidden;
}

#content-home a::first-letter {
    font-size: 1.6em;
    color: #4682B4;
    font-weight: bold;
}

div.capsalera {
    font-size: 1.1em;
    padding-left: 16px;
    padding-top: 10px;
    font-weight: normal;
    width: calc(100% - 100px);
}

/**  INICI BREADCRUMB**/

#crumbs {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    /*top: -20px;
    display: inline-block;
    max-width: 70%;*/
}

#crumbs>ul {
    list-style: none;
    display: inline-table;
    padding-left: 0;
    margin-top: 18px;
    margin: 0;
    width: 100%;
}

#crumbs>ul>li {
    display: inline;
    cursor: pointer;
}

#crumbs>ul>li a {
    text-decoration: none;
    color: #353e6a;
    /*
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 400px;
        display: block;
        overflow: hidden;
        */
}

#crumbs>ul>li {
    width: 100%;
    height: 100%;
    overflow: auto;
}

#crumbs>ul>li>a {
    display: block;
    float: left;
    padding: 4px 9px 0 23px;
    position: relative;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}

#crumbs>ul>li>a:after {
    content: "";
    border-top: 21px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 12px solid #3498db;
    position: absolute;
    right: -12px;
    top: 0;
    z-index: 1;
}

#crumbs>ul>li>a:before {
    content: "";
    border-top: 21px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 12px solid #f2f2f2;
    position: absolute;
    left: 0;
    top: 0;
}

#crumbs>ul>li:first-child>a,
#crumbs>ul>li:nth-child(2)>a {
    padding-left: 5px;
    background: #ffffff;
    color: #353e6a;
}

#crumbs>ul>li:first-child>a:before,
#crumbs>ul>li:nth-child(2)>a:before {
    display: none;
}

#crumbs>ul>li:first-child>a:after,
#crumbs>ul>li:nth-child(2)>a:after {
    border-left-color: #ffffff;
}

#crumbs>ul>li:last-child>a {
    padding-right: 10px;
    /*border-top-right-radius: 10px; border-bottom-right-radius: 10px;*/
}

#crumbs>ul>li:nth-child(3)>a {
    background: #c9cdd5;
    color: #353e6a;
}

#crumbs>ul>li:nth-child(3)>a:after {
    border-left-color: #c9cdd5;
}

#crumbs>ul>li:nth-child(4)>a {
    background: #a9b1c0;
    color: #353e6a;
}

#crumbs>ul>li:nth-child(4)>a:after {
    border-left-color: #a9b1c0;
}

#crumbs>ul>li:nth-child(5)>a {
    background: #929aad;
    color: #353e6a;
}

#crumbs>ul>li:nth-child(5)>a:after {
    border-left-color: #929aad;
}

#crumbs>ul>li:nth-child(6)>a {
    background: #5e6787;
    color: #ffffff;
}

#crumbs>ul>li:nth-child(6)>a:after {
    border-left-color: #5e6787;
}

#crumbs>ul>li:nth-child(7)>a {
    background: #e09223;
    color: #ffffff;
}

#crumbs>ul>li:nth-child(7)>a:after {
    border-left-color: #e09223;
}

#crumbs>ul>li:nth-child(8)>a,
#crumbs>ul>li:nth-child(9)>a,
#crumbs>ul>li:nth-child(10)>a,
#crumbs>ul>li:nth-child(11)>a,
#crumbs>ul>li:nth-child(12)>a {
    background-color: #f6bc6a;
    color: #ffffff;
}

#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,
#crumbs>ul>li:nth-child(12)>a:after {
    border-left-color: #f6bc6a;
}

.desplegable a {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 400px;
    display: block;
    overflow: hidden;
    /*line-height: 13px;*/
}

/*#crumbs ul>li>a>span*/
.max100 {
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-flex;
}

.gira {
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.bookmarked_download td,
.bookmarked_download th {
    text-align: center;
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}


.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/**  FINAL BREADCRUMB**/

/**INICI CARDS HOME **/

.home-card.mdl-card {
    width: 312px;
    min-height: 120px;
    background: #fff;
}

.mdl-cell a {
    text-decoration: none;
}

.home-card>.mdl-card__actions {
    border-color: #353e6a;
}

.home-card>.mdl-card__title {
    align-items: flex-start;
}

.home-card>.mdl-card__title>h4 {
    margin-top: 0;
}

.home-card>.mdl-card__actions {
    display: flex;
    box-sizing: border-box;
    align-items: center;
}

.home-card>.mdl-card__title,
.home-card>.mdl-card__actions,
.home-card>.mdl-card__actions>.mdl-button {
    color: #353e6a;
}


.icons-home {
    font-size: 30px;

}

/**FINAL CARDS HOME **/

/**INICI CARDS CLASSE **/

.class-card.mdl-card {
    background: #fff;
}

.class-card>.mdl-card__actions {
    border-color: #353e6a;
}

/**FINAL CARDS CLASSE **/

/* BOTONS MDL CUSTOMITZATS */

.mdl-button {
    border-radius: 0px;
}

.mdl-button--raised {
    box-shadow: none;
}

.mdl-menu__item {
    font-size: 12px;
    height: auto;
    min-height: 36px;
    line-height: 15px;
    padding-left: 15px;
    padding-right: 15px;
    /*border-bottom: 1px solid rgba(0,0,0,.12);*/
}

.menu-codi {
    padding-right: 8px
}

.menu-classe {
    line-height: 14px !important;
}

.txtInclinat {
    -webkit-transform: rotate(280deg);
    -moz-transform: rotate(280deg);
    -o-transform: rotate(280deg);
    writing-mode: lr-tb;
    padding-bottom: 20px;
}

.codi {
    font-weight: bold;
    white-space: nowrap;
}

.icon {
    width: 24px;
}

a .icon {
    text-decoration: none;
}

.flexible-container {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.flexible {
    flex-grow: 2;
}

.textInfo {
    font-size: 10px;
    padding: 4px;
    vertical-align: bottom;
    margin-top: 22px;
    content: "";
}

.textVertical {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
}

nav.centered {
    height: auto;
    margin-bottom: -25px;
}

h6 {
    line-height: 16px;
    font-size: 12px;
    margin: 15px 0 16px;
}

.mdl-data-table__cell--non-numeric {
    font-size: 12px;
}

.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric {
    white-space: normal;
}

.thElements {
    /* max-width: 50px !important; */
}

.thComponent {
    border-bottom: 1px solid #ddd;
    text-align: center !important;
}

fieldset ul li span,
a {
    cursor: pointer;
}

#tabs-taules-elements .mdl-tabs__tab-bar {
    height: auto;
}

#tabs-taules-elements .mdl-tabs__tab {
    height: auto;
    line-height: normal;
}

.taulesElements {
    /*    height: calc(100% - 90px);
    overflow: auto;
    margin: 2%; */
}

/* Negreta al cercador */

/*taules propietats*/


.highlighted {
    font-weight: bold;
}

#taulaValors .mdl-data-table,
#taulaClassica .mdl-data-table {
    border: 0px solid #fff;
}

#taulaValors .valors-inicials {
    border-bottom: 2px solid #ccc
}

#taulaValors .buida {}

#taulaValors table,
#taulaClassica table {
    border-collapse: collapse;
}

#taulaClassica .mdl-data-table td,
#taulaValors .mdl-data-table td {
    border: none !important;
    border-bottom: 0px solid #ccc;
    vertical-align: top;
    padding: 3px;
}

#taulaValors .header-component {
    background-color: #ddd;
    color: #000;
    text-align: center;
    font-weight: normal;
}

#checksPropVal .header-propietat,
#taulaValors .header-propietat,
#taulaClassica .header-propietat {
    border-bottom: 2px solid #627cdd;
    line-height: 12px;
    padding: 4px;
}

.header-propietat-invertit {
    background-color: #627cdd;
    color: #fff;
}

/* taulaClassica */
#taulaClassica .ag-header-cell-resize::after {
    height: 12px !important;
    margin: 6px 0 6px -2px !important;
    border-right: 2px solid #03A9F4 !important;
}

#taulaClassica .ag-header-row,
#taulaClassica .ag-cell {
    border: 1px solid #e0e0e0;
    border-bottom: none;
    border-right: none;
}

#taulaClassica .ag-cell:last-child,
#taulaClassica .ag-header-row {
    border-right: 1px solid #e0e0e0;
}

#taulaClassica .ag-row:last-child {
    border-bottom: 1px solid #e0e0e0;
}

#taulaClassica .ag-row {
    border-bottom: none;
}

#taulaClassica .ag-header-row:first-child {
    background-color: #e6e6e6;
}

#taula_populars td,
#taula_classica td {
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0ea;
    padding: 8px;
}

#taula_populars th,
#taula_classica th {
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0ea;
}

#taula_populars td,
#taula_populars th,
#taula_classica td,
#taula_classica th {
    color: rgb(85, 85, 85);
    font-size: 0.9em;
    padding-left: 5px;
    border-spacing: 0px;
    text-align: left
}

#taula_populars th,
#taula_classica th {
    line-height: 28px;
}

#taulaClassica .ag-theme-material .ag-header {
    color: rgb(85, 85, 85);
}

#taulaClassica .ag-header-cell-text::first-letter,
#taulaClassica .ag-header-group-text {
    /*text-transform: uppercase;*/
}

.inputhidden {
    visibility: hidden;
}

.displaynone {
    display: none;
}

#taulaClassica.manteniment {
    height: 300px;
    /*max-height: 300px;*/

}

.taula_classica {
    width: 100%;
}

.taula_classica table {
    border-collapse: collapse;
    width: 100%;
}

.taula_classica th {
    border-bottom: 2px solid #627cdd;
}

/* propietats valors */
#checksPropVal {
    width: 100%;
    overflow: auto;
    font-size: 12px;
    padding: 5px 10px;
}

#checksPropVal .header-propietat {
    font-weight: bold;
    min-width: 120px;
}

#checksPropVal>div {
    margin-right: 10px;
}


/* Capçaleres fixes */

#taulaValors table,
#taulaValors th,
#taulaValors td,
#taulaClassica table,
#taulaClassica th,
#taulaClassica td {
    /*    border: 1px solid black; */
    white-space: nowrap;
    /*padding-left: 3px;
    padding-right: 3px;
    */
    padding: 0px 5px;
    font-size: 12px;
}

#taulaValors td div,
#taulaClassica td div {
    /*  text-align: right; */
}

/*#taulaValors #main-table,
#taulaClassica #body-taula-classica {
    overflow: auto;
    width: calc(100% - 20px);
    height: calc(100% - 100px);
    table-layout: fixed;
}
*/

#taulaValors #fixed-header-table {
    position: relative;
}

#taulaValors,
#taulaClassica {
    /*width: calc(100% - 1px);
    height: 460px;*/
    /*   overflow: hidden;
    
    height: calc(100% - 100px); */
}

#taulaClassica .ag-bl-full-height {
    overflow: hidden;
}

#taulaClassica .ag-body {
    overflow-x: hidden;
}

#propietats {
    min-height: 10px;
    overflow: auto;
}

/*****************************************************************
    CAPÇALERES FIXES - COLUMNES FIXES

    ESTRUCTURA
    =============================================================
DIV#header-table
    DIV#fixed-left-header-table             DIV#fixed-header-table
        table                                   table
            tr.fixed-left-header-tr                 tr.fixed-header-tr
                td                                      td
                    div                                     div


DIV#body-table
    DIV#left-body-table                     DIV#body-table
        table                                   table
            tr.fixed-left-row-tr                    tr.data-row
                td                                      td
                    div                                     div

    ==============================================================

******************************************************************/

/*
#taulaValors{
    display: table !important;
}

#div-header-table, #div-body-table{
    display:table-row;
}



#fixed-left-header-table th, #fixed-header-table th, #left-body-table td, #body-table td{
    border:1px solid #000;
    height: 40px;
}


#fixed-left-header-table{
    background-color: red;
    display: table-cell;

}

#fixed-header-table{
    background-color: blue;
    display: table-cell;
}

#left-body-table {
    background-color: yellow;
    display: table-cell;
}

#body-table{
    background-color: green;
    display: table-cell;
}

*/

#taulaValors tr {
    height: 40px;
}

#taulaValors {
    width: calc(100% - 50px);
    height: calc(100% - 100px);
}

#div-header-table {
    background-color: red;
    display: block;
    float: none;
}

#fixed-left-header-table {
    width: 200px;
    display: block;
    float: left;
    background-color: #fff;
    position: relative;
    z-index: 1000;
}

#fixed-header-table {
    width: 600px;
    display: block;
    float: left;
    position: relative;
}

#div-body-table {
    display: block;
    float: none;
    /*width: calc(100% - 103px);*/
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    overflow: hidden;
}

#left-body-table {
    display: block;
    float: left;
    width: 200px;
    height: 380px;
    position: relative;
    background-color: #fff !important;
}

#body-table {
    display: block;
    float: left;
    width: calc(100% - 200px - 1px);
    overflow: auto;
    height: calc(100% - 80px - 1px);
}

.logoEmpresa {
    height: 30px;
    width: 51px;
}

.logosEmpreses-Classe {
    margin-left: 10px;
    margin-right: 10px;
}

.logosEmpreses-Classe .logoEmpresa {
    height: 50px;
    width: 85px;
    padding: 4px;
    float: right;
    margin: 7px;
    /*border: 1px solid !important;*/
}

fieldset ul li {
    list-style: none;
}

fieldset ul {
    padding: 0px;
}

fieldset>ul>li {
    display: block;
    float: left;
    margin: 20px;
}

/* CHECKBOX and RADIO */

label.mdl-checkbox {
    display: block;
}

.mdl-checkbox__label {
    font-size: 1em;
    transition: color .15s cubic-bezier(.4, 0, 1, 1);
}

.mdl-checkbox__label.desactivat,
.desactivat {
    color: lightgray;
}

.mdl-checkbox__box-outline {
    top: 5px;
    width: 13px;
    height: 13px;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.radio-button {
    font-size: 1em;
    line-height: 20px;
}

.radio-button:checked+span {
    font-size: 1em;
    line-height: 20px;
    font-weight: bold;
    color: rgb(102, 51, 51);
}

/* CARDS */

.contenidor-props {
    white-space: nowrap;
    overflow-x: auto;
    margin: 16px;
    padding-bottom: 16px;
    /*
    -webkit-box-shadow: inset  -15px 0px 7px -12px rgba(0,0,0,0.2);
    -moz-box-shadow: inset -15px 0px 7px -12px rgba(0,0,0,0.2);
    box-shadow: inset  -15px 0px 7px -12px rgba(0,0,0,0.2);*/
}

.contenidor-props.vert {
    overflow-y: auto;
    overflow-x: auto;
    /*
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;*/
}

.contenidor-props ul {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
}

.prop-card.mdl-card,
.emp-card.mdl-card,
.comp-card,
.grup-card.mdl-card,
.radios-card.mdl-card {
    display: inline-block;
    /*float:left;*/
    /* GMB desactivar aquest per poder veure els elements en una única linea amb scroll */
    width: auto;
    font-size: 12px;
    border-radius: 0;
    vertical-align: top;
    height: auto;
    min-height: 120px;
}

.contenidor-props.vert div.mdl-card {
    /*float: left;*/
    /*float: left;*/
    display: block;
}

.contenidor-props.vert div.radios-card.mdl-card {
    float: left;
    display: inline-block;
}

.contenidor-props.vert div.comp-card.mdl-card,
.contenidor-props.vert div.prop-card.mdl-card {
    display: inline-block;
}

.prop-card.mdl-card,
.emp-card.mdl-card {
    width: auto;
}

.comp-card.mdl-card {
    /*border-bottom: 1px solid #ddd;
    border-left:   1px solid #ddd;
    border-right:  1px solid #ddd; */
    /*padding: 10px;*/
    width: auto;
}

.grup-card.mdl-card {
    /*border-bottom: 1px solid #ddd;
    border-left:   1px solid #ddd;
    border-right:  1px solid #ddd;   */
}

.emp-card {
    margin-right: 1px;
    float: left;
    width: auto;
    display: auto;
}

.grup-card {
    padding-bottom: 2px;
}

.prop-card>.mdl-card__title,
.emp-card>.mdl-card__title,
.comp-card>.mdl-card__title,
.grup-card>.mdl-card__title {
    align-items: flex-start;
    /*background: #627cdd;*/
    color: #000;
    padding: 6px;
    padding-left: 10px;
}

.prop-card>.mdl-card__values,
.emp-card>.mdl-card__values,
.comp-card>.mdl-card__values,
.grup-card>.mdl-card__values,
.radios-card>.mdl-card__values {
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 12px;
    padding-right: 5px;
}

.comp-card>.mdl-card__values,
.grup-card>.mdl-card__values {
    /*padding-top: 6px;
    /* No entenc per què no cal el padding-left  -- PARLAR-NE AMB EL GUS -- */
    /*padding-right: 6px;*/
}

.prop-card.mdl-card,
.emp-card.mdl-card,
.comp-card.mdl-card,
.grup-card.mdl-card {
    /*margin-right:1px;*/
    margin-left: 5px;
}

.prop-card>.mdl-card__title {
    /* background: #E09223;
                        /*#627cdd;*/
    border-bottom: 2px solid #627dde;
}

.emp-card>.mdl-card__title {
    /*background: #E09223;*/
    border-bottom: 2px solid #627cdd;
}

.comp-card>.mdl-card__title {
    background: #ddd;
    /* rgb(102, 51, 51); /*#333333;*/
}

.grup-card>.mdl-card__title {
    background: #ddd;
    /*rgb(102, 51, 51);*/
}

div.mdl-card__title.lila {
    background: #78C2F9;
    /*rgb(102, 51, 51);*/
}

.mdl-card__title i {
    height: 0px;
    padding-right: 10px;
}

.title-class.mdl-card__title {
    color: #5e6787;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.title-class.mdl-card__title i {
    padding-bottom: 20px;
}

.emp-card>.generic {
    background-color: beige;
    font-weight: bold;
    margin-top: 4px;
    padding-top: 8px;
}

.emp-card>.llistaemp {
    padding-top: 8px;
}

.showIntern {
    margin-left: 13px;
    margin-right: 13px;
}

#classe {
    min-height: 10px;
}

/**********************************
    seleccio classe
**********************************/

empreses-classe {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 2px 9px rgb(102, 102, 102);
    animation-name: apareix-bottom;
    animation-duration: 3s;
    z-index: 1000;
}

empreses-classe img {
    height: 50px;
    width: 85px;
    padding: 4px;
}

.avisos {
    /* padding:10px;
    background-color: #fff;
 */
    margin-bottom: 10px;
}

.avisos blockquote {
    font-family: Georgia, serif;
    font-size: 13px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    letter-spacing: 0px;
}

.avisos blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -30px;
    color: #7a7a7a;
}

.avisos blockquote:after {
    content: "";
}

.avisos .cita {
    float: left;
    width: 80%;
}

.avisos .logo {
    float: right;
    width: 11%;
}

.avisos .logo img {
    width: 100%;
    height: auto;
}

/*********************************************
    element.html
**********************************************/

.element {
    color: #5E6787;
    font-family: "Helvetica", "Arial", sans-serif;
}

.logotcq {
    margin-left: 15px;
    display: inline-block;
    width: 50px;
    background-color: #1B519E;
    position: relative;
    padding: 2px 2px 2px 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    cursor: move;
}

.logotcq::before,
.logotcq::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}

.logotcq::after {
    border-width: 10px;
    border-right-color: #673090;
    border-bottom-color: #673090;
}

.element-valors-inicials {
    margin-top: 10px;
}

.element-valors-inicials div {
    float: left;
    width: 100%;
    margin-right: 20px;
    font-weight: bold;
    font-size: 15px;
}

.element-codi {
    font-weight: bold;
    font-size: 15px;
    vertical-align: text-bottom;
}

.element-definicio {
    margin-top: 10px;
    font-size: 120%;
    padding-top: 5px;
    clear: both;
    font-size: 13px;
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: sub;
}

.element-definicio h2 {
    margin: 0px auto;
}

.element-justificacio {
    margin-top: 20px;
    font-size: 13px;
}

.element-justificacio .element-titol {
    background-color: #5e6787;
    font-weight: bold;
    padding: 10px;
}

.element-taula-justificacio table {
    width: 100%;
}

.element-taula-justificacio table td {
    vertical-align: top;
}

.element-detail {
    height: auto;
    overflow: hidden;
    padding: 20px;
    padding-top: 0px;
    border: 1px solid rgba(18, 20, 61, 0.12);
    border-top: 2px solid #627cdd
}

/* element - documents */
#documentsComercials div {
    width: 80%;
    text-align: center;
    margin: auto;
}

/* Taules medi-ambient */

tr.header-mediambient {
    background-color: #2BB673;
    color: #fff;
}



tr.header-mediambient th {
    padding: 4px;
}

td.total-parcial-mediambient {
    background-color: #f1f1f2;
    min-width: 80px;
}

.no-bold {
    font-weight: normal !important;
}

.navigate_next {
    vertical-align: bottom;
    font-size: 1.7em;
}

#content-home,
.content-home,
div.content-settings {
    margin-top: 130px;
}

#content-home td {
    vertical-align: middle;
}

#content-home td.index-icon {
    width: 36px;
    padding: 3px !important
}

#content-home.v2 {
    margin-top: 0px;
}

#content-home a,
#arbre a {
    text-decoration: none;
    display: inline-block;
}

#content-home.v2 a,
#arbre.v2 a {
    text-decoration: none;
    display: initial;
}

#parametresHeader {
    font-size: 10px;
    line-height: 12px;
    position: relative;
    height: 55px;
}

#parametresHeader span {
    font-weight: bold;
}

.content-settings h5 {
    font-size: 1.1em;
    font-weight: bold;
}

.content-settings select {
    padding: 5px;
    font-size: 12px;
}

.content-settings select option {
    font-size: 14px;
}

#fil {
    /*margin-top: 86px;*/
    display: block;
    width: 100%;
    height: 35px;
    margin: 3px auto;
}

info.ambfil {
    margin-top: 0px;
}

info.sensefil {
    margin-top: 115px;
}

#info {
    /* border: 1px solid rgba(0, 0, 0, .12);*/
    font-size: 0.8em;
    min-height: 30px;
    padding: 15px;
    margin-bottom: 2px;
    margin-top: -25px;
    display: block;
    color: #353e6a;
    height: auto;
    transition: height 0.25s;
    margin-top: 0px;
    position: absolute;
    right: 36px;
    background-color: #fff;
    padding: 17px;
    box-shadow: 4px 4px 22px #000;
    width: 200px;
    display: block;
}

#info.desplegat {
    height: 200px;
}

#info span {
    font-weight: bold;
}

#info i {
    font-size: 2em;
    vertical-align: bottom;
    cursor: pointer;
}

#info i.desplega,
#info i.contrau {
    cursor: pointer;
}

#info i.contrau {
    margin: 0px auto;
    display: block;
    width: 10%;
}

#info div {
    /* padding-left: 30px; */
}

main {
    /* No entenc per què cal aquest top negatiu 
    margin-top: -60px;
    /*padding-bottom: 100px;*/
}

.tr-body-taula-classica:last-child td {
    padding-bottom: 50px;
}

.no-padding td {
    padding: 0px !important;
}

.no-margin td {
    margin: 0px !important;
}

.no-border td {
    border: 0px !important;
}

/******* INICI CSS MENU FLOTANT ********/

/***************************************/

menu-flotant {
    margin: 0px;
    padding: 0px;
    display: table;
    background-color: #ffffff;
    /*-webkit-box-shadow: 0px 2px 3px 1px rgba(120,120,120,0.6);
    -moz-box-shadow: 0px 2px 3px 1px rgba(120,120,120,0.6);
    box-shadow: 0px 2px 3px 1px rgba(120,120,120,0.6);*/
}

menu-flotant div.logos,
menu-flotant div.seleccio {
    display: table-cell;
    margin: 2px;
}

/***** LOGOS EMPRESES ******/

menu-flotant div.logos {
    /*border: 1px solid rgba(120, 120, 120, 0.3);*/
    text-align: left;
    width: 65%;
    background-color: #fff;
    vertical-align: middle;
    font-size: 0.8em;
    color: #353e6a;
    padding-left: 10px;
    font-weight: 700;
}

menu-flotant div.logos i {
    vertical-align: middle;
}

menu-flotant img.logo {
    display: inline-block;
    max-height: 33px;
    height: 33px;
    margin: 0px 7px;
    width: auto;
}

/***** LOGOS SELECCIO REALITZADA ******/

menu-flotant div.seleccio {
    text-align: right;
    padding: 7px;
    width: 100%;
    font-size: 12px;
    color: #2E3A69;
    font-weight: bold;
    vertical-align: middle;
    float: right;
}

/*
menu-flotant div.seleccio.v2 {
    width: 5%;
}
*/

div.seleccio div {
    display: inline-flex;
}

div.seleccio div.numelements span {
    display: block;
}

span.totalet {
    color: #5e6787;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
}

@keyframes entrada-bottom {
    from {
        bottom: -100px;
    }

    to {
        bottom: 0px;
    }
}

menu-flotant.sempre-visible-top,
menu-flotant.sempre-visible-bottom {
    position: fixed;
    z-index: 10;
    bottom: 0px;
    width: 91%;
    margin: 0 0 0 -20%;
    left: 24.5%;
    box-shadow: 0px -0px 4px 1px rgba(120, 120, 120, 0.5);
    animation-name: entrada-bottom;
    animation-duration: 0.6s;
}

menu-flotant.sempre-visible-top {
    top: 150;
}

/***** BOTO ******/

menu-flotant button.mdl-button,
#boto-discrets {
    line-height: 25px !important;
    /*height: 25px !important;*/
    margin-left: 7px;
}

#boto-list-1:enabled,
#boto-list-2:enabled,
#boto-propietats:enabled,
#boto-settings:enabled,
#boto-botiga:enabled,
#boto-discrets:enabled {
    background-color: #2E3A69;
}

.mdl-button {
    text-transform: none;
}

button.forward {
    min-width: 48px;
    padding: 0px;
    margin-top: 2px;
}

menu-flotant div.seleccio.v2 button.forward {
    padding: 0px 10px;
    height: 25px;
    font-size: 0.9em;
    border-radius: 2px;
    width: 105px;
    text-align: right;
}

/******* FINAL CSS MENU FLOTANT ********/

/******* AREA DISCRETS *****************/

div.discrets {
    margin: 20px;
    padding: 10px;
    color: #5e6787;
    font-size: 14px;
    border: 2px solid rgba(94, 103, 135, 0.37);
}

div.discrets i {
    vertical-align: sub;
}

div.discrets a {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 700;
    color: #5e6787;
}

div.no-parametritzats {
    height: 5px;
    padding: 10px;
    color: rgb(94, 103, 135);
    font-size: 14px;
}

.navigate_next {
    vertical-align: bottom;
    font-size: 1.7em;
}

/****************************************
    Caixa buscador i opcions
*****************************************/

opcions-cercador {
    display: block;
    z-index: 999;
    height: 105px;
    position: fixed;
    right: 15px;
    top: 90px;
    width: 20px;
    transition: right 0.25s;
}

opcions-cercador .container-opcions {
    background-color: #2E3A69;
    padding: 10px 10px 10px 0px;
    text-align: center;
    z-index: 10cc;
    box-shadow: -1px 1px 1px 1px rgba(120, 120, 120, 0.5);
    margin-left: 0px;
    transition: padding 0.25s;
}

opcions-cercador div {
    margin-bottom: 0px;
    transition: margin-bottom 0.25s;
}

opcions-cercador:hover div {
    margin-bottom: 10px;
}

opcions-cercador a {
    color: #fff;
}

opcions-cercador:hover {
    right: 33px;
}

opcions-cercador:hover .container-opcions {
    padding: 10px 10px 10px 10px;
}

opcions-cercador i,
opcions-cercador i.i13x {
    font-size: 20px !important;
    transition: font-size 0.25s;
}

opcions-cercador:hover i,
opcions-cercador:hover i.i13x {
    font-size: 24px !important;
}


.progressCircularText {
    padding: 5px;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.searchDiv {
    padding: 20px;
}

/* Icones left */
.divisor-icones-left {
    height: 35px;
    border-bottom: 1px solid grey;
    vertical-align: middle;
    text-align: center;
    padding-top: 50%;
}


.left-float-bar {
    position: fixed;
    left: 0;
    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;
}

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






/* Nodes cercador en arbre */
.node {
    margin-left: 20px;
    cursor: pointer;
}

.node span {
    height: 35px;
}

.text-node {
    text-transform: uppercase;
    width: auto;
    white-space: normal;
    height: auto !important;
}




#vista-classica {
    margin-bottom: 0px;
}

div#header-taula-classica {
    position: relative;
    top: 0px;
    z-index: 1000;
}

div#header-taula-classica.classica-top {
    position: fixed;
    top: 105px;
    z-index: 999;
}

div.capsalera-top {
    position: fixed;
    top: 64px;
    z-index: 1000;
    width: 90%;
    background-color: white;
}

a.plec {
    text-decoration: none;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 1.6em;
    background-color: transparent;
}


.settingsLateral .classification-container {
    background-color: #fff;
    border: 0px;
}

.settingsLateral #settings-principal div,
.settingsLateral #classification-principal div {
    display: block;
    margin-top: 10px;
}


.settingsLateral #classification-principal div>div {
    margin-top: 0px;
}



/***************************************
    Pàgina de settings
****************************************/

.settings label,
.settings div.label {
    display: block;
    margin-top: 20px;
    /*font-weight: bold;*/
}

.settings .label-filla {
    display: inline-block !important;
    margin-top: 0px !important;
}

.settings .options-group {
    margin-left: 20px;
}

#plc {
    padding: 0px 15px;
    font-size: 0.9em;
}

plec {
    font-family: monospace;
    background-color: #fff;
    display: block;
    padding: 0px 10px 10px 10px;
}

plec .T0 item:before,
plec .T1 item:before,
plec .T2 item:before,
plec .T3 item:before,
plec .T4 item:before,
plec .T5 item:before {
    content: '-';
}

plec item {
    display: block;
}

plec .T0 {
    margin-left: 20px;
    display: block;
}

plec .T1 {
    margin-left: 40px;
    display: block;
}

plec .T2 {
    margin-left: 60px;
    display: block;
}

plec .T3 {
    margin-left: 80px;
    display: block;
}

plec .T4 {
    margin-left: 100px;
    display: block;
}

plec .T5 {
    margin-left: 120px;
}

plec .subtitol {
    /*font-weight: bold;*/
    font-size: 16px;
    margin-top: 20px;
    display: block;
}

plec .plec-de-mostra {
    position: absolute;
    color: red;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-23deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    font-size: 40px;
    top: 86px;
    left: 24%;
    line-height: 52px;
}

#Element plec {
    display: inline;
    padding: 0px;
}

#draggin {
    background-color: #f0f0f0;
    border: 1px solid #333;
    position: absolute;
    top: -30px;
    right: 0px;
    padding: 5px 5px 5px 5px;
    box-shadow: 0px 2px 9px rgb(102, 102, 102);
}

.align-top {
    vertical-align: top;
}

.align-bottom {
    vertical-align: bottom;
}

.align-middle {
    vertical-align: middle;
}

.nomemp {
    text-transform: capitalize;
    font-variant: small-caps;
    font-weight: 600;
    font-size: 115%;
}

opcions-mobil {
    display: none;
}

.input-buscador {
    display: inline-block;
    top: 51px;
    /* right:30px;*/
    position: absolute;
    width: 250px;
    background-color: #c9cdd5;
    padding: 2px;
    z-index: -1;
}

.input-buscador input {
    width: 150px;
}

.input-social {
    display: inline-block;
    top: 91px;
    right: -230px;
    position: absolute;
    width: 250px;
    background-color: #c9cdd5;
    padding: 2px;
    height: 36px;
}

.input-social a {
    text-decoration: none;
    color: #000;
}

.opcions-container {
    position: relative
}

.opcions-container button i {
    color: #fff;
}

@keyframes fromRight {
    0% {
        right: -250px;
    }

    100% {
        right: 45px;
    }
}

@keyframes toRight {
    0% {
        right: 45px;
    }

    100% {
        right: -250px;
    }
}

.apareix {
    animation-duration: 0.3s;
    animation-name: fromRight;
    right: 45px;
    z-index: 10px;
}

.desapareix {
    animation-duration: 0.3s;
    animation-name: toRight;
    right: -250px;
    z-index: 10px;
}

.input-social {
    z-index: -1;
}

/**** FINESTRA MODAL AVISOS USUARI ****/

finestra-modal,
tutorial,
wellcome-vide,
articles,
nou-banc,
#variacio-preus {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 10000001;
}

finestra-modal,
tutorial,
wellcome-vide,
articles,
#variacio-preus {
    display: none;
}

.modal-articles,
.tutorial-content {
    width: 90%;
    max-width: 500px;
    background-color: #e3e4e6;
    margin: 0px auto;
    margin-top: 35vh;
    padding: 10px;
    text-align: center;
}

.modal-content {
    box-shadow: 2px 2px 17px 4px #888;
    border-radius: 10px;

    width: 90%;
    max-width: 500px;
    background-color: #e3e4e6;
    margin: 0px auto;
    margin-top: 35vh;
    padding: 10px;
    text-align: center;
}

wellcome-vide .modal-content {
    max-width: 600px;
}

#variacio-preus div.modal-content {
    margin-top: 5vh;
    max-width: 100%;
    height: 90vh;
}

#variacio-preus div.modal-content iframe {
    height: 83vh;
    background-color: white;
}

.modal-content h5 {
    margin-top: 40px;
}

#variacio-preus div.modal-content h5 {
    margin-top: 10px;
}

.modal-content p {
    color: #2E3A69;
    font-size: 110%;
    line-height: 35px;
}

.modal-content p.enllac {
    font-size: 130%;
}

.modal-content p a {
    color: #2E3A69;
    font-weight: bolder;
    margin-bottom: 0px;
}

.modal-content img.bedec {
    width: 90px;
    box-shadow: 1px 1px 1px #BDBDBD;
    border: solid 1px #BDBDBD;
}

.mdl-layout__drawer {
    z-index: 1002;
}

.mdl-layout__drawer-button {
    display: none;
}

/****************************
    Empreses
****************************/

#Empresa .certificats img {
    width: 100px;
    height: auto;
    margin: 20px;
    margin-top: 0px;
    margin-left: 0px;
}

#Empresa .certificats a {
    text-decoration: none;
}

#Empresa h5 {
    /* background-color: #ccc;*/
    border-top: 1px solid #ccc;
    /* border-bottom:1px solid #ccc;*/
    padding: 10px;
    font-size: 15px;
    cursor: pointer;
}

#Empresa h5 i {
    margin-top: 5px;
}

#Empresa h5 span.empresa-titol {
    vertical-align: middle;
    margin-top: -14px;
    position: relative;
    display: inline-block;
}

#Empresa .empresa-consultar-extern {
    background-color: #1B519E;
    width: 180px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 40px;
    display: inline-block;
}

#Empresa .empresa-consultar-extern a {
    color: #fff;
    text-decoration: none;
}

/************************************
    ELEMENT
 ************************************/

#Element .element-taula-justificacio th,
.element-taula-justificacio td {
    xborder: 1px solid #000;
}

#Element .element-taula-justificacio .separador {
    border-bottom: 1px solid #5E6787;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

#Element td.codi {
    font-weight: bold;
}

#Element tr.header {
    background-color: #bbb;
}

#Element tr.header th {
    padding: 8px;
}

#Element tr.constitutius {
    background-color: #ddd;
    font-weight: bold;
}

.indicadors tr.constitutius {
    font-weight: normal !important;
}

#Element tr.subconstitutius {
    background-color: #eee;
}

#Element td.valor {
    text-align: right;
    padding: 4px;
    white-space: nowrap;
}

#Element div.element-subtitol {
    background-color: #ccc;
    font-weight: bold;
    padding: 20px;
    margin-top: 2px;
}

#Element h5 {
    background-color: #5e6787;
    padding: 4px;
    font-size: 15px;
    cursor: pointer;
    color: white;
}

#Element h5 i {
    margin-top: 10px;
}

#Element h5 span.element-titol {
    vertical-align: middle;
    margin-top: -14px;
    position: relative;
    display: inline-block;
}

#Element item {
    /*font-size: 15px;*/
}

#Element td.margin-left20 {
    padding-left: 20px;
}

#Element margin-left10 {
    padding-left: 10px;
}

#Element .height-row40 {
    height: 40px;
}

#Element .height-row40 th {
    padding-left: 10px;
}

#Element td.margin-left40,
.margin-left40 {
    padding-left: 40px;
}

span.margin-left40 {
    margin-left: 40px;
    display: inline-block;
}

#Element table.element-justificacio td,
#Element table.element-justificacio th {
    padding: 4px;
}

#Element table.indicadors td,
#Element table.indicadors th {
    padding: 10px;
}

#Element table.indicadors th.center,
#taula_classica th.center,
#taula_populars th.center {
    text-align: center
}


.nowrap {
    white-space: nowrap;
}

#Element table.indicadors td i,
#Element table.indicadors th:first-of-type i {
    vertical-align: middle;
    margin-right: 10px;
}


#Element .subtotal {
    margin-left: 20px;
}

plec h6 {
    margin-top: 30px;
    font-size: 20px;
}

.manteniment-mobil {
    border-collapse: collapse;
    width: 100%;
}

.manteniment-mobil td {
    border-bottom: 1px solid #1B519E;
    width: 50%;
}

.manteniment-mobil .operacions-justificacio td {
    border-bottom: none;
}

.tab-left {
    margin-left: 25px;
}

/********************************
    Colors pels tipus d'operació de manteniment
********************************/

.tipus_operacio {
    font-weight: bold;
    padding: 8px;
    width: 80px;
    display: block;
    text-align: center;
}

/* OpTipus=2 (v2)*/

.preventiu {
    background-color: #FF6D31;
}

/* OpTipus=3 (v2)*/

.substitutiu {
    background-color: #29A2C6;
}

/* OpTipus=1 (v2)*/

.conductiu {
    background-color: #FFCB18;
}

/* OpTipus=0 (v2) */

.reparacio {
    background-color: pink;
}

/************************************
    MOSTRA ALEATORIA D'ELEMENTS'
 ************************************/

#mostra {
    background-color: white;
    opacity: 1;
    transition: opacity 0.5s;
}

#mostra.ng-hide {
    opacity: 0;
}

#mostra h5 {
    margin: 20px 0 0 20px;
    height: 25px;
    padding: 20px 0 0 0;
    color: #5e6787;
    font-size: 18px;
}

/***************************************
    PLEC DE CONDICIONS MANTENIMENT
  **************************************/

#Plec_Manteniment h6 {
    font-weight: bold;
    margin-bottom: 2px;
}

/***************************************
    TUTORIAL (CAROUSEL)
  **************************************/

tutorial {
    background-color: RGBA(46, 58, 105, 0.6);
}

.tutorial-content {
    max-width: 90%;
    margin-top: 10vh;
    height: 80vh;
    background-color: #fff;
}

.tutorial-content h5 {
    margin: 0px 0 16px;
}

.tut {
    position: relative;
    overflow: hidden;
    width: calc(100% - 60px);
    height: 72vh;
}

.tut_left,
.tut_right,
.tut_center {
    display: block;
    width: 100%;
    height: 100%;
    background: silver;
    position: absolute;
    top: 0;
    left: 0px;
    transition: left 0.5s;
}

.tut_center:before {
    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    /* vertical alignment of the inline element */
}

.tut_center img {
    display: inline-block;
    vertical-align: middle;
    /*height: 100%;*/
    max-height: 100%;
    max-width: 1280px;
    width: 100%;
}

.tut_left {
    /*left: -calc(100% - 60px);*/
    left: -100%;
}

.tut_right {
    /*left: calc(100% - 60px);*/
    left: 100%;
}

.tut_dots {
    padding-top: 5px;
}

.tut_dots span {
    color: #5e6787;
}

/*
.tut_dots .selected {
    color: #5e6787;
}
*/

.tut,
.tut_nav {
    display: inline-block;
    vertical-align: middle;
}

.tut_nav {
    width: 25px;
}

div.tut_nav button {
    height: 72vh;
    padding: 0px;
    width: 25px;
    min-width: 25px;
}

.tut_dots span i {
    font-size: 14px;
}

/***** PANTALLA GENERAL INFO ********/

.generalinfo-list {
    text-align: center;
    max-width: 600px;
    margin: 0px auto;
}

.generalinfo-list li {
    display: inline-block;
    list-style-type: none;
    cursor: pointer;
    height: 160px;
    width: 160px;
    margin: 10px;
    text-align: center;
    transition: all 0.5s;
}

.generalinfo-list li:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.generalinfo-list i {
    font-size: 120px;
    color: #abb2cc;
    transition: all 0.5s;
    position: relative;
}

.generalinfo-list i:hover {
    color: #2e3a69;
}

.generalinfo-list h3 {
    margin: 10px 0px !important;
    color: #2e3a69 !important;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}

/**** BANNER ****/

td.banner,
div.banner {
    line-height: 40px;
    /*border: 4px solid orange;
    background-color: rgb(255, 246, 230);*/
    text-align: center;
    padding: 5px;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.banner:hover {
    /*background-color: rgb(251, 238, 216);*/
}

.banner:hover div {
    color: #5765a8;
}

td.banner img {
    /*width: 100%;*/
    max-width: 728px;
    border: 1px solid darkgrey;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.banner:hover img {
    -webkit-filter: brightness(108%);
    filter: brightness(108%);
}

td.banner div {
    float: left;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 700;
    vertical-align: bottom;
    /*width: 300px;*/
    color: #353e6a;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

td.banner::after {
    content: attr(data-after-content);
    background-color: yellow;
    color: darkgrey;
    font-weight: bold;
    position: absolute;
    bottom: 2px;
    right: 2px;
    height: 10px;
    line-height: 10px;
    clear: both;
}

#mostra::after {
    content: attr(data-after-content);
    color: #5e6787;
    position: relative;
    bottom: 0px;
    left: 30px;
    height: 10px;
    line-height: 10px;
    clear: both;
    font-size: 10px;
}

/** NESTED DIVS (de moment no es fa servir**/

.nested {
    position: relative;
    top: 3px;
    left: 3px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .12);
}

div.nav-total {
    border-bottom: 3px solid rgb(242, 242, 242);
    padding-bottom: 5px;
}

/***** ARTICLES QUE ES MOSTREN AL FILTRE DE CLASSE ****/

a.tancarartemp {
    color: rgb(94, 103, 135);
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 1.5em;
}

ul.artemp {
    border: 1px solid lightgray;
    padding: 5px;
    margin-left: 25px;
    margin-top: 0px;
    transition: 0.35s linear opacity;
    opacity: 1;
}

ul.artemp.ng-hide {
    opacity: 0;
}

ul.artemp::before {
    content: attr(data-before-content);
    color: #5e6787;
    right: 25px;
    height: 10px;
    line-height: 10px;
    clear: both;
    font-size: 10px;
    position: absolute;
    margin-top: -20px;
}

ul.artemp li {
    list-style-type: none;
    margin-bottom: 2px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 2px;
    transition: all .15s cubic-bezier(.4, 0, 1, 1);
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.85em;
}

ul.artemp li:last-child {
    border-bottom: 0px;
}

ul.artemp li:hover {
    background-color: rgba(158, 158, 158, .2);
    color: rgba(0, 0, 0, 1);
}

ul.artemp li:hover img {
    transform: scale(1.25, 1.25);
}

ul.artemp img {
    width: 30px;
    height: 30px;
    transition: all .15s cubic-bezier(.4, 0, 1, 1);
}

ul.artemp span {
    clear: both;
}

ul.artemp span.preu {
    float: right;
    margin-top: -28px;
}

/** ESTILS AMBITS I CONTROLS**/

#seleccionar-criteri {
    text-align: left;
    margin-top: 5px;
    border: 1px solid #ddd;
    cursor: pointer;
    padding: 5px;
}

#seleccionar-criteri:hover {
    background-color: #c5c5c5;
}

div.taula-controls h6 {
    background-color: #ddd;
    margin-bottom: 2px;
    margin-top: 10px;
    padding: 5px;
    font-size: 1em;
}

div.criteri-control {
    margin: 15px 0px;
    border: 1px solid #c5c5c5;
    font-size: 14px;
    background-color: linen;
}

div.criteri-control div.mdl-cell {
    padding: 3px 10px;
}

div.criteri-control div.control-codi {
    font-weight: 700;
}

#seleccionar-criteri div.control-icon,
div.criteri-control div.control-icon {
    text-align: right;
}

div.criteri-control div.control-info {
    font-size: 11px;
}

div.taula-controls table td,
div.taula-controls table th {
    padding: 5px;
    font-size: 14px;
}

#Ambit div.veurejustificacio {
    text-align: right;
    font-weight: 700;
    cursor: pointer;
}

#Ambit div.justificacio {
    padding: 10px 20px;
}

#Ambit div.justificacio h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 10px;
    background-color: #c5c5c5;
    margin-top: 10px;
    margin-bottom: 10px;
}

#Ambit div.justificacio h6 {
    font-size: 12px;
    line-height: 1px;
    background-color: #eee;
    cursor: pointer;
    padding-top: 0px;
}

#Ambit table.element-justificacio {
    margin-top: 10px;
    border-bottom: 1px solid #666;
}

.plaInclinat {
    -ms-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    transform-origin: bottom left;
}

.hide {
    display: none;
}

/*
.hide2{
    color: white;
    cursor: default;
}

.hide3{
    color: #555555;
}
*/

.iconDrag {
    /*margin-left:20px;*/
    height: 30px;
    display: inline-block;
    white-space: nowrap;
}

.dragOver {
    box-shadow: 1px 1px 5px grey;
}

.disabledDrag {
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #fff;
}

.linkNormativa {
    content: 'link';
}

.compare>div {
    margin-left: 10px;
    margin-top: 20px;
}

.onCard {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.valors_propietat {
    max-height: 200px;
    /*height: 300px;*/
    width: 100%;
    margin-right: 20px;
    overflow: auto;
}

.valor_propietat {
    min-height: 24px;
    overflow-y: visible !important;
}

/* Scroll */

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/*
    TOOLBAR 
*/

.mdl-textfield__label:after {
    display: none;
}

#LoginDivParent {
    z-index: 200 !important;
}

#menuLogin {
    z-index: 1000;
}


md-toolbar .header {
    height: 64px;
    font-size: 12px;
}

md-toolbar .logoitec {
    width: 90px;
    padding: 0;
    height: 40px;
}


#menu_container_1 {
    z-index: 1000;
}

.toolbar-bedec .lang-sel-div {
    margin-right: 0px !important;
    /*margin-right: 80px;*/
}


/* posem aquest selector ja que al haver introduit l'enllaç a /bim/mb.css el contingut ocupava el 100% */

@media (max-width: 640px) {
    .geninfo {
        width: 95%;
    }
}

@media (max-width: 600px) {
    .navtitle {
        display: inline-block !important;
    }
}

md-toolbar .hamburg {
    display: none;
}


.mdl-textfield__label:after {
    display: none;
}

#menuLogin {
    z-index: 1000;
}

md-toolbar .header {
    height: 64px;
    font-size: 12px;
}

#menu_container_1 {
    z-index: 1000;
}

/* posem aquest selector ja que al haver introduit l'enllaç a /bim/mb.css el contingut ocupava el 100% */

@media (max-width: 640px) {
    .geninfo {
        width: 95%;
    }
}

@media (max-width: 600px) {
    .navtitle {
        display: inline-block !important;
    }
}

@font-face {
    font-family: 'Muli Bold';
    src: url('../assets/fonts/Muli-Bold.woff') format('woff');
}

md-toolbar.toolbar-bedec.md-default-theme:not(.md-menu-toolbar),
md-toolbar.toolbar-bedec:not(.md-menu-toolbar) {
    top: 34px !important;
    position: fixed !important;
}

.toolbar-bedec img {
    border-radius: 2.5px;
}

#AlertsDivParent {
    top: 10px !important;
    z-index: 200 !important;
    right: 65px !important;
}

#LoginDivParent {
    top: 8px !important;
    z-index: 200 !important;
}

.md-select-menu-container.md-active {
    z-index: 200 !important;
}


/*.toolbar-bedec .lang-sel-div {
    margin-right: 0px !important;
}*/

.toolbar-bedec h2 {
    padding-top: 10px;
}

toolbar-entitats {
    height: 34px;
    background: linear-gradient(90deg, #E4EFAD 0%, #cadd1d 65%, #cadd1d 100%);
    position: fixed;
    top: 0px;
    z-index: 59;
    width: 100%;
    display: flex;
    align-items: center;
    font-family: 'Muli Bold', sans-serif;
    font-size: 18px;
    color: rgb(10, 10, 10);
}

/*.left-float-bar {
    top: 102px !important;
}*/

.entitat {
    margin-left: 20px;
    cursor: pointer;
    border: 1px solid #cadd1d;
}

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-property: transform;
    transform: scale(1.05);
    border: 1px solid #000;
}

/*
    settings
*/

.settings-container,
.classification-container {
    /*margin-top: 10px;
    margin-bottom: 10px;*/
}

.settings-container {
    border: 1px solid rgba(18, 20, 61, 0.12);
    border-radius: 2px;
    display: table;
}

.classification-container {
    background-color: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, .12);
}

#settings {
    padding: 5px 0px 5px 0px;
}

#classification {
    padding: 5px 10px 0 10px;
}

#settings div.select,
#classification div.select {
    margin-right: 10px;
    border-radius: 0.5em;
    border-color: rgba(0, 0, 0, 0);
    transition: border-color 200ms linear;
}

#settings div.select:hover,
#classification div.select:hover {
    border-color: rgb(207, 204, 204);
}

#settings-principal div,
#classification-principal div {
    display: inline-block;
}

#settings-principal,
#classification-principal {
    margin-right: 0px;
}

#settings-primer-bloc,
#classification-primer-bloc {
    margin-right: 0px;
    /*width: calc(100% - 150px);*/
    display: block;
}

/*#settings .mostrar-opcions span,*/

#settings div h5,
#settings div h4,
#classification div h5,
#classification div h4,
#classification .mostrar-opcions span {
    margin: 2px;
    font-size: 10px;
    font-weight: 700;
    vertical-align: bottom;
}

#settings div h4,
#classification div h4 {
    font-size: 12px;
}

#settings-principal h4 span,
#classification-principal h4 span {
    font-weight: bold;
}

#settings div select,
#classification div select,
.hiddenFields label,
.hiddenFields input,
#settings button,
#classification button {
    font-size: 12px;
    padding: 2px;
}

#settings div.select select,
#classification div.select select {
    padding: 2px 40px 2px 10px;
    background: linear-gradient(to right, #f2f2f2, white);
    transition: background 200ms linear;
}

#settings div.select select {
    background: linear-gradient(to right, white, #f2f2f2);
}

#settings div.select select:hover,
#classification div.select select:hover {
    background: white;
}

/*#settings .mostrar-opcions,*/
#classification .mostrar-opcions {
    float: right;
    margin: 0px;
    text-align: right;
    margin-right: -5px;
}

#settings .mostrar-opcions-boto,
#classification .mostrar-opcions-boto,
#flotant-v2 .mostrar-opcions-boto {
    display: inline-block;
    /*width: 25px;*/
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.87);
    color: #5e678760;
    background-color: #f2f2f2;
    /*vertical-align: -webkit-baseline-middle;*/
    cursor: pointer;
    transition: color 200ms linear;
    margin-left: 5px;
    vertical-align: middle;
}

#flotant-v2 .mostrar-opcions-boto.props {
    background-color: #eaebbb;
}

#flotant-v2 .mostrar-opcions-boto.desc {
    background-color: #fff;
}

.download-multiple {
    display: inline-block;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    background-color: white;
    color: #5e678760;
    /*vertical-align: -webkit-baseline-middle;*/
    cursor: pointer;
    transition: color 200ms linear;
    margin-left: 5px;
    position: absolute;
    right: 5%;
    font-weight: normal;
    font-size: 0.9em;
}

.download-multiple i {
    padding: 4px;
}

.download-multiple span {
    vertical-align: super;
}

@keyframes avis-vermell {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.6);
    }

    100% {
        transform: scale(1);
    }
}

#boto-apply-vermell {
    animation-duration: 0.4s;
    animation-iteration-count: 4;
    /*aquests dos que venen ara els afegeixo pel cas que sigui span inline i no div*/
    padding-left: 8px;
    vertical-align: baseline;
    transform: scale(1.2);
}

#settings .mostrar-opcions-boto.vermell,
#classification .mostrar-opcions-boto.vermell {
    color: #c42a22;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 0, 0, 0);
}

#settings .mostrar-opcions-boto:hover span,
#classification .mostrar-opcions-boto:hover span {
    transform: scale(1.15);
}

#settings .mostrar-opcions-boto.inactiu,
#classification .mostrar-opcions-boto.inactiu {
    /*color:  #5e6787;*/
    background-color: #fff;
}

menu-flotant div.seleccio .mostrar-opcions-boto.inactiu {
    color: rgba(46, 58, 105, 0.21);
}

#settings .mostrar-opcions-boto.vermell.inactiu,
#classification .mostrar-opcions-boto.vermell.inactiu {
    color: #c2c4ca;
    cursor: default;
}

#settings .mostrar-opcions-boto.vermell.inactiu span,
#classification .mostrar-opcions-boto.vermell.inactiu span {
    transform: scale(1);
}

#settings .mostrar-opcions-boto span,
#classification .mostrar-opcions-boto span,
#flotant-v2 .mostrar-opcions-boto span {
    font-size: 16px;
    position: relative;
    top: 3px;
    right: 3px;
}

#flotant-v2 .mostrar-opcions-boto span {
    top: 4px;
    right: 5px;
}

#settings .cercador {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-left: 5px;
}

#settings .cercador button {
    border: none;
    background-color: #ccc;
    color: #5e6787;
    font-size: 1.2em;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    font-weight: bold;
}

#settings .cercador input {
    border: 1px solid rgb(225, 225, 225);
    border-radius: 2px;
    padding: 3px;
    margin-bottom: 5px;
}

.hiddenFields {
    margin-top: 10px;
}

.hiddenFields div {
    display: block;
}

#resultats-cerca h3 {
    color: #5e6787;
    font-size: 0.9em;
    margin-top: 15px;
}

#classification-arrow {
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s linear;
    border-radius: 2px;
    position: relative;
    top: -5px;
    display: none;
}

#classification-arrow:hover {
    background-color: #fbfbfb;
}

#classification-arrow span {
    margin: 2px;
}

/*
    selects dels settings
*/

/* Reset Select */

#settings select,
#classification select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #fff;
    background-image: none;
}

/* Custom Select */

.select {
    position: relative;
    display: block;
    height: 2em;
    overflow: hidden;
    border: 1px solid;
}

#settings select,
#classification select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    cursor: pointer;
}

#settings select::-ms-expand,
#classification select::-ms-expand {
    display: none;
}

/* Arrow */

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0.3em 0.5em;
    background: #fff;
    pointer-events: none;
}

#settings .select::after {
    background: #f2f2f2;
}

/* Transition */

.select:hover::after {
    color: #353e6a;
}

.select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

#no-data {
    margin-top: 30px;
}

.numelems {
    font-size: 0.85em;
}

/* grid elements*/

.ag-bl {
    /*border: 1px solid rgba(18, 20, 61, 0.12);*/
}



.ag-theme-material .ag-header-cell,
.ag-theme-material .ag-header-group-cell {
    padding-left: 5px;
    cursor: pointer;
    line-height: 30px;
    /* border-left: 2px solid #e0e0e0; */
}

.ag-theme-material .ag-header-cell {
    border-bottom: 2px solid #627cdd;
}

.ag-theme-material .ag-header-row {
    border-bottom-style: groove;
}

.ag-theme-material .ag-cell {
    line-height: 28px;
    color: rgb(85, 85, 85);
    font-size: 0.9em;
    padding-left: 5px;
}

.ag-theme-material .ag-row {
    /*height: 24px !important;*/
}

.ag-theme-material .ag-cell-focus {
    border: none;
}



.menuBtn {
    background-color: transparent;
    border: none;
    height: 38px;
    width: 36px;
    background: #888 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGcgaWQ9IkhlYWRlciI+CiAgICA8Zz4KICAgICAgICA8cmVjdCB4PSItNjE4IiB5PSItMjIzMiIgZmlsbD0ibm9uZSIgd2lkdGg9IjE0MDAiIGhlaWdodD0iMzYwMCIvPgogICAgPC9nPgo8L2c+CjxnIGlkPSJMYWJlbCI+CjwvZz4KPGcgaWQ9Ikljb24iPgogICAgPGc+CiAgICAgICAgPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CiAgICAgICAgPHBhdGggZD0iTTMsMThoMTh2LTJIM1YxOHogTTMsMTNoMTh2LTJIM1YxM3ogTTMsNnYyaDE4VjZIM3oiIHN0eWxlPSJmaWxsOiNmM2YzZjM7Ii8+CiAgICA8L2c+CjwvZz4KPGcgaWQ9IkdyaWQiIGRpc3BsYXk9Im5vbmUiPgogICAgPGcgZGlzcGxheT0iaW5saW5lIj4KICAgIDwvZz4KPC9nPgo8L3N2Zz4=) no-repeat center center;
}

.menuBtn2 {
    background-color: transparent;
    border: none;
    color: #fff;
    background: #627cdd url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGcgaWQ9IkhlYWRlciI+CiAgICA8Zz4KICAgICAgICA8cmVjdCB4PSItNjE4IiB5PSItMjIzMiIgZmlsbD0ibm9uZSIgd2lkdGg9IjE0MDAiIGhlaWdodD0iMzYwMCIvPgogICAgPC9nPgo8L2c+CjxnIGlkPSJMYWJlbCI+CjwvZz4KPGcgaWQ9Ikljb24iPgogICAgPGc+CiAgICAgICAgPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CiAgICAgICAgPHBhdGggZD0iTTMsMThoMTh2LTJIM1YxOHogTTMsMTNoMTh2LTJIM1YxM3ogTTMsNnYyaDE4VjZIM3oiIHN0eWxlPSJmaWxsOiNmM2YzZjM7Ii8+CiAgICA8L2c+CjwvZz4KPGcgaWQ9IkdyaWQiIGRpc3BsYXk9Im5vbmUiPgogICAgPGcgZGlzcGxheT0iaW5saW5lIj4KICAgIDwvZz4KPC9nPgo8L3N2Zz4=) no-repeat center center;
}

.md-sidenav-left {
    position: relative;
    top: auto;
    left: auto;
}

.cerca-classes {
    max-height: 55vh;
    overflow: auto;
    width: 400px !important;
}

/*****SPLIT*****/

.gutter {
    background-color: #c9cdd54d;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 90%;
    margin: 3px auto;
}

.gutter.gutter-horizontal {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    cursor: ew-resize;
    height: calc(100vh - 110px);
    margin-top: 22px;
}

.gutter.gutter-vertical {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=');
    cursor: ns-resize;
}

.split {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



md-input-container.md-input-focused label:not(.md-container-ignore) {
    bottom: 80%;
}

h4 span.disabled{
    color:#777;
    font-weight: normal;
}
/* Icones plec, manus..... */
.vide-icons {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 10px;
    max-width: 36px;
    max-height: 36px;
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    text-align: center;
}

.vide-icons-index {
    width: auto !important;
    max-width: none !important;
    padding: 0 5px;
}

.vide-icons div {
    font-size: 9px;
    font-family: monospace;
}

.vide-icons i.plec {
    color: #FF6D31;
}

.vide-icons i.manual {
    color: #2E3A69;
}

.vide-icons i.empreses {
    color: #3b51cc;
}

.v2 .mdl-data-table td,
.v2 .mdl-data-table tbody tr {
    padding: 1px;
    padding-left: 10px;
    min-height: 36px;
    height: 36px;
}

.v2 .navigate_next {
    vertical-align: initial;
}


/* Classe en arbre v2 */
#classeArbre {
    margin-top: 10px;
}

#classeArbre h1 {
    color: #3c3c3c;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
    line-height: 15px;
}

#classeArbre h1::first-letter,
#classeArbre div.arbre::first-letter {
    text-transform: UPPERCASE;
}

#classeArbre div.arbre {
    border-left: 1px solid #9b9b9b;
    border-bottom: 1px dashed #9b9b9b;
}

#classeArbre h1 a.clear {
    float: right;
}

#classeArbre div.zona-superior-classe {
    clear: both;
    display: grid;
    grid-template-columns: fit-content(50%) 1fr;
    width: 100%;
    border-bottom: 2px solid rgb(242, 242, 242);
}


#classeArbre div.zona-superior-classe>div {}

#classeArbre div.arbre-classe {

    /*width:40%;*/
    overflow: auto;
    border-right: 2px solid #f2f2f2;
    /*display:inline-block;
    max-height: 250px;
    min-height: 250px;*/
    vertical-align: top;
    /* GMB BACKGROUND ARBRE background-color:rgb(242,242,242);*/
    overflow: auto;
}

#classeArbre div.arbre-classe h4 {
    cursor: auto;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 16px;
}

#classeArbre div.arbre-classe ul {
    font-size: 14px;
    line-height: 14px;
    margin: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-left: 0px;
}

#classeArbre div.arbre-classe ul input {
    vertical-align: top;
}

#classeArbre div.arbre-classe ul li {
    /*max-width: 200px;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style-type: none;
}

#classeArbre div.arbre-classe label {
    padding: 8px;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
}

#classeArbre div.arbre-classe label.label-grup {
    border-left: 1px solid #000;
    border-radius: 5px;

}


#classeArbre div.arbre-classe li {
    font-size: 10px;
    cursor: pointer;
}

#classeArbre .disabled {
    color: #ccc;
}

#classeArbre .enabled {
    color: #555;
}


.arbre-classe .material-icons {
    font-size: 11px;
    vertical-align: sub;
    margin-right: 6px;
    color: #353e6a;
}


.arbre-classe .navigate-next {
    font-size: 13px;
    margin-right: 1px;
}

.actiu .navigate-next {
    font-weight: bold;
    color: #3f5dd4;
}

.no_pointer {
    cursor: default !important;
}

#classeArbre div.propietats-classe {
    /*width:79.8%;*/
    overflow: auto;
    /*display:inline-block;
    max-height: 250px;
    min-height: 250px;*/
    vertical-align: top;
}

#classeArbre div.propietats-classe h5 {
    margin-top: 0px;
}

#classeArbre .taula-valors-elements {
    width: 100%;
    /*height: 200px;*/
    /*max-height: 200px;*/

    border-top: 2px solid rgb(242, 242, 242);
    padding-top: 20px;

}

#classeArbre #taulaElements thead th {
    border-bottom: 2px solid #627cdd;
    white-space: nowrap;
}

#classeArbre #numElements {
    text-align: right;
    color: #757575;
    margin: 0;
    padding-top: 15px;

}



#classeArbre div.arbre,
#classeArbre div.grup {
    border: none;
    border-bottom: 1px solid rgb(0, 0, 0, 0);
    /* width:100%; 
    width: 91%;*/
    text-align: left;
    font-size: 12px;
    /* GMB BACKGROUND ARBRE background-color:rgb(242,242,242);*/
    /*padding: 10px 10px 10px 15px;*/
    padding: 1px 5px;
    cursor: pointer;
    transition: all 0.15s linear;
    margin-left: 5px;
}

#classeArbre div.grup {
    padding: 0px 0px 0px 5px;
}

#classeArbre div.grup div.radiu {
    /* display: block;
    margin-left: 20px;*/
    display: flex;
}

#classeArbre div.grup div.radiu .sub_component ul {
    list-style: none;
    border-left: 0px solid rgb(155, 155, 155) !important;
}

#classeArbre div.grup div.radiu ul {

    border-left: 2px solid rgb(155, 155, 155);
    padding: 2px 0px 2px 2px;
    flex: 1;
}

#classeArbre div.arbre:hover {
    background-color: white;
}

#classeArbre div.arbre.actiu,
div.arbre .actiu {
    /*
    border:1px solid  #627cdd;
    border-left: 5px solid #627cdd;
    border-right:none;
    border-bottom: 1px solid #627cdd;*/
    background-color: white;
    color: #353e6a;
    font-weight: bold;
    color: #3f5dd4;

}

#numElements span.bloc {
    display: inline-block;
    margin: 0px 10px;
}

#numElements span.bloc button {
    background-color: white;
    padding: 0px;

    border: 1px solid #f2f2f2;
    vertical-align: bottom;
}

#numElements span.bloc button i {
    font-size: 14px;
    color: #757575;
}


/* Pop up Element */

#popUpElement,
#popUpEmpreses,
#popUpAvisos {
    display: block;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

#popUpAvisosContent,
#popUpElementContent,
#popUpEmpresesContent {
    background-color: #fefefe;
    margin: auto;
    /* 15% from the top and centered */
    margin-top: 3%;

    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    height: 80%;
    overflow: hidden;
    box-shadow: #000 4px 4px 20px;
    border-radius: 5px;
}

#popUpAvisos .popUpBotons,
#popUpElement .popUpBotons {
    MAX-height: 20%;
    text-align: right;
    padding: 20px;
}

#popUpElement .btn-close {
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
}

#popUpAvisos .popUpContent,
#popUpElement .popUpContent,
#popUpEmpreses .popUpContent {
    overflow: auto;
    height: 80%;
}

.empresa-classe {
    display: inline-block;
    margin: 5px;
    border: 0px solid #000;
    /*height: 45px;*/

    font-size: 12px;
    vertical-align: bottom;
    /*
    padding: 10px;*/

    cursor: pointer;
}

.empresa-classe img {
    width: 80px;
    display: block;
}

.empresa-classe img.selected {
    /* width: 55px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position:relative;
    top:-5px;*/
    padding-bottom: 2px;
    border-bottom: 2px solid #627CDD;
}


.floatRight {
    float: right;

}

#navSettings md-nav-ink-bar {
    min-width: 130px;
}

#classeArbre md-nav-ink-bar {
    min-width: 120px;
}

.numelems md-nav-bar button.md-accent,
#settings-v2 md-nav-bar button.md-accent,
.pestanyes md-nav-bar button.md-accent {
    color: #627cdd;
}

.numelems md-nav-bar md-nav-ink-bar,
#settings-v2 md-nav-bar md-nav-ink-bar,
.pestanyes md-nav-bar md-nav-ink-bar {
    color: #627cdd;
    background: #627cdd;
}

.numelems .md-nav-bar,
#settings-v2 .md-nav-bar,
.pestanyes .md-nav-bar {
    height: 40px;
}

#numElements .md-nav-bar,
#settings-v2 .md-nav-bar,
.pestanyes .md-nav-bar {
    height: auto;
}

.capitalize::first-letter {
    text-transform: uppercase;
}

.numelems md-nav-bar button.md-accent,
#settings-v2 md-nav-bar button.md-accent,
.pestanyes md-nav-bar button.md-accent {
    padding: 5px 15px 5px 5px !important;
    font-size: 14px !important;
    line-height: 17px !important;
    text-transform: none !important;
    margin: 0;
    min-height: auto;
    letter-spacing: 0;
}

.numelems md-nav-bar button.md-active,
#settings-v2 md-nav-bar button.md-active,
.pestanyes md-nav-bar button.md-active {
    color: #627cdd;
}

.disabled-tab md-nav-bar #taula_classica button.md-accent {
    color: #ccc !important;
    cursor: default !important;

}

/*settings - v2*/
#settings-v2 .select {
    width: 300px;
}

#settings-v2 input[type="number"] {
    width: 45px;
}

#settings-v2 {
    font-size: 12px;
}

#criteris a {
    text-decoration: underline;
    color: blue;
}

.no-animate {
    -webkit-transition: none !important;
    transition: none !important;
}

#loading-bar .bar {
    position: relative;
    height: 5px;
}


.searchInfo {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.searchInfo span {
    position: relative;
    top: -3px;
}


.chart-container {
    margin-bottom: 45px;
}

/* DESTACATS VERSIÓ 2 */

.TaulaAvisos {
    border-spacing: 0px;
}

.TaulaAvisos td {
    padding: 10px;
    border-spacing: 0px;
    border-bottom: 1px solid #e0e0e0;
}


.TaulaAvisos tr:nth-child(1) td {
    border-spacing: 0px;
    border-bottom: 2px solid #627cdd;
}

.TaulaAvisos td:nth-child(1),
.TaulaAvisos tr:nth-child(1) {
    font-weight: bold;
    text-transform: capitalize;
    white-space: nowrap;
}

.star_all {
    display: none !important;
}

/* PANEL EXPANDIBLE AMBIENTAL */

.accordion {
    background-color: rgb(221, 221, 221);
    color: #444;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
    transition: 0.3s;
}

.noInfoAmbiental {
    background-color: rgb(221, 221, 221);
    color: #444;
    padding: 15px;
    text-align: left;
    font-size: 13px;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

.active,
.noInfoAmbiental:hover,
.accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    color: #777;
    font-weight: bold;
}

.accordion i,
.noInfoAmbiental i {
    padding-left: 10px;
}

.panelAmbiental {
    padding: 15px;
    color: #5c538e;
    padding-left: 55px;
    background-color: rgb(241, 241, 242);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.panelAmbiental.open {
    max-height: 200vh;
}

.panelAmbiental.close {
    max-height: 0;
    padding: 0;
}

.nopadding {
    padding: 0 !important;
}

/* FI PANEL EXPANSIBLE AMBIENTAL */

/* Menu arbol */

@keyframes desplegar {
    0% {
      height: 0;
      opacity: 0;
    }

    25% {
      height: 25%;
      opacity: 0.10;
    }
    50% {
      height: 50%;
      opacity: 0.60;
    }

    100% {
      height: auto;
      opacity: 1;
    }
  }

  .desplegar-animation {
    animation: desplegar 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .menuTextArbol:hover {
    font-size: 14.4px;
    transition: 0.5s;
    color: #808080;
  }

  .menuTextArbol {
    padding: 5px;
    transition: 0.5s;
    list-style: none;
    color: #555555;
    cursor: pointer;
  }
  
  .change-material-icons{
    font-size: 13px !important;
  }

  .icons-link-material{
    font-size: 11px !important;
  }

  .div-incons-arbol {
      height: 14px !important;
  }

/*  */

.spinner-info {
    font-size: 14px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #000;
    position: absolute;
    left: 50%;
    top: 42%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.package-percent{
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    color: #000;
    position: absolute;
    left: 50%;
    top: 47%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.spinner-box {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    position: absolute;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.circle-box {
    width: 30px;
    height: 30px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(0deg, rgba(68, 68, 68, 0.1) 33%, rgb(0, 0, 0) 100%);
    animation: spin .8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 50%;
}

@keyframes spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(359deg);
    }
}


#chartPopulars {
  padding-top: 20px;
  padding-left: 10px;
  background: #fff;
  /*border: 1px solid #ddd;
  box-shadow: 0 22px 35px -16px rgba(0,0,0, 0.1);*/
  height: 350px;
  width: 1200px;
  margin-bottom: 32px;
}

.apexcharts-text.apexcharts-xaxis-label {
    cursor: pointer;
}

.test123 {
    height: '' !important;
}

select[id$="select_1334693_0"] {
    pointer-events: none;
    opacity: 0.5; /* Optional: to give a visual cue that it's disabled */
}
