:root {
	--toastify-toast-padding: 0;

	--toastify-color-light: var(--ams-color-text-inverse); /* neutral-0 */
	--toastify-color-dark: var(--ams-color-text); /* neutral-100 */
	--toastify-color-info: var(--ams-color-feedback-info);
	--toastify-color-success: var(--ams-color-feedback-success);
	--toastify-color-warning: var(--ams-color-feedback-warning);
	--toastify-color-error: var(--ams-color-feedback-error);
	--toastify-color-transparent: rgba(255, 255, 255, 0.7);

	--toastify-toast-background: var(--ams-color-background);

	--toastify-text-color-light: var(--ams-color-text);
	--toastify-text-color-dark: var(--ams-color-text-inverse);

	--toastify-color-progress-light: var(--toastify-color-info);
	--toastify-color-progress-info: var(--toastify-color-info);
	--toastify-color-progress-success: var(--toastify-color-success);
	--toastify-color-progress-warning: var(--toastify-color-warning);
	--toastify-color-progress-error: var(--toastify-color-error);
	/* used to control the opacity of the progress trail */
	--toastify-color-progress-bgo: 0.2;

	--toastify-toast-bd-radius: 0;
}

.toast-warning {
	--toastify-color-progress-light: var(--ams-color-feedback-warning);
}

.toast-success {
	--toastify-color-progress-light: var(--ams-color-feedback-success);
}

.toast-error {
	--toastify-color-progress-light: var(--ams-color-feedback-error);
}

.aip-toast-message .ams-alert__content {
	display: block;
}

.aip-toast-message .ams-alert__content .ams-row:first-child {
	display: block;
	float: right;
	margin-left: auto;
}

.styles_message__cdfaY {
	flex-grow: 1;
}

ul:before {
	font-size: var(--ams-typography-body-text-large-font-size);
	line-height: var(--ams-typography-body-text-large-line-height);
	font-weight: var(--ams-typography-body-text-bold-font-weight);
	color: var(--ams-color-text);
}

.styles_thumbnail__YoKJF {
	max-height: var(--ams-space-2xl);
	max-width: var(--ams-space-2xl);
}

.styles_ellipsis__BKMVC {
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.styles_progressInfo__QCpHG {
	font-size: var(--ams-typography-body-text-small-font-size);
	line-height: var(--ams-typography-body-text-small-line-height);
	color: var(--ams-color-text-secondary);
	max-width: 10rem;
}

.styles_rejectedIcon__OIlpg {
	color: var(--ams-color-feedback-error);
}

@keyframes styles_fadeInOut__nwYk- {
	0%,
	100% {
		opacity: 0.2;
	}
	50% {
		opacity: 1;
	}
}

.styles_fade__5C5QN > svg {
	animation: styles_fadeInOut__nwYk- 2s ease-in-out infinite;
}

.styles_li__JvDkt[inert] {
	animation: styles_fadeInOut__nwYk- 2s ease-in-out infinite;
}

@keyframes styles_rotate__arIPM {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.styles_rotate__arIPM > svg {
	animation: styles_rotate__arIPM 2s linear infinite;
}

/* Text decoration none important! did not work, therefor we hide the underline with a pseudo */
.styles_hint__0MN1d {
	position: relative;
	font-weight: var(--ams-hint-font-weight);
	background: white;
	z-index: 1;
}
.styles_hint__0MN1d::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0.2em; /* adjust as needed */
	background: white; /* match background */
	pointer-events: none;
}

.styles_thumbnail__ue4hY {
	max-width: calc(1.5 * var(--ams-space-2xl));
	max-height: calc(1.5 * var(--ams-space-2xl));
}

.styles_thumbnailSizedIcon__tetIG {
	--ams-line-height: calc(1.5 * var(--ams-space-2xl));
	font-size: var(--ams-space-xl);
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}

.leaflet-container {
	overflow: hidden;
	}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}

/* Prevents IE11 from highlighting tiles in blue */

.leaflet-tile::-moz-selection {
	background: transparent;
}

.leaflet-tile::selection {
	background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}

/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}

.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}

.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}

.leaflet-tile-loaded {
	visibility: inherit;
	}

.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }

.leaflet-overlay-pane { z-index: 400; }

.leaflet-shadow-pane  { z-index: 500; }

.leaflet-marker-pane  { z-index: 600; }

.leaflet-tooltip-pane   { z-index: 650; }

.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }

.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}

/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}

.leaflet-top {
	top: 0;
	}

.leaflet-right {
	right: 0;
	}

.leaflet-bottom {
	bottom: 0;
	}

.leaflet-left {
	left: 0;
	}

.leaflet-control {
	float: left;
	clear: both;
	}

.leaflet-right .leaflet-control {
	float: right;
	}

.leaflet-top .leaflet-control {
	margin-top: 10px;
	}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}

.leaflet-left .leaflet-control {
	margin-left: 10px;
	}

.leaflet-right .leaflet-control {
	margin-right: 10px;
	}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-animated {
	transform-origin: 0 0;
	}

svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}

/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}

.leaflet-grab {
	cursor:         grab;
	}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}

.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}

.leaflet-container a {
	color: #0078A8;
	}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}

/* general typography */

.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}

/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}

.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}

.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}

.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}

/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}

.leaflet-control-layers-toggle {
	background-image: url('layers.416d91365b44e4b4f477.png');
	width: 36px;
	height: 36px;
	}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.8f2c4d11474275fbc161.png');
	background-size: 26px 26px;
	}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}

.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}

.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */

.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url('marker-icon.2b3e1faf89f94a483539.png');
	}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}

.leaflet-control-attribution a {
	text-decoration: none;
	}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}

.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}

.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}

/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}

.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}

.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}

.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}

.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}

.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}

/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

/* Tooltip */

/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}

.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}

.leaflet-tooltip-top {
	margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}

.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}

.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}

.leaflet-tooltip-left {
	margin-left: -6px;
}

.leaflet-tooltip-right {
	margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}

.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}

.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

.styles_message__1eXRP {
}

.styles_message__1eXRP > div:last-child {
	display: block;
}

.styles_message__1eXRP > div:last-child > div {
	display: block;
	float: right;
	margin-left: auto;
}

.styles_nestedGrid__UMHUc {
	padding-left: 0;
	padding-right: 0;
}

.styles_segmentedProgressBar__uQXoh {
	color: var(--ams-color-feedback-info);
	font-size: var(--ams-typography-body-text-large-font-size);
}

.styles_segmentedProgressBar__uQXoh span {
	color: var(--ams-color-text);
	font-size: var(--ams-typography-body-text-font-size);
	white-space: nowrap;
}

.styles_selectFullWidth__uXsmm {
	width: 100%;
}

.styles_select__x8CbW {
	color: var(--ams-select-color);
	font-family: var(--ams-select-font-family);
	font-size: var(--ams-select-font-size);
	font-weight: var(--ams-select-font-weight);
	inline-size: 100%;
}

.styles_xWide__4gmME {
	max-inline-size: var(--ams-screen-x-wide-max-inline-size);
}

.styles_alertWithoutHeading__RWngj div:nth-of-type(2) > div {
	display: none;
}

@keyframes styles_fadeInOut__AT3LA {
	0%,
	100% {
		opacity: 0.2;
	}
	50% {
		opacity: 1;
	}
}

.styles_fade__12wdO svg {
	animation: styles_fadeInOut__AT3LA 2s ease-in-out infinite;
}

.styles_dotWrapper__fkLpS {
	display: flex;
	align-items: center;
	height: 4px;
	justify-content: center;
}

.styles_dot__mLN2o {
	color: var(--ams-color-separator);
	font-size: 4px;
	margin-right: var(--ams-space-l);
	line-height: 4px;
}

.styles_houseKeeperWrapper__9y2mN {
	display: flex;
	justify-content: center;
	align-items: center;
	height: var(--ams-space-xl);
	width: var(--ams-space-xl);
	flex-direction: column;
}

.styles_houseKeeperOverview__6yNcR {
	position-area: bottom;
	margin: initial;
	padding: var(--ams-space-xl);
	border: 2px solid var(--ams-color-separator);
	background-color: var(--ams-color-background);
}

.styles_alignSelfCenter__zPD36 {
	align-self: center;
}

.styles_orangeIcon__AAZ7- {
	color: var(--ams-color-feedback-warning);
}

.styles_hiddenTab__RIlMS {
	/* Bugfix BAIP-3316: this rule was overwritten by the ADS 2.* update */
	display: none !important;
}

.styles_linkColor__L5n\+Y {
	color: inherit;
}

.styles_linkColor__L5n\+Y:hover {
	color: var(--ams-links-color);
}

.styles_wrapper__uEOy\+ {
	--ams-checkbox-icon-container-inline-size: 0.8rem;
	--ams-select-font-size: var(--ams-typography-body-text-small-font-size);
	--ams-select-line-height: var(--ams-typography-body-text-small-line-height);
}

.styles_wrapper__uEOy\+ legend {
	display: none;
}

.styles_checkboxGroupObjectTypeControl__LWhif {
	margin-bottom: 0.8rem !important;
}

.styles_checkboxGroupObjectTypeControl__LWhif > div {
	--ams-typography-body-text-line-height: 1;
	--ams-checkbox-line-height: 0.6rem;
	--ams-checkbox-icon-container-inline-size: 0.6rem;
	--ams-checkbox-icon-container-block-size: 0.7rem;
}

.styles_page__VxIx\+ {
	position: relative;
	min-block-size: calc(100vh - 60px); /* 60px is the height of the header  */
	min-block-size: calc(100dvh - 60px); /* 60px is the height of the header */
	min-height: calc(100vh - 60px);
	overflow: hidden;
}

.styles_mapFilterWrapper__7eeht {
	width: 270px;
	border: 1px solid #ccc;
	padding: var(--ams-space-s);
	background-color: rgba(255, 255, 255, 0.7);
}

.styles_mapLoadingIcon__R7D9F {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	--ams-icon-large-font-size: calc(4 * var(--ams-typography-body-text-large-font-size));
	--ams-icon-large-line-height: calc(4 * var(--ams-typography-body-text-large-line-height));
}

.styles_mapNoDataAlert__d\+Ajs {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.styles_mapPageHeading__i5QO2 {
	padding-bottom: var(--ams-space-m);
	padding-left: var(--ams-space-m);
	padding-top: var(--ams-space-m);
}

.styles_wrapper__bEDOV {
	--ams-checkbox-icon-container-inline-size: 0.8rem;
	--ams-select-font-size: var(--ams-typography-body-text-small-font-size);
	--ams-select-line-height: var(--ams-typography-body-text-small-line-height);
}

.styles_wrapper__bEDOV legend {
	display: none;
}

.styles_checkboxGroupObjectTypeControl__bpENw {
	margin-bottom: 0.8rem !important;
}

.styles_checkboxGroupObjectTypeControl__bpENw > div {
	--ams-typography-body-text-line-height: 1;
	--ams-checkbox-line-height: 0.6rem;
	--ams-checkbox-icon-container-inline-size: 0.6rem;
	--ams-checkbox-icon-container-block-size: 0.7rem;
}

.styles_page__tQpUC {
	position: relative;
	min-block-size: calc(100vh - 67px); /* 60px is the height of the header  */
	min-block-size: calc(100dvh - 67px); /* 60px is the height of the header */
	min-height: calc(100vh - 67px);
	overflow: hidden;
}

.styles_surveyMapEntitiesMap__f3nys {
	height: calc(100vh - 67px - 53px - var(--ams-space-l)); /* 67px is the height of the header plus subheader */
}

.styles_surveyMapFilterWrapper__vmoxK {
	width: 270px;
	border: 1px solid #ccc;
	padding: var(--ams-space-s);
	background-color: rgba(255, 255, 255, 0.7);
}

.styles_surveyMapLoadingIcon__Py1Rh {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	--ams-icon-large-font-size: calc(4 * var(--ams-typography-body-text-large-font-size));
	--ams-icon-large-line-height: calc(4 * var(--ams-typography-body-text-large-line-height));
}

.styles_surveyMapNoDataAlert__JGyQc {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.styles_surveysMapPageHeading__X5YA3 {
	padding-bottom: var(--ams-space-m);
	padding-left: var(--ams-space-m);
	padding-top: var(--ams-space-m);
}

.styles_exportButton__bBief {
	color: var(--ams-button-primary-color) !important;
}

/**
 * @license SEE LICENSE.md
 * Copyright Gemeente Amsterdam
 * All rights reserved
 */

@font-face {
  font-display: swap;
  font-family: "Amsterdam Sans";
  font-style: normal;
  font-weight: 300;
  src: url('AmsterdamSans-Light.f7afea3d8f280a3ca37f.eot#iefix');
  src:
    url('AmsterdamSans-Light.f7afea3d8f280a3ca37f.eot#iefix') format("eot"),
    url('AmsterdamSans-Light.6152a9932fe1482cd87b.woff2') format("woff2"),
    url('AmsterdamSans-Light.8bdbd596090d1e97ceae.woff') format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Amsterdam Sans";
  font-style: normal;
  font-weight: 400;
  src: url('AmsterdamSans-Regular.54219742f32234e5ece1.eot#iefix');
  src:
    url('AmsterdamSans-Regular.54219742f32234e5ece1.eot#iefix') format("eot"),
    url('AmsterdamSans-Regular.4121098685b090a1bd80.woff2') format("woff2"),
    url('AmsterdamSans-Regular.1d856f94f7a729c9f0e6.woff') format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Amsterdam Sans";
  font-style: italic;
  font-weight: 400;
  src: url('AmsterdamSans-Italic.e9d348c918c0b32fedc2.eot#iefix');
  src:
    url('AmsterdamSans-Italic.e9d348c918c0b32fedc2.eot#iefix') format("eot"),
    url('AmsterdamSans-Italic.d356e15edc0664c109c0.woff2') format("woff2"),
    url('AmsterdamSans-Italic.9f6f83d8c871aaedf3cb.woff') format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Amsterdam Sans";
  font-style: normal;
  font-weight: 700;
  src: url('AmsterdamSans-Bold.2930bc06de6b7b7a4ab2.eot#iefix');
  src:
    url('AmsterdamSans-Bold.2930bc06de6b7b7a4ab2.eot#iefix') format("eot"),
    url('AmsterdamSans-Bold.03d772080fc89f3cc88e.woff2') format("woff2"),
    url('AmsterdamSans-Bold.a6da98ba8ef12190b424.woff') format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Amsterdam Sans";
  font-style: italic;
  font-weight: 700;
  src: url('AmsterdamSans-BoldItalic.7276c25ea5cc6291608d.eot#iefix');
  src:
    url('AmsterdamSans-BoldItalic.7276c25ea5cc6291608d.eot#iefix') format("eot"),
    url('AmsterdamSans-BoldItalic.222fd6a06b7a8925aa9c.woff2') format("woff2"),
    url('AmsterdamSans-BoldItalic.091f927755ff8ae958c5.woff') format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Amsterdam Sans";
  font-style: normal;
  font-weight: 800;
  src: url('AmsterdamSans-ExtraBold.a44ede653654666b98f0.eot#iefix');
  src:
    url('AmsterdamSans-ExtraBold.a44ede653654666b98f0.eot#iefix') format("eot"),
    url('AmsterdamSans-ExtraBold.1a74b3e98959f9fd6747.woff2') format("woff2"),
    url('AmsterdamSans-ExtraBold.049643e5a69351431c4a.woff') format("woff");
}

.ams-accordion{display:flex;flex-direction:column;gap:var(--ams-accordion-gap);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-accordion__button{border:none;margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;background-color:rgba(0,0,0,0);color:var(--ams-accordion-button-color);cursor:var(--ams-accordion-button-cursor);display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;gap:var(--ams-accordion-button-gap);inline-size:100%;line-height:inherit;outline-offset:var(--ams-accordion-button-outline-offset);padding-block:var(--ams-accordion-button-padding-block);padding-inline:var(--ams-accordion-button-padding-inline);text-align:start}.ams-accordion__button:hover{color:var(--ams-accordion-button-hover-color)}.ams-accordion__icon svg{rotate:0deg;transition:none}[aria-expanded=true] .ams-accordion__icon svg{rotate:-180deg}@media(prefers-reduced-motion: no-preference){.ams-accordion__icon svg{transition:rotate .3s ease}}.ams-accordion__button[aria-expanded=true] svg{rotate:-180deg}.ams-accordion__panel{display:none}.ams-accordion__panel--expanded{display:block}.ams-action-group{align-items:center;display:inline-flex;flex-wrap:wrap;gap:var(--ams-action-group-gap)}.ams-action-group>*{flex:auto}.ams-alert{background-color:var(--ams-alert-background-color);border-color:var(--ams-alert-border-color);border-style:var(--ams-alert-border-style);border-width:var(--ams-alert-border-width);display:flex}.ams-alert__severity-indicator{background-color:var(--ams-alert-severity-indicator-background-color);border-inline-end:inherit;flex:none;padding-block:var(--ams-alert-severity-indicator-padding-block);padding-inline:var(--ams-alert-severity-indicator-padding-inline)}@media print{.ams-alert__severity-indicator{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ams-alert__content{display:flex;flex:auto;flex-direction:column;gap:var(--ams-alert-content-gap);padding-block:var(--ams-alert-content-padding-block);padding-inline:var(--ams-alert-content-padding-inline)}.ams-alert--error{border-color:var(--ams-alert-error-border-color)}.ams-alert--error>.ams-alert__severity-indicator{background-color:var(--ams-alert-error-severity-indicator-background-color)}.ams-alert--success{border-color:var(--ams-alert-success-border-color)}.ams-alert--success>.ams-alert__severity-indicator{background-color:var(--ams-alert-success-severity-indicator-background-color)}.ams-alert--warning{border-color:var(--ams-alert-warning-border-color)}.ams-alert--warning>.ams-alert__severity-indicator{background-color:var(--ams-alert-warning-severity-indicator-background-color)}.ams-aspect-ratio-9-16{aspect-ratio:var(--ams-aspect-ratio-9-16) !important}.ams-aspect-ratio-3-4{aspect-ratio:var(--ams-aspect-ratio-3-4) !important}.ams-aspect-ratio-1-1{aspect-ratio:var(--ams-aspect-ratio-1-1) !important}.ams-aspect-ratio-4-3{aspect-ratio:var(--ams-aspect-ratio-4-3) !important}.ams-aspect-ratio-16-9{aspect-ratio:var(--ams-aspect-ratio-16-9) !important}.ams-aspect-ratio-16-5{aspect-ratio:var(--ams-aspect-ratio-16-5) !important}.ams-avatar{aspect-ratio:var(--ams-avatar-aspect-ratio);background-color:var(--ams-avatar-background-color);border-color:var(--ams-avatar-border-color);border-radius:50%;border-style:var(--ams-avatar-border-style);border-width:var(--ams-avatar-border-width);color:var(--ams-avatar-color);display:inline-grid;font-family:var(--ams-avatar-font-family);font-size:var(--ams-avatar-font-size);inline-size:calc(var(--ams-avatar-line-height)*var(--ams-avatar-font-size));line-height:var(--ams-avatar-line-height);padding-block:var(--ams-avatar-padding-block);padding-inline:var(--ams-avatar-padding-inline);place-content:center}@media print{.ams-avatar{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ams-avatar svg{fill:currentColor}.ams-avatar--has-image{border:none;inline-size:calc(var(--ams-avatar-line-height)*var(--ams-avatar-font-size) + 2*var(--ams-avatar-padding-inline) + 2*var(--ams-border-width-m));overflow:hidden;padding-block:0;padding-inline:0;place-content:stretch;vertical-align:middle}.ams-avatar--has-image img{block-size:100%;inline-size:100%;-o-object-fit:cover;object-fit:cover}.ams-avatar--azure{background-color:var(--ams-avatar-azure-background-color);border-color:var(--ams-avatar-azure-border-color);color:var(--ams-avatar-azure-color)}.ams-avatar--green{background-color:var(--ams-avatar-green-background-color);border-color:var(--ams-avatar-green-border-color);color:var(--ams-avatar-green-color)}.ams-avatar--lime{background-color:var(--ams-avatar-lime-background-color);border-color:var(--ams-avatar-lime-border-color);color:var(--ams-avatar-lime-color)}.ams-avatar--magenta{background-color:var(--ams-avatar-magenta-background-color);border-color:var(--ams-avatar-magenta-border-color);color:var(--ams-avatar-magenta-color)}.ams-avatar--orange{background-color:var(--ams-avatar-orange-background-color);border-color:var(--ams-avatar-orange-border-color);color:var(--ams-avatar-orange-color)}.ams-avatar--yellow{background-color:var(--ams-avatar-yellow-background-color);border-color:var(--ams-avatar-yellow-border-color);color:var(--ams-avatar-yellow-color)}.ams-badge{background-color:var(--ams-badge-background-color);color:var(--ams-badge-color);display:inline-flex;font-family:var(--ams-badge-font-family);font-size:var(--ams-badge-font-size);font-weight:var(--ams-badge-font-weight);gap:var(--ams-badge-gap);line-height:var(--ams-badge-line-height);padding-inline:var(--ams-badge-padding-inline);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word}@media print{.ams-badge{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ams-badge{text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-badge--azure{background-color:var(--ams-badge-azure-background-color);color:var(--ams-badge-azure-color)}.ams-badge--lime{background-color:var(--ams-badge-lime-background-color);color:var(--ams-badge-lime-color)}.ams-badge--magenta{background-color:var(--ams-badge-magenta-background-color);color:var(--ams-badge-magenta-color)}.ams-badge--orange{background-color:var(--ams-badge-orange-background-color);color:var(--ams-badge-orange-color)}.ams-badge--purple{background-color:var(--ams-badge-purple-background-color);color:var(--ams-badge-purple-color)}.ams-badge--red{background-color:var(--ams-badge-red-background-color);color:var(--ams-badge-red-color)}.ams-badge--yellow{background-color:var(--ams-badge-yellow-background-color);color:var(--ams-badge-yellow-color)}.ams-blockquote{margin-block:0;margin-inline:0;box-sizing:border-box;-moz-column-break-inside:avoid;break-inside:avoid;color:var(--ams-blockquote-color);font-family:var(--ams-blockquote-font-family);font-size:var(--ams-blockquote-font-size);font-weight:var(--ams-blockquote-font-weight);line-height:var(--ams-blockquote-line-height);quotes:"“" "”";hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-blockquote::before{content:open-quote}.ams-blockquote::after{content:close-quote}.ams-blockquote--inverse{color:var(--ams-blockquote-inverse-color)}.ams-breadcrumb{-moz-column-break-after:avoid;break-after:avoid;font-family:var(--ams-breadcrumb-font-family);font-size:var(--ams-breadcrumb-font-size);font-weight:var(--ams-breadcrumb-font-weight);line-height:var(--ams-breadcrumb-line-height)}.ams-breadcrumb__list{list-style:none;margin-block:0;padding-inline-start:0;box-sizing:border-box;-moz-column-break-inside:avoid;break-inside:avoid;hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-breadcrumb__item{display:inline}.ams-breadcrumb__item:not(:last-child)::after{background-image:var(--ams-breadcrumb-separator-background-image);background-repeat:no-repeat;block-size:var(--ams-breadcrumb-separator-block-size);content:"";display:inline-block;inline-size:var(--ams-breadcrumb-separator-inline-size);margin-inline:var(--ams-breadcrumb-separator-margin-inline)}.ams-breadcrumb__link{color:var(--ams-breadcrumb-link-color);outline-offset:var(--ams-breadcrumb-link-outline-offset);text-decoration-line:var(--ams-breadcrumb-link-text-decoration-line);text-decoration-thickness:var(--ams-breadcrumb-link-text-decoration-thickness);text-underline-offset:var(--ams-breadcrumb-link-text-underline-offset)}.ams-breadcrumb__link:hover{color:var(--ams-breadcrumb-link-hover-color);text-decoration-line:var(--ams-breadcrumb-link-hover-text-decoration-line)}.ams-grid{-moz-column-gap:var(--ams-grid-column-gap);column-gap:var(--ams-grid-column-gap);display:grid;grid-template-columns:repeat(var(--ams-grid-column-count), 1fr);padding-inline:var(--ams-grid-padding-inline);row-gap:var(--ams-grid-row-gap-xl)}@media(min-width: 37.5rem){.ams-grid{grid-template-columns:repeat(var(--ams-grid-medium-column-count), 1fr);padding-inline:var(--ams-grid-medium-padding-inline)}}@media(min-width: 72.5rem){.ams-grid{grid-template-columns:repeat(var(--ams-grid-wide-column-count), 1fr);padding-inline:var(--ams-grid-wide-padding-inline)}}.ams-grid--gap-vertical--none{row-gap:initial}.ams-grid--gap-vertical--large{row-gap:var(--ams-grid-row-gap-l)}.ams-grid--gap-vertical--2x-large{row-gap:var(--ams-grid-row-gap-2xl)}.ams-grid--padding-bottom--large{padding-block-end:var(--ams-grid-padding-block-l)}.ams-grid--padding-bottom--x-large{padding-block-end:var(--ams-grid-padding-block-xl)}.ams-grid--padding-bottom--2x-large{padding-block-end:var(--ams-grid-padding-block-2xl)}.ams-grid--padding-top--large{padding-block-start:var(--ams-grid-padding-block-l)}.ams-grid--padding-top--x-large{padding-block-start:var(--ams-grid-padding-block-xl)}.ams-grid--padding-top--2x-large{padding-block-start:var(--ams-grid-padding-block-2xl)}.ams-grid--padding-vertical--large{padding-block:var(--ams-grid-padding-block-l)}.ams-grid--padding-vertical--x-large{padding-block:var(--ams-grid-padding-block-xl)}.ams-grid--padding-vertical--2x-large{padding-block:var(--ams-grid-padding-block-2xl)}.ams-grid__cell--span-all{grid-column:1/-1}.ams-grid__cell--span-1{grid-column-end:span 1}.ams-grid__cell--start-1{grid-column-start:1}.ams-grid__cell--span-2{grid-column-end:span 2}.ams-grid__cell--start-2{grid-column-start:2}.ams-grid__cell--span-3{grid-column-end:span 3}.ams-grid__cell--start-3{grid-column-start:3}.ams-grid__cell--span-4{grid-column-end:span 4}.ams-grid__cell--start-4{grid-column-start:4}.ams-grid__cell--span-5{grid-column-end:span 5}.ams-grid__cell--start-5{grid-column-start:5}.ams-grid__cell--span-6{grid-column-end:span 6}.ams-grid__cell--start-6{grid-column-start:6}.ams-grid__cell--span-7{grid-column-end:span 7}.ams-grid__cell--start-7{grid-column-start:7}.ams-grid__cell--span-8{grid-column-end:span 8}.ams-grid__cell--start-8{grid-column-start:8}.ams-grid__cell--span-9{grid-column-end:span 9}.ams-grid__cell--start-9{grid-column-start:9}.ams-grid__cell--span-10{grid-column-end:span 10}.ams-grid__cell--start-10{grid-column-start:10}.ams-grid__cell--span-11{grid-column-end:span 11}.ams-grid__cell--start-11{grid-column-start:11}.ams-grid__cell--span-12{grid-column-end:span 12}.ams-grid__cell--start-12{grid-column-start:12}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--span-1-medium{grid-column-end:span 1}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--start-1-medium{grid-column-start:1}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--span-2-medium{grid-column-end:span 2}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--start-2-medium{grid-column-start:2}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--span-3-medium{grid-column-end:span 3}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--start-3-medium{grid-column-start:3}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--span-4-medium{grid-column-end:span 4}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--start-4-medium{grid-column-start:4}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--span-5-medium{grid-column-end:span 5}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--start-5-medium{grid-column-start:5}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--span-6-medium{grid-column-end:span 6}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--start-6-medium{grid-column-start:6}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--span-7-medium{grid-column-end:span 7}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--start-7-medium{grid-column-start:7}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--span-8-medium{grid-column-end:span 8}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--start-8-medium{grid-column-start:8}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--span-9-medium{grid-column-end:span 9}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--start-9-medium{grid-column-start:9}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--span-10-medium{grid-column-end:span 10}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--start-10-medium{grid-column-start:10}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--span-11-medium{grid-column-end:span 11}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--start-11-medium{grid-column-start:11}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--span-12-medium{grid-column-end:span 12}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-grid__cell--start-12-medium{grid-column-start:12}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--span-1-wide{grid-column-end:span 1}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--start-1-wide{grid-column-start:1}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--span-2-wide{grid-column-end:span 2}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--start-2-wide{grid-column-start:2}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--span-3-wide{grid-column-end:span 3}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--start-3-wide{grid-column-start:3}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--span-4-wide{grid-column-end:span 4}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--start-4-wide{grid-column-start:4}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--span-5-wide{grid-column-end:span 5}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--start-5-wide{grid-column-start:5}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--span-6-wide{grid-column-end:span 6}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--start-6-wide{grid-column-start:6}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--span-7-wide{grid-column-end:span 7}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--start-7-wide{grid-column-start:7}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--span-8-wide{grid-column-end:span 8}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--start-8-wide{grid-column-start:8}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--span-9-wide{grid-column-end:span 9}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--start-9-wide{grid-column-start:9}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--span-10-wide{grid-column-end:span 10}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--start-10-wide{grid-column-start:10}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--span-11-wide{grid-column-end:span 11}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--start-11-wide{grid-column-start:11}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--span-12-wide{grid-column-end:span 12}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-grid__cell--start-12-wide{grid-column-start:12}}.ams-breakout{-moz-column-gap:var(--ams-grid-column-gap);column-gap:var(--ams-grid-column-gap);display:grid;grid-template-columns:repeat(var(--ams-grid-column-count), 1fr);padding-inline:var(--ams-grid-padding-inline);row-gap:var(--ams-grid-row-gap-xl)}@media(min-width: 37.5rem){.ams-breakout{grid-template-columns:repeat(var(--ams-grid-medium-column-count), 1fr);padding-inline:var(--ams-grid-medium-padding-inline)}}@media(min-width: 72.5rem){.ams-breakout{grid-template-columns:repeat(var(--ams-grid-wide-column-count), 1fr);padding-inline:var(--ams-grid-wide-padding-inline)}}.ams-breakout--gap-vertical--none{row-gap:initial}.ams-breakout--gap-vertical--large{row-gap:var(--ams-grid-row-gap-l)}.ams-breakout--gap-vertical--2x-large{row-gap:var(--ams-grid-row-gap-2xl)}.ams-breakout--padding-bottom--large{padding-block-end:var(--ams-grid-padding-block-l)}.ams-breakout--padding-bottom--x-large{padding-block-end:var(--ams-grid-padding-block-xl)}.ams-breakout--padding-bottom--2x-large{padding-block-end:var(--ams-grid-padding-block-2xl)}.ams-breakout--padding-top--large{padding-block-start:var(--ams-grid-padding-block-l)}.ams-breakout--padding-top--x-large{padding-block-start:var(--ams-grid-padding-block-xl)}.ams-breakout--padding-top--2x-large{padding-block-start:var(--ams-grid-padding-block-2xl)}.ams-breakout--padding-vertical--large{padding-block:var(--ams-grid-padding-block-l)}.ams-breakout--padding-vertical--x-large{padding-block:var(--ams-grid-padding-block-xl)}.ams-breakout--padding-vertical--2x-large{padding-block:var(--ams-grid-padding-block-2xl)}.ams-breakout__cell--col-span-all{grid-column:1/-1}.ams-breakout__cell--col-span-1{grid-column-end:span 1}.ams-breakout__cell--col-start-1{grid-column-start:1}.ams-breakout__cell--col-span-2{grid-column-end:span 2}.ams-breakout__cell--col-start-2{grid-column-start:2}.ams-breakout__cell--col-span-3{grid-column-end:span 3}.ams-breakout__cell--col-start-3{grid-column-start:3}.ams-breakout__cell--col-span-4{grid-column-end:span 4}.ams-breakout__cell--col-start-4{grid-column-start:4}.ams-breakout__cell--col-span-5{grid-column-end:span 5}.ams-breakout__cell--col-start-5{grid-column-start:5}.ams-breakout__cell--col-span-6{grid-column-end:span 6}.ams-breakout__cell--col-start-6{grid-column-start:6}.ams-breakout__cell--col-span-7{grid-column-end:span 7}.ams-breakout__cell--col-start-7{grid-column-start:7}.ams-breakout__cell--col-span-8{grid-column-end:span 8}.ams-breakout__cell--col-start-8{grid-column-start:8}.ams-breakout__cell--col-span-9{grid-column-end:span 9}.ams-breakout__cell--col-start-9{grid-column-start:9}.ams-breakout__cell--col-span-10{grid-column-end:span 10}.ams-breakout__cell--col-start-10{grid-column-start:10}.ams-breakout__cell--col-span-11{grid-column-end:span 11}.ams-breakout__cell--col-start-11{grid-column-start:11}.ams-breakout__cell--col-span-12{grid-column-end:span 12}.ams-breakout__cell--col-start-12{grid-column-start:12}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-span-1-medium{grid-column-end:span 1}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-start-1-medium{grid-column-start:1}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-span-2-medium{grid-column-end:span 2}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-start-2-medium{grid-column-start:2}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-span-3-medium{grid-column-end:span 3}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-start-3-medium{grid-column-start:3}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-span-4-medium{grid-column-end:span 4}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-start-4-medium{grid-column-start:4}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-span-5-medium{grid-column-end:span 5}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-start-5-medium{grid-column-start:5}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-span-6-medium{grid-column-end:span 6}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-start-6-medium{grid-column-start:6}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-span-7-medium{grid-column-end:span 7}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-start-7-medium{grid-column-start:7}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-span-8-medium{grid-column-end:span 8}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-start-8-medium{grid-column-start:8}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-span-9-medium{grid-column-end:span 9}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-start-9-medium{grid-column-start:9}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-span-10-medium{grid-column-end:span 10}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-start-10-medium{grid-column-start:10}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-span-11-medium{grid-column-end:span 11}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-start-11-medium{grid-column-start:11}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-span-12-medium{grid-column-end:span 12}}@media(min-width: 37.5rem)and (min-width: 37.5rem){.ams-breakout__cell--col-start-12-medium{grid-column-start:12}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-span-1-wide{grid-column-end:span 1}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-start-1-wide{grid-column-start:1}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-span-2-wide{grid-column-end:span 2}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-start-2-wide{grid-column-start:2}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-span-3-wide{grid-column-end:span 3}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-start-3-wide{grid-column-start:3}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-span-4-wide{grid-column-end:span 4}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-start-4-wide{grid-column-start:4}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-span-5-wide{grid-column-end:span 5}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-start-5-wide{grid-column-start:5}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-span-6-wide{grid-column-end:span 6}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-start-6-wide{grid-column-start:6}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-span-7-wide{grid-column-end:span 7}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-start-7-wide{grid-column-start:7}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-span-8-wide{grid-column-end:span 8}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-start-8-wide{grid-column-start:8}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-span-9-wide{grid-column-end:span 9}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-start-9-wide{grid-column-start:9}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-span-10-wide{grid-column-end:span 10}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-start-10-wide{grid-column-start:10}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-span-11-wide{grid-column-end:span 11}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-start-11-wide{grid-column-start:11}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-span-12-wide{grid-column-end:span 12}}@media(min-width: 72.5rem)and (min-width: 72.5rem){.ams-breakout__cell--col-start-12-wide{grid-column-start:12}}.ams-breakout__cell--has-figure{align-self:end}.ams-breakout__cell--has-spotlight{display:grid;margin-block:calc(var(--ams-space-xl)*-1);margin-inline:calc(var(--ams-grid-padding-inline)*-1)}@media(min-width: 37.5rem){.ams-breakout__cell--has-spotlight{margin-inline:calc(var(--ams-grid-medium-padding-inline)*-1)}}@media(min-width: 72.5rem){.ams-breakout__cell--has-spotlight{margin-inline:calc(var(--ams-grid-wide-padding-inline)*-1)}}.ams-breakout--gap-vertical--small>.ams-breakout__cell--has-spotlight{margin-block:calc(var(--ams-space-l)*-1)}.ams-breakout--gap-vertical--large>.ams-breakout__cell--has-spotlight{margin-block:calc(var(--ams-space-2xl)*-1)}.ams-breakout__cell--row-span-1{grid-row-end:span 1}.ams-breakout__cell--row-start-1{grid-row-start:1}.ams-breakout__cell--row-span-2{grid-row-end:span 2}.ams-breakout__cell--row-start-2{grid-row-start:2}.ams-breakout__cell--row-span-3{grid-row-end:span 3}.ams-breakout__cell--row-start-3{grid-row-start:3}.ams-breakout__cell--row-span-4{grid-row-end:span 4}.ams-breakout__cell--row-start-4{grid-row-start:4}@media(min-width: 37.5rem){.ams-breakout__cell--row-span-1-medium{grid-row-end:span 1}.ams-breakout__cell--row-start-1-medium{grid-row-start:1}.ams-breakout__cell--row-span-2-medium{grid-row-end:span 2}.ams-breakout__cell--row-start-2-medium{grid-row-start:2}.ams-breakout__cell--row-span-3-medium{grid-row-end:span 3}.ams-breakout__cell--row-start-3-medium{grid-row-start:3}.ams-breakout__cell--row-span-4-medium{grid-row-end:span 4}.ams-breakout__cell--row-start-4-medium{grid-row-start:4}}@media(min-width: 72.5rem){.ams-breakout__cell--row-span-1-wide{grid-row-end:span 1}.ams-breakout__cell--row-start-1-wide{grid-row-start:1}.ams-breakout__cell--row-span-2-wide{grid-row-end:span 2}.ams-breakout__cell--row-start-2-wide{grid-row-start:2}.ams-breakout__cell--row-span-3-wide{grid-row-end:span 3}.ams-breakout__cell--row-start-3-wide{grid-row-start:3}.ams-breakout__cell--row-span-4-wide{grid-row-end:span 4}.ams-breakout__cell--row-start-4-wide{grid-row-start:4}}.ams-button{--ams-icon-line-height: var(--ams-button-line-height);border:none;margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;border-style:var(--ams-button-border-style);border-width:var(--ams-button-border-width);cursor:var(--ams-button-cursor);display:inline-flex;font-family:var(--ams-button-font-family);font-size:var(--ams-button-font-size);font-weight:var(--ams-button-font-weight);gap:var(--ams-button-gap);justify-content:center;line-height:var(--ams-button-line-height);outline-offset:var(--ams-button-outline-offset);padding-block:var(--ams-button-padding-block);padding-inline:var(--ams-button-padding-inline);touch-action:manipulation;hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word}@media print{.ams-button{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ams-button{text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-button:disabled,.ams-button[aria-disabled=true]{cursor:var(--ams-button-disabled-cursor)}.ams-button--primary{background-color:var(--ams-button-primary-background-color);border-color:var(--ams-button-primary-border-color);color:var(--ams-button-primary-color)}.ams-button--primary:disabled,.ams-button--primary [aria-disabled=true]{background-color:var(--ams-button-primary-disabled-background-color);border-color:var(--ams-button-primary-disabled-border-color)}.ams-button--primary:hover:not(:disabled,[aria-disabled=true]){background-color:var(--ams-button-primary-hover-background-color);border-color:var(--ams-button-primary-hover-border-color)}.ams-button--secondary{background-color:var(--ams-button-secondary-background-color);border-color:var(--ams-button-secondary-border-color);color:var(--ams-button-secondary-color)}.ams-button--secondary:disabled,.ams-button--secondary [aria-disabled=true]{border-color:var(--ams-button-secondary-disabled-border-color);color:var(--ams-button-secondary-disabled-color)}.ams-button--secondary:hover:not(:disabled,[aria-disabled=true]){box-shadow:var(--ams-button-secondary-hover-box-shadow);color:var(--ams-button-secondary-hover-color)}.ams-button--tertiary{background-color:var(--ams-button-tertiary-background-color);border-color:var(--ams-button-tertiary-border-color);color:var(--ams-button-tertiary-color)}.ams-button--tertiary:disabled,.ams-button--tertiary [aria-disabled=true]{color:var(--ams-button-tertiary-disabled-color)}.ams-button--tertiary:hover:not(:disabled,[aria-disabled=true]){border-color:var(--ams-button-tertiary-hover-border-color);color:var(--ams-button-tertiary-hover-color)}.ams-button--icon-only{padding-block:var(--ams-button-icon-only-padding-block);padding-inline:var(--ams-button-icon-only-padding-inline)}.ams-call-to-action-link{background-color:var(--ams-call-to-action-link-background-color);color:var(--ams-call-to-action-link-color);display:inline-flex;font-family:var(--ams-call-to-action-link-font-family);font-size:var(--ams-call-to-action-link-font-size);font-weight:var(--ams-call-to-action-link-font-weight);line-height:var(--ams-call-to-action-link-line-height);outline-offset:var(--ams-call-to-action-link-outline-offset);padding-block:var(--ams-call-to-action-link-padding-block);padding-inline:var(--ams-call-to-action-link-padding-inline);text-decoration-thickness:var(--ams-call-to-action-link-text-decoration-thickness);text-underline-offset:var(--ams-call-to-action-link-text-underline-offset);touch-action:manipulation;hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word}@media print{.ams-call-to-action-link{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ams-call-to-action-link{text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-call-to-action-link:hover{background-color:var(--ams-call-to-action-link-hover-background-color);text-decoration-thickness:var(--ams-call-to-action-link-hover-text-decoration-thickness);text-underline-offset:var(--ams-call-to-action-link-hover-text-underline-offset)}.ams-card{display:grid;outline-offset:var(--ams-card-outline-offset);position:relative;touch-action:manipulation}.ams-card:has(:focus-visible){outline-color:-webkit-focus-ring-color;outline-style:auto;outline-width:.0625rem}.ams-card>.ams-card__heading:not(:last-child){margin-block-end:var(--ams-card-heading-margin-block-end)}.ams-card>.ams-card__image:not(:last-child){margin-block-end:var(--ams-card-image-margin-block-end)}.ams-card__heading-group{display:flex;flex-direction:column-reverse;gap:var(--ams-card-heading-group-gap);margin-block-end:var(--ams-card-heading-group-margin-block-end)}.ams-card__link{color:var(--ams-card-link-color);text-decoration-line:var(--ams-card-link-text-decoration-line);text-decoration-thickness:var(--ams-card-link-text-decoration-thickness);text-underline-offset:var(--ams-card-link-text-underline-offset)}.ams-card__link::after{content:"";display:block;inset-block:0;inset-inline:0;position:absolute}.ams-card__link:hover{color:var(--ams-card-link-hover-color);text-decoration-line:var(--ams-card-link-hover-text-decoration-line)}.ams-card:has(:focus-visible) .ams-card__link:focus{outline:none}.ams-character-count{color:var(--ams-character-count-color);font-family:var(--ams-character-count-font-family);font-size:var(--ams-character-count-font-size);font-weight:var(--ams-character-count-font-weight);line-height:var(--ams-character-count-line-height);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-character-count--error{color:var(--ams-character-count-error-color)}.ams-checkbox__label{color:var(--ams-checkbox-color);cursor:var(--ams-checkbox-cursor);display:inline-flex;font-family:var(--ams-checkbox-font-family);font-size:var(--ams-checkbox-font-size);font-weight:var(--ams-checkbox-font-weight);gap:var(--ams-checkbox-gap);line-height:var(--ams-checkbox-line-height);outline-offset:var(--ams-checkbox-outline-offset);text-decoration-thickness:var(--ams-checkbox-text-decoration-thickness);text-underline-offset:var(--ams-checkbox-text-underline-offset);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-checkbox__icon-container{block-size:var(--ams-checkbox-icon-container-block-size);display:flex;flex:none;inline-size:var(--ams-checkbox-icon-container-inline-size)}.ams-checkbox__rectangle{fill:var(--ams-checkbox-rectangle-fill);stroke:var(--ams-checkbox-rectangle-stroke)}@media(forced-colors: active){.ams-checkbox__rectangle{fill:Canvas;stroke:FieldText}}.ams-checkbox__hover-indicator{stroke:none}.ams-checkbox__checked-indicator{display:none;stroke:var(--ams-checkbox-checked-indicator-stroke)}@media(forced-colors: active){.ams-checkbox__checked-indicator{stroke:Canvas}}.ams-checkbox__indeterminate-indicator{display:none;stroke:var(--ams-checkbox-indeterminate-indicator-stroke)}@media(forced-colors: active){.ams-checkbox__indeterminate-indicator{stroke:Canvas}}.ams-checkbox__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;inline-size:0;margin-block:0;margin-inline:0;outline-style:initial}.ams-checkbox__input:focus+label{outline:auto}.ams-checkbox__input:focus:not(:focus-visible)+label{outline:0}.ams-checkbox__input:disabled+*{color:var(--ams-checkbox-disabled-color);cursor:var(--ams-checkbox-disabled-cursor)}.ams-checkbox__input:disabled+* .ams-checkbox__rectangle{stroke:var(--ams-checkbox-rectangle-disabled-stroke)}@media(forced-colors: active){.ams-checkbox__input:disabled+* .ams-checkbox__rectangle{stroke:GrayText}}.ams-checkbox__input:indeterminate+* .ams-checkbox__rectangle{fill:var(--ams-checkbox-rectangle-indeterminate-fill)}@media(forced-colors: active){.ams-checkbox__input:indeterminate+* .ams-checkbox__rectangle{fill:ActiveText;stroke:ActiveText}}.ams-checkbox__input:indeterminate+* .ams-checkbox__indeterminate-indicator{display:block}.ams-checkbox__input:checked:not(:indeterminate)+* .ams-checkbox__rectangle{fill:var(--ams-checkbox-rectangle-checked-fill)}@media(forced-colors: active){.ams-checkbox__input:checked:not(:indeterminate)+* .ams-checkbox__rectangle{fill:ActiveText;stroke:ActiveText}}.ams-checkbox__input:checked:not(:indeterminate)+* .ams-checkbox__checked-indicator{display:block}.ams-checkbox__input:hover:not(:disabled)+*{color:var(--ams-checkbox-hover-color);text-decoration-line:var(--ams-checkbox-hover-text-decoration-line)}@media(forced-colors: none){.ams-checkbox__input:hover:not(:disabled)+* .ams-checkbox__rectangle{stroke:var(--ams-checkbox-rectangle-hover-stroke)}}@media(forced-colors: none){.ams-checkbox__input:hover:not(:disabled)+* .ams-checkbox__hover-indicator{stroke:var(--ams-checkbox-hover-indicator-hover-stroke)}}.ams-checkbox__input:disabled:indeterminate+* .ams-checkbox__rectangle{fill:var(--ams-checkbox-rectangle-indeterminate-disabled-fill)}@media(forced-colors: active){.ams-checkbox__input:disabled:indeterminate+* .ams-checkbox__rectangle{fill:GrayText;stroke:GrayText}}.ams-checkbox__input:disabled:checked+* .ams-checkbox__rectangle{fill:var(--ams-checkbox-rectangle-checked-disabled-fill)}@media(forced-colors: active){.ams-checkbox__input:disabled:checked+* .ams-checkbox__rectangle{fill:GrayText;stroke:GrayText}}:is(.ams-checkbox__input:invalid,.ams-checkbox__input[aria-invalid=true]):not(:disabled)+* .ams-checkbox__rectangle{stroke:var(--ams-checkbox-rectangle-invalid-stroke)}@media(forced-colors: active){:is(.ams-checkbox__input:invalid,.ams-checkbox__input[aria-invalid=true]):not(:disabled)+* .ams-checkbox__rectangle{fill:ActiveText;stroke:ActiveText}}:is(.ams-checkbox__input:invalid,.ams-checkbox__input[aria-invalid=true]):indeterminate:not(:disabled)+* .ams-checkbox__rectangle{fill:var(--ams-checkbox-rectangle-indeterminate-invalid-fill)}@media(forced-colors: active){:is(.ams-checkbox__input:invalid,.ams-checkbox__input[aria-invalid=true]):indeterminate:not(:disabled)+* .ams-checkbox__rectangle{fill:ActiveText;stroke:ActiveText}}:is(.ams-checkbox__input:invalid,.ams-checkbox__input[aria-invalid=true]):checked:not(:disabled)+* .ams-checkbox__rectangle{fill:var(--ams-checkbox-rectangle-checked-invalid-fill)}@media(forced-colors: active){:is(.ams-checkbox__input:invalid,.ams-checkbox__input[aria-invalid=true]):checked:not(:disabled)+* .ams-checkbox__rectangle{fill:ActiveText;stroke:ActiveText}}.ams-checkbox__input:indeterminate:not(:disabled)+*:hover .ams-checkbox__rectangle{fill:var(--ams-checkbox-rectangle-indeterminate-hover-fill)}@media(forced-colors: active){.ams-checkbox__input:indeterminate:not(:disabled)+*:hover .ams-checkbox__rectangle{fill:ActiveText;stroke:ActiveText}}.ams-checkbox__input:checked:not(:disabled,:indeterminate)+*:hover .ams-checkbox__rectangle{fill:var(--ams-checkbox-rectangle-checked-hover-fill)}@media(forced-colors: active){.ams-checkbox__input:checked:not(:disabled,:indeterminate)+*:hover .ams-checkbox__rectangle{fill:ActiveText;stroke:ActiveText}}:is(.ams-checkbox__input:invalid,.ams-checkbox__input[aria-invalid=true]):not(:disabled)+*:hover .ams-checkbox__rectangle{stroke:var(--ams-checkbox-rectangle-invalid-hover-stroke)}@media(forced-colors: none){:is(.ams-checkbox__input:invalid,.ams-checkbox__input[aria-invalid=true]):not(:disabled)+*:hover .ams-checkbox__hover-indicator{stroke:var(--ams-checkbox-hover-indicator-invalid-hover-stroke)}}:is(.ams-checkbox__input:invalid,.ams-checkbox__input[aria-invalid=true]):indeterminate:not(:disabled)+*:hover .ams-checkbox__rectangle{fill:var(--ams-checkbox-rectangle-indeterminate-invalid-hover-fill)}@media(forced-colors: active){:is(.ams-checkbox__input:invalid,.ams-checkbox__input[aria-invalid=true]):indeterminate:not(:disabled)+*:hover .ams-checkbox__rectangle{fill:ActiveText;stroke:ActiveText}}:is(.ams-checkbox__input:invalid,.ams-checkbox__input[aria-invalid=true]):checked:not(:disabled)+*:hover .ams-checkbox__rectangle{fill:var(--ams-checkbox-rectangle-checked-invalid-hover-fill)}@media(forced-colors: active){:is(.ams-checkbox__input:invalid,.ams-checkbox__input[aria-invalid=true]):checked:not(:disabled)+*:hover .ams-checkbox__rectangle{fill:ActiveText;stroke:ActiveText}}.ams-column{display:flex;flex-direction:column;gap:var(--ams-column-gap-medium)}.ams-column--gap-x-small{gap:var(--ams-column-gap-x-small)}.ams-column--gap-small{gap:var(--ams-column-gap-small)}.ams-column--gap-large{gap:var(--ams-column-gap-large)}.ams-column--gap-x-large{gap:var(--ams-column-gap-x-large)}.ams-column--gap-none{gap:0}.ams-column--align-around{justify-content:space-around}.ams-column--align-between{justify-content:space-between}.ams-column--align-center{justify-content:center}.ams-column--align-end{justify-content:flex-end}.ams-column--align-evenly{justify-content:space-evenly}.ams-column--align-horizontal-center{align-items:center}.ams-column--align-horizontal-end{align-items:flex-end}.ams-column--align-horizontal-start{align-items:flex-start}.ams-date-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;margin-block:0;background-color:var(--ams-date-input-background-color);border-color:var(--ams-date-input-border-color);border-style:var(--ams-date-input-border-style);border-width:var(--ams-date-input-border-width);box-sizing:border-box;color:var(--ams-date-input-color);font-family:var(--ams-date-input-font-family);font-size:var(--ams-date-input-font-size);font-weight:var(--ams-date-input-font-weight);line-height:var(--ams-date-input-line-height);min-block-size:calc(var(--ams-date-input-font-size)*var(--ams-date-input-line-height) + 2*var(--ams-date-input-padding-block));min-inline-size:calc(8ch + 2*var(--ams-date-input-padding-inline));outline-offset:var(--ams-date-input-outline-offset);padding-block:var(--ams-date-input-padding-block);padding-inline:var(--ams-date-input-padding-inline);touch-action:manipulation;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-date-input::-webkit-datetime-edit,.ams-date-input::-webkit-datetime-edit-ampm-field,.ams-date-input::-webkit-datetime-edit-day-field,.ams-date-input::-webkit-datetime-edit-fields-wrapper,.ams-date-input::-webkit-datetime-edit-hour-field,.ams-date-input::-webkit-datetime-edit-millisecond-field,.ams-date-input::-webkit-datetime-edit-minute-field,.ams-date-input::-webkit-datetime-edit-month-field,.ams-date-input::-webkit-datetime-edit-second-field,.ams-date-input::-webkit-datetime-edit-week-field,.ams-date-input::-webkit-datetime-edit-year-field{padding-block:0}.ams-date-input::-webkit-calendar-picker-indicator{-webkit-appearance:none;appearance:none;background-image:var(--ams-date-input-calendar-picker-indicator-background-image);cursor:var(--ams-date-input-calendar-picker-indicator-cursor)}.ams-date-input:hover::-webkit-calendar-picker-indicator{background-image:var(--ams-date-input-hover-calendar-picker-indicator-background-image)}.ams-date-input:disabled{color:var(--ams-date-input-disabled-color);cursor:var(--ams-date-input-disabled-cursor)}.ams-date-input:not(:disabled):invalid,.ams-date-input:not(:disabled)[aria-invalid=true]{border-color:var(--ams-date-input-invalid-border-color)}.ams-date-input:not(:disabled):hover{box-shadow:var(--ams-date-input-hover-box-shadow)}.ams-date-input:not(:disabled):invalid:hover,.ams-date-input:not(:disabled)[aria-invalid=true]:hover{border-color:var(--ams-date-input-invalid-hover-border-color);box-shadow:var(--ams-date-input-invalid-hover-box-shadow)}.ams-description-list{margin-block:0;color:var(--ams-description-list-color);font-family:var(--ams-description-list-font-family);font-size:var(--ams-description-list-font-size);line-height:var(--ams-description-list-line-height);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}@media(min-width: 37.5rem){.ams-description-list,.ams-description-list__section{align-items:start;-moz-column-gap:var(--ams-description-list-column-gap);column-gap:var(--ams-description-list-column-gap);display:grid;grid-template-columns:auto 1fr}.ams-description-list--narrow,.ams-description-list--narrow .ams-description-list__section{grid-template-columns:var(--ams-description-list-narrow-grid-template-columns)}.ams-description-list--medium,.ams-description-list--medium .ams-description-list__section{grid-template-columns:var(--ams-description-list-medium-grid-template-columns)}.ams-description-list--wide,.ams-description-list--wide .ams-description-list__section{grid-template-columns:var(--ams-description-list-wide-grid-template-columns)}}.ams-description-list--inverse{color:var(--ams-description-list-inverse-color)}.ams-description-list__term{font-size:var(--ams-description-list-term-font-size);font-weight:var(--ams-description-list-term-font-weight);line-height:var(--ams-description-list-term-line-height);margin-block-end:var(--ams-description-list-term-margin-block-end);text-wrap:var(--ams-description-list-term-text-wrap)}@media(min-width: 37.5rem){.ams-description-list__term{grid-column-start:1;margin-block-end:var(--ams-description-list-term-vi-medium-margin-block-end)}.ams-description-list__term:not(.ams-description-list__term+.ams-description-list__term,:last-child){padding-block-start:calc((var(--ams-description-list-font-size)*var(--ams-description-list-line-height) - var(--ams-description-list-term-font-size)*var(--ams-description-list-term-line-height))/2)}}.ams-description-list__term:has(+.ams-description-list__term){margin-block-end:0}.ams-description-list__description{margin-inline:0;font-weight:var(--ams-description-list-description-font-weight);margin-block-end:var(--ams-description-list-description-margin-block-end);padding-inline-start:var(--ams-description-list-description-padding-inline-start)}@media(min-width: 37.5rem){.ams-description-list__description{grid-column-start:2;padding-inline-start:0}.ams-description-list__description:first-of-type{grid-row-start:1}}.ams-description-list__section{margin-block-end:var(--ams-description-list-section-margin-block-end)}@media(min-width: 37.5rem){.ams-description-list__section{grid-column:span 2}.ams-description-list__section>:only-of-type{grid-row:1/9}}.ams-description-list>.ams-description-list__term:last-child,.ams-description-list>.ams-description-list__description:last-child,.ams-description-list>.ams-description-list__section:last-child,.ams-description-list>.ams-description-list__section:last-child>.ams-description-list__term:last-child,.ams-description-list>.ams-description-list__section:last-child>.ams-description-list__description:last-child{margin-block-end:0}@media(min-width: 37.5rem){.ams-description-list>.ams-description-list__term:last-of-type,.ams-description-list>.ams-description-list__section:last-child>.ams-description-list__term:last-of-type{margin-block-end:0}}.ams-dialog:not(dialog:not([open])){inset-block:0;padding-block:0;padding-inline:0;background-color:var(--ams-dialog-background-color);border-color:var(--ams-dialog-border-color);border-radius:var(--ams-dialog-border-radius);border-style:var(--ams-dialog-border-style);border-width:var(--ams-dialog-border-width);box-shadow:var(--ams-dialog-box-shadow);box-sizing:border-box;display:flex;flex-direction:column;gap:var(--ams-dialog-gap);inline-size:var(--ams-dialog-inline-size);max-block-size:var(--ams-dialog-max-block-size);max-inline-size:var(--ams-dialog-max-inline-size)}@media(min-width: 37.5rem){.ams-dialog:not(dialog:not([open])){inline-size:var(--ams-dialog-medium-inline-size);max-block-size:var(--ams-dialog-medium-max-block-size)}}.ams-dialog:not(dialog:not([open]))::backdrop{background:var(--ams-dialog-backdrop-background-color, rgba(24, 24, 24, 0.625))}.ams-dialog__header{align-items:flex-start;display:flex;gap:var(--ams-dialog-header-gap);justify-content:space-between;padding-block:var(--ams-dialog-header-padding-block);padding-inline:var(--ams-dialog-header-padding-inline)}@media(min-width: 37.5rem){.ams-dialog__header{padding-block:var(--ams-dialog-header-medium-padding-block);padding-inline:var(--ams-dialog-header-medium-padding-inline)}}.ams-dialog__body{overflow-y:auto;overscroll-behavior-y:contain;padding-block:var(--ams-dialog-body-padding-block);padding-inline:var(--ams-dialog-body-padding-inline)}@media(min-width: 37.5rem){.ams-dialog__body{padding-inline:var(--ams-dialog-body-medium-padding-inline)}}.ams-dialog__footer{padding-block:var(--ams-dialog-footer-padding-block);padding-inline:var(--ams-dialog-footer-padding-inline)}@media(min-width: 37.5rem){.ams-dialog__footer{padding-block:var(--ams-dialog-footer-medium-padding-block);padding-inline:var(--ams-dialog-footer-medium-padding-inline)}}.ams-body{margin-block:0;margin-inline:0}.ams-error-message{margin-block:0;box-sizing:border-box;color:var(--ams-error-message-color);display:flex;font-family:var(--ams-error-message-font-family);font-size:var(--ams-error-message-font-size);font-weight:var(--ams-error-message-font-weight);gap:var(--ams-error-message-gap);line-height:var(--ams-error-message-line-height);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-field-set{border:none;margin-inline:0;padding-block:0;padding-inline:0;-moz-column-break-inside:avoid;break-inside:avoid}.ams-field-set>:not(:last-child){margin-block-end:var(--ams-field-set-child-margin-block-end)}.ams-field-set>:has(+.ams-error-message){margin-block-end:var(--ams-field-set-child-before-error-message-margin-block-end)}.ams-field-set>:has(+.ams-field),.ams-field-set>:has(+.ams-field-set){margin-block-end:var(--ams-field-set-child-before-field-or-field-set-margin-block-end)}.ams-field-set>:is(.ams-field,.ams-field-set):has(+:is(.ams-field,.ams-field-set)){margin-block-end:var(--ams-field-set-child-between-fields-and-field-sets-margin-block-end)}.ams-field-set--invalid{border-inline-start:var(--ams-field-set-invalid-border-inline-start);padding-inline-start:var(--ams-field-set-invalid-padding-inline-start)}.ams-field-set__legend{float:left;inline-size:100%;padding-inline:0}.ams-field-set__legend+*{clear:both}.ams-field-set__legend{color:var(--ams-field-set-legend-color);font-family:var(--ams-field-set-legend-font-family);font-size:var(--ams-field-set-legend-font-size);font-weight:var(--ams-field-set-legend-font-weight);line-height:var(--ams-field-set-legend-line-height);text-wrap:var(--ams-field-set-legend-text-wrap);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-field-set__legend--in-fieldset{font-weight:var(--ams-field-set-legend-in-fieldset-font-weight)}.ams-field-set__heading{font-size:inherit;font-weight:inherit;margin-block:0}.ams-field{align-items:start;-moz-column-break-inside:avoid;break-inside:avoid}.ams-field>:not(:last-child){margin-block-end:var(--ams-field-child-margin-block-end)}.ams-field>:has(+.ams-error-message){margin-block-end:var(--ams-field-child-before-error-message-margin-block-end)}.ams-field--invalid{border-inline-start:var(--ams-field-invalid-border-inline-start);padding-inline-start:var(--ams-field-invalid-padding-inline-start)}.ams-figure{margin-block:0;margin-inline:0;display:flex;flex-direction:column;gap:var(--ams-figure-gap)}.ams-figure__caption{color:var(--ams-figure-caption-color);font-family:var(--ams-figure-caption-font-family);font-size:var(--ams-figure-caption-font-size);font-weight:var(--ams-figure-caption-font-weight);line-height:var(--ams-figure-caption-line-height);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-figure__caption--inverse{color:var(--ams-figure-caption-inverse-color)}.ams-file-input{background-color:var(--ams-file-input-background-color);border-color:var(--ams-file-input-border-color);border-style:var(--ams-file-input-border-style);border-width:var(--ams-file-input-border-width);box-sizing:border-box;color:var(--ams-file-input-color);cursor:var(--ams-file-input-cursor);font-family:var(--ams-file-input-font-family);font-size:var(--ams-file-input-font-size);font-weight:var(--ams-file-input-font-weight);inline-size:100%;line-height:var(--ams-file-input-line-height);outline-offset:var(--ams-file-input-outline-offset);padding-block:var(--ams-file-input-padding-block);padding-inline:var(--ams-file-input-padding-inline);touch-action:manipulation;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-file-input:disabled{color:var(--ams-file-input-disabled-color);cursor:var(--ams-file-input-disabled-cursor)}.ams-file-input::file-selector-button{border:none;margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--ams-file-input-file-selector-button-background-color);border-color:var(--ams-file-input-file-selector-button-border-color);border-style:var(--ams-file-input-file-selector-button-border-style);border-width:var(--ams-file-input-file-selector-button-border-width);box-sizing:border-box;color:var(--ams-file-input-file-selector-button-color);cursor:var(--ams-file-input-file-selector-button-cursor);font-family:inherit;font-size:inherit;font-weight:inherit;line-height:var(--ams-file-input-file-selector-button-line-height);margin-inline-end:var(--ams-file-input-file-selector-button-margin-inline-end);padding-block:var(--ams-file-input-file-selector-button-padding-block);padding-inline:var(--ams-file-input-file-selector-button-padding-inline)}.ams-file-input:disabled::file-selector-button{color:var(--ams-file-input-disabled-color);cursor:var(--ams-file-input-file-selector-button-disabled-cursor)}.ams-file-input:not(:disabled):hover::file-selector-button{box-shadow:var(--ams-file-input-file-selector-button-hover-box-shadow);color:var(--ams-file-input-file-selector-button-hover-color)}.ams-file-list{list-style:none;margin-block:0;padding-inline-start:0;display:flex;flex-direction:column;gap:var(--ams-file-list-gap);padding-block:var(--ams-file-list-padding-block);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-file-list__item{display:flex;font-family:var(--ams-file-list-file-font-family);font-size:var(--ams-file-list-file-font-size);font-weight:var(--ams-file-list-file-font-weight);gap:var(--ams-file-list-file-gap);line-height:var(--ams-file-list-file-line-height)}.ams-file-list__item-preview{display:grid;flex:0 0 var(--ams-file-list-file-preview-width);place-items:center}.ams-file-list__item-preview img{inline-size:100%;min-block-size:auto}.ams-file-list__item-info{flex:1;gap:var(--ams-file-list-file-gap);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ams-file-input__item-details{color:var(--ams-file-list-file-details-color)}.ams-gap-xs{display:grid !important;gap:var(--ams-space-xs) !important}.ams-gap-s{display:grid !important;gap:var(--ams-space-s) !important}.ams-gap-m{display:grid !important;gap:var(--ams-space-m) !important}.ams-gap-l{display:grid !important;gap:var(--ams-space-l) !important}.ams-gap-xl{display:grid !important;gap:var(--ams-space-xl) !important}.ams-heading{margin-block:0;box-sizing:border-box;-moz-column-break-after:avoid;break-after:avoid;-moz-column-break-inside:avoid;break-inside:avoid;color:var(--ams-heading-color);font-family:var(--ams-heading-font-family);font-weight:var(--ams-heading-font-weight);text-wrap:var(--ams-heading-text-wrap);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-heading--1{font-size:var(--ams-heading-1-font-size);line-height:var(--ams-heading-1-line-height)}.ams-heading--2{font-size:var(--ams-heading-2-font-size);line-height:var(--ams-heading-2-line-height)}.ams-heading--3{font-size:var(--ams-heading-3-font-size);line-height:var(--ams-heading-3-line-height)}.ams-heading--4{font-size:var(--ams-heading-4-font-size);line-height:var(--ams-heading-4-line-height)}.ams-heading--5{font-size:var(--ams-heading-5-font-size);line-height:var(--ams-heading-5-line-height)}.ams-heading--6{font-size:var(--ams-heading-6-font-size);line-height:var(--ams-heading-6-line-height)}.ams-heading--inverse{color:var(--ams-heading-inverse-color)}.ams-hint{display:inline-block;font-weight:var(--ams-hint-font-weight)}.ams-hint--in-fieldset{color:var(--ams-hint-in-fieldset-color)}.ams-icon-button{border:none;margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;background-color:rgba(0,0,0,0);color:var(--ams-icon-button-color);cursor:var(--ams-icon-button-cursor);display:inline-flex;outline-offset:var(--ams-icon-button-outline-offset);touch-action:manipulation}.ams-icon-button:hover{background-color:var(--ams-icon-button-hover-background-color);color:var(--ams-icon-button-hover-color)}.ams-icon-button:disabled{background-color:rgba(0,0,0,0);color:var(--ams-icon-button-disabled-color);cursor:var(--ams-icon-button-disabled-cursor)}.ams-icon-button--contrast{color:var(--ams-icon-button-contrast-color)}.ams-icon-button--contrast:hover{background-color:var(--ams-icon-button-contrast-hover-background-color);color:var(--ams-icon-button-contrast-hover-color)}.ams-icon-button--contrast:disabled{background-color:rgba(0,0,0,0);color:var(--ams-icon-button-contrast-disabled-color)}.ams-icon-button--inverse{background-color:var(--ams-icon-button-inverse-background-color);color:var(--ams-icon-button-inverse-color)}.ams-icon-button--inverse:hover{background-color:var(--ams-icon-button-inverse-hover-background-color);color:var(--ams-icon-button-inverse-hover-color)}.ams-icon-button--inverse:disabled{background-color:var(--ams-icon-button-inverse-disabled-background-color);color:var(--ams-icon-button-inverse-disabled-color)}.ams-icon{--ams-line-height: var(--ams-icon-line-height);align-items:center;align-self:baseline;display:inline-flex;font-size:var(--ams-icon-font-size);line-height:var(--ams-line-height)}.ams-icon::after{content:"​"}.ams-icon svg{fill:currentColor;inline-size:1em}.ams-icon--inverse{color:var(--ams-icon-inverse-color)}.ams-icon--square{inline-size:calc(1em*var(--ams-line-height));justify-content:center}.ams-icon--small{--ams-line-height: var(--ams-icon-small-line-height);font-size:var(--ams-icon-small-font-size)}.ams-icon--large{--ams-line-height: var(--ams-icon-large-line-height);font-size:var(--ams-icon-large-font-size)}.ams-icon--heading-1{--ams-line-height: var(--ams-icon-heading-1-line-height);font-size:var(--ams-icon-heading-1-font-size);line-height:var(--ams-icon-heading-1-line-height)}.ams-icon--heading-2{--ams-line-height: var(--ams-icon-heading-2-line-height);font-size:var(--ams-icon-heading-2-font-size);line-height:var(--ams-icon-heading-2-line-height)}.ams-icon--heading-3{--ams-line-height: var(--ams-icon-heading-3-line-height);font-size:var(--ams-icon-heading-3-font-size);line-height:var(--ams-icon-heading-3-line-height)}.ams-icon--heading-4{--ams-line-height: var(--ams-icon-heading-4-line-height);font-size:var(--ams-icon-heading-4-font-size);line-height:var(--ams-icon-heading-4-line-height)}.ams-icon--heading-5{--ams-line-height: var(--ams-icon-heading-5-line-height);font-size:var(--ams-icon-heading-5-font-size);line-height:var(--ams-icon-heading-5-line-height)}.ams-icon--heading-6{--ams-line-height: var(--ams-icon-heading-6-line-height);font-size:var(--ams-icon-heading-6-font-size);line-height:var(--ams-icon-heading-6-line-height)}.ams-icon--heading-0{--ams-line-height: var(--ams-icon-heading-0-line-height);font-size:var(--ams-icon-heading-0-font-size);line-height:var(--ams-icon-heading-0-line-height)}.ams-image-slider{display:grid;gap:var(--ams-image-slider-gap)}.ams-image-slider__slide{scroll-snap-align:center;scroll-snap-stop:always}.ams-image-slider__scroller{align-items:center;display:grid;gap:var(--ams-image-slider-scroller-gap);grid-auto-columns:100%;grid-auto-flow:column;grid-column:1/-1;grid-row:1;outline-offset:var(--ams-image-slider-scroller-outline-offset);overflow-x:auto;overscroll-behavior-x:contain;position:relative;scroll-snap-type:x mandatory;scrollbar-width:none}.ams-image-slider__scroller::-webkit-scrollbar{display:none}@media(prefers-reduced-motion: no-preference){.ams-image-slider__scroller{scroll-behavior:smooth}}.ams-image-slider__controls{display:flex;grid-column:1/-1;grid-row:1;justify-content:space-between}@media(pointer: coarse)and (max-width: 37.5rem){.ams-image-slider__controls{display:none}}.ams-image-slider__control{place-self:center;z-index:1}.ams-image-slider__thumbnails{display:grid;gap:var(--ams-image-slider-thumbnails-gap);grid-template-columns:repeat(5, 1fr)}.ams-image-slider__thumbnail{border:none;margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;aspect-ratio:var(--ams-image-aspect-ratio);background-color:var(--ams-image-slider-thumbnails-thumbnail-background-color);background-position:center;background-size:cover;cursor:var(--ams-image-slider-thumbnails-thumbnail-cursor);opacity:var(--ams-image-slider-thumbnails-thumbnail-opacity);outline-offset:var(--ams-button-outline-offset)}.ams-image-slider__thumbnail:hover{opacity:var(--ams-image-slider-thumbnails-thumbnail-hover-opacity)}.ams-image-slider__thumbnail--in-view{opacity:var(--ams-image-slider-thumbnails-thumbnail-in-view-opacity)}.ams-image-slider__figure{margin-block-end:var(--ams-image-slider-figure-margin-block-end)}.ams-image{aspect-ratio:var(--ams-image-aspect-ratio);block-size:auto;font-style:italic;inline-size:100%;-o-object-fit:cover;object-fit:cover;vertical-align:middle}.ams-invalid-form-alert{outline-offset:var(--ams-invalid-form-alert-outline-offset)}.ams-label{color:var(--ams-label-color);display:block;font-family:var(--ams-label-font-family);font-size:var(--ams-label-font-size);font-weight:var(--ams-label-font-weight);line-height:var(--ams-label-line-height);text-wrap:var(--ams-label-text-wrap);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-label--in-fieldset{font-weight:var(--ams-label-in-fieldset-font-weight)}.ams-label__heading{font-size:var(--ams-label-font-size);font-weight:var(--ams-label-font-weight);margin-block:0}.ams-link-list{list-style:none;margin-block:0;padding-inline-start:0;box-sizing:border-box;display:grid;gap:var(--ams-link-list-gap);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-link-list__link{align-items:flex-start;color:var(--ams-link-list-link-color);display:inline-flex;font-family:var(--ams-link-list-link-font-family);font-size:var(--ams-link-list-link-font-size);font-weight:var(--ams-link-list-link-font-weight);gap:var(--ams-link-list-link-gap);line-height:var(--ams-link-list-link-line-height);outline-offset:var(--ams-link-list-link-outline-offset);text-decoration-line:var(--ams-link-list-link-text-decoration-line);text-decoration-thickness:var(--ams-link-list-link-text-decoration-thickness);text-underline-offset:var(--ams-link-list-link-text-underline-offset)}.ams-link-list__link:hover{color:var(--ams-link-list-link-hover-color);text-decoration-line:var(--ams-link-list-link-hover-text-decoration-line)}.ams-link-list__link--small{font-size:var(--ams-link-list-link-small-font-size);line-height:var(--ams-link-list-link-small-line-height)}.ams-link-list__link--large{font-size:var(--ams-link-list-link-large-font-size);line-height:var(--ams-link-list-link-large-line-height)}.ams-link-list__link--contrast{color:var(--ams-link-list-link-contrast-color)}.ams-link-list__link--contrast:hover{color:var(--ams-link-list-link-contrast-hover-color)}.ams-link-list__link--inverse{color:var(--ams-link-list-link-inverse-color)}.ams-link-list__link--inverse:hover{color:var(--ams-link-list-link-inverse-hover-color)}.ams-link{color:var(--ams-link-color);font-family:var(--ams-link-font-family);font-size:var(--ams-link-font-size);font-weight:var(--ams-link-font-weight);line-height:var(--ams-link-line-height);outline-offset:var(--ams-link-outline-offset);text-decoration-thickness:var(--ams-link-text-decoration-thickness);text-underline-offset:var(--ams-link-text-underline-offset);text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-link:hover{color:var(--ams-link-hover-color);text-decoration-thickness:var(--ams-link-hover-text-decoration-thickness);text-underline-offset:var(--ams-link-hover-text-underline-offset)}.ams-link--contrast{color:var(--ams-link-contrast-color)}.ams-link--contrast:hover{color:var(--ams-link-contrast-hover-color)}.ams-link--inverse{color:var(--ams-link-inverse-color)}.ams-link--inverse:hover{color:var(--ams-link-inverse-hover-color)}.ams-logo{block-size:var(--ams-logo-block-size);display:block;min-block-size:var(--ams-logo-min-block-size)}.ams-logo__emblem{fill:var(--ams-logo-emblem-color)}.ams-logo__text-primary{fill:var(--ams-logo-title-color)}.ams-logo__text-secondary{fill:var(--ams-logo-subsite-color)}.ams-mb-xs{margin-block-end:var(--ams-space-xs) !important}.ams-mb-s{margin-block-end:var(--ams-space-s) !important}.ams-mb-m{margin-block-end:var(--ams-space-m) !important}.ams-mb-l{margin-block-end:var(--ams-space-l) !important}.ams-mb-xl{margin-block-end:var(--ams-space-xl) !important}.ams-mb-2xl{margin-block-end:var(--ams-space-2xl) !important}.ams-mark{background-color:var(--ams-mark-background-color)}.ams-menu{background-color:var(--ams-menu-background-color);font-family:var(--ams-menu-font-family);font-size:var(--ams-menu-font-size);font-weight:var(--ams-menu-font-weight);line-height:var(--ams-menu-line-height);margin-inline:calc(var(--ams-grid-padding-inline)*-1);padding-block:var(--ams-menu-padding-block);padding-inline:calc(var(--ams-grid-padding-inline) - var(--ams-menu-link-padding-inline))}@media(min-width: 37.5rem){.ams-menu{margin-inline:calc(var(--ams-grid-medium-padding-inline)*-1);padding-inline:var(--ams-grid-medium-padding-inline)}}@media(min-width: 72.5rem){.ams-menu{display:none;margin-inline:0;max-inline-size:var(--ams-menu-wide-max-inline-size);padding-block:var(--ams-menu-wide-padding-block);padding-inline:var(--ams-menu-wide-padding-inline)}}.ams-menu--in-wide-window{display:none}@media(min-width: 72.5rem){.ams-menu--in-wide-window{display:block}}.ams-menu__list{list-style:none;margin-block:0;padding-inline-start:0;display:grid;hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}@media(min-width: 72.5rem){.ams-menu__list{gap:var(--ams-menu-list-gap)}}.ams-menu__link{align-items:flex-start;color:var(--ams-menu-link-color);display:inline-flex;gap:var(--ams-menu-link-gap);outline-offset:var(--ams-menu-link-outline-offset);padding-block:var(--ams-menu-link-padding-block);padding-inline:var(--ams-menu-link-padding-inline);text-decoration-line:var(--ams-menu-link-text-decoration-line);text-decoration-thickness:var(--ams-menu-link-text-decoration-thickness);text-underline-offset:var(--ams-menu-link-text-underline-offset)}.ams-menu__link:hover{color:var(--ams-menu-link-hover-color);text-decoration-line:var(--ams-menu-link-hover-text-decoration-line)}.ams-menu__link .ams-menu__icon{align-self:initial}@media(min-width: 72.5rem){.ams-menu__link{align-items:center;display:flex;flex-direction:column;gap:var(--ams-menu-link-wide-gap);text-align:center}.ams-menu__link .ams-menu__icon{--ams-icon-font-size: var(--ams-icon-heading-2-font-size);--ams-icon-line-height: var(--ams-icon-heading-2-line-height)}}.ams-menu__link--contrast{color:var(--ams-menu-link-contrast-color)}.ams-menu__link--contrast:hover{color:var(--ams-menu-link-contrast-hover-color)}.ams-menu__link--inverse{color:var(--ams-menu-link-inverse-color)}.ams-menu__link--inverse:hover{color:var(--ams-menu-link-inverse-hover-color)}.ams-ordered-list{list-style:none;margin-block:0;padding-inline-start:0;box-sizing:border-box;display:grid;gap:var(--ams-ordered-list-gap);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-ordered-list:not(.ams-ordered-list--no-markers){color:var(--ams-ordered-list-color);font-family:var(--ams-ordered-list-font-family);font-size:var(--ams-ordered-list-font-size);font-weight:var(--ams-ordered-list-font-weight);line-height:var(--ams-ordered-list-line-height);list-style-type:var(--ams-ordered-list-list-style-type)}.ams-ordered-list:not(.ams-ordered-list--no-markers) .ams-ordered-list__item{margin-inline-start:var(--ams-ordered-list-item-margin-inline-start);padding-inline-start:var(--ams-ordered-list-item-padding-inline-start)}.ams-ordered-list--inverse:not(.ams-ordered-list--no-markers){color:var(--ams-ordered-list-inverse-color)}.ams-ordered-list--small:not(.ams-ordered-list--no-markers){font-size:var(--ams-ordered-list-small-font-size);line-height:var(--ams-ordered-list-small-line-height)}:is(.ams-ordered-list,.ams-unordered-list) .ams-ordered-list{gap:var(--ams-ordered-list-ordered-list-gap);list-style-type:var(--ams-ordered-list-ordered-list-list-style-type);padding-block-start:var(--ams-ordered-list-ordered-list-padding-block-start)}:is(.ams-ordered-list,.ams-unordered-list) .ams-ordered-list .ams-ordered-list__item{margin-inline-start:var(--ams-ordered-list-ordered-list-item-margin-inline-start);padding-inline-start:var(--ams-ordered-list-ordered-list-item-padding-inline-start)}:is(.ams-ordered-list,.ams-unordered-list)>:not(:last-child)>.ams-ordered-list{padding-block-end:var(--ams-ordered-list-ordered-list-padding-block-end)}.ams-overlap{display:grid}.ams-overlap>*{grid-column:1/-1;grid-row:1/-1}.ams-page{background-color:var(--ams-page-background-color);margin-inline:auto;max-inline-size:var(--ams-page-max-inline-size);min-block-size:100vh;min-block-size:100dvh}.ams-page--with-menu{display:grid;grid-auto-rows:min-content auto 1fr auto;grid-template-areas:"skip-link skip-link" "menu header" "menu body" "menu footer";grid-template-columns:auto 1fr;max-inline-size:var(--ams-page-with-menu-max-inline-size)}.ams-page--with-menu>.ams-page__area--skip-link{grid-area:skip-link;margin-inline-end:var(--ams-page-with-menu-area-skip-link-margin-inline-end)}.ams-page--with-menu>.ams-page__area--menu{grid-area:menu}.ams-page--with-menu>.ams-page__area--header{grid-area:header}.ams-page--with-menu>.ams-page__area--body{grid-area:body}.ams-page--with-menu>.ams-page__area--footer{grid-area:footer}.ams-page-footer__spotlight{background-color:var(--ams-page-footer-spotlight-background-color)}@media print{.ams-page-footer__spotlight{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ams-page-footer__menu{list-style:none;margin-block:0;padding-inline-start:0;-moz-column-gap:var(--ams-page-footer-menu-column-gap);column-gap:var(--ams-page-footer-menu-column-gap);display:flex;flex-wrap:wrap;padding-block:var(--ams-page-footer-menu-padding-block);padding-inline:var(--ams-page-footer-menu-padding-inline);row-gap:var(--ams-page-footer-menu-row-gap)}@media(min-width: 37.5rem){.ams-page-footer__menu{padding-inline:var(--ams-page-footer-menu-medium-padding-inline)}}@media(min-width: 72.5rem){.ams-page-footer__menu{padding-inline:var(--ams-page-footer-menu-wide-padding-inline)}}.ams-page-footer__menu-link{color:var(--ams-page-footer-menu-link-color);font-family:var(--ams-page-footer-menu-link-font-family);font-size:var(--ams-page-footer-menu-link-font-size);font-weight:var(--ams-page-footer-menu-link-font-weight);line-height:var(--ams-page-footer-menu-link-line-height);outline-offset:var(--ams-page-footer-menu-link-outline-offset);text-decoration-line:var(--ams-page-footer-menu-link-text-decoration-line);text-decoration-thickness:var(--ams-page-footer-menu-link-text-decoration-thickness);text-underline-offset:var(--ams-page-footer-menu-link-text-underline-offset);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-page-footer__menu-link:hover{color:var(--ams-page-footer-menu-link-hover-color);text-decoration-line:var(--ams-page-footer-menu-link-hover-text-decoration-line)}.ams-page-header{display:grid;font-family:var(--ams-page-header-font-family);padding-block:var(--ams-page-header-padding-block);padding-inline:var(--ams-page-header-padding-inline)}@media(min-width: 37.5rem){.ams-page-header{padding-inline:var(--ams-page-header-medium-padding-inline)}}@media(min-width: 72.5rem){.ams-page-header{padding-inline:var(--ams-page-header-wide-padding-inline)}}.ams-page-header__logo-link{align-items:center;align-self:start;-moz-column-gap:var(--ams-page-header-logo-link-column-gap);column-gap:var(--ams-page-header-logo-link-column-gap);display:flex;grid-area:1/1;inline-size:-moz-fit-content;inline-size:fit-content;outline-offset:var(--ams-page-header-logo-link-outline-offset);text-decoration:none}@media(forced-colors: active){.ams-page-header__logo-link .ams-logo__emblem,.ams-page-header__logo-link .ams-logo__text-primary,.ams-page-header__logo-link .ams-logo__text-secondary{fill:LinkText}}.ams-page-header__logo-link--hidden{opacity:0%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ams-page-header__logo-container{flex-shrink:0;inline-size:.75rem;overflow:hidden}@media(min-width: 37.5rem){.ams-page-header__logo-container{inline-size:auto}}.ams-page-header__brand-name,.ams-page-header__brand-name-short{color:var(--ams-page-header-brand-name-color);font-size:var(--ams-page-header-brand-name-font-size);font-weight:var(--ams-page-header-brand-name-font-weight);line-height:var(--ams-page-header-brand-name-line-height);text-wrap:var(--ams-page-header-brand-name-text-wrap)}@media(min-width: 72.5rem){.ams-page-header__brand-name-short{display:none}}.ams-page-header__brand-name-short+.ams-page-header__brand-name{display:none}@media(min-width: 72.5rem){.ams-page-header__brand-name-short+.ams-page-header__brand-name{display:initial}}.ams-page-header__navigation{-moz-column-gap:var(--ams-page-header-navigation-column-gap);column-gap:var(--ams-page-header-navigation-column-gap);display:flex;flex-wrap:wrap;grid-area:1/1;pointer-events:none;row-gap:var(--ams-page-header-navigation-row-gap)}.ams-page-header__menu{list-style:none;margin-block:0;padding-inline-start:0;align-items:center;-moz-column-gap:var(--ams-page-header-menu-column-gap);column-gap:var(--ams-page-header-menu-column-gap);display:flex;flex-wrap:wrap;justify-content:flex-end;margin-inline-start:auto;pointer-events:auto;row-gap:var(--ams-page-header-menu-row-gap)}@media not (min-width: 72.5rem){.ams-page-header__menu-item{display:none}}.ams-page-header__menu-item--fixed{display:revert}.ams-page-header__menu-link{color:var(--ams-page-header-menu-link-color);display:inline-flex;gap:var(--ams-page-header-menu-link-gap);text-decoration-line:var(--ams-page-header-menu-link-text-decoration-line);text-decoration-thickness:var(--ams-page-header-menu-link-text-decoration-thickness);text-underline-offset:var(--ams-page-header-menu-link-text-underline-offset);font-size:var(--ams-page-header-menu-item-font-size);font-weight:var(--ams-page-header-menu-item-font-weight);line-height:var(--ams-page-header-menu-item-line-height);outline-offset:var(--ams-page-header-menu-item-outline-offset);padding-block:var(--ams-page-header-menu-item-padding-block);touch-action:manipulation;white-space:nowrap;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-page-header__menu-link:hover{color:var(--ams-page-header-menu-item-hover-color)}.ams-page-header__menu-link:hover{text-decoration-line:var(--ams-page-header-menu-link-hover-text-decoration-line)}.ams-page-header__mega-menu-button-item{display:initial}@media(min-width: 72.5rem){.ams-page-header__mega-menu-button-item--hide-on-wide-window{display:none}}.ams-page-header__mega-menu-button{border:none;margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;background-color:var(--ams-page-header-mega-menu-button-background-color);color:var(--ams-page-header-mega-menu-button-color);-moz-column-gap:var(--ams-page-header-menu-item-column-gap);column-gap:var(--ams-page-header-menu-item-column-gap);cursor:var(--ams-page-header-mega-menu-button-cursor);display:grid;font-family:inherit;grid-auto-flow:column;padding-inline:var(--ams-page-header-mega-menu-button-padding-inline);font-size:var(--ams-page-header-menu-item-font-size);font-weight:var(--ams-page-header-menu-item-font-weight);line-height:var(--ams-page-header-menu-item-line-height);outline-offset:var(--ams-page-header-menu-item-outline-offset);padding-block:var(--ams-page-header-menu-item-padding-block);touch-action:manipulation;white-space:nowrap;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-page-header__mega-menu-button:hover{color:var(--ams-page-header-menu-item-hover-color)}@media print{.ams-page-header__mega-menu-button{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ams-page-header__mega-menu-button:hover{background-color:var(--ams-page-header-mega-menu-button-hover-background-color);color:var(--ams-page-header-mega-menu-button-hover-color)}.ams-page-header__menu-icon-top,.ams-page-header__menu-icon-middle,.ams-page-header__menu-icon-bottom{transform-origin:center;transition:opacity .1s ease-in-out,rotate .2s ease-in-out,translate .1s ease-in-out}@media(prefers-reduced-motion){.ams-page-header__menu-icon-top,.ams-page-header__menu-icon-middle,.ams-page-header__menu-icon-bottom{transition:none}}.ams-page-header__menu-icon--open .ams-page-header__menu-icon-top{rotate:45deg;translate:-4px 4px}.ams-page-header__menu-icon--open .ams-page-header__menu-icon-middle{opacity:0%}.ams-page-header__menu-icon--open .ams-page-header__menu-icon-bottom{rotate:-45deg;translate:-4px -4px}.ams-page-header__mega-menu{inline-size:100%;padding-block:var(--ams-page-header-mega-menu-padding-block);pointer-events:auto}.ams-page-header__mega-menu .ams-grid{padding-inline:0}.ams-page-header__mega-menu--closed.ams-page-header__mega-menu--closed{display:none}.ams-page-header__grid-cell-narrow-window-only{display:initial}@media(min-width: 72.5rem){.ams-page-header__grid-cell-narrow-window-only{display:none}}.ams-page-heading{margin-block:0;box-sizing:border-box;-moz-column-break-after:avoid;break-after:avoid;-moz-column-break-inside:avoid;break-inside:avoid;color:var(--ams-page-heading-color);font-family:var(--ams-page-heading-font-family);font-size:var(--ams-page-heading-font-size);font-weight:var(--ams-page-heading-font-weight);line-height:var(--ams-page-heading-line-height);text-wrap:var(--ams-page-heading-text-wrap);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-page-heading--inverse{color:var(--ams-page-heading-inverse-color)}.ams-pagination{display:flex;flex-wrap:wrap;font-family:var(--ams-pagination-font-family);font-size:var(--ams-pagination-font-size);font-weight:var(--ams-pagination-font-weight);justify-content:center;line-height:var(--ams-pagination-line-height)}.ams-pagination__list{list-style:none;margin-block:0;padding-inline-start:0;display:flex;flex-wrap:wrap}.ams-pagination__link{color:var(--ams-pagination-link-color);display:inline-flex;gap:var(--ams-pagination-link-gap);outline-offset:var(--ams-pagination-link-outline-offset);padding-inline:var(--ams-pagination-link-padding-inline);text-decoration-line:var(--ams-pagination-link-text-decoration-line);text-decoration-thickness:var(--ams-pagination-link-text-decoration-thickness);text-underline-offset:var(--ams-pagination-link-text-underline-offset);touch-action:manipulation;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-pagination__link:hover{color:var(--ams-pagination-link-hover-color);text-decoration-line:var(--ams-pagination-link-hover-text-decoration-line)}.ams-pagination__link span.ams-icon svg{block-size:1rem;inline-size:1rem}.ams-pagination__link-label{display:inline}.ams-pagination__link[aria-current=page]{font-weight:var(--ams-pagination-link-current-font-weight)}.ams-pagination__link[aria-current=page]:hover{text-decoration:none}.ams-paragraph{margin-block:0;box-sizing:border-box;color:var(--ams-paragraph-color);font-family:var(--ams-paragraph-font-family);font-size:var(--ams-paragraph-font-size);font-weight:var(--ams-paragraph-font-weight);line-height:var(--ams-paragraph-line-height);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-paragraph--large{font-size:var(--ams-paragraph-large-font-size);line-height:var(--ams-paragraph-large-line-height);text-wrap:var(--ams-paragraph-large-text-wrap)}.ams-paragraph__b{font-weight:inherit}.ams-paragraph--small{font-size:var(--ams-paragraph-small-font-size);line-height:var(--ams-paragraph-small-line-height)}.ams-paragraph__small{font-size:inherit}.ams-paragraph--inverse{color:var(--ams-paragraph-inverse-color)}.ams-password-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;margin-block:0;background-color:var(--ams-password-input-background-color);border-color:var(--ams-password-input-border-color);border-style:var(--ams-password-input-border-style);border-width:var(--ams-password-input-border-width);box-sizing:border-box;color:var(--ams-password-input-color);font-family:var(--ams-password-input-font-family);font-size:var(--ams-password-input-font-size);font-weight:var(--ams-password-input-font-weight);line-height:var(--ams-password-input-line-height);max-inline-size:100%;outline-offset:var(--ams-password-input-outline-offset);padding-block:var(--ams-password-input-padding-block);padding-inline:var(--ams-password-input-padding-inline);touch-action:manipulation;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-password-input:not([size]){inline-size:100%}.ams-password-input::-moz-placeholder{opacity:100%;color:var(--ams-password-input-placeholder-color)}.ams-password-input::placeholder{opacity:100%;color:var(--ams-password-input-placeholder-color)}.ams-password-input:disabled{color:var(--ams-password-input-disabled-color);cursor:var(--ams-password-input-disabled-cursor)}.ams-password-input:not(:disabled):invalid,.ams-password-input:not(:disabled)[aria-invalid=true]{border-color:var(--ams-password-input-invalid-border-color)}.ams-password-input:not(:disabled):hover{box-shadow:var(--ams-password-input-hover-box-shadow)}.ams-password-input:not(:disabled):invalid:hover,.ams-password-input:not(:disabled)[aria-invalid=true]:hover{border-color:var(--ams-password-input-invalid-hover-border-color);box-shadow:var(--ams-password-input-invalid-hover-box-shadow)}.ams-progress-list{list-style:none;margin-block:0;padding-inline-start:0}.ams-progress-list__step{display:flex;gap:var(--ams-progress-list-step-gap)}@media(min-width: 37.5rem){.ams-progress-list__step{gap:var(--ams-progress-list-step-medium-gap)}}.ams-progress-list__indicator{display:grid;flex:none;place-items:start center}.ams-progress-list__marker{display:flex;grid-area:1/1;place-items:center}.ams-progress-list--heading-2 .ams-progress-list__marker{block-size:var(--ams-progress-list-heading-2-step-marker-block-size)}.ams-progress-list--heading-3 .ams-progress-list__marker{block-size:var(--ams-progress-list-heading-3-step-marker-block-size)}.ams-progress-list--heading-4 .ams-progress-list__marker{block-size:var(--ams-progress-list-heading-4-step-marker-block-size)}.ams-progress-list__marker-shape{background-color:var(--ams-progress-list-step-marker-shape-background-color);block-size:var(--ams-progress-list-step-marker-shape-block-size);border:var(--ams-progress-list-step-marker-shape-border-width) var(--ams-progress-list-step-marker-shape-border-style) var(--ams-progress-list-step-marker-shape-border-color);outline:var(--ams-progress-list-step-marker-shape-outline-width) var(--ams-progress-list-step-marker-shape-outline-style) var(--ams-progress-list-step-marker-shape-outline-color);aspect-ratio:1;border-radius:50%;box-sizing:border-box;display:grid;place-content:center;z-index:1}@media print{.ams-progress-list__marker-shape{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ams-progress-list__step--completed .ams-progress-list__marker-shape{background-color:var(--ams-progress-list-step-completed-marker-shape-background-color);border-color:var(--ams-progress-list-step-completed-marker-shape-border-color)}.ams-progress-list__step--current .ams-progress-list__marker-shape{background-color:var(--ams-progress-list-step-current-marker-shape-background-color);border-color:var(--ams-progress-list-step-current-marker-shape-border-color)}.ams-progress-list__connector{border-inline:var(--ams-progress-list-step-connector-border-inline-width) var(--ams-progress-list-step-connector-border-inline-style) var(--ams-progress-list-step-connector-border-inline-color);block-size:100%;grid-area:1/1}.ams-progress-list--heading-2 .ams-progress-list__connector{margin-block-start:var(--ams-progress-list-heading-2-step-marker-margin-block-start)}.ams-progress-list--heading-3 .ams-progress-list__connector{margin-block-start:var(--ams-progress-list-heading-3-step-marker-margin-block-start)}.ams-progress-list--heading-4 .ams-progress-list__connector{margin-block-start:var(--ams-progress-list-heading-4-step-marker-margin-block-start)}.ams-progress-list__step--completed .ams-progress-list__connector{border-inline-color:var(--ams-progress-list-step-completed-connector-border-inline-color);border-inline-style:var(--ams-progress-list-step-completed-connector-border-inline-style)}.ams-progress-list__step--current.ams-progress-list__step--has-substeps .ams-progress-list__connector{border-inline-color:var(--ams-progress-list-step-current-connector-border-inline-color);border-inline-style:solid}.ams-progress-list>:last-child:not(.ams-progress-list__step--has-substeps) .ams-progress-list__connector{display:none}.ams-progress-list>:last-child.ams-progress-list__step--collapsed .ams-progress-list__connector{display:none}.ams-progress-list__content{flex:auto;min-inline-size:0}.ams-progress-list__step:not(:last-child,.ams-progress-list__step--has-substeps:not(.ams-progress-list__step--collapsed)) .ams-progress-list__content{margin-block-end:var(--ams-progress-list-step-content-margin-block-end)}.ams-progress-list__heading{margin-block-end:var(--ams-progress-list-step-heading-margin-block-end)}.ams-progress-list__step--collapsed .ams-progress-list__heading{margin-block-end:0}.ams-progress-list__button{border:none;margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;background-color:rgba(0,0,0,0);color:var(--ams-progress-list-button-color);cursor:var(--ams-progress-list-button-cursor);display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;gap:var(--ams-progress-list-button-gap);inline-size:100%;line-height:inherit;outline-offset:var(--ams-progress-list-button-outline-offset);padding-block:var(--ams-progress-list-button-padding-block);padding-inline:var(--ams-progress-list-button-padding-inline);text-align:start}.ams-progress-list__button:hover{color:var(--ams-progress-list-button-hover-color)}.ams-progress-list__icon svg{rotate:0deg;transition:none}[aria-expanded=true] .ams-progress-list__icon svg{rotate:-180deg}@media(prefers-reduced-motion: no-preference){.ams-progress-list__icon svg{transition:rotate var(--ams-progress-list-icon-transition-duration) var(--ams-progress-list-icon-transition-timing-function)}}.ams-progress-list__step--collapsed .ams-progress-list__panel{display:none}@media print{.ams-progress-list__step--collapsed .ams-progress-list__panel{display:block}}.ams-progress-list-substeps{list-style:none;margin-block:0;padding-inline-start:0}*+.ams-progress-list-substeps{padding-block-start:var(--ams-progress-list-substeps-padding-block-start)}.ams-progress-list-substeps__step{display:flex}.ams-progress-list-substeps__indicator{margin-inline-end:var(--ams-progress-list-substeps-step-indicator-margin-inline-end);margin-inline-start:calc(-1*var(--ams-progress-list-step-gap) - var(--ams-progress-list-step-marker-shape-block-size));display:grid;flex:none;place-items:start center}@media(min-width: 37.5rem){.ams-progress-list-substeps__indicator{margin-inline-end:var(--ams-progress-list-substeps-step-indicator-medium-margin-inline-end);margin-inline-start:calc(-1*var(--ams-progress-list-step-medium-gap) - var(--ams-progress-list-step-marker-shape-block-size))}}.ams-progress-list-substeps__marker{block-size:var(--ams-progress-list-substeps-step-marker-block-size);display:grid;grid-area:1/1;inline-size:var(--ams-progress-list-substeps-step-marker-inline-size);place-items:center}.ams-progress-list-substeps__marker-shape{background-color:var(--ams-progress-list-substeps-step-marker-shape-background-color);block-size:var(--ams-progress-list-substeps-step-marker-shape-block-size);border:var(--ams-progress-list-substeps-step-marker-shape-border-width) var(--ams-progress-list-substeps-step-marker-shape-border-style) var(--ams-progress-list-substeps-step-marker-shape-border-color);outline:var(--ams-progress-list-substeps-step-marker-shape-outline-width) var(--ams-progress-list-substeps-step-marker-shape-outline-style) var(--ams-progress-list-substeps-step-marker-shape-outline-color);aspect-ratio:1;border-radius:50%;box-sizing:border-box;display:grid;place-content:center;z-index:1}@media print{.ams-progress-list-substeps__marker-shape{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ams-progress-list-substeps__step--completed .ams-progress-list-substeps__marker-shape{background-color:var(--ams-progress-list-substeps-step-completed-marker-shape-background-color);border-color:var(--ams-progress-list-substeps-step-completed-marker-shape-border-color)}.ams-progress-list-substeps__step--current .ams-progress-list-substeps__marker-shape{background-color:var(--ams-progress-list-substeps-step-current-marker-shape-background-color);border-color:var(--ams-progress-list-substeps-step-current-marker-shape-border-color)}.ams-progress-list-substeps__connector{background-color:var(--ams-progress-list-substeps-step-connector-background-color);border:var(--ams-progress-list-substeps-step-connector-border-inline-width) var(--ams-progress-list-substeps-step-connector-border-inline-style) var(--ams-progress-list-substeps-step-connector-border-inline-color);margin-block-start:var(--ams-progress-list-substeps-step-connector-margin-block-start);block-size:100%;grid-area:1/1}.ams-progress-list-substeps__step--completed .ams-progress-list-substeps__connector{border-inline-color:var(--ams-progress-list-substeps-step-completed-connector-border-inline-color);border-inline-style:var(--ams-progress-list-substeps-step-completed-connector-border-inline-style)}.ams-progress-list__step:last-child .ams-progress-list-substeps__step:last-child .ams-progress-list-substeps__connector{border-inline-color:var(--ams-progress-list-substeps-step-connector-last-child-border-inline-color)}.ams-progress-list-substeps__content{margin-block-end:var(--ams-progress-list-substeps-step-content-margin-block-end)}.ams-progress-list-substeps__step:last-child .ams-progress-list-substeps__content{margin-block-end:var(--ams-progress-list-substeps-last-child-content-margin-block-end)}.ams-radio__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;inline-size:0;margin-block:0;margin-inline:0;outline-style:initial}.ams-radio__input:focus+label{outline:auto}.ams-radio__input:focus:not(:focus-visible)+label{outline:0}.ams-radio__label{color:var(--ams-radio-color);cursor:var(--ams-radio-cursor);display:inline-flex;font-family:var(--ams-radio-font-family);font-size:var(--ams-radio-font-size);font-weight:var(--ams-radio-font-weight);gap:var(--ams-radio-gap);line-height:var(--ams-radio-line-height);outline-offset:var(--ams-radio-outline-offset);text-decoration-thickness:var(--ams-radio-text-decoration-thickness);text-underline-offset:var(--ams-radio-text-underline-offset);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-radio__icon-container{block-size:var(--ams-radio-icon-container-block-size);display:flex;flex:none;inline-size:var(--ams-radio-icon-container-inline-size)}.ams-radio__circle{fill:var(--ams-radio-circle-fill);stroke:var(--ams-radio-circle-stroke)}.ams-radio__hover-indicator{stroke:none}.ams-radio__checked-indicator{display:none;fill:var(--ams-radio-checked-indicator-fill)}.ams-radio__label:hover{color:var(--ams-radio-hover-color);text-decoration-line:var(--ams-radio-hover-text-decoration-line)}.ams-radio__label:hover .ams-radio__circle{stroke:var(--ams-radio-circle-hover-stroke)}.ams-radio__label:hover .ams-radio__hover-indicator{stroke:var(--ams-radio-hover-indicator-hover-stroke)}.ams-radio__label:hover .ams-radio__checked-indicator{fill:var(--ams-radio-checked-indicator-hover-fill)}.ams-radio__input[aria-invalid=true]+.ams-radio__label .ams-radio__circle{stroke:var(--ams-radio-circle-invalid-stroke)}.ams-radio__input[aria-invalid=true]+.ams-radio__label .ams-radio__checked-indicator{fill:var(--ams-radio-checked-indicator-invalid-fill)}.ams-radio__input:checked+.ams-radio__label .ams-radio__checked-indicator{display:block}.ams-radio__input:disabled+.ams-radio__label{color:var(--ams-radio-disabled-color);cursor:var(--ams-radio-disabled-cursor)}.ams-radio__input:disabled+.ams-radio__label .ams-radio__circle{stroke:var(--ams-radio-circle-disabled-stroke)}.ams-radio__input:disabled+.ams-radio__label .ams-radio__checked-indicator{fill:var(--ams-radio-checked-indicator-disabled-fill)}.ams-radio__input[aria-invalid=true]:disabled+.ams-radio__label .ams-radio__circle{stroke:var(--ams-radio-circle-disabled-invalid-stroke)}.ams-radio__input[aria-invalid=true]:disabled+.ams-radio__label .ams-radio__checked-indicator{fill:var(--ams-radio-checked-indicator-disabled-invalid-fill)}.ams-radio__input:disabled+.ams-radio__label:hover{text-decoration:none}.ams-radio__input:disabled+.ams-radio__label:hover .ams-radio__hover-indicator{stroke:rgba(0,0,0,0)}.ams-radio__input[aria-invalid=true]+.ams-radio__label:hover .ams-radio__circle{stroke:var(--ams-radio-circle-invalid-hover-stroke)}.ams-radio__input[aria-invalid=true]+.ams-radio__label:hover .ams-radio__hover-indicator{stroke:var(--ams-radio-hover-indicator-invalid-hover-stroke)}.ams-radio__input[aria-invalid=true]+.ams-radio__label:hover .ams-radio__checked-indicator{fill:var(--ams-radio-checked-indicator-invalid-hover-fill)}.ams-radio__input[aria-invalid=true]:disabled+.ams-radio__label:hover .ams-radio__circle{stroke:var(--ams-radio-circle-disabled-invalid-hover-stroke)}.ams-radio__input[aria-invalid=true]:disabled+.ams-radio__label:hover .ams-radio__hover-indicator{stroke:rgba(0,0,0,0)}.ams-radio__input[aria-invalid=true]:disabled+.ams-radio__label:hover .ams-radio__checked-indicator{fill:var(--ams-radio-checked-indicator-disabled-invalid-hover-fill)}@media(forced-colors: active){.ams-radio__label .ams-radio__circle,.ams-radio__label:hover .ams-radio__circle,.ams-radio__input[aria-invalid=true]+.ams-radio__label .ams-radio__circle,.ams-radio__input[aria-invalid=true]+.ams-radio__label:hover .ams-radio__circle{fill:Canvas;stroke:FieldText}.ams-radio__label .ams-radio__hover-indicator,.ams-radio__label:hover .ams-radio__hover-indicator,.ams-radio__input[aria-invalid=true]+.ams-radio__label .ams-radio__hover-indicator,.ams-radio__input[aria-invalid=true]+.ams-radio__label:hover .ams-radio__hover-indicator{stroke:none}.ams-radio__label .ams-radio__checked-indicator,.ams-radio__label:hover .ams-radio__checked-indicator,.ams-radio__input[aria-invalid=true]+.ams-radio__label .ams-radio__checked-indicator,.ams-radio__input[aria-invalid=true]+.ams-radio__label:hover .ams-radio__checked-indicator{fill:FieldText}}@media(forced-colors: active){.ams-radio__input:checked+.ams-radio__label .ams-radio__circle,.ams-radio__input[aria-invalid=true]:checked+.ams-radio__label:hover .ams-radio__circle{stroke:ActiveText}.ams-radio__input:checked+.ams-radio__label .ams-radio__checked-indicator,.ams-radio__input[aria-invalid=true]:checked+.ams-radio__label:hover .ams-radio__checked-indicator{fill:ActiveText}}@media(forced-colors: active){.ams-radio__input:disabled+.ams-radio__label .ams-radio__circle,.ams-radio__input[aria-invalid=true]:disabled+.ams-radio__label .ams-radio__circle,.ams-radio__input[aria-invalid=true]:disabled+.ams-radio__label:hover .ams-radio__circle{stroke:GrayText}.ams-radio__input:disabled+.ams-radio__label .ams-radio__checked-indicator,.ams-radio__input[aria-invalid=true]:disabled+.ams-radio__label .ams-radio__checked-indicator,.ams-radio__input[aria-invalid=true]:disabled+.ams-radio__label:hover .ams-radio__checked-indicator{fill:GrayText}}.ams-row{display:flex;gap:var(--ams-row-gap-medium)}.ams-row--gap-x-small{gap:var(--ams-row-gap-x-small)}.ams-row--gap-small{gap:var(--ams-row-gap-small)}.ams-row--gap-large{gap:var(--ams-row-gap-large)}.ams-row--gap-x-large{gap:var(--ams-row-gap-x-large)}.ams-row--gap-none{gap:0}.ams-row--wrap{flex-wrap:wrap}.ams-row--align-around{justify-content:space-around}.ams-row--align-between{justify-content:space-between}.ams-row--align-center{justify-content:center}.ams-row--align-end{justify-content:flex-end}.ams-row--align-evenly{justify-content:space-evenly}.ams-row--align-vertical-baseline{align-items:baseline}.ams-row--align-vertical-center{align-items:center}.ams-row--align-vertical-end{align-items:flex-end}.ams-row--align-vertical-start{align-items:flex-start}.ams-search-field{display:flex;isolation:isolate}.ams-search-field__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;margin-block:0;background-color:var(--ams-search-field-input-background-color);border-color:var(--ams-search-field-input-border-color);border-style:var(--ams-search-field-input-border-style);border-width:var(--ams-search-field-input-border-width);box-sizing:border-box;color:var(--ams-search-field-input-color);font-family:var(--ams-search-field-input-font-family);font-size:var(--ams-search-field-input-font-size);font-weight:var(--ams-search-field-input-font-weight);inline-size:100%;line-height:var(--ams-search-field-input-line-height);outline-offset:var(--ams-search-field-input-outline-offset);padding-block:var(--ams-search-field-input-padding-block);padding-inline:var(--ams-search-field-input-padding-inline);touch-action:manipulation}@media print{.ams-search-field__input{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ams-search-field__input{text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-search-field__input:focus{z-index:1}.ams-search-field__input::-moz-placeholder{opacity:100%;color:var(--ams-search-field-input-placeholder-color)}.ams-search-field__input::placeholder{opacity:100%;color:var(--ams-search-field-input-placeholder-color)}.ams-search-field__input:not(:disabled):invalid,.ams-search-field__input:not(:disabled)[aria-invalid=true]{border-color:var(--ams-search-field-input-invalid-border-color)}.ams-search-field__input:not(:disabled):hover{box-shadow:var(--ams-search-field-input-hover-box-shadow)}.ams-search-field__input:not(:disabled):invalid:hover,.ams-search-field__input:not(:disabled)[aria-invalid=true]:hover{border-color:var(--ams-search-field-input-invalid-hover-border-color);box-shadow:var(--ams-search-field-input-invalid-hover-box-shadow)}.ams-search-field__input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;background-image:var(--ams-search-field-input-cancel-button-background-image);block-size:var(--ams-search-field-input-cancel-button-block-size);cursor:var(--ams-search-field-input-cancel-button-cursor);inline-size:var(--ams-search-field-input-cancel-button-inline-size);margin-inline-start:.5rem}.ams-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;background-color:var(--ams-select-background-color);border-color:var(--ams-select-border-color);border-style:var(--ams-select-border-style);border-width:var(--ams-select-border-width);color:var(--ams-select-color);font-family:var(--ams-select-font-family);font-size:var(--ams-select-font-size);font-weight:var(--ams-select-font-weight);line-height:var(--ams-select-line-height);max-inline-size:100%;outline-offset:var(--ams-select-outline-offset);padding-block:var(--ams-select-padding-block);padding-inline:var(--ams-select-padding-inline);touch-action:manipulation}.ams-select:not([multiple]){background-image:var(--ams-select-background-image);background-position:var(--ams-select-background-position);background-repeat:no-repeat;background-size:1em 1em}.ams-select:disabled{color:var(--ams-select-disabled-color);cursor:var(--ams-select-disabled-cursor)}.ams-select:disabled:not([multiple]){background-image:var(--ams-select-disabled-background-image)}.ams-select:not(:disabled):invalid,.ams-select:not(:disabled)[aria-invalid=true]{border-color:var(--ams-select-invalid-border-color)}.ams-select:not(:disabled):hover{box-shadow:var(--ams-select-hover-box-shadow)}.ams-select:not(:disabled):hover:not([multiple]){background-image:var(--ams-select-hover-background-image)}.ams-select:not(:disabled):invalid:hover,.ams-select:not(:disabled)[aria-invalid=true]:hover{border-color:var(--ams-select-invalid-hover-border-color);box-shadow:var(--ams-select-invalid-hover-box-shadow)}.ams-select__option:disabled{color:var(--ams-select-option-disabled-color)}.ams-skip-link{background-color:var(--ams-skip-link-background-color);color:var(--ams-skip-link-color);display:block;font-family:var(--ams-skip-link-font-family);font-size:var(--ams-skip-link-font-size);font-weight:var(--ams-skip-link-font-weight);line-height:var(--ams-skip-link-line-height);outline-offset:var(--ams-skip-link-outline-offset);padding-block:var(--ams-skip-link-padding-block);padding-inline:var(--ams-skip-link-padding-inline);text-align:center;text-decoration:none}.ams-skip-link:hover{background-color:var(--ams-skip-link-hover-background-color)}.ams-spotlight{background-color:var(--ams-spotlight-background-color)}@media print{.ams-spotlight{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ams-spotlight--azure{background-color:var(--ams-spotlight-azure-background-color)}.ams-spotlight--green{background-color:var(--ams-spotlight-green-background-color)}.ams-spotlight--lime{background-color:var(--ams-spotlight-lime-background-color)}.ams-spotlight--magenta{background-color:var(--ams-spotlight-magenta-background-color)}.ams-spotlight--orange{background-color:var(--ams-spotlight-orange-background-color)}.ams-spotlight--yellow{background-color:var(--ams-spotlight-yellow-background-color)}.ams-standalone-link{color:var(--ams-standalone-link-color);-moz-column-gap:var(--ams-standalone-link-column-gap);column-gap:var(--ams-standalone-link-column-gap);display:inline-flex;font-family:var(--ams-standalone-link-font-family);font-size:var(--ams-standalone-link-font-size);font-weight:var(--ams-standalone-link-font-weight);line-height:var(--ams-standalone-link-line-height);outline-offset:var(--ams-standalone-link-outline-offset);text-decoration-line:var(--ams-standalone-link-text-decoration-line);text-decoration-thickness:var(--ams-standalone-link-text-decoration-thickness);text-underline-offset:var(--ams-standalone-link-text-underline-offset);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-standalone-link:hover{color:var(--ams-standalone-link-hover-color);text-decoration-line:var(--ams-standalone-link-hover-text-decoration-line)}.ams-standalone-link--contrast{color:var(--ams-standalone-link-contrast-color)}.ams-standalone-link--contrast:hover{color:var(--ams-standalone-link-contrast-hover-color)}.ams-standalone-link--inverse{color:var(--ams-standalone-link-inverse-color)}.ams-standalone-link--inverse:hover{color:var(--ams-standalone-link-inverse-hover-color)}.ams-switch__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;inline-size:0;margin-block:0;margin-inline:0;outline-style:initial}.ams-switch__input:focus+label{outline:auto}.ams-switch__input:focus:not(:focus-visible)+label{outline:0}.ams-switch__label{--ams-switch-track-border-width: var(--ams-border-width-m);background-color:var(--ams-switch-background-color);border:var(--ams-switch-track-border-width) solid rgba(0,0,0,0);border-radius:calc(var(--ams-switch-thumb-inline-size)*2);box-sizing:border-box;cursor:var(--ams-switch-cursor);display:inline-block;inline-size:var(--ams-switch-inline-size);outline-offset:var(--ams-switch-outline-offset);transition:background-color .2s ease-in-out;vertical-align:middle}.ams-switch__label::before{background-color:var(--ams-switch-thumb-background-color);block-size:var(--ams-switch-thumb-block-size);border-radius:50%;content:"";display:block;inline-size:var(--ams-switch-thumb-inline-size);transition-duration:.1s;transition-property:box-shadow,transform;transition-timing-function:ease-in-out}@media(forced-colors: active){.ams-switch__label::before{background-color:FieldText}}.ams-switch__input:checked+.ams-switch__label{background-color:var(--ams-switch-checked-background-color)}.ams-switch__input:disabled+.ams-switch__label{background-color:var(--ams-switch-disabled-background-color);cursor:var(--ams-switch-disabled-cursor)}.ams-switch__input:checked+.ams-switch__label::before{transform:translate(calc(100% - 2 * var(--ams-switch-track-border-width)))}.ams-switch:hover .ams-switch__input:enabled+.ams-switch__label::before{box-shadow:var(--ams-switch-thumb-hover-box-shadow)}.ams-table-of-contents{display:flex;flex-direction:column;font-family:var(--ams-table-of-contents-font-family);font-size:var(--ams-table-of-contents-font-size);font-weight:var(--ams-table-of-contents-font-weight);gap:var(--ams-table-of-contents-gap);line-height:var(--ams-table-of-contents-line-height)}.ams-table-of-contents__list{list-style:none;margin-block:0;padding-inline-start:0;box-sizing:border-box;display:flex;flex-direction:column;gap:var(--ams-table-of-contents-list-gap);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-table-of-contents__list .ams-table-of-contents__list{padding-block-start:var(--ams-table-of-contents-list-list-padding-block-start);padding-inline-start:var(--ams-table-of-contents-list-list-padding-inline-start)}.ams-table-of-contents__link{color:var(--ams-table-of-contents-link-color);outline-offset:var(--ams-table-of-contents-link-outline-offset);text-decoration-line:var(--ams-table-of-contents-link-text-decoration-line);text-decoration-thickness:var(--ams-table-of-contents-link-text-decoration-thickness);text-underline-offset:var(--ams-table-of-contents-link-text-underline-offset)}.ams-table-of-contents__link:hover{color:var(--ams-table-of-contents-link-hover-color);text-decoration-line:var(--ams-table-of-contents-link-hover-text-decoration-line)}.ams-table{overflow-x:auto}.ams-table__table{border-spacing:0;-moz-column-break-inside:avoid;break-inside:avoid;color:var(--ams-table-color);font-family:var(--ams-table-font-family);font-size:var(--ams-table-font-size);font-weight:var(--ams-table-font-weight);line-height:var(--ams-table-line-height)}.ams-table__caption{font-weight:var(--ams-table-caption-font-weight);text-align:start}.ams-table__cell,.ams-table__header-cell{border-block-end:var(--ams-table-cell-border-block-end);padding-block:var(--ams-table-cell-padding-block);padding-inline:var(--ams-table-cell-padding-inline);text-align:start;vertical-align:top}.ams-table__header-cell{font-weight:var(--ams-table-header-cell-font-weight)}.ams-tabs{display:grid;gap:var(--ams-tabs-gap)}.ams-tabs__list{box-shadow:var(--ams-tabs-list-box-shadow);display:flex;overflow-x:auto}.ams-tabs__button{border:none;margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;background-color:rgba(0,0,0,0);color:var(--ams-tabs-button-color);cursor:var(--ams-tabs-button-cursor);display:grid;flex-shrink:0;font-family:var(--ams-tabs-button-font-family);font-size:var(--ams-tabs-button-font-size);font-weight:var(--ams-tabs-button-font-weight);line-height:var(--ams-tabs-button-line-height);outline-offset:var(--ams-tabs-button-outline-offset);padding-block:var(--ams-tabs-button-padding-block);padding-inline:var(--ams-tabs-button-padding-inline)}.ams-tabs__button:disabled{color:var(--ams-tabs-button-disabled-color);cursor:var(--ams-tabs-button-disabled-cursor)}@media(forced-colors: active){.ams-tabs__button:disabled{color:GrayText}}.ams-tabs__button:hover:not([disabled]){color:var(--ams-tabs-button-hover-color)}.ams-tabs__button:hover:not([aria-selected=true],[disabled]){box-shadow:var(--ams-tabs-button-hover-box-shadow)}.ams-tabs__button[aria-selected=true]{box-shadow:var(--ams-tabs-button-selected-box-shadow);font-weight:var(--ams-tabs-button-selected-font-weight)}@media(forced-colors: active){.ams-tabs__button[aria-selected=true]{background-color:SelectedItem}}.ams-tabs__button-label,.ams-tabs__button-label-hidden{grid-area:1/1}.ams-tabs__button-label-hidden{font-weight:var(--ams-tabs-button-selected-font-weight);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;visibility:hidden}.ams-tabs__panel{overflow-x:auto}.ams-text-area{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;margin-block:0;background-color:var(--ams-text-area-background-color);border-color:var(--ams-text-area-border-color);border-style:var(--ams-text-area-border-style);border-width:var(--ams-text-area-border-width);box-sizing:border-box;color:var(--ams-text-area-color);font-family:var(--ams-text-area-font-family);font-size:var(--ams-text-area-font-size);font-weight:var(--ams-text-area-font-weight);inline-size:100%;line-height:var(--ams-text-area-line-height);max-inline-size:100%;min-block-size:var(--ams-text-area-min-block-size);outline-offset:var(--ams-text-area-outline-offset);padding-block:var(--ams-text-area-padding-block);padding-inline:var(--ams-text-area-padding-inline);touch-action:manipulation;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-text-area::-moz-placeholder{opacity:100%;color:var(--ams-text-area-placeholder-color)}.ams-text-area::placeholder{opacity:100%;color:var(--ams-text-area-placeholder-color)}.ams-text-area:disabled{color:var(--ams-text-area-disabled-color);cursor:var(--ams-text-area-disabled-cursor)}.ams-text-area:not(:disabled):invalid,.ams-text-area:not(:disabled)[aria-invalid=true]{border-color:var(--ams-text-area-invalid-border-color)}.ams-text-area:not(:disabled):hover{box-shadow:var(--ams-text-area-hover-box-shadow)}.ams-text-area:not(:disabled):invalid:hover,.ams-text-area:not(:disabled)[aria-invalid=true]:hover{border-color:var(--ams-text-area-invalid-hover-border-color);box-shadow:var(--ams-text-area-invalid-hover-box-shadow)}.ams-text-area--resize-none{resize:none}.ams-text-area--resize-horizontal{resize:inline}.ams-text-area--resize-vertical{resize:block}.ams-text-area--cols{inline-size:auto}.ams-text-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;margin-block:0;background-color:var(--ams-text-input-background-color);border-color:var(--ams-text-input-border-color);border-style:var(--ams-text-input-border-style);border-width:var(--ams-text-input-border-width);box-sizing:border-box;color:var(--ams-text-input-color);font-family:var(--ams-text-input-font-family);font-size:var(--ams-text-input-font-size);font-weight:var(--ams-text-input-font-weight);line-height:var(--ams-text-input-line-height);max-inline-size:100%;outline-offset:var(--ams-text-input-outline-offset);padding-block:var(--ams-text-input-padding-block);padding-inline:var(--ams-text-input-padding-inline);touch-action:manipulation;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-text-input:not([size]){inline-size:100%}.ams-text-input::-moz-placeholder{opacity:100%;color:var(--ams-text-input-placeholder-color)}.ams-text-input::placeholder{opacity:100%;color:var(--ams-text-input-placeholder-color)}.ams-text-input:disabled{color:var(--ams-text-input-disabled-color);cursor:var(--ams-text-input-disabled-cursor)}.ams-text-input:not(:disabled):invalid,.ams-text-input:not(:disabled)[aria-invalid=true]{border-color:var(--ams-text-input-invalid-border-color)}.ams-text-input:not(:disabled):hover{box-shadow:var(--ams-text-input-hover-box-shadow)}.ams-text-input:not(:disabled):invalid:hover,.ams-text-input:not(:disabled)[aria-invalid=true]:hover{border-color:var(--ams-text-input-invalid-hover-border-color);box-shadow:var(--ams-text-input-invalid-hover-box-shadow)}.ams-time-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;margin-block:0;background-color:var(--ams-time-input-background-color);border-color:var(--ams-time-input-border-color);border-style:var(--ams-time-input-border-style);border-width:var(--ams-time-input-border-width);box-sizing:border-box;color:var(--ams-time-input-color);font-family:var(--ams-time-input-font-family);font-size:var(--ams-time-input-font-size);font-weight:var(--ams-time-input-font-weight);inline-size:auto;line-height:var(--ams-time-input-line-height);min-block-size:calc(var(--ams-time-input-font-size)*var(--ams-time-input-line-height) + 2*var(--ams-time-input-padding-block));min-inline-size:calc(4ch + 2*var(--ams-time-input-padding-inline));outline-offset:var(--ams-time-input-outline-offset);padding-block:var(--ams-time-input-padding-block);padding-inline:var(--ams-time-input-padding-inline);touch-action:manipulation;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-time-input::-webkit-datetime-edit,.ams-time-input::-webkit-datetime-edit-ampm-field,.ams-time-input::-webkit-datetime-edit-fields-wrapper,.ams-time-input::-webkit-datetime-edit-hour-field,.ams-time-input::-webkit-datetime-edit-millisecond-field,.ams-time-input::-webkit-datetime-edit-minute-field,.ams-time-input::-webkit-datetime-edit-second-field{padding-block:0}.ams-time-input::-webkit-calendar-picker-indicator{-webkit-appearance:none;appearance:none;background-image:var(--ams-time-input-calendar-picker-indicator-background-image);cursor:var(--ams-time-input-calendar-picker-indicator-cursor)}.ams-time-input:hover::-webkit-calendar-picker-indicator{background-image:var(--ams-time-input-hover-calendar-picker-indicator-background-image)}.ams-time-input:disabled{color:var(--ams-time-input-disabled-color);cursor:var(--ams-time-input-disabled-cursor)}.ams-time-input:not(:disabled):invalid,.ams-time-input:not(:disabled)[aria-invalid=true]{border-color:var(--ams-time-input-invalid-border-color)}.ams-time-input:not(:disabled):hover{box-shadow:var(--ams-time-input-hover-box-shadow)}.ams-time-input:not(:disabled):invalid:hover,.ams-time-input:not(:disabled)[aria-invalid=true]:hover{border-color:var(--ams-time-input-invalid-hover-border-color);box-shadow:var(--ams-time-input-invalid-hover-box-shadow)}.ams-unordered-list{list-style:none;margin-block:0;padding-inline-start:0;box-sizing:border-box;display:grid;gap:var(--ams-unordered-list-gap);hyphenate-limit-chars:var(--ams-typography-hyphenate-limit-chars);hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ams-unordered-list:not(.ams-unordered-list--no-markers){color:var(--ams-unordered-list-color);font-family:var(--ams-unordered-list-font-family);font-size:var(--ams-unordered-list-font-size);font-weight:var(--ams-unordered-list-font-weight);line-height:var(--ams-unordered-list-line-height);list-style-type:var(--ams-unordered-list-list-style-type)}.ams-unordered-list:not(.ams-unordered-list--no-markers) .ams-unordered-list__item{margin-inline-start:var(--ams-unordered-list-item-margin-inline-start);padding-inline-start:var(--ams-unordered-list-item-padding-inline-start)}.ams-unordered-list--inverse:not(.ams-unordered-list--no-markers){color:var(--ams-unordered-list-inverse-color)}.ams-unordered-list--small:not(.ams-unordered-list--no-markers){font-size:var(--ams-unordered-list-small-font-size);line-height:var(--ams-unordered-list-small-line-height)}:is(.ams-ordered-list,.ams-unordered-list) .ams-unordered-list{gap:var(--ams-unordered-list-unordered-list-gap);list-style-type:var(--ams-unordered-list-unordered-list-list-style-type);padding-block-start:var(--ams-unordered-list-unordered-list-padding-block-start)}:is(.ams-ordered-list,.ams-unordered-list) .ams-unordered-list .ams-unordered-list__item{margin-inline-start:var(--ams-unordered-list-unordered-list-item-margin-inline-start);padding-inline-start:var(--ams-unordered-list-unordered-list-item-padding-inline-start)}:is(.ams-ordered-list,.ams-unordered-list)>:not(:last-child)>.ams-unordered-list{padding-block-end:var(--ams-unordered-list-unordered-list-padding-block-end)}.ams-visually-hidden:not(:active,:focus){block-size:1px;clip-path:inset(50%);inline-size:1px;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}

/**
 * Do not edit directly, this file was auto-generated.
 */

:root {
  --ams-aspect-ratio-9-16: 9 / 16;
  --ams-aspect-ratio-3-4: 3 / 4;
  --ams-aspect-ratio-1-1: 1 / 1;
  --ams-aspect-ratio-4-3: 4 / 3;
  --ams-aspect-ratio-16-9: 16 / 9;
  --ams-aspect-ratio-16-5: 16 / 5;
  --ams-border-width-s: 0.0625rem;
  --ams-border-width-m: 0.125rem;
  --ams-border-width-l: 0.1875rem;
  --ams-border-width-xl: 0.25rem;
  --ams-border-width-negative-m: -0.125rem;
  --ams-border-width-negative-xl: -0.25rem;
  --ams-color-background: #ffffff;
  --ams-color-feedback-error: #ec0000;
  --ams-color-feedback-info: #009de6;
  --ams-color-feedback-success: #00893c;
  --ams-color-feedback-warning: #ff9100;
  --ams-color-highlight-azure: #009de6;
  --ams-color-highlight-green: #00893c;
  --ams-color-highlight-lime: #bed200;
  --ams-color-highlight-magenta: #e50082;
  --ams-color-highlight-orange: #ff9100;
  --ams-color-highlight-purple: #a00078;
  --ams-color-highlight-yellow: #ffe600;
  --ams-color-interactive-contrast: #202020;
  --ams-color-interactive: #004699;
  --ams-color-interactive-disabled: #767676;
  --ams-color-interactive-hover: #003677;
  --ams-color-interactive-invalid: #ec0000;
  --ams-color-interactive-invalid-hover: #b70000;
  --ams-color-interactive-inverse: #ffffff;
  --ams-color-interactive-secondary: #202020;
  --ams-color-progress-current: #00893c;
  --ams-color-progress-completed: #00893c;
  --ams-color-progress-upcoming: #767676;
  --ams-color-separator: #d1d1d1;
  --ams-color-text: #202020;
  --ams-color-text-inverse: #ffffff;
  --ams-color-text-secondary: #767676;
  --ams-cursor-disabled: not-allowed;
  --ams-cursor-interactive: pointer;
  --ams-focus-outline-offset: 0.25rem;
  --ams-space-xs: clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem);
  --ams-space-s: clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem);
  --ams-space-m: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem);
  --ams-space-l: clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem);
  --ams-space-xl: clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem);
  --ams-space-2xl: clamp(3rem, 2.25rem + 3.75vw, 5.625rem);
  --ams-typography-font-family: 'Amsterdam Sans', Arial, sans-serif;
  --ams-typography-hyphenate-limit-chars: auto;
  --ams-typography-body-text-font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
  --ams-typography-body-text-font-weight: 400;
  --ams-typography-body-text-line-height: 1.6;
  --ams-typography-body-text-bold-font-weight: 800;
  --ams-typography-body-text-small-font-size: 1rem;
  --ams-typography-body-text-small-line-height: 1.5;
  --ams-typography-body-text-large-font-size: clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem);
  --ams-typography-body-text-large-line-height: 1.5;
  --ams-typography-body-text-x-large-font-size: clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem);
  --ams-typography-body-text-x-large-line-height: 1.4;
  --ams-typography-heading-0-font-size: clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem);
  --ams-typography-heading-0-line-height: 1.1;
  --ams-typography-heading-1-font-size: clamp(2rem, 1.7143rem + 1.4286vw, 3rem);
  --ams-typography-heading-1-line-height: 1.2;
  --ams-typography-heading-2-line-height: 1.3;
  --ams-typography-heading-3-line-height: 1.3;
  --ams-typography-heading-4-line-height: 1.4;
  --ams-typography-heading-5-line-height: 1.4;
  --ams-typography-heading-6-line-height: 1.4;
  --ams-typography-heading-font-weight: 800;
  --ams-typography-heading-text-wrap: balance;
  --ams-inputs-border-color: currentColor;
  --ams-inputs-border-style: solid;
  --ams-inputs-line-height: 1.4;
  --ams-links-text-decoration-thickness: 0.125rem;
  --ams-links-text-underline-offset: 0.15625rem;
  --ams-links-hover-text-decoration-thickness: 0.1875rem;
  --ams-links-hover-text-underline-offset: 0.09375rem;
  --ams-links-subtle-text-decoration-line: none;
  --ams-links-subtle-hover-text-decoration-line: underline;
  --ams-accordion-button-padding-inline: 0;
  --ams-accordion-panel-padding-block: 0;
  --ams-accordion-panel-padding-inline: 0;
  --ams-alert-border-style: solid;
  --ams-avatar-border-style: solid;
  --ams-breadcrumb-separator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23000000' fill-rule='evenodd' d='m9.757 32-2.9-2.91L19.937 16 6.857 2.91 9.757 0l16 16z'/></svg>");
  --ams-breadcrumb-separator-block-size: 1ex;
  --ams-breadcrumb-separator-inline-size: 1ex;
  --ams-button-border-style: solid;
  --ams-button-secondary-border-color: currentColor;
  --ams-button-tertiary-background-color: transparent;
  --ams-button-tertiary-border-color: transparent;
  --ams-button-tertiary-hover-border-color: currentColor;
  --ams-call-to-action-link-background-color: #00893c;
  --ams-call-to-action-link-hover-background-color: #10552b;
  --ams-date-input-disabled-calendar-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23767676'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>");
  --ams-date-input-disabled-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23767676'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>");
  --ams-date-input-hover-calendar-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23003677'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>");
  --ams-date-input-hover-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23003677'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>");
  --ams-date-input-calendar-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23004699'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>");
  --ams-date-input-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23004699'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>");
  --ams-description-list-term-text-wrap: balance;
  --ams-description-list-description-padding-inline-start: 0;
  --ams-description-list-narrow-grid-template-columns: 1fr 4fr;
  --ams-description-list-medium-grid-template-columns: 1fr 2fr;
  --ams-description-list-wide-grid-template-columns: 1fr 1fr;
  --ams-dialog-border-radius: initial;
  --ams-dialog-border-style: solid;
  --ams-dialog-box-shadow: initial;
  --ams-dialog-max-inline-size: 48rem;
  --ams-dialog-backdrop-background-color: rgb(24 24 24 / 62.5%);
  --ams-dialog-body-padding-block: 0;
  --ams-file-input-border-style: dashed;
  --ams-file-list-file-preview-width: clamp(2.5rem, 10vw, 5rem);
  --ams-grid-column-count: 4;
  --ams-grid-medium-column-count: 8;
  --ams-grid-wide-column-count: 12;
  --ams-icon-button-hover-background-color: rgb(0 70 153 / 12.5%);
  --ams-icon-button-contrast-hover-background-color: rgb(0 0 0 / 12.5%);
  --ams-image-slider-thumbnails-thumbnail-background-color: transparent;
  --ams-image-slider-thumbnails-thumbnail-opacity: 40%;
  --ams-image-slider-thumbnails-thumbnail-in-view-opacity: 100%;
  --ams-image-slider-thumbnails-thumbnail-hover-opacity: 100%;
  --ams-link-font-family: inherit;
  --ams-link-font-size: inherit;
  --ams-link-line-height: inherit;
  --ams-logo-min-block-size: 2.5rem;
  --ams-logo-emblem-color: #ec0000;
  --ams-logo-title-color: #ec0000;
  --ams-menu-wide-max-inline-size: 8rem;
  --ams-ordered-list-list-style-type: decimal;
  --ams-ordered-list-item-margin-inline-start: 2.25rem;
  --ams-ordered-list-item-padding-inline-start: 0.25rem;
  --ams-ordered-list-ordered-list-list-style-type: lower-alpha;
  --ams-ordered-list-ordered-list-item-margin-inline-start: 1.5rem;
  --ams-ordered-list-ordered-list-item-padding-inline-start: 0.25rem;
  --ams-page-footer-spotlight-background-color: #004699;
  --ams-page-max-inline-size: 90rem;
  --ams-page-with-menu-max-inline-size: 120rem;
  --ams-paragraph-large-text-wrap: balance;
  --ams-progress-list-button-padding-block: 0;
  --ams-progress-list-button-padding-inline: 0;
  --ams-progress-list-icon-transition-duration: 0.3s;
  --ams-progress-list-icon-transition-timing-function: ease;
  --ams-progress-list-step-marker-shape-block-size: 1.5rem;
  --ams-progress-list-step-marker-shape-border-style: solid;
  --ams-progress-list-step-marker-shape-outline-style: solid;
  --ams-progress-list-step-connector-border-inline-style: dashed;
  --ams-progress-list-step-connector-border-inline-width: 1px;
  --ams-progress-list-step-completed-connector-border-inline-style: solid;
  --ams-progress-list-substeps-step-marker-shape-block-size: 0.75rem;
  --ams-progress-list-substeps-step-marker-shape-border-style: solid;
  --ams-progress-list-substeps-step-marker-shape-outline-style: solid;
  --ams-progress-list-substeps-step-connector-border-inline-style: dashed;
  --ams-progress-list-substeps-step-connector-border-inline-width: 1px;
  --ams-progress-list-substeps-step-completed-connector-border-inline-style: solid;
  --ams-search-field-input-cancel-button-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23004699' fill-rule='evenodd' d='M29.333 5.47 26.53 2.668 16 13.187 5.47 2.666 2.668 5.47 13.187 16 2.666 26.53l2.804 2.803L16 18.813l10.53 10.52 2.803-2.804L18.813 16z'/></svg>");
  --ams-select-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23004699' fill-rule='evenodd' d='m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z'/></svg>");
  --ams-select-disabled-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23767676' fill-rule='evenodd' d='m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z'/></svg>");
  --ams-select-hover-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23003677' fill-rule='evenodd' d='m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z'/></svg>");
  --ams-switch-background-color: #767676;
  --ams-switch-inline-size: 3.5rem;
  --ams-switch-thumb-block-size: 1.75rem;
  --ams-switch-thumb-inline-size: 1.75rem;
  --ams-time-input-disabled-calendar-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23767676'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>");
  --ams-time-input-disabled-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23767676'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>");
  --ams-time-input-hover-calendar-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23003677'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>");
  --ams-time-input-hover-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23003677'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>");
  --ams-time-input-calendar-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23004699'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>");
  --ams-time-input-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23004699'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>");
  --ams-unordered-list-list-style-type: '\2022';
  --ams-unordered-list-item-margin-inline-start: 1.625rem;
  --ams-unordered-list-item-padding-inline-start: 0.875rem;
  --ams-unordered-list-unordered-list-list-style-type: '\2013';
  --ams-unordered-list-unordered-list-item-margin-inline-start: 0.875rem;
  --ams-unordered-list-unordered-list-item-padding-inline-start: 0.875rem;
  --ams-typography-heading-2-font-size: var(--ams-typography-body-text-x-large-font-size);
  --ams-typography-heading-3-font-size: var(--ams-typography-body-text-large-font-size);
  --ams-typography-heading-4-font-size: var(--ams-typography-body-text-font-size);
  --ams-typography-heading-5-font-size: var(--ams-typography-body-text-small-font-size);
  --ams-typography-heading-6-font-size: var(--ams-typography-body-text-small-font-size);
  --ams-inputs-background-color: var(--ams-color-background);
  --ams-inputs-border-width: var(--ams-border-width-m);
  --ams-inputs-color: var(--ams-color-text);
  --ams-inputs-font-family: var(--ams-typography-font-family);
  --ams-inputs-font-size: var(--ams-typography-body-text-font-size);
  --ams-inputs-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-inputs-outline-offset: var(--ams-focus-outline-offset);
  --ams-inputs-padding-block: var(--ams-space-s);
  --ams-inputs-padding-inline: var(--ams-space-m);
  --ams-inputs-disabled-color: var(--ams-color-interactive-disabled);
  --ams-inputs-hover-box-shadow: inset 0rem 0rem 0rem var(--ams-border-width-s) currentColor;
  --ams-inputs-invalid-border-color: var(--ams-color-interactive-invalid);
  --ams-inputs-invalid-hover-border-color: var(--ams-color-interactive-invalid-hover);
  --ams-inputs-invalid-hover-box-shadow: inset 0rem 0rem 0rem var(--ams-border-width-s) var(--ams-color-interactive-invalid-hover);
  --ams-inputs-placeholder-color: var(--ams-color-text-secondary);
  --ams-links-color: var(--ams-color-interactive);
  --ams-links-hover-color: var(--ams-color-interactive-hover);
  --ams-links-contrast-color: var(--ams-color-interactive-contrast);
  --ams-links-contrast-hover-color: var(--ams-color-interactive-contrast);
  --ams-links-inverse-color: var(--ams-color-interactive-inverse);
  --ams-links-inverse-hover-color: var(--ams-color-interactive-inverse);
  --ams-accordion-gap: var(--ams-space-s);
  --ams-accordion-button-font-family: var(--ams-typography-font-family);
  --ams-accordion-button-font-weight: var(--ams-typography-heading-font-weight);
  --ams-accordion-button-line-height: var(--ams-typography-heading-3-line-height);
  --ams-accordion-button-text-wrap: var(--ams-typography-heading-text-wrap);
  --ams-accordion-button-color: var(--ams-color-interactive);
  --ams-accordion-button-cursor: var(--ams-cursor-interactive);
  --ams-accordion-button-gap: var(--ams-space-s);
  --ams-accordion-button-outline-offset: var(--ams-focus-outline-offset);
  --ams-accordion-button-padding-block: var(--ams-space-s);
  --ams-accordion-button-hover-color: var(--ams-color-interactive-hover);
  --ams-action-group-gap: var(--ams-space-m);
  --ams-alert-background-color: var(--ams-color-background);
  --ams-alert-border-color: var(--ams-color-feedback-info);
  --ams-alert-border-width: var(--ams-border-width-xl);
  --ams-alert-severity-indicator-background-color: var(--ams-color-feedback-info);
  --ams-alert-severity-indicator-padding-block: var(--ams-space-m);
  --ams-alert-severity-indicator-padding-inline: var(--ams-space-s);
  --ams-alert-content-gap: var(--ams-space-s);
  --ams-alert-content-padding-block: var(--ams-space-m);
  --ams-alert-content-padding-inline: var(--ams-space-m);
  --ams-alert-error-border-color: var(--ams-color-feedback-error);
  --ams-alert-error-severity-indicator-background-color: var(--ams-color-feedback-error);
  --ams-alert-success-border-color: var(--ams-color-feedback-success);
  --ams-alert-success-severity-indicator-background-color: var(--ams-color-feedback-success);
  --ams-alert-warning-border-color: var(--ams-color-feedback-warning);
  --ams-alert-warning-severity-indicator-background-color: var(--ams-color-feedback-warning);
  --ams-avatar-aspect-ratio: var(--ams-aspect-ratio-1-1);
  --ams-avatar-background-color: var(--ams-color-highlight-purple);
  --ams-avatar-border-color: var(--ams-color-highlight-purple);
  --ams-avatar-border-width: var(--ams-border-width-m);
  --ams-avatar-color: var(--ams-color-text-inverse);
  --ams-avatar-font-family: var(--ams-typography-font-family);
  --ams-avatar-font-size: var(--ams-typography-body-text-small-font-size);
  --ams-avatar-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-avatar-line-height: var(--ams-typography-body-text-small-line-height);
  --ams-avatar-padding-block: var(--ams-space-xs);
  --ams-avatar-padding-inline: var(--ams-space-xs);
  --ams-avatar-forced-colors-border-width: var(--ams-border-width-m);
  --ams-avatar-azure-background-color: var(--ams-color-highlight-azure);
  --ams-avatar-azure-border-color: var(--ams-color-highlight-azure);
  --ams-avatar-azure-color: var(--ams-color-text-inverse);
  --ams-avatar-green-background-color: var(--ams-color-highlight-green);
  --ams-avatar-green-border-color: var(--ams-color-highlight-green);
  --ams-avatar-green-color: var(--ams-color-text-inverse);
  --ams-avatar-lime-background-color: var(--ams-color-highlight-lime);
  --ams-avatar-lime-border-color: var(--ams-color-highlight-lime);
  --ams-avatar-lime-color: var(--ams-color-text);
  --ams-avatar-magenta-background-color: var(--ams-color-highlight-magenta);
  --ams-avatar-magenta-border-color: var(--ams-color-highlight-magenta);
  --ams-avatar-magenta-color: var(--ams-color-text-inverse);
  --ams-avatar-orange-background-color: var(--ams-color-highlight-orange);
  --ams-avatar-orange-border-color: var(--ams-color-highlight-orange);
  --ams-avatar-orange-color: var(--ams-color-text);
  --ams-avatar-yellow-background-color: var(--ams-color-highlight-yellow);
  --ams-avatar-yellow-border-color: var(--ams-color-highlight-yellow);
  --ams-avatar-yellow-color: var(--ams-color-text);
  --ams-badge-background-color: var(--ams-color-feedback-success);
  --ams-badge-color: var(--ams-color-text-inverse);
  --ams-badge-font-family: var(--ams-typography-font-family);
  --ams-badge-font-size: var(--ams-typography-body-text-font-size);
  --ams-badge-font-weight: var(--ams-typography-body-text-bold-font-weight);
  --ams-badge-gap: var(--ams-space-xs);
  --ams-badge-line-height: var(--ams-typography-body-text-line-height);
  --ams-badge-padding-inline: var(--ams-space-xs);
  --ams-badge-azure-background-color: var(--ams-color-feedback-info);
  --ams-badge-azure-color: var(--ams-color-text-inverse);
  --ams-badge-lime-background-color: var(--ams-color-highlight-lime);
  --ams-badge-lime-color: var(--ams-color-text);
  --ams-badge-magenta-background-color: var(--ams-color-highlight-magenta);
  --ams-badge-magenta-color: var(--ams-color-text-inverse);
  --ams-badge-orange-background-color: var(--ams-color-feedback-warning);
  --ams-badge-orange-color: var(--ams-color-text);
  --ams-badge-purple-background-color: var(--ams-color-highlight-purple);
  --ams-badge-purple-color: var(--ams-color-text-inverse);
  --ams-badge-red-background-color: var(--ams-color-feedback-error);
  --ams-badge-red-color: var(--ams-color-text-inverse);
  --ams-badge-yellow-background-color: var(--ams-color-highlight-yellow);
  --ams-badge-yellow-color: var(--ams-color-text);
  --ams-blockquote-color: var(--ams-color-text);
  --ams-blockquote-font-family: var(--ams-typography-font-family);
  --ams-blockquote-font-size: var(--ams-typography-body-text-x-large-font-size);
  --ams-blockquote-font-weight: var(--ams-typography-body-text-bold-font-weight);
  --ams-blockquote-line-height: var(--ams-typography-body-text-x-large-line-height);
  --ams-blockquote-inverse-color: var(--ams-color-text-inverse);
  --ams-breadcrumb-font-family: var(--ams-typography-font-family);
  --ams-breadcrumb-font-size: var(--ams-typography-body-text-font-size);
  --ams-breadcrumb-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-breadcrumb-line-height: var(--ams-typography-body-text-line-height);
  --ams-breadcrumb-separator-margin-inline: var(--ams-space-s);
  --ams-breadcrumb-link-outline-offset: var(--ams-focus-outline-offset);
  --ams-breadcrumb-link-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
  --ams-breadcrumb-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
  --ams-breadcrumb-link-text-underline-offset: var(--ams-links-text-underline-offset);
  --ams-breadcrumb-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
  --ams-button-border-width: var(--ams-border-width-m);
  --ams-button-cursor: var(--ams-cursor-interactive);
  --ams-button-font-family: var(--ams-typography-font-family);
  --ams-button-font-size: var(--ams-typography-body-text-font-size);
  --ams-button-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-button-line-height: var(--ams-inputs-line-height);
  --ams-button-gap: var(--ams-space-s);
  --ams-button-outline-offset: var(--ams-focus-outline-offset);
  --ams-button-padding-block: var(--ams-space-s);
  --ams-button-padding-inline: var(--ams-space-m);
  --ams-button-disabled-cursor: var(--ams-cursor-disabled);
  --ams-button-icon-only-padding-block: var(--ams-space-s);
  --ams-button-icon-only-padding-inline: var(--ams-space-s);
  --ams-button-primary-background-color: var(--ams-color-interactive);
  --ams-button-primary-border-color: var(--ams-color-interactive);
  --ams-button-primary-color: var(--ams-color-text-inverse);
  --ams-button-primary-disabled-background-color: var(--ams-color-interactive-disabled);
  --ams-button-primary-disabled-border-color: var(--ams-color-interactive-disabled);
  --ams-button-primary-hover-background-color: var(--ams-color-interactive-hover);
  --ams-button-primary-hover-border-color: var(--ams-color-interactive-hover);
  --ams-button-secondary-background-color: var(--ams-color-background);
  --ams-button-secondary-color: var(--ams-color-interactive);
  --ams-button-secondary-disabled-border-color: var(--ams-color-interactive-disabled);
  --ams-button-secondary-disabled-color: var(--ams-color-interactive-disabled);
  --ams-button-secondary-hover-box-shadow: inset 0rem 0rem 0rem var(--ams-border-width-s) currentColor;
  --ams-button-secondary-hover-color: var(--ams-color-interactive-hover);
  --ams-button-tertiary-color: var(--ams-color-interactive);
  --ams-button-tertiary-disabled-color: var(--ams-color-interactive-disabled);
  --ams-button-tertiary-hover-color: var(--ams-color-interactive-hover);
  --ams-call-to-action-link-color: var(--ams-color-text-inverse);
  --ams-call-to-action-link-font-family: var(--ams-typography-font-family);
  --ams-call-to-action-link-font-size: var(--ams-typography-body-text-font-size);
  --ams-call-to-action-link-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-call-to-action-link-line-height: var(--ams-typography-body-text-line-height);
  --ams-call-to-action-link-outline-offset: var(--ams-focus-outline-offset);
  --ams-call-to-action-link-padding-block: var(--ams-space-xs);
  --ams-call-to-action-link-padding-inline: var(--ams-space-m);
  --ams-call-to-action-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
  --ams-call-to-action-link-text-underline-offset: var(--ams-links-text-underline-offset);
  --ams-call-to-action-link-hover-text-decoration-thickness: var(--ams-links-hover-text-decoration-thickness);
  --ams-call-to-action-link-hover-text-underline-offset: var(--ams-links-hover-text-underline-offset);
  --ams-card-heading-margin-block-end: var(--ams-space-xs);
  --ams-card-heading-group-gap: var(--ams-space-xs);
  --ams-card-heading-group-margin-block-end: var(--ams-space-xs);
  --ams-card-image-margin-block-end: var(--ams-space-s);
  --ams-card-link-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
  --ams-card-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
  --ams-card-link-text-underline-offset: var(--ams-links-text-underline-offset);
  --ams-card-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
  --ams-card-outline-offset: var(--ams-focus-outline-offset);
  --ams-character-count-color: var(--ams-color-text);
  --ams-character-count-font-family: var(--ams-typography-font-family);
  --ams-character-count-font-size: var(--ams-typography-body-text-small-font-size);
  --ams-character-count-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-character-count-line-height: var(--ams-typography-body-text-small-line-height);
  --ams-character-count-error-color: var(--ams-color-feedback-error);
  --ams-checkbox-color: var(--ams-color-text);
  --ams-checkbox-cursor: var(--ams-cursor-interactive);
  --ams-checkbox-font-family: var(--ams-typography-font-family);
  --ams-checkbox-font-size: var(--ams-typography-body-text-font-size);
  --ams-checkbox-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-checkbox-gap: var(--ams-space-s);
  --ams-checkbox-line-height: var(--ams-typography-body-text-line-height);
  --ams-checkbox-outline-offset: var(--ams-focus-outline-offset);
  --ams-checkbox-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
  --ams-checkbox-text-underline-offset: var(--ams-links-text-underline-offset);
  --ams-checkbox-disabled-cursor: var(--ams-cursor-disabled);
  --ams-checkbox-disabled-color: var(--ams-color-interactive-disabled);
  --ams-checkbox-hover-color: var(--ams-color-interactive-hover);
  --ams-checkbox-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
  --ams-checkbox-hover-text-decoration-thickness: var(--ams-border-width-m);
  --ams-checkbox-checked-indicator-stroke: var(--ams-color-interactive-inverse);
  --ams-checkbox-hover-indicator-hover-stroke: var(--ams-color-interactive-hover);
  --ams-checkbox-hover-indicator-invalid-hover-stroke: var(--ams-color-interactive-invalid-hover);
  --ams-checkbox-indeterminate-indicator-stroke: var(--ams-color-interactive-inverse);
  --ams-checkbox-rectangle-fill: var(--ams-color-background);
  --ams-checkbox-rectangle-stroke: var(--ams-color-interactive);
  --ams-checkbox-rectangle-checked-fill: var(--ams-color-interactive);
  --ams-checkbox-rectangle-checked-disabled-fill: var(--ams-color-interactive-disabled);
  --ams-checkbox-rectangle-checked-disabled-hover-fill: var(--ams-color-interactive-disabled);
  --ams-checkbox-rectangle-checked-hover-fill: var(--ams-color-interactive-hover);
  --ams-checkbox-rectangle-checked-hover-disabled-invalid-fill: var(--ams-color-interactive-disabled);
  --ams-checkbox-rectangle-checked-invalid-fill: var(--ams-color-interactive-invalid);
  --ams-checkbox-rectangle-checked-invalid-hover-fill: var(--ams-color-interactive-invalid-hover);
  --ams-checkbox-rectangle-disabled-stroke: var(--ams-color-interactive-disabled);
  --ams-checkbox-rectangle-hover-stroke: var(--ams-color-interactive-hover);
  --ams-checkbox-rectangle-hover-disabled-invalid-stroke: var(--ams-color-interactive-disabled);
  --ams-checkbox-rectangle-indeterminate-fill: var(--ams-color-interactive);
  --ams-checkbox-rectangle-indeterminate-disabled-fill: var(--ams-color-interactive-disabled);
  --ams-checkbox-rectangle-indeterminate-disabled-hover-fill: var(--ams-color-interactive-disabled);
  --ams-checkbox-rectangle-indeterminate-hover-fill: var(--ams-color-interactive-hover);
  --ams-checkbox-rectangle-indeterminate-hover-disabled-invalid-fill: var(--ams-color-interactive-disabled);
  --ams-checkbox-rectangle-indeterminate-invalid-fill: var(--ams-color-interactive-invalid);
  --ams-checkbox-rectangle-indeterminate-invalid-hover-fill: var(--ams-color-interactive-invalid-hover);
  --ams-checkbox-rectangle-invalid-stroke: var(--ams-color-interactive-invalid);
  --ams-checkbox-rectangle-invalid-hover-stroke: var(--ams-color-interactive-invalid-hover);
  --ams-column-gap-x-small: var(--ams-space-xs);
  --ams-column-gap-small: var(--ams-space-s);
  --ams-column-gap-medium: var(--ams-space-m);
  --ams-column-gap-large: var(--ams-space-l);
  --ams-column-gap-x-large: var(--ams-space-xl);
  --ams-date-input-border-color: var(--ams-inputs-border-color);
  --ams-date-input-border-style: var(--ams-inputs-border-style);
  --ams-date-input-line-height: var(--ams-inputs-line-height);
  --ams-date-input-disabled-cursor: var(--ams-cursor-disabled);
  --ams-date-input-calendar-picker-indicator-cursor: var(--ams-cursor-interactive);
  --ams-date-input-calender-picker-indicator-cursor: var(--ams-cursor-interactive);
  --ams-description-list-color: var(--ams-color-text);
  --ams-description-list-column-gap: var(--ams-space-l);
  --ams-description-list-font-family: var(--ams-typography-font-family);
  --ams-description-list-font-size: var(--ams-typography-body-text-font-size);
  --ams-description-list-line-height: var(--ams-typography-body-text-line-height);
  --ams-description-list-row-gap: var(--ams-space-s);
  --ams-description-list-inverse-color: var(--ams-color-text-inverse);
  --ams-description-list-term-font-weight: var(--ams-typography-heading-font-weight);
  --ams-description-list-term-line-height: var(--ams-typography-heading-4-line-height);
  --ams-description-list-term-margin-block-end: var(--ams-space-xs);
  --ams-description-list-description-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-description-list-description-margin-block-end: var(--ams-space-m);
  --ams-description-list-section-margin-block-end: var(--ams-space-m);
  --ams-dialog-background-color: var(--ams-color-background);
  --ams-dialog-border-width: var(--ams-border-width-m);
  --ams-dialog-gap: var(--ams-space-m);
  --ams-dialog-inline-size: calc(100% - 2 * var(--ams-space-l));
  --ams-dialog-max-block-size: calc(100dvh - 2 * var(--ams-space-l));
  --ams-dialog-medium-inline-size: calc(100% - 2 * var(--ams-space-xl));
  --ams-dialog-medium-max-block-size: calc(100dvh - 2 * var(--ams-space-xl));
  --ams-dialog-header-gap: var(--ams-space-m);
  --ams-dialog-header-padding-block: var(--ams-space-l) 0;
  --ams-dialog-header-padding-inline: var(--ams-space-l);
  --ams-dialog-header-medium-padding-block: var(--ams-space-xl) 0;
  --ams-dialog-header-medium-padding-inline: var(--ams-space-xl);
  --ams-dialog-body-padding-inline: var(--ams-space-l);
  --ams-dialog-body-medium-padding-inline: var(--ams-space-xl);
  --ams-dialog-footer-padding-block: 0 var(--ams-space-l);
  --ams-dialog-footer-padding-inline: var(--ams-space-l);
  --ams-dialog-footer-medium-padding-block: 0 var(--ams-space-xl);
  --ams-dialog-footer-medium-padding-inline: var(--ams-space-xl);
  --ams-error-message-color: var(--ams-color-feedback-error);
  --ams-error-message-font-family: var(--ams-typography-font-family);
  --ams-error-message-font-size: var(--ams-typography-body-text-font-size);
  --ams-error-message-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-error-message-gap: var(--ams-space-xs);
  --ams-error-message-line-height: var(--ams-typography-body-text-line-height);
  --ams-field-set-child-margin-block-end: var(--ams-space-xs);
  --ams-field-set-child-before-error-message-margin-block-end: var(--ams-space-s);
  --ams-field-set-child-before-field-or-field-set-margin-block-end: var(--ams-space-m);
  --ams-field-set-child-between-fields-and-field-sets-margin-block-end: var(--ams-space-l);
  --ams-field-set-invalid-border-inline-start: var(--ams-border-width-l) solid var(--ams-color-feedback-error);
  --ams-field-set-invalid-padding-inline-start: var(--ams-space-m);
  --ams-field-set-legend-margin-block-end: var(--ams-space-s);
  --ams-field-set-legend-color: var(--ams-color-text);
  --ams-field-set-legend-font-family: var(--ams-typography-font-family);
  --ams-field-set-legend-font-weight: var(--ams-typography-heading-font-weight);
  --ams-field-set-legend-line-height: var(--ams-typography-heading-3-line-height);
  --ams-field-set-legend-text-wrap: var(--ams-typography-heading-text-wrap);
  --ams-field-set-legend-in-fieldset-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-field-gap: var(--ams-space-s);
  --ams-field-child-margin-block-end: var(--ams-space-xs);
  --ams-field-child-before-error-message-margin-block-end: var(--ams-space-s);
  --ams-field-invalid-border-inline-start: var(--ams-border-width-l) solid var(--ams-color-feedback-error);
  --ams-field-invalid-padding-inline-start: var(--ams-space-m);
  --ams-figure-gap: var(--ams-space-s);
  --ams-figure-caption-color: var(--ams-color-text);
  --ams-figure-caption-font-family: var(--ams-typography-font-family);
  --ams-figure-caption-font-size: var(--ams-typography-body-text-small-font-size);
  --ams-figure-caption-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-figure-caption-line-height: var(--ams-typography-body-text-small-line-height);
  --ams-figure-caption-inverse-color: var(--ams-color-text-inverse);
  --ams-file-input-border-color: var(--ams-inputs-border-color);
  --ams-file-input-cursor: var(--ams-cursor-interactive);
  --ams-file-input-line-height: var(--ams-inputs-line-height);
  --ams-file-input-padding-block: var(--ams-space-m);
  --ams-file-input-padding-inline: var(--ams-space-m);
  --ams-file-input-disabled-cursor: var(--ams-cursor-disabled);
  --ams-file-input-file-selector-button-border-color: var(--ams-button-secondary-border-color);
  --ams-file-input-file-selector-button-border-style: var(--ams-button-border-style);
  --ams-file-input-file-selector-button-margin-inline-end: var(--ams-space-m);
  --ams-file-list-gap: var(--ams-space-m);
  --ams-file-list-padding-block: var(--ams-space-m);
  --ams-file-list-file-font-family: var(--ams-typography-font-family);
  --ams-file-list-file-font-size: var(--ams-typography-body-text-small-font-size);
  --ams-file-list-file-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-file-list-file-gap: var(--ams-space-s);
  --ams-file-list-file-line-height: var(--ams-typography-body-text-small-line-height);
  --ams-file-list-file-details-color: var(--ams-color-text-secondary);
  --ams-grid-column-gap: var(--ams-space-xl);
  --ams-grid-padding-block-l: var(--ams-space-l);
  --ams-grid-padding-block-xl: var(--ams-space-xl);
  --ams-grid-padding-block-2xl: var(--ams-space-2xl);
  --ams-grid-padding-inline: var(--ams-space-l);
  --ams-grid-row-gap-l: var(--ams-space-l);
  --ams-grid-row-gap-xl: var(--ams-space-xl);
  --ams-grid-row-gap-2xl: var(--ams-space-2xl);
  --ams-grid-medium-padding-inline: var(--ams-space-xl);
  --ams-grid-wide-padding-inline: var(--ams-space-2xl);
  --ams-heading-1-font-size: var(--ams-typography-heading-1-font-size);
  --ams-heading-1-line-height: var(--ams-typography-heading-1-line-height);
  --ams-heading-2-line-height: var(--ams-typography-heading-2-line-height);
  --ams-heading-3-line-height: var(--ams-typography-heading-3-line-height);
  --ams-heading-4-line-height: var(--ams-typography-heading-4-line-height);
  --ams-heading-5-line-height: var(--ams-typography-heading-5-line-height);
  --ams-heading-6-line-height: var(--ams-typography-heading-6-line-height);
  --ams-heading-color: var(--ams-color-text);
  --ams-heading-font-family: var(--ams-typography-font-family);
  --ams-heading-font-weight: var(--ams-typography-heading-font-weight);
  --ams-heading-text-wrap: var(--ams-typography-heading-text-wrap);
  --ams-heading-inverse-color: var(--ams-color-text-inverse);
  --ams-hint-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-hint-in-fieldset-color: var(--ams-color-text-secondary);
  --ams-icon-button-color: var(--ams-color-interactive);
  --ams-icon-button-cursor: var(--ams-cursor-interactive);
  --ams-icon-button-outline-offset: var(--ams-focus-outline-offset);
  --ams-icon-button-hover-color: var(--ams-color-interactive-hover);
  --ams-icon-button-disabled-color: var(--ams-color-interactive-disabled);
  --ams-icon-button-disabled-cursor: var(--ams-cursor-disabled);
  --ams-icon-button-contrast-color: var(--ams-color-interactive-contrast);
  --ams-icon-button-contrast-hover-color: var(--ams-color-interactive-contrast);
  --ams-icon-button-contrast-disabled-color: var(--ams-color-interactive-disabled);
  --ams-icon-button-inverse-background-color: var(--ams-color-interactive);
  --ams-icon-button-inverse-color: var(--ams-color-interactive-inverse);
  --ams-icon-button-inverse-hover-background-color: var(--ams-color-interactive-hover);
  --ams-icon-button-inverse-hover-color: var(--ams-color-interactive-inverse);
  --ams-icon-button-inverse-disabled-color: var(--ams-color-interactive-inverse);
  --ams-icon-button-inverse-disabled-background-color: var(--ams-color-interactive-disabled);
  --ams-icon-font-size: var(--ams-typography-body-text-font-size);
  --ams-icon-line-height: var(--ams-typography-body-text-line-height);
  --ams-icon-small-font-size: var(--ams-typography-body-text-small-font-size);
  --ams-icon-small-line-height: var(--ams-typography-body-text-small-line-height);
  --ams-icon-large-font-size: var(--ams-typography-body-text-large-font-size);
  --ams-icon-large-line-height: var(--ams-typography-body-text-large-line-height);
  --ams-icon-heading-0-font-size: var(--ams-typography-heading-0-font-size);
  --ams-icon-heading-0-line-height: var(--ams-typography-heading-0-line-height);
  --ams-icon-heading-1-font-size: var(--ams-typography-heading-1-font-size);
  --ams-icon-heading-1-line-height: var(--ams-typography-heading-1-line-height);
  --ams-icon-heading-2-line-height: var(--ams-typography-heading-2-line-height);
  --ams-icon-heading-3-line-height: var(--ams-typography-heading-3-line-height);
  --ams-icon-heading-4-line-height: var(--ams-typography-heading-4-line-height);
  --ams-icon-heading-5-line-height: var(--ams-typography-heading-5-line-height);
  --ams-icon-heading-6-line-height: var(--ams-typography-heading-6-line-height);
  --ams-icon-inverse-color: var(--ams-color-text-inverse);
  --ams-image-slider-gap: var(--ams-space-xs);
  --ams-image-slider-scroller-gap: var(--ams-space-xs);
  --ams-image-slider-scroller-outline-offset: var(--ams-focus-outline-offset);
  --ams-image-slider-thumbnails-gap: var(--ams-space-xs);
  --ams-image-slider-thumbnails-thumbnail-cursor: var(--ams-cursor-interactive);
  --ams-image-slider-thumbnails-thumbnail-outline-offset: var(--ams-focus-outline-offset);
  --ams-image-slider-figure-margin-block-end: var(--ams-space-m);
  --ams-image-aspect-ratio: var(--ams-aspect-ratio-16-9);
  --ams-invalid-form-alert-outline-offset: var(--ams-focus-outline-offset);
  --ams-label-color: var(--ams-color-text);
  --ams-label-font-family: var(--ams-typography-font-family);
  --ams-label-font-weight: var(--ams-typography-heading-font-weight);
  --ams-label-line-height: var(--ams-typography-heading-3-line-height);
  --ams-label-text-wrap: var(--ams-typography-heading-text-wrap);
  --ams-label-in-fieldset-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-link-list-gap: var(--ams-space-s);
  --ams-link-list-link-font-family: var(--ams-typography-font-family);
  --ams-link-list-link-font-size: var(--ams-typography-body-text-font-size);
  --ams-link-list-link-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-link-list-link-gap: var(--ams-space-s);
  --ams-link-list-link-line-height: var(--ams-typography-body-text-line-height);
  --ams-link-list-link-outline-offset: var(--ams-focus-outline-offset);
  --ams-link-list-link-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
  --ams-link-list-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
  --ams-link-list-link-text-underline-offset: var(--ams-links-text-underline-offset);
  --ams-link-list-link-small-font-size: var(--ams-typography-body-text-small-font-size);
  --ams-link-list-link-small-line-height: var(--ams-typography-body-text-small-line-height);
  --ams-link-list-link-large-font-size: var(--ams-typography-body-text-large-font-size);
  --ams-link-list-link-large-line-height: var(--ams-typography-body-text-large-line-height);
  --ams-link-list-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
  --ams-link-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-link-outline-offset: var(--ams-focus-outline-offset);
  --ams-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
  --ams-link-text-underline-offset: var(--ams-links-text-underline-offset);
  --ams-link-hover-text-decoration-thickness: var(--ams-links-hover-text-decoration-thickness);
  --ams-link-hover-text-underline-offset: var(--ams-links-hover-text-underline-offset);
  --ams-logo-block-size: var(--ams-space-xl);
  --ams-logo-subsite-color: var(--ams-color-text);
  --ams-mark-background-color: var(--ams-color-highlight-yellow);
  --ams-menu-background-color: var(--ams-color-interactive);
  --ams-menu-font-family: var(--ams-typography-font-family);
  --ams-menu-font-size: var(--ams-typography-body-text-font-size);
  --ams-menu-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-menu-line-height: var(--ams-typography-body-text-line-height);
  --ams-menu-padding-block: var(--ams-space-m);
  --ams-menu-wide-padding-inline: var(--ams-space-s);
  --ams-menu-link-gap: var(--ams-space-s);
  --ams-menu-link-outline-offset: var(--ams-focus-outline-offset);
  --ams-menu-link-padding-block: var(--ams-space-s);
  --ams-menu-link-padding-inline: var(--ams-space-s);
  --ams-menu-link-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
  --ams-menu-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
  --ams-menu-link-text-underline-offset: var(--ams-links-text-underline-offset);
  --ams-menu-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
  --ams-menu-link-wide-gap: var(--ams-space-xs);
  --ams-menu-list-gap: var(--ams-space-m);
  --ams-ordered-list-color: var(--ams-color-text);
  --ams-ordered-list-font-family: var(--ams-typography-font-family);
  --ams-ordered-list-font-size: var(--ams-typography-body-text-font-size);
  --ams-ordered-list-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-ordered-list-gap: var(--ams-space-s);
  --ams-ordered-list-line-height: var(--ams-typography-body-text-line-height);
  --ams-ordered-list-small-font-size: var(--ams-typography-body-text-small-font-size);
  --ams-ordered-list-small-line-height: var(--ams-typography-body-text-small-line-height);
  --ams-ordered-list-inverse-color: var(--ams-color-text-inverse);
  --ams-ordered-list-ordered-list-gap: var(--ams-space-s);
  --ams-ordered-list-ordered-list-padding-block-end: var(--ams-space-s);
  --ams-ordered-list-ordered-list-padding-block-start: var(--ams-space-s);
  --ams-page-footer-menu-column-gap: var(--ams-space-l);
  --ams-page-footer-menu-padding-block: var(--ams-space-l);
  --ams-page-footer-menu-row-gap: var(--ams-space-xs);
  --ams-page-footer-menu-link-font-family: var(--ams-typography-font-family);
  --ams-page-footer-menu-link-font-size: var(--ams-typography-body-text-font-size);
  --ams-page-footer-menu-link-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-page-footer-menu-link-line-height: var(--ams-typography-body-text-line-height);
  --ams-page-footer-menu-link-outline-offset: var(--ams-focus-outline-offset);
  --ams-page-footer-menu-link-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
  --ams-page-footer-menu-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
  --ams-page-footer-menu-link-text-underline-offset: var(--ams-links-text-underline-offset);
  --ams-page-footer-menu-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
  --ams-page-header-font-family: var(--ams-typography-font-family);
  --ams-page-header-padding-block: var(--ams-space-l);
  --ams-page-header-logo-link-column-gap: var(--ams-space-m);
  --ams-page-header-logo-link-outline-offset: var(--ams-focus-outline-offset);
  --ams-page-header-brand-name-color: var(--ams-color-text);
  --ams-page-header-brand-name-font-weight: var(--ams-typography-heading-font-weight);
  --ams-page-header-brand-name-line-height: var(--ams-typography-heading-3-line-height);
  --ams-page-header-brand-name-text-wrap: var(--ams-typography-heading-text-wrap);
  --ams-page-header-mega-menu-padding-block: var(--ams-space-l);
  --ams-page-header-mega-menu-button-background-color: var(--ams-color-interactive);
  --ams-page-header-mega-menu-button-color: var(--ams-color-text-inverse);
  --ams-page-header-mega-menu-button-cursor: var(--ams-cursor-interactive);
  --ams-page-header-mega-menu-button-label-open-font-weight: var(--ams-typography-body-text-bold-font-weight);
  --ams-page-header-mega-menu-button-padding-inline: var(--ams-space-s);
  --ams-page-header-mega-menu-button-hover-background-color: var(--ams-color-interactive-hover);
  --ams-page-header-mega-menu-button-hover-color: var(--ams-color-text-inverse);
  --ams-page-header-menu-column-gap: var(--ams-space-l);
  --ams-page-header-menu-row-gap: var(--ams-space-xs);
  --ams-page-header-menu-item-column-gap: var(--ams-space-xs);
  --ams-page-header-menu-item-font-family: var(--ams-typography-font-family);
  --ams-page-header-menu-item-font-size: var(--ams-typography-body-text-font-size);
  --ams-page-header-menu-item-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-page-header-menu-item-line-height: var(--ams-typography-body-text-line-height);
  --ams-page-header-menu-item-outline-offset: var(--ams-focus-outline-offset);
  --ams-page-header-menu-item-padding-block: var(--ams-space-xs);
  --ams-page-header-menu-link-gap: var(--ams-space-xs);
  --ams-page-header-menu-link-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
  --ams-page-header-menu-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
  --ams-page-header-menu-link-text-underline-offset: var(--ams-links-text-underline-offset);
  --ams-page-header-menu-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
  --ams-page-header-navigation-column-gap: var(--ams-space-l);
  --ams-page-header-navigation-row-gap: var(--ams-space-l);
  --ams-page-heading-color: var(--ams-color-text);
  --ams-page-heading-font-family: var(--ams-typography-font-family);
  --ams-page-heading-font-size: var(--ams-typography-heading-0-font-size);
  --ams-page-heading-font-weight: var(--ams-typography-heading-font-weight);
  --ams-page-heading-line-height: var(--ams-typography-heading-0-line-height);
  --ams-page-heading-text-wrap: var(--ams-typography-heading-text-wrap);
  --ams-page-heading-inverse-color: var(--ams-color-text-inverse);
  --ams-page-background-color: var(--ams-color-background);
  --ams-pagination-font-family: var(--ams-typography-font-family);
  --ams-pagination-font-size: var(--ams-typography-body-text-font-size);
  --ams-pagination-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-pagination-line-height: var(--ams-typography-body-text-line-height);
  --ams-pagination-link-gap: var(--ams-space-xs);
  --ams-pagination-link-outline-offset: var(--ams-focus-outline-offset);
  --ams-pagination-link-padding-inline: var(--ams-space-s);
  --ams-pagination-link-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
  --ams-pagination-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
  --ams-pagination-link-text-underline-offset: var(--ams-links-text-underline-offset);
  --ams-pagination-link-current-font-weight: var(--ams-typography-body-text-bold-font-weight);
  --ams-pagination-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
  --ams-paragraph-color: var(--ams-color-text);
  --ams-paragraph-font-family: var(--ams-typography-font-family);
  --ams-paragraph-font-size: var(--ams-typography-body-text-font-size);
  --ams-paragraph-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-paragraph-line-height: var(--ams-typography-body-text-line-height);
  --ams-paragraph-inverse-color: var(--ams-color-text-inverse);
  --ams-paragraph-small-font-size: var(--ams-typography-body-text-small-font-size);
  --ams-paragraph-small-line-height: var(--ams-typography-body-text-small-line-height);
  --ams-paragraph-large-font-size: var(--ams-typography-body-text-large-font-size);
  --ams-paragraph-large-line-height: var(--ams-typography-body-text-large-line-height);
  --ams-password-input-border-color: var(--ams-inputs-border-color);
  --ams-password-input-border-style: var(--ams-inputs-border-style);
  --ams-password-input-line-height: var(--ams-inputs-line-height);
  --ams-password-input-disabled-cursor: var(--ams-cursor-disabled);
  --ams-progress-list-heading-2-step-marker-margin-block-start: calc((var(--ams-typography-heading-2-line-height) * var(--ams-typography-heading-2-font-size)) / 2);
  --ams-progress-list-heading-3-step-marker-margin-block-start: calc((var(--ams-typography-heading-3-line-height) * var(--ams-typography-heading-3-font-size)) / 2);
  --ams-progress-list-heading-4-step-marker-margin-block-start: calc((var(--ams-typography-heading-4-line-height) * var(--ams-typography-heading-4-font-size)) / 2);
  --ams-progress-list-button-color: var(--ams-color-interactive);
  --ams-progress-list-button-cursor: var(--ams-cursor-interactive);
  --ams-progress-list-button-gap: var(--ams-space-s);
  --ams-progress-list-button-outline-offset: var(--ams-focus-outline-offset);
  --ams-progress-list-button-hover-color: var(--ams-color-interactive-hover);
  --ams-progress-list-step-gap: var(--ams-space-m);
  --ams-progress-list-step-medium-gap: var(--ams-space-l);
  --ams-progress-list-step-marker-shape-background-color: var(--ams-color-background);
  --ams-progress-list-step-marker-shape-border-color: var(--ams-color-progress-upcoming);
  --ams-progress-list-step-marker-shape-border-width: var(--ams-border-width-m);
  --ams-progress-list-step-marker-shape-outline-color: var(--ams-color-background);
  --ams-progress-list-step-marker-shape-outline-width: var(--ams-border-width-m);
  --ams-progress-list-step-connector-border-inline-color: var(--ams-color-progress-upcoming);
  --ams-progress-list-step-heading-margin-block-end: var(--ams-space-s);
  --ams-progress-list-step-content-margin-block-end: var(--ams-space-l);
  --ams-progress-list-step-completed-marker-shape-background-color: var(--ams-color-progress-completed);
  --ams-progress-list-step-completed-marker-shape-border-color: var(--ams-color-progress-completed);
  --ams-progress-list-step-completed-connector-border-inline-color: var(--ams-color-progress-completed);
  --ams-progress-list-step-current-marker-shape-background-color: var(--ams-color-progress-current);
  --ams-progress-list-step-current-marker-shape-border-color: var(--ams-color-progress-current);
  --ams-progress-list-step-current-connector-border-inline-color: var(--ams-color-progress-current);
  --ams-progress-list-substeps-padding-block-start: var(--ams-space-m);
  --ams-progress-list-substeps-step-indicator-margin-inline-end: var(--ams-space-m);
  --ams-progress-list-substeps-step-indicator-medium-margin-inline-end: var(--ams-space-l);
  --ams-progress-list-substeps-step-marker-block-size: calc(var(--ams-typography-body-text-font-size) * var(--ams-typography-body-text-line-height));
  --ams-progress-list-substeps-step-marker-inline-size: var(--ams-progress-list-step-marker-shape-block-size);
  --ams-progress-list-substeps-step-marker-shape-background-color: var(--ams-color-background);
  --ams-progress-list-substeps-step-marker-shape-border-color: var(--ams-color-progress-upcoming);
  --ams-progress-list-substeps-step-marker-shape-border-width: var(--ams-border-width-m);
  --ams-progress-list-substeps-step-marker-shape-outline-color: var(--ams-color-background);
  --ams-progress-list-substeps-step-marker-shape-outline-width: var(--ams-border-width-m);
  --ams-progress-list-substeps-step-connector-background-color: var(--ams-color-background);
  --ams-progress-list-substeps-step-connector-border-inline-color: var(--ams-color-progress-upcoming);
  --ams-progress-list-substeps-step-connector-margin-block-start: calc(var(--ams-typography-body-text-font-size) * var(--ams-typography-body-text-line-height) / 2);
  --ams-progress-list-substeps-step-connector-last-child-border-inline-color: var(--ams-color-background);
  --ams-progress-list-substeps-step-content-margin-block-end: var(--ams-space-m);
  --ams-progress-list-substeps-step-completed-marker-shape-background-color: var(--ams-color-progress-completed);
  --ams-progress-list-substeps-step-completed-marker-shape-border-color: var(--ams-color-progress-completed);
  --ams-progress-list-substeps-step-completed-connector-border-inline-color: var(--ams-color-progress-completed);
  --ams-progress-list-substeps-step-current-marker-shape-background-color: var(--ams-color-progress-current);
  --ams-progress-list-substeps-step-current-marker-shape-border-color: var(--ams-color-progress-current);
  --ams-progress-list-substeps-last-child-content-margin-block-end: var(--ams-space-l);
  --ams-radio-color: var(--ams-color-text);
  --ams-radio-cursor: var(--ams-cursor-interactive);
  --ams-radio-font-family: var(--ams-typography-font-family);
  --ams-radio-font-size: var(--ams-typography-body-text-font-size);
  --ams-radio-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-radio-gap: var(--ams-space-s);
  --ams-radio-line-height: var(--ams-typography-body-text-line-height);
  --ams-radio-outline-offset: var(--ams-focus-outline-offset);
  --ams-radio-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
  --ams-radio-text-underline-offset: var(--ams-links-text-underline-offset);
  --ams-radio-checked-indicator-fill: var(--ams-color-interactive);
  --ams-radio-checked-indicator-disabled-fill: var(--ams-color-interactive-disabled);
  --ams-radio-checked-indicator-disabled-invalid-fill: var(--ams-color-interactive-disabled);
  --ams-radio-checked-indicator-disabled-invalid-hover-fill: var(--ams-color-interactive-disabled);
  --ams-radio-checked-indicator-hover-fill: var(--ams-color-interactive-hover);
  --ams-radio-checked-indicator-invalid-fill: var(--ams-color-interactive-invalid);
  --ams-radio-checked-indicator-invalid-hover-fill: var(--ams-color-interactive-invalid-hover);
  --ams-radio-hover-indicator-hover-stroke: var(--ams-color-interactive-hover);
  --ams-radio-hover-indicator-invalid-hover-stroke: var(--ams-color-interactive-invalid-hover);
  --ams-radio-circle-fill: var(--ams-color-background);
  --ams-radio-circle-stroke: var(--ams-color-interactive);
  --ams-radio-circle-disabled-stroke: var(--ams-color-interactive-disabled);
  --ams-radio-circle-disabled-invalid-stroke: var(--ams-color-interactive-disabled);
  --ams-radio-circle-disabled-invalid-hover-stroke: var(--ams-color-interactive-disabled);
  --ams-radio-circle-hover-stroke: var(--ams-color-interactive-hover);
  --ams-radio-circle-invalid-stroke: var(--ams-color-interactive-invalid);
  --ams-radio-circle-invalid-hover-stroke: var(--ams-color-interactive-invalid-hover);
  --ams-radio-disabled-color: var(--ams-color-interactive-disabled);
  --ams-radio-disabled-cursor: var(--ams-cursor-disabled);
  --ams-radio-hover-color: var(--ams-color-interactive-hover);
  --ams-radio-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
  --ams-row-gap-x-small: var(--ams-space-xs);
  --ams-row-gap-small: var(--ams-space-s);
  --ams-row-gap-medium: var(--ams-space-m);
  --ams-row-gap-large: var(--ams-space-l);
  --ams-row-gap-x-large: var(--ams-space-xl);
  --ams-search-field-input-border-color: var(--ams-inputs-border-color);
  --ams-search-field-input-border-style: var(--ams-inputs-border-style);
  --ams-search-field-input-line-height: var(--ams-inputs-line-height);
  --ams-search-field-input-cancel-button-block-size: var(--ams-typography-body-text-font-size);
  --ams-search-field-input-cancel-button-color: var(--ams-color-interactive);
  --ams-search-field-input-cancel-button-cursor: var(--ams-cursor-interactive);
  --ams-search-field-input-cancel-button-inline-size: var(--ams-typography-body-text-font-size);
  --ams-select-background-position: right var(--ams-space-m) center;
  --ams-select-border-color: var(--ams-inputs-border-color);
  --ams-select-border-style: var(--ams-inputs-border-style);
  --ams-select-line-height: var(--ams-inputs-line-height);
  --ams-select-disabled-cursor: var(--ams-cursor-disabled);
  --ams-select-option-disabled-color: var(--ams-color-interactive-disabled);
  --ams-skip-link-background-color: var(--ams-color-interactive);
  --ams-skip-link-color: var(--ams-color-text-inverse);
  --ams-skip-link-font-family: var(--ams-typography-font-family);
  --ams-skip-link-font-size: var(--ams-typography-body-text-font-size);
  --ams-skip-link-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-skip-link-line-height: var(--ams-typography-body-text-line-height);
  --ams-skip-link-outline-offset: var(--ams-focus-outline-offset);
  --ams-skip-link-padding-block: var(--ams-space-s);
  --ams-skip-link-padding-inline: var(--ams-space-m);
  --ams-skip-link-hover-background-color: var(--ams-color-interactive-hover);
  --ams-spotlight-background-color: var(--ams-color-highlight-purple);
  --ams-spotlight-azure-background-color: var(--ams-color-highlight-azure);
  --ams-spotlight-green-background-color: var(--ams-color-highlight-green);
  --ams-spotlight-lime-background-color: var(--ams-color-highlight-lime);
  --ams-spotlight-magenta-background-color: var(--ams-color-highlight-magenta);
  --ams-spotlight-orange-background-color: var(--ams-color-highlight-orange);
  --ams-spotlight-yellow-background-color: var(--ams-color-highlight-yellow);
  --ams-standalone-link-column-gap: var(--ams-space-s);
  --ams-standalone-link-font-family: var(--ams-typography-font-family);
  --ams-standalone-link-font-size: var(--ams-typography-body-text-font-size);
  --ams-standalone-link-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-standalone-link-line-height: var(--ams-typography-body-text-line-height);
  --ams-standalone-link-outline-offset: var(--ams-focus-outline-offset);
  --ams-standalone-link-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
  --ams-standalone-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
  --ams-standalone-link-text-underline-offset: var(--ams-links-text-underline-offset);
  --ams-standalone-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
  --ams-standalone-link-hover-text-decoration-thickness: var(--ams-links-hover-text-decoration-thickness);
  --ams-standalone-link-hover-text-underline-offset: var(--ams-links-hover-text-underline-offset);
  --ams-standalone-link-with-icon-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
  --ams-standalone-link-with-icon-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
  --ams-standalone-link-with-icon-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
  --ams-switch-cursor: var(--ams-cursor-interactive);
  --ams-switch-outline-offset: var(--ams-focus-outline-offset);
  --ams-switch-thumb-background-color: var(--ams-color-background);
  --ams-switch-thumb-hover-color: var(--ams-color-interactive-hover);
  --ams-switch-thumb-hover-box-shadow: 0rem 0rem 0rem var(--ams-border-width-m) var(--ams-switch-thumb-hover-color);
  --ams-switch-checked-background-color: var(--ams-color-interactive);
  --ams-switch-disabled-background-color: var(--ams-color-interactive-disabled);
  --ams-switch-disabled-cursor: var(--ams-cursor-disabled);
  --ams-table-of-contents-font-family: var(--ams-typography-font-family);
  --ams-table-of-contents-font-size: var(--ams-typography-body-text-font-size);
  --ams-table-of-contents-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-table-of-contents-gap: var(--ams-space-s);
  --ams-table-of-contents-line-height: var(--ams-typography-body-text-line-height);
  --ams-table-of-contents-heading-font-weight: var(--ams-typography-heading-font-weight);
  --ams-table-of-contents-heading-line-height: var(--ams-typography-heading-4-line-height);
  --ams-table-of-contents-link-outline-offset: var(--ams-focus-outline-offset);
  --ams-table-of-contents-link-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
  --ams-table-of-contents-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
  --ams-table-of-contents-link-text-underline-offset: var(--ams-links-text-underline-offset);
  --ams-table-of-contents-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
  --ams-table-of-contents-list-gap: var(--ams-space-s);
  --ams-table-of-contents-list-list-padding-block-start: var(--ams-space-s);
  --ams-table-of-contents-list-list-padding-inline-start: var(--ams-space-l);
  --ams-table-color: var(--ams-color-text);
  --ams-table-font-family: var(--ams-typography-font-family);
  --ams-table-font-size: var(--ams-typography-body-text-font-size);
  --ams-table-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-table-line-height: var(--ams-typography-body-text-line-height);
  --ams-table-caption-font-weight: var(--ams-typography-body-text-bold-font-weight);
  --ams-table-cell-border-block-end: var(--ams-border-width-s) solid var(--ams-color-separator);
  --ams-table-cell-padding-block: var(--ams-space-s);
  --ams-table-cell-padding-inline: var(--ams-space-m);
  --ams-table-header-cell-font-weight: var(--ams-typography-body-text-bold-font-weight);
  --ams-tabs-gap: var(--ams-space-m);
  --ams-tabs-list-box-shadow: inset 0rem var(--ams-border-width-negative-m) 0rem 0rem var(--ams-color-separator);
  --ams-tabs-button-color: var(--ams-color-interactive);
  --ams-tabs-button-cursor: var(--ams-cursor-interactive);
  --ams-tabs-button-font-family: var(--ams-typography-font-family);
  --ams-tabs-button-font-size: var(--ams-typography-body-text-font-size);
  --ams-tabs-button-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-tabs-button-line-height: var(--ams-typography-body-text-line-height);
  --ams-tabs-button-outline-offset: calc(var(--ams-focus-outline-offset) * -1);
  --ams-tabs-button-padding-block: var(--ams-space-s);
  --ams-tabs-button-padding-inline: var(--ams-space-m);
  --ams-tabs-button-hover-box-shadow: inset 0rem var(--ams-border-width-negative-m) 0rem 0rem currentColor;
  --ams-tabs-button-hover-color: var(--ams-color-interactive-hover);
  --ams-tabs-button-selected-box-shadow: inset 0rem var(--ams-border-width-negative-xl) 0rem 0rem currentColor;
  --ams-tabs-button-selected-font-weight: var(--ams-typography-body-text-bold-font-weight);
  --ams-tabs-button-disabled-color: var(--ams-color-interactive-disabled);
  --ams-tabs-button-disabled-cursor: var(--ams-cursor-disabled);
  --ams-text-area-border-color: var(--ams-inputs-border-color);
  --ams-text-area-border-style: var(--ams-inputs-border-style);
  --ams-text-area-line-height: var(--ams-inputs-line-height);
  --ams-text-area-min-block-size: calc(var(--ams-typography-body-text-line-height) * 1em + 2 * var(--ams-text-area-padding-block));
  --ams-text-area-disabled-cursor: var(--ams-cursor-disabled);
  --ams-text-input-border-color: var(--ams-inputs-border-color);
  --ams-text-input-border-style: var(--ams-inputs-border-style);
  --ams-text-input-line-height: var(--ams-inputs-line-height);
  --ams-text-input-disabled-cursor: var(--ams-cursor-disabled);
  --ams-time-input-border-color: var(--ams-inputs-border-color);
  --ams-time-input-border-style: var(--ams-inputs-border-style);
  --ams-time-input-line-height: var(--ams-inputs-line-height);
  --ams-time-input-disabled-cursor: var(--ams-cursor-disabled);
  --ams-time-input-calendar-picker-indicator-cursor: var(--ams-cursor-interactive);
  --ams-time-input-calender-picker-indicator-cursor: var(--ams-cursor-interactive);
  --ams-unordered-list-color: var(--ams-color-text);
  --ams-unordered-list-font-family: var(--ams-typography-font-family);
  --ams-unordered-list-font-size: var(--ams-typography-body-text-font-size);
  --ams-unordered-list-font-weight: var(--ams-typography-body-text-font-weight);
  --ams-unordered-list-gap: var(--ams-space-s);
  --ams-unordered-list-line-height: var(--ams-typography-body-text-line-height);
  --ams-unordered-list-inverse-color: var(--ams-color-text-inverse);
  --ams-unordered-list-small-font-size: var(--ams-typography-body-text-small-font-size);
  --ams-unordered-list-small-line-height: var(--ams-typography-body-text-small-line-height);
  --ams-unordered-list-unordered-list-gap: var(--ams-space-s);
  --ams-unordered-list-unordered-list-padding-block-end: var(--ams-space-s);
  --ams-unordered-list-unordered-list-padding-block-start: var(--ams-space-s);
  --ams-accordion-button-font-size: var(--ams-typography-heading-3-font-size);
  --ams-breadcrumb-link-color: var(--ams-links-color);
  --ams-breadcrumb-link-hover-color: var(--ams-links-hover-color);
  --ams-card-link-color: var(--ams-links-color);
  --ams-card-link-hover-color: var(--ams-links-hover-color);
  --ams-checkbox-icon-container-block-size: calc(var(--ams-checkbox-font-size) * var(--ams-checkbox-line-height));
  --ams-checkbox-icon-container-inline-size: var(--ams-checkbox-font-size);
  --ams-date-input-background-color: var(--ams-inputs-background-color);
  --ams-date-input-border-width: var(--ams-inputs-border-width);
  --ams-date-input-color: var(--ams-inputs-color);
  --ams-date-input-font-family: var(--ams-inputs-font-family);
  --ams-date-input-font-size: var(--ams-inputs-font-size);
  --ams-date-input-font-weight: var(--ams-inputs-font-weight);
  --ams-date-input-outline-offset: var(--ams-inputs-outline-offset);
  --ams-date-input-padding-block: var(--ams-inputs-padding-block);
  --ams-date-input-padding-inline: var(--ams-inputs-padding-inline);
  --ams-date-input-disabled-color: var(--ams-inputs-disabled-color);
  --ams-date-input-hover-box-shadow: var(--ams-inputs-hover-box-shadow);
  --ams-date-input-invalid-border-color: var(--ams-inputs-invalid-border-color);
  --ams-date-input-invalid-hover-border-color: var(--ams-inputs-invalid-hover-border-color);
  --ams-date-input-invalid-hover-box-shadow: var(--ams-inputs-invalid-hover-box-shadow);
  --ams-description-list-term-font-size: var(--ams-typography-heading-4-font-size);
  --ams-description-list-term-vi-medium-margin-block-end: var(--ams-description-list-description-margin-block-end);
  --ams-dialog-border-color: var(--ams-dialog-background-color);
  --ams-field-set-legend-font-size: var(--ams-typography-heading-3-font-size);
  --ams-file-input-background-color: var(--ams-inputs-background-color);
  --ams-file-input-border-width: var(--ams-inputs-border-width);
  --ams-file-input-color: var(--ams-inputs-color);
  --ams-file-input-font-family: var(--ams-inputs-font-family);
  --ams-file-input-font-size: var(--ams-inputs-font-size);
  --ams-file-input-font-weight: var(--ams-inputs-font-weight);
  --ams-file-input-outline-offset: var(--ams-inputs-outline-offset);
  --ams-file-input-disabled-color: var(--ams-inputs-disabled-color);
  --ams-file-input-file-selector-button-background-color: var(--ams-button-secondary-background-color);
  --ams-file-input-file-selector-button-border-width: var(--ams-button-border-width);
  --ams-file-input-file-selector-button-color: var(--ams-button-secondary-color);
  --ams-file-input-file-selector-button-cursor: var(--ams-button-cursor);
  --ams-file-input-file-selector-button-line-height: var(--ams-button-line-height);
  --ams-file-input-file-selector-button-padding-block: var(--ams-button-padding-block);
  --ams-file-input-file-selector-button-padding-inline: var(--ams-button-padding-inline);
  --ams-file-input-file-selector-button-disabled-color: var(--ams-button-secondary-disabled-color);
  --ams-file-input-file-selector-button-disabled-cursor: var(--ams-button-disabled-cursor);
  --ams-file-input-file-selector-button-hover-box-shadow: var(--ams-button-secondary-hover-box-shadow);
  --ams-file-input-file-selector-button-hover-color: var(--ams-button-secondary-hover-color);
  --ams-heading-2-font-size: var(--ams-typography-heading-2-font-size);
  --ams-heading-3-font-size: var(--ams-typography-heading-3-font-size);
  --ams-heading-4-font-size: var(--ams-typography-heading-4-font-size);
  --ams-heading-5-font-size: var(--ams-typography-heading-5-font-size);
  --ams-heading-6-font-size: var(--ams-typography-heading-6-font-size);
  --ams-icon-heading-2-font-size: var(--ams-typography-heading-2-font-size);
  --ams-icon-heading-3-font-size: var(--ams-typography-heading-3-font-size);
  --ams-icon-heading-4-font-size: var(--ams-typography-heading-4-font-size);
  --ams-icon-heading-5-font-size: var(--ams-typography-heading-5-font-size);
  --ams-icon-heading-6-font-size: var(--ams-typography-heading-6-font-size);
  --ams-label-font-size: var(--ams-typography-heading-3-font-size);
  --ams-link-list-link-color: var(--ams-links-color);
  --ams-link-list-link-hover-color: var(--ams-links-hover-color);
  --ams-link-list-link-contrast-color: var(--ams-links-contrast-color);
  --ams-link-list-link-contrast-hover-color: var(--ams-links-contrast-hover-color);
  --ams-link-list-link-inverse-color: var(--ams-links-inverse-color);
  --ams-link-list-link-inverse-hover-color: var(--ams-links-inverse-hover-color);
  --ams-link-color: var(--ams-links-color);
  --ams-link-hover-color: var(--ams-links-hover-color);
  --ams-link-contrast-color: var(--ams-links-contrast-color);
  --ams-link-contrast-hover-color: var(--ams-links-contrast-hover-color);
  --ams-link-inverse-color: var(--ams-links-inverse-color);
  --ams-link-inverse-hover-color: var(--ams-links-inverse-hover-color);
  --ams-menu-wide-padding-block: calc(var(--ams-logo-block-size) + 2 * var(--ams-page-header-padding-block)) var(--ams-space-m);
  --ams-menu-link-color: var(--ams-links-inverse-color);
  --ams-menu-link-contrast-color: var(--ams-links-contrast-color);
  --ams-menu-link-contrast-hover-color: var(--ams-links-contrast-hover-color);
  --ams-menu-link-inverse-color: var(--ams-links-inverse-color);
  --ams-menu-link-inverse-hover-color: var(--ams-links-inverse-hover-color);
  --ams-menu-link-hover-color: var(--ams-links-inverse-hover-color);
  --ams-page-footer-menu-padding-inline: var(--ams-grid-padding-inline);
  --ams-page-footer-menu-medium-padding-inline: var(--ams-grid-medium-padding-inline);
  --ams-page-footer-menu-wide-padding-inline: var(--ams-grid-wide-padding-inline);
  --ams-page-footer-menu-link-color: var(--ams-links-color);
  --ams-page-footer-menu-link-hover-color: var(--ams-links-hover-color);
  --ams-page-header-padding-inline: var(--ams-grid-padding-inline);
  --ams-page-header-medium-padding-inline: var(--ams-grid-medium-padding-inline);
  --ams-page-header-wide-padding-inline: var(--ams-grid-wide-padding-inline);
  --ams-page-header-brand-name-font-size: var(--ams-typography-heading-3-font-size);
  --ams-page-header-menu-item-color: var(--ams-links-color);
  --ams-page-header-menu-item-hover-color: var(--ams-links-hover-color);
  --ams-page-header-menu-link-color: var(--ams-links-color);
  --ams-page-with-menu-area-skip-link-margin-inline-end: var(--ams-grid-padding-inline);
  --ams-pagination-link-color: var(--ams-links-color);
  --ams-pagination-link-hover-color: var(--ams-links-hover-color);
  --ams-password-input-background-color: var(--ams-inputs-background-color);
  --ams-password-input-border-width: var(--ams-inputs-border-width);
  --ams-password-input-color: var(--ams-inputs-color);
  --ams-password-input-font-family: var(--ams-inputs-font-family);
  --ams-password-input-font-size: var(--ams-inputs-font-size);
  --ams-password-input-font-weight: var(--ams-inputs-font-weight);
  --ams-password-input-outline-offset: var(--ams-inputs-outline-offset);
  --ams-password-input-padding-block: var(--ams-inputs-padding-block);
  --ams-password-input-padding-inline: var(--ams-inputs-padding-inline);
  --ams-password-input-disabled-color: var(--ams-inputs-disabled-color);
  --ams-password-input-hover-box-shadow: var(--ams-inputs-hover-box-shadow);
  --ams-password-input-invalid-border-color: var(--ams-inputs-invalid-border-color);
  --ams-password-input-invalid-hover-border-color: var(--ams-inputs-invalid-hover-border-color);
  --ams-password-input-invalid-hover-box-shadow: var(--ams-inputs-invalid-hover-box-shadow);
  --ams-password-input-placeholder-color: var(--ams-inputs-placeholder-color);
  --ams-progress-list-heading-2-step-marker-block-size: calc(var(--ams-typography-heading-2-font-size) * var(--ams-typography-heading-2-line-height));
  --ams-progress-list-heading-3-step-marker-block-size: calc(var(--ams-typography-heading-3-font-size) * var(--ams-typography-heading-3-line-height));
  --ams-progress-list-heading-4-step-marker-block-size: calc(var(--ams-typography-heading-4-font-size) * var(--ams-typography-heading-4-line-height));
  --ams-radio-icon-container-block-size: calc(var(--ams-radio-font-size) * var(--ams-radio-line-height));
  --ams-radio-icon-container-inline-size: var(--ams-radio-font-size);
  --ams-search-field-input-background-color: var(--ams-inputs-background-color);
  --ams-search-field-input-border-width: var(--ams-inputs-border-width);
  --ams-search-field-input-color: var(--ams-inputs-color);
  --ams-search-field-input-font-family: var(--ams-inputs-font-family);
  --ams-search-field-input-font-size: var(--ams-inputs-font-size);
  --ams-search-field-input-font-weight: var(--ams-inputs-font-weight);
  --ams-search-field-input-outline-offset: var(--ams-inputs-outline-offset);
  --ams-search-field-input-padding-block: var(--ams-inputs-padding-block);
  --ams-search-field-input-padding-inline: var(--ams-inputs-padding-inline);
  --ams-search-field-input-hover-box-shadow: var(--ams-inputs-hover-box-shadow);
  --ams-search-field-input-invalid-border-color: var(--ams-inputs-invalid-border-color);
  --ams-search-field-input-invalid-hover-border-color: var(--ams-inputs-invalid-hover-border-color);
  --ams-search-field-input-invalid-hover-box-shadow: var(--ams-inputs-invalid-hover-box-shadow);
  --ams-search-field-input-placeholder-color: var(--ams-inputs-placeholder-color);
  --ams-select-background-color: var(--ams-inputs-background-color);
  --ams-select-border-width: var(--ams-inputs-border-width);
  --ams-select-color: var(--ams-inputs-color);
  --ams-select-font-family: var(--ams-inputs-font-family);
  --ams-select-font-size: var(--ams-inputs-font-size);
  --ams-select-font-weight: var(--ams-inputs-font-weight);
  --ams-select-outline-offset: var(--ams-inputs-outline-offset);
  --ams-select-padding-block: var(--ams-inputs-padding-block);
  --ams-select-padding-inline: var(--ams-inputs-padding-inline) calc(2 * var(--ams-inputs-padding-inline) + 1em);
  --ams-select-disabled-color: var(--ams-inputs-disabled-color);
  --ams-select-hover-box-shadow: var(--ams-inputs-hover-box-shadow);
  --ams-select-invalid-border-color: var(--ams-inputs-invalid-border-color);
  --ams-select-invalid-hover-border-color: var(--ams-inputs-invalid-hover-border-color);
  --ams-select-invalid-hover-box-shadow: var(--ams-inputs-invalid-hover-box-shadow);
  --ams-standalone-link-color: var(--ams-links-color);
  --ams-standalone-link-hover-color: var(--ams-links-hover-color);
  --ams-standalone-link-contrast-color: var(--ams-links-contrast-color);
  --ams-standalone-link-contrast-hover-color: var(--ams-links-contrast-hover-color);
  --ams-standalone-link-inverse-color: var(--ams-links-inverse-color);
  --ams-standalone-link-inverse-hover-color: var(--ams-links-inverse-hover-color);
  --ams-table-of-contents-heading-font-size: var(--ams-typography-heading-4-font-size);
  --ams-table-of-contents-link-color: var(--ams-links-color);
  --ams-table-of-contents-link-hover-color: var(--ams-links-hover-color);
  --ams-text-area-background-color: var(--ams-inputs-background-color);
  --ams-text-area-border-width: var(--ams-inputs-border-width);
  --ams-text-area-color: var(--ams-inputs-color);
  --ams-text-area-font-family: var(--ams-inputs-font-family);
  --ams-text-area-font-size: var(--ams-inputs-font-size);
  --ams-text-area-font-weight: var(--ams-inputs-font-weight);
  --ams-text-area-outline-offset: var(--ams-inputs-outline-offset);
  --ams-text-area-padding-block: var(--ams-inputs-padding-block);
  --ams-text-area-padding-inline: var(--ams-inputs-padding-inline);
  --ams-text-area-disabled-color: var(--ams-inputs-disabled-color);
  --ams-text-area-hover-box-shadow: var(--ams-inputs-hover-box-shadow);
  --ams-text-area-invalid-border-color: var(--ams-inputs-invalid-border-color);
  --ams-text-area-invalid-hover-border-color: var(--ams-inputs-invalid-hover-border-color);
  --ams-text-area-invalid-hover-box-shadow: var(--ams-inputs-invalid-hover-box-shadow);
  --ams-text-area-placeholder-color: var(--ams-inputs-placeholder-color);
  --ams-text-input-background-color: var(--ams-inputs-background-color);
  --ams-text-input-border-width: var(--ams-inputs-border-width);
  --ams-text-input-color: var(--ams-inputs-color);
  --ams-text-input-font-family: var(--ams-inputs-font-family);
  --ams-text-input-font-size: var(--ams-inputs-font-size);
  --ams-text-input-font-weight: var(--ams-inputs-font-weight);
  --ams-text-input-outline-offset: var(--ams-inputs-outline-offset);
  --ams-text-input-padding-block: var(--ams-inputs-padding-block);
  --ams-text-input-padding-inline: var(--ams-inputs-padding-inline);
  --ams-text-input-disabled-color: var(--ams-inputs-disabled-color);
  --ams-text-input-hover-box-shadow: var(--ams-inputs-hover-box-shadow);
  --ams-text-input-invalid-border-color: var(--ams-inputs-invalid-border-color);
  --ams-text-input-invalid-hover-border-color: var(--ams-inputs-invalid-hover-border-color);
  --ams-text-input-invalid-hover-box-shadow: var(--ams-inputs-invalid-hover-box-shadow);
  --ams-text-input-placeholder-color: var(--ams-inputs-placeholder-color);
  --ams-time-input-background-color: var(--ams-inputs-background-color);
  --ams-time-input-border-width: var(--ams-inputs-border-width);
  --ams-time-input-color: var(--ams-inputs-color);
  --ams-time-input-font-family: var(--ams-inputs-font-family);
  --ams-time-input-font-size: var(--ams-inputs-font-size);
  --ams-time-input-font-weight: var(--ams-inputs-font-weight);
  --ams-time-input-outline-offset: var(--ams-inputs-outline-offset);
  --ams-time-input-padding-block: var(--ams-inputs-padding-block);
  --ams-time-input-padding-inline: var(--ams-inputs-padding-inline);
  --ams-time-input-disabled-color: var(--ams-inputs-disabled-color);
  --ams-time-input-hover-box-shadow: var(--ams-inputs-hover-box-shadow);
  --ams-time-input-invalid-border-color: var(--ams-inputs-invalid-border-color);
  --ams-time-input-invalid-hover-border-color: var(--ams-inputs-invalid-hover-border-color);
  --ams-time-input-invalid-hover-box-shadow: var(--ams-inputs-invalid-hover-box-shadow);
}

/**
 * Do not edit directly, this file was auto-generated.
 */

:root {
  --ams-border-width-s: 0.0625rem;
  --ams-border-width-m: 0.0625rem;
  --ams-border-width-l: 0.125rem;
  --ams-border-width-xl: 0.1875rem;
  --ams-border-width-negative-m: -0.0625rem;
  --ams-border-width-negative-xl: -0.1875rem;
  --ams-space-xs: 0.25rem;
  --ams-space-s: 0.5rem;
  --ams-space-m: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
  --ams-space-l: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem);
  --ams-space-xl: clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem);
  --ams-space-2xl: clamp(2rem, 1.7143rem + 1.4286vw, 3rem);
  --ams-typography-body-text-font-size: 1rem;
  --ams-typography-body-text-line-height: 1.5;
  --ams-typography-body-text-small-font-size: 0.875rem;
  --ams-typography-body-text-small-line-height: 1.4;
  --ams-typography-body-text-large-font-size: clamp(1.125rem, 1.1071rem + 0.0893vw, 1.1875rem);
  --ams-typography-body-text-large-line-height: 1.4;
  --ams-typography-body-text-x-large-font-size: clamp(1.25rem, 1.1964rem + 0.2679vw, 1.4375rem);
  --ams-typography-body-text-x-large-line-height: 1.3;
  --ams-typography-heading-0-font-size: clamp(2.1645rem, 2.072rem + 0.4626vw, 2.4883rem);
  --ams-typography-heading-1-font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 1.75rem);
  --ams-typography-heading-1-line-height: 1.2;
  --ams-typography-heading-2-line-height: 1.3;
  --ams-typography-heading-3-line-height: 1.3;
  --ams-typography-heading-4-line-height: 1.4;
  --ams-typography-heading-5-line-height: 1.4;
  --ams-page-header-mega-menu-padding-block: 0;
  --ams-typography-heading-2-font-size: var(--ams-typography-body-text-x-large-font-size);
  --ams-typography-heading-3-font-size: var(--ams-typography-body-text-large-font-size);
  --ams-typography-heading-4-font-size: var(--ams-typography-body-text-font-size);
  --ams-typography-heading-5-font-size: var(--ams-typography-body-text-small-font-size);
  --ams-typography-heading-6-font-size: var(--ams-typography-body-text-small-font-size);
  --ams-grid-padding-inline: var(--ams-space-xl);
  --ams-page-header-brand-name-line-height: var(--ams-typography-heading-2-line-height);
  --ams-page-header-brand-name-font-size: var(--ams-typography-heading-2-font-size);
}

@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(
    --custom-highlight-background,
    linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    )
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

.styles_selectFitContent__5OkdA {
	inline-size: initial;
}

.styles_buttonWarning__y\+oo- {
	background-color: var(--ams-color-feedback-warning);
	border-color: var(--ams-color-feedback-warning);
}

.styles_buttonWarning__y\+oo-:hover:not(:disabled, [aria-disabled="true"]),
.styles_buttonWarning__y\+oo-:focus:not(:disabled, [aria-disabled="true"]) {
	/* Darken the background and border color on hover and focus */
	/* The Design System has no orange 80, so we made an estimated value */
	/* See: https://designsystem.amsterdam/?path=/docs/brand-design-tokens-colour--docs */
	background-color: #cc7300; /* Darkened orange */
	border-color: #cc7300; /* Darkened orange */
}

.styles_buttonWarning__h1zsb {
	background-color: var(--ams-color-feedback-warning);
	border-color: var(--ams-color-feedback-warning);
}

.styles_buttonWarning__h1zsb:hover:not(:disabled, [aria-disabled="true"]),
.styles_buttonWarning__h1zsb:focus:not(:disabled, [aria-disabled="true"]) {
	/* Darken the background and border color on hover and focus */
	/* The Design System has no orange 80, so we made an estimated value */
	/* See: https://designsystem.amsterdam/?path=/docs/brand-design-tokens-colour--docs */
	background-color: #cc7300; /* Darkened orange */
	border-color: #cc7300; /* Darkened orange */
}

.styles_selectFitContent__cOQl\+ {
	inline-size: initial;
}

/**
 * Breakpoints for Less. Works with the Deloitte Digital DD.bp JavaScript
 *
 * @version 2.0.4
 * @copyright 2012-2021 Deloitte Digital Australia - http://www.deloittedigital.com/au
 * @author Deloitte Digital Australia deloittedigital@deloitte.com.au
 * @license BSD 3-Clause (http://opensource.org/licenses/BSD-3-Clause)
 */
/*===============================================
  Dropzone
================================================= */
.dropzone {
  min-height: 200px;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 15px;
}
.dropzone .dz-default.dz-message {
  cursor: pointer;
  background-image: none;
  width: 100%;
  height: 100%;
  top: 23%;
  margin-left: 0px;
  margin-top: -23px;
  text-align: center;
  left: 0;
}
.dropzone .dz-default.dz-message span {
  display: inline-block;
  text-align: center;
}
.dropzone .dz-default.dz-message span.main-text {
  cursor: pointer;
  font-size: 28px;
  font-weight: 400;
  color: #666;
}
.dropzone .dz-default.dz-message span.main-text b {
  cursor: pointer;
  font-size: 40px;
  color: #555;
}
.dropzone .dz-default.dz-message span.sub-text {
  font-size: 20px;
  color: #888;
}
.dropzone .dz-default.dz-message i.fa {
  cursor: pointer;
  color: #4a89dc;
  font-size: 100px;
  display: block;
  margin-bottom: 15px;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  cursor: pointer;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  box-shadow: none;
  border-color: #ddd;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  font-size: 13px;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details,
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  width: 115px;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  margin-top: 30px;
  border-radius: 0;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark,
.dropzone .dz-preview.dz-error .dz-success-mark,
.dropzone-previews .dz-preview.dz-error .dz-success-mark {
  transform: scale(0.7);
}
.dropzone.dropzone-sm .dz-default.dz-message i.fa {
  color: #bbb;
  font-size: 70px;
  margin-bottom: 6px;
}
.dropzone.dropzone-sm .dz-default.dz-message span.main-text {
  font-size: 22px;
}
.dropzone.dropzone-sm .dz-default.dz-message span.main-text b {
  font-size: 32px;
}
.dropzone.dropzone-sm .dz-default.dz-message span.sub-text {
  font-size: 16px;
}
/* Demonstration Purposes ONLY */
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none !important;
}
/* ==================================================
    AdminModals
 ==================================================== */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}
.md-perspective body {
  background: #222;
  perspective: 600px;
}
/* Modal styles */
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
}
.md-show {
  visibility: visible;
}
/* Overlay styles */
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.md-content {
  color: #666;
  background: #fff;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}
.md-content h3 {
  margin: 0;
  padding: 15px;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  background: #eee;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #ddd;
}
.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}
.md-content > div p {
  margin: 0;
  padding: 10px 0;
}
.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}
.md-content > div ul li {
  padding: 5px 0;
}
/* ====== Container options ====== */
/* modal close button */
.admin-form .mfp-close,
.admin-form .mfp-close-btn-in {
  font-size: 26px;
  color: #999;
  text-shadow: none;
  font-weight: 400;
  padding-top: 5px;
}
/* ====== Default Fade effect ====== */
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing .mfp-with-anim {
  opacity: 0;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Zoom effect ====== */
.mfp-zoomIn {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoomIn .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoomIn.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoomIn.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoomIn.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoomIn.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoomIn.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Zoom-out effect ====== */
.mfp-zoomOut .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoomOut.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoomOut.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoomOut.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoomOut.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoomOut.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Move-from-left effect ====== */
.mfp-slideLeft .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-slideLeft.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-slideLeft.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-slideLeft.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-slideLeft.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-slideLeft.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Move-from-right effect ====== */
.mfp-slideRight .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(50px);
}
.mfp-slideRight.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-slideRight.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-slideRight.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-slideRight.mfp-removing .mfp-with-anim {
  transform: translateX(-50px);
  opacity: 0;
}
.mfp-slideRight.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Move-from-top effect ====== */
.mfp-slideDown .mfp-content {
  vertical-align: middle;
}
.mfp-slideDown .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-slideDown.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-slideDown.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-slideDown.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-slideDown.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-slideDown.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Move-from-bottom effect ====== */
.mfp-slideUp .mfp-content {
  vertical-align: middle;
}
.mfp-slideUp .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(100px);
}
.mfp-slideUp.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-slideUp.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-slideUp.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-slideUp.mfp-removing .mfp-with-anim {
  transform: translateY(50px);
  opacity: 0;
}
.mfp-slideUp.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== 3d unfold ====== */
.mfp-flipInX .mfp-content {
  perspective: 2000px;
}
.mfp-flipInX .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateX(-60deg);
}
.mfp-flipInX.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-flipInX.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateX(0deg);
}
.mfp-flipInX.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-flipInX.mfp-removing .mfp-with-anim {
  transform: rotateX(60deg);
  opacity: 0;
}
.mfp-flipInX.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== FlipInY ====== */
.mfp-flipInY .mfp-content {
  perspective: 2000px;
}
.mfp-flipInY .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-flipInY.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-flipInY.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-flipInY.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-flipInY.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-flipInY.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== rotate in left ====== */
.mfp-rotateDown .mfp-content {
  perspective: 1300px;
}
.mfp-rotateDown .mfp-with-anim {
  transform-style: preserve-3d;
  transform: translateY(-100%) rotateX(-90deg);
  transform-origin: 0 -100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-rotateDown.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-rotateDown.mfp-ready .mfp-with-anim {
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
.mfp-rotateDown.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-rotateDown.mfp-removing .mfp-with-anim {
  transform: translateY(-100%) rotateX(-90deg);
  transform-origin: 0 -100%;
  opacity: 0;
}
.mfp-rotateDown.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== rotate in left ====== */
.mfp-rotateUp .mfp-content {
  perspective: 1300px;
}
.mfp-rotateUp .mfp-with-anim {
  transform-style: preserve-3d;
  transform: translateY(100%) rotateX(90deg);
  transform-origin: 0 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-rotateUp.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-rotateUp.mfp-ready .mfp-with-anim {
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
.mfp-rotateUp.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-rotateUp.mfp-removing .mfp-with-anim {
  transform: translateY(100%) rotateX(90deg);
  transform-origin: 0 100%;
  opacity: 0;
}
.mfp-rotateUp.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== rotate in left ====== */
.mfp-rotateRight .mfp-content {
  perspective: 1300px;
}
.mfp-rotateRight .mfp-with-anim {
  opacity: 0;
  transform-style: preserve-3d;
  transform: translateX(100%) rotateY(90deg);
  transform-origin: 100% 0;
  transition: all 0.3s ease-out;
}
.mfp-rotateRight.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-rotateRight.mfp-ready .mfp-with-anim {
  transform: translateX(0%) rotateY(0deg);
  opacity: 1;
}
.mfp-rotateRight.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-rotateRight.mfp-removing .mfp-with-anim {
  transform: translateX(-100%) rotateY(-90deg);
  transform-origin: -100% 0;
  opacity: 0;
}
.mfp-rotateRight.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== rotate in left ====== */
.mfp-rotateLeft .mfp-content {
  perspective: 1300px;
}
.mfp-rotateLeft .mfp-with-anim {
  opacity: 0;
  transform-style: preserve-3d;
  transform: translateX(-100%) rotateY(-90deg);
  transform-origin: -100% 0;
  transition: all 0.3s ease-out;
}
.mfp-rotateLeft.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-rotateLeft.mfp-ready .mfp-with-anim {
  transform: translateX(0%) rotateY(0deg);
  opacity: 1;
}
.mfp-rotateLeft.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-rotateLeft.mfp-removing .mfp-with-anim {
  transform: translateX(100%) rotateY(90deg);
  transform-origin: 100% 0;
  opacity: 0;
}
.mfp-rotateLeft.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== fullscale ====== */
.mfp-fullscale .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.6s;
  transition-delay: 0.3s;
}
.mfp-fullscale.mfp-bg {
  background: #000;
  opacity: 0;
  transition: all 0.35s;
}
.mfp-fullscale.mfp-ready .mfp-with-anim {
  transform: scale(1);
  opacity: 1;
}
.mfp-fullscale.mfp-ready.mfp-bg {
  background: #000;
  opacity: 1;
}
.mfp-fullscale.mfp-removing .mfp-with-anim {
  opacity: 0;
  transition: all 0.4s;
}
.mfp-fullscale.mfp-removing.mfp-bg {
  background: #000 \A;
  opacity: 0;
  transition: all 0.4s;
}
/* ====== Sign ====== */
.mfp-sign .mfp-content {
  perspective: 1300px;
}
.mfp-sign .mfp-with-anim {
  transform-style: preserve-3d;
  transform: rotateX(-60deg);
  transform-origin: 50% 0;
  opacity: 0;
  transition: all 0.3s;
}
.mfp-sign.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-sign.mfp-ready .mfp-with-anim {
  transform: rotateX(0deg);
  opacity: 1;
}
.mfp-sign.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-sign.mfp-removing .mfp-with-anim {
  transform: rotateX(-60deg);
  opacity: 0;
}
.mfp-sign.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ====== Newspaper effect ====== */
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/*===============================================
  AdminPanels
================================================= */
/* add to ".admin-panels" wrapper to have the content fadein
 * after its contents are finished loading/rearranging */
.admin-panels.fade-onload {
  opacity: 0;
}
/* when preserve grid setting is true and invisible
 * panel is left in an otherwise empty column. This is
 * useful when you want to drag a panel to a column 
 * that would otherwise be empty */
.preserve-grid {
  padding: 10px;
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
}
.panel + .preserve-grid {
  padding: 0;
}
body.ui-drag-active .preserve-grid {
  visibility: hidden;
  padding: 0;
}
/* placeholder */
.ui-sortable-handle {
  cursor: pointer;
}
.panel-placeholder {
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 0;
  background-color: #eee;
  border: 2px dashed #ccc;
}
.ui-sortable-helper.panel {
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.panel-sortable .panel-heading {
  cursor: move;
}
.sortable-grid {
  min-height: 200px;
}
.sortable-grid.col-lg-12,
.sortable-grid.col-md-12,
.sortable-grid.col-sm-12,
.sortable-grid.col-xs-12 {
  min-height: 0;
}
/* title/color editboxes */
.panel-colorbox,
.panel-editbox {
  position: relative;
  display: none;
  text-align: center;
  padding: 9px;
  color: #aaa;
  background-color: #f9f9f9;
  border-left: 2px dashed #d9d9d9;
  border-right: 2px dashed #d9d9d9;
  border-bottom: 1px solid #ddd;
  border-color: #e8e8e8;
}
/* titlebox */
.panel-editbox {
  padding: 12px 16px;
}
.panel-editbox input {
  height: 40px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
  color: #aaa;
  font-size: 16px;
}
.panel-editbox input:focus {
  border-color: #ddd;
  color: #666;
}
/* colorbox */
.panel-colorbox {
  text-align: right;
  padding: 8px 9px;
}
.panel-colorbox > span {
  cursor: pointer;
  display: inline-block;
  width: 27px;
  height: 25px;
  margin: 4px 5px 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.panel-colorbox > span:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
/* If titlebox or colorbox are present we need
 * to remove duplicate panel borders. Check sibling
 * elements and remove borders accordingly */
.panel-heading + div + .panel-body,
.panel-heading + div + .panel-menu,
.panel-heading + div + div + .panel-body,
.panel-heading + div + div + .panel-menu {
  border-top: 0;
}
/* fullscreen */
body.panel-fullscreen-active {
  overflow: hidden;
  position: fixed;
}
body.panel-fullscreen-active .navbar,
body.panel-fullscreen-active #topbar,
body.panel-fullscreen-active #sidebar_left,
body.panel-fullscreen-active #sidebar_right {
  z-index: -1;
  display: none !important;
}
body.panel-fullscreen-active #content_wrapper {
  position: relative;
  z-index: 9999;
}
.panel-fullscreen {
  display: block !important;
  z-index: 9999 !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
}
/* hide remove and collapse icon during fullscreen */
.panel-fullscreen .panel-controls > .panel-control-remove,
.panel-fullscreen .panel-controls > .panel-control-collapse {
  display: none !important;
}
/* collapsed */
.panel-control-collapse:after {
  content: '\f068';
  /* fa-pencil */
}
.panel-collapsed .panel-control-collapse:after {
  content: '\f067';
  /* fa-pencil */
}
/* controls */
.panel-controls {
  float: right;
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 7px;
  margin-right: -8px;
  background: rgba(0, 0, 0, 0.028);
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.panel-controls > a {
  padding-top: 1px;
  display: inline-block;
  opacity: 0.7;
  width: 26px;
  color: #999;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}
.panel-controls > a:hover {
  text-decoration: none;
  opacity: 1;
}
/* Icon colors for panel contextuals */
.panel-primary .panel-controls > a,
.panel-info .panel-controls > a,
.panel-success .panel-controls > a,
.panel-warning .panel-controls > a,
.panel-danger .panel-controls > a,
.panel-alert .panel-controls > a,
.panel-system .panel-controls > a,
.panel-dark .panel-controls > a {
  color: #fff;
}
/* control button icons */
.panel-controls > a:after {
  font-family: 'FontAwesome';
}
/* title icon */
.panel-control-title:after {
  content: '\f040';
  /* fa-pencil */
}
.panel-editbox-open .panel-control-title:after {
  content: '\f0c7';
  /* fa-save */
}
/* color icon */
.panel-control-color:after {
  content: '\f043';
  /* fa-tint */
}
.panel-colorbox-open .panel-control-color:after {
  content: '\f0c7';
  /* fa-save */
}
/* collapsed icon */
.panel-control-collapse:after {
  content: '\f068';
  /* fa-pencil */
}
.panel-collapsed .panel-control-collapse:after {
  content: '\f067';
  /* fa-pencil */
}
/* fullscreen icon */
.panel-control-fullscreen:after {
  content: '\f066';
  /* fa-pencil */
}
/* remove icon */
.panel-control-remove:after {
  content: '\f00d';
  /* fa-remove */
}
/* callback icon */
.panel-control-callback:after {
  content: '\f121';
  /* fa-code */
}
/* expose icon */
.panel-control-expose:after {
  content: '\f06e';
  /* fa-eye */
}
.panel-exposed .panel-control-expose:after {
  content: '\f070';
  /* fa-eye closed */
}
/* dockable icon */
.panel-control-dockable:after {
  content: '\f187';
  /* fa-code */
}
/* loading icon */
.panel-controls > a.panel-control-loader {
  opacity: 1;
  display: none;
  position: absolute;
  top: 1px;
  left: -35px;
}
.panel-loader-active .panel-controls > a.panel-control-loader {
  display: inline-block !important;
}
.panel-control-loader:after {
  content: '\f110';
  /* fa-refresh */
  animation: fa-spin 2s infinite linear;
}
/* loading icon animation */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.panel.mobile-controls .panel-heading > .panel-controls {
  width: 28px;
  height: 28px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 2px;
  border: 1px solid #eee;
}
.panel.mobile-controls .panel-heading > .panel-controls:after {
  position: absolute;
  content: '\f0c9';
  font-family: 'FontAwesome';
  top: 0;
  left: 7px;
  line-height: 28px;
  font-weight: 400;
  font-size: 14px;
  color: #aaa;
  transition: color 0.3s ease;
}
/* menu open states */
.panel.mobile-controls .panel-heading > .panel-controls:hover,
.panel.mobile-controls .panel-heading > .panel-controls.panel-controls-open {
  background: #f0f0f0;
  border-color: #e6e6e6;
}
.panel.mobile-controls .panel-heading > .panel-controls:hover:after,
.panel.mobile-controls .panel-heading > .panel-controls.panel-controls-open:after {
  color: #777;
}
.panel.mobile-controls .panel-controls a {
  color: #999 !important;
}
.panel.mobile-controls .panel-heading > .panel-controls > a {
  display: none;
}
.panel.mobile-controls .panel-heading .panel-controls a.panel-control-loader,
.panel.mobile-controls .panel-heading .panel-controls a.panel-control-loader:after {
  display: none !important;
  opacity: 0 !important;
  width: 0;
  height: 0;
}
.panel.mobile-controls.panel-loader-active .panel-heading > .panel-controls:after {
  display: block;
  content: '\f110' !important;
  animation: fa-spin 2s infinite linear;
}
.panel.mobile-controls .popover-content:after {
  display: none;
}
.panel.mobile-controls .panel-controls + .popover {
  border: 1px solid #ddd;
}
.panel.mobile-controls .panel-controls + .popover > .arrow {
  border-left-color: #ccc;
}
.panel.mobile-controls .panel-controls + .popover > .popover-content {
  padding: 2px 5px;
}
.panel.mobile-controls .popover-content {
  float: none;
  margin: 0;
  width: auto;
  height: auto;
  background: none;
  border: 0;
}
.panel.mobile-controls .popover-content .panel-controls > a {
  display: inline-block;
}
/* mobile control modifications during panel fullscreen mode */
.panel.mobile-controls.panel-fullscreen .panel-heading > .panel-controls {
  width: auto;
  height: auto;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  background: none;
  border-radius: 0;
  border: 0;
}
.panel.mobile-controls.panel-fullscreen .panel-heading > .panel-controls:after {
  display: none !important;
}
.panel.mobile-controls.panel-fullscreen .panel-controls a {
  color: inherit !important;
}
.panel.mobile-controls.panel-fullscreen .panel-heading > .panel-controls > a {
  display: inline-block;
}
.panel.mobile-controls.panel-fullscreen .popover {
  display: none !important;
}
/* Fix panel nav tab bg on color/editbox open */
.panel-editbox-open .panel-tabs > li.active > a,
.panel-editbox-open .panel-tabs > li.active > a:hover,
.panel-editbox-open .panel-tabs > li.active > a:focus,
.panel-colorbox-open .panel-tabs > li.active > a,
.panel-colorbox-open .panel-tabs > li.active > a:hover,
.panel-colorbox-open .panel-tabs > li.active > a:focus {
  background: #f9f9f9;
}
.panel.panel-primary .panel-tabs > li > a,
.panel.panel-info .panel-tabs > li > a,
.panel.panel-success .panel-tabs > li > a,
.panel.panel-info .panel-tabs > li > a,
.panel.panel-warning .panel-tabs > li > a,
.panel.panel-danger .panel-tabs > li > a,
.panel.panel-alert .panel-tabs > li > a,
.panel.panel-system .panel-tabs > li > a,
.panel.panel-dark .panel-tabs > li > a {
  left: 7px;
  padding: 6px 20px 10px;
  color: #fff !important;
  color: rgba(255, 255, 255, 0.7) !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.panel.panel-primary .panel-tabs > li > a:hover,
.panel.panel-info .panel-tabs > li > a:hover,
.panel.panel-success .panel-tabs > li > a:hover,
.panel.panel-info .panel-tabs > li > a:hover,
.panel.panel-warning .panel-tabs > li > a:hover,
.panel.panel-danger .panel-tabs > li > a:hover,
.panel.panel-alert .panel-tabs > li > a:hover,
.panel.panel-system .panel-tabs > li > a:hover,
.panel.panel-dark .panel-tabs > li > a:hover {
  color: #fff !important;
  color: #ffffff !important;
}
.panel.panel-primary .panel-tabs > li > a:focus,
.panel.panel-info .panel-tabs > li > a:focus,
.panel.panel-success .panel-tabs > li > a:focus,
.panel.panel-info .panel-tabs > li > a:focus,
.panel.panel-warning .panel-tabs > li > a:focus,
.panel.panel-danger .panel-tabs > li > a:focus,
.panel.panel-alert .panel-tabs > li > a:focus,
.panel.panel-system .panel-tabs > li > a:focus,
.panel.panel-dark .panel-tabs > li > a:focus {
  color: #fff !important;
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.1) !important;
}
.panel.panel-primary .panel-tabs > li.active > a:focus,
.panel.panel-info .panel-tabs > li.active > a:focus,
.panel.panel-success .panel-tabs > li.active > a:focus,
.panel.panel-info .panel-tabs > li.active > a:focus,
.panel.panel-warning .panel-tabs > li.active > a:focus,
.panel.panel-danger .panel-tabs > li.active > a:focus,
.panel.panel-alert .panel-tabs > li.active > a:focus,
.panel.panel-system .panel-tabs > li.active > a:focus,
.panel.panel-dark .panel-tabs > li.active > a:focus {
  color: #666 !important;
  background: #fff !important;
}
.panel .panel-tabs > li.active > a,
.panel .panel-tabs > li.active > a:hover,
.panel .panel-tabs > li.active > a:focus {
  color: #666 !important;
  border-radius: 2px 2px 0 0;
}
.panel.mobile-controls .panel-heading > .panel-controls {
  width: 32px;
  height: 30px;
  margin-top: 10px;
  margin-right: 2px;
  background: #f0f0f0;
  border-color: #ddd;
}
.panel.mobile-controls .panel-heading > .panel-controls:after {
  top: 0;
  left: 8px;
  font-size: 17px;
}
.panel.mobile-controls .panel-controls + .popover > .popover-content {
  padding: 0 5px;
}
.panel.mobile-controls .panel-controls + .popover .panel-controls {
  background: transparent !important;
  border-color: transparent !important;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden]:not([class^="ams-"]),
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 600;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*==================================================
  Basic print styles
  Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
==================================================== */
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*==================================================
  Scaffolding
==================================================== */
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.49;
  color: #666;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3498db;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1d6fa5;
  text-decoration: underline;
}
a:focus {
  outline: 0;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.49;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*==================================================
  Typography
==================================================== */
a.link-unstyled {
  color: #666;
}
a.link-unstyled:hover,
a.link-unstyled:focus,
a.link-unstyled:active {
  color: #222;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 75%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 88%;
}
h1 small,
.h1 .small {
  font-size: 70%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 11px;
  color: #999;
}
p {
  margin: 0 0 9.5px;
}
.lead {
  margin-bottom: 19px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #f8cd73;
  padding: 0.2em;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.page-header {
  padding-bottom: 16.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #ddd;
}
.content-header {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 40px;
}
.content-header h1,
.content-header h2,
.content-header h3,
.content-header h4 {
  line-height: 30px;
}
.micro-header {
  color: #999;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 19px;
}
dt,
dd {
  line-height: 1.49;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 480px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote.blockquote-rounded {
  border-radius: 11px;
}
blockquote.blockquote-thin {
  border-width: 3px;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.49;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: '';
}
address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.49;
}
.dropcap {
  min-height: 75px;
}
.dropcap:first-letter {
  font-family: 'Droid Serif', serif;
  float: left;
  color: #555;
  font-size: 60px;
  font-weight: 600;
  line-height: 45px;
  padding: 5px;
  margin: 0px 5px 0 0;
}
.dropcap.lead:first-letter {
  font-size: 90px;
  line-height: 25px;
}
.dropcap.dropcap-fill:first-letter {
  border-radius: 6px;
  color: #fff;
  margin: 0px 10px 0 0;
}
.dropcap.lead.dropcap-fill:first-letter {
  border-radius: 6px;
  color: #fff;
  margin: 0px 10px 0 0;
  padding-bottom: 26px;
}
/*===============================================
  D. Dividers
================================================= */
hr {
  margin: 35px 0;
  border-top: 1px solid #ddd;
}
hr.alt {
  border-top: 1px dashed #ccc;
}
hr.short {
  margin: 20px 0;
}
hr.tall {
  margin: 55px 0;
}
hr.dotted {
  border-style: dotted;
}
.divider {
  height: 1px;
  margin: 25px 0;
  background: #e2e2e2;
}
/*==================================================
  Code(inline and block)
==================================================== */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 12px;
  line-height: 1.49;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #eaeef0;
  border: 1px solid #cbd6d6;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/*==================================================
  Grid System
==================================================== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}
@media (min-width: 768px) {
  .container {
    width: 742px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 962px;
  }
}
@media (min-width: 1140px) {
  .container {
    width: 1062px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1302px;
  }
}
.container-sm {
  max-width: 640px;
}
.container-md {
  max-width: 860px;
}
.container-lg {
  max-width: 1000px;
}
.container-xl {
  max-width: 1200px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}
.row {
  margin-left: -11px;
  margin-right: -11px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 11px;
  padding-right: 11px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1140px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1400px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
/*===============================================
  Tables
================================================= */
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 9px;
  line-height: 1.49;
  vertical-align: middle;
  border-top: 1px solid #eee;
}
.table > thead > tr > th {
  font-weight: 600;
  vertical-align: bottom;
  border-bottom: 1px solid #eee;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #eee;
}
.table tbody > tr:first-child > td {
  border-top: 0;
}
.table .table {
  margin-bottom: 0;
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #eee;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #eee;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.table-curved > tbody > tr > td:first-child {
  border-radius: 4px 0 0 4px;
}
.table-curved > tbody > tr > td:last-child {
  border-radius: 0 4px 4px 0;
}
table col[class*='col-'] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.default,
.table > tbody > tr > td.default,
.table > tfoot > tr > td.default,
.table > thead > tr > th.default,
.table > tbody > tr > th.default,
.table > tfoot > tr > th.default,
.table > thead > tr.default > td,
.table > tbody > tr.default > td,
.table > tfoot > tr.default > td,
.table > thead > tr.default > th,
.table > tbody > tr.default > th,
.table > tfoot > tr.default > th {
  color: #777;
  border-color: #ddd;
  background-color: #f0f0f0;
}
.table-hover > tbody > tr > td.default:hover,
.table-hover > tbody > tr > th.default:hover,
.table-hover > tbody > tr.default:hover > td,
.table-hover > tbody > tr:hover > .default,
.table-hover > tbody > tr.default:hover > th {
  background-color: #fcfcfc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #eee;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/*==================================================
  Forms
==================================================== */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}
input[type='search'] {
  box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type='file'] {
  display: block;
}
input[type='range'] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: 0;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.49;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1.49;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border-color ease-in-out .15s;
}
.form-control:focus {
  border-color: #5faee3;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #fafafa;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
textarea.form-control {
  resize: vertical;
}
textarea.textarea-grow {
  height: 39px;
  resize: none;
}
textarea.textarea-grow:focus {
  height: auto;
  resize: vertical;
}
.input-hero .form-control {
  padding: 14px 25px;
  height: 60px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  font-size: 16px;
  border-radius: 3px;
}
input[type='search'] {
  -webkit-appearance: none;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  line-height: 39px;
  line-height: 1.49 \0;
}
input[type='date'].input-sm,
input[type='time'].input-sm,
input[type='datetime-local'].input-sm,
input[type='month'].input-sm {
  line-height: 30px;
}
input[type='date'].input-lg,
input[type='time'].input-lg,
input[type='datetime-local'].input-lg,
input[type='month'].input-lg {
  line-height: 45px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.form-control-feedback {
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-primary .help-block,
.has-primary .control-label,
.has-primary .radio,
.has-primary .checkbox,
.has-primary .radio-inline,
.has-primary .checkbox-inline,
.has-primary .append-icon {
  color: #3498db;
}
.has-primary .form-control {
  border-color: #5faee3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-primary .form-control:focus {
  border-color: #217dbb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #8bc4ea;
}
.has-primary .input-group-addon {
  color: #196090;
  border-color: #3498db;
  background-color: #b6daf2;
}
.has-primary .form-control-feedback {
  color: #3498db;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .append-icon {
  color: #70ca63;
}
.has-success .form-control {
  border-color: #93d789;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #4fbb3f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #b6e4af;
}
.has-success .input-group-addon {
  color: #3f9532;
  border-color: #70ca63;
  background-color: #d9f1d5;
}
.has-success .form-control-feedback {
  color: #70ca63;
}
.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info .append-icon {
  color: #3bafda;
}
.has-info .form-control {
  border-color: #66c1e2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-info .form-control:focus {
  border-color: #2494be;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #91d2ea;
}
.has-info .input-group-addon {
  color: #1c7393;
  border-color: #3bafda;
  background-color: #bce4f2;
}
.has-info .form-control-feedback {
  color: #3bafda;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .append-icon {
  color: #f6bb42;
}
.has-warning .form-control {
  border-color: #f8cd73;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #f4a911;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #fbdea3;
}
.has-warning .input-group-addon {
  color: #c88a0a;
  border-color: #f6bb42;
  background-color: #fdf0d4;
}
.has-warning .form-control-feedback {
  color: #f6bb42;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .append-icon {
  color: #e9573f;
}
.has-error .form-control {
  border-color: #ee7f6d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #dc3519;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #f3a79b;
}
.has-error .input-group-addon {
  color: #bc2d16;
  border-color: #e9573f;
  background-color: #fadbd6;
}
.has-error .form-control-feedback {
  color: #e9573f;
}
.has-alert .help-block,
.has-alert .control-label,
.has-alert .radio,
.has-alert .checkbox,
.has-alert .radio-inline,
.has-alert .checkbox-inline,
.has-alert .append-icon {
  color: #967adc;
}
.has-alert .form-control {
  border-color: #b6a2e7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-alert .form-control:focus {
  border-color: #7652d1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #d6cbf1;
}
.has-alert .input-group-addon {
  color: #542fb2;
  border-color: #967adc;
  background-color: #ece7f9;
}
.has-alert .form-control-feedback {
  color: #967adc;
}
.has-system .help-block,
.has-system .control-label,
.has-system .radio,
.has-system .checkbox,
.has-system .radio-inline,
.has-system .checkbox-inline,
.has-system .append-icon {
  color: #37bc9b;
}
.has-system .form-control {
  border-color: #58ceb1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-system .form-control:focus {
  border-color: #2b957a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 3px #7fdac3;
}
.has-system .input-group-addon {
  color: #206d5a;
  border-color: #37bc9b;
  background-color: #a7e5d6;
}
.has-system .form-control-feedback {
  color: #37bc9b;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -11px;
  margin-right: -11px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 11px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
/*===============================================
  Form Groups 
================================================= */
.form-bordered .form-group {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.form-bordered .form-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/*===============================================
  Field Icons and Addons
================================================= */
.append-icon {
  position: absolute;
  left: 23px;
  top: 8px;
  font-size: 14px;
}
.append-icon.right {
  left: auto;
  right: 23px;
}
.append-icon + input.form-control {
  padding-right: 40px;
}
/* Input Addon */
.input-group-addon {
  color: #4a89dc;
  background-color: #fafafa;
  border-color: #ddd;
}
/*===============================================
  Input Hero - Used on FAQ and ui-icons page
================================================= */
.input-group.input-hero {
  display: block;
}
.input-group.input-hero .input-group-addon {
  position: absolute;
  top: 10px;
  left: 13px;
  border: 0;
  background: transparent;
  z-index: 3;
  font-size: 18px;
}
.input-group.input-hero .input-group-addon + input.form-control {
  border-left: 3px solid #3498db;
  display: block;
  float: none;
  padding-left: 60px;
  z-index: 0 !important;
}
/* Input Hero Size - SM */
.input-hero.input-hero-sm .form-control {
  height: 54px;
  background: #fff;
}
.input-hero.input-hero-sm .input-group-addon {
  top: 8px;
  left: 10px;
}
.input-group.input-hero-sm .input-group-addon + input.form-control {
  padding-left: 54px;
}
/*===============================================
  Maxlength Indicator - 3rd party plugin
  Not enough styles to grant own stylesheet
================================================= */
.bootstrap-maxlength {
  opacity: 0.6;
  padding: 0px 15px;
  border-radius: 0;
}
.bootstrap-maxlength.maxlength-right {
  padding: 7px 12px;
  margin-top: -8px;
  margin-left: 7px;
}
/*==================================================
  Buttons
==================================================== */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1.49;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #666;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn.btn-gradient {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
}
.btn.btn-rounded {
  border-radius: 20px;
}
.btn-link {
  color: #3498db;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #1d6fa5;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
.btn.btn-alt {
  position: relative;
  padding: 7px 11px;
  margin: 5px 3px;
  color: #999;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fbfbfb;
  border-radius: 1px;
  border: 1px solid #eee;
  border-left: 4px solid #eee;
  transition: opacity 0.1s ease;
}
.btn.btn-alt.item-active,
.btn.btn-alt:hover,
.btn.btn-alt:focus {
  color: #666 !important;
  background-color: #fefefe !important;
}
.btn.btn-alt.btn-gradient {
  background-color: #f0f0f0;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.14);
  border-left: 4px solid #ddd;
}
.btn.btn-alt.btn-gradient:hover,
.btn.btn-alt.btn-gradient:focus {
  background-color: #eee;
}
.btn.btn-alt.item-checked {
  opacity: 1;
  color: #666;
  border-left-color: #70ca63 !important;
  transition: all 0.2s ease;
}
.holder-style {
  display: block;
  padding: 9px 16px;
  color: #aaa;
  background-color: #f1f1f1;
  outline: 2px dashed #d9d9d9;
  border: 0;
  transition: all 0.15s ease;
}
.holder-style:hover,
.holder-style:focus {
  cursor: pointer;
  color: #777;
  background-color: #eee;
  outline: 2px dashed #aaa;
  border: 0;
  text-decoration: none;
}
.holder-style.holder-active {
  background-color: #fff;
  outline-color: #70ca63;
}
.holder-style .holder-icon {
  color: #aaa;
  font-size: 30px;
  padding-bottom: 10px;
}
.holder-style:hover .holder-icon,
.holder-style:focus .holder-icon,
.holder-style.holder-active .holder-icon {
  color: #70ca63;
}
.btn-dimmer.btn,
.btn-dimmer .btn {
  opacity: 0.5;
}
.btn-dimmer.btn:hover,
.btn-dimmer .btn:hover,
.btn-dimmer.btn.item-active,
.btn-dimmer .btn.item-active {
  opacity: 1;
}
/*==================================================
  Component Animations
==================================================== */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
/*==================================================
  Dropdown menus
==================================================== */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.caret.caret-tp {
  border-top-color: rgba(0, 0, 0, 0.3);
}
.caret.caret-xs {
  border-width: 2px;
}
.caret.caret-sm {
  border-width: 3px;
}
.caret.caret-lg {
  border-width: 5px;
}
.dropdown {
  position: relative;
}
.dropdown-menu.dropdown-sm {
  min-width: 120px;
}
.dropdown-menu.dropdown-sm li {
  margin-bottom: 0;
}
.dropdown-menu.dropdown-sm li a {
  font-size: 13px;
  padding: 2px 12px;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 5px 15px;
  clear: both;
  color: #666;
  font-weight: normal;
  line-height: 1.49;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #595959;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3498db;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.49;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: '';
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 480px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/*==================================================
  Button Groups
==================================================== */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle='buttons'] > .btn > input[type='radio'],
[data-toggle='buttons'] > .btn > input[type='checkbox'] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
/*==================================================
  Input Groups
==================================================== */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*='col-'] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  min-width: 40px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #3498db;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 3px;
}
.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
/*==================================================
  Navs
==================================================== */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #ccc;
}
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.49;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: transparent;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills.nav-pills-sm > li > a {
  font-size: 12px;
  padding: 4px 8px;
}
.nav-pills.nav-pills-lg > li > a {
  font-size: 14px;
  padding: 12px 18px;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  color: #888;
  padding: 7px 13px;
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 7px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3498db;
  border: 1px solid transparent;
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.page-heading {
  position: relative;
  padding: 30px 40px;
  margin: -25px -20px 25px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f2f2f2;
}
.page-tabs {
  margin: -25px -20px 30px;
  padding: 15px 25px 0;
  border-bottom: 1px solid #ddd;
  background: #e9e9e9;
}
.page-tabs .nav-tabs {
  border-bottom: 0;
}
.page-tabs .nav-tabs > li > a {
  color: #aaa;
  padding: 10px 20px;
}
.page-tabs .nav-tabs > li:hover > a,
.page-tabs .nav-tabs > li:focus > a {
  border-color: #ddd;
}
.page-tabs .nav-tabs > li.active > a,
.page-tabs .nav-tabs > li.active > a:hover,
.page-tabs .nav-tabs > li.active > a:focus {
  color: #666;
  font-weight: 600;
  background-color: #eee;
  border-bottom-color: transparent;
}
@media (max-width: 800px) {
  .page-tabs {
    padding: 25px 20px 0;
  }
  .page-tabs .nav-tabs li {
    float: none;
    margin-bottom: 5px;
  }
  .page-tabs .nav-tabs li:last-child,
  .page-tabs .nav-tabs li.active:last-child {
    margin-bottom: 10px;
  }
  .page-tabs .nav-tabs > li > a:hover,
  .page-tabs .nav-tabs > li > a:focus {
    border: 1px solid #ddd;
  }
  .page-tabs .nav-tabs > li.active > a,
  .page-tabs .nav-tabs > li.active > a:hover,
  .page-tabs .nav-tabs > li.active > a:focus {
    border-bottom-color: #ddd;
  }
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-list {
  margin-bottom: 20px;
}
.nav-list li {
  display: inline-block;
}
.nav-list li.active a {
  color: #444;
  border-bottom: 3px solid #4a89dc;
}
.nav-list li a {
  color: #aaa;
  font-weight: 600;
  border-bottom: 3px solid transparent;
}
.nav-list li a:hover,
.nav-list li a:focus {
  color: #444;
  background-color: transparent;
}
.nav-list.nav-list-sm li a {
  padding: 10px 8px;
}
/*==================================================
  Navbars
==================================================== */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 19px;
  border: 1px solid transparent;
}
@media (min-width: 480px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 480px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 11px;
  padding-left: 11px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 480px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -11px;
  margin-left: -11px;
}
@media (min-width: 480px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 480px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 480px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15.5px 11px;
  font-size: 17px;
  line-height: 19px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 480px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -11px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 11px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 480px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.75px -11px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}
@media (max-width: 479px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 19px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 480px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -11px;
  }
}
@media (min-width: 480px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -11px;
  margin-right: -11px;
  padding: 10px 11px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type='radio'],
  .navbar-form .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 479px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 480px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -11px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
@media (min-width: 480px) {
  .navbar-text {
    float: left;
    margin-left: 11px;
    margin-right: 11px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 479px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 479px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
/*==================================================
  Breadcrumbs
==================================================== */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 19px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: '/\00a0';
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
/*==================================================
  Paginations
==================================================== */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 12px;
  line-height: 1.49;
  text-decoration: none;
  color: #3498db;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #1d6fa5;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
/*==================================================
  Pager Pagination
==================================================== */
.pager {
  padding-left: 0;
  margin: 19px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
/*==================================================
  Labels
==================================================== */
.label {
  display: inline;
  padding: 0.3em 0.7em 0.4em;
  font-size: 84%;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label.label-xs {
  padding: 0 0.35em 0.1em;
  font-size: 75%;
}
.label.label-sm {
  padding: 0.1em 0.65em 0.2em;
  font-size: 75%;
}
.label.label-lg {
  padding: 0.4em 0.9em 0.5em;
  font-size: 95%;
}
.label.label-rounded {
  padding: 0.2em 0.85em 0.3em;
  border-radius: 1em;
}
.label.label-rounded.label-xs {
  padding: 0 0.35em 0.1em;
}
.label.label-rounded.label-sm {
  padding: 0.1em 0.65em 0.2em;
}
.label.label-rounded.label-lg {
  padding: 0.4em 0.9em 0.5em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
/*==================================================
  Badges
==================================================== */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3498db;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
/*===============================================
  Thumbnails
================================================= */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 19px;
  line-height: 1.49;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3498db;
}
.thumbnail .caption {
  padding: 9px;
  color: #666;
}
/*==================================================
  Alerts
==================================================== */
.alert {
  color: #ffffff;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.alert .close {
  color: #666;
}
.alert .close:hover {
  color: #666;
}
.alert hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  color: #ffffff;
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert.alert-micro,
.alert .alert-sm {
  font-size: 13px;
  padding: 9px 35px 9px 9px;
  border-radius: 0;
}
.alert.alert-sm {
  padding: 12px 35px 12px 12px;
}
.alert.alert-border {
  border: 1px solid transparent;
}
.alert.alert-border-right {
  border-right-width: 6px;
}
.alert.alert-border-top {
  border-top-width: 3px;
}
.alert.alert-border-bottom {
  border-bottom-width: 3px;
}
.alert.alert-border-left {
  padding-left: 15px;
  border-left-width: 6px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  right: -21px;
  color: #fff;
  opacity: 0.3;
}
.alert-dismissable .close:hover,
.alert-dismissible .close:hover {
  color: #fff;
  opacity: 1;
}
/*==================================================
  Media Groups
==================================================== */
.media {
  color: #999;
  font-weight: 600;
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  color: #555;
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
/*==================================================
  List Groups
==================================================== */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #3498db;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #3498db;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1f0fa;
}
.list-group.list-group-links .list-group-header {
  list-style: none;
  font-size: 15px;
  font-weight: 600;
  padding-left: 7px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.list-group.list-group-links .list-group-item {
  color: #aaa;
  font-weight: 600;
  background: transparent;
  border: 0;
  padding: 8px 9px;
}
.list-group.list-group-links .list-group-item .label {
  float: right;
  line-height: inherit;
  padding: 0.1em 0.6em 0.2em;
}
.list-group.list-group-links .list-group-item i.fa {
  padding-right: 5px;
}
.list-group.list-group-links .list-group-item .fa-circle {
  float: right;
  font-size: 14px;
}
.list-group.list-group-links.list-group-spacing-sm > a {
  padding: 6px 9px;
}
.list-group.list-group-links.list-group-spacing-xs > a {
  padding: 4px 9px;
}
.list-group.list-group-links .list-group-divider {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
/*==================================================
  Panels
==================================================== */
.panel {
  position: relative;
  margin-bottom: 27px;
  background-color: #fff;
  border-radius: 3px;
}
.panel.panel-transparent {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.panel.panel-border {
  border-style: solid;
  border-width: 0;
}
.panel.panel-border.top {
  border-top-width: 5px;
}
.panel.panel-border.right {
  border-right-width: 5px;
}
.panel.panel-border.bottom {
  border-bottom-width: 5px;
}
.panel.panel-border.left {
  border-left-width: 5px;
}
.panel.panel-border > .panel-heading {
  background-color: #fafafa;
  border-color: #e2e2e2;
  border-top: 1px solid transparent;
}
.panel.panel-border > .panel-heading > .panel-title {
  color: #999;
}
.panel.panel-border.panel-default {
  border-color: #ddd;
}
.panel.panel-border.panel-default > .panel-heading {
  border-top: 1px solid transparent;
}
.panel-menu {
  background-color: #fafafa;
  padding: 12px;
  border: 1px solid #e2e2e2;
}
.panel-menu.dark {
  background-color: #f8f8f8;
}
.panel-body .panel-menu {
  border-left: 0;
  border-right: 0;
}
.panel-heading + .panel-menu,
.panel-menu + .panel-body,
.panel-body + .panel-menu,
.panel-body + .panel-body {
  border-top: 0;
}
.panel-body {
  position: relative;
  padding: 15px;
  border: 1px solid #e2e2e2;
}
.panel-body + .panel-footer {
  border-top: 0;
}
.panel-heading {
  position: relative;
  height: 52px;
  line-height: 49px;
  letter-spacing: 0.2px;
  color: #999;
  font-size: 15px;
  font-weight: 400;
  padding: 0 8px;
  background: #fafafa;
  border: 1px solid #e2e2e2;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading + .panel-body {
  border-top: 0;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-heading .widget-menu .btn-group {
  margin-top: -3px;
}
.panel-heading .widget-menu .form-control {
  margin-top: 6px;
  font-size: 11px;
  height: 27px;
  padding: 2px 10px;
  border-radius: 1px;
}
.panel-heading .widget-menu .form-control.input-sm {
  margin-top: 9px;
  height: 22px;
}
.panel-heading .widget-menu .progress {
  margin-top: 11px;
  margin-bottom: 0;
}
.panel-heading .widget-menu .progress-bar-lg {
  margin-top: 10px;
}
.panel-heading .widget-menu .progress-bar-sm {
  margin-top: 15px;
}
.panel-heading .widget-menu .progress-bar-xs {
  margin-top: 17px;
}
.panel-icon {
  padding-left: 5px;
}
.panel-title {
  padding-left: 6px;
  margin-top: 0;
  margin-bottom: 0;
}
.panel-title > .fa,
.panel-title > .glyphicon,
.panel-title > .glyphicons,
.panel-title > .imoon {
  top: 2px;
  min-width: 22px;
  color: inherit;
  font-size: 14px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #fafafa;
  border: 1px solid #e2e2e2;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel-body + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #eee;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 19px;
}
.panel-group .panel-title {
  padding-left: 0;
}
.panel-group .panel-heading,
.panel-group .panel-heading a {
  position: relative;
  display: block;
  width: 100%;
}
.panel-group.accordion-lg .panel + .panel {
  margin-top: 12px;
}
.panel-group.accordion-lg .panel-heading {
  font-size: 14px;
  height: 54px;
  line-height: 52px;
}
.panel-group .accordion-icon {
  padding-left: 35px;
}
.panel-group .accordion-icon:after {
  position: absolute;
  content: '\f068';
  font-family: 'FontAwesome';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #555;
  left: 10px;
  top: 0;
}
.panel-group .accordion-icon.collapsed:after {
  content: '\f067';
}
.panel-group .accordion-icon.icon-right {
  padding-left: 10px;
  padding-right: 30px;
}
.panel-group .accordion-icon.icon-right:after {
  left: auto;
  right: 5px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #eee;
}
/*==================================================
  Responsive Embeds
  Credit: Nicolas Gallagher and SUIT CSS.
==================================================== */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/*==================================================
  Close Icons
==================================================== */
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*==================================================
  Background Options
==================================================== */
.bg-tp {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-gradient {
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
}
.bg-background {
  z-index: 0;
  color: #fff;
  position: relative;
}
.bg-background.bg-psuedo-tp:before,
.bg-background.bg-psuedo-tp-dark:before,
.bg-background.bg-psuedo-tp-light:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.bg-background.bg-psuedo-tp-dark:before {
  background: rgba(0, 0, 0, 0.6);
}
.bg-background.bg-psuedo-tp-light:before {
  background: rgba(0, 0, 0, 0.2);
}
/*===============================================
  Tabs
================================================= */
/* Tabs Wrapper */
.tab-block {
  position: relative;
}
/* Tabs Content */
.tab-block .tab-content {
  overflow: auto;
  position: relative;
  z-index: 10;
  min-height: 125px;
  padding: 16px 12px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}
/*===============================================
  Tab Navigation
================================================= */
.tab-block .nav-tabs {
  position: relative;
  border: 0;
}
/* nav tab item */
.tab-block .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* nav tab link */
.tab-block .nav-tabs > li > a {
  z-index: 9;
  position: relative;
  color: #aaa;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 20px;
  margin-right: -1px;
  border-color: #e2e2e2;
  border-radius: 0;
  background: #fafafa;
}
.tab-block .nav-tabs > li:first-child > a {
  margin-left: 0;
}
/* nav tab link:hover */
.tab-block .nav-tabs > li > a:hover {
  background-color: #f4f4f4;
}
/* nav tab active link:focus:hover */
.tab-block .nav-tabs > li.active > a,
.tab-block .nav-tabs > li.active > a:hover,
.tab-block .nav-tabs > li.active > a:focus {
  cursor: default;
  position: relative;
  z-index: 12;
  color: #555555;
  background: #fff;
  border-color: #e2e2e2;
  border-bottom: 1px solid #fff;
}
/*===============================================
  Tab Navigation - Tabs Left
================================================= */
.tabs-left {
  float: left;
}
/* nav tab item */
.tabs-left > li {
  float: none;
  margin: 0 -1px -1px 0;
}
/* nav tab item link */
.tabs-left > li > a {
  padding: 14px 16px;
  color: #777;
  font-weight: 600;
  border: 1px solid transparent;
  border-color: #ddd;
  background: #fafafa;
}
/* nav tab link:hover */
/* nav tab active link:focus:hover */
.tab-block .tabs-left > li.active > a,
.tab-block .tabs-left > li.active > a:hover,
.tab-block .tabs-left > li.active > a:focus {
  color: #555;
  border-color: #ddd #fff #ddd #ddd;
  cursor: default;
  position: relative;
  z-index: 12;
  background: #fff;
}
/*===============================================
  Tab Navigation - Tabs Right
================================================= */
.tabs-right {
  float: right;
}
/* nav tab item */
.tabs-right > li {
  float: none;
  margin: 0 0 -1px -1px;
}
/* nav tab item link */
.tabs-right > li > a {
  padding: 14px 16px;
  color: #777;
  font-weight: 600;
  border: 1px solid transparent;
  border-color: #ddd;
  background: #fafafa;
}
/* nav tab link:hover */
/* nav tab active link:focus:hover */
.tab-block .tabs-right > li.active > a,
.tab-block .tabs-right > li.active > a:hover,
.tab-block .tabs-right > li.active > a:focus {
  color: #555;
  border-color: #ddd #ddd #ddd #fff;
  cursor: default;
  position: relative;
  z-index: 12;
  background: #fff;
}
/*===============================================
  Tab Navigation - Tabs Right
================================================= */
.tabs-below {
  position: relative;
}
/* nav tab item */
.tabs-below > li {
  float: left;
  margin-top: -1px;
}
/* nav tab item link */
.tabs-below > li > a {
  position: relative;
  z-index: 9;
  margin-right: -1px;
  padding: 11px 16px;
  color: #777;
  font-weight: 600;
  border: 1px solid #ddd;
  background: #fafafa;
}
/* nav tab link:hover */
/* nav tab active link:focus:hover */
.tab-block .tabs-below > li.active > a,
.tab-block .tabs-below > li.active > a:hover,
.tab-block .tabs-below > li.active > a:focus {
  cursor: default;
  position: relative;
  z-index: 12;
  color: #555555;
  background: #fff;
  border-color: #ddd;
  border-top: 1px solid #fff;
}
/*===============================================
  Tab Navigation Option - Panel Based Tabs
  -----------------------------------------------
  Panel Tab Navigation must be placed inside
  ".panel-heading" see Docs for example 
================================================= */
.panel-tabs {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* nav tab item */
.panel-tabs > li {
  position: relative;
  float: left;
  margin-bottom: -1px;
}
/* nav tab item link */
.panel-tabs > li > a {
  color: #aaa;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 30px;
  padding: 9px 20px 11px;
  border-radius: 0;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
/* nav tab item link:hover */
.panel-tabs > li > a:hover {
  color: #444;
  background-color: transparent;
}
/* nav tab item active link:focus:hover */
.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background: #ffffff;
}
/* nav tab item active link:focus:hover */
.panel-tabs > li.active > a {
  border-left-color: #ddd;
  border-right-color: #ddd;
}
.panel-tabs > li.active:last-child > a {
  border-right-color: transparent;
}
/* Unlike normal tabs, panel tabs alignment 
 * to the rightside. This option aligns them left */
.panel-tabs-left {
  left: 0;
}
.panel-tabs-left > li.active:first-child > a {
  border-left-color: transparent;
}
.panel-tabs-left > li.active:last-child > a {
  border-right-color: #ddd;
}
/*===============================================
  Tab Navigation - Justified
================================================= */
.tab-block .nav-tabs.nav-justified {
  top: 1px;
  margin-top: -1px;
}
/* nav tab link */
.tab-block .nav-tabs.nav-justified > li {
  float: none;
}
/* nav tab item link */
.tab-block .nav-tabs.nav-justified > li > a {
  padding: 14px 10px;
}
/* tabs justified - bottom */
.tab-block .tab-content + .nav-tabs.nav-justified {
  top: -1px;
  margin-top: 0;
}
/* nav tab active link */
.tab-block .tab-content + .nav-tabs.nav-justified > li.active > a {
  border-top-color: #fff;
  border-bottom-color: #ddd;
}
/*===============================================
  Tab Navigation Option - Right Floating Tabs
  ------
  This settings refers to tabs that float from
  left to right, not tabs that are to the right 
  of tab content
================================================= */
.nav-tabs.nav-tabs-right > li {
  float: right;
}
.nav-tabs.nav-tabs-right > li:first-child > a {
  margin-right: 0;
}
/*===============================================
  Tab Navigation Option - Active Item Border
================================================= */
/* tabs default */
.tab-block .tabs-border.nav-tabs > li.active > a {
  margin-top: -1px;
  border-top: 2px solid #3498db;
}
/* tabs left */
.tab-block .tabs-border.tabs-left > li.active > a {
  margin-left: -1px;
  border-left: 2px solid #3498db;
}
/* tabs right */
.tab-block .tabs-border.tabs-right > li.active > a {
  margin-right: -1px;
  border-right: 2px solid #3498db;
}
/* tabs bottom */
.tab-block .tabs-border.tabs-below > li.active > a {
  margin-bottom: -1px;
  border-bottom: 2px solid #3498db;
}
/* panel tabs */
.panel-tabs.panel-tabs-border > li.active > a {
  margin-top: -1px;
  border-top: 2px solid #3498db;
}
/* tabs justified */
.tab-block .tab-content + .tabs-border.nav-justified > li.active > a {
  border-bottom: 2px solid #3498db;
}
/*====================================================
  Tab Navigation Option - Active Item Inverse Border
====================================================== */
.tab-block .tabs-border-bottom.nav-tabs > li.active > a,
.tab-block .tabs-border-bottom .nav-tabs > li.active > a {
  color: #555;
  font-weight: 600;
  margin-bottom: -1px;
  background: #f7f7f7;
  border-color: #ddd;
  border-bottom: 2px solid #3498db;
}
/*====================================================
  Tab Navigation Option - Nav Background
====================================================== */
/* tabs default */
.tabs-bg.nav-tabs {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 10px 10px 0;
}
/* tabs bottom */
.tabs-bg.tabs-below {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-top: none;
  padding: 0 10px 6px;
}
/*===============================================
  Tab Navigation Option - Unstyled Tab Block
  ---------
  Removes container and active borders
  Used primarily in sidebars
================================================= */
.tab-block.sidebar-block .nav-tabs > li > a {
  background: #f0f0f0;
  padding: 16px 8px;
}
.tab-block.sidebar-block .nav-tabs > li:first-child > a {
  border-left: 0;
}
.tab-block.sidebar-block .nav-tabs > li:last-child > a {
  border-right: 0;
}
.tab-block.sidebar-block .tabs-border.nav-tabs > li.active > a {
  background: #f8f8f8;
  border-top-width: 0;
  border-bottom-color: #f8f8f8;
}
.tab-block.sidebar-block .tab-content {
  border: 0;
  background: transparent;
}
/*===============================================
  Tab Navigation Option - Tab Merge 
  Color to Match
  ---------
  Change Active Tab BG Color so that it merges
  into a sibling panel-menu
================================================= */
/* bg-light colored panel-tabs styling */
.panel-tabs.panel-tabs-merge > li.active > a,
.panel-tabs.panel-tabs-merge > li.active > a:hover,
.panel-tabs.panel-tabs-merge > li.active > a:focus {
  background: #fafafa;
}
/*==================================================
  Switches - Created with Pure CSS, no js required
==================================================== */
div.switch label {
  display: block;
  position: relative;
  color: transparent;
  background: #ddd;
  text-indent: 100%;
  width: 52px;
  height: 26px;
  cursor: pointer;
  transition: left 0.15s ease-out;
  border-radius: 2px;
}
div.switch input {
  display: none;
}
div.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
div.switch label:after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 19px;
  height: 19px;
  border-radius: 2px;
  transition: left 0.15s ease-out;
}
div.switch input:checked + label {
  background: #2ba6cb;
}
div.switch input:checked + label:after {
  left: 29px;
}
div.switch label {
  width: 52px;
  height: 26px;
}
div.switch label:after {
  width: 19px;
  height: 19px;
}
div.switch input:checked + label:after {
  left: 29px;
}
div.switch label {
  color: transparent;
  background: #ddd;
}
div.switch label:after {
  background: #fff;
}
div.switch input:checked + label {
  background: #2ba6cb;
}
/* Switch Sizes */
div.switch.switch-lg label {
  width: 65px;
  height: 32px;
}
div.switch.switch-lg label:after {
  width: 26px;
  height: 26px;
}
div.switch.switch-lg input:checked + label:after {
  left: 35px;
}
div.switch.switch-sm label {
  width: 45px;
  height: 22px;
}
div.switch.switch-sm label:after {
  width: 16px;
  height: 16px;
}
div.switch.switch-sm input:checked + label:after {
  left: 26px;
}
div.switch.switch-xs label {
  width: 39px;
  height: 19px;
}
div.switch.switch-xs label:after {
  width: 13px;
  height: 13px;
}
div.switch.switch-xs input:checked + label:after {
  left: 22px;
}
div.switch.radius label {
  border-radius: 4px;
}
div.switch.radius label:after {
  border-radius: 3px;
}
/* Switch Option - Rounded */
div.switch.round {
  border-radius: 1000px;
}
div.switch.round label {
  border-radius: 26px;
}
div.switch.round label:after {
  border-radius: 26px;
}
/* Switch Option - Inline */
.switch.switch-inline {
  display: inline-block;
}
.switch.switch-inline + .switch.switch-inline {
  margin-left: 15px;
}
/*==================================================
  Radios and Checkboxes
==================================================== */
.radio-custom,
.checkbox-custom {
  background-color: transparent;
  color: inherit;
}
/* hide default input */
.radio-custom input,
.checkbox-custom input {
  display: none;
}
.checkbox-custom label:empty,
.radio-custom label:empty {
  padding-left: 10px;
}
/* radio container */
.radio-custom label {
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  margin-right: 15px;
  margin-bottom: 5px;
}
/* radio border */
.radio-custom label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 64px;
  width: 20px;
  height: 20px;
  border: 2px solid #666;
}
/* check radio icon */
.radio-custom input[type='radio']:checked + label:after,
.radio-custom input[type='checkbox']:checked + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 64px;
  width: 10px;
  height: 10px;
  color: #666;
  background-color: #666;
}
/* alt style - square */
.radio-custom.square label:before {
  border-radius: 2px;
}
.radio-custom.square input[type='radio']:checked + label:after,
.radio-custom.square input[type='checkbox']:checked + label:after {
  border-radius: 2px;
}
/* checkbox container */
.checkbox-custom label {
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  margin-right: 15px;
  margin-bottom: 5px;
}
/* checkbox border */
.checkbox-custom label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 21px;
  background-color: #fff;
  border: 1px solid #666;
  border-width: 2px;
  border-radius: 2px;
}
/* checked state icon */
.checkbox-custom input[type='checkbox']:checked + label:after,
.checkbox-custom input[type='radio']:checked + label:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f00c';
  font-size: 12px;
  top: 4px;
  left: 4px;
  width: 0;
  height: 0;
  transform: rotate(-13deg);
}
/* alt style - filled bg ".fill" */
.checkbox-custom.fill label {
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  margin-right: 15px;
  margin-bottom: 5px;
}
.checkbox-custom.fill label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  width: 22px;
  height: 21px;
  background-color: #666;
}
.checkbox-custom.fill input[type='checkbox']:checked + label:after,
.checkbox-custom.fill input[type='radio']:checked + label:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f00c';
  font-size: 12px;
  top: 3px;
  left: 3px;
  width: 0;
  height: 0;
  color: #fff !important;
  transform: rotate(-13deg);
}
/*==================================================
  Icons
==================================================== */
.wf-loading .glyphicons,
.wf-loading .glyphicon,
.wf-loading .imoon,
.wf-loading .fa,
.wf-loading .iconsweets {
  opacity: 0 !important;
}
/* Font Awesome Fixed Width Helpers */
.fs15.fa-fw {
  width: 35px;
}
.fs16.fa-fw {
  width: 40px;
}
.fs17.fa-fw {
  width: 43px;
}
.fs18.fa-fw {
  width: 46px;
}
/* Icon Transitions */
.glyphicon,
.glyphicons,
.imoon,
.fa,
.iconsweets {
  opacity: 1;
  transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -webkit-transition: opacity 0.1s ease-in;
}
/* Glyphicon Pro and Halfling */
.glyphicons-2x,
.glyphicon-2x {
  font-size: 2em;
}
.glyphicons-3x,
.glyphicon-3x {
  font-size: 3em;
}
.glyphicons-4x,
.glyphicon-4x {
  font-size: 4em;
}
.glyphicons-5x,
.glyphicon-5x {
  font-size: 5em;
}
/* Icomoon Font Icons */
.imoon-2x {
  font-size: 2em;
}
.imoon-3x {
  font-size: 3em;
}
.imoon-4x {
  font-size: 4em;
}
.imoon-5x {
  font-size: 5em;
}
/* IconSweets2 Font Icons */
.iconsweets-2x {
  font-size: 2em;
}
.iconsweets-3x {
  font-size: 3em;
}
.iconsweets-4x {
  font-size: 4em;
}
.iconsweets-5x {
  font-size: 5em;
}
/* Buttons with Icons
* Cross browser problems were creating problems when
* an icon was given a larger font size than its sibling
* text. To fix Line height, vertical align, and top
* positioning have been redefined */
.btn .glyphicon,
.btn .glyphicons {
  top: -1px;
  vertical-align: middle;
  line-height: 0;
  font-size: 1.1em;
}
/* A Helper Class to Align Icons Right in Control-forms */
span.field-icon-right,
i.field-icon-right {
  position: absolute;
  right: 10px;
  top: 8px;
}
/* Icon Background and Borders
* properly align icons that have been placed inside of titles
* Useful for matching icon size to adjacent text
* Icon Background Shapes */
.icon-circle {
  top: 0;
  padding: 9px;
  position: relative;
  overflow: visible;
  border-radius: 64px;
}
.icon-square {
  top: 0;
  padding: 9px;
  border-radius: 4px;
}
/* Icon Background Sizes */
.icon-circle.glyphicon-2x,
.icon-circle.glyphicons-2x {
  padding: 12px;
}
.icon-circle.glyphicon-3x,
.icon-circle.glyphicons-3x {
  padding: 20px;
}
.icon-circle.glyphicon-4x,
.icon-circle.glyphicons-4x {
  padding: 35px;
}
.icon-square.glyphicon-2x,
.icon-square.glyphicons-2x {
  padding: 12px;
}
.icon-square.glyphicon-3x,
.icon-square.glyphicons-3x {
  padding: 20px;
}
.icon-square.glyphicon-4x,
.icon-square.glyphicons-4x {
  padding: 35px;
}
/* WIDGET SPECIFIC ICON STYLING
* ALL elements which use icons have been
* moved from their respective positions
* and placed here for easy icon styling */
/* Header Button Icons */
.navbar-menus > div > button > span,
.navbar-menus > div > button > i {
  font-size: 15px;
  vertical-align: middle;
}
/* Special on-hover styles for user dropdown menu */
.user-menu ul.dropdown-items > li:hover .glyphicon {
  color: #d9534f;
}
.user-menu ul.dropdown-items > li:last-child:hover .glyphicon {
  color: #888;
}
.user-menu ul.dropdown-items > li:last-child > div:hover .glyphicon {
  color: #d9534f;
}
/* Breadcrumb "Home" Icon */
.breadcrumb .glyphicon,
.breadcrumb .glyphicons {
  color: #777;
  font-size: 11px;
  margin-left: 1px;
  top: 0;
}
/* Panel Sidemenu Icons */
.panel-sidemenu ul.nav li.active .fa {
  color: #3498db;
}
.panel-sidemenu ul.nav li a:hover {
  background: none;
}
.panel-sidemenu ul.nav li .fa {
  width: 28px;
  color: #bbb;
  font-size: 18px;
}
/* Panel Tabs Icons */
.panel-tabs li .glyphicon,
.panel-tabs li .glyphicons,
.panel-tabs li .fa {
  font-size: 14px;
}
.panel-tabs .imoon,
.panel-tabs .iconsweets {
  font-size: 14px;
  vertical-align: middle;
}
/* Mildly styles a font awesome based icon group
 * used in occasionaly in panel heading. Look at
 * message widget on index.html for example */
.mini-action-icons .fa {
  position: relative;
  top: 2px;
  padding-right: 10px;
  color: #777;
  font-size: 16px;
  cursor: pointer;
}
/* Pricing PolesTable Icons */
.pricing-tables .pricing-icons li .fa-times {
  color: #e74a4a;
}
.pricing-tables .pricing-icons li .fa-ellipsis-h {
  color: #555;
}
/* Tab Navigation Icons */
.nav-tabs li .fa {
  font-size: 14px;
}
.nav-tabs li .fa.fa-caret-down {
  font-size: 12px;
}
/* Timeline Widget Icons */
.timeline-widget span.glyphicons {
  z-index: 11;
  position: relative;
  top: 2px;
  width: auto;
  padding: 6px;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 1px 1px 2px #aaa;
}
/* Favicon sprite */
.favicons {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
}
.google {
  background-position: 0 0;
}
.yahoo {
  background-position: 0 -15px;
}
.bing {
  background-position: 0 -30px;
}
.chrome {
  background-position: 0 -45px;
}
.firefox {
  background-position: 0 -61px;
}
.ie {
  background-position: 0 -78px;
}
.safari {
  background-position: 0 -96px;
}
/* News Sprite - Demo purposes */
.news-sprite {
  width: 25px;
  height: 26px;
  vertical-align: middle;
  display: inline-block;
  background-position: 0 0;
}
.news-sprite.cnn {
  background-position: 0 0;
}
.news-sprite.yahoo {
  background-position: 0 -26px;
}
.news-sprite.google {
  background-position: 0 -50px;
}
.news-sprite.fb {
  background-position: 0 -75px;
}
/* Flag Icons */
.flag-xs,
.flag-sm,
.flag,
.flag-lg {
  display: inline-block;
  vertical-align: middle;
}
.flag-xs {
  width: 16px;
  height: 16px;
}
.flag-sm {
  width: 32px;
  height: 32px;
}
.flag-sm.flag-fr {
  background-position: 0 0;
}
.flag-sm.flag-de {
  background-position: 0 -33px;
}
.flag-sm.flag-in {
  background-position: 0 -66px;
}
.flag-sm.flag-es {
  background-position: 0 -99px;
}
.flag-sm.flag-tr {
  background-position: 0 -132px;
}
.flag-sm.flag-us {
  background-position: 0 -165px;
}
.flag-xs.flag-fr {
  background-position: 0 -1px;
}
.flag-xs.flag-de {
  background-position: 0 -18px;
}
.flag-xs.flag-es {
  background-position: 0 -35px;
}
.flag-xs.flag-tr {
  background-position: 0 -52px;
}
.flag-xs.flag-us {
  background-position: 0 -69px;
}
.flag-xs.flag-in {
  background-position: 0 -86px;
}
/*==================================================
  Tooltips
==================================================== */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/*===============================================
  S. Bootstrap Tooltips
================================================= */
/* white tooltips */
.tooltip-white.in {
  opacity: 1;
}
.tooltip-white {
  min-width: 60px;
  transition: opacity 0.3s ease;
}
.tooltip-white .tooltip-inner {
  background-color: #fff;
  color: #555;
  font-weight: 600;
  border-radius: 2px;
}
.tooltip-white.top .tooltip-arrow {
  border-top-color: #fff;
}
.tooltip-white.bottom .tooltip-arrow {
  border-bottom-color: #fff;
}
.tooltip-white.right .tooltip-arrow {
  border-right-color: #fff;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #fff;
}
/*==================================================
  Utility Classes
==================================================== */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
#topbar:before,
#topbar:after {
  content: ' ';
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
#topbar:after {
  clear: both;
}
.center-block {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center-children > div {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  transform: translate3d(0, 0, 0);
}
/*==================================================
  Responsive: Utility classes
==================================================== */
@media (max-width: 768px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1140px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1140px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1140px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1140px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1400px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1140px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*=================================================
  HELPERS
===================================================
  A. List Helpers
=================================================== */
/* list item spacing helpers */
.list-spacing-3 li + li {
  padding-top: 3px;
}
.list-spacing-5 li + li {
  padding-top: 5px;
}
.list-spacing-8 li + li {
  padding-top: 8px;
}
.list-spacing-10 li + li {
  padding-top: 10px;
}
.list-spacing-15 li + li {
  padding-top: 15px;
}
/*divide li items with border and extra spacing*/
.list-divide-items {
  margin: 0;
  padding-left: 10px;
  list-style: none;
}
.list-divide-items li + li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #eee;
}
/*===================================================
  B. Height Helpers
===================================================== */
/* Height helpers, primarly used with panel widgets */
.fixed-height .panel-body {
  overflow: auto;
}
.hover-height {
  overflow: hidden;
  transition: all 0.2s ease;
}
.mh-20 {
  max-height: 20px !important;
}
.mh-25 {
  max-height: 25px !important;
}
.mh-30 {
  max-height: 30px !important;
}
.mh-35 {
  max-height: 35px !important;
}
.mh-40 {
  max-height: 40px !important;
}
.mh-50 {
  max-height: 50px !important;
}
.mh-100 {
  max-height: 100px !important;
}
.mh-200 {
  max-height: 200px !important;
}
.mh-300 {
  max-height: 300px !important;
}
.mh-400 {
  max-height: 400px !important;
}
.mh-500 {
  max-height: 500px !important;
}
.mh-600 {
  max-height: 600px !important;
}
.mh-700 {
  max-height: 700px !important;
}
.mh-800 {
  max-height: 800px !important;
}
.mh-900 {
  max-height: 900px !important;
}
.mh-1000 {
  max-height: 1000px !important;
}
.h-20 {
  height: 20px !important;
}
.h-25 {
  height: 25px !important;
}
.h-30 {
  height: 30px !important;
}
.h-35 {
  height: 35px !important;
}
.h-40 {
  height: 40px !important;
}
.h-50 {
  height: 50px !important;
}
.h-80 {
  height: 80px !important;
}
.h-100 {
  height: 100px !important;
}
.h-120 {
  height: 120px !important;
}
.h-150 {
  height: 150px !important;
}
.h-170 {
  height: 170px !important;
}
.h-200 {
  height: 200px !important;
}
.h-300 {
  height: 300px !important;
}
.h-400 {
  height: 400px !important;
}
.h-500 {
  height: 500px !important;
}
.h-600 {
  height: 600px !important;
}
.h-700 {
  height: 700px !important;
}
.h-800 {
  height: 800px !important;
}
.h-900 {
  height: 900px !important;
}
.h-1000 {
  height: 1000px !important;
}
/*===================================================
  A. General/Misc Helpers
===================================================== */
/* Transform Center Helper(experimental) */
.t-center {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* BG Helpers */
.bg-none {
  background-color: transparent !important;
}
/* box-shadow Helpers */
.no-boxshadow {
  box-shadow: none !important;
}
/* height helpers */
.h-a {
  height: auto !important;
}
/* overflow Helpers */
.of-a {
  overflow: auto !important;
}
.of-h {
  overflow: hidden !important;
}
.of-v {
  overflow: visible !important;
}
.of-x-a {
  overflow-x: auto !important;
}
.of-x-h {
  overflow-x: hidden !important;
}
.of-x-v {
  overflow-x: visible !important;
}
.of-y-a {
  overflow-y: auto !important;
}
.of-y-h {
  overflow-y: hidden !important;
}
.of-y-v {
  overflow-y: visible !important;
}
/* Center Grid Column Helper */
.center-column {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
/* Vertical Align Helpers */
.va-t {
  vertical-align: top !important;
}
.va-m {
  vertical-align: middle !important;
}
.va-b {
  vertical-align: bottom !important;
}
.va-s {
  vertical-align: super !important;
}
/* Relative Position Helper */
.posr {
  position: relative !important;
}
/* Inline Block Helper */
.ib,
.inline-object {
  display: inline-block !important;
}
/* pointer cursor */
.cursor {
  cursor: pointer !important;
}
/* Useful for emphasizing a disabled input */
.option-disabled {
  opacity: 0.6 !important;
}
/* unstyled input */
.input-unstyled,
.input-unstyled:hover,
.input-unstyled:focus {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}
/*===================================================
  B. PolesTable Layout Helpers - specifically for widgets
===================================================== */
/* table-layout for connecting panels */
.panel-group.table-layout > .panel + .panel {
  border-left: 0;
}
.panel-group.table-layout + .panel-group.table-layout > .panel {
  border-top: 0;
}
/* table-layout when attached to row */
.row.table-layout {
  margin-left: 0;
  margin-right: 0;
}
.table-layout {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}
/* table-layout helper content */
.table-layout > div,
.table-layout > aside,
.table-layout > section {
  vertical-align: middle;
  display: table-cell;
  float: none;
}
@media (max-width: 1300px) {
  .table-layout.table-clear-md,
  .table-layout.table-clear-md > div,
  .table-layout.table-clear-md > aside,
  .table-layout.table-clear-md > section {
    display: block;
    float: none;
  }
}
@media (max-width: 992px) {
  .table-layout.table-clear-sm,
  .table-layout.table-clear-sm > div,
  .table-layout.table-clear-sm > aside,
  .table-layout.table-clear-sm > section {
    display: block;
    float: none;
  }
}
@media (max-width: 767px) {
  .table-layout.table-clear-xs,
  .table-layout.table-clear-xs > div,
  .table-layout.table-clear-xs > aside,
  .table-layout.table-clear-xs > section {
    display: block;
    float: none;
  }
}
/*===============================================
  C. Text Helpers
================================================= */
.text-uppercase {
  text-transform: uppercase !important;
}
.fw200 {
  font-weight: 200 !important;
}
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fs3 {
  font-size: 4px !important;
}
.fs4 {
  font-size: 4px !important;
}
.fs5 {
  font-size: 5px !important;
}
.fs6 {
  font-size: 6px !important;
}
.fs7 {
  font-size: 7px !important;
}
.fs8 {
  font-size: 8px !important;
}
.fs9 {
  font-size: 9px !important;
}
.fs10 {
  font-size: 10px !important;
}
.fs11 {
  font-size: 11px !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs17 {
  font-size: 17px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs26 {
  font-size: 26px !important;
}
.fs28 {
  font-size: 28px !important;
}
.fs30 {
  font-size: 30px !important;
}
.fs35 {
  font-size: 35px !important;
}
.fs40 {
  font-size: 40px !important;
}
.fs45 {
  font-size: 45px !important;
}
.fs50 {
  font-size: 50px !important;
}
.fs60 {
  font-size: 60px !important;
}
.fs70 {
  font-size: 70px !important;
}
.fs80 {
  font-size: 80px !important;
}
.fs90 {
  font-size: 90px !important;
}
.fs100 {
  font-size: 100px !important;
}
/*===============================================
  D. Padding Helpers
================================================= */
.pn {
  padding: 0 !important;
}
.p1 {
  padding: 1px !important;
}
.p2 {
  padding: 2px !important;
}
.p3 {
  padding: 3px !important;
}
.p4 {
  padding: 4px !important;
}
.p5 {
  padding: 5px !important;
}
.p6 {
  padding: 6px !important;
}
.p7 {
  padding: 7px !important;
}
.p8 {
  padding: 8px !important;
}
.p10 {
  padding: 10px !important;
}
.p12 {
  padding: 12px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p50 {
  padding: 50px !important;
}
.ptn {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.prn {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pbn {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pln {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
/* Axis Padding (both top/bottom or left/right) */
.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pv8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ph8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ph25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.ph40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
/* responsive padding helpers */
@media (min-width: 1140px) {
  .ptn-lg {
    padding-top: 0 !important;
  }
  .prn-lg {
    padding-right: 0 !important;
  }
  .pbn-lg {
    padding-bottom: 0 !important;
  }
  .pln-lg {
    padding-left: 0 !important;
  }
  .pt5-lg {
    padding-top: 5px !important;
  }
  .pr5-lg {
    padding-right: 5px !important;
  }
  .pb5-lg {
    padding-bottom: 5px !important;
  }
  .pl5-lg {
    padding-left: 5px !important;
  }
}
@media (min-width: 992px) {
  .ptn-md {
    padding-top: 0 !important;
  }
  .prn-md {
    padding-right: 0 !important;
  }
  .pbn-md {
    padding-bottom: 0 !important;
  }
  .pln-md {
    padding-left: 0 !important;
  }
  .pt5-md {
    padding-top: 5px !important;
  }
  .pr5-md {
    padding-right: 5px !important;
  }
  .pb5-md {
    padding-bottom: 5px !important;
  }
  .pl5-md {
    padding-left: 5px !important;
  }
}
/*===============================================
  E. Margin Helpers
================================================= */
/* margin center helper */
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.mn {
  margin: 0 !important;
}
.m1 {
  margin: 1px !important;
}
.m2 {
  margin: 2px !important;
}
.m3 {
  margin: 3px !important;
}
.m4 {
  margin: 4px !important;
}
.m5 {
  margin: 5px !important;
}
.m8 {
  margin: 8px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m50 {
  margin: 50px !important;
}
.mtn {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mrn {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mbn {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mln {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
/* Axis Margins (both top/bottom or left/right) */
.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mv50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mv70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mh15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mh25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mh40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mh50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.mh70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
/* Negative Margin Helpers */
.mtn5 {
  margin-top: -5px !important;
}
.mtn10 {
  margin-top: -10px !important;
}
.mtn15 {
  margin-top: -15px !important;
}
.mtn20 {
  margin-top: -20px !important;
}
.mtn30 {
  margin-top: -30px !important;
}
.mrn5 {
  margin-right: -5px !important;
}
.mrn10 {
  margin-right: -10px !important;
}
.mrn15 {
  margin-right: -15px !important;
}
.mrn20 {
  margin-right: -20px !important;
}
.mrn30 {
  margin-right: -30px !important;
}
.mbn5 {
  margin-bottom: -5px !important;
}
.mbn10 {
  margin-bottom: -10px !important;
}
.mbn15 {
  margin-bottom: -15px !important;
}
.mbn20 {
  margin-bottom: -20px !important;
}
.mbn30 {
  margin-bottom: -30px !important;
}
.mln5 {
  margin-left: -5px !important;
}
.mln10 {
  margin-left: -10px !important;
}
.mln15 {
  margin-left: -15px !important;
}
.mln20 {
  margin-left: -20px !important;
}
.mln30 {
  margin-left: -30px !important;
}
/* Vertical Negative Margin "mv" + "n" + "x" */
.mvn5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.mvn10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.mvn15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.mvn20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.mvn30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
/* Horizontal Negative Margin "mh" + "n" + "x" */
.mhn5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.mhn10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.mhn15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.mhn20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.mhn30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
/*===============================================
  F. LineHeight Helpers
================================================= */
.lh0 {
  line-height: 0 !important;
}
.lh5 {
  line-height: 5px !important;
}
.lh10 {
  line-height: 10px !important;
}
.lh15 {
  line-height: 15px !important;
}
.lh20 {
  line-height: 20px !important;
}
.lh25 {
  line-height: 25px !important;
}
.lh30 {
  line-height: 30px !important;
}
.lh35 {
  line-height: 35px !important;
}
.lh40 {
  line-height: 40px !important;
}
/*===============================================
  G. Border Helpers
================================================= */
/* Border Disables */
.br-l-n {
  border-left: none !important;
}
.br-r-n {
  border-right: none !important;
}
.br-t-n {
  border-top: none !important;
}
.br-b-n {
  border-bottom: none !important;
}
.br-n {
  border: none !important;
}
.br-v-n {
  border-top: none !important;
  border-bottom: none !important;
}
.br-h-n {
  border-left: none !important;
  border-right: none !important;
}
/* Default Borders */
.br-a {
  border: 1px solid #eee !important;
}
.br-l {
  border-left: 1px solid #eee !important;
}
.br-r {
  border-right: 1px solid #eee !important;
}
.br-t {
  border-top: 1px solid #eee !important;
}
.br-b {
  border-bottom: 1px solid #eee !important;
}
/* Border Style */
.br-dashed {
  border-style: dotted !important;
}
/* Border Radius */
.br0 {
  border-radius: 0px !important;
}
.br1 {
  border-radius: 1px !important;
}
.br2 {
  border-radius: 2px !important;
}
.br3 {
  border-radius: 3px !important;
}
.br4 {
  border-radius: 4px !important;
}
.br6 {
  border-radius: 6px !important;
}
.br8 {
  border-radius: 8px !important;
}
.br12 {
  border-radius: 12px !important;
}
.br24 {
  border-radius: 24px !important;
}
.br64 {
  border-radius: 64px !important;
}
/* Border Width */
.bw1 {
  border-width: 1px !important;
}
.bw2 {
  border-width: 2px !important;
}
.bw3 {
  border-width: 3px !important;
}
.bw4 {
  border-width: 4px !important;
}
.bw5 {
  border-width: 5px !important;
}
.bw8 {
  border-width: 8px !important;
}
.bw10 {
  border-width: 10px !important;
}
.bw15 {
  border-width: 15px !important;
}
/*Border Colors Generate contextual modifier classes for colorizing the alert.
*/
.br-white {
  border-color: #fff !important;
}
.br-lighter {
  border-color: #eee !important;
}
.br-light {
  border-color: #e7e7e7 !important;
}
.br-grey {
  border-color: #d9d9d9 !important;
}
.br-greyer {
  border-color: #ccc !important;
}
.br-dark {
  border-color: #3b3f4f !important;
}
.br-dark-light {
  border-color: #51566c !important;
}
.br-primary {
  border-color: #3498db !important;
}
.br-primary-light {
  border-color: #5faee3 !important;
}
.br-info {
  border-color: #3bafda !important;
}
.br-info-light {
  border-color: #66c1e2 !important;
}
.br-success {
  border-color: #70ca63 !important;
}
.br-success-light {
  border-color: #93d789 !important;
}
.br-warning {
  border-color: #f6bb42 !important;
}
.br-warning-light {
  border-color: #f8cd73 !important;
}
.br-danger {
  border-color: #e9573f !important;
}
.br-danger-light {
  border-color: #ee7f6d !important;
}
.br-alert {
  border-color: #967adc !important;
}
.br-alert-light {
  border-color: #b6a2e7 !important;
}
.br-system {
  border-color: #37bc9b !important;
}
.br-system-light {
  border-color: #58ceb1 !important;
}
.br-tp-top {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.br-tp-right {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.br-tp-left {
  border-left-color: rgba(0, 0, 0, 0.1);
}
/*===============================================
  H. Max Width Helpers
================================================= */
.fluid-width {
  width: 100% !important;
}
.mw10 {
  max-width: 10px !important;
}
.mw20 {
  max-width: 20px !important;
}
.mw30 {
  max-width: 30px !important;
}
.mw35 {
  max-width: 35px !important;
}
.mw40 {
  max-width: 40px !important;
}
.mw45 {
  max-width: 45px !important;
}
.mw50 {
  max-width: 50px !important;
}
.mw60 {
  max-width: 60px !important;
}
.mw80 {
  max-width: 80px !important;
}
.mw100 {
  max-width: 100px !important;
}
.mw140 {
  max-width: 140px !important;
}
.mw160 {
  max-width: 160px !important;
}
.mw180 {
  max-width: 180px !important;
}
.mw200 {
  max-width: 200px !important;
}
.mw240 {
  max-width: 240px !important;
}
.mw280 {
  max-width: 280px !important;
}
.mw320 {
  max-width: 320px !important;
}
.mw400 {
  max-width: 400px !important;
}
.mw450 {
  max-width: 450px !important;
}
.mw500 {
  max-width: 500px !important;
}
.mw600 {
  max-width: 600px !important;
}
.mw700 {
  max-width: 700px !important;
}
.mw800 {
  max-width: 800px !important;
}
.mw900 {
  max-width: 900px !important;
}
.mw1000 {
  max-width: 1000px !important;
}
.mw1100 {
  max-width: 1100px !important;
}
.mw1200 {
  max-width: 1200px !important;
}
/*Regular Width Helpers. Primarily used
on tables, feel free to add more*/
.w20 {
  width: 20px !important;
}
.w30 {
  width: 30px !important;
}
.w40 {
  width: 40px !important;
}
.w50 {
  width: 50px !important;
}
.w75 {
  width: 75px !important;
}
.w100 {
  width: 100px !important;
}
.w125 {
  width: 125px !important;
}
.w150 {
  width: 150px !important;
}
.w175 {
  width: 175px !important;
}
.w200 {
  width: 200px !important;
}
.w225 {
  width: 225px !important;
}
.w250 {
  width: 250px !important;
}
.w275 {
  width: 275px !important;
}
.w300 {
  width: 300px !important;
}
.w320 {
  width: 320px !important;
}
.w350 {
  width: 350px !important;
}
.w375 {
  width: 375px !important;
}
.w400 {
  width: 400px !important;
}
.w450 {
  width: 450px !important;
}
.mnw20 {
  min-width: 20px !important;
}
.mnw30 {
  min-width: 30px !important;
}
.mnw40 {
  min-width: 40px !important;
}
.mnw50 {
  min-width: 50px !important;
}
.mnw75 {
  min-width: 75px !important;
}
.mnw100 {
  min-width: 100px !important;
}
.mnw125 {
  min-width: 125px !important;
}
.mnw150 {
  min-width: 150px !important;
}
.mnw175 {
  min-width: 175px !important;
}
.mnw200 {
  min-width: 200px !important;
}
.mnw250 {
  min-width: 250px !important;
}
.mnw300 {
  min-width: 300px !important;
}
.mnw500 {
  min-width: 500px !important;
}
.mnw700 {
  min-width: 700px !important;
}
.mnw1000 {
  min-width: 1000px !important;
}
.nowrap {
  white-space: nowrap;
  word-break: keep-all;
}
/*==================================================
  Shared/Global Styles
==================================================== */
html {
  height: 100%;
  background: #fff;
}
body {
  width: 100%;
  height: 100%;
  min-height: 900px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
  /* Fix for webkit rendering */
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
#main {
  position: relative;
  min-height: 100%;
  background: #fff;
}
/* psuedo background */
#main:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
#content_wrapper {
  position: relative;
  left: 0px;
  margin-left: 250px;
}
/* Transitions */
body.onload-check .navbar,
body.onload-check .navbar-branding,
body.onload-check #sidebar_left,
body.onload-check #sidebar_right,
body.onload-check #content_wrapper,
body.onload-check #topbar {
  transition: all 0.2s ease;
}
/*===============================================
   Navbar Settings
================================================= */
/* If header is fixed modify primary containers padding */
.navbar.navbar-fixed-top + #sidebar_left + #content_wrapper {
  padding-top: 60px;
}
/*===============================================
   Sidebar Settings
================================================= */
/* Fixed Sidebar */
#sidebar_left.affix {
  position: fixed;
}
/* Scrollbar for Sidebars in Fixed Positions */
#sidebar_left.affix > .sidebar-menu {
  overflow-x: hidden;
  position: absolute;
  width: 100%;
  top: 85px;
  bottom: 52px;
  transition: top 0.2s ease-in-out;
}
#sidebar_left.affix > .email-menu + .sidebar-menu {
  overflow-x: hidden;
  position: absolute;
  width: 100%;
  top: 485px;
  bottom: 52px;
  transition: top 0.2s ease-in-out;
}
/* Corrects Pseudo sidebar bg when fixed */
#sidebar_left.affix:before {
  left: 0;
}
body.sidebar-hidden #sidebar_left.affix:before,
body.sidebar-rtl #sidebar_left.affix:before {
  left: -250px;
}
/* Sidebar User Area - Hidden */
.user-info.hidden,
.user-info.hidden + .user-divider {
  display: none;
}
body.usermenu-hidden .user-info,
body.usermenu-hidden .user-info + .user-divider {
  display: none;
}
body.usermenu-hidden #sidebar_left.affix .user-info + .user-divider + .sidebar-menu,
body.usermenu-hidden #sidebar_left.affix .user-info + .user-divider + .menu-widget + .sidebar-menu {
  top: 0;
}
#sidebar_left.affix > .menu-widget.menu-widget-open + .sidebar-menu {
  top: 250px;
}
/*===============================================
  Breadcrumbs Settings
================================================= */
/* fixed state */
#topbar.affix {
  z-index: 1027;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 250px;
  position: fixed;
  transform: translate3d(0, 0, 0);
}
/* match content margin to topbar height */
#topbar.affix + #content {
  margin-top: 51px;
}
#topbar.affix.alt + #content {
  margin-top: 71px;
}
/* fixed state - w/ open sidebar */
body.sb-l-o #topbar.affix {
  margin-left: 250px;
}
/* fixed state - w/ minified sidebar */
body.sb-l-m #topbar.affix {
  margin-left: 60px;
}
/* fixed state - w/ closed sidebar */
body.sb-l-c #topbar.affix {
  margin-left: 0px;
}
@media (max-width: 900px) {
  /* fixed state - w/ open sidebar */
  body.sb-l-o #topbar.affix {
    width: 100%;
    margin-left: 250px;
  }
  /* fixed state - w/ minified sidebar */
  body.sb-l-m #topbar.affix {
    width: auto;
    margin-left: 45px;
  }
  /* fixed state - w/ closed sidebar */
  body.sb-l-c #topbar.affix {
    width: 100%;
    margin-left: 0px;
  }
}
/* Prevents Demo Bug - if navbar is fixed 
 * and also hidden grant proper margin spacing */
#topbar.affix.hidden + #content {
  margin-top: 0;
}
/* Topbar/Breadcrumbs Area - Hidden */
body.hidden-breadcrumbs #topbar {
  display: none;
}
/* for preview only - no real use in development enviroment */
body.sidebar-collapsed #sidebar:before {
  width: 40px;
}
/* ==============================================
   Navbar
================================================= */
.navbar {
  z-index: 1030;
  margin-bottom: 0;
  height: 60px;
  color: #666;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  border-bottom: 0;
  box-shadow: 0 1px 0 0 #e0e0e0;
  /* Navbar shadow option - Only allowed on default white navbar */
}
.navbar.navbar-shadow {
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08), 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
}
/* Navbar Nav Item Containers */
.navbar .nav {
  margin: 0;
  /* Nav Items */
  /* Nav Links */
  /* Nav Item/Link States */
  /* Nav Item - Open Dropdown */
  /* Menu Item Divider - Small Circle */
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  color: #666;
  font-size: 13px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 59px;
  max-height: 59px;
}
.navbar .nav > li.open > a,
.navbar .nav > li:hover > a,
.navbar .nav > li:focus > a,
.navbar .nav > li.active > a,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  color: #222;
  background-color: #f7f7f7;
}
.navbar .nav > li.dropdown.open .dropdown-menu {
  padding: 0;
  margin-top: 10px;
  border-radius: 2px;
  border-top: 3px solid transparent;
  /* Dropdown Links */
  /* Dropdown Top Arrow */
}
.navbar .nav > li.dropdown.open .dropdown-menu > a {
  font-weight: 600;
}
.navbar .nav > li.dropdown.open .dropdown-menu:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  right: 11px;
  bottom: 100%;
  border-width: 0 10px 10px;
  border-bottom-color: #4a89dc;
}
.navbar .nav .menu-divider {
  color: rgba(0, 0, 0, 0.15);
  font-size: 8px;
  padding: 25px 10px;
}
/* Dropdown Helper - Item Divider */
.navbar .dropdown-menu .menu-divider {
  color: rgba(0, 0, 0, 0.2);
  font-size: 8px;
  padding: 25px 10px;
}
/* Dropdown Helper - Header Item */
.navbar .dropdown-menu > li.dropdown-header {
  padding: 8px;
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
  /* Header Item - Title */
  /* Header Item - Label */
}
.navbar .dropdown-menu > li.dropdown-header .dropdown-title {
  color: #666;
  font-size: 13px;
  font-weight: 600;
  padding-left: 5px;
  line-height: 30px;
}
.navbar .dropdown-menu > li.dropdown-header .label {
  font-size: 75%;
  padding: 0.1em 0.6em 0.2em;
  float: right;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  margin-right: 5px;
}
/*==========================================================
  Navbar Misc Utility Styles 
=========================================================== */
/* define height for panels with scrollers */
.scroller-navbar {
  max-height: 250px;
}
/* Negative margin helper to negate panel scroller padding */
.scroller-nm {
  margin: -12px;
}
/* Navbar Left Settings */
.navbar-left > li.dropdown.open:first-child .dropdown-menu:after,
.navbar-left > li.dropdown:first-child > .open .dropdown-menu:after {
  left: 10px;
  right: auto;
}
/*==========================================================
  Navbar Dropdown Carets
=========================================================== */
.navbar .caret {
  position: relative;
  top: -1px;
  margin-left: 3px;
}
/* Alt Caret Style */
.navbar .caret.alt {
  width: 20px;
  height: 20px;
  text-align: center;
  color: inherit;
  margin: 0;
  border: 0;
}
.navbar li.dropdown .caret.alt:after {
  opacity: 0.75;
  font-size: 14px;
  display: inline-block;
  content: '\f107';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.navbar li.dropdown.open .caret.alt:after {
  opacity: 1;
}
/*==========================================================
  Navbar Advanced Dropdown - Button Dropdowns
=========================================================== */
.navbar .navbar-btn {
  padding: 0 5px;
  /* split button mod */
  /* btn badges */
}
.navbar .navbar-btn.btn-group > .btn + .dropdown-toggle {
  border-left: 0;
}
.navbar .navbar-btn > .btn > span.ad,
.navbar .navbar-btn > .btn > span.fa,
.navbar .navbar-btn > .btn > span.glyphicon,
.navbar .navbar-btn > .btn > span.glyphicons {
  position: relative;
  top: -1px;
  font-size: 14px;
  vertical-align: middle;
}
.navbar .navbar-btn.btn-group > .btn {
  color: #888;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.045);
}
.navbar .navbar-btn.btn-group > .btn:hover {
  color: #333;
  border-color: rgba(0, 0, 0, 0.2);
}
.navbar .navbar-btn.btn-group.open > .btn,
.navbar .navbar-btn.btn-group > .btn.active {
  color: #222;
}
.navbar .navbar-btn .badge {
  position: absolute;
  top: -7px;
  right: -5px;
  padding: 3px 6px;
  opacity: 0.95;
}
/* Modify buttons dropdown menus */
.navbar .nav > li.dropdown > .open .dropdown-menu {
  color: #222;
  padding: 0;
  margin-top: 25px;
  border-radius: 2px;
  border-top: 3px solid transparent;
}
.navbar .nav > li.dropdown > .open .dropdown-menu:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  right: 11px;
  bottom: 100%;
  border-width: 0 10px 10px;
  border-bottom-color: #4a89dc;
}
/* Modify buttons inside contextuals navbars (bg-primary, etc) */
.navbar[class*='bg-'] .navbar-btn.btn-group > .btn {
  color: #bbb;
  color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  background-color: #f2f2f2;
  background-color: rgba(255, 255, 255, 0.2);
}
.navbar[class*='bg-'] .navbar-btn.btn-group > .btn:hover {
  color: #fff;
  color: #ffffff;
}
.navbar[class*='bg-'] .navbar-btn.btn-group.open > .btn,
.navbar[class*='bg-'] .navbar-btn.btn-group > .btn.active {
  color: #fff;
  color: #ffffff;
}
/*==========================================================
  Navbar Dropdown Menu Helpers
=========================================================== */
/* Both the Menu Merge & the Disable Arrow Settings 
 * do not use the top margin for dropdowns */
.navbar .nav > li.dropdown.menu-merge,
.navbar .nav > li.dropdown.disable-arrow {
  /* For btn dropdowns */
  /* For normal dropdowns */
}
.navbar .nav > li.dropdown.menu-merge > .navbar-btn.open .dropdown-menu,
.navbar .nav > li.dropdown.disable-arrow > .navbar-btn.open .dropdown-menu {
  margin-top: 15px;
}
.navbar .nav > li.dropdown.menu-merge.open .dropdown-menu,
.navbar .nav > li.dropdown.disable-arrow.open .dropdown-menu {
  margin-top: 1px;
}
/* Modify for style when in contextual navbars (bg-primary, etc) */
.navbar[class*='bg-'] .nav > li.dropdown.menu-merge.open .dropdown-menu,
.navbar[class*='bg-'] .nav > li.dropdown.menu-merge > .navbar-btn.open .dropdown-menu {
  border-top: 0;
}
.navbar[class*='bg-'] .nav > li.dropdown.menu-merge.open .dropdown-menu:after,
.navbar[class*='bg-'] .nav > li.dropdown.menu-merge > .navbar-btn.open .dropdown-menu:after {
  border-bottom-color: #fafafa;
}
/* Disable Arrow Setting */
.navbar .nav > li.dropdown.disable-arrow.open .dropdown-menu:after,
.navbar .nav > li.dropdown.disable-arrow > .navbar-btn.open .dropdown-menu:after {
  display: none;
}
/* Modify for style when in contextual navbars (bg-primary, etc) */
.navbar[class*='bg-'] .nav > li.dropdown.disable-arrow.open .dropdown-menu,
.navbar[class*='bg-'] .nav > li.dropdown.disable-arrow > .navbar-btn.open .dropdown-menu {
  border-top: 0;
}
/*==========================================================
  Navbar Advanced Dropdown - Media Lists
=========================================================== */
.navbar .media-list > li.media {
  margin: 0;
  padding: 10px;
  /* Media Item - Top Border */
  /* Media Item - Image */
  /* Media Item - Heading, small */
}
.navbar .media-list > li.media + li.media {
  border-top: 1px solid #eee;
}
.navbar .media-list > li.media > a {
  padding: 0;
  padding-right: 10px;
  display: table-cell;
}
.navbar .media-list > li.media .media-heading small {
  color: #aaa;
}
/*==========================================================
  Navbar Advanced Dropdown - List Group
=========================================================== */
.navbar .nav .list-group > li.list-group-item {
  padding: 0;
  /* List-Group Link */
  /* List-Group Label */
  /* List-Group Icon */
}
.navbar .nav .list-group > li.list-group-item > a {
  padding: 12px;
}
.navbar .nav .list-group > li.list-group-item > a .label {
  font-size: 75%;
  padding: 0.1em 0.65em 0.2em;
  float: right;
  height: 20px;
  line-height: 20px;
}
.navbar .nav .list-group > li.list-group-item > a .fa,
.navbar .nav .list-group > li.list-group-item > a .glyphicon,
.navbar .nav .list-group > li.list-group-item > a .glyphicons {
  padding-right: 5px;
}
/* Dropdown Header - Remove top border */
.navbar .list-group > li.dropdown-header + li.list-group-item {
  border-top: 0;
}
/* Dropdown Footer */
.navbar .dropdown-menu > li.dropdown-footer a {
  text-align: center;
  padding: 8px 10px 9px;
  border-top: 1px solid #e5e5e5;
  background-color: #fafafa;
  transition: background-color 0.4s ease;
}
.navbar .dropdown-menu > li.dropdown-footer a:hover {
  background-color: #fffef0;
}
/*==========================================================
  Navbar Advanced Dropdown - Panels
=========================================================== */
/* Panel menu - modify spacing and remove top border */
.navbar .nav > li.dropdown {
  /* Panel Heading - remove top border */
  /* Panel menu - modify spacing and remove top border */
}
.navbar .nav > li.dropdown .panel-heading {
  border-top: 0;
}
.navbar .nav > li.dropdown .panel-menu {
  color: #666;
  padding: 9px 12px 10px;
  border-top: 0;
}
/*==========================================================
  Navbar Branding - Logo/Text
=========================================================== */
.navbar-branding {
  position: relative;
  overflow: hidden;
  float: left;
  width: 250px;
  height: 60px;
  margin-right: 10px;
  background-color: transparent;
  /* Logo */
}
.navbar-branding .navbar-brand {
  color: #666;
  height: 60px;
  line-height: 58px;
  padding: 0;
  padding-left: 18px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.navbar-branding .navbar-brand b {
  font-weight: bold;
}
/*==========================================================
  Navbar Toggle Buttons - Collapses Sidebars
=========================================================== */
#toggle_sidemenu_l,
#toggle_sidemenu_t {
  color: #666;
  float: right;
  cursor: pointer;
  font-size: 16px;
  line-height: 58px;
  max-height: 60px;
  width: 60px;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#toggle_sidemenu_t {
  display: none;
  width: 31px;
  height: 60px;
  line-height: 58px;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.06);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease;
}
#toggle_sidemenu_t:hover {
  background-color: rgba(0, 0, 0, 0.09);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#toggle_sidemenu_t .fa-caret-up {
  position: relative;
  font-size: 13px;
  border: 1px solid;
  border-top: 3px solid;
  padding: 0px 3px 1px 3px;
  margin-bottom: 2px;
  transform: rotate(0deg);
}
body.sb-top #toggle_sidemenu_t {
  display: block;
}
/*==========================================================
  Navbar Left/Right Containers
=========================================================== */
/* Navbar Left */
.navbar-nav.navbar-left {
  float: left;
  position: relative;
  max-height: 60px;
}
.navbar-nav.navbar-left > li > a {
  padding-right: 12px;
  padding-left: 12px;
}
/* Navbar Right */
.navbar-nav.navbar-right,
.navbar-nav.navbar-right:last-child {
  float: right;
  margin: 0 15px 0 0;
}
/*==========================================================
  Navbar Forms - Specifically Search Form
=========================================================== */
.navbar-form {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-form.navbar-search input {
  height: 26px;
  padding: 0 12px;
  transition: all 0.2s ease;
  box-shadow: none;
  border-radius: 20px;
  border-color: #eee;
}
.navbar-form.navbar-search input:focus {
  background-color: #f8f8f8;
  border-color: #f0f0f0;
}
.navbar-form.navbar-search.square input {
  height: 30px;
  border-radius: 3px;
  margin-top: -2px;
  margin-bottom: -2px;
}
/*==========================================================
  Navbar UserMenu Dropdown (last dropdown item)
=========================================================== */
.navbar .dropdown.open .btn-group.open .multiselect-container.dropdown-menu {
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar .dropdown.open .btn-group.open .multiselect-container.dropdown-menu:after {
  display: none;
}
#user-role + .btn-group > button.multiselect {
  overflow: hidden;
  text-overflow: ellipsis;
}
#user-status + .btn-group .multiselect-container.dropdown-menu {
  right: auto !important;
  left: 0 !important;
}
#user-status + .btn-group .multiselect-container.dropdown-menu,
#user-role + .btn-group .multiselect-container.dropdown-menu {
  top: 0 !important;
  position: relative !important;
  margin-top: 9px;
  margin-bottom: 3px;
  width: 212px;
}
#user-status + .btn-group .multiselect-container.dropdown-menu > li:first-child,
#user-role + .btn-group .multiselect-container.dropdown-menu > li:first-child,
#user-status + .btn-group .multiselect-container.dropdown-menu > li:first-child label,
#user-role + .btn-group .multiselect-container.dropdown-menu > li:first-child label {
  cursor: pointer;
  position: relative;
}
#user-status + .btn-group .multiselect-container.dropdown-menu > li:first-child:after,
#user-role + .btn-group .multiselect-container.dropdown-menu > li:first-child:after {
  content: '\f00d';
  font-family: 'FontAwesome';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 6px;
  right: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #aaa;
  transition: color 0.15s ease;
}
#user-status + .btn-group .multiselect-container.dropdown-menu > li:first-child:hover:after,
#user-role + .btn-group .multiselect-container.dropdown-menu > li:first-child:hover:after {
  color: #3498db;
}
/*==========================================================
  Navbar Dropdown Menu Color Settings
=========================================================== */
.navbar .nav > li.dropdown.open .dropdown-menu,
.navbar .nav > li.dropdown .open .dropdown-menu {
  border-top-color: #3498db;
}
.navbar .nav > li.dropdown.open .dropdown-menu:after,
.navbar .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #3498db;
}
.navbar .nav > li .dropdown-toggle + .dropdown-menu > .active > a,
.navbar .nav > li .dropdown-toggle + .dropdown-menu > .active > a:hover,
.navbar .nav > li .dropdown-toggle + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #3498db;
}
/*==========================================================
  Navbar Contextual/Skin Settings
  - Skins applied by adding a bg class to ".navbar" 
  - For example: <div class="navbar bg-primary">
=========================================================== */
.navbar.bg-primary {
  background-color: #3498db;
}
.navbar.bg-primary .nav > li.open > a,
.navbar.bg-primary .nav > li:hover > a,
.navbar.bg-primary .nav > li:focus > a,
.navbar.bg-primary .nav > li.active > a,
.navbar.bg-primary .nav > li > a:hover,
.navbar.bg-primary .nav > li > a:focus {
  color: #fff;
  background-color: #2489cc;
}
.navbar.bg-primary .nav > li.dropdown.open .dropdown-menu,
.navbar.bg-primary .nav > li.dropdown .open .dropdown-menu {
  border-top-color: #3498db;
}
.navbar.bg-primary .nav > li.dropdown.open .dropdown-menu:after,
.navbar.bg-primary .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #3498db;
}
.navbar.bg-primary .nav > li.dropdown.open .dropdown-menu:after,
.navbar.bg-primary .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #3498db;
}
.navbar.bg-primary .nav > li .dropdown-toggle + .dropdown-menu > .active > a,
.navbar.bg-primary .nav > li .dropdown-toggle + .dropdown-menu > .active > a:hover,
.navbar.bg-primary .nav > li .dropdown-toggle + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #3498db;
}
.navbar.bg-success {
  background-color: #70ca63;
}
.navbar.bg-success .nav > li.open > a,
.navbar.bg-success .nav > li:hover > a,
.navbar.bg-success .nav > li:focus > a,
.navbar.bg-success .nav > li.active > a,
.navbar.bg-success .nav > li > a:hover,
.navbar.bg-success .nav > li > a:focus {
  color: #fff;
  background-color: #5bc24c;
}
.navbar.bg-success .nav > li.dropdown.open .dropdown-menu,
.navbar.bg-success .nav > li.dropdown .open .dropdown-menu {
  border-top-color: #70ca63;
}
.navbar.bg-success .nav > li.dropdown.open .dropdown-menu:after,
.navbar.bg-success .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #70ca63;
}
.navbar.bg-success .nav > li.dropdown.open .dropdown-menu:after,
.navbar.bg-success .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #70ca63;
}
.navbar.bg-success .nav > li .dropdown-toggle + .dropdown-menu > .active > a,
.navbar.bg-success .nav > li .dropdown-toggle + .dropdown-menu > .active > a:hover,
.navbar.bg-success .nav > li .dropdown-toggle + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #70ca63;
}
.navbar.bg-info {
  background-color: #3bafda;
}
.navbar.bg-info .nav > li.open > a,
.navbar.bg-info .nav > li:hover > a,
.navbar.bg-info .nav > li:focus > a,
.navbar.bg-info .nav > li.active > a,
.navbar.bg-info .nav > li > a:hover,
.navbar.bg-info .nav > li > a:focus {
  color: #fff;
  background-color: #27a2cf;
}
.navbar.bg-info .nav > li.dropdown.open .dropdown-menu,
.navbar.bg-info .nav > li.dropdown .open .dropdown-menu {
  border-top-color: #3bafda;
}
.navbar.bg-info .nav > li.dropdown.open .dropdown-menu:after,
.navbar.bg-info .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #3bafda;
}
.navbar.bg-info .nav > li.dropdown.open .dropdown-menu:after,
.navbar.bg-info .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #3bafda;
}
.navbar.bg-info .nav > li .dropdown-toggle + .dropdown-menu > .active > a,
.navbar.bg-info .nav > li .dropdown-toggle + .dropdown-menu > .active > a:hover,
.navbar.bg-info .nav > li .dropdown-toggle + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #3bafda;
}
.navbar.bg-warning {
  background-color: #f6bb42;
}
.navbar.bg-warning .nav > li.open > a,
.navbar.bg-warning .nav > li:hover > a,
.navbar.bg-warning .nav > li:focus > a,
.navbar.bg-warning .nav > li.active > a,
.navbar.bg-warning .nav > li > a:hover,
.navbar.bg-warning .nav > li > a:focus {
  color: #fff;
  background-color: #f5b025;
}
.navbar.bg-warning .nav > li.dropdown.open .dropdown-menu,
.navbar.bg-warning .nav > li.dropdown .open .dropdown-menu {
  border-top-color: #f6bb42;
}
.navbar.bg-warning .nav > li.dropdown.open .dropdown-menu:after,
.navbar.bg-warning .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #f6bb42;
}
.navbar.bg-warning .nav > li.dropdown.open .dropdown-menu:after,
.navbar.bg-warning .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #f6bb42;
}
.navbar.bg-warning .nav > li .dropdown-toggle + .dropdown-menu > .active > a,
.navbar.bg-warning .nav > li .dropdown-toggle + .dropdown-menu > .active > a:hover,
.navbar.bg-warning .nav > li .dropdown-toggle + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #f6bb42;
}
.navbar.bg-danger {
  background-color: #e9573f;
}
.navbar.bg-danger .nav > li.open > a,
.navbar.bg-danger .nav > li:hover > a,
.navbar.bg-danger .nav > li:focus > a,
.navbar.bg-danger .nav > li.active > a,
.navbar.bg-danger .nav > li > a:hover,
.navbar.bg-danger .nav > li > a:focus {
  color: #fff;
  background-color: #e63f24;
}
.navbar.bg-danger .nav > li.dropdown.open .dropdown-menu,
.navbar.bg-danger .nav > li.dropdown .open .dropdown-menu {
  border-top-color: #e9573f;
}
.navbar.bg-danger .nav > li.dropdown.open .dropdown-menu:after,
.navbar.bg-danger .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #e9573f;
}
.navbar.bg-danger .nav > li.dropdown.open .dropdown-menu:after,
.navbar.bg-danger .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #e9573f;
}
.navbar.bg-danger .nav > li .dropdown-toggle + .dropdown-menu > .active > a,
.navbar.bg-danger .nav > li .dropdown-toggle + .dropdown-menu > .active > a:hover,
.navbar.bg-danger .nav > li .dropdown-toggle + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #e9573f;
}
.navbar.bg-alert {
  background-color: #967adc;
}
.navbar.bg-alert .nav > li.open > a,
.navbar.bg-alert .nav > li:hover > a,
.navbar.bg-alert .nav > li:focus > a,
.navbar.bg-alert .nav > li.active > a,
.navbar.bg-alert .nav > li > a:hover,
.navbar.bg-alert .nav > li > a:focus {
  color: #fff;
  background-color: #8362d6;
}
.navbar.bg-alert .nav > li.dropdown.open .dropdown-menu,
.navbar.bg-alert .nav > li.dropdown .open .dropdown-menu {
  border-top-color: #967adc;
}
.navbar.bg-alert .nav > li.dropdown.open .dropdown-menu:after,
.navbar.bg-alert .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #967adc;
}
.navbar.bg-alert .nav > li.dropdown.open .dropdown-menu:after,
.navbar.bg-alert .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #967adc;
}
.navbar.bg-alert .nav > li .dropdown-toggle + .dropdown-menu > .active > a,
.navbar.bg-alert .nav > li .dropdown-toggle + .dropdown-menu > .active > a:hover,
.navbar.bg-alert .nav > li .dropdown-toggle + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #967adc;
}
.navbar.bg-system {
  background-color: #37bc9b;
}
.navbar.bg-system .nav > li.open > a,
.navbar.bg-system .nav > li:hover > a,
.navbar.bg-system .nav > li:focus > a,
.navbar.bg-system .nav > li.active > a,
.navbar.bg-system .nav > li > a:hover,
.navbar.bg-system .nav > li > a:focus {
  color: #fff;
  background-color: #30a487;
}
.navbar.bg-system .nav > li.dropdown.open .dropdown-menu,
.navbar.bg-system .nav > li.dropdown .open .dropdown-menu {
  border-top-color: #37bc9b;
}
.navbar.bg-system .nav > li.dropdown.open .dropdown-menu:after,
.navbar.bg-system .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #37bc9b;
}
.navbar.bg-system .nav > li.dropdown.open .dropdown-menu:after,
.navbar.bg-system .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #37bc9b;
}
.navbar.bg-system .nav > li .dropdown-toggle + .dropdown-menu > .active > a,
.navbar.bg-system .nav > li .dropdown-toggle + .dropdown-menu > .active > a:hover,
.navbar.bg-system .nav > li .dropdown-toggle + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #37bc9b;
}
.navbar.bg-dark {
  background-color: #3b3f4f;
}
.navbar.bg-dark .nav > li.open > a,
.navbar.bg-dark .nav > li:hover > a,
.navbar.bg-dark .nav > li:focus > a,
.navbar.bg-dark .nav > li.active > a,
.navbar.bg-dark .nav > li > a:hover,
.navbar.bg-dark .nav > li > a:focus {
  color: #fff;
  background-color: #2e313d;
}
.navbar.bg-dark .nav > li.dropdown.open .dropdown-menu,
.navbar.bg-dark .nav > li.dropdown .open .dropdown-menu {
  border-top-color: #3b3f4f;
}
.navbar.bg-dark .nav > li.dropdown.open .dropdown-menu:after,
.navbar.bg-dark .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #3b3f4f;
}
.navbar.bg-dark .nav > li.dropdown.open .dropdown-menu:after,
.navbar.bg-dark .nav > li.dropdown .open .dropdown-menu:after {
  border-bottom-color: #3b3f4f;
}
.navbar.bg-dark .nav > li .dropdown-toggle + .dropdown-menu > .active > a,
.navbar.bg-dark .nav > li .dropdown-toggle + .dropdown-menu > .active > a:hover,
.navbar.bg-dark .nav > li .dropdown-toggle + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #3b3f4f;
}
/* If Navbar has a contextual class we need to modify 
 * several elements so there are not color conflictions
 */
.navbar[class*='bg-'] {
  border-bottom-color: transparent;
  box-shadow: none;
  /* Disable navbar shadow option for navbar bgs */
}
.navbar[class*='bg-'] .navbar-brand {
  color: #fff;
}
.navbar[class*='bg-'] .nav > li > a {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.navbar[class*='bg-'] .nav > li.open > a {
  color: #fff;
  color: #ffffff;
}
.navbar[class*='bg-'] .caret.caret-tp {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.navbar[class*='bg-'] #toggle_sidemenu_l,
.navbar[class*='bg-'] #toggle_sidemenu_l:hover,
.navbar[class*='bg-'] #toggle_sidemenu_l:focus {
  color: #fff;
}
.navbar[class*='bg-'] #toggle_sidemenu_t {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s ease;
}
.navbar[class*='bg-'] #toggle_sidemenu_t:hover,
.navbar[class*='bg-'] #toggle_sidemenu_t:focus {
  color: #ffffff;
}
.navbar[class*='bg-'] .navbar-search input,
.navbar[class*='bg-'] .navbar-search input:focus {
  border-color: transparent;
}
.navbar[class*='bg-'] .navbar-search.alt input {
  color: #bbb;
  color: rgba(255, 255, 255, 0.8);
  background-color: #bbb;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.navbar[class*='bg-'] .navbar-search.alt input:focus {
  border-color: transparent;
}
.navbar[class*='bg-'].navbar-shadow {
  border-bottom: 1px solid transparent;
  box-shadow: none;
}
/*==========================================================
  Navbar Bug Fixes - Added via Update v1.2.
=========================================================== */
/* Modify whitespace for user menu dropdown - Firefox alignment bug fix */
.navbar .navbar-right > li:last-child > .dropdown-menu > li > a {
  white-space: inherit;
}
/*==========================================================
  Navbar Responsive Settings - Added via Update v1.2.
=========================================================== */
@media (max-width: 900px) {
  .navbar .navbar-right:last-child {
    margin-right: 5px;
  }
  .navbar .navbar-right > li:last-child > a > img {
    margin-right: 5px !important;
  }
  .navbar .navbar-right > li:last-child > a > span {
    display: none;
  }
  .navbar .navbar-right > li:last-child > a > span.caret {
    display: inline-block;
  }
  .navbar-form.navbar-search {
    padding: 18px 8px;
    font-size: 16px;
    margin: 0;
    cursor: pointer;
    width: auto;
    float: left;
  }
  .navbar-form.navbar-search .form-group {
    margin: 0 !important;
  }
  .navbar-form.navbar-search:after {
    content: '\f002';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: relative;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-rendering: auto;
    transform: translate(0, 0);
  }
  .navbar-form.navbar-search input {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    margin: 0;
    font-size: 24px;
    color: #aaa;
    border-radius: 0;
    border: 0;
    text-align: center;
    transition: all 0.3s ease;
  }
  .navbar-form.navbar-search input:focus,
  .navbar.bg-light .navbar-form.navbar-search input:focus {
    background-color: #fff;
  }
  .navbar-form.navbar-search.search-open input {
    z-index: 1040;
    opacity: 1 !important;
    visibility: visible;
    top: 0;
    color: #666 !important;
    border-bottom: 0;
    background-color: #fff !important;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08), 0px 2px 0px 0px rgba(0, 0, 0, 0.02) !important;
  }
  .navbar-form.navbar-search.search-open input:focus {
    border-bottom-color: #ddd;
  }
  .navbar-form.navbar-search .search-remove {
    display: none;
    z-index: 1040;
    position: absolute;
    color: #aaa;
    top: 0;
    right: 0;
    height: 60px;
    line-height: 59px;
    padding-left: 15px;
    padding-right: 25px;
  }
  .navbar-form.navbar-search .search-remove:after {
    position: relative;
    content: '\e014';
    font-family: 'Glyphicons Halflings';
    text-align: center;
    font-size: 20px;
  }
  .navbar-form.navbar-search.search-open .search-remove:hover {
    color: #ee7f6d;
  }
}
/* Force Navbar Dropdowns to float and
 * to occupy 100% width at low resolutions 
 */
@media (max-width: 599px) {
  .sb-l-m .navbar > .navbar-right,
  .navbar .navbar-nav > li.dropdown,
  .navbar .navbar-nav > li.dropdown .navbar-btn {
    position: static !important;
  }
  .navbar .navbar-right:last-child {
    margin-right: 0;
  }
  .navbar .nav > li.dropdown.open .dropdown-menu:after,
  .navbar .nav > li.dropdown > .open .dropdown-menu:after {
    display: none;
  }
  .navbar-left .dropdown-menu,
  .navbar-right .dropdown-menu,
  .navbar-left .open .dropdown-menu,
  .navbar-right .open .dropdown-menu {
    z-index: 1000;
    margin-top: 0 !important;
    float: left;
    position: absolute;
    top: 100%;
    left: -1px;
    min-width: 101%;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  #user-status + .btn-group .multiselect-container.dropdown-menu,
  #user-role + .btn-group .multiselect-container.dropdown-menu {
    top: 34px !important;
    position: absolute !important;
    right: 0;
    left: auto;
  }
}
/*==========================================================
  Widget Modifications for Navbar Dropdown Use
=========================================================== */
/* Timeline Widget */
.navbar .nav > li.dropdown .timeline-list li.timeline-item {
  padding: 18px 70px 18px 45px;
}
.navbar .nav > li.dropdown .timeline-list li.timeline-item .timeline-icon {
  left: 9px;
  top: 12px;
}
.navbar .nav > li.dropdown .timeline-list li.timeline-item:after {
  left: 21px;
  top: 0;
}
.navbar .nav > li.dropdown .timeline-list li.timeline-item .timeline-desc {
  letter-spacing: 0;
}
.navbar .nav > li.dropdown .timeline-list li.timeline-item .timeline-date {
  font-size: 11px;
  right: 8px;
  top: 17px;
}
/* Chat Widget */
.navbar .nav > li.dropdown .chat-widget .media-left {
  padding-right: 10px;
}
.navbar .nav > li.dropdown .chat-widget .media-right {
  padding-left: 10px;
}
.navbar .nav > li.dropdown .chat-widget .media-left img,
.navbar .nav > li.dropdown .chat-widget .media-right img {
  max-width: 35px;
  border-radius: 2px;
  border: 0;
}
.navbar .nav > li.dropdown .chat-widget .media-body {
  padding: 5px;
  background-color: #fafafa;
}
.navbar .nav > li.dropdown .chat-widget .media-status:after {
  font-size: 9px;
}
/* Alerts Widget */
.navbar .nav > li.dropdown .alerts-widget .media {
  position: relative;
}
.navbar .nav > li.dropdown .alerts-widget .media-left {
  vertical-align: middle;
  padding-right: 11px;
  border-right: 1px dashed #ddd;
}
.navbar .nav > li.dropdown .alerts-widget a.media-left {
  color: #aaa;
  font-size: 18px;
}
.navbar .nav > li.dropdown .alerts-widget .media-body {
  font-size: 12px;
  font-weight: 400;
  padding-left: 13px;
}
.navbar .nav > li.dropdown .alerts-widget .media-heading {
  margin-bottom: 3px;
}
.navbar .nav > li.dropdown .alerts-widget .media-right {
  position: absolute;
  right: 0;
  top: -3px;
  text-align: right;
}
.navbar .nav > li.dropdown .alerts-widget .media-right .btn.btn-xs {
  font-size: 11px;
  padding: 0px 5px;
}
.navbar .nav > li.dropdown .alerts-widget .media-right .media-response {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 2px;
}
.navbar .nav > li.dropdown .alerts-widget .media-right .media-response.single {
  font-size: 11px;
  padding-top: 10px;
}
/* ==============================================
   Content Trays
     A. Trays
     B. Tray Sizes
     C. Tray Bin
     D. Misc Tray Helpers
     E. Tray Navigation
     F. Tray Hover Settings
=================================================
   A. Content Trays
================================================= */
/*tray table layout*/
#content.table-layout {
  padding: 0;
}
#content.table-layout > div,
#content.table-layout > section {
  vertical-align: top;
  padding: 25px 20px 50px;
}
#content.table-layout > aside {
  vertical-align: top;
}
/*trays*/
.tray-left,
.tray-right {
  position: relative;
  width: 250px;
  min-height: 100%;
  padding: 15px;
  border-right: 1px solid #ddd;
  background: #f5f5f5;
}
/*Right tray*/
.tray-right {
  border-left: 1px solid #ddd;
  border-right: 0;
}
/*Top tray*/
.tray-top {
  position: relative;
  width: 100%;
  min-height: 150px;
  border-bottom: 1px solid #ddd;
  background-color: #f2f2f2;
  padding: 15px;
}
.tray-top.light {
  background-color: #fafafa;
}
/*===============================================
   B. Tray Sizes
================================================= */
.tray200 {
  width: 200px;
}
.tray240 {
  width: 240px;
}
.tray270 {
  width: 270px;
}
.tray290 {
  width: 290px;
}
.tray300 {
  width: 300px;
}
.tray320 {
  width: 320px;
}
.tray350 {
  width: 350px;
}
.tray400 {
  width: 400px;
}
/* affixed tray widths - we subtract 1px to make
 * sure the parent left/right border is display */
.tray200 .tray-nav.affix {
  width: 199px;
}
.tray200 .tray-nav.affix {
  width: 239px;
}
.tray270 .tray-nav.affix {
  width: 269px;
}
.tray290 .tray-nav.affix {
  width: 289px;
}
.tray300 .tray-nav.affix {
  width: 299px;
}
.tray320 .tray-nav.affix {
  width: 319px;
}
.tray350 .tray-nav.affix {
  width: 349px;
}
.tray400 .tray-nav.affix {
  width: 399px;
}
/*===============================================
   C. Tray Bin
================================================= */
/* tray bin - great for organizing buttons and links
 * negative margin added to counter parent tray padding
 */
.tray-bin {
  min-height: 65px;
  padding: 7px;
  margin: 0 -15px 15px;
  border: 1px dashed #ccc;
  background: #eee;
}
.tray-bin.stretch {
  border-left: 0;
  border-right: 0;
}
/*If navbar has a contextual bg we make menu links white*/
.tray-bin div[class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
/*traybin divider text. Used primarily in li navs*/
.tray-bin .nav-label {
  text-align: center;
  font-size: 12px;
  color: #999;
  padding-left: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
}
/*===============================================
   D. Misc Tray Helpers
================================================= */
/* often used as first title in tray */
.tray-title {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0 5px 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* Icon list commonly seen in tray header */
.icon-list {
  margin: 20px 0 30px;
  font-size: 14px;
  padding-left: 5px;
  list-style: none;
}
.icon-list li + li {
  padding-top: 10px;
}
/*===============================================
   E. Tray Navigation
================================================= */
/* tray navigation - negative margin added
 * to counter parent tray padding
 */
ul.tray-nav {
  margin: 15px -15px;
}
/* item link */
ul.tray-nav li a {
  width: 100%;
  padding: 11px 15px 11px 30px;
  color: #999;
  font-size: 13px;
  background: #f2f2f2;
  border-top: 1px solid #ddd;
}
/* item icon */
ul.tray-nav li a .fa {
  padding-right: 18px;
}
/* active item  */
ul.tray-nav li.active a {
  color: #666;
  background: #fbfbfb;
  transition: all 0.3s ease;
}
/* active item icon */
ul.tray-nav li.active a .fa {
  color: #3498db;
}
/*Tray nav style option - Arrow*/
/* active item bottom border */
ul.tray-nav.tray-nav-arrow li.active:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 1px;
  left: 0;
  border-bottom: 1px solid #ddd;
}
ul.tray-nav.tray-nav-arrow li.active a:before,
ul.tray-nav.tray-nav-arrow li.active a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 20px solid;
  border-left-color: #fbfbfb;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transition: all 0.3s ease;
}
ul.tray-nav.tray-nav-arrow li.active a:before {
  border-left-color: #888;
}
/* item hover */
ul.tray-nav.tray-nav-arrow li:hover a:after {
  border-left-color: #f8f8f8;
}
/*settings for arrows when used on a right aligned tray (.tray-right)*/
/* active item bottom border */
.tray-right ul.tray-nav.tray-nav-arrow li.active:before {
  width: 100%;
  left: auto;
  right: 0;
}
.tray-right ul.tray-nav.tray-nav-arrow li.active a:before,
.tray-right ul.tray-nav.tray-nav-arrow li.active a:after {
  left: auto;
  right: 100%;
  border-right: 20px solid;
  border-left-color: transparent;
  border-right-color: #fbfbfb;
}
.tray-right ul.tray-nav.tray-nav-arrow li.active a:before {
  border-left-color: transparent;
  border-right-color: #888;
}
/* item hover */
.tray-right ul.tray-nav.tray-nav-arrow li:hover a:after {
  border-left-color: transparent;
  border-right-color: #f8f8f8;
}
/*Tray nav style option - Bordered*/
.tray-nav.tray-nav-border li {
  position: relative;
}
.tray-nav.tray-nav-border li a {
  font-size: 14px;
  padding: 12px 15px 12px 23px;
}
.tray-nav.tray-nav-border li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #ccc;
}
.tray-nav.tray-nav-border li.active:after {
  background: #3498db;
}
.tray-nav.tray-nav-border li:hover:after {
  background: #999;
}
/*modifcation for right side trays (.tray-right)*/
.tray-right .tray-nav.tray-nav-border li:after {
  left: 0;
  right: auto;
}
/*border skin contextuals*/
.tray-nav.tray-nav-border li.active.nav-primary:after {
  background: #3498db;
}
.tray-nav.tray-nav-border li.active.nav-success:after {
  background: #70ca63;
}
.tray-nav.tray-nav-border li.active.nav-info:after {
  background: #3bafda;
}
.tray-nav.tray-nav-border li.active.nav-warning:after {
  background: #f6bb42;
}
.tray-nav.tray-nav-border li.active.nav-danger:after {
  background: #e9573f;
}
.tray-nav.tray-nav-border li.active.nav-alert:after {
  background: #967adc;
}
.tray-nav.tray-nav-border li.active.nav-system:after {
  background: #37bc9b;
}
.tray-nav.tray-nav-border li.active.nav-dark:after {
  background: #3b3f4f;
}
/* Tray elements fixed settings */
.tray-nav.affix,
.tray .tray-affix {
  top: 55px;
}
#topbar.affix + #content .tray-nav.affix,
#topbar.affix + #content .tray .tray-affix {
  top: 115px;
}
/* tray-nav animation helper class */
.tray-nav[data-nav-animate] li {
  display: none;
}
.tray-nav[data-nav-animate] li.animated {
  display: block;
}
/*===============================================
   F. Tray Hover Settings

   At <1000 window width javascript will add a 
   "tray-rescale" class to the document body. This
   will shift the menu over out of sight and
   expand it only when the user hovers over the 
   portion that's still visible
================================================= */
body.tray-rescale {
  overflow-x: hidden;
}
body.tray-rescale.sb-r-o .tray-center {
  padding-right: 20px !important;
}
body.tray-rescale.sb-r-o .tray-left,
body.tray-rescale.sb-r-o .tray-right {
  display: none;
}
body.tray-rescale .tray-left,
body.tray-rescale .tray-right {
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  transition: all 0.3s ease;
}
body.tray-rescale .tray-left,
body.tray-rescale .tray-right {
  right: -275px;
}
body.tray-rescale .tray-left {
  border-left: 1px solid #ddd;
}
/* adjust center tray to fill window width add needed
 padding to offset the partially hidden tray */
body.tray-rescale .tray-center {
  width: 100%;
  transition: all 0.3s ease;
  padding-right: 58px !important;
}
body.tray-rescale .tray-top + .tray-center {
  padding-right: inherit !important;
}
/* adjust depending on tray size */
body.tray-rescale .tray.tray200 {
  right: -155px;
}
body.tray-rescale .tray.tray225 {
  right: -180px;
}
body.tray-rescale .tray.tray250 {
  right: -205px;
}
body.tray-rescale .tray.tray270 {
  right: -225px;
}
body.tray-rescale .tray.tray290 {
  right: -245px;
}
body.tray-rescale .tray.tray300 {
  right: -255px;
}
body.tray-rescale .tray.tray320 {
  right: -275px;
}
body.tray-rescale .tray.tray350 {
  right: -305px;
}
body.tray-rescale .tray.tray400 {
  right: -355px;
}
/* on hover open the menus */
body.tray-rescale .tray-left:hover,
body.tray-rescale .tray-right:hover {
  opacity: 1;
  z-index: 999;
}
body.tray-rescale .tray-left:hover,
body.tray-rescale .tray-right:hover {
  right: 0px;
}
/* adjust any bootstrap affix settings if they exist */
/* Disable completely on resolutions <600 */
@media (max-width: 600px) {
  body.tray-rescale .tray-left,
  body.tray-rescale .tray-right {
    display: none;
  }
  body.tray-rescale .tray-center {
    padding-right: 13px !important;
  }
  body.tray-rescale #content.table-layout > div,
  body.tray-rescale #content.table-layout > section {
    padding: 10px 13px 40px !important;
  }
}
.tray-scroller {
  min-height: 500px;
}
.tray-left .tray-scroller {
  margin-right: -16px;
}
.tray-center .tray-scroller {
  margin-right: -20px;
  padding-right: 5px;
}
.tray-right .tray-scroller {
  margin-right: -13px;
}
.tray-scroller .scroller-handle {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tray-scroller:hover .scroller-handle {
  opacity: 1;
}
/* ==============================================
   LEFT SIDEBAR
    A. Sidebar Default/Open State
    B. Sidebar Active Item Borders
    C. Sidebar Misc Elements
    D. Sidebar Widgets/Menus
    E. Sidebar Minified State
    F. Sidebar Default Color Settings
    G. Sidebar Light Color Settings
    H. Sidebar Nano Plugin Settings
    I. Sidebar Responsive Settings
=================================================
  A. Default Open State
================================================= */
/* Sidebar Container */
#sidebar_left {
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  min-height: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
}
/* Sidebar Content Container */
.sidebar-left-content {
  height: 100%;
}
/* Sidebar-Menu */
.sidebar-menu {
  padding-bottom: 20px;
}
/* Sidebar-Menu Top Level Items */
.sidebar-menu > li {
  margin: 0;
}
.sidebar-menu > li:first-child {
  padding-top: 4px;
}
/* Sidebar Menu Links */
/* Sidebar-Menu Top Level Links */
.sidebar-menu > li > a {
  padding: 0;
  line-height: 37px;
  height: 37px;
  overflow: hidden;
}
/* Sidebar-Menu Top Level - Icon */
.sidebar-menu > li > a > span:nth-child(1) {
  float: left;
  top: 0;
  line-height: 37px;
  width: 38px;
  font-size: 13px;
  text-align: center;
  padding-left: 13px;
}
/* Sidebar-Menu Top Level - Title */
.sidebar-menu > li > a > span:nth-child(2) {
  font-weight: 600;
  padding-left: 6px;
}
/* Sidebar-Menu Top Level - Tray(holds labels,etc) */
.sidebar-menu li > a > .sidebar-title-tray {
  position: absolute;
  right: 13px;
  top: -2px;
}
/* Sidebar-Menu Top Level - Label */
.sidebar-menu li > a > .sidebar-title-tray .label {
  font-size: 11px;
  padding: 0.1em 0.6em 0.3em;
}
/* Sidebar-Menu Top Level - Caret */
.sidebar-menu li > a > span.caret {
  position: absolute;
  top: 45%;
  right: 13px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
/* Open Menu Item Caret - we simply flip the carets border */
.sidebar-menu li > a.menu-open > span.caret {
  border-top: 0;
  border-bottom: 5px solid;
}
/* Sidebar-Menu Sub Level */
.sidebar-menu > li > ul {
  clear: both;
  display: none;
  width: 250px;
  height: auto;
}
.sidebar-menu li > a.menu-open + ul {
  display: block;
}
/* Sidebar-Menu Sub Level Items */
.sidebar-menu > li > ul > li > a {
  padding: 11px 20px 11px 30px;
}
/* Sidebar-Menu Sub Level - first and last items */
.sidebar-menu > li > ul > li:first-child > a {
  padding-top: 14px;
}
.sidebar-menu > li > ul > li:last-child > a {
  padding-bottom: 17px;
}
/* Sidebar-Menu Sub Level Item - Title */
.sidebar-menu > li > ul > li > a > span:nth-child(1) {
  margin-right: 10px;
  font-size: 11px;
}
/* Sidebar-Menu Sub Level Item - Label */
.sidebar-menu > li > ul > li > a > span.label {
  float: right;
  line-height: 17px;
}
/* Sidebar-Menu Multi-level (submenu inside a submenu and so on) */
.sidebar-menu > li > ul > li ul {
  clear: both;
  display: none;
  width: 250px;
  height: auto;
}
/* Sidebar-Menu Multi-level - Links */
.sidebar-menu > li > ul > li > ul li a {
  padding: 9px 12px 9px 30px;
}
.sidebar-menu > li > ul > li > ul li:last-child a {
  padding-bottom: 13px;
}
/* Sidebar-Menu Multi-level - Label(xs) */
.sidebar-menu > li > ul > li > ul li a .label.label-xs {
  float: right;
  line-height: 17px;
}
/*===============================================
  B. Sidebar-Menu Active Item Borders
================================================= */
/* Top Level - Active Item Border */
.sidebar-menu > li > a.menu-open:after,
.sidebar-menu > li.active > a:after,
.sidebar-menu > li:hover > a:after,
.sidebar-menu > li:focus > a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #aaa;
}
/* Sub Level - Active Item Border */
.sidebar-menu > li > ul > li > a.menu-open:after,
.sidebar-menu > li > ul > li.active > a:after,
.sidebar-menu > li > ul > li:hover > a:after,
.sidebar-menu > li > ul > li:focus > a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #aaa;
}
/* Multi Level - Active Item Border */
.sidebar-menu > li > ul > li > ul > li.active > a:after,
.sidebar-menu > li > ul > li > ul > li:hover > a:after,
.sidebar-menu > li > ul > li > ul > li:focus > a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  height: 90%;
  width: 3px;
  background: #999;
}
/*===============================================
  C. Sidebar Misc
================================================= */
/* Sidebar labels */
.sidebar-menu .sidebar-label {
  text-transform: uppercase;
  color: #70829a;
  font-weight: 600;
  padding-left: 18px;
  padding-bottom: 3px;
  font-size: 12px;
}
/* Sidebar Project Links */
/* Sidebar Progress Bars */
.sidebar-menu .sidebar-stat .progress {
  clear: both;
  background-color: #aaa;
  background-color: rgba(0, 0, 0, 0.15);
}
/* Sidebar Progress Bars Titles */
.sidebar-menu .sidebar-stat > a {
  height: auto;
  overflow: visible;
}
/* Sidebar Toggle Button */
.sidebar-toggle-mini {
  width: 35px;
  height: 32px;
  padding: 7px 0;
}
.sidebar-toggle-mini a {
  display: block;
  position: absolute;
  right: 0;
  text-align: center;
  padding: 6px 6px 5px;
  background: rgba(0, 0, 0, 0.15);
}
.sidebar-toggle-mini span {
  position: relative;
  color: #999;
  font-size: 16px;
  transition: all ease-in-out 0.2s;
  transform: rotate(180deg);
}
.sidebar-toggle-mini:hover span {
  color: #eee;
}
.sidebar-menu li > a > span.caret,
.sidebar-menu li > a.menu-open > span.caret {
  color: inherit;
  width: 20px;
  height: 20px;
  top: 0;
  margin: 0;
  border: 0;
}
.sidebar-menu li > a > span.caret:after {
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  display: inline-block;
  padding-right: 3px;
  float: right;
  right: 0;
}
.sidebar-menu li > a.menu-open > span.caret:after {
  content: '\f107';
}
.sidebar-menu li > ul > li > a > span.caret,
.sidebar-menu li > ul > li > a.menu-open > span.caret {
  top: 11px;
}
.sb-top .sidebar-menu li > a > span.caret,
.sb-top .sidebar-menu li > a.menu-open > span.caret {
  width: 18px;
  height: 18px;
  line-height: 1;
}
.sb-top .sidebar-menu li > ul > li > a > span.caret,
.sb-top .sidebar-menu li > ul > li > a.menu-open > span.caret {
  top: 11px !important;
}
/*===============================================
  C. Sidebar "top" - Horizontal Menu 
     Activated by adding the ".sidebar-top"
     class to the "#sidebar_left" element
================================================= */
body.sb-top .navbar + #sidebar_left + #content_wrapper,
body.sb-top .navbar.navbar-static-top + #sidebar_left + #content_wrapper {
  margin-left: 0;
  padding-top: 55px;
}
body.sb-top .navbar.navbar-fixed-top + #sidebar_left + #content_wrapper {
  margin-left: 0;
  padding-top: 115px;
}
body.sb-top #toggle_sidemenu_r {
  display: none !important;
}
body.sb-top #topbar-dropmenu {
  top: 0;
}
body.sb-top #topbar.affix {
  margin-left: 0;
}
body.sb-top.boxed-layout #topbar.affix {
  width: 1140px !important;
  margin-left: 0;
  margin-right: 0;
  left: auto;
  right: auto;
}
body.sb-top.boxed-layout.sb-r-o #topbar.affix {
  width: 840px !important;
}
body.sb-top .navbar-nav.navbar-right,
body.sb-top .navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
body.sb-top .navbar-branding {
  width: 160px;
}
body.sb-top #sidebar_left {
  overflow: visible;
  z-index: 1028;
  width: 100%;
  min-height: 0;
  margin-top: 60px;
  padding: 0;
  border: 0;
}
body.sb-top #sidebar_left .sidebar-toggle-mini,
body.sb-top #sidebar_left .sidebar-menu .sidebar-label,
body.sb-top #sidebar_left .sidebar-menu li > ul > li > ul > li .label,
body.sb-top #sidebar_left .sidebar-menu .sidebar-title-tray {
  display: none !important;
}
body.sb-top #sidebar_left .sidebar-menu {
  padding-bottom: 0;
}
body.sb-top #sidebar_left .sidebar-menu > li {
  float: left;
}
body.sb-top #sidebar_left .sidebar-menu > li:first-child {
  padding-top: 0;
}
body.sb-top #sidebar_left .sidebar-menu > li > a {
  overflow: visible;
  color: #bbb;
  padding: 0 18px;
  height: 55px;
  line-height: 55px;
}
body.sb-top #sidebar_left .sidebar-menu > li.active > a,
body.sb-top #sidebar_left .sidebar-menu > li:hover > a,
body.sb-top #sidebar_left .sidebar-menu > li > a.menu-open,
body.sb-top #sidebar_left .sidebar-menu > li > a:hover,
body.sb-top #sidebar_left .sidebar-menu > li > a:focus {
  color: inherit;
  background-color: #454241;
  transition: background-color 0.2s ease;
}
body.sb-top #sidebar_left .sidebar-menu > li.active > a {
  color: #fff !important;
}
body.sb-top #sidebar_left .sidebar-menu > li > a > .sidebar-title {
  font-weight: 400;
}
body.sb-top #sidebar_left .sidebar-menu > li > a > span:nth-child(1) {
  width: auto;
  padding-left: 0;
  padding-right: 5px;
  line-height: 55px;
}
body.sb-top #sidebar_left .sidebar-menu li > a > span.caret {
  color: #858483;
  position: relative;
  top: 0;
  right: 0;
  margin-left: 5px;
}
body.sb-top #sidebar_left .sidebar-menu > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 195px;
  height: auto;
  border-left: 0;
  padding-bottom: 2px;
  overflow: hidden;
}
body.sb-top #sidebar_left .sidebar-menu > li > ul > li {
  overflow: hidden;
}
body.sb-top #sidebar_left .sidebar-menu > li > ul > li > a {
  padding: 8px 15px 8px 15px;
}
body.sb-top #sidebar_left .sidebar-menu > li > ul > li > a.menu-open:after,
body.sb-top #sidebar_left .sidebar-menu > li > ul > li.active > a:after,
body.sb-top #sidebar_left .sidebar-menu > li > ul > li:hover > a:after,
body.sb-top #sidebar_left .sidebar-menu > li > ul > li:focus > a:after {
  left: 1px;
  width: 3px;
}
body.sb-top #sidebar_left .sidebar-menu > li > ul > li ul {
  width: 195px;
}
body.sb-top #sidebar_left .sidebar-menu > li > ul > li > a .caret {
  position: absolute;
  top: 15px;
  right: 10px;
}
body.sb-top #sidebar_left .sidebar-menu > li > ul > li > ul > li a {
  padding: 8px 15px 8px 20px;
}
body.sb-top #sidebar_left .sidebar-menu > li > ul > li > ul > li.active > a:after,
body.sb-top #sidebar_left .sidebar-menu > li > ul > li > ul > li:hover > a:after,
body.sb-top #sidebar_left .sidebar-menu > li > ul > li > ul > li:focus > a:after {
  left: 1px;
  width: 3px;
}
body.sb-top #sidebar_left .sidebar-menu li > ul > li > a.menu-open + ul {
  display: block !important;
}
body.sb-top #sidebar_left.sidebar-light {
  border-right: 0;
  box-shadow: 0 1px 0 #ddd;
}
body.sb-top #sidebar_left.sidebar-light .sidebar-menu > li > a > span:nth-child(2) {
  color: #888;
}
body.sb-top #sidebar_left.sidebar-light .sidebar-menu > li.active > a,
body.sb-top #sidebar_left.sidebar-light .sidebar-menu > li:hover > a,
body.sb-top #sidebar_left.sidebar-light .sidebar-menu > li > a.menu-open,
body.sb-top #sidebar_left.sidebar-light .sidebar-menu > li > a:hover,
body.sb-top #sidebar_left.sidebar-light .sidebar-menu > li > a:focus {
  background-color: #f2f2f2;
}
body.sb-top #sidebar_left.sidebar-light .sidebar-menu > li > ul {
  top: 99%;
  border: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
body.sb-top #sidebar_left.sidebar-light .sidebar-menu li > ul > li > a {
  padding: 9px 15px 8px 17px;
}
body.sb-top.sb-top-sm .navbar + #sidebar_left + #content_wrapper,
body.sb-top.sb-top-sm .navbar.navbar-static-top + #sidebar_left + #content_wrapper {
  padding-top: 45px;
}
body.sb-top.sb-top-sm .navbar.navbar-fixed-top + #sidebar_left + #content_wrapper {
  padding-top: 105px;
}
body.sb-top.sb-top-sm #sidebar_left {
  height: 45px;
}
body.sb-top.sb-top-sm #sidebar_left .sidebar-menu > li > a {
  height: 45px;
  line-height: 45px;
  padding: 0 16px;
}
body.sb-top.sb-top-sm #sidebar_left .sidebar-menu > li > a > span:nth-child(1) {
  font-size: 12px;
  line-height: 45px;
}
body.sb-top.sb-top-lg .navbar + #sidebar_left + #content_wrapper,
body.sb-top.sb-top-lg .navbar.navbar-static-top + #sidebar_left + #content_wrapper {
  padding-top: 75px;
}
body.sb-top.sb-top-lg .navbar.navbar-fixed-top + #sidebar_left + #content_wrapper {
  padding-top: 135px;
}
body.sb-top.sb-top-lg #sidebar_left {
  height: 75px;
}
body.sb-top.sb-top-lg #sidebar_left .sidebar-menu > li > a {
  height: 75px;
  line-height: inherit;
  text-align: center;
  padding: 0 10px;
}
body.sb-top.sb-top-lg #sidebar_left .sidebar-menu > li > a > span:nth-child(1) {
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  padding-top: 4px;
}
body.sb-top.sb-top-lg #sidebar_left .sidebar-menu > li > a > .sidebar-title {
  padding-left: 0;
}
body.sb-top.sb-top-collapsed #sidebar_left {
  top: -110px;
}
body.sb-top.sb-top-collapsed .navbar + #sidebar_left + #content_wrapper,
body.sb-top.sb-top-collapsed .navbar.navbar-static-top + #sidebar_left + #content_wrapper {
  padding-top: 0px;
}
body.sb-top.sb-top-collapsed .navbar.navbar-fixed-top + #sidebar_left + #content_wrapper {
  padding-top: 60px;
}
body.sb-top.sb-top-collapsed #toggle_sidemenu_t .fa-caret-up {
  transform: rotate(180deg);
}
body.sb-top.sb-top-collapsed .navbar[class*='bg-'] #toggle_sidemenu_t .fa-caret-up {
  color: #fff;
}
@media (max-width: 1100px) {
  body.sb-top #content_wrapper {
    margin-left: 0 !important;
    left: 0 !important;
  }
}
@media (max-width: 900px) {
  body.sb-top #sidebar_left {
    top: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: auto !important;
    transition: all 0.2s ease;
  }
  body.sb-top #sidebar_left .sidebar-menu > li {
    float: none;
    width: 100%;
  }
  body.sb-top #sidebar_left .sidebar-menu > li > a {
    height: 45px !important;
    line-height: 45px !important;
    padding: 0 16px !important;
    text-align: left !important;
  }
  body.sb-top #sidebar_left .sidebar-menu > li > a > span:nth-child(1) {
    width: auto !important;
    font-size: 12px !important;
    line-height: 45px !important;
    padding: 0 !important;
  }
  body.sb-top #sidebar_left .sidebar-menu > li > a > .sidebar-title {
    padding-left: 8px !important;
  }
  body.sb-top #sidebar_left .sidebar-menu > li > ul,
  body.sb-top #sidebar_left .sidebar-menu > li > ul > li ul {
    position: relative;
    width: auto;
  }
  body.sb-top #sidebar_left.sidebar-light {
    border-right: 0;
    box-shadow: 0 1px 0 #ddd;
  }
  body.sb-top #sidebar_left.sidebar-light .sidebar-menu > li > ul {
    border: 0;
    box-shadow: none;
  }
  body.sb-top #sidebar_left.sidebar-light .sidebar-menu li > ul > li > a {
    padding: 9px 15px 8px 17px;
  }
  body.sb-top .navbar-branding {
    width: 0;
    display: none;
  }
  body.sb-top #toggle_sidemenu_t {
    width: 44px;
  }
  body.sb-top .navbar.navbar-fixed-top + #sidebar_left + #content_wrapper {
    padding-top: 60px !important;
  }
  body.sb-top.sb-top-collapsed #sidebar_left {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media (min-width: 901px) {
  body.sb-top .sidebar-menu > li > a.menu-open + ul {
    display: none;
  }
  body.sb-top .sidebar-menu > li:hover > a + ul {
    z-index: 1;
    display: block !important;
  }
}
/*===============================================
  D. Sidebar Widgets
================================================= */
/* Widget Wrapper */
.sidebar-widget {
  position: relative;
  padding: 8px 13px;
  height: 51px;
  /* Author Widget */
  /* Menu Widget - A Slide-Down Menu. Hidden by default */
}
.sidebar-widget + .sidebar-widget {
  margin-top: 18px;
}
.sidebar-widget.author-widget {
  margin-top: 15px;
}
.sidebar-widget.author-widget .media-left img {
  max-width: 40px;
  border: 2px solid #888;
  border-radius: 50%;
}
.sidebar-widget.author-widget .media-links a {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #aaa;
  font-size: 12px;
  text-decoration: none;
}
.sidebar-widget.author-widget .media-links a:hover {
  color: #fff;
}
.sidebar-widget.author-widget .media-body {
  padding-left: 3px;
  color: #fff;
}
.sidebar-widget.author-widget.menu-widget-open .media-links a.sidebar-menu-toggle {
  color: #fff;
}
.sidebar-widget.menu-widget {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  height: 130px;
  width: 100%;
  padding: 10px;
  background-color: #423f3e;
  border-top: 1px solid #3d3a39;
  border-bottom: 1px solid #3d3a39;
  /* Menu Links */
  /* Menu Title(hidden) */
  /* Menu Icons */
}
.sidebar-widget.menu-widget a {
  position: relative;
  display: block;
  padding: 12px 5px 12px;
  margin-bottom: 3px;
  transition: all 0.2s ease;
}
.sidebar-widget.menu-widget a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-widget.menu-widget a h5 {
  display: none;
}
.sidebar-widget.menu-widget a span {
  color: #ddd;
  font-size: 24px;
  transition: all 0.3s ease;
}
.sidebar-widget.menu-widget a:hover span {
  color: #f6bb42;
}
.sidebar-widget.search-widget {
  height: 40px;
  padding: 8px 6px;
  background-color: #423f3e;
  border-top: 1px solid #3d3a39;
  border-bottom: 1px solid #3d3a39;
}
.sidebar-widget.search-widget input,
.sidebar-widget.search-widget .input-group-addon {
  color: #70829a;
  height: 22px;
  padding: 3px;
  font-size: 14px;
  border-color: transparent;
  background-color: transparent;
}
.sidebar-widget.search-widget input {
  padding-left: 0px;
  border-left: 0;
}
.sidebar-widget.search-widget input::-webkit-input-placeholder {
  color: #70829a;
}
.sidebar-widget.search-widget input::-moz-placeholder {
  color: #70829a;
}
.sidebar-widget.search-widget input:-moz-placeholder {
  color: #70829a;
}
.sidebar-widget.search-widget input:-ms-input-placeholder {
  color: #70829a;
}
body.sb-l-m .author-widget .media-body,
body.sb-l-m .author-widget .media-heading {
  display: none;
}
body.sb-l-m .author-widget .media-left img {
  max-width: 30px;
}
@media (max-width: 900px) {
  body.sb-l-m .author-widget {
    padding: 8px 7px;
  }
}
/*====================================================
  E. Sidebar Minified State
====================================================== */
/* Sidebar Minified State */
body.sb-l-m #sidebar_left {
  z-index: 1028;
  overflow: visible;
  width: 60px;
  height: 100%;
  left: 0;
  background-color: #4c4a49;
}
body.sb-l-m #sidebar_left:before {
  width: 60px;
}
/* Hide Multiple Sidebar Elements */
body.sb-l-m .sidebar-header,
body.sb-l-m #sidebar_left .sidebar-title,
body.sb-l-m #sidebar_left .sidebar-label,
body.sb-l-m #sidebar_left .sidebar-title-tray,
body.sb-l-m #sidebar_left .caret,
body.sb-l-m #sidebar_left .sidebar-proj,
body.sb-l-m #sidebar_left .sidebar-stat {
  display: none;
}
/* Only Icon is showing - Modify Padding to fit */
body.sb-l-m .sidebar-menu > li {
  padding: 7px 0;
}
/* Menu will be converted to on:hover - It requires overflow */
body.sb-l-m .sidebar-menu > li > a {
  overflow: visible;
}
/* Sidebar-Menu Top Level - Icon */
body.sb-l-m .sidebar-menu > li > a > span:nth-child(1) {
  color: #ccc;
  left: -1px;
  width: 60px;
  font-size: 18px;
  padding-left: 0;
}
/* Sidebar-Menu Top Level - Title */
body.sb-l-m .sidebar-menu > li > a > .sidebar-title {
  position: absolute;
  left: 60px;
  top: -4px;
  width: 180px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  padding-left: 15px;
  border-left: 1px solid #222;
  background-color: transparent;
}
/* Menus have been converted to show only on:hover. Hide by default */
body.sb-l-m .sidebar-menu > li > a.menu-open + ul {
  display: none;
}
/* Menus have been converted. We display them on:hover */
body.sb-l-m .sidebar-menu > li:hover > a + ul,
body.sb-l-m .sidebar-menu > li:hover > a > .sidebar-title,
body.sb-l-m .sidebar-menu > li:hover > ul .caret {
  display: block !important;
}
/* Sidebar-Menu Sub Level */
body.sb-l-m .sidebar-menu > li > ul {
  position: absolute;
  left: 60px;
  top: 38px;
  width: 180px;
  height: auto;
  border-left: 1px solid #222;
  padding-bottom: 7px;
  overflow: hidden;
}
/* Sidebar-Menu Multi Level */
body.sb-l-m .sidebar-menu > li > ul > li {
  overflow: hidden;
}
body.sb-l-m .sidebar-menu > li > ul > li ul {
  width: 180px;
}
/* Sidebar-Menu Sub Level - Link Padding */
body.sb-l-m .sidebar-menu li > ul > li > a {
  padding: 8px 15px 8px 15px;
}
/* Sidebar-Menu Multi Level - Link Padding */
body.sb-l-m .sidebar-menu li > ul > li > ul > li a {
  padding: 8px 15px 8px 20px;
}
/* Adjust Primary Content Container - Sidebar Minified */
body.sb-l-m #content_wrapper {
  margin-left: 60px;
}
/* Primary Content Container - Sidebar Hidden */
body.sb-l-c.sb-l-m #content_wrapper {
  margin-left: 0;
}
/* Adjust Navbar Logo/Branding - Sidebar Minified */
body.sb-l-m .navbar-branding {
  width: 60px;
}
/* Adjust Navbar Logo/Branding - Sidebar Hidden */
body.sb-l-m .navbar-brand {
  display: none;
}
/*=======================================================
  F. Sidebar Default Color Settings
========================================================= */
/* Sidebar Container */
#sidebar_left {
  background-color: #4c4a49;
}
/* Menu Item - Label Color */
.sidebar-menu .sidebar-label {
  color: #908885;
}
/* Menu item Caret */
.sidebar-menu li > a > span.caret {
  color: #858483;
}
/* Open Menu item Caret */
.sidebar-menu li > a.menu-open > span.caret {
  color: #fff;
}
/* Top Level Menu Item - Text Color */
.sidebar-menu > li > a {
  color: #ffffff;
}
/* Top Level Menu Item - BG Color:hover */
.sidebar-menu > li > a:hover,
.sidebar-menu > li > a:focus,
.sidebar-menu > li > a:active {
  color: inherit;
  background-color: transparent;
}
/* Top Level Item - Border Color:hover */
.sidebar-menu > li:hover > a:after,
.sidebar-menu > li:focus > a:after {
  background: transparent;
}
/* Top Level Active Menu Item - BG/Text Color */
.sidebar-menu > li.active > a {
  color: #ffffff;
  background-color: transparent;
}
/* Top Level Active Menu Item - Icon Color */
.sidebar-menu > li.active > a > span:nth-child(1) {
  color: #3498db;
}
/* Top Level Active Item - Border Color */
.sidebar-menu > li.active > a:after,
.sidebar-menu > li > a.menu-open:after {
  background: transparent;
}
/* Sub-Menu Item - BG Color */
.sidebar-menu > li > ul {
  background-color: #454241;
}
/* Sub-Menu Item - BG Color:hover */
.sidebar-menu > li > ul > li > a {
  color: #bbbbbb;
}
/* Sub-Menu Item - BG Color:hover */
.sidebar-menu > li > ul > li > a:hover,
.sidebar-menu > li > ul > li > a:focus {
  color: inherit;
  background-color: transparent;
}
/* Sub-Menu Item - Border Color:hover */
.sidebar-menu > li > ul > li:hover > a:after,
.sidebar-menu > li > ul > li:focus > a:after {
  background: #3498db;
}
/* Sub-Menu Active Item - BG/Text Color */
.sidebar-menu > li > ul > li.active > a {
  color: #ffffff;
  background-color: transparent;
}
/* Sub-Menu Active Item - Icon Color */
.sidebar-menu > li > ul > li.active > a > span:nth-child(1),
.sidebar-menu > li > ul > li > a.menu-open > span:nth-child(1) {
  color: #3498db;
}
/* Sub-Menu Active Item - Border Color */
.sidebar-menu > li > ul > li.active > a:after,
.sidebar-menu > li > ul > li > a.menu-open:after {
  background: #3498db;
}
/* Multi-Menu Item - BG Color */
.sidebar-menu > li > ul > li ul {
  background-color: transparent;
}
/* Multi-level Item - BG Color:hover */
.sidebar-menu > li > ul > li > ul > li > a {
  color: #bbbbbb;
}
/* Multi-level Item - BG Color:hover */
.sidebar-menu > li > ul > li > ul > li > a:hover,
.sidebar-menu > li > ul > li > ul > li > a:focus {
  color: inherit;
  background-color: transparent;
}
/* Multi-level Active Item - Border Color:hover */
.sidebar-menu > li > ul > li > ul > li:hover > a:after,
.sidebar-menu > li > ul > li > ul > li:focus > a:after {
  background: #967adc;
}
/* Multi-level Active Item - BG/Text Color */
.sidebar-menu > li > ul > li > ul > li.active > a {
  color: #ffffff;
  background: transparent;
}
/* Multi-level Active Item - Icon Color */
.sidebar-menu > li > ul > li > ul > li.active > a > span:nth-child(1),
.sidebar-menu > li > ul > li > ul > li > a.menu-open > span:nth-child(1) {
  color: #fff;
}
/* Multi-level Active Item - Border Color */
.sidebar-menu > li > ul > li > ul > li.active > a:after {
  background: #967adc;
}
/* Minified Sidebar - Title */
body.sb-l-m .sidebar-menu > li > a > .sidebar-title {
  background-color: #454241;
}
/* Minified Sidebar - Active Icon */
body.sb-l-m .sidebar-menu > li.active > a > span:nth-child(1) {
  color: #3498db;
}
/*=======================================================
  G. Sidebar Light Color Settings
     Applied via class to "#sidebar" 
     eg: <aside id="sidebar_left" class="sidebar-light">
========================================================= */
#sidebar_left.sidebar-light {
  color: #666;
  background-color: #fafafa;
  border-right: 1px solid #ddd;
}
#sidebar_left.sidebar-light .sidebar-menu .sidebar-label {
  color: #aaa;
  font-size: 11px;
  font-weight: 500;
}
#sidebar_left.sidebar-light .sidebar-menu li > a > span.caret {
  color: #bbb;
}
#sidebar_left.sidebar-light .sidebar-menu li > a.menu-open > span.caret {
  color: #999;
}
#sidebar_left.sidebar-light .sidebar-menu > li a {
  color: #888;
}
#sidebar_left.sidebar-light .sidebar-menu > li > a:hover,
#sidebar_left.sidebar-light .sidebar-menu > li > a:focus,
#sidebar_left.sidebar-light .sidebar-menu > li > a:active {
  background-color: transparent;
}
#sidebar_left.sidebar-light .sidebar-menu > li > a > span:nth-child(1) {
  color: #888;
}
#sidebar_left.sidebar-light .sidebar-menu > li > a > span:nth-child(2) {
  color: #555;
  font-weight: 500;
  letter-spacing: 0.4px;
}
#sidebar_left.sidebar-light .sidebar-menu > li.active > a > span:nth-child(1) {
  color: #3498db;
}
#sidebar_left.sidebar-light .sidebar-menu > li > ul {
  background-color: #f2f2f2;
  box-shadow: 0 1px 0 #e5e5e5 inset, 0 -1px 0 #e5e5e5 inset;
}
#sidebar_left.sidebar-light .sidebar-menu > li > ul > li > a:hover,
#sidebar_left.sidebar-light .sidebar-menu > li > ul > li > a:focus {
  background-color: transparent;
}
#sidebar_left.sidebar-light .sidebar-menu > li > ul > li.active > a > span:nth-child(1),
#sidebar_left.sidebar-light .sidebar-menu > li > ul > li > a.menu-open > span:nth-child(1) {
  color: #3498db;
}
#sidebar_left.sidebar-light .sidebar-menu > li > ul > li ul {
  background-color: #eaeaea;
  box-shadow: 0 1px 0 #d9d9d9 inset, 0 -1px 0 #d9d9d9 inset;
}
#sidebar_left.sidebar-light .sidebar-menu > li > ul > li > ul > li > a:hover,
#sidebar_left.sidebar-light .sidebar-menu > li > ul > li > ul > li > a:focus {
  background-color: transparent;
}
#sidebar_left.sidebar-light .sidebar-menu > li > a.menu-open:after,
#sidebar_left.sidebar-light .sidebar-menu > li > ul > li > a.menu-open:after {
  background: transparent;
}
#sidebar_left.sidebar-light .sidebar-menu > li > ul > li > a.menu-open:after,
#sidebar_left.sidebar-light .sidebar-menu > li > ul > li > ul > li > a.menu-open:after {
  background: #3bafda;
}
#sidebar_left.sidebar-light .sidebar-menu > li > ul > li > ul > li.active > a:after,
#sidebar_left.sidebar-light .sidebar-menu > li > ul > li > ul > li:hover > a:after,
#sidebar_left.sidebar-light .sidebar-menu > li > ul > li > ul > li:focus > a:after {
  background: #967adc;
}
#sidebar_left.sidebar-light .sidebar-menu > li > ul > li.active > a > span.caret {
  color: #aaa;
}
#sidebar_left.sidebar-light .sidebar-menu .sidebar-stat .progress {
  background-color: #ddd;
}
#sidebar_left.sidebar-light .sidebar-toggle-mini a {
  background-color: #f7f7f7;
  border-color: #eaeaea;
}
#sidebar_left.sidebar-light.light {
  background-color: #fff;
}
#sidebar_left.sidebar-light.light .sidebar-menu > li > ul {
  background-color: #fbfbfb;
}
#sidebar_left.sidebar-light.light .sidebar-menu > li > ul > li ul {
  background-color: #f5f5f5;
}
#sidebar_left.sidebar-light .sidebar-widget.author-widget .media-body {
  color: #666;
}
#sidebar_left.sidebar-light .sidebar-widget.author-widget .media-links a {
  color: #999;
}
#sidebar_left.sidebar-light .sidebar-widget.author-widget .media-links a:hover {
  color: #555;
}
#sidebar_left.sidebar-light .sidebar-widget.author-widget.menu-widget-open .media-links a.sidebar-menu-toggle {
  color: #555;
}
#sidebar_left.sidebar-light .sidebar-widget.menu-widget {
  background-color: #f2f2f2;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
#sidebar_left.sidebar-light .sidebar-widget.menu-widget a span {
  color: #777;
}
#sidebar_left.sidebar-light .sidebar-widget.search-widget {
  background-color: #f2f2f2;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
body.sb-l-m #sidebar_left.sidebar-light {
  background-color: #fafafa;
}
body.sb-l-m #sidebar_left.sidebar-light.light {
  background-color: #fff;
}
body.sb-l-m #sidebar_left.sidebar-light .sidebar-menu > li > a > .sidebar-title,
body.sb-l-m #sidebar_left.sidebar-light .sidebar-menu > li > ul {
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #f8f8f8;
  left: 59px;
  box-shadow: none;
}
body.sb-l-m #sidebar_left.sidebar-light .sidebar-menu > li > a > .sidebar-title {
  border-top: 1px solid #ddd;
}
/*==================================================
  H. Sidebar "Nano Scroller" Settings (Core Plugin)
==================================================== */
#sidebar_left.nano.affix {
  padding-bottom: 0;
}
#sidebar_left.affix.nano .tooltip {
  z-index: 9999 !important;
}
/* If the sidebar is minified we disable nanoscroll via css
 * otherwise nano scroll hides popout menus and the scroll is
 * needed to see submenus with many items */
body.sb-l-m #sidebar_left.nano {
  position: fixed;
}
body.sb-l-m #sidebar_left.nano > .nano-content {
  overflow: visible;
  right: 0 !important;
}
/* If the sidebar is minified and in mobile mode we hard disable
 * the entire plugin via a display !important */
body.sb-l-m.mobile-view .nano > .nano-pane {
  display: none !important;
}
/*==========================================================
  I. Sidebar Responsive Settings - Added via Update v1.2.
     If window <900px create even smaller minified sidebar
=========================================================== */
@media (max-width: 900px) {
  /* Sidebar Minified State */
  body.sb-l-m #sidebar_left {
    width: 45px;
  }
  body.sb-l-m #sidebar_left:before {
    width: 45px;
  }
  /* Sidebar-menu Top Level - Icon */
  body.sb-l-m .sidebar-menu > li > a > span:nth-child(1) {
    left: -1px;
    width: 45px;
    font-size: 18px;
  }
  /* Sidebar-menu Top Level - Title */
  body.sb-l-m .sidebar-menu > li > a > .sidebar-title {
    position: absolute;
    left: 45px;
    top: -4px;
    width: 180px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding-left: 15px;
    border-left: 1px solid #222;
    background-color: #282d33;
  }
  /* Sidebar-menu Sub Level */
  body.sb-l-m .sidebar-menu > li > ul {
    position: absolute;
    left: 45px;
    top: 38px;
    width: 180px;
    height: auto;
    border-left: 1px solid #222;
    padding-bottom: 7px;
    overflow: hidden;
  }
  /* Sidebar-menu Multi Level */
  body.sb-l-m .sidebar-menu > li > ul > li ul {
    width: 180px;
  }
  /* Sidebar-menu Sub Level - Link Padding */
  body.sb-l-m .sidebar-menu li > ul > li > a {
    padding: 8px 20px 8px 20px;
  }
  /* Sidebar-menu Multi Level - Link Padding */
  body.sb-l-m .sidebar-menu li > ul > li > ul > li a {
    padding: 8px 20px 8px 35px;
  }
  /* Adjust Primary Content Container - Sidebar Minified */
  body.sb-l-m #content_wrapper {
    margin-left: 45px;
  }
  /* Adjust Primary Content Container - Sidebar Hidden */
  body.sb-l-c.sb-l-m #content_wrapper {
    margin-left: 0;
  }
  /* Adjust Navbar Logo/Branding - Hide Logo */
  body.sb-l-o .navbar-brand,
  body.sb-l-m .navbar-brand {
    display: none;
  }
  /* Adjust Navbar Logo/Branding - Adjust Width */
  body.sb-l-o .navbar-branding,
  body.sb-l-m .navbar-branding {
    max-width: 45px;
    margin-right: 5px;
  }
  /* Adjust Navbar Toggle - Sidebar Open */
  body.sb-l-o .navbar #toggle_sidemenu_l {
    transform: rotate(90deg);
  }
  /* Adjust Navbar Toggle - Sidebar Minified */
  body.sb-l-o.sb-l-m .navbar #toggle_sidemenu_l {
    transform: rotate(0deg);
  }
  /* Adjust Navbar Toggle - Sidebar Open + Minified */
  body.sb-l-o .navbar #toggle_sidemenu_l,
  body.sb-l-m .navbar #toggle_sidemenu_l {
    width: 45px;
  }
  /* Hide sidebar user menu button when the sidebar is
    collapsed. As it's not accessible in this mode*/
  .sb-l-o .navbar .sidebar-menu-toggle,
  .sb-l-c .navbar .sidebar-menu-toggle {
    margin-left: 10px;
    display: none;
  }
  #toggle_sidemenu_r {
    margin-top: 4px;
  }
  body.sb-l-m #sidebar_left.sidebar-light .sidebar-menu > li > a > .sidebar-title,
  body.sb-l-m #sidebar_left.sidebar-light .sidebar-menu > li > ul {
    left: 44px;
  }
}
/* ==============================================
    Sidebar Actions
     A. Sidebar Left Toggle
     B. Sidebar Right Toggle
     C. Left Sidebar Minified Helper
     D. Mobile Menu Modifications
=================================================
  A. Sidebar Left Toggle
================================================= */
/*left sidebar open*/
.sb-l-o #sidebar_left {
  left: 0;
  overflow: hidden;
}
.sb-l-o #content_wrapper {
  margin-left: 250px;
}
/*left sidebar closed*/
.sb-l-c #sidebar_left {
  left: -250px;
  overflow: hidden;
}
.sb-l-c #content_wrapper {
  margin-left: 0;
}
/* Adjust navbar branding when closed */
.sb-l-c .navbar-branding {
  width: 60px;
}
.sb-l-c .navbar-brand {
  display: none;
}
/*====================================================
  B. Sidebar Right Toggle
====================================================== */
/*Sidebar Right Open */
.sb-r-o #sidebar_right {
  right: 0;
}
.sb-r-o #content_wrapper {
  margin-right: 300px;
}
/*Sidebar Right Closed*/
.sb-r-c #sidebar_right {
  right: -300px;
}
.sb-r-c #content_wrapper {
  margin-right: 0;
}
/*====================================================
  C. Left Sidebar Minified Helper
====================================================== */
.sb-l-c.sb-l-m #sidebar_left {
  left: -60px;
}
/*hide sidebar user menu button when the sidebar is
collapsed. As it's not accessible in this mode*/
.sb-l-m .navbar .sidebar-menu-toggle,
.sb-l-c .navbar .sidebar-menu-toggle {
  margin-left: 10px;
  display: none;
}
/*===============================================
  D. Mobile Menu Modifications
================================================= */
/* At less than 1100px we collapse any open sidebars via 
Media Queries. Theme Javscript will also add a a
".mobile-view" class so that you can do any needed 
manipulation using an html class aswell */
@media (max-width: 1100px) {
  /* Sidebar Left Open/Default */
  #content_wrapper,
  .sb-l-o #content_wrapper {
    margin-left: 0;
    left: 250px;
  }
  /* Sidebar Left Minified */
  .sb-l-m #content_wrapper {
    left: 0;
  }
  /* Sidebar Left Closed */
  .sb-l-c #content_wrapper {
    margin-left: 0;
    left: 0;
  }
  /* Sidebar Right Open */
  .sb-r-o #content_wrapper {
    margin-right: 0;
    left: -300px;
  }
}
/* ==============================================
   Topbar
     A. Topbar
     B. Topbar Dropdown Menu
     C. Topbar Alternate Style
     D. Topbar Navigation - List
     E. Topbar Responsive Settings
=================================================
  A. Topbar
================================================= */
#topbar {
  z-index: 2;
  position: relative;
  width: 100%;
  min-height: 51px;
  padding: 10px 21px;
  background: #fafafa;
  border-bottom: 1px solid #e0e0e0;
}
#topbar .topbar-right {
  float: right;
}
/* Topbar Breadcrumbs */
.breadcrumb {
  float: left;
  position: relative;
  padding: 1px 25px 0 0;
  margin-bottom: 0;
  font-size: 12px;
  border-radius: 0;
  background-color: transparent;
}
.breadcrumb > li {
  color: #888;
}
.breadcrumb > li.crumb-active > a {
  color: #555;
  font-size: 18px;
}
/*Toggle sidemenu button*/
#toggle_sidemenu_r i.fa,
#toggle_sidemenu_r span.glyphicon,
#toggle_sidemenu_r span.glyphicons {
  margin-top: 2px;
}
/* toggle sidemenu button (when menu is open) */
body.sb-r-o #toggle_sidemenu_r i.fa,
body.sb-r-o #toggle_sidemenu_r span.glyphicon,
body.sb-r-o #toggle_sidemenu_r span.glyphicons {
  transform: scale(-1, 1);
  color: #999;
}
/* Toggle Right Sidebar - Badge */
.badge.badge-hero {
  position: relative;
  top: -12px;
  margin-left: -10px;
  padding: 2px 5px;
  font-size: 11px;
}
/*===============================================
   B. Topbar - Alternate Style
      Requires ".alt" class on #topbar
================================================= */
#topbar.alt {
  min-height: 70px;
  padding: 20px 22px;
  background: #e7e7e7;
  border-bottom: 1px solid #ddd;
}
#topbar.alt .breadcrumb {
  font-size: 14px;
}
/*===============================================
   C. Topbar Dropmenu
================================================= */
#topbar-dropmenu {
  z-index: 9999;
  overflow: hidden;
  display: none;
  position: relative;
  top: 1px;
  padding: 17px 20px 10px;
  height: auto;
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
}
#topbar-dropmenu:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.navbar[class*='bg-'] + #sidebar_left + #content_wrapper > #topbar-dropmenu {
  top: 0;
}
.topbar-menu .metro-tile {
  opacity: 0;
  display: block;
  color: #fff;
  height: 95px;
  position: relative;
  padding: 15px 5px 0;
  margin-bottom: 8px;
  border-radius: 4px;
  text-align: center;
  background: rgba(255, 255, 255, 0.25);
  transition: background 0.2s ease;
}
.topbar-menu .metro-tile:hover,
.topbar-menu .metro-tile:focus,
.topbar-menu .metro-tile:active {
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
}
.topbar-menu .metro-tile span:first-child {
  font-size: 44px;
}
.topbar-menu .metro-tile .metro-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 11px;
  font-weight: 600;
}
/* Topbar Menu Modal */
.metro-modal {
  z-index: 9998;
  cursor: pointer;
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
/* if topbar is fixed we force it relative upon topbar
 * dropmenu open as it will create scrolling problems */
#topbar-dropmenu.topbar-menu-open + #topbar.affix {
  position: relative !important;
  margin-left: auto !important;
}
/*===============================================
   D. Topbar Dropdown Menu - Alternate Style
      Requires ".alt" class on #topbar-dropmenu
      and bg classes on all ".metro-tiles"
================================================= */
#topbar-dropmenu.alt {
  z-index: 1025;
  padding: 17px 20px 10px;
  background: #ddd;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
}
#topbar-dropmenu.alt:before {
  display: none;
}
#topbar-dropmenu.alt .topbar-menu > div {
  opacity: 0.85;
}
#topbar-dropmenu.alt .topbar-menu .metro-tile {
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#topbar-dropmenu.alt .topbar-menu .metro-tile:hover,
#topbar-dropmenu.alt .topbar-menu .metro-tile:focus,
#topbar-dropmenu.alt .topbar-menu .metro-tile:active {
  color: #fff;
  background: inherit;
}
#topbar-dropmenu.alt .topbar-menu .metro-tile .metro-title {
  bottom: 7px;
  font-size: 12px;
}
/*===============================================
   D. Topbar List Navigation
================================================= */
#topbar .nav.nav-list-topbar {
  margin: -10px 15px;
}
#topbar .nav.nav-list-topbar li a {
  padding: 16px 14px 12px;
}
#topbar .nav.nav-list-topbar li.active a {
  border-bottom: 3px solid #3498db;
}
/*===============================================
   E. Topbar Settings - Responsive
================================================= */
@media (max-width: 815px) {
  #topbar {
    padding: 10px 6px 10px 14px;
  }
  #topbar.alt {
    min-height: 40px;
    padding: 10px 6px 10px 14px;
  }
  #topbar .topbar-dropdown {
    display: none !important;
  }
  #topbar.affix.alt + #content {
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  #topbar .breadcrumb {
    font-size: 14px;
    padding-top: 5px;
    padding-left: 2px;
  }
  #topbar .breadcrumb .crumb-active {
    display: none;
  }
  #topbar .breadcrumb > li.crumb-active + li:before {
    display: none;
  }
}
/* ==============================================
   Page Footer
================================================= */
#content-footer {
  color: #aaa;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44px;
  padding: 12px 15px;
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  transition: margin 0.2s ease;
}
#content-footer b {
  color: #888;
}
#content-footer .footer-meta {
  padding-right: 30px;
}
#content-footer .footer-return-top {
  text-align: center;
  position: absolute;
  top: -3px;
  right: 5px;
  width: 25px;
  height: 25px;
  background-color: #eaeaea;
  border-radius: 3px;
  transition: all 0.2s ease;
}
#content-footer .footer-return-top span {
  position: relative;
  top: 3px;
  color: #aaa;
  font-size: 12px;
  transition: all 0.2s ease;
}
#content-footer .footer-return-top:hover {
  cursor: pointer;
  background-color: #e2e2e2;
}
#content-footer .footer-return-top:hover span {
  color: #666;
}
/* Fixed Setting */
#content-footer.affix {
  z-index: 1;
  position: fixed;
  margin-left: 250px;
}
/* Match Sidebar States */
body.sb-l-c #content-footer.affix {
  margin-left: 0;
}
body.sb-l-m #content-footer.affix {
  margin-left: 60px;
}
@media (max-width: 900px) {
  body.sb-l-m #content-footer.affix {
    margin-left: 45px;
  }
}
/* ================================================
   PAGES - In Order
      A. UI Animations Page
	  B. FAQ Page
	  C. Gallery.html
	  D. Calendar.html
	  E. Message Pages
	  F. Editors.html
	  G. External Pages
	  H. Invoice.html
	  I. Timeline.html
	  J. Map Pages
	  K. Profile.html
	  L. Error Pages
	  M. Ecommerce Pages // Added update v1.3
	  N. Search Result Page // Added update v1.4

 * This file is reserved for changes done on
 * a per-page basis. To create independent
 * page layouts an additional class was added
 * to the pages body. For example ui-animations.html
 * has an extra body class of ".ui-animations-page"

 * Note: Pages not listed here were made using
 * 100% reusable styles placed in theme.css
=================================================
  A. UI Animations Page
================================================= */
/*===============================================
  C. Gallery Page
================================================= */
/*===============================================
  D. Calendar Page
================================================= */
/*===============================================
  E. Messages Page
================================================= */
/*===============================================
  F. Editors Page
================================================= */
body.editors-page .panel .panel-heading {
  border-bottom-color: #ccc;
}
/*===============================================
  G. External Pages - login, register,
  screenlock, coming-soon, forgotpw
================================================= */
.external-page {
  min-height: 0;
  overflow: auto;
}
.external-page #main {
  overflow: hidden;
}
.external-page #main:before {
  display: none;
}
.external-page #canvas-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.external-page #content .admin-form {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 8%;
}
.external-page #content .panel {
  box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.3);
}
.external-page #content .panel-heading {
  padding: 32px 10px 15px;
}
.external-page .login-links {
  font-size: 15px;
  color: #ddd;
}
.external-page .login-links a {
  color: #ddd;
  font-weight: 300;
}
.external-page .login-links a.active {
  color: #fff;
  font-weight: 600;
}
.external-page .login-links a:hover,
.external-page .login-links a:focus {
  color: #fff;
  text-decoration: none;
}
.external-page .coming-soon-title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  margin-top: 70px;
  margin-bottom: 20px;
}
/*===============================================
  G. External Pages (ALT) - login, register,
  screenlock, coming-soon, forgotpw
// ================================================= */
.external-page.external-alt #main {
  background: #f4f4f4;
}
.external-page.external-alt #content .admin-form {
  margin-top: 5%;
}
.external-page.external-alt #content .panel {
  box-shadow: none;
}
.external-page.external-alt #content .panel .section-divider span {
  color: #aaa;
}
.external-page.external-alt .login-links,
.external-page.external-alt .login-links a {
  color: #999;
  font-size: 13px;
  text-align: center;
}
.external-page.external-alt .login-links a {
  color: #555;
  font-weight: 600;
}
.external-page.external-alt .login-links a.active {
  color: #3498db;
}
.external-page.external-alt .confirmation-header .fa-check {
  font-size: 32px;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 6px;
  margin-right: 9px;
  position: relative;
}
.external-page.external-alt .meta-links.alt {
  padding-bottom: 6px;
}
.external-page.external-alt .meta-links.alt a,
.external-page.external-alt .meta-links.alt span {
  color: #aaa;
}
/*===============================================
  H. Invoice.html
================================================= */
/*===============================================
  I. Timeline.html
================================================= */
/*===============================================
  J. Map Pages - Full, Vector
================================================= */
.maps-full-page,
.maps-vector-page {
  /*responsive expanding header styles*/
}
.maps-full-page #main,
.maps-vector-page #main,
.maps-full-page #content_wrapper,
.maps-vector-page #content_wrapper,
.maps-full-page #content,
.maps-vector-page #content,
.maps-full-page .map,
.maps-vector-page .map {
  height: 100%;
  min-height: 0;
}
.maps-full-page #content,
.maps-vector-page #content {
  padding: 1px;
  max-width: 1920px !important;
}
.maps-full-page .map,
.maps-vector-page .map {
  height: 100% !important;
}
.maps-full-page .expanding-header,
.maps-vector-page .expanding-header {
  overflow: hidden;
  z-index: 999;
  position: absolute;
  top: 20px;
  left: 30px;
  width: 550px;
  height: 43px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
.maps-full-page .expanding-header.collapsed,
.maps-vector-page .expanding-header.collapsed {
  width: 48px;
  overflow: hidden;
}
.maps-full-page .expanding-header .map-header-icon,
.maps-vector-page .expanding-header .map-header-icon {
  cursor: pointer;
  width: 47px;
  padding: 10px 13px;
  color: #fff;
  font-size: 22px;
  float: left;
  margin-right: 10px;
}
.maps-full-page .expanding-header .flag-sm,
.maps-vector-page .expanding-header .flag-sm {
  cursor: pointer;
}
.maps-full-page .expanding-header input.form-control,
.maps-vector-page .expanding-header input.form-control {
  min-width: 250px;
}
@media (max-width: 800px) {
  .maps-full-page .expanding-header,
  .maps-vector-page .expanding-header {
    display: none;
  }
}
.maps-full-page .expanding-header {
  top: 24px;
  left: 90px;
}
/*===============================================
  K. Profile.html
================================================= */
body.profile-page #content .tab-block .nav-tabs > li > a {
  padding: 9px 35px;
}
/*===============================================
  L. Error Pages - 404, 500 (plus alt pages)
================================================= */
/*===============================================
  M. Ecommerce Page - Added update v1.3
================================================= */
/*===============================================
  N. Search Results Page - Added update v1.4
================================================= */
/*===============================================
  O. Bootstrap Timeout Page - Added update v1.4
================================================= */
/*==================================================
  Theme Skin - Controlled by skin settings.less
==================================================== */
/* BACKGROUND CONTEXTUALS
 */
.bg-primary {
  background-color: #3498db !important;
  color: #e1f0fa;
}
a.bg-primary:hover {
  background-color: #217dbb !important;
}
.bg-primary .text-muted {
  color: #b0dbf8;
}
.bg-primary .text-darken {
  color: #217dbb;
}
.bg-primary.light {
  background-color: #4ea5e0 !important;
}
.bg-primary.lighter {
  background-color: #5faee3 !important;
}
.bg-primary.dark {
  background-color: #2489cc !important;
}
.bg-primary.darker {
  background-color: #217dbb !important;
}
.bg-primary .open > a,
.bg-primary .open > a:hover,
.bg-primary .open > a:focus {
  color: #fff;
}
.bg-success {
  background-color: #70ca63 !important;
  color: #fcfefb;
}
a.bg-success:hover {
  background-color: #4fbb3f !important;
}
.bg-success .text-muted {
  color: #d6f5d1;
}
.bg-success .text-darken {
  color: #4fbb3f;
}
.bg-success.light {
  background-color: #85d27a !important;
}
.bg-success.lighter {
  background-color: #93d789 !important;
}
.bg-success.dark {
  background-color: #5bc24c !important;
}
.bg-success.darker {
  background-color: #4fbb3f !important;
}
.bg-success .open > a,
.bg-success .open > a:hover,
.bg-success .open > a:focus {
  color: #fff;
}
.bg-info {
  background-color: #3bafda !important;
  color: #e7f5fa;
}
a.bg-info:hover {
  background-color: #2494be !important;
}
.bg-info .text-muted {
  color: #b6e6f8;
}
.bg-info .text-darken {
  color: #2494be;
}
.bg-info.light {
  background-color: #55badf !important;
}
.bg-info.lighter {
  background-color: #66c1e2 !important;
}
.bg-info.dark {
  background-color: #27a2cf !important;
}
.bg-info.darker {
  background-color: #2494be !important;
}
.bg-info .open > a,
.bg-info .open > a:hover,
.bg-info .open > a:focus {
  color: #fff;
}
.bg-warning {
  background-color: #f6bb42 !important;
  color: #ffffff;
}
a.bg-warning:hover {
  background-color: #f4a911 !important;
}
.bg-warning .text-muted {
  color: #fff0d2;
}
.bg-warning .text-darken {
  color: #f4a911;
}
.bg-warning.light {
  background-color: #f7c65f !important;
}
.bg-warning.lighter {
  background-color: #f8cd73 !important;
}
.bg-warning.dark {
  background-color: #f5b025 !important;
}
.bg-warning.darker {
  background-color: #f4a911 !important;
}
.bg-warning .open > a,
.bg-warning .open > a:hover,
.bg-warning .open > a:focus {
  color: #fff;
}
.bg-danger {
  background-color: #e9573f !important;
  color: #fef7f6;
}
a.bg-danger:hover {
  background-color: #dc3519 !important;
}
.bg-danger .text-muted {
  color: #fdccc4;
}
.bg-danger .text-darken {
  color: #dc3519;
}
.bg-danger.light {
  background-color: #ec6f5a !important;
}
.bg-danger.lighter {
  background-color: #ee7f6d !important;
}
.bg-danger.dark {
  background-color: #e63f24 !important;
}
.bg-danger.darker {
  background-color: #dc3519 !important;
}
.bg-danger .open > a,
.bg-danger .open > a:hover,
.bg-danger .open > a:focus {
  color: #fff;
}
.bg-alert {
  background-color: #967adc !important;
  color: #ffffff;
}
a.bg-alert:hover {
  background-color: #7652d1 !important;
}
.bg-alert .text-muted {
  color: #f5f2fd;
}
.bg-alert .text-darken {
  color: #7652d1;
}
.bg-alert.light {
  background-color: #a992e2 !important;
}
.bg-alert.lighter {
  background-color: #b6a2e7 !important;
}
.bg-alert.dark {
  background-color: #8362d6 !important;
}
.bg-alert.darker {
  background-color: #7652d1 !important;
}
.bg-alert .open > a,
.bg-alert .open > a:hover,
.bg-alert .open > a:focus {
  color: #fff;
}
.bg-system {
  background-color: #37bc9b !important;
  color: #cef1e8;
}
a.bg-system:hover {
  background-color: #2b957a !important;
}
.bg-system .text-muted {
  color: #9eeeda;
}
.bg-system .text-darken {
  color: #2b957a;
}
.bg-system.light {
  background-color: #48c9a9 !important;
}
.bg-system.lighter {
  background-color: #58ceb1 !important;
}
.bg-system.dark {
  background-color: #30a487 !important;
}
.bg-system.darker {
  background-color: #2b957a !important;
}
.bg-system .open > a,
.bg-system .open > a:hover,
.bg-system .open > a:focus {
  color: #fff;
}
.bg-dark {
  background-color: #3b3f4f !important;
  color: #9fa4b7;
}
a.bg-dark:hover {
  background-color: #252832 !important;
}
.bg-dark .text-muted {
  color: #717eb2;
}
.bg-dark .text-darken {
  color: #252832;
}
.bg-dark.light {
  background-color: #484d61 !important;
}
.bg-dark.lighter {
  background-color: #51566c !important;
}
.bg-dark.dark {
  background-color: #2e313d !important;
}
.bg-dark.darker {
  background-color: #252832 !important;
}
.bg-dark .open > a,
.bg-dark .open > a:hover,
.bg-dark .open > a:focus {
  color: #fff;
}
.bg-light {
  background-color: #fafafa;
  color: #666;
}
a.bg-light:hover {
  background-color: #dee6e9 !important;
}
.bg-light .text-muted {
  color: #999;
}
.bg-light .text-darken {
  color: #222;
}
.bg-light.light {
  background-color: #fefefe;
}
.bg-light.lighter {
  background-color: #fff;
}
.bg-light.dark {
  background-color: #f2f2f2;
}
.bg-light.darker {
  background-color: #e7e7e7;
}
.bg-white {
  background-color: #fafafa;
  color: #666;
  background-color: #fff !important;
}
a.bg-white:hover {
  background-color: #ededed !important;
}
.bg-white .text-muted {
  color: #999;
}
.bg-white .text-darken {
  color: #222;
}
.bg-white.light {
  background-color: #fefefe;
}
.bg-white.lighter {
  background-color: #fff;
}
.bg-white.dark {
  background-color: #f2f2f2;
}
.bg-white.darker {
  background-color: #e7e7e7;
}
/* BADGES CONTEXTUALS
 * linked labels get darker on :hover
 */
.badge-default {
  background-color: #777777;
}
.badge-default[href]:hover,
.badge-default[href]:focus {
  background-color: #5e5e5e;
}
.badge-primary {
  background-color: #3498db;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #217dbb;
}
.badge-success {
  background-color: #70ca63;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  background-color: #4fbb3f;
}
.badge-info {
  background-color: #3bafda;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  background-color: #2494be;
}
.badge-warning {
  background-color: #f6bb42;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  background-color: #f4a911;
}
.badge-danger {
  background-color: #e9573f;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  background-color: #dc3519;
}
.badge-alert {
  background-color: #967adc;
}
.badge-alert[href]:hover,
.badge-alert[href]:focus {
  background-color: #7652d1;
}
.badge-system {
  background-color: #37bc9b;
}
.badge-system[href]:hover,
.badge-system[href]:focus {
  background-color: #2b957a;
}
.badge-dark {
  background-color: #3b3f4f;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  background-color: #252832;
}
/* LABELS CONTEXTUALS
 */
.label-muted {
  background-color: #aaa;
}
.label-muted[href]:hover,
.label-muted[href]:focus {
  background-color: #919191;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #3498db;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #217dbb;
}
.label-success {
  background-color: #70ca63;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #4fbb3f;
}
.label-info {
  background-color: #3bafda;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #2494be;
}
.label-warning {
  background-color: #f6bb42;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f4a911;
}
.label-danger {
  background-color: #e9573f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #dc3519;
}
.label-alert {
  background-color: #967adc;
}
.label-alert[href]:hover,
.label-alert[href]:focus {
  background-color: #7652d1;
}
.label-system {
  background-color: #37bc9b;
}
.label-system[href]:hover,
.label-system[href]:focus {
  background-color: #2b957a;
}
.label-dark {
  background-color: #3b3f4f;
}
.label-dark[href]:hover,
.label-dark[href]:focus {
  background-color: #252832;
}
/* BUTTON CONTEXTUALS
 */
.btn-default {
  color: #666;
  background-color: #f0f0f0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.15);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #666;
  background-color: #eaeaea;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f0f0f0;
  border-color: #ddd;
}
.btn-default .badge {
  color: #f0f0f0;
  background-color: #666;
}
.btn-default.btn-gradient {
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.09);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
}
.btn-default.light {
  background-color: #fafafa;
}
.btn-default.light:hover,
.btn-default.light:focus,
.btn-default.light:active,
.btn-default.light.active,
.open > .dropdown-toggle.btn-default.light {
  background-color: #ececec;
}
.btn-default.dark {
  background-color: #e8e8e8;
}
.btn-default.dark:hover,
.btn-default.dark:focus,
.btn-default.dark:active,
.btn-default.dark.active,
.open > .dropdown-toggle.btn-default.dark {
  background-color: #e1e1e1;
}
.btn-primary {
  color: #ffffff;
  background-color: #3498db;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2384c6;
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3498db;
  border-color: #3498db;
}
.btn-primary .badge {
  color: #3498db;
  background-color: #ffffff;
}
.btn-primary.light {
  background-color: #4ea5e0;
}
.btn-primary.light:hover,
.btn-primary.light:focus,
.btn-primary.light:active,
.btn-primary.light.active,
.open > .dropdown-toggle.btn-primary.light {
  background-color: #2489cc;
}
.btn-primary.dark {
  background-color: #2489cc;
}
.btn-primary.dark:hover,
.btn-primary.dark:focus,
.btn-primary.dark:active,
.btn-primary.dark.active,
.open > .dropdown-toggle.btn-primary.dark {
  background-color: #2077b2;
}
.btn-success {
  color: #ffffff;
  background-color: #70ca63;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #56c046;
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #70ca63;
  border-color: #70ca63;
}
.btn-success .badge {
  color: #70ca63;
  background-color: #ffffff;
}
.btn-success.light {
  background-color: #85d27a;
}
.btn-success.light:hover,
.btn-success.light:focus,
.btn-success.light:active,
.btn-success.light.active,
.open > .dropdown-toggle.btn-success.light {
  background-color: #5bc24c;
}
.btn-success.dark {
  background-color: #5bc24c;
}
.btn-success.dark:hover,
.btn-success.dark:focus,
.btn-success.dark:active,
.btn-success.dark.active,
.open > .dropdown-toggle.btn-success.dark {
  background-color: #4cb33d;
}
.btn-info {
  color: #ffffff;
  background-color: #3bafda;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #269dc9;
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #3bafda;
  border-color: #3bafda;
}
.btn-info .badge {
  color: #3bafda;
  background-color: #ffffff;
}
.btn-info.light {
  background-color: #55badf;
}
.btn-info.light:hover,
.btn-info.light:focus,
.btn-info.light:active,
.btn-info.light.active,
.open > .dropdown-toggle.btn-info.light {
  background-color: #27a2cf;
}
.btn-info.dark {
  background-color: #27a2cf;
}
.btn-info.dark:hover,
.btn-info.dark:focus,
.btn-info.dark:active,
.btn-info.dark.active,
.open > .dropdown-toggle.btn-info.dark {
  background-color: #228eb6;
}
.btn-warning {
  color: #ffffff;
  background-color: #f6bb42;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f4ae1d;
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f6bb42;
  border-color: #f6bb42;
}
.btn-warning .badge {
  color: #f6bb42;
  background-color: #ffffff;
}
.btn-warning.light {
  background-color: #f7c65f;
}
.btn-warning.light:hover,
.btn-warning.light:focus,
.btn-warning.light:active,
.btn-warning.light.active,
.open > .dropdown-toggle.btn-warning.light {
  background-color: #f5b025;
}
.btn-warning.dark {
  background-color: #f5b025;
}
.btn-warning.dark:hover,
.btn-warning.dark:focus,
.btn-warning.dark:active,
.btn-warning.dark.active,
.open > .dropdown-toggle.btn-warning.dark {
  background-color: #efa50b;
}
.btn-danger {
  color: #ffffff;
  background-color: #e9573f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #e5391d;
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e9573f;
  border-color: #e9573f;
}
.btn-danger .badge {
  color: #e9573f;
  background-color: #ffffff;
}
.btn-danger.light {
  background-color: #ec6f5a;
}
.btn-danger.light:hover,
.btn-danger.light:focus,
.btn-danger.light:active,
.btn-danger.light.active,
.open > .dropdown-toggle.btn-danger.light {
  background-color: #e63f24;
}
.btn-danger.dark {
  background-color: #e63f24;
}
.btn-danger.dark:hover,
.btn-danger.dark:focus,
.btn-danger.dark:active,
.btn-danger.dark.active,
.open > .dropdown-toggle.btn-danger.dark {
  background-color: #d33218;
}
.btn-alert {
  color: #ffffff;
  background-color: #967adc;
}
.btn-alert:hover,
.btn-alert:focus,
.btn-alert:active,
.btn-alert.active,
.open > .dropdown-toggle.btn-alert {
  color: #ffffff;
  background-color: #7e5cd4;
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-alert:active,
.btn-alert.active,
.open > .dropdown-toggle.btn-alert {
  background-image: none;
}
.btn-alert.disabled,
.btn-alert[disabled],
fieldset[disabled] .btn-alert,
.btn-alert.disabled:hover,
.btn-alert[disabled]:hover,
fieldset[disabled] .btn-alert:hover,
.btn-alert.disabled:focus,
.btn-alert[disabled]:focus,
fieldset[disabled] .btn-alert:focus,
.btn-alert.disabled:active,
.btn-alert[disabled]:active,
fieldset[disabled] .btn-alert:active,
.btn-alert.disabled.active,
.btn-alert[disabled].active,
fieldset[disabled] .btn-alert.active {
  background-color: #967adc;
  border-color: #967adc;
}
.btn-alert .badge {
  color: #967adc;
  background-color: #ffffff;
}
.btn-alert.light {
  background-color: #a992e2;
}
.btn-alert.light:hover,
.btn-alert.light:focus,
.btn-alert.light:active,
.btn-alert.light.active,
.open > .dropdown-toggle.btn-alert.light {
  background-color: #8362d6;
}
.btn-alert.dark {
  background-color: #8362d6;
}
.btn-alert.dark:hover,
.btn-alert.dark:focus,
.btn-alert.dark:active,
.btn-alert.dark.active,
.open > .dropdown-toggle.btn-alert.dark {
  background-color: #704acf;
}
.btn-system {
  color: #ffffff;
  background-color: #37bc9b;
}
.btn-system:hover,
.btn-system:focus,
.btn-system:active,
.btn-system.active,
.open > .dropdown-toggle.btn-system {
  color: #ffffff;
  background-color: #2e9e83;
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-system:active,
.btn-system.active,
.open > .dropdown-toggle.btn-system {
  background-image: none;
}
.btn-system.disabled,
.btn-system[disabled],
fieldset[disabled] .btn-system,
.btn-system.disabled:hover,
.btn-system[disabled]:hover,
fieldset[disabled] .btn-system:hover,
.btn-system.disabled:focus,
.btn-system[disabled]:focus,
fieldset[disabled] .btn-system:focus,
.btn-system.disabled:active,
.btn-system[disabled]:active,
fieldset[disabled] .btn-system:active,
.btn-system.disabled.active,
.btn-system[disabled].active,
fieldset[disabled] .btn-system.active {
  background-color: #37bc9b;
  border-color: #37bc9b;
}
.btn-system .badge {
  color: #37bc9b;
  background-color: #ffffff;
}
.btn-system.light {
  background-color: #48c9a9;
}
.btn-system.light:hover,
.btn-system.light:focus,
.btn-system.light:active,
.btn-system.light.active,
.open > .dropdown-toggle.btn-system.light {
  background-color: #30a487;
}
.btn-system.dark {
  background-color: #30a487;
}
.btn-system.dark:hover,
.btn-system.dark:focus,
.btn-system.dark:active,
.btn-system.dark.active,
.open > .dropdown-toggle.btn-system.dark {
  background-color: #298d74;
}
.btn-dark {
  color: #ffffff;
  background-color: #3b3f4f;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #2b2e39;
  border-color: rgba(0, 0, 0, 0.05);
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #3b3f4f;
  border-color: #3b3f4f;
}
.btn-dark .badge {
  color: #3b3f4f;
  background-color: #ffffff;
}
.btn-dark.light {
  background-color: #484d61;
}
.btn-dark.light:hover,
.btn-dark.light:focus,
.btn-dark.light:active,
.btn-dark.light.active,
.open > .dropdown-toggle.btn-dark.light {
  background-color: #2e313d;
}
.btn-dark.dark {
  background-color: #2e313d;
}
.btn-dark.dark:hover,
.btn-dark.dark:focus,
.btn-dark.dark:active,
.btn-dark.dark.active,
.open > .dropdown-toggle.btn-dark.dark {
  background-color: #21232c;
}
/* ALT BUTTON CONTEXTUALS
 */
.btn.btn-alt.btn-default {
  border-left-color: #aaa;
}
.btn.btn-alt.btn-primary {
  border-left-color: #3498db;
}
.btn.btn-alt.btn-success {
  border-left-color: #70ca63;
}
.btn.btn-alt.btn-info {
  border-left-color: #3bafda;
}
.btn.btn-alt.btn-warning {
  border-left-color: #f6bb42;
}
.btn.btn-alt.btn-danger {
  border-left-color: #e9573f;
}
.btn.btn-alt.btn-alert {
  border-left-color: #967adc;
}
.btn.btn-alt.btn-system {
  border-left-color: #37bc9b;
}
.btn.btn-alt.btn-dark {
  border-left-color: #3b3f4f;
}
/* CHECKBOX/RADIO CONTEXTUALS
 */
.radio-custom.radio-primary label:before,
.checkbox-custom.checkbox-primary label:before {
  border-color: #4ea5e0;
}
.radio-custom.radio-primary input[type='radio']:checked + label:after,
.radio-custom.radio-primary input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-primary input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-primary input[type='radio']:checked + label:after {
  background-color: #4ea5e0;
  color: #4ea5e0;
}
.checkbox-custom.fill.checkbox-primary label:before {
  background-color: #4ea5e0;
}
.radio-custom.radio-success label:before,
.checkbox-custom.checkbox-success label:before {
  border-color: #85d27a;
}
.radio-custom.radio-success input[type='radio']:checked + label:after,
.radio-custom.radio-success input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-success input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-success input[type='radio']:checked + label:after {
  background-color: #85d27a;
  color: #85d27a;
}
.checkbox-custom.fill.checkbox-success label:before {
  background-color: #85d27a;
}
.radio-custom.radio-info label:before,
.checkbox-custom.checkbox-info label:before {
  border-color: #55badf;
}
.radio-custom.radio-info input[type='radio']:checked + label:after,
.radio-custom.radio-info input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-info input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-info input[type='radio']:checked + label:after {
  background-color: #55badf;
  color: #55badf;
}
.checkbox-custom.fill.checkbox-info label:before {
  background-color: #55badf;
}
.radio-custom.radio-warning label:before,
.checkbox-custom.checkbox-warning label:before {
  border-color: #f7c65f;
}
.radio-custom.radio-warning input[type='radio']:checked + label:after,
.radio-custom.radio-warning input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-warning input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-warning input[type='radio']:checked + label:after {
  background-color: #f7c65f;
  color: #f7c65f;
}
.checkbox-custom.fill.checkbox-warning label:before {
  background-color: #f7c65f;
}
.radio-custom.radio-danger label:before,
.checkbox-custom.checkbox-danger label:before {
  border-color: #ec6f5a;
}
.radio-custom.radio-danger input[type='radio']:checked + label:after,
.radio-custom.radio-danger input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-danger input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-danger input[type='radio']:checked + label:after {
  background-color: #ec6f5a;
  color: #ec6f5a;
}
.checkbox-custom.fill.checkbox-danger label:before {
  background-color: #ec6f5a;
}
.radio-custom.radio-alert label:before,
.checkbox-custom.checkbox-alert label:before {
  border-color: #a992e2;
}
.radio-custom.radio-alert input[type='radio']:checked + label:after,
.radio-custom.radio-alert input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-alert input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-alert input[type='radio']:checked + label:after {
  background-color: #a992e2;
  color: #a992e2;
}
.checkbox-custom.fill.checkbox-alert label:before {
  background-color: #a992e2;
}
.radio-custom.radio-system label:before,
.checkbox-custom.checkbox-system label:before {
  border-color: #48c9a9;
}
.radio-custom.radio-system input[type='radio']:checked + label:after,
.radio-custom.radio-system input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-system input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-system input[type='radio']:checked + label:after {
  background-color: #48c9a9;
  color: #48c9a9;
}
.checkbox-custom.fill.checkbox-system label:before {
  background-color: #48c9a9;
}
.radio-custom.radio-dark label:before,
.checkbox-custom.checkbox-dark label:before {
  border-color: #484d61;
}
.radio-custom.radio-dark input[type='radio']:checked + label:after,
.radio-custom.radio-dark input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-dark input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-dark input[type='radio']:checked + label:after {
  background-color: #484d61;
  color: #484d61;
}
.checkbox-custom.fill.checkbox-dark label:before {
  background-color: #484d61;
}
.radio-custom.radio-light label:before,
.checkbox-custom.checkbox-light label:before {
  border-color: #eee;
}
.radio-custom.radio-light input[type='radio']:checked + label:after,
.radio-custom.radio-light input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-light input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-light input[type='radio']:checked + label:after {
  background-color: #666;
  color: #666 !important;
}
.checkbox-custom.fill.checkbox-light label:before {
  background-color: #eee;
}
.radio-custom.radio-disabled label:before,
.checkbox-custom.checkbox-disabled label:before {
  border-color: #b9b9b9;
}
.radio-custom.radio-disabled input[type='radio']:checked + label:after,
.radio-custom.radio-disabled input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-disabled input[type='checkbox']:checked + label:after,
.checkbox-custom.checkbox-disabled input[type='radio']:checked + label:after {
  background-color: #b9b9b9;
  color: #b9b9b9;
}
.checkbox-custom.fill.checkbox-disabled label:before {
  background-color: #b9b9b9;
}
/* LISTGROUP CONTEXTUALS
 * Add modifier classes to change text and background color on individual items.
 * Organizationally, this must come after the `:hover` states.
 */
.list-group-item-primary {
  color: #196090;
  border-color: #82c0e9;
  background-color: #b6daf2;
}
a.list-group-item-primary {
  color: #196090;
}
a.list-group-item-primary .list-group-item-heading {
  color: inherit;
}
a.list-group-item-primary:hover,
a.list-group-item-primary:focus {
  color: #196090;
  background-color: #c7e3f5;
}
a.list-group-item-primary.active,
a.list-group-item-primary.active:hover,
a.list-group-item-primary.active:focus {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.list-group-item-success {
  color: #3f9532;
  border-color: #afe1a8;
  background-color: #d9f1d5;
}
a.list-group-item-success {
  color: #3f9532;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3f9532;
  background-color: #e7f6e4;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #70ca63;
  border-color: #70ca63;
}
.list-group-item-info {
  color: #1c7393;
  border-color: #88cfe9;
  background-color: #bce4f2;
}
a.list-group-item-info {
  color: #1c7393;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #1c7393;
  background-color: #cdebf6;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3bafda;
  border-color: #3bafda;
}
.list-group-item-warning {
  color: #c88a0a;
  border-color: #fadb9a;
  background-color: #fdf0d4;
}
a.list-group-item-warning {
  color: #c88a0a;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #c88a0a;
  background-color: #fef7e8;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f6bb42;
  border-color: #f6bb42;
}
.list-group-item-danger {
  color: #bc2d16;
  border-color: #f4ab9f;
  background-color: #fadbd6;
}
a.list-group-item-danger {
  color: #bc2d16;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #bc2d16;
  background-color: #fcebe8;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e9573f;
  border-color: #e9573f;
}
.list-group-item-alert {
  color: #542fb2;
  border-color: #c6b7ec;
  background-color: #ece7f9;
}
a.list-group-item-alert {
  color: #542fb2;
}
a.list-group-item-alert .list-group-item-heading {
  color: inherit;
}
a.list-group-item-alert:hover,
a.list-group-item-alert:focus {
  color: #542fb2;
  background-color: #f9f7fd;
}
a.list-group-item-alert.active,
a.list-group-item-alert.active:hover,
a.list-group-item-alert.active:focus {
  color: #fff;
  background-color: #967adc;
  border-color: #967adc;
}
.list-group-item-system {
  color: #206d5a;
  border-color: #77d7c0;
  background-color: #a7e5d6;
}
a.list-group-item-system {
  color: #206d5a;
}
a.list-group-item-system .list-group-item-heading {
  color: inherit;
}
a.list-group-item-system:hover,
a.list-group-item-system:focus {
  color: #206d5a;
  background-color: #b7eadd;
}
a.list-group-item-system.active,
a.list-group-item-system.active:hover,
a.list-group-item-system.active:focus {
  color: #fff;
  background-color: #37bc9b;
  border-color: #37bc9b;
}
.list-group-item-dark {
  color: #3b3f4f;
  border-color: #999eb3;
  background-color: #bcbfcd;
}
a.list-group-item-dark {
  color: #3b3f4f;
}
a.list-group-item-dark .list-group-item-heading {
  color: inherit;
}
a.list-group-item-dark:hover,
a.list-group-item-dark:focus {
  color: #3b3f4f;
  background-color: #c8cbd6;
}
a.list-group-item-dark.active,
a.list-group-item-dark.active:hover,
a.list-group-item-dark.active:focus {
  color: #fff;
  background-color: #3b3f4f;
  border-color: #3b3f4f;
}
/* PANEL CONTEXTUALS
 */
.panel-primary.panel-border {
  border-color: #3498db;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3498db;
  border-color: #2282c1;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3498db;
}
.panel-primary > .panel-heading .badge {
  color: #3498db;
  background-color: #fff;
}
.panel-primary > .panel-heading > .panel-title {
  color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3498db;
}
.panel-primary > .panel-body.fill {
  color: #fff;
  border-color: #6cb5e5;
  background-color: #6cb5e5;
}
.panel-primary > .panel-body.border {
  border: 3px solid #3498db;
}
.panel-success.panel-border {
  border-color: #70ca63;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #70ca63;
  border-color: #52bf43;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #70ca63;
}
.panel-success > .panel-heading .badge {
  color: #70ca63;
  background-color: #ffffff;
}
.panel-success > .panel-heading > .panel-title {
  color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #70ca63;
}
.panel-success > .panel-body.fill {
  color: #fff;
  border-color: #9ddb94;
  background-color: #9ddb94;
}
.panel-success > .panel-body.border {
  border: 3px solid #70ca63;
}
.panel-info.panel-border {
  border-color: #3bafda;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #3bafda;
  border-color: #2599c5;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3bafda;
}
.panel-info > .panel-heading .badge {
  color: #3bafda;
  background-color: #ffffff;
}
.panel-info > .panel-heading > .panel-title {
  color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3bafda;
}
.panel-info > .panel-body.fill {
  color: #fff;
  border-color: #73c6e5;
  background-color: #73c6e5;
}
.panel-info > .panel-body.border {
  border: 3px solid #3bafda;
}
.panel-warning.panel-border {
  border-color: #f6bb42;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #f6bb42;
  border-color: #f4ac19;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f6bb42;
}
.panel-warning > .panel-heading .badge {
  color: #f6bb42;
  background-color: #ffffff;
}
.panel-warning > .panel-heading > .panel-title {
  color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f6bb42;
}
.panel-warning > .panel-body.fill {
  color: #fff;
  border-color: #f9d281;
  background-color: #f9d281;
}
.panel-warning > .panel-body.border {
  border: 3px solid #f6bb42;
}
.panel-danger.panel-border {
  border-color: #e9573f;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #e9573f;
  border-color: #e3361a;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e9573f;
}
.panel-danger > .panel-heading .badge {
  color: #e9573f;
  background-color: #ffffff;
}
.panel-danger > .panel-heading > .panel-title {
  color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e9573f;
}
.panel-danger > .panel-body.fill {
  color: #fff;
  border-color: #f08b7a;
  background-color: #f08b7a;
}
.panel-danger > .panel-body.border {
  border: 3px solid #e9573f;
}
.panel-alert.panel-border {
  border-color: #967adc;
}
.panel-alert > .panel-heading {
  color: #ffffff;
  background-color: #967adc;
  border-color: #7b58d3;
}
.panel-alert > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #967adc;
}
.panel-alert > .panel-heading .badge {
  color: #967adc;
  background-color: #ffffff;
}
.panel-alert > .panel-heading > .panel-title {
  color: #ffffff;
}
.panel-alert > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #967adc;
}
.panel-alert > .panel-body.fill {
  color: #fff;
  border-color: #bfaeea;
  background-color: #bfaeea;
}
.panel-alert > .panel-body.border {
  border: 3px solid #967adc;
}
.panel-system.panel-border {
  border-color: #37bc9b;
}
.panel-system > .panel-heading {
  color: #ffffff;
  background-color: #37bc9b;
  border-color: #2d9a7f;
}
.panel-system > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #37bc9b;
}
.panel-system > .panel-heading .badge {
  color: #37bc9b;
  background-color: #ffffff;
}
.panel-system > .panel-heading > .panel-title {
  color: #ffffff;
}
.panel-system > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #37bc9b;
}
.panel-system > .panel-body.fill {
  color: #fff;
  border-color: #64d2b6;
  background-color: #64d2b6;
}
.panel-system > .panel-body.border {
  border: 3px solid #37bc9b;
}
.panel-dark.panel-border {
  border-color: #3b3f4f;
}
.panel-dark > .panel-heading {
  color: #ffffff;
  background-color: #3b3f4f;
  border-color: #282b36;
}
.panel-dark > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3b3f4f;
}
.panel-dark > .panel-heading .badge {
  color: #3b3f4f;
  background-color: #ffffff;
}
.panel-dark > .panel-heading > .panel-title {
  color: #ffffff;
}
.panel-dark > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3b3f4f;
}
.panel-dark > .panel-body.fill {
  color: #fff;
  border-color: #575d75;
  background-color: #575d75;
}
.panel-dark > .panel-body.border {
  border: 3px solid #3b3f4f;
}
/* PROGRESS BAR CONTEXTUALS
 */
.progress-bar-default {
  background-color: #999999;
}
.progress-bar-default.light {
  background-color: #a2a2a2;
}
.progress-bar-default.dark {
  background-color: #909090;
}
.progress-striped .progress-bar-default {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-primary {
  background-color: #3498db;
}
.progress-bar-primary.light {
  background-color: #43a0de;
}
.progress-bar-primary.dark {
  background-color: #2690d7;
}
.progress-striped .progress-bar-primary {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-success {
  background-color: #70ca63;
}
.progress-bar-success.light {
  background-color: #7ccf70;
}
.progress-bar-success.dark {
  background-color: #64c556;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #3bafda;
}
.progress-bar-info.light {
  background-color: #4ab5dd;
}
.progress-bar-info.dark {
  background-color: #2ca9d7;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f6bb42;
}
.progress-bar-warning.light {
  background-color: #f7c153;
}
.progress-bar-warning.dark {
  background-color: #f5b531;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #e9573f;
}
.progress-bar-danger.light {
  background-color: #eb654f;
}
.progress-bar-danger.dark {
  background-color: #e7492f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-alert {
  background-color: #967adc;
}
.progress-bar-alert.light {
  background-color: #a188e0;
}
.progress-bar-alert.dark {
  background-color: #8b6cd8;
}
.progress-striped .progress-bar-alert {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-system {
  background-color: #37bc9b;
}
.progress-bar-system.light {
  background-color: #3ec7a5;
}
.progress-bar-system.dark {
  background-color: #33ae90;
}
.progress-striped .progress-bar-system {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-dark {
  background-color: #3b3f4f;
}
.progress-bar-dark.light {
  background-color: #434759;
}
.progress-bar-dark.dark {
  background-color: #333745;
}
.progress-striped .progress-bar-dark {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* SWITCH CONTEXTUALS
 */
div.switch.switch-primary input:checked + label {
  background-color: #3498db;
}
div.switch.switch-success input:checked + label {
  background-color: #70ca63;
}
div.switch.switch-info input:checked + label {
  background-color: #3bafda;
}
div.switch.switch-warning input:checked + label {
  background-color: #f6bb42;
}
div.switch.switch-danger input:checked + label {
  background-color: #e9573f;
}
div.switch.switch-alert input:checked + label {
  background-color: #967adc;
}
div.switch.switch-system input:checked + label {
  background-color: #37bc9b;
}
div.switch.switch-dark input:checked + label {
  background-color: #3b3f4f;
}
/* TABLE BG CONTEXTUALS
 * Exact selectors below required to override `.table-striped`
 * and prevent inheritance to nested tables.
 */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  color: #a9a9a9;
  border-color: #ffffff;
  background-color: #ffffff;
}
.table > thead > tr.active + tr > th,
.table > tbody > tr.active + tr > th,
.table > tfoot > tr.active + tr > th,
.table > thead > tr.active + tr > td,
.table > tbody > tr.active + tr > td,
.table > tfoot > tr.active + tr > td {
  border-top: 1px solid #ffffff;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #ffffff;
}
.table > thead > tr > td.default,
.table > tbody > tr > td.default,
.table > tfoot > tr > td.default,
.table > thead > tr > th.default,
.table > tbody > tr > th.default,
.table > tfoot > tr > th.default,
.table > thead > tr.default > td,
.table > tbody > tr.default > td,
.table > tfoot > tr.default > td,
.table > thead > tr.default > th,
.table > tbody > tr.default > th,
.table > tfoot > tr.default > th {
  color: #666666;
  border-color: #c7c7c7;
  background-color: #e5e5e5;
}
.table > thead > tr.default + tr > th,
.table > tbody > tr.default + tr > th,
.table > tfoot > tr.default + tr > th,
.table > thead > tr.default + tr > td,
.table > tbody > tr.default + tr > td,
.table > tfoot > tr.default + tr > td {
  border-top: 1px solid #c7c7c7;
}
.table-hover > tbody > tr > td.default:hover,
.table-hover > tbody > tr > th.default:hover,
.table-hover > tbody > tr.default:hover > td,
.table-hover > tbody > tr:hover > .default,
.table-hover > tbody > tr.default:hover > th {
  background-color: #f0f0f0;
}
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  color: #196090;
  border-color: #82c0e9;
  background-color: #b6daf2;
}
.table > thead > tr.primary + tr > th,
.table > tbody > tr.primary + tr > th,
.table > tfoot > tr.primary + tr > th,
.table > thead > tr.primary + tr > td,
.table > tbody > tr.primary + tr > td,
.table > tfoot > tr.primary + tr > td {
  border-top: 1px solid #82c0e9;
}
.table-hover > tbody > tr > td.primary:hover,
.table-hover > tbody > tr > th.primary:hover,
.table-hover > tbody > tr.primary:hover > td,
.table-hover > tbody > tr:hover > .primary,
.table-hover > tbody > tr.primary:hover > th {
  background-color: #c7e3f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  color: #3f9532;
  border-color: #afe1a8;
  background-color: #d9f1d5;
}
.table > thead > tr.success + tr > th,
.table > tbody > tr.success + tr > th,
.table > tfoot > tr.success + tr > th,
.table > thead > tr.success + tr > td,
.table > tbody > tr.success + tr > td,
.table > tfoot > tr.success + tr > td {
  border-top: 1px solid #afe1a8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #e7f6e4;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  color: #1c7393;
  border-color: #88cfe9;
  background-color: #bce4f2;
}
.table > thead > tr.info + tr > th,
.table > tbody > tr.info + tr > th,
.table > tfoot > tr.info + tr > th,
.table > thead > tr.info + tr > td,
.table > tbody > tr.info + tr > td,
.table > tfoot > tr.info + tr > td {
  border-top: 1px solid #88cfe9;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #cdebf6;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  color: #c88a0a;
  border-color: #fadb9a;
  background-color: #fdf0d4;
}
.table > thead > tr.warning + tr > th,
.table > tbody > tr.warning + tr > th,
.table > tfoot > tr.warning + tr > th,
.table > thead > tr.warning + tr > td,
.table > tbody > tr.warning + tr > td,
.table > tfoot > tr.warning + tr > td {
  border-top: 1px solid #fadb9a;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fef7e8;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  color: #bc2d16;
  border-color: #f4ab9f;
  background-color: #fadbd6;
}
.table > thead > tr.danger + tr > th,
.table > tbody > tr.danger + tr > th,
.table > tfoot > tr.danger + tr > th,
.table > thead > tr.danger + tr > td,
.table > tbody > tr.danger + tr > td,
.table > tfoot > tr.danger + tr > td {
  border-top: 1px solid #f4ab9f;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #fcebe8;
}
.table > thead > tr > td.alert,
.table > tbody > tr > td.alert,
.table > tfoot > tr > td.alert,
.table > thead > tr > th.alert,
.table > tbody > tr > th.alert,
.table > tfoot > tr > th.alert,
.table > thead > tr.alert > td,
.table > tbody > tr.alert > td,
.table > tfoot > tr.alert > td,
.table > thead > tr.alert > th,
.table > tbody > tr.alert > th,
.table > tfoot > tr.alert > th {
  color: #542fb2;
  border-color: #c6b7ec;
  background-color: #ece7f9;
}
.table > thead > tr.alert + tr > th,
.table > tbody > tr.alert + tr > th,
.table > tfoot > tr.alert + tr > th,
.table > thead > tr.alert + tr > td,
.table > tbody > tr.alert + tr > td,
.table > tfoot > tr.alert + tr > td {
  border-top: 1px solid #c6b7ec;
}
.table-hover > tbody > tr > td.alert:hover,
.table-hover > tbody > tr > th.alert:hover,
.table-hover > tbody > tr.alert:hover > td,
.table-hover > tbody > tr:hover > .alert,
.table-hover > tbody > tr.alert:hover > th {
  background-color: #f9f7fd;
}
.table > thead > tr > td.system,
.table > tbody > tr > td.system,
.table > tfoot > tr > td.system,
.table > thead > tr > th.system,
.table > tbody > tr > th.system,
.table > tfoot > tr > th.system,
.table > thead > tr.system > td,
.table > tbody > tr.system > td,
.table > tfoot > tr.system > td,
.table > thead > tr.system > th,
.table > tbody > tr.system > th,
.table > tfoot > tr.system > th {
  color: #206d5a;
  border-color: #77d7c0;
  background-color: #a7e5d6;
}
.table > thead > tr.system + tr > th,
.table > tbody > tr.system + tr > th,
.table > tfoot > tr.system + tr > th,
.table > thead > tr.system + tr > td,
.table > tbody > tr.system + tr > td,
.table > tfoot > tr.system + tr > td {
  border-top: 1px solid #77d7c0;
}
.table-hover > tbody > tr > td.system:hover,
.table-hover > tbody > tr > th.system:hover,
.table-hover > tbody > tr.system:hover > td,
.table-hover > tbody > tr:hover > .system,
.table-hover > tbody > tr.system:hover > th {
  background-color: #b7eadd;
}
.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
  color: #3b3f4f;
  border-color: #999eb3;
  background-color: #bcbfcd;
}
.table > thead > tr.dark + tr > th,
.table > tbody > tr.dark + tr > th,
.table > tfoot > tr.dark + tr > th,
.table > thead > tr.dark + tr > td,
.table > tbody > tr.dark + tr > td,
.table > tfoot > tr.dark + tr > td {
  border-top: 1px solid #999eb3;
}
.table-hover > tbody > tr > td.dark:hover,
.table-hover > tbody > tr > th.dark:hover,
.table-hover > tbody > tr.dark:hover > td,
.table-hover > tbody > tr:hover > .dark,
.table-hover > tbody > tr.dark:hover > th {
  background-color: #c8cbd6;
}
/* TEXT COLOR CONTEXTUALS
 */
.text-white {
  color: #ffffff;
}
a.text-white:hover {
  color: #808080;
}
.text-white-light {
  color: #ffffff;
}
.text-white-lighter {
  color: #ffffff;
}
.text-white-dark {
  color: #f6f6f6;
}
.text-white-darker {
  color: #ececec;
}
.text-muted {
  color: #999;
}
a.text-muted:hover {
  color: #191919;
}
.text-muted-light {
  color: #a2a2a2;
}
.text-muted-lighter {
  color: #acacac;
}
.text-muted-dark {
  color: #909090;
}
.text-muted-darker {
  color: #868686;
}
.text-primary {
  color: #3498db;
}
a.text-primary:hover {
  color: #02090e;
}
.text-primary-light {
  color: #43a0de;
}
.text-primary-lighter {
  color: #54a8e1;
}
.text-primary-dark {
  color: #2690d7;
}
.text-primary-darker {
  color: #2384c6;
}
.text-success {
  color: #70ca63;
}
a.text-success:hover {
  color: #0f220c;
}
.text-success-light {
  color: #7ccf70;
}
.text-success-lighter {
  color: #8ad480;
}
.text-success-dark {
  color: #64c556;
}
.text-success-darker {
  color: #56c046;
}
.text-info {
  color: #3bafda;
}
a.text-info:hover {
  color: #030e13;
}
.text-info-light {
  color: #4ab5dd;
}
.text-info-lighter {
  color: #5bbce0;
}
.text-info-dark {
  color: #2ca9d7;
}
.text-info-darker {
  color: #269dc9;
}
.text-warning {
  color: #f6bb42;
}
a.text-warning:hover {
  color: #362503;
}
.text-warning-light {
  color: #f7c153;
}
.text-warning-lighter {
  color: #f8c867;
}
.text-warning-dark {
  color: #f5b531;
}
.text-warning-darker {
  color: #f4ae1d;
}
.text-danger {
  color: #e9573f;
}
a.text-danger:hover {
  color: #250904;
}
.text-danger-light {
  color: #eb654f;
}
.text-danger-lighter {
  color: #ed7561;
}
.text-danger-dark {
  color: #e7492f;
}
.text-danger-darker {
  color: #e5391d;
}
.text-alert {
  color: #967adc;
}
a.text-alert:hover {
  color: #211245;
}
.text-alert-light {
  color: #a188e0;
}
.text-alert-lighter {
  color: #ae98e4;
}
.text-alert-dark {
  color: #8b6cd8;
}
.text-alert-darker {
  color: #7e5cd4;
}
.text-system {
  color: #37bc9b;
}
a.text-system:hover {
  color: #000000;
}
.text-system-light {
  color: #3ec7a5;
}
.text-system-lighter {
  color: #4ecbac;
}
.text-system-dark {
  color: #33ae90;
}
.text-system-darker {
  color: #2e9e83;
}
.text-dark {
  color: #3b3f4f;
}
a.text-dark:hover {
  color: #000000;
}
.text-dark-light {
  color: #434759;
}
.text-dark-lighter {
  color: #4b5065;
}
.text-dark-dark {
  color: #333745;
}
.text-dark-darker {
  color: #2b2e39;
}
.text-tp {
  color: rgba(0, 0, 0, 0.2);
}
a.text-tp:hover {
  color: rgba(0, 0, 0, 0.3);
}
/* BLOCKQUOTE CONTEXTUALS
 */
blockquote.blockquote-primary {
  border-color: #3498db;
}
blockquote.blockquote-success {
  border-color: #70ca63;
}
blockquote.blockquote-info {
  border-color: #3bafda;
}
blockquote.blockquote-warning {
  border-color: #f6bb42;
}
blockquote.blockquote-danger {
  border-color: #e9573f;
}
blockquote.blockquote-alert {
  border-color: #967adc;
}
blockquote.blockquote-system {
  border-color: #37bc9b;
}
blockquote.blockquote-dark {
  border-color: #3b3f4f;
}
/* DROPCAP CONTEXTUALS
 */
.dropcap.dropcap-default:first-letter {
  color: #666;
}
.dropcap.dropcap-primary:first-letter {
  color: #3498db;
}
.dropcap.dropcap-success:first-letter {
  color: #70ca63;
}
.dropcap.dropcap-info:first-letter {
  color: #3bafda;
}
.dropcap.dropcap-warning:first-letter {
  color: #f6bb42;
}
.dropcap.dropcap-danger:first-letter {
  color: #e9573f;
}
.dropcap.dropcap-alert:first-letter {
  color: #967adc;
}
.dropcap.dropcap-system:first-letter {
  color: #37bc9b;
}
.dropcap.dropcap-dark:first-letter {
  color: #111;
}
.dropcap.dropcap-muted:first-letter {
  color: #aaa;
}
.dropcap.dropcap-fill:first-letter {
  color: #fff;
}
.dropcap.dropcap-fill.dropcap-default:first-letter {
  color: #444;
  background-color: #999;
}
.dropcap.dropcap-fill.dropcap-primary:first-letter {
  background-color: #3498db;
}
.dropcap.dropcap-fill.dropcap-success:first-letter {
  background-color: #70ca63;
}
.dropcap.dropcap-fill.dropcap-info:first-letter {
  background-color: #3bafda;
}
.dropcap.dropcap-fill.dropcap-warning:first-letter {
  background-color: #f6bb42;
}
.dropcap.dropcap-fill.dropcap-danger:first-letter {
  background-color: #e9573f;
}
.dropcap.dropcap-fill.dropcap-alert:first-letter {
  background-color: #967adc;
}
.dropcap.dropcap-fill.dropcap-system:first-letter {
  background-color: #37bc9b;
}
.dropcap.dropcap-fill.dropcap-dark:first-letter {
  background-color: #3b3f4f;
}
.dropcap.dropcap-fill.dropcap-muted:first-letter {
  color: #888;
  background-color: #999;
}
/* ALERT CONTEXTUALS
 */
.alert-primary {
  background-color: #57aae1;
}
.alert-primary.alert-border-right {
  border-right-color: #1f74ae;
}
.alert-primary.alert-border-top {
  border-top-color: #1f74ae;
}
.alert-primary.alert-border-bottom {
  border-bottom-color: #1f74ae;
}
.alert-primary.alert-border-left {
  border-left-color: #1f74ae;
}
.alert-primary.light {
  background-color: #75b9e7;
}
.alert-primary.dark {
  background-color: #2791d9;
}
.alert-primary.pastel {
  color: #1d6fa5;
  background-color: #b6daf2;
  border-color: rgba(0, 0, 0, 0.1);
}
.alert-primary.pastel .alert-link {
  color: #1d6fa5;
}
.alert-primary.pastel.alert-micro {
  border-color: #5faee3;
}
.alert-primary.pastel .close {
  color: #1d6fa5;
}
.alert-primary.pastel .close:hover {
  color: #1d6fa5;
}
.alert-success {
  background-color: #8cd481;
}
.alert-success.alert-border-right {
  border-right-color: #4aaf3c;
}
.alert-success.alert-border-top {
  border-top-color: #4aaf3c;
}
.alert-success.alert-border-bottom {
  border-bottom-color: #4aaf3c;
}
.alert-success.alert-border-left {
  border-left-color: #4aaf3c;
}
.alert-success.light {
  background-color: #a4dd9c;
}
.alert-success.dark {
  background-color: #66c658;
}
.alert-success.pastel {
  color: #47a839;
  background-color: #d9f1d5;
  border-color: rgba(0, 0, 0, 0.1);
}
.alert-success.pastel .alert-link {
  color: #47a839;
}
.alert-success.pastel.alert-micro {
  border-color: #93d789;
}
.alert-success.pastel .close {
  color: #47a839;
}
.alert-success.pastel .close:hover {
  color: #47a839;
}
.alert-info {
  background-color: #5dbde0;
}
.alert-info.alert-border-right {
  border-right-color: #218ab1;
}
.alert-info.alert-border-top {
  border-top-color: #218ab1;
}
.alert-info.alert-border-bottom {
  border-bottom-color: #218ab1;
}
.alert-info.alert-border-left {
  border-left-color: #218ab1;
}
.alert-info.light {
  background-color: #7bc9e6;
}
.alert-info.dark {
  background-color: #2eaad8;
}
.alert-info.pastel {
  color: #2084a9;
  background-color: #bce4f2;
  border-color: rgba(0, 0, 0, 0.1);
}
.alert-info.pastel .alert-link {
  color: #2084a9;
}
.alert-info.pastel.alert-micro {
  border-color: #66c1e2;
}
.alert-info.pastel .close {
  color: #2084a9;
}
.alert-info.pastel .close:hover {
  color: #2084a9;
}
.alert-warning {
  background-color: #f8c969;
}
.alert-warning.alert-border-right {
  border-right-color: #eba10b;
}
.alert-warning.alert-border-top {
  border-top-color: #eba10b;
}
.alert-warning.alert-border-bottom {
  border-bottom-color: #eba10b;
}
.alert-warning.alert-border-left {
  border-left-color: #eba10b;
}
.alert-warning.light {
  background-color: #f9d58b;
}
.alert-warning.dark {
  background-color: #f5b633;
}
.alert-warning.pastel {
  color: #e19b0b;
  background-color: #fdf0d4;
  border-color: rgba(0, 0, 0, 0.1);
}
.alert-warning.pastel .alert-link {
  color: #e19b0b;
}
.alert-warning.pastel.alert-micro {
  border-color: #f8cd73;
}
.alert-warning.pastel .close {
  color: #e19b0b;
}
.alert-warning.pastel .close:hover {
  color: #e19b0b;
}
.alert-danger {
  background-color: #ed7764;
}
.alert-danger.alert-border-right {
  border-right-color: #ce3118;
}
.alert-danger.alert-border-top {
  border-top-color: #ce3118;
}
.alert-danger.alert-border-bottom {
  border-bottom-color: #ce3118;
}
.alert-danger.alert-border-left {
  border-left-color: #ce3118;
}
.alert-danger.light {
  background-color: #f19384;
}
.alert-danger.dark {
  background-color: #e74b31;
}
.alert-danger.pastel {
  color: #c52f17;
  background-color: #f9cfc8;
  border-color: rgba(0, 0, 0, 0.1);
}
.alert-danger.pastel .alert-link {
  color: #c52f17;
}
.alert-danger.pastel.alert-micro {
  border-color: #ee7f6d;
}
.alert-danger.pastel .close {
  color: #c52f17;
}
.alert-danger.pastel .close:hover {
  color: #c52f17;
}
.alert-alert {
  background-color: #b09ae4;
}
.alert-alert.alert-border-right {
  border-right-color: #6d46ce;
}
.alert-alert.alert-border-top {
  border-top-color: #6d46ce;
}
.alert-alert.alert-border-bottom {
  border-bottom-color: #6d46ce;
}
.alert-alert.alert-border-left {
  border-left-color: #6d46ce;
}
.alert-alert.light {
  background-color: #c6b7ec;
}
.alert-alert.dark {
  background-color: #8c6ed9;
}
.alert-alert.pastel {
  color: #663dcc;
  background-color: #f6f3fc;
  border-color: rgba(0, 0, 0, 0.1);
}
.alert-alert.pastel .alert-link {
  color: #663dcc;
}
.alert-alert.pastel.alert-micro {
  border-color: #b6a2e7;
}
.alert-alert.pastel .close {
  color: #663dcc;
}
.alert-alert.pastel .close:hover {
  color: #663dcc;
}
.alert-system {
  background-color: #50ccad;
}
.alert-system.alert-border-right {
  border-right-color: #288971;
}
.alert-system.alert-border-top {
  border-top-color: #288971;
}
.alert-system.alert-border-bottom {
  border-bottom-color: #288971;
}
.alert-system.alert-border-left {
  border-left-color: #288971;
}
.alert-system.light {
  background-color: #6cd4ba;
}
.alert-system.dark {
  background-color: #34b091;
}
.alert-system.pastel {
  color: #26816a;
  background-color: #a7e5d6;
  border-color: rgba(0, 0, 0, 0.1);
}
.alert-system.pastel .alert-link {
  color: #26816a;
}
.alert-system.pastel.alert-micro {
  border-color: #58ceb1;
}
.alert-system.pastel .close {
  color: #26816a;
}
.alert-system.pastel .close:hover {
  color: #26816a;
}
.alert-default {
  color: #888;
  background-color: #999;
}
.alert-default .alert-link {
  color: #777;
}
.alert-default.alert-border-right {
  border-right-color: #787878;
}
.alert-default.alert-border-top {
  border-top-color: #787878;
}
.alert-default.alert-border-bottom {
  border-bottom-color: #787878;
}
.alert-default.alert-border-left {
  border-left-color: #787878;
}
.alert-default.pastel,
.alert-default.light {
  background-color: #a6a6a6;
  border-color: rgba(0, 0, 0, 0.15);
}
.alert-default.dark {
  background-color: #8f8f8f;
}
.alert-dark {
  background-color: #626984;
}
.alert-dark.alert-border-right {
  border-right-color: #1f2129;
}
.alert-dark.alert-border-top {
  border-top-color: #1f2129;
}
.alert-dark.alert-border-bottom {
  border-bottom-color: #1f2129;
}
.alert-dark.alert-border-left {
  border-left-color: #1f2129;
}
.alert-dark.pastel,
.alert-dark.light {
  color: #676e89;
  background-color: #d0d3dc;
}
.alert-dark.pastel .alert-link,
.alert-dark.light .alert-link {
  color: #51566c;
}
.alert-dark.dark {
  background-color: #4a4f63;
}
/* DROPDOWNS - ACTIVE ITEM CONTEXTUALS
 */
.dropdown-toggle.btn-primary + .dropdown-menu > .active > a,
.dropdown-toggle.btn-primary + .dropdown-menu > .active > a:hover,
.dropdown-toggle.btn-primary + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #3498db;
}
.dropdown-toggle.btn-success + .dropdown-menu > .active > a,
.dropdown-toggle.btn-success + .dropdown-menu > .active > a:hover,
.dropdown-toggle.btn-success + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #70ca63;
}
.dropdown-toggle.btn-info + .dropdown-menu > .active > a,
.dropdown-toggle.btn-info + .dropdown-menu > .active > a:hover,
.dropdown-toggle.btn-info + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #3bafda;
}
.dropdown-toggle.btn-warning + .dropdown-menu > .active > a,
.dropdown-toggle.btn-warning + .dropdown-menu > .active > a:hover,
.dropdown-toggle.btn-warning + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #f6bb42;
}
.dropdown-toggle.btn-danger + .dropdown-menu > .active > a,
.dropdown-toggle.btn-danger + .dropdown-menu > .active > a:hover,
.dropdown-toggle.btn-danger + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #e9573f;
}
.dropdown-toggle.btn-alert + .dropdown-menu > .active > a,
.dropdown-toggle.btn-alert + .dropdown-menu > .active > a:hover,
.dropdown-toggle.btn-alert + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #967adc;
}
.dropdown-toggle.btn-system + .dropdown-menu > .active > a,
.dropdown-toggle.btn-system + .dropdown-menu > .active > a:hover,
.dropdown-toggle.btn-system + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #37bc9b;
}
.dropdown-toggle.btn-dark + .dropdown-menu > .active > a,
.dropdown-toggle.btn-dark + .dropdown-menu > .active > a:hover,
.dropdown-toggle.btn-dark + .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #3b3f4f;
}
/*====================================================
  Nav Pill Contextuals - Active Item
====================================================== */
/*==================================================================
  Form Wrappers
===================================================================*/
.admin-form,
.admin-form * {
  box-sizing: border-box;
}
.admin-form {
  line-height: 1.231;
  font-weight: 400;
  font-size: 14px;
  color: #626262;
}
.admin-form .section {
  margin-bottom: 22px;
}
/*==================================================================
  Browser Styling Reset
===================================================================*/
.admin-form .gui-input,
.admin-form .gui-textarea,
.admin-form .select > select,
.admin-form input[type='button'],
.admin-form input[type='submit'],
.admin-form input[type='search'],
.admin-form .select-multiple select {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
}
.admin-form input[type='search']::-webkit-search-decoration,
.admin-form input[type='search']::-webkit-search-cancel-button,
.admin-form input[type='search']::-webkit-search-results-button,
.admin-form input[type='search']::-webkit-search-results-decoration {
  display: none;
}
/*==================================================================
  Prevent user selection. For usability purposes
===================================================================*/
.admin-form .radio,
.admin-form .button,
.admin-form .checkbox,
.admin-form .select .arrow,
.admin-form .switch > label,
.admin-form .ui-slider .ui-slider-handle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/*==================================================================
  Input General Styles
===================================================================*/
.admin-form label:not([class^="ams"]),
.admin-form input:not([class^="ams"]),
.admin-form button:not([class^="ams"]),
.admin-form select:not([class^="ams"]),
.admin-form textarea:not([class^="ams"]) {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  outline: none;
}
.admin-form button.btn-danger,
.admin-form button.btn-danger:active,
.admin-form button.btn-danger:hover {
  color: #ffffff;
  background-color: #e9573f;
}
/*==================================================================
  Input Animations
===================================================================*/
.admin-form .radio,
.admin-form .button,
.admin-form .tooltip,
.admin-form .checkbox,
.admin-form .gui-input,
.admin-form .input-footer,
.admin-form .notification,
.admin-form .gui-textarea,
.admin-form .select > select,
.admin-form .select-multiple select {
  transition: all 0.5s ease-in-out;
  outline: none;
}
.admin-form .input-link,
.admin-form .panel-heading,
.admin-form .section-divider span,
.admin-form .select > select,
.admin-form .select-multiple select {
  transition: all 0.2s ease-in-out;
}
/*===============================================
  Form Dividers
================================================= */
.admin-form .spacer {
  border-top: 1px solid #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  height: 0;
}
/*==================================================================
  Form Text Elements
===================================================================*/
/* Themed Link */
.admin-form .theme-link {
  color: #3498db;
  text-decoration: none;
}
.admin-form .theme-link:hover {
  text-decoration: underline;
}
/* Section Divider */
.admin-form .section-divider {
  height: 0;
  border-top: 1px solid #ddd;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.admin-form .section-divider span {
  display: inline-block;
  position: relative;
  padding: 0 17px;
  background: #e9e9e9;
  color: #999;
  top: -11px;
  font-size: 15px;
}
.admin-form.panel .section-divider span,
.admin-form .panel .section-divider span,
.admin-form.tab-content .section-divider span,
.admin-form .tab-content .section-divider span {
  background: #fff;
}
.admin-form.bg-light .section-divider span,
.admin-form .bg-light .section-divider span {
  background: #fafafa;
}
.admin-form.bg-light.light .section-divider span,
.admin-form .bg-light.light .section-divider span {
  background: #fefefe;
}
.admin-form.bg-light.dark .section-divider span,
.admin-form .bg-light.dark .section-divider span {
  background: #f2f2f2;
}
.admin-form.well .section-divider span,
.admin-form .well .section-divider span {
  background: #f5f5f5;
}
/* Input Labels */
.admin-form .switch,
.admin-form .option,
.admin-form .field-label {
  font-size: 14px;
}
/* Column Labels - Can also use .field-align */
.admin-form .field-label[class*='col-'] {
  line-height: 42px;
}
.admin-form .field-align {
  line-height: 42px;
}
/*==================================================================
  General Input Styling
===================================================================*/
.admin-form .radio,
.admin-form .option,
.admin-form .checkbox {
  cursor: pointer;
}
.admin-form .field {
  display: block;
  position: relative;
}
.admin-form .field-icon i {
  color: #bbb;
  position: relative;
}
.admin-form .field-label {
  display: block;
  margin-bottom: 7px;
}
.admin-form .field-label em {
  color: #e74c3c;
  font-size: 14px;
  font-style: normal;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 3px;
}
.admin-form .gui-input,
.admin-form .gui-textarea {
  padding: 10px;
}
.admin-form .select,
.admin-form .gui-input,
.admin-form .gui-textarea,
.admin-form .select > select,
.admin-form .select-multiple select {
  vertical-align: top;
}
.admin-form .select,
.admin-form .gui-input,
.admin-form .gui-textarea,
.admin-form .select > select,
.admin-form .select-multiple select,
.admin-form .rw-input {
  position: relative;
  border: 1px solid #ddd;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  color: #626262;
  outline: none;
  height: 42px;
  width: 100%;
  *zoom: 1;
}
/* Exception for ValidatingFormInputDate control */
.admin-form .rw-input {
  height: 40px;
  padding: 9px 10px;
}
.admin-form .select option {
  background: #fff;
  color: #626262;
}
.admin-form select[disabled],
.admin-form .select > select[disabled] {
  color: #aaa !important;
}
/*==================================================================
 Form Textarea
===================================================================*/
.admin-form .gui-textarea {
  resize: none;
  line-height: 19px;
  overflow: auto;
  max-width: 100%;
  height: 96px;
}
/*==================================================================
  Form Selects
===================================================================*/
.admin-form .select {
  border: 0;
  background: #fff;
}
.admin-form .select > select {
  display: block;
  margin: 0;
  padding: 9px 10px;
  color: #626262;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #fff;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.admin-form .select:before,
.admin-form .select:after {
  background: #fff;
}
.admin-form .select > select::-ms-expand {
  display: none;
}
.admin-form .select .arrow {
  pointer-events: none;
  position: absolute;
  top: 9px;
  right: 4px;
  width: 24px;
  height: 24px;
  color: #9f9f9f;
}
.admin-form .select .arrow:after,
.admin-form .select .arrow:before {
  content: '';
  position: absolute;
  font: 12px 'Consolas', monospace;
  font-style: normal;
  pointer-events: none;
  left: 5px;
}
.admin-form .select .arrow:before {
  content: '\25BC';
  bottom: 4px;
}
.admin-form .select .double:after {
  content: '\25B2';
  top: -1px;
}
.admin-form .select .double:before {
  content: '\25BC';
  bottom: -1px;
}
.admin-form .select-multiple select {
  width: 100%;
  height: 123px;
  padding: 10px;
}
/*==================================================================
  Form File Inputs
===================================================================*/
.admin-form .file {
  display: block;
  width: 100%;
}
.admin-form .file .gui-file {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 8px 10px;
  position: absolute;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 11;
  bottom: 0;
  right: 0;
}
/* Default state positions button right */
.admin-form .file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  z-index: 10;
  border-radius: 3px;
}
/* File Button - Left Style */
.admin-form .file.append-button .button {
  left: 4px;
  right: auto;
}
.admin-form .file.append-button > input.gui-input {
  padding-right: 40px;
  padding-left: 125px;
  text-align: right;
}
.admin-form .file.append-button > label.field-icon {
  right: 4px;
  left: auto;
}
/*==================================================================
  Form Inputs:hover state
-===================================================================*/
.admin-form .gui-input:hover,
.admin-form .gui-textarea:hover,
.admin-form .select > select:hover,
.admin-form .select-multiple select:hover,
.admin-form .gui-input:hover ~ .input-footer,
.admin-form .file .gui-file:hover + .gui-input,
.admin-form .gui-textarea:hover ~ .input-footer {
  border-color: #888;
}
/*==================================================================
  Form Inputs:focus state
===================================================================*/
.admin-form .gui-input:focus,
.admin-form .gui-textarea:focus,
.admin-form .select > select:focus,
.admin-form .select-multiple select:focus {
  color: #3c3c3c;
  background: #fff;
  border: 1px solid #999;
  outline: none;
}
.admin-form .select > select:focus {
  z-index: 10;
  z-index: 20\9;
}
.admin-form .gui-textarea:focus {
  height: 120px;
}
.admin-form .select > select:focus {
  z-index: 10;
  z-index: 20\9;
}
.admin-form .gui-input:focus ~ .field-icon i,
.admin-form .gui-textarea:focus ~ .field-icon i {
  color: #999;
}
.admin-form .select-multiple select:focus,
.admin-form .gui-input:focus ~ .input-footer,
.admin-form .gui-textarea:focus ~ .input-footer,
.admin-form .file .gui-file:focus + .gui-input {
  border-color: #999;
}
.admin-form .select > select:focus + .arrow {
  color: #999;
}
/*==================================================================
  Radio/Checkboxes
-===================================================================*/
.admin-form .option {
  position: relative;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.admin-form .option > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0;
}
.admin-form .checkbox,
.admin-form .radio {
  cursor: pointer;
  position: relative;
  margin-right: 5px;
  background: #fff;
  display: inline-block;
  border: 3px solid #ddd;
  height: 21px;
  width: 21px;
  top: 4px;
  border-radius: 2px;
}
.admin-form .checkbox:before,
.admin-form .radio:before {
  content: '';
  display: none;
}
.admin-form input:checked + .checkbox:before,
.admin-form input:checked + .radio:before {
  display: block;
}
.admin-form .checkbox:before {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 6px;
  height: 3px;
  border: solid #888;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
}
.admin-form input:checked + .checkbox,
.admin-form input:checked + .radio {
  border: 3px solid #888;
}
.admin-form .radio {
  border-radius: 20px;
}
.admin-form .radio:before {
  margin: 4px;
  width: 7px;
  height: 7px;
  background: #888;
  border-radius: 10px;
}
/*==================================================================
  Radio/Checkboxes:hover state
===================================================================*/
.admin-form input:not([disabled]):hover + .checkbox,
.admin-form input:not([disabled]):hover + .radio {
  border-color: #666;
}
/*==================================================================
  Radio/Checkboxes:focus state
-===================================================================*/
.admin-form input:focus + .checkbox,
.admin-form input:focus + .radio {
  border-color: #666;
}
.admin-form input:focus + .radio:before {
  background: #666;
}
.admin-form input:focus + .checkbox:before {
  border-color: #666;
}
/*==================================================================
  Switches
===================================================================*/
.admin-form .switch {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
  height: 26px;
}
.admin-form .switch.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.admin-form .switch > label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 25px;
  width: 58px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  background: #d7d7d7;
  border: 2px solid #d7d7d7;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  transition: 0.3s ease-out;
  border-radius: 3px;
}
.admin-form .switch > label + span {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  top: -7px;
}
.admin-form .switch > label:before {
  content: attr(data-off);
  position: absolute;
  top: 1px;
  right: 3px;
  width: 33px;
}
.admin-form .switch > label:after {
  content: '';
  margin: 1px;
  width: 19px;
  height: 19px;
  display: block;
  background: #fff;
  border-radius: 2px;
}
.admin-form .switch > input {
  -webkit-appearance: none;
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0;
  left: 0;
  top: 0;
}
/*==================================================================
  Switch:focus state
-===================================================================*/
.admin-form .switch > input:focus {
  outline: none;
}
.admin-form .switch > input:focus + label {
  color: #fff;
  border-color: #c7c7c7;
  background: #c7c7c7;
}
.admin-form .switch > input:focus + label:after {
  background: #fff;
}
/*==================================================================
  Switch:checked state
===================================================================*/
.admin-form .switch > input:checked + label {
  border-color: #999;
  background: #999;
  padding-left: 33px;
  color: white;
}
.admin-form .switch > input:checked + label:before {
  content: attr(data-on);
  left: 1px;
  top: 1px;
}
.admin-form .switch > input:checked + label:after {
  margin: 1px;
  width: 19px;
  height: 19px;
  background: white;
}
/*==================================================================
  Switch:checked:focus state
-===================================================================*/
.admin-form .switch > input:checked:focus + label {
  background: #555;
  border-color: #555;
}
/* Round Style*/
.admin-form .switch-round > label {
  border-radius: 13px;
}
.admin-form .switch-round > label + span {
  top: -2px;
}
.admin-form .switch-round > label:before {
  width: 33px;
}
.admin-form .switch-round > label:after {
  width: 19px;
  color: #d7d7d7;
  content: '\2022';
  font: 20px/20px Times, Serif;
  border-radius: 13px;
}
.admin-form .switch-round > input:checked + label {
  padding-left: 33px;
}
.admin-form .switch-round > input:checked + label:after {
  color: #999;
}
/*==================================================================
  Switch - Custom Success/Danger Styled
-===================================================================*/
.admin-form .switch-custom > label {
  background: #f3a79b;
  border-color: #f3a79b;
}
.admin-form .switch-custom > input:hover + label,
.admin-form .switch-custom > input:focus + label {
  background: #e74b31;
  border-color: #e74b31;
}
/* Checked state */
.admin-form .switch-custom > input:checked + label {
  background: #70ca63;
  border-color: #70ca63;
}
.admin-form .switch-custom > input:checked:hover + label,
.admin-form .switch-custom > input:checked:focus + label {
  background: #47a839;
  border-color: #47a839;
}
/*==================================================================
  Input:disabled state
===================================================================*/
.admin-form .button[disabled],
.admin-form .state-disabled .button,
.admin-form input[disabled] + .radio,
.admin-form input[disabled] + .checkbox,
.admin-form .switch > input[disabled] + label {
  cursor: default;
  opacity: 0.5;
}
.admin-form .gui-input[disabled],
.admin-form .gui-textarea[disabled],
.admin-form .select > select[disabled],
.admin-form .select-multiple select[disabled],
.admin-form .gui-input[disabled] ~ .input-footer,
.admin-form .file .gui-file[disabled] + .gui-input,
.admin-form .file .gui-file[disabled]:hover + .gui-input,
.admin-form .gui-textarea[disabled] ~ .input-footer {
  background-color: #f4f6f6;
  border-color: #d5dbdb !important;
  cursor: default;
  color: #626262;
  opacity: 0.7;
}
.admin-form input[disabled] ~ .field-icon i,
.admin-form textarea[disabled] ~ .field-icon i,
.admin-form .select > select[disabled] + .arrow {
  opacity: 0.7;
}
/*==================================================================
  Form Footer
===================================================================*/
.admin-form .input-footer {
  padding: 10px;
  display: block;
  margin-top: -1px;
  line-height: 16px;
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ddd;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0;
  font-size: 11px;
  color: #999;
}
/*==================================================================
  Input Icons
===================================================================*/
.admin-form .append-icon,
.admin-form .prepend-icon {
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.admin-form .append-icon .field-icon,
.admin-form .prepend-icon .field-icon {
  top: 0;
  z-index: 4;
  width: 42px;
  height: 42px;
  color: inherit;
  line-height: 42px;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
.admin-form .append-icon .field-icon i,
.admin-form .prepend-icon .field-icon i {
  position: relative;
  font-size: 14px;
}
.admin-form .prepend-icon .field-icon {
  left: 0;
}
.admin-form .append-icon .field-icon {
  right: 0;
}
.admin-form .prepend-icon > input,
.admin-form .prepend-icon > textarea {
  padding-left: 36px;
}
.admin-form .append-icon > input,
.admin-form .append-icon > textarea {
  padding-right: 36px;
  padding-left: 10px;
}
.admin-form .append-icon > textarea {
  padding-right: 36px;
}
/*==================================================================
  Input Tooltips
===================================================================*/
.admin-form .tooltip {
  position: absolute;
  z-index: -1;
  opacity: 0;
  color: #fff;
  width: 184px;
  left: -9999px;
  top: auto;
  font-size: 11px;
  font-weight: normal;
  background: #666;
  transition: margin 0.6s, opacity 0.6s;
  border-radius: 3px;
}
.admin-form .tooltip > em {
  padding: 12px;
  font-style: normal;
  display: block;
  position: static;
}
.admin-form .tooltip:after {
  content: '';
  position: absolute;
}
.admin-form .gui-input:focus + .tooltip,
.admin-form .gui-textarea:focus + .tooltip {
  opacity: 1;
  z-index: 999;
}
/*==================================================================
  Tooltip - Left
===================================================================*/
.admin-form .tip-left {
  top: 1px;
  margin-right: -20px;
}
.admin-form .tip-left:after {
  top: 12px;
  left: 100%;
  border-left: 8px solid #666;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.admin-form .gui-input:focus + .tip-left,
.admin-form .gui-textarea:focus + .tip-left {
  margin-right: 5px;
  right: 100%;
  left: auto;
}
/*==================================================================
  Tooltip - Right
===================================================================*/
.admin-form .tip-right {
  top: 1px;
  margin-left: -20px;
}
.admin-form .tip-right:after {
  top: 12px;
  right: 100%;
  border-right: 8px solid #666;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.admin-form .gui-input:focus + .tip-right,
.admin-form .gui-textarea:focus + .tip-right {
  left: 100%;
  margin-left: 5px;
}
/*==================================================================
  Tooltip - Right/Top
===================================================================*/
.admin-form .tip-right-top {
  bottom: 100%;
  margin-bottom: -20px;
}
.admin-form .tip-right-top:after {
  top: 100%;
  right: 12px;
  border-top: 8px solid #666;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.admin-form .gui-input:focus + .tip-right-top,
.admin-form .gui-textarea:focus + .tip-right-top {
  right: 0;
  left: auto;
  margin-bottom: 10px;
}
/*==================================================================
  Tooltip - Left/Top
===================================================================*/
.admin-form .tip-left-top {
  bottom: 100%;
  margin-bottom: -20px;
}
.admin-form .tip-left-top:after {
  top: 100%;
  left: 12px;
  border-top: 8px solid #666;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.admin-form .gui-input:focus + .tip-left-top,
.admin-form .gui-textarea:focus + .tip-left-top {
  left: 0;
  right: auto;
  margin-bottom: 10px;
}
/*==================================================================
  Tooltip - Right/Bottom
===================================================================*/
.admin-form .tip-right-bottom {
  top: 100%;
  margin-top: -20px;
}
.admin-form .tip-right-bottom:after {
  right: 12px;
  bottom: 100%;
  border-bottom: 8px solid #666;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.admin-form .gui-input:focus + .tip-right-bottom,
.admin-form .gui-textarea:focus + .tip-right-bottom {
  margin-top: 10px;
  left: auto;
  right: 0;
}
/*==================================================================
  Tooltip - Left/Bottom
===================================================================*/
.admin-form .tip-left-bottom {
  top: 100%;
  margin-top: -20px;
}
.admin-form .tip-left-bottom:after {
  left: 12px;
  bottom: 100%;
  border-bottom: 8px solid #666;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.admin-form .gui-input:focus + .tip-left-bottom,
.admin-form .gui-textarea:focus + .tip-left-bottom {
  margin-top: 10px;
  right: auto;
  left: 0;
}
/*==================================================================
  Validation - error state
===================================================================*/
.admin-form .state-error .gui-input,
.admin-form .state-error .gui-textarea,
.admin-form .state-error.select > select,
.admin-form .state-error.select-multiple > select,
.admin-form .state-error input:hover + .checkbox,
.admin-form .state-error input:hover + .radio,
.admin-form .state-error input:focus + .checkbox,
.admin-form .state-error input:focus + .radio,
.admin-form .state-error .checkbox,
.admin-form .state-error .radio,
.admin-form .state-error .zxy-style-select > div {
  background: #fee9ea;
  border-color: #de888a;
}
.admin-form .state-error .gui-input:focus,
.admin-form .state-error .gui-textarea:focus,
.admin-form .state-error.select > select:focus,
.admin-form .state-error.select-multiple > select:focus {
  -o-box-shadow: 0px 0px 3px #de888a inset;
  box-shadow: 0px 0px 3px #de888a inset;
}
.admin-form .state-error .gui-input ~ .field-icon i,
.admin-form .state-error .gui-textarea ~ .field-icon i {
  color: #de888a;
}
.admin-form .state-error.select .arrow {
  color: #de888a;
}
.admin-form .state-error.select > select:focus + .arrow {
  color: #de888a;
}
.admin-form .state-error .gui-input ~ .input-footer,
.admin-form .state-error.file .gui-file:hover + .gui-input,
.admin-form .state-error .gui-textarea ~ .input-footer {
  border-color: #de888a;
}
.admin-form .state-error + em {
  display: block !important;
  margin-top: 6px;
  padding: 0 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: normal;
  font-size: 0.85em;
  color: #de888a;
}
/*==================================================================
  Validation - success state
===================================================================*/
.admin-form .state-success .gui-input,
.admin-form .state-success .gui-textarea,
.admin-form .state-success.select > select,
.admin-form .state-success.select-multiple > select,
.admin-form .state-success input:hover + .checkbox,
.admin-form .state-success input:hover + .radio,
.admin-form .state-success input:focus + .checkbox,
.admin-form .state-success input:focus + .radio,
.admin-form .state-success .checkbox,
.admin-form .state-success .radio {
  background: #f0fee9;
  border-color: #a5d491;
}
.admin-form .state-success .gui-input:focus,
.admin-form .state-success .gui-textarea:focus,
.admin-form .state-success.select > select:focus,
.admin-form .state-success.select-multiple > select:focus {
  -o-box-shadow: 0px 0px 3px #a5d491 inset;
  box-shadow: 0px 0px 3px #a5d491 inset;
}
.admin-form .state-success .gui-input ~ .field-icon i,
.admin-form .state-success .gui-textarea ~ .field-icon i {
  color: #a5d491;
}
.admin-form .state-success.select .arrow {
  color: #a5d491;
}
.admin-form .state-success.select > select:focus + .arrow {
  color: #a5d491;
}
.admin-form .state-success .gui-input ~ .input-footer,
.admin-form .state-success.file .gui-file:hover + .gui-input,
.admin-form .state-success .gui-textarea ~ .input-footer {
  border-color: #a5d491;
}
/*==================================================================
  Smart Widget
  * These widgets helps us to position an element, button,
  * label or span. The positions can either be left or right
  * while the input stays 100%. Use this to rapidly create
  * search widgets, newsletter subscribe etc .
====================================================================*/
.admin-form .smart-widget,
.admin-form .append-picker-icon,
.admin-form .prepend-picker-icon {
  position: relative;
  display: block;
}
.admin-form .smart-widget .field input,
.admin-form .append-picker-icon input,
.admin-form .prepend-picker-icon input {
  width: 100%;
}
.admin-form .sm-left input,
.admin-form .prepend-picker-icon input {
  border-radius: 0 3px 3px 0;
}
.admin-form .sm-right input,
.admin-form .append-picker-icon input {
  border-radius: 3px 0 0 3px;
}
.admin-form .append-picker-icon button,
.admin-form .prepend-picker-icon button,
.admin-form .smart-widget .button {
  cursor: pointer;
  position: absolute;
  top: 0;
  color: #626262;
  height: 42px;
  line-height: 40px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  border-radius: 3px;
}
/* Disabled Prepended Icon State */
.admin-form .prepend-picker-icon button:disabled {
  background-color: #f4f6f6 !important;
  border-color: #d5dbdb !important;
}
.admin-form .sm-right .button,
.admin-form .append-picker-icon button {
  border-left: 0;
  border-radius: 0 3px 3px 0;
}
.admin-form .sm-left .button,
.admin-form .prepend-picker-icon button {
  border-right: 0;
  border-radius: 3px 0 0 3px;
}
.admin-form .sm-left .button,
.admin-form .prepend-picker-icon button {
  left: 0;
}
.admin-form .sm-right .button,
.admin-form .append-picker-icon button {
  right: 0;
}
/*==================================================================
  Smart Widget Button - Left
===================================================================*/
.admin-form .sml-50,
.admin-form .prepend-picker-icon {
  padding-left: 50px;
}
.admin-form .sml-50 .button,
.admin-form .prepend-picker-icon button {
  width: 50px;
}
.admin-form .sml-80 {
  padding-left: 80px;
}
.admin-form .sml-80 .button {
  width: 80px;
}
.admin-form .sml-120 {
  padding-left: 120px;
}
.admin-form .sml-120 .button {
  width: 120px;
}
.admin-form .sml-160 {
  padding-left: 160px;
}
.admin-form .sml-160 .button {
  width: 160px;
}
/*==================================================================
  Smart Widget Button - Right
===================================================================*/
.admin-form .smr-50,
.admin-form .append-picker-icon {
  padding-right: 50px;
}
.admin-form .smr-50 .button,
.admin-form .append-picker-icon button {
  width: 50px;
}
.admin-form .smr-80 {
  padding-right: 80px;
}
.admin-form .smr-80 .button {
  width: 80px;
}
.admin-form .smr-120 {
  padding-right: 120px;
}
.admin-form .smr-120 .button {
  width: 120px;
}
.admin-form .smr-140 {
  padding-right: 140px;
}
.admin-form .smr-140 .button {
  width: 140px;
}
.admin-form .smr-160 {
  padding-right: 160px;
}
.admin-form .smr-160 .button {
  width: 160px;
}
/*==================================================================
  Rating Star Widget - with hover
-===================================================================*/
.admin-form .rating {
  overflow: hidden;
}
.admin-form .rating.block {
  display: block;
  margin: 10px 0;
}
.admin-form .rating label {
  color: #ccc;
}
.admin-form .rating label i {
  font-size: 17px;
  text-align: center;
  color: inherit;
}
.admin-form .rating label span {
  font: 22px/22px Times, Serif;
}
.admin-form .rating-star {
  margin-left: 4px;
}
.admin-form .rating-input {
  position: absolute;
  left: -9999px;
  top: auto;
}
.admin-form .rating:hover .rating-star:hover,
.admin-form .rating:hover .rating-star:hover ~ .rating-star,
.admin-form .rating-input:checked ~ .rating-star {
  color: #666;
}
.admin-form .rating-star,
.admin-form .rating:hover .rating-star {
  width: 18px;
  float: right;
  display: block;
  cursor: pointer;
  color: #ccc;
}
/*==================================================================
  Buttons
-===================================================================*/
.admin-form .button {
  color: #243140;
  border: 0;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  cursor: pointer;
  padding: 0 18px;
  text-align: center;
  vertical-align: top;
  background: #dbdbdb;
  display: inline-block;
  -webkit-user-drag: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
/*==================================================================
  Button States
===================================================================*/
.admin-form .button:hover {
  color: #243140;
  background: #eee;
}
.admin-form .button:active {
  color: #1d2938;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.admin-form a.button,
.admin-form span.button,
.admin-form label.button {
  line-height: 42px;
  text-decoration: none;
}
.admin-form .button i {
  font-size: 14px;
}
.admin-form .button-list .button {
  margin-bottom: 5px;
}
/*==================================================================
  Primary Button
-===================================================================*/
.admin-form .btn-primary {
  background-color: #3498db;
}
.admin-form .btn-primary:hover,
.admin-form .btn-primary:focus {
  background-color: #3498db;
}
.admin-form .btn-primary:active {
  background-color: #3498db;
}
.admin-form .btn-primary,
.admin-form .btn-primary:hover,
.admin-form .btn-primary:focus,
.admin-form .btn-primary:active {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.08);
}
/*==================================================================
  Left + Right Shaped Buttons
-===================================================================*/
.admin-form .button-left,
.admin-form .button-right {
  position: relative;
  z-index: 9;
}
.admin-form .button-left:before,
.admin-form .button-right:before {
  content: '';
  z-index: -1;
  width: 32px;
  height: 32px;
  position: absolute;
  background-color: inherit;
  border-color: inherit;
  border: none;
  top: 5px;
}
.admin-form .button-left {
  border-left-width: 0;
  padding: 0 18px 0 7px;
  border-radius: 0 3px 3px 0;
  margin-left: 20px;
}
.admin-form .button-left:before {
  left: -15px;
  border-radius: 2px 5px 0 5px;
  transform: rotate(-45deg);
}
.admin-form .button-right {
  padding: 0 7px 0 18px;
  border-right-width: 0;
  border-radius: 3px 0 0 3px;
  margin-right: 20px;
}
.admin-form .button-right:before {
  right: -15px;
  border-radius: 5px 2px 5px 0;
  transform: rotate(45deg);
}
/*==================================================================
  Buttons - Push Effect
-===================================================================*/
.admin-form .pushed {
  -o-box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.admin-form .pushed:active {
  -o-box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
  top: 2px;
}
.admin-form .pushed.button-left:before {
  -o-box-shadow: inset 0.35em 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0.35em 0 0 rgba(0, 0, 0, 0.2);
}
.admin-form .pushed:active.button-left:before {
  box-shadow: inset 0.2em 0 0 rgba(0, 0, 0, 0.2);
}
.admin-form .pushed.button-right:before {
  box-shadow: inset -0.35em 0 0 rgba(0, 0, 0, 0.2);
}
.admin-form .pushed:active.button-right:before {
  box-shadow: inset -0.2em 0 0 rgba(0, 0, 0, 0.2);
}
/*==================================================================
  Buttons - Footer Adjustment
-===================================================================*/
.admin-form .form-footer .button {
  margin-right: 10px;
  margin-bottom: 5px;
}
.admin-form .align-right .button {
  margin-right: 0;
  margin-left: 10px;
}
/*==================================================================
  Buttons - Social
===================================================================*/
.admin-form .twitter,
.admin-form .twitter:hover,
.admin-form .twitter:focus,
.admin-form .facebook,
.admin-form .facebook:hover,
.admin-form .facebook:focus,
.admin-form .googleplus,
.admin-form .googleplus:hover,
.admin-form .googleplus:focus {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.08);
}
.admin-form .facebook {
  background-color: #3b5998;
}
.admin-form .twitter {
  background-color: #00acee;
}
.admin-form .googleplus {
  background-color: #dd4b39;
}
.admin-form .facebook:hover,
.admin-form .facebook:focus {
  background-color: #25385f;
}
.admin-form .twitter:hover,
.admin-form .twitter:focus {
  background-color: #00749f;
}
.admin-form .googleplus:hover,
.admin-form .googleplus:focus {
  background-color: #8d2418;
}
.admin-form .span-left {
  padding-left: 56px;
  text-align: left;
}
.admin-form .btn-social {
  position: relative;
  font-weight: 600;
  margin-bottom: 5px;
}
.admin-form .btn-social i {
  font-size: 22px;
  font-weight: normal;
  position: relative;
  top: 3px;
}
.admin-form .btn-social span {
  border-radius: 3px 0 0 3px;
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 45px;
  left: 0;
}
.admin-form .twitter span {
  background-color: #009ad5;
}
.admin-form .facebook span {
  background-color: #31497d;
}
.admin-form .googleplus span {
  background-color: #c03121;
}
/*==================================================================
  Lists
-===================================================================*/
.admin-form .admin-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.admin-form .admin-list li {
  margin-bottom: 20px;
}
/*==================================================================
  Firefox select fix - select arrow hack disabled on FF 30+
===================================================================*/
@-moz-document url-prefix() {
  .admin-form .select:before {
    content: '';
    pointer-events: none;
    transition: none;
    position: absolute;
    background: #f5f5f5;
    width: 36px;
    right: 1px;
    top: 1px;
    bottom: 1px;
  }
  .admin-form .select > select:focus,
  .admin-form .select > select:hover,
  .admin-form .select:hover select,
  .admin-form .select:hover:before {
    background: #fff;
    transition: none;
    box-shadow: none;
  }
  .admin-form .state-error.select > select:focus,
  .admin-form .state-error.select > select:hover,
  .admin-form .state-error.select:hover select,
  .admin-form .state-error.select:hover:before,
  .admin-form .state-error.select:before {
    background: #fee9ea;
  }
  .admin-form .state-success.select > select:focus,
  .admin-form .state-success.select > select:hover,
  .admin-form .state-success.select:hover select,
  .admin-form .state-success.select:hover:before,
  .admin-form .state-success.select:before {
    background: #f0fee9;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .admin-form .select .arrow:after,
  .admin-form .select .arrow:before {
    display: block;
  }
}
/*==================================================================
  ANDROID + IOS FIXES
===================================================================*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .admin-form .option,
  .admin-form .rating,
  .admin-form .switch,
  .admin-form .captcode {
    -webkit-animation: bugfix infinite 1s;
  }
  .admin-form .switch {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .admin-form .option {
    margin-right: 15px;
  }
}
/*==================================================================
  Responsiveness for Tablets + Smartphones
===================================================================*/
@media (max-width: 600px) {
  .admin-form .section row {
    margin: 0;
  }
  .admin-form .section row .colm {
    width: 100%;
    float: none;
    padding: 0;
  }
  .admin-form .bdl {
    border-left: 0;
  }
  .admin-form .border-right {
    border-right: 0;
  }
  .admin-form .align-right {
    text-align: left;
  }
}
/*==================================================================
  TEMP NEW INPUT FOCUS TRANSITION - REMOVE OR IMPLEMENT
===================================================================*/
.admin-form.theme-primary .gui-input,
.admin-form.theme-primary .select > select,
.admin-form.theme-primary .select-multiple select {
  outline: 1px solid transparent;
  transition: outline-color ease 0.5s ease;
}
.admin-form.theme-primary .gui-input:focus,
.admin-form.theme-primary .select > select:focus,
.admin-form.theme-primary .select-multiple select:focus {
  border-radius: 0;
  outline-color: #5d9cec;
}
/*==================================================================
  Panel
===================================================================*/
.admin-form .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #ddd;
}
/*==================================================================
  Panel Header
===================================================================*/
.admin-form .panel-heading {
  overflow: hidden;
  position: relative;
  height: auto;
  padding: 19px 22px 18px;
  color: #999;
  border-radius: 0;
  border-top: 1px solid transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
}
.admin-form .heading-border:before {
  content: '';
  background-color: #9999a3;
  position: absolute;
  height: 10px;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
}
.admin-form .heading-border .panel-heading {
  padding: 30px 22px 17px;
}
.admin-form .heading-border .panel-title {
  color: #999;
}
.admin-form .panel-title {
  text-align: left;
  font-weight: 300;
  font-size: 26px;
  padding: 0;
  margin: 0;
  background: transparent;
}
.admin-form .panel-title i {
  font-size: 26px;
  position: relative;
  margin-right: 15px;
  top: 0;
  border-width: 0;
}
/*==================================================================
  Panel Body
===================================================================*/
.admin-form .panel-body {
  padding: 25px;
  border: 0;
}
/*==================================================================
  Panel Footer
===================================================================*/
.admin-form .panel-footer {
  padding: 12px 13px;
  border: 0;
  border-top: 1px solid #ddd;
  background: #f2f2f2;
}
/*==================================================================
  Progress Bars 
===================================================================*/
.admin-form .progress-section {
  display: none;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-size: 18px 18px;
  background-image: linear-gradient(to bottom right, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
}
/*==================================================================
  Checkbox/Radio Confliction fixes
===================================================================*/
.admin-form .radio,
.admin-form .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  top: 1px;
  vertical-align: bottom;
}
.admin-form .checkbox:after,
.admin-form .checkbox:before {
  margin: 0;
  padding: 0;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
/* Styles for content tree */
#object-tree {
  background-color: #fff;
  padding-bottom: 5px;
  padding-top: 10px;
}
#object-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
#object-tree ul li {
  margin-left: 10px;
  margin-top: 7px;
}
#object-tree ul li ul {
  padding-top: 0;
}
#object-tree ul li ul li {
  margin-left: 20px;
}
#object-tree ul li span {
  padding-bottom: 2px !important;
  padding-top: 2px !important;
}
#object-tree ul li a {
  color: black;
}
#object-tree ul li a.folding {
  display: block;
}
#object-tree ul li a.folding:before {
  content: '\f147';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 4px;
}
#object-tree ul li a.unfolding {
  display: block;
}
#object-tree ul li a.unfolding:before {
  content: '\f196';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 4px;
}
#object-tree ul li a:hover {
  text-decoration: none;
  color: gray;
}
#object-tree ul li a:focus {
  text-decoration: none;
}
#object-tree ul li a.active {
  font-weight: bold;
}
#object-tree ul li a.element-link:after,
#object-tree ul li a.unit-link:after {
  content: '\f0da';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-left: 5px;
}
#object-tree ul li a.element-link span,
#object-tree ul li a.unit-link span {
  font-weight: bold;
}
.custom-menu {
  display: none;
  z-index: 500;
  position: absolute;
  overflow: hidden;
  border: 1px solid #ccc;
  white-space: nowrap;
  font-family: sans-serif;
  background: #fff;
  color: #333;
  border-radius: 5px;
  padding: 0;
}
.custom-menu li {
  padding: 8px 12px;
  cursor: pointer;
  list-style-type: none;
}
.custom-menu li:hover {
  background-color: #def;
}
.map-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  z-index: 100;
  width: 270px;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.8);
}
.map-menu-transport {
  position: absolute;
  top: 10px;
  left: 50px;
  z-index: 100;
  width: 240px;
  border-radius: 4px;
}
.map-menu-transport .top-border {
  width: 100%;
  font-weight: bold;
  padding: 2px 10px;
  color: white;
  border-radius: 4px;
  background: rgba(109, 129, 165, 0.8);
  cursor: pointer;
}
.map-menu-transport .top-border i {
  float: right;
}
.map-menu-transport .transport-list {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  padding: 10px;
}
.img-click {
  cursor: pointer;
}
.flightplan-check {
  border-style: solid;
  border-width: 2px;
  border-radius: 2px;
  background: #fff;
  width: 25px;
  height: 25px;
}
/* Each of the items in the list */
#background_popup {
  z-index: 1500;
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
  top: 0px;
  left: 0px;
}
#popup_image_gallery,
#popup_element,
#popup_unit,
#popup_manifestation {
  position: fixed;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0;
  z-index: 2500;
  top: 15%;
  left: 25%;
  max-height: 75%;
  width: 60%;
  background: #fff;
  border-radius: 4px;
}
#popup_image_gallery .img-in-slider,
#popup_element .img-in-slider,
#popup_unit .img-in-slider,
#popup_manifestation .img-in-slider {
  padding: 0px 30px;
}
.hotspot_popup {
  position: fixed;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0;
  z-index: 1500;
  top: 10%;
  left: 30%;
  max-height: 85%;
  width: 640px;
  background: #fff;
  border-radius: 4px;
}
.icon_model {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 40%;
  font-size: 2em;
  cursor: pointer;
  color: #d94735;
}
.status_icon_image {
  position: relative;
  margin-top: -23px;
  background: #191919;
  background: rgba(25, 25, 25, 0.5);
  color: #fff;
}
#fadingmessage {
  position: absolute;
  right: 0px;
  top: 150px;
  width: 200px;
  height: 60px;
  background-color: #ef4512;
  padding: 10px;
  color: #fff;
}
.label-excellent {
  color: #fff !important;
  background-color: #267b45 !important;
}
.label-good {
  color: #fff !important;
  background-color: #5ec54b !important;
}
.label-reasonable {
  color: #fff !important;
  background-color: #f4b027 !important;
}
.label-moderate {
  color: #fff !important;
  background-color: #fd9408 !important;
}
.label-poor {
  color: #fff !important;
  background-color: #fd7808 !important;
}
.label-bad {
  color: #fff !important;
  background-color: #d73f2d !important;
}
.label-further {
  color: #fff !important;
  background-color: #6eb3f4 !important;
}
.label-unknown {
  color: #fff !important;
  background-color: #6eb3f4 !important;
}
.icon-excellent {
  color: #267b45;
}
.icon-good {
  color: #5ec54b;
}
.icon-reasonable {
  color: #f4b027;
}
.icon-moderate {
  color: #fd9408;
}
.icon-poor {
  color: #fd7808;
}
.icon-bad {
  color: #d73f2d;
}
.icon-further {
  color: #5196d5;
}
.icon-unknown {
  color: #5196d5;
}
.icon-neutral {
  color: #5196d5;
}
.icon-seriousness-low {
  color: #5ec54b;
}
.icon-seriousness-moderate {
  color: #fd9408;
}
.icon-seriousness-severe {
  color: #d73f2d;
}
.icon-intensity-early {
  color: #5ec54b;
}
.icon-intensity-advanced {
  color: #fd9408;
}
.icon-intensity-final {
  color: #d73f2d;
}
.icon-extend-occasionally {
  color: #5ec54b;
}
.icon-extend-locally {
  color: #f4b027;
}
.icon-extend-frequently {
  color: #f4b027;
}
.icon-extend-regularly {
  color: #fd7808;
}
.icon-extend-common {
  color: #d73f2d;
}
.label-seriousness-low {
  background-color: #5ec54b !important;
  color: white;
}
.label-seriousness-moderate {
  background-color: #fd9408 !important;
  color: white;
}
.label-seriousness-severe {
  background-color: #d73f2d !important;
  color: white;
}
.label-intensity-early {
  background-color: #5ec54b !important;
  color: white;
}
.label-intensity-advanced {
  background-color: #fd9408 !important;
  color: white;
}
.label-intensity-final {
  background-color: #d73f2d !important;
  color: white;
}
.label-extend-occasionally {
  background-color: #5ec54b !important;
  color: white;
}
.label-extend-locally {
  background-color: #f4b027 !important;
  color: white;
}
.label-extend-frequently {
  background-color: #fd9408 !important;
  color: white;
}
.label-extend-regularly {
  background-color: #fd7808 !important;
  color: white;
}
.label-extend-common {
  background-color: #d73f2d !important;
  color: white;
}
.dd-handle:hover {
  cursor: pointer;
}
.thumbnail {
  position: relative;
  text-align: center;
  color: white;
}
.thumbnail .caption,
.thumbnail .status_icon_image {
  text-align: left;
}
.DerivedVideo-report::before,
.Video-report::before {
  content: '\f04b';
  position: absolute;
  color: #fff;
  font: normal normal normal 32px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(-50%, -50%);
  top: 30%;
  left: 50%;
  text-shadow: #999 2px 0 10px;
}
.ImageAnnotation-report::before {
  content: '\f02b';
  position: absolute;
  color: #3863ae;
  font: normal normal normal 36px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(-50%, -50%);
  top: 30%;
  left: 50%;
  text-shadow: #999 2px 0 10px;
}
/* CSS talk bubble */
.talk-bubble {
  margin: 40px;
  display: inline-block;
  position: relative;
  width: 500px;
  height: auto;
  background-color: lightyellow;
}
/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}
.tri-right.left-in:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}
/* talk bubble contents */
.talktext {
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
}
.talktext p {
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
.panel-totalriskscore-1 {
  background-color: #5ec54b;
  padding: 5px 10px;
  border-radius: 3px;
  color: white;
}
.panel-totalriskscore-2 {
  background-color: #f4b027;
  padding: 5px 10px;
  border-radius: 3px;
  color: white;
}
.panel-totalriskscore-3 {
  background-color: #d73f2d;
  padding: 5px 10px;
  border-radius: 3px;
  color: white;
}
.panel-ramssheepItem {
  float: left;
  margin-right: 10px;
  cursor: default;
}
.panel-ramssheepItem span {
  margin-left: 10px;
  font-weight: bold;
}
.panel-ramssheepItem .value {
  margin-top: 5px;
  width: 30px;
  height: 30px;
  padding: 4px 9px;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #666;
}
.white-text {
  color: #fff;
}
.gm-style-mtc div {
  font-size: 13px !important;
  color: #999 !important;
}
.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  margin: 8px 0px 8px 0px;
}
.hr-sect::before,
.hr-sect::after {
  content: '';
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.15);
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 8px;
}
#mapInfo {
  position: relative;
  padding: 3px;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 3px solid white;
  border-radius: 3px;
}
#mapInfo::after {
  position: absolute;
  bottom: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  content: ' ';
  font-size: 0;
  line-height: 0;
  width: 0;
  left: 50%;
  transform: translate(-50%, 8px);
}
.map-satellite-button {
  top: 65px;
  left: 0.5em;
}
.map-map-button {
  top: 95px;
  left: 0.5em;
}
.state-error {
  color: tomato;
  font: normal;
  font-weight: bold;
}
.icon-totalramscore-1 {
  color: #5ec54b;
}
.icon-totalramscore-2 {
  color: #f4b027;
}
.icon-totalramscore-3 {
  color: #fd7808;
}
.icon-totalramscore-4 {
  color: #d73f2d;
}
.rams1 {
  background-color: #267b45 !important;
  color: white;
}
.rams2 {
  background-color: #5ec54b !important;
  color: white;
}
.rams3 {
  background-color: #f4b027 !important;
  color: white;
}
.rams4 {
  background-color: #fd9408 !important;
  color: white;
}
.rams5 {
  background-color: #fd7808 !important;
  color: white;
}
.rams6 {
  background-color: #d73f2d !important;
  color: white;
}
.rams-unknown {
  background-color: #6eb3f4 !important;
  color: white;
}
.rams_result1 {
  background-color: #5ec54b !important;
  color: white;
}
.rams_result2 {
  background-color: #f4b027 !important;
  color: white;
}
.rams_result3 {
  background-color: #fd7808 !important;
  color: white;
}
.rams_result4 {
  background-color: #d73f2d !important;
  color: white;
}
.rams_result-unknown {
  background-color: #6eb3f4 !important;
  color: white;
}
.icon-crariskscore-0 {
  color: #6eb3f4;
}
.icon-crariskscore-1 {
  color: #5ec54b;
}
.icon-crariskscore-2 {
  color: #f4b027;
}
.icon-crariskscore-3 {
  color: #fd7808;
}
.icon-crariskscore-4 {
  color: #d73f2d;
}
.fa-square-o {
  color: #666;
}
.cra1 {
  background-color: #5ec54b !important;
  color: white;
}
.cra2 {
  background-color: #f4b027 !important;
  color: white;
}
.cra3 {
  background-color: #fd7808 !important;
  color: white;
}
.cra4 {
  background-color: #d73f2d !important;
  color: white;
}
.cra-unknown {
  background-color: #6eb3f4 !important;
  color: white;
}
.arbcra1 {
  background-color: #267b45 !important;
  border: 3px solid #267b45;
  color: white;
}
.arbcra2 {
  background-color: #fd7808 !important;
  border: 3px solid #267b45;
  color: white;
}
.arbcra3 {
  background-color: #fd7808 !important;
  border: 3px solid #fd7808;
  color: white;
}
.arbcra4 {
  background-color: #fd7808 !important;
  border: 3px solid #d73f2d;
  color: white;
}
.arbcra5 {
  background-color: #d73f2d !important;
  border: 3px solid #d73f2d;
  color: white;
}
.arbcranull {
  background-color: #d73f2d !important;
  border: 3px solid #d73f2d;
  color: white;
}
.icon-arbcrariskscore-1 {
  color: #267b45;
}
.icon-arbcrariskscore-2 {
  background: linear-gradient(to bottom, #fd7808 50%, #267b45 50%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.icon-arbcrariskscore-3 {
  color: #fd7808;
}
.icon-arbcrariskscore-4 {
  background: linear-gradient(to bottom, #fd7808 50%, #d73f2d 50%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.icon-arbcrariskscore-5 {
  color: #d73f2d;
}
.rams-button {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px !important;
}
.rams-button:focus {
  outline: dotted !important;
  outline-color: gray !important;
}
.tooltipZXY {
  position: relative;
}
.tooltipZXY .tooltiptext {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  font-weight: normal;
  width: 240px;
  background-color: #d7e9f4;
  border-color: #999;
  border-style: solid;
  border-width: 1px;
  color: #666;
  border-radius: 3px;
  padding: 5px;
  font-size: 12px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -120px;
}
.tooltipZXY:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.smooth-dnd-container.horizontal {
  width: 100%;
}
/* Font base class */
.ad {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #999;
}
.elementIsArchived,
.unitIsArchived,
.manifestationIsArchived {
  color: lightgray !important;
}
.rw-widget-container {
  border-radius: 2px !important;
  border: #ddd 1px solid !important;
}
.rw-widget-picker {
  height: 2.8em !important;
  margin: 5px;
}
.input-md {
  height: 2.4em !important;
  padding-top: 0;
  padding-bottom: 0;
}
.inspectionType-z-index .css-26l3qy-menu {
  z-index: 1000;
}
.horizontal-line {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.horizontal-line__title {
  padding: 0.5em;
  color: #666;
  font-size: smaller;
  background: #fafafa;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90vh;
  min-width: 320px;
  overflow-y: visible;
  z-index: 1001;
  border-radius: 2px;
  background-color: #fafafa;
  outline: none;
}
.modal .modal-inner {
  box-sizing: border-box;
  max-height: 90vh;
}
@media only screen and (min-width: 48em) {
  .modal .modal-inner {
    width: 600px;
  }
}
.modal-title {
  position: relative;
  height: 50px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: #f3f6f7;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 20px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@media only screen and (min-width: 48em) {
  .modal-title {
    height: 80px;
  }
}
.modal-title h1 {
  font-size: 15px;
  color: #283946;
  padding: 0;
  line-height: initial;
  margin: 0;
}
.modal-title .modal-close {
  margin: 0;
  border: none;
  cursor: pointer;
  height: 32px;
  width: 32px;
  overflow: hidden;
  outline: 0;
  display: inline-block;
  color: #3b3f4f;
  font-size: 32px;
  line-height: 32px;
  padding: 0;
  background-color: #f3f6f7;
}
.modal-title .modal-close:hover {
  color: #51566c;
}
.modal-title .modal-close span {
  height: 32px;
  width: 32px;
  line-height: 32px;
}
.modal-content {
  padding: 20px 10px 20px 20px;
  text-align: left;
  outline: none;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(90vh - 50px - 20px);
}
@media only screen and (min-width: 48em) {
  .modal-content {
    max-height: calc(90vh - 80px - 20px);
  }
}
.has-actions .modal-content {
  max-height: calc(90vh - 50px - 76px);
}
@media only screen and (min-width: 48em) {
  .has-actions .modal-content {
    max-height: calc(90vh - 80px - 76px);
  }
}
.modal-content.has-scroll-bar {
  overflow-y: hidden;
}
.modal-content.has-scroll-bar > div {
  height: calc(90vh - 50px - 20px);
}
@media only screen and (min-width: 48em) {
  .modal-content.has-scroll-bar > div {
    height: calc(90vh - 80px - 20px);
  }
}
.modal-content p {
  color: #666;
  font-size: 16px;
}
.modal-content .scrollbar-view {
  padding-right: 20px;
  outline: none;
}
.modal-actions {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #fafafa;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  text-align: right;
}
.is-modal-open {
  overflow: hidden;
  height: 100%;
  touch-action: none;
}
.is-modal-open body {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll !important;
}
.modal-backdrop {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: translateZ(0);
}
.modal-content .admin-form .panel {
  border: none;
  margin: 0;
}
.modal-content .admin-form .panel .panel-body {
  padding: 0;
  margin: 10px 0;
}
.modal.confirm-dialog {
  min-width: 320px;
}
.modal.confirm-dialog .modal-content {
  padding: 20px;
}
.modal.confirm-dialog .modal-actions {
  background-color: #fafafa;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
  text-align: right;
}
.modal.confirm-dialog .modal-actions button {
  margin-left: 10px;
}
.modal.alert-dialog {
  min-width: 320px;
}
.modal.alert-dialog .modal-content {
  padding: 20px;
  outline: none;
}
.modal.alert-dialog .modal-actions {
  background-color: #fafafa;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
  text-align: right;
}
.modal.alert-dialog .modal-actions button {
  margin-left: 10px;
}
.scrollbar-bar {
  background-color: #3498db;
  border-radius: inherit;
}
.sub_r_ramsoptions {
  position: relative;
  padding: 5px 15px;
  width: 220px;
  cursor: pointer;
}
.sub_r_ramsoptions ul {
  position: absolute;
  display: none;
  list-style: none;
  left: 218px;
  top: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  padding-left: 0;
}
.sub_r_ramsoptions ul li {
  padding: 5px 15px;
}
.sub_r_ramsoptions ul li a {
  display: block;
  padding: 5px 15px;
  clear: both;
  color: #666;
  font-weight: normal;
  line-height: 1.49;
  white-space: nowrap;
  text-decoration: none;
}
.sub_r_ramsoptions ul li:hover {
  background-color: #e7e7e7;
}
.sub_r_ramsoptions ul li.selected,
.sub_r_ramsoptions ul li.selected a {
  font-weight: bold;
}
.sub_r_ramsoptions:hover {
  background-color: #e7e7e7;
}
.sub_r_ramsoptions:hover ul {
  display: block;
}
.table-with-filter {
  display: flex;
  flex-flow: row nowrap;
  place-content: center;
  align-items: stretch;
}
.table-with-filter > .table {
  width: calc(100% - 290px);
}
.table-with-filter > .table,
.table-with-filter .filter {
  flex-grow: 1;
  flex-shrink: 0;
}
.amsterdam-bridge-poles-diving-matrix-generator .form-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-y: auto;
}
.amsterdam-bridge-poles-diving-matrix-generator .form-inline + .form-inline {
  margin-top: 20px;
}
.amsterdam-bridge-poles-diving-matrix-generator .form-group {
  margin-right: 20px;
}
.amsterdam-bridge-poles-diving-matrix-generator .form-group > .ml5 {
  display: block;
  margin: 0 !important;
  text-transform: capitalize;
}
.amsterdam-bridge-poles-diving-matrix-generator .form-group select {
  min-width: 120px;
}
.amsterdam-bridge-poles-diving-matrix-generator .form-group.has-button {
  margin-left: auto;
  align-self: flex-end;
}
.amsterdam-bridge-poles-diving-survey-result .form-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.amsterdam-bridge-poles-diving-survey-result .form-inline + .form-inline {
  margin-top: 20px;
}
.amsterdam-bridge-poles-diving-survey-result .form-group {
  margin-right: 20px;
}
.amsterdam-bridge-poles-diving-survey-result .form-group > .ml5 {
  display: block;
  margin: 0 !important;
}
.amsterdam-bridge-poles-diving-survey-result .form-group.removal-mode-switch > .ml5 {
  display: inline-block;
}
.amsterdam-bridge-poles-diving-survey-result .form-group select {
  min-width: 120px;
}
.amsterdam-bridge-poles-diving-survey-result .form-group.has-button {
  margin-left: auto;
  align-self: flex-end;
}
.amsterdam-bridge-poles-diving-survey-result .removal-mode-switch {
  margin: 10px 0 0 10px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.amsterdam-bridge-poles-diving-survey-result .removal-mode-switch > span {
  font-size: 12px;
  line-height: 12px;
  padding-right: 10px;
}
@media only screen and (min-width: 48em) {
  .amsterdam-bridge-poles-diving-survey-result .removal-mode-switch {
    float: right;
    margin: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .amsterdam-bridge-poles-diving-survey-result .admin-form .switch {
    margin: 0 !important;
  }
}
.amsterdam-bridge-poles-defect-editor .ml5 {
  display: block;
  margin: 0;
}
.amsterdam-bridge-poles-defect-editor .pull-right {
  float: left !important;
}
.defect-repeater .edit-panel-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
}
.defect-repeater .edit-panel-row:last-child {
  border-bottom: none;
}
.defect-repeater .edit-panel-row > div {
  flex: 1 1 auto;
}
.defect-repeater .edit-panel-row > button {
  flex: 0 0 auto;
}
.amsterdam-bridge-poles-diving-unit-editor .ml5 {
  display: block;
  margin: 0 !important;
}
.units-matrix {
  padding: 0;
  overflow-x: auto;
  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), /* Shadow covers */ linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
  background-position: left center,
		right center,
		left center,
		right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 20px 100%,
		20px 100%,
		20px 100%,
		20px 100%;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}
.units-matrix table {
  width: auto;
}
.units-matrix td {
  padding: 10px;
  text-align: center;
}
.units-matrix button {
  display: block;
  margin: auto;
  font-size: 10px;
}
.units-matrix button + button {
  margin-top: 5px;
}
.units-matrix button.is-selected {
  background-color: #e9573f;
  color: #ffffff;
}
.units-matrix .admin-form .section-divider span {
  font-size: 12px;
}
.units-matrix > button {
  margin: 10px 0 0 0;
}
.visible-side {
  position: relative;
  padding: 8px 10px 10px 30px;
}
.visible-side:before,
.visible-side:after {
  content: '';
  display: block;
  position: absolute;
}
.visible-side:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #666;
  top: 5px;
  left: 7px;
}
.visible-side:after {
  top: 12px;
  left: 12px;
  width: 2px;
  height: 15px;
  background-color: #666;
}
.matrix-legend {
  border: 1px solid silver;
  border-radius: 2px;
  margin: 15px 0 15px 5px;
  width: 200px;
  font-size: 0.8em;
  line-height: 2;
}
.matrix-legend strong {
  padding-left: 5px;
}
.matrix-legend span {
  padding-right: 10px;
}
.amsterdam-bridge-poles-structure-table .admin-form {
  border: none;
}
.units-filter .tray-right,
.units-filter .tray-left {
  padding: 0;
}
.amsterdam-bridge-poles-diving-unit-view .pole .admin-form {
  border: none;
}
.amsterdam-bridge-poles-diving-unit-view .amsterdam-bridge-poles-diving-pole-view .col-md-6,
.amsterdam-bridge-poles-diving-unit-view .amsterdam-bridge-poles-diving-pole-view .col-md-12 {
  display: flex;
  flex-direction: row;
  padding-bottom: 5px;
}
.amsterdam-bridge-poles-diving-unit-view .amsterdam-bridge-poles-diving-pole-view .col-md-6 span,
.amsterdam-bridge-poles-diving-unit-view .amsterdam-bridge-poles-diving-pole-view .col-md-12 span {
  display: block;
}
.amsterdam-bridge-poles-diving-unit-view .amsterdam-bridge-poles-diving-pole-view .col-md-6 span:first-child,
.amsterdam-bridge-poles-diving-unit-view .amsterdam-bridge-poles-diving-pole-view .col-md-12 span:first-child {
  width: 200px;
}
.amsterdam-bridge-poles-diving-unit-view .amsterdam-bridge-poles-diving-pole-view .col-md-12 {
  margin: 10px 0;
}
.amsterdam-bridge-poles-diving-unit-view th.col-md-1 {
  text-transform: capitalize;
}
.amsterdam-bridge-poles-diving-general-info .rw-datetime-picker.rw-widget {
  padding-top: 7px;
}
.amsterdam-bridge-poles-diving-density-visualized {
  display: flex;
  flex-direction: row;
}
.amsterdam-bridge-poles-diving-density-visualized ul.legend {
  margin-top: 50px;
}
.amsterdam-bridge-poles-diving-density-visualized ul.legend li {
  display: block;
  margin: 0 0 5px 0;
}
.amsterdam-bridge-poles-diving-density-visualized ul.legend li span {
  width: 24px;
  height: 18px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.amsterdam-bridge-poles-add-woodsample .rw-datetime-picker.rw-widget {
  padding-top: 7px;
}
.amsterdam-bridge-poles-add-woodsample .ml5 {
  display: block;
  margin: 0 !important;
}
.amsterdam-bridge-poles-add-woodsample .pull-right {
  float: left !important;
}
.amsterdam-bridge-poles-add-woodsample td .field.select {
  z-index: 1;
}
.table-top-filter .admin-form {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.table-top-filter .admin-form .control {
  align-items: flex-start;
  display: flex;
  padding: 4px 0 4px 10px;
}
.table-top-filter .admin-form .control > span {
  margin: 8px 9px 0 0;
}
.static-text p {
  padding: 10px 5px;
}
.wood-sample-csv-importer div + label {
  margin-top: 5px;
}
.wood-sample-csv-importer .file-upload {
  margin: 0 -20px;
}
.wood-sample-csv-importer .results > div {
  margin: 0 0 10px 0;
}
.wood-sample-csv-importer .results ul {
  margin: 10px 0 0 0;
}
.wood-sample-csv-importer .results li {
  margin: 0 0 5px 0;
}
.survey-modification .ml5 {
  display: block;
  margin: 0;
}
.survey-modification .pull-right {
  float: left !important;
}
.survey-modification-table .admin-form {
  border: none;
}
.survey-modification-table .description {
  white-space: pre-wrap;
}
.measuring-bolt-importer div + label {
  margin-top: 5px;
}
.measuring-bolt-importer .file-upload {
  margin: 0 -20px;
}
.measuring-bolt-importer .results > div {
  margin: 0 0 10px 0;
}
.measuring-bolt-importer .results ul {
  margin: 10px 0 0 0;
}
.measuring-bolt-importer .results li {
  margin: 0 0 5px 0;
}
.measuring-bolt-importer .alert-warning {
  background-color: #fefbe6;
}
.measuring-bolt-importer-filename {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.measuring-bolt-importer-filename-icon {
  font-size: 25px;
}
.measuring-bolt-importer-filename-text {
  font-size: 16px;
  margin-left: 10px;
  color: #0da0df;
}
.measuring-bolt-importer tbody > tr:nth-child(odd) > td,
.measuring-bolt-importer tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.measurement-importer div + label {
  margin-top: 5px;
}
.measurement-importer .file-upload {
  margin: 0 -20px;
}
.measurement-importer .results {
  margin-bottom: 20px;
}
.measurement-importer .results > div {
  margin: 0 0 10px 0;
}
.measurement-importer .results ul {
  margin: 10px 0 0 0;
}
.measurement-importer .results li {
  margin: 0 0 5px 0;
}
.modal.measurement-details-dialog {
  min-width: 320px;
}
.modal.measurement-details-dialog .modal-content {
  padding: 20px;
}
.modal.measurement-details-dialog .modal-actions {
  background-color: #fafafa;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
  text-align: right;
}
.modal.measurement-details-dialog .modal-actions button {
  margin-left: 10px;
}
.modal.measurement-details-dialog .modal-close {
  padding: 0;
}
.modal.measurement-details-dialog .modal-close span {
  font-size: 24px;
  line-height: 32px;
}
.modal.measurement-details-dialog .modal-inner {
  height: calc(580px - 50px - 20px - 76px);
}
@media only screen and (min-width: 48em) {
  .modal.measurement-details-dialog .modal-inner {
    max-height: calc(580px - 80px - 20px - 76px);
  }
}
.modal.measurement-details-dialog .modal-content .col-md-6,
.modal.measurement-details-dialog .modal-content .col-md-12 {
  display: flex;
  flex-direction: row;
  padding-bottom: 6px;
}
.modal.measurement-details-dialog .modal-content .col-md-6 span,
.modal.measurement-details-dialog .modal-content .col-md-12 span {
  display: block;
}
.modal.measurement-details-dialog .modal-content .col-md-6 span:first-child,
.modal.measurement-details-dialog .modal-content .col-md-12 span:first-child {
  width: 250px;
}
.modal.measurement-details-dialog .modal-content .col-md-12 {
  margin: 2px 0;
}
.modal.measurement-details-dialog .modal-content th.col-md-1 {
  text-transform: capitalize;
}
.measurements-table .is-archive {
  color: #b3b3b3;
}
.measurement-form span.ml5 {
  display: block;
  margin: 0 !important;
  text-transform: capitalize;
}
.measuring-bolts-filter .tray-right,
.measuring-bolts-filter .tray-left {
  padding: 0;
}
.import-export-iha-add {
  margin-bottom: 2rem;
}
.import-export-iha-add__title {
  margin-top: 0;
}
.import-export-iha-add__file-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.import-export-iha-add__file-list-item {
  font-size: 16px;
  color: #009cdd;
}
.import-export-iha-add__file-list-item > i {
  display: inline-block;
  margin-right: 4px;
  color: #666;
}
.import-export-iha-add button:first-of-type {
  margin-right: 1rem;
}
.import-export-iha-dropzone--hidden {
  display: none;
}
.import-export-iha-table__cell-centered {
  display: flex;
  justify-content: center;
}
.import-export-iha .alert-warning {
  background-color: #fefbe6;
}
.iha-import-is-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  font-size: 18px;
}
.iha-import-is-loading > div > img {
  width: 50px;
}
.iha-import-errors-list {
  height: 100%;
}
.iha-import-errors-list--expandable {
  max-height: 120px;
}
.iha-import-errors-list--expanded {
  max-height: 100%;
}
.iha-import-errors-list-show-more {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
}
.iha-import-errors-list-show-more:hover {
  color: grey;
  text-decoration: underline;
}
.iha-import-footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #cccccc;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
  padding: 15px 15px 0;
}
.iha-import-footer > button:last-of-type {
  margin-left: 10px;
}
.iha-import-warning {
  display: flex;
  flex-direction: row;
  color: #000000;
}
.iha-import-warning-errors > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.iha-import-warning-icon {
  margin-right: 15px;
}
.iha-import-warning-icon > i {
  font-size: 25px;
  color: #faa602;
}
.iha-import-warning-text {
  font-weight: 700;
  font-size: 16px;
}
.iha-import-success {
  display: flex;
  flex-direction: row;
  color: #000000;
}
.iha-import-success-errors > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.iha-import-success-icon {
  margin-right: 15px;
}
.iha-import-success-icon > i {
  font-size: 25px;
  color: #52c41a;
}
.iha-import-success-text {
  font-weight: 700;
  font-size: 16px;
}
.iha-import-filename {
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.iha-import-filename-icon {
  font-size: 25px;
}
.iha-import-filename-text {
  font-size: 16px;
  margin-left: 10px;
  color: #0da0df;
}
.export-audit-events span.ml5:first-letter {
  text-transform: capitalize;
}
.export-audit-events span.ml5 + label {
  margin-top: 5px;
}
.iha-explanation-sheet-upload .tray-bin {
  margin-left: 0;
  margin-right: 0;
}
.expandable-link-group {
  display: inline-block;
  position: relative;
}
.expandable-link-group ul {
  display: none;
  list-style: none;
  position: absolute;
  padding-left: 10px;
  z-index: 999;
  min-width: 100%;
}
.expandable-link-group ul li {
  display: block;
  width: 100%;
  background-color: #f0f0f0;
  border: solid 1px #ccc;
  color: #666;
  padding: 5px 15px;
  font-weight: 600 !important;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.expandable-link-group ul li a {
  color: #666;
}
.expandable-link-group:hover ul,
.expandable-link-group.touched ul {
  display: block;
}
.expandable-link-group a {
  width: 100%;
  text-align: left;
}
.modal.maintenance-measurement-details-dialog {
  min-height: 500px;
  z-index: 1501;
}
.modal.add-edit-manifestation {
  min-width: 900px;
}
@media only screen and (min-width: 48em) {
  .modal.add-edit-manifestation .modal-inner {
    width: 900px;
  }
}
.file-upload.is-disabled {
  pointer-events: none;
  opacity: 0.7;
}

