﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
	background-color: white;
	font-size: 0.8em;
	font-family: Arial, Verdana, sans-serif;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px;
	color: #7C7D80;
	/*background: url('../../App_GlobalResources/bong_fond.jpg') no-repeat top center fixed;*/
	line-height: 1.1em;
}

a:link
{
	color: #062C77;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:visited
{
	color: #A1066A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:hover
{
    color: #A1066A;
    text-decoration: none;
}

a:active
{
    color: #062C77;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #7C7D80;
	font-variant: normal;
	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;
}

/* 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: 1500px;
	background-color: #fff;
	/* [disabled]margin-top: 20px; */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	/*  border: 1px solid #496077;*/
	clear: both;
	height: auto;
	/* [disabled]max-width: none; */
}

.header
{
	position: relative;
	color: black;
	min-height: 80px;
	background-color: hsla(0,0%,100%,1.00);
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: medium solid hsla(66,87%,47%,1.00);
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: white;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.header h2
{
    color: white;
    font-size: xx-large;
    background-color: #FFFFFF;
}

.elembandeau
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #062C77;
	font-family: Trebuchet, Verdana, sans-serif;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	bottom: 0vmin;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 10px;
}

.main
{
	padding: 0px 12px;
	margin: 12px 8px 8px 8px;
	min-height: 420px;
	text-align: left;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
    float:left;
    }

.rightCol
{
    float:left;
    width:auto;
    border: 1px solid #1598DC;
 }

.footer
{
	/*color: #4e5766;*/
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
	background-color: White;
	font-size: small;
	font-weight: lighter;
}

.img_apercu
{
    /*border: 1px solid Black;*/
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 98%;
}

.pnlConnection
{
    float:right;
}

.fond_personnalisation
{
    background-color:#F4F4F4;
}

.AccesDO
{
	color: #062C77;
	font-style: italic;
	font-variant: small-caps;
	font-size: large;
	text-align: right;
	margin-right: 20px;
}

.AccesAD
{
    color: #E10033;
	font-style: italic;
	font-variant: small-caps;
	font-size: large;
	text-align: right;
	margin-right: 20px;
}

#documentation table, .center
{
    margin-left: auto;
    margin-right: auto;
}

.pdg_left_20
{
    padding-left: 20px;
}

.pdg_right_20
{
    padding-right: 20px;
}

.mrg_left_20
{
    margin-left: 20px;
}

.mrg_right_20
{
    margin-right: 20px;
}

.mrg_top_5
{
    margin-top: 5px;
}


/* TAB MENU   
----------------------------------------------------------*/

.hideSkiplink
{
	width: 100%;
	border-bottom: medium solid #C9DE11;
	min-height: 25px
}

div.menu
{
	padding: 0px 0px 0px 0px;
	font-size: small;
	font-family: Trebuchet, Arial, sans-serif;
	margin-left: 0px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;	
}

div.menu ul li a
{
    background-color: #C1C1C1;
    border: 1px #FFFFFF solid;
    color: #FFFFFF; /*#7C7D80;*/
    display: block;
    line-height: 2em;
	min-width: 120px;
	text-align:center;
    padding: 6px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover ,#NavigationMenu a.selected
{
    background-color: #C9DE11;
    color: #000000; /*#7C7D80;*/
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
.fieldset
{
	border: 1px solid #F8941F;
	
}
.fieldset_textbox
{
	line-height: auto;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
	font-size: small;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline 
{
    display: inline;
}

.inline
{
    display: inline-table;
}

.invisible
{
    display: none;
}
        
legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input, select, td
{
	font-family: Arial, Verdana, sans-serif !important;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-left: 2px;	
}
input.textEntry 
{
	width: auto;
	border: 1px solid #1598DC;
	font-style: italic;
}

input.passwordEntry 
{
    width: auto;
    border: 1px solid #1598DC;
	font-style: italic;
}


div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
	display: block;
	float: left;
	/* [disabled]width: auto; */
	color: hsla(0,0%,53%,1.00);
	font-family: Arial, Verdana, sans-serif;
	top: 0vmin;
	font-size: small;
	font-variant: small-caps;
	margin-left: 50px;
	font-weight: bold;
	border: thin solid hsla(66,87%,47%,1.00);
	text-align: center;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    float:right;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}

.menu_spacer
{
    height:20px;	
}

.menu_commande
{
    float: left;
    width:16%;
}

.menu_commande_spacer
{
    height:20px;
	display:block
}

.ss_menu_commande 
{
	border-left: 10px solid white;
	border-top: 2px solid white;
	background-color: #7C7D80;
	min-height: 25px;
	color: #FFFFFF; /*#bfcbd6;*/
	font-size: small;
	font-family: Trebuchet, Arial, sans-serif;
	text-indent: 0px;
	line-height: normal;
	padding-top: 12px;
	padding-left: 7px;
	padding-right: 5px;
	padding-bottom: 2px;
}

.ss_menu_commande:hover, .ss_menu_commande_selected  
{
    background-color: #FECB12;
    color: #000000; /*#7C7D80;*/
    font-size: small;
    cursor: pointer;
}

.detail_contenu
{
	float: left;
	border-right: 2px solid #FECB12;
	border-top: 2px solid #FECB12;
	border-bottom: 2px solid #FECB12;
	border-left: 2px solid #FECB12;
	min-height: 500px;
	width: 81%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F7F7F7;
}

.contenu
{
	min-height: 500px;
	width: 100%;
	text-align: center;
}

.navigation td
{
    height:50px;
    padding-top:10px;
}

.total_tableau
{
	text-align: right;
	padding-right: 10px;
}

.criteres_statistiques
{
    border:1px solid; 
    margin-bottom:10px;
    padding: 10px 10px 10px 10px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.dxButton
{
    border: 1px solid #7F7F7F;
}

.btn_CommandeHover
{
    background:gold;/*#FECB12;*/
}

.dxgvFocusedRow, .dxeListBoxItemSelected 
{
    background-color:gold;
    color:#555555;
}

.dxeListBoxItemHover
{
    background-color:gold;
    color:#000000;
}

.dxeBase
{
    font:inherit;
}

.dxeTextBoxDefaultWidthSys
{
    width:inherit;
}

/*****  GridView ****/
.dxgvHeader
{
    background-color:#C9DE11;
}

/*****  PivotGrid ****/
.dxpgFilterArea
{
    background-color:#269cbcb3;
}

.dxpgHeader 
{
    background-color:#FECB12;
}

.lastHorzCell 
{
    padding-right:15px;
}

.dxpgRowFieldValue, .dxpgColumnFieldValue
{
    background-color:#C9DE11;
}

.dxpgRowTotalFieldValue, .dxpgTotalCell
{
    background-color:#EEEEEE;
}

.dxpgRowGrandTotalFieldValue, .dxpgGrandTotalCell
{
    background-color:#DDDDDD;
}