.myChartsContainer {
	width: 100%;
	text-align: center;
	padding: 3px 0 7px 1%;
}

.myTableContainer {
	width: 100%;
}

.weeklySalesAndForecastChartContainer {
	height: 365px;
	padding-bottom: 20px;
}

.WeeklySalesAndForecast_RecalculateButton {
	margin-bottom: 10px;
}

.WeeklySalesAndForecast_BestFamilyButton {
	margin-top: 10px;
	margin-bottom: 10px;
}

.flagSpan {
	white-space: nowrap;
}

.impactFlag {
	border: 0;
	background: url("../img/impactflag.png");
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	margin-left: 2px;
	margin-right: 2px;
}

.articleLinkFlag {
	border: 0;
	background: url("../img/articlelinkflag.png");
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	margin-left: 1px;
}

.displayFlag {
	border: 0;
	background: url("../img/display.png");
	background-repeat: no-repeat;
	cursor: hand;
	height: 20px;
	width: 20px;
	margin-left: 1px;
}

.informationFlag {
	border: 0;
	background: url("../img/line/orderProposalTrimmed.png");
	background-repeat: no-repeat;
	cursor: hand;
	height: 20px;
	width: 20px;
	margin-left: 1px;
}

.xAxisTextDivForecast{
	margin-top: 0px;
	margin-left: 1px;
	height: 25px;
	width: 100%;
	padding-top: 5px;
	font-size: 15px;
}

#graphDiv {
	margin-top: 10px;
}


.aggregation {
	border: 0;
	background: url("../img/aggregation.svg");
	background-repeat: no-repeat;
	cursor: hand;
	height: 20px;
	width: 20px;
	margin-left: 1px;
}
/*
.myForecastTabDetailContainer {
	width: 96%;
	padding: 3px 0 7px 1%;
}

.mySalesDetailTabContainer {
	width: 99%;
	text-align: center;
	margin-top:4px !important;
}

.directTextDiv {
	float: left;
	margin-left: 50% ;
	margin-right: 25%;
	font-weight:bold;
}

.aggregation {
	border: 0;
	background: url("./../img/display.png");
	background-repeat: no-repeat;
	cursor: hand;
	height: 20px;
	width: 20px;
	margin-left: 1px;
}

.flagRecepSched {
	border: none;
	height: 20px;
	cursor: help;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align:top;
}
*/
#FORWeeklySalesAndForecastsDetailForecast {
	max-width: 260px;
}

/* Pop up : sales adjustment */
#WeeklyForecast_SalesAddjustementDiv {
	width: 820px;
	height: 370px;
	overflow: auto;
}

/* Pop up : forecast adjustment */
#WeeklyForecast_ForecastAddjustementDiv {
	/* In case of it is a table
	width: 820px; 
	height: 340px;*/
	width: 800px;
	height: 150px;
	overflow: auto;
}

/* Pop up : warning */
#WeeklySalesAndForecast_WarningDiv {
	width: 820px;
	height: 340px;
	overflow: auto;
}

#FORWeeklySalesAndForecastsForecastDetailForecastsForModification_div {
	overflow-x: auto;
	overflow-y: auto;
	min-width: 800px;
	height: 330px;
}

#FORWeeklySalesAndForecastsForecastDetailForecastsForModification_div {
	min-width: 800px;
	height: 330px;
	overflow-x: auto;
	overflow-y: auto;
}
