/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17-feb-2015, 15.12.27
    Author     : Luigi Borrelli <Alphasoft>
*/

body {
    background-color: #fff;
    margin: 0;
}

/*cambia automaticamento il testo in maiuscolo ma solo nella pagina, la subm,it sarà sempre minuscola*/
/*input { text-transform: uppercase; }*/

.fontPiccolo{
    font-size: 10pt;
}

.mainSubText2 {
    color:#004488;
    font-size:12px;
    padding:2px;
}

.cookieBar{
    border: 2px solid #ff9900 !important;
}


.indexVer{
    vertical-align: bottom;
    color: #72828b !important;
    font-size: 10px;
}


.mainTitleMedio {
    color:#004488;
    font-size:18px;
    font-weight:bold;
    vertical-align:middle;
}

.width100{
    width: 100% !important;
    /*    min-width: 1024px;*/
}

.width100NoMin{
    width: 100% !important;
}

.width90{
    width: 90% !important;
    /*    min-width: 1024px !important;*/
}

.width90NoMin{
    width: 90% !important;
}

.width85{
    width: 85% !important;
}

.width80NoMin{
    width: 80% !important;
}


.width75{
    width: 75% !important;
}

.width70NoMin{
    width: 70% !important;
}



.width70{
    width: 70% !important;
    /*    min-width: 1024px !important;*/
}

.width65{
    width: 65% !important;
}

.width60{
    width: 60% !important;
    /*    min-width: 600px;*/
}

.width55{
    width: 55% !important;
}

.width50{
    /*    min-width: 1024px !important;*/
    width: 50% !important;
}

.width50NoMin{
    width: 50% !important;
}

.width45{
    width: 45% !important;
}
.width40{
    width: 40% !important;
}

.width30{
    width: 30% !important;
}

.width35{
    width: 35% !important;
}
.width30NoMin{
    width: 30% !important;
}


.width25{
    width: 25% !important;
}

.width20{
    width: 20% !important;
}

.width20NoMin{
    width: 20% !important;
}

.width15{
    width: 15%;
}

.width10{
    width: 10% !important;
    /*min-width: 100px !important;*/
}

.width10NoMin{
    width: 10% ;
}

.width9{
    width: 9% !important;

}

.width8{
    width: 8% !important;

}

.width7{
    width: 7% !important;

}

.width6{
    width: 6% !important;

}
.width5{
    width: 5% !important;

}
.width4{
    width: 4% !important;

}

.width3{
    width: 3%;
    max-width: 3%;
}

.height100{
    height: 100% !important;
}

.height90{
    height: 90% !important;
}

.widthFilter{
    width: 80% !important;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 5% !important;
    text-align: center;
}


.centerRight{
    width: 50%;
    text-align: right;
}

.centerLeft{
    width: 50%;
    text-align: left;
}

/*allineamento verticale in alto*/
.verticalTop{
    vertical-align: top !important;
}

/*inserisce un bordo a sinistra*/
.borderLeft{
    border-left: 1px solid #C0C5C7;
}

/*inserisce un bordo a destra*/
.borderRight{
    border-right: 1px solid #C0C5C7;
}

/*inserisce un bordo sotto*/
.borderBottom{
    border-bottom:  1px solid #C0C5C7;
}

/*inserisce un bordo rosso sotto*/
.borderBottomRed{
    border-bottom:  2px solid #ff0000;
}

/*inserisce un bordo rosso a sinistra*/
.borderLeftRed{
    border-left: 2px solid #ff0000;
}


/*Gestione dashboard*/

.dashboard {
    cursor: pointer;
    width: 200px;
    height: 140px;
    vertical-align: middle;
}

.dashBoardLeft{
    width: 30%;
    text-align: left;
}


.dashBoardRight{
    width: 70%;
    text-align: left;
    padding-left: 5%;
    padding-top: 3%;
}

/*CSS Tabella 6 colonne*/
/*prima colonna allineamento a sinistra (label))*/
.t6col1{
    width: 10% !important;
    text-align: left !important;
}
/*seconda colonna (input text)*/
.t6col2{
    width:20.33% !important;
}

/*prima colonna big allineamento a sinistra (label))*/
.t6col1big{
    width: 30% !important;
    text-align: left !important;
}

/*seconda colonna min (input text)*/
.t6col2min{
    width:0.33% !important;
}

/*CSS Tabella 4 colonne*/
/*prima colonna allineamento a sinistra (label))*/
.t4col1{
    width: 15% !important;
    text-align: left !important;
}
/*seconda colonna (input text)*/
.t4col2{
    width:35% !important;
}

/*prima colonna big allineamento a sinistra (label))*/
.t4col1big{
    width: 30% !important;
    text-align: left !important;
}

/*seconda colonna min (input text)*/
.t4col2min{
    width:0.33% !important;
}

/*prima colonna allineamento a sinistra media(label))*/
.t4col1med{
    width: 20% !important;
    text-align: left !important;
    /*font-weight: bold !important;*/
    /*padding-right:  1% !important;*/
}
/*seconda colonna media(input text)*/
.t4col2med{
    width:30% !important;
}



/*CSS Tabella 3 colonne*/
/*tutte le colonne hanno la stessa larghezza e centrate*/
.t6col1Center{
    width: 16.66%;
    text-align: center;
}

.t5col1Center{
    width: 30%;
    text-align: center;
}
.t5col2Center{
    width: 17.5%;
    text-align: center;
}

.t3col1{
    width: 33.3% !important;
}
.t3col2{
    width: 33.3% !important;
}
.t3col3{
    width: 33.3% !important;
}

.t3col1Center{
    width: 33.3%;
    text-align: right;
}
.t3col2Center{
    width: 33.3%;
    text-align: center;
}
.t3col3Center{
    width: 33.3%;
    text-align: left;
}

/*Per un gruppo di quattro tasti*/
.t4col1Center{
    width: 25% !important;
    text-align: right;
}

.t4col23Center{
    width: 25% !important;
    text-align: center;
}

.t4col4Center{
    width: 25% !important;
    text-align: left;
}

/*CSS Tabella 2 colonne*/
.t2col1min{
    width: 11% !important;
    text-align: left !important;
}
/*seconda colonna (input text)*/
.t2col2min{
    width: 89% !important;
}

/*prima colonna allineamento a sinistra (label))*/
.t2col1{
    width: 20% !important;
    text-align: left !important;
}
/*seconda colonna (input text)*/
.t2col2{
    width: 80% !important;
}

.t2col1med{
    width: 15.5% !important;
    text-align: left !important;
}
/*seconda colonna (input text)*/
.t2col2med{
    width:50% !important;
}

.t2col1big{
    width: 60% !important;
    text-align: left !important;
}
/*seconda colonna (input text)*/
.t2col2big{
    width:40% !important;
}

/*CSS Tabella 4 colonne solo label*/
/*prima colonna allineamento a sinistra*/
.t4col1label{
    width: 20% !important;
    text-align: left !important;
}
/*seconda colonna*/
.t4col2label{
    font-weight: bold !important;
    width:20% !important;
}

/*CSS Colonne Tabella*/
/*colonna codice*/
.colCodice{
    text-align: center;
    width: 10%;
}

/*colonna descrizione*/
.colDescrizione50{
    text-align: center;
    width: 50%;
}

/*colonna descrizione*/
.colDescrizione60{
    text-align: center;
    width: 60%;
}

/*colonna descrizione allineamento sinistra*/
.colDescrizione40Left{
    text-align: left;
    width: 60%;
}

/*colonna descrizione*/
.colDescrizione70{
    text-align: center;
    width: 70%;
}

/*colonna descrizione*/
.colDescrizione80{
    text-align: center;
    width: 80%;
}

/*colonna descrizione*/
.colDescrizione90{
    text-align: center;
    width: 90%;
}

/*colonna civico in mappa*/
/*colonna descrizione*/
.colCivico50{
    text-align: left;
    width: 50%;
}

/*colonna tasto options*/
.colOptions{
    text-align: center;
    width: 10%;
}

/*colonna options a 2 tasti*/
.col2Options{
    text-align: center !important;
    width: 10% !important;
}

/*colonna options a 3 tasti*/
.col3Options{
    text-align: center;
    width: 12%;
}

/*colonna options a 5 tasti*/
.col5Options{
    text-align: center;
    width: 15%;
}

/*colonna options a 6 tasti*/
.col6Options{
    text-align: center;
    width: 20%;
}

/*colonna codice catastale*/
.colCodCat{
    text-align: center;
    width: 10%;
}

.colRadio{
    text-align: center;
    width: 10%;
}

.grassetto{
    font-weight: bold !important;
}

.corsivo{
    font-style: italic;
}

.centra{
    text-align: center;
}

.sinistra{
    width: 50% !important;
    text-align: left !important;
}

.destra{
    width: 50% !important;
    text-align: right !important;
}

/*css tabelle interne storico*/
.ui-datatable.history th {
    background: #DADADA;
    color: black;
    border-color: #383838;
}
.ui-datatable.history td {
    border-color: #383838;
}
/*****************************/

.center-no-border-nosp {
    text-align: center !important;
    border: none !important;
    padding: 1px 1px !important;
}

/*per fissare la posizione del tastino new*/
.new-button{
    position: absolute !important;
}

/*per le immagini da esportare*/
.img-exporter{
    font-size: 22px;
}

/*per le immagini in homepage*/
.img-home{
    font-size: 48px;
}

/*Per associare alla riga un colore in base allo status*/
.yellowRow{
    background: gold  !important;
}

.redRow{
    background: #ff0000 !important;
}

.greenRow{
    background: #30e004  !important;
}

.lighblueRow{
    background: #7AC5CD  !important;
}

.lighgreyRow{
    background: #cdcdcd  !important;
}

.paleTurquoise{
    background: #AFEEEE !important;
}

.whiteRow{
    background: #fff  !important;
}

/*width per input text dei select one menu in visualizza*/
.widthSOM{
    width:220px !important;
    opacity: 0.65;
}

.detailButton{
    padding-left: 5%;
}

/* CSS MAPPA*/
.styleMap{
    width: 900px !important;
    height: 600px !important;
}

.styleMapBig{
    width: 100% !important;
    height: 650px !important;
}

.styleMapMin{
    width: 100% !important;
    height: 400px !important;
}

.styleMapMinEdif{
    width: 100% !important;
    height: 300px !important;
}

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

#logo-menu{
    background-image: url("/AlboEMessi/faces/javax.faces.resource/images/logoBO.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
}

.slimmenu > #logo-menu{
    background-image: url("/AlboEMessi/faces/javax.faces.resource/images/logoBOV.png");
}

.sfondoImgHome{
    background: linear-gradient(to right, rgba(59,182,190,1) 38%,rgba(21,178,176,1) 38%); /* W3C */
}

/* con menu in alto */
@media (max-width: 640px) {
    #logo-menu{
        background-image: url("/AlboEMessi/faces/javax.faces.resource/images/logoBO.png");
    }

    .width70NoMin{
        width: 100%;
    }

    .t6col1, .t6col1Center, .t6col1big, .t6col2, .t6col2min, .t4col1, .t4col1Center, .t4col1big, .t4col1label, .t4col1med, .t4col2, .t4col23Center, .t4col2label, .t4col2med, .t4col2min, .t4col4Center, .t2col1, .t2col1med, .t2col1min, .t2col2, .t2col2med, .t2col2min{
        width: auto !important;
        text-align: left !important;
    }

}

/*con menu stretto a sinistra*/
@media (min-width: 641px) and (max-width: 1200px) {
    #logo-menu{
        background-image: url("/AlboEMessi/faces/javax.faces.resource/images/logoBOV.png");
    }


}


.panel-homepage > .ui-panel-content{
    padding: 0px !important;
}

/*stile dialog dei messaggi*/
.messageDialogStyle{

    display: block;
    top: 0;

    padding: 10px;
    position: fixed;
    width: 100%;

    background-color: #a02121;
    color: #ffffff;
    height: 50px !important;
    z-index: 2147483647;

    font-family: "titillium_webregular" !important;

    outline: medium none;
    text-decoration: none;

}

/* Getione colori notification bar*/
.coloreTestoInfo{
    color: #0b66b1 !important;
    font-size:16px;
    font-weight: bold;
}

.coloreBordiInfo{
    border: 2px solid #3a87ad !important
}

.coloreTestoWarning{
    color: #cc6600 !important;
    font-size:16px;
    font-weight: bold;
}

.coloreBordiWarning{
    border: 2px solid #ff9900 !important;
}

.coloreTestoError{
    color:firebrick;
    font-size:16px;
    font-weight: bold;
}

.coloreBordiError{
    border: 2px solid firebrick;
}

/*Per gestire il pannello di search sulla mappa*/
.map-search-form {
    background: white none repeat scroll 0 0 !important;
    position: absolute !important;
    right: 30px !important;
    top: 150px !important;
    width: 300px !important;
    margin: 0 auto !important;
}

.map-search-form .ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all {
    margin: 15px !important;
}

.footer {
    text-align: center;
    bottom: 0;
    position: fixed;
    width: 99.8%;
    padding: 0px!important;
    z-index: 1000;
    background: #fff !important;
}

/*css per tetris*/
.tetris-dialog .ui-dialog-content
{
    height: 90% !important;
}

/* CSS per la riga "totali" delle tabelle"*/
.summaryRowRight{
    text-align: right;
    font-weight: normal !important;
}
.summaryRowLeft{
    text-align: left;
    font-weight: normal !important;
}
.summaryRowCenter{
    text-align: center;
    font-weight: normal !important;
}

.red{
    color: #D00000 !important;
}

.green{
    color: #00CC00 !important;
}

.fuchsia{
    color: fuchsia !important;
}

.blue{
    color: #083359 !important;
}

.azzurro{
    color: #00AEEF !important;
}

.yellow{
    color: #cc6600 !important;
}

.gialloOro{
    color: gold !important;
}

/*colori relativi alle udienze*/
.giallo{
    background: #FFCC00  !important;
    color: #000 !important;
}

.verde{
    background: #33FF33 !important;
    color: #000 !important;
}

.blu{
    background: #33FFCC !important;
    color: #000 !important;
}

/*css per udienze rinviate*/
.gialloRinviata{
    background: #FFCC00  !important;
    color: #000 !important;
    border: 2px solid #D00000 !important;
}

.verdeRinviata{
    background: #33FF33 !important;
    color: #000 !important;
    border: 2px solid #D00000 !important;
}

.bluRinviata{
    background: #33FFCC !important;
    color: #000 !important;
    border: 2px solid #D00000 !important;
}

/*CSS per gli eventi sul calendario*/
.evento{
    background: #808080  !important;
    color: #fff !important;
}

/*tabella dettagli evento del calendario*/
.dialogEvento{
    width: 50%!important;
    border: 2px solid #0f446c;
}

.redRiga{
    border-bottom: 2px solid #ff0000;
    border-left:  2px solid #ff0000;
}

.greenRiga{
    border-bottom:  2px solid #00CC00;
    border-left:  2px solid #00CC00;
}

.bluRiga{
    border-bottom:  2px solid #3a87ad;
    border-left:  2px solid #3a87ad;
}


/*CSS DI BACHECA ALBO*/

/*style link*/
.linkBacheca {
    color: #0f446c !important;
    text-decoration: none !important;
}
.linkBacheca:hover {
    color: #00AEEF !important;
}
.linkBacheca:active {
    color: #D00000 !important;
}
.linkBachecaOn {
    color: #D00000 !important;
    text-decoration: none !important;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: bold;
    list-style: outside none none;
    margin: 0;
    padding: 3px 2px 5px 10px;
}

/*link figli bacheca*/
.linkBachecaFiglio {
    color: #0f446c !important;
    text-decoration: none !important;
    padding-left: 20px;
    padding-top: 5px;
}
.linkBachecaFiglio:hover {
    color: #00AEEF !important;
}
.linkBachecaFiglio:active {
    color: #D00000 !important;
}
.linkBachecaFiglioOn {
    color: #D00000 !important;
    text-decoration: none !important;
    font-weight: bold;
    list-style: outside none none;
    margin: 0;
    padding: 3px 2px 5px 20px;
}


/*sfondo toolbar bacheca*/
.toolBarBacheca{
    background-color: #cce0ff !important;
}
.sfondoTopBar{
    /*background: linear-gradient(rgba(0,0,55,1),rgba(0,0,55,0.8), rgba(0,0,55,1)) !important;  Standard syntax */
    background-color: #f6f6f6;
    border-bottom: 0.067em solid #ccc;
    position: fixed;
    display: block;
    width: 100%;
    z-index: 1000;
}

.white{
    color: #fff !important;
}


.paddingLeft{
    padding-left: 10px;
}

/*codice luigi colangelo per scroll su tabella
.ui-datatable-scrollable-body{
    max-height: 400px!important;
}*/