.control-container {
	float: left;
	padding-left: 50px;
	width: 330px;
}

.Base {
	display: inline-block;
	font: 12px/18px "segoe ui",arial,sans-serif;
	height: 20px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 121px;
	color: #fff;
	border-radius: 4px;
	margin-top: 4px;
}

.L0 {
	border: 0 none;
}

.L1 {
	background-color: gray;
}

.L2 {
	background-color: #CC0000;
}

.L3 {
	background-color: #FFBB00;
	color: black;
}

.L4 {
	background-color: #ffce42;
	color: black;
}

.L5 {
	background-color: #33cc00;
	color: black;
}

.cfgContent .RadComboBox {
	margin-bottom: 10px;
	width: 298px;
}

.cfgContent .RadComboBoxWithLabel .rcbLabel {
	width: 210px;
	display: inline-block;
}

.checkboxes {
	line-height: 30px;
}

.customizedInd {
	overflow: hidden;
}

.customizedInd .RadInput {
	margin-bottom: 5px;
}

.customizedInd .RadInput .riLabel {
	width: 135px;
	display: inline-block;
}

.customizedInd h2 {
	font-weight: normal;
	font-size: 14px;
	color: #666;
}

.password-requirements li{
	display: flex;
	align-items: center;
}

.password-requirements img {
	margin-right: 10px;
}

.upper-container {
	border-bottom: 1px dotted #333; 
	padding-bottom: 30px; 
	overflow: hidden;
	margin-bottom: 30px;
}
