/* Menus grisés */
#transactionsMenu2 a.disabled {
	color: #A5A5A5;
}

/* White background */
.bgWhite {
	background-color: white;
}

/* very very small input */
.wealthv2 .vvsmall input {
    margin-right: 3px;
    width: 25px;
}

/* Add a top padding */
.padtop {
	padding-top: 5px;
}

/* Add top and bottom margin */
.margTopBottom10 {
	margin-top: 10px;
	margin-bottom: 10px; 
}

.margTop10 {
	margin-top: 10px;
}

/* Tick icon */
.circletick {
    background-image: url("../imagesV2/content/icon-tick.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.circleticksmall {
    background-image: url("../imagesV2/content/icon-small-tick.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.newsBorder {
	border: 3px solid #fff3d8;
}

.newsInLine {
	display: inline; 
	vertical-align: middle;
	text-align: middle;
}

.legendeCamembert table {
	position: absolute;
	top: 0px;
	right: 0;
}

.legendeCamembert td {
	padding: 5px;
	background: #efefef;	
}

table.tableStyle01 td.last {
	text-align: right;
}

.menuLineNoWrap {
    white-space: nowrap;
}

.imgCentreeVerticale {
    vertical-align: middle;
}

.boldText {
	font-weight: bold;
}

/* Les Boxes */
.greyBox {
  background: #c0c0c0;
  font-size: 12px;
  border-top: solid 1px #cccccc;
  text-indent: 20px;
  line-height: 25px;
}

/* les couleurs */
.grisBlaclist {
	color:#999999;
}

.gris {
	color:#f0f0f0;	
}

.rouge {
	color:#FF0000;
}

.rougeLeger {
	color:#AA0000;
}

.noir {
	color: #000000;
}

table .col40 {
  width: 40px;
}

table .col30 {
  width: 30px;
}

table .col35 {
  width: 35px;
}

table .col55 {
  width: 55px;
}

/* Correction affichage des listes d�roulantes */
.dijitSelect .dijitInputField.dijitArrowButtonInner, .dijitTextBox .dijitInputField.dijitArrowButtonInner {
    padding: 0 2px;
}

.overlay.overlayExtranet {
	position: fixed;
	width: 100%;
	height:100%;
}

.lightbox .close {
	right: -12px;
	top: -13px;
}

.lightbox.fixedCenter {
	position: fixed;
	top: 50%;
  	left: 50%;
  	font-size: 80%;
}

.lightbox .center .button {
	position: relative;
	left: 50%;
}

.lightbox .center .buttonInner {
	font-size: 1.2em;
}

.chartNodeTabLibre {
	width: 180px;
}

.chartNodeTabCompo {
	width: 180px;
	height: 350px;
}

.chartNodeTabPerso2 {
	width: 350px;
}

.wealthv2 .twTableTR .row .text-left{
	width: 150px; 
	font-size: 12px; 
	text-align:right!important;
	padding-top: 15px; 
	padding-left: 70px;
	height: 38px;
    margin-bottom: -14px;
	
}

.wealthv2 .twTableTR .row .staticLibelle{
	padding-top: 15px; 
	font-size: 14px; 
	font-weight: bold;
}

/* Boutons poussoir à base de ToggleTabs */
.wealthv2 .toggleTabs .tabList .button, .wealthv2 .toggleTabs .tabList .button:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff url("../imagesV2/content/toggleTabs.gif") no-repeat scroll 50% 0;
    border-color: -moz-use-text-color #d2d2d2 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    color: #000;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
}

.wealthv2 .toggleTabs .tabList .selected .button, .wealthv2 .toggleTabs .tabList .selected .button:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #3e4144 url("../imagesV2/content/toggleTabsSelected.gif") no-repeat scroll 50% 0;
    border-color: -moz-use-text-color #d2d2d2 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    color: #fff;
    text-decoration: none;
}

.wealthv2 .toggleTabs ul.tabList .first .button, .wealthv2 .toggleTabs ul.tabList .first .button:hover {
    background-position: 0 0;
}

.wealthv2 .toggleTabs ul.tabList .last .button, .wealthv2 .toggleTabs ul.tabList .last .button:hover {
    background-position: 100% 0;
    border-right: 0 none;
}

/* Slider */
.wealthv2 .dijitSlider .dijitSliderProgressBarH {
	background-image: url("../imagesV2/content/sprite_tabsBg_half.png");
    background-position: 50% 100%;
    height: 15px;
}

.wealthv2 .dijitSlider .dijitSliderRemainingBarH {
	background-image: url("../imagesV2/content/toggleTabsHalf.png");
	background-position: -5px 0;
    height: 15px;
}

.wealthv2  .dijitSlider .dijitSliderLeftBumper {
	background-image: url("../imagesV2/content/sprite_tabsBg_half.png");
	background-position: 0% 100%;
	border: 0 none;
	height: 15px;
	width:25px;
}

.wealthv2 .dijitSlider .dijitSliderRightBumper {
	background-image: url("../imagesV2/content/toggleTabsHalf.png");
	background-position: 100% 0;
	border: 0 none;
    height: 15px;
    width:25px;
}
.wealthv2 .dijitSliderFocused .dijitSliderRemainingBarH, .wealthv2 .dijitSliderFocused .dijitSliderRightBumper {
	box-shadow: none;
}

.wealthv2 .dijitSliderBarH {
    border-width: 0;
}

.wealthv2 .dijitSliderImageHandleH {
    background-image: url("../imagesV2/content/Slider.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    border: 0 none;
    height: 20px;
    width: 64px;
    top: -2px;
}

.wealthv2 .dijitSliderProgressBarH .dijitSliderThumbHover {
    background-position: 0 0;
}

.wealthv2 .dijitSliderFocused .dijitSliderImageHandleH {
    background-position: 50% 0;
}

.wealthv2 .dijitSliderHover .dijitSliderImageHandleH {
    background-position: 50% 0;
}

.wealthv2 .dijitSliderFocused .dijitSliderProgressBarH, .dijitSliderFocused .dijitSliderLeftBumper {
    background-color: none;
    border-color: none;
    box-shadow: none;
}

/* Règle sur slider */
.wealthv2 .dijitRuleMark {
    border: 1px solid lightgray;
    height: 22px;
    line-height: 0;
    position: absolute;
}

.wealthv2 .dijitRuleLabelH {
	text-align: center;
}

.wealthv2 a.button.buttonInner {
	cursor: pointer;
}

.wealthv2 a.button.buttonInner:hover {
	text-decoration: none;
}

/* Style : Objectif projet invest */
.objectifPI {
    background: #d0d0d0 none repeat scroll 0 0;	
	border-style : solid;
	border-width: 1px;
	border-color:rgb(210,210,210) ; 
	background-image: -moz-linear-gradient(90deg,rgb(193,193,193)0%,rgb(218,218,218) 15%,rgb(242,242,242) 49%,rgb(242,242,242) 100%); 
	background-image: -webkit-linear-gradient(90deg,rgb(193,193,193)0%,rgb(218,218,218) 15%,rgb(242,242,242) 49%,rgb(242,242,242) 100%);
	background-image: -ms-linear-gradient(90deg,rgb(193,193,193) 0%,rgb(218,218,218) 15%,rgb(242,242,242) 49%,rgb(242,242,242) 100%);
	width:181px;
	height:18px;
    font-size: 12px ;
    color:#4C4C4C;
    font-size: 12px; 
    border-radius: 5px;
    margin-bottom: 3px;
    margin-right: 6px;
  /*  padding-top:20px;
    padding-bottom:20px;
    padding-left:2px;
    padding-right:20px; */
    padding: 20px 20px 20px 2px;
    vertical-align: middle; 
    text-align:center;    
    overflow: hidden;
    text-overflow: ellipsis; 
}      




.objectifPI.objSelected {
	background-color: #4d4d4d;
	background-image: -webkit-linear-gradient(90deg,rgb(125,127,131) 0%,rgb(95,96,99) 100%);
	background-image:  -moz-linear-gradient(90deg,rgb(125,127,131) 0%,rgb(95,96,99) 100%);
	background-image: -ms-linear-gradient(90deg,rgb(125,127,131)0%,rgb(95,96,99) 100%);
	box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.3);
	width:183px;
	height:20px; 
	
}

.objectifPI.objSelected label{
	color: white;
}

input[id="objectifAutre"]:-ms-input-placeholder  {
	 text-align: center;		
}  
input[id="objectifAutre"]::-moz-placeholder  {
	 text-align: center;
}
/**Pour les anciennes versions (< 19)**/	  
input[id="objectifAutre"]:-moz-placeholder  {    
	 text-align: center;
}  
 input[id="objectifAutre"]::-webkit-input-placeholder  {
	 text-align: center;	
} 
    
   
.etapeProjetExt {
   /*  background: #d0d0d0 none repeat scroll 0 0;	 */
	border-style : solid;
	border-width: 1px;	
	border-color:rgb(210,210,210) ; 	
	width:120px;
	height:35px;
    font-size: 12px ;
    color:#4C4C4C;
    font-size: 12px;    
    margin-bottom: 3px;
    margin-right: 45px;    
    position:relative;
    z-index:1;
    font-weight: bold;
    padding: 40px 15px 20px 15px;
    
    /* vertical-align: middle; */
    text-align:center;   
    overflow: hidden;
    text-overflow: ellipsis; 
    /*  display:inline-block; */
}


.rond {	
	width: 40px;
	height: 40px;
	border-style : solid;
	border-width: 1px;	
	border-color:rgb(210,210,210) ; 
	background: rgba(204, 204, 204, 1);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	 border-radius: 50%;
	 z-index: 2;
	 margin-top:-120px;
	 margin-left:54px;
	 position:absolute;
	 vertical-align: middle; 
     text-align:center;
     font-size:380%;
     color:white;
  /*    display:inline-block; */
}

.rond span {
	position: relative;
	top: 1px;
}

.etapeProjetInt {   
	
	/* background-image: url("../imagesV2/content/informativeIcon-lrg.gif"); */
	background-repeat:no-repeat;
	/* background-position:50px -10px; */
	z-index: 2;
	position: absolute;
	width:57px;
	height:57px;
	margin-top:-10px;
	margin-left:40px;
	
  
}
  
.triangleEtape {
	
	 background-image: url("../imagesV2/content/triangle_page-pedagogique.png");
	 background-repeat:no-repeat;
	
	
	
}  

  
/* Boite "Projets précédents" */
.previousProjectBox {
    background-color: #efefef;
    border: 1px solid #dddddd;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
    display: inline-block;
    height: 315px;
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 24px;
    position: relative;
    width: 280px;
    /*font-size: 1.1em;*/
    font-size: 12px;
	color: #4C4C4C;
}

.previousProjectBox > div:first-child {
	background-color: #fff;
	width: 250px; 
	height: 250px; 
	position: absolute;
	border-bottom: 1px solid #dddddd;
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.previousProjectBox div.newProjectBox {
	background-image: url("../imagesV2/content/icon-plus.png");
    background-position: 50% 35%;
    background-repeat: no-repeat;
    text-align: center;
}

.previousProjectBox div.newProjectBox span {
    color: #8a8a8a;
    display: block;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 65%;
    vertical-align: middle;
}

.previousProjectBox > div:first-child table td {
	padding-top:5px;
}

.previousProjectBox .objectifPrincipal {
	font-size: 17px;
	font-weight: Bold;
	color: #4C4C4C;
	height: 40px;
	display: block;
}

.previousProjectBox table td > span {
	font-size: 14px;
	font-weight: Bold;
	color: #4C4C4C;
	display: block;
	height: 25px;
}

.previousProjectBox .btnSelProject {
    left: 85px;
    position: absolute;
    top: 273px;
}

.previousProjectBox .tickPreviousProject {
    background-position: 50% 25%;
    color: #4caf50;
    display: block;
    height: 55px;
    position: absolute;
    text-align: center;
    top: 260px;
    width: 280px;
}

.previousProjectBox .tickPreviousProject span {
	font-size: 1.1em;
    font-weight: bold;
    position: relative;
    top: 35px;
}

.wealthv2 .questionProjet {
	color: #4c4c4c;
	font-size: 1.5em;
    padding-top: 10px;
}

.profilremain {
	float: left;
}

.profilremain h5 {
	margin-left: 16px;
	margin-bottom: 0px;
}

.profilBox {
    border: 1px solid #dddddd;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
    background-color:rgb(255,255,255);
    display: inline-block;
    height: 212px;
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 14px;
    margin-top: 14px;
    position: relative;
    width: 360px;
    font-size: 12px;
    color: #000;
}

.profilBox table {
	margin-top: 35px;
	margin-left: 15px;
}

.profilBox td  {	
	color: black;
}


.profilBox td span {
	color: #4C4C4C;
	font-weight: bold;
}

.profilBox .modifProject {
	margin: 9px;
    position: relative;
    right: 0;
}

/* Onglets  */
.jsDynamicTabs .contentData {
	background-color: #f7f7f7;
	margin-top: 0px;
	padding-top: 20px;
}

.jsDynamicTabs .contentTabs ul li.selected a.singleLine {
    background: #f7f7f7 none repeat scroll 0 0;
    border-color: #f7f7f7;
}

.jsDynamicTabs .contentTabs ul li a.singleLine {
    cursor: pointer;
}

.expandableDetails {
	/* background: transparent url("../imagesV2/content/expand.gif") no-repeat scroll 3px 5px; */
	/*changement de l'image pour correction ano 23316*/
	background: transparent url("../imagesV2/content/down_double_chevron_small.png") no-repeat scroll 3px 5px;
	clear: both;
	padding: 3px 3px 0 30px;
	border-left: 1px solid #c4c4c4;
	border-top: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	border-bottom: 0px;
	height: 20px;
	width: 260px;
	cursor: pointer;
}

.detailSupports {
	padding: 0px;
	/* border-bottom: 1px solid #c4c4c4; */
}

.detailSupports.apersonnaliser {
	background-color: white;
	padding: 25px 0 0 0;
}

.borderBottom {
	border-bottom: 1px solid #c4c4c4;
}

.donutLegend {
	width: 100%;
}

.donutLegendLabel {
	font-size: 12px;
	margin: 6px 6px 6px 27px;
    width: 80%;
}


.headRepartition{
	
	background-color: #DDDDDD;
    color: black;	
	height: 51px;
	font-weight: bold;
	
}

.headRepartitionCel{
	vertical-align: middle;
	
}

.tabLgdRepartActuelle tr {
    border-bottom: 1px solid #dddddd;
}

.tabLgdRepartActuelle thead {
	font-size:12px; 
	font-weight:Bold;
	font-color: #4C4C4C;
}

.donutLegendRepartition {
	font-size: 12px;
	margin: 6px 6px 6px ;
    width: auto;
}

.wealthv2 .tblDetailComposee {
	background-color: white;
	/* border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4; */
	position: relative;
	left: 0%;
	width: 100%;
}

.wealthv2 .tblDetailComposee td {
	/*border-bottom: 1px solid #C4C4C4;*/
	text-align: left;
	padding: 13px 30px;
	font-size: 14px;
	border-bottom: solid 0px !important;
	height: 48px;
}

/* .wealthv2 .tblDetailComposee borderBottom twTableTR{
	
	background-color:#f7f7f7 !important;
} */
.wealthv2 tr.footerRepart td {
	background-color: #e7e7e7;
    padding: 0 5px;
}


.wealthv2 .aPersSupDet {
	display: inline-block;
	width:100%;
}

.wealthv2 .aPersSupDet td {
	text-align: left;
}

/* Notch panel */

.wealthv2 .notchPanel {
	background: url(../imagesV2/content/notchPanelGrey.gif) no-repeat 0 100%;
	width: 385px;
	margin-bottom: 24px;
	padding-bottom: 5px;
	clear: none;
	float: right;
}

.wealthv2 .notchPanel .notchPanelInter {
	background: url(../imagesV2/content/notchPanelGrey.gif) no-repeat 100% 0;
	padding-right: 5px;
}

.wealthv2 .notchPanel .notchPanelInner {
	background: url(../imagesV2/content/notchPanelGrey.gif) no-repeat 0 0;
	padding: 32px 24px 19px;
}

.wealthv2 .notchPanel table tr.alt {
	background-color: #F7F7F7;
	border-top: 1px solid #e5e5e5;
}

.wealthv2 .notchPanel.repartActu table tr.alt {
	background-color: #F7F7F7;
	border-top: 1px #e5e5e5;
	display: inline-block;
    height: 88px;
}

.wealthv2 .notchPanel table tr:hover td {
    background-color: inherit !important;
}

/* Notch Panel PERP */
.wealthv2 .notchPanel.repartPerp {
	width: 260px;
	
}

.wealthv2 .notchPanel.repartPerp table {
	width: 100%;
}


.wealthv2 .notchPanel.repartPerp .notchPanelInter {
	width: 258px;
	
}

table tfootGrey {
	background-color: #e4e4e4;
	font-weight: bold;
}

.repartFastTrack {
	background-color: #F7F7F7;
	padding: 10px;
}

.repartFastTrack > table td {
	vertical-align: middle;
}

.repartFastTrack #idlegendTab {
	width:100%;
}

.repartFastTrack #idlegendTab tr td {
	border-bottom: 1px solid #dddddd;
}

.repartFastTrack #idlegendTab tr:last-child td {
	border-bottom: 0px;
}

.repartFastTrack .lgdFastTrack {
	width: 552px; 
	height: 250px; 
	float: left;
}

.repartFastTrack .lgdFastTrack td:first-child {
	vertical-align: middle; 
	width: 350px;
}

.repartFastTrack .lgdFastTrackSimpl {
	width: 100%; 
	height: 250px; 
	float: left;
}

.repartFastTrack .lgdFastTrackSimpl > tbody > tr > td:first-child {
	vertical-align: middle; 
	width: 360px;
	padding-left: 50px;
}

.repartFastTrack .donutLegendPercent {
	float: right;
}

.wealthv2 .notchFastTrack td {
	padding : 5px;
}

.wealthv2 .notchFastTrack tr.row1 td {
	border-bottom: 1px solid #e5e5e5;
}

.wealthv2 .notchFastTrack .value {
	font-size: 28px;
	text-align: center;
	padding-right: 20px;
}


.wealthv2 .notchPanel .increase {
	font-weight: bold;
	padding-left: 20px;
	background: url(../imagesV2/content/increase.gif) no-repeat 0 50%;
	color: #86cb63;
}

.wealthv2 .notchPanel .stable {
	font-weight: bold;
	padding-left: 54px;
	color: black;
}

.wealthv2 .notchPanel .decrease {
	font-weight: bold;
	padding-left: 20px;
	background: url(../imagesV2/content/decrease.gif) no-repeat 0 50%;
	font-size: 30px;
	color: #db0011;
}

.wealthv2 .notchPanel.repartPerp .value {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
}

.wealthv2 .notchPanel.repartPerp .notchPanelInner{
	padding: 5px 15px 5px 5px;
}

.wealthv2 .notchPanel.repartPerp {
	float: inherit;
	position: relative;
    top: 20px;
}

.wealthv2 .comboVersement {
	width: 550px; 
	margin-left: 25px;
}

.wealthv2 .comboVersement td:first-child {
	overflow: hidden;
}

.wealthv2 .comboPeriodicite {
	width: 250px;
	margin-left: 25px;
}

.wealthv2 table tbody tr.alt td,
.wealthv2 table.alt tbody td {
	background-color: #f7f7f7;
	
}

.question .validationMessage.left360 {
	padding-left: 360px
}


tr.alternateBG:nth-child(even) {background-color: #f7f7f7;}
tr.alternateBG:nth-child(odd) {background: #FFF}

.menuVer {
	padding: 0 25px 0 0 !important;
	width: 100px !important;
}

.menuVer li {
	padding: 0 25px 0 0 !important;
	width: 290px !important;
}

.menuDVer {
	padding: 0 25px 0 0 !important;
	width: 290px !important;
}

.menuDVer li {
	padding: 0 25px 0 0 !important;
	width: 290px !important;
}

.divContrat  a.secondary:hover .buttonInner{
	background: url(../imagesV2/content/bg_lightgrey_btn.gif) no-repeat scroll right top transparent !important;
	color:#000;
}

.divContrat  a.secondary:hover{
	background:  url(../imagesV2/content/bg_lightgrey_btn_left.gif) no-repeat scroll left top transparent !important;
	color:#000;
}