.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;
}

.flagActiveFcst {
	background: url("../img/dot-green.gif");
	background-repeat: no-repeat;
	width: 20px;
	margin-top: 3px;
	margin-left: 2px;
	margin-right: 2px;
}
.flagInactiveFcst {
	background: url("../img/dot-gray.png");
	background-repeat: no-repeat;
	width: 20px;
	margin-top: 3px;
	margin-left: 2px;
	margin-right: 2px;
}

.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;
}

#FORWeeklySalesAndForecastsDetailForecast {
	max-width: 460px;
}

/* 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;
}

.WeeklySalesAndForecast_WarningDivSmall {
	width: 570px;
	height: 340px;
	overflow: auto;
}

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

button.eraseDte {
	border: 0;
	background: url("../img/eraseDate.png");
	background-repeat:no-repeat;
	width: 30px;
	height: 30px;
    margin-left: 0px;
}

.forecastSourceType {
	display: inline-block !important;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	vertical-align:bottom; /* text-bottom */
	height: 18px; /* 16px */
}

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