﻿div:focus, a:focus {
	outline: 0px;
}

.center {
	margin: auto;
	width: 50%;
	text-align: center;
}

.entete {
	margin: auto;
	padding-top: 30px;
	width: 80%;
	text-align: center;
}

.divpadding {
	margin: auto;
	padding-left: 50px;
	width: 70%;
}

.hidden {
	display: none;
}

.qtip-default.myCustomQtip {
	background-color: #FAFAFA;
	max-width: none;
	border: 1px solid #6B7280;
}

.space {
	height: 30px;
}

.error {
	color: Red;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.Popup {
	border: 2px solid #CCC;
	background-color: White;
	-moz-box-shadow: 1px 1px 12px #CCC;
	-webkit-box-shadow: 1px 1px 12px #CCC;
	box-shadow: 1px 1px 12px #CCC;
	max-width: 80% !important;
	max-height: 90% !important;
	left: 50% !important;
	display: flex;
	flex-flow: column;
}

.PopupAdd {
	border: 0px;
	max-width: 80% !important;
	max-height: 90% !important;
	left: 50% !important;
	display: flex;
	flex-flow: column;
	background-color: transparent;
	height: 100%;
	width: 500px;
}

.Popup--zindex {
	z-index: 10100 !important;
}

.modalBackground {
	background-color: Gray;
	opacity: 0.1;
}

.PopupHeader {
	margin: 0px;
	padding-top: 5px;
	height: 22px;
	background-color: #3079ed;
	color: White;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

.PopupContainer {
	padding: 30px;
	max-height: 70vh;
	position: relative;
	overflow-y: auto;
}

.PopupContainer--small-padding {
	padding: 10px;
}

.PopupFooter {
	margin: 0px;
	margin-bottom: 10px;
	height: 30px;
	margin-top: 10px;
}

.PopupFooter--centered {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.PopupLanguageLabel {
	float: left;
	padding-right: 10px;
	width: 150px;
	text-align: right;
	line-height: 22px;
}

.iWiSearch {
	margin: 0px;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #FFF;
	text-align: center;
	line-height: 100px;
}

.divButtonContactIwiLight {
	margin-top: 50px;
	text-align: center;
}

.PageChoice {
	padding-top: 10px;
	width: 100%;
	height: 40px;
	text-align: center;
}

.DivEdit {
	overflow: auto;
	padding-top: 30px;
	min-width: 1000px;
}

.displaynone {
	display: none;
}

.displayInlineBlock {
	display: inline-block;
}

.PanelEdit {
	z-index: 4;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 40px;
	min-height: 150px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	color: #808080;
	font-weight: bold;
	font-size: 12px;
}

.ColumnsFilter {
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #000;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 10px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #fafafa;
	color: #36C;
}

.PanelButton {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	padding-top: 20px;
	min-height: 22px;
}

.infoCreation {
	position: absolute;
	top: 70px;
	right: 0px;
	display: block;
	float: right;
	color: Gray;
	text-align: right;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 4px;
}

.infoItem {
	position: absolute;
	top: 70px;
	left: 0px;
	display: block;
	float: left;
	padding-left: 30px;
	color: #DD4B39;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	margin-top: 5px;
	justify-content: center;
	align-items: center;
	display: inline-flex;
}

.infoTemplate {
	float: right;
	padding-left: 30px;
}

.PopupGridView {
	z-index: 10000;
	display: block;
	visibility: hidden;
	padding: 10px;
	width: 60px;
	height: 40px;
	border: 2px solid #CCC;
	background-color: white;
	-moz-box-shadow: 1px 1px 12px #CCC;
	-webkit-box-shadow: 1px 1px 12px #CCC;
	box-shadow: 1px 1px 12px #CCC;
	text-align: left;
}

.itemContainer {
	text-align: center;
}

.item50 {
	width: 49.8%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 20px;
}

.PopupContainer .item50 {
	width: 100% !important;
	padding-top: 10px;
	padding-bottom: 10px !important;
}

.column1 {
	position: relative;
	float: left;
	width: 50%;
}

.column2 {
	position: relative;
	float: right;
	width: 50%;
}

.column175 {
	position: relative;
	float: left;
	width: 75%;
}

.column225 {
	position: relative;
	float: right;
	width: 25%;
}

.column160 {
	position: relative;
	float: left;
	width: 60%;
}

.column240 {
	position: relative;
	float: right;
	width: 40%;
}

.column140 {
	position: relative;
	float: left;
	width: 40%;
}

.column260 {
	position: relative;
	float: right;
	width: 60%;
}

.column130 {
	position: relative;
	float: left;
	width: 30%;
}

.column270 {
	position: relative;
	float: right;
	width: 70%;
}

.panelProductLog {
	z-index: 1;
	display: inline-block;
	margin-top: 10px;
	margin-left: 15px;
	color: #2f5bb7;
	font-weight: bold;
	font-size: 24px;
	opacity: 0.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	-khtml-opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
}


.NextAndPrevious {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 40px;
	vertical-align: middle;
	margin: 5px 5px 0px 5px;
}

.iZyGridContextMenu {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #CCC;
	background-color: white;
	-moz-box-shadow: 1px 1px 12px #CCC;
	-webkit-box-shadow: 1px 1px 12px #CCC;
	box-shadow: 1px 1px 12px #CCC;
}

	.iZyGridContextMenu table {
		border: 0px;
	}

		.iZyGridContextMenu table tr td {
			padding-top: 5px;
			padding-right: 10px;
			padding-bottom: 5px;
			padding-left: 10px;
			border-left: 3px solid white;
			color: #36C;
			text-align: left;
			font-weight: bold;
			font-size: 13px;
			cursor: pointer;
		}

			.iZyGridContextMenu table tr td:hover {
				padding-top: 5px;
				padding-right: 10px;
				padding-bottom: 5px;
				padding-left: 10px;
				border-left: 3px solid #DD4B39;
				background-color: #E0E0E0;
				background-color: white;
				color: #DD4B39;
				cursor: pointer;
			}

.ManufacturingGridDuplicate {
	margin-top: 5px;
	color: red;
	font-size: larger;
	opacity: 0;
	-moz-animation: fadeinout 4s;
	-o-animation: fadeinout 4s;
	-webkit-animation: fadeinout 4s;
	animation: fadeinout 4s;
}

@keyframes fadeinout {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


#tree {
	position: relative;
	margin: 20px 0;
}


.branch {
	position: relative;
	margin-left: 366px;
}

	.branch:before {
		position: absolute;
		top: 50%;
		left: -100px;
		margin-top: 1px;
		width: 50px;
		border-top: 1px solid #000;
		content: "";
	}

.entry {
	position: relative;
	min-height: 40px;
}

	.entry:before {
		position: absolute;
		left: -50px;
		height: 100%;
		border-left: 1px solid #000;
		content: "";
	}

	.entry:after {
		position: absolute;
		top: 50%;
		left: -50px;
		margin-top: 1px;
		width: 50px;
		border-top: 1px solid #000;
		content: "";
	}

	.entry:first-child:before {
		top: 50%;
		margin-top: 2px;
		width: 10px;
		height: 50%;
		-moz-border-radius: 10px 0 0 0;
		-webkit-border-radius: 10px 0 0 0;
		border-radius: 10px 0 0 0;
	}

	.entry:first-child:after {
		height: 10px;
		-moz-border-radius: 10px 0 0 0;
		-webkit-border-radius: 10px 0 0 0;
		border-radius: 10px 0 0 0;
	}

	.entry:last-child:before {
		width: 10px;
		height: 50%;
		-moz-border-radius: 0 0 0 10px;
		-webkit-border-radius: 0 0 0 10px;
		border-radius: 0 0 0 10px;
	}

	.entry:last-child:after {
		margin-top: -10px;
		height: 10px;
		border-top: none;
		border-bottom: 1px solid #000;
		-moz-border-radius: 0 0 0 10px;
		-webkit-border-radius: 0 0 0 10px;
		border-radius: 0 0 0 10px;
	}

	.entry.sole:before {
		display: none;
	}

	.entry.sole:after {
		margin-top: 1px;
		width: 50px;
		height: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

.ProductTile {
	display: block;
	padding: 4px 2px;
	width: 260px;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f5f5f5;
	text-align: left;
	line-height: 18px;
}

.TemplateTile {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
}

.ProductTileTable {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 15px;
}

	.ProductTileTable:hover {
		padding: 3px 1px;
		border: 2px solid #000;
		background-color: #e5e5e5;
	}

.TemplateTile:hover, .TemplateTileHover {
	border: 2px solid #000;
	background-color: #e5e5e5;
}

.TemplateTileHoverChecked:hover {
	border: 2px solid #000;
	background-color: #e5e5e5;
}

.TemplateTileHoverChecked + div .TemplateTile {
	border: 2px solid #000;
	background-color: #e5e5e5;
}

.TemplateTileHoverChecked + div .entry:after {
	border-top: 2px solid #000;
}

.TemplateTileHoverChecked + div .entry:last-child:after {
	border-top: none;
	border-bottom: 2px solid #000;
}

.TemplateTileHoverChecked + .branch:before {
	border-top: 2px solid #000;
}

.TemplateTileHoverChecked + div .branch:before {
	border-top: 2px solid #000;
}

.TemplateTileHoverChecked + div .entry:before {
	border-left: 2px solid #000;
}

.marketingofferelements {
	width: 98%;
	text-align: left;
}

.marketingofferelementscenter {
	height: 100%;
	text-align: left;
	white-space: nowrap;
}

.marketingofferlevel {
	margin-top: 20px;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f5f5f5;
	vertical-align: top;
}

.verticalalign {
	vertical-align: top !important;
}

.marketingofferleveltitle {
	padding-left: 50px;
	height: 30px;
	background-color: #2D2D2D;
	color: White;
	text-align: left;
}

.marketingofferlevelcontent {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 650px;
}

.marketingofferelement {
	float: left;
	margin: 10px 10px 10px 10px;
	margin-bottom: 10px;
	padding: 10px;
	min-height: 200px;
	width: 470px;
	border: 2px solid #DD4B39;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #e5e5e5;
	color: #2D2D2D;
	white-space: normal;
}

.marketingofferelementtitle {
	margin-bottom: 10px;
	color: #DD4B39;
	text-align: center;
	font-size: 13px;
}

.marketingofferprice {
	padding: 5px;
	width: 170px;
	border: 2px solid #27ae60;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f5f5f5;
	color: #27ae60;
}

.marketingofferpricetitle {
	margin-bottom: 10px;
	text-align: center;
	font-size: 13px;
}

.marketingofferrestriction {
	margin-bottom: 10px;
	padding: 5px;
	width: 170px;
	border: 2px solid #f39c12;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f5f5f5;
	color: #f39c12;
	font-size: 11px;
}

.marketingofferrestrictiontitle {
	margin-bottom: 10px;
	text-align: center;
	font-size: 13px;
}

.marketingofferproductgroupeditiontitle {
	margin-bottom: 10px;
	padding: 15px;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

.tabCenteredContent {
	margin-right: 40px;
	text-align: center;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

	.container:after, .container:before, .row:after, .row:before {
		display: table;
		content: " ";
	}

	.container:after, .row:after {
		clear: both;
	}

.col-1, .col-2 {
	float: left;
}

.col-2 {
	width: 50%;
}

.col-1 {
	width: 100%;
}

.space-after-10 {
	margin-bottom: 10px;
}

.space-btw-row-25 {
	margin-bottom: 25px;
}


.marketingofferexample-products,
.marketingofferexample-groupement {
	text-align: center;
}

	.marketingofferexample-products span {
		color: #666;
		font-size: 16px;
	}

	.marketingofferexample-groupement span {
		color: #999;
		font-size: 14px;
	}

.marketingofferexample-prices {
	margin-top: 10px;
	width: 100%;
}

	.marketingofferexample-prices td {
		border-right: 1px solid #DDD;
		text-align: center;
	}

		.marketingofferexample-prices td:last-child {
			border-right: 0;
		}

.marketingofferexample-pricetype {
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
}

.marketingofferexample-pricevalue.pvsmall {
	font-size: 14px;
}

.marketingofferexample-pricevalue.pvmedium {
	font-size: 19px;
}

.marketingofferexample-pricevalue.pvlarge {
	font-size: 25px;
}

.marketingofferexample-choices {
	margin-top: 10px;
	text-align: right;
}

.tbBaseCurve div {
	display: inline-block;
	width: 60px;
}

div .tree-multiselect {
	background: white;
	z-index: 99;
	border: none !important;
}

.divFiltre {
	padding-top: 20px;
	text-align: center;
}

	.divFiltre .filtreSelection {
		padding-bottom: 10px;
	}

	.divFiltre .tableFiltre {
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 10px;
	}

	.divFiltre .tableExclusions {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}

	.divFiltre .tdRemise {
		text-align: left;
		padding-top: 10px;
	}

.lstBox {
	min-height: 100px;
	min-width: 110px;
}

.Popup.PopupFiltre {
	width: 50%;
}

.Popup-family-code-identification {
	width: 300px;
}

.divSection {
	padding: 8px;
	background-color: #f5f5f5;
	border: 1px solid;
	border-color: #2D2D2D;
	border-radius: 0px 0px 5px 5px;
	margin-bottom: 20px;
}

.divSection-Header {
	text-align: left;
	background-color: #2D2D2D;
	color: white;
	border-radius: 5px 5px 0px 0px;
	font-weight: bold;
	font-size: 12px;
	height: 25px;
	padding-top: 5px;
	padding-left: 50px;
}

.divRecherche {
	align-items: center;
	display: flex;
}

.divErreurNiveau {
	color: red;
	font-size: small;
	font-weight: normal;
	text-align: left;
}

.ui-effects-wrapper {
	overflow-x: visible !important;
	width: 100% !important;
}

.ddl {
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: black !important;
	cursor: default;
	border-style: solid;
	border-color: initial !important;
}

	.ddl:before {
		content: "\00a0";
	}

.ddlFamileBox {
	position: absolute;
	z-index: 99;
	background: white;
	border: 1px solid #aaaaaa;
}

div.tree-multiselect > div.selected, div.tree-multiselect > div.selections {
	width: auto !important;
}

.viewOnly.ddlFamileBox {
	position: relative !important;
}

.viewOnly.displayInlineBlock {
	width: 100% !important;
}

.tree-multiselect > div.selections > div.auxiliary {
	display: flex;
}

div.tree-multiselect .auxiliary input.search {
	border: 1px solid #aaa !important;
	margin-bottom: 5px !important;
}

div.tree-multiselect div.title {
	background: #2d2d2d !important;
	font-weight: bold;
}

.tbBaseCurve div {
	display: inline-block;
	width: 60px;
}

.tag {
	padding: 4px;
	border: 1px solid #29a4d5;
	display: inline-block;
	color: #29a4d5 !important;
	border-radius: 4px;
	font-weight: normal;
}

	.tag .LabelEdit {
		color: #29a4d5 !important;
		font-weight: normal;
	}

	.tag .tagValue {
		font-weight: bold;
	}

.familyGroupContainer {
	margin: auto;
	width: 350px;
}

.familyGroupContainerElem {
	padding: 4px;
}

.familyGroup {
	border: 1px solid #000000;
	border-collapse: collapse;
	font-size: 12px;
	margin-top: -1px;
	margin-right: -1px;
	margin-bottom: -1px;
}

.upFamilyGroup {
	height: 74vh;
	overflow: auto;
}

.labelElement {
	display: inline-block;
}

	.labelElement:not(.TH) {
		padding: 10px;
	}

.TH.labelElement {
	min-width: 150px;
	line-height: 30px;
	width: 100%;
}

.collapse {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.collapsePanel {
	display: inline-block;
	margin-top: 4px;
	margin-left: 4px;
	float: left;
}

.collapseBtn {
	-moz-transition: .3s all;
	-o-transition: .3s all;
	-webkit-transition: .3s all;
	transition: .3s all;
}

	.collapseBtn:focus {
		outline: 0;
	}


.ddlMultiChoice button {
	border-radius: unset;
	border-color: #aaa;
	color: black;
}

.ddlMultiChoice .ms-choice span {
	padding-left: 5px;
	padding-top: 1px;
}

.ddlMultiChoice input[type=radio] {
	display: none;
}

.ddlMultiChoice .ms-drop ul {
	padding: 3px 0px;
}

.ddlMultiChoiceNoScroll .ms-drop ul {
	overflow: hidden;
}

.ddlMultiChoiceNoScroll .ms-drop {
	width: 300%;
}

.ddlMultiChoice .ms-drop span {
	padding: 3px;
	display: block;
	cursor: pointer;
	padding-left: 11px;
	text-align: left;
	font-size: 12px;
}

	.ddlMultiChoice .ms-drop span:hover {
		background-color: rgb(30,144,255);
		color: #FFF;
		padding-left: 11px;
	}

.ddlMultiChoice .ms-drop ul > li.hide-radio label:hover {
	background-color: rgb(30,144,255);
	color: #FFF;
}

.ddlMultiChoice .ms-search input {
	box-sizing: border-box;
}

.ddlMultiChoice-div {
	min-width: 100px;
}

.marginTop4 {
	margin-top: 4px;
}

.clroLeft {
	width: 50%;
	display: inline-block;
	float: left;
}

.clroRight {
	width: 50%;
	display: inline-block;
	float: left;
}

.familyItem {
	cursor: move;
}

.ms-drop ul > li {
	line-height: 22px;
}

	.ms-drop ul > li.selected {
		background-color: #cecece;
	}


	.ms-drop ul > li .disabled {
		opacity: 1 !important;
	}

.shortNameContainerElem * {
	box-sizing: border-box;
}
