﻿/* COMPETENCES */

div.blocSousDomaine
{
    margin: 0 0 10px 0;
}

span.etatDomaine
{
    text-transform: uppercase;
    font-weight: bold;
}

span.etatDomaineEncours
{
    color: #ff9326;
}

.ui-state-active span.etatDomaineAcquis
{
    color: #0e8e00;
}

span.etatDomaineAcquis
{
    color: #8cc645;
}

span.etatDomaineNonAcquis
{
    color: #ff0000;
}

/*span.seuilValidationSousDomaine{

}*/

div.blocCompetence
{
    padding: 5px 0 5px 15px;
    border-radius: 5px;
    margin: 2px 0;
}

div.blocCompetenceAcquise
{
    background-color: #f1ffed!important;
    border: 1px solid #1fa100!important;
}

div.blocCompetenceNonAcquise
{
    background-color: #ffe0e0!important;
    border: 1px solid #ff0606!important;
}

div.blocCompetenceNonEvaluee
{
    background-color: #eee;
    border: 1px solid #6c6c6c;
}

div.blocCompetence span.theCompetence
{
    display: block;
    float: left;
    width: 70%;
}

div.blocCompetence span.competenceObligatoire
{
    background: url(images/alert.png) no-repeat left center;
    display:block;
    font-style:italic;
    /*font-weight:bold;*/
    padding:5px 0 0 20px;
    font-size:11px;
    color:#FF0000;
}

div.blocCompetence span.theChoice
{
    display: block;
    float: left;
    width: 10%;
    /*font-weight: bold;*/
}

div.blocCompetence span.isAcquis
{
    color: #1fa100;
}

div.blocCompetence span.isNotAcquis
{
    color: #9d0000;
}

div.blocCompetence label
{
    cursor: pointer;
}

div.divObservations
{
    padding:10px 0 0 50px;
}

    div.divObservations label
    {
        display: block;
        /*font-weight: bold;
        text-decoration:underline;*/
        padding:2px;
    }

    div.divObservations textarea
    {
        display: block;
        width:60%;
        border-radius: 5px;
    }

    
/* end COMPETENCES */

/* Affichage dans le suivi de l'individu */

span.sousDomainesAcquis
{
    display:block;
    background: url('images/check.png') no-repeat 5px center;
    padding:0px 0 0px 25px;
    color:#1fa100;
    font-weight:bold;
}

span.sousDomainesNonAcquis
{
    display:block;
    background: url('images/alert.png') no-repeat 5px center;
    padding:0px 0 0px 25px;
    color:#FF0000;
    font-weight:bold;
}

/* Télécharger la matrice Excel */
a.linkDownloadMatrice
{
    display:block;
    background: url('images/livret.png') no-repeat 5px center;
    padding:25px 0 25px 80px;
}

a.linkDownloadMatrice:hover
{
    opacity:0.7;

}

/* Décision du jury */

div.certifie
{
    background: url('images/check.png') no-repeat 5px center;
}

div.noncertifie
{
    background: url('images/alert.png') no-repeat 5px center;
}