/* ================================
    CSS STYLES FOR Module ModuliFormativi
   ================================
*/
#container
{
    margin: 0 auto 0 auto;
    width: 200px;
}

.SelectedRow
{
    background-color: #ffff99;
    color: #666666;
    border: solid 1px #e5e5e5;
    font-size: 1em !important;
    font-weight: bold !important;
    font-family: "Trebuchet MS" , Verdana, Arial, verdana, Sans-Serif;
    padding: 2px;
    margin: 1px;
}
/*Tabella visibile*/
table.commands
{
    height: 70px; /*border:  1px solid #404040;  */
    padding: 0;
    margin: 0;
}

/*Barra di avanzamento*/
tr.ava_row
{
    background: #505050;
    margin: 0;
    padding: 0;
}

tr.ava_row td.ava_cel
{
    height: 10px;
    background: #1fc923 url(  './img/ava_bg.gif' ) center left repeat-x;
}

tr.ava_row td
{
    height: 10px;
    border-top: 1px solid #404040 !important;
    border-top: 0;
    border-bottom: 1px solid #404040 !important;
    border-bottom: 0;
}

tr.ico_row td
{
    height: 30px;
    border-bottom: 1px solid #404040;
    margin: 0;
    padding: 0;
}

tr.ico_row a
{
    display: block;
    width: 32px;
    height: 32px;
    padding: 0px;
    margin: 0;
}


.titoloSezione
{
    font-weight: bold;
    font-size: 0.8em;
    padding-bottom: 5px;
    color: #336699;
    font-family: Arial, Verdana, Sans-Serif;
}


/*----------------------------------------*/
.button_cel2, a.button_cel2:link, a.button_cel2:visited, a.button_cel2:hover
{
    border: 2px outset;
    padding: 1px;
    font-weight: bold;
    font-size: 0.7em;
    filter: alpha(opacity=80);
    width: 100px;
    vertical-align: middle;
    height: 35px;
    background-color: #dcdcdc;
    text-align: center;
    text-decoration: none;
    moz-opacity: .80;
    opacity: .80;
    moz-box-sizing: border-box;
}
a.button_cel2:hover
{
    background-color: darkgray;
    font-size: 0.7em;
}

.button_cel_shd2
{
    filter: alpha(opacity=70);
    width: 100px;
    height: 35px;
    moz-opacity: .70;
    opacity: .70;
    border: outset 2px;
    font-weight: bold;
    font-size: 0.6em;
    font-family: Verdana, Arial, Sans-Serif;
    background-color: #dcdcdc;
}


/*Pulsante in stato hover al passaggio del mouse  
.button_cel img:hover{
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;   
  } */


/*Pulsante a "riposo"*/
.button_cel, a.button_cel:link, a.button_cel:visited
{
    border: 2px outset;
    font-weight: bold;
    font-size: 0.7em;
    filter: alpha(opacity=100);
    vertical-align: middle;
    width: 65px;
    height: 65px;
    color: #006699;
    background-color: #dcdcdc;
    text-align: center;
    text-decoration: none;
    -moz-opacity: 1;
    opacity: 1;
    font-family: Verdana, Arial, Sans-Serif;
}


a.button_cel:hover
{
    font-size: 0.7em;
    background-color: #a9a9a9;
    text-decoration: underline;
    color: #006699;
}


/*Pulsante attivo*/
.button_cel_cur
{
    border: #006699 5px double;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 0.7em;
    font-weight: bold;
    height: 70px;
    color: #006699;
}


/*Pulsante disabilitato*/
.button_cel_shd
{
    font-weight: bold;
    font-size: 0.6em !important;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    width: 65px !important;
    border: 2px outset;
    font-family: Verdana, Arial, Sans-Serif;
    text-align: left;
    color: #a9a9a9;
    white-space: normal;
    height: 65px;
    background-color: #dcdcdc;
    color: #006699;
    overflow: hidden;
}


/*Pulsante disabilitato*/
a.button_cel_shd:link, a.button_cel_shd:visited, a.button_cel_shd:hover, a.button_cel_shd:active
{
    filter: alpha(opacity=70);
    moz-opacity: .70;
    opacity: .70;
    width: 65px;
    height: 70px;
    border: outset 2px;
    font-weight: bold;
    font-size: 0.7em !important;
    font-family: Verdana, Arial, Sans-Serif;
    background-color: #dcdcdc;
    white-space: normal;
    text-align: left;
    font-size: 0.6em !important;
    color: #006699;
}


/*----------------------------------------*/


.panel_cel_cur
{
    border: #aaaaaa solid 2px;
    width: 98% !important;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: small;
    font-weight: bold;
    background-color: #ffff99;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
}


tr.must_do_row td
{
    height: 20px;
    background: #505050;
    margin: 1px;
}

/*Imposta il colore di sfondo di un div sotto il pulsante*/
.shade
{
    background: #ff000f;
}
.invioPFID, a.invioPFID:link, a.invioPFID:visited
{
    background-position: left top;
    padding-left: 25px;
    font-weight: bold;
    font-size: small;
    background-image: url(controls/images/invioPFID.gif);
    color: #006699;
    background-repeat: no-repeat;
    font-family: Verdana, Arial, Sans-Serif;
}
.button_cel_icon2
{
    border: 2px outset;
    padding: 1px;
    font-weight: bold;
    font-size: 0.7em;
    filter: alpha(opacity=80);
    width: 100px;
    vertical-align: middle;
    background-color: #dcdcdc;
    text-align: center;
    text-decoration: none;
    moz-opacity: .80;
    opacity: .80;
    moz-box-sizing: border-box;
}

.LinkComandi
{
    padding: 1px;
    display: inline-block;
    font-weight: bold;
    font-size: x-small;
    color: #333333;
    border: outset 2px;
    background-color: #dcdcdc;
    text-decoration: none;
    margin: 2px;
    white-space: nowrap;
}


A.LinkComandi:link
{
    padding: 1px;
    display: inline-block;
    font-weight: bold;
    font-size: x-small;
    color: #333333;
    border: outset 2px;
    background-color: #dcdcdc;
    text-decoration: none;
    margin: 2px;
    white-space: nowrap;
}

A.LinkComandi:visited
{
    border-right: #003300 2px solid;
    padding: 1px;
    display: inline-block;
    font-weight: bold;
    font-size: x-small;
    color: #333333;
    border: outset 2px;
    background-color: #dcdcdc;
    text-decoration: none;
    margin: 2px;
    white-space: nowrap;
}

A.LinkComandi:active
{
    text-decoration: none;
    white-space: nowrap;
}

A.LinkComandi:hover
{
    color: white;
    color: #000000;
    background-color: #a9a9a9;
    white-space: nowrap;
}

.linkButton
{
    font-weight: bold;
    font-size: 0.7em;
    color: #000000;
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
}
a.linkButton:link
{
    font-weight: bold;
    font-size: 0.7em;
    color: #000000;
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
}
a.linkButton:visited
{
    font-weight: bold;
    font-size: 0.7em;
    color: #000000;
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
}
a.linkButton:active
{
    font-weight: bold;
    font-size: 0.7em;
    color: #000000;
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
}
a.linkButton:hover
{
    text-decoration: undeline;
}
.NuovaFinestra
{
    font-weight: normal;
    font-size: 0.7em;
    color: #000000;
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
}




#ModuliFormativiPfid
{
    float: none !important;
    overflow: hidden;
    padding: 0 5px;
    width: auto !important;
}
#Suggerimenti
{
    float: right;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 180px;
    margin: 2px;
}
@media print
{
    #divRight
    {
        display: none;
    }
    #comandiProvincia
    {
        display: none;
    }
    #annualita
    {
        display: none;
    }

    #info, #info2, #cambiaCon, #Stampa
    {
        display: none;
    }

    #sectionParametri
    {
        display: none;
    }
    #cambiaStato
    {
        display: none;
    }

    #infoModulo
    {
        border-bottom: #696969 2px solid;
        font-style: italic;
    }

    #sezioneInfoModulo
    {
        display: none;
        font-size: 10pt;
    }
    .titolo_paragrafoSelezionaCerca
    {
        display: none;
    }



    #sezioneInfoPiano, #comandi, #suggerimentiStaff, #buttonChiudi
    {
        display: none;
    }

    .Tabella_MFProfessionalizzante, .Tabella_MFtrasversale, .Tabella_MFbase, .Tabella_MFaggiuntivo
    {
        font-size: 9pt;
        border: solid 1px #696969;
        width: 100%;
        font-family: Verdana, Arial, Serif;
        white-space: nowrap;
    }

    #infoPiano
    {
        width: 16cm;
        border: 2px solid #ffcc66;
    }

    .titolo_paragrafo2
    {
        width: 100%;
        border: solid 2px #000;
    }

    .ModuliFormativi
    {
        border: solid 2px #000;
        overflow: hidden;
    }

    #ModuliFormativi
    {
        
    }
    #Suggerimenti
    {
        display: none;
    }

    #ModuliFormativiPfid
    {
        width: auto;
        white-space: nowrap;
        overflow:visible;
    }

    /*.button_cel, a.button_cel:link, a.button_cel:visited
    	{
    		border-right: 2px outset;
    		border-top: 2px outset;
    		font-weight: bold;
    		font-size: 7pt;
    		filter: alpha(opacity=100);
    		vertical-align: middle;
    		border-left: 2px outset;
    		width: 80px;
    		color: #000000;
    		border-bottom: 2px outset;
    		height: 80px;
    		background-color: #dcdcdc;
    		text-align: center;
    		text-decoration: none;
    		-moz-opacity: 1;
    		opacity: 1;
    	}*/

    /*.saltoPagina {page-break-after:always;}
    	#saltoPagina
    	{
    		height: 10cm;
    	}*/

    SaltoPaginaInizio .ModuloFormativo
    {
        page-break-inside: avoid;
    }

    .grigliaCompetenze
    {
        width: 18cm;
    }
    .titolo_sectionhead
    {
        border-bottom: solid 1px #000000;
        font-size: 11pt;
        font-weight: bold;
        text-align: left;
        font-family: Arial, Verdana,Sans-Serif;
    }
    #tblUfcs
    {
        page-break-inside: avoid;
    }

    .Area_contenuto
    {
        font-weight: bold;
        font-size: 9pt;
        width: 100%;
        color: black;
        font-family: verdana, arial, 'microsoft sans serif' , sans-serif;
        background-color: #dcdcdc;
    }
    .Competenze
    {
        font-weight: normal;
        font-size: 9pt;
        width: 100%;
        color: #333333;
        font-family: verdana, arial, 'microsoft sans serif' , sans-serif;
        text-align: left;
    }

    .Tipologia_competenze
    {
        font-weight: bold;
        font-size: 9pt;
        width: 100%;
        color: black;
        font-family: verdana, arial, 'microsoft sans serif' , sans-serif;
    }


}
@media screen
{
    .grigliaCompetenze
    {
        width: 100%;
    }


}

div.cmd_cont
{
    background: #ff0000;
    width: 90%;
}



.operazioneObbligatoria
{
    background-color: #ff0000;
}
.operazioneFacoltativa
{
    background-color: #ffff66;
}
.operazioneCompletata
{
    background-color: #00ff00;
}

@page
{
    size: auto;
    margin: 1.5cm;
}
@page rotated
{
    size: landscape;
}


.floatDrop{
    width: 99%;
}
