/* Misc visuals
----------------------------------*/
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	width: 30px;
	height: 30px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 30px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: 0;
	margin-left: -.6em;
	border-radius: 50%;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 0;
}
.ui-widget-content {
	border: 0;
	background: transparent;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("../ui-bg_highlight-soft_75_cccccc_1x100.html") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 0;
	background: linear-gradient(135deg, #0A2447, #214595);
	transform: translateZ(0); /* Needed to force hardware accelleration on older devices in order to show the gradient */
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}
.ui-state-default b,
.ui-widget-content .ui-state-default b,
.ui-widget-header .ui-state-default b,
.ui-button b,
html .ui-button.ui-state-disabled:hover b,
html .ui-button.ui-state-disabled:active b {
	font-size: 14px;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #FFFFFF;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 0;
	background: linear-gradient(135deg, #0A2447, #214595);
	transform: translateZ(0); /* Needed to force hardware accelleration on older devices in order to show the gradient */
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #212121;
	text-decoration: none;
}
/* .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	transform: scale(0.6);
	border: 5px solid #BEC7DB;
	background: #D0D7E8;
	font-weight: bold;
	color: #D0D7E8;
	cursor: pointer;
} */
.ui-slider-grabbed,
.ui-widget-content .ui-slider-grabbed,
.ui-widget-header .ui-slider-grabbed,
.ui-button.ui-slider-grabbed:hover {
	transform: scale(0.6);
	border: 5px solid #FFFFFF;
	background: #214595;
	font-weight: bold;
	color: #214595;
	cursor: pointer;
}
.ui-slider-grabbed b,
.ui-widget-content .ui-slider-grabbed b,
.ui-widget-header .ui-slider-grabbed b,
.ui-button.ui-slider-grabbed:hover b {
	position: absolute;
	bottom: 70px;
	z-index: 1;
	transform: scale(1.8);
	color: #FFFFFF;
}
/* .standard .ui-state-active,
.standard .ui-widget-content .ui-state-active,
.standard .ui-widget-header .ui-state-active,
.standard a.ui-button:active,
.standard .ui-button:active,
.standard .ui-button.ui-state-active:hover {
	transform: scale(0.6);
	border: 5px solid #FFFFFF;
	background: #214595;
	font-weight: bold;
	color: #214595;
	cursor: pointer;
} */
.standard .ui-slider-grabbed,
.standard .ui-widget-content .ui-slider-grabbed,
.standard .ui-widget-header .ui-slider-grabbed,
.standard .ui-button.ui-slider-grabbed:hover {
	transform: scale(0.6);
	border: 5px solid #BEC7DB;
	background: #D0D7E8;
	font-weight: bold;
	color: #D0D7E8;
	cursor: pointer;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("../ui-bg_glass_55_fbf9ee_1x400.html") 50% 50% repeat-x;
	color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("../ui-bg_glass_95_fef1ec_1x400.html") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}

/* Icons
----------------------------------*/

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../ui-icons_222222_256x240.html");
}
.ui-widget-header .ui-icon {
	background-image: url("../ui-icons_222222_256x240.html");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../ui-icons_454545_256x240.html");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../ui-icons_454545_256x240.html");
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}
