﻿table {
	border-spacing: 0px;
}

.SmallTable {
	width: 400px;
	border: 1px solid #000000;
	border-collapse: collapse;
	font-size: 12px;
}

.TRTH {
}

.TH {
	height: 30px;
	background-color: #2D2D2D;
	color: White;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial;
	/*background-image: url('../img/gridTH.png');*/
}

.th--w-5 {
	min-width: 400px;
}

.TR {
	height: 30px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #f5f5f5;
}

div.TDleft {
	display: inline-block;
}

div.TDleft50 {
	display: inline-block;
}

div.TDleft25 {
	display: inline-block;
}

div.TDright {
	display: inline-block;
}

.TDleft {
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
	text-align: right;
}

.TDleft50 {
	padding-right: 10px;
	width: 50%;
	height: 30px;
	text-align: right;
}

.TDleft12 {
	padding-right: 10px;
	width: 12.5%;
	height: 30px;
	text-align: right;
}

.TDleft25 {
	padding-right: 10px;
	width: 25%;
	height: 30px;
	text-align: right;
}

.TDleft15 {
	padding-right: 10px;
	width: 15%;
	height: 30px;
	text-align: right;
}

.TDleft35 {
	padding-right: 10px;
	width: 35%;
	height: 30px;
	text-align: right;
}

.TDleft25 div table {
	float: right;
}

.TDleft75 {
	padding-right: 10px;
	width: 75%;
	height: 30px;
	text-align: right;
}

.TDleftTop {
	padding-right: 10px;
	min-width: 150px;
	height: 30px;
	vertical-align: top;
	text-align: right;
}

.TDleftImport {
	padding-right: 10px;
	min-width: 150px;
	height: 30px;
	text-align: right;
}

.TDalignleft {
	padding-left: 30px;
	text-align: left;
}


.TDright {
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	text-align: left;
}

.TDright50 {
	padding-left: 10px;
	width: 50%;
	height: 30px;
	text-align: left;
}

.TDright12 {
	padding-right: 10px;
	width: 12.5%;
	height: 30px;
	text-align: left;
}

.TDright25 {
	padding-left: 10px;
	width: 25%;
	height: 30px;
	text-align: left;
}

.TDright15 {
	padding-left: 10px;
	width: 15%;
	height: 30px;
	text-align: left;
}

.TDright35 {
	padding-left: 10px;
	width: 35%;
	height: 30px;
	text-align: left;
}

.TDright75 {
	padding-right: 10px;
	width: 75%;
	height: 30px;
	text-align: left;
}

.TDright65 {
	padding-right: 10px;
	width: 65%;
	height: 30px;
	text-align: left;
}

.TDrightImport {
	padding-left: 10px;
	max-width: 600px;
	height: 30px;
	text-align: left;
}

.TDcenter {
	margin: auto;
	text-align: center;
}

.TDcenter50 {
	margin: auto;
	width: 50%;
	height: 50px;
	text-align: center;
}

.TDCenter25 {
	width: 25%;
	height: 30px;
	text-align: center;
}

.TDDescription {
	padding-left: 50px;
}

.TDImageVerticalAlign {
	vertical-align: bottom;
}

.TDcheckbox4 {
	padding-right: 15%;
	height: 30px;
	text-align: right;
}

.TRext {
	height: 20px;
	background-color: #f5f5f5;
}

.lineHeight30 {
	line-height: 30px;
}



.grid {
	margin-top: 5px;
	-moz-box-shadow: 1px 1px 12px #CCC;
	-webkit-box-shadow: 1px 1px 12px #CCC;
	box-shadow: 1px 1px 12px #CCC;
}

.gridTH {
	padding: 0px;
	height: 34px;
	border: 1px solid #808080;
	background-color: #2D2D2D;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	/*background-image: url('../img/gridTH.png');*/
	/*padding-left:10px;*/
}

	.gridTH a {
		color: #FFF;
		text-decoration: none;
	}

.AlternatingRow, .Row {
	min-height: 30px;
	font-size: 11px;
	line-height: 20px;
}

.AlternatingRow {
	background-color: #fafafa;
}

.Row {
	background-color: #eaeaea;
}

	.Row td, .AlternatingRow td {
		padding-left: 10px;
		border: 1px solid #D5D5D5;
		color: #36C;
		text-shadow: 0px 0px 1px #E5E5E5;
	}

	.Row:hover, .AlternatingRow:hover {
		background-color: #dadada;
	}

		.Row:hover td, .AlternatingRow:hover td {
			color: #DD4B39;
		}

.tdCommand {
	padding-right: 10px;
}



.tableEdit {
	margin: 0px;
	padding: 0px;
	width: 95%;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f5f5f5;
}

div.tableEdit {
	width: 95%;
	display: table;
	box-sizing: border-box;
}

.tableEdit input[type="checkbox"] {
	vertical-align: middle;
}

.tableEditWithoutWidth {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.SousTitreTableEdit {
	padding-left: 30px;
	color: #2D2D2D;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}

.TREditext {
	height: 15px;
}

.TRTHEdit {
	height: 30px;
}

.THEdit {
	padding-left: 50px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #2D2D2D;
	color: White;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

/*****************/
.tablefooter {
	margin: 0px;
	height: 30px;
	border: 1px solid #808080;
	background-color: #2D2D2D;
}

.pagerOuterTable {
	margin: 0px;
	width: 100%;
	border: 0px;
}

.pagerInnerTable {
	margin: 0px;
	width: auto;
	border: 0px;
}

.pageCounter {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.pagerOuterTable a {
	text-decoration: none;
	font-size: 12px;
}

.pageFirstLast a, .pagePrevNextNumber a {
	color: #FFF;
	font-weight: bold;
}

	.pageFirstLast a:hover, .pagePrevNextNumber a:hover {
		color: #36C;
	}

.pageCurrentNumber a {
	color: #36C;
	font-weight: bold;
	cursor: default;
}
/*****************/


/********Onglets*********/
.ajax__tab_header {
	position: relative;
	top: -1px;
	z-index: 5;
	margin-left: 15px;
	height: 30px;
	border-spacing: 20px 0px;
}

.ajax__tab_outer {
	z-index: 5;
	margin-left: 5px;
	height: 30px;
	border: 1px solid #2D2D2D;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #2D2D2D;
	/*border:1px solid #36C;*/
}

.ajax__tab_disabled .ajax__tab_inner a {
	color: Red;
}

.ajax__tab_outer:hover {
	border: 1px solid #2f5bb7;
	background-color: #2968CC;
}

.ajax__tab_disabled .ajax__tab_outer:hover {
}

.ajax__tab_hover, .ajax__tab_header span:hover {
	cursor: pointer;
}

.ajax__tab_inner {
	height: 30px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 30px;
}

	.ajax__tab_inner a:focus {
		outline: 0px;
	}

.ajax__tab_active .ajax__tab_outer {
	border-bottom: 1px solid #FFF;
	background-color: White;
	background-image: none;
}

	.ajax__tab_active .ajax__tab_outer .ajax__tab_inner a {
		color: #2968CC;
		font-weight: bold;
	}

.ajax__tab_inner a {
	color: White;
	text-decoration: none;
	font-size: 14px;
}

.ajax__tab_body {
	z-index: 4;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 45px;
	padding-bottom: 10px;
	padding-left: 40px;
	min-height: 400px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	color: #808080;
	font-weight: bold;
	font-size: 12px;
}

.ajax__tab_xp .ajax__tab_body {
	border: 0px;
}

.TabContainer {
}

.TabContainerSmall {
	font-size: 12px;
}

.TabScroll .ajax__tab_body {
	height: calc(68vh - 60px);
	overflow-y: auto !important;
}

.TabContainerBorderBottom .ajax__tab_xp .ajax__tab_body {
	border-bottom: 1px solid #000 !important;
	border-bottom-right-radius: 5px !important;
	-moz-border-bottom-left-radius: 5px !important;
	-webkit-border-bottom-left-radius: 5px !important;
	-moz-border-bottom-right-radius: 5px !important;
	-webkit-border-bottom-right-radius: 5px !important;
}

.ajax__scroll_none {
	overflow: auto !important;
}



/*****************ManufacturingGridVisual******************/

.ManufacturingTable {
	border-spacing: 1px;
	text-align: center;
}

	.ManufacturingTable tr {
	}

		.ManufacturingTable tr td {
			padding: 0px;
			width: 12px;
			height: 12px;
			color: Black;
			vertical-align: middle;
			text-align: center;
			font-size: 10px;
		}

			.ManufacturingTable tr td:first-child {
				padding: 0px;
				width: 12px;
				height: 12px;
				background-color: Black;
				color: White;
				vertical-align: middle;
				text-align: center;
				font-size: 10px;
			}

			.ManufacturingTable tr td:hover {
				box-shadow: 0 3px 6px rgba(0,0,0,0.32), 0 3px 6px rgba(0,0,0,0.46);
				filter: contrast(125%);
			}

.ManufacturingTableFilter {
	text-align: center;
}

.ManufacturingTableTd {
	padding: 0px;
	width: 12px;
	height: 12px;
	color: Black;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
}

.ManufacturingTableTdGraph {
	padding: 0px;
	width: 12px;
	height: 12px;
	background-color: Black;
	color: White;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
}

/*****************ManufacturingGridVisual******************/

.PriceTable {
	margin: auto;
	border-collapse: collapse;
	text-align: left;
}

	.PriceTable tr td input {
		width: 40px;
	}

.MultiPriceTable td {
	text-align: center;
}

.TRPriceTable {
	margin: 0px;
	height: 30px;
	border: 1px solid #808080;
}

.TRPriceTableWithImage {
	margin: 0px;
	height: 30px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

.THPriceTable {
	margin: 0px;
	min-width: 60px;
	height: 30px;
	border: 1px solid #808080;
	background-color: #2D2D2D;
	color: White;
}

.THPriceTableCorner {
	margin: 0px;
	height: 30px;
	border-top: 0px solid #FFF;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 0px solid #FFF;
	color: White;
}

.TDPriceTable {
	padding: 3px;
	border: 1px solid #808080;
	text-align: left;
}

.EndTable {
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	border-left: 1px solid gray;
	background-color: #f5f5f5;
}

/* Stats */
.divStats {
	display: inline-block;
	width: 100%;
}

.divStatsSpace {
	display: inline-block;
	width: 100%;
	height: 5px;
}

.spanStatsLabel1 {
	float: left;
	padding-left: 30px;
	color: #36C;
	font-size: 14px;
}

.spanStatsLabel2 {
	float: left;
	padding-left: 50px;
	color: #DD4B39;
	font-size: 13px;
}

.spanStatsLabel3 {
	float: left;
	padding-left: 70px;
	font-size: 12px;
}

.spanStatsLabel4 {
	float: left;
	padding-left: 90px;
	font-style: italic;
	font-size: 12px;
}

.spanStatsNumber1 {
	float: right;
	padding-right: 20px;
	color: #36C;
	font-weight: bold;
	font-size: 14px;
}

.spanStatsNumber2 {
	float: right;
	padding-right: 20px;
	color: #DD4B39;
	font-weight: bold;
	font-size: 13px;
}

.spanStatsNumber3 {
	float: right;
	padding-right: 20px;
	font-weight: bold;
	font-size: 12px;
}

.spanStatsNumber4 {
	float: right;
	padding-right: 20px;
	font-style: italic;
	font-size: 12px;
}


/** New GridView **/
.newgrid {
	margin-top: 5px;
	-moz-box-shadow: 1px 1px 12px #CCC;
	-webkit-box-shadow: 1px 1px 12px #CCC;
	box-shadow: 1px 1px 12px #CCC;
}

	.newgrid tr {
		background-color: #eaeaea;
	}

		.newgrid tr:first-child {
			height: 40px;
		}

		.newgrid tr th {
			padding: 0px;
			height: 1px;
			border: 1px solid #808080;
			background-color: #2D2D2D;
			color: #FFF;
			text-decoration: none;
			font-size: 12px;
			/*background-image: url('../img/gridTH.png');*/
			/*padding-left:10px;*/
		}

			.newgrid tr th a {
				color: #FFF;
				text-decoration: none;
			}


		.newgrid tr td {
			padding-left: 10px;
			height: 24px;
			border: 1px solid #D5D5D5;
			color: #36C;
			text-align: left;
			text-shadow: 0px 0px 1px #E5E5E5;
			font-size: 11px;
		}


		.newgrid tr.RowSupprime td {
			text-decoration: line-through;
		}

		.newgrid tr.RowSupprime:hover td {
			text-decoration: none;
		}

		.newgrid tr.RowConception td {
			color: #616161;
		}

		.newgrid tr.RowConception .PackLabel:enabled {
			color: #595959;
		}

.newgrid_alternatingRow {
	background-color: #fafafa !important;
}

	.newgrid tr:hover, .newgrid_alternatingRow:hover {
		background-color: #dadada !important;
	}

		.newgrid tr:hover td, .newgrid_alternatingRow:hover {
			color: #DD4B39 !important;
		}



.newgrid_footer {
	margin: 0px;
	height: 30px;
	border: 1px solid #808080;
	background-color: #2D2D2D;
	color: white !important;
	text-shadow: 0 1px 1px #000000 !important;
	font-weight: bold !important;
	font-size: 12px !important;
	/*background-image: url('../img/gridTH.png');*/
}

	.newgrid_footer > span:first-child,
	.newgrid_footer > span:nth-child(2) {
		margin-top: 5px;
	}

	.newgrid_footer span:last-child {
		margin-top: 0;
	}

	.newgrid_footer a {
		text-decoration: none !important;
	}

	.newgrid_footer > span:last-of-type > input {
		width: 18px;
		margin: 0 2px;
	}


.newgrid_rowclick {
	cursor: pointer;
}

.newgrid_FooterPageUnselected {
	margin-right: 3px;
	color: #F0ECE6;
	vertical-align: middle;
}

.newgrid_FooterPageSelected {
	margin-right: 3px;
	color: rgb(1, 155, 204);
	vertical-align: middle;
	font-weight: 900;
}

.newgrid--selected {
	background-color: lightblue !important;
}

.newgrid--selected-template {
	background-color: #ffd9d9 !important;
}

.gridview-container {
	display: inline-block;
}

.gridview-options {
	position: relative;
	width: 100%;
}

.izygridsearch-container {
	position: relative;
	margin: 15px;
	width: 100%;
	text-align: center;
}

.gridview-buttons {
	position: relative;
	width: 100%;
}

.top-container {
	text-align: center;
	/*overflow-x: auto;*/
	width: 100%;
}

.ajax__tab_active .ajax__tab_outer .editwhite {
	display: none;
}

.ajax__tab_active .ajax__tab_outer .editblack {
	display: inline-block;
}

.ajax__tab_outer .editblack {
	display: none;
}

/*** Component ***/
.absolute-tr-right {
	position: absolute;
	width: 24px;
	right: -24px;
	top: 0px;
	padding: 2px 1px;
}
