﻿/* STYLES DEVEXPRESS */
.dxgvSelectedRow {
    background-color: #5C62EC;
    color: White;
}


.dxgvGroupPanel
{
    background-color:#FDCCAB;
}
.dxgvDataRowAlt
{
    background-color:#FEF3ED;
}

.dxgvHeader, .dxgvPagerBottomPanel
{
	background-color: #F1781F;
}

.dxpSummary, .dxgvHeader, 
.dxgvHeader table,
.dxgvGroupRow .dxgv

{
	color: White;
	font-weight: bold;
}
.dxgvFilterRow, .dxgvGroupRow, 
.dxgvDataRow td.dxgvIndentCell, 
.dxgvGroupRow td.dxgvIndentCell, 
.dxgvGroupFooter td.dxgvIndentCell
{
    background-color: #F7AA74;
}


/* ************************************************ */
/* MODULE RECRUTEMENT - LISTING DES VEAUX CANDIDATS */
/* ************************************************ */

.dRecrutementIntro
{
}

.dRecrutementZoneActions
{
    margin-left: 25px;
    height: 50px;
}
     .dRecrutementZoneActions_BtnValider
     {
         width: 50%;
         height: 50px;
         float: left;
     }
     
     .dRecrutementZoneActions_AideEnLigne
     {
         width: 50%;
         height: 50px;
         float: left;
     }
     
.dRecrutementListing
{
    margin-left: 25px;
}     


/* ************************************************ */
/* MODULE EVALUATIONS EN COURS ******************** */
/* ************************************************ */
.EvalsEnCoursLienConnexion
{
	margin-left: 30px;
	margin-bottom: 15px;
}

/* ************************************************ */
/* MODULE VENTE ******************** */
/* ************************************************ */
.Vente_LiensCatalogues
{
    margin-top: 10px;
    
}
.Vente_LiensCatalogues .LienCatalogue
{
    display: inline-block;
    width: 300px;
    height: 32px;
    background-image: url(ViewNode/im_download.png);
    background-repeat: no-repeat;
    background-position: top left;
    
    
}

.Vente_LiensCatalogues .LienCatalogueTech
{
    display: inline-block;
    width: 300px;
    height: 32px;
    background-image: url(ViewNode/im_download_tech.png);
    background-repeat: no-repeat;
    background-position: top left;
    
    
}

.Vente_LiensCatalogues .LienCataloguePedigree
{
    display: inline-block;
    width: 300px;
    height: 32px;
    background-image: url(ViewNode/im_download_pedigree.png);
    background-repeat: no-repeat;
    background-position: top left;
    
    
}


.Vente_LiensCatalogues .LienCatalogue:hover
{
    background-image: url(ViewNode/im_download_rollover.png);
    
}

.Vente_LiensCatalogues .LienCataloguePedigree:hover
{
    background-image: url(ViewNode/im_download_pedigree_rollover.png);
    
}

.Vente_LiensCatalogues .LienCatalogueTech:hover
{
    background-image: url(ViewNode/im_download_tech_rollover.png);
    
}


/* spé enquetes */ 
.ANNONCES a.Close
{
    display: none;
}


/* fiche pedigre */
.Pedigree_PrecSuiv
{
    width: 800px;
    text-align: center;
    margin-bottom:8px;
}

.Pedigree_Precedent
{
    display: inline-block;
    width: 200px;
    height: 32px;
    background-image: url(ViewNode/im_pedigree_precedent.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.Pedigree_Precedent:hover
{
    background-image: url(ViewNode/im_pedigree_precedent_rollover.png);
}

.Pedigree_Suivant
{
    display: inline-block;
    width: 200px;
    height: 32px;
    background-image: url(ViewNode/im_pedigree_suivant.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.Pedigree_Suivant:hover
{
    background-image: url(ViewNode/im_pedigree_suivant_rollover.png);
}     