﻿.contenitoreTenant {
    position: fixed;
    bottom: 0;
    margin-bottom: 2vh;
    margin-left: 1vh;
    width: 260px;
}

.mostraInPortrait {
    display: none;
}

.labelTenant {
    margin-bottom: 1vh;
    font-weight: bold;
    text-transform: uppercase;
}

.selectTenant {
    width: 25vh;
    font-weight: bold;
}

.contenitore {
    overflow: hidden;
}

.AzioniRigaElemento {
    padding: 0 1vmin;
}

.disabilitato {
    cursor: not-allowed;
}

.clearBoth {
    clear: both !important;
}

.cursor {
    cursor: pointer;
}

.contenitoreLeftRightFiltri {
    width: 4%;
    right: 1vh;
    position: absolute;
}

.contenitoreLeftRightFiltriRiconciliazione {
    width: 4%;
}

.iconScrollOrizzontale {
    color: black;
    font-size: 2vh;
    padding: 0.4vmin 0;
    cursor: pointer;
}

.filtroDisabled {
    opacity: 0.5;
    cursor: default;
}

.nessunRiferimento {
    font-style: italic;
    background-color: #212529;
    color: white;
    padding: 0.5vmin 1vmin;
}

.statoOperation, .tipologiaOperation {
    margin-top: 0.5vmin;
    margin-right: 1vmin;
    margin-left: 0.3vmin;
    width: 0.9vmin;
    height: 1vmin;
    float: left;
    color: lightseagreen
}

.pannelloOverlay {
    background-color: rgba(0,0,0,0.5);
}

.immagineHome {
    margin-top: -14px !important;
    height: 50px !important;
}

.fontRosso {
    color: tomato;
}

.fontBianco {
    color: white;
}

.fontVerde {
    color: green;
}

.fontTomato {
    color: tomato;
}

.stileButton {
    font-size: 1.5vh !important;
    line-height: 1.5vh !important;
}

.scrittaFaseSistema {
    height: 50px;
    line-height: 50px;
}

.scrittaFaseSistema span {
    font-weight: bold;
}

.frecciaCambioFaseSistema {
    height: 50px;
    line-height: 55px;
    margin-left: 1vh;
}

.labelUltimaEtichetta {
    font-size: 2vh !important;
    color: white;
    background-color: dodgerblue;
    border-radius: 0.3vh;
    padding: 0.3vh 1vh;
    margin-left: 3vh;
}

.contenitoreCambioFase {
    position: fixed;
    background-color: white;
    border-radius: 0.2vh;
    color: black;
    top: 45px;
    left: 36.5vh;
    z-index: 100;
    font-weight: bold;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
    border: 0.2vh solid grey;
}

.faseSistema {
    border-bottom: 1px solid grey;
    font-size: 1.5vh;
    padding: 0.5vh 1vh;
}

.contenitoreListaRichiestaAsset {
    background-color: white;
    border-radius: 0.5vh;
    height: 30vh;
    width: 100%;
    overflow-y: auto;
    padding: 0;
}

.contenitoreCambioFase .faseSistema:last-child {
    border-bottom: 0px solid transparent;
}

.spuntaDescrizioneLC {
    font-size: 2vh;
    color: green;
    position: absolute;
    top: 0.5vh;
    padding-left: 0.5vh;
}

.headerSezioneTool {
    box-shadow: 0 0px 0 0 #ddd !important;
    height: 170px !important;
    overflow-y: hidden !important;
    margin-top: 20px !important;
}
/*
    ERRORI SESSIONE/AUTORIZZAZIONI
*/
.erroreSessione {
    font-size: 20px;
    color: white;
}

.bold {
    font-weight: bold;
}

.boxPrincipalePagina {
    padding-left: 25px;
}

#pannelloAssociazioniInventory, #pannelloStoricoAsset {
    background-color: coral;
}

#pannelloRicercaAvanzataAsset {
    margin-top: 1px;
}

#pannelloRicercaAvanzataAsset, #pannelloRicercaAvanzataRiconcilia {
    background-color: #6EC2B1;
}

#pannelloGestioneUbicazione {
    background-color: #ffe39f;
}

/*PULSANTI*/
.pulsanteRosso {
    color: white;
    background-color: tomato;
    font-weight: bold;
    margin-left: 15px;
    border-color: tomato !important;
}

    .pulsanteRosso:hover {
        color: white !important;
        background-color: red !important;
        border-color: red !important;
    }

    .pulsanteRosso:focus {
        color: white !important;
        background-color: red !important;
        border-color: red !important;
    }

.pulsanteVerde {
    color: white;
    background-color: mediumseagreen;
    font-weight: bold;
    margin-left: 5px;
    border-color: mediumseagreen !important;
}

    .pulsanteVerde:hover {
        color: white !important;
        background-color: forestgreen !important;
        border-color: forestgreen !important;
    }

    .pulsanteVerde:focus {
        color: white !important;
        background-color: forestgreen !important;
        border-color: forestgreen !important;
    }

.pulsanteArancio {
    color: white;
    background-color: orange;
    font-weight: bold;
    margin-left: 15px;
    border-color: orange !important;
}

    .pulsanteArancio:hover {
        color: white !important;
        background-color: darkorange !important;
        border-color: darkorange !important;
    }

    .pulsanteArancio:focus {
        color: white !important;
        background-color: darkorange !important;
        border-color: darkorange !important;
    }

.pulsanteBlu {
    color: white;
    background-color: dodgerblue;
    font-weight: bold;
    margin-left: 15px;
    border-color: dodgerblue !important;
}

    .pulsanteBlu:hover {
        color: white !important;
        background-color: darkblue !important;
        border-color: darkblue !important;
    }

    .pulsanteBlu:focus {
        color: white !important;
        background-color: darkblue !important;
        border-color: darkblue !important;
    }

.pulsantePiccolo {
    height: 2vmin;
    margin-top: -0.3vmin;
    padding-top: 0.3vmin;
    font-size: 10px;
}

.pulsanteImmaginiLista {
    background-color: dodgerblue;
    color: white;
    padding: 0 0.5vh;
    border-radius: 0.3vh;
}

.pulsantePiccoloAsset {
    color: white;
    background-color: dimgray;
    margin-left: 15px;
    border-color: dimgray !important;
}

    .pulsantePiccoloAsset:hover {
        color: white !important;
        background-color: dimgray !important;
        border-color: dimgray !important;
    }

    .pulsantePiccoloAsset:focus {
        color: white !important;
        background-color: dimgray !important;
        border-color: dimgray !important;
    }


.scrittaIcona {
    font-size: 10px;
    color: white;
    margin-top: -7px;
}

.contenitoreIcona {
    text-align: center;
    margin: 0 1vmin;
}

.pulsanteMarginBottom {
    margin-bottom: 10px;
}

.headerAreaGestione {
    height: 11vh;
}

.iconaNumero {
    color: dodgerblue;
    font-size: 2.5vh;
    margin-top: -0.8vh;
}

    .iconaNumero span, .iconaNumero div {
        color: white;
        position: absolute;
        margin-top: 0.4vh;
        margin-left: -1.7vh;
        font-size: 1.5vh;
        font-weight: bold;
        text-align: center;
    }

.colonnaCheckBox {
    width: 3%;
}

.colonnaBarraStato {
    width: 1%;
}

.colonnaBarraStatoOperation {
    width: 2%;
}

.elementoEliminato {
    background-color: rgba(235,37,7,0.36);
}

.loadingLista {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    float: left;
    position: fixed;
    display: none;
    opacity: 0.7;
    z-index: 1;
}

.contenitoreDisabilitato {
    cursor: not-allowed;
    background: repeating-linear-gradient( 45deg, rgba(96, 96, 96, 0.55), rgba(96, 96, 96, 0.55) 10px, rgba(128, 128, 128, 0.76) 10px, rgba(128, 128, 128, 0.76) 20px ) !important;
}

.titoloScheda {
    padding-top: 9px;
    text-transform: uppercase;
}

.contenitoreUbicazioneDatiGenerali {
    height: 3vmin;
    line-height: 3vmin;
}

.contenitoreDatiGenerali {
    margin: 0.5vmin 0;
    position: relative;
}

.labelInput {
    font-size: 1.8vmin;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.3vmin;
    text-transform: uppercase;
}

.labelDatiGenerali {
    padding-top: 7px;
    width: 10vmin;
}

.inputDatiGenerali {
    width: calc(22vw - 10vmin);
}

.form-control {
    font-size: 1.5vmin !important;
}

.numeroElementiLayout {
    float: right;
    background-color: dimgrey;
    padding: 2px 6px;
    font-size: 10px;
    border-radius: 4px;
    margin-top: 1px;
    font-weight: bold;
    letter-spacing: 1px;
}

.scrittaMaiuscolo {
    text-transform: uppercase;
}

.iconaMenuPersonale {
    font-size: 10px;
    vertical-align: middle;
    top: -1px;
    padding-right: 5px;
}

.checkAll {
    width: 79%;
    height: 2vh;
    font-size: 1vmin;
    text-align: center;
    line-height: 2vh;
    margin: 0.2vmin;
    color: white;
    background-color: dodgerblue;
    border-radius: 3px;
    margin-top: 0.6vmin;
}

/***********************************************
**************       ASSETS        *************     
************************************************/
.contenitoreGrafici {
    min-height: 17vh;
}

@media only screen and (max-width: 1202px) {
    .contenitoreGrafici {
        display: none;
    }
}

.contenitoreLegendaGrafici {
    margin-top: 1.5vmin;
    margin-left: 1.5vmin;
}

.barraStatoAsset {
    float: left;
    width: 8px;
    height: 4vmin;
    background-color: gold;
}

@media only screen and (max-width: 1700px) {
    .barraStatoAsset {
        float: left;
        width: 0.5vmin;
        height: 4vmin;
        background-color: gold;
    }
}

.checkSelezione {
    padding-left: 1vmin;
    padding-top: 1vmin;
    float: left;
}

.checkTutti {
    padding-left: 1vmin;
}

.contenitorePulsantiMultiSelect {
    margin-top: 1vmin;
}

.contenitoreCheckEliminati {
    margin-left: 20px;
}

.checkVisualizzaEliminati {
    margin-left: 5px !important;
}

.iconaChiudiPannello {
    font-size: 3.5vmin;
    padding-top: 7px;
}

.elementoStorico {
    min-height: 40px;
    font-size: 1.7vmin;
    line-height: 40px;
    position: relative;
}

.bottoneVediDettaglioAssociazione {
    position: absolute !important;
    top: 1vh;
    right: 1vh;
    z-index: 102;
}

.bottoneVediDettaglioStorico {
    position: absolute !important;
    top: 0.6vh;
    right: 1vh;
    z-index: 102;
}

.contenitoreCounterSelezionati {
    font-size: 1.5vh;
    line-height: 3.5vh;
    height: 3vh;
    width: 5vw;
    margin-top: 1vh;
    background-color: white;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
}

.buttonRicercaAvanzata {
    margin-left: 0;
}

.iconaSetting {
    color: white;
    font-size: 2.5vmin;
    padding-top: 6px;
    cursor: pointer;
}

.colonnaAssetEtichetta {
    width: 14%;
}

.colonnaAssetUbicazioneNonno {
    width: 14%;
}

.colonnaAssetUbicazionePadre {
    width: 14%;
}

.colonnaAssetUbicazioneFiglio {
    width: 14%;
}

.colonnaAssetDescrizione {
    width: 14%;
}

.colonnaAssetRiconciliazioni {
    width: 14%;
}

.elementoTroncato {
    width: 86%;
}

.colonnaAssetErrori {
    width: 6%;
}

.iconaErroreCapitalizzazione {
    color: tomato;
    font-size: 1.5vmin;
}

.labelConteggio {
    position: absolute;
    text-align: center;
    z-index: 20;
    font-weight: bold;
    top: 52px;
    font-size: 1.6vmin;
    left: 65px;
}

.labelStatoGrafici, .labelCondizioneGrafici {
    font-weight: bold;
    font-size: 1.4vmin;
}

.labelStatoGraficiUbicazioni {
    font-size: 1.3vmin !important;
}

.labelStatoNonSelezionato {
    color: lightgrey !important;
}

.statoAsset, .condizioneAsset, .statoInventory, .tipologiaUbicazione, .percentualeUbicazione, .verificaAsset, .tipologiaCategoria, .statoRichiesta {
    margin-top: 0.5vmin;
    margin-right: 1vmin;
    margin-left: 0.3vmin;
    width: 0.9vmin;
    height: 1vmin;
    float: left;
}

/***********************************************
*********     SCHEDA ASSET       ***************     
************************************************/
.contenitoreHeaderAsset {
    height: 320px;
}

.colonnaDatiGeneraliDueColonne {
    width: 50%;
}

.labelStatoEVerifica {
    width: 25%;
}

.inputStatoEVerifica {
    width: 70%;
}

@media only screen and (max-width: 1200px) {
    .contenitoreHeaderAsset {
        height: auto;
    }

    .colonnaDatiGeneraliDueColonne {
        width: 100%
    }

    .inputDatiGenerali {
        width: calc(100% - 11vmin) !important;
    }

    .contenitoreFiltriSezioneRicercaAsset {
        max-height: 30vmin !important;
        overflow-x: hidden;
    }

    #percorsoLocazione {
        max-width: 34vmin;
    }

    .contenitoreScrollScrollAsset {
        margin-top: 10px;
    }

    #verificaEStatoScheda {
        padding-left: 0 !important;
    }

    #contenitoreSezioneCustom {
        display: none;
    }

    .contenitoreNuovaImmagine {
        width: 18% !important;
    }

    .scrollcontenitoreImmagini {
        width: 74% !important;

    }

    .contenitoreImmagine {
        height: 14vh !important;
    }

    #contenitorePreviewImmagine {
        left: 1vh !important;
    }

    .headerAreaGestione {
        height: 17vh;
    }

    .contenitoreGraficoDoppio {
        display: none;
    }

    .chartCanvasParent {
        display: none;
    }

    .labelStatoEVerifica {
        width: 15%;
    }
}

@media only screen and (max-height: 810px) {
    .headerAreaGestione {
        height: 16vh;
    }
}

#sezioneCustom {
    padding-left: 0px;
}

#pannelloSchedaAsset, #pannelloSchedaStorico {
    background-color: darkgrey;
    overflow: hidden;
}

.contenitoreStatoAsset {
    line-height: 4.2vh;
    margin-right: 3vw;
    border-radius: 3px;
}

.sottotitoloSchedaAsset {
    padding-right: 16vw !important;
    clear: left;
}

.barraStatoSchedaAsset {
    float: left;
    width: 8px;
    height: 30px;
    background-color: gold;
    margin: 5px 15px 0 15px;
}

.contenitorePercorsoUbicazione {
    /*margin-top: 10px;*/
    height: 45px;
    line-height: 47px;
    width: auto !important;
}

.sfondoContenitorePercorso {
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: whitesmoke;
    border-radius: 3px;
}

.contenitoreButtonPercorsoUbicazione {
    margin-top: -2px;
}

.contenitorePulsanteGeneraEtichetta {
    margin-left: -20px;
}

.pulsanteGeneraEtichetta {
    width: 40px;
}

.contenitoreScrollScrollAsset {
    margin-top: 30px;
    /*height: calc(100vh - 386px);*/
    overflow-y: auto;
}

.scrittaStatoSchedaAsset {
    margin-right: 10px;
}

.contenitorePulsanteSchedaAsset {
    margin-top: 1.9vmin;
}

.primoPulsanteSchedaAsset {
    margin-right: 2vw;
}

.pulsanteSpostaAsset {
    color: white;
    background-color: dodgerblue;
    font-weight: bold;
    margin-left: 15px;
    border-color: dodgerblue !important;
}

    .pulsanteSpostaAsset:hover {
        color: white !important;
        background-color: darkblue !important;
        border-color: darkblue !important;
    }

    .pulsanteSpostaAsset:focus {
        color: white !important;
        background-color: darkblue !important;
        border-color: darkblue !important;
    }

.contenitoreSuggerimentiDescrizione {
    background-color: white;
    border-radius: 3px;
    font-size: 15px;
    height: 35vh;
    z-index: 800;
    padding-top: 5px;
    padding-right: 0 !important;
    width: 79vmin;
    position: fixed;
    margin-top: 2px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
}

.contenitoreSuggerimentiFiltri {
    background-color: white;
    border-radius: 3px;
    font-size: 15px;
    height: 35vh;
    z-index: 800;
    padding-top: 5px;
    padding-right: 0 !important;
    width: 30vmin;
    position: fixed;
    margin-top: 2px;
    border: 0.1vh solid black;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
}

.scrollSuggerimentiFiltri {
    height: 32vmin;
    overflow-y: auto;
    padding-left: 1vh;
}

.textAreaAnnotazioni {
    height: 70px;
    margin-left: 0.5vmin;
    resize: none;
    border-radius: 1px;
    width: 100%;
    margin-top: 0.6vmin;
    overflow-y: hidden;
}


.scrollSuggerimenti {
    height: 90%;
    overflow-y: auto;
    padding-left: 1vh;
}

.erroreSezione {
    font-size: 19px;
    margin-left: 2vmin;
    background-color: white;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    color: red;
    padding: 0 4px;
}

.contenitoreListaRiconciliazioneScheda {
    background-color: #212529;
    color: white;
}

.headerListaRiconciliazioniScheda {
    font-weight: bold;
    padding-left: 1vmin;
    border-bottom: 1px solid dimgrey;
    font-size: 1.3vmin;
    height: 5vh;
    line-height: 5vh;
}

.contenitoreElencoRiconciliazioni {
    width: 100%;
}

.elementoListaRiconciliazione {
    width: 100%;
    height: 5vh;
    line-height: 5vh;
    border-bottom: 1px solid dimgrey;
    font-size: 1.3vmin;
}

    .elementoListaRiconciliazione div {
        padding: 0vmin 0 0vmin 1vmin;
    }

.elementoErroreRiconciliazione {
    background-color: #505A63;
    color: red;
}

.bottoneAggiungiRiferimento {
    background-color: #212529;
    padding: 1vmin;
}

.pulsantePiccoloNuovaRiconciliazione {
    color: white;
    background-color: #505A63;
    margin-left: 15px;
    border-color: #505A63 !important;
}

    .pulsantePiccoloNuovaRiconciliazione:hover {
        color: white !important;
        background-color: #505A63 !important;
        border-color: #505A63 !important;
    }

    .pulsantePiccoloNuovaRiconciliazione:focus {
        color: white !important;
        background-color: #505A63 !important;
        border-color: #505A63 !important;
    }

.colonnaRiconciliazioneSchedaCodice {
    width: 25%;
}

.colonnaRiconciliazioneSchedaDescrizione {
    width: 40%;
}

.colonnaRiconciliazioneSchedaData {
    width: 30%;
}

.colonnaRiconciliazioneCancella {
    width: 5%;
}

.elementoEliminato {
    background-color: rgba(235,37,7,0.36);
}

.textAreaNote {
    resize: none;
    border-radius: 2px;
    width: 99%;
}

.placeholderAnnotazione {
    text-align: center;
    /*line-height: 65px;*/
    padding-top: 28px;
    font-size: 11px;
    font-style: italic;
}


.iconaCancellaRiconciliazione {
    padding-right: 1.2vmin;
    font-size: 1vmin;
}

.testoErroriRiconciliazione {
    max-width: 55vmin;
    font-size: 12px;
    color: white;
    background-color: red;
    border-radius: 0.3vh;
    font-weight: bold;
    padding: 0.5vh;
}

@media only screen and (max-width: 1400px) {
    .testoErroriRiconciliazione {
        position: absolute;
        max-width: 58vmin;
        font-size: 10px;
        margin-left: 2px;
        margin-top: 37px;
        color: white;
        background-color: red;
        border-radius: 0.3vh;
        font-weight: bold;
    }
}


.iconaErroreRiconciliazione {
    padding-top: 18px;
    padding-left: 4px;
}

.numeroErroriRiconciliazione {
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    padding: 0.1vmin 0.5vmin;
    border-radius: 8px;
    margin-top: 0.8vmin;
    margin-left: 1.5vmin;
}

#sezioneImmagini {
    background-color: rgb(33, 37, 41);
    color: dimgrey;
    height: 15vh;
    font-size: 3vh;
    line-height: 15vh;
    padding: 0vh 0.5vh;
}

.scrollcontenitoreImmagini {
    height: 100%;
    width: 77%;
    margin-left: 1%;
    overflow-x: hidden;
}

.contenitoreImmagini {
    padding: 0.5vh 0.5vh 0.5vh 0;
    height: 100%;
    width: 300vw;
}

.contenitoreNuovaImmagine {
    border: 0.3vh solid ghostwhite;
    border-radius: 0.3vh;
    color: ghostwhite;
    height: 93%;
    text-align: center;
    padding: 1vh;
    position: relative;
    width: 15%;
    margin-top: 0.5vh;
    margin-left: 1%;
}

#fileNuovaImmagine {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.contenitoreImmagine {
    margin: 0 0.5vh;
    height: 100%;
}

.iconaNuovaImmagine {
    line-height: 2vh;
    padding-top: 1.5vh;
}

.scrittaNuovaImmagine {
    line-height: 2vh;
    font-size: 1.5vh;
    margin-top: 2vh;
}

#contenitorePreviewImmagine {
    position: absolute;
    max-height: 85vh;
    background-color: rgb(33, 37, 41);
    display: none;
    border-radius: 1vh;
    /*top: 20vh;
    left: 3vh;*/
    z-index: 2000;
    text-align: center;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#previewImmagine {
    padding: 0.5vh;
    max-height: 85vh;
}

.iconaCancellaImmagine {
    color: rgb(33, 37, 41);
    position: absolute;
    font-size: 2vh;
    top: 0.5vh;
    left: 10px;
    line-height: 2vh;
}

    .iconaCancellaImmagine:hover {
        color: red;
    }

.numeroImmagine {
    color: rgb(33, 37, 41);
    position: absolute;
    font-size: 1vh;
    top: 0.5vh;
    right: 10px;
    line-height: 1vh;
}
/***********************************************
*********  PANNELLO SPOSTAMENTO    *************     
************************************************/
#pannelloSpostamentoAsset {
    background-color: lightskyblue;
    margin-top: 1px;
}

.headerModificaAsset {
    padding-top: 1px;
}

.footerSpostaAsset {
    margin-top: 5vh;
}
/***********************************************
*********  RICERCA AVANZATA        *************     
************************************************/

.contenitoreRicercaAsset {
    height: calc(100vh - 250px);
    overflow-y: auto;
}

.contenitoreRicercaAssetRiconciliazione {
    height: calc(70vh - 250px);
    overflow-y: auto;
}

.sottotitoloRicercaAvanzata {
    padding-right: 5vw;
    clear: left;
    margin-top: 37px;
}

.footerRicercaAsset {
    width: 100%;
    position: fixed;
    right: 35px;
    bottom: 6px;
}

.footerRicercaRiconciliazione {
    left: 0;
    width: calc(260px + 50vw);
}


.headerSezioneRicerca {
    border-bottom: 1px dashed #808080;
    height: 5vh;
    line-height: 5vh;
}

#pannelloSchedaAsset .headerSezioneRicerca, #pannelloSchedaStorico .headerSezioneRicerca {
    background-color: lightgrey;
}

#pannelloRicercaAvanzataAsset .headerSezioneRicerca, #pannelloRicercaAvanzataRiconcilia .headerSezioneRicerca {
    background-color: #C5E6DF;
}

.titoloSezioneRicercaAsset {
    padding-left: 20px;
}

.contenitoreSezioneRicerca {
    overflow: hidden;
}

.contenitoreCollapseSezioneRicercaAsset {
    padding-right: 1.2vmin;
    font-size: 1vmin;
}

.contenitoreFiltriSezioneRicercaAsset {
    clear: left;
    overflow-y: auto;
    max-height: 30vmin;
}

.contenitoreFiltriSezioneRicercaAssetRiconciliazione {
    max-height: 20vmin;
    overflow-x: hidden;
}

.contatoreSezione {
    font-size: 19px;
    margin-left: 2vmin;
    background-color: white;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    color: black;
    padding: 0 4px;
}

/***********************************************
*********            LABEL        *************     
************************************************/
.LabelButtonCrea {
    margin-top: 10px
}

/***********************************************
*********            UTENTI        *************     
************************************************/
.utentiMessaggioAccesso {
    padding: 10px;
    margin-top: 10px
}

.colonnaUtentiCognome {
    width: 15%;
}

.colonnaUtentiNome {
    width: 15%;
}

.colonnaUtentiEmail {
    width: 30%;
}

#pannelloSchedaUtente {
    margin-top: 1px;
}
/***********************************************
*********       PROFILE        *************     
************************************************/
.profilePannelloCambioPsw {
    padding: 20px
}

.profilePrivacyItem {
    margin-top: 10px;
    overflow: hidden
}

.profilePrivacyText span {
    margin-left: 25px
}

.profilePrivacyDescrizione {
    margin-left: 25px;
    font-size: 12px;
    font-style: italic
}

/***********************************************
*********       INVENTORY        *************     
************************************************/
.textAreaNoteImportazione {
    margin-bottom: 10px;
}

.divFileMaster {
    margin-top: -10px
}

.colonnaInventoryCodice {
    width: 15%
}

.colonnaInventoryDescrizione {
    width: 40%
}

.colonnaInventoryNumero {
    width: 10%
}


/***********************************************
****       RIC. CESPITE RICONCILIAZIONE     ****
************************************************/

.sottotitoloRicercaCespitiRiconciliazione {
    height: 4vh;
    clear: left;
}

.titoloRicercaAsset {
    height: 5vh;
}

.sottotitoloRicercaAssetRiconciliazione {
    height: 4vh;
}

.colonnaCheckBoxAssetRiconciliazione {
    width: 9%;
    margin-left: 10px;
}

.colonnaCheckBoxCespitiRiconciliazione {
    width: 9%;
}

.colonnaCodiceCespiteRiconciliazione {
    width: 20%;
}

.colonnaCategoriaCespiteRiconciliazione {
    width: 25%;
}

.colonnaCategoriaFiltroCespiteRiconciliazione {
    width: 34%;
}

.colonnaDescrizioneFiltroCespiteRiconciliazione {
    width: 64%;
}

.colonnaDescrizioneCespiteRiconciliazione {
    width: 39%;
}

.colonnaUtenteOperation {
    width: 25%;
}

.filtroCespitiRiconciliazione {
    margin-top: 1vmin;
}

.contenitoreListaRicercaCespiti, .contenitoreListaRicercaAsset {
    height: calc(100vh - 425px);
    border-radius: 2px;
    left: 0;
    width: 100%;
    position: relative;
    background-color: white;
}

.contenitoreListaRicercaCespitiOrizzontale, .contenitoreListaRicercaAssetOrizzontale {
    height: calc(50vh - 100px);
    border-radius: 2px;
    left: 0;
    width: 100%;
    position: relative;
    background-color: white;
    margin-top: 1vh;
}

/*.pulsanteRiconcilia {
    position: absolute;
    right: 5vh;
    top: 44.7vh;
}*/

.pulsanteRiconcilia button {
    /*height: 5vh;
    width: 20vh;*/
    font-size: 2vh;
    margin-top: 0.8vh;
}

.avvisoCheckRiconciliazione {
    min-width: 36vw;
    max-width: 40vw;
    padding: 1vh !important;
}

.contenitoreEsitiCheck {
    text-align: center;
    padding-left: 0vw;
}

.colonnaEtichettaCheck, .colonnaCodiceCheck {
    height: 30px;
    width: 10vw;
    text-align: center;
    padding-left: 0.5vw;
}

.colonnaEsitoCheck {
    height: 30px;
    width: 13vw;
    text-align: center;
}

.contenitoreRigaEsitoCheck:nth-child(even) {
    background-color: #f1f1f1;
}

.listaEsitiCheck {
    max-height: 26vh;
    overflow-y: auto;
    margin-bottom: 1vh;
}

.ricercaAvanzataRiconcilia {
    margin-bottom: 1vh;
}

.checkGiaRiconciliato {
    font-weight: bold;
    color: darkorange;
}

.checkAllAssetRiconciliazione {
    width: 85%;
    height: 2vh;
    font-size: 1vmin;
    text-align: center;
    line-height: 2vh;
    margin: 0.2vmin;
    color: white;
    background-color: dodgerblue;
    border-radius: 3px;
    margin-top: 1.6vmin;
}

.contatoreRiconciliazione {
    font-weight: bold;
    height: 100%;
    line-height: 5vh;
    margin-right: 3.5vh;
    font-size: 1.7vh;
    margin-left: 2vh;
}

.numeroContatoreRiconciliazione {
    background-color: white;
    padding: 0.5vh;
    border-radius: 0.3vh;
}

.etichettaFiltroIconaRiconciliazione {
    color: #B8BFC2;
    font-size: 1.5vmin;
    cursor: pointer;
}

.etichettaFiltroIconaSelezionatoRiconciliazione {
    color: black;
    font-size: 1.5vmin;
    cursor: pointer;
}

.contenitorePulsanteRiconcilia {
    width: 100%;
    height: 7vh;
    text-align: center;
    /*border-top: 0.2vh dashed lightgrey;
    border-bottom: 0.2vh dashed lightgrey;*/
    background-color: #b1b1b1;
}

.contenitoreConteggiRiconciliazione {
    background-color: white;
    height: 100%;
    border-left: 0.2vh solid lightgrey;
    width: 13%;
}

.contenitoreListeRicercaRiconciliazione {
    height: 100%;
    width: 87%;
}

.contenitorePannelloRicercaAsset {
    width: 100%;
    height: 50%;
    background-color: #d1d1d1;
}

.contenitorePannelloRicercaCespiti {
    width: 100%;
    height: 50%;
    background-color: #a1a1a1;
}

.contenitoreCollapseCepsiti {
    width: 100%;
    height: 2vh;
    background-color: lightgrey;
    text-align: center;
    color: black;
    border-top: 1px solid grey;
}

.contenitoreConteggioAsset {
    width: 100%;
    height: 44vh;
    background-color: #b1b1b1;
}

.contenitoreConteggioCespiti {
    width: 100%;
    height: 43.7vh;
    background-color: #b1b1b1;
}

.headerConteggioRiconciliazione {
    padding: 1vh 1.5vh 0vh 1.5vh;
    font-size: 1.5vh;
    font-weight: bold;
}

.listaSelezionatiRiconciliazione {
    overflow-y: auto;
    margin: 1.5vh;
    border: 0.1vh solid lightgrey;
    background-color: white;
    height: 37vh;
}

.rigaListaSelezionati {
    height: 3vh;
    line-height: 3vh;
    padding: 0vh 1vh;
}

.deleteRigaSelezionati {
    line-height: 3.3vh;
}

.elementoRiconciliazioneSelezionato {
    background-color: #5690FF;
}

.contatoreSelezionati {
    background-color: #5690FF;
    color: white;
    font-size: 2.5vh;
    margin-right: 7vh;
    margin-top: 1vh;
    padding: 0vh 0.5vh;
    border-radius: 0.5vh;
}

/***********************************************
**********       UBICAZIONI            *********
************************************************/
.colonnaUbicazioneRiconciliazioni {
    width: 21%;
}

.contenitoreGraficoDoppio {
    width: 25vw;
}

@media only screen and (max-width: 1670px) {
    .contenitoreGraficoDoppio {
        width: 35vw;
    }

    .secondoGrafico {
        display: none;
    }
}

.colonnaBarraStatoCategoria {
    width: 3%;
}

.colonnaLabelCategoria {
    width: 25%;
}

.colonnaTipologiaCategoria {
    width: 15%;
}

.intestazioneRichiestaSpostamento {
    margin-top: 1vh;
    font-weight: bold;
    font-size: 2vh;
    font-style: italic;
}

.istrEtichette {
    padding-left: 3vh;
    margin-bottom: 1vh;
}

.inputEtichette {
    padding-left: 3vh;
    margin-right: 3vh;
}

.labelEtichette {
    padding-top: 0.6vh;
    margin-right: 1vh;
}

/***************************************
    LOGIN PRIVACY
*/
.testiLogin {
    color: white !important;
}

.pannelloRicercaAsset {
    width: 50%;
    background-color: gold;
}

.pannelloRicercaAsset, .pannelloRicercaCespiti {
    height: 95vh;
    overflow: hidden;
    padding: 2vh 1vw 2vh 3vw;
    position: relative;
}

.pannelloRicercaCespiti {
    width: 50%;
    border-right: 6px solid lightskyblue;
}

.titleEsitoLogin {
    font-size: 20px;
    color: white
}

.messageEsitoLogin {
    color: white;
    margin-bottom: 40px;
}

.buttonEsitoLogin {
    margin: auto;
}

#pannelloElencoAsset {
    background-color: coral;
}

.pannelloAvvisoMobile {
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background-color: #0077CC;
    color: white;
    font-size: 10vmin;
    text-align: center;
    padding: 5vmin;
    text-transform: uppercase;
    font-weight: bold;
    overflow:hidden;
}

.immagineAvvisoMobile {
    height: 30vh;
}

#pannelloAvvisoMobile {
    display: none;
}

#labelVerificato {
    padding-top: 1vh;
}

#statoVerificato {
    padding-top: 0.5vmin;
}

#headerRicercaAvanzata {
    height: 113px;
}

#headerSchedaCespite {
    height: 90px;
}

.ubicazioneVecchiaTablet {
    display: none;
}

@media only screen and (max-width: 500px) {
    #pannelloAvvisoMobile {
        display: block;
    }
}

@media only screen and (max-width: 818px) {
    .headerSezioneTool {
        height: 100px !important;
        margin-top: 10px !important;
    }

    .headerSezioneCespiti {
        height: 100px !important;
    }

    /*.nascondiSuTablet {
       display: none !important;
    }*/

    .labelDatiGenerali {
        font-size: 1.7vmin !important;
        width: 20vmin !important;
    }

    .inputDatiGenerali {
        width: calc(100% - 20vmin) !important;
        font-size: 1.7vmin !important;
        height: 5vmin !important;
    }

    .inputTextAsset {
        font-size: 1.8vmin !important;
        height: 5vmin !important;
    }

    .filtroListaInputAvanzata {
        padding-left: 2vmin !important;
        padding-top: 1vmin !important;
    }

    #percorsoLocazione {
        font-size: 1.7vmin;
        padding-left: 9vmin;
    }

    #labelVerificato {
        padding-top: 0;
    }

    #statoVerificato {
        padding-top: 1.1vmin;
    }

    .iconaChiudiPannello {
        font-size: 5.5vmin !important;
    }

    .contenitoreScrollScrollAsset {
        margin-top: 0;
    }

    .elementoListaRiconciliazione, .nessunRiferimento, .titoloSezioneRicercaAsset, .statoAssetTablet, .filtroListaInput, .recordLista,
    .etichettaFiltroLabel, .elementoRicercaAvanzata, #scrittaStatoAsset {
        font-size: 1.7vmin !important;
    }

    .spuntaDescrizioneLC {
        font-size: 3vh !important;
        padding-left: 1.5vh !important;
    }

    /*.contenitoreNuovaImmagine {
        display: none !important;
    }*/

    .scrollcontenitoreImmagini {
        width: 73% !important;
    }

    #frecciaDestraImmagini {
        display: none !important;
    }

    #headerRicercaAvanzata {
        height: 60px;
    }

    .contenitoreRicercaAsset {
        height: calc(100vh - 150px);
    }

    .contenitoreFiltriSezioneRicercaAsset {
        max-height: 45vmin !important;
    }

    .form-group {
        margin-bottom: 10px !important;
    }

    #headerSchedaCespite {
        height: 80px;
    }

    .statoSchedaCespite {
        height: 5vh !important;
    }

    .dimensioniScritteSchedaCespite {
        font-size: 2vh !important;
    }

    .pulsanteSalvaCheckInventario {
        position: fixed;
        bottom: 4vh;
        right: 10vh;
    }

    .ubicazioneVecchiaDesktop {
        display: none;
    }

    .ubicazioneVecchiaTablet {
        display: block;
        padding: 1vh 0vh;
    }

    .colonnaBarraStatoOperation {
        width: 2% !important;
    }
}

/***********************************************
*********            GRID        *************     
************************************************/

.gridPanelOperation {
    display: grid;
    grid-template-columns: auto 70px;
    grid-template-rows: 55px 85px auto 145px;
    height: calc(92vh);
    padding: 10px 20px 20px 20px;
}

.gridPanelOperation-Header {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 1;
}

.gridPanelOperation-Esc {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 2;
    grid-column-end: 2;
    text-align: right;
}

.gridPanelOperation-Step {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    background-color: white;
    border-radius: 0.3vh;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 1.5vh;
}

.gridPanelOperation-Body {
    grid-row-start: 3;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
    overflow-y: auto;
    overflow-x: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.gridPanelOperation-Footer {
    grid-row-start: 4;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 3;
}

.noBordoDestro {
    border-right: none;
}

.stepNonSelezionato {
    opacity: 0.5;
    color: lightgrey;
    border: 2px solid white;
}

.stepSelezionato {
    opacity: 1;
    font-weight: bold;
    border: 2px solid black;
}

.buttonOperation {
    padding: 1.5vh 2vh;
    border-radius: 0.5vh;
    background-color: dodgerblue;
    font-size: 2vh;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-left: 7vh;
    margin-top: 3.5vh;
}

.labelRecapOperation {
    width: 50%;
    height: 100%;
    text-align: center;
    font-size: 2vh;
    padding-top: 0.8vh;
}

.empRecapOperation {
    color: dodgerblue;
    font-weight: bold;
}

.assetOperationAggiunto {
    background-color: #A5D2FF;
}

.assetOperationSelezionato {
    background-color: #90C590;
}

.assetOperationAnomalia {
    background-color: #FF826B !important;
}

.contenitoreSelezioneEtichetta {
    font-size: 1.7vh;
    margin-top: 0.5vh;
    height: 10%;
    padding-left: 1vh;
    border-radius: 0.3vh;
    color: white;
    background-color: dodgerblue;
}

.buttonAnomalia {
    font-weight: bold;
    border-radius: 0.3vh;
    padding: 0.5vh;
    color: white !important;
    background-color: #B23000;
    cursor: pointer;
}

.contenitoreSceltaUbicazioneAlternativa {
    padding: 3vh;
    background-color: lightgray;
    border: 2px solid tomato;
    border-radius: 0.3vh;
    width: 45vh;
    height: 58vh;
    margin-top: 22vh;
    margin-left: 120vh;
}

.contenitoreSceltaAnomalia {
    padding: 3vh;
    background-color: lightgray;
    border: 2px solid tomato;
    border-radius: 0.3vh;
    width: 50vw;
    height: 58vh;
    margin-top: 22vh;
    margin-left: 50vh;
}

.rigaAnomalia {
    border-bottom: 1px dashed black;
    height: 5vh;
    line-height: 5vh;
    padding: 0 0.8vh;
}

.contenitoreInfoSpostamento {
    width: 45%;
    text-align: center;
    font-size: 1.8vh;
    border: 2px solid forestgreen;
    line-height: 1.8vh;
    padding: 1vh;
    border-radius: 0.3vh;
}

/***********************************************
*********      LISTA IMMAGINI       ************     
************************************************/

.contenitoreListaCardAsset {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    margin: 0 auto;
}

.contenitoreCardAsset {
    width: 100%;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    height: 25vh;
}

@media (min-width: 780px) {
    .contenitoreCardAsset {
        width: 50%;
    }
}

@media (min-width: 950px) {
    .contenitoreCardAsset {
        width: 33%;
    }
}

@media (min-width: 1100px) {
    .contenitoreCardAsset {
        width: 25%;
    }
}

@media (min-width: 1250px) {
    .contenitoreCardAsset {
        width: 20%;
    }
}

.card {
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .1875rem;
    border-color: #37474f;
    height: 98%;
}

.cardHeader {
    margin-bottom: 0;
    background-color: transparent;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-color: #37474f;
    color: white;
}

.cardCheck {
    margin-left: 1vh;
    height: 13px;
    width: 13px;
}

.cardTitle {
    position: relative;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
}

.cardStatoAsset {
    height: 13px;
    width: 13px;
    margin-top: 4px;
    border-radius: 0.3vh;
}

.cardLabelStatoAsset {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 1vh;
}

.cardBody {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: white;
}

.cardAssetSelezionata {
    background-color: lightskyblue !important;
}

.cardBodyValue {
    font-size: 1.25rem;
}

.footerOperation {
    width: 70%;
    padding: 2vh;
    font-size: 2vh;
    padding-top: 4.5vh;
}

@media (orientation: portrait) {
    .schedaPopupLaterale {
        width: 100vw !important;
    }
}

@media (orientation: portrait) and (max-width: 900px) {
    .schedaPopupLaterale {
        width: 100vw !important;
    }

    .pulsanteSelezioneMultipla {
        width: 10vw;
    }

    .colonnaCheckBox {
        width: 10% !important;
    }

    .nascondiInPortrait {
        display: none;
    }

    .mostraInPortrait {
        display: block;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu {
        background-color: lightgrey !important;
    }

    .footerOperation {
        width: 70%;
        padding: 1vh;
        font-size: 1.8vh;
        padding-top: 2.5vh;
    }
}

/**************************************************
    SEZIONE DOCUMENTALE
***************************************************/
.cartella {
    width: 85%;
    margin-left: 10px;
    position: relative;
    border-bottom: 1px solid black;
    float: left;
}

.arrowCartella {
    cursor: pointer;
    font-size: 1vw;
    float: left;
    padding-top: 2.5%;
}


.list-files .file-item {
    width: 200px;
}

.file-item {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    margin: 0 15px 15px 0;
    float: left;
    border: 1px solid #d1d6e6;
    background-color: white;
    position: relative;
}

    .file-item .file-preview {
        display: block;
        height: 106px;
        text-align: center;
        padding: 30px 20px;
        overflow: hidden;
        background-color: #eaeaea;
        color: #aaa;
        cursor: default;
        margin-bottom: 0;
    }

        .file-item .file-preview i {
            -webkit-border-radius: 10px;
            border-radius: 10px;
            background: #ddd;
            padding: 10px;
            font-size: 24px;
        }

        .file-item .file-preview .file-extension {
            font-size: 28px;
        }

    .file-item .file-info {
        padding: 5px 20px 5px 5px;
        position: relative;
        font-size: 14px;
        cursor: default;
    }

        .file-item .file-info span {
            display: block;
            margin: 3px 0;
        }

        .file-item .file-info .file-name {
            color: #0af;
        }

        .file-item .file-info .file-date {
            font-size: 13px;
            color: #a0aeba;
        }

        .file-item .file-info .dropdown {
            position: absolute;
            right: 5px;
            top: 50%;
            margin-top: -11px;
        }

        .file-item .file-info .toggle-dropdown {
            padding: 0 10px;
            color: #a0aeba;
            font-size: 20px;
        }

            .file-item .file-info .toggle-dropdown i {
                display: inline;
            }

.list-files .file-item-email {
    width: 150px;
}

.file-item-email {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    margin: 0 0 10px 0;
    float: left;
    border: 1px solid #d1d6e6;
    background-color: white;
    position: relative;
}

    .file-item-email .file-preview {
        display: block;
        height: 60px;
        text-align: center;
        padding: 10px 10px;
        overflow: hidden;
        background-color: #eaeaea;
        color: #aaa;
        cursor: default;
        border: 0;
        margin-bottom: 0;
    }

        .file-item-email .file-preview i {
            -webkit-border-radius: 10px;
            border-radius: 10px;
            background: #ddd;
            padding: 10px;
            font-size: 17px;
        }

    .file-item-email .file-info {
        padding: 5px;
        position: relative;
        font-size: 14px;
        cursor: default;
    }

        .file-item-email .file-info span {
            display: block;
            margin: 3px 0;
        }

        .file-item-email .file-info .file-name {
            color: #0af;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

.file-preview.pdf {
    color: #fff;
    background-color: #E10F0F;
}

    .file-preview.pdf i {
        background: #fff;
        color: #E10F0F;
    }

.file-preview.xls {
    color: #fff;
    background-color: #257246;
}

    .file-preview.xls i {
        background: #fff;
        color: #257246;
    }

.file-preview.doc {
    color: #fff;
    background-color: #2B5795;
}

    .file-preview.doc i {
        background: #fff;
        color: #2B5795;
    }

.file-preview.img {
    color: #fff;
    background-color: #7183a2;
}

    .file-preview.img i {
        background: #fff;
        color: #7183a2;
    }

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    box-shadow: 3px 3px 3px -1px rgba(161,172,181,0.3);
    border-radius: 2px;
    border-color: #d1d6e6;
    margin-top: 0;
    min-width: 150px !important;
}

.checkboxDocumenti {
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 1;
}

    .checkboxDocumenti .checker {
        background-color: white !important;
    }

        .checkboxDocumenti .checker span:after {
            content: "\e2a4" !important;
            font-family: streamline-30px-filled-in !important;
        }

        .checkboxDocumenti .checker span {
            border-radius: 0 !important;
        }

.elencoTitleInvioSet {
    color: white;
    font-weight: bold;
    padding: 0.5vh 0.25vw;
    margin-top: 0;
    opacity: 0.8;
}

    .elencoTitleInvioSet:first-child {
        margin-top: 0px;
    }

.itemElencoInvioSet {
    margin-top: 0.5vh;
    font-size: 1.4vmin;
    word-wrap: break-word;
}

@media (max-width: 1770px) {
    #contenitoreFiltroCondizione {
        display: none;
    }
}