﻿#assortmentsBody {
	width: 80%;
	margin: auto;
}

	#assortmentsBody a {
		color: black;
	}

	#assortmentsBody #viewAssortmentsTable {
		margin-top: 40px;
	}

	#assortmentsBody .noResults {
		position: relative;
		height: 550px;
	}

		#assortmentsBody .noResults span {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			font-size: 24px;
			font-weight: bold;
			text-align: center;
			width: 80%;
		}

#assortmentDetailsBody #assortmentDetailsTable {
	width: 80%;
	margin-top: 40px;
	margin-bottom: 20px;
}

#assortmentDetailsBody .topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
	margin: auto;
}

	#assortmentDetailsBody .topbar .detailsHeading {
		display: inline-block;
		font-size: 24px;
		font-weight: bold;
	}

	#assortmentDetailsBody .topbar .cancelIcon {
		background: #EF3030;
	}

	#assortmentDetailsBody .topbar .iconButton.disabled {
		background: #aaa;
	}

#assortmentDetailsBody .noResults {
	position: relative;
	height: 550px;
}

	#assortmentDetailsBody .noResults span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		width: 80%;
		opacity: 0;
		-o-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}

	#assortmentDetailsBody .noResults.out span {
		display: none;
	}

	#assortmentDetailsBody .noResults.in span {
		opacity: 1;
	}

#assortmentVisibilityBody .rowHolder {
	margin-bottom: 30px;
}
	#assortmentVisibilityBody .rowHolder input[type='radio'],
	#assortmentVisibilityBody .rowHolder label {
		vertical-align: baseline;
		font-weight: bold;
	}

	#assortmentVisibilityBody .rowHolder input[type='radio'] {
		width: 25px;
		margin: 0;
	}

	#assortmentVisibilityBody .rowHolder label {
		font-size: 17px;
		margin-left: 10px;
	}

	#assortmentVisibilityBody .rowHolder .explantionHolder {
		margin-left: 35px;
	}

#assortmentVisibilityBody ul {
	padding: 0;
	margin-left: 20px;
}

#assortmentVisibilityBody .visibilityExplanation {
	width: 80%;
	margin-left: 10%;
}

#assortmentVisibilityBody .visibilityList {
	width: 80%;
	margin-left: 10%;
	margin-top: 32px;
}

#assortmentAddToBody {
	min-height: 675px;
}

	#assortmentAddToBody #assortmentDetailsTable {
		width: 80%;
		margin-top: 40px;
		margin-bottom: 20px;
	}

	#assortmentAddToBody .topbar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 80%;
		margin: auto;
	}

		#assortmentAddToBody .topbar .detailsHeading {
			display: inline-block;
			font-size: 24px;
			font-weight: bold;
		}

		#assortmentAddToBody .topbar .cancelIcon {
			background: #EF3030;
		}

		#assortmentAddToBody .topbar .iconButton.disabled {
			background: #aaa;
		}

	#assortmentAddToBody #editAssortmentsTable {
		width: 80%;
		margin-top: 40px;
		margin-bottom: 20px;
	}


	#assortmentAddToBody #editAssortmentsTable,
	#assortmentAddToBody #editAssortmentsSearchTable {
		opacity: 0;
		width: 80%;
		margin-top: 20px;
		margin-bottom: 20px;
		-o-transition: opacity 1s;
		-moz-transition: opacity 1s;
		-webkit-transition: opacity 1s;
		transition: opacity 1s;
	}

		#assortmentAddToBody #editAssortmentsTable.in,
		#assortmentAddToBody #editAssortmentsSearchTable.in {
			opacity: 1;
		}

	#assortmentAddToBody #editAssortmentTopOptions {
		display: block;
		width: 80%;
		margin: auto;
	}

	#assortmentAddToBody .topbar .row1 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 30px;
		border-bottom: 1px solid #eee;
	}

	#assortmentAddToBody .topbar .row2 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 40px;
	}

		#assortmentAddToBody .topbar .row2 .productTitle {
			font-size: 20px;
			font-weight: bold;
		}

	#assortmentAddToBody .noResults {
		position: relative;
		height: 550px;
	}

		#assortmentAddToBody .noResults span {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			font-size: 24px;
			font-weight: bold;
			text-align: center;
			width: 80%;
			opacity: 0;
			-o-transition: opacity 0.5s;
			-moz-transition: opacity 0.5s;
			-webkit-transition: opacity 0.5s;
			transition: opacity 0.5s;
		}

		#assortmentAddToBody .noResults.out span {
			display: none;
		}

		#assortmentAddToBody .noResults.in span {
			opacity: 1;
		}

#addToAssortmentFrom .selectedStylesHolder {
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	max-height: 300px;
	box-shadow: inset 2px 2px 1px rgba(0,0,0,.05);
	padding: 10px 10px 10px 50px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
}

#editAssortmentForm .addStylesHolder {
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	max-height: 300px;
	box-shadow: inset 2px 2px 1px rgba(0,0,0,.05);
	padding: 10px 10px 10px 50px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
}

#editAssortmentForm .removeStylesHolder {
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	max-height: 300px;
	box-shadow: inset 2px 2px 1px rgba(0,0,0,.05);
	padding: 10px 10px 10px 50px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
}

#createAssortmentBody {
	min-height: 675px;
}

	#createAssortmentBody .tableGrid {
		opacity: 0;
		width: 80%;
		margin-top: 20px;
		margin-bottom: 20px;
		-o-transition: opacity 1s;
		-moz-transition: opacity 1s;
		-webkit-transition: opacity 1s;
		transition: opacity 1s;
	}

		#createAssortmentBody .tableGrid.in {
			opacity: 1;
		}

	#createAssortmentBody .topbar {
		width: 80%;
		margin: auto;
	}

		#createAssortmentBody .topbar .row1 {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding-bottom: 30px;
			border-bottom: 1px solid #eee;
		}

		#createAssortmentBody .topbar .row2 {
			display: flex;
			align-items: center;
			justify-content: space-between;
			margin-top: 40px;
		}

			#createAssortmentBody .topbar .row2 .productTitle {
				font-size: 20px;
				font-weight: bold;
			}

		#createAssortmentBody .topbar .detailsHeading {
			display: inline-block;
			font-size: 24px;
			font-weight: bold;
		}

		#createAssortmentBody .topbar .iconButton.disabled {
			background: #aaa;
		}

		#createAssortmentBody .topbar .assortmentNameHolder {
			display: flex;
			align-items: center;
		}

			#createAssortmentBody .topbar .assortmentNameHolder::after {
				content: "*";
				display: inline-block;
				color: red;
				margin-left: 10px;
			}

			#createAssortmentBody .topbar .assortmentNameHolder input {
				padding: 7px;
				margin-left: 20px;
			}

	#createAssortmentBody .noResults {
		position: relative;
		height: 550px;
	}

		#createAssortmentBody .noResults span {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			font-size: 24px;
			font-weight: bold;
			text-align: center;
			width: 80%;
			opacity: 0;
			-o-transition: opacity 0.5s;
			-moz-transition: opacity 0.5s;
			-webkit-transition: opacity 0.5s;
			transition: opacity 0.5s;
		}

		#createAssortmentBody .noResults.out span {
			display: none;
		}

		#createAssortmentBody .noResults.in span {
			opacity: 1;
		}

	#createAssortmentBody [tooltip] {
		position: relative;
	}

		#createAssortmentBody [tooltip]:before {
			position: absolute;
			bottom: 150%;
			left: 150px;
			margin-bottom: 5px;
			margin-left: -80px;
			padding: 7px;
			width: 300px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			background-color: #000;
			background-color: hsla(0, 0%, 20%, 0.9);
			color: #fff;
			content: attr(tooltip);
			text-align: center;
			font-size: 14px;
			line-height: 1.2;
		}

		#createAssortmentBody [tooltip]:after {
			position: absolute;
			bottom: 150%;
			left: 50%;
			margin-left: -5px;
			width: 0;
			border-top: 5px solid #000;
			border-top: 5px solid hsla(0, 0%, 20%, 0.9);
			border-right: 5px solid transparent;
			border-left: 5px solid transparent;
			content: " ";
			font-size: 0;
			line-height: 0;
		}
