.interestsliders {
	flex: 1;
	max-width: 25rem;
}

.interestpie {
	flex: 1;
	position: relative;
	min-width: 16.0rem;
	min-height: 16.0rem;
	max-width: 16.0rem;
	max-height: 16.0rem;
	width: 16.0rem;
	height: 16.0rem;
	border-radius: 100%;
	box-shadow: 0 0.4em 0.8em rgba(100, 100, 100, 0.2);
}

.exampleOutcomeHeader {
	position: absolute;
	width: 220px;
	height: 20px;
	top: 0px;
	left: 495px;
	font-weight: bold;
	background-color: #E8E8E8;
	padding-left: 3px;
	vertical-align: central;
	border: solid black 1px;
	display: none;
	/* show () when necessary */
}

.exampleOutcome {
	/*position: absolute;*/
	width: 220px;
	height: 282px;
	/*top: 20px;*/
	/*left: 495px; */
	border: solid black 1px;
	background-color: #ffffff;
	padding-top: 3px;
	padding-left: 3px;
}

.widgetIcons {
	height: 1.5rem;
	width: 1.5rem;
	line-height: 1.5rem !important;
	font-size: 1rem !important;
	text-align: center;
	vertical-align: middle;
	color: rgba(0, 0, 0, 0.5);
}

.ui-slider-horizontal {
	width: 100%;
	height: 0.2rem !important;
	border: none !important;
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.ui-slider-horizontal .ui-slider-handle {
	position: relative;
	z-index: 0;
	background: white !important;
	border: none !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-radius: 100% !important;
	box-shadow: 0 0.2em 0.4em rgba(100, 100, 100, 0.15);
	top: -.7rem !important;
	width: 1.4rem !important;
	height: 1.4rem !important;
	transition: box-shadow 150ms ease-in-out, top 150ms ease-in-out;
}

.ui-slider-horizontal .ui-slider-handle:hover {
	background: white;
	box-shadow: 0 0.4em 0.8em rgba(100, 100, 100, 0.20);
	z-index: 1;
}

.ui-slider-horizontal .ui-slider-handle:focus {
	outline: none !important;
}

.preferenceSlider .ui-slider .ui-slider-handle {
	width: 60px;
	height: 40px;
	left: -30px; /* re-center the now wider button. border-style : solid; */
	top: -10px;
	background: #5882FA;
	color: black;
	margin-left: -2.6em;
	text-decoration: none;
	/* <a > has underline and button text is wrapped in	<a>... */
}

.preferenceSlider .ui-slider-horizontal {
	background: #ff3232; /* Old browsers */
	background: -moz-linear-gradient(left, #ff3232 0%, #99ff00 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff3232),
		color-stop(100%, #99ff00) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ff3232 0%, #99ff00 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ff3232 0%, #99ff00 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ff3232 0%, #99ff00 100%);
	/* IE10+ */
	background: linear-gradient(to right, #ff3232 0%, #99ff00 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient(startColorstr = '#ff3232', endColorstr = '#99ff00', GradientType = 1);
	/* IE6-9 */
}

.textButton {
	background: transparent;
	transition: opacity 150ms ease-in-out;
/*	color: var(--sidebar-color-button);  */
	color: var(--sidebar-color-title);
	font-family: "Roboto";
}


.textButton:hover, .textButton:focus {
/*	opacity: 0.7;
	cursor: pointer;  */
	background: var(--sidebar-color-background-hover);
	color: var(--sidebar-color-background);
}

.textButton:active {
	opacity: 0.45;
}

.corneredButton {
	border-radius: 4px;
	padding: 0 4px;
	background: transparent;
	color: var(--color-button);
	transition: background 150ms ease-in-out,
				color 150ms ease-in-out,
				opacity 150ms ease-in-out;
	font-family: "Roboto";
}

.corneredButton:hover, .corneredButton:focus {
	background: var(--color-button);
	color: white;
	opacity: 0.7;
	cursor: pointer;
}

.corneredButton:active {
	opacity: 0.45;
}

.corneredButtonRed {
	color: red;
}

.corneredButton:disabled,corneredButton[disabled]{
	color: red;
}
.corneredButton:disabled,corneredButton[disabled]{
	color: red;
}
.corneredButton[disabled]:hover, .corneredButton[disabled]:focus {
	opacity: 0.7;
	cursor: not-allowed;
}

.corneredButtonRed:hover, .corneredButtonRed:focus {
	background: red;
}

/*.sliderHandle[interestname]::after {
	position: relative;
	content: attr(interestname);
	padding: 2px 8px;
	background: var(--color-text-dark-grey);
	color: var(--color-primary);
	bottom: -0.5rem;
}*/

.prefsliderhoverhelper {
	position: relative;
	z-index: 0;
}

.prefsliderhoverhelper:hover {
	position: relative;
	z-index: 1;
}

.ui-slider-handle .prefbuttonhandle {
	width: 0 !important;
	height: 0 !important;
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.prefbuttonlabel {
	position: relative;
	text-align: center;
	vertical-align: middle;
	padding: 0 4px;
	background: white;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 0.2em 0.4em rgba(100, 100, 100, 0.2);
	width: 4rem;
	height: auto;
	max-height: 1.45rem;
	left: -2rem;
	transition: top 150ms ease-in-out,
				max-height 150ms ease-in-out;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
}

.prefbuttonlabel:hover {
	/*height: auto;*/
	max-height: 11.6rem;
	text-overflow: inherit;
	overflow: visible;
}
