/* here you can put your own css to customize and override the theme */
.navbar-brand .logo {
    margin-top: -9px;
}

.etat-defaut {
    background-color: #c3b6b6; /*gris*/
    color: #000000;
}

.etat-encours {
    background-color: #57b5e3; /*bleu*/
    background-image: none !important;
    color: #000000;
}

.etat-terminee {
    background-color: #40c455; /*vert clair*/
    background-image: none !important;
    color: #000000;
}

.etat-validee {
    background-color: #a54ee9; /*violet*/
    background-image: none !important;
    color: #000000;
}

.etat-annulee {
    background-color: #3d3a3a; /*gris foncé*/
    color: #FFFFFF;
}

.etat-retour {
    background-color: #ff0000; /*rouge*/
    background-image: none !important;
    color: #000000;
}

.etat-test {
    background-color: #ffd800; /*jaune*/
    background-image: none !important;
    color: #000000;
}

.etat-entest {
    background-color: #ff6a00; /*orange*/
    background-image: none !important;
    color: #000000;
}

.validation-summary-errors > span {
    font-weight: bold;
}

.validation-summary-errors > ul {
    padding: 0;
    list-style-type: none;
}

.portlet > .portlet-title > .caption .caption-xs {
    font-size: 12px;
}


/*Comportement dans la grille*/
.valeur-neg {
    background-image: none !important;
    color: #FF0000;
}

.valeur-surlignee {
    background-image: none !important;
    color: #FF0000;
    text-decoration: underline;
}
/*FIN Comportement dans la grille*/






/*Boutons de la grille DevExpress*/
.ButtonDelete {
    background-position-x: -20px;
}

.ButtonEdit {
    background-position: -40px;
}

.ButtonCancel {
    background-position: -60px;
}

.ButtonUpdate {
    background-position: -80px;
}


.ButtonEdit, .ButtonDelete, .ButtonCancel, .ButtonUpdate {
    background-repeat: no-repeat;
    margin-right: 0px;
    background-image: url(../img/command.png);
    width: 20px;
    height: 20px;
}


.ButtonDetails {
    background-repeat: no-repeat;
    background-image: url(../img/command.png);
    width: 20px;
    height: 20px;
}
/*FIN Boutons de la grille DevExpress*/



/*Debut style menu de navigation en haut du site */
.LienSiteMap {
    color: #C0C0C0;
    margin-top: 10px;
}

    .LienSiteMap a:link {
        color: #FFFFFF;
    }

    .LienSiteMap a:visited {
        color: #FFFFFF;
    }

    .LienSiteMap a:hover {
        color: #FFFFFF;
    }

    .LienSiteMap a:focus {
        color: #FFFFFF;
    }

    .LienSiteMap a:active {
        color: #FF00FF;
    }

/*FIN style menu de navigation en haut du site */



.portletDetailTacheSimple {
    height: 500px;
}

.portletDetailTache {
    height: 550px;
}

/* PLANNING */
.PlanningCellIdentite {
    -webkit-border-radius-bottomright: 50px !important;
    -moz-border-radius-bottomright: 50px !important;
    border-bottom-right-radius: 50px !important;
    border: solid;   
    border-width: thin;
}

.PlanningCellArrondi {
    -moz-border-radius: 10px  !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;  
    text-align: center !important;
    font-size: x-small !important;    
}

.PlanningCellFixed {
    border: solid;
    text-align: center;
    border-width: thin;
}
 
/* FIN PLANNING*/
