.wwlFormattedDate {
	width: 25rem;
	display: inline;
}

.wwlInputLabelFontColor {
	color: #000000;
}

span.wwlInputIconLeft, span.wwlInputIconRight {
	display: inline-block;
	width: 100%;
	max-width: 43.0rem;
}

span.wwlInputIconLeft > input {
	padding-left: 2.8rem;
	padding-right: 0.6rem;
}

span.wwlInputIconRight > input {
	padding-left: 0.6rem;
	padding-right: 2.8rem;
}

span.wwlInputIconLeft > .wwlIcon,
span.wwlInputIconRight > .wwlIcon {
	position: relative;
	top: -2.4rem;
	z-index: 2;
	color: #909090;
	font-size: 1.6rem;
}

span.wwlInputIconLeft > .wwlIcon {
	float: left;
	left: 1.0rem;
}

span.wwlInputIconRight > .wwlIcon {
	float: right;
	right: 1.0rem;
}

span.wwlInputIconLeft > input:focus + .wwlIcon,
span.wwlInputIconRight > input:focus + .wwlIcon {
	color: #000000;
}

.wwlInputButtonGroup {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.wwlInputButton,
.wwlInputButtonRadio {
	display: inline-block;
	padding: 0.6rem 1.2rem;
	margin-bottom: 0;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 0.1rem solid transparent;
	border-radius: 0.4rem;
	color: #FFFFFF;
	background-color: #337ABb7;
	border-color: #2E6DA4;
}

.wwlInputButtonGroup > .wwlInputButton:first-child:not(:last-child):not(.dropdown-toggle),
.wwlInputButtonGroup > .wwlInputButtonRadio:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.wwlInputButtonGroup > .wwlInputButton:first-child,
.wwlInputButtonGroup > .wwlInputButtonRadio:first-child {
	margin-left: 0;
}

.wwlInputButtonGroup > .wwlInputButton,
.wwlInputButtonGroup > .wwlInputButtonRadio {
	position: relative;
	float: left;
}