/* Lluert - base estructura v. 1.0 */

#main {
    position: absolute;
    width: 100%;
    height: 100%;
}

.preventDobleClick {
    pointer-events: none;
}

.d-autenticacio {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #37474f;
    background-image: url('https://source.unsplash.com/random/?nature');
    background-size: cover;
    background-repeat: no-repeat;
}

.card-1,
.card-2,
.card-3,
.card-4 {
    column-count: 1;
}

.d-login {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    /* style="opacity: 0.8;" */
}

.login-card {
    display: flex;
    flex-direction: column;
    width: 75%;
}

.d-credits {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    /* position: absolute; */
    /* width: 100%;
    height: 100%; */
}

.login-logo {
    max-width: 100%;
}

.login-logo>img {
    max-width: 100%;
}

.enMovil {
    display: block;
}

.list-unstyled {
    /* background-color: yellowgreen; */
    font-size: 0.75rem;
}

.flexColumn {
    display: block;
    flex-direction: contents;
    width: 100%;
}

.enEscritorio {
    display: none;
}

.flex-10 {
    flex: 0;
}

.flex-20 {
    flex: 0;
}

.flex-30 {
    flex: 0;
}

.ir-arriba {
    border-radius: 50%;
    display: none;
    padding: 1px 8px;
    border: 2px solid #97C11F;
    font-size: 30px;
    color: #97C11F;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}

body {
    background-color: rgba(0, 0, 0, 0.03);
    overflow-x: hidden;
    font-size: 13px;
}

h1 {
    font-size: 1.1rem;
}

h2 {
    font-size: 1rem;
}

h3 {
    font-size: 0.9rem;
}

h4 {
    font-size: 0.8rem;
}

h5 {
    font-size: 0.7rem;
}

h6 {
    font-size: 0.6rem;
}

#sideMenu {
    position: fixed;
    transition: width 0.3s;
    width: 0px;
    overflow: hidden;
    height: 100%;
    background-color: #37474f;
    border-right: 0;
    z-index: 2000;
}

.btn-personalizado {
    margin-left: 30px;
    float: left;
    position: relative;
}

.handle {
    cursor: move;
    display: inline-block;
    margin: 0 5px;
}


/* SCROLL */

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.menuFlotant #sideMenu {
    width: 250px;
    overflow-y: auto;
}

#sideMenuBody {
    width: 100%;
    display: block;
    padding: 0px;
}

#sideMenuBody ul {
    list-style: none;
    display: block;
    padding: 0;
    border: 0px solid #546e7a;
}

#sideMenuBody li a {
    background-color: #34515e;
    color: #fff;
    /*color: #546e7a;*/
    /* background-color: #546E7A; */
    border-bottom: 1px solid #718792;
    line-height: normal;
    padding: 10px 5px 10px 15px;
    display: block;
    width: 100%;
}

#sideMenuBody li a.collapsed {
    color: #b8c7ce;
    background-color: #546E7A;
}

#sideMenuBody li a>i {
    width: 20px;
}

#sideMenuBody .collapse a,
#sideMenuBody .collapsing a {
    padding-left: 15px;
    background-color: #cfd8dc;
    color: #546E7A;
}

#sideMenuBody li.active a {
    color: #333;
    border-left: 3px solid #97C11F;
}

#sideMenuBody a:hover:not(.collapse) {
    color: #000;
}

.fletxaDown::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f106";
    font-weight: 900;
    float: right;
    padding-right: 5px;
}

.fletxaDown.collapsed::after {
    content: "\f107";
    font-weight: 900;
}

#sideMenuHead {
    display: flex;
    justify-content: space-between;
    min-height: 90px;
}

#llistat {
    /* transition: padding 1s; */
    margin-left: 0px;
    padding-top: 35px;
    width: 100%;
    min-height: 100%;
    box-sizing: unset !important;
    background-color: #eceff1;
}

.menuFlotant #llistat {
    display: block;
}

.menuFlotant #userBox {
    display: flex;
}

#userBox .dropdown-menu {
    overflow: hidden;
    position: absolute;
    box-shadow: 0 1em 2em rgba(0, 0, 0, .5);
}


/* #userBox .dropdown-menu.show {
    overflow: hidden;
    position: absolute;
    box-shadow: 0 1em 2em rgba(0, 0, 0, .5);
    transform: rotateY(-90deg);
} */

.menuFlotant #button_menuFlotant {
    display: block;
}

#button_menuFlotant {
    /*width:fit-content;*/
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    background-color: #FFF;
    padding: 5px;
}

#button_menuFlotant:hover {
    color: #FFF;
}

.nav-link {
    display: initial;
}

.barraSuperior {
    width: 100%;
    min-height: 17px;
    background-color: #FFF;
    -webkit-box-shadow: inset 0px -1px 1px 0px #CCC;
    -moz-box-shadow: inset 0px -1px 1px 0px #CCC;
    box-shadow: inset 0px -1px 1px 0px #CCC;
    overflow: auto;
    /* padding-bottom: 5px; */
}

.barraSuperior ul {
    flex-wrap: nowrap;
}

.select2-container {
    z-index: 1056;
}

#llistat .select2-container {
    z-index: 1050;
}

#llistat .barraSuperior>.titolApartat:first-of-type {
    font-size: 1.3rem;
    padding: 10px 10px 0 60px;
    position: fixed;
    top: 0;
    z-index: 1054;
    background-color: #FFF;
}

.menuVistes {
    /* padding: 0; */
    z-index: 1000;
}

.menuVistes a.active span {
    color: #37474f;
    padding-bottom: 9px;
    -webkit-box-shadow: inset 0px -2px 0px 0px #97C11F;
    -moz-box-shadow: inset 0px -2px 0px 0px #97C11F;
    box-shadow: inset 0px -2px 0px 0px #97C11F;
}

.menuVistes a:hover:not(.active) span {
    color: #424242;
    padding-bottom: 9px;
    -webkit-box-shadow: inset 0px -2px 0px 0px #424242;
    -moz-box-shadow: inset 0px -2px 0px 0px #424242;
    box-shadow: inset 0px -2px 0px 0px #424242;
}

.menuOperacions {
    /* background-color: #FCFCFC; */
    /* width: 100%; */
    justify-content: flex-end !important;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}

.menuOperacions a.nav-link:not(.btn) {
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    padding: 3px;
    font-size: 0.8rem;
    margin-left: 3px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 6px;
    background-color: #FFF;
    display: flex;
    align-items: center;
}

.menuOperacions .btn {
    border-radius: 3px;
    padding: 3px;
    font-size: 0.8rem;
    margin-left: 3px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 6px;
}

.menuOperacions a.nav-link:hover {
    border: 1px solid #616161;
}

.menuOperacions .nav-link i {
    padding-right: 5px;
}

#finestra1,
#finestra2,
#finestra3 {
    /*igual que modal*/
    margin: 0 auto;
    background-color: #FCFCFC;
    min-width: 95%;
    max-width: 95%;
    min-height: 230px;
    left: 255px;
    top: 75px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    display: none;
    border-radius: 10px;
}


/* modal */

#finestra1 {
    z-index: 1051;
}

#finestra2 {
    z-index: 1052;
}

#finestra3 {
    z-index: 1053;
}

#popup_modal {
    z-index: 1054;
}

#finestra1 .barraSuperior,
#finestra2 .barraSuperior,
#finestra3 .barraSuperior {
    padding: 0.75rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#finestra1>.barraSuperior,
#finestra2>.barraSuperior,
#finestra3>.barraSuperior {
    z-index: 1054;
}


/*swal alert*/

.swal2-container {
    z-index: 1080;
}

#capaMantenerConectado {
    display: flex;
    z-index: 2001;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    /*igual que modal*/
    margin: 0 auto;
    background-color: #FCFCFC;
    min-width: 10%;
    max-width: 100%;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    display: none;
    border-radius: 10px;
}

#carregant {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #FCFCFC;
    min-width: 10%;
    max-width: 95%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    border-radius: 10px;
    transition: 1s all;
}

.card-body {
    padding: 1rem;
}

#finestra1>.titolApartat:first-of-type,
#finestra2>.titolApartat:first-of-type,
#finestra3>.titolApartat:first-of-type {
    margin-left: 0px;
    padding: 0px !important;
}

#finestra1>.card-header,
#finestra2>.card-header,
#finestra3>.card-header {
    padding: 0px !important;
}

.llistatContingut {
    padding-top: 10px;
    /* pel titol flotant */
}

.menuFlotant .titolApartat:first-of-type {
    margin-left: 0px;
}

#menuSuperior {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#userBox {
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    align-content: flex-end;
    padding: 3px;
    background-color: #FFF;
    z-index: 1031;
    min-width: 50px;
    justify-content: flex-end;
    width: 100%;
}

.editable {
    white-space: pre-wrap;
}

.editable:hover {
    width: 100%;
    box-shadow: inset 0 0 2px #14aaf5;
}

.editable:hover:before {
    /* font-family: 'FontAwesome'; */
    float: right;
    /* content: "\f044"; */
}


/*top menu bloque2---*/

#nav_menuSuperior {
    display: flex;
    flex-direction: column;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #757575;
}

a:hover {
    text-decoration: none;
    color: #1b1b1b;
}

#menuOperaciones {
    display: none;
}

.menuFlotant #botonResponsive {
    position: absolute;
    top: 60px;
    display: flex;
    align-content: flex-end;
    transition: right 2s;
    right: -60px;
    display: flex;
    justify-content: flex-end;
}

#botonResponsive {
    position: absolute;
    top: 60px;
    right: 0;
    display: flex;
    align-content: flex-end;
    padding-right: 5px;
    display: flex;
    justify-content: flex-end;
}

p {
    padding-right: 8px;
    color: grey;
}

.box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.info-box {
    display: flex;
    flex-wrap: wrap;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.info-box:first-child {
    margin-left: 0px;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    flex: 30;
    float: left;
    /* height: 100%;
    width: 90px; */
    text-align: center;
    /* font-size: 45px; */
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
    padding-top: 20px;
    color: #FFF;
}

.info-box-content {
    flex: 70;
    padding: 5px 10px;
    /*margin-left: 90px;
    height: 100%; */
}

.info-box-text {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 24px;
}


/*---menu Scroll-----*/

#scrollmenu {
    box-sizing: border-box;
    width: 250px;
    overflow: auto;
    white-space: nowrap;
}

#scrollmenu a {
    display: inline-block;
    color: grey;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

#scrollmenu a:hover {
    background-color: rgb(201, 198, 198);
}


/*---menu Scroll-----*/

.table th,
.table td {
    padding: 0.4em;
}

.form-control {
    padding: 2px 5px;
    font-size: 1em;
    height: 2.1em;
}

.content-heading {
    height: 75px;
}

.content-heading button {
    margin-left: 0px;
    margin-right: -10px;
    min-width: 80px;
    height: 55px;
    border-left: 1px solid #bbb !important;
    border-right: 1px solid #bbb !important;
}

.content-heading a {
    padding-top: 10px;
    margin-left: 0px;
    margin-right: -10px;
    min-width: 80px;
    height: 55px;
    border-left: 1px solid #bbb !important;
    border-right: 1px solid #bbb !important;
}

.content-wrapper {
    padding: 0px;
}

label {
    font-size: 1em;
    font-weight: 600;
    padding-left: 5px;
    color: #333 !important;
}

input,
select {
    font-size: 1em !important;
    font-weight: 500;
    color: #555 !important;
}

.input-group-text {
    padding: 0px 10px;
}

.separador {
    display: flex;
    align-items: center;
    text-align: center;
}

.separador::before,
.separador::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}

.separador::before {
    margin-right: .25em;
}

.separador::after {
    margin-left: .25em;
}

select {
    color: #555 !important;
    padding-top: 4px !important;
}

.modal {
    overflow: hidden;
}

.btn-sm {
    border-radius: 3px;
    padding: 3px;
    font-size: 0.8rem;
    margin-left: 3px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 6px;
}

.mb {
    margin-bottom: 10px;
}

.ml {
    margin-left: 10px;
}

.mt {
    margin-top: 10px;
}

.mr {
    margin-right: 10px;
}

.mb-5px {
    margin-bottom: 5px;
}

.ml-5px {
    margin-left: 5px;
}

.mt-5px {
    margin-top: 5px;
}

.mr-5px {
    margin-right: 5px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}


/* LLISTATS (Colors) */

.bg-success {
    background-color: #2e7d32 !important;
}

.bg-primary {
    background-color: #5d9cec !important;
}

.bg-warning {
    background-color: #ff8517 !important;
}

.bg-danger {
    background-color: #ee3d3d !important;
}

.titol {
    min-height: 25px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #97C11F !important;
    font-size: 1.1em;
}

.blPrimPrimary {
    border-left: 1px solid #5d9cec !important;
}

.brPrimPrimary {
    border-right: 1px solid #5d9cec !important;
}

.btPrimPrimary {
    border-top: 1px solid #5d9cec !important;
}

.bbPrimPrimary {
    border-bottom: 1px solid #5d9cec !important;
}

.bPrimPrimary {
    border: 1px solid #5d9cec !important;
}

.blGruiPrimary {
    border-left: 3px solid #5d9cec !important;
}

.brGruiPrimary {
    border-right: 3px solid #5d9cec !important;
}

.btGruiPrimary {
    border-top: 3px solid #5d9cec !important;
}

.bbGruiPrimary {
    border-bottom: 3px solid #5d9cec !important;
}

.bGruiPrimary {
    border: 3px solid #5d9cec !important;
}

.blPrimSucces {
    border-left: 1px solid #2e7d32 !important;
}

.brPrimSucces {
    border-right: 1px solid #2e7d32 !important;
}

.btPrimSucces {
    border-top: 1px solid #2e7d32 !important;
}

.bbPrimSucces {
    border-bottom: 1px solid #2e7d32 !important;
}

.bPrimSucces {
    border: 1px solid #2e7d32 !important;
}

.blGruiSucces {
    border-left: 3px solid #2e7d32 !important;
}

.brGruiSucces {
    border-right: 3px solid #2e7d32 !important;
}

.btGruiSucces {
    border-top: 3px solid #2e7d32 !important;
}

.bbGruiSucces {
    border-bottom: 3px solid #2e7d32 !important;
}

.bGruiSucces {
    border: 3px solid #2e7d32 !important;
}

.blPrimWarning {
    border-left: 1px solid #ff8517 !important;
}

.brPrimWarning {
    border-right: 1px solid #ff8517 !important;
}

.btPrimWarning {
    border-top: 1px solid #ff8517 !important;
}

.bbPrimWarning {
    border-bottom: 1px solid #ff8517 !important;
}

.bPrimWarning {
    border: 1px solid #ff8517 !important;
}

.blGruiWarning {
    border-left: 3px solid #ff8517 !important;
}

.brGruiWarning {
    border-right: 3px solid #ff8517 !important;
}

.btGruiWarning {
    border-top: 3px solid #ff8517 !important;
}

.bbGruiWarning {
    border-bottom: 3px solid #ff8517 !important;
}

.bGruiWarning {
    border: 3px solid #ff8517 !important;
}

.blPrimDanger {
    border-left: 1px solid #ee3d3d !important;
}

.brPrimDanger {
    border-right: 1px solid #ee3d3d !important;
}

.btPrimDanger {
    border-top: 1px solid #ee3d3d !important;
}

.bbPrimDanger {
    border-bottom: 1px solid #ee3d3d !important;
}

.bPrimDanger {
    border: 1px solid #ee3d3d !important;
}

.blGruiDanger {
    border-left: 3px solid #ee3d3d !important;
}

.brGruiDanger {
    border-right: 3px solid #ee3d3d !important;
}

.btGruiDanger {
    border-top: 3px solid #ee3d3d !important;
}

.bbGruiDanger {
    border-bottom: 3px solid #ee3d3d !important;
}

.bGruiDanger {
    border: 3px solid #ee3d3d !important;
}

.blPrimInfo {
    border-left: 1px solid #23b7e5 !important;
}

.brPrimInfo {
    border-right: 1px solid #23b7e5 !important;
}

.btPrimInfo {
    border-top: 1px solid #23b7e5 !important;
}

.bbPrimInfo {
    border-bottom: 1px solid #23b7e5 !important;
}

.bPrimInfo {
    border: 1px solid #23b7e5 !important;
}

.blGruiInfo {
    border-left: 3px solid #23b7e5 !important;
}

.brGruiInfo {
    border-right: 3px solid #23b7e5 !important;
}

.btGruiInfo {
    border-top: 3px solid #23b7e5 !important;
}

.bbGruiInfo {
    border-bottom: 3px solid #23b7e5 !important;
}

.bGruiInfo {
    border: 3px solid #23b7e5 !important;
}

input[required]:valid,
textarea[required]:valid {
    border: 1px solid #0180ad;
}

input[required]:invalid,
textarea[required]:invalid {
    border: 1px solid red;
}

select[required]:valid,
textarea[required]:valid {
    border: 1px solid #0180ad;
}

select[required]:invalid,
textarea[required]:invalid {
    border: 1px solid red;
}

textarea .disabled,
input .disabled,
select .disabled {
    border: 0px solid #d9dde0;
}

.textTransparent {
    border: 0px solid #d8d8d8;
}

.tablaAdaptativa {
    flex-wrap: wrap;
    overflow: auto;
}

.tablaAdaptativa .row {
    flex-wrap: wrap;
    border-bottom: solid 1px #dee2e6;
}

.tablaAdaptativa .col-md {
    padding-right: 5px;
    padding-left: 5px;
}

.tminw-50,
.tminw-100,
.tminw-200,
.tminw-300,
.tminw-400,
.tminw-500 {
    min-width: auto;
}

.tmaxw-50,
.tmaxw-100,
.tmaxw-200,
.tmaxw-300,
.tmaxw-400,
.tmaxw-500 {
    max-width: auto;
}

.table-stripped .row:nth-of-type(odd):not(.thead) div {
    background: rgba(0, 0, 0, 0.03);
}

.table-stripped .row:nth-of-type(even):not(.thead) div {
    background: rgba(255, 255, 255, 1);
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.1rem .5rem;
}


/*--------------CIERRA #llistat----------------------------------------*/


/**********************************************************************@media Query********************************************************/


/**********************************************************************@media Query********************************************************/

@media (min-width: 992px) {
    .d-autenticacio {
        display: flex;
        flex-direction: row;
        position: fixed;
    }
    .d-login {
        display: flex;
        flex: 30;
        padding-bottom: 230px;
    }
    .d-credits {
        display: flex;
        flex: 70;
    }
    #menuOperaciones {
        display: flex;
        justify-content: flex-end;
    }
    #botonResponsive {
        display: none;
    }
    .enEscritorio {
        display: block;
    }
    .box {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: initial;
    }
    .info-box {
        margin-left: 15px;
    }
    .flexColumn {
        display: flex;
        flex-direction: row;
    }
    .flex-10 {
        flex: 10;
        margin-left: 15px;
        margin-right: 15px;
    }
    .flex-20 {
        flex: 20;
        margin-left: 15px;
        margin-right: 15px;
    }
    .flex-30 {
        flex: 30;
        margin-left: 15px;
        margin-right: 15px;
    }
    .enMovil {
        display: none;
    }
    /*------#llistat-------------*/
    #llistat {
        width: calc(100% - 250px);
        display: block;
        transition: margin 1s;
        padding-top: 35px;
        margin-left: 250px;
        padding-left: 0px;
        box-sizing: border-box !important;
    }
    .menuFlotant #llistat {
        /* transition: padding .1s linear; */
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
        transition: margin 1s;
        display: block;
    }
    #button_menuFlotant {
        display: none;
    }
    .menuFlotant #button_menuFlotant {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
    }
    #llistat .barraSuperior>.titolApartat:first-of-type {
        padding: 10px 0px 0px 10px;
    }
    .barraSuperior>.titolApartat {
        margin-left: 0px;
        font-size: 1.2rem;
        padding: 5px;
    }
    .menuFlotant .titolApartat:first-of-type {
        margin-left: 55px;
    }
    /* .menuVistes {
        position: fixed;
        background-color: #FFF;
        width: 100%;
    } */
    #userBox {
        width: 100%;
    }
    .menuFlotant #llistat .barraSuperior>.titolApartat:first-of-type {
        padding-top: 10px;
    }
    .menuFlotant #userBox {
        display: flex;
    }
    /*------#llistat--------------*/
    .card-1 {
        column-count: 1;
    }
    .card-2 {
        column-count: 2;
    }
    .card-3 {
        column-count: 3;
    }
    .card-4 {
        column-count: 4;
    }
    /*------#sideMenu-------------*/
    .menuFlotant #sideMenu {
        width: 0px;
        overflow: hidden;
        border-right: 0;
    }
    #sideMenu {
        width: 250px;
        overflow-y: auto;
        transition: width 1s;
        border-right: 1px solid #37474f;
    }
    #sideMenuBody {
        width: 250px;
    }
    #scrollmenu {
        box-sizing: border-box;
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }
    #scrollmenu {
        box-sizing: border-box;
        width: 250px;
        overflow: unset;
        white-space: nowrap;
    }
    #scrollmenu a {
        display: inline-block;
        color: grey;
        text-align: center;
        text-decoration: none;
    }
    #finestra1,
    #finestra2,
    #finestra3 {
        position: fixed;
        min-width: 40%;
        max-width: 75%;
        max-height: 90%;
        overflow: auto;
    }
    .positionAuto {
        left: 50% !important;
        /*top: 50% !important;*/
        -ms-transform: translate(-50%, 0) !important;
        -moz-transform: translate(-50%, 0) !important;
        -webkit-transform: translate(-50%, 0) !important;
        transform: translate(-50%, 0) !important;
    }
    #finestra1>.titolApartat:first-of-type,
    #finestra2>.titolApartat:first-of-type,
    #finestra3>.titolApartat:first-of-type {
        margin-left: 0px;
        padding: 0px 10px;
    }
    .tablaAdaptativa {
        flex-wrap: nowrap
    }
    .tablaAdaptativa .row {
        flex-wrap: nowrap;
        border-bottom: none;
    }
    .tminw-50 {
        min-width: 50px;
    }
    .tminw-100 {
        min-width: 100px;
    }
    .tminw-200 {
        min-width: 200px;
    }
    .tminw-300 {
        min-width: 300px;
    }
    .tminw-400 {
        min-width: 400px;
    }
    .tminw-500 {
        min-width: 500px;
    }
    .tmaxw-50 {
        max-width: 50px;
    }
    .tmaxw-100 {
        max-width: 100px;
    }
    .tmaxw-200 {
        max-width: 200px;
    }
    .tmaxw-300 {
        max-width: 300px;
    }
    .tmaxw-400 {
        max-width: 400px;
    }
    .tmaxw-500 {
        max-width: 500px;
    }
}