﻿X OVERRIDE
/*----------------------------------------------------------*/



.ajax__calendar_footer, .ajax__calendar_today
{
    font-weight: bold !important;
    color: Red !important;
}



/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Verdana, Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

a:link, a:visited
{
    /*color: #034af3;*/
    color: White;
    text-decoration: none;
}

a:hover
{
    /*color: #1d60ff;*/
    color: White;
    text-decoration: none;
}

a:active
{
    /*color: #034af3;*/
    color: White;
    text-decoration: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

img
{
    padding:0;
    margin:0;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1150px;
    /*width: 1003px;*/
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.tableHeader
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.panelMenu
{
    margin: 0px;
    padding: 0px;
    margin-top:3px;
    margin-bottom:-3px;
    vertical-align:bottom;
}

.imageMenu
{
    float:right;
    margin-left:0px;
    margin-right:7px;
    margin-top:3px;
    width: 25px;
}

.cellMenu
{
    /*background-color: #d0e3e7;*/
    background-color: #d3d0c9;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px;
    margin: 0px;
    /*padding: 0px 12px;
    margin: 2px 8px 8px 8px;*/
    min-height: 420px;
}

.mainContent
{
    padding: 15px 12px 0px 12px;
    margin: 2px 8px 8px 8px;
}

.reponseFournisseur
{
    border: 2px solid #049CC4;
    padding: 15px 12px 0px 12px;
    margin: 2px 8px 8px 8px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.cellFooter
{
    
}

.TRCHeader
{
    margin: 10px 20px;
    border: 2px solid #049CC4;
}

.textArea
{
    margin-top: 10px;
}

.suiviTRC
{
    background-color: #C8F9EE;
    margin-top: 10px;
    margin-right: 22px;
    margin-bottom: 10px;
}

.rblCrit
{
    margin-left: 40px;
}

.mailReponse
{
    border: 1px solid Black;
    margin: 10px 20px;
    padding: 10px 20px;
}

.tableRecapBleu
{
    background-color:#DEECEF;
}

.tableSuivi
{
    background-color:#b8e6ef;
}

.divRightCas
{
    background-color: #FFF5DC;
    border: 1px solid Black;
    padding-right:20px;
    padding-left:20px;
    padding-top:0px;
    padding-bottom:5px;
}

.tabCellCas
{
    border-bottom:1px solid Black;
}

.tabCellCasSansSCas
{
    padding-left:1px;
    border-bottom:1px solid Black;
}

.tabLastCellCasSansSCas
{
    padding-left:1px;
}

.ModalPanel
{
}

.panelAddContact
{
    background-color: #b6b7bc;
}

.pagerPanel
{
    margin:0;
    padding:0;
    margin-left:5px;
    padding-left:20px;
    margin-right:5px;
    padding-right:20px;
}

.pagerSelected
{
    padding-left:5px;
    padding-right:5px;
    text-decoration: none;
    color: Black;
    font-weight:bold;
}

.pagerLink
{
    padding-left:5px;
    padding-right:5px;
    text-decoration: underline;
    color: Blue;
    cursor: hand;
}

.pageLabel
{
    padding-left:5px;
    padding-right:5px;
    text-decoration: none;
    color: Black;
}

.gridViewPager
{
    /*background-color:#009DC6;*/
    background-color:#65676A;
    
    font-size:13px;
}     



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* CUSTOM CSS
----------------------------------------------------------*/

.labelLink
{
    text-decoration:underline;
    cursor:hand;
    color:Blue !important;
}

.labelTRCSent
{
    border: solid 1px Green;
    background-color:#E9F3BE;
    padding: 2px 10px;
    margin: 10px 30px;
}

.greenzone
{
    background-color:#E9F3BE;

}

.label
{
    color:Black;
    font-size:1em;
}

.labelTitre
{
    color:Black;
    font-weight:bold;
    font-size:1em;
}

.labelTitreRouge
{
    color:Red;
    font-weight:bold;
    font-size:1em;
}

.labelTitreOrange
{
    color:#FF7100;
    font-weight:bold;
    font-size:1em;
}

.labelTitreJaune
{
    color:#FFB000;
    font-weight:bold;
    font-size:1em;
}

.labelTitreTurquoise
{
    color:#009FC6;
    font-weight:bold;
    font-size:1em;
}

.labelInfoJaune
{
    color:#FFB000;
    font-size: 0.85em;
    padding-right: 10px;
}

.labelOrange
{
    color:#FF7100;
    font-size: 1em;
    padding-right: 10px;
}

.labelFieldB
{
    color:Black;
    font-size:0.85em;
    font-weight:bold;
}

.labelField
{
    color:Black;
    font-size:1em;
    padding-right: 10px;
}

.labelTitreBleu
{
    color:#0E6A80;
    font-weight:bold;
    font-size:1em;
}

.labelTitreBleuPadd
{
    color:#0E6A80;
    font-weight:bold;
    padding-right: 10px;
    font-size:1em;
}

.labelInfoBleu
{
    color:#0E6A80;
    font-size:0.85em;
}

.labelInfoBleuB
{
    color:#0E6A80;
    font-size:1em;
    font-weight:bold;
}

.labelFieldImportant
{
    color:#FC4444;
    font-size:0.85em;
}

.labelFieldInfo
{
    color:Black;
    font-size:0.85em;
}

.labelBleu
{
    color:#009FC6;
    font-size:0.85em;
}

.labelRouge
{
    color:Red;
    font-size:0.85em;
}

.labelErreur
{
    color:Red;
    font-size:1em;
}

.textboxField
{
    margin-top: 2px;
    margin-bottom: 2px;
}

.linkBlue
{
    color:#0E6A80 !important;
    font-size:0.85em;
    cursor: hand;
}

.rblFieldOblig
{
    color:#0E6A80;
    font-weight:bold;
    font-size: 12px;
    padding-left: 25px;
}


.cellPaddLeft
{
    padding-left: 10px;
}

.tableButtons
{
    padding-bottom:20px;    
}

.divTop
{
    background-color:#E4E4E4;
    padding:5px;
}

.textboxCap
{
    text-transform: capitalize;
}

.textboxUpper
{
    text-transform: uppercase;
}

.textboxUpperH
{
    text-transform: uppercase;
    display: none;
}

.labelSiteNom
{
    padding:5px 40px 5px 40px;
    border: 1px solid Green;
    background-color:#E9F3BE;
    font-weight:bold;
}

/* LISTE TRC
----------------------------------------------------------*/

.ListeTRC
{
    margin:3px 10px;
}

.headerListeTRC
{
    /*background-color:#009DC6;*/
    background-color:#65676A;
    color:White;
    margin:3px 10px;
    padding:3px 10px;
    text-decoration:none;
}
.headerCellListeTRC
{
    text-decoration:none;
}

.itemListeTRC
{
    background-color:#F2FAFD;
    /*background-color:#d3d0c9;*/
}

.altitemListeTRC
{
    background-color:#F8F8F8;
}

.crit1
{
    color: Green;
    font-weight:bold;
}

.crit2
{
    color: #FF7100;
    font-weight:bold;
}

.crit3
{
    color: Red;
    font-weight:bold;
}

/* TABLEAUX
----------------------------------------------------------*/

.selectedRowCell
{
    background-color: White;
}


/* MESSAGES
----------------------------------------------------------*/

.labelMessageOK
{
    background-color:#E9F3BE;
    margin-left: 50px;
    padding: 5px 20px 5px 40px;
    border: 1px solid Green;
}

.labelMessageKO
{
    background-color:#FF3838;
    margin-left: 50px;
    padding: 5px 20px 5px 40px;
    border: 1px solid Red;
}

.labelMessageINFO
{
    background-color:#FFCC33;
    margin-left: 50px;
    padding: 5px 20px 5px 40px;
    border: 1px solid Orange;
}

.panelMessage
{
    padding-top: 7px;
}
    
    .modalBackground 
    {
     background-color:Gray;
     filter:alpha(opacity=70);
     opacity: 0.7;
    }

/* ETAPES
----------------------------------------------------------*/
.tableEtapes
{
    background-color:#F6F7F7;
}

.etapeSelected
{
    font-size: 0.85em;
    color:#FF6B00;
    font-weight:bold;
}

.etape
{
    font-size: 0.85em;
    color:#7CBCC6;
    font-weight:bold;
}

.etapeArrow
{
    font-size: 1.2em;
    color:#7CBCC6;
    font-weight:bold;
}


