@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


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

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 22px;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	/*padding: .4em 1em;*/
    padding: 2px 15px;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets (moved to site.css) */


/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	/*margin: .5em .4em .5em 0;*/
	cursor: pointer;
    background: repeat scroll 0 0 #307EE9;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #307CF6;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: 0px;
    color: #000000;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(data:image/gif;base64,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);
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

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

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
}
/* .ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}*/
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}


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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

/* Removed for split button
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png);
}
*/

/* Icons for date picker */
#ui-datepicker-div .ui-icon,
#ui-datepicker-div .ui-widget-content .ui-icon {
	background-image: url(data:image/png;base64,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);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }



/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAe0lEQVRoge3OMQHAIBAAMcC/kjdZJHTI0A4XBdkz86wfO18H3hRUBVVBVVAVVAVVQVVQFVQFVUFVUBVUBVVBVVAVVAVVQVVQFVQFVUFVUBVUBVVBVVAVVAVVQVVQFVQFVUFVUBVUBVVBVVAVVAVVQVVQFVQFVUFVUBVUF8O8A8WdY6opAAAAAElFTkSuQmCC)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAe0lEQVRoge3OMQHAIBAAMcC/kjdZJHTI0A4XBdkz86wfO18H3hRUBVVBVVAVVAVVQVVQFVQFVUFVUBVUBVVBVVAVVAVVQVVQFVQFVUFVUBVUBVVBVVAVVAVVQVVQFVQFVUFVUBVUBVVBVVAVVAVVQVVQFVQFVUFVUBVUF8O8A8WdY6opAAAAAElFTkSuQmCC)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

/*!
 * jQuery UI Datepicker 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
    background: none repeat scroll 0 0 #444444;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers (removed)
----------------------------------*/

/* Interaction states (removed)
----------------------------------*/

/* Interaction Cues (removed)
----------------------------------*/

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

/* Removed for split button
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png);
}
*/


/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals (removed for split button)
----------------------------------*/

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAe0lEQVRoge3OMQHAIBAAMcC/kjdZJHTI0A4XBdkz86wfO18H3hRUBVVBVVAVVAVVQVVQFVQFVUFVUBVUBVVBVVAVVAVVQVVQFVQFVUFVUBVUBVVBVVAVVAVVQVVQFVQFVUFVUBVUBVVBVVAVVAVVQVVQFVQFVUFVUBVUF8O8A8WdY6opAAAAAElFTkSuQmCC)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAe0lEQVRoge3OMQHAIBAAMcC/kjdZJHTI0A4XBdkz86wfO18H3hRUBVVBVVAVVAVVQVVQFVQFVUFVUBVUBVVBVVAVVAVVQVVQFVQFVUFVUBVUBVVBVVAVVAVVQVVQFVQFVUFVUBVUBVVBVVAVVAVVQVVQFVQFVUFVUBVUF8O8A8WdY6opAAAAAElFTkSuQmCC)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/

.slick-header.ui-state-default, .slick-headerrow.ui-state-default, .slick-footerrow.ui-state-default, .slick-top-panel-scroller.ui-state-default, .slick-group-header.ui-state-default {
  width: 100%;
  overflow: auto;
  position: relative;
  border-left: 0px !important;
}

.slick-header.ui-state-default {
  overflow: inherit;
}

.slick-header::-webkit-scrollbar,  .slick-headerrow::-webkit-scrollbar, .slick-footerrow::-webkit-scrollbar {
  display: none
}

.slick-header-columns, .slick-headerrow-columns, .slick-footerrow-columns, .slick-group-header-columns {
  position: relative;
  white-space: nowrap;
  cursor: default;
  overflow: hidden;
}

.slick-header-column.ui-state-default, .slick-group-header-column.ui-state-default {
  position: relative;
  display: inline-block;
  box-sizing: content-box !important; /* this here only for Firefox! */ 
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 16px;
  line-height: 16px;
  margin: 0;
  padding: 4px;
  border-right: 1px solid silver;
  border-left: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  float: left;
}

.slick-footerrow-column.ui-state-default {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  padding: 4px;
  border-right: 1px solid silver;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
  float: left;
  line-height: 20px;
  vertical-align: middle;
}

.slick-headerrow-column.ui-state-default, .slick-footerrow-column.ui-state-default {
  padding: 4px;
}

.slick-header-column-sorted {
  font-style: italic;
}

.slick-sort-indicator {
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-left: 4px;
  margin-top: 6px;
  float: left;
}

.slick-sort-indicator-numbered {
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-left: 4px;
  margin-top: 0;
  line-height: 20px;
  float: left;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  color: #6190CD;
}

.slick-sort-indicator-desc {
  background: url(data:image/gif;base64,R0lGODlhDQAFAIcAAGGQzUD/QOPu+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAMAAAEALAAAAAANAAUAAAgeAAUAGEgQgIAACBEKLHgwYcKFBh1KFNhQosOKEgMCADs=);
}

.slick-sort-indicator-asc {
  background: url(data:image/gif;base64,R0lGODlhDQAFAIcAAGGQzUD/QOPu+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAMAAAEALAAAAAANAAUAAAgbAAMIDABgoEGDABIeRJhQ4cKGEA8KmEiRosGAADs=);
}

.slick-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  cursor: col-resize;
  width: 9px;
  right: -5px;
  top: 0;
  height: 100%;
  z-index: 1;
}

.slick-sortable-placeholder {
  background: silver;
}

.grid-canvas {
  position: relative;
  outline: 0;
}

.slick-row.ui-widget-content, .slick-row.ui-state-active {
  position: absolute;
  border: 0px;
  width: 100%;
}

.slick-cell, .slick-headerrow-column , .slick-footerrow-column{
  position: absolute;
  border: 1px solid transparent;
  border-right: 1px dotted silver;
  border-bottom-color: silver;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  z-index: 1;
  padding: 1px 2px 2px 1px;
  margin: 0;
  white-space: nowrap;
  cursor: default;
}
.slick-cell, .slick-headerrow-column{
  border-bottom-color: silver;
}
.slick-footerrow-column {
  border-top-color: silver;
}

.slick-group {
}

.slick-group-toggle {
  display: inline-block;
}

.slick-cell.highlighted {
  background: lightskyblue;
  background: rgba(0, 0, 255, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.slick-cell.flashing {
  border: 1px solid red !important;
}

.slick-cell.editable {
  z-index: 11;
  overflow: visible;
  background: white;
  border-color: black;
  border-style: solid;
}

.slick-cell:focus {
  outline: none;
}

.slick-reorder-proxy {
  display: inline-block;
  background: blue;
  opacity: 0.15;
  filter: alpha(opacity = 15);
  cursor: move;
}

.slick-reorder-guide {
  display: inline-block;
  height: 2px;
  background: blue;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}

.slick-selection {
  z-index: 10;
  position: absolute;
  border: 2px dashed black;
}

.slick-pane {
  position: absolute;
  outline: 0;
  overflow: hidden;
  width: 100%;
}

.slick-pane-header {
  display: block;
}

.slick-header {
  overflow: hidden;
  position: relative;
}

.slick-headerrow {
  overflow: hidden;
  position: relative;
}

.slick-top-panel-scroller {
  overflow: hidden;
  position: relative;
}

.slick-top-panel {
  width: 10000px
}

.slick-viewport {
  position: relative;
  outline: 0;
  width: 100%;
}

.slick-pager {
  width: 100%;
  height: 26px;
  border: 1px solid gray;
  border-top: 0;
  background: url(data:image/gif;base64,R0lGODlhAgAYAIcAANDQ0Ovs7uzt7+3u8O7v8e/w8vDx8/Hy9Pn5+QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAP8ALAAAAAACABgAAAghABEIHEiwYMEDCA8YWMiwgMMCBAgMmDhAgIAAGAMAABAQADs=) repeat-x center bottom;
  vertical-align: middle;
}

.slick-pager .slick-pager-status {
  display: inline-block;
  padding: 6px;
}

.slick-pager .ui-icon-container {
  display: inline-block;
  margin: 2px;
  border-color: gray;
}

.slick-pager .slick-pager-nav {
  display: inline-block;
  float: left;
  padding: 2px;
}

.slick-pager .slick-pager-settings {
  display: block;
  float: right;
  padding: 2px;
}

.slick-pager .slick-pager-settings * {
  vertical-align: middle;
}

.slick-pager .slick-pager-settings a {
  padding: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.slick-columnpicker {
  border: 1px solid #718BB7;
  background: #f0f0f0;
  padding: 6px;
  -moz-box-shadow: 2px 2px 2px silver;
  -webkit-box-shadow: 2px 2px 2px silver;
  box-shadow: 2px 2px 2px silver;
  min-width: 150px;
  cursor: default;
  position:absolute;
  z-index:20;
	overflow:auto;
  resize: both;
}

.slick-columnpicker > .close {
  float: right;
}

.slick-columnpicker .title {
  font-size: 16px;
  width: 60%;
  border-bottom: solid 1px #d6d6d6;
  margin-bottom: 10px;
}

.slick-columnpicker li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}

.slick-columnpicker input {
  margin: 4px;
}

.slick-columnpicker li a {
  display: block;
  padding: 4px;
  font-weight: bold;
}

.slick-columnpicker li a:hover {
  background: white;
}

/* Excluded item from Column Picker will be hidden */
.slick-columnpicker-list li.hidden {
  display: none;
}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b08a7aac7dd7dc4963c9)
 * Config saved to config.json and https://gist.github.com/b08a7aac7dd7dc4963c9
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  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;
}
[role="button"] {
  cursor: pointer;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
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.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 {
  background-color: #f5f5f5;
}
.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: #e8e8e8;
}
.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 {
  background-color: #dff0d8;
}
.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: #d0e9c6;
}
.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 {
  background-color: #d9edf7;
}
.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: #c4e3f3;
}
.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 {
  background-color: #fcf8e3;
}
.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: #faf2cc;
}
.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 {
  background-color: #f2dede;
}
.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: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .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;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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 {
  position: relative;
  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: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@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 .form-control-static {
    display: inline-block;
  }
  .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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  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);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.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.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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.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.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.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.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.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.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: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.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.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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  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: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.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: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.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.42857143;
  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: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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 + .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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
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: 3px;
}
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 {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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;
}
.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: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          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: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            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-device-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: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            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: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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 .form-control-static {
    display: inline-block;
  }
  .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #ffffff;
}
@media (max-width: 767px) {
  .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: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #444444;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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);
  background-image: -o-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);
  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);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-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);
  background-image: -o-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);
  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: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-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);
  background-image: -o-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);
  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: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-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);
  background-image: -o-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);
  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: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-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);
  background-image: -o-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);
  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);
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.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: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix: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,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix: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,
.modal-footer:after {
  clear: both;
}
.center-block {
  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;
}
.affix {
  position: fixed;
}

/*!
 **********
 * styles-nw-ihsm
 * S&P Global CSS Pattern Library Design System
 * Copyright 2015-2018 S&P Global
 * Extends Bootstrp v3.3.7
 * --------
 * Bootstrap v3.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.cpl-scope .admin-container {
  margin: 5px 10px;
}
.cpl-scope .bs-docs-section {
  border: 2px solid red;
  padding: 15px;
  margin-bottom: 10px;
}
.cpl-scope .bs-component {
  border: 0px solid gray;
  margin: 5px;
  padding: 10px;
}
.cpl-scope #left-nav {
  margin: 50px 10px 100px 10px;
  border: 1px solid #cccccc;
  padding: 10px;
}
.cpl-scope .admin .navbar-header {
  border: 0px solid red;
  width: 100%;
  height: auto;
  background-color: #009596;
  padding-bottom: 5px;
}
.cpl-scope .admin h2 {
  color: white;
  margin: 17px 0px -2px 50px;
}
.cpl-scope .admin small {
  color: white;
  padding-left: 7px;
  padding-top: 0px;
}
.cpl-scope .admin .navbar-nav {
  float: left;
}
.cpl-scope .admin .navbar-brand {
  padding-top: 10px;
  padding-left: 8px;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.focus-visible-example {
  box-shadow: 0 0 8px 0 #2196F3 !important;
  box-shadow: inset 0 0 0 0 #ffffff, 0 0 8px 0 #2196F3 !important;
}
input[type="checkbox"].focus-visible-example,
input[type="checkbox"].focus-visible-example + .checkmark {
  box-shadow: 0 0 8px 1px #2196F3 !important;
  box-shadow: inset 0 0 0 0 #ffffff, 0 0 8px 1px #2196F3 !important;
}
input[type="radio"].focus-visible-example,
input[type="radio"].focus-visible-example::before {
  box-shadow: 0 0 8px 1px #2196F3 !important;
  box-shadow: inset 0 0 0 0 #ffffff, 0 0 12px 1px #2196F3 !important;
}
.switch input[type=checkbox].focus-visible-example + .slider {
  box-shadow: inset 0 0 0 1.5px #32363B, 0 0 3px 1px #2196F3 !important;
}
@keyframes focus-visible {
  0%,
  50% {
    box-shadow: 0 0 8px 0 #2196F3;
    box-shadow: inset 0 0 0 0 #ffffff, 0 0 8px 0 #2196F3;
  }
  100% {
    box-shadow: 0 0 4px rgba(50, 54, 59, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(50, 54, 59, 0.6);
  }
}
@keyframes focus-visible-checkbox {
  0%,
  50% {
    box-shadow: 0 0 8px 1px #2196F3;
    box-shadow: inset 0 0 0 100px #ffffff, 0 0 8px 1px #2196F3;
  }
  100% {
    box-shadow: inset 0 0 1px 100px #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(50, 54, 59, 0.6);
  }
}
@keyframes focus-visible-checkbox-checked {
  0%,
  50% {
    box-shadow: 0 0 8px 1px #2196F3;
    box-shadow: inset 0 0 0 100px #009596, 0 0 8px 1px #2196F3;
  }
  100% {
    box-shadow: inset 0 0 1px 100px #009596, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(50, 54, 59, 0.6);
  }
}
@keyframes focus-visible-radio {
  0%,
  50% {
    box-shadow: 0 0 8px 1px #2196F3;
    box-shadow: inset 0 0 0 2px #FFF, 0 0 12px 1px #2196F3;
  }
  100% {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6) 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6) 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6) 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6) 3 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6) 3 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6) 3 0 5px rgba(0, 0, 0, 0.5);
  }
}
@keyframes focus-visible-radio-input {
  0%,
  50% {
    box-shadow: 0 0 8px 1px #2196F3;
    box-shadow: inset 0 0 0 2px #FFF, 0 0 12px 1px #2196F3;
  }
  100% {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6) 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6) 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6) 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6) 3 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6) 3 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(red(@input-border-focus), green(@input-border-focus), blue(@input-border-focus), .6) 3 0 5px rgba(0, 0, 0, 0.5);
  }
}
@keyframes focus-visible-switch {
  0%,
  50% {
    box-shadow: 0 0 8px 1px #2196F3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 0 1.5px #32363B, 0 0 3px 1px #2196F3;
    border-width: 2px;
  }
  100% {
    box-shadow: inset 0 0 0 1.5px #32363B, 0 0 3px 1px rgba(50, 54, 59, 0.6);
  }
}
.cpl-scope {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
}
.cpl-scope html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.cpl-scope body {
  margin: 0;
}
.cpl-scope article,
.cpl-scope aside,
.cpl-scope details,
.cpl-scope figcaption,
.cpl-scope figure,
.cpl-scope footer,
.cpl-scope header,
.cpl-scope hgroup,
.cpl-scope main,
.cpl-scope menu,
.cpl-scope nav,
.cpl-scope section,
.cpl-scope summary {
  display: block;
}
.cpl-scope audio,
.cpl-scope canvas,
.cpl-scope progress,
.cpl-scope video {
  display: inline-block;
  vertical-align: baseline;
}
.cpl-scope audio:not([controls]) {
  display: none;
  height: 0;
}
.cpl-scope [hidden],
.cpl-scope template {
  display: none;
}
.cpl-scope a {
  background-color: transparent;
}
.cpl-scope a:active,
.cpl-scope a:hover {
  outline: 0;
}
.cpl-scope abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.cpl-scope b,
.cpl-scope strong {
  font-weight: bold;
}
.cpl-scope dfn {
  font-style: italic;
}
.cpl-scope h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.cpl-scope mark {
  background: #ff0;
  color: #000;
}
.cpl-scope small {
  font-size: 80%;
}
.cpl-scope sub,
.cpl-scope sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.cpl-scope sup {
  top: -0.5em;
}
.cpl-scope sub {
  bottom: -0.25em;
}
.cpl-scope img {
  border: 0;
}
.cpl-scope svg:not(:root) {
  overflow: hidden;
}
.cpl-scope figure {
  margin: 1em 40px;
}
.cpl-scope hr {
  box-sizing: content-box;
  height: 0;
}
.cpl-scope pre {
  overflow: auto;
}
.cpl-scope code,
.cpl-scope kbd,
.cpl-scope pre,
.cpl-scope samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.cpl-scope button,
.cpl-scope input,
.cpl-scope optgroup,
.cpl-scope select,
.cpl-scope textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.cpl-scope button {
  overflow: visible;
}
.cpl-scope button,
.cpl-scope select {
  text-transform: none;
}
.cpl-scope button,
.cpl-scope html input[type="button"],
.cpl-scope input[type="reset"],
.cpl-scope input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.cpl-scope button[disabled],
.cpl-scope html input[disabled] {
  cursor: default;
}
.cpl-scope button::-moz-focus-inner,
.cpl-scope input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.cpl-scope input {
  line-height: normal;
}
.cpl-scope input[type="checkbox"],
.cpl-scope input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.cpl-scope input[type="number"]::-webkit-inner-spin-button,
.cpl-scope input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.cpl-scope input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.cpl-scope input[type="search"]::-webkit-search-cancel-button,
.cpl-scope input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.cpl-scope fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.cpl-scope legend {
  border: 0;
  padding: 0;
}
.cpl-scope textarea {
  overflow: auto;
}
.cpl-scope optgroup {
  font-weight: bold;
}
.cpl-scope table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cpl-scope td,
.cpl-scope th {
  padding: 0;
}
.cpl-scope {
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
}
@media print {
  .cpl-scope *,
  .cpl-scope *:before,
  .cpl-scope *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .cpl-scope a,
  .cpl-scope a:visited {
    text-decoration: underline;
  }
  .cpl-scope a[href]:after {
    content: " (" attr(href) ")";
  }
  .cpl-scope abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .cpl-scope a[href^="#"]:after,
  .cpl-scope a[href^="javascript:"]:after {
    content: "";
  }
  .cpl-scope pre,
  .cpl-scope blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .cpl-scope thead {
    display: table-header-group;
  }
  .cpl-scope tr,
  .cpl-scope img {
    page-break-inside: avoid;
  }
  .cpl-scope img {
    max-width: 100% !important;
  }
  .cpl-scope p,
  .cpl-scope h2,
  .cpl-scope h3 {
    orphans: 3;
    widows: 3;
  }
  .cpl-scope h2,
  .cpl-scope h3 {
    page-break-after: avoid;
  }
  .cpl-scope .navbar {
    display: none;
  }
  .cpl-scope .btn > .caret,
  .cpl-scope .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .cpl-scope .label {
    border: 1px solid #000;
  }
  .cpl-scope .table {
    border-collapse: collapse !important;
  }
  .cpl-scope .table td,
  .cpl-scope .table th {
    background-color: #fff !important;
  }
  .cpl-scope .table-bordered th,
  .cpl-scope .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/../fonts/glyphicons-halflings-regular.eot);
  src: url(/assets/../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(/assets/../fonts/glyphicons-halflings-regular.woff) format('woff'), url(/assets/../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url("data:image/svg+xml,%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %3E %3Csvg xmlns='http://www.w3.org/2000/svg'%3E %3Cmetadata%3E%3C/metadata%3E %3Cdefs%3E %3Cfont id='glyphicons_halflingsregular' horiz-adv-x='1200' %3E %3Cfont-face units-per-em='1200' ascent='960' descent='-240' /%3E %3Cmissing-glyph horiz-adv-x='500' /%3E %3Cglyph horiz-adv-x='0' /%3E %3Cglyph horiz-adv-x='400' /%3E %3Cglyph unicode=' ' /%3E %3Cglyph unicode='*' d='M600 1100q15 0 34 -1.5t30 -3.5l11 -1q10 -2 17.5 -10.5t7.5 -18.5v-224l158 158q7 7 18 8t19 -6l106 -106q7 -8 6 -19t-8 -18l-158 -158h224q10 0 18.5 -7.5t10.5 -17.5q6 -41 6 -75q0 -15 -1.5 -34t-3.5 -30l-1 -11q-2 -10 -10.5 -17.5t-18.5 -7.5h-224l158 -158 q7 -7 8 -18t-6 -19l-106 -106q-8 -7 -19 -6t-18 8l-158 158v-224q0 -10 -7.5 -18.5t-17.5 -10.5q-41 -6 -75 -6q-15 0 -34 1.5t-30 3.5l-11 1q-10 2 -17.5 10.5t-7.5 18.5v224l-158 -158q-7 -7 -18 -8t-19 6l-106 106q-7 8 -6 19t8 18l158 158h-224q-10 0 -18.5 7.5 t-10.5 17.5q-6 41 -6 75q0 15 1.5 34t3.5 30l1 11q2 10 10.5 17.5t18.5 7.5h224l-158 158q-7 7 -8 18t6 19l106 106q8 7 19 6t18 -8l158 -158v224q0 10 7.5 18.5t17.5 10.5q41 6 75 6z' /%3E %3Cglyph unicode='+' d='M450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-350h350q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-350v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v350h-350q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5 h350v350q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xa0;' /%3E %3Cglyph unicode='&%23xa5;' d='M825 1100h250q10 0 12.5 -5t-5.5 -13l-364 -364q-6 -6 -11 -18h268q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-100h275q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-174q0 -11 -7.5 -18.5t-18.5 -7.5h-148q-11 0 -18.5 7.5t-7.5 18.5v174 h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h125v100h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h118q-5 12 -11 18l-364 364q-8 8 -5.5 13t12.5 5h250q25 0 43 -18l164 -164q8 -8 18 -8t18 8l164 164q18 18 43 18z' /%3E %3Cglyph unicode='&%23x2000;' horiz-adv-x='650' /%3E %3Cglyph unicode='&%23x2001;' horiz-adv-x='1300' /%3E %3Cglyph unicode='&%23x2002;' horiz-adv-x='650' /%3E %3Cglyph unicode='&%23x2003;' horiz-adv-x='1300' /%3E %3Cglyph unicode='&%23x2004;' horiz-adv-x='433' /%3E %3Cglyph unicode='&%23x2005;' horiz-adv-x='325' /%3E %3Cglyph unicode='&%23x2006;' horiz-adv-x='216' /%3E %3Cglyph unicode='&%23x2007;' horiz-adv-x='216' /%3E %3Cglyph unicode='&%23x2008;' horiz-adv-x='162' /%3E %3Cglyph unicode='&%23x2009;' horiz-adv-x='260' /%3E %3Cglyph unicode='&%23x200a;' horiz-adv-x='72' /%3E %3Cglyph unicode='&%23x202f;' horiz-adv-x='260' /%3E %3Cglyph unicode='&%23x205f;' horiz-adv-x='325' /%3E %3Cglyph unicode='&%23x20ac;' d='M744 1198q242 0 354 -189q60 -104 66 -209h-181q0 45 -17.5 82.5t-43.5 61.5t-58 40.5t-60.5 24t-51.5 7.5q-19 0 -40.5 -5.5t-49.5 -20.5t-53 -38t-49 -62.5t-39 -89.5h379l-100 -100h-300q-6 -50 -6 -100h406l-100 -100h-300q9 -74 33 -132t52.5 -91t61.5 -54.5t59 -29 t47 -7.5q22 0 50.5 7.5t60.5 24.5t58 41t43.5 61t17.5 80h174q-30 -171 -128 -278q-107 -117 -274 -117q-206 0 -324 158q-36 48 -69 133t-45 204h-217l100 100h112q1 47 6 100h-218l100 100h134q20 87 51 153.5t62 103.5q117 141 297 141z' /%3E %3Cglyph unicode='&%23x20bd;' d='M428 1200h350q67 0 120 -13t86 -31t57 -49.5t35 -56.5t17 -64.5t6.5 -60.5t0.5 -57v-16.5v-16.5q0 -36 -0.5 -57t-6.5 -61t-17 -65t-35 -57t-57 -50.5t-86 -31.5t-120 -13h-178l-2 -100h288q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-138v-175q0 -11 -5.5 -18 t-15.5 -7h-149q-10 0 -17.5 7.5t-7.5 17.5v175h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v100h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v475q0 10 7.5 17.5t17.5 7.5zM600 1000v-300h203q64 0 86.5 33t22.5 119q0 84 -22.5 116t-86.5 32h-203z' /%3E %3Cglyph unicode='&%23x2212;' d='M250 700h800q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23x231b;' d='M1000 1200v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-50v-100q0 -91 -49.5 -165.5t-130.5 -109.5q81 -35 130.5 -109.5t49.5 -165.5v-150h50q21 0 35.5 -14.5t14.5 -35.5v-150h-800v150q0 21 14.5 35.5t35.5 14.5h50v150q0 91 49.5 165.5t130.5 109.5q-81 35 -130.5 109.5 t-49.5 165.5v100h-50q-21 0 -35.5 14.5t-14.5 35.5v150h800zM400 1000v-100q0 -60 32.5 -109.5t87.5 -73.5q28 -12 44 -37t16 -55t-16 -55t-44 -37q-55 -24 -87.5 -73.5t-32.5 -109.5v-150h400v150q0 60 -32.5 109.5t-87.5 73.5q-28 12 -44 37t-16 55t16 55t44 37 q55 24 87.5 73.5t32.5 109.5v100h-400z' /%3E %3Cglyph unicode='&%23x25fc;' horiz-adv-x='500' d='M0 0z' /%3E %3Cglyph unicode='&%23x2601;' d='M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -206.5q0 -121 -85 -207.5t-205 -86.5h-750q-79 0 -135.5 57t-56.5 137q0 69 42.5 122.5t108.5 67.5q-2 12 -2 37q0 153 108 260.5t260 107.5z' /%3E %3Cglyph unicode='&%23x26fa;' d='M774 1193.5q16 -9.5 20.5 -27t-5.5 -33.5l-136 -187l467 -746h30q20 0 35 -18.5t15 -39.5v-42h-1200v42q0 21 15 39.5t35 18.5h30l468 746l-135 183q-10 16 -5.5 34t20.5 28t34 5.5t28 -20.5l111 -148l112 150q9 16 27 20.5t34 -5zM600 200h377l-182 112l-195 534v-646z ' /%3E %3Cglyph unicode='&%23x2709;' d='M25 1100h1150q10 0 12.5 -5t-5.5 -13l-564 -567q-8 -8 -18 -8t-18 8l-564 567q-8 8 -5.5 13t12.5 5zM18 882l264 -264q8 -8 8 -18t-8 -18l-264 -264q-8 -8 -13 -5.5t-5 12.5v550q0 10 5 12.5t13 -5.5zM918 618l264 264q8 8 13 5.5t5 -12.5v-550q0 -10 -5 -12.5t-13 5.5 l-264 264q-8 8 -8 18t8 18zM818 482l364 -364q8 -8 5.5 -13t-12.5 -5h-1150q-10 0 -12.5 5t5.5 13l364 364q8 8 18 8t18 -8l164 -164q8 -8 18 -8t18 8l164 164q8 8 18 8t18 -8z' /%3E %3Cglyph unicode='&%23x270f;' d='M1011 1210q19 0 33 -13l153 -153q13 -14 13 -33t-13 -33l-99 -92l-214 214l95 96q13 14 32 14zM1013 800l-615 -614l-214 214l614 614zM317 96l-333 -112l110 335z' /%3E %3Cglyph unicode='&%23xe001;' d='M700 650v-550h250q21 0 35.5 -14.5t14.5 -35.5v-50h-800v50q0 21 14.5 35.5t35.5 14.5h250v550l-500 550h1200z' /%3E %3Cglyph unicode='&%23xe002;' d='M368 1017l645 163q39 15 63 0t24 -49v-831q0 -55 -41.5 -95.5t-111.5 -63.5q-79 -25 -147 -4.5t-86 75t25.5 111.5t122.5 82q72 24 138 8v521l-600 -155v-606q0 -42 -44 -90t-109 -69q-79 -26 -147 -5.5t-86 75.5t25.5 111.5t122.5 82.5q72 24 138 7v639q0 38 14.5 59 t53.5 34z' /%3E %3Cglyph unicode='&%23xe003;' d='M500 1191q100 0 191 -39t156.5 -104.5t104.5 -156.5t39 -191l-1 -2l1 -5q0 -141 -78 -262l275 -274q23 -26 22.5 -44.5t-22.5 -42.5l-59 -58q-26 -20 -46.5 -20t-39.5 20l-275 274q-119 -77 -261 -77l-5 1l-2 -1q-100 0 -191 39t-156.5 104.5t-104.5 156.5t-39 191 t39 191t104.5 156.5t156.5 104.5t191 39zM500 1022q-88 0 -162 -43t-117 -117t-43 -162t43 -162t117 -117t162 -43t162 43t117 117t43 162t-43 162t-117 117t-162 43z' /%3E %3Cglyph unicode='&%23xe005;' d='M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104z' /%3E %3Cglyph unicode='&%23xe006;' d='M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429z' /%3E %3Cglyph unicode='&%23xe007;' d='M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429zM477 700h-240l197 -142l-74 -226 l193 139l195 -140l-74 229l192 140h-234l-78 211z' /%3E %3Cglyph unicode='&%23xe008;' d='M600 1200q124 0 212 -88t88 -212v-250q0 -46 -31 -98t-69 -52v-75q0 -10 6 -21.5t15 -17.5l358 -230q9 -5 15 -16.5t6 -21.5v-93q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v93q0 10 6 21.5t15 16.5l358 230q9 6 15 17.5t6 21.5v75q-38 0 -69 52 t-31 98v250q0 124 88 212t212 88z' /%3E %3Cglyph unicode='&%23xe009;' d='M25 1100h1150q10 0 17.5 -7.5t7.5 -17.5v-1050q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v1050q0 10 7.5 17.5t17.5 7.5zM100 1000v-100h100v100h-100zM875 1000h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5t17.5 -7.5h550 q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM1000 1000v-100h100v100h-100zM100 800v-100h100v100h-100zM1000 800v-100h100v100h-100zM100 600v-100h100v100h-100zM1000 600v-100h100v100h-100zM875 500h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5 t17.5 -7.5h550q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM100 400v-100h100v100h-100zM1000 400v-100h100v100h-100zM100 200v-100h100v100h-100zM1000 200v-100h100v100h-100z' /%3E %3Cglyph unicode='&%23xe010;' d='M50 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400 q0 21 14.5 35.5t35.5 14.5zM50 500h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 500h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe011;' d='M50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5zM850 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM850 700h200q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM850 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5 t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe012;' d='M50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h700q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe013;' d='M465 477l571 571q8 8 18 8t17 -8l177 -177q8 -7 8 -17t-8 -18l-783 -784q-7 -8 -17.5 -8t-17.5 8l-384 384q-8 8 -8 18t8 17l177 177q7 8 17 8t18 -8l171 -171q7 -7 18 -7t18 7z' /%3E %3Cglyph unicode='&%23xe014;' d='M904 1083l178 -179q8 -8 8 -18.5t-8 -17.5l-267 -268l267 -268q8 -7 8 -17.5t-8 -18.5l-178 -178q-8 -8 -18.5 -8t-17.5 8l-268 267l-268 -267q-7 -8 -17.5 -8t-18.5 8l-178 178q-8 8 -8 18.5t8 17.5l267 268l-267 268q-8 7 -8 17.5t8 18.5l178 178q8 8 18.5 8t17.5 -8 l268 -267l268 268q7 7 17.5 7t18.5 -7z' /%3E %3Cglyph unicode='&%23xe015;' d='M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM425 900h150q10 0 17.5 -7.5t7.5 -17.5v-75h75q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5 t-17.5 -7.5h-75v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-75q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v75q0 10 7.5 17.5t17.5 7.5z' /%3E %3Cglyph unicode='&%23xe016;' d='M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM325 800h350q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-350q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z' /%3E %3Cglyph unicode='&%23xe017;' d='M550 1200h100q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM800 975v166q167 -62 272 -209.5t105 -331.5q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5 t-184.5 123t-123 184.5t-45.5 224q0 184 105 331.5t272 209.5v-166q-103 -55 -165 -155t-62 -220q0 -116 57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5q0 120 -62 220t-165 155z' /%3E %3Cglyph unicode='&%23xe018;' d='M1025 1200h150q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM725 800h150q10 0 17.5 -7.5t7.5 -17.5v-750q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v750 q0 10 7.5 17.5t17.5 7.5zM425 500h150q10 0 17.5 -7.5t7.5 -17.5v-450q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v450q0 10 7.5 17.5t17.5 7.5zM125 300h150q10 0 17.5 -7.5t7.5 -17.5v-250q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5 v250q0 10 7.5 17.5t17.5 7.5z' /%3E %3Cglyph unicode='&%23xe019;' d='M600 1174q33 0 74 -5l38 -152l5 -1q49 -14 94 -39l5 -2l134 80q61 -48 104 -105l-80 -134l3 -5q25 -44 39 -93l1 -6l152 -38q5 -43 5 -73q0 -34 -5 -74l-152 -38l-1 -6q-15 -49 -39 -93l-3 -5l80 -134q-48 -61 -104 -105l-134 81l-5 -3q-44 -25 -94 -39l-5 -2l-38 -151 q-43 -5 -74 -5q-33 0 -74 5l-38 151l-5 2q-49 14 -94 39l-5 3l-134 -81q-60 48 -104 105l80 134l-3 5q-25 45 -38 93l-2 6l-151 38q-6 42 -6 74q0 33 6 73l151 38l2 6q13 48 38 93l3 5l-80 134q47 61 105 105l133 -80l5 2q45 25 94 39l5 1l38 152q43 5 74 5zM600 815 q-89 0 -152 -63t-63 -151.5t63 -151.5t152 -63t152 63t63 151.5t-63 151.5t-152 63z' /%3E %3Cglyph unicode='&%23xe020;' d='M500 1300h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-75h-1100v75q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5zM500 1200v-100h300v100h-300zM1100 900v-800q0 -41 -29.5 -70.5t-70.5 -29.5h-700q-41 0 -70.5 29.5t-29.5 70.5 v800h900zM300 800v-700h100v700h-100zM500 800v-700h100v700h-100zM700 800v-700h100v700h-100zM900 800v-700h100v700h-100z' /%3E %3Cglyph unicode='&%23xe021;' d='M18 618l620 608q8 7 18.5 7t17.5 -7l608 -608q8 -8 5.5 -13t-12.5 -5h-175v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v375h-300v-375q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v575h-175q-10 0 -12.5 5t5.5 13z' /%3E %3Cglyph unicode='&%23xe022;' d='M600 1200v-400q0 -41 29.5 -70.5t70.5 -29.5h300v-650q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5h450zM1000 800h-250q-21 0 -35.5 14.5t-14.5 35.5v250z' /%3E %3Cglyph unicode='&%23xe023;' d='M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h50q10 0 17.5 -7.5t7.5 -17.5v-275h175q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5z' /%3E %3Cglyph unicode='&%23xe024;' d='M1300 0h-538l-41 400h-242l-41 -400h-538l431 1200h209l-21 -300h162l-20 300h208zM515 800l-27 -300h224l-27 300h-170z' /%3E %3Cglyph unicode='&%23xe025;' d='M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-450h191q20 0 25.5 -11.5t-7.5 -27.5l-327 -400q-13 -16 -32 -16t-32 16l-327 400q-13 16 -7.5 27.5t25.5 11.5h191v450q0 21 14.5 35.5t35.5 14.5zM1125 400h50q10 0 17.5 -7.5t7.5 -17.5v-350q0 -10 -7.5 -17.5t-17.5 -7.5 h-1050q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h50q10 0 17.5 -7.5t7.5 -17.5v-175h900v175q0 10 7.5 17.5t17.5 7.5z' /%3E %3Cglyph unicode='&%23xe026;' d='M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -275q-13 -16 -32 -16t-32 16l-223 275q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z ' /%3E %3Cglyph unicode='&%23xe027;' d='M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM632 914l223 -275q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5l223 275q13 16 32 16 t32 -16z' /%3E %3Cglyph unicode='&%23xe028;' d='M225 1200h750q10 0 19.5 -7t12.5 -17l186 -652q7 -24 7 -49v-425q0 -12 -4 -27t-9 -17q-12 -6 -37 -6h-1100q-12 0 -27 4t-17 8q-6 13 -6 38l1 425q0 25 7 49l185 652q3 10 12.5 17t19.5 7zM878 1000h-556q-10 0 -19 -7t-11 -18l-87 -450q-2 -11 4 -18t16 -7h150 q10 0 19.5 -7t11.5 -17l38 -152q2 -10 11.5 -17t19.5 -7h250q10 0 19.5 7t11.5 17l38 152q2 10 11.5 17t19.5 7h150q10 0 16 7t4 18l-87 450q-2 11 -11 18t-19 7z' /%3E %3Cglyph unicode='&%23xe029;' d='M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM540 820l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z' /%3E %3Cglyph unicode='&%23xe030;' d='M947 1060l135 135q7 7 12.5 5t5.5 -13v-362q0 -10 -7.5 -17.5t-17.5 -7.5h-362q-11 0 -13 5.5t5 12.5l133 133q-109 76 -238 76q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5h150q0 -117 -45.5 -224 t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117z' /%3E %3Cglyph unicode='&%23xe031;' d='M947 1060l135 135q7 7 12.5 5t5.5 -13v-361q0 -11 -7.5 -18.5t-18.5 -7.5h-361q-11 0 -13 5.5t5 12.5l134 134q-110 75 -239 75q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5h-150q0 117 45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117zM1027 600h150 q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5q-192 0 -348 118l-134 -134q-7 -8 -12.5 -5.5t-5.5 12.5v360q0 11 7.5 18.5t18.5 7.5h360q10 0 12.5 -5.5t-5.5 -12.5l-133 -133q110 -76 240 -76q116 0 214.5 57t155.5 155.5t57 214.5z' /%3E %3Cglyph unicode='&%23xe032;' d='M125 1200h1050q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-1050q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM1075 1000h-850q-10 0 -17.5 -7.5t-7.5 -17.5v-850q0 -10 7.5 -17.5t17.5 -7.5h850q10 0 17.5 7.5t7.5 17.5v850 q0 10 -7.5 17.5t-17.5 7.5zM325 900h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 900h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 700h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 700h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 500h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 500h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 300h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 300h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5z' /%3E %3Cglyph unicode='&%23xe033;' d='M900 800v200q0 83 -58.5 141.5t-141.5 58.5h-300q-82 0 -141 -59t-59 -141v-200h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h900q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-100zM400 800v150q0 21 15 35.5t35 14.5h200 q20 0 35 -14.5t15 -35.5v-150h-300z' /%3E %3Cglyph unicode='&%23xe034;' d='M125 1100h50q10 0 17.5 -7.5t7.5 -17.5v-1075h-100v1075q0 10 7.5 17.5t17.5 7.5zM1075 1052q4 0 9 -2q16 -6 16 -23v-421q0 -6 -3 -12q-33 -59 -66.5 -99t-65.5 -58t-56.5 -24.5t-52.5 -6.5q-26 0 -57.5 6.5t-52.5 13.5t-60 21q-41 15 -63 22.5t-57.5 15t-65.5 7.5 q-85 0 -160 -57q-7 -5 -15 -5q-6 0 -11 3q-14 7 -14 22v438q22 55 82 98.5t119 46.5q23 2 43 0.5t43 -7t32.5 -8.5t38 -13t32.5 -11q41 -14 63.5 -21t57 -14t63.5 -7q103 0 183 87q7 8 18 8z' /%3E %3Cglyph unicode='&%23xe035;' d='M600 1175q116 0 227 -49.5t192.5 -131t131 -192.5t49.5 -227v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v300q0 127 -70.5 231.5t-184.5 161.5t-245 57t-245 -57t-184.5 -161.5t-70.5 -231.5v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50 q-10 0 -17.5 7.5t-7.5 17.5v300q0 116 49.5 227t131 192.5t192.5 131t227 49.5zM220 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460q0 8 6 14t14 6zM820 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460 q0 8 6 14t14 6z' /%3E %3Cglyph unicode='&%23xe036;' d='M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM900 668l120 120q7 7 17 7t17 -7l34 -34q7 -7 7 -17t-7 -17l-120 -120l120 -120q7 -7 7 -17 t-7 -17l-34 -34q-7 -7 -17 -7t-17 7l-120 119l-120 -119q-7 -7 -17 -7t-17 7l-34 34q-7 7 -7 17t7 17l119 120l-119 120q-7 7 -7 17t7 17l34 34q7 8 17 8t17 -8z' /%3E %3Cglyph unicode='&%23xe037;' d='M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6 l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238q-6 8 -4.5 18t9.5 17l29 22q7 5 15 5z' /%3E %3Cglyph unicode='&%23xe038;' d='M967 1004h3q11 -1 17 -10q135 -179 135 -396q0 -105 -34 -206.5t-98 -185.5q-7 -9 -17 -10h-3q-9 0 -16 6l-42 34q-8 6 -9 16t5 18q111 150 111 328q0 90 -29.5 176t-84.5 157q-6 9 -5 19t10 16l42 33q7 5 15 5zM321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5 t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238 q-6 8 -4.5 18.5t9.5 16.5l29 22q7 5 15 5z' /%3E %3Cglyph unicode='&%23xe039;' d='M500 900h100v-100h-100v-100h-400v-100h-100v600h500v-300zM1200 700h-200v-100h200v-200h-300v300h-200v300h-100v200h600v-500zM100 1100v-300h300v300h-300zM800 1100v-300h300v300h-300zM300 900h-100v100h100v-100zM1000 900h-100v100h100v-100zM300 500h200v-500 h-500v500h200v100h100v-100zM800 300h200v-100h-100v-100h-200v100h-100v100h100v200h-200v100h300v-300zM100 400v-300h300v300h-300zM300 200h-100v100h100v-100zM1200 200h-100v100h100v-100zM700 0h-100v100h100v-100zM1200 0h-300v100h300v-100z' /%3E %3Cglyph unicode='&%23xe040;' d='M100 200h-100v1000h100v-1000zM300 200h-100v1000h100v-1000zM700 200h-200v1000h200v-1000zM900 200h-100v1000h100v-1000zM1200 200h-200v1000h200v-1000zM400 0h-300v100h300v-100zM600 0h-100v91h100v-91zM800 0h-100v91h100v-91zM1100 0h-200v91h200v-91z' /%3E %3Cglyph unicode='&%23xe041;' d='M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z' /%3E %3Cglyph unicode='&%23xe042;' d='M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM800 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-56 56l424 426l-700 700h150zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5 t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z' /%3E %3Cglyph unicode='&%23xe043;' d='M300 1200h825q75 0 75 -75v-900q0 -25 -18 -43l-64 -64q-8 -8 -13 -5.5t-5 12.5v950q0 10 -7.5 17.5t-17.5 7.5h-700q-25 0 -43 -18l-64 -64q-8 -8 -5.5 -13t12.5 -5h700q10 0 17.5 -7.5t7.5 -17.5v-950q0 -10 -7.5 -17.5t-17.5 -7.5h-850q-10 0 -17.5 7.5t-7.5 17.5v975 q0 25 18 43l139 139q18 18 43 18z' /%3E %3Cglyph unicode='&%23xe044;' d='M250 1200h800q21 0 35.5 -14.5t14.5 -35.5v-1150l-450 444l-450 -445v1151q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe045;' d='M822 1200h-444q-11 0 -19 -7.5t-9 -17.5l-78 -301q-7 -24 7 -45l57 -108q6 -9 17.5 -15t21.5 -6h450q10 0 21.5 6t17.5 15l62 108q14 21 7 45l-83 301q-1 10 -9 17.5t-19 7.5zM1175 800h-150q-10 0 -21 -6.5t-15 -15.5l-78 -156q-4 -9 -15 -15.5t-21 -6.5h-550 q-10 0 -21 6.5t-15 15.5l-78 156q-4 9 -15 15.5t-21 6.5h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-650q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h750q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5 t7.5 17.5v650q0 10 -7.5 17.5t-17.5 7.5zM850 200h-500q-10 0 -19.5 -7t-11.5 -17l-38 -152q-2 -10 3.5 -17t15.5 -7h600q10 0 15.5 7t3.5 17l-38 152q-2 10 -11.5 17t-19.5 7z' /%3E %3Cglyph unicode='&%23xe046;' d='M500 1100h200q56 0 102.5 -20.5t72.5 -50t44 -59t25 -50.5l6 -20h150q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5h150q2 8 6.5 21.5t24 48t45 61t72 48t102.5 21.5zM900 800v-100 h100v100h-100zM600 730q-95 0 -162.5 -67.5t-67.5 -162.5t67.5 -162.5t162.5 -67.5t162.5 67.5t67.5 162.5t-67.5 162.5t-162.5 67.5zM600 603q43 0 73 -30t30 -73t-30 -73t-73 -30t-73 30t-30 73t30 73t73 30z' /%3E %3Cglyph unicode='&%23xe047;' d='M681 1199l385 -998q20 -50 60 -92q18 -19 36.5 -29.5t27.5 -11.5l10 -2v-66h-417v66q53 0 75 43.5t5 88.5l-82 222h-391q-58 -145 -92 -234q-11 -34 -6.5 -57t25.5 -37t46 -20t55 -6v-66h-365v66q56 24 84 52q12 12 25 30.5t20 31.5l7 13l399 1006h93zM416 521h340 l-162 457z' /%3E %3Cglyph unicode='&%23xe048;' d='M753 641q5 -1 14.5 -4.5t36 -15.5t50.5 -26.5t53.5 -40t50.5 -54.5t35.5 -70t14.5 -87q0 -67 -27.5 -125.5t-71.5 -97.5t-98.5 -66.5t-108.5 -40.5t-102 -13h-500v89q41 7 70.5 32.5t29.5 65.5v827q0 24 -0.5 34t-3.5 24t-8.5 19.5t-17 13.5t-28 12.5t-42.5 11.5v71 l471 -1q57 0 115.5 -20.5t108 -57t80.5 -94t31 -124.5q0 -51 -15.5 -96.5t-38 -74.5t-45 -50.5t-38.5 -30.5zM400 700h139q78 0 130.5 48.5t52.5 122.5q0 41 -8.5 70.5t-29.5 55.5t-62.5 39.5t-103.5 13.5h-118v-350zM400 200h216q80 0 121 50.5t41 130.5q0 90 -62.5 154.5 t-156.5 64.5h-159v-400z' /%3E %3Cglyph unicode='&%23xe049;' d='M877 1200l2 -57q-83 -19 -116 -45.5t-40 -66.5l-132 -839q-9 -49 13 -69t96 -26v-97h-500v97q186 16 200 98l173 832q3 17 3 30t-1.5 22.5t-9 17.5t-13.5 12.5t-21.5 10t-26 8.5t-33.5 10q-13 3 -19 5v57h425z' /%3E %3Cglyph unicode='&%23xe050;' d='M1300 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM175 1000h-75v-800h75l-125 -167l-125 167h75v800h-75l125 167z' /%3E %3Cglyph unicode='&%23xe051;' d='M1100 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-650q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v650h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM1167 50l-167 -125v75h-800v-75l-167 125l167 125v-75h800v75z' /%3E %3Cglyph unicode='&%23xe052;' d='M50 1100h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe053;' d='M250 1100h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM250 500h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe054;' d='M500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000 q-21 0 -35.5 14.5t-14.5 35.5zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5zM0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5z' /%3E %3Cglyph unicode='&%23xe055;' d='M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe056;' d='M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 1100h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 800h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 500h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 500h800q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 200h800 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe057;' d='M400 0h-100v1100h100v-1100zM550 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM267 550l-167 -125v75h-200v100h200v75zM550 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe058;' d='M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM900 0h-100v1100h100v-1100zM50 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM1100 600h200v-100h-200v-75l-167 125l167 125v-75zM50 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe059;' d='M75 1000h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53v650q0 31 22 53t53 22zM1200 300l-300 300l300 300v-600z' /%3E %3Cglyph unicode='&%23xe060;' d='M44 1100h1112q18 0 31 -13t13 -31v-1012q0 -18 -13 -31t-31 -13h-1112q-18 0 -31 13t-13 31v1012q0 18 13 31t31 13zM100 1000v-737l247 182l298 -131l-74 156l293 318l236 -288v500h-1000zM342 884q56 0 95 -39t39 -94.5t-39 -95t-95 -39.5t-95 39.5t-39 95t39 94.5 t95 39z' /%3E %3Cglyph unicode='&%23xe062;' d='M648 1169q117 0 216 -60t156.5 -161t57.5 -218q0 -115 -70 -258q-69 -109 -158 -225.5t-143 -179.5l-54 -62q-9 8 -25.5 24.5t-63.5 67.5t-91 103t-98.5 128t-95.5 148q-60 132 -60 249q0 88 34 169.5t91.5 142t137 96.5t166.5 36zM652.5 974q-91.5 0 -156.5 -65 t-65 -157t65 -156.5t156.5 -64.5t156.5 64.5t65 156.5t-65 157t-156.5 65z' /%3E %3Cglyph unicode='&%23xe063;' d='M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 173v854q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57z' /%3E %3Cglyph unicode='&%23xe064;' d='M554 1295q21 -72 57.5 -143.5t76 -130t83 -118t82.5 -117t70 -116t49.5 -126t18.5 -136.5q0 -71 -25.5 -135t-68.5 -111t-99 -82t-118.5 -54t-125.5 -23q-84 5 -161.5 34t-139.5 78.5t-99 125t-37 164.5q0 69 18 136.5t49.5 126.5t69.5 116.5t81.5 117.5t83.5 119 t76.5 131t58.5 143zM344 710q-23 -33 -43.5 -70.5t-40.5 -102.5t-17 -123q1 -37 14.5 -69.5t30 -52t41 -37t38.5 -24.5t33 -15q21 -7 32 -1t13 22l6 34q2 10 -2.5 22t-13.5 19q-5 4 -14 12t-29.5 40.5t-32.5 73.5q-26 89 6 271q2 11 -6 11q-8 1 -15 -10z' /%3E %3Cglyph unicode='&%23xe065;' d='M1000 1013l108 115q2 1 5 2t13 2t20.5 -1t25 -9.5t28.5 -21.5q22 -22 27 -43t0 -32l-6 -10l-108 -115zM350 1100h400q50 0 105 -13l-187 -187h-368q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v182l200 200v-332 q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM1009 803l-362 -362l-161 -50l55 170l355 355z' /%3E %3Cglyph unicode='&%23xe066;' d='M350 1100h361q-164 -146 -216 -200h-195q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-103q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M824 1073l339 -301q8 -7 8 -17.5t-8 -17.5l-340 -306q-7 -6 -12.5 -4t-6.5 11v203q-26 1 -54.5 0t-78.5 -7.5t-92 -17.5t-86 -35t-70 -57q10 59 33 108t51.5 81.5t65 58.5t68.5 40.5t67 24.5t56 13.5t40 4.5v210q1 10 6.5 12.5t13.5 -4.5z' /%3E %3Cglyph unicode='&%23xe067;' d='M350 1100h350q60 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-219q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M643 639l395 395q7 7 17.5 7t17.5 -7l101 -101q7 -7 7 -17.5t-7 -17.5l-531 -532q-7 -7 -17.5 -7t-17.5 7l-248 248q-7 7 -7 17.5t7 17.5l101 101q7 7 17.5 7t17.5 -7l111 -111q8 -7 18 -7t18 7z' /%3E %3Cglyph unicode='&%23xe068;' d='M318 918l264 264q8 8 18 8t18 -8l260 -264q7 -8 4.5 -13t-12.5 -5h-170v-200h200v173q0 10 5 12t13 -5l264 -260q8 -7 8 -17.5t-8 -17.5l-264 -265q-8 -7 -13 -5t-5 12v173h-200v-200h170q10 0 12.5 -5t-4.5 -13l-260 -264q-8 -8 -18 -8t-18 8l-264 264q-8 8 -5.5 13 t12.5 5h175v200h-200v-173q0 -10 -5 -12t-13 5l-264 265q-8 7 -8 17.5t8 17.5l264 260q8 7 13 5t5 -12v-173h200v200h-175q-10 0 -12.5 5t5.5 13z' /%3E %3Cglyph unicode='&%23xe069;' d='M250 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe070;' d='M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5 t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe071;' d='M1200 1050v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-492 480q-15 14 -15 35t15 35l492 480q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25z' /%3E %3Cglyph unicode='&%23xe072;' d='M243 1074l814 -498q18 -11 18 -26t-18 -26l-814 -498q-18 -11 -30.5 -4t-12.5 28v1000q0 21 12.5 28t30.5 -4z' /%3E %3Cglyph unicode='&%23xe073;' d='M250 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM650 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800 q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe074;' d='M1100 950v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5z' /%3E %3Cglyph unicode='&%23xe075;' d='M500 612v438q0 21 10.5 25t25.5 -10l492 -480q15 -14 15 -35t-15 -35l-492 -480q-15 -14 -25.5 -10t-10.5 25v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10z' /%3E %3Cglyph unicode='&%23xe076;' d='M1048 1102l100 1q20 0 35 -14.5t15 -35.5l5 -1000q0 -21 -14.5 -35.5t-35.5 -14.5l-100 -1q-21 0 -35.5 14.5t-14.5 35.5l-2 437l-463 -454q-14 -15 -24.5 -10.5t-10.5 25.5l-2 437l-462 -455q-15 -14 -25.5 -9.5t-10.5 24.5l-5 1000q0 21 10.5 25.5t25.5 -10.5l466 -450 l-2 438q0 20 10.5 24.5t25.5 -9.5l466 -451l-2 438q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe077;' d='M850 1100h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10l464 -453v438q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe078;' d='M686 1081l501 -540q15 -15 10.5 -26t-26.5 -11h-1042q-22 0 -26.5 11t10.5 26l501 540q15 15 36 15t36 -15zM150 400h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe079;' d='M885 900l-352 -353l352 -353l-197 -198l-552 552l552 550z' /%3E %3Cglyph unicode='&%23xe080;' d='M1064 547l-551 -551l-198 198l353 353l-353 353l198 198z' /%3E %3Cglyph unicode='&%23xe081;' d='M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM650 900h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-150 q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5h150v-150q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v150h150q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-150v150q0 21 -14.5 35.5t-35.5 14.5z' /%3E %3Cglyph unicode='&%23xe082;' d='M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM850 700h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5 t35.5 -14.5h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5z' /%3E %3Cglyph unicode='&%23xe083;' d='M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM741.5 913q-12.5 0 -21.5 -9l-120 -120l-120 120q-9 9 -21.5 9 t-21.5 -9l-141 -141q-9 -9 -9 -21.5t9 -21.5l120 -120l-120 -120q-9 -9 -9 -21.5t9 -21.5l141 -141q9 -9 21.5 -9t21.5 9l120 120l120 -120q9 -9 21.5 -9t21.5 9l141 141q9 9 9 21.5t-9 21.5l-120 120l120 120q9 9 9 21.5t-9 21.5l-141 141q-9 9 -21.5 9z' /%3E %3Cglyph unicode='&%23xe084;' d='M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM546 623l-84 85q-7 7 -17.5 7t-18.5 -7l-139 -139q-7 -8 -7 -18t7 -18 l242 -241q7 -8 17.5 -8t17.5 8l375 375q7 7 7 17.5t-7 18.5l-139 139q-7 7 -17.5 7t-17.5 -7z' /%3E %3Cglyph unicode='&%23xe085;' d='M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM588 941q-29 0 -59 -5.5t-63 -20.5t-58 -38.5t-41.5 -63t-16.5 -89.5 q0 -25 20 -25h131q30 -5 35 11q6 20 20.5 28t45.5 8q20 0 31.5 -10.5t11.5 -28.5q0 -23 -7 -34t-26 -18q-1 0 -13.5 -4t-19.5 -7.5t-20 -10.5t-22 -17t-18.5 -24t-15.5 -35t-8 -46q-1 -8 5.5 -16.5t20.5 -8.5h173q7 0 22 8t35 28t37.5 48t29.5 74t12 100q0 47 -17 83 t-42.5 57t-59.5 34.5t-64 18t-59 4.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z' /%3E %3Cglyph unicode='&%23xe086;' d='M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM675 1000h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5 t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5zM675 700h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h75v-200h-75q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h350q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5 t-17.5 7.5h-75v275q0 10 -7.5 17.5t-17.5 7.5z' /%3E %3Cglyph unicode='&%23xe087;' d='M525 1200h150q10 0 17.5 -7.5t7.5 -17.5v-194q103 -27 178.5 -102.5t102.5 -178.5h194q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-194q-27 -103 -102.5 -178.5t-178.5 -102.5v-194q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v194 q-103 27 -178.5 102.5t-102.5 178.5h-194q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h194q27 103 102.5 178.5t178.5 102.5v194q0 10 7.5 17.5t17.5 7.5zM700 893v-168q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v168q-68 -23 -119 -74 t-74 -119h168q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-168q23 -68 74 -119t119 -74v168q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-168q68 23 119 74t74 119h-168q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h168 q-23 68 -74 119t-119 74z' /%3E %3Cglyph unicode='&%23xe088;' d='M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM759 823l64 -64q7 -7 7 -17.5t-7 -17.5l-124 -124l124 -124q7 -7 7 -17.5t-7 -17.5l-64 -64q-7 -7 -17.5 -7t-17.5 7l-124 124l-124 -124q-7 -7 -17.5 -7t-17.5 7l-64 64 q-7 7 -7 17.5t7 17.5l124 124l-124 124q-7 7 -7 17.5t7 17.5l64 64q7 7 17.5 7t17.5 -7l124 -124l124 124q7 7 17.5 7t17.5 -7z' /%3E %3Cglyph unicode='&%23xe089;' d='M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM782 788l106 -106q7 -7 7 -17.5t-7 -17.5l-320 -321q-8 -7 -18 -7t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l197 197q7 7 17.5 7t17.5 -7z' /%3E %3Cglyph unicode='&%23xe090;' d='M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5q0 -120 65 -225 l587 587q-105 65 -225 65zM965 819l-584 -584q104 -62 219 -62q116 0 214.5 57t155.5 155.5t57 214.5q0 115 -62 219z' /%3E %3Cglyph unicode='&%23xe091;' d='M39 582l522 427q16 13 27.5 8t11.5 -26v-291h550q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-550v-291q0 -21 -11.5 -26t-27.5 8l-522 427q-16 13 -16 32t16 32z' /%3E %3Cglyph unicode='&%23xe092;' d='M639 1009l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291h-550q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h550v291q0 21 11.5 26t27.5 -8z' /%3E %3Cglyph unicode='&%23xe093;' d='M682 1161l427 -522q13 -16 8 -27.5t-26 -11.5h-291v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v550h-291q-21 0 -26 11.5t8 27.5l427 522q13 16 32 16t32 -16z' /%3E %3Cglyph unicode='&%23xe094;' d='M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-550h291q21 0 26 -11.5t-8 -27.5l-427 -522q-13 -16 -32 -16t-32 16l-427 522q-13 16 -8 27.5t26 11.5h291v550q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe095;' d='M639 1109l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291q-94 -2 -182 -20t-170.5 -52t-147 -92.5t-100.5 -135.5q5 105 27 193.5t67.5 167t113 135t167 91.5t225.5 42v262q0 21 11.5 26t27.5 -8z' /%3E %3Cglyph unicode='&%23xe096;' d='M850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5zM350 0h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249 q8 7 18 7t18 -7l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5z' /%3E %3Cglyph unicode='&%23xe097;' d='M1014 1120l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249q8 7 18 7t18 -7zM250 600h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5z' /%3E %3Cglyph unicode='&%23xe101;' d='M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM704 900h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5 t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z' /%3E %3Cglyph unicode='&%23xe102;' d='M260 1200q9 0 19 -2t15 -4l5 -2q22 -10 44 -23l196 -118q21 -13 36 -24q29 -21 37 -12q11 13 49 35l196 118q22 13 45 23q17 7 38 7q23 0 47 -16.5t37 -33.5l13 -16q14 -21 18 -45l25 -123l8 -44q1 -9 8.5 -14.5t17.5 -5.5h61q10 0 17.5 -7.5t7.5 -17.5v-50 q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 -7.5t-7.5 -17.5v-175h-400v300h-200v-300h-400v175q0 10 -7.5 17.5t-17.5 7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5h61q11 0 18 3t7 8q0 4 9 52l25 128q5 25 19 45q2 3 5 7t13.5 15t21.5 19.5t26.5 15.5 t29.5 7zM915 1079l-166 -162q-7 -7 -5 -12t12 -5h219q10 0 15 7t2 17l-51 149q-3 10 -11 12t-15 -6zM463 917l-177 157q-8 7 -16 5t-11 -12l-51 -143q-3 -10 2 -17t15 -7h231q11 0 12.5 5t-5.5 12zM500 0h-375q-10 0 -17.5 7.5t-7.5 17.5v375h400v-400zM1100 400v-375 q0 -10 -7.5 -17.5t-17.5 -7.5h-375v400h400z' /%3E %3Cglyph unicode='&%23xe103;' d='M1165 1190q8 3 21 -6.5t13 -17.5q-2 -178 -24.5 -323.5t-55.5 -245.5t-87 -174.5t-102.5 -118.5t-118 -68.5t-118.5 -33t-120 -4.5t-105 9.5t-90 16.5q-61 12 -78 11q-4 1 -12.5 0t-34 -14.5t-52.5 -40.5l-153 -153q-26 -24 -37 -14.5t-11 43.5q0 64 42 102q8 8 50.5 45 t66.5 58q19 17 35 47t13 61q-9 55 -10 102.5t7 111t37 130t78 129.5q39 51 80 88t89.5 63.5t94.5 45t113.5 36t129 31t157.5 37t182 47.5zM1116 1098q-8 9 -22.5 -3t-45.5 -50q-38 -47 -119 -103.5t-142 -89.5l-62 -33q-56 -30 -102 -57t-104 -68t-102.5 -80.5t-85.5 -91 t-64 -104.5q-24 -56 -31 -86t2 -32t31.5 17.5t55.5 59.5q25 30 94 75.5t125.5 77.5t147.5 81q70 37 118.5 69t102 79.5t99 111t86.5 148.5q22 50 24 60t-6 19z' /%3E %3Cglyph unicode='&%23xe104;' d='M653 1231q-39 -67 -54.5 -131t-10.5 -114.5t24.5 -96.5t47.5 -80t63.5 -62.5t68.5 -46.5t65 -30q-4 7 -17.5 35t-18.5 39.5t-17 39.5t-17 43t-13 42t-9.5 44.5t-2 42t4 43t13.5 39t23 38.5q96 -42 165 -107.5t105 -138t52 -156t13 -159t-19 -149.5q-13 -55 -44 -106.5 t-68 -87t-78.5 -64.5t-72.5 -45t-53 -22q-72 -22 -127 -11q-31 6 -13 19q6 3 17 7q13 5 32.5 21t41 44t38.5 63.5t21.5 81.5t-6.5 94.5t-50 107t-104 115.5q10 -104 -0.5 -189t-37 -140.5t-65 -93t-84 -52t-93.5 -11t-95 24.5q-80 36 -131.5 114t-53.5 171q-2 23 0 49.5 t4.5 52.5t13.5 56t27.5 60t46 64.5t69.5 68.5q-8 -53 -5 -102.5t17.5 -90t34 -68.5t44.5 -39t49 -2q31 13 38.5 36t-4.5 55t-29 64.5t-36 75t-26 75.5q-15 85 2 161.5t53.5 128.5t85.5 92.5t93.5 61t81.5 25.5z' /%3E %3Cglyph unicode='&%23xe105;' d='M600 1094q82 0 160.5 -22.5t140 -59t116.5 -82.5t94.5 -95t68 -95t42.5 -82.5t14 -57.5t-14 -57.5t-43 -82.5t-68.5 -95t-94.5 -95t-116.5 -82.5t-140 -59t-159.5 -22.5t-159.5 22.5t-140 59t-116.5 82.5t-94.5 95t-68.5 95t-43 82.5t-14 57.5t14 57.5t42.5 82.5t68 95 t94.5 95t116.5 82.5t140 59t160.5 22.5zM888 829q-15 15 -18 12t5 -22q25 -57 25 -119q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 59 23 114q8 19 4.5 22t-17.5 -12q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q22 -36 47 -71t70 -82t92.5 -81t113 -58.5t133.5 -24.5 t133.5 24t113 58.5t92.5 81.5t70 81.5t47 70.5q11 18 9 42.5t-14 41.5q-90 117 -163 189zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l35 34q14 15 12.5 33.5t-16.5 33.5q-44 44 -89 117q-11 18 -28 20t-32 -12z' /%3E %3Cglyph unicode='&%23xe106;' d='M592 0h-148l31 120q-91 20 -175.5 68.5t-143.5 106.5t-103.5 119t-66.5 110t-22 76q0 21 14 57.5t42.5 82.5t68 95t94.5 95t116.5 82.5t140 59t160.5 22.5q61 0 126 -15l32 121h148zM944 770l47 181q108 -85 176.5 -192t68.5 -159q0 -26 -19.5 -71t-59.5 -102t-93 -112 t-129 -104.5t-158 -75.5l46 173q77 49 136 117t97 131q11 18 9 42.5t-14 41.5q-54 70 -107 130zM310 824q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q18 -30 39 -60t57 -70.5t74 -73t90 -61t105 -41.5l41 154q-107 18 -178.5 101.5t-71.5 193.5q0 59 23 114q8 19 4.5 22 t-17.5 -12zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l12 11l22 86l-3 4q-44 44 -89 117q-11 18 -28 20t-32 -12z' /%3E %3Cglyph unicode='&%23xe107;' d='M-90 100l642 1066q20 31 48 28.5t48 -35.5l642 -1056q21 -32 7.5 -67.5t-50.5 -35.5h-1294q-37 0 -50.5 34t7.5 66zM155 200h345v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h345l-445 723zM496 700h208q20 0 32 -14.5t8 -34.5l-58 -252 q-4 -20 -21.5 -34.5t-37.5 -14.5h-54q-20 0 -37.5 14.5t-21.5 34.5l-58 252q-4 20 8 34.5t32 14.5z' /%3E %3Cglyph unicode='&%23xe108;' d='M650 1200q62 0 106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -93 100 -113v-64q0 -21 -13 -29t-32 1l-205 128l-205 -128q-19 -9 -32 -1t-13 29v64q0 20 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5v41 q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44z' /%3E %3Cglyph unicode='&%23xe109;' d='M850 1200h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-150h-1100v150q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-50h500v50q0 21 14.5 35.5t35.5 14.5zM1100 800v-750q0 -21 -14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v750h1100zM100 600v-100h100v100h-100zM300 600v-100h100v100h-100zM500 600v-100h100v100h-100zM700 600v-100h100v100h-100zM900 600v-100h100v100h-100zM100 400v-100h100v100h-100zM300 400v-100h100v100h-100zM500 400 v-100h100v100h-100zM700 400v-100h100v100h-100zM900 400v-100h100v100h-100zM100 200v-100h100v100h-100zM300 200v-100h100v100h-100zM500 200v-100h100v100h-100zM700 200v-100h100v100h-100zM900 200v-100h100v100h-100z' /%3E %3Cglyph unicode='&%23xe110;' d='M1135 1165l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-159l-600 -600h-291q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h209l600 600h241v150q0 21 10.5 25t24.5 -10zM522 819l-141 -141l-122 122h-209q-21 0 -35.5 14.5 t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h291zM1135 565l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-241l-181 181l141 141l122 -122h159v150q0 21 10.5 25t24.5 -10z' /%3E %3Cglyph unicode='&%23xe111;' d='M100 1100h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5z' /%3E %3Cglyph unicode='&%23xe112;' d='M150 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM850 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM1100 800v-300q0 -41 -3 -77.5t-15 -89.5t-32 -96t-58 -89t-89 -77t-129 -51t-174 -20t-174 20 t-129 51t-89 77t-58 89t-32 96t-15 89.5t-3 77.5v300h300v-250v-27v-42.5t1.5 -41t5 -38t10 -35t16.5 -30t25.5 -24.5t35 -19t46.5 -12t60 -4t60 4.5t46.5 12.5t35 19.5t25 25.5t17 30.5t10 35t5 38t2 40.5t-0.5 42v25v250h300z' /%3E %3Cglyph unicode='&%23xe113;' d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z' /%3E %3Cglyph unicode='&%23xe114;' d='M1101 789l-550 -551l-551 551l198 199l353 -353l353 353z' /%3E %3Cglyph unicode='&%23xe115;' d='M404 1000h746q21 0 35.5 -14.5t14.5 -35.5v-551h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v401h-381zM135 984l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-400h385l215 -200h-750q-21 0 -35.5 14.5 t-14.5 35.5v550h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z' /%3E %3Cglyph unicode='&%23xe116;' d='M56 1200h94q17 0 31 -11t18 -27l38 -162h896q24 0 39 -18.5t10 -42.5l-100 -475q-5 -21 -27 -42.5t-55 -21.5h-633l48 -200h535q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-50q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-300v-50 q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-31q-18 0 -32.5 10t-20.5 19l-5 10l-201 961h-54q-20 0 -35 14.5t-15 35.5t15 35.5t35 14.5z' /%3E %3Cglyph unicode='&%23xe117;' d='M1200 1000v-100h-1200v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500zM0 800h1200v-800h-1200v800z' /%3E %3Cglyph unicode='&%23xe118;' d='M200 800l-200 -400v600h200q0 41 29.5 70.5t70.5 29.5h300q42 0 71 -29.5t29 -70.5h500v-200h-1000zM1500 700l-300 -700h-1200l300 700h1200z' /%3E %3Cglyph unicode='&%23xe119;' d='M635 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-601h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v601h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z' /%3E %3Cglyph unicode='&%23xe120;' d='M936 864l249 -229q14 -15 14 -35.5t-14 -35.5l-249 -229q-15 -15 -25.5 -10.5t-10.5 24.5v151h-600v-151q0 -20 -10.5 -24.5t-25.5 10.5l-249 229q-14 15 -14 35.5t14 35.5l249 229q15 15 25.5 10.5t10.5 -25.5v-149h600v149q0 21 10.5 25.5t25.5 -10.5z' /%3E %3Cglyph unicode='&%23xe121;' d='M1169 400l-172 732q-5 23 -23 45.5t-38 22.5h-672q-20 0 -38 -20t-23 -41l-172 -739h1138zM1100 300h-1000q-41 0 -70.5 -29.5t-29.5 -70.5v-100q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v100q0 41 -29.5 70.5t-70.5 29.5zM800 100v100h100v-100h-100 zM1000 100v100h100v-100h-100z' /%3E %3Cglyph unicode='&%23xe122;' d='M1150 1100q21 0 35.5 -14.5t14.5 -35.5v-850q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v850q0 21 14.5 35.5t35.5 14.5zM1000 200l-675 200h-38l47 -276q3 -16 -5.5 -20t-29.5 -4h-7h-84q-20 0 -34.5 14t-18.5 35q-55 337 -55 351v250v6q0 16 1 23.5t6.5 14 t17.5 6.5h200l675 250v-850zM0 750v-250q-4 0 -11 0.5t-24 6t-30 15t-24 30t-11 48.5v50q0 26 10.5 46t25 30t29 16t25.5 7z' /%3E %3Cglyph unicode='&%23xe123;' d='M553 1200h94q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q19 0 33 -14.5t14 -35t-13 -40.5t-31 -27q-8 -4 -23 -9.5t-65 -19.5t-103 -25t-132.5 -20t-158.5 -9q-57 0 -115 5t-104 12t-88.5 15.5t-73.5 17.5t-54.5 16t-35.5 12l-11 4 q-18 8 -31 28t-13 40.5t14 35t33 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3.5 32t28.5 13zM498 110q50 -6 102 -6q53 0 102 6q-12 -49 -39.5 -79.5t-62.5 -30.5t-63 30.5t-39 79.5z' /%3E %3Cglyph unicode='&%23xe124;' d='M800 946l224 78l-78 -224l234 -45l-180 -155l180 -155l-234 -45l78 -224l-224 78l-45 -234l-155 180l-155 -180l-45 234l-224 -78l78 224l-234 45l180 155l-180 155l234 45l-78 224l224 -78l45 234l155 -180l155 180z' /%3E %3Cglyph unicode='&%23xe125;' d='M650 1200h50q40 0 70 -40.5t30 -84.5v-150l-28 -125h328q40 0 70 -40.5t30 -84.5v-100q0 -45 -29 -74l-238 -344q-16 -24 -38 -40.5t-45 -16.5h-250q-7 0 -42 25t-66 50l-31 25h-61q-45 0 -72.5 18t-27.5 57v400q0 36 20 63l145 196l96 198q13 28 37.5 48t51.5 20z M650 1100l-100 -212l-150 -213v-375h100l136 -100h214l250 375v125h-450l50 225v175h-50zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe126;' d='M600 1100h250q23 0 45 -16.5t38 -40.5l238 -344q29 -29 29 -74v-100q0 -44 -30 -84.5t-70 -40.5h-328q28 -118 28 -125v-150q0 -44 -30 -84.5t-70 -40.5h-50q-27 0 -51.5 20t-37.5 48l-96 198l-145 196q-20 27 -20 63v400q0 39 27.5 57t72.5 18h61q124 100 139 100z M50 1000h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM636 1000l-136 -100h-100v-375l150 -213l100 -212h50v175l-50 225h450v125l-250 375h-214z' /%3E %3Cglyph unicode='&%23xe127;' d='M356 873l363 230q31 16 53 -6l110 -112q13 -13 13.5 -32t-11.5 -34l-84 -121h302q84 0 138 -38t54 -110t-55 -111t-139 -39h-106l-131 -339q-6 -21 -19.5 -41t-28.5 -20h-342q-7 0 -90 81t-83 94v525q0 17 14 35.5t28 28.5zM400 792v-503l100 -89h293l131 339 q6 21 19.5 41t28.5 20h203q21 0 30.5 25t0.5 50t-31 25h-456h-7h-6h-5.5t-6 0.5t-5 1.5t-5 2t-4 2.5t-4 4t-2.5 4.5q-12 25 5 47l146 183l-86 83zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500 q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe128;' d='M475 1103l366 -230q2 -1 6 -3.5t14 -10.5t18 -16.5t14.5 -20t6.5 -22.5v-525q0 -13 -86 -94t-93 -81h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-85 0 -139.5 39t-54.5 111t54 110t138 38h302l-85 121q-11 15 -10.5 34t13.5 32l110 112q22 22 53 6zM370 945l146 -183 q17 -22 5 -47q-2 -2 -3.5 -4.5t-4 -4t-4 -2.5t-5 -2t-5 -1.5t-6 -0.5h-6h-6.5h-6h-475v-100h221q15 0 29 -20t20 -41l130 -339h294l106 89v503l-342 236zM1050 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5 v500q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe129;' d='M550 1294q72 0 111 -55t39 -139v-106l339 -131q21 -6 41 -19.5t20 -28.5v-342q0 -7 -81 -90t-94 -83h-525q-17 0 -35.5 14t-28.5 28l-9 14l-230 363q-16 31 6 53l112 110q13 13 32 13.5t34 -11.5l121 -84v302q0 84 38 138t110 54zM600 972v203q0 21 -25 30.5t-50 0.5 t-25 -31v-456v-7v-6v-5.5t-0.5 -6t-1.5 -5t-2 -5t-2.5 -4t-4 -4t-4.5 -2.5q-25 -12 -47 5l-183 146l-83 -86l236 -339h503l89 100v293l-339 131q-21 6 -41 19.5t-20 28.5zM450 200h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe130;' d='M350 1100h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5zM600 306v-106q0 -84 -39 -139t-111 -55t-110 54t-38 138v302l-121 -84q-15 -12 -34 -11.5t-32 13.5l-112 110 q-22 22 -6 53l230 363q1 2 3.5 6t10.5 13.5t16.5 17t20 13.5t22.5 6h525q13 0 94 -83t81 -90v-342q0 -15 -20 -28.5t-41 -19.5zM308 900l-236 -339l83 -86l183 146q22 17 47 5q2 -1 4.5 -2.5t4 -4t2.5 -4t2 -5t1.5 -5t0.5 -6v-5.5v-6v-7v-456q0 -22 25 -31t50 0.5t25 30.5 v203q0 15 20 28.5t41 19.5l339 131v293l-89 100h-503z' /%3E %3Cglyph unicode='&%23xe131;' d='M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM914 632l-275 223q-16 13 -27.5 8t-11.5 -26v-137h-275 q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h275v-137q0 -21 11.5 -26t27.5 8l275 223q16 13 16 32t-16 32z' /%3E %3Cglyph unicode='&%23xe132;' d='M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM561 855l-275 -223q-16 -13 -16 -32t16 -32l275 -223q16 -13 27.5 -8 t11.5 26v137h275q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5h-275v137q0 21 -11.5 26t-27.5 -8z' /%3E %3Cglyph unicode='&%23xe133;' d='M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM855 639l-223 275q-13 16 -32 16t-32 -16l-223 -275q-13 -16 -8 -27.5 t26 -11.5h137v-275q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v275h137q21 0 26 11.5t-8 27.5z' /%3E %3Cglyph unicode='&%23xe134;' d='M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM675 900h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-275h-137q-21 0 -26 -11.5 t8 -27.5l223 -275q13 -16 32 -16t32 16l223 275q13 16 8 27.5t-26 11.5h-137v275q0 10 -7.5 17.5t-17.5 7.5z' /%3E %3Cglyph unicode='&%23xe135;' d='M600 1176q116 0 222.5 -46t184 -123.5t123.5 -184t46 -222.5t-46 -222.5t-123.5 -184t-184 -123.5t-222.5 -46t-222.5 46t-184 123.5t-123.5 184t-46 222.5t46 222.5t123.5 184t184 123.5t222.5 46zM627 1101q-15 -12 -36.5 -20.5t-35.5 -12t-43 -8t-39 -6.5 q-15 -3 -45.5 0t-45.5 -2q-20 -7 -51.5 -26.5t-34.5 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -91t-29.5 -79q-9 -34 5 -93t8 -87q0 -9 17 -44.5t16 -59.5q12 0 23 -5t23.5 -15t19.5 -14q16 -8 33 -15t40.5 -15t34.5 -12q21 -9 52.5 -32t60 -38t57.5 -11 q7 -15 -3 -34t-22.5 -40t-9.5 -38q13 -21 23 -34.5t27.5 -27.5t36.5 -18q0 -7 -3.5 -16t-3.5 -14t5 -17q104 -2 221 112q30 29 46.5 47t34.5 49t21 63q-13 8 -37 8.5t-36 7.5q-15 7 -49.5 15t-51.5 19q-18 0 -41 -0.5t-43 -1.5t-42 -6.5t-38 -16.5q-51 -35 -66 -12 q-4 1 -3.5 25.5t0.5 25.5q-6 13 -26.5 17.5t-24.5 6.5q1 15 -0.5 30.5t-7 28t-18.5 11.5t-31 -21q-23 -25 -42 4q-19 28 -8 58q6 16 22 22q6 -1 26 -1.5t33.5 -4t19.5 -13.5q7 -12 18 -24t21.5 -20.5t20 -15t15.5 -10.5l5 -3q2 12 7.5 30.5t8 34.5t-0.5 32q-3 18 3.5 29 t18 22.5t15.5 24.5q6 14 10.5 35t8 31t15.5 22.5t34 22.5q-6 18 10 36q8 0 24 -1.5t24.5 -1.5t20 4.5t20.5 15.5q-10 23 -31 42.5t-37.5 29.5t-49 27t-43.5 23q0 1 2 8t3 11.5t1.5 10.5t-1 9.5t-4.5 4.5q31 -13 58.5 -14.5t38.5 2.5l12 5q5 28 -9.5 46t-36.5 24t-50 15 t-41 20q-18 -4 -37 0zM613 994q0 -17 8 -42t17 -45t9 -23q-8 1 -39.5 5.5t-52.5 10t-37 16.5q3 11 16 29.5t16 25.5q10 -10 19 -10t14 6t13.5 14.5t16.5 12.5z' /%3E %3Cglyph unicode='&%23xe136;' d='M756 1157q164 92 306 -9l-259 -138l145 -232l251 126q6 -89 -34 -156.5t-117 -110.5q-60 -34 -127 -39.5t-126 16.5l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5t15 37.5l600 599q-34 101 5.5 201.5t135.5 154.5z' /%3E %3Cglyph unicode='&%23xe137;' horiz-adv-x='1220' d='M100 1196h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 1096h-200v-100h200v100zM100 796h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 696h-500v-100h500v100zM100 396h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 296h-300v-100h300v100z ' /%3E %3Cglyph unicode='&%23xe138;' d='M150 1200h900q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM700 500v-300l-200 -200v500l-350 500h900z' /%3E %3Cglyph unicode='&%23xe139;' d='M500 1200h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5zM500 1100v-100h200v100h-200zM1200 400v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v200h1200z' /%3E %3Cglyph unicode='&%23xe140;' d='M50 1200h300q21 0 25 -10.5t-10 -24.5l-94 -94l199 -199q7 -8 7 -18t-7 -18l-106 -106q-8 -7 -18 -7t-18 7l-199 199l-94 -94q-14 -14 -24.5 -10t-10.5 25v300q0 21 14.5 35.5t35.5 14.5zM850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-199 -199q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l199 199l-94 94q-14 14 -10 24.5t25 10.5zM364 470l106 -106q7 -8 7 -18t-7 -18l-199 -199l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l199 199 q8 7 18 7t18 -7zM1071 271l94 94q14 14 24.5 10t10.5 -25v-300q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -25 10.5t10 24.5l94 94l-199 199q-7 8 -7 18t7 18l106 106q8 7 18 7t18 -7z' /%3E %3Cglyph unicode='&%23xe141;' d='M596 1192q121 0 231.5 -47.5t190 -127t127 -190t47.5 -231.5t-47.5 -231.5t-127 -190.5t-190 -127t-231.5 -47t-231.5 47t-190.5 127t-127 190.5t-47 231.5t47 231.5t127 190t190.5 127t231.5 47.5zM596 1010q-112 0 -207.5 -55.5t-151 -151t-55.5 -207.5t55.5 -207.5 t151 -151t207.5 -55.5t207.5 55.5t151 151t55.5 207.5t-55.5 207.5t-151 151t-207.5 55.5zM454.5 905q22.5 0 38.5 -16t16 -38.5t-16 -39t-38.5 -16.5t-38.5 16.5t-16 39t16 38.5t38.5 16zM754.5 905q22.5 0 38.5 -16t16 -38.5t-16 -39t-38 -16.5q-14 0 -29 10l-55 -145 q17 -23 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5t-61.5 25.5t-25.5 61.5q0 32 20.5 56.5t51.5 29.5l122 126l1 1q-9 14 -9 28q0 23 16 39t38.5 16zM345.5 709q22.5 0 38.5 -16t16 -38.5t-16 -38.5t-38.5 -16t-38.5 16t-16 38.5t16 38.5t38.5 16zM854.5 709q22.5 0 38.5 -16 t16 -38.5t-16 -38.5t-38.5 -16t-38.5 16t-16 38.5t16 38.5t38.5 16z' /%3E %3Cglyph unicode='&%23xe142;' d='M546 173l469 470q91 91 99 192q7 98 -52 175.5t-154 94.5q-22 4 -47 4q-34 0 -66.5 -10t-56.5 -23t-55.5 -38t-48 -41.5t-48.5 -47.5q-376 -375 -391 -390q-30 -27 -45 -41.5t-37.5 -41t-32 -46.5t-16 -47.5t-1.5 -56.5q9 -62 53.5 -95t99.5 -33q74 0 125 51l548 548 q36 36 20 75q-7 16 -21.5 26t-32.5 10q-26 0 -50 -23q-13 -12 -39 -38l-341 -338q-15 -15 -35.5 -15.5t-34.5 13.5t-14 34.5t14 34.5q327 333 361 367q35 35 67.5 51.5t78.5 16.5q14 0 29 -1q44 -8 74.5 -35.5t43.5 -68.5q14 -47 2 -96.5t-47 -84.5q-12 -11 -32 -32 t-79.5 -81t-114.5 -115t-124.5 -123.5t-123 -119.5t-96.5 -89t-57 -45q-56 -27 -120 -27q-70 0 -129 32t-93 89q-48 78 -35 173t81 163l511 511q71 72 111 96q91 55 198 55q80 0 152 -33q78 -36 129.5 -103t66.5 -154q17 -93 -11 -183.5t-94 -156.5l-482 -476 q-15 -15 -36 -16t-37 14t-17.5 34t14.5 35z' /%3E %3Cglyph unicode='&%23xe143;' d='M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104zM896 972q-33 0 -64.5 -19t-56.5 -46t-47.5 -53.5t-43.5 -45.5t-37.5 -19t-36 19t-40 45.5t-43 53.5t-54 46t-65.5 19q-67 0 -122.5 -55.5t-55.5 -132.5q0 -23 13.5 -51t46 -65t57.5 -63t76 -75l22 -22q15 -14 44 -44t50.5 -51t46 -44t41 -35t23 -12 t23.5 12t42.5 36t46 44t52.5 52t44 43q4 4 12 13q43 41 63.5 62t52 55t46 55t26 46t11.5 44q0 79 -53 133.5t-120 54.5z' /%3E %3Cglyph unicode='&%23xe144;' d='M776.5 1214q93.5 0 159.5 -66l141 -141q66 -66 66 -160q0 -42 -28 -95.5t-62 -87.5l-29 -29q-31 53 -77 99l-18 18l95 95l-247 248l-389 -389l212 -212l-105 -106l-19 18l-141 141q-66 66 -66 159t66 159l283 283q65 66 158.5 66zM600 706l105 105q10 -8 19 -17l141 -141 q66 -66 66 -159t-66 -159l-283 -283q-66 -66 -159 -66t-159 66l-141 141q-66 66 -66 159.5t66 159.5l55 55q29 -55 75 -102l18 -17l-95 -95l247 -248l389 389z' /%3E %3Cglyph unicode='&%23xe145;' d='M603 1200q85 0 162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5v953q0 21 30 46.5t81 48t129 37.5t163 15zM300 1000v-700h600v700h-600zM600 254q-43 0 -73.5 -30.5t-30.5 -73.5t30.5 -73.5t73.5 -30.5t73.5 30.5 t30.5 73.5t-30.5 73.5t-73.5 30.5z' /%3E %3Cglyph unicode='&%23xe146;' d='M902 1185l283 -282q15 -15 15 -36t-14.5 -35.5t-35.5 -14.5t-35 15l-36 35l-279 -267v-300l-212 210l-308 -307l-280 -203l203 280l307 308l-210 212h300l267 279l-35 36q-15 14 -15 35t14.5 35.5t35.5 14.5t35 -15z' /%3E %3Cglyph unicode='&%23xe148;' d='M700 1248v-78q38 -5 72.5 -14.5t75.5 -31.5t71 -53.5t52 -84t24 -118.5h-159q-4 36 -10.5 59t-21 45t-40 35.5t-64.5 20.5v-307l64 -13q34 -7 64 -16.5t70 -32t67.5 -52.5t47.5 -80t20 -112q0 -139 -89 -224t-244 -97v-77h-100v79q-150 16 -237 103q-40 40 -52.5 93.5 t-15.5 139.5h139q5 -77 48.5 -126t117.5 -65v335l-27 8q-46 14 -79 26.5t-72 36t-63 52t-40 72.5t-16 98q0 70 25 126t67.5 92t94.5 57t110 27v77h100zM600 754v274q-29 -4 -50 -11t-42 -21.5t-31.5 -41.5t-10.5 -65q0 -29 7 -50.5t16.5 -34t28.5 -22.5t31.5 -14t37.5 -10 q9 -3 13 -4zM700 547v-310q22 2 42.5 6.5t45 15.5t41.5 27t29 42t12 59.5t-12.5 59.5t-38 44.5t-53 31t-66.5 24.5z' /%3E %3Cglyph unicode='&%23xe149;' d='M561 1197q84 0 160.5 -40t123.5 -109.5t47 -147.5h-153q0 40 -19.5 71.5t-49.5 48.5t-59.5 26t-55.5 9q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -26 13.5 -63t26.5 -61t37 -66q6 -9 9 -14h241v-100h-197q8 -50 -2.5 -115t-31.5 -95q-45 -62 -99 -112 q34 10 83 17.5t71 7.5q32 1 102 -16t104 -17q83 0 136 30l50 -147q-31 -19 -58 -30.5t-55 -15.5t-42 -4.5t-46 -0.5q-23 0 -76 17t-111 32.5t-96 11.5q-39 -3 -82 -16t-67 -25l-23 -11l-55 145q4 3 16 11t15.5 10.5t13 9t15.5 12t14.5 14t17.5 18.5q48 55 54 126.5 t-30 142.5h-221v100h166q-23 47 -44 104q-7 20 -12 41.5t-6 55.5t6 66.5t29.5 70.5t58.5 71q97 88 263 88z' /%3E %3Cglyph unicode='&%23xe150;' d='M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM935 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-900h-200v900h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z' /%3E %3Cglyph unicode='&%23xe151;' d='M1000 700h-100v100h-100v-100h-100v500h300v-500zM400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM801 1100v-200h100v200h-100zM1000 350l-200 -250h200v-100h-300v150l200 250h-200v100h300v-150z ' /%3E %3Cglyph unicode='&%23xe152;' d='M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1000 1050l-200 -250h200v-100h-300v150l200 250h-200v100h300v-150zM1000 0h-100v100h-100v-100h-100v500h300v-500zM801 400v-200h100v200h-100z ' /%3E %3Cglyph unicode='&%23xe153;' d='M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1000 700h-100v400h-100v100h200v-500zM1100 0h-100v100h-200v400h300v-500zM901 400v-200h100v200h-100z' /%3E %3Cglyph unicode='&%23xe154;' d='M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1100 700h-100v100h-200v400h300v-500zM901 1100v-200h100v200h-100zM1000 0h-100v400h-100v100h200v-500z' /%3E %3Cglyph unicode='&%23xe155;' d='M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM900 1000h-200v200h200v-200zM1000 700h-300v200h300v-200zM1100 400h-400v200h400v-200zM1200 100h-500v200h500v-200z' /%3E %3Cglyph unicode='&%23xe156;' d='M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1200 1000h-500v200h500v-200zM1100 700h-400v200h400v-200zM1000 400h-300v200h300v-200zM900 100h-200v200h200v-200z' /%3E %3Cglyph unicode='&%23xe157;' d='M350 1100h400q162 0 256 -93.5t94 -256.5v-400q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5z' /%3E %3Cglyph unicode='&%23xe158;' d='M350 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-163 0 -256.5 92.5t-93.5 257.5v400q0 163 94 256.5t256 93.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM440 770l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z' /%3E %3Cglyph unicode='&%23xe159;' d='M350 1100h400q163 0 256.5 -94t93.5 -256v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 163 92.5 256.5t257.5 93.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM350 700h400q21 0 26.5 -12t-6.5 -28l-190 -253q-12 -17 -30 -17t-30 17l-190 253q-12 16 -6.5 28t26.5 12z' /%3E %3Cglyph unicode='&%23xe160;' d='M350 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -163 -92.5 -256.5t-257.5 -93.5h-400q-163 0 -256.5 94t-93.5 256v400q0 165 92.5 257.5t257.5 92.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM580 693l190 -253q12 -16 6.5 -28t-26.5 -12h-400q-21 0 -26.5 12t6.5 28l190 253q12 17 30 17t30 -17z' /%3E %3Cglyph unicode='&%23xe161;' d='M550 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h450q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-450q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM338 867l324 -284q16 -14 16 -33t-16 -33l-324 -284q-16 -14 -27 -9t-11 26v150h-250q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h250v150q0 21 11 26t27 -9z' /%3E %3Cglyph unicode='&%23xe162;' d='M793 1182l9 -9q8 -10 5 -27q-3 -11 -79 -225.5t-78 -221.5l300 1q24 0 32.5 -17.5t-5.5 -35.5q-1 0 -133.5 -155t-267 -312.5t-138.5 -162.5q-12 -15 -26 -15h-9l-9 8q-9 11 -4 32q2 9 42 123.5t79 224.5l39 110h-302q-23 0 -31 19q-10 21 6 41q75 86 209.5 237.5 t228 257t98.5 111.5q9 16 25 16h9z' /%3E %3Cglyph unicode='&%23xe163;' d='M350 1100h400q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-450q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h450q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400 q0 165 92.5 257.5t257.5 92.5zM938 867l324 -284q16 -14 16 -33t-16 -33l-324 -284q-16 -14 -27 -9t-11 26v150h-250q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h250v150q0 21 11 26t27 -9z' /%3E %3Cglyph unicode='&%23xe164;' d='M750 1200h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -10.5 -25t-24.5 10l-109 109l-312 -312q-15 -15 -35.5 -15t-35.5 15l-141 141q-15 15 -15 35.5t15 35.5l312 312l-109 109q-14 14 -10 24.5t25 10.5zM456 900h-156q-41 0 -70.5 -29.5t-29.5 -70.5v-500 q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v148l200 200v-298q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5h300z' /%3E %3Cglyph unicode='&%23xe165;' d='M600 1186q119 0 227.5 -46.5t187 -125t125 -187t46.5 -227.5t-46.5 -227.5t-125 -187t-187 -125t-227.5 -46.5t-227.5 46.5t-187 125t-125 187t-46.5 227.5t46.5 227.5t125 187t187 125t227.5 46.5zM600 1022q-115 0 -212 -56.5t-153.5 -153.5t-56.5 -212t56.5 -212 t153.5 -153.5t212 -56.5t212 56.5t153.5 153.5t56.5 212t-56.5 212t-153.5 153.5t-212 56.5zM600 794q80 0 137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137t57 137t137 57z' /%3E %3Cglyph unicode='&%23xe166;' d='M450 1200h200q21 0 35.5 -14.5t14.5 -35.5v-350h245q20 0 25 -11t-9 -26l-383 -426q-14 -15 -33.5 -15t-32.5 15l-379 426q-13 15 -8.5 26t25.5 11h250v350q0 21 14.5 35.5t35.5 14.5zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5z M900 200v-50h100v50h-100z' /%3E %3Cglyph unicode='&%23xe167;' d='M583 1182l378 -435q14 -15 9 -31t-26 -16h-244v-250q0 -20 -17 -35t-39 -15h-200q-20 0 -32 14.5t-12 35.5v250h-250q-20 0 -25.5 16.5t8.5 31.5l383 431q14 16 33.5 17t33.5 -14zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5z M900 200v-50h100v50h-100z' /%3E %3Cglyph unicode='&%23xe168;' d='M396 723l369 369q7 7 17.5 7t17.5 -7l139 -139q7 -8 7 -18.5t-7 -17.5l-525 -525q-7 -8 -17.5 -8t-17.5 8l-292 291q-7 8 -7 18t7 18l139 139q8 7 18.5 7t17.5 -7zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50 h-100z' /%3E %3Cglyph unicode='&%23xe169;' d='M135 1023l142 142q14 14 35 14t35 -14l77 -77l-212 -212l-77 76q-14 15 -14 36t14 35zM655 855l210 210q14 14 24.5 10t10.5 -25l-2 -599q-1 -20 -15.5 -35t-35.5 -15l-597 -1q-21 0 -25 10.5t10 24.5l208 208l-154 155l212 212zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5 v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50h-100z' /%3E %3Cglyph unicode='&%23xe170;' d='M350 1200l599 -2q20 -1 35 -15.5t15 -35.5l1 -597q0 -21 -10.5 -25t-24.5 10l-208 208l-155 -154l-212 212l155 154l-210 210q-14 14 -10 24.5t25 10.5zM524 512l-76 -77q-15 -14 -36 -14t-35 14l-142 142q-14 14 -14 35t14 35l77 77zM50 300h1000q21 0 35.5 -14.5 t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50h-100z' /%3E %3Cglyph unicode='&%23xe171;' d='M1200 103l-483 276l-314 -399v423h-399l1196 796v-1096zM483 424v-230l683 953z' /%3E %3Cglyph unicode='&%23xe172;' d='M1100 1000v-850q0 -21 -14.5 -35.5t-35.5 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200z' /%3E %3Cglyph unicode='&%23xe173;' d='M1100 1000l-2 -149l-299 -299l-95 95q-9 9 -21.5 9t-21.5 -9l-149 -147h-312v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM1132 638l106 -106q7 -7 7 -17.5t-7 -17.5l-420 -421q-8 -7 -18 -7 t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l297 297q7 7 17.5 7t17.5 -7z' /%3E %3Cglyph unicode='&%23xe174;' d='M1100 1000v-269l-103 -103l-134 134q-15 15 -33.5 16.5t-34.5 -12.5l-266 -266h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM1202 572l70 -70q15 -15 15 -35.5t-15 -35.5l-131 -131 l131 -131q15 -15 15 -35.5t-15 -35.5l-70 -70q-15 -15 -35.5 -15t-35.5 15l-131 131l-131 -131q-15 -15 -35.5 -15t-35.5 15l-70 70q-15 15 -15 35.5t15 35.5l131 131l-131 131q-15 15 -15 35.5t15 35.5l70 70q15 15 35.5 15t35.5 -15l131 -131l131 131q15 15 35.5 15 t35.5 -15z' /%3E %3Cglyph unicode='&%23xe175;' d='M1100 1000v-300h-350q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM850 600h100q21 0 35.5 -14.5t14.5 -35.5v-250h150q21 0 25 -10.5t-10 -24.5 l-230 -230q-14 -14 -35 -14t-35 14l-230 230q-14 14 -10 24.5t25 10.5h150v250q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe176;' d='M1100 1000v-400l-165 165q-14 15 -35 15t-35 -15l-263 -265h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM935 565l230 -229q14 -15 10 -25.5t-25 -10.5h-150v-250q0 -20 -14.5 -35 t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35v250h-150q-21 0 -25 10.5t10 25.5l230 229q14 15 35 15t35 -15z' /%3E %3Cglyph unicode='&%23xe177;' d='M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-150h-1200v150q0 21 14.5 35.5t35.5 14.5zM1200 800v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v550h1200zM100 500v-200h400v200h-400z' /%3E %3Cglyph unicode='&%23xe178;' d='M935 1165l248 -230q14 -14 14 -35t-14 -35l-248 -230q-14 -14 -24.5 -10t-10.5 25v150h-400v200h400v150q0 21 10.5 25t24.5 -10zM200 800h-50q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v-200zM400 800h-100v200h100v-200zM18 435l247 230 q14 14 24.5 10t10.5 -25v-150h400v-200h-400v-150q0 -21 -10.5 -25t-24.5 10l-247 230q-15 14 -15 35t15 35zM900 300h-100v200h100v-200zM1000 500h51q20 0 34.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-34.5 -14.5h-51v200z' /%3E %3Cglyph unicode='&%23xe179;' d='M862 1073l276 116q25 18 43.5 8t18.5 -41v-1106q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v397q-4 1 -11 5t-24 17.5t-30 29t-24 42t-11 56.5v359q0 31 18.5 65t43.5 52zM550 1200q22 0 34.5 -12.5t14.5 -24.5l1 -13v-450q0 -28 -10.5 -59.5 t-25 -56t-29 -45t-25.5 -31.5l-10 -11v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447q-4 4 -11 11.5t-24 30.5t-30 46t-24 55t-11 60v450q0 2 0.5 5.5t4 12t8.5 15t14.5 12t22.5 5.5q20 0 32.5 -12.5t14.5 -24.5l3 -13v-350h100v350v5.5t2.5 12 t7 15t15 12t25.5 5.5q23 0 35.5 -12.5t13.5 -24.5l1 -13v-350h100v350q0 2 0.5 5.5t3 12t7 15t15 12t24.5 5.5z' /%3E %3Cglyph unicode='&%23xe180;' d='M1200 1100v-56q-4 0 -11 -0.5t-24 -3t-30 -7.5t-24 -15t-11 -24v-888q0 -22 25 -34.5t50 -13.5l25 -2v-56h-400v56q75 0 87.5 6.5t12.5 43.5v394h-500v-394q0 -37 12.5 -43.5t87.5 -6.5v-56h-400v56q4 0 11 0.5t24 3t30 7.5t24 15t11 24v888q0 22 -25 34.5t-50 13.5 l-25 2v56h400v-56q-75 0 -87.5 -6.5t-12.5 -43.5v-394h500v394q0 37 -12.5 43.5t-87.5 6.5v56h400z' /%3E %3Cglyph unicode='&%23xe181;' d='M675 1000h375q21 0 35.5 -14.5t14.5 -35.5v-150h-105l-295 -98v98l-200 200h-400l100 100h375zM100 900h300q41 0 70.5 -29.5t29.5 -70.5v-500q0 -41 -29.5 -70.5t-70.5 -29.5h-300q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5zM100 800v-200h300v200 h-300zM1100 535l-400 -133v163l400 133v-163zM100 500v-200h300v200h-300zM1100 398v-248q0 -21 -14.5 -35.5t-35.5 -14.5h-375l-100 -100h-375l-100 100h400l200 200h105z' /%3E %3Cglyph unicode='&%23xe182;' d='M17 1007l162 162q17 17 40 14t37 -22l139 -194q14 -20 11 -44.5t-20 -41.5l-119 -118q102 -142 228 -268t267 -227l119 118q17 17 42.5 19t44.5 -12l192 -136q19 -14 22.5 -37.5t-13.5 -40.5l-163 -162q-3 -1 -9.5 -1t-29.5 2t-47.5 6t-62.5 14.5t-77.5 26.5t-90 42.5 t-101.5 60t-111 83t-119 108.5q-74 74 -133.5 150.5t-94.5 138.5t-60 119.5t-34.5 100t-15 74.5t-4.5 48z' /%3E %3Cglyph unicode='&%23xe183;' d='M600 1100q92 0 175 -10.5t141.5 -27t108.5 -36.5t81.5 -40t53.5 -37t31 -27l9 -10v-200q0 -21 -14.5 -33t-34.5 -9l-202 34q-20 3 -34.5 20t-14.5 38v146q-141 24 -300 24t-300 -24v-146q0 -21 -14.5 -38t-34.5 -20l-202 -34q-20 -3 -34.5 9t-14.5 33v200q3 4 9.5 10.5 t31 26t54 37.5t80.5 39.5t109 37.5t141 26.5t175 10.5zM600 795q56 0 97 -9.5t60 -23.5t30 -28t12 -24l1 -10v-50l365 -303q14 -15 24.5 -40t10.5 -45v-212q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v212q0 20 10.5 45t24.5 40l365 303v50 q0 4 1 10.5t12 23t30 29t60 22.5t97 10z' /%3E %3Cglyph unicode='&%23xe184;' d='M1100 700l-200 -200h-600l-200 200v500h200v-200h200v200h200v-200h200v200h200v-500zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-12l137 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5 t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe185;' d='M700 1100h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-1000h300v1000q0 41 -29.5 70.5t-70.5 29.5zM1100 800h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-700h300v700q0 41 -29.5 70.5t-70.5 29.5zM400 0h-300v400q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-400z ' /%3E %3Cglyph unicode='&%23xe186;' d='M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-100h200v-300h-300v100h200v100h-200v300h300v-100zM900 700v-300l-100 -100h-200v500h200z M700 700v-300h100v300h-100z' /%3E %3Cglyph unicode='&%23xe187;' d='M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 300h-100v200h-100v-200h-100v500h100v-200h100v200h100v-500zM900 700v-300l-100 -100h-200v500h200z M700 700v-300h100v300h-100z' /%3E %3Cglyph unicode='&%23xe188;' d='M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-300h200v-100h-300v500h300v-100zM900 700h-200v-300h200v-100h-300v500h300v-100z' /%3E %3Cglyph unicode='&%23xe189;' d='M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 400l-300 150l300 150v-300zM900 550l-300 -150v300z' /%3E %3Cglyph unicode='&%23xe190;' d='M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM900 300h-700v500h700v-500zM800 700h-130q-38 0 -66.5 -43t-28.5 -108t27 -107t68 -42h130v300zM300 700v-300 h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130z' /%3E %3Cglyph unicode='&%23xe191;' d='M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-100h200v-300h-300v100h200v100h-200v300h300v-100zM900 300h-100v400h-100v100h200v-500z M700 300h-100v100h100v-100z' /%3E %3Cglyph unicode='&%23xe192;' d='M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM300 700h200v-400h-300v500h100v-100zM900 300h-100v400h-100v100h200v-500zM300 600v-200h100v200h-100z M700 300h-100v100h100v-100z' /%3E %3Cglyph unicode='&%23xe193;' d='M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 500l-199 -200h-100v50l199 200v150h-200v100h300v-300zM900 300h-100v400h-100v100h200v-500zM701 300h-100 v100h100v-100z' /%3E %3Cglyph unicode='&%23xe194;' d='M600 1191q120 0 229.5 -47t188.5 -126t126 -188.5t47 -229.5t-47 -229.5t-126 -188.5t-188.5 -126t-229.5 -47t-229.5 47t-188.5 126t-126 188.5t-47 229.5t47 229.5t126 188.5t188.5 126t229.5 47zM600 1021q-114 0 -211 -56.5t-153.5 -153.5t-56.5 -211t56.5 -211 t153.5 -153.5t211 -56.5t211 56.5t153.5 153.5t56.5 211t-56.5 211t-153.5 153.5t-211 56.5zM800 700h-300v-200h300v-100h-300l-100 100v200l100 100h300v-100z' /%3E %3Cglyph unicode='&%23xe195;' d='M600 1191q120 0 229.5 -47t188.5 -126t126 -188.5t47 -229.5t-47 -229.5t-126 -188.5t-188.5 -126t-229.5 -47t-229.5 47t-188.5 126t-126 188.5t-47 229.5t47 229.5t126 188.5t188.5 126t229.5 47zM600 1021q-114 0 -211 -56.5t-153.5 -153.5t-56.5 -211t56.5 -211 t153.5 -153.5t211 -56.5t211 56.5t153.5 153.5t56.5 211t-56.5 211t-153.5 153.5t-211 56.5zM800 700v-100l-50 -50l100 -100v-50h-100l-100 100h-150v-100h-100v400h300zM500 700v-100h200v100h-200z' /%3E %3Cglyph unicode='&%23xe197;' d='M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -207t-85 -207t-205 -86.5h-128v250q0 21 -14.5 35.5t-35.5 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-250h-222q-80 0 -136 57.5t-56 136.5q0 69 43 122.5t108 67.5q-2 19 -2 37q0 100 49 185 t134 134t185 49zM525 500h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -244q-13 -16 -32 -16t-32 16l-223 244q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z' /%3E %3Cglyph unicode='&%23xe198;' d='M502 1089q110 0 201 -59.5t135 -156.5q43 15 89 15q121 0 206 -86.5t86 -206.5q0 -99 -60 -181t-150 -110l-378 360q-13 16 -31.5 16t-31.5 -16l-381 -365h-9q-79 0 -135.5 57.5t-56.5 136.5q0 69 43 122.5t108 67.5q-2 19 -2 38q0 100 49 184.5t133.5 134t184.5 49.5z M632 467l223 -228q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5q199 204 223 228q19 19 31.5 19t32.5 -19z' /%3E %3Cglyph unicode='&%23xe199;' d='M700 100v100h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170l-270 -300h400v-100h-50q-21 0 -35.5 -14.5t-14.5 -35.5v-50h400v50q0 21 -14.5 35.5t-35.5 14.5h-50z' /%3E %3Cglyph unicode='&%23xe200;' d='M600 1179q94 0 167.5 -56.5t99.5 -145.5q89 -6 150.5 -71.5t61.5 -155.5q0 -61 -29.5 -112.5t-79.5 -82.5q9 -29 9 -55q0 -74 -52.5 -126.5t-126.5 -52.5q-55 0 -100 30v-251q21 0 35.5 -14.5t14.5 -35.5v-50h-300v50q0 21 14.5 35.5t35.5 14.5v251q-45 -30 -100 -30 q-74 0 -126.5 52.5t-52.5 126.5q0 18 4 38q-47 21 -75.5 65t-28.5 97q0 74 52.5 126.5t126.5 52.5q5 0 23 -2q0 2 -1 10t-1 13q0 116 81.5 197.5t197.5 81.5z' /%3E %3Cglyph unicode='&%23xe201;' d='M1010 1010q111 -111 150.5 -260.5t0 -299t-150.5 -260.5q-83 -83 -191.5 -126.5t-218.5 -43.5t-218.5 43.5t-191.5 126.5q-111 111 -150.5 260.5t0 299t150.5 260.5q83 83 191.5 126.5t218.5 43.5t218.5 -43.5t191.5 -126.5zM476 1065q-4 0 -8 -1q-121 -34 -209.5 -122.5 t-122.5 -209.5q-4 -12 2.5 -23t18.5 -14l36 -9q3 -1 7 -1q23 0 29 22q27 96 98 166q70 71 166 98q11 3 17.5 13.5t3.5 22.5l-9 35q-3 13 -14 19q-7 4 -15 4zM512 920q-4 0 -9 -2q-80 -24 -138.5 -82.5t-82.5 -138.5q-4 -13 2 -24t19 -14l34 -9q4 -1 8 -1q22 0 28 21 q18 58 58.5 98.5t97.5 58.5q12 3 18 13.5t3 21.5l-9 35q-3 12 -14 19q-7 4 -15 4zM719.5 719.5q-49.5 49.5 -119.5 49.5t-119.5 -49.5t-49.5 -119.5t49.5 -119.5t119.5 -49.5t119.5 49.5t49.5 119.5t-49.5 119.5zM855 551q-22 0 -28 -21q-18 -58 -58.5 -98.5t-98.5 -57.5 q-11 -4 -17 -14.5t-3 -21.5l9 -35q3 -12 14 -19q7 -4 15 -4q4 0 9 2q80 24 138.5 82.5t82.5 138.5q4 13 -2.5 24t-18.5 14l-34 9q-4 1 -8 1zM1000 515q-23 0 -29 -22q-27 -96 -98 -166q-70 -71 -166 -98q-11 -3 -17.5 -13.5t-3.5 -22.5l9 -35q3 -13 14 -19q7 -4 15 -4 q4 0 8 1q121 34 209.5 122.5t122.5 209.5q4 12 -2.5 23t-18.5 14l-36 9q-3 1 -7 1z' /%3E %3Cglyph unicode='&%23xe202;' d='M700 800h300v-380h-180v200h-340v-200h-380v755q0 10 7.5 17.5t17.5 7.5h575v-400zM1000 900h-200v200zM700 300h162l-212 -212l-212 212h162v200h100v-200zM520 0h-395q-10 0 -17.5 7.5t-7.5 17.5v395zM1000 220v-195q0 -10 -7.5 -17.5t-17.5 -7.5h-195z' /%3E %3Cglyph unicode='&%23xe203;' d='M700 800h300v-520l-350 350l-550 -550v1095q0 10 7.5 17.5t17.5 7.5h575v-400zM1000 900h-200v200zM862 200h-162v-200h-100v200h-162l212 212zM480 0h-355q-10 0 -17.5 7.5t-7.5 17.5v55h380v-80zM1000 80v-55q0 -10 -7.5 -17.5t-17.5 -7.5h-155v80h180z' /%3E %3Cglyph unicode='&%23xe204;' d='M1162 800h-162v-200h100l100 -100h-300v300h-162l212 212zM200 800h200q27 0 40 -2t29.5 -10.5t23.5 -30t7 -57.5h300v-100h-600l-200 -350v450h100q0 36 7 57.5t23.5 30t29.5 10.5t40 2zM800 400h240l-240 -400h-800l300 500h500v-100z' /%3E %3Cglyph unicode='&%23xe205;' d='M650 1100h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5zM1000 850v150q41 0 70.5 -29.5t29.5 -70.5v-800 q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-1 0 -20 4l246 246l-326 326v324q0 41 29.5 70.5t70.5 29.5v-150q0 -62 44 -106t106 -44h300q62 0 106 44t44 106zM412 250l-212 -212v162h-200v100h200v162z' /%3E %3Cglyph unicode='&%23xe206;' d='M450 1100h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5zM800 850v150q41 0 70.5 -29.5t29.5 -70.5v-500 h-200v-300h200q0 -36 -7 -57.5t-23.5 -30t-29.5 -10.5t-40 -2h-600q-41 0 -70.5 29.5t-29.5 70.5v800q0 41 29.5 70.5t70.5 29.5v-150q0 -62 44 -106t106 -44h300q62 0 106 44t44 106zM1212 250l-212 -212v162h-200v100h200v162z' /%3E %3Cglyph unicode='&%23xe209;' d='M658 1197l637 -1104q23 -38 7 -65.5t-60 -27.5h-1276q-44 0 -60 27.5t7 65.5l637 1104q22 39 54 39t54 -39zM704 800h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM500 300v-100h200 v100h-200z' /%3E %3Cglyph unicode='&%23xe210;' d='M425 1100h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM425 800h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5 t17.5 7.5zM825 800h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM25 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150 q0 10 7.5 17.5t17.5 7.5zM425 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM825 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5 v150q0 10 7.5 17.5t17.5 7.5zM25 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM425 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM825 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z' /%3E %3Cglyph unicode='&%23xe211;' d='M700 1200h100v-200h-100v-100h350q62 0 86.5 -39.5t-3.5 -94.5l-66 -132q-41 -83 -81 -134h-772q-40 51 -81 134l-66 132q-28 55 -3.5 94.5t86.5 39.5h350v100h-100v200h100v100h200v-100zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-12l137 -100 h-950l138 100h-13q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe212;' d='M600 1300q40 0 68.5 -29.5t28.5 -70.5h-194q0 41 28.5 70.5t68.5 29.5zM443 1100h314q18 -37 18 -75q0 -8 -3 -25h328q41 0 44.5 -16.5t-30.5 -38.5l-175 -145h-678l-178 145q-34 22 -29 38.5t46 16.5h328q-3 17 -3 25q0 38 18 75zM250 700h700q21 0 35.5 -14.5 t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-150v-200l275 -200h-950l275 200v200h-150q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe213;' d='M600 1181q75 0 128 -53t53 -128t-53 -128t-128 -53t-128 53t-53 128t53 128t128 53zM602 798h46q34 0 55.5 -28.5t21.5 -86.5q0 -76 39 -183h-324q39 107 39 183q0 58 21.5 86.5t56.5 28.5h45zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13 l138 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe214;' d='M600 1300q47 0 92.5 -53.5t71 -123t25.5 -123.5q0 -78 -55.5 -133.5t-133.5 -55.5t-133.5 55.5t-55.5 133.5q0 62 34 143l144 -143l111 111l-163 163q34 26 63 26zM602 798h46q34 0 55.5 -28.5t21.5 -86.5q0 -76 39 -183h-324q39 107 39 183q0 58 21.5 86.5t56.5 28.5h45 zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13l138 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe215;' d='M600 1200l300 -161v-139h-300q0 -57 18.5 -108t50 -91.5t63 -72t70 -67.5t57.5 -61h-530q-60 83 -90.5 177.5t-30.5 178.5t33 164.5t87.5 139.5t126 96.5t145.5 41.5v-98zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13l138 -100h-950l137 100 h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe216;' d='M600 1300q41 0 70.5 -29.5t29.5 -70.5v-78q46 -26 73 -72t27 -100v-50h-400v50q0 54 27 100t73 72v78q0 41 29.5 70.5t70.5 29.5zM400 800h400q54 0 100 -27t72 -73h-172v-100h200v-100h-200v-100h200v-100h-200v-100h200q0 -83 -58.5 -141.5t-141.5 -58.5h-400 q-83 0 -141.5 58.5t-58.5 141.5v400q0 83 58.5 141.5t141.5 58.5z' /%3E %3Cglyph unicode='&%23xe218;' d='M150 1100h900q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM125 400h950q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-283l224 -224q13 -13 13 -31.5t-13 -32 t-31.5 -13.5t-31.5 13l-88 88h-524l-87 -88q-13 -13 -32 -13t-32 13.5t-13 32t13 31.5l224 224h-289q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM541 300l-100 -100h324l-100 100h-124z' /%3E %3Cglyph unicode='&%23xe219;' d='M200 1100h800q83 0 141.5 -58.5t58.5 -141.5v-200h-100q0 41 -29.5 70.5t-70.5 29.5h-250q-41 0 -70.5 -29.5t-29.5 -70.5h-100q0 41 -29.5 70.5t-70.5 29.5h-250q-41 0 -70.5 -29.5t-29.5 -70.5h-100v200q0 83 58.5 141.5t141.5 58.5zM100 600h1000q41 0 70.5 -29.5 t29.5 -70.5v-300h-1200v300q0 41 29.5 70.5t70.5 29.5zM300 100v-50q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v50h200zM1100 100v-50q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v50h200z' /%3E %3Cglyph unicode='&%23xe221;' d='M480 1165l682 -683q31 -31 31 -75.5t-31 -75.5l-131 -131h-481l-517 518q-32 31 -32 75.5t32 75.5l295 296q31 31 75.5 31t76.5 -31zM108 794l342 -342l303 304l-341 341zM250 100h800q21 0 35.5 -14.5t14.5 -35.5v-50h-900v50q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe223;' d='M1057 647l-189 506q-8 19 -27.5 33t-40.5 14h-400q-21 0 -40.5 -14t-27.5 -33l-189 -506q-8 -19 1.5 -33t30.5 -14h625v-150q0 -21 14.5 -35.5t35.5 -14.5t35.5 14.5t14.5 35.5v150h125q21 0 30.5 14t1.5 33zM897 0h-595v50q0 21 14.5 35.5t35.5 14.5h50v50 q0 21 14.5 35.5t35.5 14.5h48v300h200v-300h47q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-50z' /%3E %3Cglyph unicode='&%23xe224;' d='M900 800h300v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-375v591l-300 300v84q0 10 7.5 17.5t17.5 7.5h375v-400zM1200 900h-200v200zM400 600h300v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-650q-10 0 -17.5 7.5t-7.5 17.5v950q0 10 7.5 17.5t17.5 7.5h375v-400zM700 700h-200v200z ' /%3E %3Cglyph unicode='&%23xe225;' d='M484 1095h195q75 0 146 -32.5t124 -86t89.5 -122.5t48.5 -142q18 -14 35 -20q31 -10 64.5 6.5t43.5 48.5q10 34 -15 71q-19 27 -9 43q5 8 12.5 11t19 -1t23.5 -16q41 -44 39 -105q-3 -63 -46 -106.5t-104 -43.5h-62q-7 -55 -35 -117t-56 -100l-39 -234q-3 -20 -20 -34.5 t-38 -14.5h-100q-21 0 -33 14.5t-9 34.5l12 70q-49 -14 -91 -14h-195q-24 0 -65 8l-11 -64q-3 -20 -20 -34.5t-38 -14.5h-100q-21 0 -33 14.5t-9 34.5l26 157q-84 74 -128 175l-159 53q-19 7 -33 26t-14 40v50q0 21 14.5 35.5t35.5 14.5h124q11 87 56 166l-111 95 q-16 14 -12.5 23.5t24.5 9.5h203q116 101 250 101zM675 1000h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h250q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5t-17.5 7.5z' /%3E %3Cglyph unicode='&%23xe226;' d='M641 900l423 247q19 8 42 2.5t37 -21.5l32 -38q14 -15 12.5 -36t-17.5 -34l-139 -120h-390zM50 1100h106q67 0 103 -17t66 -71l102 -212h823q21 0 35.5 -14.5t14.5 -35.5v-50q0 -21 -14 -40t-33 -26l-737 -132q-23 -4 -40 6t-26 25q-42 67 -100 67h-300q-62 0 -106 44 t-44 106v200q0 62 44 106t106 44zM173 928h-80q-19 0 -28 -14t-9 -35v-56q0 -51 42 -51h134q16 0 21.5 8t5.5 24q0 11 -16 45t-27 51q-18 28 -43 28zM550 727q-32 0 -54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5zM130 389 l152 130q18 19 34 24t31 -3.5t24.5 -17.5t25.5 -28q28 -35 50.5 -51t48.5 -13l63 5l48 -179q13 -61 -3.5 -97.5t-67.5 -79.5l-80 -69q-47 -40 -109 -35.5t-103 51.5l-130 151q-40 47 -35.5 109.5t51.5 102.5zM380 377l-102 -88q-31 -27 2 -65l37 -43q13 -15 27.5 -19.5 t31.5 6.5l61 53q19 16 14 49q-2 20 -12 56t-17 45q-11 12 -19 14t-23 -8z' /%3E %3Cglyph unicode='&%23xe227;' d='M625 1200h150q10 0 17.5 -7.5t7.5 -17.5v-109q79 -33 131 -87.5t53 -128.5q1 -46 -15 -84.5t-39 -61t-46 -38t-39 -21.5l-17 -6q6 0 15 -1.5t35 -9t50 -17.5t53 -30t50 -45t35.5 -64t14.5 -84q0 -59 -11.5 -105.5t-28.5 -76.5t-44 -51t-49.5 -31.5t-54.5 -16t-49.5 -6.5 t-43.5 -1v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-100v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-175q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v600h-75q-10 0 -17.5 7.5t-7.5 17.5v150 q0 10 7.5 17.5t17.5 7.5h175v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h100v75q0 10 7.5 17.5t17.5 7.5zM400 900v-200h263q28 0 48.5 10.5t30 25t15 29t5.5 25.5l1 10q0 4 -0.5 11t-6 24t-15 30t-30 24t-48.5 11h-263zM400 500v-200h363q28 0 48.5 10.5 t30 25t15 29t5.5 25.5l1 10q0 4 -0.5 11t-6 24t-15 30t-30 24t-48.5 11h-363z' /%3E %3Cglyph unicode='&%23xe230;' d='M212 1198h780q86 0 147 -61t61 -147v-416q0 -51 -18 -142.5t-36 -157.5l-18 -66q-29 -87 -93.5 -146.5t-146.5 -59.5h-572q-82 0 -147 59t-93 147q-8 28 -20 73t-32 143.5t-20 149.5v416q0 86 61 147t147 61zM600 1045q-70 0 -132.5 -11.5t-105.5 -30.5t-78.5 -41.5 t-57 -45t-36 -41t-20.5 -30.5l-6 -12l156 -243h560l156 243q-2 5 -6 12.5t-20 29.5t-36.5 42t-57 44.5t-79 42t-105 29.5t-132.5 12zM762 703h-157l195 261z' /%3E %3Cglyph unicode='&%23xe231;' d='M475 1300h150q103 0 189 -86t86 -189v-500q0 -41 -42 -83t-83 -42h-450q-41 0 -83 42t-42 83v500q0 103 86 189t189 86zM700 300v-225q0 -21 -27 -48t-48 -27h-150q-21 0 -48 27t-27 48v225h300z' /%3E %3Cglyph unicode='&%23xe232;' d='M475 1300h96q0 -150 89.5 -239.5t239.5 -89.5v-446q0 -41 -42 -83t-83 -42h-450q-41 0 -83 42t-42 83v500q0 103 86 189t189 86zM700 300v-225q0 -21 -27 -48t-48 -27h-150q-21 0 -48 27t-27 48v225h300z' /%3E %3Cglyph unicode='&%23xe233;' d='M1294 767l-638 -283l-378 170l-78 -60v-224l100 -150v-199l-150 148l-150 -149v200l100 150v250q0 4 -0.5 10.5t0 9.5t1 8t3 8t6.5 6l47 40l-147 65l642 283zM1000 380l-350 -166l-350 166v147l350 -165l350 165v-147z' /%3E %3Cglyph unicode='&%23xe234;' d='M250 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM650 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM1050 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44z' /%3E %3Cglyph unicode='&%23xe235;' d='M550 1100q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM550 700q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM550 300q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44z' /%3E %3Cglyph unicode='&%23xe236;' d='M125 1100h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM125 700h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5 t17.5 7.5zM125 300h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z' /%3E %3Cglyph unicode='&%23xe237;' d='M350 1200h500q162 0 256 -93.5t94 -256.5v-500q0 -165 -93.5 -257.5t-256.5 -92.5h-500q-165 0 -257.5 92.5t-92.5 257.5v500q0 165 92.5 257.5t257.5 92.5zM900 1000h-600q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h600q41 0 70.5 29.5 t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5zM350 900h500q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -14.5 -35.5t-35.5 -14.5h-500q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 14.5 35.5t35.5 14.5zM400 800v-200h400v200h-400z' /%3E %3Cglyph unicode='&%23xe238;' d='M150 1100h1000q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe239;' d='M650 1187q87 -67 118.5 -156t0 -178t-118.5 -155q-87 66 -118.5 155t0 178t118.5 156zM300 800q124 0 212 -88t88 -212q-124 0 -212 88t-88 212zM1000 800q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM300 500q124 0 212 -88t88 -212q-124 0 -212 88t-88 212z M1000 500q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM700 199v-144q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v142q40 -4 43 -4q17 0 57 6z' /%3E %3Cglyph unicode='&%23xe240;' d='M745 878l69 19q25 6 45 -12l298 -295q11 -11 15 -26.5t-2 -30.5q-5 -14 -18 -23.5t-28 -9.5h-8q1 0 1 -13q0 -29 -2 -56t-8.5 -62t-20 -63t-33 -53t-51 -39t-72.5 -14h-146q-184 0 -184 288q0 24 10 47q-20 4 -62 4t-63 -4q11 -24 11 -47q0 -288 -184 -288h-142 q-48 0 -84.5 21t-56 51t-32 71.5t-16 75t-3.5 68.5q0 13 2 13h-7q-15 0 -27.5 9.5t-18.5 23.5q-6 15 -2 30.5t15 25.5l298 296q20 18 46 11l76 -19q20 -5 30.5 -22.5t5.5 -37.5t-22.5 -31t-37.5 -5l-51 12l-182 -193h891l-182 193l-44 -12q-20 -5 -37.5 6t-22.5 31t6 37.5 t31 22.5z' /%3E %3Cglyph unicode='&%23xe241;' d='M1200 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM500 450h-25q0 15 -4 24.5t-9 14.5t-17 7.5t-20 3t-25 0.5h-100v-425q0 -11 12.5 -17.5t25.5 -7.5h12v-50h-200v50q50 0 50 25v425h-100q-17 0 -25 -0.5t-20 -3t-17 -7.5t-9 -14.5t-4 -24.5h-25v150h500v-150z' /%3E %3Cglyph unicode='&%23xe242;' d='M1000 300v50q-25 0 -55 32q-14 14 -25 31t-16 27l-4 11l-289 747h-69l-300 -754q-18 -35 -39 -56q-9 -9 -24.5 -18.5t-26.5 -14.5l-11 -5v-50h273v50q-49 0 -78.5 21.5t-11.5 67.5l69 176h293l61 -166q13 -34 -3.5 -66.5t-55.5 -32.5v-50h312zM412 691l134 342l121 -342 h-255zM1100 150v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5z' /%3E %3Cglyph unicode='&%23xe243;' d='M50 1200h1100q21 0 35.5 -14.5t14.5 -35.5v-1100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5zM611 1118h-70q-13 0 -18 -12l-299 -753q-17 -32 -35 -51q-18 -18 -56 -34q-12 -5 -12 -18v-50q0 -8 5.5 -14t14.5 -6 h273q8 0 14 6t6 14v50q0 8 -6 14t-14 6q-55 0 -71 23q-10 14 0 39l63 163h266l57 -153q11 -31 -6 -55q-12 -17 -36 -17q-8 0 -14 -6t-6 -14v-50q0 -8 6 -14t14 -6h313q8 0 14 6t6 14v50q0 7 -5.5 13t-13.5 7q-17 0 -42 25q-25 27 -40 63h-1l-288 748q-5 12 -19 12zM639 611 h-197l103 264z' /%3E %3Cglyph unicode='&%23xe244;' d='M1200 1100h-1200v100h1200v-100zM50 1000h400q21 0 35.5 -14.5t14.5 -35.5v-900q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v900q0 21 14.5 35.5t35.5 14.5zM650 1000h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM700 900v-300h300v300h-300z' /%3E %3Cglyph unicode='&%23xe245;' d='M50 1200h400q21 0 35.5 -14.5t14.5 -35.5v-900q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v900q0 21 14.5 35.5t35.5 14.5zM650 700h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400 q0 21 14.5 35.5t35.5 14.5zM700 600v-300h300v300h-300zM1200 0h-1200v100h1200v-100z' /%3E %3Cglyph unicode='&%23xe246;' d='M50 1000h400q21 0 35.5 -14.5t14.5 -35.5v-350h100v150q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-150h100v-100h-100v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v150h-100v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM700 700v-300h300v300h-300z' /%3E %3Cglyph unicode='&%23xe247;' d='M100 0h-100v1200h100v-1200zM250 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM300 1000v-300h300v300h-300zM250 500h900q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe248;' d='M600 1100h150q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-100h450q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h350v100h-150q-21 0 -35.5 14.5 t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h150v100h100v-100zM400 1000v-300h300v300h-300z' /%3E %3Cglyph unicode='&%23xe249;' d='M1200 0h-100v1200h100v-1200zM550 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM600 1000v-300h300v300h-300zM50 500h900q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z' /%3E %3Cglyph unicode='&%23xe250;' d='M865 565l-494 -494q-23 -23 -41 -23q-14 0 -22 13.5t-8 38.5v1000q0 25 8 38.5t22 13.5q18 0 41 -23l494 -494q14 -14 14 -35t-14 -35z' /%3E %3Cglyph unicode='&%23xe251;' d='M335 635l494 494q29 29 50 20.5t21 -49.5v-1000q0 -41 -21 -49.5t-50 20.5l-494 494q-14 14 -14 35t14 35z' /%3E %3Cglyph unicode='&%23xe252;' d='M100 900h1000q41 0 49.5 -21t-20.5 -50l-494 -494q-14 -14 -35 -14t-35 14l-494 494q-29 29 -20.5 50t49.5 21z' /%3E %3Cglyph unicode='&%23xe253;' d='M635 865l494 -494q29 -29 20.5 -50t-49.5 -21h-1000q-41 0 -49.5 21t20.5 50l494 494q14 14 35 14t35 -14z' /%3E %3Cglyph unicode='&%23xe254;' d='M700 741v-182l-692 -323v221l413 193l-413 193v221zM1200 0h-800v200h800v-200z' /%3E %3Cglyph unicode='&%23xe255;' d='M1200 900h-200v-100h200v-100h-300v300h200v100h-200v100h300v-300zM0 700h50q0 21 4 37t9.5 26.5t18 17.5t22 11t28.5 5.5t31 2t37 0.5h100v-550q0 -22 -25 -34.5t-50 -13.5l-25 -2v-100h400v100q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v550h100q25 0 37 -0.5t31 -2 t28.5 -5.5t22 -11t18 -17.5t9.5 -26.5t4 -37h50v300h-800v-300z' /%3E %3Cglyph unicode='&%23xe256;' d='M800 700h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-100v-550q0 -22 25 -34.5t50 -14.5l25 -1v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v550h-100q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h800v-300zM1100 200h-200v-100h200v-100h-300v300h200v100h-200v100h300v-300z' /%3E %3Cglyph unicode='&%23xe257;' d='M701 1098h160q16 0 21 -11t-7 -23l-464 -464l464 -464q12 -12 7 -23t-21 -11h-160q-13 0 -23 9l-471 471q-7 8 -7 18t7 18l471 471q10 9 23 9z' /%3E %3Cglyph unicode='&%23xe258;' d='M339 1098h160q13 0 23 -9l471 -471q7 -8 7 -18t-7 -18l-471 -471q-10 -9 -23 -9h-160q-16 0 -21 11t7 23l464 464l-464 464q-12 12 -7 23t21 11z' /%3E %3Cglyph unicode='&%23xe259;' d='M1087 882q11 -5 11 -21v-160q0 -13 -9 -23l-471 -471q-8 -7 -18 -7t-18 7l-471 471q-9 10 -9 23v160q0 16 11 21t23 -7l464 -464l464 464q12 12 23 7z' /%3E %3Cglyph unicode='&%23xe260;' d='M618 993l471 -471q9 -10 9 -23v-160q0 -16 -11 -21t-23 7l-464 464l-464 -464q-12 -12 -23 -7t-11 21v160q0 13 9 23l471 471q8 7 18 7t18 -7z' /%3E %3Cglyph unicode='&%23xf8ff;' d='M1000 1200q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM450 1000h100q21 0 40 -14t26 -33l79 -194q5 1 16 3q34 6 54 9.5t60 7t65.5 1t61 -10t56.5 -23t42.5 -42t29 -64t5 -92t-19.5 -121.5q-1 -7 -3 -19.5t-11 -50t-20.5 -73t-32.5 -81.5t-46.5 -83t-64 -70 t-82.5 -50q-13 -5 -42 -5t-65.5 2.5t-47.5 2.5q-14 0 -49.5 -3.5t-63 -3.5t-43.5 7q-57 25 -104.5 78.5t-75 111.5t-46.5 112t-26 90l-7 35q-15 63 -18 115t4.5 88.5t26 64t39.5 43.5t52 25.5t58.5 13t62.5 2t59.5 -4.5t55.5 -8l-147 192q-12 18 -5.5 30t27.5 12z' /%3E %3Cglyph unicode='&%23x1f511;' d='M250 1200h600q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-500l-255 -178q-19 -9 -32 -1t-13 29v650h-150q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM400 1100v-100h300v100h-300z' /%3E %3Cglyph unicode='&%23x1f6aa;' d='M250 1200h750q39 0 69.5 -40.5t30.5 -84.5v-933l-700 -117v950l600 125h-700v-1000h-100v1025q0 23 15.5 49t34.5 26zM500 525v-100l100 20v100z' /%3E %3C/font%3E %3C/defs%3E%3C/svg%3E#glyphicons_halflingsregular") format('svg');
}
.cpl-scope .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cpl-scope .glyphicon-asterisk:before {
  content: "\002a";
}
.cpl-scope .glyphicon-plus:before {
  content: "\002b";
}
.cpl-scope .glyphicon-euro:before,
.cpl-scope .glyphicon-eur:before {
  content: "\20ac";
}
.cpl-scope .glyphicon-minus:before {
  content: "\2212";
}
.cpl-scope .glyphicon-cloud:before {
  content: "\2601";
}
.cpl-scope .glyphicon-envelope:before {
  content: "\2709";
}
.cpl-scope .glyphicon-pencil:before {
  content: "\270f";
}
.cpl-scope .glyphicon-glass:before {
  content: "\e001";
}
.cpl-scope .glyphicon-music:before {
  content: "\e002";
}
.cpl-scope .glyphicon-search:before {
  content: "\e003";
}
.cpl-scope .glyphicon-heart:before {
  content: "\e005";
}
.cpl-scope .glyphicon-star:before {
  content: "\e006";
}
.cpl-scope .glyphicon-star-empty:before {
  content: "\e007";
}
.cpl-scope .glyphicon-user:before {
  content: "\e008";
}
.cpl-scope .glyphicon-film:before {
  content: "\e009";
}
.cpl-scope .glyphicon-th-large:before {
  content: "\e010";
}
.cpl-scope .glyphicon-th:before {
  content: "\e011";
}
.cpl-scope .glyphicon-th-list:before {
  content: "\e012";
}
.cpl-scope .glyphicon-ok:before {
  content: "\e013";
}
.cpl-scope .glyphicon-remove:before {
  content: "\e014";
}
.cpl-scope .glyphicon-zoom-in:before {
  content: "\e015";
}
.cpl-scope .glyphicon-zoom-out:before {
  content: "\e016";
}
.cpl-scope .glyphicon-off:before {
  content: "\e017";
}
.cpl-scope .glyphicon-signal:before {
  content: "\e018";
}
.cpl-scope .glyphicon-cog:before {
  content: "\e019";
}
.cpl-scope .glyphicon-trash:before {
  content: "\e020";
}
.cpl-scope .glyphicon-home:before {
  content: "\e021";
}
.cpl-scope .glyphicon-file:before {
  content: "\e022";
}
.cpl-scope .glyphicon-time:before {
  content: "\e023";
}
.cpl-scope .glyphicon-road:before {
  content: "\e024";
}
.cpl-scope .glyphicon-download-alt:before {
  content: "\e025";
}
.cpl-scope .glyphicon-download:before {
  content: "\e026";
}
.cpl-scope .glyphicon-upload:before {
  content: "\e027";
}
.cpl-scope .glyphicon-inbox:before {
  content: "\e028";
}
.cpl-scope .glyphicon-play-circle:before {
  content: "\e029";
}
.cpl-scope .glyphicon-repeat:before {
  content: "\e030";
}
.cpl-scope .glyphicon-refresh:before {
  content: "\e031";
}
.cpl-scope .glyphicon-list-alt:before {
  content: "\e032";
}
.cpl-scope .glyphicon-lock:before {
  content: "\e033";
}
.cpl-scope .glyphicon-flag:before {
  content: "\e034";
}
.cpl-scope .glyphicon-headphones:before {
  content: "\e035";
}
.cpl-scope .glyphicon-volume-off:before {
  content: "\e036";
}
.cpl-scope .glyphicon-volume-down:before {
  content: "\e037";
}
.cpl-scope .glyphicon-volume-up:before {
  content: "\e038";
}
.cpl-scope .glyphicon-qrcode:before {
  content: "\e039";
}
.cpl-scope .glyphicon-barcode:before {
  content: "\e040";
}
.cpl-scope .glyphicon-tag:before {
  content: "\e041";
}
.cpl-scope .glyphicon-tags:before {
  content: "\e042";
}
.cpl-scope .glyphicon-book:before {
  content: "\e043";
}
.cpl-scope .glyphicon-bookmark:before {
  content: "\e044";
}
.cpl-scope .glyphicon-print:before {
  content: "\e045";
}
.cpl-scope .glyphicon-camera:before {
  content: "\e046";
}
.cpl-scope .glyphicon-font:before {
  content: "\e047";
}
.cpl-scope .glyphicon-bold:before {
  content: "\e048";
}
.cpl-scope .glyphicon-italic:before {
  content: "\e049";
}
.cpl-scope .glyphicon-text-height:before {
  content: "\e050";
}
.cpl-scope .glyphicon-text-width:before {
  content: "\e051";
}
.cpl-scope .glyphicon-align-left:before {
  content: "\e052";
}
.cpl-scope .glyphicon-align-center:before {
  content: "\e053";
}
.cpl-scope .glyphicon-align-right:before {
  content: "\e054";
}
.cpl-scope .glyphicon-align-justify:before {
  content: "\e055";
}
.cpl-scope .glyphicon-list:before {
  content: "\e056";
}
.cpl-scope .glyphicon-indent-left:before {
  content: "\e057";
}
.cpl-scope .glyphicon-indent-right:before {
  content: "\e058";
}
.cpl-scope .glyphicon-facetime-video:before {
  content: "\e059";
}
.cpl-scope .glyphicon-picture:before {
  content: "\e060";
}
.cpl-scope .glyphicon-map-marker:before {
  content: "\e062";
}
.cpl-scope .glyphicon-adjust:before {
  content: "\e063";
}
.cpl-scope .glyphicon-tint:before {
  content: "\e064";
}
.cpl-scope .glyphicon-edit:before {
  content: "\e065";
}
.cpl-scope .glyphicon-share:before {
  content: "\e066";
}
.cpl-scope .glyphicon-check:before {
  content: "\e067";
}
.cpl-scope .glyphicon-move:before {
  content: "\e068";
}
.cpl-scope .glyphicon-step-backward:before {
  content: "\e069";
}
.cpl-scope .glyphicon-fast-backward:before {
  content: "\e070";
}
.cpl-scope .glyphicon-backward:before {
  content: "\e071";
}
.cpl-scope .glyphicon-play:before {
  content: "\e072";
}
.cpl-scope .glyphicon-pause:before {
  content: "\e073";
}
.cpl-scope .glyphicon-stop:before {
  content: "\e074";
}
.cpl-scope .glyphicon-forward:before {
  content: "\e075";
}
.cpl-scope .glyphicon-fast-forward:before {
  content: "\e076";
}
.cpl-scope .glyphicon-step-forward:before {
  content: "\e077";
}
.cpl-scope .glyphicon-eject:before {
  content: "\e078";
}
.cpl-scope .glyphicon-chevron-left:before {
  content: "\e079";
}
.cpl-scope .glyphicon-chevron-right:before {
  content: "\e080";
}
.cpl-scope .glyphicon-plus-sign:before {
  content: "\e081";
}
.cpl-scope .glyphicon-minus-sign:before {
  content: "\e082";
}
.cpl-scope .glyphicon-remove-sign:before {
  content: "\e083";
}
.cpl-scope .glyphicon-ok-sign:before {
  content: "\e084";
}
.cpl-scope .glyphicon-question-sign:before {
  content: "\e085";
}
.cpl-scope .glyphicon-info-sign:before {
  content: "\e086";
}
.cpl-scope .glyphicon-screenshot:before {
  content: "\e087";
}
.cpl-scope .glyphicon-remove-circle:before {
  content: "\e088";
}
.cpl-scope .glyphicon-ok-circle:before {
  content: "\e089";
}
.cpl-scope .glyphicon-ban-circle:before {
  content: "\e090";
}
.cpl-scope .glyphicon-arrow-left:before {
  content: "\e091";
}
.cpl-scope .glyphicon-arrow-right:before {
  content: "\e092";
}
.cpl-scope .glyphicon-arrow-up:before {
  content: "\e093";
}
.cpl-scope .glyphicon-arrow-down:before {
  content: "\e094";
}
.cpl-scope .glyphicon-share-alt:before {
  content: "\e095";
}
.cpl-scope .glyphicon-resize-full:before {
  content: "\e096";
}
.cpl-scope .glyphicon-resize-small:before {
  content: "\e097";
}
.cpl-scope .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.cpl-scope .glyphicon-gift:before {
  content: "\e102";
}
.cpl-scope .glyphicon-leaf:before {
  content: "\e103";
}
.cpl-scope .glyphicon-fire:before {
  content: "\e104";
}
.cpl-scope .glyphicon-eye-open:before {
  content: "\e105";
}
.cpl-scope .glyphicon-eye-close:before {
  content: "\e106";
}
.cpl-scope .glyphicon-warning-sign:before {
  content: "\e107";
}
.cpl-scope .glyphicon-plane:before {
  content: "\e108";
}
.cpl-scope .glyphicon-calendar:before {
  content: "\e109";
}
.cpl-scope .glyphicon-random:before {
  content: "\e110";
}
.cpl-scope .glyphicon-comment:before {
  content: "\e111";
}
.cpl-scope .glyphicon-magnet:before {
  content: "\e112";
}
.cpl-scope .glyphicon-chevron-up:before {
  content: "\e113";
}
.cpl-scope .glyphicon-chevron-down:before {
  content: "\e114";
}
.cpl-scope .glyphicon-retweet:before {
  content: "\e115";
}
.cpl-scope .glyphicon-shopping-cart:before {
  content: "\e116";
}
.cpl-scope .glyphicon-folder-close:before {
  content: "\e117";
}
.cpl-scope .glyphicon-folder-open:before {
  content: "\e118";
}
.cpl-scope .glyphicon-resize-vertical:before {
  content: "\e119";
}
.cpl-scope .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.cpl-scope .glyphicon-hdd:before {
  content: "\e121";
}
.cpl-scope .glyphicon-bullhorn:before {
  content: "\e122";
}
.cpl-scope .glyphicon-bell:before {
  content: "\e123";
}
.cpl-scope .glyphicon-certificate:before {
  content: "\e124";
}
.cpl-scope .glyphicon-thumbs-up:before {
  content: "\e125";
}
.cpl-scope .glyphicon-thumbs-down:before {
  content: "\e126";
}
.cpl-scope .glyphicon-hand-right:before {
  content: "\e127";
}
.cpl-scope .glyphicon-hand-left:before {
  content: "\e128";
}
.cpl-scope .glyphicon-hand-up:before {
  content: "\e129";
}
.cpl-scope .glyphicon-hand-down:before {
  content: "\e130";
}
.cpl-scope .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.cpl-scope .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.cpl-scope .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.cpl-scope .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.cpl-scope .glyphicon-globe:before {
  content: "\e135";
}
.cpl-scope .glyphicon-wrench:before {
  content: "\e136";
}
.cpl-scope .glyphicon-tasks:before {
  content: "\e137";
}
.cpl-scope .glyphicon-filter:before {
  content: "\e138";
}
.cpl-scope .glyphicon-briefcase:before {
  content: "\e139";
}
.cpl-scope .glyphicon-fullscreen:before {
  content: "\e140";
}
.cpl-scope .glyphicon-dashboard:before {
  content: "\e141";
}
.cpl-scope .glyphicon-paperclip:before {
  content: "\e142";
}
.cpl-scope .glyphicon-heart-empty:before {
  content: "\e143";
}
.cpl-scope .glyphicon-link:before {
  content: "\e144";
}
.cpl-scope .glyphicon-phone:before {
  content: "\e145";
}
.cpl-scope .glyphicon-pushpin:before {
  content: "\e146";
}
.cpl-scope .glyphicon-usd:before {
  content: "\e148";
}
.cpl-scope .glyphicon-gbp:before {
  content: "\e149";
}
.cpl-scope .glyphicon-sort:before {
  content: "\e150";
}
.cpl-scope .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.cpl-scope .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.cpl-scope .glyphicon-sort-by-order:before {
  content: "\e153";
}
.cpl-scope .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.cpl-scope .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.cpl-scope .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.cpl-scope .glyphicon-unchecked:before {
  content: "\e157";
}
.cpl-scope .glyphicon-expand:before {
  content: "\e158";
}
.cpl-scope .glyphicon-collapse-down:before {
  content: "\e159";
}
.cpl-scope .glyphicon-collapse-up:before {
  content: "\e160";
}
.cpl-scope .glyphicon-log-in:before {
  content: "\e161";
}
.cpl-scope .glyphicon-flash:before {
  content: "\e162";
}
.cpl-scope .glyphicon-log-out:before {
  content: "\e163";
}
.cpl-scope .glyphicon-new-window:before {
  content: "\e164";
}
.cpl-scope .glyphicon-record:before {
  content: "\e165";
}
.cpl-scope .glyphicon-save:before {
  content: "\e166";
}
.cpl-scope .glyphicon-open:before {
  content: "\e167";
}
.cpl-scope .glyphicon-saved:before {
  content: "\e168";
}
.cpl-scope .glyphicon-import:before {
  content: "\e169";
}
.cpl-scope .glyphicon-export:before {
  content: "\e170";
}
.cpl-scope .glyphicon-send:before {
  content: "\e171";
}
.cpl-scope .glyphicon-floppy-disk:before {
  content: "\e172";
}
.cpl-scope .glyphicon-floppy-saved:before {
  content: "\e173";
}
.cpl-scope .glyphicon-floppy-remove:before {
  content: "\e174";
}
.cpl-scope .glyphicon-floppy-save:before {
  content: "\e175";
}
.cpl-scope .glyphicon-floppy-open:before {
  content: "\e176";
}
.cpl-scope .glyphicon-credit-card:before {
  content: "\e177";
}
.cpl-scope .glyphicon-transfer:before {
  content: "\e178";
}
.cpl-scope .glyphicon-cutlery:before {
  content: "\e179";
}
.cpl-scope .glyphicon-header:before {
  content: "\e180";
}
.cpl-scope .glyphicon-compressed:before {
  content: "\e181";
}
.cpl-scope .glyphicon-earphone:before {
  content: "\e182";
}
.cpl-scope .glyphicon-phone-alt:before {
  content: "\e183";
}
.cpl-scope .glyphicon-tower:before {
  content: "\e184";
}
.cpl-scope .glyphicon-stats:before {
  content: "\e185";
}
.cpl-scope .glyphicon-sd-video:before {
  content: "\e186";
}
.cpl-scope .glyphicon-hd-video:before {
  content: "\e187";
}
.cpl-scope .glyphicon-subtitles:before {
  content: "\e188";
}
.cpl-scope .glyphicon-sound-stereo:before {
  content: "\e189";
}
.cpl-scope .glyphicon-sound-dolby:before {
  content: "\e190";
}
.cpl-scope .glyphicon-sound-5-1:before {
  content: "\e191";
}
.cpl-scope .glyphicon-sound-6-1:before {
  content: "\e192";
}
.cpl-scope .glyphicon-sound-7-1:before {
  content: "\e193";
}
.cpl-scope .glyphicon-copyright-mark:before {
  content: "\e194";
}
.cpl-scope .glyphicon-registration-mark:before {
  content: "\e195";
}
.cpl-scope .glyphicon-cloud-download:before {
  content: "\e197";
}
.cpl-scope .glyphicon-cloud-upload:before {
  content: "\e198";
}
.cpl-scope .glyphicon-tree-conifer:before {
  content: "\e199";
}
.cpl-scope .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.cpl-scope .glyphicon-cd:before {
  content: "\e201";
}
.cpl-scope .glyphicon-save-file:before {
  content: "\e202";
}
.cpl-scope .glyphicon-open-file:before {
  content: "\e203";
}
.cpl-scope .glyphicon-level-up:before {
  content: "\e204";
}
.cpl-scope .glyphicon-copy:before {
  content: "\e205";
}
.cpl-scope .glyphicon-paste:before {
  content: "\e206";
}
.cpl-scope .glyphicon-alert:before {
  content: "\e209";
}
.cpl-scope .glyphicon-equalizer:before {
  content: "\e210";
}
.cpl-scope .glyphicon-king:before {
  content: "\e211";
}
.cpl-scope .glyphicon-queen:before {
  content: "\e212";
}
.cpl-scope .glyphicon-pawn:before {
  content: "\e213";
}
.cpl-scope .glyphicon-bishop:before {
  content: "\e214";
}
.cpl-scope .glyphicon-knight:before {
  content: "\e215";
}
.cpl-scope .glyphicon-baby-formula:before {
  content: "\e216";
}
.cpl-scope .glyphicon-tent:before {
  content: "\26fa";
}
.cpl-scope .glyphicon-blackboard:before {
  content: "\e218";
}
.cpl-scope .glyphicon-bed:before {
  content: "\e219";
}
.cpl-scope .glyphicon-apple:before {
  content: "\f8ff";
}
.cpl-scope .glyphicon-erase:before {
  content: "\e221";
}
.cpl-scope .glyphicon-hourglass:before {
  content: "\231b";
}
.cpl-scope .glyphicon-lamp:before {
  content: "\e223";
}
.cpl-scope .glyphicon-duplicate:before {
  content: "\e224";
}
.cpl-scope .glyphicon-piggy-bank:before {
  content: "\e225";
}
.cpl-scope .glyphicon-scissors:before {
  content: "\e226";
}
.cpl-scope .glyphicon-bitcoin:before {
  content: "\e227";
}
.cpl-scope .glyphicon-btc:before {
  content: "\e227";
}
.cpl-scope .glyphicon-xbt:before {
  content: "\e227";
}
.cpl-scope .glyphicon-yen:before {
  content: "\00a5";
}
.cpl-scope .glyphicon-jpy:before {
  content: "\00a5";
}
.cpl-scope .glyphicon-ruble:before {
  content: "\20bd";
}
.cpl-scope .glyphicon-rub:before {
  content: "\20bd";
}
.cpl-scope .glyphicon-scale:before {
  content: "\e230";
}
.cpl-scope .glyphicon-ice-lolly:before {
  content: "\e231";
}
.cpl-scope .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.cpl-scope .glyphicon-education:before {
  content: "\e233";
}
.cpl-scope .glyphicon-option-horizontal:before {
  content: "\e234";
}
.cpl-scope .glyphicon-option-vertical:before {
  content: "\e235";
}
.cpl-scope .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.cpl-scope .glyphicon-modal-window:before {
  content: "\e237";
}
.cpl-scope .glyphicon-oil:before {
  content: "\e238";
}
.cpl-scope .glyphicon-grain:before {
  content: "\e239";
}
.cpl-scope .glyphicon-sunglasses:before {
  content: "\e240";
}
.cpl-scope .glyphicon-text-size:before {
  content: "\e241";
}
.cpl-scope .glyphicon-text-color:before {
  content: "\e242";
}
.cpl-scope .glyphicon-text-background:before {
  content: "\e243";
}
.cpl-scope .glyphicon-object-align-top:before {
  content: "\e244";
}
.cpl-scope .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.cpl-scope .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.cpl-scope .glyphicon-object-align-left:before {
  content: "\e247";
}
.cpl-scope .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.cpl-scope .glyphicon-object-align-right:before {
  content: "\e249";
}
.cpl-scope .glyphicon-triangle-right:before {
  content: "\e250";
}
.cpl-scope .glyphicon-triangle-left:before {
  content: "\e251";
}
.cpl-scope .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.cpl-scope .glyphicon-triangle-top:before {
  content: "\e253";
}
.cpl-scope .glyphicon-console:before {
  content: "\e254";
}
.cpl-scope .glyphicon-superscript:before {
  content: "\e255";
}
.cpl-scope .glyphicon-subscript:before {
  content: "\e256";
}
.cpl-scope .glyphicon-menu-left:before {
  content: "\e257";
}
.cpl-scope .glyphicon-menu-right:before {
  content: "\e258";
}
.cpl-scope .glyphicon-menu-down:before {
  content: "\e259";
}
.cpl-scope .glyphicon-menu-up:before {
  content: "\e260";
}
.cpl-scope * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cpl-scope *:before,
.cpl-scope *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cpl-scope html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.cpl-scope body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #32363B;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cpl-scope input,
.cpl-scope button,
.cpl-scope select,
.cpl-scope textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.cpl-scope :focus {
  outline: none;
}
.cpl-scope a {
  color: #0271BB;
  text-decoration: none;
}
.cpl-scope a:not(.btn):not([role]):not(.list-group-item) {
  letter-spacing: .485px;
}
.cpl-scope a:hover,
.cpl-scope a.hover,
.cpl-scope a:focus,
.cpl-scope a.focus {
  color: #0271BB;
  text-decoration: underline;
}
.cpl-scope .ihs-menu a:not(.btn):not([role]):not(.list-group-item),
.cpl-scope .nav a:not(.btn):not([role]):not(.list-group-item),
.cpl-scope .navbar-nav a:not(.btn):not([role]):not(.list-group-item) {
  letter-spacing: 0;
}
.cpl-scope figure {
  margin: 0;
}
.cpl-scope img {
  vertical-align: middle;
}
.cpl-scope .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.cpl-scope .img-rounded {
  border-radius: 3px;
}
.cpl-scope .img-thumbnail {
  padding: 4px;
  line-height: 16px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out 1s linear;
  -moz-transition: all 0.2s ease-in-out 1s linear;
  -o-transition: all 0.2s ease-in-out 1s linear;
  -ms-transition: all 0.2s ease-in-out 1s linear;
  transition: all 0.2s ease-in-out 1s linear;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.cpl-scope .img-circle {
  border-radius: 50%;
}
.cpl-scope svg {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cpl-scope hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #EAEEF3;
}
.cpl-scope .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.cpl-scope .sr-only-focusable:active,
.cpl-scope .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.cpl-scope [role="button"] {
  cursor: pointer;
}
.cpl-scope h1,
.cpl-scope h2,
.cpl-scope h3,
.cpl-scope h4,
.cpl-scope h5,
.cpl-scope h6,
.cpl-scope .h1,
.cpl-scope .h2,
.cpl-scope .h3,
.cpl-scope .h4,
.cpl-scope .h5,
.cpl-scope .h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}
.cpl-scope h1 small,
.cpl-scope h2 small,
.cpl-scope h3 small,
.cpl-scope h4 small,
.cpl-scope h5 small,
.cpl-scope h6 small,
.cpl-scope .h1 small,
.cpl-scope .h2 small,
.cpl-scope .h3 small,
.cpl-scope .h4 small,
.cpl-scope .h5 small,
.cpl-scope .h6 small,
.cpl-scope h1 .small,
.cpl-scope h2 .small,
.cpl-scope h3 .small,
.cpl-scope h4 .small,
.cpl-scope h5 .small,
.cpl-scope h6 .small,
.cpl-scope .h1 .small,
.cpl-scope .h2 .small,
.cpl-scope .h3 .small,
.cpl-scope .h4 .small,
.cpl-scope .h5 .small,
.cpl-scope .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #84888D;
}
.cpl-scope h1,
.cpl-scope .h1,
.cpl-scope h2,
.cpl-scope .h2,
.cpl-scope h3,
.cpl-scope .h3 {
  margin-top: 16px;
  margin-bottom: 8px;
}
.cpl-scope h1 small,
.cpl-scope .h1 small,
.cpl-scope h2 small,
.cpl-scope .h2 small,
.cpl-scope h3 small,
.cpl-scope .h3 small,
.cpl-scope h1 .small,
.cpl-scope .h1 .small,
.cpl-scope h2 .small,
.cpl-scope .h2 .small,
.cpl-scope h3 .small,
.cpl-scope .h3 .small {
  font-size: 65%;
}
.cpl-scope h4,
.cpl-scope .h4,
.cpl-scope h5,
.cpl-scope .h5,
.cpl-scope h6,
.cpl-scope .h6 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.cpl-scope h4 small,
.cpl-scope .h4 small,
.cpl-scope h5 small,
.cpl-scope .h5 small,
.cpl-scope h6 small,
.cpl-scope .h6 small,
.cpl-scope h4 .small,
.cpl-scope .h4 .small,
.cpl-scope h5 .small,
.cpl-scope .h5 .small,
.cpl-scope h6 .small,
.cpl-scope .h6 .small {
  font-size: 75%;
}
.cpl-scope h1,
.cpl-scope .h1 {
  font-size: 17px;
}
.cpl-scope h2,
.cpl-scope .h2 {
  font-size: 14px;
}
.cpl-scope h3,
.cpl-scope .h3 {
  font-size: 13px;
}
.cpl-scope h4,
.cpl-scope .h4 {
  font-size: 12px;
}
.cpl-scope h5,
.cpl-scope .h5 {
  font-size: 11px;
}
.cpl-scope h6,
.cpl-scope .h6 {
  font-size: 11px;
}
.cpl-scope p {
  margin: 0 0 8px;
}
.cpl-scope .lead {
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .cpl-scope .lead {
    font-size: 18px;
  }
}
.cpl-scope small,
.cpl-scope .small {
  font-size: 83%;
}
.cpl-scope mark,
.cpl-scope .mark {
  background-color: rgba(248, 255, 0, 0.8);
  outline: 1px solid #ECF300;
  padding: .2em;
}
.cpl-scope .text-left {
  text-align: left;
}
.cpl-scope .text-right {
  text-align: right;
}
.cpl-scope .text-center {
  text-align: center;
}
.cpl-scope .text-justify {
  text-align: justify;
}
.cpl-scope .text-nowrap {
  white-space: nowrap;
}
.cpl-scope .text-lowercase {
  text-transform: lowercase;
}
.cpl-scope .text-uppercase {
  text-transform: uppercase;
}
.cpl-scope .text-capitalize {
  text-transform: capitalize;
}
.cpl-scope .text-muted {
  color: #C1C5CA;
}
.cpl-scope .text-primary {
  color: #009596;
}
.cpl-scope .text-primary a:hover,
.cpl-scope .text-primary a:focus {
  color: #006263;
}
.cpl-scope a.text-primary:hover,
.cpl-scope a.text-primary:focus {
  color: #006263;
}
.cpl-scope .text-success {
  color: #6EA720;
}
.cpl-scope .text-success a:hover,
.cpl-scope .text-success a:focus {
  color: #527c18;
}
.cpl-scope a.text-success:hover,
.cpl-scope a.text-success:focus {
  color: #527c18;
}
.cpl-scope .text-info {
  color: #32363B;
}
.cpl-scope .text-info a:hover,
.cpl-scope .text-info a:focus {
  color: #1b1d1f;
}
.cpl-scope a.text-info:hover,
.cpl-scope a.text-info:focus {
  color: #1b1d1f;
}
.cpl-scope .text-warning {
  color: #F7941D;
}
.cpl-scope .text-warning a:hover,
.cpl-scope .text-warning a:focus {
  color: #d97a08;
}
.cpl-scope a.text-warning:hover,
.cpl-scope a.text-warning:focus {
  color: #d97a08;
}
.cpl-scope .text-danger {
  color: #CF1034;
}
.cpl-scope .text-danger a:hover,
.cpl-scope .text-danger a:focus {
  color: #a00c28;
}
.cpl-scope a.text-danger:hover,
.cpl-scope a.text-danger:focus {
  color: #a00c28;
}
.cpl-scope .bg-primary {
  color: #fff;
  background-color: #009596;
}
.cpl-scope a.bg-primary:hover,
.cpl-scope a.bg-primary:focus {
  background-color: #006263;
}
.cpl-scope .bg-success {
  background-color: #d9f3b6;
}
.cpl-scope a.bg-success:hover,
.cpl-scope a.bg-success:focus {
  background-color: #c3ec8a;
}
.cpl-scope .bg-info {
  background-color: #b8f1ff;
}
.cpl-scope a.bg-info:hover,
.cpl-scope a.bg-info:focus {
  background-color: #85e8ff;
}
.cpl-scope .bg-warning {
  background-color: #ffdba2;
}
.cpl-scope a.bg-warning:hover,
.cpl-scope a.bg-warning:focus {
  background-color: #ffc76f;
}
.cpl-scope .bg-danger {
  background-color: #fbcdd6;
}
.cpl-scope a.bg-danger:hover,
.cpl-scope a.bg-danger:focus {
  background-color: #f79eaf;
}
.cpl-scope .page-header {
  padding-bottom: 7px;
  margin: 32px 0 16px;
  border-bottom: 1px solid #EAEEF3;
}
.cpl-scope ul,
.cpl-scope ol {
  margin-top: 0;
  margin-bottom: 8px;
}
.cpl-scope ul ul,
.cpl-scope ol ul,
.cpl-scope ul ol,
.cpl-scope ol ol {
  margin-bottom: 0;
}
.cpl-scope .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.cpl-scope .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.cpl-scope .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.cpl-scope dl {
  margin-top: 0;
  margin-bottom: 16px;
}
.cpl-scope dt,
.cpl-scope dd {
  line-height: 16px;
}
.cpl-scope dt {
  font-weight: bold;
}
.cpl-scope dd {
  margin-left: 1rem;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .cpl-scope .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cpl-scope .dl-horizontal dd {
    margin-left: 180px;
  }
}
.cpl-scope abbr[title],
.cpl-scope abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #C1C5CA;
}
.cpl-scope .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.cpl-scope blockquote {
  padding: 8px 16px;
  margin: 0 0 16px;
  font-size: 15px;
  border-left: 5px solid #EAEEF3;
}
.cpl-scope blockquote p:last-child,
.cpl-scope blockquote ul:last-child,
.cpl-scope blockquote ol:last-child {
  margin-bottom: 0;
}
.cpl-scope blockquote footer,
.cpl-scope blockquote small,
.cpl-scope blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 16px;
  color: #84888D;
}
.cpl-scope blockquote footer:before,
.cpl-scope blockquote small:before,
.cpl-scope blockquote .small:before {
  content: '\2014 \00A0';
}
.cpl-scope .blockquote-reverse,
.cpl-scope blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #EAEEF3;
  border-left: 0;
  text-align: right;
}
.cpl-scope .blockquote-reverse footer:before,
.cpl-scope blockquote.pull-right footer:before,
.cpl-scope .blockquote-reverse small:before,
.cpl-scope blockquote.pull-right small:before,
.cpl-scope .blockquote-reverse .small:before,
.cpl-scope blockquote.pull-right .small:before {
  content: '';
}
.cpl-scope .blockquote-reverse footer:after,
.cpl-scope blockquote.pull-right footer:after,
.cpl-scope .blockquote-reverse small:after,
.cpl-scope blockquote.pull-right small:after,
.cpl-scope .blockquote-reverse .small:after,
.cpl-scope blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.cpl-scope address,
.cpl-scope .vcard.adr,
.cpl-scope .vcard.tel {
  margin-bottom: 16px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-style: normal;
  font-size: .875rem;
  line-height: calc(18px);
  letter-spacing: .75px;
}
.cpl-scope code,
.cpl-scope kbd,
.cpl-scope pre,
.cpl-scope samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.cpl-scope code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
.cpl-scope kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 1px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.cpl-scope kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.cpl-scope pre {
  display: block;
  padding: 7.5px;
  margin: 0 0 8px;
  font-size: 11px;
  line-height: 16px;
  word-break: break-all;
  word-wrap: break-word;
  color: #53575C;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.cpl-scope pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.cpl-scope .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.cpl-scope table {
  background-color: #ffffff;
}
.cpl-scope caption {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #C1C5CA;
  text-align: left;
}
.cpl-scope th {
  text-align: left;
}
.cpl-scope .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
.cpl-scope .table > thead > tr > th,
.cpl-scope .table > tbody > tr > th,
.cpl-scope .table > tfoot > tr > th,
.cpl-scope .table > thead > tr > td,
.cpl-scope .table > tbody > tr > td,
.cpl-scope .table > tfoot > tr > td {
  padding: 6px;
  line-height: 16px;
  vertical-align: top;
  border-top: 1px solid #f1f1f2;
}
.cpl-scope .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #f1f1f2;
}
.cpl-scope .table > caption + thead > tr:first-child > th,
.cpl-scope .table > colgroup + thead > tr:first-child > th,
.cpl-scope .table > thead:first-child > tr:first-child > th,
.cpl-scope .table > caption + thead > tr:first-child > td,
.cpl-scope .table > colgroup + thead > tr:first-child > td,
.cpl-scope .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.cpl-scope .table > tbody + tbody {
  border-top: 2px solid #f1f1f2;
}
.cpl-scope .table .table {
  background-color: #ffffff;
}
.cpl-scope .table-condensed > thead > tr > th,
.cpl-scope .table-condensed > tbody > tr > th,
.cpl-scope .table-condensed > tfoot > tr > th,
.cpl-scope .table-condensed > thead > tr > td,
.cpl-scope .table-condensed > tbody > tr > td,
.cpl-scope .table-condensed > tfoot > tr > td {
  padding: 4px;
}
.cpl-scope .table-bordered {
  border: 1px solid #f1f1f2;
}
.cpl-scope .table-bordered > thead > tr > th,
.cpl-scope .table-bordered > tbody > tr > th,
.cpl-scope .table-bordered > tfoot > tr > th,
.cpl-scope .table-bordered > thead > tr > td,
.cpl-scope .table-bordered > tbody > tr > td,
.cpl-scope .table-bordered > tfoot > tr > td {
  border: 1px solid #f1f1f2;
}
.cpl-scope .table-bordered > thead > tr > th,
.cpl-scope .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.cpl-scope .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f1f1f2;
}
.cpl-scope .table-hover > tbody > tr:hover {
  background-color: #EAEEF3;
}
.cpl-scope table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.cpl-scope table td[class*="col-"],
.cpl-scope table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.cpl-scope .table > thead > tr > td.active,
.cpl-scope .table > tbody > tr > td.active,
.cpl-scope .table > tfoot > tr > td.active,
.cpl-scope .table > thead > tr > th.active,
.cpl-scope .table > tbody > tr > th.active,
.cpl-scope .table > tfoot > tr > th.active,
.cpl-scope .table > thead > tr.active > td,
.cpl-scope .table > tbody > tr.active > td,
.cpl-scope .table > tfoot > tr.active > td,
.cpl-scope .table > thead > tr.active > th,
.cpl-scope .table > tbody > tr.active > th,
.cpl-scope .table > tfoot > tr.active > th {
  background-color: #EAEEF3;
}
.cpl-scope .table-hover > tbody > tr > td.active:hover,
.cpl-scope .table-hover > tbody > tr > th.active:hover,
.cpl-scope .table-hover > tbody > tr.active:hover > td,
.cpl-scope .table-hover > tbody > tr:hover > .active,
.cpl-scope .table-hover > tbody > tr.active:hover > th {
  background-color: #dae1ea;
}
.cpl-scope .table > thead > tr > td.success,
.cpl-scope .table > tbody > tr > td.success,
.cpl-scope .table > tfoot > tr > td.success,
.cpl-scope .table > thead > tr > th.success,
.cpl-scope .table > tbody > tr > th.success,
.cpl-scope .table > tfoot > tr > th.success,
.cpl-scope .table > thead > tr.success > td,
.cpl-scope .table > tbody > tr.success > td,
.cpl-scope .table > tfoot > tr.success > td,
.cpl-scope .table > thead > tr.success > th,
.cpl-scope .table > tbody > tr.success > th,
.cpl-scope .table > tfoot > tr.success > th {
  background-color: #d9f3b6;
}
.cpl-scope .table-hover > tbody > tr > td.success:hover,
.cpl-scope .table-hover > tbody > tr > th.success:hover,
.cpl-scope .table-hover > tbody > tr.success:hover > td,
.cpl-scope .table-hover > tbody > tr:hover > .success,
.cpl-scope .table-hover > tbody > tr.success:hover > th {
  background-color: #cef0a0;
}
.cpl-scope .table > thead > tr > td.info,
.cpl-scope .table > tbody > tr > td.info,
.cpl-scope .table > tfoot > tr > td.info,
.cpl-scope .table > thead > tr > th.info,
.cpl-scope .table > tbody > tr > th.info,
.cpl-scope .table > tfoot > tr > th.info,
.cpl-scope .table > thead > tr.info > td,
.cpl-scope .table > tbody > tr.info > td,
.cpl-scope .table > tfoot > tr.info > td,
.cpl-scope .table > thead > tr.info > th,
.cpl-scope .table > tbody > tr.info > th,
.cpl-scope .table > tfoot > tr.info > th {
  background-color: #b8f1ff;
}
.cpl-scope .table-hover > tbody > tr > td.info:hover,
.cpl-scope .table-hover > tbody > tr > th.info:hover,
.cpl-scope .table-hover > tbody > tr.info:hover > td,
.cpl-scope .table-hover > tbody > tr:hover > .info,
.cpl-scope .table-hover > tbody > tr.info:hover > th {
  background-color: #9fecff;
}
.cpl-scope .table > thead > tr > td.warning,
.cpl-scope .table > tbody > tr > td.warning,
.cpl-scope .table > tfoot > tr > td.warning,
.cpl-scope .table > thead > tr > th.warning,
.cpl-scope .table > tbody > tr > th.warning,
.cpl-scope .table > tfoot > tr > th.warning,
.cpl-scope .table > thead > tr.warning > td,
.cpl-scope .table > tbody > tr.warning > td,
.cpl-scope .table > tfoot > tr.warning > td,
.cpl-scope .table > thead > tr.warning > th,
.cpl-scope .table > tbody > tr.warning > th,
.cpl-scope .table > tfoot > tr.warning > th {
  background-color: #ffdba2;
}
.cpl-scope .table-hover > tbody > tr > td.warning:hover,
.cpl-scope .table-hover > tbody > tr > th.warning:hover,
.cpl-scope .table-hover > tbody > tr.warning:hover > td,
.cpl-scope .table-hover > tbody > tr:hover > .warning,
.cpl-scope .table-hover > tbody > tr.warning:hover > th {
  background-color: #ffd188;
}
.cpl-scope .table > thead > tr > td.danger,
.cpl-scope .table > tbody > tr > td.danger,
.cpl-scope .table > tfoot > tr > td.danger,
.cpl-scope .table > thead > tr > th.danger,
.cpl-scope .table > tbody > tr > th.danger,
.cpl-scope .table > tfoot > tr > th.danger,
.cpl-scope .table > thead > tr.danger > td,
.cpl-scope .table > tbody > tr.danger > td,
.cpl-scope .table > tfoot > tr.danger > td,
.cpl-scope .table > thead > tr.danger > th,
.cpl-scope .table > tbody > tr.danger > th,
.cpl-scope .table > tfoot > tr.danger > th {
  background-color: #fbcdd6;
}
.cpl-scope .table-hover > tbody > tr > td.danger:hover,
.cpl-scope .table-hover > tbody > tr > th.danger:hover,
.cpl-scope .table-hover > tbody > tr.danger:hover > td,
.cpl-scope .table-hover > tbody > tr:hover > .danger,
.cpl-scope .table-hover > tbody > tr.danger:hover > th {
  background-color: #f9b5c2;
}
.cpl-scope .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .cpl-scope .table-responsive {
    width: 100%;
    margin-bottom: 12px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #f1f1f2;
  }
  .cpl-scope .table-responsive > .table {
    margin-bottom: 0;
  }
  .cpl-scope .table-responsive > .table > thead > tr > th,
  .cpl-scope .table-responsive > .table > tbody > tr > th,
  .cpl-scope .table-responsive > .table > tfoot > tr > th,
  .cpl-scope .table-responsive > .table > thead > tr > td,
  .cpl-scope .table-responsive > .table > tbody > tr > td,
  .cpl-scope .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .cpl-scope .table-responsive > .table-bordered {
    border: 0;
  }
  .cpl-scope .table-responsive > .table-bordered > thead > tr > th:first-child,
  .cpl-scope .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .cpl-scope .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .cpl-scope .table-responsive > .table-bordered > thead > tr > td:first-child,
  .cpl-scope .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .cpl-scope .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .cpl-scope .table-responsive > .table-bordered > thead > tr > th:last-child,
  .cpl-scope .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .cpl-scope .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .cpl-scope .table-responsive > .table-bordered > thead > tr > td:last-child,
  .cpl-scope .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .cpl-scope .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .cpl-scope .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .cpl-scope .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .cpl-scope .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .cpl-scope .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.cpl-scope fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.cpl-scope legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: inherit;
  color: #53575C;
  border: 0;
  border-bottom: 1px solid #C1C5CA;
}
.cpl-scope label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.cpl-scope input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cpl-scope input[type="radio"],
.cpl-scope input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.cpl-scope input[type="file"] {
  display: block;
}
.cpl-scope input[type="range"] {
  display: block;
  width: 100%;
}
.cpl-scope select[multiple],
.cpl-scope select[size] {
  height: auto;
}
.cpl-scope input[type="file"]:focus,
.cpl-scope input[type="radio"]:focus,
.cpl-scope input[type="checkbox"]:focus {
  border-color: #32363B;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope output {
  display: block;
  padding-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #32363B;
}
.cpl-scope .form-control {
  display: block;
  width: 100%;
  height: 24px;
  padding: 3px 15px;
  font-size: 12px;
  line-height: 16px;
  color: #32363B;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #C1C5CA;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
}
.cpl-scope .form-control:focus,
.cpl-scope .form-control.focus {
  border-color: #32363B;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .form-control.focus-visible {
  outline: 0;
  animation: focus-visible 800ms;
}
.cpl-scope .form-control::-moz-placeholder {
  color: #C1C5CA;
  opacity: 1;
}
.cpl-scope .form-control:-ms-input-placeholder {
  color: #C1C5CA;
}
.cpl-scope .form-control::-webkit-input-placeholder {
  color: #C1C5CA;
}
.cpl-scope .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.cpl-scope .form-control[disabled],
.cpl-scope .form-control[readonly] {
  background-color: #EAEEF3;
  opacity: 1;
}
.cpl-scope .form-control[disabled] {
  cursor: not-allowed;
}
.cpl-scope fieldset[disabled] .form-control {
  background-color: #EAEEF3;
  opacity: 1;
  cursor: not-allowed;
}
.cpl-scope textarea.form-control {
  height: auto;
}
.cpl-scope input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .cpl-scope .input-group-sm input[type="date"],
  .cpl-scope .input-group-sm input[type="time"],
  .cpl-scope .input-group-sm input[type="datetime-local"],
  .cpl-scope .input-group-sm input[type="month"] {
    line-height: 13px;
  }
  .cpl-scope .input-group-lg input[type="date"],
  .cpl-scope .input-group-lg input[type="time"],
  .cpl-scope .input-group-lg input[type="datetime-local"],
  .cpl-scope .input-group-lg input[type="month"] {
    line-height: 40px;
  }
  .cpl-scope input[type="date"].form-control,
  .cpl-scope input[type="time"].form-control,
  .cpl-scope input[type="datetime-local"].form-control,
  .cpl-scope input[type="month"].form-control {
    line-height: 24px;
  }
  .cpl-scope input[type="date"].input-sm,
  .cpl-scope input[type="time"].input-sm,
  .cpl-scope input[type="datetime-local"].input-sm,
  .cpl-scope input[type="month"].input-sm {
    line-height: 13px;
  }
  .cpl-scope input[type="date"].input-lg,
  .cpl-scope input[type="time"].input-lg,
  .cpl-scope input[type="datetime-local"].input-lg,
  .cpl-scope input[type="month"].input-lg {
    line-height: 40px;
  }
}
.cpl-scope .form-group {
  margin-bottom: 8px;
}
.cpl-scope .row.separated {
  border-top: 1px solid #C1C5CA;
}
.cpl-scope .radio,
.cpl-scope .row > .radio,
.cpl-scope .row > .radio + .radio,
.cpl-scope .checkbox,
.cpl-scope .row > .checkbox,
.cpl-scope .row > .checkbox + .checkbox {
  position: relative;
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
}
.cpl-scope .radio label,
.cpl-scope .row > .radio label,
.cpl-scope .row > .radio + .radio label,
.cpl-scope .checkbox label,
.cpl-scope .row > .checkbox label,
.cpl-scope .row > .checkbox + .checkbox label {
  position: relative;
  min-height: 16px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.cpl-scope .radio input[type="radio"],
.cpl-scope .radio-inline input[type="radio"],
.cpl-scope .checkbox input[type="checkbox"],
.cpl-scope .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.cpl-scope .radio .radio,
.cpl-scope .checkbox .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.cpl-scope .radio + .radio,
.cpl-scope .checkbox + .checkbox {
  margin-top: -4px;
  padding-top: 4px;
}
.cpl-scope .radio + .radio.separated,
.cpl-scope .checkbox + .checkbox.separated {
  margin-top: -5px;
  padding-top: 4px;
  border-top: 1px solid #C1C5CA;
}
.cpl-scope .radio-inline,
.cpl-scope .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.cpl-scope .radio-inline + .radio-inline,
.cpl-scope .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.cpl-scope input[type="radio"][disabled],
.cpl-scope input[type="checkbox"][disabled],
.cpl-scope input[type="radio"].disabled,
.cpl-scope input[type="checkbox"].disabled {
  cursor: not-allowed;
}
.cpl-scope fieldset[disabled] input[type="radio"],
.cpl-scope fieldset[disabled] input[type="checkbox"],
.cpl-scope fieldset[disabled] .radio-inline,
.cpl-scope fieldset[disabled] .checkbox-inline,
.cpl-scope fieldset[disabled] .radio,
.cpl-scope fieldset[disabled] .checkbox {
  cursor: not-allowed;
}
.cpl-scope .radio-inline.disabled,
.cpl-scope .checkbox-inline.disabled {
  cursor: not-allowed;
}
.cpl-scope .radio.disabled label,
.cpl-scope .checkbox.disabled label {
  cursor: not-allowed;
}
.cpl-scope .form-control-static {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0;
  min-height: 28px;
}
.cpl-scope .form-control-static.input-lg,
.cpl-scope .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.cpl-scope .input-sm {
  height: 13px;
  padding: 0px 8px;
  font-size: 10px;
  line-height: 1.333333;
  border-radius: 1px;
}
.cpl-scope select.input-sm {
  height: 13px;
  line-height: 13px;
}
.cpl-scope textarea.input-sm,
.cpl-scope select[multiple].input-sm {
  height: auto;
}
.cpl-scope .form-group-sm .form-control {
  height: 13px;
  padding: 0px 8px;
  font-size: 10px;
  line-height: 1.333333;
  border-radius: 1px;
}
.cpl-scope .form-group-sm select.form-control {
  height: 13px;
  line-height: 13px;
}
.cpl-scope .form-group-sm textarea.form-control,
.cpl-scope .form-group-sm select[multiple].form-control {
  height: auto;
}
.cpl-scope .form-group-sm .form-control-static {
  height: 13px;
  min-height: 26px;
  padding: 1px 8px;
  font-size: 10px;
  line-height: 1.333333;
}
.cpl-scope .input-lg {
  height: 40px;
  padding: 7px 15px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.cpl-scope select.input-lg {
  height: 40px;
  line-height: 40px;
}
.cpl-scope textarea.input-lg,
.cpl-scope select[multiple].input-lg {
  height: auto;
}
.cpl-scope .form-group-lg .form-control {
  height: 40px;
  padding: 7px 15px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.cpl-scope .form-group-lg select.form-control {
  height: 40px;
  line-height: 40px;
}
.cpl-scope .form-group-lg textarea.form-control,
.cpl-scope .form-group-lg select[multiple].form-control {
  height: auto;
}
.cpl-scope .form-group-lg .form-control-static {
  height: 40px;
  min-height: 31px;
  padding: 8px 15px;
  font-size: 15px;
  line-height: 1.3333333;
}
.cpl-scope .has-feedback {
  position: relative;
}
.cpl-scope .has-feedback .form-control {
  padding-right: 30px;
}
.cpl-scope .form-group-feedback {
  top: 0;
  right: 0;
}
.cpl-scope .form-group .form-control-feedback {
  position: absolute;
  z-index: 4;
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  pointer-events: none;
}
.cpl-scope .form-group .form-control-feedback > svg[class*="brand-icon"],
.cpl-scope .form-group .form-control-feedback > svg[class*="ihs-icon"],
.cpl-scope .form-group .form-control-feedback > svg[class*="ico_"] {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px;
  padding: 0px;
  fill: #84888D;
  color: #84888D;
  stroke: #84888D;
  outline: #84888D;
  stroke-width: 0px;
}
.cpl-scope .form-group .input-lg + .form-control-feedback,
.cpl-scope .form-group .input-group-lg + .form-control-feedback,
.cpl-scope .form-group .form-group-lg .form-control + .form-control-feedback {
  width: 12px;
  height: 12px;
  line-height: 12px;
}
.cpl-scope .form-group .input-lg + .form-control-feedback > svg[class*="brand-icon"],
.cpl-scope .form-group .input-group-lg + .form-control-feedback > svg[class*="brand-icon"],
.cpl-scope .form-group .form-group-lg .form-control + .form-control-feedback > svg[class*="brand-icon"],
.cpl-scope .form-group .input-lg + .form-control-feedback > svg[class*="ihs-icon"],
.cpl-scope .form-group .input-group-lg + .form-control-feedback > svg[class*="ihs-icon"],
.cpl-scope .form-group .form-group-lg .form-control + .form-control-feedback > svg[class*="ihs-icon"],
.cpl-scope .form-group .input-lg + .form-control-feedback > svg[class*="ico_"],
.cpl-scope .form-group .input-group-lg + .form-control-feedback > svg[class*="ico_"],
.cpl-scope .form-group .form-group-lg .form-control + .form-control-feedback > svg[class*="ico_"] {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px;
  padding: 0px;
  fill: #84888D;
  color: #84888D;
  stroke: #84888D;
  outline: #84888D;
  stroke-width: 0px;
}
.cpl-scope .form-group .input-sm + .form-control-feedback,
.cpl-scope .form-group .input-group-sm + .form-control-feedback,
.cpl-scope .form-group .form-group-sm .form-control + .form-control-feedback {
  width: 8px;
  height: 8px;
  line-height: 8px;
}
.cpl-scope .form-group .input-sm + .form-control-feedback > svg[class*="brand-icon"],
.cpl-scope .form-group .input-group-sm + .form-control-feedback > svg[class*="brand-icon"],
.cpl-scope .form-group .form-group-sm .form-control + .form-control-feedback > svg[class*="brand-icon"],
.cpl-scope .form-group .input-sm + .form-control-feedback > svg[class*="ihs-icon"],
.cpl-scope .form-group .input-group-sm + .form-control-feedback > svg[class*="ihs-icon"],
.cpl-scope .form-group .form-group-sm .form-control + .form-control-feedback > svg[class*="ihs-icon"],
.cpl-scope .form-group .input-sm + .form-control-feedback > svg[class*="ico_"],
.cpl-scope .form-group .input-group-sm + .form-control-feedback > svg[class*="ico_"],
.cpl-scope .form-group .form-group-sm .form-control + .form-control-feedback > svg[class*="ico_"] {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px;
  padding: 0px;
  fill: #84888D;
  color: #84888D;
  stroke: #84888D;
  outline: #84888D;
  stroke-width: 0px;
}
.cpl-scope .has-success .help-block,
.cpl-scope .has-success .control-label,
.cpl-scope .has-success .radio,
.cpl-scope .has-success .checkbox,
.cpl-scope .has-success .radio-inline,
.cpl-scope .has-success .checkbox-inline,
.cpl-scope .has-success.radio label,
.cpl-scope .has-success.checkbox label,
.cpl-scope .has-success.radio-inline label,
.cpl-scope .has-success.checkbox-inline label {
  color: #6EA720;
}
.cpl-scope .has-success .form-control {
  border-color: #6EA720;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .has-success .form-control:focus {
  border-color: #527c18;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a2dd50;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a2dd50;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a2dd50 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a2dd50 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a2dd50 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a2dd50 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a2dd50 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a2dd50 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .has-success .input-group-addon {
  color: #ffffff;
  border-color: #6EA720;
  background-color: #6EA720;
}
.cpl-scope .has-success .form-control-feedback {
  color: #6EA720;
}
.cpl-scope .has-warning .help-block,
.cpl-scope .has-warning .control-label,
.cpl-scope .has-warning .radio,
.cpl-scope .has-warning .checkbox,
.cpl-scope .has-warning .radio-inline,
.cpl-scope .has-warning .checkbox-inline,
.cpl-scope .has-warning.radio label,
.cpl-scope .has-warning.checkbox label,
.cpl-scope .has-warning.radio-inline label,
.cpl-scope .has-warning.checkbox-inline label {
  color: #F7941D;
}
.cpl-scope .has-warning .form-control {
  border-color: #F7941D;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .has-warning .form-control:focus {
  border-color: #d97a08;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fac380;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fac380;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fac380 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fac380 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fac380 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fac380 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fac380 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fac380 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .has-warning .input-group-addon {
  color: #ffffff;
  border-color: #F7941D;
  background-color: #F7941D;
}
.cpl-scope .has-warning .form-control-feedback {
  color: #F7941D;
}
.cpl-scope .has-error .help-block,
.cpl-scope .has-error .control-label,
.cpl-scope .has-error .radio,
.cpl-scope .has-error .checkbox,
.cpl-scope .has-error .radio-inline,
.cpl-scope .has-error .checkbox-inline,
.cpl-scope .has-error.radio label,
.cpl-scope .has-error.checkbox label,
.cpl-scope .has-error.radio-inline label,
.cpl-scope .has-error.checkbox-inline label {
  color: #CF1034;
}
.cpl-scope .has-error .form-control {
  border-color: #CF1034;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .has-error .form-control:focus {
  border-color: #a00c28;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f25371;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f25371;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f25371 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f25371 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f25371 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f25371 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f25371 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f25371 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .has-error .input-group-addon {
  color: #ffffff;
  border-color: #CF1034;
  background-color: #CF1034;
}
.cpl-scope .has-error .form-control-feedback {
  color: #CF1034;
}
.cpl-scope .has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.cpl-scope .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.cpl-scope .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6c7580;
}
@media (min-width: 768px) {
  .cpl-scope .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .cpl-scope .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .cpl-scope .form-inline .form-control-static {
    display: inline-block;
  }
  .cpl-scope .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .cpl-scope .form-inline .input-group .input-group-addon,
  .cpl-scope .form-inline .input-group .input-group-btn,
  .cpl-scope .form-inline .input-group .form-control {
    width: auto;
  }
  .cpl-scope .form-inline .input-group > .form-control {
    width: 100%;
  }
  .cpl-scope .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .cpl-scope .form-inline .radio,
  .cpl-scope .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .cpl-scope .form-inline .radio label,
  .cpl-scope .form-inline .checkbox label {
    padding-left: 0;
  }
  .cpl-scope .form-inline .radio input[type="radio"],
  .cpl-scope .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .cpl-scope .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.cpl-scope .form-horizontal .radio,
.cpl-scope .form-horizontal .checkbox,
.cpl-scope .form-horizontal .radio-inline,
.cpl-scope .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
}
.cpl-scope .form-horizontal .radio,
.cpl-scope .form-horizontal .checkbox {
  min-height: 20px;
}
.cpl-scope .form-horizontal .form-group {
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .cpl-scope .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 4px;
  }
}
.cpl-scope .form-horizontal .has-feedback .form-control-feedback {
  right: 24px;
}
.cpl-scope .form-horizontal .form-group-lg .has-feedback .form-control-feedback {
  right: 32px;
}
@media (min-width: 768px) {
  .cpl-scope .form-horizontal .form-group-lg .control-label {
    padding-top: 8px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .cpl-scope .form-horizontal .form-group-sm .control-label {
    padding-top: 1px;
    font-size: 10px;
  }
}
.cpl-scope .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  color: #009596;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 15px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cpl-scope .btn:focus,
.cpl-scope .btn:active:focus,
.cpl-scope .btn.active:focus,
.cpl-scope .btn.focus,
.cpl-scope .btn:active.focus,
.cpl-scope .btn.active.focus {
  border-color: #32363B;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .btn:hover,
.cpl-scope .btn.hover,
.cpl-scope .btn:focus,
.cpl-scope .btn.focus {
  color: #009596;
  text-decoration: none;
}
.cpl-scope .btn:hover,
.cpl-scope .btn.hover,
.cpl-scope .btn:focus,
.cpl-scope .btn.focus {
  color: #006263;
}
.cpl-scope .btn:active,
.cpl-scope .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .btn.disabled:not(.btn-link),
.cpl-scope .btn[disabled]:not(.btn-link),
.cpl-scope .btn.disabled:not(.btn-link):hover,
.cpl-scope .btn .disabled:not(.btn-link).hover,
.cpl-scope .btn.disabled:not(.btn-link):focus,
.cpl-scope .btn .disabled:not(.btn-link).focus,
.cpl-scope .btn.disabled:not(.btn-link):active,
.cpl-scope .btn .disabled:not(.btn-link).active,
.cpl-scope .btn[disabled]:not(.btn-link):hover,
.cpl-scope .btn[disabled]:not(.btn-link).hover,
.cpl-scope .btn[disabled]:not(.btn-link):focus,
.cpl-scope .btn[disabled]:not(.btn-link).focus,
.cpl-scope .btn[disabled]:not(.btn-link):active,
.cpl-scope .btn[disabled]:not(.btn-link).active {
  cursor: not-allowed;
  background-color: #C1C5CA;
  color: #ffffff;
  border-color: #C1C5CA;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .btn.disabled.btn-link,
.cpl-scope .btn[disabled].btn-link,
.cpl-scope .btn.disabled.btn-link:hover,
.cpl-scope .btn .disabled.btn-link.hover,
.cpl-scope .btn.disabled.btn-link:focus,
.cpl-scope .btn .disabled.btn-link.focus,
.cpl-scope .btn.disabled.btn-link:active,
.cpl-scope .btn .disabled.btn-link.active,
.cpl-scope .btn[disabled].btn-link:hover,
.cpl-scope .btn[disabled].btn-link.hover,
.cpl-scope .btn[disabled].btn-link:focus,
.cpl-scope .btn[disabled].btn-link.focus,
.cpl-scope .btn[disabled].btn-link:active,
.cpl-scope .btn[disabled].btn-link.active,
.cpl-scope .btn.disabled:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger),
.cpl-scope .btn[disabled]:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger),
.cpl-scope .btn.disabled:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):hover,
.cpl-scope .btn .disabled:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).hover,
.cpl-scope .btn.disabled:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):focus,
.cpl-scope .btn .disabled:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).focus,
.cpl-scope .btn.disabled:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):active,
.cpl-scope .btn .disabled:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).active,
.cpl-scope .btn[disabled]:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):hover,
.cpl-scope .btn[disabled]:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).hover,
.cpl-scope .btn[disabled]:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):focus,
.cpl-scope .btn[disabled]:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).focus,
.cpl-scope .btn[disabled]:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):active,
.cpl-scope .btn[disabled]:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).active {
  cursor: not-allowed;
  background-color: transparent;
  color: #C1C5CA;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope fieldset[disabled] .btn {
  cursor: not-allowed;
  background-color: #C1C5CA;
  color: #ffffff;
  border-color: #C1C5CA;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope fieldset.disabled .btn.btn-link,
.cpl-scope fieldset[disabled] .btn.btn-link,
.cpl-scope fieldset.disabled .btn:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger),
.cpl-scope fieldset[disabled] .btn:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger) {
  cursor: not-allowed;
  background-color: transparent;
  color: #C1C5CA;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope a.btn.disabled {
  pointer-events: none;
}
.cpl-scope fieldset[disabled] a.btn {
  pointer-events: none;
}
.cpl-scope .btn-group > .btn:not(.btn-default) {
  border-color: rgba(132, 136, 141, 0.1);
}
.cpl-scope .btn-default {
  color: #009596;
  background-color: #ffffff;
  border-color: #009596;
}
.cpl-scope .btn-default:focus,
.cpl-scope .btn-default.focus {
  color: #009596;
  background-color: #e6e6e6;
  border-color: #001617;
}
.cpl-scope .btn-default:hover {
  color: #009596;
  background-color: #e6e6e6;
  border-color: #005859;
}
.cpl-scope .btn-default:active,
.cpl-scope .btn-default.active {
  color: #009596;
  background-color: #e6e6e6;
  border-color: #005859;
  background-image: none;
}
.cpl-scope .btn-default:active:hover,
.cpl-scope .btn-default.active:hover,
.cpl-scope .btn-default:active:focus,
.cpl-scope .btn-default.active:focus,
.cpl-scope .btn-default:active.focus,
.cpl-scope .btn-default.active.focus {
  color: #009596;
  background-color: #d4d4d4;
  border-color: #001617;
}
.cpl-scope .btn-default.disabled:hover,
.cpl-scope .btn-default[disabled]:hover,
.cpl-scope .btn-default.disabled:focus,
.cpl-scope .btn-default[disabled]:focus,
.cpl-scope .btn-default.disabled.focus,
.cpl-scope .btn-default[disabled].focus {
  background-color: #ffffff;
  border-color: #009596;
}
.cpl-scope .btn-default .badge {
  color: #ffffff;
  background-color: #009596;
}
.cpl-scope .open > .dropdown-toggle.btn-default {
  color: #009596;
  background-color: #e6e6e6;
  border-color: #005859;
  background-image: none;
}
.cpl-scope .open > .dropdown-toggle.btn-default:hover,
.cpl-scope .open > .dropdown-toggle.btn-default:focus,
.cpl-scope .open > .dropdown-toggle.btn-default.focus {
  color: #009596;
  background-color: #d4d4d4;
  border-color: #001617;
}
.cpl-scope fieldset[disabled] .btn-default:hover,
.cpl-scope fieldset[disabled] .btn-default:focus,
.cpl-scope fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #009596;
}
.cpl-scope .btn-primary {
  color: #ffffff;
  background-color: #009596;
  border-color: #009596;
}
.cpl-scope .btn-primary:focus,
.cpl-scope .btn-primary.focus {
  color: #ffffff;
  background-color: #006263;
  border-color: #001617;
}
.cpl-scope .btn-primary:hover {
  color: #ffffff;
  background-color: #006263;
  border-color: #005859;
}
.cpl-scope .btn-primary:active,
.cpl-scope .btn-primary.active {
  color: #ffffff;
  background-color: #006263;
  border-color: #005859;
  background-image: none;
}
.cpl-scope .btn-primary:active:hover,
.cpl-scope .btn-primary.active:hover,
.cpl-scope .btn-primary:active:focus,
.cpl-scope .btn-primary.active:focus,
.cpl-scope .btn-primary:active.focus,
.cpl-scope .btn-primary.active.focus {
  color: #ffffff;
  background-color: #003f3f;
  border-color: #001617;
}
.cpl-scope .btn-primary.disabled:hover,
.cpl-scope .btn-primary[disabled]:hover,
.cpl-scope .btn-primary.disabled:focus,
.cpl-scope .btn-primary[disabled]:focus,
.cpl-scope .btn-primary.disabled.focus,
.cpl-scope .btn-primary[disabled].focus {
  background-color: #009596;
  border-color: #009596;
}
.cpl-scope .btn-primary .badge {
  color: #009596;
  background-color: #ffffff;
}
.cpl-scope .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #006263;
  border-color: #005859;
  background-image: none;
}
.cpl-scope .open > .dropdown-toggle.btn-primary:hover,
.cpl-scope .open > .dropdown-toggle.btn-primary:focus,
.cpl-scope .open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #003f3f;
  border-color: #001617;
}
.cpl-scope fieldset[disabled] .btn-primary:hover,
.cpl-scope fieldset[disabled] .btn-primary:focus,
.cpl-scope fieldset[disabled] .btn-primary.focus {
  background-color: #009596;
  border-color: #009596;
}
.cpl-scope .btn-success {
  color: #ffffff;
  background-color: #8DC63F;
  border-color: #80b636;
}
.cpl-scope .btn-success:focus,
.cpl-scope .btn-success.focus {
  color: #ffffff;
  background-color: #72a230;
  border-color: #3b5319;
}
.cpl-scope .btn-success:hover {
  color: #ffffff;
  background-color: #72a230;
  border-color: #5f8628;
}
.cpl-scope .btn-success:active,
.cpl-scope .btn-success.active {
  color: #ffffff;
  background-color: #72a230;
  border-color: #5f8628;
  background-image: none;
}
.cpl-scope .btn-success:active:hover,
.cpl-scope .btn-success.active:hover,
.cpl-scope .btn-success:active:focus,
.cpl-scope .btn-success.active:focus,
.cpl-scope .btn-success:active.focus,
.cpl-scope .btn-success.active.focus {
  color: #ffffff;
  background-color: #5e8628;
  border-color: #3b5319;
}
.cpl-scope .btn-success.disabled:hover,
.cpl-scope .btn-success[disabled]:hover,
.cpl-scope .btn-success.disabled:focus,
.cpl-scope .btn-success[disabled]:focus,
.cpl-scope .btn-success.disabled.focus,
.cpl-scope .btn-success[disabled].focus {
  background-color: #8DC63F;
  border-color: #80b636;
}
.cpl-scope .btn-success .badge {
  color: #8DC63F;
  background-color: #ffffff;
}
.cpl-scope .open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #72a230;
  border-color: #5f8628;
  background-image: none;
}
.cpl-scope .open > .dropdown-toggle.btn-default:hover,
.cpl-scope .open > .dropdown-toggle.btn-default:focus,
.cpl-scope .open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #5e8628;
  border-color: #3b5319;
}
.cpl-scope fieldset[disabled] .btn-success:hover,
.cpl-scope fieldset[disabled] .btn-success:focus,
.cpl-scope fieldset[disabled] .btn-success.focus {
  background-color: #8DC63F;
  border-color: #80b636;
}
.cpl-scope .btn-info {
  color: #ffffff;
  background-color: #00B5F1;
  border-color: #00a2d8;
}
.cpl-scope .btn-info:focus,
.cpl-scope .btn-info.focus {
  color: #ffffff;
  background-color: #008fbe;
  border-color: #004258;
}
.cpl-scope .btn-info:hover {
  color: #ffffff;
  background-color: #008fbe;
  border-color: #00749a;
}
.cpl-scope .btn-info:active,
.cpl-scope .btn-info.active {
  color: #ffffff;
  background-color: #008fbe;
  border-color: #00749a;
  background-image: none;
}
.cpl-scope .btn-info:active:hover,
.cpl-scope .btn-info.active:hover,
.cpl-scope .btn-info:active:focus,
.cpl-scope .btn-info.active:focus,
.cpl-scope .btn-info:active.focus,
.cpl-scope .btn-info.active.focus {
  color: #ffffff;
  background-color: #00749a;
  border-color: #004258;
}
.cpl-scope .btn-info.disabled:hover,
.cpl-scope .btn-info[disabled]:hover,
.cpl-scope .btn-info.disabled:focus,
.cpl-scope .btn-info[disabled]:focus,
.cpl-scope .btn-info.disabled.focus,
.cpl-scope .btn-info[disabled].focus {
  background-color: #00B5F1;
  border-color: #00a2d8;
}
.cpl-scope .btn-info .badge {
  color: #00B5F1;
  background-color: #ffffff;
}
.cpl-scope .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #008fbe;
  border-color: #00749a;
  background-image: none;
}
.cpl-scope .open > .dropdown-toggle.btn-info:hover,
.cpl-scope .open > .dropdown-toggle.btn-info:focus,
.cpl-scope .open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #00749a;
  border-color: #004258;
}
.cpl-scope fieldset[disabled] .btn-info:hover,
.cpl-scope fieldset[disabled] .btn-info:focus,
.cpl-scope fieldset[disabled] .btn-info.focus {
  background-color: #00B5F1;
  border-color: #00a2d8;
}
.cpl-scope .btn-warning {
  color: #ffffff;
  background-color: #F7941D;
  border-color: #f28809;
}
.cpl-scope .btn-warning:focus,
.cpl-scope .btn-warning.focus {
  color: #ffffff;
  background-color: #d97a08;
  border-color: #774304;
}
.cpl-scope .btn-warning:hover {
  color: #ffffff;
  background-color: #d97a08;
  border-color: #b76706;
}
.cpl-scope .btn-warning:active,
.cpl-scope .btn-warning.active {
  color: #ffffff;
  background-color: #d97a08;
  border-color: #b76706;
  background-image: none;
}
.cpl-scope .btn-warning:active:hover,
.cpl-scope .btn-warning.active:hover,
.cpl-scope .btn-warning:active:focus,
.cpl-scope .btn-warning.active:focus,
.cpl-scope .btn-warning:active.focus,
.cpl-scope .btn-warning.active.focus {
  color: #ffffff;
  background-color: #b76706;
  border-color: #774304;
}
.cpl-scope .btn-warning.disabled:hover,
.cpl-scope .btn-warning[disabled]:hover,
.cpl-scope .btn-warning.disabled:focus,
.cpl-scope .btn-warning[disabled]:focus,
.cpl-scope .btn-warning.disabled.focus,
.cpl-scope .btn-warning[disabled].focus {
  background-color: #F7941D;
  border-color: #f28809;
}
.cpl-scope .btn-warning .badge {
  color: #F7941D;
  background-color: #ffffff;
}
.cpl-scope .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d97a08;
  border-color: #b76706;
  background-image: none;
}
.cpl-scope .open > .dropdown-toggle.btn-warning:hover,
.cpl-scope .open > .dropdown-toggle.btn-warning:focus,
.cpl-scope .open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #b76706;
  border-color: #774304;
}
.cpl-scope fieldset[disabled] .btn-warning:hover,
.cpl-scope fieldset[disabled] .btn-warning:focus,
.cpl-scope fieldset[disabled] .btn-warning.focus {
  background-color: #F7941D;
  border-color: #f28809;
}
.cpl-scope .btn-danger {
  color: #ffffff;
  background-color: #CF1034;
  border-color: #b70e2e;
}
.cpl-scope .btn-danger:focus,
.cpl-scope .btn-danger.focus {
  color: #ffffff;
  background-color: #a00c28;
  border-color: #410510;
}
.cpl-scope .btn-danger:hover {
  color: #ffffff;
  background-color: #a00c28;
  border-color: #7f0a20;
}
.cpl-scope .btn-danger:active,
.cpl-scope .btn-danger.active {
  color: #ffffff;
  background-color: #a00c28;
  border-color: #7f0a20;
  background-image: none;
}
.cpl-scope .btn-danger:active:hover,
.cpl-scope .btn-danger.active:hover,
.cpl-scope .btn-danger:active:focus,
.cpl-scope .btn-danger.active:focus,
.cpl-scope .btn-danger:active.focus,
.cpl-scope .btn-danger.active.focus {
  color: #ffffff;
  background-color: #7f0a20;
  border-color: #410510;
}
.cpl-scope .btn-danger.disabled:hover,
.cpl-scope .btn-danger[disabled]:hover,
.cpl-scope .btn-danger.disabled:focus,
.cpl-scope .btn-danger[disabled]:focus,
.cpl-scope .btn-danger.disabled.focus,
.cpl-scope .btn-danger[disabled].focus {
  background-color: #CF1034;
  border-color: #b70e2e;
}
.cpl-scope .btn-danger .badge {
  color: #CF1034;
  background-color: #ffffff;
}
.cpl-scope .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #a00c28;
  border-color: #7f0a20;
  background-image: none;
}
.cpl-scope .open > .dropdown-toggle.btn-danger:hover,
.cpl-scope .open > .dropdown-toggle.btn-danger:focus,
.cpl-scope .open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #7f0a20;
  border-color: #410510;
}
.cpl-scope fieldset[disabled] .btn-danger:hover,
.cpl-scope fieldset[disabled] .btn-danger:focus,
.cpl-scope fieldset[disabled] .btn-danger.focus {
  background-color: #CF1034;
  border-color: #b70e2e;
}
.cpl-scope .btn-link {
  color: #0271BB;
  font-weight: normal;
  border-radius: 0;
}
.cpl-scope .btn-link,
.cpl-scope .btn-link:active,
.cpl-scope .btn-link.active,
.cpl-scope .btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .btn-link,
.cpl-scope .btn-link:hover,
.cpl-scope .btn-link:focus,
.cpl-scope .btn-link:active {
  border-color: transparent;
}
.cpl-scope .btn-link:hover,
.cpl-scope .btn-link:focus {
  color: #0271BB;
  text-decoration: underline;
  background-color: transparent;
}
.cpl-scope .btn-link[disabled]:hover,
.cpl-scope .btn-link[disabled]:focus {
  color: #84888D;
  text-decoration: none;
}
.cpl-scope fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope fieldset[disabled] .btn-link:hover,
.cpl-scope fieldset[disabled] .btn-link:focus {
  color: #84888D;
  text-decoration: none;
}
.cpl-scope .btn-lg {
  padding: 7px 15px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.cpl-scope .btn-sm {
  padding: 0px 8px;
  font-size: 10px;
  line-height: 1.333333;
  border-radius: 1px;
}
.cpl-scope .btn-xs {
  padding: 0px 7px;
  font-size: 10px;
  line-height: 1.333333;
  border-radius: 1px;
}
.cpl-scope .btn-block {
  display: block;
  width: 100%;
}
.cpl-scope .btn-block + .btn-block {
  margin-top: 5px;
}
.cpl-scope input[type="submit"].btn-block,
.cpl-scope input[type="reset"].btn-block,
.cpl-scope input[type="button"].btn-block {
  width: 100%;
}
.cpl-scope .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear 1s linear;
  -moz-transition: opacity 0.15s linear 1s linear;
  -o-transition: opacity 0.15s linear 1s linear;
  -ms-transition: opacity 0.15s linear 1s linear;
  transition: opacity 0.15s linear 1s linear;
}
.cpl-scope .fade.in {
  opacity: 1;
}
.cpl-scope .collapse {
  display: none;
}
.cpl-scope .collapse.in {
  display: block;
}
.cpl-scope tr.collapse.in {
  display: table-row;
}
.cpl-scope tbody.collapse.in {
  display: table-row-group;
}
.cpl-scope .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cpl-scope .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px dashed;
  border-top: 5px solid \9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.cpl-scope .dropup,
.cpl-scope .dropdown {
  position: relative;
}
.cpl-scope .dropdown .pintail,
.cpl-scope .dropup .pintail {
  border-width: 9px;
}
.cpl-scope .dropdown .pintail,
.cpl-scope .dropup .pintail,
.cpl-scope .dropdown .pintail:after,
.cpl-scope .dropup .pintail:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.cpl-scope .dropdown .pintail:after,
.cpl-scope .dropup .pintail:after {
  content: " ";
  margin-left: -8px;
  border-width: 8px;
}
.cpl-scope .dropdown .dropdown-menu .pintail,
.cpl-scope .dropup .dropdown-menu .pintail {
  left: 50%;
  margin-left: -9px;
  height: 9px;
}
.cpl-scope .dropdown .dropdown-menu .pintail.pinned-left,
.cpl-scope .dropup .dropdown-menu .pintail.pinned-left {
  left: 18px;
}
.cpl-scope .dropdown .dropdown-menu .pintail.pinned-right,
.cpl-scope .dropup .dropdown-menu .pintail.pinned-right {
  left: calc(100% - 18px);
}
.cpl-scope .dropdown .dropdown-menu,
.cpl-scope .dropup .dropdown-menu,
.cpl-scope .dropdown > .dropdown-menu,
.cpl-scope .dropup > .dropdown-menu {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.cpl-scope .dropdown .dropdown-menu > li:hover,
.cpl-scope .dropup .dropdown-menu > li:hover,
.cpl-scope .dropdown > .dropdown-menu > li:hover,
.cpl-scope .dropup > .dropdown-menu > li:hover,
.cpl-scope .dropdown .dropdown-menu > li > a:hover,
.cpl-scope .dropup .dropdown-menu > li > a:hover,
.cpl-scope .dropdown > .dropdown-menu > li > a:hover,
.cpl-scope .dropup > .dropdown-menu > li > a:hover {
  background-color: #EAEEF3;
  color: #32363B;
}
.cpl-scope .dropdown .dropdown-menu > li:focus,
.cpl-scope .dropup .dropdown-menu > li:focus,
.cpl-scope .dropdown > .dropdown-menu > li:focus,
.cpl-scope .dropup > .dropdown-menu > li:focus,
.cpl-scope .dropdown .dropdown-menu > li > a:focus,
.cpl-scope .dropup .dropdown-menu > li > a:focus,
.cpl-scope .dropdown > .dropdown-menu > li > a:focus,
.cpl-scope .dropup > .dropdown-menu > li > a:focus,
.cpl-scope .dropdown .dropdown-menu > li.selected,
.cpl-scope .dropup .dropdown-menu > li.selected,
.cpl-scope .dropdown > .dropdown-menu > li.selected,
.cpl-scope .dropup > .dropdown-menu > li.selected,
.cpl-scope .dropdown .dropdown-menu > li.selected > a,
.cpl-scope .dropup .dropdown-menu > li.selected > a,
.cpl-scope .dropdown > .dropdown-menu > li.selected > a,
.cpl-scope .dropup > .dropdown-menu > li.selected > a {
  background-color: #009596;
  color: #ffffff;
}
.cpl-scope .dropdown .dropdown-toggle,
.cpl-scope .dropup .dropdown-toggle,
.cpl-scope .dropdown .dropdown-toggle:hover,
.cpl-scope .dropup .dropdown-toggle:hover,
.cpl-scope .dropdown .dropdown-toggle:focus,
.cpl-scope .dropup .dropdown-toggle:focus {
  text-decoration: none;
}
.cpl-scope .dropdown .pintail:after {
  top: 1px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.cpl-scope .dropdown .dropdown-menu .pintail {
  border-top-width: 0;
  top: -9px;
  border-bottom-color: #999999;
  border-bottom-color: #84888D;
}
.cpl-scope .dropdown .dropdown-menu.has-pintail {
  top: calc(100% + 8px);
}
.cpl-scope .dropdown .dropdown-menu,
.cpl-scope .dropdown > .dropdown-menu {
  margin-top: 4px;
}
.cpl-scope .dropup .pintail:after {
  bottom: 1px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.cpl-scope .dropup .dropdown-menu .pintail {
  border-bottom-width: 0;
  bottom: -9px;
  border-top-color: #999999;
  border-top-color: #84888D;
}
.cpl-scope .dropup .dropdown-menu.has-pintail {
  bottom: calc(100% + 8px);
}
.cpl-scope .dropup .dropdown-menu,
.cpl-scope .dropup > .dropdown-menu {
  margin-bottom: 4px;
}
.cpl-scope .dropdown .dropdown-toggle svg.brand-icon-arrow,
.cpl-scope .dropup .dropdown-toggle svg.brand-icon-arrow,
.cpl-scope .dropdown .dropdown-toggle svg.ihs-icon-arrow,
.cpl-scope .dropup .dropdown-toggle svg.ihs-icon-arrow {
  width: 11px;
  height: 11px;
  margin: 0px 0px 0px 4px;
  line-height: 6px;
}
.cpl-scope .task .dropdown-menu > li:focus,
.cpl-scope .dropdown.task .dropdown-menu > li:focus,
.cpl-scope .search-group.task .dropdown-menu > li:focus,
.cpl-scope .ihs-header .ihs-menu .task .dropdown-menu > li:focus,
.cpl-scope .task > .dropdown > .dropdown-menu > li:focus,
.cpl-scope .dropdown.task > .dropdown > .dropdown-menu > li:focus,
.cpl-scope .search-group.task > .dropdown > .dropdown-menu > li:focus,
.cpl-scope .ihs-header .ihs-menu .task > .dropdown > .dropdown-menu > li:focus,
.cpl-scope .task .dropdown-menu > li > a:focus,
.cpl-scope .dropdown.task .dropdown-menu > li > a:focus,
.cpl-scope .search-group.task .dropdown-menu > li > a:focus,
.cpl-scope .ihs-header .ihs-menu .task .dropdown-menu > li > a:focus,
.cpl-scope .task > .dropdown > .dropdown-menu > li > a:focus,
.cpl-scope .dropdown.task > .dropdown > .dropdown-menu > li > a:focus,
.cpl-scope .search-group.task > .dropdown > .dropdown-menu > li > a:focus,
.cpl-scope .ihs-header .ihs-menu .task > .dropdown > .dropdown-menu > li > a:focus,
.cpl-scope .task .dropdown-menu > li.selected,
.cpl-scope .dropdown.task .dropdown-menu > li.selected,
.cpl-scope .search-group.task .dropdown-menu > li.selected,
.cpl-scope .ihs-header .ihs-menu .task .dropdown-menu > li.selected,
.cpl-scope .task > .dropdown > .dropdown-menu > li.selected,
.cpl-scope .dropdown.task > .dropdown > .dropdown-menu > li.selected,
.cpl-scope .search-group.task > .dropdown > .dropdown-menu > li.selected,
.cpl-scope .ihs-header .ihs-menu .task > .dropdown > .dropdown-menu > li.selected,
.cpl-scope .task .dropdown-menu > li.selected > a,
.cpl-scope .dropdown.task .dropdown-menu > li.selected > a,
.cpl-scope .search-group.task .dropdown-menu > li.selected > a,
.cpl-scope .ihs-header .ihs-menu .task .dropdown-menu > li.selected > a,
.cpl-scope .task > .dropdown > .dropdown-menu > li.selected > a,
.cpl-scope .dropdown.task > .dropdown > .dropdown-menu > li.selected > a,
.cpl-scope .search-group.task > .dropdown > .dropdown-menu > li.selected > a,
.cpl-scope .ihs-header .ihs-menu .task > .dropdown > .dropdown-menu > li.selected > a {
  background-color: #0064B6 !important;
  color: #ffffff;
}
.cpl-scope .dropdown-toggle:focus {
  outline: 0;
}
.cpl-scope .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: 12px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid #C1C5CA;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 3 0 5px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}
.cpl-scope .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.cpl-scope .dropdown-menu .divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #EAEEF3;
}
.cpl-scope .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 16px;
  color: #53575C;
  white-space: nowrap;
}
.cpl-scope .dropdown-menu > li > a:hover {
  text-decoration: none;
  background-color: #EAEEF3;
}
.cpl-scope .dropdown-menu > li > a.selected,
.cpl-scope .dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #009596;
  color: #ffffff;
}
.cpl-scope .dropdown-menu > .active > a,
.cpl-scope .dropdown-menu > .active > a:hover,
.cpl-scope .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #009596;
}
.cpl-scope .dropdown-menu > .disabled > a,
.cpl-scope .dropdown-menu > .disabled > a:hover,
.cpl-scope .dropdown-menu > .disabled > a:focus {
  color: #C1C5CA;
}
.cpl-scope .dropdown-menu > .disabled > a:hover,
.cpl-scope .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.cpl-scope .open > .dropdown-menu {
  display: block;
}
.cpl-scope .open > a {
  outline: 0;
}
.cpl-scope .dropdown-menu-right {
  left: auto;
  right: 0;
}
.cpl-scope .dropdown-menu-left {
  left: 0;
  right: auto;
}
.cpl-scope .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 10px;
  line-height: 16px;
  color: #009596;
  white-space: nowrap;
}
.cpl-scope .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.cpl-scope .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.cpl-scope .dropup .caret,
.cpl-scope .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 5px dashed;
  border-bottom: 5px solid \9;
  content: "";
}
.cpl-scope .dropup .dropdown-menu,
.cpl-scope .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.cpl-scope .ihs-header .ihs-menu .dropdown .dropdown-menu {
  margin-top: 2px;
}
.cpl-scope .ihs-header .ihs-menu .dropdown .dropdown-menu li:hover a {
  color: #32363B;
}
.cpl-scope .ihs-header .ihs-menu .dropdown .dropdown-menu li.divider {
  height: 1px;
}
.cpl-scope .ihs-header .ihs-menu .dropdown .dropdown-menu li a {
  color: #32363B;
  border-radius: 0;
  text-transform: none;
}
.cpl-scope .ihs-header .ihs-menu .dropdown .dropdown-menu li a:hover {
  background-color: #EAEEF3;
}
.cpl-scope .ihs-header .ihs-menu .dropdown .dropdown-menu li a:focus,
.cpl-scope .ihs-header .ihs-menu .dropdown .dropdown-menu li a.focus,
.cpl-scope .ihs-header .ihs-menu .dropdown .dropdown-menu li a.selected {
  background-color: #009596;
  color: #ffffff;
}
@media (min-width: 768px) {
  .cpl-scope .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .cpl-scope .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.cpl-scope .btn-group,
.cpl-scope .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.cpl-scope .btn-group > .btn,
.cpl-scope .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.cpl-scope .btn-group > .btn:hover,
.cpl-scope .btn-group-vertical > .btn:hover,
.cpl-scope .btn-group > .btn:focus,
.cpl-scope .btn-group-vertical > .btn:focus,
.cpl-scope .btn-group > .btn:active,
.cpl-scope .btn-group-vertical > .btn:active,
.cpl-scope .btn-group > .btn.active,
.cpl-scope .btn-group-vertical > .btn.active {
  z-index: 2;
}
.cpl-scope .btn-group .btn + .btn,
.cpl-scope .btn-group .btn + .btn-group,
.cpl-scope .btn-group .btn-group + .btn,
.cpl-scope .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.cpl-scope .btn-toolbar {
  margin-left: -5px;
}
.cpl-scope .btn-toolbar .btn,
.cpl-scope .btn-toolbar .btn-group,
.cpl-scope .btn-toolbar .input-group {
  float: left;
}
.cpl-scope .btn-toolbar > .btn,
.cpl-scope .btn-toolbar > .btn-group,
.cpl-scope .btn-toolbar > .input-group {
  margin-left: 5px;
}
.cpl-scope .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.cpl-scope .btn-group > .btn:first-child {
  margin-left: 0;
}
.cpl-scope .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.cpl-scope .btn-group > .btn:last-child:not(:first-child),
.cpl-scope .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.cpl-scope .btn-group > .btn-group {
  float: left;
}
.cpl-scope .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.cpl-scope .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.cpl-scope .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.cpl-scope .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.cpl-scope .btn-group .dropdown-toggle:active,
.cpl-scope .btn-group.open .dropdown-toggle {
  outline: 0;
}
.cpl-scope .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.cpl-scope .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.cpl-scope .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .btn .caret {
  margin-left: 0;
}
.cpl-scope .btn-lg .caret {
  border-width: 6px 6px 0;
  border-bottom-width: 0;
}
.cpl-scope .dropup .btn-lg .caret {
  border-width: 0 6px 6px;
}
.cpl-scope .btn-group-vertical > .btn,
.cpl-scope .btn-group-vertical > .btn-group,
.cpl-scope .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.cpl-scope .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.cpl-scope .btn-group-vertical > .btn + .btn,
.cpl-scope .btn-group-vertical > .btn + .btn-group,
.cpl-scope .btn-group-vertical > .btn-group + .btn,
.cpl-scope .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.cpl-scope .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.cpl-scope .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cpl-scope .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.cpl-scope .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.cpl-scope .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.cpl-scope .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cpl-scope .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.cpl-scope .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.cpl-scope .btn-group-justified > .btn,
.cpl-scope .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.cpl-scope .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.cpl-scope .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.cpl-scope [data-toggle="buttons"] > .btn input[type="radio"],
.cpl-scope [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.cpl-scope [data-toggle="buttons"] > .btn input[type="checkbox"],
.cpl-scope [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.cpl-scope .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.cpl-scope .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.cpl-scope .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.cpl-scope .input-group .form-control:focus {
  z-index: 3;
}
.cpl-scope .input-group-lg,
.cpl-scope .input-group-sm {
  position: relative;
}
.cpl-scope .input-group-lg > .form-control,
.cpl-scope .input-group-lg > .input-group-addon,
.cpl-scope .input-group-lg > .input-group-btn > .btn {
  height: 40px;
  padding: 7px 15px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.cpl-scope .input-group-sm > .form-control,
.cpl-scope .input-group-sm > .input-group-addon,
.cpl-scope .input-group-sm > .input-group-btn > .btn {
  height: 13px;
  padding: 0px 8px;
  font-size: 10px;
  line-height: 1.333333;
  border-radius: 1px;
}
.cpl-scope .input-group-addon,
.cpl-scope .input-group-btn,
.cpl-scope .input-group .form-control {
  display: table-cell;
}
.cpl-scope .input-group-addon:not(:first-child):not(:last-child),
.cpl-scope .input-group-btn:not(:first-child):not(:last-child),
.cpl-scope .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.cpl-scope .input-group-addon,
.cpl-scope .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.cpl-scope .input-group-addon {
  padding: 3px 15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #32363B;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #C1C5CA;
  border-radius: 2px;
}
.cpl-scope .input-group-addon.input-sm {
  padding: 0px 8px;
  font-size: 10px;
  border-radius: 1px;
}
.cpl-scope .input-group-addon.input-lg {
  padding: 7px 15px;
  font-size: 15px;
  border-radius: 3px;
}
.cpl-scope .input-group-addon input[type="radio"],
.cpl-scope .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.cpl-scope .input-group .form-control:first-child,
.cpl-scope .input-group-addon:first-child,
.cpl-scope .input-group-btn:first-child > .btn,
.cpl-scope .input-group-btn:first-child > .btn-group > .btn,
.cpl-scope .input-group-btn:first-child > .dropdown-toggle,
.cpl-scope .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.cpl-scope .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.cpl-scope .input-group-addon:first-child {
  border-right: 0;
}
.cpl-scope .input-group .form-control:last-child,
.cpl-scope .input-group-addon:last-child,
.cpl-scope .input-group-btn:last-child > .btn,
.cpl-scope .input-group-btn:last-child > .btn-group > .btn,
.cpl-scope .input-group-btn:last-child > .dropdown-toggle,
.cpl-scope .input-group-btn:first-child > .btn:not(:first-child),
.cpl-scope .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.cpl-scope .input-group-addon:last-child {
  border-left: 0;
}
.cpl-scope .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.cpl-scope .input-group-btn > .btn {
  position: relative;
}
.cpl-scope .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.cpl-scope .input-group-btn > .btn:hover,
.cpl-scope .input-group-btn > .btn:focus,
.cpl-scope .input-group-btn > .btn:active {
  z-index: 2;
}
.cpl-scope .input-group-btn:first-child > .btn,
.cpl-scope .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.cpl-scope .input-group-btn:last-child > .btn,
.cpl-scope .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.cpl-scope .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.cpl-scope .nav > li {
  position: relative;
  display: block;
}
.cpl-scope .nav > li > a {
  position: relative;
  display: block;
  padding: 3px 14px;
}
.cpl-scope .nav > li > a:hover,
.cpl-scope .nav > li > a:focus {
  text-decoration: none;
  background-color: #EAEEF3;
}
.cpl-scope .nav > li.disabled > a {
  color: #C1C5CA;
}
.cpl-scope .nav > li.disabled > a:hover,
.cpl-scope .nav > li.disabled > a:focus {
  color: #C1C5CA;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.cpl-scope .nav .open > a,
.cpl-scope .nav .open > a:hover,
.cpl-scope .nav .open > a:focus {
  background-color: #EAEEF3;
  border-color: #0271BB;
}
.cpl-scope .nav .nav-divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.cpl-scope .nav > li > a > img {
  max-width: none;
}
.cpl-scope .nav-tabs {
  border-bottom: 1px solid #C1C5CA;
}
.cpl-scope .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.cpl-scope .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 16px;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.cpl-scope .nav-tabs > li > a:hover {
  border-color: #C1C5CA #C1C5CA #C1C5CA;
}
.cpl-scope .nav-tabs > li.active > a,
.cpl-scope .nav-tabs > li.active > a:hover,
.cpl-scope .nav-tabs > li.active > a:focus {
  color: #32363B;
  background-color: #ffffff;
  border: 1px solid #C1C5CA;
  border-bottom-color: transparent;
  cursor: default;
}
.cpl-scope .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.cpl-scope .nav-tabs.nav-justified > li {
  float: none;
}
.cpl-scope .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.cpl-scope .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .cpl-scope .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .cpl-scope .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.cpl-scope .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.cpl-scope .nav-tabs.nav-justified > .active > a,
.cpl-scope .nav-tabs.nav-justified > .active > a:hover,
.cpl-scope .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #84888D;
}
@media (min-width: 768px) {
  .cpl-scope .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #84888D;
    border-radius: 2px 2px 0 0;
  }
  .cpl-scope .nav-tabs.nav-justified > .active > a,
  .cpl-scope .nav-tabs.nav-justified > .active > a:hover,
  .cpl-scope .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #84888D;
  }
}
.cpl-scope .nav-pills > li {
  float: left;
}
.cpl-scope .nav-pills > li > a {
  border-radius: 2px;
}
.cpl-scope .nav-pills > li + li {
  margin-left: 2px;
}
.cpl-scope .nav-pills > li.active > a,
.cpl-scope .nav-pills > li.active > a:hover,
.cpl-scope .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #009596;
}
.cpl-scope .nav-stacked > li {
  float: none;
}
.cpl-scope .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.cpl-scope .nav-justified {
  width: 100%;
}
.cpl-scope .nav-justified > li {
  float: none;
}
.cpl-scope .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.cpl-scope .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .cpl-scope .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .cpl-scope .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.cpl-scope .nav-tabs-justified {
  border-bottom: 0;
}
.cpl-scope .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.cpl-scope .nav-tabs-justified > .active > a,
.cpl-scope .nav-tabs-justified > .active > a:hover,
.cpl-scope .nav-tabs-justified > .active > a:focus {
  border: 1px solid #84888D;
}
@media (min-width: 768px) {
  .cpl-scope .nav-tabs-justified > li > a {
    border-bottom: 1px solid #84888D;
    border-radius: 2px 2px 0 0;
  }
  .cpl-scope .nav-tabs-justified > .active > a,
  .cpl-scope .nav-tabs-justified > .active > a:hover,
  .cpl-scope .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #84888D;
  }
}
.cpl-scope .tab-content > .tab-pane {
  display: none;
}
.cpl-scope .tab-content > .active {
  display: block;
}
.cpl-scope .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.cpl-scope .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 16px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .cpl-scope .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .cpl-scope .navbar-header {
    float: left;
  }
}
.cpl-scope .navbar-collapse {
  overflow-x: visible;
  padding-right: 16px;
  padding-left: 16px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.cpl-scope .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .cpl-scope .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .cpl-scope .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .cpl-scope .navbar-collapse.in {
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .cpl-scope .navbar-fixed-top .navbar-collapse,
  .cpl-scope .navbar-static-top .navbar-collapse,
  .cpl-scope .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.cpl-scope .navbar-fixed-top .navbar-collapse,
.cpl-scope .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 576px) and (orientation: landscape) {
  .cpl-scope .navbar-fixed-top .navbar-collapse,
  .cpl-scope .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.cpl-scope .container > .navbar-header,
.cpl-scope .container-fluid > .navbar-header,
.cpl-scope .container > .navbar-collapse,
.cpl-scope .container-fluid > .navbar-collapse {
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 768px) {
  .cpl-scope .container > .navbar-header,
  .cpl-scope .container-fluid > .navbar-header,
  .cpl-scope .container > .navbar-collapse,
  .cpl-scope .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.cpl-scope .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .cpl-scope .navbar-static-top {
    border-radius: 0;
  }
}
.cpl-scope .navbar-fixed-top,
.cpl-scope .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .cpl-scope .navbar-fixed-top,
  .cpl-scope .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.cpl-scope .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.cpl-scope .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.cpl-scope .navbar-brand {
  float: left;
  padding: 17px 16px;
  font-size: 15px;
  line-height: 16px;
  height: 50px;
}
.cpl-scope .navbar-brand:hover,
.cpl-scope .navbar-brand:focus {
  text-decoration: none;
}
.cpl-scope .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .cpl-scope .navbar > .container .navbar-brand,
  .cpl-scope .navbar > .container-fluid .navbar-brand {
    margin-left: -16px;
  }
}
.cpl-scope .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 16px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.cpl-scope .navbar-toggle:focus {
  outline: 0;
}
.cpl-scope .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.cpl-scope .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .cpl-scope .navbar-toggle {
    display: none;
  }
}
.cpl-scope .navbar-nav {
  margin: 8.5px -16px;
}
.cpl-scope .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .cpl-scope .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .cpl-scope .navbar-nav .open .dropdown-menu > li > a,
  .cpl-scope .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .cpl-scope .navbar-nav .open .dropdown-menu > li > a {
    line-height: 16px;
  }
  .cpl-scope .navbar-nav .open .dropdown-menu > li > a:hover,
  .cpl-scope .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .cpl-scope .navbar-nav {
    float: left;
    margin: 0;
  }
  .cpl-scope .navbar-nav > li {
    float: left;
  }
  .cpl-scope .navbar-nav > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.cpl-scope .navbar-form {
  margin-left: -16px;
  margin-right: -16px;
  padding: 10px 16px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 3 0 5px rgba(0, 0, 0, 0.5);
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .cpl-scope .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .cpl-scope .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .cpl-scope .navbar-form .form-control-static {
    display: inline-block;
  }
  .cpl-scope .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .cpl-scope .navbar-form .input-group .input-group-addon,
  .cpl-scope .navbar-form .input-group .input-group-btn,
  .cpl-scope .navbar-form .input-group .form-control {
    width: auto;
  }
  .cpl-scope .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .cpl-scope .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .cpl-scope .navbar-form .radio,
  .cpl-scope .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .cpl-scope .navbar-form .radio label,
  .cpl-scope .navbar-form .checkbox label {
    padding-left: 0;
  }
  .cpl-scope .navbar-form .radio input[type="radio"],
  .cpl-scope .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .cpl-scope .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.cpl-scope .navbar-form .radio input[type="radio"] {
  margin-top: 0px;
}
.cpl-scope .navbar-form .radio + .radio,
.cpl-scope .navbar-form .checkbox + .checkbox {
  margin-left: 16px;
}
.cpl-scope .navbar-form input[type="checkbox"],
.cpl-scope .navbar-form input[type="checkbox"] + .checkmark,
.cpl-scope .navbar-form [class*="brand-icon-checkbox-"][tabindex],
.cpl-scope .navbar-form [class*="ihs-icon-checkbox-"][tabindex] {
  top: -1px;
  left: 1px;
}
@media (max-width: 767px) {
  .cpl-scope .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .cpl-scope .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cpl-scope .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  }
}
.cpl-scope .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.cpl-scope .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cpl-scope .navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}
.cpl-scope .navbar-btn.btn-sm {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
.cpl-scope .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.cpl-scope .navbar-text {
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .cpl-scope .navbar-text {
    float: left;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .cpl-scope .navbar-left {
    float: left !important;
  }
  .cpl-scope .navbar-right {
    float: right !important;
    margin-right: -16px;
  }
  .cpl-scope .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.cpl-scope .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.cpl-scope .navbar-default .navbar-brand {
  color: #777777;
}
.cpl-scope .navbar-default .navbar-brand:hover,
.cpl-scope .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.cpl-scope .navbar-default .navbar-text {
  color: #777777;
}
.cpl-scope .navbar-default .navbar-nav > li > a {
  color: #777777;
}
.cpl-scope .navbar-default .navbar-nav > li > a:hover,
.cpl-scope .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.cpl-scope .navbar-default .navbar-nav > .disabled > a,
.cpl-scope .navbar-default .navbar-nav > .disabled > a:hover,
.cpl-scope .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.cpl-scope .navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.cpl-scope .navbar-default .navbar-toggle:hover,
.cpl-scope .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.cpl-scope .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.cpl-scope .navbar-default .navbar-collapse,
.cpl-scope .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.cpl-scope .navbar-default .navbar-nav > .open > a,
.cpl-scope .navbar-default .navbar-nav > .open > a:hover,
.cpl-scope .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .cpl-scope .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .cpl-scope .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .cpl-scope .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .cpl-scope .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .cpl-scope .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .cpl-scope .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .cpl-scope .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .cpl-scope .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .cpl-scope .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.cpl-scope .navbar-default .navbar-link {
  color: #777777;
}
.cpl-scope .navbar-default .navbar-link:hover {
  color: #333333;
}
.cpl-scope .navbar-default .btn-link {
  color: #777777;
}
.cpl-scope .navbar-default .btn-link:hover,
.cpl-scope .navbar-default .btn-link:focus {
  color: #333333;
}
.cpl-scope .navbar-default .btn-link[disabled]:hover,
.cpl-scope .navbar-default .btn-link[disabled]:focus {
  color: #cccccc;
}
.cpl-scope .navbar-default fieldset[disabled] .btn-link:hover,
.cpl-scope .navbar-default fieldset[disabled] .btn-link:focus {
  color: #cccccc;
}
.cpl-scope .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.cpl-scope .navbar-inverse .navbar-brand {
  color: #eaeced;
}
.cpl-scope .navbar-inverse .navbar-brand:hover,
.cpl-scope .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.cpl-scope .navbar-inverse .navbar-text {
  color: #eaeced;
}
.cpl-scope .navbar-inverse .navbar-nav > li > a {
  color: #eaeced;
}
.cpl-scope .navbar-inverse .navbar-nav > li > a:hover,
.cpl-scope .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.cpl-scope .navbar-inverse .navbar-nav > .active > a,
.cpl-scope .navbar-inverse .navbar-nav > .active > a:hover,
.cpl-scope .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.cpl-scope .navbar-inverse .navbar-nav > .disabled > a,
.cpl-scope .navbar-inverse .navbar-nav > .disabled > a:hover,
.cpl-scope .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.cpl-scope .navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.cpl-scope .navbar-inverse .navbar-toggle:hover,
.cpl-scope .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.cpl-scope .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.cpl-scope .navbar-inverse .navbar-collapse,
.cpl-scope .navbar-inverse .navbar-form {
  border-color: #101010;
}
.cpl-scope .navbar-inverse .navbar-nav > .open > a,
.cpl-scope .navbar-inverse .navbar-nav > .open > a:hover,
.cpl-scope .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cpl-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .cpl-scope .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .cpl-scope .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #eaeced;
  }
  .cpl-scope .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .cpl-scope .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .cpl-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .cpl-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .cpl-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .cpl-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .cpl-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .cpl-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.cpl-scope .navbar-inverse .navbar-link {
  color: #eaeced;
}
.cpl-scope .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.cpl-scope .navbar-inverse .btn-link {
  color: #eaeced;
}
.cpl-scope .navbar-inverse .btn-link:hover,
.cpl-scope .navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.cpl-scope .navbar-inverse .btn-link[disabled]:hover,
.cpl-scope .navbar-inverse .btn-link[disabled]:focus {
  color: #444444;
}
.cpl-scope .navbar-inverse fieldset[disabled] .btn-link:hover,
.cpl-scope .navbar-inverse fieldset[disabled] .btn-link:focus {
  color: #444444;
}
.cpl-scope .breadcrumb {
  padding: 4px 15px;
  margin-bottom: 16px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.cpl-scope .breadcrumb > li {
  display: inline-block;
}
.cpl-scope .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.cpl-scope .breadcrumb > .active {
  color: #C1C5CA;
}
.cpl-scope .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 16px 0;
  border-radius: 2px;
}
.cpl-scope .pagination > li {
  display: inline;
}
.cpl-scope .pagination > li > a,
.cpl-scope .pagination > li > button,
.cpl-scope .pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 15px;
  line-height: 16px;
  text-decoration: none;
  color: #009596;
  background-color: #ffffff;
  border: 1px solid #C1C5CA;
  margin-left: -1px;
}
.cpl-scope .pagination > li:first-child > a,
.cpl-scope .pagination > li:first-child > button,
.cpl-scope .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.cpl-scope .pagination > li:last-child > a,
.cpl-scope .pagination > li:last-child > button,
.cpl-scope .pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.cpl-scope .pagination > li > a.hover,
.cpl-scope .pagination > li > button.hover,
.cpl-scope .pagination > li > span.hover,
.cpl-scope .pagination > li > a:hover,
.cpl-scope .pagination > li > button:hover,
.cpl-scope .pagination > li > span:hover,
.cpl-scope .pagination > li > a.focus,
.cpl-scope .pagination > li > button.focus,
.cpl-scope .pagination > li > span.focus,
.cpl-scope .pagination > li > a:focus,
.cpl-scope .pagination > li > button:focus,
.cpl-scope .pagination > li > span:focus {
  z-index: 2;
  color: #007778;
  background-color: #EAEEF3;
  border-color: #007778;
}
.cpl-scope .pagination > .active > a,
.cpl-scope .pagination > .active > button,
.cpl-scope .pagination > .active > span,
.cpl-scope .pagination > .active > a.hover,
.cpl-scope .pagination > .active > button.hover,
.cpl-scope .pagination > .active > span.hover,
.cpl-scope .pagination > .active > a:hover,
.cpl-scope .pagination > .active > button:hover,
.cpl-scope .pagination > .active > span:hover,
.cpl-scope .pagination > .active > a.focus,
.cpl-scope .pagination > .active > button.focus,
.cpl-scope .pagination > .active > span.focus,
.cpl-scope .pagination > .active > a:focus,
.cpl-scope .pagination > .active > button:focus,
.cpl-scope .pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #009596;
  border-color: #009596;
  cursor: default;
}
.cpl-scope .pagination > .disabled > span,
.cpl-scope .pagination > [disabled] > span,
.cpl-scope .pagination > .disabled > span.hover,
.cpl-scope .pagination > [disabled] > span.hover,
.cpl-scope .pagination > .disabled > span:hover,
.cpl-scope .pagination > [disabled] > span:hover,
.cpl-scope .pagination > .disabled > span.focus,
.cpl-scope .pagination > [disabled] > span.focus,
.cpl-scope .pagination > .disabled > span:focus,
.cpl-scope .pagination > [disabled] > span:focus,
.cpl-scope .pagination > .disabled > a,
.cpl-scope .pagination > [disabled] > a,
.cpl-scope .pagination > .disabled > a.hover,
.cpl-scope .pagination > [disabled] > a.hover,
.cpl-scope .pagination > .disabled > a:hover,
.cpl-scope .pagination > [disabled] > a:hover,
.cpl-scope .pagination > .disabled > a.focus,
.cpl-scope .pagination > [disabled] > a.focus,
.cpl-scope .pagination > .disabled > a:focus,
.cpl-scope .pagination > [disabled] > a:focus,
.cpl-scope .pagination > .disabled > button,
.cpl-scope .pagination > [disabled] > button,
.cpl-scope .pagination > .disabled > button.hover,
.cpl-scope .pagination > [disabled] > button.hover,
.cpl-scope .pagination > .disabled > button:hover,
.cpl-scope .pagination > [disabled] > button:hover,
.cpl-scope .pagination > .disabled > button.focus,
.cpl-scope .pagination > [disabled] > button.focus,
.cpl-scope .pagination > .disabled > button:focus,
.cpl-scope .pagination > [disabled] > button:focus {
  color: #ffffff;
  background-color: #C1C5CA;
  border-color: #C1C5CA;
  cursor: not-allowed;
}
.cpl-scope .pagination-lg > li > a,
.cpl-scope .pagination-lg > li > button,
.cpl-scope .pagination-lg > li > span {
  padding: 7px 15px;
  font-size: 15px;
  line-height: 1.3333333;
}
.cpl-scope .pagination-lg > li:first-child > a,
.cpl-scope .pagination-lg > li:first-child > button,
.cpl-scope .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.cpl-scope .pagination-lg > li:last-child > a,
.cpl-scope .pagination-lg > li:last-child > button,
.cpl-scope .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.cpl-scope .pagination-sm > li > a,
.cpl-scope .pagination-sm > li > button,
.cpl-scope .pagination-sm > li > span {
  padding: 0px 8px;
  font-size: 10px;
  line-height: 1.333333;
}
.cpl-scope .pagination-sm > li:first-child > a,
.cpl-scope .pagination-sm > li:first-child > button,
.cpl-scope .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.cpl-scope .pagination-sm > li:last-child > a,
.cpl-scope .pagination-sm > li:last-child > button,
.cpl-scope .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.cpl-scope .pager {
  padding-left: 0;
  margin: 16px 0;
  list-style: none;
  text-align: center;
}
.cpl-scope .pager li {
  display: inline;
}
.cpl-scope .pager li > a,
.cpl-scope .pager li > button,
.cpl-scope .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #C1C5CA;
  border-radius: 2px;
  font-weight: bold;
  color: #009596;
}
.cpl-scope .pager li > a:hover,
.cpl-scope .pager li > a.hover,
.cpl-scope .pager li > button:hover,
.cpl-scope .pager li > button.hover,
.cpl-scope .pager li > a:focus,
.cpl-scope .pager li > a.focus,
.cpl-scope .pager li > button:focus,
.cpl-scope .pager li > button.focus {
  text-decoration: none;
  background-color: #EAEEF3;
  border-color: #007778;
}
.cpl-scope .pager .next > a,
.cpl-scope .pager .next > button,
.cpl-scope .pager .next > span {
  float: right;
}
.cpl-scope .pager .previous > a,
.cpl-scope .pager .previous > button,
.cpl-scope .pager .previous > span {
  float: left;
}
.cpl-scope .pager .disabled > a,
.cpl-scope .pager [disabled] > a,
.cpl-scope .pager .disabled > a:hover,
.cpl-scope .pager [disabled] > a:hover,
.cpl-scope .pager .disabled > a.hover,
.cpl-scope .pager [disabled] > a.hover,
.cpl-scope .pager .disabled > a:focus,
.cpl-scope .pager [disabled] > a:focus,
.cpl-scope .pager .disabled > a.focus,
.cpl-scope .pager [disabled] > a.focus,
.cpl-scope .pager .disabled > span,
.cpl-scope .pager [disabled] > span,
.cpl-scope .pager .disabled > button,
.cpl-scope .pager [disabled] > button,
.cpl-scope .pager .disabled > button:hover,
.cpl-scope .pager [disabled] > button:hover,
.cpl-scope .pager .disabled > button.hover,
.cpl-scope .pager [disabled] > button.hover,
.cpl-scope .pager .disabled > button:focus,
.cpl-scope .pager [disabled] > button:focus,
.cpl-scope .pager .disabled > button.focus,
.cpl-scope .pager [disabled] > button.focus,
.cpl-scope .pager .disabled > span,
.cpl-scope .pager [disabled] > span {
  color: #ffffff;
  background-color: #C1C5CA;
  border-color: #ffffff;
  cursor: not-allowed;
}
.cpl-scope h1 .label,
.cpl-scope .h1 .label h2 .label,
.cpl-scope .h2 .label h3 .label,
.cpl-scope .h3 .label {
  position: relative;
}
.cpl-scope h1 .label,
.cpl-scope .h1 .label {
  position: relative;
  top: -2px;
}
.cpl-scope h2 .label,
.cpl-scope .h2 .label {
  position: relative;
  top: -2px;
}
.cpl-scope h3 .label,
.cpl-scope .h2 .label {
  position: relative;
  top: -1px;
}
.cpl-scope .label {
  display: inline;
  background-color: #32363B;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.cpl-scope .label:empty {
  display: none;
}
.cpl-scope .btn .label {
  position: relative;
  top: -1px;
}
.cpl-scope a.label:hover,
.cpl-scope a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.cpl-scope .label-default {
  background-color: #84888D;
}
.cpl-scope .label-default[href]:hover,
.cpl-scope .label-default[href]:focus {
  background-color: #6b6f73;
}
.cpl-scope .label-primary {
  background-color: #009596;
}
.cpl-scope .label-primary[href]:hover,
.cpl-scope .label-primary[href]:focus {
  background-color: #006263;
}
.cpl-scope .label-success {
  background-color: #8DC63F;
}
.cpl-scope .label-success[href]:hover,
.cpl-scope .label-success[href]:focus {
  background-color: #72a230;
}
.cpl-scope .label-info {
  background-color: #0096D2;
}
.cpl-scope .label-info[href]:hover,
.cpl-scope .label-info[href]:focus {
  background-color: #00729f;
}
.cpl-scope .label-warning {
  background-color: #F7941D;
}
.cpl-scope .label-warning[href]:hover,
.cpl-scope .label-warning[href]:focus {
  background-color: #d97a08;
}
.cpl-scope .label-danger {
  background-color: #CF1034;
}
.cpl-scope .label-danger[href]:hover,
.cpl-scope .label-danger[href]:focus {
  background-color: #a00c28;
}
.cpl-scope .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: regular;
  color: #ffffff;
  line-height: 1.2;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #CF1034;
  border-radius: 12px;
}
.cpl-scope .badge:empty {
  display: none;
}
.cpl-scope .btn .badge {
  position: relative;
  top: -1px;
}
.cpl-scope .btn-xs .badge,
.cpl-scope .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.cpl-scope .list-group-item.active > .badge,
.cpl-scope .nav-pills > .active > a > .badge {
  color: #0271BB;
  background-color: #ffffff;
}
.cpl-scope .list-group-item > .badge {
  float: right;
}
.cpl-scope .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.cpl-scope .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.cpl-scope a.badge:hover,
.cpl-scope a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.cpl-scope .jumbotron {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  color: inherit;
  background-color: #EAEEF3;
}
.cpl-scope .jumbotron h1,
.cpl-scope .jumbotron .h1 {
  color: #00993E;
  text-shadow: 0 0 1px #FFF, 0 0 1px #FFF, 0 0 1px #FFF;
}
.cpl-scope .jumbotron p {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 200;
}
.cpl-scope .jumbotron .lead {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .cpl-scope .jumbotron .lead {
    font-size: 18px;
  }
}
.cpl-scope .jumbotron > hr {
  border-top-color: #cad4e0;
}
.cpl-scope .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .cpl-scope .jumbotron {
    padding-top: 25.6px;
    padding-bottom: 25.6px;
  }
  .cpl-scope .jumbotron h1,
  .cpl-scope .jumbotron .h1 {
    font-size: 54px;
  }
}
.cpl-scope .container .jumbotron,
.cpl-scope .container-fluid .jumbotron {
  border-radius: 3px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .cpl-scope .container .jumbotron,
  .cpl-scope .container-fluid .jumbotron {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cpl-scope .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 16px;
  line-height: 16px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out 1s linear;
  -moz-transition: border 0.2s ease-in-out 1s linear;
  -o-transition: border 0.2s ease-in-out 1s linear;
  -ms-transition: border 0.2s ease-in-out 1s linear;
  transition: border 0.2s ease-in-out 1s linear;
}
.cpl-scope .thumbnail > img,
.cpl-scope .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
.cpl-scope .thumbnail .caption {
  padding: 9px;
  color: #32363B;
}
.cpl-scope a.thumbnail:hover,
.cpl-scope a.thumbnail:focus,
.cpl-scope a.thumbnail.active {
  border-color: #0271BB;
}
.cpl-scope .alert {
  padding: 7px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.cpl-scope .alert h4 {
  margin-top: 0;
  color: inherit;
}
.cpl-scope .alert .alert-link {
  font-weight: bold;
}
.cpl-scope .alert > p,
.cpl-scope .alert > ul {
  margin-bottom: 0;
}
.cpl-scope .alert > p + p {
  margin-top: 5px;
}
.cpl-scope .alert-dismissable,
.cpl-scope .alert-dismissible {
  padding-right: 27px;
}
.cpl-scope .alert-dismissable .close,
.cpl-scope .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
}
.cpl-scope .alert-success {
  background-color: #d9f3b6;
  border-color: transparent;
  color: #6EA720;
}
.cpl-scope .alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.cpl-scope .alert-success .alert-link {
  color: #527c18;
}
.cpl-scope .alert-info {
  background-color: #b8f1ff;
  border-color: transparent;
  color: #32363B;
}
.cpl-scope .alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.cpl-scope .alert-info .alert-link {
  color: #1b1d1f;
}
.cpl-scope .alert-warning {
  background-color: #ffdba2;
  border-color: transparent;
  color: #F7941D;
}
.cpl-scope .alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.cpl-scope .alert-warning .alert-link {
  color: #d97a08;
}
.cpl-scope .alert-danger {
  background-color: #fbcdd6;
  border-color: transparent;
  color: #CF1034;
}
.cpl-scope .alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.cpl-scope .alert-danger .alert-link {
  color: #a00c28;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.cpl-scope .progress {
  overflow: hidden;
  height: 16px;
  margin-bottom: 16px;
  background-color: #EAEEF3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
  background-color: #009596;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 3 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease 1s linear;
  -moz-transition: width 0.6s ease 1s linear;
  -o-transition: width 0.6s ease 1s linear;
  -ms-transition: width 0.6s ease 1s linear;
  transition: width 0.6s ease 1s linear;
}
.cpl-scope .progress-striped .progress-bar,
.cpl-scope .progress-bar-striped {
  background-image: -webkit-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);
  background-image: -o-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);
  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);
  background-size: 40px 40px;
}
.cpl-scope .progress.active .progress-bar,
.cpl-scope .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
  -moz-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
  -ms-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
}
.cpl-scope .progress-bar-success {
  background-color: #8DC63F;
}
.cpl-scope .progress-bar-info {
  background-color: #00B5F1;
}
.cpl-scope .progress-bar-warning {
  background-color: #F7941D;
}
.cpl-scope .progress-bar-danger {
  background-color: #CF1034;
}
.cpl-scope .progress-striped .progress-bar-success,
.cpl-scope .progress-striped .progress-bar-info,
.cpl-scope .progress-striped .progress-bar-warning,
.cpl-scope .progress-striped .progress-bar-danger {
  background-image: -webkit-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);
  background-image: -o-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);
  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);
}
.cpl-scope .media {
  margin-top: 15px;
}
.cpl-scope .media:first-child {
  margin-top: 0;
}
.cpl-scope .media,
.cpl-scope .media-body {
  zoom: 1;
  overflow: hidden;
}
.cpl-scope .media-body {
  width: 10000px;
}
.cpl-scope .media-object {
  display: block;
}
.cpl-scope .media-object.img-thumbnail {
  max-width: none;
}
.cpl-scope .media-right,
.cpl-scope .media > .pull-right {
  padding-left: 10px;
}
.cpl-scope .media-left,
.cpl-scope .media > .pull-left {
  padding-right: 10px;
}
.cpl-scope .media-left,
.cpl-scope .media-right,
.cpl-scope .media-body {
  display: table-cell;
  vertical-align: top;
}
.cpl-scope .media-middle {
  vertical-align: middle;
}
.cpl-scope .media-bottom {
  vertical-align: bottom;
}
.cpl-scope .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.cpl-scope .media-list {
  padding-left: 0;
  list-style: none;
}
.cpl-scope .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.cpl-scope .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #C1C5CA;
}
.cpl-scope .list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.cpl-scope .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.cpl-scope a.list-group-item,
.cpl-scope button.list-group-item {
  color: #32363B;
}
.cpl-scope a.list-group-item .list-group-item-heading,
.cpl-scope button.list-group-item .list-group-item-heading {
  color: #32363B;
}
.cpl-scope a.list-group-item:hover,
.cpl-scope button.list-group-item:hover,
.cpl-scope a.list-group-item:focus,
.cpl-scope button.list-group-item:focus {
  text-decoration: none;
  color: #32363B;
  background-color: #EAEEF3;
}
.cpl-scope button.list-group-item {
  width: 100%;
  text-align: left;
}
.cpl-scope .list-group-item.disabled,
.cpl-scope .list-group-item.disabled:hover,
.cpl-scope .list-group-item.disabled:focus {
  background-color: #EAEEF3;
  color: #C1C5CA;
  cursor: not-allowed;
}
.cpl-scope .list-group-item.disabled .list-group-item-heading,
.cpl-scope .list-group-item.disabled:hover .list-group-item-heading,
.cpl-scope .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.cpl-scope .list-group-item.disabled .list-group-item-text,
.cpl-scope .list-group-item.disabled:hover .list-group-item-text,
.cpl-scope .list-group-item.disabled:focus .list-group-item-text {
  color: #C1C5CA;
}
.cpl-scope .list-group-item.active,
.cpl-scope .list-group-item.active:hover,
.cpl-scope .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #009596;
  border-color: #009596;
}
.cpl-scope .list-group-item.active .list-group-item-heading,
.cpl-scope .list-group-item.active:hover .list-group-item-heading,
.cpl-scope .list-group-item.active:focus .list-group-item-heading,
.cpl-scope .list-group-item.active .list-group-item-heading > small,
.cpl-scope .list-group-item.active:hover .list-group-item-heading > small,
.cpl-scope .list-group-item.active:focus .list-group-item-heading > small,
.cpl-scope .list-group-item.active .list-group-item-heading > .small,
.cpl-scope .list-group-item.active:hover .list-group-item-heading > .small,
.cpl-scope .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.cpl-scope .list-group-item.active .list-group-item-text,
.cpl-scope .list-group-item.active:hover .list-group-item-text,
.cpl-scope .list-group-item.active:focus .list-group-item-text {
  color: #84888D;
}
.cpl-scope .list-group-item-success {
  color: #6EA720;
  background-color: #d9f3b6;
}
.cpl-scope a.list-group-item-success,
.cpl-scope button.list-group-item-success {
  color: #6EA720;
}
.cpl-scope a.list-group-item-success .list-group-item-heading,
.cpl-scope button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.cpl-scope a.list-group-item-success:hover,
.cpl-scope button.list-group-item-success:hover,
.cpl-scope a.list-group-item-success:focus,
.cpl-scope button.list-group-item-success:focus {
  color: #6EA720;
  background-color: #cef0a0;
}
.cpl-scope a.list-group-item-success.active,
.cpl-scope button.list-group-item-success.active,
.cpl-scope a.list-group-item-success.active:hover,
.cpl-scope button.list-group-item-success.active:hover,
.cpl-scope a.list-group-item-success.active:focus,
.cpl-scope button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #6EA720;
  border-color: #6EA720;
}
.cpl-scope .list-group-item-info {
  color: #32363B;
  background-color: #b8f1ff;
}
.cpl-scope a.list-group-item-info,
.cpl-scope button.list-group-item-info {
  color: #32363B;
}
.cpl-scope a.list-group-item-info .list-group-item-heading,
.cpl-scope button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.cpl-scope a.list-group-item-info:hover,
.cpl-scope button.list-group-item-info:hover,
.cpl-scope a.list-group-item-info:focus,
.cpl-scope button.list-group-item-info:focus {
  color: #32363B;
  background-color: #9fecff;
}
.cpl-scope a.list-group-item-info.active,
.cpl-scope button.list-group-item-info.active,
.cpl-scope a.list-group-item-info.active:hover,
.cpl-scope button.list-group-item-info.active:hover,
.cpl-scope a.list-group-item-info.active:focus,
.cpl-scope button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #32363B;
  border-color: #32363B;
}
.cpl-scope .list-group-item-warning {
  color: #F7941D;
  background-color: #ffdba2;
}
.cpl-scope a.list-group-item-warning,
.cpl-scope button.list-group-item-warning {
  color: #F7941D;
}
.cpl-scope a.list-group-item-warning .list-group-item-heading,
.cpl-scope button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.cpl-scope a.list-group-item-warning:hover,
.cpl-scope button.list-group-item-warning:hover,
.cpl-scope a.list-group-item-warning:focus,
.cpl-scope button.list-group-item-warning:focus {
  color: #F7941D;
  background-color: #ffd188;
}
.cpl-scope a.list-group-item-warning.active,
.cpl-scope button.list-group-item-warning.active,
.cpl-scope a.list-group-item-warning.active:hover,
.cpl-scope button.list-group-item-warning.active:hover,
.cpl-scope a.list-group-item-warning.active:focus,
.cpl-scope button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #F7941D;
  border-color: #F7941D;
}
.cpl-scope .list-group-item-danger {
  color: #CF1034;
  background-color: #fbcdd6;
}
.cpl-scope a.list-group-item-danger,
.cpl-scope button.list-group-item-danger {
  color: #CF1034;
}
.cpl-scope a.list-group-item-danger .list-group-item-heading,
.cpl-scope button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.cpl-scope a.list-group-item-danger:hover,
.cpl-scope button.list-group-item-danger:hover,
.cpl-scope a.list-group-item-danger:focus,
.cpl-scope button.list-group-item-danger:focus {
  color: #CF1034;
  background-color: #f9b5c2;
}
.cpl-scope a.list-group-item-danger.active,
.cpl-scope button.list-group-item-danger.active,
.cpl-scope a.list-group-item-danger.active:hover,
.cpl-scope button.list-group-item-danger.active:hover,
.cpl-scope a.list-group-item-danger.active:focus,
.cpl-scope button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #CF1034;
  border-color: #CF1034;
}
.cpl-scope .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.cpl-scope .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.cpl-scope .panel {
  margin-bottom: 16px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .panel-body {
  padding: 16px;
}
.cpl-scope .panel-heading {
  padding: 12px 16px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.cpl-scope .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.cpl-scope .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.cpl-scope .panel-title > a,
.cpl-scope .panel-title > small,
.cpl-scope .panel-title > .small,
.cpl-scope .panel-title > small > a,
.cpl-scope .panel-title > .small > a {
  color: inherit;
}
.cpl-scope .panel-footer {
  padding: 12px 16px;
  background-color: #ffffff;
  border-top: 1px solid #EAEEF3;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.cpl-scope .panel > .list-group,
.cpl-scope .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.cpl-scope .panel > .list-group .list-group-item,
.cpl-scope .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.cpl-scope .panel > .list-group:first-child .list-group-item:first-child,
.cpl-scope .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.cpl-scope .panel > .list-group:last-child .list-group-item:last-child,
.cpl-scope .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.cpl-scope .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.cpl-scope .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.cpl-scope .list-group + .panel-footer {
  border-top-width: 0;
}
.cpl-scope .panel > .table,
.cpl-scope .panel > .table-responsive > .table,
.cpl-scope .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.cpl-scope .panel > .table caption,
.cpl-scope .panel > .table-responsive > .table caption,
.cpl-scope .panel > .panel-collapse > .table caption {
  padding-left: 16px;
  padding-right: 16px;
}
.cpl-scope .panel > .table:first-child,
.cpl-scope .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.cpl-scope .panel > .table:first-child > thead:first-child > tr:first-child,
.cpl-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.cpl-scope .panel > .table:first-child > tbody:first-child > tr:first-child,
.cpl-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.cpl-scope .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.cpl-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.cpl-scope .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.cpl-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.cpl-scope .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.cpl-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.cpl-scope .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.cpl-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.cpl-scope .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.cpl-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.cpl-scope .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.cpl-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.cpl-scope .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.cpl-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.cpl-scope .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.cpl-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.cpl-scope .panel > .table:last-child,
.cpl-scope .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.cpl-scope .panel > .table:last-child > tbody:last-child > tr:last-child,
.cpl-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.cpl-scope .panel > .table:last-child > tfoot:last-child > tr:last-child,
.cpl-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.cpl-scope .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.cpl-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.cpl-scope .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.cpl-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.cpl-scope .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.cpl-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.cpl-scope .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.cpl-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.cpl-scope .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.cpl-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.cpl-scope .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.cpl-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.cpl-scope .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.cpl-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.cpl-scope .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.cpl-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.cpl-scope .panel > .panel-body + .table,
.cpl-scope .panel > .panel-body + .table-responsive,
.cpl-scope .panel > .table + .panel-body,
.cpl-scope .panel > .table-responsive + .panel-body {
  border-top: 1px solid #f1f1f2;
}
.cpl-scope .panel > .table > tbody:first-child > tr:first-child th,
.cpl-scope .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.cpl-scope .panel > .table-bordered,
.cpl-scope .panel > .table-responsive > .table-bordered {
  border: 0;
}
.cpl-scope .panel > .table-bordered > thead > tr > th:first-child,
.cpl-scope .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.cpl-scope .panel > .table-bordered > tbody > tr > th:first-child,
.cpl-scope .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.cpl-scope .panel > .table-bordered > tfoot > tr > th:first-child,
.cpl-scope .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.cpl-scope .panel > .table-bordered > thead > tr > td:first-child,
.cpl-scope .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.cpl-scope .panel > .table-bordered > tbody > tr > td:first-child,
.cpl-scope .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.cpl-scope .panel > .table-bordered > tfoot > tr > td:first-child,
.cpl-scope .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.cpl-scope .panel > .table-bordered > thead > tr > th:last-child,
.cpl-scope .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.cpl-scope .panel > .table-bordered > tbody > tr > th:last-child,
.cpl-scope .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.cpl-scope .panel > .table-bordered > tfoot > tr > th:last-child,
.cpl-scope .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.cpl-scope .panel > .table-bordered > thead > tr > td:last-child,
.cpl-scope .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.cpl-scope .panel > .table-bordered > tbody > tr > td:last-child,
.cpl-scope .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.cpl-scope .panel > .table-bordered > tfoot > tr > td:last-child,
.cpl-scope .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.cpl-scope .panel > .table-bordered > thead > tr:first-child > td,
.cpl-scope .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.cpl-scope .panel > .table-bordered > tbody > tr:first-child > td,
.cpl-scope .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.cpl-scope .panel > .table-bordered > thead > tr:first-child > th,
.cpl-scope .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.cpl-scope .panel > .table-bordered > tbody > tr:first-child > th,
.cpl-scope .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.cpl-scope .panel > .table-bordered > tbody > tr:last-child > td,
.cpl-scope .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.cpl-scope .panel > .table-bordered > tfoot > tr:last-child > td,
.cpl-scope .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.cpl-scope .panel > .table-bordered > tbody > tr:last-child > th,
.cpl-scope .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.cpl-scope .panel > .table-bordered > tfoot > tr:last-child > th,
.cpl-scope .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.cpl-scope .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.cpl-scope .panel-group {
  margin-bottom: 16px;
}
.cpl-scope .panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.cpl-scope .panel-group .panel + .panel {
  margin-top: 5px;
}
.cpl-scope .panel-group .panel-heading {
  border-bottom: 0;
}
.cpl-scope .panel-group .panel-heading + .panel-collapse > .panel-body,
.cpl-scope .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #EAEEF3;
}
.cpl-scope .panel-group .panel-footer {
  border-top: 0;
}
.cpl-scope .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #EAEEF3;
}
.cpl-scope .panel-default {
  border-color: #EAEEF3;
}
.cpl-scope .panel-default > .panel-heading {
  color: #32363B;
  background-color: #F0F1F2;
  border-color: #EAEEF3;
}
.cpl-scope .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EAEEF3;
}
.cpl-scope .panel-default > .panel-heading .badge {
  color: #F0F1F2;
  background-color: #32363B;
}
.cpl-scope .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #EAEEF3;
}
.cpl-scope .panel-primary {
  border-color: #009596;
}
.cpl-scope .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #009596;
  border-color: #009596;
}
.cpl-scope .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #009596;
}
.cpl-scope .panel-primary > .panel-heading .badge {
  color: #009596;
  background-color: #ffffff;
}
.cpl-scope .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #009596;
}
.cpl-scope .panel-success {
  border-color: #8DC63F;
}
.cpl-scope .panel-success > .panel-heading {
  color: #ffffff;
  background-color: #8DC63F;
  border-color: #8DC63F;
}
.cpl-scope .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8DC63F;
}
.cpl-scope .panel-success > .panel-heading .badge {
  color: #8DC63F;
  background-color: #ffffff;
}
.cpl-scope .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8DC63F;
}
.cpl-scope .panel-info {
  border-color: #00B5F1;
}
.cpl-scope .panel-info > .panel-heading {
  color: #ffffff;
  background-color: #00688b;
  border-color: #00B5F1;
}
.cpl-scope .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00B5F1;
}
.cpl-scope .panel-info > .panel-heading .badge {
  color: #00688b;
  background-color: #ffffff;
}
.cpl-scope .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00B5F1;
}
.cpl-scope .panel-warning {
  border-color: #F7941D;
}
.cpl-scope .panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #F7941D;
  border-color: #F7941D;
}
.cpl-scope .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #F7941D;
}
.cpl-scope .panel-warning > .panel-heading .badge {
  color: #F7941D;
  background-color: #ffffff;
}
.cpl-scope .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #F7941D;
}
.cpl-scope .panel-danger {
  border-color: #CF1034;
}
.cpl-scope .panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #CF1034;
  border-color: #CF1034;
}
.cpl-scope .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #CF1034;
}
.cpl-scope .panel-danger > .panel-heading .badge {
  color: #CF1034;
  background-color: #ffffff;
}
.cpl-scope .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #CF1034;
}
.cpl-scope .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.cpl-scope .embed-responsive .embed-responsive-item,
.cpl-scope .embed-responsive iframe,
.cpl-scope .embed-responsive embed,
.cpl-scope .embed-responsive object,
.cpl-scope .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.cpl-scope .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.cpl-scope .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.cpl-scope .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #EAEEF3;
  border: 1px solid #EAEEF3;
  border-radius: 2px;
}
.cpl-scope .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.cpl-scope .well-lg {
  padding: 24px;
  border-radius: 3px;
}
.cpl-scope .well-sm {
  padding: 9px;
  border-radius: 1px;
}
.cpl-scope .close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #C1C5CA;
  text-shadow: 0 1px 0 #fff;
  margin-right: -12px;
}
.cpl-scope .close:hover,
.cpl-scope .close:focus {
  color: #84888D;
  text-decoration: none;
  cursor: pointer;
}
.cpl-scope button.close {
  padding: 0 4px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.cpl-scope .modal-open {
  overflow: hidden;
}
.cpl-scope .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.cpl-scope .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.cpl-scope .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cpl-scope .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cpl-scope .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.cpl-scope .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid #EAEEF3;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3 0 5px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.cpl-scope .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #32363B;
}
.cpl-scope .modal-backdrop.fade {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.cpl-scope .modal-backdrop.in {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.cpl-scope .modal-header {
  padding: 14px;
  border-bottom: 1px solid #009596;
}
.cpl-scope .modal-header .close {
  margin-top: 2px;
}
.cpl-scope .modal-title {
  margin: 0;
  line-height: 16px;
}
.cpl-scope .modal-body {
  position: relative;
  padding: 14px;
}
.cpl-scope .modal-footer {
  padding: 14px;
  text-align: right;
  border-top: 1px solid #ffffff;
}
.cpl-scope .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.cpl-scope .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.cpl-scope .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.cpl-scope .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .cpl-scope .modal-dialog {
    width: 60%;
    margin: 30px auto;
  }
  .cpl-scope .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3 0 5px rgba(0, 0, 0, 0.5);
  }
  .cpl-scope .modal-sm {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .cpl-scope .modal-lg {
    width: 90%;
  }
}
.cpl-scope .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 16px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 10px;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.cpl-scope .tooltip.in {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.cpl-scope .tooltip.top {
  margin-top: -3px;
  padding: 8px 0;
}
.cpl-scope .tooltip.right {
  margin-left: 3px;
  padding: 0 8px;
}
.cpl-scope .tooltip.bottom {
  margin-top: 3px;
  padding: 8px 0;
}
.cpl-scope .tooltip.left {
  margin-left: -3px;
  padding: 0 8px;
}
.cpl-scope .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #32363B;
  text-align: center;
  background-color: #ffffff;
  border-radius: 2px;
}
.cpl-scope .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.cpl-scope .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  border-width: 8px 8px 0;
  border-top-color: #ffffff;
}
.cpl-scope .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 8px;
  margin-bottom: -8px;
  border-width: 8px 8px 0;
  border-top-color: #ffffff;
}
.cpl-scope .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 8px;
  margin-bottom: -8px;
  border-width: 8px 8px 0;
  border-top-color: #ffffff;
}
.cpl-scope .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -8px;
  border-width: 8px 8px 8px 0;
  border-right-color: #ffffff;
}
.cpl-scope .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -8px;
  border-width: 8px 0 8px 8px;
  border-left-color: #ffffff;
}
.cpl-scope .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #ffffff;
}
.cpl-scope .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 8px;
  margin-top: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #ffffff;
}
.cpl-scope .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 8px;
  margin-top: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #ffffff;
}
.cpl-scope .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 16px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid #C1C5CA;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .popover.top {
  margin-top: -8px;
}
.cpl-scope .popover.right {
  margin-left: 8px;
}
.cpl-scope .popover.bottom {
  margin-top: 8px;
}
.cpl-scope .popover.left {
  margin-left: -8px;
}
.cpl-scope .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
}
.cpl-scope .popover-content {
  padding: 9px 14px;
}
.cpl-scope .popover:not(.show) > .arrow,
.cpl-scope .popover:not(.show) > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.cpl-scope .popover:not(.show) > .arrow {
  border-width: 9px;
}
.cpl-scope .popover:not(.show) > .arrow:after {
  border-width: 8px;
  border-width: calc(8.125px);
  content: "";
}
.cpl-scope .popover:not(.show).top > .arrow {
  left: 50%;
  margin-left: -9px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #84888D;
  bottom: -9px;
}
.cpl-scope .popover:not(.show).top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -8px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.cpl-scope .popover:not(.show).right > .arrow {
  top: 50%;
  left: -9px;
  margin-top: -9px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #84888D;
}
.cpl-scope .popover:not(.show).right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -8px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.cpl-scope .popover:not(.show).bottom > .arrow {
  left: 50%;
  margin-left: -9px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #84888D;
  top: -9px;
}
.cpl-scope .popover:not(.show).bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -8px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.cpl-scope .popover:not(.show).left > .arrow {
  top: 50%;
  right: -9px;
  margin-top: -9px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #84888D;
}
.cpl-scope .popover:not(.show).left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -8px;
}
.cpl-scope .carousel {
  position: relative;
}
.cpl-scope .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.cpl-scope .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left 1s linear;
  -moz-transition: 0.6s ease-in-out left 1s linear;
  -o-transition: 0.6s ease-in-out left 1s linear;
  -ms-transition: 0.6s ease-in-out left 1s linear;
  transition: 0.6s ease-in-out left 1s linear;
}
.cpl-scope .carousel-inner > .item > img,
.cpl-scope .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .cpl-scope .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
  }
  .cpl-scope .carousel-inner > .item.next,
  .cpl-scope .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .cpl-scope .carousel-inner > .item.prev,
  .cpl-scope .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .cpl-scope .carousel-inner > .item.next.left,
  .cpl-scope .carousel-inner > .item.prev.right,
  .cpl-scope .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.cpl-scope .carousel-inner > .active,
.cpl-scope .carousel-inner > .next,
.cpl-scope .carousel-inner > .prev {
  display: block;
}
.cpl-scope .carousel-inner > .active {
  left: 0;
}
.cpl-scope .carousel-inner > .next,
.cpl-scope .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.cpl-scope .carousel-inner > .next {
  left: 100%;
}
.cpl-scope .carousel-inner > .prev {
  left: -100%;
}
.cpl-scope .carousel-inner > .next.left,
.cpl-scope .carousel-inner > .prev.right {
  left: 0;
}
.cpl-scope .carousel-inner > .active.left {
  left: -100%;
}
.cpl-scope .carousel-inner > .active.right {
  left: 100%;
}
.cpl-scope .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.cpl-scope .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.cpl-scope .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.cpl-scope .carousel-control:hover,
.cpl-scope .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.cpl-scope .carousel-control .icon-prev,
.cpl-scope .carousel-control .icon-next,
.cpl-scope .carousel-control .glyphicon-chevron-left,
.cpl-scope .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.cpl-scope .carousel-control .icon-prev,
.cpl-scope .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.cpl-scope .carousel-control .icon-next,
.cpl-scope .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.cpl-scope .carousel-control .icon-prev,
.cpl-scope .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.cpl-scope .carousel-control .icon-prev:before {
  content: '\2039';
}
.cpl-scope .carousel-control .icon-next:before {
  content: '\203a';
}
.cpl-scope .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.cpl-scope .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.cpl-scope .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.cpl-scope .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.cpl-scope .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .cpl-scope .carousel-control .glyphicon-chevron-left,
  .cpl-scope .carousel-control .glyphicon-chevron-right,
  .cpl-scope .carousel-control .icon-prev,
  .cpl-scope .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .cpl-scope .carousel-control .glyphicon-chevron-left,
  .cpl-scope .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .cpl-scope .carousel-control .glyphicon-chevron-right,
  .cpl-scope .carousel-control .icon-next {
    margin-right: -10px;
  }
  .cpl-scope .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .cpl-scope .carousel-indicators {
    bottom: 20px;
  }
}
.cpl-scope .clearfix:before,
.cpl-scope .clearfix:after,
.cpl-scope .dl-horizontal dd:before,
.cpl-scope .dl-horizontal dd:after,
.cpl-scope .form-horizontal .form-group:before,
.cpl-scope .form-horizontal .form-group:after,
.cpl-scope .btn-toolbar:before,
.cpl-scope .btn-toolbar:after,
.cpl-scope .btn-group-vertical > .btn-group:before,
.cpl-scope .btn-group-vertical > .btn-group:after,
.cpl-scope .nav:before,
.cpl-scope .nav:after,
.cpl-scope .navbar:before,
.cpl-scope .navbar:after,
.cpl-scope .navbar-header:before,
.cpl-scope .navbar-header:after,
.cpl-scope .navbar-collapse:before,
.cpl-scope .navbar-collapse:after,
.cpl-scope .pager:before,
.cpl-scope .pager:after,
.cpl-scope .panel-body:before,
.cpl-scope .panel-body:after,
.cpl-scope .modal-header:before,
.cpl-scope .modal-header:after,
.cpl-scope .modal-footer:before,
.cpl-scope .modal-footer:after {
  content: " ";
  display: table;
}
.cpl-scope .clearfix:after,
.cpl-scope .dl-horizontal dd:after,
.cpl-scope .form-horizontal .form-group:after,
.cpl-scope .btn-toolbar:after,
.cpl-scope .btn-group-vertical > .btn-group:after,
.cpl-scope .nav:after,
.cpl-scope .navbar:after,
.cpl-scope .navbar-header:after,
.cpl-scope .navbar-collapse:after,
.cpl-scope .pager:after,
.cpl-scope .panel-body:after,
.cpl-scope .modal-header:after,
.cpl-scope .modal-footer:after {
  clear: both;
}
.cpl-scope .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cpl-scope .pull-right {
  float: right !important;
}
.cpl-scope .pull-left {
  float: left !important;
}
.cpl-scope .hide {
  display: none !important;
}
.cpl-scope .show {
  display: block !important;
}
.cpl-scope .invisible {
  visibility: hidden;
}
.cpl-scope .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.cpl-scope .hidden {
  display: none !important;
}
.cpl-scope .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.cpl-scope .visible-xs,
.cpl-scope .visible-sm,
.cpl-scope .visible-md,
.cpl-scope .visible-lg {
  display: none !important;
}
.cpl-scope .visible-xs-block,
.cpl-scope .visible-xs-inline,
.cpl-scope .visible-xs-inline-block,
.cpl-scope .visible-sm-block,
.cpl-scope .visible-sm-inline,
.cpl-scope .visible-sm-inline-block,
.cpl-scope .visible-md-block,
.cpl-scope .visible-md-inline,
.cpl-scope .visible-md-inline-block,
.cpl-scope .visible-lg-block,
.cpl-scope .visible-lg-inline,
.cpl-scope .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .cpl-scope .visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .cpl-scope table.visible-xs {
    display: table !important;
  }
  .cpl-scope tr.visible-xs {
    display: table-row !important;
  }
  .cpl-scope th.visible-xs,
  .cpl-scope td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .cpl-scope .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .cpl-scope .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .cpl-scope .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cpl-scope .visible-sm {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cpl-scope table.visible-sm {
    display: table !important;
  }
  .cpl-scope tr.visible-sm {
    display: table-row !important;
  }
  .cpl-scope th.visible-sm,
  .cpl-scope td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cpl-scope .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cpl-scope .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cpl-scope .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cpl-scope .visible-md {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cpl-scope table.visible-md {
    display: table !important;
  }
  .cpl-scope tr.visible-md {
    display: table-row !important;
  }
  .cpl-scope th.visible-md,
  .cpl-scope td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cpl-scope .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cpl-scope .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cpl-scope .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .cpl-scope .visible-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .cpl-scope table.visible-lg {
    display: table !important;
  }
  .cpl-scope tr.visible-lg {
    display: table-row !important;
  }
  .cpl-scope th.visible-lg,
  .cpl-scope td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .cpl-scope .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .cpl-scope .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .cpl-scope .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .cpl-scope .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cpl-scope .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cpl-scope .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cpl-scope .hidden-lg {
    display: none !important;
  }
}
.cpl-scope .visible-print {
  display: none !important;
}
@media print {
  .cpl-scope .visible-print {
    display: block !important;
  }
}
@media print {
  .cpl-scope table.visible-print {
    display: table !important;
  }
  .cpl-scope tr.visible-print {
    display: table-row !important;
  }
  .cpl-scope th.visible-print,
  .cpl-scope td.visible-print {
    display: table-cell !important;
  }
}
.cpl-scope .visible-print-block {
  display: none !important;
}
@media print {
  .cpl-scope .visible-print-block {
    display: block !important;
  }
}
.cpl-scope .visible-print-inline {
  display: none !important;
}
@media print {
  .cpl-scope .visible-print-inline {
    display: inline !important;
  }
}
.cpl-scope .visible-print-inline-block {
  display: none !important;
}
@media print {
  .cpl-scope .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .cpl-scope .hidden-print {
    display: none !important;
  }
}
/* Deprecated 
@gray-darker: lighten(@gray-base, 13.5%);
@gray-dark: lighten(@gray-base, 20%);
@gray: lighten(@gray-base, 33.5%);
@gray-light: lighten(@gray-base, 50%);
@gray-lighter: lighten(@gray-base, 70%);
*/
/* Gradients have 2+ colors so numbering them 01, 02, etc.
    linear-gradient(-45deg, #00B140, #009596)
*/
/* As success, info, warning, and danger are not really specific to our brand - shouldn't we change these to something like @color-success etc. */
.cpl-scope .inset-lg {
  margin: 24px !important;
}
.cpl-scope .inset {
  margin: 16px !important;
}
.cpl-scope .inset-sm {
  margin: 8px !important;
}
.cpl-scope .shim-zero,
.cpl-scope .inset-zero {
  margin: 0px !important;
}
.cpl-scope .inset-tall-lg {
  margin: 12px 24px !important;
}
.cpl-scope .inset-tall {
  margin: 8px 16px !important;
}
.cpl-scope .inset-tall-sm {
  margin: 4px 8px !important;
}
.cpl-scope .stack-top-lg {
  margin-top: 24px !important;
}
.cpl-scope .shim-top,
.cpl-scope .stack-top {
  margin-top: 16px !important;
}
.cpl-scope .shim-top-short,
.cpl-scope .stack-top-sm {
  margin-top: 8px !important;
}
.cpl-scope .shim-top-mini,
.cpl-scope .stack-top-xs {
  margin-top: 4px !important;
}
.cpl-scope .shim-top-zero,
.cpl-scope .stack-top-zero {
  margin-top: 0px !important;
}
.cpl-scope .stack-lg {
  margin-bottom: 24px !important;
}
.cpl-scope .shim-bottom,
.cpl-scope .stack {
  margin-bottom: 16px !important;
}
.cpl-scope .shim-bottom-short,
.cpl-scope .stack-sm {
  margin-bottom: 8px !important;
}
.cpl-scope .shim-bottom-mini,
.cpl-scope .stack-xs {
  margin-bottom: 4px !important;
}
.cpl-scope .shim-bottom-zero,
.cpl-scope .stack-zero {
  margin-bottom: 0px !important;
}
.cpl-scope .stack-y-lg {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.cpl-scope .stack-y {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.cpl-scope .stack-y-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.cpl-scope .stack-y-xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.cpl-scope .stack-y-zero {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.cpl-scope .push-back-lg {
  margin-left: 24px !important;
}
.cpl-scope .shim-left,
.cpl-scope .push-back {
  margin-left: 16px !important;
}
.cpl-scope .shim-left-short,
.cpl-scope .push-back-sm {
  margin-left: 8px !important;
}
.cpl-scope .shim-left-mini,
.cpl-scope .push-back-xs {
  margin-left: 4px !important;
}
.cpl-scope .shim-left-zero,
.cpl-scope .push-back-zero {
  margin-left: 0px !important;
}
.cpl-scope .push-lg {
  margin-right: 24px !important;
}
.cpl-scope .shim-right,
.cpl-scope .push {
  margin-right: 16px !important;
}
.cpl-scope .shim-right-short,
.cpl-scope .push-sm {
  margin-right: 8px !important;
}
.cpl-scope .shim-right-mini,
.cpl-scope .push-xs {
  margin-right: 4px !important;
}
.cpl-scope .shim-right-zero,
.cpl-scope .push-zero {
  margin-right: 0px !important;
}
.cpl-scope .push-x-lg {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.cpl-scope .push-x {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.cpl-scope .push-x-sm {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.cpl-scope .push-x-xs {
  margin-right: 4px !important;
  margin-left: 4px !important;
}
.cpl-scope .push-x-zero {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.cpl-scope {
  /*
    .ihs-menu {
        .navbar-nav {
            height: 24px;
            border: 0px;

            li {
                border-radius: 0px;
            }
        }

        &.navbar-blue {
            background-color: #0066B3;
            color: white;

            li, li a {
                height: 24px;
            }
            &:hover {
                background-color: #0B507F;
            }
            li.active, li.active a {
                background-color: #0B507F;
                color: white;
                border-top: solid 2px #ff8f1c;
                top: -2px;
                height: 26px;
            }
            &:hover {
                background-color: #0B507F;
                color: white;
            }
        }
        &.navbar-turquoise {
            background-color: #00719d;
            color: white;

            li, li a {
                height: 24px;
            }
            &:hover {
                background-color: #0097d1;
            }
            li.active, li.active a {
                background-color: #0097d1;
                color: white;
                border-top: solid 2px #ff8f1c;
                top: -2px;
                height: 26px;
            }
            &:hover {
                background-color: #0097d1;
                color: white;
            }
        }
        &.navbar-gray, &.navbar-grey {
            background-color: #999999;
            color: white;

            li, li a {
                height: 24px;
            }
            &:hover {
                background-color: #4c4b4c;
            }
            li.active, li.active a {
                background-color: #4c4b4c;
                color: white;
                border-top: solid 2px #ff8f1c;
                top: -2px;
                height: 26px;
            }
            &:hover {
                background-color: #4c4b4c;
                color: white;
            }
        }
        &.navbar-black {
            background-color: #000000;
            color: white;

            li, li a {
                height: 24px;
                padding: 5px 12px;
            }
            &:hover {
                background-color: #E5E5E5;
                color: black;
            }
            li.active, li.active a {
                background-color: #E5E5E5;
                color: black;
                border-top: solid 2px #ff8f1c;
                top: -2px;
                height: 26px;
            }
            &:hover {
                background-color: #E5E5E5;
                color: black;
            }
        }
    }
    */
  /*
    .ihs-header-2 {

        @header-text-color:         @black;
        @header-background-color:   @body-bg;
        @product-name-width:        200px;
        @icon-hover-color:          @brand-primary;
        @icon-color:                @gray;
        @icon-font-size:            18px;
        @hover-border-color:        @gray-light;
        @menu-background-color:     @gray-lighter;
        @debug-border-color:        yellow;
        @header-min-width:          400px;

        .ihs-header-class;

    }
    */
  /*
    .icon-area:hover > .dropdown-menu,
    .brand-menu:hover > .dropdown-menu {
        display: block;
    }
    */
  /*
    .icon-area:hover > .dropdown-menu:active,
    .brand-menu:hover > .dropdown-menu:active {
        display: none;
    }*/
  /*
    //Fix for Ipad//
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .ihs-header .nav-tool .nav-tool-item:not(.open):hover {
            background-color: @brand-info;
            .border-radius-bottom(@border-radius-small);
        }
    }


    @media (min-width:768px) {
        .navbar-nav {
            float: left;
            margin: 0
            border: 1px solid yellow;
        }

        .navbar-nav > li {
            float: left
        }

        .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px
        }
    }

    @media (max-width:767px) {
        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #777
        }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

        .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
            color: #555;
            background-color: #e7e7e7
        }

        .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
            color: #ccc;
            background-color: transparent
        }
    }

    @media (min-width:768px) {
        .navbar-right .dropdown-menu {
            left: auto;
            right: 0
        }

        .navbar-right .dropdown-menu-left {
            left: 0;
            right: auto
        }
    }

    @media (min-width:768px) {
        .navbar {
            border-radius: 2px
        }
    }

    @media (min-width:768px) {
        .navbar-header {
            float: left
        }
    }

    @media (max-device-width:480px) and (orientation:landscape) {
        .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
            max-height: 200px
        }
    }

    @media (min-width:768px) {
        .navbar-static-top {
            border-radius: 0
        }
    }

    @media (min-width:768px) {
        .navbar-fixed-bottom, .navbar-fixed-top {
            border-radius: 0
        }
    }

    @media (max-width:767px) {
        .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 .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 16px
        }

        .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
            background-image: none
        }
    }

    */
}
.cpl-scope .icon-area .dropdown-menu {
  padding: 8px 16px;
}
.cpl-scope .dropdown-menu {
  background-color: #ffffff;
  min-width: 210px;
  color: #32363B;
  left: -1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #C1C5CA;
  margin-top: 0px;
}
.cpl-scope .dropdown-menu:hover {
  display: visible;
}
.cpl-scope .dropdown-menu.left {
  left: -1px;
  min-width: 200px;
}
.cpl-scope .dropdown-menu.right {
  left: auto;
  min-width: 205px;
  right: -1px;
}
.cpl-scope .dropdown-menu.middle {
  left: auto;
  right: -55px;
  min-width: 180px;
}
.cpl-scope .dropdown-menu hr {
  color: #C1C5CA;
  height: 1px;
  noshade: noshade;
  padding: 0;
  margin: 0;
  margin: 8px -16px 8px -16px;
}
.cpl-scope .dropdown-menu ul hr {
  margin: 8px 0px 8px 0px;
}
.cpl-scope .dropdown-menu strong {
  display: block;
  margin: 8px 0px 0px 0px;
}
.cpl-scope .dropdown-menu small {
  font-weight: bold;
}
.cpl-scope .dropdown-menu .small,
.cpl-scope .dropdown-menu small {
  display: block;
}
.cpl-scope .dropdown-menu .email {
  display: inline-block;
}
.cpl-scope .dropdown-menu p {
  white-space: nowrap;
}
.cpl-scope .dropdown-menu .menu-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: 0px solid #32363B;
  margin-left: -16px;
  margin-right: -16px;
}
.cpl-scope .dropdown-menu .menu-links > li {
  transform: translate3d(0, 0, 0);
  border: 0px solid red;
  padding: 4px 0px;
}
.cpl-scope .dropdown-menu .menu-links > li a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
}
.cpl-scope .dropdown-menu .menu-links > li:hover {
  background-color: #999999;
  color: #32363B;
}
.cpl-scope .dropdown-menu .menu-links > li:hover a {
  color: inherit;
}
.cpl-scope .dropdown-menu > li > a {
  padding: 3px 16px;
}
.cpl-scope .ihs-header {
  color: #4c4b4c;
  background-color: #ffffff;
  min-width: 1024px;
  border: 0px solid red;
}
.cpl-scope .ihs-header.navbar-static-top {
  z-index: auto;
  border-width: 0;
}
.cpl-scope .ihs-header.navbar-fixed-top {
  border-width: 0;
}
.cpl-scope .ihs-header a.brand {
  color: #4c4b4c;
}
.cpl-scope .ihs-header a:visited.brand {
  color: #4c4b4c;
}
.cpl-scope .ihs-header a:hover.brand {
  color: #4c4b4c;
}
.cpl-scope .ihs-header h2 {
  color: inherit;
  margin: 0px;
  margin-top: 13px;
  font-weight: normal;
}
.cpl-scope .ihs-header h1 {
  color: inherit;
  margin: 0px;
  margin-top: 12px;
  padding-bottom: 0px;
  font-weight: bold;
}
.cpl-scope .ihs-header h1 a {
  text-decoration: none;
  color: inherit;
}
.cpl-scope .ihs-header small {
  padding: 0;
  margin: 0;
}
.cpl-scope .ihs-header span {
  font-size: 15px;
}
.cpl-scope .ihs-header .ihs-logo {
  width: 52px;
  height: 52px;
  margin: 2px;
  background: url(data:image/png;base64,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) no-repeat left center;
  fill: #4c4b4c;
  float: left;
  cursor: pointer;
}
.cpl-scope .ihs-header .brand-menu {
  width: 220px;
  position: relative;
  margin-bottom: 0px;
}
.cpl-scope .ihs-header .brand-menu:hover {
  background-color: #ffffff;
  color: #000000;
}
.cpl-scope .ihs-header .brand {
  font-family: 'Source Sans Pro', sans-serif;
  height: 66px;
  border: 0px solid #32363B;
  border-bottom: 0px;
  display: inline-block;
  width: 250px;
  position: relative;
}
.cpl-scope .ihs-header .brand h1,
.cpl-scope .ihs-header .brand small {
  cursor: pointer;
}
.cpl-scope .ihs-header .brand > .ihs-logo {
  width: 36px;
  height: 36px;
  display: block;
  margin: 16px 9px 14px 16px;
  float: left;
}
.cpl-scope .ihs-header .brand > h1 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
  color: #4c4b4c;
  font-weight: normal;
  font-size: 22px;
  white-space: nowrap;
}
.cpl-scope .ihs-header .brand span,
.cpl-scope .ihs-header .brand small {
  font-size: 12px;
  color: #999;
  font-weight: 300;
}
.cpl-scope .ihs-header .brand small {
  margin-top: 4px;
  display: block;
  font-weight: 800;
  color: #4c4b4c;
}
.cpl-scope .ihs-header .ihs-menu > .disabled,
.cpl-scope .ihs-header .ihs-menu > .disabled:hover {
  background-color: inherit;
}
.cpl-scope .ihs-header .ihs-menu > .disabled a,
.cpl-scope .ihs-header .ihs-menu > .disabled:hover a {
  color: #EAEEF3;
  opacity: 0.4;
}
.cpl-scope .ihs-header .icon-set {
  border: 0px solid #32363B;
  float: right;
  /*
            .icon-area:hover > .icon-menu:after,
            .icon-area.active > .icon-menu:after{
                position: absolute;
                bottom: -1px;
                width: 100%;
                height: 1px;
                content: '';
                left: 0;
                right: 0;
                background-color: #fff;
                z-index: 5000;
            }
            */
}
.cpl-scope .ihs-header .icon-set .icon-area {
  padding: 0px 8px;
  margin: 0px;
  height: 66px;
  border: 1px solid transparent;
  border-bottom: 0px solid transparent;
  /*
                &:hover {
                    .border(1px, #CCC);
                    border-bottom: 0px solid transparent;
                    background-color: @body-bg;
                    height: 66px;
                    z-index: 100; // as long as this is above 0

                    & > .icon-menu {
                        color: #4c4b4c;
                    }
                }
               
                &:before {
                    content:"";
                    .vertItemSeparator;
                    .absVertAlign();
                    .border(1px, @gray-light);
                    margin-left: -25px;
                }
                */
}
.cpl-scope .ihs-header .icon-set .icon-area.delayed-hover {
  border: 1px solid #CCC;
  border-bottom: 0px solid transparent;
  background-color: #ffffff;
  height: 66px;
  z-index: 100;
}
.cpl-scope .ihs-header .icon-set .icon-area.delayed-hover > .icon-menu {
  color: #4c4b4c;
}
.cpl-scope .ihs-header .icon-set .icon-area.delayed-hover > .icon-menu:after,
.cpl-scope .ihs-header .icon-set .icon-area.delayed-hover .icon-area.active > .icon-menu:after {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  content: '';
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 5000;
}
.cpl-scope .ihs-header .icon-set .icon-area .icon-menu {
  color: #4c4b4c;
  font-size: 14px;
  text-align: center;
  padding-top: 0px;
  cursor: default;
  line-height: 66px;
}
.cpl-scope .ihs-header .icon-set .icon-area .icon-menu span {
  font-size: inherit;
}
.cpl-scope .ihs-header .icon-set .icon-area .icon-menu > .greeting {
  padding-left: 8px;
  border: 0px solid #32363B;
  font-size: 12px;
  color: inherit;
  vertical-align: middle;
}
.cpl-scope .ihs-header .icon-set .icon-area .icon-menu > [class^=ihs-icon-] {
  vertical-align: middle;
  display: inline-block;
  width: 14px;
  height: 16px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.cpl-scope .ihs-header .icon-set > .icon-area.active {
  border: 1px solid #ccc !important;
}
.cpl-scope .ihs-header .icon-set > .icon-area:last-child,
.cpl-scope .ihs-header .icon-set > .icon-area:last-child:hover {
  margin-right: 6px;
  padding-right: 12px;
}
.cpl-scope .ihs-header .icon-set .search-area {
  width: 300px;
  top: 23px;
  right: 24px;
}
.cpl-scope .ihs-header .nav-tools .nav-tool {
  width: 66px;
  height: 66px;
  position: relative;
  display: inline-block;
  float: right !important;
}
.cpl-scope .ihs-header .nav-tools .nav-tool .nav-tool-item {
  margin: 3px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.cpl-scope .ihs-header .nav-tools .nav-tool .nav-tool-item:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #00B5F1;
}
.cpl-scope .ihs-header .nav-tools .nav-tool .nav-tool-item:hover a {
  background-color: #00B5F1;
}
.cpl-scope .ihs-header .nav-tools .nav-tool .nav-greeting {
  padding: 10px 15px;
}
.cpl-scope .ihs-header .nav-tools .nav-tool .icon-gear {
  background: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E %3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 18 18' enable-background='new 0 0 18 18' xml:space='preserve'%3E %3Cpath fill='%23FFFFFF' d='M17.296,10.176l-0.958-0.354c0.077-0.697,0.051-1.41-0.079-2.117l0.925-0.427 c0.577-0.265,0.83-0.952,0.563-1.528l-0.539-1.172C16.941,4,16.257,3.746,15.68,4.013L14.753,4.44 c-0.452-0.561-0.979-1.041-1.556-1.438l0.354-0.956c0.221-0.599-0.085-1.262-0.683-1.48L11.659,0.12 c-0.58-0.214-1.269,0.104-1.479,0.682L9.825,1.756c-0.697-0.074-1.409-0.05-2.117,0.081L7.282,0.912 c-0.267-0.578-0.95-0.831-1.528-0.565l-1.172,0.54C4.005,1.154,3.75,1.84,4.016,2.417l0.429,0.925 C3.885,3.795,3.403,4.318,3.007,4.9L2.05,4.545C1.473,4.331,0.782,4.649,0.57,5.226L0.122,6.438C0.015,6.727,0.026,7.04,0.155,7.32 c0.132,0.278,0.36,0.492,0.648,0.599L1.76,8.272c-0.076,0.698-0.05,1.41,0.08,2.117l-0.924,0.426 c-0.578,0.268-0.831,0.953-0.564,1.527l0.539,1.174c0.268,0.576,0.952,0.83,1.529,0.564l0.926-0.43 c0.452,0.562,0.979,1.043,1.556,1.439l-0.353,0.957c-0.106,0.289-0.095,0.602,0.034,0.883c0.13,0.279,0.356,0.492,0.646,0.6 l1.211,0.445c0.289,0.107,0.604,0.096,0.881-0.033c0.279-0.129,0.492-0.357,0.6-0.646l0.354-0.959 c0.697,0.076,1.409,0.052,2.118-0.08l0.426,0.925c0.266,0.577,0.949,0.832,1.527,0.563l1.172-0.539 c0.578-0.269,0.83-0.953,0.565-1.529l-0.429-0.926c0.561-0.453,1.041-0.979,1.437-1.558l0.959,0.354 c0.288,0.105,0.604,0.094,0.884-0.035c0.279-0.127,0.49-0.359,0.598-0.646l0.447-1.212C18.198,11.061,17.891,10.396,17.296,10.176z M10.957,13.188c-0.604,0.279-1.245,0.42-1.905,0.42c-1.773,0-3.398-1.041-4.143-2.65C3.858,8.672,4.86,5.959,7.142,4.908 c0.604-0.278,1.245-0.42,1.904-0.42c1.772,0,3.399,1.041,4.144,2.651C14.239,9.424,13.239,12.137,10.957,13.188z'/%3E %3C/svg%3E") no-repeat center center;
}
.cpl-scope .ihs-header .nav-tools .nav-tool .icon-user {
  background: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E %3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 18 18' enable-background='new 0 0 18 18' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='%23FFFFFF' d='M5.369,5.715c0.063,0.287,0.166,0.473,0.284,0.587c0.281,1.842,2.035,3.41,3.445,3.345 c1.792-0.082,3.062-1.904,3.347-3.345c0.117-0.115,0.23-0.359,0.301-0.647c0.074-0.332,0.156-0.83-0.055-1.095 c-0.01-0.015-0.092-0.083-0.104-0.096c0.199-0.684,0.643-1.907-0.459-3.004c-0.6-0.596-1.428-0.894-2.178-1.132 c-2.216-0.694-3.778,0.28-4.498,1.907C5.4,2.349,5.064,3.079,5.472,4.466C5.431,4.49,5.396,4.523,5.365,4.562 C5.154,4.824,5.292,5.385,5.369,5.715z'/%3E %3Cpath fill='%23FFFFFF' d='M16.82,15.842c-0.062-1.268-0.139-3.275-1.312-4.919c0,0-0.334-0.431-1.131-0.717 c0,0-1.727-0.495-2.521-1.03L11.496,9.41l0.039,2.221l-2.179,5.479c-0.049,0.123-0.17,0.201-0.305,0.201 c-0.137,0-0.26-0.078-0.307-0.201l-2.179-5.479c0,0,0.041-2.214,0.041-2.221C6.61,9.428,6.242,9.176,6.242,9.176 c-0.793,0.535-2.521,1.03-2.521,1.03c-0.793,0.286-1.129,0.717-1.129,0.717c-1.174,1.644-1.252,3.651-1.313,4.919 c-0.043,0.876,0.151,1.202,0.397,1.297c3.039,1.148,11.706,1.148,14.745,0C16.668,17.044,16.861,16.718,16.82,15.842z'/%3E %3Cpath fill='%23FFFFFF' d='M9.128,10.354l-0.101,0.002c-0.313,0-0.637-0.057-0.948-0.158l0.862,1.244l-0.772,0.705l0.797,4.563 c0.008,0.039,0.043,0.065,0.086,0.065c0.041,0,0.078-0.026,0.084-0.065l0.798-4.563l-0.774-0.705l0.852-1.226 C9.73,10.292,9.437,10.342,9.128,10.354z'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}
.cpl-scope .ihs-header .nav-tools .nav-tool .icon-question {
  background: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E %3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 18 18' enable-background='new 0 0 18 18' xml:space='preserve'%3E %3Cpath fill='%23FFFFFF' d='M8.929,0.101c-4.94,0.066-8.893,4.127-8.828,9.07c0.065,4.938,4.126,8.894,9.069,8.828 c4.941-0.063,8.891-4.126,8.829-9.068C17.932,3.99,13.87,0.036,8.929,0.101 M8.902,14.498H8.853 c-0.761-0.021-1.296-0.585-1.276-1.335c0.021-0.736,0.571-1.271,1.307-1.271l0.045,0.002c0.782,0.02,1.312,0.578,1.292,1.347 C10.198,13.982,9.656,14.498,8.902,14.498 M12.105,8.144c-0.182,0.254-0.572,0.571-1.068,0.957l-0.545,0.377 c-0.305,0.234-0.482,0.452-0.553,0.667c-0.053,0.174-0.078,0.217-0.082,0.561v0.088H7.771l0.008-0.177 c0.024-0.726,0.042-1.15,0.342-1.504C8.594,8.557,9.633,7.89,9.677,7.859c0.148-0.112,0.275-0.238,0.369-0.376 c0.22-0.302,0.313-0.539,0.313-0.773c0-0.321-0.096-0.623-0.285-0.89c-0.184-0.256-0.53-0.387-1.031-0.387 c-0.497,0-0.839,0.156-1.043,0.48C7.791,6.247,7.684,6.599,7.684,6.956v0.09h-2.15l0.005-0.094c0.058-1.316,0.525-2.266,1.396-2.818 c0.548-0.353,1.229-0.532,2.024-0.532c1.039,0,1.918,0.254,2.609,0.752c0.699,0.505,1.057,1.262,1.057,2.249 C12.622,7.155,12.448,7.674,12.105,8.144'/%3E %3C/svg%3E") no-repeat center center;
}
.cpl-scope .ihs-header .nav-tools .nav-tool:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 2px;
  background-color: rgba(50, 54, 59, 0.2);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cpl-scope .ihs-header .ihs-menu {
  width: 100%;
  height: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cpl-scope .ihs-header .ihs-menu a {
  font-size: 12px;
  outline: none;
  text-shadow: none;
  text-transform: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;
}
.cpl-scope .ihs-header .ihs-menu li {
  height: 23px;
  padding: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-transition: #005859 300ms linear;
  -moz-transition: #005859 300ms linear;
  -o-transition: #005859 300ms linear;
  -ms-transition: #005859 300ms linear;
  transition: #005859 300ms linear;
}
.cpl-scope .ihs-header .ihs-menu li.active,
.cpl-scope .ihs-header .ihs-menu li.active:hover {
  background-color: #F5F5F5;
}
.cpl-scope .ihs-header .ihs-menu li.active > a,
.cpl-scope .ihs-header .ihs-menu li.active:hover > a {
  color: #000000;
  background-color: #F5F5F5;
}
.cpl-scope .ihs-header .ihs-menu li:hover {
  cursor: pointer;
  background: #005859;
}
.cpl-scope .ihs-header .search-group .ihs-icon-arrow {
  font-size: 9px;
  margin: 0;
}
.cpl-scope .ihs-header .search-group .form-control.short {
  padding: 12px 8px 10px 8px;
}
.cpl-scope .ihs-header .search-group ul li:hover,
.cpl-scope .ihs-header .search-group .dropdown-menu > li:hover {
  background-color: #EAEEF3;
}
.cpl-scope .ihs-header .search-group ul li:focus,
.cpl-scope .ihs-header .search-group .dropdown-menu > li.selected,
.cpl-scope .ihs-header .search-group .dropdown-menu > li:focus {
  background-color: #009596;
  color: #ffffff;
}
.cpl-scope .ihs-header > .clearfix {
  height: 66px;
}
.cpl-scope .ihs-header-2 {
  color: #000000;
  background-color: #ffffff;
  border: 0px solid #EAEEF3;
}
.cpl-scope .ihs-header-2 .ihs-logo {
  float: left;
}
.cpl-scope .ihs-header-2 h1 {
  color: #32363B;
}
.cpl-scope .ihs-header-2 .brand-menu {
  position: relative;
}
.cpl-scope .ihs-header-2 small {
  padding: 0;
  margin: 0;
}
.cpl-scope .ihs-header-2 .ihs-menu {
  background-color: #009596;
  height: 25px;
  border-top: 1px solid rgba(0, 149, 150, 0.2);
}
.cpl-scope .ihs-header-2 .icon-set {
  border: 0px solid red;
  float: right;
}
.cpl-scope .ihs-header-2 .icon-set .icon-area {
  margin: 0px;
  height: 66px;
  border: 1px solid white;
  border-bottom: 0px;
  position: relative;
}
.cpl-scope .ihs-header-2 .icon-set .icon-area:hover {
  border: 1px solid #C1C5CA;
  border-bottom: 0px;
  color: #32363B;
  background-color: #ffffff;
}
.cpl-scope .ihs-header-2 .icon-set .icon-area .icon-menu {
  color: #84888D;
  font-size: 18px;
  text-align: center;
  padding-top: 14px;
}
.cpl-scope .ihs-header-2 .icon-set .icon-area .icon-menu span {
  font-size: inherit;
}
.cpl-scope .ihs-header-2 .icon-set .icon-area .icon-menu > .greeting {
  padding-left: 16px;
  border: 0px solid red;
  font-size: 12px;
}
.cpl-scope .ihs-header-3,
.cpl-scope .ihs-header-4 {
  color: #32363B;
  background-color: #ffffff;
  border: 0px solid #EAEEF3;
}
.cpl-scope .ihs-header-3 .input-group-addon,
.cpl-scope .ihs-header-4 .input-group-addon {
  background-color: #32363B;
  color: #ffffff;
  padding: 5px 7px;
}
.cpl-scope .ihs-header-3 .input-group-addon.end,
.cpl-scope .ihs-header-4 .input-group-addon.end {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
}
.cpl-scope .ihs-header-3 .input-group-addon.reversed,
.cpl-scope .ihs-header-4 .input-group-addon.reversed {
  background-color: #ffffff;
  color: #32363B;
}
.cpl-scope .ihs-header-3 .input-group-addon span,
.cpl-scope .ihs-header-4 .input-group-addon span {
  font-size: 11px;
  display: block;
}
.cpl-scope .ihs-header-3 .ihs-logo,
.cpl-scope .ihs-header-4 .ihs-logo {
  float: left;
}
.cpl-scope .ihs-header-3 .brand-menu,
.cpl-scope .ihs-header-4 .brand-menu {
  position: relative;
}
.cpl-scope .ihs-header-3 .brand-menu:hover,
.cpl-scope .ihs-header-4 .brand-menu:hover {
  background-color: #ffffff;
}
.cpl-scope .ihs-header-3 small,
.cpl-scope .ihs-header-4 small {
  padding: 0;
  margin: 0;
}
.cpl-scope .ihs-header-3 .menu-links > li a,
.cpl-scope .ihs-header-4 .menu-links > li a {
  color: inherit;
  text-decoration: none;
}
.cpl-scope .ihs-header-3 .menu-links > li:hover,
.cpl-scope .ihs-header-4 .menu-links > li:hover {
  background-color: #EAEEF3;
  color: #32363B;
}
.cpl-scope .ihs-header-3 .menu-links > li:hover a,
.cpl-scope .ihs-header-4 .menu-links > li:hover a {
  color: inherit;
}
.cpl-scope .ihs-header-3 .ihs-menu,
.cpl-scope .ihs-header-4 .ihs-menu {
  background-color: #32363B;
  width: 100%;
  height: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cpl-scope .ihs-header-3 .ihs-menu .navbar-nav,
.cpl-scope .ihs-header-4 .ihs-menu .navbar-nav {
  width: 100%;
}
.cpl-scope .ihs-header-3 .ihs-menu a,
.cpl-scope .ihs-header-4 .ihs-menu a {
  font-size: 15px;
  outline: none;
  text-shadow: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  padding: 5px 16px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.cpl-scope .ihs-header-3 .ihs-menu li,
.cpl-scope .ihs-header-4 .ihs-menu li {
  height: 24px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-transition: #005859 300ms linear;
  -moz-transition: #005859 300ms linear;
  -o-transition: #005859 300ms linear;
  -ms-transition: #005859 300ms linear;
  transition: #005859 300ms linear;
  padding: 0px;
}
.cpl-scope .ihs-header-3 .ihs-menu li a:focus,
.cpl-scope .ihs-header-4 .ihs-menu li a:focus,
.cpl-scope .ihs-header-3 .ihs-menu li a:hover,
.cpl-scope .ihs-header-4 .ihs-menu li a:hover {
  color: #EAEEF3;
}
.cpl-scope .ihs-header-3 .ihs-menu li.active,
.cpl-scope .ihs-header-4 .ihs-menu li.active,
.cpl-scope .ihs-header-3 .ihs-menu li.active:hover,
.cpl-scope .ihs-header-4 .ihs-menu li.active:hover {
  background-color: #ffffff;
}
.cpl-scope .ihs-header-3 .ihs-menu li.active a,
.cpl-scope .ihs-header-4 .ihs-menu li.active a,
.cpl-scope .ihs-header-3 .ihs-menu li.active:hover a,
.cpl-scope .ihs-header-4 .ihs-menu li.active:hover a {
  color: #32363B;
  background-color: #ffffff;
  padding-bottom: 0px;
}
.cpl-scope .ihs-header-3 .ihs-menu li:hover,
.cpl-scope .ihs-header-4 .ihs-menu li:hover,
.cpl-scope .ihs-header-3 .ihs-menu li:focus,
.cpl-scope .ihs-header-4 .ihs-menu li:focus {
  cursor: pointer;
  background: #32363B;
}
.cpl-scope .ihs-header-3 .ihs-menu li:hover a,
.cpl-scope .ihs-header-4 .ihs-menu li:hover a,
.cpl-scope .ihs-header-3 .ihs-menu li:focus a,
.cpl-scope .ihs-header-4 .ihs-menu li:focus a {
  color: #ffffff;
}
.cpl-scope .ihs-header-3 .icon-set,
.cpl-scope .ihs-header-4 .icon-set {
  border: 0px solid #32363B;
  float: right;
  position: relative;
}
.cpl-scope .ihs-header-3 .icon-set .search-area,
.cpl-scope .ihs-header-4 .icon-set .search-area {
  width: 300px;
  top: 15px;
  right: 20px;
}
.cpl-scope .ihs-header-3 .icon-set .icon-area,
.cpl-scope .ihs-header-4 .icon-set .icon-area {
  margin: 0px;
  height: 66px;
  border: 1px solid transparent;
  border-bottom: 0px solid transparent;
  position: relative;
}
.cpl-scope .ihs-header-3 .icon-set .icon-area:hover,
.cpl-scope .ihs-header-4 .icon-set .icon-area:hover {
  border: 1px solid #C1C5CA;
  border-bottom: 0px;
  color: #32363B;
  background-color: #ffffff;
}
.cpl-scope .ihs-header-3 .icon-set .icon-area .icon-menu,
.cpl-scope .ihs-header-4 .icon-set .icon-area .icon-menu {
  color: #32363B;
  font-size: 18px;
  text-align: center;
  padding-top: 14px;
}
.cpl-scope .ihs-header-3 .icon-set .icon-area .icon-menu span,
.cpl-scope .ihs-header-4 .icon-set .icon-area .icon-menu span {
  font-size: inherit;
}
.cpl-scope .ihs-header-3 .icon-set .icon-area .icon-menu > .greeting,
.cpl-scope .ihs-header-4 .icon-set .icon-area .icon-menu > .greeting {
  padding-left: 16px;
  border: 0px solid #32363B;
  font-size: 12px;
}
.cpl-scope .ihs-header-3 .tt-suggestion:hover,
.cpl-scope .ihs-header-4 .tt-suggestion:hover {
  background-color: #32363B;
  color: #fff;
}
.cpl-scope .ihs-header-4 .ihs-menu {
  background-color: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 25px;
}
.cpl-scope .ihs-header-4 .ihs-menu .navbar-nav {
  width: 100%;
}
.cpl-scope .ihs-header-4 .ihs-menu a {
  font-size: 15px;
  outline: none;
  text-shadow: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  padding: 5px 16px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.cpl-scope .ihs-header-4 .ihs-menu li {
  height: 24px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-transition: #005859 300ms linear;
  -moz-transition: #005859 300ms linear;
  -o-transition: #005859 300ms linear;
  -ms-transition: #005859 300ms linear;
  transition: #005859 300ms linear;
  padding: 0px;
}
.cpl-scope .ihs-header-4 .ihs-menu li a:focus,
.cpl-scope .ihs-header-4 .ihs-menu li a:hover {
  color: #EAEEF3;
}
.cpl-scope .ihs-header-4 .ihs-menu li.active,
.cpl-scope .ihs-header-4 .ihs-menu li.active:hover {
  background-color: #ffffff;
}
.cpl-scope .ihs-header-4 .ihs-menu li.active a,
.cpl-scope .ihs-header-4 .ihs-menu li.active:hover a {
  color: #32363B;
  background-color: #ffffff;
  padding-bottom: 0px;
}
.cpl-scope .ihs-header-4 .ihs-menu li:hover,
.cpl-scope .ihs-header-4 .ihs-menu li:focus {
  cursor: pointer;
  background: #32363B;
}
.cpl-scope .ihs-header-4 .ihs-menu li:hover a,
.cpl-scope .ihs-header-4 .ihs-menu li:focus a {
  color: #ffffff;
}
.cpl-scope .icon-area.open > .dropdown-menu {
  display: none;
}
.cpl-scope .full-click-tabs > li {
  padding: 0 !important;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.cpl-scope .full-click-tabs > li > a {
  display: block;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.cpl-scope .full-click-tabs > li > a div {
  padding: 5px 15px;
}
@media (min-width: 468px) {
  .cpl-scope .ihs-header-3 {
    min-width: 320px;
  }
}
@media (max-width: 768px) {
  .cpl-scope .icon-set {
    border: 1px solid red;
  }
  .cpl-scope .icon-set .search-area {
    display: none;
  }
}
@media (min-width: 768px) {
  .cpl-scope .navbar-nav {
    float: right;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cpl-scope .ihs-menu > li,
  .cpl-scope .icon-set > .icon-area {
    float: left;
  }
  .cpl-scope .navbar-nav,
  .cpl-scope .icon-set {
    margin: 0px;
  }
  .cpl-scope .icon-set .search-area {
    display: none;
  }
}
.cpl-scope .footer {
  position: relative;
  background-color: #4c4b4c;
  height: 64px;
  padding: 17px 14px;
  color: #ffffff;
  min-width: 1024px;
}
.cpl-scope .footer.navbar-fixed-bottom {
  position: fixed;
}
.cpl-scope .footer small {
  display: inline-block;
}
.cpl-scope .footer ul {
  float: none;
  margin: 0px;
  padding: 0px;
}
.cpl-scope .footer li {
  display: inline-block;
  margin: 0px .25em;
  font-size: 10px;
}
.cpl-scope .footer a {
  color: #ffffff;
}
.cpl-scope .footer a:visited {
  color: #EAEEF3;
}
.cpl-scope .footer.footer-small {
  height: 24px;
  padding: 4px 16px;
}
.cpl-scope .footer.footer-expanded {
  height: 96px;
  padding: 8px 16px;
}
.cpl-scope .footer.footer-expanded .copyright-links ul {
  margin-top: 34px;
}
.cpl-scope .footer.footer-expanded small {
  display: block;
}
.cpl-scope .footer.footer-expanded .logo,
.cpl-scope .footer.footer-small .logo {
  margin-top: 34px;
}
.cpl-scope .footer.footer-expanded svg[class*="brand-icon"],
.cpl-scope .footer.footer-expanded svg[class*="ihs-icon"],
.cpl-scope .footer.footer-small svg[class*="brand-icon"],
.cpl-scope .footer.footer-small svg[class*="ihs-icon"] {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.cpl-scope .footer.footer-expanded svg[class*="brand-icon"],
.cpl-scope .footer.footer-expanded svg[class*="ihs-icon"] {
  right: 1px;
  top: -14px;
}
.cpl-scope .footer h1 {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 100;
  float: right;
  margin: 8px 0px 0px 5px;
}
.cpl-scope .footer .social-icons {
  padding: 3px 0px;
  border-right: 1px solid #fff;
  display: inline-block;
  padding-right: 28px;
  margin-right: 32px;
  vertical-align: middle;
}
.cpl-scope .footer .social-icons i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #999;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  margin-right: 4px;
}
.cpl-scope .footer .copyright-links {
  display: inline-block;
  vertical-align: middle;
}
.cpl-scope .footer .logo {
  display: inline-block;
  vertical-align: middle;
}
.cpl-scope .footer .ihs-logo {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIcAAAAlCAQAAADCOjJkAAAACXBIWXMAAAsSAAALEgHS3X78AAAFTklEQVRo3uWau63kNhSGWQI7MCswWIAXYAEOlG3K2JFSAw5YAuHEGzLamDBgwHBilsBgC2AJ7OBzoCPqMZrZe72ZdgRczB1JFM/H8/gPZxTq6WGYmFBoEkXe6RfX3+B4ddKRgYbHEIGEoZLvjOTxI02gkQk4FIZAoxPxVBqOSkVhvh8cE4FMBaAQmZhIQKIAkUrCU+7oJefwcId1d3gChU4jU4AGdCDQmO+NI3F8dco4Fs/YvxoVdTcPOfvG+ZgJZApdAEUcToIHDBl759xhTwgKiUylAfUQSJbOTCHeD4feeQBSVyYsE5FGpQNfHgLDUmlM98OR6BQiHid4vHwWyHTgn0uzI4hgu2mwGDwZqMw4Ep1E5fcnZdWRUSTa/XBYZirQiFgMiU4gUvnE3/z7ZICZBIQLge922egM0eyumwkE/BPc7kIXuXekb3MxwldwWKLoiSRKdBFdjkriM5+p/PXkYX/SLicXJIwUZbxbjw1fOJT1x3GW6vU4cnmzgeHh6Yoy7vfnkRQTAElyw4KiYPB0ZhKFzG98ujR6Jo5V1e/G4YAs5jo6/cFDgIfK1b4ZRxxjPpxVTMNRVxQOTaZjSVR+JZP5g49P5HySmjS9G0eCHQB3EXSL1xzDh2/G8eLs5vZJuleFo1HQJCofaPxCohIe3FYfBJt5N458OuMugqWdQCfRytscvOSebRSLwspne4PXTGSxMvsEMnfLBwxmQ9FlkkEcNNH4gcpE4ycShcDPw2iLI48Q+3+5YwbSS5kPkU7eGb80kmU8pcMQies9RTRzOczDj8Bb7ne7vBVwzBTK2qkENApDpTPJKlgiGU9ilr+ORORHIhNZ+PZLKEcc4XBsQVFE+NunOAJpl0494AaOxUA9nud2ATad5uGB9JBKt1laPpKYlWzrKBQTnYodMCY6WvY4DAXHRMaSmJmxNKlDkT586xrH+bVd6+V8kwV5xOFg9M6VdjDHHnLKimNfo5Z5uB2Maxwjd1hxwzRcNwEWQ2fCUzA0wRGIWIr8Z2limGbePe7thXbTHo890XZlE5lnBEw5pFIrWxAbjnKah6UfCvZLHMuQbaxBAjyKQkbRmJiJOAKOgJfAWRBp6hO9+h4camSSfHnlDFhpCfTBHEcBqoTgMxydehj7KzjCzsFWGIGOxtNQZCZmAo6IFUiGmYpGU+gXNeEtOOwpZzy7UourN/HA1RwnCukcLGccFb3D9RUcEcYKJ/GRNV4bHg1oAjOOggIUgYSiyPSuZPpbcJz1Q36hULqk0b05edcrvcKhUWj6qD0vccxDoyVZBU2joPDiIRVFwQmOwoQGDIYuARbFnd+HI+6SpMI+DZbF2D6MX80pw0BNHvrkEcdWlfwFDn3dwqWRfTMdg5JEmQkoKg5HRRFElSQWge+kKr3fOzR1RH4Geep1lmmH8lx23UsQaXbtc/v1r9IG7HuWZQR/xrHBmGXNvJBbDAaDAxQTVdbS7NCdj605ig+Suuw0pB+7bleFdrtyHlni2HMUCllSf5B74uU8lsQ7He5fR/Dn7Z8l4SxbfkXWY13/pcQtKW15b0bmWGLyNhvIqxtVSThVVtuL0WkIWiU+ouj43RXTiMnb4LCyvltya5LWlmQ5S9JaAidLWK2FL97NO5SkQ3bdgJNPrETYhiNI0x0uNmdug8PQR1psYn4Uw8vA4SV07E4e3RKHpkqgbBV6DZk6itiqEldBH++KY9veW1smO7BwwLF5z+2+x79SDCuEKLnBDG9gJ8u/kx80uKEjqnjJ1g+smmS+588ZXv36xxx0qjup/e/ux1CaWSBsBXW+1zeyj8d/pp2ktIvjLCsAAAAASUVORK5CYII=) no-repeat;
  width: 37px;
  height: 37px;
  float: left;
}
.cpl-scope .footerTextColor {
  color: #ffffff;
}
.cpl-scope .footerBGColor {
  background-color: #4c4b4c;
}
.cpl-scope .ihs-footer-3 {
  background-color: #32363B;
}
.js-focus-visible .cpl-scope :focus:not(.focus-visible) {
  outline: none;
}
.cpl-scope {
  /* IE11 */
  /* saf3+, chrome1+ */
}
.cpl-scope .js-focus-visible :focus:not(.focus-visible),
.cpl-scope.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
.cpl-scope .form-control {
  padding: 3px 8px;
}
.cpl-scope label {
  font-weight: normal;
  margin: 0px;
}
.cpl-scope select {
  border-color: #C1C5CA;
  border-radius: 2px;
}
.cpl-scope select.form-control,
.cpl-scope select.highlight {
  padding: 0;
}
.cpl-scope select.form-control:focus,
.cpl-scope select.highlight:focus {
  border-color: #32363B;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope select.form-control.focus-visible,
.cpl-scope select.highlight.focus-visible {
  outline: 0;
  animation: focus-visible 800ms;
}
.cpl-scope select.form-control option,
.cpl-scope select.highlight option {
  padding: 3px 8px;
}
.cpl-scope select.form-control option:hover,
.cpl-scope select.highlight option:hover {
  background-color: #EAEEF3;
  box-shadow: 0 0 1px 100px #EAEEF3 inset;
  color: #32363B;
}
.cpl-scope select.form-control option:checked,
.cpl-scope select.highlight option:checked {
  background-color: #009596;
  box-shadow: 0 0 1px 100px #009596 inset;
  color: #ffffff;
}
.cpl-scope select.form-control option:focus,
.cpl-scope select.highlight option:focus {
  background-color: #009596;
  box-shadow: 0 0 1px 100px #009596 inset;
  color: #ffffff;
}
.cpl-scope select.form-control option:active,
.cpl-scope select.highlight option:active {
  background-color: #009596;
  box-shadow: 0 0 1px 100px #009596 inset;
  color: #ffffff;
}
.cpl-scope select:not([multiple]) {
  background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMjCGJ1kDAAABGUlEQVRYR+3VS3LCMBBFUfa/AFJ4K2EVnnsXnjuX0JVQD9mtH5YGutUD/JPOAMNl66wB8hogrwHyGiCv/kDrul6uX53MAyOn2o8eNx89bj563Hy6+1LzpnVigvF47X9f/vamp4b+fxiXZZGbThu2NoT8UjcxvWpI/zpONomGFESnmd41FADRCaaghsIg+qhpT0O7IJrnWRaqMixrG4Q6AtH9+y7LFQ4L2tI7OSCqaHI15IOoiilGQ1EgKjRFaigWRNmmeA0lgCjDlKShNBDJfu7YY9Elg0i2PBh7IKUcEMnGwbFbE8sEkWwvYzellw8iQfyNXc6qCERCYexCbqUgmm7Tk8IHO1VQBVDdBshrgLwGyGuAvDoDbdsPmjYl5pohmgIAAAAASUVORK5CYII=) no-repeat;
  background-position: right 4px top 6px;
  background-size: 9px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding-left: 8px;
  -moz-padding-start: 3px;
}
.cpl-scope select:not([multiple])[size] {
  height: auto;
  padding-left: 0;
}
.cpl-scope select:not([multiple])[size] > option {
  border-bottom: 1px solid transparent;
  padding-left: 8px;
}
.cpl-scope select.input-lg:not([multiple]) {
  background-position: right 4px top 15px;
}
.cpl-scope select.input-sm:not([multiple]) {
  background-position: right 4px top 1px;
}
.cpl-scope select option:focus {
  background-color: #009596;
}
.cpl-scope select[multiple] > option {
  border-bottom: 1px solid transparent;
}
.cpl-scope select.long:not([multiple])[size] > option {
  border-bottom: 1px solid #F8F9FA;
  padding-left: 8px;
}
.cpl-scope select.long:not([multiple])[size] > option:nth-of-type(2n):hover {
  background: #EAEEF3;
  color: #32363B !important;
}
.cpl-scope select.long:not([multiple])[size] > option:nth-of-type(2n):focus {
  background: linear-gradient(-90deg, #009596, #009596);
}
.cpl-scope select.long:not([multiple]) option:nth-of-type(2n):before {
  content: 'VVVV';
  font-size: 1px;
  display: block;
  margin: -3px -8px -18px;
  color: transparent !important;
  height: 21px;
  background: linear-gradient(-90deg, rgba(242, 243, 244, 0.45), transparent);
}
.cpl-scope select.long:not([multiple]).input-lg option:nth-of-type(2n):before {
  margin: -3px -8px -20px;
  height: 23px;
}
.cpl-scope select.long:not([multiple]).input-sm option:nth-of-type(2n):before {
  margin: -3px -8px -15px;
  height: 18px;
}
.cpl-scope select.long.input-lg:not([multiple]) {
  background-position: right 4px top 15px;
}
.cpl-scope select.long.input-sm:not([multiple]) {
  background-position: right 4px top 1px;
}
.cpl-scope select.long[multiple] > option {
  border-bottom: 1px solid #F8F9FA;
}
.cpl-scope select.long[multiple] > option:nth-of-type(2n):hover {
  background: #EAEEF3;
}
.cpl-scope select.long[multiple] > option:nth-of-type(2n):focus {
  background: linear-gradient(-90deg, #009596, #009596);
}
.cpl-scope select.long[multiple] option:nth-of-type(2n):before {
  content: 'VVVV';
  font-size: 1px;
  display: block;
  margin: -3px -8px -18px;
  color: transparent !important;
  height: 21px;
  background: linear-gradient(-90deg, rgba(242, 243, 244, 0.45), transparent);
}
.cpl-scope select.long[multiple].input-lg option:nth-of-type(2n):before {
  margin: -3px -8px -20px;
  height: 23px;
}
.cpl-scope select.long[multiple].input-sm option:nth-of-type(2n):before {
  margin: -3px -8px -15px;
  height: 18px;
}
.cpl-scope select::-ms-expand {
  display: none;
}
.cpl-scope select:focus {
  border-color: #32363B;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope select.focus-visible {
  outline: 0;
  animation: focus-visible 800ms;
}
.cpl-scope .form-group-lg select[multiple].input-lg {
  padding: 0;
}
.cpl-scope .form-group-lg select[multiple].input-lg > option {
  padding: 3px 15px;
}
.cpl-scope .form-group-lg select[multiple].input-lg > option:before {
  margin: -3px -15px -22px;
  height: 25px;
}
.cpl-scope .form-group-lg select:not([multiple])[size] {
  padding: 0;
}
.cpl-scope .form-group-lg select:not([multiple])[size] > option {
  padding: 3px 15px;
}
.cpl-scope .form-group-lg select:not([multiple])[size].input-lg > option:nth-of-type(2n):before {
  margin: -3px -15px -22px;
  height: 25px;
}
.cpl-scope .form-group-lg select.long:not([multiple])[size].input-lg > option:nth-of-type(2n):before {
  margin: -3px -15px -22px;
  height: 25px;
}
.cpl-scope .form-group-sm select[multiple].input-sm {
  padding: 0;
}
.cpl-scope .form-group-sm select:not([multiple])[size] {
  padding: 0;
}
.cpl-scope .input-group-addon {
  color: #84888D;
  padding: 2px 8px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.cpl-scope .input-group-addon.btn {
  font-weight: normal;
}
.cpl-scope .input-group-addon:hover {
  background-color: inherit;
  color: #32363B;
  cursor: pointer;
}
.cpl-scope .input-group-addon svg[class*="brand-icon"],
.cpl-scope .input-group-addon svg[class*="ihs-icon"] {
  width: 14px;
  height: 14px;
  margin-top: 2px;
}
.cpl-scope .radio input[type="radio"],
.cpl-scope .radio-inline input[type="radio"],
.cpl-scope .checkbox input[type="checkbox"],
.cpl-scope .checkbox-inline input[type="checkbox"] {
  margin-left: 0px;
  vertical-align: text-bottom;
  margin-top: 2px;
  margin-top: 1px \9;
}
.cpl-scope .radio label > input[type="radio"],
.cpl-scope .radio-inline label > input[type="radio"],
.cpl-scope .checkbox label > input[type="checkbox"],
.cpl-scope .checkbox-inline label > input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.cpl-scope .checkbox.col label > input[type="checkbox"],
.cpl-scope .checkbox[class^="col-"] label > input[type="checkbox"] {
  margin-left: -20px;
}
.cpl-scope .checkbox label > input[type="checkbox"],
.cpl-scope .checkbox-inline label > input[type="checkbox"],
.cpl-scope .checkbox label > input[type="checkbox"],
.cpl-scope form .checkbox.col label > input[type="checkbox"],
.cpl-scope form .checkbox[class^="col-"] label > input[type="checkbox"],
.cpl-scope .checkbox-inline label > input[type="checkbox"] {
  margin-left: -19px;
}
.cpl-scope input[type="radio"],
.cpl-scope input[type="checkbox"] {
  margin: 2px 0 0;
  margin-top: 1px \9;
  vertical-align: text-bottom;
}
.cpl-scope input[type="checkbox"],
.cpl-scope input[type="checkbox"] + .checkmark,
.cpl-scope [class*="brand-icon-checkbox-"][tabindex],
.cpl-scope [class*="ihs-icon-checkbox-"][tabindex] {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  box-shadow: 0 0 1px 100px #ffffff inset;
  outline: 1.5px solid #C1C5CA;
}
.cpl-scope label[disabled] {
  color: #C1C5CA;
}
.cpl-scope input[type="checkbox"][disabled],
.cpl-scope input[type="checkbox"][disabled] + .checkmark,
.cpl-scope [class*="brand-icon-checkbox-"][tabindex][disabled],
.cpl-scope [class*="ihs-icon-checkbox-"][tabindex][disabled] {
  background-color: #EAEEF3;
  box-shadow: 0 0 1px 100px #EAEEF3 inset;
  outline: 1.5px solid #C1C5CA;
}
.cpl-scope .form-inline .radio input[type="radio"] {
  margin-top: 0px;
}
.cpl-scope .form-inline .radio + .radio,
.cpl-scope .form-inline .checkbox + .checkbox {
  margin-left: 16px;
}
.cpl-scope .form-inline input[type="checkbox"],
.cpl-scope .form-inline input[type="checkbox"] + .checkmark,
.cpl-scope .form-inline [class*="brand-icon-checkbox-"][tabindex],
.cpl-scope .form-inline [class*="ihs-icon-checkbox-"][tabindex] {
  top: -1px;
  left: 1px;
}
.cpl-scope input[type="checkbox"]:focus,
.cpl-scope input[type="checkbox"]:focus + .checkmark,
.cpl-scope input[type="checkbox"].focus,
.cpl-scope input[type="checkbox"].focus + .checkmark,
.cpl-scope .js-focus-visible input[type="checkbox"]:focus,
.cpl-scope .js-focus-visible input[type="checkbox"]:focus + .checkmark,
.cpl-scope.js-focus-visible input[type="checkbox"]:focus,
.cpl-scope.js-focus-visible input[type="checkbox"]:focus + .checkmark,
.cpl-scope [class*="brand-icon-checkbox-"][tabindex]:focus,
.cpl-scope [class*="ihs-icon-checkbox-"][tabindex]:focus,
.cpl-scope [class*="brand-icon-checkbox-"][tabindex].focus,
.cpl-scope [class*="ihs-icon-checkbox-"][tabindex].focus {
  border-color: #32363B;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  box-shadow: inset 0 0 1px 100px #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(50, 54, 59, 0.6);
  outline: 1.5px solid #32363B;
}
.cpl-scope input[type="checkbox"].focus-visible,
.cpl-scope input[type="checkbox"].focus-visible + .checkmark,
.cpl-scope .js-focus-visible input[type="checkbox"].focus-visible,
.cpl-scope .js-focus-visible input[type="checkbox"].focus-visible + .checkmark,
.cpl-scope.js-focus-visible input[type="checkbox"].focus-visible,
.cpl-scope.js-focus-visible input[type="checkbox"].focus-visible + .checkmark,
.cpl-scope [class*="brand-icon-checkbox-"][tabindex].focus-visible,
.cpl-scope [class*="ihs-icon-checkbox-"][tabindex].focus-visible {
  outline: 1.5px solid #32363B;
  animation: focus-visible-checkbox 800ms;
}
.cpl-scope input[type="checkbox"] + .checkmark {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0px;
  pointer-events: none;
}
.cpl-scope form input[type="checkbox"] + .checkmark {
  left: 1px;
}
.cpl-scope .form-horizontal input[type="checkbox"] + .checkmark {
  top: 2px;
}
.cpl-scope input[type="checkbox"]:checked,
.cpl-scope input[type="checkbox"]:checked + .checkmark,
.cpl-scope input[type="checkbox"].indeterminate,
.cpl-scope input[type="checkbox"].indeterminate + .checkmark,
.cpl-scope .js-focus-visible input[type="checkbox"]:checked,
.cpl-scope .js-focus-visible input[type="checkbox"]:checked + .checkmark,
.cpl-scope.js-focus-visible input[type="checkbox"]:checked,
.cpl-scope.js-focus-visible input[type="checkbox"]:checked + .checkmark,
.cpl-scope [class*="brand-icon-checkbox-checked"][tabindex],
.cpl-scope [class*="ihs-icon-checkbox-checked"][tabindex],
.cpl-scope [class*="brand-icon-checkbox-halfchecked"][tabindex],
.cpl-scope [class*="ihs-icon-checkbox-halfchecked"][tabindex] {
  background-color: #009596;
  box-shadow: inset 0 0 1px 100px #009596;
  outline: 1px solid #009596;
}
.cpl-scope input[type="checkbox"]:checked:focus,
.cpl-scope input[type="checkbox"]:checked:focus + .checkmark,
.cpl-scope input[type="checkbox"]:checked.focus,
.cpl-scope input[type="checkbox"]:checked.focus + .checkmark,
.cpl-scope input[type="checkbox"].indeterminate:focus,
.cpl-scope input[type="checkbox"].indeterminate:focus + .checkmark,
.cpl-scope input[type="checkbox"].indeterminate.focus,
.cpl-scope input[type="checkbox"].indeterminate.focus + .checkmark,
.cpl-scope .js-focus-visible input[type="checkbox"]:checked:focus,
.cpl-scope .js-focus-visible input[type="checkbox"]:checked:focus + .checkmark,
.cpl-scope.js-focus-visible input[type="checkbox"]:checked:focus,
.cpl-scope.js-focus-visible input[type="checkbox"]:checked:focus + .checkmark,
.cpl-scope [class*="brand-icon-checkbox-checked"][tabindex]:focus,
.cpl-scope [class*="ihs-icon-checkbox-checked"][tabindex]:focus,
.cpl-scope [class*="brand-icon-checkbox-checked"][tabindex].focus,
.cpl-scope [class*="ihs-icon-checkbox-checked"][tabindex].focus,
.cpl-scope [class*="brand-icon-checkbox-halfchecked"][tabindex]:focus,
.cpl-scope [class*="ihs-icon-checkbox-halfchecked"][tabindex]:focus,
.cpl-scope [class*="brand-icon-checkbox-halfchecked"][tabindex].focus,
.cpl-scope [class*="ihs-icon-checkbox-halfchecked"][tabindex].focus {
  background-color: #009596;
  box-shadow: inset 0 0 1px 100px #009596, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(50, 54, 59, 0.6);
  outline: 1.5px solid #32363B;
}
.cpl-scope input[type="checkbox"]:checked.focus-visible,
.cpl-scope input[type="checkbox"]:checked.focus-visible + .checkmark,
.cpl-scope input[type="checkbox"].indeterminate.focus-visible,
.cpl-scope input[type="checkbox"].indeterminate.focus-visible + .checkmark,
.cpl-scope .js-focus-visible input[type="checkbox"]:checked.focus-visible,
.cpl-scope .js-focus-visible input[type="checkbox"]:checked.focus-visible + .checkmark,
.cpl-scope.js-focus-visible input[type="checkbox"]:checked.focus-visible,
.cpl-scope.js-focus-visible input[type="checkbox"]:checked.focus-visible + .checkmark,
.cpl-scope [class*="brand-icon-checkbox-checked"][tabindex].focus-visible,
.cpl-scope [class*="ihs-icon-checkbox-checked"][tabindex].focus-visible,
.cpl-scope [class*="brand-icon-checkbox-halfchecked"][tabindex].focus-visible,
.cpl-scope [class*="ihs-icon-checkbox-halfchecked"][tabindex].focus-visible {
  background-color: #009596;
  outline: 1.5px solid #32363B;
  animation: focus-visible-checkbox-checked 800ms;
}
.cpl-scope input[type="checkbox"]:checked::before,
.cpl-scope input[type="checkbox"]:checked + .checkmark::before,
.cpl-scope [class*="brand-icon-checkbox-checked"][tabindex]::before,
.cpl-scope [class*="ihs-icon-checkbox-checked"][tabindex]::before {
  content: " ";
  width: 5px;
  height: 8px;
  display: block;
  transform: rotate(45deg);
  border: 2.25px solid #ffffff;
  border-left: none;
  border-top: none;
  border-radius: 2px;
  margin-top: 1px;
  margin-left: 3.5px;
}
.cpl-scope [class*="brand-icon-checkbox-checked"][tabindex]::before,
.cpl-scope [class*="ihs-icon-checkbox-checked"][tabindex]::before {
  margin-top: 0px;
  margin-left: 2.5px;
}
.cpl-scope input[type="checkbox"].indeterminate::before,
.cpl-scope input[type="checkbox"].indeterminate + .checkmark::before,
.cpl-scope input[type="checkbox"]:checked.indeterminate::before,
.cpl-scope input[type="checkbox"]:checked.indeterminate + .checkmark::before,
.cpl-scope [class*="brand-icon-checkbox-halfchecked"][tabindex]::before,
.cpl-scope [class*="ihs-icon-checkbox-halfchecked"][tabindex]::before {
  content: " ";
  width: 8px;
  height: 2px;
  display: block;
  transform: rotate(0deg);
  border: 1px solid #ffffff;
  border-radius: 2px;
  margin-top: 5px;
  margin-left: 2px;
}
.cpl-scope [class*="brand-icon-checkbox-halfchecked"][tabindex]::before,
.cpl-scope [class*="ihs-icon-checkbox-halfchecked"][tabindex]::before {
  margin-top: 4px;
  margin-left: 1px;
}
.cpl-scope svg > use {
  pointer-events: none;
}
.cpl-scope svg[class*="brand-icon-checkbox-"][tabindex],
.cpl-scope svg[class*="ihs-icon-checkbox-"][tabindex] {
  background-color: #ffffff;
  box-shadow: none !important;
  outline-offset: -1px;
}
.cpl-scope svg[class*="brand-icon-checkbox-"][tabindex]:focus,
.cpl-scope svg[class*="ihs-icon-checkbox-"][tabindex]:focus,
.cpl-scope svg[class*="brand-icon-checkbox-"][tabindex]:focus,
.cpl-scope svg[class*="ihs-icon-checkbox-"][tabindex].focus {
  background-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(50, 54, 59, 0.6) !important;
}
.cpl-scope svg[class*="brand-icon-checkbox-"][tabindex].focus-visible,
.cpl-scope svg[class*="ihs-icon-checkbox-"][tabindex].focus-visible {
  background-color: #ffffff;
}
.cpl-scope svg[class*="brand-icon-checkbox-"][tabindex]:checked,
.cpl-scope svg[class*="ihs-icon-checkbox-"][tabindex]:checked {
  background-color: #009596;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(50, 54, 59, 0.6) !important;
}
.cpl-scope svg[class*="brand-icon-checkbox-"][tabindex]:focus:checked,
.cpl-scope svg[class*="ihs-icon-checkbox-"][tabindex]:focus:checked,
.cpl-scope svg[class*="brand-icon-checkbox-"][tabindex].focus:checked,
.cpl-scope svg[class*="ihs-icon-checkbox-"][tabindex].focus:checked {
  background-color: #009596;
  box-shadow: none !important;
}
.cpl-scope svg[class*="brand-icon-checkbox-"][tabindex].focus-visible:checked,
.cpl-scope svg[class*="ihs-icon-checkbox-"][tabindex].focus-visible:checked {
  background-color: #009596;
}
.cpl-scope svg[class*="brand-icon-checkbox-"][tabindex].focus-visible:focus:checked,
.cpl-scope svg[class*="ihs-icon-checkbox-"][tabindex].focus-visible:focus:checked,
.cpl-scope svg[class*="brand-icon-checkbox-"][tabindex].focus-visible.focus:checked,
.cpl-scope svg[class*="ihs-icon-checkbox-"][tabindex].focus-visible.focus:checked {
  background-color: #009596;
}
.cpl-scope input[type="radio"]::before {
  content: " ";
  width: 12px;
  height: 12px;
  display: block;
  background: #ffffff;
  border: 1px solid #C1C5CA;
  border-radius: 6px;
}
.cpl-scope input[type="radio"]:checked::before {
  content: " ";
  width: 12px;
  height: 12px;
  display: block;
  background: #009596;
  background: radial-gradient(#009596 3px, #ffffff 4px);
  border-radius: 6px;
}
.cpl-scope .form-group > .radio-inline,
.cpl-scope .form-group > .checkbox-inline {
  padding-left: 0px;
}
.cpl-scope .form-group > .radio-inline label,
.cpl-scope .form-group > .checkbox-inline label {
  margin-left: 18px;
}
.cpl-scope input[type="radio"]:focus,
.cpl-scope input[type="radio"].focus,
.cpl-scope input[type="radio"]:focus:not(.focus-visible),
.cpl-scope input[type="radio"].focus-visible {
  box-shadow: none;
  animation: focus-visible-radio-input 800ms;
  border-radius: 12px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .cpl-scope input[type="radio"]:focus,
  .cpl-scope input[type="radio"].focus,
  .cpl-scope input[type="radio"]:focus:not(.focus-visible),
  .cpl-scope input[type="radio"].focus-visible {
    box-shadow: none !important;
    animation: none !important;
  }
}
.cpl-scope input[type="radio"]:focus::before,
.cpl-scope input[type="radio"].focus::before {
  border-color: #32363B;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(50, 54, 59, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope input[type="radio"].focus-visible::before,
.cpl-scope input[type="radio"].focus.focus-visible::before {
  outline: 0;
  animation: focus-visible-radio 800ms;
}
.cpl-scope .form-group {
  position: relative;
}
.cpl-scope .form-group .form-control-feedback {
  color: #84888D;
  fill: #84888D;
  top: 8px;
  right: 8px;
  bottom: 0px;
  cursor: pointer;
  pointer-events: auto;
  z-index: 4;
}
.cpl-scope .form-group .form-control-feedback:hover,
.cpl-scope .form-group .form-control-feedback.hover,
.cpl-scope .form-group .form-control-feedback:focus-within,
.cpl-scope .form-group .form-control-feedback.focus-within,
.cpl-scope .form-group .form-control-feedback:focus,
.cpl-scope .form-group .form-control-feedback.focus {
  color: #53575C;
  fill: #53575C;
}
.cpl-scope .form-group .form-control-feedback > svg[class*="brand-icon"],
.cpl-scope .form-group .form-control-feedback > svg[class*="ihs-icon"],
.cpl-scope .form-group .form-control-feedback > svg[class*="ico_"] {
  color: #84888D;
  fill: #84888D;
}
.cpl-scope .form-group .form-control-feedback > svg[class*="brand-icon"]:hover,
.cpl-scope .form-group .form-control-feedback > svg[class*="ihs-icon"]:hover,
.cpl-scope .form-group .form-control-feedback > svg[class*="ico_"]:hover,
.cpl-scope .form-group .form-control-feedback > svg[class*="brand-icon"].hover,
.cpl-scope .form-group .form-control-feedback > svg[class*="ihs-icon"].hover,
.cpl-scope .form-group .form-control-feedback > svg[class*="ico_"].hover,
.cpl-scope .form-group .form-control-feedback > svg[class*="brand-icon"]:focus-within,
.cpl-scope .form-group .form-control-feedback > svg[class*="ihs-icon"]:focus-within,
.cpl-scope .form-group .form-control-feedback > svg[class*="ico_"]:focus-within,
.cpl-scope .form-group .form-control-feedback > svg[class*="brand-icon"].focus-within,
.cpl-scope .form-group .form-control-feedback > svg[class*="ihs-icon"].focus-within,
.cpl-scope .form-group .form-control-feedback > svg[class*="ico_"].focus-within,
.cpl-scope .form-group .form-control-feedback > svg[class*="brand-icon"]:focus,
.cpl-scope .form-group .form-control-feedback > svg[class*="ihs-icon"]:focus,
.cpl-scope .form-group .form-control-feedback > svg[class*="ico_"]:focus,
.cpl-scope .form-group .form-control-feedback > svg[class*="brand-icon"].focus,
.cpl-scope .form-group .form-control-feedback > svg[class*="ihs-icon"].focus,
.cpl-scope .form-group .form-control-feedback > svg[class*="ico_"].focus {
  color: #53575C;
  fill: #53575C;
}
.cpl-scope .form-group .form-control:focus-within + .form-control-feedback,
.cpl-scope .form-group .form-control.focus-within + .form-control-feedback,
.cpl-scope .form-group .form-control:focus + .form-control-feedback,
.cpl-scope .form-group .form-control.focus + .form-control-feedback {
  color: #53575C;
  fill: #53575C;
}
.cpl-scope .form-group-lg {
  position: relative;
}
.cpl-scope .form-group-lg .form-control-feedback {
  top: 14px;
  right: 16px;
}
.cpl-scope .form-group-sm {
  position: relative;
}
.cpl-scope .form-group-sm .form-control-feedback {
  top: 2px;
  right: 8px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .cpl-scope .form-group-lg select.form-control:not([multiple]) {
    line-height: 1.3333333333;
  }
  .cpl-scope select.form-control option:hover,
  .cpl-scope select.highlight option:hover,
  .cpl-scope select.form-control option:checked,
  .cpl-scope select.highlight option:checked,
  .cpl-scope select.form-control option:focus,
  .cpl-scope select.highlight option:focus,
  .cpl-scope select.form-control option:active,
  .cpl-scope select.highlight option:active,
  .cpl-scope select.long:not([multiple])[size] > option:nth-of-type(2n):hover,
  .cpl-scope select.long[multiple] > option:nth-of-type(2n):hover {
    background-color: #009596;
    box-shadow: none;
    color: #ffffff !important;
  }
}
.treeview .list-group-item {
  cursor: pointer;
}
.treeview .indent {
  margin-left: 10px;
  margin-right: 10px;
}
.treeview .icon,
.treeview .image {
  width: 12px;
  margin-right: 5px;
}
.treeview .node-disabled {
  color: silver;
  cursor: not-allowed;
}
.treeview .node-hidden {
  display: none;
}
.treeview .image {
  display: inline-block;
  height: 1.19em;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1em;
}
.cpl-scope .treeview.density-tree li,
.cpl-scope .treeview .density-tree li {
  padding: 4px 4px;
}
.cpl-scope .treeview [data-nodeid*="0."] {
  font-weight: bold;
}
.cpl-scope .treeview [data-nodeid*="0."] > .indent ~ .text {
  font-weight: normal;
}
.cpl-scope .treeview .icon,
.cpl-scope .treeview svg.icon,
.cpl-scope .treeview svg[class*="brand-icon"],
.cpl-scope .treeview svg[class*="ihs-icon"],
.cpl-scope .treeview svg[class*="icon_"] {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  padding: 1px;
  position: relative;
  top: 2px;
}
.cpl-scope .treeview .glyphicon-plus,
.cpl-scope .treeview .glyphicon-minus,
.cpl-scope .treeview .glyphicon-triangle-bottom,
.cpl-scope .treeview .glyphicon-triangle-right {
  color: #009596;
}
.cpl-scope .treeview svg[class*="brand-icon-arrow"],
.cpl-scope .treeview svg[class*="ihs-icon-arrow"],
.cpl-scope .treeview svg[class*="ihs-icon-checkbox-checked"],
.cpl-scope .treeview svg[class*="ihs-icon-checkbox-halfchecked"] {
  fill: #009596;
}
.cpl-scope .treeview svg[class*="ihs-icon-checkbox-unchecked"] {
  fill: #C1C5CA;
}
.cpl-scope .treeview svg[class*="brand-icon-checkbox-"][tabindex],
.cpl-scope .treeview svg[class*="ihs-icon-checkbox-"][tabindex] {
  padding: 0 !important;
}
.cpl-scope .treeview .node-selected [class*="glyphicon-"],
.cpl-scope .treeview .node-selected .glyphicon-plus,
.cpl-scope .treeview .node-selected .glyphicon-minus,
.cpl-scope .treeview .node-selected .glyphicon-triangle-bottom,
.cpl-scope .treeview .node-selected .glyphicon-triangle-right {
  color: #ffffff;
}
.cpl-scope .treeview .node-selected svg[class*="brand-icon-"],
.cpl-scope .treeview .node-selected svg[class*="ihs-icon-"],
.cpl-scope .treeview .node-selected svg[class*="brand-icon-arrow"],
.cpl-scope .treeview .node-selected svg[class*="ihs-icon-arrow"] {
  fill: #ffffff;
  background-color: #009596;
}
.cpl-scope .treeview .node-selected svg[class*="brand-icon-checkbox-unchecked"],
.cpl-scope .treeview .node-selected svg[class*="ihs-icon-checkbox-unchecked"] {
  background-color: #ffffff;
}
.cpl-scope .treeview .empty-expand-indent,
.cpl-scope .treeview .indent {
  margin: 0 8px;
}
.cpl-scope {
  /*
    .color-grid .swatch-color.main {
        height: 5.9vw;
    }
    */
  /*
    .color-black { // Deprecated - To be removed and not replaced
        background-color: #000;
    }
    */
  /* 
        'gray' is the standard spelling. 
        'grey' is being deprecated but will still be supported for a few dot releases. 
        See https://www.w3schools.com/colors/colors_shades.asp
    */
  /*.footer > div, .footer ul {
        border: 1px solid red;
    }*/
  /*
    .footer-expanded svg[class*="brand-icon"],
    .footer-small svg[class*="brand-icon"]{
        font-size: 14px;
        position: absolute;
        right: 16px;
        top: 6px;
        //padding: 4px 4px 4px 4px;
        cursor: pointer;
        display: inline-block;
        width: 14px;
        height: 14px;
        stroke-width: 0;
        stroke: currentColor;
        fill: currentColor;
    }
    */
  /* Header //////////////////////
    34px to baseline of text

    /* Widths
    margin 16px per side
    Full format - 100% responsive?
    Web format - 1024 max width
    */
  /* Logo 35px X 35px
    header - green default logo
    footer - white logo
    vertically centered
    */
  /* Product Name
    22px Source Sans Pro Regular Dark Gray (HEX #4c4b4c) Centered in vertical space
    */
  /* Version Number
    12px Source Sans Pro Light Light Gray (HEX 999999)
    1px after product name, same line
    */
  /* Historical Branding "By S&P Global"
    12px Source Sans Pro italic Light Gray (HEX 999999)
    6px below main product name
    */
  /* Active Navigation
    bar 2px tall, width of button Orange (HEX #ff8f1c)
    On click the active indicator pops on
    */
  /* Navigation text/bar
    12px ALL CAPS Arial Regular White (HEX #fff)
    Centered in vertical space
    Left and right margins of 16px
    Words 32px apart
    Bar 24px tall
    */
  /* Search button/bar
    gradient background.
    Linear-gradient(75deg,#08ac4b,#328f8a)
    search bar stays the same

    width: 325px;
    vertical-align: middle;
    padding-top: 23px;
    padding-right: 24px;
    */
  /* Header Icons
    18px X 18px Dark Gray (HEX 4c4b4c) Hover ihs-color-h1
    48px apart
    User Icon to name 16px apart
    Last icon is 12px from Right Side
    Icon Area has margin of 6px from left hand browser edge
    */
  /* Navbar Colors
    Blue/Default - Navbar #0066B3, Hover #0B507F
    Black -   Navbar #000000, Hover #E5E5E5
    Turquoise Navbar #00719d, Hover #0097d1
    Gray -    Navbar #999999, Hover #4c4b4c
    */
  /* States
    Not logged in - user icon is outlined
    */
  /* Footer
    16px horiz padding
    background color - Dark Gray (HEX #4c4b4c)
    ihs-type-body White (HEX #fff )

    standard - 64px height

    social - 64px height
    icons - 24x24 gray (HEX #999999)
    social divider line - 1x32 #fff

    small - 24px height .. expandable
    arrow ihs-icon-chevron White (HEX #FFF)
    Centered in vertical space 16px X 10px

    expanded - 96px height
    14px bottom margin between (links below copyright)
    ihs-icon-x White (HEX #fff)
    Centered in vertical space 12px X 12px
    */
}
.cpl-scope .swatches-list > li {
  width: 10%;
  height: auto;
  display: inline-block;
  float: none;
  text-align: center;
  padding: 8px;
  margin: 0 auto;
}
.cpl-scope .swatches-list li > code {
  background-color: #FFF;
}
.cpl-scope .swatch-color {
  width: 100%;
  height: 20px;
  display: block;
  margin: 0 auto 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0px solid #000;
}
.cpl-scope .color-grid * {
  transition: opacity 400ms ease-out;
}
.cpl-scope .color-grid .row.colors {
  margin-bottom: 4vh;
}
.cpl-scope .color-grid code {
  display: block;
}
.cpl-scope .color-grid.color-uses code {
  display: inline-block;
}
.cpl-scope .color-grid .deprecation {
  display: block;
  margin-top: 6px;
  color: #CF1034;
}
.cpl-scope .color-grid .deprecation code {
  margin-top: 0;
}
.cpl-scope .color-grid .color-bg-name {
  font-weight: bold;
  color: #00AB4E;
}
.cpl-scope .color-grid .swatch-color {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 5.9vw;
  margin-bottom: 5px;
}
.cpl-scope .color-grid .swatch-color > .lod {
  color: #FFF;
  margin: 2px;
}
.cpl-scope .color-grid .swatch-color > .lod .ihs-icon-checkmark,
.cpl-scope .color-grid .swatch-color > .lod .ihs-icon-warning {
  height: 1.3rem;
}
.cpl-scope .color-grid .swatch-color > .dol {
  color: #000;
  margin: 2px;
}
.cpl-scope .color-grid .swatch-color > .dol .ihs-icon-checkmark,
.cpl-scope .color-grid .swatch-color > .dol .ihs-icon-warning {
  height: 1.3rem;
}
.cpl-scope .brand-color-primary-dark,
.cpl-scope .ihs-color-primary-dark {
  background-color: #007778;
}
.cpl-scope svg[class*="brand-icon"].brand-color-primary-dark,
.cpl-scope svg[class*="ihs-icon"].brand-color-primary-dark,
.cpl-scope svg[class*="ico_"].brand-color-primary-dark,
.cpl-scope svg[class*="brand-icon"].ihs-color-primary-dark,
.cpl-scope svg[class*="ihs-icon"].ihs-color-primary-dark,
.cpl-scope svg[class*="ico_"].ihs-color-primary-dark {
  background-color: transparent;
  fill: #007778;
}
.cpl-scope .brand-color-primary-dark-text {
  color: #007778;
}
.cpl-scope .brand-color-primary,
.cpl-scope .ihs-color-primary {
  background-color: #009596;
}
.cpl-scope svg[class*="brand-icon"].brand-color-primary,
.cpl-scope svg[class*="ihs-icon"].brand-color-primary,
.cpl-scope svg[class*="ico_"].brand-color-primary,
.cpl-scope svg[class*="brand-icon"].ihs-color-primary,
.cpl-scope svg[class*="ihs-icon"].ihs-color-primary,
.cpl-scope svg[class*="ico_"].ihs-color-primary {
  background-color: transparent;
  fill: #009596;
}
.cpl-scope .brand-color-primary-text {
  color: #009596;
}
.cpl-scope .color-success-dark {
  background-color: #6EA720;
}
.cpl-scope svg[class*="brand-icon"].color-success-dark,
.cpl-scope svg[class*="ihs-icon"].color-success-dark,
.cpl-scope svg[class*="ico_"].color-success-dark {
  background-color: transparent;
  fill: #6EA720;
}
.cpl-scope .color-success-dark-text {
  color: #6EA720;
}
.cpl-scope .color-success {
  background-color: #8DC63F;
}
.cpl-scope svg[class*="brand-icon"].color-success,
.cpl-scope svg[class*="ihs-icon"].color-success,
.cpl-scope svg[class*="ico_"].color-success {
  background-color: transparent;
  fill: #8DC63F;
}
.cpl-scope .color-success-text {
  color: #8DC63F;
}
.cpl-scope .color-success-light {
  background-color: #ACE55E;
}
.cpl-scope svg[class*="brand-icon"].color-success-light,
.cpl-scope svg[class*="ihs-icon"].color-success-light,
.cpl-scope svg[class*="ico_"].color-success-light {
  background-color: transparent;
  fill: #ACE55E;
}
.cpl-scope .color-success-light-text {
  color: #ACE55E;
}
.cpl-scope .color-info-dark {
  background-color: #0096D2;
}
.cpl-scope svg[class*="brand-icon"].color-info-dark,
.cpl-scope svg[class*="ihs-icon"].color-info-dark,
.cpl-scope svg[class*="ico_"].color-info-dark {
  background-color: transparent;
  fill: #0096D2;
}
.cpl-scope .color-info-dark-text {
  color: #0096D2;
}
.cpl-scope .color-info {
  background-color: #00B5F1;
}
.cpl-scope svg[class*="brand-icon"].color-info,
.cpl-scope svg[class*="ihs-icon"].color-info,
.cpl-scope svg[class*="ico_"].color-info {
  background-color: transparent;
  fill: #00B5F1;
}
.cpl-scope .color-info-text {
  color: #00B5F1;
}
.cpl-scope .color-info-light {
  background-color: #1FD4FF;
}
.cpl-scope svg[class*="brand-icon"].color-info-light,
.cpl-scope svg[class*="ihs-icon"].color-info-light,
.cpl-scope svg[class*="ico_"].color-info-light {
  background-color: transparent;
  fill: #1FD4FF;
}
.cpl-scope .color-info-light-text {
  color: #1FD4FF;
}
.cpl-scope .color-warning-dark {
  background-color: #D87500;
}
.cpl-scope svg[class*="brand-icon"].color-warning-dark,
.cpl-scope svg[class*="ihs-icon"].color-warning-dark,
.cpl-scope svg[class*="ico_"].color-warning-dark {
  background-color: transparent;
  fill: #D87500;
}
.cpl-scope .color-warning-dark-text {
  color: #D87500;
}
.cpl-scope .color-warning {
  background-color: #F7941D;
}
.cpl-scope svg[class*="brand-icon"].color-warning,
.cpl-scope svg[class*="ihs-icon"].color-warning,
.cpl-scope svg[class*="ico_"].color-warning {
  background-color: transparent;
  fill: #F7941D;
}
.cpl-scope .color-warning-text {
  color: #F7941D;
}
.cpl-scope .color-warning-light {
  background-color: #FFB33C;
}
.cpl-scope svg[class*="brand-icon"].color-warning-light,
.cpl-scope svg[class*="ihs-icon"].color-warning-light,
.cpl-scope svg[class*="ico_"].color-warning-light {
  background-color: transparent;
  fill: #FFB33C;
}
.cpl-scope .color-warning-light-text {
  color: #FFB33C;
}
.cpl-scope .color-danger-dark {
  background-color: #B00015;
}
.cpl-scope svg[class*="brand-icon"].color-danger-dark,
.cpl-scope svg[class*="ihs-icon"].color-danger-dark,
.cpl-scope svg[class*="ico_"].color-danger-dark {
  background-color: transparent;
  fill: #B00015;
}
.cpl-scope .color-danger-dark-text {
  color: #B00015;
}
.cpl-scope .color-danger {
  background-color: #CF1034;
}
.cpl-scope svg[class*="brand-icon"].color-danger,
.cpl-scope svg[class*="ihs-icon"].color-danger,
.cpl-scope svg[class*="ico_"].color-danger {
  background-color: transparent;
  fill: #CF1034;
}
.cpl-scope .color-danger-text {
  color: #CF1034;
}
.cpl-scope .color-danger-light {
  background-color: #EE2F53;
}
.cpl-scope svg[class*="brand-icon"].color-danger-light,
.cpl-scope svg[class*="ihs-icon"].color-danger-light,
.cpl-scope svg[class*="ico_"].color-danger-light {
  background-color: transparent;
  fill: #EE2F53;
}
.cpl-scope .color-danger-light-text {
  color: #EE2F53;
}
.cpl-scope .color-gray-darker {
  background-color: #32363B;
}
.cpl-scope svg[class*="brand-icon"].color-gray-darker,
.cpl-scope svg[class*="ihs-icon"].color-gray-darker,
.cpl-scope svg[class*="ico_"].color-gray-darker {
  background-color: transparent;
  fill: #32363B;
}
.cpl-scope .color-gray-darker-text {
  color: #32363B;
}
.cpl-scope .color-gray-dark {
  background-color: #53575C;
}
.cpl-scope svg[class*="brand-icon"].color-gray-dark,
.cpl-scope svg[class*="ihs-icon"].color-gray-dark,
.cpl-scope svg[class*="ico_"].color-gray-dark {
  background-color: transparent;
  fill: #53575C;
}
.cpl-scope .color-gray-dark-text {
  color: #53575C;
}
.cpl-scope .color-gray {
  background-color: #84888D;
}
.cpl-scope svg[class*="brand-icon"].color-gray,
.cpl-scope svg[class*="ihs-icon"].color-gray,
.cpl-scope svg[class*="ico_"].color-gray {
  background-color: transparent;
  fill: #84888D;
}
.cpl-scope .color-gray-text {
  color: #84888D;
}
.cpl-scope .color-gray-light {
  background-color: #C1C5CA;
}
.cpl-scope svg[class*="brand-icon"].color-gray-light,
.cpl-scope svg[class*="ihs-icon"].color-gray-light,
.cpl-scope svg[class*="ico_"].color-gray-light {
  background-color: transparent;
  fill: #C1C5CA;
}
.cpl-scope .color-gray-light-text {
  color: #C1C5CA;
}
.cpl-scope .color-gray-lighter {
  background-color: #EAEEF3;
}
.cpl-scope svg[class*="brand-icon"].color-gray-lighter,
.cpl-scope svg[class*="ihs-icon"].color-gray-lighter,
.cpl-scope svg[class*="ico_"].color-gray-lighter {
  background-color: transparent;
  fill: #EAEEF3;
}
.cpl-scope .color-gray-lighter-text {
  color: #EAEEF3;
}
.cpl-scope .color-lod,
.cpl-scope .color-light-on-dark {
  color: #ffffff;
  background-color: #53575C;
}
.cpl-scope .color-lod-bg,
.cpl-scope .color-light-on-dark-bg {
  background-color: #53575C;
}
.cpl-scope .color-dol,
.cpl-scope .color-dark-on-light {
  color: #32363B;
  background-color: #ffffff;
}
.cpl-scope .color-dol-bg,
.cpl-scope .color-dark-on-light-bg {
  background-color: #ffffff;
}
.cpl-scope .color-white,
.cpl-scope .color-lod-text,
.cpl-scope .color-light-on-dark-text {
  color: #ffffff;
}
.cpl-scope .color-black,
.cpl-scope .color-dol-text,
.cpl-scope .color-dark-on-light-text {
  color: #32363B;
}
.cpl-scope .container-test {
  max-width: 1024px;
  margin: 0px auto;
}
.cpl-scope .container-width-x {
  width: 1024px;
  margin: 0 auto;
}
.cpl-scope .demo-site-links li {
  margin: 10px 5px 10px 25px;
  padding: 15px 10px 15px 15px;
  border: 1px solid #ccc;
  width: 300px;
  background-color: #f4f4f4;
  font-size: 14px;
}
.cpl-scope .screenshot {
  margin: 0px auto;
  border: 1px solid #efefef;
  height: 500px;
  background-color: #f2f2f2;
}
.cpl-scope .ihs-menu.navbar-nav {
  height: 27px;
  border: 0px;
}
.cpl-scope .ihs-menu.navbar-nav li {
  border-radius: 0px;
  margin-right: 1px;
}
.cpl-scope .ihs-menu.navbar-nav li:last-of-type {
  margin-right: 0;
}
.cpl-scope .ihs-menu.navbar-nav li.pull-right {
  margin-right: 0;
  margin-left: 1px;
}
.cpl-scope .ihs-menu.navbar-nav li.pull-right:last-of-type {
  margin-right: 0;
  margin-left: 0;
}
.cpl-scope .ihs-menu.navbar-blue {
  background-color: #0066B3;
  color: white;
}
.cpl-scope .ihs-menu.navbar-blue li,
.cpl-scope .ihs-menu.navbar-blue li a {
  height: 24px;
  color: white;
}
.cpl-scope .ihs-menu.navbar-blue li:hover,
.cpl-scope .ihs-menu.navbar-blue li a:hover {
  background-color: #0B507F;
}
.cpl-scope .ihs-menu.navbar-blue > li.active,
.cpl-scope .ihs-menu.navbar-blue > li.active a {
  background-color: #0B507F;
  color: white;
  border-top: solid 2px #ff8f1c;
  top: -2px;
  height: 26px;
}
.cpl-scope .ihs-menu.navbar-blue > li.active a:hover,
.cpl-scope .ihs-menu.navbar-blue > li.active a:focus {
  background-color: #0B507F;
  color: white;
}
.cpl-scope .ihs-menu.navbar-turquoise {
  background-color: #00719d;
}
.cpl-scope .ihs-menu.navbar-turquoise li,
.cpl-scope .ihs-menu.navbar-turquoise li a {
  height: 24px;
  color: white;
}
.cpl-scope .ihs-menu.navbar-turquoise li:hover,
.cpl-scope .ihs-menu.navbar-turquoise li a:hover {
  background-color: #0097d1;
}
.cpl-scope .ihs-menu.navbar-turquoise li.active,
.cpl-scope .ihs-menu.navbar-turquoise li.active a {
  background-color: #0097d1;
  color: white;
  border-top: solid 2px #ff8f1c;
  top: -2px;
  height: 26px;
}
.cpl-scope .ihs-menu.navbar-turquoise li.active a:hover,
.cpl-scope .ihs-menu.navbar-turquoise li.active a:focus {
  background-color: #0097d1;
  color: white;
}
.cpl-scope .ihs-menu.navbar-gray,
.cpl-scope .ihs-menu.navbar-grey {
  background-color: #FFFFFF;
  border-top: solid 1px #C2C4C3;
  border-bottom: solid 1px #C2C4C3;
}
.cpl-scope .ihs-menu.navbar-gray li,
.cpl-scope .ihs-menu.navbar-grey li,
.cpl-scope .ihs-menu.navbar-gray li a,
.cpl-scope .ihs-menu.navbar-grey li a {
  height: 24px;
  color: #000000;
  font-weight: 700;
}
.cpl-scope .ihs-menu.navbar-gray li.hover,
.cpl-scope .ihs-menu.navbar-grey li:hover,
.cpl-scope .ihs-menu.navbar-gray li:focus,
.cpl-scope .ihs-menu.navbar-gray li.focus,
.cpl-scope .ihs-menu.navbar-grey li:focus,
.cpl-scope .ihs-menu.navbar-gray li a.hover,
.cpl-scope .ihs-menu.navbar-grey li a:hover,
.cpl-scope .ihs-menu.navbar-gray li a.focus,
.cpl-scope .ihs-menu.navbar-grey li a:focus {
  background-color: #F5F5F5;
  color: #000000;
  border-bottom: solid 3px #D6002A;
  top: 0;
  height: 26px;
}
.cpl-scope .ihs-menu.navbar-gray li:hover {
  background-color: #F5F5F5;
  color: #000000;
  top: 0;
  height: 26px;
}
.cpl-scope .ihs-menu.navbar-gray li a:focus {
  border: 1px solid #0D71C6;
  background-color: #FFFFFF;
  color: #000000;
  top: 0;
  height: 26px;
}
.cpl-scope .ihs-header .ihs-menu li:hover a {
  color: #000000;
}
.cpl-scope .ihs-menu.navbar-gray > li.active,
.cpl-scope .ihs-menu.navbar-grey > li.active,
.cpl-scope .ihs-menu.navbar-gray > li.active > a,
.cpl-scope .ihs-menu.navbar-grey > li.active > a {
  background-color: #FFFFFF;
  color: #D6002A;
  border-bottom: solid 3px #D6002A;
  top: 0;
  height: 26px;
}
.cpl-scope .ihs-menu.navbar-gray > li.active > a.hover,
.cpl-scope .ihs-menu.navbar-grey > li.active > a:hover,
.cpl-scope .ihs-menu.navbar-gray > li.active > a.focus,
.cpl-scope .ihs-menu.navbar-grey > li.active > a:focus {
  background-color: #4c4b4c;
  color: white;
}
.cpl-scope .ihs-menu.navbar-gray > .open > a,
.cpl-scope .ihs-menu.navbar-gray > .open > a:hover,
.cpl-scope .ihs-menu.navbar-gray > .open > a:focus {
  background-color: #C1C5CA !important;
  color: #32363B !important;
}
.cpl-scope .ihs-menu.navbar-black {
  background-color: #000000;
}
.cpl-scope .ihs-menu.navbar-black li,
.cpl-scope .ihs-menu.navbar-black li a {
  height: 24px;
}
.cpl-scope .ihs-menu.navbar-black li a {
  padding: 5px 12px;
  color: white;
}
.cpl-scope .ihs-menu.navbar-black li:hover,
.cpl-scope .ihs-menu.navbar-black li a:hover {
  background-color: #E5E5E5;
  color: #000000;
}
.cpl-scope .ihs-menu.navbar-black > li.active,
.cpl-scope .ihs-menu.navbar-black > li.active a {
  background-color: #E5E5E5;
  color: #000000;
  border-top: solid 2px #ff8f1c;
  top: -2px;
  height: 26px;
}
.cpl-scope .ihs-menu.navbar-black > li.active a:hover,
.cpl-scope .ihs-menu.navbar-black > li.active a:focus {
  background-color: #E5E5E5;
  color: #000000;
}
.cpl-scope .ihs-menu.navbar-black > .open > a,
.cpl-scope .ihs-menu.navbar-black > .open > a:hover,
.cpl-scope .ihs-menu.navbar-black > .open > a:focus {
  background-color: #84888D !important;
  color: #ffffff !important;
}
.cpl-scope .footer {
  background-color: #4c4b4c;
  height: 64px;
  padding: 14px 16px;
  color: white;
}
.cpl-scope .footer.footer-small {
  height: 24px;
  padding: 4px 16px;
}
.cpl-scope .footer.footer-expanded {
  height: 96px;
  padding: 8px 16px;
}
.cpl-scope .footer h1 {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 100;
  float: right;
  margin: 8px 0px 0px 5px;
}
.cpl-scope .footer .social-icons i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #999;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  margin-right: 4px;
}
.cpl-scope .footer .social-icons {
  padding: 3px 0px;
  border-right: 1px solid #fff;
  display: inline-block;
  padding-right: 28px;
  margin-right: 32px;
  vertical-align: middle;
}
.cpl-scope .footer .copyright-links {
  display: inline-block;
  vertical-align: middle;
}
.cpl-scope .footer .logo {
  display: inline-block;
  vertical-align: middle;
}
.cpl-scope .footer .ihs-logo {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIcAAAAlCAQAAADCOjJkAAAACXBIWXMAAAsSAAALEgHS3X78AAAFTklEQVRo3uWau63kNhSGWQI7MCswWIAXYAEOlG3K2JFSAw5YAuHEGzLamDBgwHBilsBgC2AJ7OBzoCPqMZrZe72ZdgRczB1JFM/H8/gPZxTq6WGYmFBoEkXe6RfX3+B4ddKRgYbHEIGEoZLvjOTxI02gkQk4FIZAoxPxVBqOSkVhvh8cE4FMBaAQmZhIQKIAkUrCU+7oJefwcId1d3gChU4jU4AGdCDQmO+NI3F8dco4Fs/YvxoVdTcPOfvG+ZgJZApdAEUcToIHDBl759xhTwgKiUylAfUQSJbOTCHeD4feeQBSVyYsE5FGpQNfHgLDUmlM98OR6BQiHid4vHwWyHTgn0uzI4hgu2mwGDwZqMw4Ep1E5fcnZdWRUSTa/XBYZirQiFgMiU4gUvnE3/z7ZICZBIQLge922egM0eyumwkE/BPc7kIXuXekb3MxwldwWKLoiSRKdBFdjkriM5+p/PXkYX/SLicXJIwUZbxbjw1fOJT1x3GW6vU4cnmzgeHh6Yoy7vfnkRQTAElyw4KiYPB0ZhKFzG98ujR6Jo5V1e/G4YAs5jo6/cFDgIfK1b4ZRxxjPpxVTMNRVxQOTaZjSVR+JZP5g49P5HySmjS9G0eCHQB3EXSL1xzDh2/G8eLs5vZJuleFo1HQJCofaPxCohIe3FYfBJt5N458OuMugqWdQCfRytscvOSebRSLwspne4PXTGSxMvsEMnfLBwxmQ9FlkkEcNNH4gcpE4ycShcDPw2iLI48Q+3+5YwbSS5kPkU7eGb80kmU8pcMQies9RTRzOczDj8Bb7ne7vBVwzBTK2qkENApDpTPJKlgiGU9ilr+ORORHIhNZ+PZLKEcc4XBsQVFE+NunOAJpl0494AaOxUA9nud2ATad5uGB9JBKt1laPpKYlWzrKBQTnYodMCY6WvY4DAXHRMaSmJmxNKlDkT586xrH+bVd6+V8kwV5xOFg9M6VdjDHHnLKimNfo5Z5uB2Maxwjd1hxwzRcNwEWQ2fCUzA0wRGIWIr8Z2limGbePe7thXbTHo890XZlE5lnBEw5pFIrWxAbjnKah6UfCvZLHMuQbaxBAjyKQkbRmJiJOAKOgJfAWRBp6hO9+h4camSSfHnlDFhpCfTBHEcBqoTgMxydehj7KzjCzsFWGIGOxtNQZCZmAo6IFUiGmYpGU+gXNeEtOOwpZzy7UourN/HA1RwnCukcLGccFb3D9RUcEcYKJ/GRNV4bHg1oAjOOggIUgYSiyPSuZPpbcJz1Q36hULqk0b05edcrvcKhUWj6qD0vccxDoyVZBU2joPDiIRVFwQmOwoQGDIYuARbFnd+HI+6SpMI+DZbF2D6MX80pw0BNHvrkEcdWlfwFDn3dwqWRfTMdg5JEmQkoKg5HRRFElSQWge+kKr3fOzR1RH4Geep1lmmH8lx23UsQaXbtc/v1r9IG7HuWZQR/xrHBmGXNvJBbDAaDAxQTVdbS7NCdj605ig+Suuw0pB+7bleFdrtyHlni2HMUCllSf5B74uU8lsQ7He5fR/Dn7Z8l4SxbfkXWY13/pcQtKW15b0bmWGLyNhvIqxtVSThVVtuL0WkIWiU+ouj43RXTiMnb4LCyvltya5LWlmQ5S9JaAidLWK2FL97NO5SkQ3bdgJNPrETYhiNI0x0uNmdug8PQR1psYn4Uw8vA4SV07E4e3RKHpkqgbBV6DZk6itiqEldBH++KY9veW1smO7BwwLF5z+2+x79SDCuEKLnBDG9gJ8u/kx80uKEjqnjJ1g+smmS+588ZXv36xxx0qjup/e/ux1CaWSBsBXW+1zeyj8d/pp2ktIvjLCsAAAAASUVORK5CYII=) no-repeat;
  width: 37px;
  height: 37px;
  float: left;
}
.cpl-scope .footer ul {
  float: none;
  margin: 0px;
  padding: 0px;
}
.cpl-scope .footer-expanded .copyright-links ul {
  margin-top: 34px;
}
.cpl-scope .footer-expanded small {
  display: block;
}
.cpl-scope .footer-expanded .logo,
.cpl-scope .footer-small .logo {
  margin-top: 34px;
}
.cpl-scope .footer-small > .footer-control {
  position: absolute;
  right: 16px;
  top: 4px;
  cursor: pointer;
}
.cpl-scope .footer-small > .footer-control svg[class="brand-icon-chevron"],
.cpl-scope .footer-small > .footer-control svg[class="ihs-icon-chevron"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0px;
  padding: 0px;
  fill: #C1C5CA;
  color: #C1C5CA;
  stroke: #C1C5CA;
  outline: #C1C5CA;
  stroke-width: 0px;
}
.cpl-scope .footer-small > .footer-control:hover {
  fill: white;
}
.cpl-scope .icons-holder {
  padding: 16px 16px 16px 30px;
}
.cpl-scope .icons-sized {
  font-size: 16px;
}
@media (max-width: 768px) {
  .cpl-scope .icon-set,
  .cpl-scope .navbar-nav {
    margin: 0;
    float: right;
  }
}
.cpl-scope svg[class*="brand-icon"],
.cpl-scope svg[class*="ihs-icon"],
.cpl-scope svg[class*="ico_"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.cpl-scope svg[class*="brand-icon"]:hover,
.cpl-scope svg[class*="ihs-icon"]:hover,
.cpl-scope svg[class*="ico_"]:hover {
  color: inherit;
}
.cpl-scope svg[class*="brand-icon"].icon-inline,
.cpl-scope svg[class*="ihs-icon"].icon-inline,
.cpl-scope svg[class*="ico_"].icon-inline {
  width: 10px;
  height: 10px;
}
.cpl-scope .icons {
  background: radial-gradient(#F7F8FA, #ffffff 65%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cpl-scope .icons svg[class*="brand-icon"],
.cpl-scope .icons svg[class*="ihs-icon"],
.cpl-scope .icons svg[class*="ico_"] {
  margin: 10px;
}
.cpl-scope .icons svg[class*="brand-icon"] span,
.cpl-scope .icons svg[class*="ihs-icon"] span,
.cpl-scope .icons svg[class*="ico_"] span {
  margin: 0px;
}
.cpl-scope .icons li {
  background-color: #ffffff;
  box-shadow: inset 0 0 4px 1px #F8FAFE;
  border-radius: 4px;
  list-style-type: none;
  display: inline-block;
  padding: 10px;
  width: 150px;
  height: 100px;
  margin: 5px;
  text-align: center;
}
.cpl-scope button.btn-icon:not(.btn-default):not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):not(.btn-go) {
  padding: 0;
  background-color: transparent;
  color: #009596;
  border: none;
}
.cpl-scope button.btn-icon:not(.btn-default):not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):not(.btn-go):hover,
.cpl-scope button.btn-icon:not(.btn-default):not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):not(.btn-go).hover,
.cpl-scope button.btn-icon:not(.btn-default):not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):not(.btn-go):focus,
.cpl-scope button.btn-icon:not(.btn-default):not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):not(.btn-go).focus {
  color: #00494a;
}
.cpl-scope button.btn-icon:not(.btn-default):not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):not(.btn-go) > svg {
  fill: currentColor;
}
.cpl-scope .btn.btn-icon > svg {
  width: 62px;
  /* 64px */
  height: 62px;
  /* 64px */
  padding: 15px;
}
.cpl-scope .btn-icon {
  display: inline-block;
  text-align: center;
  width: 64px;
  /* 64px */
  height: 64px;
  /* 64px */
}
.cpl-scope .btn-icon > svg {
  width: 64px;
  /* 64px */
  height: 64px;
  /* 64px */
  padding: 16px;
}
.cpl-scope .btn-icon.has-text > svg {
  padding: 12px 20px 28px;
  /* 64px -40px(padding) means icons are 24x24 */
}
.cpl-scope .btn-icon .btn-icon-text {
  position: relative;
  float: left;
  top: -28px;
  font-size: 10px;
  width: 100%;
  text-decoration: inherit;
}
.cpl-scope .btn.btn-icon {
  padding: 0;
}
.cpl-scope .btn-icon.btn-icon-48,
.cpl-scope .btn-icon.btn-go.btn-lg {
  display: inline-block;
  width: 48px;
  /* 48px */
  height: 48px;
  /* 48px */
}
.cpl-scope .btn-icon.btn-go.btn-lg {
  padding: 0;
}
.cpl-scope .btn-icon.btn-icon-48 > svg,
.cpl-scope .btn-icon.btn-go.btn-lg > svg {
  width: 48px;
  /* 48px */
  height: 48px;
  /* 48px */
  padding: 12px;
}
.cpl-scope .btn.btn-icon.btn-icon-48 > svg,
.cpl-scope .btn.btn-icon.btn-go.btn-lg > svg {
  /* Account for .btn border */
  width: 46px;
  /* 46px */
  height: 46px;
  /* 46px */
  padding: 11px;
}
.cpl-scope .btn-icon.btn-icon-32 {
  display: inline-block;
  width: 32px;
  /* 32px */
  height: 32px;
  /* 32px */
}
.cpl-scope .btn-icon.btn-icon-32 > svg {
  width: 32px;
  /* 32px */
  height: 32px;
  /* 32px */
  padding: 8px;
}
.cpl-scope .btn.btn-icon.btn-icon-32 > svg {
  /* Account for .btn border */
  width: 30px;
  /* 64px */
  height: 30px;
  /* 64px */
  padding: 7px;
}
.cpl-scope .btn-icon.btn-icon-24,
.cpl-scope .btn-icon.btn-go {
  display: inline-block;
  width: 24px;
  /* 24px */
  height: 24px;
  /* 24px */
}
.cpl-scope .btn-icon.btn-icon-24 > svg,
.cpl-scope .btn-icon.btn-go > svg {
  width: 24px;
  /* 24px */
  height: 24px;
  /* 24px */
  padding: 4px;
}
.cpl-scope .btn.btn-icon.btn-icon-24 > svg,
.cpl-scope .btn.btn-icon.btn-go > svg {
  /* Account for .btn border */
  width: 22px;
  /* 64px */
  height: 22px;
  /* 64px */
  padding: 3px;
}
.cpl-scope .btn-icon.btn-icon-16 {
  display: inline-block;
  width: 16px;
  /* 16px */
  height: 16px;
  /* 16px */
}
.cpl-scope .btn-icon.btn-icon-16 > svg {
  width: 16px;
  /* 16px */
  height: 16px;
  /* 16px */
  padding: 2px;
}
.cpl-scope .btn.btn-icon.btn-icon-16 > svg {
  /* Account for .btn border */
  position: relative;
  top: -2px;
  /* Not yet sure why this is needed. */
  width: 14px;
  /* 64px */
  height: 14px;
  /* 64px */
  padding: 1px;
}
.cpl-scope .btn-icon.btn-icon-12 {
  display: inline-block;
  width: 12px;
  /* 12px */
  height: 12px;
  /* 12px */
}
.cpl-scope .btn-icon.btn-icon-12 > svg {
  width: 12px;
  /* 12px */
  height: 12px;
  /* 12px */
  padding: 0px;
}
.cpl-scope .btn.btn-icon.btn-icon-12 > svg {
  /* Account for .btn border */
  position: relative;
  top: -4px;
  /* Not yet sure why this is needed. */
  width: 10px;
  /* 64px */
  height: 10px;
  /* 64px */
  padding: 1px;
}
.cpl-scope .btn-primary .btn-icon > svg,
.cpl-scope .btn-secondary .btn-icon > svg,
.cpl-scope .btn-success .btn-icon > svg,
.cpl-scope .btn-info .btn-icon > svg,
.cpl-scope .btn-warning .btn-icon > svg,
.cpl-scope .btn-danger .btn-icon > svg,
.cpl-scope .btn-primary .btn-icon > svg[class*="brand-icon"],
.cpl-scope .btn-primary .btn-icon > svg[class*="ihs-icon"],
.cpl-scope .btn-primary .btn-icon > svg[class*="ico_"],
.cpl-scope .btn-secondary .btn-icon > svg[class*="brand-icon"],
.cpl-scope .btn-secondary .btn-icon > svg[class*="ihs-icon"],
.cpl-scope .btn-secondary .btn-icon > svg[class*="ico_"],
.cpl-scope .btn-success .btn-icon > svg[class*="brand-icon"],
.cpl-scope .btn-success .btn-icon > svg[class*="ihs-icon"],
.cpl-scope .btn-success .btn-icon > svg[class*="ico_"],
.cpl-scope .btn-info .btn-icon > svg[class*="brand-icon"],
.cpl-scope .btn-info .btn-icon > svg[class*="ihs-icon"],
.cpl-scope .btn-info .btn-icon > svg[class*="ico_"],
.cpl-scope .btn-warning .btn-icon > svg[class*="brand-icon"],
.cpl-scope .btn-warning .btn-icon > svg[class*="ihs-icon"],
.cpl-scope .btn-warning .btn-icon > svg[class*="ico_"],
.cpl-scope .btn-danger .btn-icon > svg[class*="brand-icon"],
.cpl-scope .btn-danger .btn-icon > svg[class*="ihs-icon"],
.cpl-scope .btn-danger .btn-icon > svg[class*="ico_"],
.cpl-scope .btn-icon.btn.btn-primary > svg,
.cpl-scope .btn-icon.btn.btn-secondary > svg,
.cpl-scope .btn-icon.btn.btn-success > svg,
.cpl-scope .btn-icon.btn.btn-info > svg,
.cpl-scope .btn-icon.btn.btn-warning > svg,
.cpl-scope .btn-icon.btn.btn-danger > svg {
  fill: #FFF;
}
.cpl-scope .btn {
  padding: 3px 15px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 2px;
}
.cpl-scope .btn.btn-xs {
  padding: 0px 7px;
  font-size: 10px;
  line-height: 1.333333;
  border-radius: 1px;
}
.cpl-scope .btn.btn-sm {
  padding: 0px 8px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 2px;
}
.cpl-scope .btn.btn-lg {
  padding: 7px 15px;
  font-size: 15px;
  line-height: 16px;
  border-radius: 3px;
}
.cpl-scope .btn.btn-go {
  background-color: #8DC63F;
  border-color: #8DC63F;
  color: #ffffff;
}
.cpl-scope .btn.btn-go:hover {
  background-color: #6c9a2e;
  border-color: #6c9a2e;
  color: #ffffff;
}
.cpl-scope .btn.btn-go[disabled] {
  background-color: #8DC63F;
  border-color: #8DC63F;
}
.cpl-scope .btn.btn-go:hover[disabled] {
  background-color: #8DC63F;
  border-color: #8DC63F;
}
.cpl-scope .btn-toggle {
  text-align: center;
  padding: 0px;
  background-color: #ffffff;
  border: 1px solid #C1C5CA;
}
.cpl-scope .btn-toggle svg[class*="brand-icon"],
.cpl-scope .btn-toggle svg[class*="ihs-icon"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 5px 8px;
  padding: 0px;
  fill: #C1C5CA;
  color: #C1C5CA;
  stroke: #C1C5CA;
  outline: #C1C5CA;
  stroke-width: 0px;
}
.cpl-scope .btn-toggle:hover,
.cpl-scope .btn-toggle.selected,
.cpl-scope .btn-toggle.active {
  background-color: #ffffff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cpl-scope .btn-toggle:hover svg[class*="brand-icon"],
.cpl-scope .btn-toggle.selected svg[class*="brand-icon"],
.cpl-scope .btn-toggle.active svg[class*="brand-icon"],
.cpl-scope .btn-toggle:hover svg[class*="ihs-icon"],
.cpl-scope .btn-toggle.selected svg[class*="ihs-icon"],
.cpl-scope .btn-toggle.active svg[class*="ihs-icon"] {
  stroke: #009596;
  fill: #009596;
}
.cpl-scope .toggle-switch-bubble input[type="checkbox"] + label:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px;
  padding: 0px;
  fill: #009596;
  color: #009596;
  stroke: #009596;
  outline: #009596;
  stroke-width: 0px;
}
.cpl-scope .toggle-switch-bubble input[type="checkbox"]:checked + label:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px;
  padding: 0px;
  fill: #009596;
  color: #009596;
  stroke: #009596;
  outline: #009596;
  stroke-width: 0px;
}
.cpl-scope .toggle-switch-list input[type="checkbox"] + label:before {
  font-family: 'IHS-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px;
  padding: 0px;
  fill: #009596;
  color: #009596;
  stroke: #009596;
  outline: #009596;
  stroke-width: 0px;
}
.cpl-scope .toggle-switch-list input[type="checkbox"]:checked + label:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px;
  padding: 0px;
  fill: #009596;
  color: #009596;
  stroke: #009596;
  outline: #009596;
  stroke-width: 0px;
}
.cpl-scope {
  /*
    @media all and (transform-3d), (-webkit-transform-3d) {
        .carousel-inner > .item {
            -webkit-transition: -webkit-transform .6s ease-in-out;
            -moz-transition: -moz-transform .6s ease-in-out;
            -o-transition: -o-transform .6s ease-in-out;
            transition: transform .6s ease-in-out;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000px;
            -moz-perspective: 1000px;
            perspective: 1000px
        }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0
        }

        .carousel-inner > .item.active, .carousel-inner > .item.next.left,
        .carousel-inner > .item.prev.right {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0
        }
    }
    @media screen and (min-width:768px) {
        .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
        .carousel-control .icon-next, .carousel-control .icon-prev {
            width: 30px;
            height: 30px;
            margin-top: -15px;
            font-size: 30px
        }

        .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
            margin-left: -15px
        }

        .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
            margin-right: -15px
        }

        .carousel-caption {
            left: 20%;
            right: 20%;
            padding-bottom: 30px
        }

        .carousel-indicators {
            bottom: 20px
        }
    }
    */
}
.cpl-scope #myCarousel,
.cpl-scope #HeroCarousel {
  width: 960px;
  border: 0px solid #32363B;
}
.cpl-scope #myCarousel .carousel-inner,
.cpl-scope #HeroCarousel .carousel-inner {
  padding: 0px;
}
.cpl-scope #myCarousel .carousel-indicators,
.cpl-scope #HeroCarousel .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  border: 0px solid #32363B;
}
.cpl-scope #myCarousel .carousel-indicators li,
.cpl-scope #HeroCarousel .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #7c7c7c;
}
.cpl-scope #myCarousel .carousel-indicators li.active,
.cpl-scope #HeroCarousel .carousel-indicators li.active {
  background-color: #f69f2c;
  width: 12px;
  height: 12px;
  margin: 0px;
}
.cpl-scope #myCarousel .carousel-content-left,
.cpl-scope #HeroCarousel .carousel-content-left,
.cpl-scope #myCarousel .tout,
.cpl-scope #HeroCarousel .tout {
  display: table-cell;
  width: 592px;
  height: 400px;
  border: 0px solid #32363B;
  padding: 16px 16px 16px 0px;
  vertical-align: middle;
}
.cpl-scope #myCarousel .carousel-content-left h2,
.cpl-scope #HeroCarousel .carousel-content-left h2,
.cpl-scope #myCarousel .tout h2,
.cpl-scope #HeroCarousel .tout h2 {
  margin-bottom: 14px;
  font-size: 32px;
  color: #32363B;
}
.cpl-scope #myCarousel .carousel-content-right,
.cpl-scope #HeroCarousel .carousel-content-right {
  width: 368px;
  height: 400px;
  border: 0px solid #32363B;
  display: table-cell;
  vertical-align: middle;
}
.cpl-scope #myCarousel a,
.cpl-scope #HeroCarousel a {
  color: white;
}
.cpl-scope .ew-tile {
  width: 224px;
  min-height: 176px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  padding-bottom: 24px;
  border: 0px solid #32363B;
  padding: 3px;
}
.cpl-scope .ew-tile.color-black .panel-heading {
  border-bottom: 1px solid black;
}
.cpl-scope .ew-tile h2 {
  padding: 0;
  margin: 0;
  color: inherit;
}
.cpl-scope .ew-tile .panel-heading,
.cpl-scope .ew-tile .panel-body,
.cpl-scope .ew-tile .panel-footer {
  background-color: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
}
.cpl-scope .ew-tile .panel-body {
  padding: 8px 0px 0px 0px;
}
.cpl-scope .ew-tile .panel-body hr {
  margin-top: 8px;
  margin-bottom: 8px;
}
.cpl-scope .ew-tile .panel-heading {
  padding: 0px 0px 8px 0px;
  border-bottom: 1px solid white;
}
.cpl-scope .ew-tile .panel {
  border: 0px solid #32363B;
  padding: 0;
  margin: 0;
  background-color: inherit;
  color: inherit;
}
.cpl-scope .tile-center {
  width: 224px;
  min-height: 265px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #C1C5CA;
  margin: 0px;
  text-align: center;
  padding: 32px 16px;
}
.cpl-scope .tile-center .panel-heading {
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  border: 0px solid #32363B;
}
.cpl-scope .tile-center .panel-heading .img-container {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  margin: 0px;
}
.cpl-scope .tile-center .panel-heading .img-container svg[class*="brand-icon"],
.cpl-scope .tile-center .panel-heading .img-container svg[class*="ihs-icon"] {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0px;
  padding: 0px;
  fill: white;
  color: white;
  stroke: white;
  outline: white;
  stroke-width: 0px;
}
.cpl-scope .tile-center .panel-body {
  padding: 0;
  margin: 0;
}
.cpl-scope .tile-center .panel-body h1,
.cpl-scope .tile-center .panel-body h2 {
  padding: 0;
  margin: 0;
  color: #32363B;
}
.cpl-scope .tile-center .panel-body ul {
  padding: 0;
  margin: 0;
  margin-top: 8px;
}
.cpl-scope .tile-center .panel-body ul li {
  font-size: 12px;
  list-style-type: none;
}
.cpl-scope .tile-center .panel-body input[type="checkbox"] + label:before {
  padding: 6px 6px 0px 0px;
}
.cpl-scope .accordion .panel-heading.collapsed .ihs-icon-arrow {
  transform: rotate(180deg);
}
.cpl-scope .accordion .panel-heading .ihs-icon-arrow {
  float: right;
  fill: #009596;
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
}
.cpl-scope .accordion .panel-primary .ihs-icon-arrow,
.cpl-scope .accordion .panel-secondary .ihs-icon-arrow,
.cpl-scope .accordion .panel-info .ihs-icon-arrow,
.cpl-scope .accordion .panel-success .ihs-icon-arrow,
.cpl-scope .accordion .panel-warning .ihs-icon-arrow,
.cpl-scope .accordion .panel-danger .ihs-icon-arrow {
  fill: #ffffff;
}
.cpl-scope .brand-accordion,
.cpl-scope .ihs-accordion {
  border: 0px solid transparent;
  /*
        .panel + .panel {
            margin-top: 0px;
        }
        .panel-heading {
            .border(1px, @gray-light);
            .border-radius();
            background-color: @gray-lighter;
            padding: 7px 7px;
            height: 32px;

            position: relative;
            cursor: pointer;

            &[aria-expanded="true"] {
                .border-radius-bottom();
            }

        }
        */
  /*
        .panel-title:after {
                .icon-font();
                .icon-set(@font-size-body, @gray-base, 4px 4px 0px 0px, 0px);
                float: right;
        }
            // pointed down //
            .chevron-open:after {
                .rotate-270;
            }
        .panel-heading + .panel-collapse {

        & >.panel-body {
            background-color: @body-bg;
            .border(1px, @gray-light);
            border-top: 0px;
            padding: 15px 7px;
        }
        }
        */
}
.cpl-scope .brand-accordion .panel,
.cpl-scope .ihs-accordion .panel {
  box-shadow: none;
}
.cpl-scope .brand-accordion .panel-default,
.cpl-scope .ihs-accordion .panel-default {
  border: 0 solid transparent;
  background-color: transparent;
}
.cpl-scope .brand-accordion .panel-heading,
.cpl-scope .ihs-accordion .panel-heading {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #009596;
  padding: 12px 24px 4px 16px;
  cursor: pointer;
}
.cpl-scope .brand-accordion .panel-heading .ihs-icon-arrow,
.cpl-scope .ihs-accordion .panel-heading .ihs-icon-arrow {
  display: inline-block;
  fill: #009596;
  height: 10px;
  position: absolute;
  top: calc(50% - 1px);
  right: 8px;
  transform: rotate(-90deg);
}
.cpl-scope .brand-accordion .panel-heading.collapsed .ihs-icon-arrow,
.cpl-scope .ihs-accordion .panel-heading.collapsed .ihs-icon-arrow {
  transform: rotate(180deg);
}
.cpl-scope .brand-accordion .panel-title,
.cpl-scope .ihs-accordion .panel-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 0;
  margin: 0;
  border: 0 solid transparent;
}
.cpl-scope .brand-accordion .panel-collapse,
.cpl-scope .ihs-accordion .panel-collapse {
  border: 1px solid #C1C5CA;
}
.cpl-scope .brand-accordion .panel-collapse.in,
.cpl-scope .ihs-accordion .panel-collapse.in,
.cpl-scope .brand-accordion .panel-collapse[aria-expanded="true"],
.cpl-scope .ihs-accordion .panel-collapse[aria-expanded="true"] {
  margin-top: -0.5px;
  border-width: 1.5px;
  border-top-color: #009596;
}
.cpl-scope .brand-accordion.strong .panel-heading,
.cpl-scope .ihs-accordion.strong .panel-heading {
  background-color: #53575C;
  color: #ffffff;
  border-bottom-color: #ffffff !important;
  border-bottom-width: 0px;
  padding-top: 12px;
  padding-bottom: 6px;
}
.cpl-scope .brand-accordion.strong .panel-heading.collapsed,
.cpl-scope .ihs-accordion.strong .panel-heading.collapsed {
  border-bottom-width: 1px;
}
.cpl-scope .brand-accordion.strong .panel-heading .ihs-icon-arrow,
.cpl-scope .ihs-accordion.strong .panel-heading .ihs-icon-arrow {
  fill: #ffffff;
}
.cpl-scope .brand-accordion.strong .panel-collapse,
.cpl-scope .ihs-accordion.strong .panel-collapse {
  transition: height 400ms, margin 0ms;
  border-top-color: #53575C;
}
.cpl-scope .brand-accordion.strong .panel-collapse.in,
.cpl-scope .ihs-accordion.strong .panel-collapse.in,
.cpl-scope .brand-accordion.strong .panel-collapse.collapsing,
.cpl-scope .ihs-accordion.strong .panel-collapse.collapsing {
  margin-top: -2px;
  margin-bottom: 2px;
}
.cpl-scope .ew-accordion {
  border: 0px solid #32363B;
}
.cpl-scope .ew-accordion .panel-default {
  border: 0px solid #32363B;
  background-color: inherit;
}
.cpl-scope .ew-accordion .panel-heading {
  border: 0px solid #32363B;
  background-color: inherit;
  padding-left: 0px;
}
.cpl-scope .ew-accordion .panel-title {
  font-size: 12px;
  color: inherit;
}
.cpl-scope .ew-accordion .panel-body {
  border: 0px solid #32363B;
  background-color: #ffffff;
}
.cpl-scope .ew-card {
  min-height: 128px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-top: 4px solid #00B5F1;
  margin: 0px;
  padding: 14px;
}
.cpl-scope .ew-card.version-home {
  width: 240px;
}
.cpl-scope .ew-card.version-workspace {
  width: 336px;
}
.cpl-scope .ew-card h1 {
  padding: 0;
  margin: 0;
  color: #009596;
  display: inline-block;
}
.cpl-scope .ew-card hr {
  border-color: #32363B;
  border-width: 1px;
}
.cpl-scope .ew-card .panel-heading,
.cpl-scope .ew-card .panel-body,
.cpl-scope .ew-card .panel-footer {
  background-color: inherit;
  color: inherit;
  width: auto;
  padding: 0;
  margin: 0;
}
.cpl-scope .ew-card .panel-body {
  padding: 8px 0px 32px 0px;
}
.cpl-scope .ew-card .panel-heading {
  padding: 0px 0px 8px 0px;
  border-bottom: 1px solid #32363B;
  height: 32px;
}
.cpl-scope .ew-card .panel-footer {
  border: 0px;
}
.cpl-scope .ew-card .panel {
  border: 0px solid green;
  padding: 0;
  margin: 0;
  background-color: inherit;
  color: inherit;
}
.cpl-scope .newlog {
  padding-top: 25px;
  padding-left: 10px;
  border-top-color: #CCC;
  border-left: 1px solid #B6BABD;
}
.cpl-scope .newlog .blurb {
  position: relative;
  top: 0;
  left: 0;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #CCC;
  border: 1px solid #B6BABD;
  border-radius: 3px;
  margin-bottom: 50px;
  padding: 10px 15px;
}
.cpl-scope .newlog .blurb.top {
  margin-top: -8px;
}
.cpl-scope .newlog .blurb.right {
  margin-left: 13px;
}
.cpl-scope .newlog .blurb.bottom {
  margin-top: 8px;
}
.cpl-scope .newlog .blurb.left {
  margin-left: -8px;
}
.cpl-scope .newlog .blurb .labels {
  float: right;
  text-align: right;
}
.cpl-scope .newlog .blurb-title {
  margin: -40px -15px 10px -29px;
  padding: 8px 14px;
  font-size: 12px;
}
.cpl-scope .newlog .blurb > .arrow,
.cpl-scope .newlog .blurb > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.cpl-scope .newlog .blurb > .arrow {
  border-width: 9px;
}
.cpl-scope .newlog .blurb > .arrow:before {
  content: ' ';
  position: absolute;
}
.cpl-scope .newlog .blurb > .arrow:after {
  border-width: 8px;
  border-width: calc(8.125px);
  content: "";
}
.cpl-scope .newlog .blurb.top > .arrow {
  left: 50%;
  margin-left: -9px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #84888D;
  bottom: -9px;
}
.cpl-scope .newlog .blurb.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -8px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.cpl-scope .newlog .blurb.right > .arrow {
  top: 50%;
  top: 40px;
  left: -9px;
  margin-top: -9px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #84888D;
}
.cpl-scope .newlog .blurb.right > .arrow:before {
  border-top-color: #999999;
  border: 4px solid #84888D;
  border-radius: 4px;
  top: -4px;
  left: -20px;
}
.cpl-scope .newlog .blurb.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -8px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.cpl-scope .newlog .blurb.bottom > .arrow {
  left: 50%;
  margin-left: -9px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #84888D;
  top: -9px;
}
.cpl-scope .newlog .blurb.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -8px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.cpl-scope .newlog .blurb.left > .arrow {
  top: 50%;
  right: -9px;
  margin-top: -9px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #84888D;
}
.cpl-scope .newlog .blurb.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -8px;
}
.cpl-scope .ew-messaging-inline {
  color: #32363B;
}
.cpl-scope .panel.tabs-offset {
  margin-top: 33px;
}
.cpl-scope .panel.tabs-offset.panel-default .nav-tabs {
  border-bottom-color: #C1C5CA;
}
.cpl-scope .panel.tabs-offset.panel-default .nav-tabs li.active {
  border-color: #C1C5CA;
  border-bottom-color: transparent;
}
.cpl-scope .panel.tabs-offset.panel-primary .nav-tabs {
  border-bottom-color: #009596;
}
.cpl-scope .panel.tabs-offset.panel-primary .nav-tabs li.active {
  border-color: #009596;
  border-bottom-color: transparent;
}
.cpl-scope .panel.tabs-offset.panel-info .nav-tabs {
  border-bottom-color: #00B5F1;
}
.cpl-scope .panel.tabs-offset.panel-info .nav-tabs li.active {
  border-color: #00B5F1;
  border-bottom-color: transparent;
}
.cpl-scope .panel.tabs-offset.panel-success .nav-tabs {
  border-bottom-color: #8DC63F;
}
.cpl-scope .panel.tabs-offset.panel-success .nav-tabs li.active {
  border-color: #8DC63F;
  border-bottom-color: transparent;
}
.cpl-scope .panel.tabs-offset.panel-warning .nav-tabs {
  border-bottom-color: #F7941D;
}
.cpl-scope .panel.tabs-offset.panel-warning .nav-tabs li.active {
  border-color: #F7941D;
  border-bottom-color: transparent;
}
.cpl-scope .panel.tabs-offset.panel-danger .nav-tabs {
  border-bottom-color: #CF1034;
}
.cpl-scope .panel.tabs-offset.panel-danger .nav-tabs li.active {
  border-color: #CF1034;
  border-bottom-color: transparent;
}
.cpl-scope .info-panel {
  background-color: #ffffff;
  padding: 16px;
  position: relative;
  border: 1px solid #C1C5CA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
}
.cpl-scope .info-panel h1,
.cpl-scope .info-panel h2 {
  color: #009596;
}
.cpl-scope .info-panel span {
  float: left;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0px;
  padding: 0px 16px 0px 0px;
  fill: #84888D;
  color: #84888D;
  stroke: #84888D;
  outline: #84888D;
  stroke-width: 0px;
}
.cpl-scope .info-panel svg[class*="brand-icon"],
.cpl-scope .info-panel svg[class*="ihs-icon"] {
  float: left;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0px;
  padding: 0px 16px 0px 0px;
  fill: #84888D;
  color: #84888D;
  stroke: #84888D;
  outline: #84888D;
  stroke-width: 0px;
}
.cpl-scope .info-panel ul {
  position: absolute;
  top: 16px;
  right: 16px;
}
.cpl-scope .info-panel ul li {
  display: inline-block;
}
.cpl-scope .info-panel p {
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cpl-scope .panel-green {
  border-color: #5cb85c;
}
.cpl-scope .panel-green .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c;
}
.cpl-scope .panel-green a {
  color: #5cb85c;
}
.cpl-scope .panel-green a:hover {
  color: #3d8b3d;
}
.cpl-scope .panel-red {
  border-color: #d9534f;
}
.cpl-scope .panel-red .panel-heading {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f;
}
.cpl-scope .panel-red a {
  color: #d9534f;
}
.cpl-scope .panel-red a:hover {
  color: #b52b27;
}
.cpl-scope .panel-yellow {
  border-color: #f0ad4e;
}
.cpl-scope .panel-yellow .panel-heading {
  border-color: #f0ad4e;
  color: #fff;
  background-color: #f0ad4e;
}
.cpl-scope .panel-yellow a {
  color: #f0ad4e;
}
.cpl-scope .panel-yellow a:hover {
  color: #df8a13;
}
.cpl-scope .pod {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #84888D;
  border-radius: 14px;
  padding: 2px 16px;
  position: relative;
}
.cpl-scope .pod:hover,
.cpl-scope .pod:focus {
  background-color: #D1D2D3;
}
.cpl-scope .pod .pod-text {
  display: inline-block;
  height: 100%;
  text-decoration: none;
}
.cpl-scope .pod .pod-text:first-child {
  margin-left: -6px;
}
.cpl-scope .pod .pod-text:last-child {
  margin-right: -6px;
}
.cpl-scope .pod > svg[class*="brand-icon"],
.cpl-scope .pod > svg[class*="ihs-icon"],
.cpl-scope .pod > svg[class*="ico_"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -2px;
}
.cpl-scope .pod > svg[class*="brand-icon"]:first-child,
.cpl-scope .pod > svg[class*="ihs-icon"]:first-child,
.cpl-scope .pod > svg[class*="ico_"]:first-child {
  margin-left: -10px;
}
.cpl-scope .pod > svg[class*="brand-icon"]:last-child,
.cpl-scope .pod > svg[class*="ihs-icon"]:last-child,
.cpl-scope .pod > svg[class*="ico_"]:last-child {
  margin-right: -10px;
}
.cpl-scope .pod > svg.ico_clear {
  fill: #C1C5CA;
}
.cpl-scope .pod > svg.ico_clear:hover,
.cpl-scope .pod > svg.ico_clear.hover,
.cpl-scope .pod > svg.ico_clear:focus,
.cpl-scope .pod > svg.ico_clear.focus {
  fill: currentColor;
}
.cpl-scope .pod .badge {
  margin-top: -2px;
  padding: 1px 5px;
}
.cpl-scope .pod:hover > svg.ico_clear,
.cpl-scope .pod:focus > svg.ico_clear {
  fill: currentColor;
}
.cpl-scope .pod-success {
  border-color: #8DC63F;
}
.cpl-scope .pod-info {
  border-color: #00B5F1;
}
.cpl-scope .pod-warning {
  border-color: #F7941D;
}
.cpl-scope .pod-danger {
  border-color: #CF1034;
}
.cpl-scope .nav.nav-tabs,
.cpl-scope .nav.nav-tabs-2,
.cpl-scope .nav.nav-tabs-light {
  background-color: transparent;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  border: 0px solid transparent;
  border-bottom: 1px solid #84888D;
}
.cpl-scope .nav.nav-tabs > li,
.cpl-scope .nav.nav-tabs-2 > li,
.cpl-scope .nav.nav-tabs-light > li {
  background-color: #ffffff;
  color: #009596;
  float: left;
  margin: 0px;
  margin-right: 4px;
  margin-bottom: -1px;
  height: 32px;
  vertical-align: middle;
  padding: 0px;
  cursor: pointer;
}
.cpl-scope .nav.nav-tabs > li:hover,
.cpl-scope .nav.nav-tabs-2 > li:hover,
.cpl-scope .nav.nav-tabs-light > li:hover,
.cpl-scope .nav.nav-tabs > li.hover,
.cpl-scope .nav.nav-tabs-2 > li.hover,
.cpl-scope .nav.nav-tabs-light > li.hover,
.cpl-scope .nav.nav-tabs > li:focus,
.cpl-scope .nav.nav-tabs-2 > li:focus,
.cpl-scope .nav.nav-tabs-light > li:focus,
.cpl-scope .nav.nav-tabs > li.focus,
.cpl-scope .nav.nav-tabs-2 > li.focus,
.cpl-scope .nav.nav-tabs-light > li.focus {
  background-color: #EAEEF3;
  color: #007778;
}
.cpl-scope .nav.nav-tabs > li:hover > a,
.cpl-scope .nav.nav-tabs-2 > li:hover > a,
.cpl-scope .nav.nav-tabs-light > li:hover > a,
.cpl-scope .nav.nav-tabs > li.hover > a,
.cpl-scope .nav.nav-tabs-2 > li.hover > a,
.cpl-scope .nav.nav-tabs-light > li.hover > a,
.cpl-scope .nav.nav-tabs > li:focus > a,
.cpl-scope .nav.nav-tabs-2 > li:focus > a,
.cpl-scope .nav.nav-tabs-light > li:focus > a,
.cpl-scope .nav.nav-tabs > li.focus > a,
.cpl-scope .nav.nav-tabs-2 > li.focus > a,
.cpl-scope .nav.nav-tabs-light > li.focus > a {
  color: #007778;
}
.cpl-scope .nav.nav-tabs > li > a:hover,
.cpl-scope .nav.nav-tabs-2 > li > a:hover,
.cpl-scope .nav.nav-tabs-light > li > a:hover,
.cpl-scope .nav.nav-tabs > li > a.hover,
.cpl-scope .nav.nav-tabs-2 > li > a.hover,
.cpl-scope .nav.nav-tabs-light > li > a.hover,
.cpl-scope .nav.nav-tabs > li > a:focus,
.cpl-scope .nav.nav-tabs-2 > li > a:focus,
.cpl-scope .nav.nav-tabs-light > li > a:focus,
.cpl-scope .nav.nav-tabs > li > a.focus,
.cpl-scope .nav.nav-tabs-2 > li > a.focus,
.cpl-scope .nav.nav-tabs-light > li > a.focus {
  color: #007778;
}
.cpl-scope .nav.nav-tabs > li.active,
.cpl-scope .nav.nav-tabs-2 > li.active,
.cpl-scope .nav.nav-tabs-light > li.active {
  background-color: #ffffff;
  cursor: default;
}
.cpl-scope .nav.nav-tabs > li.active:hover,
.cpl-scope .nav.nav-tabs-2 > li.active:hover,
.cpl-scope .nav.nav-tabs-light > li.active:hover,
.cpl-scope .nav.nav-tabs > li.active.hover,
.cpl-scope .nav.nav-tabs-2 > li.active.hover,
.cpl-scope .nav.nav-tabs-light > li.active.hover,
.cpl-scope .nav.nav-tabs > li.active:focus,
.cpl-scope .nav.nav-tabs-2 > li.active:focus,
.cpl-scope .nav.nav-tabs-light > li.active:focus,
.cpl-scope .nav.nav-tabs > li.active.focus,
.cpl-scope .nav.nav-tabs-2 > li.active.focus,
.cpl-scope .nav.nav-tabs-light > li.active.focus {
  color: #32363B;
}
.cpl-scope .nav.nav-tabs > li.active > a,
.cpl-scope .nav.nav-tabs-2 > li.active > a,
.cpl-scope .nav.nav-tabs-light > li.active > a {
  color: #32363B;
  background: none;
  cursor: default;
}
.cpl-scope .nav.nav-tabs > li > a,
.cpl-scope .nav.nav-tabs-2 > li > a,
.cpl-scope .nav.nav-tabs-light > li > a {
  color: #009596;
  line-height: inherit;
  padding: 0;
  margin: 0;
  padding: 8px 16px;
}
.cpl-scope .nav.nav-tabs > li > a:hover,
.cpl-scope .nav.nav-tabs-2 > li > a:hover,
.cpl-scope .nav.nav-tabs-light > li > a:hover {
  background-color: transparent;
}
.cpl-scope .nav.nav-tabs > li > a.active,
.cpl-scope .nav.nav-tabs-2 > li > a.active,
.cpl-scope .nav.nav-tabs-light > li > a.active {
  background-color: #ffffff;
  color: #32363B;
  cursor: default;
}
.cpl-scope .nav.nav-tabs > li[disabled],
.cpl-scope .nav.nav-tabs-2 > li[disabled],
.cpl-scope .nav.nav-tabs-light > li[disabled],
.cpl-scope .nav.nav-tabs > li[disabled="disabled"],
.cpl-scope .nav.nav-tabs-2 > li[disabled="disabled"],
.cpl-scope .nav.nav-tabs-light > li[disabled="disabled"],
.cpl-scope .nav.nav-tabs > li[disabled="true"],
.cpl-scope .nav.nav-tabs-2 > li[disabled="true"],
.cpl-scope .nav.nav-tabs-light > li[disabled="true"],
.cpl-scope .nav.nav-tabs > li.disabled,
.cpl-scope .nav.nav-tabs-2 > li.disabled,
.cpl-scope .nav.nav-tabs-light > li.disabled {
  color: #C1C5CA;
  cursor: not-allowed;
  font-weight: normal;
}
.cpl-scope .nav.nav-tabs > li[disabled]:hover,
.cpl-scope .nav.nav-tabs-2 > li[disabled]:hover,
.cpl-scope .nav.nav-tabs-light > li[disabled]:hover,
.cpl-scope .nav.nav-tabs > li[disabled="disabled"]:hover,
.cpl-scope .nav.nav-tabs-2 > li[disabled="disabled"]:hover,
.cpl-scope .nav.nav-tabs-light > li[disabled="disabled"]:hover,
.cpl-scope .nav.nav-tabs > li[disabled="true"]:hover,
.cpl-scope .nav.nav-tabs-2 > li[disabled="true"]:hover,
.cpl-scope .nav.nav-tabs-light > li[disabled="true"]:hover,
.cpl-scope .nav.nav-tabs > li.disabled:hover,
.cpl-scope .nav.nav-tabs-2 > li.disabled:hover,
.cpl-scope .nav.nav-tabs-light > li.disabled:hover,
.cpl-scope .nav.nav-tabs > li[disabled].hover,
.cpl-scope .nav.nav-tabs-2 > li[disabled].hover,
.cpl-scope .nav.nav-tabs-light > li[disabled].hover,
.cpl-scope .nav.nav-tabs > li[disabled="disabled"].hover,
.cpl-scope .nav.nav-tabs-2 > li[disabled="disabled"].hover,
.cpl-scope .nav.nav-tabs-light > li[disabled="disabled"].hover,
.cpl-scope .nav.nav-tabs > li[disabled="true"].hover,
.cpl-scope .nav.nav-tabs-2 > li[disabled="true"].hover,
.cpl-scope .nav.nav-tabs-light > li[disabled="true"].hover,
.cpl-scope .nav.nav-tabs > li.disabled.hover,
.cpl-scope .nav.nav-tabs-2 > li.disabled.hover,
.cpl-scope .nav.nav-tabs-light > li.disabled.hover,
.cpl-scope .nav.nav-tabs > li[disabled]:focus,
.cpl-scope .nav.nav-tabs-2 > li[disabled]:focus,
.cpl-scope .nav.nav-tabs-light > li[disabled]:focus,
.cpl-scope .nav.nav-tabs > li[disabled="disabled"]:focus,
.cpl-scope .nav.nav-tabs-2 > li[disabled="disabled"]:focus,
.cpl-scope .nav.nav-tabs-light > li[disabled="disabled"]:focus,
.cpl-scope .nav.nav-tabs > li[disabled="true"]:focus,
.cpl-scope .nav.nav-tabs-2 > li[disabled="true"]:focus,
.cpl-scope .nav.nav-tabs-light > li[disabled="true"]:focus,
.cpl-scope .nav.nav-tabs > li.disabled:focus,
.cpl-scope .nav.nav-tabs-2 > li.disabled:focus,
.cpl-scope .nav.nav-tabs-light > li.disabled:focus,
.cpl-scope .nav.nav-tabs > li[disabled].focus,
.cpl-scope .nav.nav-tabs-2 > li[disabled].focus,
.cpl-scope .nav.nav-tabs-light > li[disabled].focus,
.cpl-scope .nav.nav-tabs > li[disabled="disabled"].focus,
.cpl-scope .nav.nav-tabs-2 > li[disabled="disabled"].focus,
.cpl-scope .nav.nav-tabs-light > li[disabled="disabled"].focus,
.cpl-scope .nav.nav-tabs > li[disabled="true"].focus,
.cpl-scope .nav.nav-tabs-2 > li[disabled="true"].focus,
.cpl-scope .nav.nav-tabs-light > li[disabled="true"].focus,
.cpl-scope .nav.nav-tabs > li.disabled.focus,
.cpl-scope .nav.nav-tabs-2 > li.disabled.focus,
.cpl-scope .nav.nav-tabs-light > li.disabled.focus {
  background-color: transparent;
}
.cpl-scope .nav.nav-tabs > li[disabled] > a,
.cpl-scope .nav.nav-tabs-2 > li[disabled] > a,
.cpl-scope .nav.nav-tabs-light > li[disabled] > a,
.cpl-scope .nav.nav-tabs > li[disabled="disabled"] > a,
.cpl-scope .nav.nav-tabs-2 > li[disabled="disabled"] > a,
.cpl-scope .nav.nav-tabs-light > li[disabled="disabled"] > a,
.cpl-scope .nav.nav-tabs > li[disabled="true"] > a,
.cpl-scope .nav.nav-tabs-2 > li[disabled="true"] > a,
.cpl-scope .nav.nav-tabs-light > li[disabled="true"] > a,
.cpl-scope .nav.nav-tabs > li.disabled > a,
.cpl-scope .nav.nav-tabs-2 > li.disabled > a,
.cpl-scope .nav.nav-tabs-light > li.disabled > a {
  color: #C1C5CA;
  cursor: not-allowed;
  pointer-events: none;
}
.cpl-scope .nav.nav-tabs > li[disabled] > a:hover,
.cpl-scope .nav.nav-tabs-2 > li[disabled] > a:hover,
.cpl-scope .nav.nav-tabs-light > li[disabled] > a:hover,
.cpl-scope .nav.nav-tabs > li[disabled="disabled"] > a:hover,
.cpl-scope .nav.nav-tabs-2 > li[disabled="disabled"] > a:hover,
.cpl-scope .nav.nav-tabs-light > li[disabled="disabled"] > a:hover,
.cpl-scope .nav.nav-tabs > li[disabled="true"] > a:hover,
.cpl-scope .nav.nav-tabs-2 > li[disabled="true"] > a:hover,
.cpl-scope .nav.nav-tabs-light > li[disabled="true"] > a:hover,
.cpl-scope .nav.nav-tabs > li.disabled > a:hover,
.cpl-scope .nav.nav-tabs-2 > li.disabled > a:hover,
.cpl-scope .nav.nav-tabs-light > li.disabled > a:hover,
.cpl-scope .nav.nav-tabs > li[disabled] > a.hover,
.cpl-scope .nav.nav-tabs-2 > li[disabled] > a.hover,
.cpl-scope .nav.nav-tabs-light > li[disabled] > a.hover,
.cpl-scope .nav.nav-tabs > li[disabled="disabled"] > a.hover,
.cpl-scope .nav.nav-tabs-2 > li[disabled="disabled"] > a.hover,
.cpl-scope .nav.nav-tabs-light > li[disabled="disabled"] > a.hover,
.cpl-scope .nav.nav-tabs > li[disabled="true"] > a.hover,
.cpl-scope .nav.nav-tabs-2 > li[disabled="true"] > a.hover,
.cpl-scope .nav.nav-tabs-light > li[disabled="true"] > a.hover,
.cpl-scope .nav.nav-tabs > li.disabled > a.hover,
.cpl-scope .nav.nav-tabs-2 > li.disabled > a.hover,
.cpl-scope .nav.nav-tabs-light > li.disabled > a.hover,
.cpl-scope .nav.nav-tabs > li[disabled] > a:focus,
.cpl-scope .nav.nav-tabs-2 > li[disabled] > a:focus,
.cpl-scope .nav.nav-tabs-light > li[disabled] > a:focus,
.cpl-scope .nav.nav-tabs > li[disabled="disabled"] > a:focus,
.cpl-scope .nav.nav-tabs-2 > li[disabled="disabled"] > a:focus,
.cpl-scope .nav.nav-tabs-light > li[disabled="disabled"] > a:focus,
.cpl-scope .nav.nav-tabs > li[disabled="true"] > a:focus,
.cpl-scope .nav.nav-tabs-2 > li[disabled="true"] > a:focus,
.cpl-scope .nav.nav-tabs-light > li[disabled="true"] > a:focus,
.cpl-scope .nav.nav-tabs > li.disabled > a:focus,
.cpl-scope .nav.nav-tabs-2 > li.disabled > a:focus,
.cpl-scope .nav.nav-tabs-light > li.disabled > a:focus,
.cpl-scope .nav.nav-tabs > li[disabled] > a.focus,
.cpl-scope .nav.nav-tabs-2 > li[disabled] > a.focus,
.cpl-scope .nav.nav-tabs-light > li[disabled] > a.focus,
.cpl-scope .nav.nav-tabs > li[disabled="disabled"] > a.focus,
.cpl-scope .nav.nav-tabs-2 > li[disabled="disabled"] > a.focus,
.cpl-scope .nav.nav-tabs-light > li[disabled="disabled"] > a.focus,
.cpl-scope .nav.nav-tabs > li[disabled="true"] > a.focus,
.cpl-scope .nav.nav-tabs-2 > li[disabled="true"] > a.focus,
.cpl-scope .nav.nav-tabs-light > li[disabled="true"] > a.focus,
.cpl-scope .nav.nav-tabs > li.disabled > a.focus,
.cpl-scope .nav.nav-tabs-2 > li.disabled > a.focus,
.cpl-scope .nav.nav-tabs-light > li.disabled > a.focus {
  background-color: transparent;
}
.cpl-scope .nav.nav-tabs > li a[disabled],
.cpl-scope .nav.nav-tabs-2 > li a[disabled],
.cpl-scope .nav.nav-tabs-light > li a[disabled],
.cpl-scope .nav.nav-tabs > li a[disabled="disabled"],
.cpl-scope .nav.nav-tabs-2 > li a[disabled="disabled"],
.cpl-scope .nav.nav-tabs-light > li a[disabled="disabled"],
.cpl-scope .nav.nav-tabs > li a[disabled="true"],
.cpl-scope .nav.nav-tabs-2 > li a[disabled="true"],
.cpl-scope .nav.nav-tabs-light > li a[disabled="true"],
.cpl-scope .nav.nav-tabs > li a.disabled,
.cpl-scope .nav.nav-tabs-2 > li a.disabled,
.cpl-scope .nav.nav-tabs-light > li a.disabled {
  color: #C1C5CA;
  cursor: not-allowed;
}
.cpl-scope .nav.nav-tabs > li a[disabled]:hover,
.cpl-scope .nav.nav-tabs-2 > li a[disabled]:hover,
.cpl-scope .nav.nav-tabs-light > li a[disabled]:hover,
.cpl-scope .nav.nav-tabs > li a[disabled="disabled"]:hover,
.cpl-scope .nav.nav-tabs-2 > li a[disabled="disabled"]:hover,
.cpl-scope .nav.nav-tabs-light > li a[disabled="disabled"]:hover,
.cpl-scope .nav.nav-tabs > li a[disabled="true"]:hover,
.cpl-scope .nav.nav-tabs-2 > li a[disabled="true"]:hover,
.cpl-scope .nav.nav-tabs-light > li a[disabled="true"]:hover,
.cpl-scope .nav.nav-tabs > li a.disabled:hover,
.cpl-scope .nav.nav-tabs-2 > li a.disabled:hover,
.cpl-scope .nav.nav-tabs-light > li a.disabled:hover,
.cpl-scope .nav.nav-tabs > li a[disabled].hover,
.cpl-scope .nav.nav-tabs-2 > li a[disabled].hover,
.cpl-scope .nav.nav-tabs-light > li a[disabled].hover,
.cpl-scope .nav.nav-tabs > li a[disabled="disabled"].hover,
.cpl-scope .nav.nav-tabs-2 > li a[disabled="disabled"].hover,
.cpl-scope .nav.nav-tabs-light > li a[disabled="disabled"].hover,
.cpl-scope .nav.nav-tabs > li a[disabled="true"].hover,
.cpl-scope .nav.nav-tabs-2 > li a[disabled="true"].hover,
.cpl-scope .nav.nav-tabs-light > li a[disabled="true"].hover,
.cpl-scope .nav.nav-tabs > li a.disabled.hover,
.cpl-scope .nav.nav-tabs-2 > li a.disabled.hover,
.cpl-scope .nav.nav-tabs-light > li a.disabled.hover,
.cpl-scope .nav.nav-tabs > li a[disabled]:focus,
.cpl-scope .nav.nav-tabs-2 > li a[disabled]:focus,
.cpl-scope .nav.nav-tabs-light > li a[disabled]:focus,
.cpl-scope .nav.nav-tabs > li a[disabled="disabled"]:focus,
.cpl-scope .nav.nav-tabs-2 > li a[disabled="disabled"]:focus,
.cpl-scope .nav.nav-tabs-light > li a[disabled="disabled"]:focus,
.cpl-scope .nav.nav-tabs > li a[disabled="true"]:focus,
.cpl-scope .nav.nav-tabs-2 > li a[disabled="true"]:focus,
.cpl-scope .nav.nav-tabs-light > li a[disabled="true"]:focus,
.cpl-scope .nav.nav-tabs > li a.disabled:focus,
.cpl-scope .nav.nav-tabs-2 > li a.disabled:focus,
.cpl-scope .nav.nav-tabs-light > li a.disabled:focus,
.cpl-scope .nav.nav-tabs > li a[disabled].focus,
.cpl-scope .nav.nav-tabs-2 > li a[disabled].focus,
.cpl-scope .nav.nav-tabs-light > li a[disabled].focus,
.cpl-scope .nav.nav-tabs > li a[disabled="disabled"].focus,
.cpl-scope .nav.nav-tabs-2 > li a[disabled="disabled"].focus,
.cpl-scope .nav.nav-tabs-light > li a[disabled="disabled"].focus,
.cpl-scope .nav.nav-tabs > li a[disabled="true"].focus,
.cpl-scope .nav.nav-tabs-2 > li a[disabled="true"].focus,
.cpl-scope .nav.nav-tabs-light > li a[disabled="true"].focus,
.cpl-scope .nav.nav-tabs > li a.disabled.focus,
.cpl-scope .nav.nav-tabs-2 > li a.disabled.focus,
.cpl-scope .nav.nav-tabs-light > li a.disabled.focus {
  background-color: transparent;
}
.cpl-scope .nav.nav-tabs .badge,
.cpl-scope .nav.nav-tabs-2 .badge,
.cpl-scope .nav.nav-tabs-light .badge {
  position: absolute;
  top: -8px;
  right: 4px;
  font-weight: normal;
  color: #ffffff;
  font-size: 10px;
}
.cpl-scope .nav.nav-tabs,
.cpl-scope .nav.nav-tabs-2 {
  -webkit-border-radius: 1px 0;
  -moz-border-radius: 1px 0;
  border-radius: 1px 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  padding-left: 16px;
}
.cpl-scope .nav.nav-tabs > li,
.cpl-scope .nav.nav-tabs-2 > li {
  background-color: #ffffff;
  color: #009596;
  border-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #EAEEF3;
  border-bottom: none;
}
.cpl-scope .nav.nav-tabs > li:first-child,
.cpl-scope .nav.nav-tabs-2 > li:first-child {
  border-top-left-radius: 1px;
}
.cpl-scope .nav.nav-tabs > li.active,
.cpl-scope .nav.nav-tabs-2 > li.active,
.cpl-scope .nav.nav-tabs > li > a.active,
.cpl-scope .nav.nav-tabs-2 > li > a.active {
  border: 1px solid #84888D;
  border-bottom: 0px solid transparent;
  border-radius: 2px;
  height: 33px;
}
.cpl-scope .nav.nav-tabs > li > a.active,
.cpl-scope .nav.nav-tabs-2 > li > a.active {
  margin: -1px -1px 0;
}
.cpl-scope .nav.nav-tabs > li > a.active:hover,
.cpl-scope .nav.nav-tabs-2 > li > a.active:hover,
.cpl-scope .nav.nav-tabs > li > a.active.hover,
.cpl-scope .nav.nav-tabs-2 > li > a.active.hover,
.cpl-scope .nav.nav-tabs > li > a.active:focus,
.cpl-scope .nav.nav-tabs-2 > li > a.active:focus,
.cpl-scope .nav.nav-tabs > li > a.active.focus,
.cpl-scope .nav.nav-tabs-2 > li > a.active.focus {
  color: #32363B;
  border-width: 1px;
  border-bottom-color: transparent;
}
.cpl-scope .nav.nav-tabs > li > a,
.cpl-scope .nav.nav-tabs-2 > li > a {
  border: 0px solid transparent;
}
.cpl-scope .nav.nav-tabs > li > a:hover,
.cpl-scope .nav.nav-tabs-2 > li > a:hover {
  border: 0px solid #84888D;
}
.cpl-scope .nav.nav-tabs:after,
.cpl-scope .nav.nav-tabs-2:after {
  content: '';
  height: 32px;
  width: 1px;
  margin-left: 1px;
}
.cpl-scope .nav.nav-tabs-light {
  border-bottom: 2px solid #EAEEF3;
}
.cpl-scope .nav.nav-tabs-light > li {
  border-bottom: 2px solid #EAEEF3;
  margin-right: 10px;
  margin-bottom: -2px;
}
.cpl-scope .nav.nav-tabs-light > li.active,
.cpl-scope .nav.nav-tabs-light > li > a.active {
  height: 32px;
  border-bottom: 2px solid #F7941D;
}
.cpl-scope .nav.nav-tabs-light > li > a {
  padding-right: 6px;
  padding-left: 6px;
}
.cpl-scope .panel > .nav.nav-tabs,
.cpl-scope .panel > * > .nav.nav-tabs,
.cpl-scope .panel > .nav.nav-tabs-2,
.cpl-scope .panel > * > .nav.nav-tabs-2 {
  margin: -33px 0 0 -1px;
  padding-right: 0;
  padding-left: 0;
}
.cpl-scope .nav-tabs.tab-content,
.cpl-scope .nav-tabs-2.tab-content,
.cpl-scope .nav-tabs-light.tab-content {
  -webkit-border-radius: 0px 1px 1px 1px;
  -moz-border-radius: 0px 1px 1px 1px;
  border-radius: 0px 1px 1px 1px;
  border-bottom: none;
}
.cpl-scope .nav-tabs.tab-content .tab-pane,
.cpl-scope .nav-tabs-2.tab-content .tab-pane,
.cpl-scope .nav-tabs-light.tab-content .tab-pane {
  padding: 16px 16px 16px 0;
  border: 0px solid #32363B;
}
.cpl-scope .nav-tabs.tab-content .tab-pane p:last-child,
.cpl-scope .nav-tabs-2.tab-content .tab-pane p:last-child,
.cpl-scope .nav-tabs-light.tab-content .tab-pane p:last-child {
  margin-bottom: 0px;
}
.cpl-scope .panel .tab-content {
  margin: 0px;
  padding: 0px;
  -webkit-border-radius: 0px 1px 1px 1px;
  -moz-border-radius: 0px 1px 1px 1px;
  border-radius: 0px 1px 1px 1px;
}
.cpl-scope .panel .tab-content .tab-pane {
  padding: 13px 16px 16px 16px;
  border: 0px solid #32363B;
}
.cpl-scope .panel .tab-content .tab-pane p:last-child {
  margin-bottom: 0px;
}
.cpl-scope .alert {
  border: 0px solid #32363B;
  padding: 8px 8px;
}
.cpl-scope .alert svg[class*="brand-icon"],
.cpl-scope .alert svg[class*="ihs-icon"] {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px 4px 0px 0px;
  padding: 0px;
  fill: #84888D;
  color: #84888D;
  stroke: #84888D;
  outline: #84888D;
  stroke-width: 0px;
  vertical-align: text-bottom;
}
.cpl-scope .alert-dismissable .close,
.cpl-scope .alert-dismissible .close {
  top: -3px;
  right: 8px;
  padding: 0 4px 0 8px;
  color: #C1C5CA;
  fill: #C1C5CA;
}
.cpl-scope .alert-dismissable .close:not(:disabled):not(.disabled):hover,
.cpl-scope .alert-dismissible .close:not(:disabled):not(.disabled):hover,
.cpl-scope .alert-dismissable .close:focus,
.cpl-scope .alert-dismissible .close:focus {
  color: currentColor;
  fill: currentColor;
}
.cpl-scope {
  /*
	== malihu jquery custom scrollbar plugin ==
	Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
	*/
  /*
	CONTENTS: 
		1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
		2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
		3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
		4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
		5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
		6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
			6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
	*/
  /* 
	------------------------------------------------------------------------------------------------------------------------
	1. BASIC STYLE  
	------------------------------------------------------------------------------------------------------------------------
	*/
  /* 
	------------------------------------------------------------------------------------------------------------------------
	2. VERTICAL SCROLLBAR 
	y-axis
	------------------------------------------------------------------------------------------------------------------------
	*/
  /* non-visible scrollbar */
  /* RTL direction/left-side scrollbar */
  /* scrollbar position: outside */
  /* RTL direction/left-side scrollbar (scrollbar position: outside) */
  /* 
	------------------------------------------------------------------------------------------------------------------------
	3. HORIZONTAL SCROLLBAR 
	x-axis
	------------------------------------------------------------------------------------------------------------------------
	*/
  /* non-visible scrollbar */
  /* scrollbar position: outside */
  /* 
	------------------------------------------------------------------------------------------------------------------------
	4. VERTICAL AND HORIZONTAL SCROLLBARS 
	yx-axis 
	------------------------------------------------------------------------------------------------------------------------
	*/
  /* non-visible horizontal scrollbar */
  /* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
  /* RTL direction/left-side scrollbar */
  /* non-visible scrollbar/RTL direction/left-side scrollbar */
  /* non-visible horizontal scrollbar */
  /* 
	------------------------------------------------------------------------------------------------------------------------
	5. TRANSITIONS  
	------------------------------------------------------------------------------------------------------------------------
	*/
  /* 
	------------------------------------------------------------------------------------------------------------------------
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
	------------------------------------------------------------------------------------------------------------------------
	*/
  /* 
		----------------------------------------
		6.1 THEMES 
		----------------------------------------
		*/
  /* default theme ("light") */
  /* theme: "dark" */
  /* ---------------------------------------- */
  /* theme: "light-2", "dark-2" */
  /* theme: "dark-2" */
  /* ---------------------------------------- */
  /* theme: "light-thick", "dark-thick" */
  /* theme: "dark-thick" */
  /* ---------------------------------------- */
  /* theme: "light-thin", "dark-thin" */
  /* theme "dark-thin" */
  /* ---------------------------------------- */
  /* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
  /* theme "rounded-dark", "rounded-dots-dark" */
  /* theme "rounded-dots", "rounded-dots-dark" */
  /* theme "rounded-dots-dark" */
  /* ---------------------------------------- */
  /* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
  /* theme "3d", "3d-dark" */
  /* theme "3d-dark" */
  /* ---------------------------------------- */
  /* theme: "3d-thick", "3d-thick-dark" */
  /* theme: "3d-thick-dark" */
  /* ---------------------------------------- */
  /* theme: "minimal", "minimal-dark" */
  /* RTL direction/left-side scrollbar */
  /* theme: "minimal-dark" */
  /* ---------------------------------------- */
  /* theme "light-3", "dark-3" */
  /*Light scroll handle*/
  /* theme "dark-3" */
  /*Dragger dark*/
  /*Dragger dark hover*/
  /*Dragger rail*/
  /* ---------------------------------------- */
  /* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
  /* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
  /* theme "inset-2", "inset-2-dark" */
  /* theme "inset-3", "inset-3-dark" */
  /* ---------------------------------------- */
}
.cpl-scope .mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}
.cpl-scope .mCustomScrollbar.mCS_no_scrollbar,
.cpl-scope .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.cpl-scope .mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.cpl-scope .mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
.cpl-scope .mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.cpl-scope .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.cpl-scope .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.cpl-scope .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.cpl-scope .mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.cpl-scope .mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.cpl-scope .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.cpl-scope .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.cpl-scope .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.cpl-scope .mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.cpl-scope .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0px 0;
}
.cpl-scope .mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.cpl-scope .mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.cpl-scope .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.cpl-scope .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.cpl-scope .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.cpl-scope .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.cpl-scope .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.cpl-scope .mCSB_scrollTools .mCSB_buttonUp,
.cpl-scope .mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.cpl-scope .mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.cpl-scope .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.cpl-scope .mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.cpl-scope .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.cpl-scope .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.cpl-scope .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.cpl-scope .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.cpl-scope .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 0px;
}
.cpl-scope .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.cpl-scope .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}
.cpl-scope .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.cpl-scope .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.cpl-scope .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}
.cpl-scope .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.cpl-scope .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}
.cpl-scope .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.cpl-scope .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.cpl-scope .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.cpl-scope .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.cpl-scope .mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.cpl-scope .mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cpl-scope .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.cpl-scope .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.cpl-scope .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.cpl-scope .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.cpl-scope .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.cpl-scope .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.cpl-scope .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.cpl-scope .mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.cpl-scope .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.cpl-scope .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.cpl-scope .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}
.cpl-scope .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.cpl-scope .mCSB_scrollTools,
.cpl-scope .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCSB_scrollTools .mCSB_buttonUp,
.cpl-scope .mCSB_scrollTools .mCSB_buttonDown,
.cpl-scope .mCSB_scrollTools .mCSB_buttonLeft,
.cpl-scope .mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.cpl-scope .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.cpl-scope .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.cpl-scope .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.cpl-scope .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.cpl-scope .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.cpl-scope .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.cpl-scope .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.cpl-scope .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.cpl-scope .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.cpl-scope .mCustomScrollBox:hover > .mCSB_scrollTools,
.cpl-scope .mCustomScrollBox:hover ~ .mCSB_scrollTools,
.cpl-scope .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.cpl-scope .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.cpl-scope .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.cpl-scope .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.cpl-scope .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.cpl-scope .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.cpl-scope .mCSB_scrollTools .mCSB_buttonUp,
.cpl-scope .mCSB_scrollTools .mCSB_buttonDown,
.cpl-scope .mCSB_scrollTools .mCSB_buttonLeft,
.cpl-scope .mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(/assets/../images/mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.cpl-scope .mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
			sprites locations 
			light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
			dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
			*/
}
.cpl-scope .mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
			sprites locations
			light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
			dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
			*/
}
.cpl-scope .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
			sprites locations 
			light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
			dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
			*/
}
.cpl-scope .mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
			sprites locations 
			light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
			dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
			*/
}
.cpl-scope .mCSB_scrollTools .mCSB_buttonUp:hover,
.cpl-scope .mCSB_scrollTools .mCSB_buttonDown:hover,
.cpl-scope .mCSB_scrollTools .mCSB_buttonLeft:hover,
.cpl-scope .mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.cpl-scope .mCSB_scrollTools .mCSB_buttonUp:active,
.cpl-scope .mCSB_scrollTools .mCSB_buttonDown:active,
.cpl-scope .mCSB_scrollTools .mCSB_buttonLeft:active,
.cpl-scope .mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.cpl-scope .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.cpl-scope .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.cpl-scope .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.cpl-scope .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.cpl-scope .mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.cpl-scope .mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.cpl-scope .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.cpl-scope .mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.cpl-scope .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.cpl-scope .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.cpl-scope .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.cpl-scope .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.cpl-scope .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.cpl-scope .mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.cpl-scope .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.cpl-scope .mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.cpl-scope .mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.cpl-scope .mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.cpl-scope .mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.cpl-scope .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.cpl-scope .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.cpl-scope .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.cpl-scope .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.cpl-scope .mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.cpl-scope .mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.cpl-scope .mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.cpl-scope .mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.cpl-scope .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.cpl-scope .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.cpl-scope .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.cpl-scope .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.cpl-scope .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.cpl-scope .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.cpl-scope .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.cpl-scope .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.cpl-scope .mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.cpl-scope .mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.cpl-scope .mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.cpl-scope .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.cpl-scope .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.cpl-scope .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.cpl-scope .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.cpl-scope .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.cpl-scope .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.cpl-scope .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.cpl-scope .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.cpl-scope .mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.cpl-scope .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.cpl-scope .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.cpl-scope .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.cpl-scope .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.cpl-scope .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.cpl-scope .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.cpl-scope .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.cpl-scope .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.cpl-scope .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.cpl-scope .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.cpl-scope .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.cpl-scope .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.cpl-scope .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.cpl-scope .mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.cpl-scope .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.cpl-scope .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.cpl-scope .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.cpl-scope .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.cpl-scope .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.cpl-scope .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.cpl-scope .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}
.cpl-scope .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.cpl-scope .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}
.cpl-scope .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.cpl-scope .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}
.cpl-scope .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.cpl-scope .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}
.cpl-scope .mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.cpl-scope .mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.cpl-scope .mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.cpl-scope .mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.cpl-scope .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.cpl-scope .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.cpl-scope .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.cpl-scope .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.cpl-scope .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.cpl-scope .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.cpl-scope .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.cpl-scope .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.cpl-scope .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.cpl-scope .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.cpl-scope .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.cpl-scope .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.cpl-scope .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.cpl-scope .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.cpl-scope .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.cpl-scope .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.cpl-scope .mCS-3d.mCSB_scrollTools,
.cpl-scope .mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.cpl-scope .mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.cpl-scope .mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.cpl-scope .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.cpl-scope .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.cpl-scope .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.cpl-scope .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.cpl-scope .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.cpl-scope .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.cpl-scope .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.cpl-scope .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.cpl-scope .mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.cpl-scope .mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.cpl-scope .mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.cpl-scope .mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.cpl-scope .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.cpl-scope .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.cpl-scope .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.cpl-scope .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.cpl-scope .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.cpl-scope .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.cpl-scope .mCS-3d-thick.mCSB_scrollTools,
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.cpl-scope .mCS-3d-thick.mCSB_scrollTools,
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools,
.cpl-scope .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.cpl-scope .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cpl-scope .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.cpl-scope .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}
.cpl-scope .mCS-3d-thick.mCSB_scrollTools_vertical,
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.cpl-scope .mCS-3d-thick.mCSB_scrollTools_horizontal,
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.cpl-scope .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cpl-scope .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.cpl-scope .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.cpl-scope .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.cpl-scope .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.cpl-scope .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.cpl-scope .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.cpl-scope .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.cpl-scope .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.cpl-scope .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.cpl-scope .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.cpl-scope .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.cpl-scope .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.cpl-scope .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.cpl-scope .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.cpl-scope .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.cpl-scope .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.cpl-scope .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.cpl-scope .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.cpl-scope .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.cpl-scope .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.cpl-scope .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.cpl-scope .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.cpl-scope .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.cpl-scope .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.cpl-scope .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.cpl-scope .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.cpl-scope .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(219, 220, 222, 0.1);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.cpl-scope .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.cpl-scope .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #dbdcde;
  /*bg light*/
}
.cpl-scope .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: red;
}
.cpl-scope .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #6d6e70;
}
.cpl-scope .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.cpl-scope .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.cpl-scope .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.cpl-scope .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.cpl-scope .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.cpl-scope .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.cpl-scope .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.cpl-scope .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.cpl-scope .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.cpl-scope .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.cpl-scope .mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.cpl-scope .mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.cpl-scope .mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.cpl-scope .mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.cpl-scope .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #dbdcde;
}
.cpl-scope .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #1b8fc9;
}
.cpl-scope .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #dbdcde;
}
.cpl-scope .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #0b507f;
}
.cpl-scope .mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.cpl-scope .mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.cpl-scope .mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.cpl-scope .mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.cpl-scope .mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.cpl-scope .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cpl-scope .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cpl-scope .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.cpl-scope .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.cpl-scope .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.cpl-scope .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.cpl-scope .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.cpl-scope .mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.cpl-scope .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.cpl-scope .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.cpl-scope .mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.cpl-scope .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.cpl-scope .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.cpl-scope .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.cpl-scope .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.cpl-scope .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.cpl-scope .mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.cpl-scope .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.cpl-scope .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.cpl-scope .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.cpl-scope .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.cpl-scope .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.cpl-scope .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.cpl-scope .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.cpl-scope .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.cpl-scope .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.cpl-scope .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.cpl-scope .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.cpl-scope .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.cpl-scope .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.cpl-scope .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.cpl-scope .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.cpl-scope .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.cpl-scope .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.cpl-scope .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cpl-scope .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.cpl-scope .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.cpl-scope .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.cpl-scope .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.cpl-scope .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cpl-scope .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.cpl-scope {
  /*Dragger dark hover*/
  /*Dragger gray hover*/
}
.cpl-scope .sample-content {
  width: 800px;
  height: 200px;
  border: 0px solid #32363B;
  margin: 20px;
}
.cpl-scope .sample-content .filler {
  width: 990px;
}
.cpl-scope CSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0px 0;
}
.cpl-scope mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 0px;
}
.cpl-scope .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #dbdcde;
}
.cpl-scope .mCS-light-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #6d6e70;
}
.cpl-scope .switch {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 14px;
  /* Rounded sliders */
}
.cpl-scope .switch[disabled] {
  cursor: not-allowed;
}
.cpl-scope .switch[disabled] .slider {
  background-color: #C1C5CA;
}
.cpl-scope .switch[disabled] label,
.cpl-scope .switch[disabled] input[type=checkbox][disabled],
.cpl-scope .switch[disabled] .slider {
  cursor: not-allowed;
}
.cpl-scope .switch[disabled] input[type=checkbox][disabled]:checked + .slider {
  background-color: #C1C5CA;
}
.cpl-scope .switch.inline {
  white-space: nowrap;
  padding-left: 12px;
}
.cpl-scope .switch.inline.jagged {
  padding-left: 0;
}
.cpl-scope .switch.inline.jagged input[type=checkbox] + .slider {
  width: 24px;
  right: auto;
  left: auto;
  margin-left: -10px;
}
.cpl-scope .switch input {
  opacity: .01;
}
.cpl-scope .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #84888D;
  -webkit-transition: .4s;
  transition: .4s;
}
.cpl-scope .switch .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.cpl-scope .switch input[type=checkbox]:checked + .slider {
  background-color: #bdcf56;
}
.cpl-scope .switch input[type=checkbox]:focus + .slider,
.cpl-scope .switch input[type=checkbox].focus + .slider {
  outline: 0;
  box-shadow: inset 0 0 0 1.5px #32363B, 0 0 3px 1px rgba(50, 54, 59, 0.6);
}
.cpl-scope .switch input[type=checkbox].focus-visible + .slider {
  outline: 0;
  box-shadow: inset 0 0 0 1.5px #32363B, 0 0 3px 1px rgba(50, 54, 59, 0.6);
  animation: focus-visible-switch 800ms;
}
.cpl-scope .switch input[type=checkbox]:checked + .slider:before {
  -webkit-transform: translateX(9px);
  -ms-transform: translateX(9px);
  transform: translateX(9px);
}
.cpl-scope .switch .slider.round {
  border-radius: 24px;
}
.cpl-scope .switch .slider.round:before {
  border-radius: 50%;
}
.cpl-scope .pagination li a,
.cpl-scope .pagination li button {
  line-height: inherit;
  vertical-align: middle;
  color: #009596;
}
.cpl-scope .pagination li a:hover span,
.cpl-scope .pagination li button:hover span {
  color: #007778;
  border: 0px solid #32363B;
}
.cpl-scope .pagination li a:hover svg[class*="brand-icon"],
.cpl-scope .pagination li button:hover svg[class*="brand-icon"],
.cpl-scope .pagination li a:hover svg[class*="ihs-icon"],
.cpl-scope .pagination li button:hover svg[class*="ihs-icon"] {
  fill: currentColor;
  border: 0px solid #32363B;
}
.cpl-scope .pagination.short li > a,
.cpl-scope .pagination.short li > button,
.cpl-scope .pagination.short li > span {
  padding-top: 1px;
  padding-bottom: 1px;
}
.cpl-scope .pagination.short svg[class*="brand-icon"],
.cpl-scope .pagination.short svg[class*="ihs-icon"] {
  width: 8px;
  height: 8px;
}
.cpl-scope .pagination.small svg[class*="brand-icon"],
.cpl-scope .pagination.small svg[class*="ihs-icon"] {
  width: 6px;
  height: 6px;
}
.cpl-scope .pagination.narrow li > a,
.cpl-scope .pagination.narrow li > button,
.cpl-scope .pagination.narrow li > span {
  padding-right: 5px;
  padding-left: 5px;
}
.cpl-scope .pagination svg[class*="brand-icon"],
.cpl-scope .pagination svg[class*="ihs-icon"] {
  width: 9px;
  height: 9px;
}
.cpl-scope .pager svg[class*="brand-icon"],
.cpl-scope .pager svg[class*="ihs-icon"] {
  width: 9px;
  height: 9px;
}
.cpl-scope .pagination-lg li a svg[class*="brand-icon"],
.cpl-scope .pagination-lg li button svg[class*="brand-icon"],
.cpl-scope .pagination-lg li a svg[class*="ihs-icon"],
.cpl-scope .pagination-lg li button svg[class*="ihs-icon"] {
  width: 11px;
  height: 11px;
}
.cpl-scope .pagination-lg.short li > a,
.cpl-scope .pagination-lg.short li > button,
.cpl-scope .pagination-lg.short li > span {
  padding-top: 4px;
  padding-bottom: 4px;
}
.cpl-scope .pagination-lg.short svg[class*="brand-icon"],
.cpl-scope .pagination-lg.short svg[class*="ihs-icon"] {
  width: 8px;
  height: 8px;
}
.cpl-scope .pagination-lg.small li > a,
.cpl-scope .pagination-lg.small li > button,
.cpl-scope .pagination-lg.small li > span {
  font-size: calc(12.45px);
}
.cpl-scope .pagination-lg .pager svg[class*="brand-icon"],
.cpl-scope .pagination-lg .pager svg[class*="ihs-icon"] {
  width: 11px;
  height: 11px;
}
.cpl-scope .pagination-sm li a svg[class*="brand-icon"],
.cpl-scope .pagination-sm li button svg[class*="brand-icon"],
.cpl-scope .pagination-sm li a svg[class*="ihs-icon"],
.cpl-scope .pagination-sm li button svg[class*="ihs-icon"] {
  width: 6px;
  height: 6px;
}
.cpl-scope .pagination-sm.short li > a,
.cpl-scope .pagination-sm.short li > button,
.cpl-scope .pagination-sm.short li > span {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cpl-scope .pagination-sm .pager svg[class*="brand-icon"],
.cpl-scope .pagination-sm .pager svg[class*="ihs-icon"] {
  width: 6px;
  height: 6px;
}
.cpl-scope .ew-messaging-inline {
  color: #32363B;
}
.cpl-scope .control-panel > ul > li > a.hamburger-menu,
.cpl-scope .control-panel-2 > ul > li > a.hamburger-menu {
  padding-bottom: 0;
}
.cpl-scope .control-panel {
  background-color: #EAEEF3;
  padding: 8px;
}
.cpl-scope .control-panel.well-sm {
  padding: 8px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 0px solid #C1C5CA;
}
.cpl-scope .control-panel.well-lg {
  padding: 1.75em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0px solid #C1C5CA;
  background: rgba(255, 255, 255, 0.8);
}
.cpl-scope .control-panel > ul {
  list-style-type: none;
}
.cpl-scope .control-panel > ul > li > a {
  vertical-align: middle;
  padding: 4px 8px;
}
.cpl-scope .control-panel .btn {
  margin-right: 4px;
  margin-left: 0px;
}
.cpl-scope .control-panel .btn.pull-right {
  margin-right: 0px;
}
.cpl-scope .control-panel li.pull-right {
  margin-right: 0px;
  padding-right: 0px;
}
.cpl-scope .control-panel li.pull-right .btn {
  margin-right: 0px;
}
.cpl-scope .control-panel svg[class*="brand-icon"],
.cpl-scope .control-panel svg[class*="ihs-icon"] {
  width: 16px;
  height: 16px;
}
.cpl-scope .control-panel-2 {
  border: 0px solid #C1C5CA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0;
  margin: 0;
  background-color: #EAEEF3;
  width: 100%;
  height: 40px;
  min-width: 1024px;
}
.cpl-scope .control-panel-2 .btn {
  margin-right: 8px;
  margin-left: 0px;
}
.cpl-scope .control-panel-2 .btn.pull-right {
  margin-right: 0px;
}
.cpl-scope .control-panel-2 .seperator {
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #C1C5CA;
  padding: 0px;
  margin: 0px 16px 0px 0px;
}
.cpl-scope .control-panel-2 svg[class*="brand-icon"],
.cpl-scope .control-panel-2 svg[class*="ihs-icon"] {
  display: inline-block;
  margin: 4px;
  padding: 0px;
  fill: #009596;
  color: #009596;
  stroke: #009596;
  outline: #009596;
  stroke-width: 0px;
  width: 16px;
  height: 16px;
}
.cpl-scope .control-panel-2 svg[class*="brand-icon"].first-element,
.cpl-scope .control-panel-2 svg[class*="ihs-icon"].first-element {
  margin-left: 0px;
}
.cpl-scope .control-panel-2 svg[class*="brand-icon-chevron"],
.cpl-scope .control-panel-2 svg[class*="ihs-icon-chevron"] {
  margin-top: 2px;
}
.cpl-scope .control-panel-2 .disabled:not(.btn) {
  color: #84888D;
  pointer-events: none;
  padding: 11px 16px;
}
.cpl-scope .control-panel-2 .disabled:not(.btn) svg[class*="brand-icon"],
.cpl-scope .control-panel-2 .disabled:not(.btn) svg[class*="ihs-icon"] {
  fill: #C1C5CA;
}
.cpl-scope .control-panel-2 .dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 150px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 4px;
}
.cpl-scope .control-panel-2 .dropdown-menu li a {
  color: #32363B;
  padding: 6px 16px;
}
.cpl-scope .control-panel-2 .dropdown-menu li a:hover {
  background-color: #EAEEF3;
}
.cpl-scope .control-panel-2 .dropdown-menu li a:focus {
  background-color: #009596;
  color: #ffffff;
}
.cpl-scope .control-panel-2 .dropdown-menu .divider {
  background-color: #C1C5CA;
  height: 1px;
  margin: 0px;
}
.cpl-scope .control-panel-2 .dropdown-menu .inactive,
.cpl-scope .control-panel-2 .dropdown-menu .inactive > a {
  color: #84888D;
}
.cpl-scope .control-panel-2 > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-width: 1020px;
}
.cpl-scope .control-panel-2 > ul > li {
  float: left;
  vertical-align: middle;
  padding: 8px 0px 0px;
}
.cpl-scope .control-panel-2 > ul > li.select-menu-container {
  width: 300px;
  background-color: transparent;
}
.cpl-scope .control-panel-2 > ul > li.dropdown {
  position: relative;
  min-width: 85px;
}
.cpl-scope .control-panel-2 > ul > li.dropdown:first-child {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.cpl-scope .control-panel-2 > ul > li.dropdown > a {
  margin-top: -9px;
  color: #009596;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 16px;
  display: block;
}
.cpl-scope .control-panel-2 > ul > li.dropdown svg[class*="brand-icon-arrow"],
.cpl-scope .control-panel-2 > ul > li.dropdown svg[class*="ihs-icon-arrow"] {
  width: 11px;
  height: 11px;
  margin: 0px 0px 0px 6px;
  line-height: 6px;
}
.cpl-scope .control-panel-2 > ul > li.dropdown .disabled {
  padding: 0px 0px;
}
.cpl-scope .control-panel-2 > ul > li.dropdown:hover {
  background-color: #EAEEF3;
  cursor: pointer;
}
.cpl-scope .control-panel-2 > ul > li.dropdown:hover > a {
  color: #ffffff;
}
.cpl-scope .control-panel-2 > ul > li.dropdown:hover > a svg[class*="brand-icon"],
.cpl-scope .control-panel-2 > ul > li.dropdown:hover > a svg[class*="ihs-icon"] {
  fill: #ffffff;
}
.cpl-scope .control-panel > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.cpl-scope .control-panel > ul > li {
  float: left;
  margin-bottom: -4px;
  padding: 0px 2px;
  height: 100%;
}
.cpl-scope .control-panel > ul > li a {
  display: block;
  text-decoration: none;
}
.cpl-scope .control-panel > ul > li.hide-it {
  display: none;
}
.cpl-scope .control-panel > ul > li.form-control {
  width: 300px;
}
.cpl-scope .control-panel > ul > li > ul.menu-hidden {
  position: absolute;
  top: 100%;
  right: 0;
  list-style-type: none;
  visibility: hidden;
  -moz-transition-property: visibility;
  -moz-transition-duration: 0.2s;
  -webkit-transition-property: visibility;
  -webkit-transition-duration: 0.2s;
  transition-property: visibility;
  transition-duration: 0.2s;
  padding: 0;
  margin: 0;
  background-color: #efefef;
  margin-top: 16px;
  padding: 0px 8px;
  z-index: 100;
}
.cpl-scope .control-panel > ul > li > ul.menu-hidden li {
  margin: 5px 0px;
  text-align: left;
}
.cpl-scope .control-panel > ul > li > ul.menu-hidden li a {
  text-align: left;
  white-space: nowrap;
}
.cpl-scope .control-panel > ul > li > ul.menu-hidden li a:hover {
  background: #C1C5CA;
}
.cpl-scope .control-panel > ul > li:hover > a {
  background: #C1C5CA;
  display: block;
}
.cpl-scope .control-panel > ul > li:hover ul.menu-hidden {
  visibility: visible;
}
.cpl-scope .info-panel {
  background-color: #ffffff;
  padding: 16px;
  position: relative;
  border: 1px solid #C1C5CA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
}
.cpl-scope .info-panel h1,
.cpl-scope .info-panel h2 {
  color: #009596;
}
.cpl-scope .info-panel span {
  float: left;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0px;
  padding: 0px 16px 0px 0px;
  fill: #84888D;
  color: #84888D;
  stroke: #84888D;
  outline: #84888D;
  stroke-width: 0px;
}
.cpl-scope .info-panel ul {
  position: absolute;
  top: 16px;
  right: 16px;
}
.cpl-scope .info-panel ul li {
  display: inline-block;
}
.cpl-scope .info-panel p {
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cpl-scope .panel-green {
  border-color: #5cb85c;
}
.cpl-scope .panel-green .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c;
}
.cpl-scope .panel-green a {
  color: #5cb85c;
}
.cpl-scope .panel-green a:hover {
  color: #3d8b3d;
}
.cpl-scope .panel-red {
  border-color: #d9534f;
}
.cpl-scope .panel-red .panel-heading {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f;
}
.cpl-scope .panel-red a {
  color: #d9534f;
}
.cpl-scope .panel-red a:hover {
  color: #b52b27;
}
.cpl-scope .panel-yellow {
  border-color: #f0ad4e;
}
.cpl-scope .panel-yellow .panel-heading {
  border-color: #f0ad4e;
  color: #fff;
  background-color: #f0ad4e;
}
.cpl-scope .panel-yellow a {
  color: #f0ad4e;
}
.cpl-scope .panel-yellow a:hover {
  color: #df8a13;
}
.cpl-scope .twitter-typeahead .tt-query,
.cpl-scope .twitter-typeahead .tt-hint {
  margin-bottom: 0;
  margin: 0px;
}
.cpl-scope span.twitter-typeahead {
  display: block !important;
}
.cpl-scope .tt-input {
  margin: 0px;
}
.cpl-scope div.tt-menu.tt-open {
  left: -22px !important;
  min-width: 275px;
  margin-top: 23px;
  padding: 0px;
  background-color: #ffffff;
  border: 1px solid #C1C5CA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.cpl-scope .tt-suggestion {
  display: block;
  padding: 2px 12px;
  background-color: #fff;
  line-height: 24px;
  color: #32363B;
}
.cpl-scope .tt-suggestion:hover {
  background-color: #009596;
  color: #fff;
}
.cpl-scope .tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #428bca;
}
.cpl-scope .tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
.cpl-scope .tt-suggestion p {
  margin: 0;
}
.cpl-scope .search-group .filter-selector {
  margin-right: 4px;
  background: inherit;
}
.cpl-scope .search-group .btn-icon {
  background: linear-gradient(-75deg, #328F8A 10%, #08AC4B 90%);
  color: #ffffff !important;
  width: 24px;
  /* 24px */
  height: 24px;
  /* 24px */
}
.cpl-scope .search-group .btn-icon > svg {
  fill: currentColor;
  width: 24px;
  /* 24px */
  height: 24px;
  /* 24px */
  padding: 4px;
}
.cpl-scope .search-group .btn.btn-icon > svg {
  /* Account for .btn border */
  width: 22px;
  /* 64px */
  height: 22px;
  /* 64px */
  padding: 3px;
}
.cpl-scope .search-group ul {
  padding: 0;
  margin: 0;
}
.cpl-scope .search-group ul li {
  transform: translate3d(0, 0, 0);
  border: 0px solid #32363B;
  padding: 3px 0px;
  list-style-type: none;
  line-height: 24px;
  display: block;
}
.cpl-scope .search-group ul li a {
  color: inherit;
  text-decoration: none;
}
.cpl-scope .search-group ul li:hover {
  background-color: #EAEEF3;
}
.cpl-scope .search-group ul li.selected,
.cpl-scope .search-group ul li:focus {
  background-color: #009596;
  color: #ffffff;
}
.cpl-scope .search-group .ihs-icon-arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 0px 0px 4px;
  padding: 0px;
  fill: inherit;
  color: inherit;
  stroke: inherit;
  outline: inherit;
  stroke-width: 0px;
}
.cpl-scope .search-filter {
  background-color: #ffffff;
  color: #32363B;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
}
.cpl-scope .preloader {
  width: 94px;
  height: 94px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(/assets/../images/ihs-preloader-markit.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  -webkit-box-shadow: 0px 0px 76px -20px #404041;
  -moz-box-shadow: 0px 0px 76px -20px #404041;
  box-shadow: 0px 0px 76px -20px rgba(64, 64, 65, 0.3);
}
.cpl-scope .preloader-small {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(/assets/../images/ihs-preloader-markit.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  -webkit-box-shadow: 0px 0px 76px -17px #404041;
  -moz-box-shadow: 0px 0px 76px -17px #404041;
  box-shadow: 0px 0px 76px -17px #404041;
}
.cpl-scope .preloader-size {
  height: 80px;
  width: 80px;
}
.cpl-scope {
  /* Not sure if we are using this anymore //
    .modal:before {
    content: '';
    display: inline-block;
    height: 30%;
    //vertical-align: middle;
    margin-right: -4px;
    .border(1px,red);
    }
    */
  /* 
    @media (min-width:768px) {
        .modal-dialog {
            width: 600px;
            margin: 30px auto
        }

        .modal-content {
            -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
        }

        .modal-sm {
            width: 300px
        }
    }

    @media (min-width:992px) {
        .modal-lg {
            width: 900px
        }
    }
    */
}
.cpl-scope .modal-dialog {
  margin-top: 15px;
}
.cpl-scope .modal-dialog.modal-1 {
  width: 240px;
  min-height: 140px;
}
.cpl-scope .modal-dialog.modal-2 {
  width: 464px;
  min-height: 140px;
}
.cpl-scope .modal-dialog.modal-3 {
  width: 575px;
  min-height: 140px;
}
.cpl-scope .modal-dialog.modal-4 {
  width: 688px;
  min-height: 140px;
}
.cpl-scope .modal-dialog.modal-5 {
  width: 800px;
  min-height: 140px;
}
.cpl-scope .modal-dialog.modal-6 {
  width: 912px;
  min-height: 140px;
}
.cpl-scope .modal-dialog.modal-7 {
  width: 1024px;
  min-height: 140px;
}
.cpl-scope .modal-dialog.modal-primary .modal-header,
.cpl-scope .modal-dialog.modal-success .modal-header,
.cpl-scope .modal-dialog.modal-info .modal-header,
.cpl-scope .modal-dialog.modal-warning .modal-header,
.cpl-scope .modal-dialog.modal-danger .modal-header {
  border-top: 4px solid;
  box-shadow: none;
}
.cpl-scope .modal-dialog.modal-primary .modal-header .modal-title > svg[class*="brand-icon"],
.cpl-scope .modal-dialog.modal-success .modal-header .modal-title > svg[class*="brand-icon"],
.cpl-scope .modal-dialog.modal-info .modal-header .modal-title > svg[class*="brand-icon"],
.cpl-scope .modal-dialog.modal-warning .modal-header .modal-title > svg[class*="brand-icon"],
.cpl-scope .modal-dialog.modal-danger .modal-header .modal-title > svg[class*="brand-icon"],
.cpl-scope .modal-dialog.modal-primary .modal-header .modal-title > svg[class*="ihs-icon"],
.cpl-scope .modal-dialog.modal-success .modal-header .modal-title > svg[class*="ihs-icon"],
.cpl-scope .modal-dialog.modal-info .modal-header .modal-title > svg[class*="ihs-icon"],
.cpl-scope .modal-dialog.modal-warning .modal-header .modal-title > svg[class*="ihs-icon"],
.cpl-scope .modal-dialog.modal-danger .modal-header .modal-title > svg[class*="ihs-icon"] {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 4px;
}
.cpl-scope .modal-dialog.modal-primary .modal-header {
  border-color: #009596;
}
.cpl-scope .modal-dialog.modal-primary .modal-header .modal-title > svg[class*="brand-icon"],
.cpl-scope .modal-dialog.modal-primary .modal-header .modal-title > svg[class*="ihs-icon"] {
  fill: #009596;
}
.cpl-scope .modal-dialog.modal-success .modal-header {
  border-color: #8DC63F;
}
.cpl-scope .modal-dialog.modal-success .modal-header .modal-title > svg[class*="brand-icon"],
.cpl-scope .modal-dialog.modal-success .modal-header .modal-title > svg[class*="ihs-icon"] {
  fill: #8DC63F;
}
.cpl-scope .modal-dialog.modal-info .modal-header {
  border-color: #00B5F1;
}
.cpl-scope .modal-dialog.modal-info .modal-header .modal-title > svg[class*="brand-icon"],
.cpl-scope .modal-dialog.modal-info .modal-header .modal-title > svg[class*="ihs-icon"] {
  fill: #00B5F1;
}
.cpl-scope .modal-dialog.modal-warning .modal-header {
  border-color: #F7941D;
}
.cpl-scope .modal-dialog.modal-warning .modal-header .modal-title > svg[class*="brand-icon"],
.cpl-scope .modal-dialog.modal-warning .modal-header .modal-title > svg[class*="ihs-icon"] {
  fill: #F7941D;
}
.cpl-scope .modal-dialog.modal-danger .modal-header {
  border-color: #CF1034;
}
.cpl-scope .modal-dialog.modal-danger .modal-header .modal-title > svg[class*="brand-icon"],
.cpl-scope .modal-dialog.modal-danger .modal-header .modal-title > svg[class*="ihs-icon"] {
  fill: #CF1034;
}
.cpl-scope .modal-dialog .modal-header {
  background-color: #ffffff;
  color: #009596;
  padding: 0px 16px;
  min-height: 36px;
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  border: 0px solid #009596;
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
.cpl-scope .modal-dialog .modal-header h1,
.cpl-scope .modal-dialog .modal-header h2,
.cpl-scope .modal-dialog .modal-header h3,
.cpl-scope .modal-dialog .modal-header h4,
.cpl-scope .modal-dialog .modal-header .modal-title {
  margin-top: 16px;
  margin-bottom: 4px;
}
.cpl-scope .modal-dialog .modal-header > svg[class*="brand-icon"],
.cpl-scope .modal-dialog .modal-header > svg[class*="ihs-icon"] {
  position: static;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 8px calc(-8px) 0px 0px;
  padding: 0px;
  fill: #ffffff;
  color: #ffffff;
  stroke: #ffffff;
  outline: #ffffff;
  stroke-width: 0px;
  float: right;
  fill: #C1C5CA;
}
.cpl-scope .modal-dialog .modal-header > svg[class*="brand-icon"]:hover,
.cpl-scope .modal-dialog .modal-header > svg[class*="ihs-icon"]:hover {
  cursor: pointer;
  border: 0px solid red;
}
.cpl-scope .modal-dialog .modal-header.alert {
  background-color: #960c26;
}
.cpl-scope .modal-dialog .modal-title {
  color: #009596;
  font-size: 14px;
  font-weight: normal;
}
.cpl-scope .modal-dialog .modal-title:hover {
  cursor: default;
}
.cpl-scope .modal-dialog .modal-body {
  border: 0px;
}
.cpl-scope .modal-dialog .modal-footer {
  border: 0px solid #32363B;
  padding: 16px 16px;
  width: 100%;
}
.cpl-scope .modal-dialog .modal-footer .btn {
  margin-bottom: 0px;
}
.cpl-scope .modal-dialog .modal-footer .dismiss {
  display: block;
  float: right;
}
.cpl-scope .modal-content {
  min-height: inherit;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  border: 0px solid #009596;
  -moz-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
}
.cpl-scope .popover-header {
  background-color: #ffffff;
  border-bottom-color: #C1C5CA;
}
.cpl-scope .popover-menu {
  min-width: 160px;
  padding: 5px 0;
  margin: 0 -10px;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
}
.cpl-scope .popover-menu .divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #EAEEF3;
}
.cpl-scope .popover-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 16px;
  color: #53575C;
  white-space: nowrap;
}
.cpl-scope .popover-menu > li > a:hover {
  text-decoration: none;
  background-color: #EAEEF3;
}
.cpl-scope .popover-menu > li > a.selected,
.cpl-scope .popover-menu > li > a:focus {
  text-decoration: none;
  background-color: #009596;
  color: #ffffff;
}
.cpl-scope .popover-menu > .active > a,
.cpl-scope .popover-menu > .active > a:hover,
.cpl-scope .popover-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #009596;
}
.cpl-scope .popover-menu > .disabled > a,
.cpl-scope .popover-menu > .disabled > a:hover,
.cpl-scope .popover-menu > .disabled > a:focus {
  color: #C1C5CA;
}
.cpl-scope .popover-menu > .disabled > a:hover,
.cpl-scope .popover-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.cpl-scope .popover-inverted {
  background-color: #32363B;
  background-color: #000000;
  color: #ffffff;
  border-color: #ffffff;
  border-color: #cdc9c4;
}
.cpl-scope .popover-inverted .popover-header {
  background-color: #000000;
  background-color: #32363B;
  color: #ffffff;
}
.cpl-scope .popover-inverted .popover-body {
  background-color: #000000;
  background-color: #32363B;
  color: #ffffff;
}
.cpl-scope .popover-inverted.bs-popover-top .arrow::before,
.cpl-scope .popover-inverted.bs-popover-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ffffff;
}
.cpl-scope .popover-inverted.bs-popover-top .arrow::after,
.cpl-scope .popover-inverted.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #32363B;
}
.cpl-scope .popover-inverted.bs-popover-right .arrow::before,
.cpl-scope .popover-inverted.bs-popover-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ffffff;
}
.cpl-scope .popover-inverted.bs-popover-right .arrow::after,
.cpl-scope .popover-inverted.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #32363B;
}
.cpl-scope .popover-inverted.bs-popover-bottom .arrow::before,
.cpl-scope .popover-inverted.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ffffff;
}
.cpl-scope .popover-inverted.bs-popover-bottom .arrow::after,
.cpl-scope .popover-inverted.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #32363B;
}
.cpl-scope .popover-inverted.bs-popover-left .arrow::before,
.cpl-scope .popover-inverted.bs-popover-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ffffff;
}
.cpl-scope .popover-inverted.bs-popover-left .arrow::after,
.cpl-scope .popover-inverted.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #32363B;
}
.cpl-scope .popover-inverted .popover-menu {
  background-color: #000000;
  background-color: #32363B;
}
.cpl-scope .popover-inverted .popover-menu .divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #1b242f;
}
.cpl-scope .popover-inverted .popover-menu > li > a {
  color: #aca8a3;
  color: #ffffff;
}
.cpl-scope .popover-inverted .popover-menu > li > a:hover {
  background-color: #0c1015;
}
.cpl-scope .popover-inverted .popover-menu > li > a.selected,
.cpl-scope .popover-inverted .popover-menu > li > a:focus {
  background-color: #009596;
  color: #ffffff;
}
.cpl-scope .popover-inverted .popover-menu > .active > a,
.cpl-scope .popover-inverted .popover-menu > .active > a:hover,
.cpl-scope .popover-inverted .popover-menu > .active > a:focus {
  color: #000000;
  background-color: #ff6a69;
}
.cpl-scope .popover-inverted .popover-menu > .disabled > a,
.cpl-scope .popover-inverted .popover-menu > .disabled > a:hover,
.cpl-scope .popover-inverted .popover-menu > .disabled > a:focus {
  color: #3e3a35;
}
.cpl-scope .popover-inverted .popover-menu > .disabled > a:hover,
.cpl-scope .popover-inverted .popover-menu > .disabled > a:focus {
  background-color: transparent;
  background-image: none;
}
.cpl-scope .tooltip.in {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.cpl-scope .tooltip:not(.show) .tooltip-inner {
  background: #ffffff;
  color: #32363B;
  margin: 0;
  padding: 3px 15px;
  font-size: 12px;
  text-align: left;
  line-height: 16.25px;
}
.cpl-scope .tooltip:not(.show) .tooltip-inner:empty {
  display: none;
}
.cpl-scope .tooltip.show .tooltip-inner {
  background: #ffffff;
  color: #32363B;
  margin: 0;
  padding: 3px 15px;
  font-size: 12px;
  text-align: left;
  line-height: 16.25px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .tooltip.show .tooltip-inner:empty {
  display: none;
}
.cpl-scope .tooltip {
  white-space: normal;
}
.cpl-scope .tooltip:not(.show) {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3 0 5px rgba(0, 0, 0, 0.5);
}
.cpl-scope .tooltip .arrow {
  border-width: 9px;
}
.cpl-scope .tooltip[class*="bs-tooltip-"] .arrow::after,
.cpl-scope .tooltip.bs-tooltip-auto[x-placement] .arrow::after {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  z-index: -1;
}
.cpl-scope .tooltip.bs-tooltip-top .arrow,
.cpl-scope .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 1px;
}
.cpl-scope .tooltip.bs-tooltip-top .arrow::after,
.cpl-scope .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::after {
  top: 1px;
  border-width: 6px 4px 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.cpl-scope .tooltip.bs-tooltip-right .arrow,
.cpl-scope .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 1px;
}
.cpl-scope .tooltip.bs-tooltip-right .arrow::after,
.cpl-scope .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::after {
  right: 1px;
  border-width: 4px 6px 4px 0;
  border-right-color: rgba(0, 0, 0, 0.2);
}
.cpl-scope .tooltip.bs-tooltip-bottom .arrow,
.cpl-scope .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 1px;
}
.cpl-scope .tooltip.bs-tooltip-bottom .arrow::after,
.cpl-scope .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::after {
  bottom: 1px;
  border-width: 0 4px 6px;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.cpl-scope .tooltip.bs-tooltip-left .arrow,
.cpl-scope .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 1px;
}
.cpl-scope .tooltip.bs-tooltip-left .arrow::after,
.cpl-scope .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::after {
  left: 1px;
  border-width: 4px 0 4px 6px;
  border-left-color: rgba(0, 0, 0, 0.2);
}
.cpl-scope .tooltip .tooltip-arrow {
  border-width: 9px;
}
.cpl-scope .tooltip .tooltip-arrow:after {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 8px;
  border-width: calc(8.125px);
  content: "";
}
.cpl-scope .tooltip.top,
.cpl-scope .tooltip.bottom,
.cpl-scope .tooltip.left,
.cpl-scope .tooltip.right {
  padding: 0px;
}
.cpl-scope .tooltip.top {
  margin-top: -6px;
}
.cpl-scope .tooltip.top .tooltip-arrow {
  left: 50%;
  bottom: -9px;
  margin-left: -9px;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.cpl-scope .tooltip.top .tooltip-arrow:after {
  bottom: 1px;
  margin-left: -8px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.cpl-scope .tooltip.right {
  margin-left: 6px;
}
.cpl-scope .tooltip.right .tooltip-arrow {
  top: 50%;
  left: -9px;
  margin-top: -8px;
  border-right-color: rgba(0, 0, 0, 0.2);
}
.cpl-scope .tooltip.right .tooltip-arrow:after {
  left: 1px;
  bottom: -8px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.cpl-scope .tooltip.bottom {
  margin-top: 6px;
}
.cpl-scope .tooltip.bottom .tooltip-arrow {
  left: 50%;
  top: -9px;
  margin-left: -9px;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.cpl-scope .tooltip.bottom .tooltip-arrow:after {
  top: 1px;
  margin-left: -8px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.cpl-scope .tooltip.left {
  margin-left: -6px;
}
.cpl-scope .tooltip.left .tooltip-arrow {
  top: 50%;
  right: -9px;
  margin-top: -8px;
  border-left-color: rgba(0, 0, 0, 0.2);
}
.cpl-scope .tooltip.left .tooltip-arrow:after {
  right: 1px;
  bottom: -8px;
  border-right-width: 0;
  border-left-color: #ffffff;
}
.cpl-scope .datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
      border-top: 1px solid #ddd !important;
    }*/
}
.cpl-scope .datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.cpl-scope .datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.cpl-scope .datepicker > div {
  display: none;
}
.cpl-scope .datepicker.dropdown-menu {
  background-color: #ffffff;
}
.cpl-scope .datepicker table {
  width: 100%;
  margin: 0;
}
.cpl-scope .datepicker td,
.cpl-scope .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cpl-scope .datepicker td.day.disabled,
.cpl-scope .datepicker td.day[disabled] {
  color: #C1C5CA;
  background-color: #EAEEF3;
  cursor: not-allowed;
}
.cpl-scope .datepicker td.day.disabled:hover,
.cpl-scope .datepicker td.day[disabled]:hover {
  cursor: not-allowed;
}
.cpl-scope .datepicker td.day:hover {
  background: #EAEEF3;
  cursor: pointer;
  color: #32363B;
}
.cpl-scope .datepicker td.old,
.cpl-scope .datepicker td.new {
  color: #84888D;
}
.cpl-scope .datepicker td.active,
.cpl-scope .datepicker td.active:hover {
  color: #ffffff;
  background-color: #009596;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.cpl-scope .datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cpl-scope .datepicker td span:hover {
  background: #EAEEF3;
  color: #32363B;
}
.cpl-scope .datepicker td span.active {
  background-color: #009596;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.cpl-scope .datepicker td span.old {
  color: #84888D;
}
.cpl-scope .datepicker td span.old:hover {
  background: #EAEEF3;
  color: #32363B;
}
.cpl-scope .datepicker th.switch {
  width: 145px;
  display: table-cell;
}
.cpl-scope .datepicker th.next,
.cpl-scope .datepicker th.prev {
  font-size: 18px;
}
.cpl-scope .datepicker thead tr:first-child th {
  cursor: pointer;
}
.cpl-scope .datepicker thead tr:first-child th:hover {
  background: #EAEEF3;
  color: #32363B;
}
.cpl-scope .input-append.date .add-on i,
.cpl-scope .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.cpl-scope .dual-list {
  border: 0px solid #32363B;
  display: block;
}
.cpl-scope .dual-list .list-group {
  margin-top: 0px;
  border: 0px solid #32363B;
}
.cpl-scope .dual-list .list-group .list-group-item:hover {
  background-color: #EAEEF3;
}
.cpl-scope .dual-list .form-group {
  margin: 0px;
}
.cpl-scope .dual-list .list-left li,
.cpl-scope .dual-list .list-right li {
  cursor: pointer;
}
.cpl-scope .dual-list p {
  border: 0px solid #32363B;
}
.cpl-scope .dual-list button {
  margin-bottom: 8px;
  display: block;
  padding: 0px;
  width: 32px;
}
.cpl-scope .dual-list button.btn-deemphasized {
  color: #84888D;
  background-color: #EAEEF3;
  border: 1px solid #84888D;
}
.cpl-scope .dual-list button.btn-deemphasized:hover {
  background-color: #C1C5CA;
  color: #32363B;
}
.cpl-scope .dual-list button.btn-deemphasized.active {
  background-color: #009596;
  color: #32363B;
}
.cpl-scope .dual-list button svg[class*="brand-icon"],
.cpl-scope .dual-list button svg[class*="ihs-icon"] {
  border: 0px solid #32363B;
}
.cpl-scope .dual-list button svg[class*="brand-icon-arrow"],
.cpl-scope .dual-list button svg[class*="ihs-icon-arrow"] {
  padding: 6px 6px;
}
.cpl-scope .dual-list .button-container {
  width: 64px;
  border: 0px solid #32363B;
  float: left;
  padding-left: 16px;
}
.cpl-scope .dual-list .container {
  width: 224px;
  border: 1px solid #C1C5CA;
  float: left;
  padding: 0;
  margin: 0;
  height: 150px;
  overflow: auto;
}
/*! =======================================================
                      VERSION  10.6.0              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  min-width: 210px;
  height: 14px;
}
.slider.slider-horizontal .slider-track {
  height: 6px;
  width: 100%;
  margin-top: -3px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-selection.slider-rangeHighlight {
  height: 10px;
  top: calc(50% - 5px);
  border-radius: 5px;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -7px;
}
.slider.slider-horizontal .slider-tick {
  width: 1px;
  height: 14px;
  margin-left: 0;
  top: 8px;
  bottom: -26px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
}
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-right: -7px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .tooltip {
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.slider.slider-vertical {
  height: 210px;
  min-height: 210px;
  width: 14px;
}
.slider.slider-vertical .slider-track {
  width: 6px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-handle {
  margin-top: -7px;
}
.slider.slider-vertical .slider-tick {
  width: 14px;
  height: 1px;
  margin-top: 0;
  left: 8px;
  right: -26px;
}
.slider.slider-vertical .slider-selection.slider-rangeHighlight {
  width: 10px;
  left: calc(50% - 5px);
  border-radius: 5px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical .tooltip {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip {
  pointer-events: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #F5F5F5 0%, #EAEEF3 100%);
  background-image: -o-linear-gradient(top, #F5F5F5 0%, #EAEEF3 100%);
  background-image: linear-gradient(to bottom, #F5F5F5 0%, #EAEEF3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#EAEEF3', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
}
.slider .slider-selection,
.slider-selection.tick-slider-selection {
  background: rgba(0, 149, 150, 0.85);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
  background-color: #009596;
  background-image: -webkit-linear-gradient(top, #009596 0%, #00898A 100%);
  background-image: -o-linear-gradient(top, #009596 0%, #00898A 100%);
  background-image: linear-gradient(to bottom, #009596 0%, #00898A 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-primary', endColorstr='#00898A', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}
.slider-handle:hover {
  cursor: pointer;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #EAEEF3 0%, #E0E4E9 100%);
  background-image: -o-linear-gradient(top, #EAEEF3 0%, #E0E4E9 100%);
  background-image: linear-gradient(to bottom, #EAEEF3 0%, #E0E4E9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEEF3', endColorstr='#E0E4E9', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background: rgba(0, 149, 150, 0.45);
  opacity: 1;
}
.slider .slider-track .slider-rangeHighlight {
  background-color: rgba(247, 6, 22, 0.4);
}
.slider .slider-track .slider-rangeHighlight.category1 {
  background-color: rgba(255, 153, 0, 0.4);
}
.slider .slider-track .slider-rangeHighlight.category2 {
  background-color: rgba(153, 204, 0, 0.4);
}
input[type="text"].slider-show-value {
  display: inline-block !important;
  width: 50px;
  height: 16px;
  margin-left: 8px;
}
.cpl-scope .ew-tile-color-picker {
  display: table;
  padding: 8px;
  background-color: #ffffff;
  color: #ffffff;
  width: 168px;
  height: 152px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #C1C5CA;
  z-index: 999999;
  left: 24px;
  bottom: 8px;
  border-collapse: separate;
  border-spacing: 8px;
}
.cpl-scope .ew-tile-color-picker .tile-color-patch {
  display: table-cell;
  width: 64px;
  height: 24px;
  padding-left: 8px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}
.cpl-scope .ew-tile-color-picker .seleceted-color {
  border: 2px solid #009596;
}
.cpl-scope .ew-tile-color-picker .tile-color-row {
  display: table-row;
}
.cpl-scope .ew-tile-color-picker .tile-color-1 {
  background-color: #96BB3C;
}
.cpl-scope .ew-tile-color-picker .tile-color-2 {
  background-color: #CC6666;
}
.cpl-scope .ew-tile-color-picker .tile-color-3 {
  background-color: #999999;
}
.cpl-scope .ew-tile-color-picker .tile-color-4 {
  background-color: #72B7B5;
}
.cpl-scope .ew-tile-color-picker .tile-color-5 {
  background-color: #D87755;
}
.cpl-scope .ew-tile-color-picker .tile-color-6 {
  background-color: #00A8CA;
}
.cpl-scope .ew-tile-color-picker .tile-color-7 {
  background-color: #666666;
}
.cpl-scope .ew-tile-color-picker .tile-color-8 {
  background-color: #009999;
}
.cpl-scope .folder {
  width: 208px;
  word-wrap: break-word;
}
.cpl-scope .folder-top {
  background-color: #CBC7BF;
  padding: 8px 4px 0px 8px;
  max-width: 178px;
  height: auto;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: relative;
  margin-right: 26px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.cpl-scope .folder-top > label {
  cursor: pointer;
  margin: 0px;
  color: #C1C5CA;
}
.cpl-scope .folder-top > input[type="checkbox"] + label:before {
  background-color: #ffffff;
  margin-right: 5px;
}
.cpl-scope .folder-top > input[type="checkbox"]:checked + label:before {
  color: #009596;
}
.cpl-scope .folder-top p {
  color: #ffffff;
  font-weight: bold;
  padding: 0;
  margin: 0;
  display: inline;
}
.cpl-scope .folder-top .badge {
  position: absolute;
  z-index: 100;
  top: -7px;
  right: -10px;
  background: #CF1034;
  font-weight: normal;
  color: #ffffff;
  font-size: 10px;
}
.cpl-scope .folder-top:after {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17.1 16.8' style='enable-background:new 0 0 17.1 16.8;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23CBC7BF;%7D %3C/style%3E %3Cpolygon class='st0' points='17.1,16.8 17.1,16.8 16.8,16.8 0,0 0,16.8 '/%3E %3C/svg%3E");
  background-size: 26px 25px;
  content: "";
  width: 26px;
  height: 25px;
  position: absolute;
  top: 2px;
  right: -25px;
}
.cpl-scope .folder-container {
  background-color: #CBC7BF;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-box-shadow: 2px 2px 4px 1px #ccc;
  -webkit-box-shadow: 2px 2px 4px 1px #ccc;
  box-shadow: 2px 2px 4px 1px #ccc;
  border-bottom-right-radius: 0px;
  padding: 8px 0px 0px 0px;
  margin-bottom: 10px;
}
.cpl-scope .folder-container .folder-body {
  height: 105px;
}
.cpl-scope .folder-container .folder-body-open {
  height: 140px;
}
.cpl-scope .folder-container .folder-body,
.cpl-scope .folder-container .folder-body-open {
  background-color: #EEEAD2;
  padding: 8px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: relative;
}
.cpl-scope .folder-container .folder-body .date,
.cpl-scope .folder-container .folder-body-open .date {
  color: #32363B;
  width: 100%;
  text-align: right;
  margin-bottom: 4px;
}
.cpl-scope .folder-container .folder-body .date.small,
.cpl-scope .folder-container .folder-body-open .date.small {
  display: block;
}
.cpl-scope .folder-container .folder-body .title,
.cpl-scope .folder-container .folder-body-open .title {
  line-height: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cpl-scope .folder-container .folder-body .summary,
.cpl-scope .folder-container .folder-body-open .summary {
  color: #32363B;
  line-height: 14px;
  margin-bottom: 16px;
}
.cpl-scope .folder-container .folder-footer {
  background-color: #EEEAD2;
  padding: 7px 8px;
}
.cpl-scope .folder-container .folder-body-open {
  background-color: #CBC7BF;
}
.cpl-scope .folder-container .icon-bar svg[class*="brand-icon"],
.cpl-scope .folder-container .icon-bar svg[class*="ihs-icon"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0px 2px 0px 2px;
  padding: 0px;
  fill: #009596;
  color: #009596;
  stroke: #009596;
  outline: #009596;
  stroke-width: 0px;
}
.cpl-scope .folder-container .icon-bar svg[class*="brand-icon"]:first-child,
.cpl-scope .folder-container .icon-bar svg[class*="ihs-icon"]:first-child {
  margin-left: 0px;
}
.cpl-scope .folder-container .icon-bar svg[class*="brand-icon"]:hover,
.cpl-scope .folder-container .icon-bar svg[class*="ihs-icon"]:hover {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.cpl-scope .folder-chunk {
  width: 92px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 76.7 20' style='enable-background:new 0 0 76.7 20;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);%7D .st1%7Bfill:%23CBC7BF;%7D .st2%7Bclip-path:url(%23SVGID_2_);fill:%23FFFFFF;%7D .st3%7Bclip-path:url(%23SVGID_2_);fill:%23EDE7D4;%7D %3C/style%3E %3Cg id='Layer_1'%3E %3C/g%3E %3Cg id='Layer_2'%3E %3Cg%3E %3Cdefs%3E %3Crect id='SVGID_1_' width='76.7' height='20'/%3E %3C/defs%3E %3CclipPath id='SVGID_2_'%3E %3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E %3C/clipPath%3E %3Cg class='st0'%3E %3Cpath class='st1' d='M206.3,132.9V-5.9c0-2.2-1.8-4-4-4h-74.5l-17-17H4c-2.2,0-4,1.8-4,4v155.8'/%3E %3C/g%3E %3Crect x='6.7' y='3.8' class='st2' width='69.3' height='30'/%3E %3Cpath class='st3' d='M205.8,132.5V4c0-2.2-1.8-4-4-4c0,0-69.6,0-128.3,0c-8.7,0-11.8,13-19,13c-18,0-49.9,0-50,0c-2.2,0-4,1.8-4,4 v115.5H205.8z'/%3E %3Cg class='st0'%3E %3Cpath class='st1' d='M206.3,132.9V-5.9c0-2.2-1.8-4-4-4h-74.5l-17-17H4c-2.2,0-4,1.8-4,4v155.8'/%3E %3C/g%3E %3Crect x='6.7' y='3.8' class='st2' width='69.3' height='30'/%3E %3Cpath class='st3' d='M205.8,132.5V4c0-2.2-1.8-4-4-4c0,0-69.6,0-128.3,0c-8.7,0-11.8,13-19,13c-18,0-49.9,0-50,0c-2.2,0-4,1.8-4,4 v115.5H205.8z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: cover;
}
.cpl-scope .folder-corner {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.cpl-scope .folder:hover,
.cpl-scope .selected {
  cursor: pointer;
}
.cpl-scope .folder:hover > .folder-top,
.cpl-scope .selected > .folder-top {
  background-color: #919189;
}
.cpl-scope .folder:hover > .folder-top:after,
.cpl-scope .selected > .folder-top:after {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17.1 16.8' style='enable-background:new 0 0 17.1 16.8;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23919189;%7D %3C/style%3E %3Cpolygon class='st0' points='17.1,16.8 17.1,16.8 16.8,16.8 0,0 0,16.8 '/%3E %3C/svg%3E");
}
.cpl-scope .folder:hover > .folder-container,
.cpl-scope .selected > .folder-container {
  background-color: #919189;
}
.cpl-scope .folder:hover > .folder-container .folder-chunk,
.cpl-scope .selected > .folder-container .folder-chunk {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 76.7 20' style='enable-background:new 0 0 76.7 20;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);%7D .st1%7Bfill:%23919189;%7D .st2%7Bclip-path:url(%23SVGID_2_);fill:%23FFFFFF;%7D .st3%7Bclip-path:url(%23SVGID_2_);fill:%23EDE7D4;%7D %3C/style%3E %3Cg id='Layer_1'%3E %3C/g%3E %3Cg id='Layer_2'%3E %3Cg%3E %3Cdefs%3E %3Crect id='SVGID_1_' width='76.7' height='20'/%3E %3C/defs%3E %3CclipPath id='SVGID_2_'%3E %3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E %3C/clipPath%3E %3Cg class='st0'%3E %3Cpath class='st1' d='M206.3,132.9V-5.9c0-2.2-1.8-4-4-4h-74.5l-17-17H4c-2.2,0-4,1.8-4,4v155.8'/%3E %3C/g%3E %3Crect x='6.7' y='3.8' class='st2' width='69.3' height='30'/%3E %3Cpath class='st3' d='M205.8,132.5V4c0-2.2-1.8-4-4-4c0,0-69.6,0-128.3,0c-8.7,0-11.8,13-19,13c-18,0-49.9,0-50,0c-2.2,0-4,1.8-4,4 v115.5H205.8z'/%3E %3Cg class='st0'%3E %3Cpath class='st1' d='M206.3,132.9V-5.9c0-2.2-1.8-4-4-4h-74.5l-17-17H4c-2.2,0-4,1.8-4,4v155.8'/%3E %3C/g%3E %3Crect x='6.7' y='3.8' class='st2' width='69.3' height='30'/%3E %3Cpath class='st3' d='M205.8,132.5V4c0-2.2-1.8-4-4-4c0,0-69.6,0-128.3,0c-8.7,0-11.8,13-19,13c-18,0-49.9,0-50,0c-2.2,0-4,1.8-4,4 v115.5H205.8z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.cpl-scope .folder:hover .folder-body-open,
.cpl-scope .selected .folder-body-open {
  background-color: #919189;
}
/*
.border-radius-custom ( @top-left: @border-radius-small
                       ,@top-right: @border-radius-small
                       ,@bottom-left: @border-radius-small
                       ,@bottom-right: @border-radius-small
                      ) {
    -webkit-border-radius: @top-left @top-right @bottom-right @bottom-left;
    -moz-border-radius: @top-left @top-right @bottom-right @bottom-left;
    border-radius: @top-left @top-right @bottom-right @bottom-left;
}
*/
/* Mixin */
/*
@base: #663333;
@complement1: spin(@base, 180);
@complement2: darken(spin(@base, 180), 5%);
@lighten1: lighten(@base, 15%);
@lighten2: lighten(@base, 30%);

@lighter1: lighten(spin(@base, 5), 10%);
@lighter2: lighten(spin(@base, 10), 20%);
@darker1: darken(spin(@base, -5), 10%);
@darker2: darken(spin(@base, -10), 20%);
*/
.cpl-scope .icon-font {
  font-family: 'IHS-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
/* Default mixins */
/*Utility classes*/
.cpl-scope .clearFloat {
  float: none !important;
}
.cpl-scope .auto-width {
  width: auto !important;
}
.cpl-scope code {
  background-color: #ffffff;
}
.cpl-scope .no-list-style,
.cpl-scope .list-style-none {
  list-style: none;
}
.cpl-scope .horizontal-list {
  padding: 0;
}
.cpl-scope .horizontal-list > li {
  display: inline-block;
  padding: 4px 8px;
}
.cpl-scope .horizontal-list.hitboxes > li {
  padding: 0;
}
.cpl-scope .horizontal-list.hitboxes > li > *:not(.dropdown-menu),
.cpl-scope .horizontal-list.hitboxes > li > a:not(.dropdown-menu) {
  display: inline-block;
  padding: 4px 8px;
}
.cpl-scope .inverted {
  color: #ffffff;
  background-color: #53575C;
}
.cpl-scope .hover:hover {
  background-color: #cccccc;
}
.cpl-scope .display-none {
  display: none !important;
}
.cpl-scope .visibility-hidden {
  visibility: hidden !important;
}
.cpl-scope .transparent {
  opacity: 0 !important;
}
.cpl-scope .rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.cpl-scope .rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.cpl-scope .rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}
.cpl-scope .rotate-360 {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.cpl-scope .padding-zero {
  padding: 0!important;
}
.cpl-scope .padding-left-zero {
  padding-left: 0!important;
}
.cpl-scope .padding-right-zero {
  padding-right: 0!important;
}
.cpl-scope .padding-top-zero {
  padding-top: 0!important;
}
.cpl-scope .padding-bottom-zero {
  padding-bottom: 0!important;
}
.cpl-scope svg.icon-xs {
  width: 8px;
  height: 8px;
}
.cpl-scope svg.icon-sm {
  width: 10px;
  height: 10px;
}
.cpl-scope svg.icon-12 {
  width: 10px;
  height: 10px;
}
.cpl-scope svg.icon-md,
.cpl-scope svg.icon-16 {
  width: 16px;
  height: 16px;
}
.cpl-scope svg.icon-20 {
  width: 20px;
  height: 20px;
}
.cpl-scope svg.icon-lg {
  width: 24px;
  height: 24px;
}
.cpl-scope .clickable {
  cursor: pointer;
}
.cpl-scope .IHS-Color-G1 {
  background-color: #009596;
}
.cpl-scope .IHS-Color-G9 {
  background-color: #ffffff;
}
.cpl-scope .IHS-Color-G10 {
  background-color: #00B5F1;
}
.cpl-scope .IHS-Color-G1-Add {
  color: #009596;
}
.cpl-scope .IHS-Color-G5-Add {
  color: #32363B;
}
.cpl-scope .IHS-Color-G9-Add {
  color: #ffffff;
}
.cpl-scope .IHS-Color-G15-Add {
  color: #000000;
}
.cpl-scope .IHS-Color-T1 {
  background-color: #96BB3C;
}
.cpl-scope .IHS-Color-T2 {
  background-color: #CC6666;
}
.cpl-scope .IHS-Color-T3 {
  background-color: #999999;
}
.cpl-scope .IHS-Color-T4 {
  background-color: #72B7B5;
}
.cpl-scope .IHS-Color-T5 {
  background-color: #D87755;
}
.cpl-scope .IHS-Color-T6 {
  background-color: #00A8CA;
}
.cpl-scope .IHS-Color-T7 {
  background-color: #666666;
}
.cpl-scope .IHS-Color-T8 {
  background-color: #009999;
}
.cpl-scope .brand-color-secondary {
  background-color: #00993E;
}
.cpl-scope .brand-color-secondary-text {
  color: #00993E;
}
.cpl-scope .brand-color-secondary-dark {
  background-color: #005c25;
}
.cpl-scope .brand-color-secondary-dark-text {
  color: #005c25;
}
.cpl-scope .brand-color-gradient {
  background: linear-gradient(-45deg, #00B140, #009596);
}
.cpl-scope .brand-color-gradient-dark {
  background: linear-gradient(-45deg, #009221, #007778);
}
.cpl-scope .color-gray-action {
  background-color: #4C4B4C;
}
.cpl-scope .color-gray-action-text {
  color: #4C4B4C;
}
.cpl-scope .color-gray-bg {
  background-color: #F0F1F2;
}
.cpl-scope h1 {
  font-size: 22px;
}
.cpl-scope h2 {
  font-size: 18px;
}
.cpl-scope h3 {
  font-size: 16px;
}
.cpl-scope h4 {
  font-size: 14px;
}
.cpl-scope .page-header h1,
.cpl-scope .page-header .page-title {
  color: #00993E;
}
.cpl-scope p {
  font-size: 12px;
}
.cpl-scope small {
  font-size: 10px;
}
.cpl-scope del {
  text-decoration-color: rgba(200, 100, 110, 0.6);
  color: #646;
}
.cpl-scope ins {
  position: relative;
  top: -1px;
  background-color: rgba(120, 180, 120, 0.1);
  text-decoration-color: rgba(120, 180, 120, 0.3);
  text-decoration-line: underline;
  color: rgba(80, 110, 80, 0.95);
}
.cpl-scope ins::before {
  content: 'ˇ';
  display: inline-block;
  color: rgba(120, 180, 120, 0.3);
  width: 8px;
  font-size: 22px;
  line-height: 1px;
  position: relative;
  bottom: -15px;
}
.cpl-scope strike,
.cpl-scope s {
  text-decoration-color: rgba(120, 120, 120, 0.55);
  color: rgba(120, 130, 140, 0.95);
}
.cpl-scope u {
  text-decoration-color: rgba(120, 120, 120, 0.6);
}
.cpl-scope .text-success {
  color: #8DC63F;
}
.cpl-scope .text-info {
  color: #00B5F1;
}
.cpl-scope .text-warning {
  color: #F7941D;
}
.cpl-scope .text-danger {
  color: #CF1034;
}
.cpl-scope .alert {
  background-color: #ffffff;
  color: #32363B;
  border: 1px solid;
  border-left-width: 40px;
  border-radius: 4px;
  position: relative;
}
.cpl-scope .alert > svg[class*="brand-icon"],
.cpl-scope .alert > svg[class*="ihs-icon"] {
  position: absolute;
  fill: #ffffff;
  color: #ffffff;
  stroke: #ffffff;
  outline: #ffffff;
  margin-right: 18px;
  margin-left: -35px;
  top: calc(50% - 8px);
}
.cpl-scope .alert .alert-link {
  color: #009596;
}
.cpl-scope .alert-default {
  border-color: #84888D;
}
.cpl-scope .alert-default .alert-link {
  color: #009596;
}
.cpl-scope .alert-primary {
  border-color: #009596;
}
.cpl-scope .alert-primary .alert-link {
  color: #009596;
}
.cpl-scope .alert-secondary {
  border-color: #00993E;
}
.cpl-scope .alert-secondary .alert-link {
  color: #00993E;
}
.cpl-scope .alert-success {
  border-color: #8DC63F;
}
.cpl-scope .alert-success .alert-link {
  color: #6c9a2e;
}
.cpl-scope .alert-info {
  border-color: #00B5F1;
}
.cpl-scope .alert-info .alert-link {
  color: #00B5F1;
}
.cpl-scope .alert-warning {
  border-color: #F7941D;
}
.cpl-scope .alert-warning .alert-link {
  color: #F7941D;
}
.cpl-scope .alert-danger {
  border-color: #CF1034;
}
.cpl-scope .alert-danger .alert-link {
  color: #CF1034;
}
.cpl-scope .badge,
.cpl-scope .badge-default {
  background-color: #CF1034;
}
.cpl-scope .badge-info {
  background-color: #00B5F1;
}
.cpl-scope .badge-success {
  background-color: #8DC63F;
}
.cpl-scope .badge-warning {
  background-color: #F7941D;
}
.cpl-scope .badge-danger {
  background-color: #CF1034;
}
.cpl-scope code {
  margin-top: 0;
  margin-bottom: 1px;
  display: inline-block;
  line-height: 9px;
  background-color: #F6F3F7;
  border-left: 1px solid #FFF;
  color: #726A7B;
  border-radius: 2px;
  box-shadow: 0 0 0px 1px #F2F2F2;
}
.cpl-scope code.code-block {
  display: inline;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.cpl-scope code > pre {
  display: block;
  background-color: #F6F3F7;
  border: 1px solid #cccccc;
  border-color: #EDE3F0;
  border-left-width: 1px;
  border-left-color: #FFF;
  color: #726A7B;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #F2F2F2;
  margin-top: 4px;
}
.cpl-scope .label.label-secondary {
  background-color: #00993E;
}
.cpl-scope .list-group-item.bg-primary {
  color: #fff;
  background-color: #009596;
}
.cpl-scope a.list-group-item.bg-primary:hover,
.cpl-scope a.list-group-item.bg-primary:focus {
  background-color: #006263;
}
.cpl-scope .list-group-item.bg-success {
  background-color: #d9f3b6;
}
.cpl-scope a.list-group-item.bg-success:hover,
.cpl-scope a.list-group-item.bg-success:focus {
  background-color: #c3ec8a;
}
.cpl-scope .list-group-item.bg-info {
  background-color: #b8f1ff;
}
.cpl-scope a.list-group-item.bg-info:hover,
.cpl-scope a.list-group-item.bg-info:focus {
  background-color: #85e8ff;
}
.cpl-scope .list-group-item.bg-warning {
  background-color: #ffdba2;
}
.cpl-scope a.list-group-item.bg-warning:hover,
.cpl-scope a.list-group-item.bg-warning:focus {
  background-color: #ffc76f;
}
.cpl-scope .list-group-item.bg-danger {
  background-color: #fbcdd6;
}
.cpl-scope a.list-group-item.bg-danger:hover,
.cpl-scope a.list-group-item.bg-danger:focus {
  background-color: #f79eaf;
}
.cpl-scope .modal-dialog .modal-header {
  color: #00993E;
}
.cpl-scope .modal-dialog .modal-title {
  color: #00993E;
}
.cpl-scope .newlog .blurb .labels {
  float: right;
  text-align: right;
}
.cpl-scope .newlog .blurb-title {
  font-size: 1rem;
  color: #00993E;
}
.cpl-scope .newlog .blurb-title .date {
  font-size: 12px;
  color: #84888D;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  background-color: #e2e2e2;
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
}
body {
  background-color: #FFF;
  /* Please note: You must follow all "Segoe UI Light" font-family specifications with
		a fallback option of "Segoe UI" if you want it to work correctly in Firefox. 
		Anywhere you want to use "Segoe UI Light" as the primary font then 
		you must also specify "font-weight: lighter;"
		because Firefox treats "Segoe UI Light" as a font weight variation instead of as a separate font as the other browsers do. */
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1rem;
  /* Assuming this measurement will be the standard 16px font-size in most cases as it is the default in most browsers. */
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  overflow-y: hidden;
  min-width: 470px;
}
a {
  color: #000;
  outline: none;
  padding-left: 3px;
  padding-right: 3px;
}
a:link,
a:visited,
a:active {
  color: #307EE9;
}
mark {
  background-color: #a6dbed;
  padding-left: 5px;
  padding-right: 5px;
}
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
  padding: 0.5rem 0 0.5rem 0;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.2rem;
}
h4 {
  font-size: 1.1rem;
}
h5 {
  font-size: 1rem;
}
h5 a:link,
h5 a:visited,
h5 a:active {
  padding: 0;
  text-decoration: none;
}
h6 {
  font-size: 0.8rem;
}
select option:nth-child(even) {
  background-color: #EEE;
}
/* HTML5 placeholder element */
::-webkit-input-placeholder {
  color: #BBB;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #BBB;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBB;
}
:-ms-input-placeholder {
  color: #BBB;
}
li {
  list-style: none;
}
article {
  float: left;
  width: 70%;
}
/* forms */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
fieldset legend {
  display: none;
}
fieldset ol {
  padding: 0;
  list-style: none;
}
fieldset ol li {
  padding-bottom: 5px;
}
label {
  display: block;
}
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
select,
textarea {
  border: 1px solid #e2e2e2;
}
select:disabled {
  color: #707070;
}
select {
  height: 1.625rem;
  line-height: 1.1rem;
}
textarea {
  resize: none;
  line-height: 1.25rem;
}
input:focus,
textarea:focus {
  border: 1px solid #7ac0da;
  outline: none;
}
input[type="checkbox"] {
  background: transparent;
  border: inherit;
  width: auto;
}
input[type="radio"] {
  background: transparent;
  border: inherit;
  width: auto;
}
td input[type="submit"],
td input[type="button"],
td button {
  padding: 4px;
  margin-right: 4px;
}
/* Buttons
----------------------------------------------------------*/
input[type="checkbox"],
input[type="submit"],
input[type="button"] {
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}
/* tables
----------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0.75rem;
}
th {
  text-align: left;
  border: none;
  padding-left: 0;
}
th a {
  display: block;
  position: relative;
}
th a:link,
th a:visited,
th a:active,
th a:hover {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
}
th a:hover {
  color: #222;
}
table th,
table td {
  border: solid 1px #999999;
}
.mp-checkbox {
  display: none;
}
.mp-checkbox + label {
  cursor: pointer;
  display: inline-flex;
}
.mp-checkbox + label::before {
  display: inline;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABYCAYAAAD8+HdgAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH4gsCCi4yhMY0yQAAAUJJREFUWMPtlzFKA0EUhr8NuYGICHbKYJMttFFrS8ky4AVUEBKYzka9gP0giulUsJIhIcQjeIfBI9iIWKSQWDhF1I3sZlYk8F69/8ebnf/9+zZpZtmImIoBNLNsVCOyBCAAAXxWEj3O/17J7CdSvczD1qlFYBe4MtoPSwGsU3PAPbAJPAN3hY0UxL0gvgH6P5xonapZp+ZzxEtBsAVcA3tG+9c8K58Dj9YpNSZeAAbABnAL7Bvt3ye9xDdgGRhYp7aBlyBuhLYPvou/AIz2R9apIXACPATgGnBptG8Vmkaj/SlwBqwC60DnN3HuLRjtj4FOuLL2VEYy2h9KIkkiTZ1IF/2VQt20dp4S+bgKoFJAfZLDJJFKHKGRpnFHiAE00lT+2gQggMoSKXqcZUeqeEcq2k2v25UdSQB/uCONO2x2dqQPyBFtOpJDeuQAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  min-width: 16px;
  height: 16px;
  margin-right: 3px;
  margin-top: auto;
  margin-bottom: auto;
}
.mp-checkbox:checked + label::before {
  background-position: 0 -18px;
}
.mp-checkbox:disabled + label {
  color: #999;
  opacity: 0.5;
  cursor: default;
}
.mp-checkbox.partial + label::before {
  background-position: 0 -36px;
}
/* S&P Global Palette Color - see UX for more colours */
@font-face {
  font-family: 'Akkurat-Pro-Regular';
  src: url(/assets/../fonts/lineto-akkurat-pro-bold.eot);
  src: url(/assets/../fonts/lineto-akkurat-pro-regular.eot?#iefix) format('embedded-opentype'), url(/assets/../fonts/lineto-akkurat-pro-regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
.u-float-right {
  float: right !important;
}
.form-placeholder::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Arial, Arial Regular, sans-serif;
}
.form-placeholder::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.form-placeholder:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.form-placeholder:-moz-placeholder {
  /* Firefox 18- */
  font-family: Arial, Arial Regular, sans-serif;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/* <720 */
/* <720 x <1014 */
/* [721 ~ 900] x [1015 ~ 1549] */
/* >1550 x >901 */
.sprite {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0;
}
.sprite:hover {
  cursor: pointer;
}
.sprite-filter {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjMwRUUxNzkzQTcyMTFFMzkwNjc5NjNFRTIyQ0MzQ0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjMwRUUxN0EzQTcyMTFFMzkwNjc5NjNFRTIyQ0MzQ0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMzBFRTE3NzNBNzIxMUUzOTA2Nzk2M0VFMjJDQzNDRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMzBFRTE3ODNBNzIxMUUzOTA2Nzk2M0VFMjJDQzNDRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjfoKr4AAADXSURBVHjaYvz//z/DQAImhgEGLNgEp2xQj8GlISfg5hJChpqYmODUf+bMGRT9jLAoAFrKBaQMgXgCyAw85p8B4gIgPg90zDckS0nWD3TMN/QQOAKl/wJxAhbNC6CGg9RxY5EnWT8LHpe+ozB635GTBmyAeB8QswHxVhx6fgGxEw45kvUzomdDYFrwwqMZBLyBcb8NTwIkqB8Y99twZkOo4d7QxIKeePBaDk3lePUjW441BPCEBEHLCYQEhuWDoiAa9A44BcSfoDQ5gKB+xhFfGQ24AwACDAC94lyNk7AF7AAAAABJRU5ErkJggg==);
  background-size: 200% 100%;
  margin: 0 0.3rem;
  float: left;
}
.sprite-filter.sprite-active {
  background-position: 0;
}
.sprite-filter.sprite-inactive {
  background-position: 100% 0;
}
.sprite-layer-preview {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAARCAYAAABKFStkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTU1RDFFOTFDNDBFMTFFNEIyODg5OEM4OUI2MkZGNTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTU1RDFFOTJDNDBFMTFFNEIyODg5OEM4OUI2MkZGNTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNTVEMUU4RkM0MEUxMUU0QjI4ODk4Qzg5QjYyRkY1OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNTVEMUU5MEM0MEUxMUU0QjI4ODk4Qzg5QjYyRkY1OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiQH69EAAALMSURBVHja7JhfhFRRHMdnt0RPSyzL1mQV87b2IdEa1pQhdm2iROlpzWaee4rmZV6z9BZb0UuxZFfDMBrFMsQqsol9iFjFssQ+xTL0/a3vvX7OnD33zzk9lL183bkz536c+d3f/ZzrDjWbzUKKbRy5irSRnTQnNBqNoDzX9uTdhZhXv/IxF29z736u+Q0ncGeRN8hXAmW/ys95tqA8FG4WEd4P5JnscbyK+M4v5iXNb8jSgWPIAlJHfso8kRXkN3ISucXfRpFl5Dmy6+jAIDxVNM0bdxTje8RDV+46Oi8zT89PF1CqvIhcRl5x8GcHcIrjbyNdju+qAgblsavk93nkWIau6iNrwkMhu6pw3jyZnxRwjG17Eekgd5BfGYCnkJe8ABvlcrlWqVSehuKhcDXsI57vtnFm9FytePZ0MN4wJTmN3OSV2EKWkFLCySWO2+KxnD/d6/U2Q/LQNZrXzflHOxFvbnIlKM/mwEvsSHFSj/e86SxxRpnFvyZXwuHAIDx1K0/w1lsg87BtRzlw2+HAzDwk5h1XA7SzXnDgeX73GFlHZliER8g9ivct8p7wzt/i0YH7KIb89gDHD+mvRWOVbNN3LXVuVfYWB+5Pjiwd8HDs5CEt9V2V+wEHtumsPaP6RS7xa5bnIpcDvXkWB37jxYhXV4wpcnwreg5Uq7VkwuHAmKdW15in5mflRbewuOo6qz/Fjlkm3OUsGX8X+cQJSEH6uH2D8lAMzau6Vld5NlSrq3bWAQ9j++g2J89wo5OX5MB1Al9LuyMnkBsEzuRwYG5eggO3+afm2Sm+DnTytAMPew40nRU9ksiYD6qb6uyYAWcZz4HePMOBBXZlKAcW2JVHDjxy4H/gQO2ELxxoc1bJ5gSLA4Pw/gUHmpt2gs1ZrYyvs7x4lkKmdmDK11lZHFhIU0DTWaYTfN4HZuYlFHPAgZ7vA1PP748AAwDL6xNHTgV6VQAAAABJRU5ErkJggg==);
  background-size: 400% 100%;
  margin: 0.5rem 0.3rem 0;
  float: left;
}
.sprite-layer-preview:hover {
  background-position: 66.66% 0;
}
.sprite-layer-preview.sprite-active {
  background-position: 66.66% 0;
}
.sprite-layer-preview.sprite-active:hover {
  background-position: 100% 0;
}
.sprite-hamburger {
  background-image: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 -1 12 12' id='meteor-icon-kit__regular-bars-s' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.85714 2C0.38376 2 0 1.55228 0 1C0 0.44772 0.38376 0 0.85714 0H11.1429C11.6162 0 12 0.44772 12 1C12 1.55228 11.6162 2 11.1429 2H0.85714zM0.85714 6C0.38376 6 0 5.5523 0 5C0 4.4477 0.38376 4 0.85714 4H11.1429C11.6162 4 12 4.4477 12 5C12 5.5523 11.6162 6 11.1429 6H0.85714zM0.85714 10C0.38376 10 0 9.5523 0 9C0 8.4477 0.38376 8 0.85714 8H11.1429C11.6162 8 12 8.4477 12 9C12 9.5523 11.6162 10 11.1429 10H0.85714z' fill='%23737676'/%3E%3C/svg%3E");
  background-size: 0.8rem;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5rem;
}
.sprite-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzIxODREN0NGQjM4MTFFNDlDQkVFQTk3REJDRUI5RjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzIxODREN0RGQjM4MTFFNDlDQkVFQTk3REJDRUI5RjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMjE4NEQ3QUZCMzgxMUU0OUNCRUVBOTdEQkNFQjlGNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMjE4NEQ3QkZCMzgxMUU0OUNCRUVBOTdEQkNFQjlGNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsofxcAAAAEvSURBVHjaYmSYfpGBEjBNNYki/UxYxESAuA2ILwPxLyi+DBUTIcJMkvSjOyAEiO8BcSUQ6wDxXyjWgYqB5ILxWE6yfmQHgCRWATEvlP8ZiJWh+DNUDCS3GocjyNIPc4AYEM8DYkYkA39BNX6GsmGAEapWDEmMbP0wB+QAMR+aj4SB+BYUC6PJgdQWIPHJ1g9zgB+OOM0C4gwcct5IbLL1s0A5GlgUfATi9UhsfjR5JSQ22fqZKMjCbAyUATZkB9wgw4CbSGyy9cMcsIkMA7YgscnWD3PAZCD+RIJmkNoJSHyy9cMc8BqIQYX6fyRFoEQTCMXICeg/VO0rJDGy9SMnwrVAHApNsTCwDoqRU3YoVC06IEs/ExZDVIC4HUtl0g6VW4snaEnWzzjQ1TFAgAEAgs1pe4blrNYAAAAASUVORK5CYII=);
  background-size: 200% 100%;
  background-position: 0;
}
.sprite-info:hover {
  background-position: 100% 0;
}
.sprite-label {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAQCAYAAABgIu2QAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTYxMEMwMjM4MUQ4MTFFNEEyQUY4RDMzRTYyNDIzNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTYxMEMwMjQ4MUQ4MTFFNEEyQUY4RDMzRTYyNDIzNDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNjEwQzAyMTgxRDgxMUU0QTJBRjhEMzNFNjI0MjM0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNjEwQzAyMjgxRDgxMUU0QTJBRjhEMzNFNjI0MjM0NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi/tLq0AAAJSSURBVHjarNZJSFVRHMfx3kspDV20SCQaiUCIFkVBhS2KBqJNURYJRQvBRRQ2XYsIIsoXRduEDLIRbMIgwVSwCbEWUUFQJhk2Z1QgimHD98AvOFzuue/emwc+8N655/3f/8w3lclkRo1QOYLFnueV1jaVjkS8KqyBV7nqXkdOjB8uRAUKkMIYPMM+rMBObIoRbzy2wvTqF/LwGXswQXH345FpHCXRAvXOQ75V/03JT1KiJ3AjYpJzcdLMgFXXrwEoxDxcxyUMm4fpLAHn4zYOWUn+wXEsQA/KcR4HIyRoZmEbWnxJtqvTFzTdnajGwL8GrhEdq6n01EO7DKIOvWjTiE9XB8LKVHVwXcCzW1pGHViEYuTaDYJGdA5uanMUOkZlo6bkmOpyQxLM0Sg1O5I0ZRmmoV6zlKdl4Ex0B1r1Q1cZraXwBC8xA+ccbcehBlcwMyTmck3/W6xW+x/+3poyS3++NsauLbE2wR3fs5TW91EsiRhvsvX5AYb8ie7FdkxMeN6Z3fnJV1et2SlKEO8+uvyVaQUrTpik2e27AzZSUcIkOzVoH4ISrdGZFqf06HDfjC8Bz811Vxsj3k+dwyvxOKiBSbRP6/NhxKANWneXQ9p81KnxIkK8VyjTEvzuapS2NkSFknaVN7ryNuB1hATeaZ0OO57/xkV1ujHbOWwfT09DbperWIqzMabT/PFdx7Iym68SW3RxZC3+c/QUzljf3yvgenQn2ByDSrTdqmvTu8FpvYxEKkFX6AHMxlfswvP/fF0zo3cYU3BN+6E/bpC/AgwAqzp+8hFxZksAAAAASUVORK5CYII=);
  background-size: 200% 100%;
  background-position: 0;
}
.sprite-label.sprite-active {
  background-position: 100% 0;
}
.sprite-query-menu {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='660px' height='220px' viewBox='0 0 660 220' enable-background='new 0 0 660 220' xml:space='preserve'%3E %3Cg id='disabled_state_2_'%3E %3Cpath fill='%23FFFFFF' d='M650,10H450v200h200V10L650,10z'/%3E %3C/g%3E %3Cg id='disabled_state'%3E %3Cpath fill='%23888888' d='M185,35v150H35V35H185 M210,10H10v200h200V10L210,10z'/%3E %3Cpath fill='%23888888' d='M165,70H55l55,80L165,70z'/%3E %3C/g%3E %3Cg id='disabled_state_1_'%3E %3Cpath fill='%23FFFFFF' d='M405,35v150H255V35H405 M430,10H230v200h200V10L430,10z'/%3E %3Cpath fill='%23FFFFFF' d='M385,70H275l55,80L385,70z'/%3E %3C/g%3E %3Cpath fill='%233D81C3' d='M605,70H495l55,80L605,70z'/%3E %3C/svg%3E");
  background-size: 300% 100%;
  background-position: 0;
}
.sprite-query-menu-active {
  background-position: 100% 0;
}
.sprite-query-save {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='440px' height='220px' viewBox='0 0 440 220' enable-background='new 0 0 440 220' xml:space='preserve'%3E %3Cpath fill='%23888888' d='M10,10v187.5L22.5,210h175l12.5-12.5V10H10z M172.5,185h-68.75v-25h-25v25H47.5v-37.5h125V185z M185,110 l-12.5,12.5h-125L35,110V35h150V110z'/%3E %3Cpath fill='%23FFFFFF' d='M230,10v187.5l12.5,12.5h175l12.5-12.5V10H230z M392.5,185h-68.75v-25h-25v25H267.5v-37.5h125V185z M405,110 l-12.5,12.5h-125L255,110V35h150V110z'/%3E %3C/svg%3E");
  background-size: 200% 100%;
  background-position: 0;
}
.sprite-query-save.sprite-disabled {
  background-position: 0;
}
.sprite-query-save-disabled {
  background-position: 0;
}
.sprite-query-share {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='440px' height='220px' viewBox='0 0 440 220' enable-background='new 0 0 440 220' xml:space='preserve'%3E %3Cpath fill='%23888888' d='M172.5,135c-10.107,0-19.228,4.041-25.978,10.535l-61.986-30.994C84.73,113.039,85,111.557,85,110 c0-1.557-0.27-3.04-0.464-4.541l61.986-30.994C153.272,80.959,162.392,85,172.5,85c20.715,0,37.5-16.797,37.5-37.5 S193.215,10,172.5,10S135,26.797,135,47.5c0,1.557,0.269,3.04,0.464,4.541L73.477,83.035C66.727,76.541,57.607,72.5,47.5,72.5 C26.785,72.5,10,89.297,10,110s16.785,37.5,37.5,37.5c10.106,0,19.227-4.041,25.977-10.535l61.987,30.994 c-0.195,1.502-0.464,2.984-0.464,4.541c0,20.703,16.785,37.5,37.5,37.5s37.5-16.797,37.5-37.5S193.215,135,172.5,135z'/%3E %3Cpath fill='%23FFFFFF' d='M392.5,135c-10.107,0-19.229,4.041-25.979,10.535l-61.985-30.994C304.73,113.039,305,111.557,305,110 c0-1.557-0.27-3.04-0.464-4.541l61.985-30.994C373.271,80.959,382.392,85,392.5,85c20.715,0,37.5-16.797,37.5-37.5 S413.215,10,392.5,10S355,26.797,355,47.5c0,1.557,0.27,3.04,0.464,4.541l-61.987,30.994C286.727,76.541,277.607,72.5,267.5,72.5 c-20.715,0-37.5,16.797-37.5,37.5s16.785,37.5,37.5,37.5c10.105,0,19.227-4.041,25.977-10.535l61.987,30.994 c-0.195,1.502-0.464,2.984-0.464,4.541c0,20.703,16.785,37.5,37.5,37.5s37.5-16.797,37.5-37.5S413.215,135,392.5,135z'/%3E %3C/svg%3E");
  background-size: 200% 100%;
  background-position: 0;
}
.sprite-query-share.sprite-disabled {
  background-position: 0;
}
.sprite-query-share-disabled {
  background-position: 0;
}
.sprite-query-new {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='220px' height='220px' viewBox='0 0 220 220' enable-background='new 0 0 220 220' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23737676' points='185,135 147.5,135 147.5,97.5 110,97.5 110,135 72.5,135 72.5,172.5 110,172.5 110,210 147.5,210 147.5,172.5 185,172.5 '/%3E %3Cpolygon fill='%23737676' points='35,35 135,35 135,60 160,60 160,10 10,10 10,197.5 47.5,197.5 47.5,172.5 35,172.5 '/%3E %3C/g%3E %3C/svg%3E");
}
.scrollableTable-headerRows {
  display: block;
}
.scrollableTable-headerCells {
  display: inline-block;
}
.dropdown {
  width: 140px;
  color: #FFFFFF;
  background-color: rgba(17, 17, 17, 0.85);
  position: fixed;
  z-index: 1010;
  top: 270px;
  left: 22.3125rem;
  /* 357 / 16 = 22.3125 */
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  display: block;
}
ul.dropdown {
  padding: 4px;
}
.dropdown > li:first-child {
  padding: 4px;
}
.dropdown .dropdown-item {
  margin: 0.3125rem;
  /* 5 / 16 = .3125 */
  padding: 0.125rem 0.125rem 0.25rem;
  /* 4 / 16 = .25 */
  text-align: center;
  cursor: pointer;
  /* Context menu button background vertical linear gradient */
  background: #347cd5 !important;
  background: -moz-linear-gradient(top, #347cd5 0, #375bb5 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #347cd5), color-stop(100%, #375bb5)) !important;
  background: -webkit-linear-gradient(top, #347cd5 0, #375bb5 100%) !important;
  background: -o-linear-gradient(top, #347cd5 0, #375bb5 100%) !important;
  background: -ms-linear-gradient(top, #347cd5 0, #375bb5 100%) !important;
  background: linear-gradient(to bottom, #347cd5 0, #375bb5 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#347cd5', endColorstr='#375bb5', GradientType=0) !important;
  line-height: 1.4rem;
  font-size: 0.83333333rem;
  /* 10 / 12 = .83333333 */
}
a.dropdown-item {
  color: white;
  text-decoration: none;
}
.dropdown .dropdown-item a:hover,
.dropdown .dropdown-item a:focus {
  text-decoration: none;
}
.dropdown li.dropdown-item {
  display: block;
  margin-left: 0;
}
.dropdown .dropdown-item.menuItemDisabled {
  background: #dddddd;
  background: -moz-linear-gradient(top, #dddddd 0, #bfbfbf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dddddd), color-stop(100%, #bfbfbf));
  background: -webkit-linear-gradient(top, #dddddd 0, #bfbfbf 100%);
  background: -o-linear-gradient(top, #dddddd 0, #bfbfbf 100%);
  background: -ms-linear-gradient(top, #dddddd 0, #bfbfbf 100%);
  background: linear-gradient(to bottom, #dddddd 0, #bfbfbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bfbfbf', GradientType=0);
  color: #707070;
  cursor: default;
}
/* .dropdown's arrow that points to the button that was clicked */
.dropdown:before {
  content: "";
  position: absolute;
  width: 0.5625rem;
  /* 9 / 16 = .5625 */
  height: 1rem;
  top: 42%;
  left: -0.5625rem;
  /* 9 / 16 = .5625 */
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAlCAYAAACgc9J8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZCQzUxRkUyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZCQzUxRkYyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkJDNTFGQzJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkJDNTFGRDJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmhnm/wAAAGbSURBVHjarJa/boMwEMYhVOXPhgIS79KqGckKYzZ4gQoeokulvAEP0pGqHdqlfQsG1IGlFQOivshU1LV9B42lL8hO/JOD7747cxxHQzFcph2Tx1QzfRjIuFCsO0xJWZa3XdddVlUF8wcUCCcT5DAdGOjF9/0RlOf5G6wxbSW//xEKWgIkgahAMogCXATCgPARLwEJwHQOM4MgqIdhuDFWDNu2n5umuZ7mpiZoFw8ziqKnvu+v1my2LOuxbdvdNN+wYx6TJHlfCsqy7JWB7sQMgBs5wAulvny4MH6bjizOyEAVSMwAFKgDyXJTCcRAMpgUSAGpYL+ARVGQQKcM0ATtljvtJ3faLzRoz5kBG813YNVxGIZwKoM/Y75Otu0/tgRra0JD6m8TbEnQKo1yDqOkk9ZxRZgKSKoBMpgMCCAXqwEqmAB0AbaHKNc5hQ4G4lmyhzjzoAX4T7Dy/R7AatZL3K9xWxiwD/afUo7iZaq/KdZPkpfJYLJCTDJHEaar6ChwDsN6DRQ4wahdkAqYQpGGOX+muv7srOb4LcAAk56b0/Vy5EYAAAAASUVORK5CYII=) 0 -1.25rem no-repeat;
  /* 20 / 16 = 1.25 */
  background-size: 211.1111111% 231.25%;
  /* Full image size is 19 x 37, sprite image within full image is 9 x 16
		(19 / 9) * 100 = 211.1111111%, (37 / 16) * 100 = 2.3125% */
}
#DashboardSelectionDropdown .dropdown:before {
  visibility: hidden;
}
.dashboard {
  height: 100%;
  overflow: hidden;
}
.dashboard:before,
.dashboard:after {
  content: " ";
  display: table;
}
.dashboard:after {
  clear: both;
}
.dashboard-tile {
  font-size: 0.75rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  display: block;
  height: 100%;
  background-color: #f2f2f2;
  border: solid 1px #c1c6ca;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: Arial, Arial Regular, sans-serif;
  position: relative;
}
.dashboard-tile-title {
  font-size: 1rem;
  color: #000;
  font-weight: normal;
  margin: 0;
  padding: 0;
  float: left;
  font-family: Arial, Arial Regular, sans-serif;
}
.dashboard-tile-header {
  position: relative;
  margin: 10px 10px 2px;
  z-index: 2;
}
.dashboard-tile-header:before,
.dashboard-tile-header:after {
  content: " ";
  display: table;
}
.dashboard-tile-header:after {
  clear: both;
}
.dashboard-tile-sub-header {
  font-size: 1rem;
  color: #000;
  font-family: Arial, Arial Regular, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  text-align: center;
}
.tile-sub-header {
  margin: 15px 0 0 0;
}
#questor .tile-sub-header {
  margin: 0;
}
.tile-sub-header-title {
  /* replace styles with .body-font() mixin from main.less, or variables*/
  font-size: 1rem;
  color: #000;
  font-family: Arial, Arial Regular, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.tile-error {
  color: #f00;
  display: block;
  padding: 5px 0;
}
.dashboard-tile-header-controls {
  float: right;
}
.dashboard-tile-button-list {
  position: relative;
}
.dashboard-tile-body {
  height: calc(100% - 40px);
  margin: 0px 10px;
}
.dashboard-tile-body .dashboard-tile-message {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.dashboard-tile-chart {
  display: block;
  height: calc(100% - 20px);
}
.dashboard-tile-chart.dashboard-tile-chart-short {
  height: calc(100% - 30px);
}
.dashboard-tile-chart.dashboard-tile-chart-shorter {
  height: calc(100% - 50px);
}
.dashboard-tile-chart.dashboard-tile-chart-narrow {
  padding-left: 50px;
}
.dashboard-tile-chart.dashboard-tile-chart-narrower {
  padding-left: 50px;
  padding-right: 50px;
}
.dashboard-tile-chart-container {
  height: 100%;
}
.hide-y-axis-label .highcharts-axis.highcharts-yaxis .highcharts-axis-title {
  display: none;
}
.hide-x-axis-label .highcharts-axis.highcharts-xaxis .highcharts-axis-title {
  display: none;
}
.dashboard-tile-select {
  max-width: 75%;
}
.dashboard-tile-controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.dashboard-tile-groupby {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.control-container {
  display: flex;
  flex-wrap: wrap;
}
.dashboard-tile-year-range {
  margin-top: 2px;
}
.dashboard-tile-select-label {
  display: inline-block;
}
.dashboard-table {
  background: none;
  border: solid 1px #c1c6ca;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 5px 0;
  padding: 0;
  width: 100%;
}
.dashboard-table tr.centered th,
.dashboard-table tr.centered td {
  text-align: center;
}
.dashboard-table-header {
  font-size: 0.75rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  font-weight: bold;
  padding: 5px;
}
.dashboard-table-header:first-child {
  width: 13em;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .dashboard-table-header:first-child {
    width: 6em;
  }
}
.grid-item-maximised .dashboard-table-header:first-child {
  width: auto;
}
.dashboard-table-caption {
  font-size: 0.875rem;
  color: #888;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}
.dashboard-table tr:nth-child(odd) {
  background-color: #ebf0f5;
}
.dashboard-table tr:nth-child(even) {
  background-color: #fff;
}
.dashboard-table td {
  padding: 5px;
  vertical-align: top;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .dashboard-table td {
    line-height: 1rem;
    padding: 3px 5px;
  }
}
.dashboard-table-list-alignment td:first-child {
  width: 9em;
}
.dashboard-table-numeric-alignment td:nth-child(n+2) {
  text-align: right;
  width: 3em;
}
.dashboard-table a.dashboard-table-link,
.dashboard-table a.dashboard-table-link:active,
.dashboard-table a.dashboard-table-link:hover,
.dashboard-table a.dashboard-table-link:active {
  color: #307EE9;
  text-decoration: none;
}
.dashboard-table .dashboard-table-link.dashboard-table-link-disabled {
  color: #000;
}
.dashboard-table .dashboard-table-link.dashboard-table-link-disabled,
.dashboard-table .dashboard-table-link.dashboard-table-link-disabled:active,
.dashboard-table .dashboard-table-link.dashboard-table-link-disabled:hover,
.dashboard-table .dashboard-table-link.dashboard-table-link-disabled:active {
  color: #000;
}
.dashboard-table-link-pdf-asset {
  display: inline-block;
  padding-left: 18px;
  background-size: 1.1em;
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 3px;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='180px' height='160px' viewBox='0 0 180 160' enable-background='new 0 0 180 160' xml:space='preserve'%3E %3Cpolygon fill='%23249291' points='127.059,0 54.645,0 54.715,59.32 0.191,59.32 0.191,160 127.059,160 '/%3E %3Cpolygon fill='%23249291' points='42.715,9.219 8.621,46.324 42.715,46.324 '/%3E %3Crect x='126.863' y='71.402' fill='%23249291' width='53.328' height='88.539'/%3E %3Cg%3E %3Crect x='10.074' y='81.41' fill='%23FFFFFF' width='160.922' height='67.809'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%233D3D3D' d='M41.246,122.219v16.047H30.699V91.672h16.516c11.828,0,17.715,4.961,17.715,14.844 c0,4.688-1.691,8.477-5.059,11.367c-3.398,2.891-7.922,4.336-13.594,4.336H41.246z M41.246,99.738v14.531h4.164 c5.613,0,8.406-2.461,8.406-7.344c0-4.805-2.793-7.188-8.406-7.188H41.246z'/%3E %3Cpath fill='%233D3D3D' d='M74.949,138.266V91.672h16.582c16.652,0,24.98,7.578,24.98,22.715c0,7.266-2.273,13.047-6.816,17.383 c-4.551,4.348-10.586,6.496-18.164,6.496H74.949z M85.496,100.227v29.531h5.227c4.578,0,8.172-1.367,10.77-4.082 c2.59-2.734,3.906-6.465,3.906-11.152c0-4.434-1.301-7.93-3.867-10.488c-2.578-2.539-6.211-3.809-10.871-3.809H85.496z'/%3E %3Cpath fill='%233D3D3D' d='M153.59,100.227h-16.523v11.426h15.207v8.535h-15.207v18.078h-10.555V91.672h27.078V100.227z'/%3E %3C/g%3E %3C/svg%3E");
}
.dashboard-table-link-pdf-disabled {
  display: inline-block;
  padding-left: 18px;
  background-size: 1.1em;
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 3px;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='180px' height='160px' viewBox='0 0 180 160' enable-background='new 0 0 180 160' xml:space='preserve'%3E %3Cpolygon fill='%23888888' points='127.059,0 54.645,0 54.715,59.32 0.191,59.32 0.191,160 127.059,160 '/%3E %3Cpolygon fill='%23888888' points='42.715,9.219 8.621,46.324 42.715,46.324 '/%3E %3Crect x='126.863' y='71.402' fill='%23888888' width='53.328' height='88.539'/%3E %3Cg%3E %3Crect x='10.074' y='81.41' fill='%23FFFFFF' width='160.922' height='67.809'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%233D3D3D' d='M41.246,122.219v16.047H30.699V91.672h16.516c11.828,0,17.715,4.961,17.715,14.844 c0,4.688-1.691,8.477-5.059,11.367c-3.398,2.891-7.922,4.336-13.594,4.336H41.246z M41.246,99.738v14.531h4.164 c5.613,0,8.406-2.461,8.406-7.344c0-4.805-2.793-7.188-8.406-7.188H41.246z'/%3E %3Cpath fill='%233D3D3D' d='M74.949,138.266V91.672h16.582c16.652,0,24.98,7.578,24.98,22.715c0,7.266-2.273,13.047-6.816,17.383 c-4.551,4.348-10.586,6.496-18.164,6.496H74.949z M85.496,100.227v29.531h5.227c4.578,0,8.172-1.367,10.77-4.082 c2.59-2.734,3.906-6.465,3.906-11.152c0-4.434-1.301-7.93-3.867-10.488c-2.578-2.539-6.211-3.809-10.871-3.809H85.496z'/%3E %3Cpath fill='%233D3D3D' d='M153.59,100.227h-16.523v11.426h15.207v8.535h-15.207v18.078h-10.555V91.672h27.078V100.227z'/%3E %3C/g%3E %3C/svg%3E");
}
.dashboard-table-nolink {
  margin: 0px;
}
.dashboard-table-nolink-separator {
  margin: 2px;
}
.dashboard-table-link-pdf-ep {
  display: inline-block;
  padding-left: 18px;
  background-size: 1.1em;
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 3px;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='180px' height='160px' viewBox='0 0 180 160' enable-background='new 0 0 180 160' xml:space='preserve'%3E %3Cpolygon fill='%23C1A34E' points='127.059,0 54.645,0 54.715,59.32 0.191,59.32 0.191,160 127.059,160 '/%3E %3Cpolygon fill='%23C1A34E' points='42.715,9.219 8.621,46.324 42.715,46.324 '/%3E %3Crect x='126.863' y='71.402' fill='%23C1A34E' width='53.328' height='88.539'/%3E %3Cg%3E %3Crect x='10.074' y='81.41' fill='%23FFFFFF' width='160.922' height='67.809'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%233D3D3D' d='M41.246,122.219v16.047H30.699V91.672h16.516c11.828,0,17.715,4.961,17.715,14.844 c0,4.688-1.691,8.477-5.059,11.367c-3.398,2.891-7.922,4.336-13.594,4.336H41.246z M41.246,99.738v14.531h4.164 c5.613,0,8.406-2.461,8.406-7.344c0-4.805-2.793-7.188-8.406-7.188H41.246z'/%3E %3Cpath fill='%233D3D3D' d='M74.949,138.266V91.672h16.582c16.652,0,24.98,7.578,24.98,22.715c0,7.266-2.273,13.047-6.816,17.383 c-4.551,4.348-10.586,6.496-18.164,6.496H74.949z M85.496,100.227v29.531h5.227c4.578,0,8.172-1.367,10.77-4.082 c2.59-2.734,3.906-6.465,3.906-11.152c0-4.434-1.301-7.93-3.867-10.488c-2.578-2.539-6.211-3.809-10.871-3.809H85.496z'/%3E %3Cpath fill='%233D3D3D' d='M153.59,100.227h-16.523v11.426h15.207v8.535h-15.207v18.078h-10.555V91.672h27.078V100.227z'/%3E %3C/g%3E %3C/svg%3E");
}
.dashboard-table-link-pdf-unentitled {
  display: inline-block;
  padding-left: 18px;
  background-size: 1.1em;
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 3px;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='180px' height='160px' viewBox='0 0 180 160' enable-background='new 0 0 180 160' xml:space='preserve'%3E %3Cpolygon fill='%23888888' points='127.367,0 54.74,0 54.799,59.316 0.121,59.316 0.121,160 127.367,160 '/%3E %3Cg%3E %3Cpath fill='%233D3D3D' d='M142.003,160l-30.963-0.039l-10.535-0.457c-15.444-0.729-27.542-12.926-27.542-27.77v-39.84 c0-9.553,7.714-17.343,17.569-17.752c2.112-17.094,17.456-30.4,36.01-30.4c18.544,0,33.879,13.307,35.99,30.402 c9.868,0.424,17.589,8.209,17.589,17.75v39.84c0,14.844-12.116,27.041-27.583,27.77L142.003,160z M102.184,139.48 c1.858,0.004,23.528,0.057,24.357,0.059c0.825-0.002,22.308-0.055,24.342-0.059c0.164-0.01,0.35-0.025,0.371-0.025l1.634-0.131 c4.024-0.736,7.113-3.928,7.113-7.59V94.193l-17.341,0.078v-0.01l-16.104,0.023l-16.152-0.023v0.01l-17.321-0.078v37.541 c0,3.688,3.116,6.896,7.16,7.604l1.53,0.115C101.793,139.455,102.003,139.473,102.184,139.48z'/%3E %3C/g%3E %3Cpolygon fill='%23888888' points='42.758,9.219 8.576,46.328 42.758,46.328 '/%3E %3Cpath fill='%23C1C1C1' d='M161.878,84.363L161.878,84.363c-0.117,0-0.539,0-0.656,0l-8.7,0.039v-6.016 c0-13.379-11.825-24.414-26.168-24.414c-14.373,0-26.198,11.035-26.198,24.414v6.016l-8.67-0.039c-0.118,0-0.588,0-0.716,0l0,0 c-4.418,0.176-7.936,3.574-7.936,7.734c0,0.215,0,16.211,0,16.211v23.629c0,9.531,8.004,17.285,17.958,17.754v-0.039 c0,0,0.735,0.059,1.068,0.059c0.235,0,24.493,0.059,24.493,0.059s24.199-0.059,24.493-0.059c0.304,0,1.028-0.059,1.028-0.059v0.039 c9.964-0.469,17.998-8.223,17.998-17.754v-23.629c0,0,0-15.996,0-16.211C169.873,87.938,166.326,84.539,161.878,84.363z M139.335,84.441l-12.981,0.02l-12.981-0.02v-6.055c0-6.699,5.78-12.246,12.981-12.246c7.171,0,12.981,5.547,12.981,12.246V84.441z' /%3E %3C/svg%3E");
}
.dashboard-table-row-separator {
  font-size: 0.75rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  padding: 4px;
  background-color: #c1c6ca;
}
.dashboard-table-row .text-ellipsis {
  overflow: hidden;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
  text-overflow: ellipsis;
}
.dashboard-table-row .d-inline-block {
  display: inline-block;
  line-height: 1;
  max-width: 85%;
}
input[type="submit"].dashboard-action-button,
input[type="button"].dashboard-action-button {
  font-size: 0.75rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  border: 0 none;
  color: #fff;
  background: linear-gradient(#307de9, #235de3);
  padding: 4px 15px;
}
input[type="submit"].dashboard-action-button:hover,
input[type="button"].dashboard-action-button:hover {
  cursor: pointer;
}
input[type="submit"].dashboard-action-button:focus,
input[type="button"].dashboard-action-button:focus {
  outline: 0;
}
input[type="button"].dashboard-action-button-text {
  font-size: 0.75rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  color: #307EE9;
  background: none;
  border: 0 none;
}
input[type="button"].dashboard-action-button-text:hover {
  cursor: pointer;
  text-decoration: underline;
}
input[type="button"].dashboard-action-button-text:focus {
  outline: 0;
}
.dashboard-button-maximise {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: transparent;
  vertical-align: top;
  height: 16px;
  width: 16px;
  margin-right: 2px;
  margin-left: 2px;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23C1C6CA;%7D .st2%7Bfill:%232C6EE4;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Crect x='0.5' y='0.5' class='st0' width='15' height='15'/%3E %3Cg%3E %3Cpath class='st1' d='M15,1v14H1V1H15 M16,0H0v16h16V0L16,0z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cpath class='st2' d='M9.1,2.7L10.7,4l-2,2L10,7.3l2-2L13.3,7V2.7H9.1z M6,8.7l-2,2L2.7,9.1v4.3H7L5.3,12l2-2L6,8.7z'/%3E %3C/g%3E %3C/svg%3E");
  padding-right: 0px;
}
.dashboard-button-maximise:focus {
  outline: none;
}
.dashboard-tile-is-maximised .dashboard-button-maximise {
  display: none;
}
.dashboard-button-minimise {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: transparent;
  vertical-align: top;
  height: 16px;
  width: 16px;
  margin-right: 2px;
  margin-left: 2px;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' xml:space='preserve'%3E %3Cimage width='188' height='18' xlink:href='data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEAeAB4AAD/7AARRHVja3kAAQAEAAAAHgAA/+4AIUFkb2JlAGTAAAAAAQMA EAMCAwYAAAJ4AAADDAAABaj/2wCEABALCwsMCxAMDBAXDw0PFxsUEBAUGx8XFxcXFx8eFxoaGhoX Hh4jJSclIx4vLzMzLy9AQEBAQEBAQEBAQEBAQEABEQ8PERMRFRISFRQRFBEUGhQWFhQaJhoaHBoa JjAjHh4eHiMwKy4nJycuKzU1MDA1NUBAP0BAQEBAQEBAQEBAQP/CABEIABIAvAMBIgACEQEDEQH/ xAC5AAEAAwADAQAAAAAAAAAAAAAABAUGAQIDBwEAAwEBAQAAAAAAAAAAAAAAAgMFBAABEAABBAED BAEEAwAAAAAAAAADAQIEBQAQEQYSMjM1EyAhQUI0FiYRAAIBAgMGAwMICwAAAAAAAAECAxEEACES EDFRIjITIEFhcRQFgZFCUoKyc7OhsdFywjODo8NEdBIAAQMCAwcDBQAAAAAAAAAAAQARAhAhQWES MVGBscEicnEDc5GhQoIT/9oADAMBAAIRAxEAAADTeEiz1JzGtrbIC6U93TedcciWKi3pmh78d+pj 7TIcxRoE+s95XaStYEO+gzgIUY+yM7sfUx+Zi3P02mI28M7Q7mGNmessyjl3IhUlEOXkBbn/AEKU QKbEmpOz7mR3/9oACAECAAEFAHOE18lzHEF8O2B2zdy4Rd3iRFeEqI87kcQY3EVCqg8mfyNK/wAp vFkbz4/vgeX9v//aAAgBAwABBQBEerRNcjX9e+PzZExv2a9dmvYvSNFRrno1OhFdgPFpK7B9+G8e N7ZPZ+P/2gAIAQEAAQUAgTL2bHm8rC19FezGFwxPiEzldeR+pjWE2WKshxaqvh1sirqYZINfpbTJ MUf+ky0659rSPKCx15C96QP6zafLTgWTx0MUEcNVFr4ZNI1CMFxqwLjzoobQFahpwAVMMkGv0u9L itgyQ1MOHGi6WV+WPIjqdwNeG/XyP3Occ9zry71ulZ63S99+HxZ//9oACAECAgY/AJ6oatM5RjEd oYYkp4R0dXxZT/oC4DxY7cqTJbtiCCcO4B1ICZJ/pqcS3fk3VSL6nkb780AQ6BMRGzAxFwTiiQNw OZG0rTEZ8EfZAi0pXL50n+vIVl8Z5he58cuVIeVJeRUvjPMLiv/aAAgBAwIGPwCLSZ4gkm/0TSOr pko6N96RG89Ch2sNLbPs6AZrCyLKxJxIJwQBTlD3C9hYUjx51Hko+QpL0oPRDyFP/9oACAEBAQY/ AI7pfdI4JCalhJqAVirGmqnlxw0NpCZwKgyE6Qf3RQ1wlnKrXMbZJTORP2j27Hl0s+gFtK0LGnCt MKiQzs7EKoCpUk5D6fgv/h0QhW3jj0Mzag9ZojpoRUdW/Ldj3SeMtGwVrhY+4+uTlqyhObevljtR wNHbz6ZJImMg5iFbJnoSMhmMjiK1lKtJHqqVqV5mZsqgcdsHuoQyzzpCO5XSNYbPlIO8Y/0v7uJr Gd3itoYgyyAgRoaBtcgNKjPTi4+HDWbaNA8ZkIbMaRqWmVHrXwGJLb3lpmCDKoQnc2WdeGO1pX+X r115a/Ur9auIoA2gSB1Zhv0mVtVPaMdmBBGlKUUfr44ms7YFp4QhnlYZkyAkCvsHll8u2S9oOxTX CnB26vm8vb6eD43AhAaWOJFJ3VaJgK4EFYDdRBUhPP29ChRz+daV3YS1c2yX0pItI0EnZ0RhSwOV RQV/RiK1lKtJHqqVqV5mZsqgcdvw/wD7Yf4tj3NyHBhRmZ4iA5RebTnkd3nhJLVWAnVXLSGrkEVU NTLIcNs9hbxFrsMiwkCoo6q1acQTiM3ChZio7iqagN6eC8/pf5PHc/Y/LTZbfb/LfwRfjr9x9tp+ BH9wbZerqi6OvoTp9cJ1dI6+vd9L12f/2Q==' transform='matrix(0.6001 0 0 0.6001 -60 94)'%3E %3C/image%3E %3Cg%3E %3Cg%3E %3Crect x='-45.5' y='0.5' fill='%23FFFFFF' width='23' height='15'/%3E %3Cg%3E %3Cpath fill='%23C1C6CA' d='M-23,1v14h-22V1H-23 M-22,0h-24v16h24V0L-22,0z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cpath fill='%232C6EE4' d='M-31,7v2.2l3.7-3.4L-31,2.5v2c-4.5,0-5.5,5-5.5,5C-35.3,7.2-33.4,7-31,7z'/%3E %3Cpath fill='%232C6EE4' d='M-29.7,9.5v3h-10v-7h4.2c0.3-0.4,0.7-0.7,1.2-1h-6.3v9h12v-5L-29.7,9.5z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Crect x='0.5' y='0.5' fill='%23FFFFFF' width='15' height='15'/%3E %3Cg%3E %3Cpath fill='%23C1C6CA' d='M15,1v14H1V1H15 M16,0H0v16h16V0L16,0z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cpath fill='%232C6EE4' d='M12.9,7.3L11.3,6l2-2L12,2.7l-2,2L8.7,3.1v4.3H12.9z M4,13.3l2-2l1.3,1.6V8.7H3.1L4.7,10l-2,2L4,13.3z'/%3E %3Cimage width='127' height='24' xlink:href='data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/7AARRHVja3kAAQAEAAAAHgAA/+4AIUFkb2JlAGTAAAAAAQMA EAMCAwYAAAIIAAACYQAAA/H/2wCEABALCwsMCxAMDBAXDw0PFxsUEBAUGx8XFxcXFx8eFxoaGhoX Hh4jJSclIx4vLzMzLy9AQEBAQEBAQEBAQEBAQEABEQ8PERMRFRISFRQRFBEUGhQWFhQaJhoaHBoa JjAjHh4eHiMwKy4nJycuKzU1MDA1NUBAP0BAQEBAQEBAQEBAQP/CABEIABgAfwMBIgACEQEDEQH/ xACwAAEBAQEBAQEAAAAAAAAAAAAABQQDAgEGAQEBAQEBAAAAAAAAAAAAAAAAAgMBBBAAAQMEAgEF AAAAAAAAAAAABAECAwAREhMgBTAzFDQVBhEAAgECAwQGBQ0AAAAAAAAAAQIDERIAIQQxIjITEDBB UYEUYUKyswWhscFiIzNzo9M0dJTlEgABAQQIBQUBAAAAAAAAAAABABExQQIgIVFhoeESIvBxgdEy wUKSwtID/9oADAMBAAIRAxEAAAD9qlffRlZ5+8eOlMT0AADn0yytYqpmbSKXgmqGMzqmIoAADjiN Y1aSK//aAAgBAgABBQBkOSo1VTgkWTNDVczdZM8eDNuL8sv/2gAIAQMAAQUAdJZFVL8FfZ2x1na7 rjfg7C7bW//aAAgBAQABBQAdB3qbIICK6MdlSMHWLwSTNjfQ3YQkhfYQV3Hwe6MkmFIYj1HKGIZ4 C/X6UySEXrW5/mfa1OCIZDL1Qc1bYtcQYYjPAQPvqLo4oaACjBGr/9oACAECAgY/AJDAzATC7b+k SBUH0dQhD5H6qcV7f6TSjkENLoOuywUzPH3WUdvj0vt64o6vJtfNf//aAAgBAwIGPwCa0Asx7Jlt Fh4d3Urq5QUW+t+aDXwo1v4yQY6C/9oACAEBAQY/ABCYwXSKORiVFCJLgPHcOH1UsQaOOlQqqW3i FyrTvwKxDPuS75gcSWxgEIxBKFezvIHUxIwNZmKLTvCtJn4L0LrUVxE1aLaWfJrOGO47Rjgn/rzf p41n8bR+9kx8V0rBRHpvL2EVuPMKsbs8LUVpXYAfaUj5RiYae4lYzeSiraTXcNoG9ls6nRfjt7mb HwrSqFMep8xeTW4csswtzxGtt9bt22+v2x9XlTewfpx+3/I/zcWy6lo1kijjlRGQAiMl1rcrEEFu w4n5mtkbzVnP3oRdy+DZHlT0Ys54LUpeSt1acWWVfDEpgmzeMq6lwb2z3z9Y16mMiRomia9HS2tb WT11YbGPZiDl6mdfK38j7o28zj2xZ19OF00Ts8aklb6VFTUjdVe3o//Z' transform='matrix(0.9999 0 0 0.9999 -78 57)'%3E %3C/image%3E %3Cg%3E %3Cg%3E %3Crect x='-158.5' y='-31.5' fill='%23FFFFFF' width='23' height='15'/%3E %3Cg%3E %3Cpath fill='%23C1C6CA' d='M-136-31v14h-22v-14H-136 M-135-32h-24v16h24V-32L-135-32z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Crect x='-143.8' y='-29.5' fill='%232C6EE4' width='5' height='1'/%3E %3Crect x='-143.8' y='-27.5' fill='%232C6EE4' width='5' height='1'/%3E %3Crect x='-143.8' y='-25.5' fill='%232C6EE4' width='5' height='1'/%3E %3Crect x='-143.8' y='-23.5' fill='%232C6EE4' width='5' height='1'/%3E %3C/g%3E %3Cpolygon fill='%232C6EE4' points='-145.8,-19.5 -145.8,-27.5 -147.8,-27.5 -147.8,-19.5 -148.8,-19.5 -148.8,-25.5 -150.8,-25.5 -150.8,-19.5 -151.8,-19.5 -151.8,-23.5 -153.8,-23.5 -153.8,-19.5 -154.3,-19.5 -154.3,-27.5 -155.3,-27.5 -155.3,-18.5 -153.8,-18.5 -151.8,-18.5 -150.8,-18.5 -148.8,-18.5 -147.8,-18.5 -145.8,-18.5 -145.3,-18.5 -145.3,-19.5 '/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Crect x='-72.5' y='-35.5' fill='%23FFFFFF' width='23' height='15'/%3E %3Cg%3E %3Cpath fill='%23C1C6CA' d='M-50-35v14h-22v-14H-50 M-49-36h-24v16h24V-36L-49-36z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath fill='%232C6EE4' d='M-57-33.4c-1.9,0-3.4,1.5-3.4,3.4c0,1.9,1.5,3.4,3.4,3.4c1.9,0,3.4-1.5,3.4-3.4 C-53.6-31.9-55.1-33.4-57-33.4z M-55.8-28.1l-1.2-1.2l-1.2,1.2l-0.7-0.7l1.2-1.2l-1.2-1.2l0.7-0.7l1.2,1.2l1.2-1.2l0.7,0.7 l-1.2,1.2l1.2,1.2L-55.8-28.1z'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%232C6EE4' d='M-57.4-25.7v2h-10v-7h6.1c0.1-0.3,0.1-0.7,0.3-1h-7.3v9h12v-3.1c-0.2,0-0.4,0.1-0.6,0.1 C-57.1-25.6-57.2-25.7-57.4-25.7z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Crect x='-158.5' y='-2.5' fill='%23FFFFFF' width='23' height='15'/%3E %3Cg%3E %3Cpath fill='%23C1C6CA' d='M-136-2v14h-22V-2H-136 M-135-3h-24v16h24V-3L-135-3z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Crect x='-143.9' y='-0.5' fill='%23C1C6CA' width='5' height='1'/%3E %3Crect x='-143.9' y='1.5' fill='%23C1C6CA' width='5' height='1'/%3E %3Cpolygon fill='%232C6EE4' points='-138.6,5.1 -139.3,4.4 -141.1,6.1 -142.9,4.4 -143.6,5.1 -141.8,6.8 -143.6,8.6 -142.9,9.3 -141.1,7.5 -139.3,9.3 -138.6,8.6 -140.4,6.8 '/%3E %3Cg%3E %3Cpolygon fill='%23C1C6CA' points='-138.9,3.8 -138.9,3.5 -139.2,3.5 '/%3E %3Cpolygon fill='%23C1C6CA' points='-139.5,3.5 -142.7,3.5 -142.2,4.1 -141.7,4.5 -140.5,4.5 -140.1,4.1 '/%3E %3Cpolygon fill='%23C1C6CA' points='-143.6,4.1 -143,3.5 -143.9,3.5 -143.9,4.3 '/%3E %3C/g%3E %3Cpolygon fill='%232C6EE4' points='-145.9,9.5 -145.9,1.5 -147.9,1.5 -147.9,9.5 -148.9,9.5 -148.9,3.5 -150.9,3.5 -150.9,9.5 -151.9,9.5 -151.9,5.5 -153.9,5.5 -153.9,9.5 -154.4,9.5 -154.4,1.5 -155.4,1.5 -155.4,10.5 -153.9,10.5 -151.9,10.5 -150.9,10.5 -148.9,10.5 -147.9,10.5 -145.9,10.5 -145.4,10.5 -145.4,9.5 '/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Crect x='-111.5' y='0.5' fill='%23FFFFFF' width='23' height='15'/%3E %3Cg%3E %3Cpath fill='%23C1C6CA' d='M-89,1v14h-22V1H-89 M-88,0h-24v16h24V0L-88,0z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cpolygon fill='%232C6EE4' points='-96.6,11.5 -96.6,12.5 -106.6,12.5 -106.6,5.5 -105.6,5.5 -105.6,4.5 -107.6,4.5 -107.6,13.5 -95.6,13.5 -95.6,11.5 '/%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='%232C6EE4' points='-92.4,2.5 -95.4,2.5 -95.4,3.5 -93.4,3.5 -93.4,5.5 -92.4,5.5 -92.4,2.5 '/%3E %3Cpolygon fill='%232C6EE4' points='-97.4,2.5 -99.4,2.5 -99.4,3.5 -97.4,3.5 -97.4,2.5 '/%3E %3Cpolygon fill='%232C6EE4' points='-101.4,2.5 -104.4,2.5 -104.4,5.5 -103.4,5.5 -103.4,3.5 -101.4,3.5 -101.4,2.5 '/%3E %3Cpolygon fill='%232C6EE4' points='-104.4,7.5 -104.4,9.5 -104.4,9.5 -104.4,10.5 -101.4,10.5 -101.4,9.5 -103.4,9.5 -103.4,7.5 '/%3E %3Cpolygon fill='%232C6EE4' points='-97.4,9.5 -99.4,9.5 -99.4,10.5 -97.4,10.5 -97.4,9.5 '/%3E %3Cpolygon fill='%232C6EE4' points='-93.4,7.5 -93.4,9.5 -95.4,9.5 -95.4,10.5 -93.4,10.5 -92.4,10.5 -92.4,9.5 -92.4,7.5 '/%3E %3C/g%3E %3Cpolygon fill='%232C6EE4' points='-96.4,6 -97.9,6 -97.9,4.5 -98.9,4.5 -98.9,6 -100.4,6 -100.4,7 -98.9,7 -98.9,8.5 -97.9,8.5 -97.9,7 -96.4,7 '/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Crect x='-18.5' y='-36' fill='%23FFFFFF' width='15' height='16'/%3E %3Cpolygon fill='%232C6EE4' points='-11,-25.2 -7.8,-30.8 -14.2,-30.8 '/%3E %3Cpolygon fill='%23C1C6CA' points='-18.5,-36 -18.5,-35 -4.5,-35 -4.5,-21 -18.5,-21 -18.5,-20 -3.5,-20 -3.5,-36 '/%3E %3C/g%3E %3C/svg%3E");
  display: none;
  padding-right: 0px;
}
.dashboard-button-minimise:focus {
  outline: none;
}
.dashboard-tile-is-maximised .dashboard-button-minimise {
  display: inline-block;
}
.dashboard-text-button {
  font-size: 0.75rem;
  color: #307EE9;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #c1c6ca;
  background: #fff;
  padding: 4px 6px;
}
.dashboard-text-button.dashboard-text-button-disabled {
  color: #c1c6ca;
  cursor: auto;
}
.dashboard-tile-tooltip {
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IlRydWUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NzQxNEZGQTc4RDBFMzExOUY2M0I4MENFOURGOUY5MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NkQxRDIyRkQ2MjMxMUUzODc4OUFGOUFCRkI4MUVCMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NkQxRDIyRUQ2MjMxMUUzODc4OUFGOUFCRkI4MUVCMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCMDEzRkJCMUZENkUzMTE5MUMyQjBGNDdBMjQ1QzlCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjc3NDE0RkZBNzhEMEUzMTE5RjYzQjgwQ0U5REY5RjkzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qIJolwAAAM9JREFUeNpi/P//PwM5gAVEGNa/gvE5gTgDiCOBWAcqdhWIlwDxTCD+ARI43ygG0QgFMkC8DYh10Qw3geJkIPYD4gcgQSaoJDsQb0XTxAjFMKALNZgDWWMqEOsR4TVNqFfgGqOxKPoPxeggGh44QKCPJsmIZgAy0Ea28T8W23CBf8gar5AQhVeQNS4hQeMyZI2zgPgMDj8isy9CEwJc408g9gfiC2ghihyy54HYC6oWrhEEngGxORBnAvFJIP4GxSB2NhBbQNVAnEFuIgcIMAB/ly6OZPzxdgAAAABJRU5ErkJggg==);
  display: inline-block;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
  z-index: 10;
}
.dashboard-tile-tooltip:hover {
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IlRydWUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NzQxNEZGQTc4RDBFMzExOUY2M0I4MENFOURGOUY5MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MkExRjUyOEQ2MjMxMUUzQTJGNkQ3NDhBM0VEMThCQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MkExRjUyN0Q2MjMxMUUzQTJGNkQ3NDhBM0VEMThCQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCMDEzRkJCMUZENkUzMTE5MUMyQjBGNDdBMjQ1QzlCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjc3NDE0RkZBNzhEMEUzMTE5RjYzQjgwQ0U5REY5RjkzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nVFarwAAANNJREFUeNpi/P//PwM5gAWZM2OrKieQygDiSCDWgQpfBeIlQDwzw/v2D5haRpiNQE0yQGobEOvisOQyEPsBNT+AawRqYgeyTwGxHkwVUAEj1EBkv1wHYiOQzUxQgVRkTXiAJtQrcD9Go6tAswkZgNROgGnUR5aBOROHAdogAubU/0TaBgL/kDVeISEKryBrXEKCxmXIGmcB8RlsfkRmA8FFUEJATwBSQGorEBvgsOk8EPsADXqGohGqmQ1IJQFxAlIKAqWYRUA8B6jpF0aSIxUABBgA0GlMjoThLyQAAAAASUVORK5CYII=);
}
.dashboard-tile-tooltip:before,
.dashboard-tile-tooltip:after {
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  border-top: 7px solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 0;
  visibility: hidden;
}
.dashboard-tile-tooltip:before {
  border-right: 7px solid #888;
  left: 17px;
}
.dashboard-tile-tooltip:after {
  border-right: 7px solid white;
  left: 18px;
  z-index: 1;
}
.dashboard-tile-tooltip-text {
  background-color: #fff;
  border: 1px solid #888;
  display: none;
  padding: 5px;
  margin: -10px 0 0 24px;
  width: 160px;
  position: absolute;
  z-index: 1;
}
.dashboard-tile-tooltip:hover:before,
.dashboard-tile-tooltip:hover:after {
  visibility: visible;
}
.dashboard-tile-tooltip:hover .dashboard-tile-tooltip-text {
  display: block;
}
.dashboard-tile-is-maximised > :not(.grid-item-maximised) {
  display: none;
}
.grid-1x1 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 16.66666667%;
  width: 8.33333333%;
}
.grid-1x1.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-1x2 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 33.33333333%;
  width: 8.33333333%;
}
.grid-1x2.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-1x3 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 50%;
  width: 8.33333333%;
}
.grid-1x3.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-1x4 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 66.66666667%;
  width: 8.33333333%;
}
.grid-1x4.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-1x5 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 83.33333333%;
  width: 8.33333333%;
}
.grid-1x5.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-1x6 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 100%;
  width: 8.33333333%;
}
.grid-1x6.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-2x1 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 16.66666667%;
  width: 16.66666667%;
}
.grid-2x1.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-2x2 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 33.33333333%;
  width: 16.66666667%;
}
.grid-2x2.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-2x3 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 50%;
  width: 16.66666667%;
}
.grid-2x3.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-2x4 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 66.66666667%;
  width: 16.66666667%;
}
.grid-2x4.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-2x5 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 83.33333333%;
  width: 16.66666667%;
}
.grid-2x5.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-2x6 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 100%;
  width: 16.66666667%;
}
.grid-2x6.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-3x1 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 16.66666667%;
  width: 25%;
}
.grid-3x1.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-3x2 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 33.33333333%;
  width: 25%;
}
.grid-3x2.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-3x3 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 50%;
  width: 25%;
}
.grid-3x3.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-3x4 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 66.66666667%;
  width: 25%;
}
.grid-3x4.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-3x5 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 83.33333333%;
  width: 25%;
}
.grid-3x5.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-3x6 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 100%;
  width: 25%;
}
.grid-3x6.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-4x1 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 16.66666667%;
  width: 33.33333333%;
}
.grid-4x1.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-4x2 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 33.33333333%;
  width: 33.33333333%;
}
.grid-4x2.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-4x3 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 50%;
  width: 33.33333333%;
}
.grid-4x3.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-4x4 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 66.66666667%;
  width: 33.33333333%;
}
.grid-4x4.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-4x5 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 83.33333333%;
  width: 33.33333333%;
}
.grid-4x5.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-4x6 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 100%;
  width: 33.33333333%;
}
.grid-4x6.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-5x1 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 16.66666667%;
  width: 41.66666667%;
}
.grid-5x1.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-5x2 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 33.33333333%;
  width: 41.66666667%;
}
.grid-5x2.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-5x3 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 50%;
  width: 41.66666667%;
}
.grid-5x3.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-5x4 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 66.66666667%;
  width: 41.66666667%;
}
.grid-5x4.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-5x5 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 83.33333333%;
  width: 41.66666667%;
}
.grid-5x5.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-5x6 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 100%;
  width: 41.66666667%;
}
.grid-5x6.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-6x1 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 16.66666667%;
  width: 50%;
}
.grid-6x1.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-6x2 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 33.33333333%;
  width: 50%;
}
.grid-6x2.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-6x3 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 50%;
  width: 50%;
}
.grid-6x3.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-6x4 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 66.66666667%;
  width: 50%;
}
.grid-6x4.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-6x5 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 83.33333333%;
  width: 50%;
}
.grid-6x5.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-6x6 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 100%;
  width: 50%;
}
.grid-6x6.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-7x1 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 16.66666667%;
  width: 58.33333333%;
}
.grid-7x1.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-7x2 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 33.33333333%;
  width: 58.33333333%;
}
.grid-7x2.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-7x3 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 50%;
  width: 58.33333333%;
}
.grid-7x3.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-7x4 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 66.66666667%;
  width: 58.33333333%;
}
.grid-7x4.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-7x5 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 83.33333333%;
  width: 58.33333333%;
}
.grid-7x5.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-7x6 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 100%;
  width: 58.33333333%;
}
.grid-7x6.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-8x1 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 16.66666667%;
  width: 66.66666667%;
}
.grid-8x1.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-8x2 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 33.33333333%;
  width: 66.66666667%;
}
.grid-8x2.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-8x3 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 50%;
  width: 66.66666667%;
}
.grid-8x3.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-8x4 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 66.66666667%;
  width: 66.66666667%;
}
.grid-8x4.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-8x5 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 83.33333333%;
  width: 66.66666667%;
}
.grid-8x5.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-8x6 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 100%;
  width: 66.66666667%;
}
.grid-8x6.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-9x1 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 16.66666667%;
  width: 75%;
}
.grid-9x1.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-9x2 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 33.33333333%;
  width: 75%;
}
.grid-9x2.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-9x3 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 50%;
  width: 75%;
}
.grid-9x3.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-9x4 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 66.66666667%;
  width: 75%;
}
.grid-9x4.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-9x5 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 83.33333333%;
  width: 75%;
}
.grid-9x5.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-9x6 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 100%;
  width: 75%;
}
.grid-9x6.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-10x1 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 16.66666667%;
  width: 83.33333333%;
}
.grid-10x1.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-10x2 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 33.33333333%;
  width: 83.33333333%;
}
.grid-10x2.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-10x3 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 50%;
  width: 83.33333333%;
}
.grid-10x3.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-10x4 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 66.66666667%;
  width: 83.33333333%;
}
.grid-10x4.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-10x5 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 83.33333333%;
  width: 83.33333333%;
}
.grid-10x5.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-10x6 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 100%;
  width: 83.33333333%;
}
.grid-10x6.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-11x1 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 16.66666667%;
  width: 91.66666667%;
}
.grid-11x1.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-11x2 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 33.33333333%;
  width: 91.66666667%;
}
.grid-11x2.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-11x3 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 50%;
  width: 91.66666667%;
}
.grid-11x3.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-11x4 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 66.66666667%;
  width: 91.66666667%;
}
.grid-11x4.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-11x5 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 83.33333333%;
  width: 91.66666667%;
}
.grid-11x5.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-11x6 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 100%;
  width: 91.66666667%;
}
.grid-11x6.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-12x1 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 16.66666667%;
  width: 100%;
}
.grid-12x1.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-12x2 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 33.33333333%;
  width: 100%;
}
.grid-12x2.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-12x3 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 50%;
  width: 100%;
}
.grid-12x3.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-12x4 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 66.66666667%;
  width: 100%;
}
.grid-12x4.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-12x5 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 83.33333333%;
  width: 100%;
}
.grid-12x5.grid-item-maximised {
  height: 100%;
  width: 100%;
}
.grid-12x6 {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 4px;
  height: 100%;
  width: 100%;
}
.grid-12x6.grid-item-maximised {
  height: 100%;
  width: 100%;
}
/*.generate-grids(@n, @i: 1) when (@i =< @n) {
	.grid-@{i}x2 {
		.grid-item();
		.grid-height-full();
		width: (@i * 100% / @n);
	}
	.grid-@{i}x1 {
		.grid-item();
		.grid-height-half();
		width: (@i * 100% / @n);
	}
	.generate-grids(@n, (@i + 1));
}*/
.chart-flyout {
  position: absolute;
  display: block;
  width: 90%;
  text-align: center;
  margin-top: 10px;
}
.chart-flyout-active .chart-flyout {
  z-index: 15;
}
.chart-flyout-screen {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 15;
}
.chart-flyout-active .chart-flyout-screen {
  display: block;
}
.chart-flyout-options-panel {
  position: absolute;
  pointer-events: all;
  background: #fff;
  border: 1px solid #c0c0c0;
  padding: 10px;
  min-width: 278px;
  min-height: 77px;
  margin-bottom: 10px;
}
.chart-flyout-options-list {
  max-height: 360px;
  overflow-y: scroll;
  border-top: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
}
.chart-flyout-option {
  text-align: left;
  margin-bottom: 2px;
}
.chart-flyout-option:hover {
  background: #f2f2f2;
}
.chart-flyout-option .ui-match {
  color: #97B424;
}
.chart-flyout-option-selected {
  border-left: 3px solid #97B424;
}
.chart-flyout-handle {
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  width: 13px;
  padding: 3px;
  border: solid 1px silver;
  background: no-repeat scroll 3px 3px #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAIAAAD9iXMrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2QkYwQ0U5MjUxMjVFMzExQTA1MDlGOEEyMzRBNkRCNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMkEzNEM5NTJGNjQxMUUzODE3M0JFRjQ3MjVDOTAwNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMkEzNEM5NDJGNjQxMUUzODE3M0JFRjQ3MjVDOTAwNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVDMDgxRUI0NTcyRkUzMTE5NDg5REJGOURCQTA0NEMxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZCRjBDRTkyNTEyNUUzMTFBMDUwOUY4QTIzNEE2REI1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+p8tEWwAAAFpJREFUeNpiNKx/yUAEYGIgDtBa3ewEQWMFVsLqgIqAShckCzpqshO2V0+WtTecv8aXlwkmz4JV3fVnf6bu+3Lszi+4CLq6my/+zNj/9eDNn2jijIM8nAECDABnPRjxI+vKKgAAAABJRU5ErkJggg==);
}
.chart-flyout-active .chart-flyout-handle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAIAAAD9iXMrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2QkYwQ0U5MjUxMjVFMzExQTA1MDlGOEEyMzRBNkRCNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMjQzNTIzRDJGNjQxMUUzODE3M0JFRjQ3MjVDOTAwNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMjQzNTIzQzJGNjQxMUUzODE3M0JFRjQ3MjVDOTAwNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVDMDgxRUI0NTcyRkUzMTE5NDg5REJGOURCQTA0NEMxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZCRjBDRTkyNTEyNUUzMTFBMDUwOUY4QTIzNEE2REI1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+scnHhQAAAFxJREFUeNpinL5FhYEIwMRAHKC1Oj+LpVLCZoTVARUBlQZarVKUcCNsr7igobvxVDvdZkZGZogIC1Z1rz9eOXWz//HrQ3ARdHVvPl0/c2vig5d70cQZB3k4AwQYAJQ9GQoQFGq3AAAAAElFTkSuQmCC);
}
.chart-flyout-handle:hover {
  cursor: pointer;
}
.chart-flyout-link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 330px;
  font-family: Arial, Arial Regular, sans-serif;
  color: #000;
  font-size: 12px;
  padding: 9px 4px;
  display: block;
}
.chart-flyout-link:hover {
  color: #000;
}
@media screen and (max-height: 600px) {
  .chart-flyout-link {
    margin: 6px 4px;
  }
}
.chart-flyout-label {
  display: inline-block;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 1.5rem;
  line-height: 1.5em;
  text-align: center;
}
.chart-flyout-label.chart-flyout-label-right {
  display: none;
}
@media screen and (min-height: 721px) and (max-height: 900px) {
  .chart-flyout-label {
    width: auto;
  }
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .chart-flyout-label {
    width: 85px;
  }
}
@media screen and (max-height: 600px) {
  .chart-flyout-label {
    margin-left: 0;
  }
}
.chart-flyout-controls {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.chart-flyout-left {
  transform: rotate(-90deg) translate3d(0, 0, 0);
  transform-origin: top left;
  bottom: 0;
  left: 0;
  margin-left: 30px;
  margin-top: 250px;
  height: 3.2rem;
  width: auto;
  z-index: 1;
  text-align: left;
  padding-top: 0;
}
@media screen and (min-height: 721px) and (max-height: 900px) {
  .chart-flyout-left {
    margin-left: 45px;
    margin-top: 195px;
  }
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .chart-flyout-left {
    margin-left: 45px;
    margin-top: 180px;
  }
}
@media screen and (max-height: 600px) {
  .chart-flyout-left {
    height: 1rem;
  }
}
.grid-12x6 .chart-flyout-left,
.grid-item-maximised .chart-flyout-left {
  top: auto;
  bottom: 0;
  text-align: center;
}
.grid-12x6 .chart-flyout-left .chart-flyout-label,
.grid-item-maximised .chart-flyout-left .chart-flyout-label {
  width: auto;
}
.chart-flyout-left .chart-flyout-controls {
  transform: rotate(90deg);
}
.chart-flyout-left .chart-flyout-label {
  width: 60%;
}
.chart-flyout-left .chart-flyout-label.chart-flyout-label-left {
  display: none;
}
.chart-flyout-left .chart-flyout-label.chart-flyout-label-right {
  display: inline-block;
}
.chart-comparison-flyout-screen .chart-flyout-option {
  border-left: 3px solid #fff;
}
.chart-comparison-flyout-screen .chart-flyout-option.chart-flyout-option-selected {
  border-left: 3px solid #97B424;
}
.chart-comparison-flyout-screen .chart-flyout-link {
  display: inline-block;
  vertical-align: middle;
}
.chart-comparison-flyout-screen .chart-flyout-checkbox {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 8px 0 8px 4px;
  vertical-align: middle;
}
@media screen and (max-height: 600px) {
  .chart-comparison-flyout-screen .chart-flyout-checkbox {
    margin: 2px 0 2px 4px;
  }
}
.chart-comparison-flyout-screen .chart-flyout-option .chart-flyout-checkbox {
  /* blank checkbox */
  /* maybe this image should be moved */
  background-image: url(data:image/png;base64,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);
}
.chart-comparison-flyout-screen .chart-flyout-option-selected .chart-flyout-checkbox {
  /* checked checkbox */
  background-position-x: -16px;
}
.chart-flyout-empty-list {
  width: 16em;
  color: #b1b3b6;
}
.chart-flyout-empty-text {
  margin: 5px 0;
}
.combination-chart-flyout-screen .chart-flyout-link {
  display: inline-block;
  vertical-align: middle;
}
.combination-chart-flyout-screen .chart-flyout-checkbox {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 8px 0 8px 4px;
  vertical-align: middle;
}
@media screen and (max-height: 600px) {
  .combination-chart-flyout-screen .chart-flyout-checkbox {
    margin: 2px 0 2px 4px;
  }
}
.combination-chart-flyout-screen .chart-flyout-checkbox.chart-flyout-checkbox-selected {
  background-position-x: -16px;
}
.combination-chart-flyout-screen .chart-flyout-checkbox {
  /* blank checkbox */
  /* maybe this image should be moved */
  background-image: url(data:image/png;base64,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);
}
.chart-flyout-right {
  transform: rotate(-90deg) translate3d(0, 0, 0);
  transform-origin: top left;
  bottom: 0;
  right: 0;
  margin-left: 30px;
  height: 3.2rem;
  width: auto;
  z-index: 1;
  text-align: left;
}
@media screen and (min-height: 721px) and (max-height: 900px) {
  .chart-flyout-right {
    margin-left: 45px;
  }
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .chart-flyout-right {
    margin-left: 45px;
  }
}
.grid-12x6 .chart-flyout-right,
.grid-item-maximised .chart-flyout-right {
  top: auto;
  bottom: 0;
  text-align: center;
}
.grid-12x6 .chart-flyout-right .chart-flyout-label,
.grid-item-maximised .chart-flyout-right .chart-flyout-label {
  width: auto;
}
.chart-flyout-right .chart-flyout-controls {
  transform: rotate(90deg);
}
.chart-flyout-right .chart-flyout-label.chart-flyout-label-left {
  display: none;
}
.chart-flyout-right .chart-flyout-label.chart-flyout-label-right {
  display: inline-block;
}
.dropdownSelector {
  height: unset;
  max-width: 80%;
  font-size: 1em;
}
.dropdownSelector-narrow .dropdownSelector {
  max-width: 14em;
}
.info-tooltip {
  display: inline;
  width: 90%;
  margin-top: 10px;
}
.info-tooltip-screen {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 15;
}
.info-tooltip-active .info-tooltip-screen {
  display: block;
}
.info-tooltip-panel {
  position: absolute;
  border: solid 1px #000;
  left: 0;
  background: #fff;
  margin-top: -2rem;
  line-height: 1.5rem;
  pointer-events: initial;
}
.info-tooltip-panel:before {
  border-right: 8px solid #000000;
  margin-right: 0;
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-top: 8px solid rgba(0, 0, 0, 0);
  content: "";
  top: 2rem;
  left: 0;
  margin-left: -8px;
  position: absolute;
}
.info-tooltip-panel:after {
  border-right: 8px solid #FFFFFF;
  margin-left: -7px;
  margin-right: 0;
  z-index: 1;
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-top: 8px solid rgba(0, 0, 0, 0);
  content: "";
  top: 2rem;
  left: 0;
  position: absolute;
}
.info-tooltip-text {
  padding: 2em 1em 1em;
}
.info-tooltip-icon {
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IlRydWUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NzQxNEZGQTc4RDBFMzExOUY2M0I4MENFOURGOUY5MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NkQxRDIyRkQ2MjMxMUUzODc4OUFGOUFCRkI4MUVCMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NkQxRDIyRUQ2MjMxMUUzODc4OUFGOUFCRkI4MUVCMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCMDEzRkJCMUZENkUzMTE5MUMyQjBGNDdBMjQ1QzlCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjc3NDE0RkZBNzhEMEUzMTE5RjYzQjgwQ0U5REY5RjkzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qIJolwAAAM9JREFUeNpi/P//PwM5gAVEGNa/gvE5gTgDiCOBWAcqdhWIlwDxTCD+ARI43ygG0QgFMkC8DYh10Qw3geJkIPYD4gcgQSaoJDsQb0XTxAjFMKALNZgDWWMqEOsR4TVNqFfgGqOxKPoPxeggGh44QKCPJsmIZgAy0Ea28T8W23CBf8gar5AQhVeQNS4hQeMyZI2zgPgMDj8isy9CEwJc408g9gfiC2ghihyy54HYC6oWrhEEngGxORBnAvFJIP4GxSB2NhBbQNVAnEFuIgcIMAB/ly6OZPzxdgAAAABJRU5ErkJggg==);
  display: inline-block;
  margin-bottom: -4px;
}
.info-tooltip-open:hover {
  cursor: pointer;
}
.info-tooltip-open:hover .info-tooltip-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IlRydWUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NzQxNEZGQTc4RDBFMzExOUY2M0I4MENFOURGOUY5MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MkExRjUyOEQ2MjMxMUUzQTJGNkQ3NDhBM0VEMThCQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MkExRjUyN0Q2MjMxMUUzQTJGNkQ3NDhBM0VEMThCQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCMDEzRkJCMUZENkUzMTE5MUMyQjBGNDdBMjQ1QzlCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjc3NDE0RkZBNzhEMEUzMTE5RjYzQjgwQ0U5REY5RjkzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nVFarwAAANNJREFUeNpi/P//PwM5gAWZM2OrKieQygDiSCDWgQpfBeIlQDwzw/v2D5haRpiNQE0yQGobEOvisOQyEPsBNT+AawRqYgeyTwGxHkwVUAEj1EBkv1wHYiOQzUxQgVRkTXiAJtQrcD9Go6tAswkZgNROgGnUR5aBOROHAdogAubU/0TaBgL/kDVeISEKryBrXEKCxmXIGmcB8RlsfkRmA8FFUEJATwBSQGorEBvgsOk8EPsADXqGohGqmQ1IJQFxAlIKAqWYRUA8B6jpF0aSIxUABBgA0GlMjoThLyQAAAAASUVORK5CYII=);
}
.info-tooltip-active .info-tooltip-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IlRydWUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NzQxNEZGQTc4RDBFMzExOUY2M0I4MENFOURGOUY5MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MkExRjUyOEQ2MjMxMUUzQTJGNkQ3NDhBM0VEMThCQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MkExRjUyN0Q2MjMxMUUzQTJGNkQ3NDhBM0VEMThCQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCMDEzRkJCMUZENkUzMTE5MUMyQjBGNDdBMjQ1QzlCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjc3NDE0RkZBNzhEMEUzMTE5RjYzQjgwQ0U5REY5RjkzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nVFarwAAANNJREFUeNpi/P//PwM5gAWZM2OrKieQygDiSCDWgQpfBeIlQDwzw/v2D5haRpiNQE0yQGobEOvisOQyEPsBNT+AawRqYgeyTwGxHkwVUAEj1EBkv1wHYiOQzUxQgVRkTXiAJtQrcD9Go6tAswkZgNROgGnUR5aBOROHAdogAubU/0TaBgL/kDVeISEKryBrXEKCxmXIGmcB8RlsfkRmA8FFUEJATwBSQGorEBvgsOk8EPsADXqGohGqmQ1IJQFxAlIKAqWYRUA8B6jpF0aSIxUABBgA0GlMjoThLyQAAAAASUVORK5CYII=);
}
.info-tooltip-close {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAB7SURBVHjaYmBgYGAG4qVAHPL//38GdAwEWkC8C4hFQZxwIAaJ/kTXAFX4CirfCxNsRNeApnAjELMhm4KsoQBdIVgNmrUwDf/RFWJTrAvEX6EK/wJxBIo8mkKY1TeweRqbQohnsHsaUyEOT4eABAygilEUomn4A1IMEGAAIJGZqGoddBkAAAAASUVORK5CYII=) no-repeat top right transparent;
  cursor: pointer;
  height: 10px;
  padding: 0;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 11px;
}
.comboSelector {
  display: inline-block;
  position: relative;
  top: -1px;
}
.comboSelector-input {
  width: 38px;
  padding: 0 0 0 4px;
  border: none;
  position: absolute;
  top: 2px;
  left: 1px;
}
.comboSelector-input:focus {
  outline: none;
  border: 0 none;
}
.comboSelector-select {
  min-width: 60px;
  height: 1.1rem;
}
.eco-model-warning-text {
  color: #DD7700;
}
.eco-model-button,
.eco-model-list {
  color: #307EE9;
  font-weight: bold;
  font-size: 0.75rem;
  cursor: pointer;
  border: 1px solid #c1c6ca;
  margin: 5px 0 0;
  background: #fff;
  line-height: 18px;
  text-align: left;
  display: inline-block;
  padding-left: 6px;
  position: relative;
}
.eco-model-list {
  width: 265px;
}
.eco-model-button-disabled {
  color: #c1c6ca;
  cursor: auto;
}
.eco-model-list-icon {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2QkYwQ0U5MjUxMjVFMzExQTA1MDlGOEEyMzRBNkRCNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozOUMzQzY0OTJGNjgxMUUzODdBRERBQjQxOTM0MzM2MiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozOUMzQzY0ODJGNjgxMUUzODdBRERBQjQxOTM0MzM2MiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVDMDgxRUI0NTcyRkUzMTE5NDg5REJGOURCQTA0NEMxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZCRjBDRTkyNTEyNUUzMTFBMDUwOUY4QTIzNEE2REI1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qELhQQAAAKNJREFUeNpi/P//PwM1ABMDlcAwNogFXUA3/2kKkJpNQN8/IDa5PFH6PD4XzQfiSwQMWoZsCFaDgAr+AqkiPIb8AOIaosIIaNheILUJh0FTgfIPSQnsUiD+jSb2HohbSYo1oK23QLajCbcCxd+TE/1NQPwWyn6IxWDiDILa3gjlVgP5P4hOR1jAdCC2AOLleFWBcj8hrJP3hJGQGsbhW4wABBgAA0ZiFrDBtXIAAAAASUVORK5CYII=);
  float: right;
}
.eco-model-button-dropdown-menu {
  display: none;
  background-color: #fff;
  z-index: 1;
  left: -1px;
  top: 18px;
  position: absolute;
  border: solid 1px #c1c6ca;
  padding: 7px;
  white-space: nowrap;
  box-sizing: border-box;
  width: calc(100% + 2px);
}
.eco-model-button-dropdown-menu-active {
  display: block;
}
.eco-model-button-dropdown-menu-item {
  display: block;
  margin-bottom: 7px;
}
.eco-model-button-dropdown-menu-item:last-child {
  margin-bottom: 0;
}
.eco-model-list-link {
  color: #307EE9;
  font-weight: bold;
  font-size: 0.75rem;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.eco-model-list-link:hover {
  color: #888;
}
.eco-model-list-link-disabled {
  color: #c1c6ca;
  cursor: auto;
}
.fiscal-term-button,
.fiscal-term-list {
  color: #307EE9;
  font-weight: bold;
  font-size: 0.75rem;
  cursor: pointer;
  border: 1px solid #c1c6ca;
  margin: 5px 0 0;
  background: #fff;
  line-height: 18px;
  text-align: left;
  display: inline-block;
  padding-left: 6px;
  position: relative;
}
.fiscal-term-list {
  width: 265px;
}
.fiscal-term-button-disabled {
  color: #c1c6ca;
  cursor: auto;
}
.fiscal-term-list-icon {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2QkYwQ0U5MjUxMjVFMzExQTA1MDlGOEEyMzRBNkRCNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozOUMzQzY0OTJGNjgxMUUzODdBRERBQjQxOTM0MzM2MiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozOUMzQzY0ODJGNjgxMUUzODdBRERBQjQxOTM0MzM2MiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVDMDgxRUI0NTcyRkUzMTE5NDg5REJGOURCQTA0NEMxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZCRjBDRTkyNTEyNUUzMTFBMDUwOUY4QTIzNEE2REI1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qELhQQAAAKNJREFUeNpi/P//PwM1ABMDlcAwNogFXUA3/2kKkJpNQN8/IDa5PFH6PD4XzQfiSwQMWoZsCFaDgAr+AqkiPIb8AOIaosIIaNheILUJh0FTgfIPSQnsUiD+jSb2HohbSYo1oK23QLajCbcCxd+TE/1NQPwWyn6IxWDiDILa3gjlVgP5P4hOR1jAdCC2AOLleFWBcj8hrJP3hJGQGsbhW4wABBgAA0ZiFrDBtXIAAAAASUVORK5CYII=);
  float: right;
}
.fiscal-term-button-dropdown-menu {
  display: none;
  background-color: #fff;
  z-index: 1;
  left: -1px;
  top: 18px;
  position: absolute;
  border: solid 1px #c1c6ca;
  padding: 7px;
  white-space: nowrap;
  box-sizing: border-box;
  width: calc(100% + 2px);
}
.fiscal-term-button-dropdown-menu-active {
  display: block;
}
.fiscal-term-button-dropdown-menu-item {
  display: block;
  margin-bottom: 7px;
}
.fiscal-term-button-dropdown-menu-item:last-child {
  margin-bottom: 0;
}
.fiscal-term-list-link {
  color: #307EE9;
  font-weight: bold;
  font-size: 0.75rem;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fiscal-term-list-link:hover {
  color: #888;
}
.fiscal-term-list-link-disabled {
  color: #c1c6ca;
  cursor: auto;
}
.remarks-header {
  font-size: 1rem;
  color: #000;
  font-family: Arial, Arial Regular, sans-serif;
  font-weight: normal;
  margin-bottom: 1.2rem;
  font-weight: bold;
}
.remarks-project-name {
  font-size: 0.875rem;
  color: #888;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #262626;
}
.remarks-content {
  font-size: 0.75rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  line-height: 1rem;
  font-family: Arial, Arial Regular, sans-serif;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.remarks-content strong {
  font-weight: bold;
}
.remarks-content em {
  font-style: italic;
}
.remarks-content ul {
  list-style: disc;
}
.remarks-content ol {
  list-style: decimal;
}
.remarks-content li {
  list-style: inherit;
  margin-left: 20px;
}
.remarks-content h1 {
  font-size: 0.9rem;
  font-weight: bold;
  padding: 5px 0 5px 0;
}
.inlineSettings-container {
  font-size: 0.75rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0.3rem 0.5rem 0.3rem 0;
  margin: 0 4px;
}
.inlineSettings-container .info-tooltip-panel {
  width: 20rem;
}
.inlineSettings-container .info-tooltip-text {
  color: #000;
}
.inlineSettings {
  display: flex;
  align-items: center;
  margin-left: 10px;
  color: #000;
}
.inlineSettings-span {
  padding-right: 0.5rem;
}
.inlineSettings-control {
  font-size: 0.75rem;
  height: 1.1rem;
  margin: 0 0.5rem;
  outline: none;
}
.inlineSettings-control.inlineSettings-scenario {
  width: 325px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
}
.inlineSettings-discountRate {
  padding: 0;
  height: 0.9rem;
  width: 2.5rem;
  border: solid 1px #f2f2f2;
  padding-left: 0.2rem;
}
.inlineSettings-discountRate-invalid {
  border: solid 1px #f00;
}
.list-filter {
  margin-bottom: 5px;
  position: relative;
}
.list-filter-icon {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='%23307EE9' d='M22.602,19.35l-5.262-5.262c0.794-1.303,1.25-2.834,1.25-4.472c0-4.757-4.122-8.879-8.88-8.879 c-4.757,0-8.614,3.857-8.614,8.615c0,4.757,4.122,8.879,8.879,8.879c1.582,0,3.063-0.429,4.337-1.173l5.29,5.29 c0.518,0.519,1.356,0.519,1.874,0l1.313-1.312C23.307,20.519,23.119,19.867,22.602,19.35z M3.747,9.352 c0-3.294,2.67-5.964,5.963-5.964c3.294,0,6.229,2.935,6.229,6.229c0,3.293-2.67,5.964-5.964,5.964 C6.682,15.58,3.747,12.645,3.747,9.352z'/%3E %3C/g%3E %3C/svg%3E");
  right: 0;
  top: 3px;
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
}
.list-filter-icon path {
  fill: #307EE9;
}
.list-filter-text-box {
  border: solid 2px #f2f2f2;
  position: relative;
  margin-right: 30px;
}
.list-filter-text-box-active {
  border-color: #97B424;
}
.list-filter-input {
  border: 0 none;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 5px 5px 5px 10px;
  box-sizing: border-box;
}
.list-filter-input::-ms-clear {
  display: none;
}
.list-filter-input:focus {
  outline: none;
  border: 0 none;
}
.list-filter-clear {
  position: absolute;
  top: 7px;
  right: 0;
  display: none;
  height: 12px;
  width: 12px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%2397B424;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M9,1C4.6,1,1,4.6,1,9c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C17,4.6,13.4,1,9,1z M10.6,9l2.9,2.9l-1.6,1.6L9,10.6 l-2.9,2.9l-1.6-1.6L7.4,9L4.4,6.1l1.6-1.6L9,7.4l2.9-2.9l1.6,1.6L10.6,9z'/%3E %3C/g%3E %3C/svg%3E");
}
.list-filter-text-box-active .list-filter-clear {
  display: block;
}
.dashboard-button-export {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: transparent;
  vertical-align: top;
  width: 16px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 100 20' xml:space='preserve' sodipodi:docname='brand-ico-download.svg'%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' id='namedview3731' showgrid='false' /%3E %3Cg id='ico-download' style='fill:%23888888;fill-opacity:1'%3E %3Cpath class='base30' d='M 14,7 H 12 V 1 C 12.1,0.5 11.7,0.1 11.2,0 11.1,0 11,0 11,0 H 9 C 8.5,-0.1 8.1,0.3 8,0.8 8,0.8 8,0.9 8,1 V 7 H 6 C 5,7 4.9,8.8 5.2,9.1 L 10,14 14.8,9.1 C 15.1,8.8 15,7 14,7 Z' id='path3725' style='opacity:1;fill:%23888888;fill-opacity:1' /%3E %3Cpath class='gray-dark' d='m 19,13 h -5.2 l -2.4,2.4 c -0.8,0.8 -2,0.8 -2.8,0 0,0 0,0 0,0 L 6.2,13 H 1 c -0.6,0 -1,0.4 -1,1 v 5 c 0,0.6 0.4,1 1,1 h 18 c 0.6,0 1,-0.4 1,-1 v -5 c 0,-0.6 -0.4,-1 -1,-1 z' id='path3727' style='fill:%23888888;fill-opacity:1' /%3E %3C/g%3E %3Cg id='g4558' transform='translate(40)' style='fill:%23ffffff;fill-opacity:1'%3E %3Cpath id='path4554' d='M 14,7 H 12 V 1 C 12.1,0.5 11.7,0.1 11.2,0 11.1,0 11,0 11,0 H 9 C 8.5,-0.1 8.1,0.3 8,0.8 8,0.8 8,0.9 8,1 V 7 H 6 C 5,7 4.9,8.8 5.2,9.1 L 10,14 14.8,9.1 C 15.1,8.8 15,7 14,7 Z' class='base30' style='fill:%23ffffff;fill-opacity:1' /%3E %3Cpath id='path4556' d='m 19,13 h -5.2 l -2.4,2.4 c -0.8,0.8 -2,0.8 -2.8,0 0,0 0,0 0,0 L 6.2,13 H 1 c -0.6,0 -1,0.4 -1,1 v 5 c 0,0.6 0.4,1 1,1 h 18 c 0.6,0 1,-0.4 1,-1 v -5 c 0,-0.6 -0.4,-1 -1,-1 z' class='gray-dark' style='fill:%23ffffff;fill-opacity:1' /%3E %3C/g%3E%3Cg transform='translate(80)' id='g4564' style='fill:%232c6ee4;fill-opacity:1'%3E %3Cpath class='base30' d='M 14,7 H 12 V 1 C 12.1,0.5 11.7,0.1 11.2,0 11.1,0 11,0 11,0 H 9 C 8.5,-0.1 8.1,0.3 8,0.8 8,0.8 8,0.9 8,1 V 7 H 6 C 5,7 4.9,8.8 5.2,9.1 L 10,14 14.8,9.1 C 15.1,8.8 15,7 14,7 Z' id='path4560' style='opacity:1;fill:%232c6ee4;fill-opacity:1' /%3E %3Cpath class='gray-dark' d='m 19,13 h -5.2 l -2.4,2.4 c -0.8,0.8 -2,0.8 -2.8,0 0,0 0,0 0,0 L 6.2,13 H 1 c -0.6,0 -1,0.4 -1,1 v 5 c 0,0.6 0.4,1 1,1 h 18 c 0.6,0 1,-0.4 1,-1 v -5 c 0,-0.6 -0.4,-1 -1,-1 z' id='path4562' style='fill:%232c6ee4;fill-opacity:1' /%3E %3C/g%3E%3C/svg%3E");
  float: left;
  height: 16px;
  width: 24px;
  background-color: #fff;
  background-size: 4em 100%;
  background-position: -36px 0;
  border: solid 1px #c0c0c0;
  margin-right: 0;
}
.dashboard-button-export:focus {
  outline: none;
}
.dashboard-button-export-disabled {
  background-position: 6px 0;
}
.dashboard-button-dropdown {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: transparent;
  vertical-align: top;
  width: 16px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 16' style='enable-background:new 0 0 15 16;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%232C6EE4;%7D .st2%7Bfill:%23C1C6CA;%7D %3C/style%3E %3Cg%3E %3Crect y='0' class='st0' width='15' height='16'/%3E %3Cpolygon class='st1' points='7.5,10.8 10.7,5.2 4.3,5.2 '/%3E %3Cpolygon class='st2' points='0,0 0,1 14,1 14,15 0,15 0,16 15,16 15,0 '/%3E %3C/g%3E %3C/svg%3E");
  height: 16px;
  width: 15px;
}
.dashboard-button-dropdown:focus {
  outline: none;
}
.dashboard-button-dropdown-disabled {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 16' style='enable-background:new 0 0 15 16;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23888888;%7D .st2%7Bfill:%23C1C6CA;%7D %3C/style%3E %3Cg%3E %3Crect y='0' class='st0' width='15' height='16'/%3E %3Cpolygon class='st1' points='7.5,10.8 10.7,5.2 4.3,5.2 '/%3E %3Cpolygon class='st2' points='0,0 0,1 14,1 14,15 0,15 0,16 15,16 15,0 '/%3E %3C/g%3E %3C/svg%3E");
}
.dashboard-button-dropdown-container {
  position: relative;
  float: left;
}
.dashboard-button-dropdown-menu {
  display: none;
  background-color: #fff;
  z-index: 1;
  left: -100px;
  top: 15px;
  position: absolute;
  border: solid 1px #c1c6ca;
  padding: 7px;
  width: 8.5em;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .dashboard-button-dropdown-menu {
    left: -77px;
  }
}
.dashboard-button-dropdown-menu-active {
  display: block;
}
.dashboard-button-dropdown-menu .dashboard-button-dropdown-menu-item {
  display: block;
  margin-bottom: 7px;
}
.dashboard-button-dropdown-menu .dashboard-button-dropdown-menu-item:last-child {
  margin-bottom: 0;
}
.dashboard-button-dropdown-menu .dashboard-button-dropdown-menu-item:hover {
  cursor: pointer;
}
.dashboard-button-dropdown-menu .dashboard-button-dropdown-menu-item a:hover {
  color: #888;
}
.dashboard-button-show-legend {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: transparent;
  vertical-align: top;
  width: 16px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 16' style='enable-background:new 0 0 24 16;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23C1C6CA;%7D .st2%7Bfill:%232C6EE4;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Crect x='0.5' y='0.5' class='st0' width='23' height='15'/%3E %3Cg%3E %3Cpath class='st1' d='M23,1v14H1V1H23 M24,0H0v16h24V0L24,0z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Crect x='15.3' y='2.5' class='st2' width='5' height='1'/%3E %3Crect x='15.3' y='4.5' class='st2' width='5' height='1'/%3E %3Crect x='15.3' y='6.5' class='st2' width='5' height='1'/%3E %3Crect x='15.3' y='8.5' class='st2' width='5' height='1'/%3E %3C/g%3E %3Cpolygon class='st2' points='13.3,12.5 13.3,4.5 11.3,4.5 11.3,12.5 10.3,12.5 10.3,6.5 8.3,6.5 8.3,12.5 7.3,12.5 7.3,8.5 5.3,8.5 5.3,12.5 4.8,12.5 4.8,4.5 3.8,4.5 3.8,13.5 5.3,13.5 7.3,13.5 8.3,13.5 10.3,13.5 11.3,13.5 13.3,13.5 13.8,13.5 13.8,12.5 '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  float: left;
  height: 16px;
  width: 24px;
  padding: 0px;
  display: none;
}
.dashboard-button-show-legend:focus {
  outline: none;
}
.dashboard-legend-is-hidden .dashboard-button-show-legend {
  display: inline-block;
}
.dashboard-button-hide-legend {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: transparent;
  vertical-align: top;
  width: 16px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 16' style='enable-background:new 0 0 24 16;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23C1C6CA;%7D .st2%7Bfill:%232C6EE4;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Crect x='0.5' y='0.5' class='st0' width='23' height='15'/%3E %3Cg%3E %3Cpath class='st1' d='M23,1v14H1V1H23 M24,0H0v16h24V0L24,0z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Crect x='15.1' y='2.5' class='st1' width='5' height='1'/%3E %3Crect x='15.1' y='4.5' class='st1' width='5' height='1'/%3E %3Cpolygon class='st2' points='20.4,8.1 19.7,7.4 17.9,9.1 16.1,7.4 15.4,8.1 17.2,9.8 15.4,11.6 16.1,12.3 17.9,10.5 19.7,12.3 20.4,11.6 18.6,9.8 '/%3E %3Cg%3E %3Cpolygon class='st1' points='20.1,6.8 20.1,6.5 19.8,6.5 '/%3E %3Cpolygon class='st1' points='19.5,6.5 16.3,6.5 16.8,7.1 17.3,7.5 18.5,7.5 18.9,7.1 '/%3E %3Cpolygon class='st1' points='15.4,7.1 16,6.5 15.1,6.5 15.1,7.3 '/%3E %3C/g%3E %3Cpolygon class='st2' points='13.1,12.5 13.1,4.5 11.1,4.5 11.1,12.5 10.1,12.5 10.1,6.5 8.1,6.5 8.1,12.5 7.1,12.5 7.1,8.5 5.1,8.5 5.1,12.5 4.6,12.5 4.6,4.5 3.6,4.5 3.6,13.5 5.1,13.5 7.1,13.5 8.1,13.5 10.1,13.5 11.1,13.5 13.1,13.5 13.6,13.5 13.6,12.5 '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  float: left;
  height: 16px;
  width: 24px;
  padding: 0px;
}
.dashboard-button-hide-legend:focus {
  outline: none;
}
.dashboard-legend-is-hidden .dashboard-button-hide-legend {
  display: none;
}
.dashboard-button-legend {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: transparent;
  vertical-align: top;
  width: 16px;
  margin-right: 2px;
  float: left;
  height: 16px;
  width: 24px;
  padding: 0px;
}
.dashboard-button-legend:focus {
  outline: none;
}
.dashboard-button-legend-visible {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 16' style='enable-background:new 0 0 24 16;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23C1C6CA;%7D .st2%7Bfill:%232C6EE4;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Crect x='0.5' y='0.5' class='st0' width='23' height='15'/%3E %3Cg%3E %3Cpath class='st1' d='M23,1v14H1V1H23 M24,0H0v16h24V0L24,0z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Crect x='15.1' y='2.5' class='st1' width='5' height='1'/%3E %3Crect x='15.1' y='4.5' class='st1' width='5' height='1'/%3E %3Cpolygon class='st2' points='20.4,8.1 19.7,7.4 17.9,9.1 16.1,7.4 15.4,8.1 17.2,9.8 15.4,11.6 16.1,12.3 17.9,10.5 19.7,12.3 20.4,11.6 18.6,9.8 '/%3E %3Cg%3E %3Cpolygon class='st1' points='20.1,6.8 20.1,6.5 19.8,6.5 '/%3E %3Cpolygon class='st1' points='19.5,6.5 16.3,6.5 16.8,7.1 17.3,7.5 18.5,7.5 18.9,7.1 '/%3E %3Cpolygon class='st1' points='15.4,7.1 16,6.5 15.1,6.5 15.1,7.3 '/%3E %3C/g%3E %3Cpolygon class='st2' points='13.1,12.5 13.1,4.5 11.1,4.5 11.1,12.5 10.1,12.5 10.1,6.5 8.1,6.5 8.1,12.5 7.1,12.5 7.1,8.5 5.1,8.5 5.1,12.5 4.6,12.5 4.6,4.5 3.6,4.5 3.6,13.5 5.1,13.5 7.1,13.5 8.1,13.5 10.1,13.5 11.1,13.5 13.1,13.5 13.6,13.5 13.6,12.5 '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.dashboard-button-legend-hidden {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 16' style='enable-background:new 0 0 24 16;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23C1C6CA;%7D .st2%7Bfill:%232C6EE4;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Crect x='0.5' y='0.5' class='st0' width='23' height='15'/%3E %3Cg%3E %3Cpath class='st1' d='M23,1v14H1V1H23 M24,0H0v16h24V0L24,0z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Crect x='15.3' y='2.5' class='st2' width='5' height='1'/%3E %3Crect x='15.3' y='4.5' class='st2' width='5' height='1'/%3E %3Crect x='15.3' y='6.5' class='st2' width='5' height='1'/%3E %3Crect x='15.3' y='8.5' class='st2' width='5' height='1'/%3E %3C/g%3E %3Cpolygon class='st2' points='13.3,12.5 13.3,4.5 11.3,4.5 11.3,12.5 10.3,12.5 10.3,6.5 8.3,6.5 8.3,12.5 7.3,12.5 7.3,8.5 5.3,8.5 5.3,12.5 4.8,12.5 4.8,4.5 3.8,4.5 3.8,13.5 5.3,13.5 7.3,13.5 8.3,13.5 10.3,13.5 11.3,13.5 13.3,13.5 13.8,13.5 13.8,12.5 '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.dashboard-button-legend-hidden.dashboard-button-legend-disabled {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 16' style='enable-background:new 0 0 24 16;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23C1C6CA;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Crect x='0.5' y='0.5' class='st0' width='23' height='15'/%3E %3Cg%3E %3Cpath class='st1' d='M23,1v14H1V1H23 M24,0H0v16h24V0L24,0z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Crect x='15.3' y='2.5' class='st1' width='5' height='1'/%3E %3Crect x='15.3' y='4.5' class='st1' width='5' height='1'/%3E %3Crect x='15.3' y='6.5' class='st1' width='5' height='1'/%3E %3Crect x='15.3' y='8.5' class='st1' width='5' height='1'/%3E %3C/g%3E %3Cpolygon class='st1' points='13.3,12.5 13.3,4.5 11.3,4.5 11.3,12.5 10.3,12.5 10.3,6.5 8.3,6.5 8.3,12.5 7.3,12.5 7.3,8.5 5.3,8.5 5.3,12.5 4.8,12.5 4.8,4.5 3.8,4.5 3.8,13.5 5.3,13.5 7.3,13.5 8.3,13.5 10.3,13.5 11.3,13.5 13.3,13.5 13.8,13.5 13.8,12.5 '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.countrySelectionList {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.countrySelectionList-checkboxImage {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAQCAYAAACSnrg1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxNjA2QjNBOTk1NzFFNDExQkVGMEU1RkIyNjlDNUE5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNTRBMzVBNDcxOTcxMUU0OEFDNkVEMERGMUJCMjAxNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNTRBMzVBMzcxOTcxMUU0OEFDNkVEMERGMUJCMjAxNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFBMDZCM0E5OTU3MUU0MTFCRUYwRTVGQjI2OUM1QTk0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjE2MDZCM0E5OTU3MUU0MTFCRUYwRTVGQjI2OUM1QTk0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ACT9hAAAAS9JREFUeNpi9PP3/89AAdi4YQMjiPYPCBhU5ujp61NkzqWLF6niHhYozUimfnTLR81BM4eJYRTQFLAMhKWuCdclgVQIEM/avUDzJy51nqlXicqe22drM9LJ6cQWF4wDFsDAwBUGUmuB2BKI3wDx8uGcgpkGIHA3QQN3MRBvGe5FBBMNApEJiEWxiMtAA9QKiBcBcSKwePg8GsCkg6lAfBwYoGpIgSsOpLYBsQUQLwHiJGDg/h2t5MgDX4FYGRSgwIB1AdIfoYGrCy0WkkdK4NIkgIGBVwIMWFDLoApUwUMD3AiIZwDlMkdaM40mlRwwIKuBVAcQawCxMRDPHomBS9NWBDBAK0EBC22SZY12NGgTyGmjPblBDOjYQyMWMA6aImIUoKbg/1Qyb9QcNAAQYADD5F65TRyIaQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.countrySelectionList-checkboxImageSelected {
  background-position: -18px top;
}
.countrySelectionList-checkboxImageSomeSelected {
  background-position: -36px top;
}
.countrySelectionList-countryCheckbox {
  display: none;
}
.countrySelectionList-selectAll {
  display: block;
  padding: 0.5em 0;
}
.countrySelectionList-selectAll:hover {
  cursor: pointer;
}
.countrySelectionList-countryLabel {
  display: block;
  padding: 0.5em 0;
}
.countrySelectionList-countryLabel:hover {
  cursor: pointer;
}
.countryList-searchLabel {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='%23737676' d='M22.602,19.35l-5.262-5.262c0.794-1.303,1.25-2.834,1.25-4.472c0-4.757-4.122-8.879-8.88-8.879 c-4.757,0-8.614,3.857-8.614,8.615c0,4.757,4.122,8.879,8.879,8.879c1.582,0,3.063-0.429,4.337-1.173l5.29,5.29 c0.518,0.519,1.356,0.519,1.874,0l1.313-1.312C23.307,20.519,23.119,19.867,22.602,19.35z M3.747,9.352 c0-3.294,2.67-5.964,5.963-5.964c3.294,0,6.229,2.935,6.229,6.229c0,3.293-2.67,5.964-5.964,5.964 C6.682,15.58,3.747,12.645,3.747,9.352z'/%3E %3C/g%3E %3C/svg%3E");
  vertical-align: text-bottom;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  display: block;
  margin-right: 5px;
  position: relative;
  border: 1px solid #999999;
  border-radius: 3px;
}
.countryList-searchLabel:hover {
  cursor: pointer;
}
.countrySelectionList-searchInput {
  border: solid 1px #fff;
  width: 170px;
  padding: 0.5rem;
}
.countrySelectionList-countriesContainer {
  overflow: auto;
}
.countrySelectionList-loadingPanel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
  text-align: center;
  padding-top: 30px;
}
.countrySelectionList-clearInput {
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%2397B424;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M9,1C4.6,1,1,4.6,1,9c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C17,4.6,13.4,1,9,1z M10.6,9l2.9,2.9l-1.6,1.6L9,10.6 l-2.9,2.9l-1.6-1.6L7.4,9L4.4,6.1l1.6-1.6L9,7.4l2.9-2.9l1.6,1.6L10.6,9z'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  left: 154px;
  top: 10px;
}
.selectedOptions {
  color: #97B424;
  margin-top: 10px;
}
.selectedOptions-list {
  clear: both;
  margin-bottom: 10px;
  max-height: 130px;
  overflow-y: auto;
}
.selectedOptions-deselect {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  display: none;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAQCAYAAABQrvyxAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMjHxIGmVAAAB7ElEQVRIS9WUu3HEMAxE2cK1cIEbuNyRWlALqkWZA0dqQYkLUAtq4Vq4FuRdCUsBNDwXK3gz/C1mQYAs27ZdmnTxSoTJ98+H5wY60IOHrVW8LqWUG+hADx7pmYbPr8ANdKAHD1urSBMCOIMT2BpWcAfvEyhl2kNHVnBPzxvO4AS2hhXcwdsEZtCaFy+wJ+F1gVJmM5zxAv8mYeZm0JoXL7AnIU0IAGODGX0Ctg4Ncz4aHLMSQVcpZTCjT8DWoWHOR4PjNdUCGBvM6BOwdWiY89HgmJWomhDAzCkBvQEa554SIHlPH22C0Z6A3sBoe0qApHozpwT0Bmice0qAVH0I4Az6JFrzpPe6ymmQHEkc6948SfXOoE+iNU+qPgSAMbUM0c2rEn6v87rK2TJEN69K+L1UD2NqGaKbVyX8XtWHADCmB7wA3bwqwTehBI6bbTkf8GJz3rzaiW+CeyTVw5ge8AJ086oE34QSqPoQAMb438skk9CYSRCO+cUGXYW9fZpc3JhJEI6nVAtgjP+9TDIJjZkE4ZhfbNWEADQG/E23sEL7Oa8LxJtumVONQWPA33QLK7SfkyYEkDnAStCs+p6/E7/Yesbr/nBUgu2kvufvNKRnHTIHWAmaVd/zd+IXW89IEwJckXTxSqSL12ErvyWruCqcEigJAAAAAElFTkSuQmCC);
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.selectedOptions-deselect:hover {
  cursor: pointer;
}
.selectedOptions-deselect:hover {
  cursor: pointer;
  background-position-x: -16px;
}
.selectedOptions-item:hover .selectedOptions-deselect {
  display: inline-block;
}
.selectedOptions-clearAll {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #307EE9;
  float: right;
  margin-bottom: 5px;
  font-size: 0.8rem;
}
.selectedOptions-clearAll:hover {
  cursor: pointer;
}
.selectedOptions-clearAll:hover {
  color: #97B424;
}
.selectedOptions-clearAll:hover .selectedOptions-clearAllSprite {
  background-position-x: 0;
}
.selectedOptions-clearAllLabel {
  display: inline-block;
  vertical-align: middle;
}
.selectedOptions-clearAllSprite {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAQCAYAAABQrvyxAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMjHxIGmVAAAB7ElEQVRIS9WUu3HEMAxE2cK1cIEbuNyRWlALqkWZA0dqQYkLUAtq4Vq4FuRdCUsBNDwXK3gz/C1mQYAs27ZdmnTxSoTJ98+H5wY60IOHrVW8LqWUG+hADx7pmYbPr8ANdKAHD1urSBMCOIMT2BpWcAfvEyhl2kNHVnBPzxvO4AS2hhXcwdsEZtCaFy+wJ+F1gVJmM5zxAv8mYeZm0JoXL7AnIU0IAGODGX0Ctg4Ncz4aHLMSQVcpZTCjT8DWoWHOR4PjNdUCGBvM6BOwdWiY89HgmJWomhDAzCkBvQEa554SIHlPH22C0Z6A3sBoe0qApHozpwT0Bmice0qAVH0I4Az6JFrzpPe6ymmQHEkc6948SfXOoE+iNU+qPgSAMbUM0c2rEn6v87rK2TJEN69K+L1UD2NqGaKbVyX8XtWHADCmB7wA3bwqwTehBI6bbTkf8GJz3rzaiW+CeyTVw5ge8AJ086oE34QSqPoQAMb438skk9CYSRCO+cUGXYW9fZpc3JhJEI6nVAtgjP+9TDIJjZkE4ZhfbNWEADQG/E23sEL7Oa8LxJtumVONQWPA33QLK7SfkyYEkDnAStCs+p6/E7/Yesbr/nBUgu2kvufvNKRnHTIHWAmaVd/zd+IXW89IEwJckXTxSqSL12ErvyWruCqcEigJAAAAAElFTkSuQmCC);
  background-position-x: -32px;
}
.selectedOptions-showMore {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  font-size: 0.875rem;
  color: #97B424;
  font-size: 0.8rem;
}
.selectedOptions-showMore:hover {
  cursor: pointer;
}
.selectedOptions-showLess {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #97B424;
  font-size: 0.8rem;
}
.selectedOptions-showLess:hover {
  cursor: pointer;
}
.selectedOptions-item {
  min-height: 16px;
}
.selectedOptions-label {
  font-size: 0.875rem;
  display: inline-block;
  height: 16px;
}
.floatingPanel {
  position: absolute;
  border: solid 1px #999999;
  padding: 10px;
  background-color: #FFF;
  z-index: 11;
  margin-top: 10px;
}
.floatingPanel-header {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  background-color: #FFF;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .floatingPanel-header {
    padding: 5px 10px;
  }
}
.floatingPanel-upArrow {
  position: absolute;
  left: 10px;
}
.floatingPanel-upArrow-front {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  top: -8px;
  z-index: 2;
}
.floatingPanel-upArrow-back {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  top: -9px;
  z-index: 1;
}
.floatingPanel-leftArrow {
  position: absolute;
  top: 10px;
}
.floatingPanel-leftArrow-front {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 none;
  font-size: 0;
  line-height: 0;
  border-right: 8px solid #999999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -8px;
  z-index: 2;
}
.floatingPanel-leftArrow-back {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 none;
  font-size: 0;
  line-height: 0;
  border-right: 8px solid #999999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -9px;
  z-index: 1;
}
.floatingPanel-rightArrow {
  position: absolute;
  top: 10px;
}
.floatingPanel-rightArrow-front {
  content: "";
  width: 0;
  height: 0;
  border-right: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 8px solid #999999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -8px;
  z-index: 2;
}
.floatingPanel-rightArrow-back {
  content: "";
  width: 0;
  height: 0;
  border-right: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 8px solid #999999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -9px;
  z-index: 1;
}
.floatingPanel-content {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
}
.floatingPanel-content:last-child {
  padding-bottom: 10px;
}
.floatingPanel-content-warning {
  font-size: 0.875rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY1OTAwMjJFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY1OTAwMjNFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjU5MDAyMEVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjU5MDAyMUVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk9PFcoAAAC9SURBVHjaYvy/hQEf8IDSO3ApYMRjAAsQXwKpAWJdIP6DTRETHtuzgFgTiDWgbJJcIAzEN6E0CLwFYnUoTZQL6pA0wwysJ9YFmlC/s0D9DwL/oWGgB8TXCbmgD6oZW6D2EfKCF1LU4YpWL1wGsAJxLwNh0AtVi2FAJjTKkMF/KEYGGlC1KIEICuXbQCyIHshIBiGD90CsCopWmAsasGjGBwShesAu0AbSF3CEPD4AilZ9JjzRRgiA9PQDBBgAbsQljlPWHeoAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  padding-left: 30px;
}
.floatingPanel-controls {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.floatingPanel-controls:last-child {
  padding-bottom: 10px;
}
.floatingPanel-controls > button {
  margin-left: 1em;
}
.floatingPanel-closeButton {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  height: 12px;
  width: 12px;
  padding-left: 2px;
  padding-right: 2px;
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center center;
  background-size: contain;
  float: right;
  color: #FFF;
}
.floatingPanel-closeButton:hover {
  cursor: pointer;
}
.floatingPanel-closeButton:focus {
  outline: none;
}
.floatingPanel-screen {
  position: absolute;
  opacity: 0.5;
  background-color: #888;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.floatingPanel-fullScreenContainer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 108;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatingPanel-validationMessage {
  font-size: 0.875rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEUzRjA4ODZFQTk3MTFFNEE2RkRFQUUyOTAxODkzRUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEUzRjA4ODdFQTk3MTFFNEE2RkRFQUUyOTAxODkzRUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRTNGMDg4NEVBOTcxMUU0QTZGREVBRTI5MDE4OTNFQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRTNGMDg4NUVBOTcxMUU0QTZGREVBRTI5MDE4OTNFQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoI0eiYAAAC3SURBVHjaYvzv5saAB3hA6R24FLDg0QyS6wNiRiDeA8R/sCliwmNAFhBrArEGlM1AigHCQFyHxK+DihFtALoGELueWAM0kZzMCMUgkAmVI2hAH47AhQUqXgO8kKIOV7R64TKAFYh7GQiDXqhaDAMyoVGGDP5DMTLQgKqFBBI0JYJC+TYQC6IpZkQyCBm8B2JVIH4Lc0EDFs34gCBUD9gF2kD6AoFkjQ2AkrY+E55oIwRAevoBAgwAccQblik5W2sAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  padding-left: 20px;
  margin: 10px 10px 0 70px;
  flex-grow: 1;
}
.floatingPanel-informationMessage {
  font-size: 0.875rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  margin: 10px 10px 0 70px;
  flex-grow: 1;
}
.floatingPanel-input {
  flex-grow: 1;
  border: solid 1px #f2f2f2;
  height: 1.1rem;
}
.floatingPanel-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Arial, Arial Regular, sans-serif;
}
.floatingPanel-input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.floatingPanel-input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.floatingPanel-input:-moz-placeholder {
  /* Firefox 18- */
  font-family: Arial, Arial Regular, sans-serif;
}
.floatingPanel-input::-webkit-input-placeholder {
  color: #c0c0c0;
}
.floatingPanel-input::-moz-placeholder {
  color: #c0c0c0;
}
.floatingPanel-input:-ms-input-placeholder {
  color: #c0c0c0;
}
.floatingPanel-input:-moz-placeholder {
  color: #c0c0c0;
}
.floatingPanel-textArea {
  flex-grow: 1;
  border: solid 1px #f2f2f2;
}
.floatingPanel-textArea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Arial, Arial Regular, sans-serif;
}
.floatingPanel-textArea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.floatingPanel-textArea:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.floatingPanel-textArea:-moz-placeholder {
  /* Firefox 18- */
  font-family: Arial, Arial Regular, sans-serif;
}
.floatingPanel-textArea::-webkit-input-placeholder {
  color: #c0c0c0;
}
.floatingPanel-textArea::-moz-placeholder {
  color: #c0c0c0;
}
.floatingPanel-textArea:-ms-input-placeholder {
  color: #c0c0c0;
}
.floatingPanel-textArea:-moz-placeholder {
  color: #c0c0c0;
}
.floatingPanel-control-validationError {
  border-color: #f00;
}
.floatingPanel-label {
  font-size: 0.875rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  min-width: 60px;
  margin-right: 10px;
}
.infoPrompt-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 108;
  display: flex;
  justify-content: center;
  align-items: center;
}
.infoPrompt-screen {
  position: absolute;
  opacity: 0.5;
  background-color: #888;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.infoPrompt-panel {
  position: absolute;
  border: solid 1px #999999;
  padding: 10px;
  background-color: #FFF;
  z-index: 11;
  margin-top: 10px;
  width: 400px;
}
.infoPrompt-header {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  background-color: #FFF;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .infoPrompt-header {
    padding: 5px 10px;
  }
}
.infoPrompt-closeButton {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  height: 12px;
  width: 12px;
  padding-left: 2px;
  padding-right: 2px;
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center center;
  background-size: contain;
  float: right;
  color: #FFF;
}
.infoPrompt-closeButton:hover {
  cursor: pointer;
}
.infoPrompt-closeButton:focus {
  outline: none;
}
.infoPrompt-content {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  line-height: 1.5rem;
  text-align: justify;
}
.infoPrompt-content:last-child {
  padding-bottom: 10px;
}
.infoPrompt-warningMessage {
  font-size: 0.875rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY1OTAwMjJFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY1OTAwMjNFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjU5MDAyMEVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjU5MDAyMUVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk9PFcoAAAC9SURBVHjaYvy/hQEf8IDSO3ApYMRjAAsQXwKpAWJdIP6DTRETHtuzgFgTiDWgbJJcIAzEN6E0CLwFYnUoTZQL6pA0wwysJ9YFmlC/s0D9DwL/oWGgB8TXCbmgD6oZW6D2EfKCF1LU4YpWL1wGsAJxLwNh0AtVi2FAJjTKkMF/KEYGGlC1KIEICuXbQCyIHshIBiGD90CsCopWmAsasGjGBwShesAu0AbSF3CEPD4AilZ9JjzRRgiA9PQDBBgAbsQljlPWHeoAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  padding-left: 30px;
}
.infoPrompt-controls {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-content: space-between;
}
.infoPrompt-controls:last-child {
  padding-bottom: 10px;
}
.infoPrompt-controls > button {
  margin-left: 1em;
}
.infoPrompt-suppressDialog {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-left: 30px;
}
.infoPrompt-okayButton {
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  padding: 4px 8px;
  outline: none;
  margin-right: 10px;
  white-space: nowrap;
  border: solid 1px #999999;
  border-radius: 2px;
}
.grossNetToggle-section {
  display: inline-flex;
}
.grossNetToggle-sectionLabel {
  position: absolute;
  top: 0;
  padding: 5px;
  left: 0;
}
.grossNetToggle-button {
  width: 75px;
  border: 0 none;
  background-color: #f2f2f2;
  color: #000;
  padding: 5px;
  position: relative;
}
.grossNetToggle-button.grossNetToggle-button-disabled {
  color: #a9a9a9;
}
@media screen and (max-width: 1550px) {
  .grossNetToggle-button {
    width: 68px;
  }
}
.grossNetToggle-button:hover {
  cursor: pointer;
  background-color: #e4f0fe;
}
.grossNetToggle-button:focus {
  outline: 0 none;
}
.grossNetToggle-button-active.grossNetToggle-button {
  background-color: #e0e7ef;
}
.grossNetToggle-button-net {
  border-left: 0 none;
  margin: 0 16px;
}
.grossNetToggle-button-country {
  float: right;
}
country-cost-user-dashboard,
mp-user-dashboard {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
  flex-direction: column;
}
.userDashboard-nameContainer:after {
  content: "";
  border: solid 1px #888;
  width: 100%;
  display: block;
  margin-top: -1px;
  height: 5px;
  border-top: none;
}
.userDashboard-nameInput {
  background-color: transparent;
  border: none;
  height: 1.1rem;
  margin: 0 5px;
}
mp-tile-selector {
  height: 100%;
  overflow: hidden;
}
.tileSelector {
  height: 100%;
}
.tileSelector-options,
.tileSelector-standardOptions {
  padding: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .tileSelector-options,
  .tileSelector-standardOptions {
    padding: 0;
  }
}
.tileSelector-option,
.tileSelector-option-standard {
  height: 6vw;
  background-color: #f2f2f2;
  margin: 5px;
  border-radius: 4px;
  position: relative;
}
.tileSelector-button:not(.tileSelector-button-disabled):hover {
  cursor: pointer;
  background-color: #e4f0fe;
}
.tileSelector-button,
.tileSelector-button-standard {
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: 50% 80%;
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: transparent;
  border: 0;
  outline: none;
}
.tileSelector-option-assetCountLimited,
.tileSelector-option-ihsmDataOnly {
  background-color: #a9a9a9;
  color: #737676;
}
.tileSelector-option-assetCountLimited .tileSelector-buttonText,
.tileSelector-option-ihsmDataOnly .tileSelector-buttonText {
  color: #737676;
}
.tileSelector-option-assetCountLimited.tileSelector-option-enabled,
.tileSelector-option-ihsmDataOnly.tileSelector-option-enabled {
  background-color: #f2f2f2;
}
.tileSelector-option-assetCountLimited.tileSelector-option-enabled .tileSelector-buttonText,
.tileSelector-option-ihsmDataOnly.tileSelector-option-enabled .tileSelector-buttonText {
  color: #000;
}
.tileSelector-button-disabled {
  background-color: #a9a9a9;
  color: #fff;
}
.tileSelector-info-icon {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Warning / Info'%3E %3Cpath id='Vector' d='M12 11V16M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21ZM12.0498 8V8.1L11.9502 8.1002V8H12.0498Z' stroke='%23737676' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 13px;
  width: 15px;
  margin-left: 2px;
  border: none;
}
.tileSelector-info-icon:hover {
  cursor: pointer;
}
.tileSelector-buttonText {
  display: flex;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  color: #000;
  line-height: 1rem;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .tileSelector-buttonText {
    bottom: 0.1rem;
  }
}
.tileSelector-buttonLabel {
  font-size: 0.75rem;
}
.tileSelector-optionText {
  display: block;
  padding: 10px;
}
.tileSelector-button-pie {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D .st1%7Bopacity:0.5;fill:%23737676;enable-background:new ;%7D %3C/style%3E %3Cg id='brand-icon-charts-pie'%3E %3Cpath id='foreground' class='st0' d='M25,13H13V1C19.6,1,25,6.4,25,13z'/%3E %3Cpath id='background' class='st1' d='M11,15V1.2C4.5,2.3,0.1,8.5,1.2,15S8.4,25.9,15,24.8c5-0.8,9-4.8,9.8-9.8C24.8,15,11,15,11,15 z'/%3E %3C/g%3E %3C/svg%3E");
}
.tileSelector-button-barSide {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D .st1%7Bopacity:0.5;fill:%23737676;%7D .st2%7Bopacity:0.7;fill:%23737676;%7D %3C/style%3E %3Cg id='brand-icon-charts-side-by-side'%3E %3Cpath id='background' class='st0' d='M1,17.1h1.5V25H1V17.1z M10.2,4h1.5v21h-1.5V4z M19.4,19.2h1.5V25h-1.5V19.2z'/%3E %3Cpath id='midground' class='st1' d='M3,13.5h1.5V25H3V13.5z M12.2,9.2h1.5V25h-1.5V9.2z M21.4,5.9H23V25h-1.5V5.9H21.4z'/%3E %3Cpath id='foreground' class='st2' d='M5.1,10.7h1.5V25H5.1V10.7z M14.3,1h1.5v24h-1.5V1z M23.5,10.4H25V25h-1.5V10.4z'/%3E %3C/g%3E %3C/svg%3E");
}
.tileSelector-button-barStacked {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D .st1%7Bopacity:0.5;fill:%23737676;%7D .st2%7Bopacity:0.7;fill:%23737676;%7D %3C/style%3E %3Cg id='brand-icon-charts-stacked'%3E %3Cpath id='background' class='st0' d='M1,23h6.7v2H1V23z M9.6,19h6.7v6H9.6V19z M18.3,23H25v2h-6.7V23z'/%3E %3Cpath id='midground' class='st1' d='M1,19h6.7v2H1V19z M9.6,14h6.7v3H9.6V14z M18.3,16H25v5h-6.7V16z'/%3E %3Cpath id='foreground' class='st2' d='M1,13.5h6.7V17H1V13.5z M9.6,5h6.7v7H9.6V5z M18.3,9H25v5h-6.7V9z'/%3E %3C/g%3E %3C/svg%3E");
}
.tileSelector-button-line {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D %3C/style%3E %3Cpolygon id='brand-icon-charts-line' class='st0' points='18.5,18 14.7,18 13.2,13.1 12.2,15.3 9.3,15.3 7.9,14 6.4,17.1 1,17.1 1,15.1 5.2,15.1 7.3,10.6 10.1,13.3 10.9,13.3 13.5,7.4 16.2,16 16.9,16 19.4,3 22.1,13.8 25,13.8 25,15.8 20.6,15.8 19.7,12.1 '/%3E %3C/svg%3E");
}
.tileSelector-button-combination {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D .st1%7Bopacity:0.5;fill:%23737676;enable-background:new ;%7D .st2%7Bopacity:0.7;fill:%23737676;enable-background:new ;%7D %3C/style%3E %3Cg id='brand-icon-charts-combination'%3E %3Cpath id='background' class='st0' d='M18.2,21.4h-3.5L13,17.9L11.5,20H8.8l-1.3-1.4L6.1,21H1v-2h4l2.1-3.5l2.6,2.6h0.8l2.8-4.1 l2.6,5.4h0.8l3.2-10.8l2.4,9.7H25v2h-4.2l-1-4.1L18.2,21.4z M5.4,14.4l1.3-2.2L8,13.5v-3H1V17h2.8L5.4,14.4z M7.8,22L7.8,22l-0.6,1 H6.1H1v2h7v-2.9H7.9L7.8,22z'/%3E %3Cpath id='midground' class='st1' d='M11.6,12.8l1.9-2.8l1.5,3.1l0.9,1.8l0.6-1.9V6.5h-7V15l0.3,0.3L11.6,12.8z M13.4,23.4l-0.6-1.1 l-0.2-0.4l-0.1,0.2h-1.1h-2V25h7v-1.6h-1.9H13.4z'/%3E %3Cpath id='foreground' class='st2' d='M23.9,16.3H25V1h-4.9l1.8,7.1L23.9,16.3z M18,1v6.9L20,1H18z M20,22.3l-0.3,1.1h-1.5H18V25h7 v-2.7h-4.2H20z M20.1,1L20.1,1L20.1,1L20.1,1z'/%3E %3C/g%3E %3C/svg%3E");
}
.tileSelector-button-scatter {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D .st1%7Bopacity:0.7;fill:%23737676;enable-background:new ;%7D .st2%7Bopacity:0.5;fill:%23737676;enable-background:new ;%7D %3C/style%3E %3Cg id='brand-icon-charts-scatered'%3E %3Ccircle id='background' class='st0' cx='3' cy='9.6' r='2'/%3E %3Ccircle id='midground' class='st1' cx='21.5' cy='10' r='3.5'/%3E %3Ccircle id='foreground' class='st2' cx='11.5' cy='13' r='5'/%3E %3C/g%3E %3C/svg%3E");
}
.tileSelector-button-rank {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D .st1%7Bopacity:0.5;fill:%23737676;%7D .st2%7Bopacity:0.7;fill:%23737676;%7D %3C/style%3E %3Cg id='brand-icon-charts-rank'%3E %3Crect id='background' x='1' y='10.5' class='st0' width='7' height='14.5'/%3E %3Crect id='midground' x='9.5' y='6.5' class='st1' width='7' height='18.5'/%3E %3Crect id='foreground' x='18' y='1' class='st2' width='7' height='24'/%3E %3C/g%3E %3C/svg%3E");
}
.tileSelector-button-area {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D .st1%7Bopacity:0.5;fill:%23737676;enable-background:new ;%7D .st2%7Bopacity:0.7;fill:%23737676;enable-background:new ;%7D %3C/style%3E %3Cg id='brand-icon-charts-area'%3E %3Cpolygon id='midground' class='st0' points='20,23.4 16.6,22.5 16,22.3 15.6,21.8 15,21.1 10.7,19.8 9.3,19.9 8.3,20 7.7,19.3 7.2,18.7 6.8,18.3 6.7,17.7 6.7,17.4 6.3,17 6.1,16.8 6,16.6 5.9,16.4 4.8,14.4 1,14.4 1,25 22.3,25 21.5,24.5 '/%3E %3Cpath id='background' class='st1' d='M19.6,14.8c-0.2,0.1-3.9,1-4.7,1.2l0,0l-3.4,0.2l-1.2,0.1l0,0l-2.7-0.8l0.1,0.2l0.8,0.9 l0.2,0.9L9.2,18l1.8-0.1l5.2,1.5l1,1.3l3.6,1l1.8,1.2l2.3,1.7V10.2l-2.6,2.6C21.8,13.3,19.8,14.7,19.6,14.8z'/%3E %3Cpath id='foreground' class='st2' d='M18.7,13c0.3-0.2,1.1-0.8,2.4-1.7l2.5-2.5L25,7.3V1l-3.6,6.3l-4.6,1.6l-2.1,3.4l-2.9,1.8 l2.9-0.2C16.9,13.4,18.2,13.1,18.7,13z'/%3E %3C/g%3E %3C/svg%3E");
}
.tileSelector-button-periodic {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D %3C/style%3E %3Cpath id='vantage-icon-charts-table-time' class='st0' d='M25,6.5V1H1v5.5h2v2.3H1v2h2v2.7H1v2h2v2.7H1v2h2V23H1v2h24v-2h-2v-2.7h2v-2 h-2v-2.7h2v-2h-2v-2.7h2v-2h-2V6.5H25z M10.3,18.3v-2.7h5.3v2.7H10.3z M15.7,20.3V23h-5.3v-2.7H15.7z M10.3,13.5v-2.7h5.3v2.7H10.3z M10.3,8.8V6.5h5.3v2.3H10.3z M4,6.5h5.3v2.3H4V6.5z M4,10.8h5.3v2.7H4V10.8z M4,15.5h5.3v2.7H4V15.5z M4,20.3h5.3V23H4V20.3z M22,23h-5.3v-2.7H22V23z M22,18.3h-5.3v-2.7H22V18.3z M22,13.5h-5.3v-2.7H22V13.5z M22,8.8h-5.3V6.5H22V8.8z'/%3E %3C/svg%3E");
}
.tileSelector-button-summary {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D %3C/style%3E %3Cpath id='brand-icon-charts-table-summary' class='st0' d='M1,1h24v5.5H1V1z M1,8.8h24v2H1V8.8z M1,13.5h24v2H1V13.5z M1,18.3h24v2 H1V18.3z M1,23h24v2H1V23z'/%3E %3C/svg%3E");
}
.tileSelector-button-assetProduction {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D %3C/style%3E %3Cpath id='brand-icon-energy-rig' class='st0' d='M5.5,25.3l7.5-6.6l7.5,6.6l0.6-0.6l0.9-0.2L16.8,1.3H9.3L4,24.6l0.9,0.2L5.5,25.3z M17.4,12.4l-4.4,4l-4.4-3.9L9,10.7l4-2.1l4,2.1L17.4,12.4z M14.9,7.6l1.3-0.7l0.4,1.6L14.9,7.6z M9.5,8.5l0.4-1.6l1.3,0.7L9.5,8.5z M15.3,3l0.5,2.2L13,6.7l-2.8-1.5L10.8,3H15.3z M14.3,17.5l3.5-3.1l1.8,7.9L14.3,17.5z M11.7,17.5l-5.3,4.7l1.8-7.8L11.7,17.5z'/%3E %3C/svg%3E");
}
.tileSelector-button-economics {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D %3C/style%3E %3Cg id='brand-icon-energy-economics'%3E %3Cpolygon id='angle' class='st0' points='25,23.7 25,25 1,25 1,1 2,1 2,23.7 '/%3E %3Crect id='bar1' x='3' y='14.3' class='st0' width='4' height='8'/%3E %3Crect id='bar2' x='9' y='6.3' class='st0' width='4' height='16'/%3E %3Crect id='bar3' x='15' y='9' class='st0' width='4' height='13.3'/%3E %3Crect id='bar4' x='21' y='3.7' class='st0' width='4' height='18.7'/%3E %3C/g%3E %3C/svg%3E");
}
.tileSelector-button-cost {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D %3C/style%3E %3Ctitle%3Ebrand-icon-energy-cost%3C/title%3E %3Cg id='Guides'%3E %3Cpath class='st0' d='M11.9,21.5v-2c-1.2,0-2.4-0.3-3.6-0.9L9,16.2c1.1,0.6,2.3,0.9,3.5,0.9c1.2,0,2-0.5,2-1.3s-0.7-1.3-2.2-1.8 c-2.2-0.8-3.8-1.8-3.8-3.8c0-1.8,1.3-3.3,3.5-3.7v-2h2v1.9c1,0,2.1,0.3,3,0.7l-0.6,2.4c-0.9-0.5-2-0.7-3-0.7 c-1.4,0-1.8,0.6-1.8,1.2s0.7,1.1,2.5,1.8c2.5,0.9,3.5,2,3.5,3.9s-1.2,3.5-3.7,3.9v2.1H11.9z'/%3E %3Cpath class='st0' d='M13,2.7c5.7,0,10.3,4.6,10.3,10.3S18.7,23.3,13,23.3S2.7,18.7,2.7,13c0,0,0,0,0,0C2.7,7.3,7.3,2.7,13,2.7 M13,1C6.4,1,1,6.4,1,13s5.4,12,12,12s12-5.4,12-12S19.6,1,13,1z'/%3E %3C/g%3E %3C/svg%3E");
}
.tileSelector-button-production {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D %3C/style%3E %3Cpath id='brand-icon-energy-rig' class='st0' d='M5.5,25.3l7.5-6.6l7.5,6.6l0.6-0.6l0.9-0.2L16.8,1.3H9.3L4,24.6l0.9,0.2L5.5,25.3z M17.4,12.4l-4.4,4l-4.4-3.9L9,10.7l4-2.1l4,2.1L17.4,12.4z M14.9,7.6l1.3-0.7l0.4,1.6L14.9,7.6z M9.5,8.5l0.4-1.6l1.3,0.7L9.5,8.5z M15.3,3l0.5,2.2L13,6.7l-2.8-1.5L10.8,3H15.3z M14.3,17.5l3.5-3.1l1.8,7.9L14.3,17.5z M11.7,17.5l-5.3,4.7l1.8-7.8L11.7,17.5z'/%3E %3C/svg%3E");
}
.tileSelector-button-capexOpex {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D %3C/style%3E %3Ctitle%3Ebrand-icon-energy-cost%3C/title%3E %3Cg id='Guides'%3E %3Cpath class='st0' d='M11.9,21.5v-2c-1.2,0-2.4-0.3-3.6-0.9L9,16.2c1.1,0.6,2.3,0.9,3.5,0.9c1.2,0,2-0.5,2-1.3s-0.7-1.3-2.2-1.8 c-2.2-0.8-3.8-1.8-3.8-3.8c0-1.8,1.3-3.3,3.5-3.7v-2h2v1.9c1,0,2.1,0.3,3,0.7l-0.6,2.4c-0.9-0.5-2-0.7-3-0.7 c-1.4,0-1.8,0.6-1.8,1.2s0.7,1.1,2.5,1.8c2.5,0.9,3.5,2,3.5,3.9s-1.2,3.5-3.7,3.9v2.1H11.9z'/%3E %3Cpath class='st0' d='M13,2.7c5.7,0,10.3,4.6,10.3,10.3S18.7,23.3,13,23.3S2.7,18.7,2.7,13c0,0,0,0,0,0C2.7,7.3,7.3,2.7,13,2.7 M13,1C6.4,1,1,6.4,1,13s5.4,12,12,12s12-5.4,12-12S19.6,1,13,1z'/%3E %3C/g%3E %3C/svg%3E");
}
.tileSelector-button-costCurveAnalysis {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2,.cls-3%7Bfill:%23737676;%7D.cls-1%7Bopacity:0.5;%7D.cls-1,.cls-2%7Bisolation:isolate;%7D.cls-2%7Bopacity:0.7;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M2.92,13.28v6H6.59v-6ZM4.76,17.5A1.19,1.19,0,1,1,6,16.31,1.21,1.21,0,0,1,4.76,17.5Z'/%3E%3Cpath class='cls-2' d='M8.33,11.45v8.71H12V11.45ZM10.26,17a1.19,1.19,0,1,1,1.19-1.19A1.28,1.28,0,0,1,10.26,17Z'/%3E%3Cpath class='cls-1' d='M13.83,9.53V18.6H17.5V9.53Zm1.84,5.68A1.19,1.19,0,1,1,16.86,14,1.21,1.21,0,0,1,15.67,15.21Z'/%3E%3Cpath class='cls-2' d='M19.33,1V11.08H23V1Zm1.84,6.23A1.19,1.19,0,1,1,22.36,6,1.21,1.21,0,0,1,21.17,7.23Z'/%3E%3Cpolygon id='angle' class='cls-3' points='23 21.81 23 23 1 23 1 1 1.92 1 1.92 21.81 23 21.81'/%3E%3Cpath class='cls-3' d='M4.76,16.68v-.83c4.76,0,8.71-.83,11.46-2.47,2.93-1.75,4.49-4.22,4.49-7.34h.82C21.53,12.73,15.3,16.68,4.76,16.68Z'/%3E%3C/svg%3E");
}
.tileSelector-button-resource {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D %3C/style%3E %3Cpath id='brand-icon-energy-rig' class='st0' d='M5.5,25.3l7.5-6.6l7.5,6.6l0.6-0.6l0.9-0.2L16.8,1.3H9.3L4,24.6l0.9,0.2L5.5,25.3z M17.4,12.4l-4.4,4l-4.4-3.9L9,10.7l4-2.1l4,2.1L17.4,12.4z M14.9,7.6l1.3-0.7l0.4,1.6L14.9,7.6z M9.5,8.5l0.4-1.6l1.3,0.7L9.5,8.5z M15.3,3l0.5,2.2L13,6.7l-2.8-1.5L10.8,3H15.3z M14.3,17.5l3.5-3.1l1.8,7.9L14.3,17.5z M11.7,17.5l-5.3,4.7l1.8-7.8L11.7,17.5z'/%3E %3C/svg%3E");
}
.tileSelector-subHeader {
  display: block;
  margin: 0 10px;
  padding-top: 10px;
}
.tileSelector-option:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.tileSelector-option:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.tileSelector-option:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.tileSelector-option:nth-child(4) {
  -ms-grid-column: 4;
  -ms-grid-row: 1;
}
.tileSelector-option:nth-child(5) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.tileSelector-option:nth-child(6) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.tileSelector-option:nth-child(7) {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.tileSelector-option:nth-child(8) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}
.tileSelector-option:nth-child(9) {
  -ms-grid-column: 4;
  -ms-grid-row: 2;
}
.tileSelector-option:nth-child(10) {
  -ms-grid-column: 5;
  -ms-grid-row: 2;
}
.setDefault-image {
  display: inline-block;
  vertical-align: middle;
  height: 1.3rem;
  width: 1.3rem;
  border: solid 1px #999999;
  background-color: transparent;
  background-image: none;
  background-size: 75%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.setDefault-image:hover {
  cursor: pointer;
}
.setDefault-image.setDefault-image-isDefault {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.97 25.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2397B424;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Etick%3C/title%3E%3Cpolygon class='cls-1' points='33.97 3.69 30.27 0 11.98 18.29 3.69 10 0 13.7 8.29 21.98 8.28 21.99 11.97 25.69 11.98 25.68 11.99 25.69 15.69 22 15.68 21.98 33.97 3.69'/%3E%3C/svg%3E");
}
.setDefault-label {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
}
.setDefault-label:hover {
  cursor: pointer;
}
.shareCustomDashboard-button {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='440px' height='220px' viewBox='0 0 440 220' enable-background='new 0 0 440 220' xml:space='preserve'%3E %3Cpath fill='%23888888' d='M172.5,135c-10.107,0-19.228,4.041-25.978,10.535l-61.986-30.994C84.73,113.039,85,111.557,85,110 c0-1.557-0.27-3.04-0.464-4.541l61.986-30.994C153.272,80.959,162.392,85,172.5,85c20.715,0,37.5-16.797,37.5-37.5 S193.215,10,172.5,10S135,26.797,135,47.5c0,1.557,0.269,3.04,0.464,4.541L73.477,83.035C66.727,76.541,57.607,72.5,47.5,72.5 C26.785,72.5,10,89.297,10,110s16.785,37.5,37.5,37.5c10.106,0,19.227-4.041,25.977-10.535l61.987,30.994 c-0.195,1.502-0.464,2.984-0.464,4.541c0,20.703,16.785,37.5,37.5,37.5s37.5-16.797,37.5-37.5S193.215,135,172.5,135z'/%3E %3Cpath fill='%23FFFFFF' d='M392.5,135c-10.107,0-19.229,4.041-25.979,10.535l-61.985-30.994C304.73,113.039,305,111.557,305,110 c0-1.557-0.27-3.04-0.464-4.541l61.985-30.994C373.271,80.959,382.392,85,392.5,85c20.715,0,37.5-16.797,37.5-37.5 S413.215,10,392.5,10S355,26.797,355,47.5c0,1.557,0.27,3.04,0.464,4.541l-61.987,30.994C286.727,76.541,277.607,72.5,267.5,72.5 c-20.715,0-37.5,16.797-37.5,37.5s16.785,37.5,37.5,37.5c10.105,0,19.227-4.041,25.977-10.535l61.987,30.994 c-0.195,1.502-0.464,2.984-0.464,4.541c0,20.703,16.785,37.5,37.5,37.5s37.5-16.797,37.5-37.5S413.215,135,392.5,135z'/%3E %3C/svg%3E");
  background-size: 200% 100%;
}
.shareCustomDashboard-button:hover {
  cursor: pointer;
}
.shareCustomDashboard-button:focus {
  outline: none;
}
.shareCustomDashboard-button:hover {
  cursor: pointer;
}
.shareCustomDashboard-panelContainer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 108;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shareCustomDashboard-screen {
  position: absolute;
  opacity: 0.5;
  background-color: #888;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.shareCustomDashboard-panel {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 400px;
  z-index: 1;
}
.shareCustomDashboard-closeButton {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  height: 12px;
  width: 12px;
  padding-left: 2px;
  padding-right: 2px;
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center center;
  background-size: contain;
  float: right;
  color: #FFF;
}
.shareCustomDashboard-closeButton:hover {
  cursor: pointer;
}
.shareCustomDashboard-closeButton:focus {
  outline: none;
}
.shareCustomDashboard-closeButton:hover {
  cursor: pointer;
}
.shareCustomDashboard-header {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  background-color: #FFF;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .shareCustomDashboard-header {
    padding: 5px 10px;
  }
}
.shareCustomDashboard-content {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
}
.shareCustomDashboard-content:last-child {
  padding-bottom: 10px;
}
.shareCustomDashboard-controls {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.shareCustomDashboard-controls:last-child {
  padding-bottom: 10px;
}
.shareCustomDashboard-controls > button {
  margin-left: 1em;
}
.shareCustomDashboard-startButton {
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  padding: 4px 8px;
  outline: none;
  margin-right: 10px;
  white-space: nowrap;
  border: solid 1px #999999;
  border-radius: 2px;
}
.shareCustomDashboard-startButton-disabled {
  background-color: #c0c0c0;
  background-image: none;
  color: #fff;
  cursor: default;
}
.shareCustomDashboard-cancelButton {
  display: inline-block;
  color: #307EE9;
  border: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 5px 10px;
  outline: none;
  background: transparent;
  background-image: none;
}
.shareCustomDashboard-validationMessage {
  font-size: 0.875rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEUzRjA4ODZFQTk3MTFFNEE2RkRFQUUyOTAxODkzRUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEUzRjA4ODdFQTk3MTFFNEE2RkRFQUUyOTAxODkzRUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRTNGMDg4NEVBOTcxMUU0QTZGREVBRTI5MDE4OTNFQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRTNGMDg4NUVBOTcxMUU0QTZGREVBRTI5MDE4OTNFQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoI0eiYAAAC3SURBVHjaYvzv5saAB3hA6R24FLDg0QyS6wNiRiDeA8R/sCliwmNAFhBrArEGlM1AigHCQFyHxK+DihFtALoGELueWAM0kZzMCMUgkAmVI2hAH47AhQUqXgO8kKIOV7R64TKAFYh7GQiDXqhaDAMyoVGGDP5DMTLQgKqFBBI0JYJC+TYQC6IpZkQyCBm8B2JVIH4Lc0EDFs34gCBUD9gF2kD6AoFkjQ2AkrY+E55oIwRAevoBAgwAccQblik5W2sAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  padding-left: 20px;
  margin: 10px 10px 0 70px;
  flex-grow: 1;
}
.shareCustomDashboard-emailInput,
.shareCustomDashboard-messageInput {
  flex-grow: 1;
  border: solid 1px #f2f2f2;
}
.shareCustomDashboard-emailInput::-webkit-input-placeholder,
.shareCustomDashboard-messageInput::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Arial, Arial Regular, sans-serif;
}
.shareCustomDashboard-emailInput::-moz-placeholder,
.shareCustomDashboard-messageInput::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.shareCustomDashboard-emailInput:-ms-input-placeholder,
.shareCustomDashboard-messageInput:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.shareCustomDashboard-emailInput:-moz-placeholder,
.shareCustomDashboard-messageInput:-moz-placeholder {
  /* Firefox 18- */
  font-family: Arial, Arial Regular, sans-serif;
}
.shareCustomDashboard-emailInput::-webkit-input-placeholder,
.shareCustomDashboard-messageInput::-webkit-input-placeholder {
  color: #c0c0c0;
}
.shareCustomDashboard-emailInput::-moz-placeholder,
.shareCustomDashboard-messageInput::-moz-placeholder {
  color: #c0c0c0;
}
.shareCustomDashboard-emailInput:-ms-input-placeholder,
.shareCustomDashboard-messageInput:-ms-input-placeholder {
  color: #c0c0c0;
}
.shareCustomDashboard-emailInput:-moz-placeholder,
.shareCustomDashboard-messageInput:-moz-placeholder {
  color: #c0c0c0;
}
.shareCustomDashboard-nameInput {
  flex-grow: 1;
  border: solid 1px #f2f2f2;
  height: 1.1rem;
}
.shareCustomDashboard-nameInput::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Arial, Arial Regular, sans-serif;
}
.shareCustomDashboard-nameInput::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.shareCustomDashboard-nameInput:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.shareCustomDashboard-nameInput:-moz-placeholder {
  /* Firefox 18- */
  font-family: Arial, Arial Regular, sans-serif;
}
.shareCustomDashboard-nameInput::-webkit-input-placeholder {
  color: #c0c0c0;
}
.shareCustomDashboard-nameInput::-moz-placeholder {
  color: #c0c0c0;
}
.shareCustomDashboard-nameInput:-ms-input-placeholder {
  color: #c0c0c0;
}
.shareCustomDashboard-nameInput:-moz-placeholder {
  color: #c0c0c0;
}
.shareCustomDashboard-nameInput-error,
.shareCustomDashboard-emailInput-error {
  border-color: #f00;
}
.shareCustomDashboard-label {
  font-size: 0.875rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  min-width: 60px;
  margin-right: 10px;
}
.saveCustomDashboard-button {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='440px' height='220px' viewBox='0 0 440 220' enable-background='new 0 0 440 220' xml:space='preserve'%3E %3Cpath fill='%23888888' d='M10,10v187.5L22.5,210h175l12.5-12.5V10H10z M172.5,185h-68.75v-25h-25v25H47.5v-37.5h125V185z M185,110 l-12.5,12.5h-125L35,110V35h150V110z'/%3E %3Cpath fill='%23FFFFFF' d='M230,10v187.5l12.5,12.5h175l12.5-12.5V10H230z M392.5,185h-68.75v-25h-25v25H267.5v-37.5h125V185z M405,110 l-12.5,12.5h-125L255,110V35h150V110z'/%3E %3C/svg%3E");
  background-size: cover;
  background-position-x: 0;
}
.saveCustomDashboard-button:hover {
  cursor: pointer;
}
.saveCustomDashboard-button:focus {
  outline: none;
}
.saveCustomDashboard-button:hover {
  cursor: pointer;
}
.saveCustomDashboard-button-disabled {
  opacity: 0.6;
}
.saveCustomDashboard-button-disabled:hover {
  cursor: pointer;
}
.saveCustomDashboard-notification {
  font-size: 0.75rem;
  position: absolute;
  top: 35px;
  background-color: #fff;
  color: #000;
  padding: 10px;
  display: none;
  border: solid 1px #999999;
  z-index: 1000;
  width: 200px;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: auto;
  scrollbar-width: none;
}
.saveCustomDashboard-notification::before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  left: 5px;
  z-index: 2;
}
.saveCustomDashboard-notification::before {
  border-bottom-color: #999999;
  top: -19px;
}
.saveCustomDashboard-notification-active {
  display: -webkit-box;
}
.downloadCustomDashboard-header {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  background-color: #FFF;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .downloadCustomDashboard-header {
    padding: 5px 10px;
  }
}
.downloadCustomDashboard-header > span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.downloadCustomDashboard-subheader {
  background-color: #000;
  padding: 0 0 0 10px;
}
.downloadCustomDashboard-button {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 100 20' xml:space='preserve' sodipodi:docname='brand-ico-download.svg'%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' id='namedview3731' showgrid='false' /%3E %3Cg id='ico-download' style='fill:%23888888;fill-opacity:1'%3E %3Cpath class='base30' d='M 14,7 H 12 V 1 C 12.1,0.5 11.7,0.1 11.2,0 11.1,0 11,0 11,0 H 9 C 8.5,-0.1 8.1,0.3 8,0.8 8,0.8 8,0.9 8,1 V 7 H 6 C 5,7 4.9,8.8 5.2,9.1 L 10,14 14.8,9.1 C 15.1,8.8 15,7 14,7 Z' id='path3725' style='opacity:1;fill:%23888888;fill-opacity:1' /%3E %3Cpath class='gray-dark' d='m 19,13 h -5.2 l -2.4,2.4 c -0.8,0.8 -2,0.8 -2.8,0 0,0 0,0 0,0 L 6.2,13 H 1 c -0.6,0 -1,0.4 -1,1 v 5 c 0,0.6 0.4,1 1,1 h 18 c 0.6,0 1,-0.4 1,-1 v -5 c 0,-0.6 -0.4,-1 -1,-1 z' id='path3727' style='fill:%23888888;fill-opacity:1' /%3E %3C/g%3E %3Cg id='g4558' transform='translate(40)' style='fill:%23ffffff;fill-opacity:1'%3E %3Cpath id='path4554' d='M 14,7 H 12 V 1 C 12.1,0.5 11.7,0.1 11.2,0 11.1,0 11,0 11,0 H 9 C 8.5,-0.1 8.1,0.3 8,0.8 8,0.8 8,0.9 8,1 V 7 H 6 C 5,7 4.9,8.8 5.2,9.1 L 10,14 14.8,9.1 C 15.1,8.8 15,7 14,7 Z' class='base30' style='fill:%23ffffff;fill-opacity:1' /%3E %3Cpath id='path4556' d='m 19,13 h -5.2 l -2.4,2.4 c -0.8,0.8 -2,0.8 -2.8,0 0,0 0,0 0,0 L 6.2,13 H 1 c -0.6,0 -1,0.4 -1,1 v 5 c 0,0.6 0.4,1 1,1 h 18 c 0.6,0 1,-0.4 1,-1 v -5 c 0,-0.6 -0.4,-1 -1,-1 z' class='gray-dark' style='fill:%23ffffff;fill-opacity:1' /%3E %3C/g%3E%3Cg transform='translate(80)' id='g4564' style='fill:%232c6ee4;fill-opacity:1'%3E %3Cpath class='base30' d='M 14,7 H 12 V 1 C 12.1,0.5 11.7,0.1 11.2,0 11.1,0 11,0 11,0 H 9 C 8.5,-0.1 8.1,0.3 8,0.8 8,0.8 8,0.9 8,1 V 7 H 6 C 5,7 4.9,8.8 5.2,9.1 L 10,14 14.8,9.1 C 15.1,8.8 15,7 14,7 Z' id='path4560' style='opacity:1;fill:%232c6ee4;fill-opacity:1' /%3E %3Cpath class='gray-dark' d='m 19,13 h -5.2 l -2.4,2.4 c -0.8,0.8 -2,0.8 -2.8,0 0,0 0,0 0,0 L 6.2,13 H 1 c -0.6,0 -1,0.4 -1,1 v 5 c 0,0.6 0.4,1 1,1 h 18 c 0.6,0 1,-0.4 1,-1 v -5 c 0,-0.6 -0.4,-1 -1,-1 z' id='path4562' style='fill:%232c6ee4;fill-opacity:1' /%3E %3C/g%3E%3C/svg%3E");
  background-position: 0;
  background-size: 400% 100%;
}
.downloadCustomDashboard-button:hover {
  cursor: pointer;
}
.downloadCustomDashboard-button:focus {
  outline: none;
}
.downloadCustomDashboard-button:hover {
  cursor: pointer;
}
.downloadCustomDashboard-startButton {
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  padding: 4px 8px;
  outline: none;
  margin-right: 10px;
  white-space: nowrap;
  border: solid 1px #999999;
  border-radius: 2px;
}
.downloadCustomDashboard-startButton-disabled {
  background-color: #c0c0c0;
  background-image: none;
  color: #fff;
  cursor: default;
}
.downloadCustomDashboard-cancelButton {
  display: inline-block;
  color: #307EE9;
  border: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 5px 10px;
  outline: none;
  background: transparent;
  background-image: none;
}
.downloadCustomDashboard-screen {
  position: absolute;
  opacity: 0.5;
  background-color: #888;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.downloadCustomDashboard-panel {
  padding: 10px;
  background-color: #FFF;
  width: 400px;
  z-index: 1;
}
.downloadCustomDashboard-panelContainer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 108;
  display: flex;
  justify-content: center;
  align-items: center;
}
.downloadCustomDashboard-content {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
}
.downloadCustomDashboard-content:last-child {
  padding-bottom: 10px;
}
.downloadCustomDashboard-closeButton {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  height: 12px;
  width: 12px;
  padding-left: 2px;
  padding-right: 2px;
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center center;
  background-size: contain;
  float: right;
  color: #FFF;
}
.downloadCustomDashboard-closeButton:hover {
  cursor: pointer;
}
.downloadCustomDashboard-closeButton:focus {
  outline: none;
}
.downloadCustomDashboard-controls {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.downloadCustomDashboard-controls:last-child {
  padding-bottom: 10px;
}
.downloadCustomDashboard-controls > button {
  margin-left: 1em;
}
.downloadCustomDashboard-label {
  font-size: 0.875rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  min-width: 60px;
  margin-right: 10px;
}
.downloadCustomDashboard-filenameInput {
  flex-grow: 1;
  border: solid 1px #f2f2f2;
  height: 1.1rem;
}
.downloadCustomDashboard-filenameInput::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Arial, Arial Regular, sans-serif;
}
.downloadCustomDashboard-filenameInput::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.downloadCustomDashboard-filenameInput:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.downloadCustomDashboard-filenameInput:-moz-placeholder {
  /* Firefox 18- */
  font-family: Arial, Arial Regular, sans-serif;
}
.downloadCustomDashboard-filenameInput::-webkit-input-placeholder {
  color: #c0c0c0;
}
.downloadCustomDashboard-filenameInput::-moz-placeholder {
  color: #c0c0c0;
}
.downloadCustomDashboard-filenameInput:-ms-input-placeholder {
  color: #c0c0c0;
}
.downloadCustomDashboard-filenameInput:-moz-placeholder {
  color: #c0c0c0;
}
.downloadCustomDashboard-filenameInput-error {
  border-color: #f00;
}
.downloadCustomDashboard-validationMessage {
  font-size: 0.875rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEUzRjA4ODZFQTk3MTFFNEE2RkRFQUUyOTAxODkzRUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEUzRjA4ODdFQTk3MTFFNEE2RkRFQUUyOTAxODkzRUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRTNGMDg4NEVBOTcxMUU0QTZGREVBRTI5MDE4OTNFQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRTNGMDg4NUVBOTcxMUU0QTZGREVBRTI5MDE4OTNFQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoI0eiYAAAC3SURBVHjaYvzv5saAB3hA6R24FLDg0QyS6wNiRiDeA8R/sCliwmNAFhBrArEGlM1AigHCQFyHxK+DihFtALoGELueWAM0kZzMCMUgkAmVI2hAH47AhQUqXgO8kKIOV7R64TKAFYh7GQiDXqhaDAMyoVGGDP5DMTLQgKqFBBI0JYJC+TYQC6IpZkQyCBm8B2JVIH4Lc0EDFs34gCBUD9gF2kD6AoFkjQ2AkrY+E55oIwRAevoBAgwAccQblik5W2sAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  padding-left: 20px;
  margin: 10px 10px 0 70px;
  flex-grow: 1;
}
.downloadCustomDashboard-informationMessage {
  font-size: 0.875rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  margin: 10px 10px 0 70px;
  flex-grow: 1;
}
.deleteCustomDashboard {
  position: relative;
}
.deleteCustomDashboard-button {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='440px' height='220px' viewBox='0 0 440 220' enable-background='new 0 0 440 220' xml:space='preserve'%3E %3Cg%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23888888' d='M10,132h80V84H10V132z M25,99h50v18H25V99z'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23888888' d='M10,190h80v-48H10V190z M25,157h50v18H25V157z'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23888888' d='M160.031,145c-6.821,0-13.395-1.055-19.572-3H100v48h80v-48 h-0.422C173.408,143.945,166.844,145,160.031,145z M165,175h-50v-18h50V175z'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23888888' d='M100,105.023V132h21.008 C111.802,125.087,104.496,115.789,100,105.023z'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23888888' d='M160.024,30C132.388,30,110,52.388,110,80s22.388,50,50.024,50 C187.621,130,210,107.612,210,80S187.621,30,160.024,30z M193.588,99.445l-14.143,14.143L160,94.143l-19.445,19.445l-14.142-14.143 L145.857,80l-19.445-19.445l14.142-14.143L160,65.857l19.445-19.445l14.143,14.143L174.143,80L193.588,99.445z'/%3E %3C/g%3E %3Cg%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' d='M230,132h80V84h-80V132z M245,99h50v18h-50V99z'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' d='M230,190h80v-48h-80V190z M245,157h50v18h-50V157z'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' d='M380.031,145c-6.821,0-13.395-1.055-19.572-3H320v48h80v-48 h-0.422C393.408,143.945,386.844,145,380.031,145z M385,175h-50v-18h50V175z'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' d='M320,105.023V132h21.008 C331.802,125.087,324.496,115.789,320,105.023z'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' d='M380.024,30C352.388,30,330,52.388,330,80s22.388,50,50.024,50 C407.621,130,430,107.612,430,80S407.621,30,380.024,30z M413.588,99.445l-14.143,14.143L380,94.143l-19.445,19.445l-14.143-14.143 L365.857,80l-19.445-19.445l14.143-14.143L380,65.857l19.445-19.445l14.143,14.143L394.143,80L413.588,99.445z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 200% 100%;
}
.deleteCustomDashboard-button:hover {
  cursor: pointer;
}
.deleteCustomDashboard-button:focus {
  outline: none;
}
.deleteCustomDashboard-button:hover {
  cursor: pointer;
}
.deleteCustomDashboard .confirmDeletePanel {
  margin-top: 35px;
  margin-left: -5px;
}
.newCustomDashboard {
  position: relative;
}
.newCustomDashboard-button {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='220px' height='220px' viewBox='0 0 220 220' enable-background='new 0 0 220 220' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23888888' points='185,135 147.5,135 147.5,97.5 110,97.5 110,135 72.5,135 72.5,172.5 110,172.5 110,210 147.5,210 147.5,172.5 185,172.5 '/%3E %3Cpolygon fill='%23888888' points='35,35 135,35 135,60 160,60 160,10 10,10 10,197.5 47.5,197.5 47.5,172.5 35,172.5 '/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  border: none;
  white-space: nowrap;
  background-size: contain;
  padding: 0 0 0 20px;
  color: #fff;
  position: relative;
}
.newCustomDashboard-button:hover {
  cursor: pointer;
}
.newCustomDashboard-button:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #999999;
  position: absolute;
  top: 5px;
}
.newCustomDashboard-active .newCustomDashboard-button:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
}
.newCustomDashboard-options {
  display: none;
  position: absolute;
  background: #fff;
  color: #000;
  padding: 5px;
  top: 100%;
  width: 150px;
  z-index: 3;
  border: solid 1px #999999;
}
.newCustomDashboard-options > li {
  padding: 4px 5px;
  color: #333;
  display: inline-block;
  font-size: 10pt;
  font-family: Arial;
  width: 139px;
}
.newCustomDashboard-options > li:hover {
  cursor: pointer;
  background-color: silver;
}
.newCustomDashboard-active .newCustomDashboard-options {
  display: block;
}
.newCustomDashboard-label {
  margin-right: 5px;
  color: #000;
}
.addCustomChart {
  position: relative;
}
.addCustomChart-button {
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  padding: 4px 8px;
  outline: none;
  margin-right: 10px;
  white-space: nowrap;
  border: solid 1px #999999;
  border-radius: 2px;
  position: relative;
}
.addCustomChart-disabled .addCustomChart-button {
  background-color: #c0c0c0;
  background-image: none;
  color: #fff;
  cursor: default;
}
.addCustomChart-disabled .addCustomChart-button {
  background-color: #c0c0c0;
  background-image: none;
  color: #fff;
  cursor: default;
}
.addCustomChart-disabled .addCustomChart-button:after {
  border-top-color: #fff;
}
.addCustomChart-button:hover {
  cursor: pointer;
}
.addCustomChart-button:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #999999;
  margin-left: 8px;
}
@media screen and (max-width: 1014px) {
  .addCustomChart-button:after {
    top: 5px;
  }
}
.addCustomChart-active .addCustomChart-button:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #999999;
}
.addCustomChart-options {
  display: none;
  position: absolute;
  background: #fff;
  color: #000;
  padding: 10px;
  top: 100%;
  width: 150px;
  z-index: 3;
}
.addCustomChart-active .addCustomChart-options {
  display: block;
}
.addCustomChart-option {
  padding: 5px;
}
.addCustomChart-option:hover {
  cursor: pointer;
  background-color: #c0c0c0;
}
.addCustomTable {
  position: relative;
}
.addCustomTable-button {
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  padding: 4px 8px;
  outline: none;
  margin-right: 10px;
  white-space: nowrap;
  border: solid 1px #999999;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 0;
}
.addCustomTable-disabled .addCustomTable-button {
  background-color: #c0c0c0;
  background-image: none;
  color: #fff;
  cursor: default;
}
.addCustomTable-disabled .addCustomTable-button:after {
  border-top-color: #fff;
}
.addCustomTable-button:hover {
  cursor: pointer;
}
.addCustomTable-button:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #999999;
  margin-left: 8px;
}
@media screen and (max-width: 1014px) {
  .addCustomTable-button:after {
    top: 5px;
  }
}
.addCustomTable-active .addCustomTable-button:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #999999;
}
.addCustomTable-options {
  display: none;
  position: absolute;
  background: #fff;
  color: #000;
  padding: 10px;
  top: 100%;
  width: 150px;
  z-index: 3;
}
.addCustomTable-active .addCustomTable-options {
  display: block;
}
.savedDashboardManager {
  position: relative;
}
.savedDashboardManager-button {
  background-color: transparent;
  border: solid 1px #737676;
  display: inline-block;
  height: 1.3rem;
  width: 1.3rem;
  text-align: center;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .savedDashboardManager-button {
    height: 1rem;
    width: 1rem;
  }
}
.savedDashboardManager-button:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #737676;
  vertical-align: bottom;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .savedDashboardManager-button:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 0 none;
    font-size: 0;
    line-height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #737676;
    vertical-align: middle;
  }
}
.savedDashboardManager-button:hover {
  cursor: pointer;
}
.savedDashboardManager-button-active {
  background-color: #fff;
}
.savedDashboardManager-button-active:after {
  border-top-color: #307EE9;
}
.savedDashboardManager-panel {
  position: absolute;
  border: solid 1px #999999;
  padding: 10px;
  background-color: #FFF;
  z-index: 11;
  margin-top: 10px;
  width: 500px;
  left: -10px;
  top: 30px;
}
.savedDashboardManager-header {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  background-color: #FFF;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .savedDashboardManager-header {
    padding: 5px 10px;
  }
}
.savedDashboardManager-panel::before,
.savedDashboardManager-panel::after {
  position: absolute;
  left: 10px;
}
.savedDashboardManager-panel::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  top: -8px;
  z-index: 2;
}
.savedDashboardManager-panel::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  top: -9px;
  z-index: 1;
}
.savedDashboardManager-content {
  flex-direction: column;
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
}
.savedDashboardManager-content:last-child {
  padding-bottom: 10px;
}
.savedDashboardManager-list {
  width: 100%;
  table-layout: fixed;
}
.savedDashboardManager-list.table-with-scroll thead,
.savedDashboardManager-list.table-with-scroll .savedDashboardManager-listBody {
  overflow-y: scroll;
}
.savedDashboardManager-list thead {
  overflow-x: hidden;
  display: block;
}
.savedDashboardManager-listBody {
  display: block;
  min-height: 5rem;
  max-height: 15rem;
  overflow-x: hidden;
  max-height: 6rem;
}
@media screen and (max-height: 900px) and (min-height: 721px) {
  .savedDashboardManager-listBody {
    max-height: 8rem;
  }
}
@media screen and (min-height: 901px) {
  .savedDashboardManager-listBody {
    max-height: 10rem;
  }
}
.savedDashboardManager-headerRow {
  display: block;
}
.savedDashboardManager-headerRow th {
  background-color: #f2f2f2;
}
.savedDashboardManager-listRow {
  cursor: pointer;
  background-color: #fff;
  color: #000;
  display: block;
  width: 100%;
}
.savedDashboardManager-listRow.active-dashboard td {
  background-color: #e0e7ef;
}
.savedDashboardManager-listRow:hover td {
  background-color: #e4f0fe;
}
.savedDashboardManager-listRow:nth-child(even) td {
  background-color: #f2f2f2;
}
.savedDashboardManager-listRow:nth-child(even):hover td {
  background-color: #e4f0fe;
}
.savedDashboardManager-listRow:nth-child(even) .savedDashboardManager-dashboardName.savedDashboardManager-dashboardName-current {
  background-color: #e4f0fe;
}
.savedDashboardManager-listRow:hover .savedDashboardManager-deleteButton {
  display: inline-block;
}
.savedDashboardManager-deleteButton {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding: 0;
  display: none;
  background-image: url(data:image/png;base64,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);
  background-size: 200% 100%;
  background-position: 0;
  height: 10px;
  width: 10px;
  line-height: 10px;
}
.savedDashboardManager-deleteButton:hover {
  cursor: pointer;
}
.savedDashboardManager-deleteButton:focus {
  outline: none;
}
.savedDashboardManager-deleteButton:hover {
  background-position: 100%;
}
.savedDashboardManager-headerCell {
  padding: 5px;
  background-color: #f2f2f2;
}
.savedDashboardManager-headerName,
.savedDashboardManager-listBody td:nth-child(1) {
  width: 43%;
}
.savedDashboardManager-headerUser,
.savedDashboardManager-listBody td:nth-child(2) {
  width: 23%;
}
.savedDashboardManager-headerLastOpened,
.savedDashboardManager-listBody td:nth-child(3) {
  width: 26%;
}
::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
.savedDashboardManager-listRow td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  display: inline-block;
  height: 1rem;
  vertical-align: top;
}
.savedDashboardManager-headerCell {
  display: inline-block;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.confirmDeletePanel {
  position: absolute;
  border: solid 1px #999999;
  padding: 10px;
  background-color: #FFF;
  z-index: 11;
  margin-top: 10px;
  display: none;
  min-width: 250px;
}
.confirmDeletePanel-active {
  display: block;
}
.confirmDeletePanel-header {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  background-color: #FFF;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .confirmDeletePanel-header {
    padding: 5px 10px;
  }
}
.confirmDeletePanel-deleteMessage {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY1OTAwMjJFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY1OTAwMjNFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjU5MDAyMEVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjU5MDAyMUVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk9PFcoAAAC9SURBVHjaYvy/hQEf8IDSO3ApYMRjAAsQXwKpAWJdIP6DTRETHtuzgFgTiDWgbJJcIAzEN6E0CLwFYnUoTZQL6pA0wwysJ9YFmlC/s0D9DwL/oWGgB8TXCbmgD6oZW6D2EfKCF1LU4YpWL1wGsAJxLwNh0AtVi2FAJjTKkMF/KEYGGlC1KIEICuXbQCyIHshIBiGD90CsCopWmAsasGjGBwShesAu0AbSF3CEPD4AilZ9JjzRRgiA9PQDBBgAbsQljlPWHeoAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  padding-left: 30px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  width: 230px;
}
.confirmDeletePanel-closeButton {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  height: 12px;
  width: 12px;
  padding-left: 2px;
  padding-right: 2px;
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center center;
  background-size: contain;
  float: right;
  color: #FFF;
}
.confirmDeletePanel-closeButton:hover {
  cursor: pointer;
}
.confirmDeletePanel-closeButton:focus {
  outline: none;
}
.confirmDeletePanel-deleteButton {
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  padding: 4px 8px;
  outline: none;
  margin-right: 10px;
  white-space: nowrap;
  border: solid 1px #999999;
  border-radius: 2px;
}
.confirmDeletePanel-cancelButton {
  display: inline-block;
  color: #307EE9;
  border: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 5px 10px;
  outline: none;
  background: transparent;
  background-image: none;
}
.confirmDeletePanel-content {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
}
.confirmDeletePanel-content:last-child {
  padding-bottom: 10px;
}
.confirmDeletePanel-controls {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.confirmDeletePanel-controls:last-child {
  padding-bottom: 10px;
}
.confirmDeletePanel-controls > button {
  margin-left: 1em;
}
.confirmDeletePanel-pointerTop::before,
.confirmDeletePanel-pointerTop::after {
  position: absolute;
  left: 10px;
}
.confirmDeletePanel-pointerTop::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  top: -8px;
  z-index: 2;
}
.confirmDeletePanel-pointerTop::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  top: -9px;
  z-index: 1;
}
.confirmDeletePanel-pointerLeft::before,
.confirmDeletePanel-pointerLeft::after {
  position: absolute;
  top: 10px;
}
.confirmDeletePanel-pointerLeft::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 none;
  font-size: 0;
  line-height: 0;
  border-right: 8px solid #999999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -8px;
  z-index: 2;
}
.confirmDeletePanel-pointerLeft::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 none;
  font-size: 0;
  line-height: 0;
  border-right: 8px solid #999999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -9px;
  z-index: 1;
}
.customViewerToolbar {
  display: flex;
}
.customViewerToolbar-container {
  display: flex;
  padding: 5px 10px;
}
@media screen and (max-width: 1014px) {
  .customViewerToolbar-container {
    padding: 2px 4px;
  }
}
.customViewerToolbar-dashboardName {
  background-color: transparent;
  border: none;
  height: 1.1rem;
  margin: 0 5px;
}
.customViewerToolbar-dashboardName::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Arial, Arial Regular, sans-serif;
}
.customViewerToolbar-dashboardName::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.customViewerToolbar-dashboardName:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.customViewerToolbar-dashboardName:-moz-placeholder {
  /* Firefox 18- */
  font-family: Arial, Arial Regular, sans-serif;
}
.customViewerToolbar-dashboardName::-webkit-input-placeholder {
  color: #a9a9a9;
}
.customViewerToolbar-dashboardName::-moz-placeholder {
  color: #a9a9a9;
}
.customViewerToolbar-dashboardName:-ms-input-placeholder {
  color: #a9a9a9;
}
.customViewerToolbar-dashboardName:-moz-placeholder {
  color: #a9a9a9;
}
.customViewerToolbar-dashboardName:focus {
  border-width: 0;
  outline: none;
}
.customViewerToolbar-dashboardNameContainer {
  margin-right: 5px;
}
.customViewerToolbar-dashboardNameContainer:after {
  content: "";
  border: solid 1px #888;
  width: 100%;
  display: block;
  margin-top: -1px;
  height: 5px;
  border-top: none;
}
.customViewerToolbar-newTileButtons {
  flex-grow: 2;
  justify-content: flex-end;
}
.customViewerToolbar-button-spaced {
  margin: 0 5px;
}
.customViewerToolbar-emptyDashboardMessage {
  margin-right: 10px;
}
.customViewerToolbar-actionButton {
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  padding: 4px 8px;
  outline: none;
  margin-right: 10px;
  white-space: nowrap;
  border: solid 1px #999999;
  border-radius: 2px;
}
.customViewerToolbar-actionButton-disabled {
  background-color: #c0c0c0;
  background-image: none;
  color: #fff;
  cursor: default;
}
.customViewerToolbar-linkButton {
  display: inline-block;
  color: #307EE9;
  border: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 5px 10px;
  outline: none;
  background: transparent;
  background-image: none;
}
.savePrompt-panelContainer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 108;
  display: flex;
  justify-content: center;
  align-items: center;
}
.savePrompt-screen {
  position: absolute;
  opacity: 0.5;
  background-color: #888;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.savePrompt-panel {
  position: absolute;
  border: solid 1px #999999;
  padding: 10px;
  background-color: #FFF;
  z-index: 11;
  margin-top: 10px;
  width: 400px;
}
.savePrompt-closeButton {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  height: 12px;
  width: 12px;
  padding-left: 2px;
  padding-right: 2px;
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center center;
  background-size: contain;
  float: right;
  color: #FFF;
}
.savePrompt-closeButton:hover {
  cursor: pointer;
}
.savePrompt-closeButton:focus {
  outline: none;
}
.savePrompt-saveButton {
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  padding: 4px 8px;
  outline: none;
  margin-right: 10px;
  white-space: nowrap;
  border: solid 1px #999999;
  border-radius: 2px;
}
.savePrompt-saveButton-disabled {
  background-color: #c0c0c0;
  background-image: none;
  color: #fff;
  cursor: default;
}
.savePrompt-discardButton {
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  padding: 4px 8px;
  outline: none;
  margin-right: 10px;
  white-space: nowrap;
  border: solid 1px #999999;
  border-radius: 2px;
}
.savePrompt-discardButton-nudge {
  margin-right: 0;
}
.savePrompt-cancelButton {
  display: inline-block;
  color: #307EE9;
  border: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 5px 10px;
  outline: none;
  background: transparent;
  background-image: none;
}
.savePrompt-controls {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.savePrompt-controls:last-child {
  padding-bottom: 10px;
}
.savePrompt-controls > button {
  margin-left: 1em;
}
.savePrompt-content {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
}
.savePrompt-content:last-child {
  padding-bottom: 10px;
}
.savePrompt-header {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  background-color: #FFF;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .savePrompt-header {
    padding: 5px 10px;
  }
}
.savePrompt-saveMessage {
  font-size: 0.875rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY1OTAwMjJFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY1OTAwMjNFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjU5MDAyMEVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjU5MDAyMUVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk9PFcoAAAC9SURBVHjaYvy/hQEf8IDSO3ApYMRjAAsQXwKpAWJdIP6DTRETHtuzgFgTiDWgbJJcIAzEN6E0CLwFYnUoTZQL6pA0wwysJ9YFmlC/s0D9DwL/oWGgB8TXCbmgD6oZW6D2EfKCF1LU4YpWL1wGsAJxLwNh0AtVi2FAJjTKkMF/KEYGGlC1KIEICuXbQCyIHshIBiGD90CsCopWmAsasGjGBwShesAu0AbSF3CEPD4AilZ9JjzRRgiA9PQDBBgAbsQljlPWHeoAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  padding-left: 30px;
}
.savePrompt-dashboardName {
  flex-grow: 1;
  border: solid 1px #f2f2f2;
  height: 1.1rem;
}
.savePrompt-dashboardName::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Arial, Arial Regular, sans-serif;
}
.savePrompt-dashboardName::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.savePrompt-dashboardName:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.savePrompt-dashboardName:-moz-placeholder {
  /* Firefox 18- */
  font-family: Arial, Arial Regular, sans-serif;
}
.savePrompt-dashboardName::-webkit-input-placeholder {
  color: #c0c0c0;
}
.savePrompt-dashboardName::-moz-placeholder {
  color: #c0c0c0;
}
.savePrompt-dashboardName:-ms-input-placeholder {
  color: #c0c0c0;
}
.savePrompt-dashboardName:-moz-placeholder {
  color: #c0c0c0;
}
.savePrompt-label {
  font-size: 0.875rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  min-width: 60px;
  margin-right: 10px;
}
.summaryTable {
  margin: 0 0 0 70px;
  overflow: auto;
}
.summaryTable .customTable-headerContent tr:last-of-type th:last-of-type span::before {
  content: 'Total';
}
.summaryTable-empty {
  width: 100%;
  text-align: left;
}
.summaryTable .dashboardTable-value {
  text-align: right;
}
.summaryTable .dashboardTable-label {
  text-align: left;
}
.summaryTable .dashboardTable-label,
.summaryTable .dashboardTable-value {
  padding: 5px;
  vertical-align: middle;
}
@media screen and (max-height: 600px) {
  .summaryTable .dashboardTable-label,
  .summaryTable .dashboardTable-value {
    padding: 2px;
  }
}
.summaryTable .summaryTable-measureValue:last-of-type {
  font-weight: bold;
}
.customTable-container-isPivot .summaryTable-measureValue:last-of-type {
  font-weight: normal;
}
.customTable-container-isPivot tr:last-of-type .summaryTable-measureCell {
  font-weight: bold;
}
.customTable-container-isPivot .customTable-headerContent tr:last-of-type th:last-of-type span::before {
  content: none;
}
.customTable-container-isPivot.customTable-container-isGrouped .customTable-bodyLabels tr:last-of-type {
  font-weight: bold;
}
.dashboardTable-total {
  font-weight: bold;
}
.summaryTable-pivotButton {
  border: solid 1px #c1c6ca;
  background-color: #fff;
  color: #307EE9;
  cursor: pointer;
  padding: 5px;
  margin: 10px 0 10px 10px;
}
.summaryTable-pivotButton:focus {
  outline: 0;
}
@media screen and (max-height: 600px) {
  .summaryTable-pivotButton {
    padding: 2px;
    margin: 0 10px 5px;
  }
}
.summaryTable-pivotButtonLabel {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:%23317fe9;%7D.cls-2%7Bopacity:0.5;%7D.cls-3%7Bopacity:0.75;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EArtboard 1%3C/title%3E%3Crect class='cls-1' x='12' width='6' height='6'/%3E%3Crect class='cls-2' x='12' y='5' width='6' height='6'/%3E%3Cg class='cls-3'%3E%3Cpath class='cls-1' d='M17,6v4H13V6h4m1-1H12v6h6V5Z'/%3E%3C/g%3E%3Crect class='cls-1' y='12' width='6' height='6'/%3E%3Crect class='cls-2' x='5' y='12' width='6' height='6'/%3E%3Cg class='cls-3'%3E%3Cpath class='cls-1' d='M10,13v4H6V13h4m1-1H5v6h6V12Z'/%3E%3C/g%3E%3Cpolygon class='cls-1' points='11 3 8 0 7.95 2 4 2 2 2 2 4 2 8.03 0 8 3 11 6 8 4 7.95 4 4 8.03 4 8 6 11 3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 18px 18px;
  display: block;
  padding-left: 20px;
  pointer-events: none;
}
.summaryTable-controls {
  display: flex;
  justify-content: space-between;
  margin-left: 70px;
  margin-bottom: 5px;
}
.summaryTable-controls .control-container {
  display: inline-flex;
}
.summaryTable-controls .multi-selector {
  margin-left: 0;
}
.periodicTable {
  margin: 0 0 0 70px;
  overflow: auto;
}
.periodicTable-empty {
  width: 100%;
  text-align: left;
}
.periodicTable .dashboardTable-value {
  text-align: right;
}
.periodicTable .dashboardTable-label {
  text-align: left;
}
.periodicTable .dashboardTable-label,
.periodicTable .dashboardTable-value {
  padding: 5px;
  vertical-align: middle;
}
.periodicTable .periodicTable-totalsRow {
  font-weight: bold;
}
.dashboardTable-firstLabel .periodicTable-measureCell::before {
  content: 'Total';
}
.periodicTable-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 70px;
  margin-bottom: 5px;
}
.periodicTable-controls .control-groupBy {
  display: inline-flex;
}
.periodicTable-controls .multi-selector {
  margin-left: 0;
}
/**
    The following classes reduce the space occupied by multi-selector a little
    in order to fit all the parts into a single tile 
*/
.polygon-chart-controls {
  margin-bottom: 3px;
}
.control-multi-selector .multi-selector-toggle-button {
  margin: 0px;
}
.resourceSummaryTable {
  margin-left: auto;
  margin-right: auto;
}
.grid-item-maximised .resourceSummaryTable {
  height: auto;
}
div > .resourceSummaryTable {
  border: #c1c6ca solid 1px;
}
.resourceSummaryTable th,
.resourceSummaryTable td {
  width: 75px;
  text-align: right;
}
.resourceSummaryTable thead {
  display: table-header-group;
}
.resourceSummaryTable tbody {
  display: table-row-group;
  overflow-y: scroll;
  max-height: 14rem;
}
.resourceSummaryTable tr > th:first-child,
.resourceSummaryTable tr > td:first-child {
  width: 240px;
  text-align: left;
}
.resourceSummaryTable table {
  margin: 0;
  width: 100%;
}
.resourceSummaryTable span {
  padding: 0 0.5rem;
}
.resourceSummaryTable-headerRow td {
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
}
.resourceSummaryTable .resourceSummaryTable-collapsible > td:first-child {
  width: 200px;
  padding-left: 40px;
}
.resourceSummaryTable .resourceSummaryTable-headerRow > td:first-child {
  width: 220px;
  padding-left: 20px;
}
.resourceSummaryTable th {
  background-color: #fff;
}
.resourceSummaryTable td {
  background-color: #ebf0f5;
}
.resourceSummaryTable tr:nth-of-type(2n) > td {
  background-color: #fff;
}
.resourceSummaryTable th,
.resourceSummaryTable td {
  line-height: 1.4rem;
  font-size: 0.8rem;
}
.resourceSummaryTable-toggle {
  padding: 0;
  margin: 0 2px 0 0;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-right: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 6px solid #000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.resourceSummaryTable-toggle:hover {
  cursor: pointer;
}
.resourceSummaryTable-toggle-active {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #000;
}
.dashboard-tile-duplicate-button {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: transparent;
  vertical-align: top;
  width: 16px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 16' style='enable-background:new 0 0 24 16;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23C1C6CA;%7D .st2%7Bfill:%232C6EE4;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Crect x='0.5' y='0.5' class='st0' width='23' height='15'/%3E %3Cg%3E %3Cpath class='st1' d='M23,1v14H1V1H23 M24,0H0v16h24V0L24,0z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cpolygon class='st2' points='15.4,11.5 15.4,12.5 5.4,12.5 5.4,5.5 6.4,5.5 6.4,4.5 4.4,4.5 4.4,13.5 16.4,13.5 16.4,11.5 '/%3E %3Cg%3E %3Cg%3E %3Cpolygon class='st2' points='19.6,2.5 16.6,2.5 16.6,3.5 18.6,3.5 18.6,5.5 19.6,5.5 '/%3E %3Cpolygon class='st2' points='14.6,2.5 12.6,2.5 12.6,3.5 14.6,3.5 '/%3E %3Cpolygon class='st2' points='10.6,2.5 7.6,2.5 7.6,5.5 8.6,5.5 8.6,3.5 10.6,3.5 '/%3E %3Cpolygon class='st2' points='7.6,7.5 7.6,9.5 7.6,9.5 7.6,10.5 10.6,10.5 10.6,9.5 8.6,9.5 8.6,7.5 '/%3E %3Cpolygon class='st2' points='14.6,9.5 12.6,9.5 12.6,10.5 14.6,10.5 '/%3E %3Cpolygon class='st2' points='18.6,7.5 18.6,9.5 16.6,9.5 16.6,10.5 18.6,10.5 19.6,10.5 19.6,9.5 19.6,7.5 '/%3E %3C/g%3E %3Cpolygon class='st2' points='15.6,6 14.1,6 14.1,4.5 13.1,4.5 13.1,6 11.6,6 11.6,7 13.1,7 13.1,8.5 14.1,8.5 14.1,7 15.6,7 '/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  float: left;
  height: 16px;
  width: 24px;
}
.dashboard-tile-duplicate-button:focus {
  outline: none;
}
.dashboard-tile-remove-button {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: transparent;
  vertical-align: top;
  width: 16px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 16' style='enable-background:new 0 0 24 16;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23C1C6CA;%7D .st2%7Bfill:%232C6EE4;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Crect x='0.5' y='0.5' class='st0' width='23' height='15'/%3E %3Cg%3E %3Cpath class='st1' d='M23,1v14H1V1H23 M24,0H0v16h24V0L24,0z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath class='st2' d='M16,2.6c-1.9,0-3.4,1.5-3.4,3.4s1.5,3.4,3.4,3.4s3.4-1.5,3.4-3.4S17.9,2.6,16,2.6z M17.2,7.9L16,6.7 l-1.2,1.2l-0.7-0.7L15.3,6l-1.2-1.2l0.7-0.7L16,5.3l1.2-1.2l0.7,0.7L16.7,6l1.2,1.2L17.2,7.9z'/%3E %3C/g%3E %3Cg%3E %3Cpath class='st2' d='M15.6,10.3v2h-10v-7h6.1c0.1-0.3,0.1-0.7,0.3-1H4.6v9h12v-3.1c-0.2,0-0.4,0.1-0.6,0.1 C15.9,10.4,15.8,10.3,15.6,10.3z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  float: left;
  height: 16px;
  width: 24px;
}
.dashboard-tile-remove-button:focus {
  outline: none;
}
.dashboardTile-companyFootnote {
  color: #DD7700;
  padding-bottom: 0;
}
span.dashboardTile-companyFootnote {
  margin-left: 70px;
}
.chart-info-popup {
  position: absolute;
  top: 21px;
  left: 252px;
}
.multi-selector {
  z-index: 1;
  margin-left: 70px;
}
.multi-selector-triangle-right {
  content: "";
  width: 0;
  height: 0;
  border-right: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 10px solid #307EE9;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.multi-selector-panel {
  position: absolute;
  border: solid 1px #999999;
  padding: 10px;
  background-color: #FFF;
  z-index: 11;
  margin-top: 10px;
  top: -500px;
  left: -500px;
  pointer-events: all;
  width: 600px;
  margin: 0;
}
.multi-selector-screen {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 15;
}
.multi-selector-screen.multi-selector-panel-active {
  display: block;
}
.multi-selector-closeButton {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  height: 12px;
  width: 12px;
  padding-left: 2px;
  padding-right: 2px;
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center center;
  background-size: contain;
  float: right;
  color: #FFF;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAAEV95QVAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADFSURBVHjaYvz//z8zAwODOgOQoQvE/wECiBGIGZiAQmwAAQRmAQGIYAcIIJB8CEgAiEWRZRiZYAwgDgEIIAaokv9Q5VpQNhtMQvc/AoDNAwggkOBSqCQM7wKZeQeIfzJAwCsg/g6TbYRq3wjiw5wCUvEOiBVBjmWCChwHYg0g7gAZBRBgIK3hUK0/kXwDwyCnvoLK9yJLNCJpKkBSBLKfDeYFZAzy41eoor9AHIEsj6wI3aRGdOeBFBpAFcKtQ8MgTX9AGgDrOzJWvP8K4AAAAABJRU5ErkJggg==);
}
.multi-selector-closeButton:hover {
  cursor: pointer;
}
.multi-selector-closeButton:focus {
  outline: none;
}
.multi-selector-header {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  background-color: #FFF;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .multi-selector-header {
    padding: 5px 10px;
  }
}
.multi-selector-panel-title {
  display: block;
  padding-bottom: 10px;
}
.multi-selector-panel-active {
  display: block;
}
.multi-selector-columns {
  display: flex;
}
.multi-selector-column {
  position: relative;
  padding: 10px;
}
.multi-selector-button-container {
  top: 21%;
  position: relative;
}
.multi-selector-button {
  border: solid 1px #c1c6ca;
  background-color: #fff;
  color: #307EE9;
  cursor: pointer;
  padding: 5px;
  margin: 10px 0;
  width: 100%;
}
.multi-selector-button:focus {
  outline: none;
}
@media screen and (max-height: 600px) {
  .multi-selector-button {
    margin: 0 0 10px;
  }
}
.multi-selector-button-disabled {
  color: #a9a9a9;
}
.multi-selector-toggle-button {
  width: 90px;
}
@media screen and (max-height: 600px) {
  .multi-selector-toggle-button {
    padding: 2px;
    margin: 0;
  }
}
select.multi-selector-options-list {
  width: 222px;
  height: 245px;
  font-size: 0.75rem;
}
@media screen and (max-height: 600px) {
  select.multi-selector-options-list {
    height: 175px;
  }
}
.multi-selector-prompt {
  position: absolute;
  top: 50%;
  left: 0px;
  font-size: 0.75rem;
  width: 100%;
  text-align: center;
}
.multi-selector-controls {
  padding: 10px;
  background-color: #FFF;
  color: #000;
  overflow: hidden;
}
.multi-selector-apply {
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  padding: 4px 8px;
  outline: none;
  margin-right: 10px;
  white-space: nowrap;
  border: solid 1px #999999;
  border-radius: 2px;
  margin: 1em;
  float: left;
}
.multi-selector-close {
  display: inline-block;
  color: #307EE9;
  border: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 5px 10px;
  outline: none;
  background: transparent;
  background-image: none;
  float: right;
  margin: 1em;
}
.tile-container:nth-child(1) .multi-selector-panel::before,
.tile-container:nth-child(1) .multi-selector-panel::after {
  position: absolute;
  top: 10px;
}
.tile-container:nth-child(1) .multi-selector-panel::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 none;
  font-size: 0;
  line-height: 0;
  border-right: 8px solid #999999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -8px;
  z-index: 2;
}
.tile-container:nth-child(1) .multi-selector-panel::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 none;
  font-size: 0;
  line-height: 0;
  border-right: 8px solid #999999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -9px;
  z-index: 1;
}
.grid-6x3.tile-container:nth-child(2) .multi-selector-panel::before,
.grid-6x3.tile-container:nth-child(2) .multi-selector-panel::after {
  position: absolute;
  top: 10px;
}
.grid-6x3.tile-container:nth-child(2) .multi-selector-panel::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 8px solid #999999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -8px;
  z-index: 2;
}
.grid-6x3.tile-container:nth-child(2) .multi-selector-panel::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 8px solid #999999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -9px;
  z-index: 1;
}
.grid-12x3.tile-container:nth-child(2) .multi-selector-panel::before,
.tile-container:nth-child(3) .multi-selector-panel::before,
.grid-12x3.tile-container:nth-child(2) .multi-selector-panel::after,
.tile-container:nth-child(3) .multi-selector-panel::after {
  position: absolute;
  top: 10px;
}
.grid-12x3.tile-container:nth-child(2) .multi-selector-panel::before,
.tile-container:nth-child(3) .multi-selector-panel::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 none;
  font-size: 0;
  line-height: 0;
  border-right: 8px solid #999999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -8px;
  z-index: 2;
  top: auto;
  bottom: 10px;
}
.grid-12x3.tile-container:nth-child(2) .multi-selector-panel::after,
.tile-container:nth-child(3) .multi-selector-panel::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 none;
  font-size: 0;
  line-height: 0;
  border-right: 8px solid #999999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -9px;
  z-index: 1;
  top: auto;
  bottom: 10px;
}
.tile-container:nth-child(4) .multi-selector-panel::before,
.tile-container:nth-child(4) .multi-selector-panel::after {
  position: absolute;
  top: 10px;
}
.tile-container:nth-child(4) .multi-selector-panel::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 8px solid #999999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -8px;
  z-index: 2;
  top: auto;
  bottom: 10px;
}
.tile-container:nth-child(4) .multi-selector-panel::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 8px solid #999999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -9px;
  z-index: 1;
  top: auto;
  bottom: 10px;
}
.multi-selector-project-attrb-warning {
  font-size: 0.95rem;
  color: #DD7700;
  float: left;
  width: 60%;
}
.multi-selector-controls-buttons {
  /*font-size: 0.85rem;*/
  float: right;
}
.customTable {
  margin-left: 70px;
  margin-bottom: 10px;
  height: 65%;
  flex: 1;
  overflow: visible;
}
.grid-12x6 .customTable,
.grid-item-maximised .customTable {
  height: 80%;
}
.periodicTable-emptyMessage,
.summaryTable-emptyMessage {
  margin-left: 70px;
}
.customTable-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  margin-bottom: 10px;
}
.customTable-container-noheader .customTable-header {
  display: none;
}
.customTable-bodyLabels td,
.customTable-headerLabels th {
  border-right: solid 2px #c0c0c0;
}
.customTable-headerLabels {
  z-index: 2;
}
.customTable-bodyLabels {
  z-index: 1;
}
.customTable-bodyLabels tr:last-child td:first-child {
  padding-bottom: 20px;
}
.customTable-bodyContent,
.customTable-headerContent {
  width: 100%;
}
.customTable-bodyLabels,
.customTable-headerContent {
  will-change: transform;
}
.customTable-headerLabels,
.customTable-bodyContent {
  will-change: scroll-position;
}
.customTable .dashboardTable-label span,
.customTable .dashboardTable-value span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  white-space: normal;
  max-height: 30px;
  line-height: 16px;
  display: inline-block;
  padding: 0 0 3px 0;
}
.customTable .dashboardTable-label span {
  width: 150px;
}
.customTable .dashboardTable-value span {
  width: 100px;
}
.customTable .dashboard-table {
  margin: 0;
  border: 0 none;
}
.customTable .customTable-bodyContent .periodicTable-measureCell:empty::before,
.customTable .customTable-bodyContent .summaryTable-measureCell:empty::before {
  content: '--';
}
.customTable tr:nth-child(odd) th:first-child,
.customTable tr:nth-child(odd) td:first-child {
  background-color: #ebf0f5;
}
.customTable tr:nth-child(even) th:first-child,
.customTable tr:nth-child(even) td:first-child {
  background-color: #fff;
}
.customTable-header {
  display: flex;
  flex-direction: row;
  flex: 0 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid 1px #c0c0c0;
  min-height: 26px;
}
.customTable-body {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  border: solid 1px #c0c0c0;
  overflow-y: hidden;
  max-height: 60%;
}
.grid-12x6 .customTable-body,
.grid-item-maximised .customTable-body {
  max-height: 85%;
}
.customTable-container-noheader .customTable-body,
.customTable-container-noheader .customTable-body {
  max-height: 100%;
}
.customTable-bodyContent {
  overflow-x: auto;
}
.paginator {
  display: flex;
  justify-content: space-between;
  padding-left: 70px;
}
.paginator-empty {
  display: none;
}
.paginator-pageInfo {
  display: flex;
  align-items: center;
}
.paginator-pageSize {
  display: flex;
  align-items: center;
}
.paginator-pageSizeButton {
  border: none;
  background: none;
  cursor: pointer;
  color: #307EE9;
  border-right: solid 1px #a9a9a9;
}
.paginator-pageSizeButton:last-child {
  border-right: none 0;
}
.paginator-pageSizeButton-disabled {
  color: #a9a9a9;
}
.paginator-pageSelect {
  display: flex;
  align-items: center;
}
.paginator-pageSelect > * {
  margin: 0 5px;
}
.paginator-pageSelectPrevious {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAMCAYAAAB4MH11AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAXhJREFUOE+1lLFLAmEYxh/vrtSKhJDCsLGhJUoSEZeCQEJoaehfqKHJWVqbWwL/g2hoktCGclDI4IbAwaUlhLQjMFC7vDv77tU7vO9z9bfc84MPno/3eznfkIEZIo2/RLmhY/eyjf0rbarz1Ot1ZLNZ5HK5qW7jFlgWcP3YpXx2sCg4j8UOFAoFyul0WnAHt+Be7eP9y8DGioyTvYDgPLVaDa1WC+FwGMlkUnAHKuj9DZEvj257zm47MOHxOdlH2UHXdZRKJcr2bQ3D8Lgsy5RtqOD2pY/2j4WtdQVH2wHBeSqVCjqdDqLRKGKxmOCTeB7ZnvskvPPwCzhtIangNBHE6rKExqeBh7dfwXlSqRRCoRCazSZUVRV8EipYmPfRrG1unrps5qPZOz4wvTfz+/3uphSLRSiK4nHTZI84xh3R8U4Qm2sKPr5N3L32BeeJx+OIRCLQNA3ValVwB7dAYunicIly/rknOI/EDmQyGcr2BvHuMONfBfAPW5jTgxgXy54AAAAASUVORK5CYII=);
  height: 12px;
  width: 12px;
  cursor: pointer;
  padding: 0;
  border: 0;
}
.paginator-pageSelectPrevious-disabled {
  background-position-x: 12px;
}
.paginator-pageSelectInput {
  width: 3rem;
  text-align: center;
}
.paginator-pageSelectNext {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAMCAYAAAB4MH11AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAXVJREFUOE+1lE1LAlEUht/5KFMhISwDadOmXdBABrrIFinhqkX0D4Q2bVxL2/Yt6i+0aBNICEGLEBFDos1ALZMkGQKj8mtmbObqvXDvdeuzOeeZy/Aezh1GGXlghqiTivS5ha2zNh5fB1NdpFgsolAowDTNqU5hAfl0iNSL+x+4ruwimUyG1FKp5J27klNYwNF2EGtLGt4+bdw+dyUXSSaTiEajaLVaqNfrklNYwJym4GQvTPrLh18MHXD+N+CvStM0ZLNZ0pfLZdi2zXm/3yc9C/A52FzAxqqO9reL61pXchHDMBCPx9HpdFCpVCT34QJ8VOGJ6CKKoky6MaJzr9+99GB+2FhZVHG8E5RcpNFooNlsIhKJIJVKSe7DAobOiOzaJ78b9u5kvHvqoXl+MsdxyK59/C9I13XOA4EA6VnAzVMP718O1pd1HBpByUWq1Sosy0IsFkMikZCcwgKuJtOe7ofJ3kUXodPmcjnvXJWcMuNfBfAPk7HJbyJZgf8AAAAASUVORK5CYII=);
  height: 12px;
  width: 12px;
  cursor: pointer;
  padding: 0;
  border: 0;
}
.paginator-pageSelectNext-disabled {
  background-position-x: 12px;
}
.infoPopup-icon {
  background: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 120' style='enable-background:new 0 0 120 120;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFB400;%7D %3C/style%3E %3Cpath class='st0' d='M60,10c27.6,0,50,22.4,50,50c0,27.6-22.4,50-50,50c-27.6,0-50-22.4-50-50C10,32.4,32.4,10,60,10z M50,90h20V50 H50V90z M50,40h20V30H50V40z'/%3E %3C/svg%3E") left top no-repeat;
  background-size: 18px 18px;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  margin-top: 13px;
  border: none;
  outline: none;
  margin-left: 8px;
}
/*tool tip*/
.tooltip.mp-info-popup-class .tooltip-inner {
  max-width: 312px;
  max-height: 138px;
  text-align: left;
  padding: 10px;
  color: #000;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 0;
  overflow-y: auto;
  margin-left: 0;
}
/*upper arrow*/
.tooltip.mp-info-popup-class.right .tooltip-arrow {
  border-right-color: #FFF;
  left: -4px;
  border-width: 6px 10px 6px 0;
  top: 45%;
}
/*lower arrow to form a black border*/
.tooltip.mp-info-popup-class.right:before {
  border-right-color: #000 !important;
  left: -6px;
  top: 45%;
  margin-top: -6px;
  border-width: 7px 11px 7px 0;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.scatter-info-popup {
  position: absolute;
  top: 15px;
  left: 486px;
}
.custom-rank-info-popup {
  position: absolute;
  top: 15px;
  left: 144px;
}
.yearRange-container {
  width: 200px;
  display: inline-flex;
  justify-content: space-evenly;
}
.yearRange-control {
  display: flex;
  align-items: center;
}
.yearRange-label {
  margin-right: 5px;
}
mp-custom-viewer .userdashButton {
  background-color: #307EE9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAiCAIAAAFmSBTQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABzSURBVHjaYjKo/sb079dfpr/f/zD9/fab6e/PvwABxKRf8ZXp7w8g//tvkDhAADEZVH1l+v/3P9O/P/+Y/v/+x/Tv91+m/39ANJD/9x9AgAHlvzH9//+fiQGI//8D0v8gNEgPnP8XWewfUIwBIgfS8/8/APVBWeiY9VU6AAAAAElFTkSuQmCC);
  border: 0 none;
  color: #FFF;
  display: inline-block;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 9px;
  text-align: left;
  float: right;
}
mp-custom-viewer .userdashButton:hover {
  cursor: pointer;
}
mp-custom-viewer .dashboard-container {
  height: calc(100% - 50px);
  padding: 15px 5px 5px;
  flex: 1 1 auto;
}
.custom-viewer-dashboard-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.custom-viewer-dashboard-container #My_Dashboards {
  font-size: 0.75rem;
  background: rgba(59, 60, 62, 0.85);
  padding: 0;
}
.viewer-title-container {
  display: flex;
  margin-right: 60px;
}
.viewer-title {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.viewer-title-selection-mode {
  font-weight: 400;
}
.viewer-title-selection-text {
  color: #97B424;
  font-size: 1rem;
  line-height: 1.563rem;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  flex: 1;
}
.viewer-tabs {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  outline: 0;
  list-style: none;
}
.viewer-tabs li {
  display: inline-block;
  margin: 0;
  border: none;
  padding: 0;
  white-space: nowrap;
}
.viewer-tabs li a {
  padding: 0.5em 1em;
  text-decoration: none;
  cursor: default;
  color: #000;
  display: block;
}
.viewer-tabs li.viewer-tabs-state-active a {
  color: #D6002A;
}
.viewer-tabs-state-active a span {
  border-bottom: 2px solid #D6002A;
}
.inflation-text {
  display: block;
  text-align: right;
  font-size: 12px;
  padding: 5px;
  vertical-align: middle;
  background-color: rgba(59, 60, 62, 0.85);
}
#UserDashboardManagement .inflation-text {
  margin-top: 5px;
  width: 100%;
}
.Non_AVBI_Dashboard {
  background: rgba(59, 60, 62, 0.85);
  padding: 10px 5px;
  height: 96%;
}
mp-asset-viewer .blocked-dashboard-overlay {
  display: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
mp-asset-viewer .blocked-dashboard-message {
  font-size: 0.8rem;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
mp-asset-viewer .blocked-dashboard > .blocked-dashboard-overlay {
  display: table;
}
mp-asset-viewer .blocked-dashboard > mp-asset-viewer-valuation-summary {
  display: none;
}
.contextualhelp-link {
  display: inline;
  font-size: 0.75rem;
}
.contextualhelp-link a {
  color: #307ee9;
  /* undo site.css 'a' styles */
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  vertical-align: super;
}
.contextualhelp-link .ihs-icon-help {
  border-radius: 50%;
  background-image: radial-gradient(circle, white 40%, rgba(255, 255, 255, 0));
  display: inline-block;
}
.contextualhelp-link-hide {
  display: none;
}
.contextualhelp-link-icon {
  margin-left: 5px;
}
.contextualhelp-link-open:hover {
  cursor: pointer;
  /*color: #307ee9;*/
}
.contextualhelp-link-open:hover .contextualhelp-link-icon {
  /*color: #307ee9;*/
}
mp-file-download-dialog > nv-panel > div {
  background: #FFF;
  z-index: 2000;
  border: solid 1px #999999;
}
mp-file-download-dialog .vantage-ui-dialog {
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 10px;
  clear: right;
}
mp-file-download-dialog .vantage-ui-dialog-titlebar {
  height: 15px;
  width: 100%;
  text-align: right;
}
mp-file-download-dialog .vantage-ui-dialog-titlebar a,
mp-file-download-dialog .vantage-ui-dialog-titlebar a:visited {
  font-weight: bold;
  text-decoration: none;
}
mp-file-download-dialog .vantage-ui-dialog-content {
  font-size: 0.875rem;
  font-weight: lighter;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY1OTAwMjJFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY1OTAwMjNFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjU5MDAyMEVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjU5MDAyMUVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk9PFcoAAAC9SURBVHjaYvy/hQEf8IDSO3ApYMRjAAsQXwKpAWJdIP6DTRETHtuzgFgTiDWgbJJcIAzEN6E0CLwFYnUoTZQL6pA0wwysJ9YFmlC/s0D9DwL/oWGgB8TXCbmgD6oZW6D2EfKCF1LU4YpWL1wGsAJxLwNh0AtVi2FAJjTKkMF/KEYGGlC1KIEICuXbQCyIHshIBiGD90CsCopWmAsasGjGBwShesAu0AbSF3CEPD4AilZ9JjzRRgiA9PQDBBgAbsQljlPWHeoAAAAASUVORK5CYII=) no-repeat scroll 0 5px #FFF;
  height: 45px;
  line-height: 15px;
  padding-left: 37px;
}
mp-file-download-dialog .vantage-ui-dialog-buttons {
  vertical-align: bottom;
  padding: 0px;
  text-align: right;
}
mp-file-download-dialog .vantage-ui-dialog-buttons input {
  background-color: #307EE9;
  color: #FFF;
  height: 25px;
  margin: 0px;
  vertical-align: middle;
  font-size: 12px;
  border: 0;
}
mp-file-download-dialog .vantage-ui-dialog-buttons input.export-cancel {
  color: #307EE9;
  background: transparent;
}
mp-file-download-dialog .vantage-ui-dialog-content label {
  display: inline-block;
  margin-right: 10%;
}
mp-file-download-dialog .vantage-ui-dialog-main {
  width: 450px;
  background: #FFF;
  padding: 15px;
}
mp-file-download-dialog .format,
mp-file-download-dialog .filename {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  border: solid 1px #E2E2E2;
  border-radius: 2px;
}
mp-file-download-dialog h3 {
  margin-top: -20px;
  margin-bottom: 0;
  padding-top: 0;
}
mp-file-download-dialog .format {
  font-weight: bold;
}
mp-file-download-dialog .filename {
  width: 270px;
}
mp-loading-spinner {
  opacity: 0.86;
  text-align: center;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 4px;
}
mp-loading-spinner .loadingSpinner-text {
  font-size: 1rem;
  color: #000;
  font-family: Arial, Arial Regular, sans-serif;
  font-weight: normal;
  background: url(data:image/gif;base64,R0lGODlhHQAdAPcAAFhWVTc1NUlGRoOAgIWCgoKAgEA+PWhlZMfGxrOysj89PG1qapKQkIiGhnd0dJeUlG9sbDw6OYyIiERCQpGOjjIwMJqYmHNvb2ZkZHx5eaSiop6cnIB/fnp4eJCOjsHAwHRycVBOTl9dXH16eo6MjKCcnKimpikoKGFgYFRRUY2LinJycnNwcFdUVLW0tIJ+flJQUGpoaKuqqo6Kiq2srKCenk9NTEdFRHh4eJSSkqqnp2hmZi0sLExKSaKgoKalpVtYWJiUlGBeXXR0dDs5OCUlJZaTk6yrqra1taKioh8fHrCurkVEQ3d2dp6bm5yamnBuboiFhE5MS5qXl3t6ekpISHx7e2JfXoGAf2NiYqCgoHFwb5yZmHp5eXh0dF5cW2loZxoaGkNBQaempjg2NpCNjWBfX5SUlKWkpJiVlSEgIGRhYVpYV4qHh3l5eHZ1dYmGhZCOjWNgX6CdnW1sbC4tLWhmZVVUVHBtbZaWlmRkYzg4OC8uLldXVz48OywsK+zs7F1aWu/v75mWllJQT398fKakoyQjI7Wzs3l2dq6srIaDgr++vpSRkYeDg4uIiGZjY4eFhSwrKrSzs+7u7uzr64OBgYaEhNXU1G5ra318fH99fdbW1r+/v9XV1YqIiNbV1cC/v358fNPS0l5bW6ajo9PT09nZ2dnY2IeEhIWEg76+voF9fdTU1IuJiJmXl6+uroyJiYyKiYeGhTAvL0E/P66trUpIR3h3d9LS0qypqX9+fjIyMtra2jMxMaShoYaFhIWDg1xaWrS0s7SysVxZWb+/vn59fWxpaZiXl9LR0cbFxdTT046Lizw7O9nZ2Kmnp2BdXH59fH57ezk3N5iWlnh2dn9+fdjY2Hl3d1xbW5GPj5KPj3JxcdrZ2YmHh6+trcbGxdbW1Ts6OYuKiW9ubYOCgnVzc1xaWXh1dYSBgXp3dzQzM5iXlmtnZ4B+fYGAgKelpdXV1GViYqKhoZeVlaqpqaqqqbe2toqJiXh3dnl3djIxMSAgH1xbWvLy8iH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQTAxNzZFMDIxMjVFMzExOUE3RDlERTQzMEQ0N0ZDNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRUI1OUVENDUyRUUxMUUzODc1N0VCOTc0RUM5MTNCMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRUI1OUVEMzUyRUUxMUUzODc1N0VCOTc0RUM5MTNCMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY5NTZCRTJGRDM1MkUzMTFBODgyQzRBRDgzNDRFRjI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZBMDE3NkUwMjEyNUUzMTE5QTdEOURFNDMwRDQ3RkM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3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) no-repeat 50% 3em #fff;
  height: 100%;
  display: block;
  padding: 1rem;
  box-sizing: border-box;
}
mp-loading-spinner.loadingSpinner-invert .loadingSpinner-text {
  background: url(data:image/gif;base64,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) no-repeat 50% 3em #fff;
  color: #000;
}
mp-loading-spinner.basin-insight-panel-list-body {
  top: 18%;
  margin-left: 0%;
  margin-right: 1%;
  bottom: 2%;
}
mp-loading-spinner.loadingSpinner-noPadding {
  padding: 0;
}
.dashboard-tile-popup-tooltip {
  height: auto;
  width: auto;
  display: inline-block;
  position: relative;
  margin-left: 5px;
  vertical-align: middle;
  z-index: 10;
}
.dashboard-tile-popup-tooltip-icon {
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 140 140' style='enable-background:new 0 0 140 140;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFB400;%7D .st1%7Bfill:%234E4F4E;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M70,125c-30.3,0-55-24.7-55-55s24.7-55,55-55s55,24.7,55,55S100.3,125,70,125z M75,95V65H65v30H75z'/%3E %3Cpath class='st1' d='M70,20c27.6,0,50,22.4,50,50s-22.4,50-50,50S20,97.6,20,70S42.4,20,70,20 M60,50h20V40H60V50 M60,100h20V60H60 V100 M70,10c-33.1,0-60,26.9-60,60s26.9,60,60,60s60-26.9,60-60S103.1,10,70,10L70,10z'/%3E %3C/g%3E %3C/svg%3E");
  display: block;
  z-index: 10;
}
/* restyling for bootstrap tooltips
----------------------------------------------------------*/
.dashboard-tile-popup.tooltip > .tooltip-inner {
  color: #000;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 0;
  width: 150px;
  text-align: left;
}
/* right
----------------------------------------------------------*/
.dashboard-tile-popup.tooltip.right {
  padding: 0 0 0 11px;
}
.dashboard-tile-popup.tooltip.right:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-right-color: #000;
  border-style: solid;
  left: 0px;
  top: 50%;
  margin-top: -7px;
  border-width: 7px 12px 7px 0;
}
.dashboard-tile-popup.tooltip.right > .tooltip-arrow {
  border-right-color: #FFF;
  border-width: 6px 11px 6px 0;
  margin-top: -6px;
  left: 1px;
}
.assetLimitIndicator {
  margin-bottom: 0.5rem;
}
.assetLimitIndicator-capacity {
  height: 0.5rem;
  width: 10rem;
  display: inline-block;
  background-color: #FFF;
  border: solid 1px #000;
  overflow: hidden;
}
.assetLimitIndicator-usage {
  height: 100%;
  background-color: #000;
}
.priceDeckManager {
  font-size: 0.75rem;
}
.priceDeckManager-panelContainer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 108;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1005;
}
.priceDeckManager-screen {
  position: absolute;
  opacity: 0.5;
  background-color: #888;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.priceDeckManager-panel {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  width: 95%;
  z-index: 1;
  border: solid 1px #999999;
}
.priceDeckManager-closeButton {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  height: 12px;
  width: 12px;
  padding-left: 2px;
  padding-right: 2px;
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center center;
  background-size: contain;
  float: right;
  color: #FFF;
}
.priceDeckManager-closeButton:hover {
  cursor: pointer;
}
.priceDeckManager-closeButton:focus {
  outline: none;
}
.priceDeckManager-closeButton:hover {
  cursor: pointer;
}
.priceDeckManager-deleteConfirmationPanel-header {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  padding: 0 10px 10px 0;
}
.priceDeckManager-content {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  padding-top: 20px;
}
.priceDeckManager-content:last-child {
  padding-bottom: 10px;
}
.priceDeckManager-controls {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.priceDeckManager-controls:last-child {
  padding-bottom: 10px;
}
.priceDeckManager-controls > button {
  margin-left: 1em;
}
.priceDeckManager-contents {
  position: relative;
  background-color: #fff;
  color: #000;
  margin: 1em;
}
.priceDeckManager-decksContainer {
  max-height: 20em;
  overflow-y: auto;
}
.priceDeckManager-decksHeader {
  background-color: #f2f2f2;
}
.priceDeckManager-header {
  margin: 10px;
}
.priceDeckManager-title {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
}
.priceDeckManager-subtitle {
  font-size: 1rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #f2f2f2;
  display: inline-block;
}
.priceDeckManager-contents {
  padding: 1em;
}
.priceDeckManager-priceDeckName {
  font-size: 0.875rem;
  color: #307EE9;
  text-decoration: initial;
}
.priceDeckManager-priceDeckName:hover {
  cursor: pointer;
  color: #307EE9;
  text-decoration: initial;
}
.priceDeckManager-button {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.priceDeckManager-button:hover {
  cursor: pointer;
}
.priceDeckManager-button-disabled {
  border: solid 1px #a9a9a9;
  color: #fff;
  background: #a9a9a9;
  padding: 0.25rem 1rem;
}
.priceDeckManager-button-disabled:hover {
  cursor: pointer;
}
.priceDeckManager-deleteConfirmationPanel {
  padding: 1em;
  width: 30rem;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.button--blue {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.button--blue:hover {
  cursor: pointer;
}
.button--primary {
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  border-radius: 2px;
}
.button--primary:hover {
  cursor: pointer;
  background-color: #525252;
}
.button--white {
  background-color: #FFF;
  border: solid 1px #999999;
  padding: 4px 8px;
  border-radius: 2px;
}
.button--white:hover {
  cursor: pointer;
  background-color: #e4f0fe;
}
.priceDeckManager-exclusionWarning {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 120' style='enable-background:new 0 0 120 120;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFB400;%7D %3C/style%3E %3Cpath class='st0' d='M60,10c27.6,0,50,22.4,50,50c0,27.6-22.4,50-50,50c-27.6,0-50-22.4-50-50C10,32.4,32.4,10,60,10z M50,90h20V50 H50V90z M50,40h20V30H50V40z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: bottom;
  font-size: 0;
  margin: 0 0 1px 1px;
}
.priceDeckManager-confirmDelete {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.priceDeckManager-confirmDelete:hover {
  cursor: pointer;
}
.priceDeckManager-cancelDelete {
  display: inline-block;
  color: #307EE9;
  border: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 5px 10px;
  outline: none;
  background: transparent;
  background-image: none;
}
.priceDeckManager-deleteMessage {
  font-size: 0.875rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY1OTAwMjJFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY1OTAwMjNFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjU5MDAyMEVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjU5MDAyMUVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk9PFcoAAAC9SURBVHjaYvy/hQEf8IDSO3ApYMRjAAsQXwKpAWJdIP6DTRETHtuzgFgTiDWgbJJcIAzEN6E0CLwFYnUoTZQL6pA0wwysJ9YFmlC/s0D9DwL/oWGgB8TXCbmgD6oZW6D2EfKCF1LU4YpWL1wGsAJxLwNh0AtVi2FAJjTKkMF/KEYGGlC1KIEICuXbQCyIHshIBiGD90CsCopWmAsasGjGBwShesAu0AbSF3CEPD4AilZ9JjzRRgiA9PQDBBgAbsQljlPWHeoAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  padding-left: 30px;
}
.priceDeckManager-footer {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.priceDeckManager-footer:last-child {
  padding-bottom: 10px;
}
.priceDeckManager-footer > button {
  margin-left: 1em;
}
.priceDeckManager-deactivateButton {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #307EE9;
}
.priceDeckManager-deactivateButton:hover {
  cursor: pointer;
}
.priceDeckManager-runButton {
  margin-right: 10px;
}
.priceDeckList {
  padding: 10px;
  color: #000;
}
.priceDeckList-listContainer {
  height: calc(95vh - 90px);
  background: white;
  padding: 10px;
}
.priceDeckList-listContainer mp-loading-spinner.ssm-loading-spinner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.priceDeckList-listContainer mp-loading-spinner.ssm-loading-spinner .loadingSpinner-text {
  height: 7em;
}
.priceDeckList-header {
  text-align: right;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.priceDeckList-headerNote {
  font-size: 1rem;
  display: inline-block;
}
.priceDeckList-controls {
  display: inline-block;
}
.priceDeckList-control {
  display: inline-block;
  margin-left: 5px;
}
.priceDeckList-content {
  position: relative;
  height: 410px;
}
.priceDeckList-content mp-loading-spinner {
  padding: 0;
}
.priceDeckList-decks {
  width: 100%;
  box-shadow: 0 0 2px #dfdfdf;
}
.priceDeckList-deck {
  display: inline-flex;
  align-items: center;
}
.priceDeckList-decksHeaderRow {
  display: block;
  background-color: #c1c6ca;
}
.priceDeckList-decksHeaderRows th {
  display: inline-block;
  padding: 6px;
}
.priceDeckList-decksBodyRows {
  display: block;
  min-height: 270px;
  max-height: 270px;
  overflow-x: hidden;
}
.priceDeckList-decksBodyRows.priceDeckList-decksBodyRows-fullHeight {
  display: block;
  min-height: 375px;
  max-height: 375px;
  overflow-x: hidden;
}
.priceDeckList-checkboxCell {
  width: 3%;
  font-size: 1px;
}
.priceDeckList-nameCell {
  border-right: 1px solid #c1c6ca;
}
.priceDeckList-deck:nth-child(even) {
  background-color: #fff;
}
.priceDeckList-deck:nth-child(odd) {
  background-color: #ebf0f5;
}
.priceDeckList-decksHeader {
  background-color: #c1c6ca;
}
.priceDeckList-decksHeader th {
  padding: 5px;
}
.priceDeckList-deck td {
  padding: 5px;
}
.priceDeckList-nameHeader {
  width: 718px;
  width: calc(368px + 20px + 10px);
  font-size: 0.9rem;
}
.priceDeckList-priceHeader {
  width: 420px;
}
.priceDeckList-modifiedHeader {
  width: 80px;
}
.priceDeckList-checkboxCell {
  width: 20px;
}
.priceDeckList-nameCell {
  width: 368px;
  font-size: 1rem;
}
.priceDeckList-priceCell {
  width: 420px;
  text-align: right;
}
.priceDeckList-modifiedCell {
  width: 80px;
}
.priceDeckList-priceDeckName {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #307EE9;
  line-height: 1rem;
}
.priceDeckList-priceDeckName:hover {
  cursor: pointer;
}
.priceDeckList-footer {
  text-align: right;
  margin: 10px 0 0;
}
.priceDeckList-closeButton {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #307EE9;
}
.priceDeckList-closeButton:hover {
  cursor: pointer;
}
.priceDeckList-runButton {
  margin-right: 10px;
}
.priceDeckManager-button-hidden {
  visibility: hidden;
}
.priceDeckRunScenario {
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
  padding: 1em;
  width: 450px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.priceDeckRunScenario-header {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  background-color: #FFF;
  background: none;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .priceDeckRunScenario-header {
    padding: 5px 10px;
  }
}
.priceDeckRunScenario-message {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 0;
}
.priceDeckRunScenario-message:last-child {
  padding-bottom: 10px;
}
.priceDeckRunScenario-messageText-warning {
  font-size: 0.875rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY1OTAwMjJFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY1OTAwMjNFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjU5MDAyMEVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjU5MDAyMUVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk9PFcoAAAC9SURBVHjaYvy/hQEf8IDSO3ApYMRjAAsQXwKpAWJdIP6DTRETHtuzgFgTiDWgbJJcIAzEN6E0CLwFYnUoTZQL6pA0wwysJ9YFmlC/s0D9DwL/oWGgB8TXCbmgD6oZW6D2EfKCF1LU4YpWL1wGsAJxLwNh0AtVi2FAJjTKkMF/KEYGGlC1KIEICuXbQCyIHshIBiGD90CsCopWmAsasGjGBwShesAu0AbSF3CEPD4AilZ9JjzRRgiA9PQDBBgAbsQljlPWHeoAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  padding-left: 30px;
}
.priceDeckRunScenario-messageText,
.price-mismatch:last-of-type {
  margin-bottom: 0.75rem;
}
.priceDeckRunScenario-action {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.priceDeckRunScenario-action:last-child {
  padding-bottom: 10px;
}
.priceDeckRunScenario-action > button {
  margin-left: 1em;
}
.priceDeckRunScenario-runButton {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.priceDeckRunScenario-runButton:hover {
  cursor: pointer;
}
.priceDeckRunScenario-runButton-disabled {
  border: solid 1px #a9a9a9;
  color: #fff;
  background: #a9a9a9;
  padding: 0.25rem 1rem;
}
.priceDeckRunScenario-runButton-disabled:hover {
  cursor: pointer;
}
.priceDeckRunScenario-cancelButton {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #307EE9;
}
.priceDeckRunScenario-cancelButton:hover {
  cursor: pointer;
}
.price-mismatch,
.default-period-type,
.default-valuation-year {
  color: #DD7700;
}
.priceDeckRunScenario-screen {
  position: absolute;
  opacity: 0.5;
  background-color: #888;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.scenarioManager {
  position: absolute;
  top: 100px;
  right: 700px;
  font-size: 0.75rem;
}
.scenarioManager-content {
  position: relative;
  min-height: 80px;
  max-height: 430px;
}
.scenarioManager-content mp-loading-spinner {
  padding: 0;
}
.scenarioManager-panel {
  background-color: #FFF;
  width: 600px;
  padding: 10px;
  overflow-y: auto;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  border: solid 1px #999999;
}
.scenarioManager-panelArrow {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-bottom: 0.75rem solid #999999;
  position: absolute;
  top: -9px;
  right: 10px;
  z-index: 1;
}
.scenarioManager-header {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  margin-bottom: 1rem;
}
.scenarioManager-controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.scenarioManager-button {
  background-color: #FFF;
  border: solid 1px #999999;
  padding: 4px 8px;
  border-radius: 2px;
}
.scenarioManager-button:hover {
  cursor: pointer;
  background-color: #e4f0fe;
}
.scenarioResults {
  margin: 1em;
}
.scenarioManager-scenarios {
  border: solid 1px #c0c0c0;
  width: 100%;
  background: #fff;
  color: #000;
  margin: 0;
}
.scenarioManager-scenariosHeaderRows tr {
  display: block;
  background-color: #f2f2f2;
}
.scenarioManager-scenariosHeaderRows th {
  display: inline-block;
}
.scenarioManager-scenariosBodyRows {
  display: block;
  min-height: 5rem;
  max-height: 15rem;
  overflow-x: hidden;
}
.scenarioManager-scenario .scenarioBasicDetails-name {
  border-left: 3px solid #fff;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.scenarioManager-scenario {
  display: block;
}
.scenarioManager-scenario:nth-child(even) {
  background: #f2f2f2;
}
.scenarioManager-scenario:nth-child(even) .scenarioBasicDetails-name {
  border-left: 3px solid #f2f2f2;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.scenarioManager-scenario.scenarioManager-scenario-selected .scenarioBasicDetails-name,
.scenarioManager-scenario.scenarioManager-scenario-selected .scenarioControl-users,
.scenarioManager-scenario.scenarioManager-scenario-selected .scenario-queryDetailsBlock {
  border-left: 3px solid #307EE9;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.scenarioManager-panelButton:hover {
  cursor: pointer;
}
.scenario-snapshotSelectionButton {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  text-align: left;
}
.scenario-snapshotSelectionButton:hover {
  cursor: pointer;
}
.scenario-snapshotSelectionButton-disabled {
  color: #a9a9a9;
}
.scenarios-header-name {
  padding: 5px 6px;
  width: 260px;
  border-left: solid 2px #999999;
}
.scenarios-header-status {
  padding: 5px;
  width: 130px;
}
.scenarios-header-updated {
  padding: 5px 4px;
  width: 105px;
  border-right: solid 2px #999999;
}
.scenarioBasicDetails-name {
  padding: 5px;
  width: 260px;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.scenarioBasicDetails-name button {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 260px;
}
.scenarioBasicDetails-status {
  padding: 5px;
  width: 130px;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.scenarioBasicDetails-updated {
  padding: 5px;
  width: 105px;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.scenarioBasicDetails-recalculate {
  padding: 5px;
  width: 25px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  text-align: center;
}
.scenarioManager-recalculateButton {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  background-image: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21 3V8M21 8H16M21 8L18 5.29168C16.4077 3.86656 14.3051 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.2832 21 19.8675 18.008 20.777 14' stroke='%23737676' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  height: 1rem;
  width: 1.1rem;
  background-size: cover;
  margin: 0;
}
.scenarioManager-recalculateButton:hover {
  cursor: pointer;
}
.scenarioManager-recalculateButton:focus {
  outline: none;
}
.scenarioBasicDetails-expand {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.scenarioBasicDetails-expandButton {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-right: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid #737676;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin: auto;
  pointer-events: none;
}
.scenarioBasicDetails-expandButton-contract {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #737676;
}
.scenario-details {
  width: 100%;
  margin: 0;
}
.scenario-details-header {
  display: none;
}
.scenarioControl-save {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  width: auto;
  background-position: center;
  overflow: visible;
  overflow: initial;
  text-indent: 0;
  text-indent: initial;
  padding-top: 1.5rem;
  font-size: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D %3C/style%3E %3Cpath id='brand-icon-content-save' class='st0' d='M20.8,1H4C2.3,1,1,2.3,1,4v18c0,1.7,1.3,3,3,3h18c1.7,0,3-1.3,3-3V5.7L20.8,1z M19,10c0,0.9-0.7,1.5-1.6,1.6H8.6C7.7,11.5,7,10.9,7,10V2.6h12V10z M17.6,4h-3v6h3V4z'/%3E %3C/svg%3E");
}
.scenarioControl-save:hover {
  cursor: pointer;
}
.scenarioControl-save:focus {
  outline: none;
}
.scenarioControl-save-disabled {
  opacity: 0.6;
  width: auto;
  background-position: center;
  overflow: visible;
  overflow: initial;
  text-indent: 0;
  text-indent: initial;
  padding-top: 1.5rem;
  color: #a9a9a9;
  font-size: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D %3C/style%3E %3Cpath id='brand-icon-content-save' class='st0' d='M20.8,1H4C2.3,1,1,2.3,1,4v18c0,1.7,1.3,3,3,3h18c1.7,0,3-1.3,3-3V5.7L20.8,1z M19,10c0,0.9-0.7,1.5-1.6,1.6H8.6C7.7,11.5,7,10.9,7,10V2.6h12V10z M17.6,4h-3v6h3V4z'/%3E %3C/svg%3E");
}
.scenarioControl-save-disabled:hover {
  cursor: pointer;
}
.scenarioControl-delete {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  width: auto;
  background-position: center;
  overflow: visible;
  overflow: initial;
  text-indent: 0;
  text-indent: initial;
  padding-top: 1.5rem;
  font-size: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D %3C/style%3E %3Cpath id='brand-icon-content-delete' class='st0' d='M4,22.5C4.2,24,5.4,25,6.9,25h12c1.4,0,3.1-1.1,3.1-2.5V8H4V22.5z M23,4h-5 l-1.5-3h-7L8,4H3v3h20V4z'/%3E %3C/svg%3E");
}
.scenarioControl-delete:hover {
  cursor: pointer;
}
.scenarioControl-delete:focus {
  outline: none;
}
.scenarioControl-share {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  width: auto;
  background-position: center;
  overflow: visible;
  overflow: initial;
  text-indent: 0;
  text-indent: initial;
  padding-top: 1.5rem;
  font-size: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D %3C/style%3E %3Cg id='brand-icon-content-share'%3E %3Cpath id='background' class='st0 base30' d='M24.9,19.6c0,0.9-0.7,1.7-1.7,1.7c-0.9,0-1.7-0.7-1.7-1.7c0,0,0-0.1,0-0.1c0,0,0,0,0,0 l-3.1-1.3c-0.3,0.3-0.7,0.6-1.2,0.6c-0.9,0-1.7-0.7-1.7-1.7c0-0.9,0.7-1.7,1.7-1.7c0.5,0,0.9,0.2,1.2,0.5l3.2-1.7c0,0,0,0,0-0.1 c0-0.9,0.7-1.7,1.7-1.7c0.9,0,1.7,0.7,1.7,1.7s-0.7,1.7-1.7,1.7c-0.5,0-1-0.3-1.3-0.6c0,0,0,0,0,0l-2,1l-1.1,0.6c0,0,0,0,0,0 c0,0.1,0,0.2,0,0.3c0,0,0,0.1,0,0.1l3.1,1.3c0.3-0.3,0.7-0.6,1.2-0.6C24.1,18,24.9,18.7,24.9,19.6z M8.7,15.3 c0-0.7,0.5-0.5,0.7-1.7c0.1-0.5,0.5,0,0.6-1.2c0-0.5-0.2-0.6-0.2-0.6s0.1-0.7,0.2-1.2C9.9,9.5,9,8.4,7.7,8.3c-0.1,0-0.2,0-0.4,0 H7.2c-1.2-0.1-2.3,0.8-2.5,2c0,0.1,0,0.2,0,0.3c0,0.5,0.2,1.2,0.2,1.2S4.6,12,4.6,12.5c0.1,1.2,0.5,0.7,0.6,1.2 c0.2,1.2,0.7,1,0.7,1.7c0,1.1-0.5,1.6-2,2.2S1,18.8,1,19.4V22h5.8v-3.3c0.1-1.2,0.8-2.3,1.9-2.9C8.7,15.6,8.7,15.5,8.7,15.3z'/%3E %3Cpath id='foreground' class='st0' d='M18.6,19.6c-0.5,0.3-1,0.4-1.5,0.4c-1.6,0-2.8-1.2-2.8-2.8c0-1.6,1.2-2.8,2.8-2.8 c-0.2-0.4-0.2-0.8-0.2-1.2c0-0.9,0.6-0.6,0.9-2.2c0.1-0.7,0.7,0,0.8-1.5c0-0.6-0.3-0.8-0.3-0.8s0.1-0.9,0.2-1.6 c0.1-1.7-1.2-3.1-2.9-3.1c-0.1,0-0.3,0-0.4,0h-0.3c-1.7-0.2-3.1,1.1-3.3,2.7c0,0.1,0,0.3,0,0.4c0.1,0.7,0.2,1.6,0.2,1.6 s-0.3,0.1-0.3,0.8c0.1,1.5,0.6,0.9,0.8,1.5c0.3,1.6,0.9,1.3,0.9,2.2c0,1.5-0.7,2.2-2.7,3c-2,0.8-2.5,1.6-2.5,2.4V22h13 c-0.3-0.5-0.5-1.1-0.6-1.7L18.6,19.6z'/%3E %3C/g%3E %3C/svg%3E");
}
.scenarioControl-share:hover {
  cursor: pointer;
}
.scenarioControl-share:focus {
  outline: none;
}
.scenario-queryDetails {
  display: none;
  border-top: solid 1px #c0c0c0;
}
.scenario-queryDetails td {
  padding: 0.5rem 0 1rem;
  border-bottom: none;
  border-left: none;
}
.scenarioControl-users {
  border-left: none;
}
.scenario-queryDetails-isVisible {
  display: table-row;
}
.scenarioQueryDetails-priceDecks,
.scenarioQueryDetails-searchFilters,
.scenarioQueryDetails-sensitivities,
.scenarioQueryDetails-footnote {
  margin: 0 1rem;
}
.scenarioQueryDetails-searchFilter,
.scenarioQueryDetails-priceDeck {
  display: block;
}
.scenarioQueryDetails-searchFilterName {
  font-weight: bold;
}
.scenarioControls {
  display: none;
}
.scenarioControls-updateContainer {
  display: inline-block;
  vertical-align: text-bottom;
}
.scenarioControls-updateCheckBox {
  flex-direction: column;
}
.mp-checkbox + .scenarioControls-updateCheckBox::before {
  background-position-x: center;
}
.mp-checkbox:checked + .scenarioControls-updateCheckBox::before {
  background-position-x: center;
}
.scenarioControls-updateLabelText {
  padding-top: 5px;
}
.scenarioControls-list {
  padding: 0.5rem 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.scenario-controls-isVisible {
  display: table-row;
}
.scenarioManager-label {
  margin-left: 0.5rem;
  font-weight: bold;
}
.scenarioManager-scenarioDetailsContainer {
  display: block;
}
.scenarioManager-datablock {
  margin-bottom: 0.5rem;
  display: block;
}
.scenarioManagerButton-panelLink {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:black;%7D %3C/style%3E %3Cpath id='brand-icon-content-clipboard-check' class='st0' d='M18.7,14.6h-12c-0.9,0-1.6-0.7-1.6-1.6l0,0l0,0c0-0.9,0.7-1.6,1.6-1.6 h12c0.9,0,1.6,0.7,1.6,1.6l0,0C20.3,13.9,19.6,14.6,18.7,14.6C18.8,14.6,18.8,14.6,18.7,14.6z M18.7,6.3H16v-2c0-0.4,0-0.9,0-1.3 c0-1.1-0.8-2-1.8-2c-0.1,0-0.1,0-0.2,0c-0.8,0-1.7,0-2.5,0c-1,0-1.9,0.8-1.9,1.9V3c0,0.8,0,2.3,0,3.3H6.7C5.8,6.3,5.1,7,5.1,7.9 s0.7,1.6,1.6,1.6h12c0.9,0,1.6-0.7,1.6-1.6S19.6,6.2,18.7,6.3L18.7,6.3z M12.8,2.2c0.7,0,1.2,0.6,1.3,1.3c0,0.7-0.6,1.3-1.3,1.3 s-1.3-0.6-1.3-1.3C11.5,2.7,12.1,2.2,12.8,2.2z M24.9,16.2l-1.4-1.5c-0.1-0.2-0.4-0.2-0.6,0l0,0l-5.8,6.2l-2.5-2.6 c-0.2-0.2-0.4-0.2-0.6,0l0,0l-1.4,1.5c-0.2,0.2-0.2,0.5,0,0.6l4.2,4.5c0.2,0.2,0.4,0.2,0.6,0l7.5-8C25,16.7,25,16.4,24.9,16.2 L24.9,16.2z M10.4,22.7H3.3V4.4h4.2V2.1H2.6C1.7,2.1,1,2.8,1,3.7l0,0v19.8C1,24.3,1.7,25,2.6,25l0,0h10L10.4,22.7z M21.6,4.4v7.4 c0.5-0.2,1-0.4,1.6-0.4c0.3,0,0.5,0,0.8,0.1V3.7c0-0.9-0.7-1.6-1.6-1.6h-4.3v2.3C18.1,4.4,21.6,4.4,21.6,4.4z M10.3,17.9l1.1-1.2 H6.7c-0.9,0-1.6,0.7-1.6,1.6s0.7,1.6,1.6,1.6l0,0h2.7C9.5,19.1,9.8,18.4,10.3,17.9z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: 0.5rem center;
}
.cpl-scope .ihs-header .ihs-menu .scenarioManagerButton-panelLink {
  padding-left: 2rem;
}
.scenarioManagerButton-panelLink-custom {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23ACE55E;%7D %3C/style%3E %3Cpath id='brand-icon-content-clipboard-check' class='st0' d='M18.7,14.6h-12c-0.9,0-1.6-0.7-1.6-1.6l0,0l0,0c0-0.9,0.7-1.6,1.6-1.6 h12c0.9,0,1.6,0.7,1.6,1.6l0,0C20.3,13.9,19.6,14.6,18.7,14.6C18.8,14.6,18.8,14.6,18.7,14.6z M18.7,6.3H16v-2c0-0.4,0-0.9,0-1.3 c0-1.1-0.8-2-1.8-2c-0.1,0-0.1,0-0.2,0c-0.8,0-1.7,0-2.5,0c-1,0-1.9,0.8-1.9,1.9V3c0,0.8,0,2.3,0,3.3H6.7C5.8,6.3,5.1,7,5.1,7.9 s0.7,1.6,1.6,1.6h12c0.9,0,1.6-0.7,1.6-1.6S19.6,6.2,18.7,6.3L18.7,6.3z M12.8,2.2c0.7,0,1.2,0.6,1.3,1.3c0,0.7-0.6,1.3-1.3,1.3 s-1.3-0.6-1.3-1.3C11.5,2.7,12.1,2.2,12.8,2.2z M24.9,16.2l-1.4-1.5c-0.1-0.2-0.4-0.2-0.6,0l0,0l-5.8,6.2l-2.5-2.6 c-0.2-0.2-0.4-0.2-0.6,0l0,0l-1.4,1.5c-0.2,0.2-0.2,0.5,0,0.6l4.2,4.5c0.2,0.2,0.4,0.2,0.6,0l7.5-8C25,16.7,25,16.4,24.9,16.2 L24.9,16.2z M10.4,22.7H3.3V4.4h4.2V2.1H2.6C1.7,2.1,1,2.8,1,3.7l0,0v19.8C1,24.3,1.7,25,2.6,25l0,0h10L10.4,22.7z M21.6,4.4v7.4 c0.5-0.2,1-0.4,1.6-0.4c0.3,0,0.5,0,0.8,0.1V3.7c0-0.9-0.7-1.6-1.6-1.6h-4.3v2.3C18.1,4.4,21.6,4.4,21.6,4.4z M10.3,17.9l1.1-1.2 H6.7c-0.9,0-1.6,0.7-1.6,1.6s0.7,1.6,1.6,1.6l0,0h2.7C9.5,19.1,9.8,18.4,10.3,17.9z'/%3E %3C/svg%3E");
}
.cpl-scope .ihs-header .scenarioManagerButton-navTitle,
.cpl-scope .ihs-header .scenarioManagerButton-navName,
.cpl-scope .ihs-header .scenarioManagerButton-navAssetCount {
  font-size: inherit;
}
.saveScenarioPanel {
  width: 400px;
  background-color: #FFF;
  border: solid 1px #999999;
}
.saveScenarioPanel-saveButton {
  background-color: #307EE9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAiCAIAAAFmSBTQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABzSURBVHjaYjKo/sb079dfpr/f/zD9/fab6e/PvwABxKRf8ZXp7w8g//tvkDhAADEZVH1l+v/3P9O/P/+Y/v/+x/Tv91+m/39ANJD/9x9AgAHlvzH9//+fiQGI//8D0v8gNEgPnP8XWewfUIwBIgfS8/8/APVBWeiY9VU6AAAAAElFTkSuQmCC);
  border: 0 none;
  color: #FFF;
  display: inline-block;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 9px;
  text-align: left;
  background: none;
  color: #307EE9;
}
.saveScenarioPanel-saveButton:hover {
  cursor: pointer;
}
.saveScenarioPanel-saveButton:hover {
  text-decoration: underline;
  cursor: pointer;
}
.saveScenarioPanel-discardButton {
  background-color: #307EE9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAiCAIAAAFmSBTQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABzSURBVHjaYjKo/sb079dfpr/f/zD9/fab6e/PvwABxKRf8ZXp7w8g//tvkDhAADEZVH1l+v/3P9O/P/+Y/v/+x/Tv91+m/39ANJD/9x9AgAHlvzH9//+fiQGI//8D0v8gNEgPnP8XWewfUIwBIgfS8/8/APVBWeiY9VU6AAAAAElFTkSuQmCC);
  border: 0 none;
  color: #FFF;
  display: inline-block;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 9px;
  text-align: left;
  background: none;
  color: #307EE9;
}
.saveScenarioPanel-discardButton:hover {
  cursor: pointer;
}
.saveScenarioPanel-discardButton:hover {
  text-decoration: underline;
  cursor: pointer;
}
.saveScenarioPanel-discardButton-nudge {
  margin-right: 0;
}
.saveScenarioPanel-cancelButton {
  background-color: #307EE9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAiCAIAAAFmSBTQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABzSURBVHjaYjKo/sb079dfpr/f/zD9/fab6e/PvwABxKRf8ZXp7w8g//tvkDhAADEZVH1l+v/3P9O/P/+Y/v/+x/Tv91+m/39ANJD/9x9AgAHlvzH9//+fiQGI//8D0v8gNEgPnP8XWewfUIwBIgfS8/8/APVBWeiY9VU6AAAAAElFTkSuQmCC);
  border: 0 none;
  color: #FFF;
  display: inline-block;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 9px;
  text-align: left;
  background: none;
  color: #307EE9;
}
.saveScenarioPanel-cancelButton:hover {
  cursor: pointer;
}
.saveScenarioPanel-cancelButton:hover {
  text-decoration: underline;
  cursor: pointer;
}
.saveScenarioPanel-controls {
  padding: 10px;
  background-color: #FFF;
  color: #000;
  overflow: hidden;
}
.saveScenarioPanel-content {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
}
.saveScenarioPanel-content:last-child {
  padding-bottom: 10px;
}
.saveScenarioPanel-header {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  background-color: #FFF;
  padding: 10px;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .saveScenarioPanel-header {
    padding: 5px 10px;
  }
}
.saveScenarioPanel-saveMessage {
  font-size: 1.1rem;
}
.saveScenarioPanel-dashboardName {
  flex-grow: 1;
  border: solid 1px #f2f2f2;
  height: 1.1rem;
}
.saveScenarioPanel-dashboardName::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Arial, Arial Regular, sans-serif;
}
.saveScenarioPanel-dashboardName::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.saveScenarioPanel-dashboardName:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.saveScenarioPanel-dashboardName:-moz-placeholder {
  /* Firefox 18- */
  font-family: Arial, Arial Regular, sans-serif;
}
.saveScenarioPanel-dashboardName::-webkit-input-placeholder {
  color: #c0c0c0;
}
.saveScenarioPanel-dashboardName::-moz-placeholder {
  color: #c0c0c0;
}
.saveScenarioPanel-dashboardName:-ms-input-placeholder {
  color: #c0c0c0;
}
.saveScenarioPanel-dashboardName:-moz-placeholder {
  color: #c0c0c0;
}
.saveScenarioPanel-label {
  font-size: 0.875rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  min-width: 60px;
  margin-right: 10px;
}
.saveScenarioPanel-warning {
  float: left;
  width: 60%;
}
.saveScenarioPanel-controls-buttons {
  display: flex;
  flex-direction: row-reverse;
}
.saveScenarioPanel-warning-message {
  font-size: 0.875rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY1OTAwMjJFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY1OTAwMjNFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjU5MDAyMEVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjU5MDAyMUVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk9PFcoAAAC9SURBVHjaYvy/hQEf8IDSO3ApYMRjAAsQXwKpAWJdIP6DTRETHtuzgFgTiDWgbJJcIAzEN6E0CLwFYnUoTZQL6pA0wwysJ9YFmlC/s0D9DwL/oWGgB8TXCbmgD6oZW6D2EfKCF1LU4YpWL1wGsAJxLwNh0AtVi2FAJjTKkMF/KEYGGlC1KIEICuXbQCyIHshIBiGD90CsCopWmAsasGjGBwShesAu0AbSF3CEPD4AilZ9JjzRRgiA9PQDBBgAbsQljlPWHeoAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  padding-left: 30px;
  font-size: 0.85rem;
}
.saveScenarioPanel-save-disabled {
  border: solid 1px #a9a9a9;
  color: #fff;
  background: #a9a9a9;
  padding: 0.25rem 1rem;
}
.saveScenarioPanel-save-disabled:hover {
  cursor: pointer;
}
.deleteScenarioPanel {
  width: 30rem;
  padding: 1em;
  background-color: #FFF;
  border: solid 1px #999999;
}
.deleteScenarioPanel-deleteButton {
  background-color: #307EE9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAiCAIAAAFmSBTQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABzSURBVHjaYjKo/sb079dfpr/f/zD9/fab6e/PvwABxKRf8ZXp7w8g//tvkDhAADEZVH1l+v/3P9O/P/+Y/v/+x/Tv91+m/39ANJD/9x9AgAHlvzH9//+fiQGI//8D0v8gNEgPnP8XWewfUIwBIgfS8/8/APVBWeiY9VU6AAAAAElFTkSuQmCC);
  border: 0 none;
  color: #FFF;
  display: inline-block;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 9px;
  text-align: left;
  background: none;
  color: #307EE9;
}
.deleteScenarioPanel-deleteButton:hover {
  cursor: pointer;
}
.deleteScenarioPanel-deleteButton:hover {
  text-decoration: underline;
  cursor: pointer;
}
.deleteScenarioPanel-cancelButton {
  background-color: #307EE9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAiCAIAAAFmSBTQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABzSURBVHjaYjKo/sb079dfpr/f/zD9/fab6e/PvwABxKRf8ZXp7w8g//tvkDhAADEZVH1l+v/3P9O/P/+Y/v/+x/Tv91+m/39ANJD/9x9AgAHlvzH9//+fiQGI//8D0v8gNEgPnP8XWewfUIwBIgfS8/8/APVBWeiY9VU6AAAAAElFTkSuQmCC);
  border: 0 none;
  color: #FFF;
  display: inline-block;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 9px;
  text-align: left;
  background: none;
  color: #307EE9;
}
.deleteScenarioPanel-cancelButton:hover {
  cursor: pointer;
}
.deleteScenarioPanel-cancelButton:hover {
  text-decoration: underline;
  cursor: pointer;
}
.deleteScenarioPanel-controls {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.deleteScenarioPanel-controls:last-child {
  padding-bottom: 10px;
}
.deleteScenarioPanel-controls > button {
  margin-left: 1em;
}
.deleteScenarioPanel-content {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  padding-top: 20px;
}
.deleteScenarioPanel-content:last-child {
  padding-bottom: 10px;
}
.deleteScenarioPanel-header {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  padding: 0 10px 10px 0;
}
.deleteScenarioPanel-deleteMessage {
  font-size: 0.875rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY1OTAwMjJFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY1OTAwMjNFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjU5MDAyMEVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjU5MDAyMUVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk9PFcoAAAC9SURBVHjaYvy/hQEf8IDSO3ApYMRjAAsQXwKpAWJdIP6DTRETHtuzgFgTiDWgbJJcIAzEN6E0CLwFYnUoTZQL6pA0wwysJ9YFmlC/s0D9DwL/oWGgB8TXCbmgD6oZW6D2EfKCF1LU4YpWL1wGsAJxLwNh0AtVi2FAJjTKkMF/KEYGGlC1KIEICuXbQCyIHshIBiGD90CsCopWmAsasGjGBwShesAu0AbSF3CEPD4AilZ9JjzRRgiA9PQDBBgAbsQljlPWHeoAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  padding-left: 30px;
}
.scenarioViewerTitle {
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-size: 1.625rem;
  color: #D4D4D4;
  margin: 10px;
}
.shareScenario-panelContainer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 108;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1002;
}
.shareScenario-screen {
  position: absolute;
  opacity: 0.5;
  background-color: #888;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.shareScenario-panel {
  padding: 10px;
  background-color: #FFF;
  width: 400px;
  z-index: 1;
}
.shareScenario-closeButton {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  height: 12px;
  width: 12px;
  padding-left: 2px;
  padding-right: 2px;
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center center;
  background-size: contain;
  float: right;
  color: #FFF;
}
.shareScenario-closeButton:hover {
  cursor: pointer;
}
.shareScenario-closeButton:focus {
  outline: none;
}
.shareScenario-closeButton:hover {
  cursor: pointer;
}
.shareScenario-header {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  background-color: #FFF;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .shareScenario-header {
    padding: 5px 10px;
  }
}
.shareScenario-content {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
}
.shareScenario-content:last-child {
  padding-bottom: 10px;
}
.shareScenario-controls {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.shareScenario-controls:last-child {
  padding-bottom: 10px;
}
.shareScenario-controls > button {
  margin-left: 1em;
}
.shareScenario-startButton {
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  padding: 4px 8px;
  outline: none;
  margin-right: 10px;
  white-space: nowrap;
  border: solid 1px #999999;
  border-radius: 2px;
}
.shareScenario-startButton-disabled {
  background-color: #c0c0c0;
  background-image: none;
  color: #fff;
  cursor: default;
}
.shareScenario-cancelButton {
  display: inline-block;
  color: #307EE9;
  border: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 5px 10px;
  outline: none;
  background: transparent;
  background-image: none;
}
.shareScenario-validationMessage {
  font-size: 0.875rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEUzRjA4ODZFQTk3MTFFNEE2RkRFQUUyOTAxODkzRUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEUzRjA4ODdFQTk3MTFFNEE2RkRFQUUyOTAxODkzRUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRTNGMDg4NEVBOTcxMUU0QTZGREVBRTI5MDE4OTNFQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRTNGMDg4NUVBOTcxMUU0QTZGREVBRTI5MDE4OTNFQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoI0eiYAAAC3SURBVHjaYvzv5saAB3hA6R24FLDg0QyS6wNiRiDeA8R/sCliwmNAFhBrArEGlM1AigHCQFyHxK+DihFtALoGELueWAM0kZzMCMUgkAmVI2hAH47AhQUqXgO8kKIOV7R64TKAFYh7GQiDXqhaDAMyoVGGDP5DMTLQgKqFBBI0JYJC+TYQC6IpZkQyCBm8B2JVIH4Lc0EDFs34gCBUD9gF2kD6AoFkjQ2AkrY+E55oIwRAevoBAgwAccQblik5W2sAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  padding-left: 20px;
  margin: 10px 10px 0 70px;
  flex-grow: 1;
}
.shareScenario-emailInput,
.shareScenario-messageInput {
  flex-grow: 1;
  border: solid 1px #f2f2f2;
}
.shareScenario-emailInput::-webkit-input-placeholder,
.shareScenario-messageInput::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Arial, Arial Regular, sans-serif;
}
.shareScenario-emailInput::-moz-placeholder,
.shareScenario-messageInput::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.shareScenario-emailInput:-ms-input-placeholder,
.shareScenario-messageInput:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Arial, Arial Regular, sans-serif;
}
.shareScenario-emailInput:-moz-placeholder,
.shareScenario-messageInput:-moz-placeholder {
  /* Firefox 18- */
  font-family: Arial, Arial Regular, sans-serif;
}
.shareScenario-emailInput::-webkit-input-placeholder,
.shareScenario-messageInput::-webkit-input-placeholder {
  color: #c0c0c0;
}
.shareScenario-emailInput::-moz-placeholder,
.shareScenario-messageInput::-moz-placeholder {
  color: #c0c0c0;
}
.shareScenario-emailInput:-ms-input-placeholder,
.shareScenario-messageInput:-ms-input-placeholder {
  color: #c0c0c0;
}
.shareScenario-emailInput:-moz-placeholder,
.shareScenario-messageInput:-moz-placeholder {
  color: #c0c0c0;
}
.shareScenario-emailInput-error {
  border-color: #f00;
}
.shareScenario-label {
  font-size: 0.875rem;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  min-width: 60px;
  margin-right: 10px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.scenarioNotificationPanel-panelContainer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 108;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scenarioNotificationPanel-screen {
  position: absolute;
  opacity: 0.5;
  background-color: #888;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.scenarioNotificationPanel-panel {
  position: absolute;
  border: solid 1px #999999;
  padding: 10px;
  background-color: #FFF;
  z-index: 11;
  margin-top: 10px;
  width: 30em;
}
.scenarioNotificationPanel-closeButton {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  height: 12px;
  width: 12px;
  padding-left: 2px;
  padding-right: 2px;
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center center;
  background-size: contain;
  float: right;
  color: #FFF;
}
.scenarioNotificationPanel-closeButton:hover {
  cursor: pointer;
}
.scenarioNotificationPanel-closeButton:focus {
  outline: none;
}
.scenarioNotificationPanel-closeButton:hover {
  cursor: pointer;
}
.scenarioNotificationPanel-header {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  background-color: #FFF;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .scenarioNotificationPanel-header {
    padding: 5px 10px;
  }
}
.scenarioNotificationPanel-content {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  display: block;
}
.scenarioNotificationPanel-content:last-child {
  padding-bottom: 10px;
}
.scenarioNotificationPanel-controls {
  display: flex;
  padding: 10px;
  background-color: #FFF;
  color: #000;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.scenarioNotificationPanel-controls:last-child {
  padding-bottom: 10px;
}
.scenarioNotificationPanel-controls > button {
  margin-left: 1em;
}
.scenarioNotificationPanel-button {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.scenarioNotificationPanel-button:hover {
  cursor: pointer;
}
.scenarioNotificationPanel-test:hover {
  cursor: pointer;
}
.scenarioNotificationPanel-priceDecks {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: auto;
  scrollbar-width: none;
  text-overflow: ellipsis;
  word-break: break-word;
}
.scenarioNotificationPanel-priceDeck {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.scenarioNotificationPanel-scenarioName {
  width: 300px;
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
  text-overflow: ellipsis;
}
.company-any-interest-controls {
  margin-top: 0.6rem;
  margin-bottom: 0.1rem;
}
.company-interest-info-popup {
  display: inline-block;
}
.company-interest-info-popup-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IlRydWUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NzQxNEZGQTc4RDBFMzExOUY2M0I4MENFOURGOUY5MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NkQxRDIyRkQ2MjMxMUUzODc4OUFGOUFCRkI4MUVCMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NkQxRDIyRUQ2MjMxMUUzODc4OUFGOUFCRkI4MUVCMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCMDEzRkJCMUZENkUzMTE5MUMyQjBGNDdBMjQ1QzlCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjc3NDE0RkZBNzhEMEUzMTE5RjYzQjgwQ0U5REY5RjkzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qIJolwAAAM9JREFUeNpi/P//PwM5gAVEGNa/gvE5gTgDiCOBWAcqdhWIlwDxTCD+ARI43ygG0QgFMkC8DYh10Qw3geJkIPYD4gcgQSaoJDsQb0XTxAjFMKALNZgDWWMqEOsR4TVNqFfgGqOxKPoPxeggGh44QKCPJsmIZgAy0Ea28T8W23CBf8gar5AQhVeQNS4hQeMyZI2zgPgMDj8isy9CEwJc408g9gfiC2ghihyy54HYC6oWrhEEngGxORBnAvFJIP4GxSB2NhBbQNVAnEFuIgcIMAB/ly6OZPzxdgAAAABJRU5ErkJggg==) left top no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  border: none;
  outline: none;
}
.company-interest-info-popup-icon:hover {
  cursor: pointer;
}
/*tool tip*/
.tooltip.company-interest-info-popup-class .tooltip-inner {
  max-width: 312px;
  max-height: 138px;
  text-align: left;
  padding: 10px;
  color: #000;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 0;
  overflow-y: auto;
  margin-left: 0;
}
/*upper arrow*/
.tooltip.company-interest-info-popup-class.right .tooltip-arrow {
  border-right-color: #FFF;
  left: -4px;
  border-width: 6px 10px 6px 0;
  top: 45%;
}
/*lower arrow to form a black border*/
.tooltip.company-interest-info-popup-class.right:before {
  border-right-color: #000 !important;
  left: -6px;
  top: 45%;
  margin-top: -6px;
  border-width: 7px 11px 7px 0;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.icon-menu svg[ng-click] {
  cursor: pointer;
}
#aboutContainter {
  z-index: 1000;
  width: 30em;
  font-size: 1rem;
  background-color: #FFF;
  padding: 0.625rem 0;
}
#aboutContainter .dialog-header {
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-size: 1.5rem;
  color: #000;
}
#aboutContainter .dialog-header span {
  margin: 0 5px;
}
#aboutContainter .dialog-content {
  padding: 5px;
  color: #000;
}
#aboutContainter .dialog-content label {
  font-size: 0.85rem;
  color: #000;
}
.assetInformationPopup .assetSinglePopupName {
  /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-right: 1.25rem;
}
.informationPopup .assetSinglePopupName a {
  color: #000;
  text-decoration: none;
}
.informationPopup .assetDownloadTitle .assetDocumentIcon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='180px' height='160px' viewBox='0 0 180 160' enable-background='new 0 0 180 160' xml:space='preserve'%3E %3Cpolygon fill='%23249291' points='127.059,0 54.645,0 54.715,59.32 0.191,59.32 0.191,160 127.059,160 '/%3E %3Cpolygon fill='%23249291' points='42.715,9.219 8.621,46.324 42.715,46.324 '/%3E %3Crect x='126.863' y='71.402' fill='%23249291' width='53.328' height='88.539'/%3E %3Cg%3E %3Crect x='10.074' y='81.41' fill='%23FFFFFF' width='160.922' height='67.809'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%233D3D3D' d='M41.246,122.219v16.047H30.699V91.672h16.516c11.828,0,17.715,4.961,17.715,14.844 c0,4.688-1.691,8.477-5.059,11.367c-3.398,2.891-7.922,4.336-13.594,4.336H41.246z M41.246,99.738v14.531h4.164 c5.613,0,8.406-2.461,8.406-7.344c0-4.805-2.793-7.188-8.406-7.188H41.246z'/%3E %3Cpath fill='%233D3D3D' d='M74.949,138.266V91.672h16.582c16.652,0,24.98,7.578,24.98,22.715c0,7.266-2.273,13.047-6.816,17.383 c-4.551,4.348-10.586,6.496-18.164,6.496H74.949z M85.496,100.227v29.531h5.227c4.578,0,8.172-1.367,10.77-4.082 c2.59-2.734,3.906-6.465,3.906-11.152c0-4.434-1.301-7.93-3.867-10.488c-2.578-2.539-6.211-3.809-10.871-3.809H85.496z'/%3E %3Cpath fill='%233D3D3D' d='M153.59,100.227h-16.523v11.426h15.207v8.535h-15.207v18.078h-10.555V91.672h27.078V100.227z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 17px 17px;
  background-size: 100% 100%;
  vertical-align: bottom;
}
.informationPopup .assetDisabledDownloadTitle .assetDisabledDocumentIcon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='180px' height='160px' viewBox='0 0 180 160' enable-background='new 0 0 180 160' xml:space='preserve'%3E %3Cpolygon fill='%23888888' points='127.059,0 54.645,0 54.715,59.32 0.191,59.32 0.191,160 127.059,160 '/%3E %3Cpolygon fill='%23888888' points='42.715,9.219 8.621,46.324 42.715,46.324 '/%3E %3Crect x='126.863' y='71.402' fill='%23888888' width='53.328' height='88.539'/%3E %3Cg%3E %3Crect x='10.074' y='81.41' fill='%23FFFFFF' width='160.922' height='67.809'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%233D3D3D' d='M41.246,122.219v16.047H30.699V91.672h16.516c11.828,0,17.715,4.961,17.715,14.844 c0,4.688-1.691,8.477-5.059,11.367c-3.398,2.891-7.922,4.336-13.594,4.336H41.246z M41.246,99.738v14.531h4.164 c5.613,0,8.406-2.461,8.406-7.344c0-4.805-2.793-7.188-8.406-7.188H41.246z'/%3E %3Cpath fill='%233D3D3D' d='M74.949,138.266V91.672h16.582c16.652,0,24.98,7.578,24.98,22.715c0,7.266-2.273,13.047-6.816,17.383 c-4.551,4.348-10.586,6.496-18.164,6.496H74.949z M85.496,100.227v29.531h5.227c4.578,0,8.172-1.367,10.77-4.082 c2.59-2.734,3.906-6.465,3.906-11.152c0-4.434-1.301-7.93-3.867-10.488c-2.578-2.539-6.211-3.809-10.871-3.809H85.496z'/%3E %3Cpath fill='%233D3D3D' d='M153.59,100.227h-16.523v11.426h15.207v8.535h-15.207v18.078h-10.555V91.672h27.078V100.227z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 17px 17px;
  background-size: 100% 100%;
  vertical-align: bottom;
}
.detailsMessageContainer {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 10;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif !important;
  color: #000;
}
.detailsMessageContainer .detailsLoader,
.detailsMessageContainer .detailsNoData {
  position: absolute;
  width: 100px;
  height: 30px;
  font-size: 12px;
  left: 50%;
  margin-left: -54px;
  top: 50%;
  margin-top: -14px;
  background-color: #FFF;
  border-radius: 5px;
  padding: 4px;
}
.detailsMessageContainer .detailsLoader.initialized,
.detailsMessageContainer .detailsNoData.initialized {
  background-color: #FFF;
}
.detailsMessageContainer.detailsPaging .detailsLoader {
  background-color: #FFF;
}
.detailsMessageContainer .detailsLoader img {
  vertical-align: middle;
}
.detailsMessageContainer span {
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  padding-left: 3px;
}
.detailsMessageContainer .detailsNoData {
  text-align: center;
}
.detailsWindow {
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.detailsWindow .windowContent {
  padding: 0.938rem;
  padding-bottom: 0.5rem;
  background-color: transparent !important;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.detailsWindow .popupActionContainer {
  position: absolute;
  right: 0;
  z-index: 11;
  width: 100%;
  top: 0;
}
.detailsWindow .popupActionContainer div {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
  margin-top: 0.6rem;
  margin-right: 0.312rem;
  margin-left: 0.312rem;
  text-align: center;
}
.detailsWindow .popupActionContainer div img {
  display: block;
  margin: auto auto;
  vertical-align: middle;
  height: 0.75rem;
  width: 0.75rem;
}
.detailsWindow .popupActionContainer #btnDetailsMinimize.minimizedIco {
  height: 1.625rem;
  margin-top: 0.6rem;
}
.detailsWindow.minimized #btnDetailsMinimize.minimizedIco {
  height: 1.625rem;
  margin-top: 0.5rem;
}
.detailsWindow.maximized {
  z-index: 998 !important;
}
.detailsWindow.panel-bg {
  display: block;
  border-top: 1px solid #FFF;
  margin-top: 4px;
}
.detailsContainer .detailsGrid.ng-hide {
  display: block !important;
  visibility: hidden !important;
}
.detailsContainer .icoPdf {
  width: 18px;
  background-size: 100% 100%;
}
.detailsContainer .pdf-asset-icon {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='180px' height='160px' viewBox='0 0 180 160' enable-background='new 0 0 180 160' xml:space='preserve'%3E %3Cpolygon fill='%23249291' points='127.059,0 54.645,0 54.715,59.32 0.191,59.32 0.191,160 127.059,160 '/%3E %3Cpolygon fill='%23249291' points='42.715,9.219 8.621,46.324 42.715,46.324 '/%3E %3Crect x='126.863' y='71.402' fill='%23249291' width='53.328' height='88.539'/%3E %3Cg%3E %3Crect x='10.074' y='81.41' fill='%23FFFFFF' width='160.922' height='67.809'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%233D3D3D' d='M41.246,122.219v16.047H30.699V91.672h16.516c11.828,0,17.715,4.961,17.715,14.844 c0,4.688-1.691,8.477-5.059,11.367c-3.398,2.891-7.922,4.336-13.594,4.336H41.246z M41.246,99.738v14.531h4.164 c5.613,0,8.406-2.461,8.406-7.344c0-4.805-2.793-7.188-8.406-7.188H41.246z'/%3E %3Cpath fill='%233D3D3D' d='M74.949,138.266V91.672h16.582c16.652,0,24.98,7.578,24.98,22.715c0,7.266-2.273,13.047-6.816,17.383 c-4.551,4.348-10.586,6.496-18.164,6.496H74.949z M85.496,100.227v29.531h5.227c4.578,0,8.172-1.367,10.77-4.082 c2.59-2.734,3.906-6.465,3.906-11.152c0-4.434-1.301-7.93-3.867-10.488c-2.578-2.539-6.211-3.809-10.871-3.809H85.496z'/%3E %3Cpath fill='%233D3D3D' d='M153.59,100.227h-16.523v11.426h15.207v8.535h-15.207v18.078h-10.555V91.672h27.078V100.227z'/%3E %3C/g%3E %3C/svg%3E");
}
.detailsContainer .pdf-asset-icon-disabled {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='180px' height='160px' viewBox='0 0 180 160' enable-background='new 0 0 180 160' xml:space='preserve'%3E %3Cpolygon fill='%23888888' points='127.059,0 54.645,0 54.715,59.32 0.191,59.32 0.191,160 127.059,160 '/%3E %3Cpolygon fill='%23888888' points='42.715,9.219 8.621,46.324 42.715,46.324 '/%3E %3Crect x='126.863' y='71.402' fill='%23888888' width='53.328' height='88.539'/%3E %3Cg%3E %3Crect x='10.074' y='81.41' fill='%23FFFFFF' width='160.922' height='67.809'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%233D3D3D' d='M41.246,122.219v16.047H30.699V91.672h16.516c11.828,0,17.715,4.961,17.715,14.844 c0,4.688-1.691,8.477-5.059,11.367c-3.398,2.891-7.922,4.336-13.594,4.336H41.246z M41.246,99.738v14.531h4.164 c5.613,0,8.406-2.461,8.406-7.344c0-4.805-2.793-7.188-8.406-7.188H41.246z'/%3E %3Cpath fill='%233D3D3D' d='M74.949,138.266V91.672h16.582c16.652,0,24.98,7.578,24.98,22.715c0,7.266-2.273,13.047-6.816,17.383 c-4.551,4.348-10.586,6.496-18.164,6.496H74.949z M85.496,100.227v29.531h5.227c4.578,0,8.172-1.367,10.77-4.082 c2.59-2.734,3.906-6.465,3.906-11.152c0-4.434-1.301-7.93-3.867-10.488c-2.578-2.539-6.211-3.809-10.871-3.809H85.496z'/%3E %3Cpath fill='%233D3D3D' d='M153.59,100.227h-16.523v11.426h15.207v8.535h-15.207v18.078h-10.555V91.672h27.078V100.227z'/%3E %3C/g%3E %3C/svg%3E");
}
.detailsContainer .detailsGrid {
  margin-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.detailsContainer .detailsGrid .nv-grid {
  height: 238px;
}
.detailsContainer .detailsGrid .nv-grid .slick-pane.slick-pane-top {
  top: 1.5rem !important;
}
.detailsContainer .detailsGrid .nv-grid .slick-header {
  margin-bottom: -1px;
  background: #D8E2EB !important;
}
.detailsContainer .detailsGrid .nv-grid .slick-header-columns {
  background: #f9f9f9;
}
.detailsContainer .detailsGrid .nv-grid .slick-header-columns.slick-header-columns-left > .slick-header-column:first-child .slick-checkbox {
  margin-left: -2px;
  padding-top: 0.1875rem;
}
.detailsContainer .detailsGrid .nv-grid .slick-header-columns .slick-header-column[id$=_checkbox_selector]:hover {
  background: #D8E2EB !important;
  border-color: #D8E2EB !important;
}
.detailsContainer .detailsGrid .nv-grid .slick-header-columns .slick-header-column {
  padding: 0 0.9375rem 0 0.625rem;
}
.detailsContainer .detailsGrid .nv-grid .slick-header-columns .slick-header-column.ui-state-default {
  height: 1.5rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #FFF;
}
.detailsContainer .detailsGrid .nv-grid .slick-header-columns .slick-header-column .slick-column-name {
  color: #222;
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  float: left;
  font-style: normal;
  font-weight: bold;
}
.detailsContainer .detailsGrid .nv-grid .slick-header-columns .slick-header-column .slick-sort-indicator-asc {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAICAYAAADnVO9eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA4REM3MUIxM0M3RDExRTVCMTY0RDc5MUJBRUNFQTFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA4REM3MUIyM0M3RDExRTVCMTY0RDc5MUJBRUNFQTFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDhEN0REREQzQzdEMTFFNUIxNjRENzkxQkFFQ0VBMUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDhEN0REREUzQzdEMTFFNUIxNjRENzkxQkFFQ0VBMUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5pYWjEAAAAz0lEQVR42mL8//8/Az0AEzZBRkZGdiDOBmJJYg0CquUB4s1ArIVVAchHyBgIWIG4EIhnAnEHEAuiq8GihwOI94KMA+LHQCyDroYJzVUsQCoViDWgQoJAnAsU58TjEzYgtRKInaBCMkC8DSjOjzXogBIgdgIQ66OZJQ3EGVBHoFvCDKQWALEfmpQuEK+DOgJhEVCAEUhFAbEpDoeDfJgIdQwDkp5pQByJQw/Ih4uhjoH7KBiIbQnEtwkQRyDxu4E4jYCeMCCeDHYYvZI3QIABACSsR6kk3ExMAAAAAElFTkSuQmCC);
  background-position: -0.8125rem 0;
  /*-13px */
  background-size: 200% 100%;
  background-repeat: no-repeat;
}
.detailsContainer .detailsGrid .nv-grid .slick-header-columns .slick-header-column .slick-sort-indicator-asc:hover {
  background-position: 0 0;
}
.detailsContainer .detailsGrid .nv-grid .slick-header-columns .slick-header-column .slick-sort-indicator-desc {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAICAYAAADnVO9eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA4REM3MUI5M0M3RDExRTVCMTY0RDc5MUJBRUNFQTFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA4REM3MUJBM0M3RDExRTVCMTY0RDc5MUJBRUNFQTFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDhEQzcxQjczQzdEMTFFNUIxNjRENzkxQkFFQ0VBMUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDhEQzcxQjgzQzdEMTFFNUIxNjRENzkxQkFFQ0VBMUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7vekMfAAAAyElEQVR42mL8//8/Az0AC4hgZGSMAlL2RKjfA3TYaqieaUAqkwg9fUA9xUxQzgogPkdAw2EgXoPEzwXitQT0zAbiEhADbBHQxn9Aai4Q38Ch4TQQL/uPFM5A5l8gBQqJfTj0LAf5GKaHCUnjHyA1A4ifomm4CMQLoI5BAUCxX0AqCIgvo0ltAuIEqGPgilEwEAgCcQcQzwTiQiBmRVeDRY8MED8GGQfEe4GYE0MNDo3S0DhgJ2QJkh5dIN4KxDzY5BnplbwBAgwA5tGwl7a0lN4AAAAASUVORK5CYII=);
  background-position: -0.8125rem 0;
  /*-13px */
  background-size: 200% 100%;
  background-repeat: no-repeat;
}
.detailsContainer .detailsGrid .nv-grid .slick-header-columns .slick-header-column .slick-sort-indicator-desc:hover {
  background-position: 0 0;
}
.detailsContainer .detailsGrid .nv-grid .slick-header-columns .slick-header-column .slick-sort-hoverindicator-desc {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAICAYAAADnVO9eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA4REM3MUI5M0M3RDExRTVCMTY0RDc5MUJBRUNFQTFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA4REM3MUJBM0M3RDExRTVCMTY0RDc5MUJBRUNFQTFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDhEQzcxQjczQzdEMTFFNUIxNjRENzkxQkFFQ0VBMUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDhEQzcxQjgzQzdEMTFFNUIxNjRENzkxQkFFQ0VBMUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7vekMfAAAAyElEQVR42mL8//8/Az0AC4hgZGSMAlL2RKjfA3TYaqieaUAqkwg9fUA9xUxQzgogPkdAw2EgXoPEzwXitQT0zAbiEhADbBHQxn9Aai4Q38Ch4TQQL/uPFM5A5l8gBQqJfTj0LAf5GKaHCUnjHyA1A4ifomm4CMQLoI5BAUCxX0AqCIgvo0ltAuIEqGPgilEwEAgCcQcQzwTiQiBmRVeDRY8MED8GGQfEe4GYE0MNDo3S0DhgJ2QJkh5dIN4KxDzY5BnplbwBAgwA5tGwl7a0lN4AAAAASUVORK5CYII=);
  background-position: 0 0;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.detailsContainer .detailsGrid .nv-grid .slick-header-columns .slick-header-sortable .slick-sort-indicator {
  float: right;
  margin: 0;
  margin-top: 0.4375rem;
  /*  7px*/
  margin-right: 0.125rem;
  /*2px */
  height: 0.5rem;
  /*8px*/
  width: 0.8125rem;
  /* 13px */
}
.detailsContainer .detailsGrid .nv-grid .slick-header-column:hover {
  background: #e4f0fe;
  border-color: #e4f0fe;
}
.detailsContainer .detailsGrid .nv-grid .slick-viewport {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: rgba(132, 151, 168, 0.25) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAwCAIAAABbpFfrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDYwODE0RDIyRTA3MTFFNEI5M0VERjQ2RTRBQ0E5N0MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDYwODE0RDMyRTA3MTFFNEI5M0VERjQ2RTRBQ0E5N0MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NjA4MTREMDJFMDcxMUU0QjkzRURGNDZFNEFDQTk3QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NjA4MTREMTJFMDcxMUU0QjkzRURGNDZFNEFDQTk3QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt1tRmkAAAAeSURBVHjaYvz//z8DGDAxwMBwZrG8+fhtJPkXIMAAkr4GMv6o9pEAAAAASUVORK5CYII=);
}
.detailsContainer .detailsGrid .nv-grid .slick-viewport.slick-viewport-left {
  border-right: 1px solid #C1C6CA;
  margin-left: -1px;
}
.detailsContainer .detailsGrid .nv-grid .slick-viewport .grid-canvas {
  height: auto !important;
}
.detailsContainer .detailsGrid .nv-grid .slick-viewport .grid-canvas .slick-row {
  height: 24px;
}
.detailsContainer .detailsGrid .nv-grid .slick-viewport .grid-canvas .slick-row .slick-cell {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9375rem;
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
  line-height: 24px;
  color: #222;
  border: 0;
  height: 24px;
  padding: 0 0.9375rem 0 0.625rem;
}
.detailsContainer .detailsGrid .nv-grid .slick-viewport .grid-canvas .slick-row .slick-cell label.ihs-checkbox {
  margin: 0 0 0 1px;
  cursor: pointer;
}
.detailsContainer .detailsGrid .nv-grid .slick-viewport .grid-canvas .slick-row .slick-cell input[type="checkbox"] + label .checkBoxImage {
  margin-top: 4px;
  margin-left: 1px;
}
.detailsContainer .detailsGrid .nv-grid .slick-viewport .grid-canvas .slick-row .slick-cell .icoPdf {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  border: 0;
}
.detailsContainer .detailsGrid .nv-grid .slick-viewport .grid-canvas .slick-row .slick-cell a {
  color: #000;
  text-decoration: none;
}
.detailsContainer .detailsGrid .nv-grid .slick-viewport .grid-canvas .slick-row .selected {
  background-color: #BEC8D1;
  border-bottom: 1px solid #FFF;
}
.detailsContainer .detailsGrid .nv-grid .slick-viewport .grid-canvas .slick-row.odd {
  background: #f9f9f9;
}
.detailsContainer .detailsGrid .nv-grid .slick-viewport .grid-canvas .slick-row.even {
  background: #FFF;
}
.detailsContainer .detailsGrid .nv-grid input[type="checkbox"] {
  display: none;
}
.detailsContainer .detailsGrid .nv-grid input[type="checkbox"]:checked + label .checkBoxImage {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAQCAYAAABZRVzLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTQ1NDkzRTcyRTA2MTFFNEE3QjQ4NjkyRkExNkYzRTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTQ1NDkzRTgyRTA2MTFFNEE3QjQ4NjkyRkExNkYzRTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNDU0OTNFNTJFMDYxMUU0QTdCNDg2OTJGQTE2RjNFNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNDU0OTNFNjJFMDYxMUU0QTdCNDg2OTJGQTE2RjNFNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pnbs9wUAAAGvSURBVHja3Je9agJBFEb3R7BORESwEAQ7Gzt9iKjgC2ghKNilSMyDKNhpkUo0Ivoe1j5COkmh7jo5s4wishrdZZV44TCzM7sf8zl37qCuaZrQ/IWuWt86QgjfOqGjRV0b4oQ5XzqFYtGTztdoJAztHwcGHA7jXobi0ISwHzOkaNyyVs3RcBg+TrlbRgQGkINv+PRoJmLb9kAII0d/rxO6g5mxMtOHyblFH5wpNzNj2pxhGH1d1ydBppzUjLqMJ5SBPPSgAsuTVYKfHqIuO5PAzIQ2j5keVIql0vJcpfJanXb9NiwgfTAXg7l6R+6M6aYjyzaIl0JBsyyrvdlsFtvtNq3GNfoxxubr9Vow3+fZlOPyfYn8Nogd+oEUTCEJT6qfUWaqYF+iw/pS7MaUNglPqp+RaQZVUs0+TMegztArrKAFM2UwCx2oXypimqajwy60MDJTBrMY6TBXPz5bQVe5D3WW3tRz9xozu8VyZhwdTDk6mOlKM25GblG231VVe4aGVxEM7HUw1Dhn5hYXaw3KYHn5eLd4TNWgTDX7U+ceF6snU9fcGQ8V+qP9ffgVYABquN1yUABzigAAAABJRU5ErkJggg==) -18px top no-repeat;
}
.detailsContainer .detailsGrid .nv-grid input[type="checkbox"] + label .checkBoxImage {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAQCAYAAABZRVzLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTQ1NDkzRTcyRTA2MTFFNEE3QjQ4NjkyRkExNkYzRTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTQ1NDkzRTgyRTA2MTFFNEE3QjQ4NjkyRkExNkYzRTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNDU0OTNFNTJFMDYxMUU0QTdCNDg2OTJGQTE2RjNFNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNDU0OTNFNjJFMDYxMUU0QTdCNDg2OTJGQTE2RjNFNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pnbs9wUAAAGvSURBVHja3Je9agJBFEb3R7BORESwEAQ7Gzt9iKjgC2ghKNilSMyDKNhpkUo0Ivoe1j5COkmh7jo5s4wishrdZZV44TCzM7sf8zl37qCuaZrQ/IWuWt86QgjfOqGjRV0b4oQ5XzqFYtGTztdoJAztHwcGHA7jXobi0ISwHzOkaNyyVs3RcBg+TrlbRgQGkINv+PRoJmLb9kAII0d/rxO6g5mxMtOHyblFH5wpNzNj2pxhGH1d1ydBppzUjLqMJ5SBPPSgAsuTVYKfHqIuO5PAzIQ2j5keVIql0vJcpfJanXb9NiwgfTAXg7l6R+6M6aYjyzaIl0JBsyyrvdlsFtvtNq3GNfoxxubr9Vow3+fZlOPyfYn8Nogd+oEUTCEJT6qfUWaqYF+iw/pS7MaUNglPqp+RaQZVUs0+TMegztArrKAFM2UwCx2oXypimqajwy60MDJTBrMY6TBXPz5bQVe5D3WW3tRz9xozu8VyZhwdTDk6mOlKM25GblG231VVe4aGVxEM7HUw1Dhn5hYXaw3KYHn5eLd4TNWgTDX7U+ceF6snU9fcGQ8V+qP9ffgVYABquN1yUABzigAAAABJRU5ErkJggg==) left top no-repeat;
  cursor: pointer;
  margin-left: 2px;
}
.detailsContainer .detailsTitle {
  font-size: 1.4375rem;
  color: #000;
  padding: 0;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  left: -0.9375rem;
  margin-top: 1.35rem;
  margin-bottom: 7px;
  padding-left: 0.75rem;
  position: relative;
}
.detailsContainer .detailsExtended {
  top: 2.5rem;
  position: absolute;
  right: 0.95rem;
}
.detailsContainer .detailsContentDetails {
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 5px;
}
.detailsContainer .detailsContentDetails > div {
  float: left;
}
.detailsContainer .detailsContentDetails .multiFilter {
  background: #FFF;
  overflow-y: scroll;
  height: 1.85rem;
  line-height: 1.85rem;
}
.detailsContainer .detailsContentDetails .downloadReports {
  display: inline-block;
  color: #60aef0;
  text-decoration: none;
  cursor: pointer;
  margin-left: 3px;
  padding-left: 8px;
  height: 16px;
  line-height: 16px;
  border-left: 1px solid #FFF;
  font-size: 1rem;
}
.detailsContainer .detailsContentDetails .downloadReports .downloadReportsIcon {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  line-height: 16px;
  font-size: 1rem;
}
.detailsContainer .detailsContentDetails .downloadReports.disabled {
  color: #939393;
  cursor: default;
}
.detailsContainer .detailsSelected {
  color: #97B424;
}
.detailsContainer .ihs-btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #000;
  color: #FFF;
  border-radius: 2px;
  background-image: none;
  text-transform: uppercase;
  border: 0 none;
  display: inline-block;
  height: 1.563rem;
  line-height: 1.563rem;
  margin-right: 0;
  max-width: 6.5rem;
  min-width: 6.5rem;
  padding: 0 0.313rem;
  text-align: center;
  vertical-align: middle;
  width: 6.5rem;
  float: right;
  text-decoration: none;
}
.detailsContainer .ihs-btn:hover {
  background-color: #525252;
}
.activeDetails {
  display: block;
  opacity: 0;
}
.activeDetails.remove {
  display: none;
}
#detailsExportContextMenu {
  width: 140px;
  color: #000;
  background-color: #FFF;
  position: absolute;
  z-index: 1010;
  right: 1rem;
  top: 7rem;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
#detailsExportContextMenu .detailsExportContextMenuItem {
  border-left: 3px solid transparent;
  padding: 0.125rem 0.4rem 0.25rem;
  /* 4 / 16 = .25 */
  text-align: left;
  cursor: pointer;
  /* Context menu button background vertical linear gradient */
  line-height: 1.4rem;
  font-size: 0.83333333rem;
  /* 10 / 12 = .83333333 */
}
#detailsExportContextMenu .detailsExportContextMenuItem:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#detailsExportContextMenu .detailsExportContextMenuItem:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#detailsExportContextMenu .detailsExportContextMenuItem:hover,
#detailsExportContextMenu .detailsExportContextMenuItem:focus {
  border-left-color: #97B424;
  background: #000;
}
/* #detailsExportContextMenu's arrow that points to the button that was clicked */
#detailsExportContextMenu:before {
  content: "";
  position: absolute;
  width: 1.188rem;
  height: 0.563rem;
  /* 9 / 16 = 0.563 */
  top: -0.563rem;
  /* 9 / 16 = 0.563 */
  right: 2.3rem;
  opacity: 0.85;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAlCAYAAACgc9J8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZCQzUxRkUyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZCQzUxRkYyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkJDNTFGQzJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkJDNTFGRDJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmhnm/wAAAGbSURBVHjarJa/boMwEMYhVOXPhgIS79KqGckKYzZ4gQoeokulvAEP0pGqHdqlfQsG1IGlFQOivshU1LV9B42lL8hO/JOD7747cxxHQzFcph2Tx1QzfRjIuFCsO0xJWZa3XdddVlUF8wcUCCcT5DAdGOjF9/0RlOf5G6wxbSW//xEKWgIkgahAMogCXATCgPARLwEJwHQOM4MgqIdhuDFWDNu2n5umuZ7mpiZoFw8ziqKnvu+v1my2LOuxbdvdNN+wYx6TJHlfCsqy7JWB7sQMgBs5wAulvny4MH6bjizOyEAVSMwAFKgDyXJTCcRAMpgUSAGpYL+ARVGQQKcM0ATtljvtJ3faLzRoz5kBG813YNVxGIZwKoM/Y75Otu0/tgRra0JD6m8TbEnQKo1yDqOkk9ZxRZgKSKoBMpgMCCAXqwEqmAB0AbaHKNc5hQ4G4lmyhzjzoAX4T7Dy/R7AatZL3K9xWxiwD/afUo7iZaq/KdZPkpfJYLJCTDJHEaar6ChwDsN6DRQ4wahdkAqYQpGGOX+muv7srOb4LcAAk56b0/Vy5EYAAAAASUVORK5CYII=) 0 0 no-repeat;
  /* 20 / 16 = 1.25 */
}
/* Custom scrollbar style form Chrome command IE, Firefox does not support any scrollbar styles. */
/* Custom Scroll bar style for IE*/
.detailsContainer {
  -ms-scrollbar-face-color: #b4bbc3;
  scrollbar-face-color: #b4bbc3;
  -ms-scrollbar-shadow-color: #b4bbc3;
  scrollbar-shadow-color: #b4bbc3;
  -ms-scrollbar-highlight-color: #b4bbc3;
  scrollbar-highlight-color: #b4bbc3;
  -ms-scrollbar-track-color: #d2d6da;
  scrollbar-track-color: #d2d6da;
  -ms-scrollbar-arrow-color: black;
  scrollbar-arrow-color: black;
}
/* Custom Scroll bar style for Chrome*/
.detailsContainer .detailsGrid .slick-viewport::-webkit-scrollbar-thumb {
  background: #b4bbc3;
  border: 1px solid #a8a8a8;
  border-radius: 2px;
}
.detailsContainer .detailsGrid .slick-viewport::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  background-color: #d2d6da;
}
.detailsContainer .detailsGrid .slick-viewport::-webkit-scrollbar-button {
  background-color: white;
  background-repeat: no-repeat;
}
.detailsContainer .detailsGrid .slick-viewport::-webkit-scrollbar-button:vertical:start:decrement {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gkBCwE6gg7V+QAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAJElEQVQ4y2NgGAV0Af/xSTKSoJmRVAP+E6OekQxnM47G6rADADaPBANV56ayAAAAAElFTkSuQmCC);
  background-position: -1px 0;
}
.detailsContainer .detailsGrid .slick-viewport::-webkit-scrollbar-button:vertical:end:increment {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gkBCwEj5mV9OQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAKElEQVQ4y2NgGAXDADDiEP9PrB5GPAr/E2MhIwEX/idBLUkuGQXUBAAu8wQDJGR3sQAAAABJRU5ErkJggg==);
  background-position: -1px 0;
}
.detailsContainer .detailsGrid .slick-viewport::-webkit-scrollbar-button:horizontal:start:decrement {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gkBCwMShY0fgQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAALElEQVQ4y2NgGAV0Af/xSTJRopmQAf+JcR4TJZrxGcBIqQEkGcJAaUCOdAAAYMAFCOnhWS4AAAAASUVORK5CYII=);
  background-position: 0 -1px;
}
.detailsContainer .detailsGrid .slick-viewport::-webkit-scrollbar-button:horizontal:end:increment {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gkBCwMsROwCKgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAKUlEQVQ4y2NgGAU0B/8JKWCi1BAmSl3CRKl3SDGAkRIDGGkWC6OAgQEARLwFCEt2NGAAAAAASUVORK5CYII=);
  background-position: 0 -1px;
}
.refreshSyncButton {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' style='fill: %23737676;'%3E%3C!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M105.1 202.6c7.7-21.8 20.2-42.3 37.8-59.8c62.5-62.5 163.8-62.5 226.3 0L386.3 160H336c-17.7 0-32 14.3-32 32s14.3 32 32 32H463.5c0 0 0 0 0 0h.4c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v51.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5zM39 289.3c-5 1.5-9.8 4.2-13.7 8.2c-4 4-6.7 8.8-8.1 14c-.3 1.2-.6 2.5-.8 3.8c-.3 1.7-.4 3.4-.4 5.1V448c0 17.7 14.3 32 32 32s32-14.3 32-32V396.9l17.6 17.5 0 0c87.5 87.4 229.3 87.4 316.7 0c24.4-24.4 42.1-53.1 52.9-83.7c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.5 62.5-163.8 62.5-226.3 0l-.1-.1L125.6 352H176c17.7 0 32-14.3 32-32s-14.3-32-32-32H48.4c-1.6 0-3.2 .1-4.8 .3s-3.1 .5-4.6 1z'/%3E%3C/svg%3E");
  width: 20px;
  height: 18px;
  vertical-align: top;
  cursor: pointer !important;
  display: inline-block;
  background-repeat: no-repeat;
}
.refreshSyncButton-clickable {
  z-index: 11;
  position: relative;
}
.detailsContainer .nv-article .icoPdf {
  height: 16px;
}
.detailsPager.ng-hide {
  display: block !important;
  visibility: hidden;
}
.detailsPager {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
  font-size: 0.75rem;
  height: 1.3rem;
  line-height: 1.3rem;
  margin-top: 0.5rem;
  visibility: visible;
  position: relative;
}
.detailsPager .detailsPagerCounts {
  position: absolute;
  left: 0;
}
.detailsPager .detailsPageSelect {
  position: absolute;
  width: 100px;
  left: 50%;
  text-align: center;
  margin: 0 auto;
  margin-left: -50px;
  color: #000;
}
.detailsPager .detailsPageSelect a {
  cursor: pointer;
  color: #525252;
  text-decoration: none;
}
.detailsPager .detailsPageSelect a.active {
  color: #000;
  cursor: default;
  font-weight: bold;
}
.detailsPager .detailsPagerControls {
  position: absolute;
  right: 0;
  vertical-align: middle;
  color: #000;
  font: 0.75rem "Segoe UI Semibold", Arial Bold, Arial, sans-serif;
}
.detailsPager .detailsPagerControls .detailsPages {
  margin-top: -0.22rem;
  display: inline-block;
  color: #525252;
  vertical-align: middle;
}
.detailsPager .detailsPagerControls .detailsPages a {
  padding: 0;
}
.detailsPager .detailsPagerControls .detailsPages .detailsPagerEllipses {
  color: #525252;
}
.detailsPager .detailsPagerControls .detailsPages .txtPage {
  color: #000;
  padding: 0;
  margin-left: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  width: 2rem;
  text-align: center;
  border: 0;
  height: 1.3rem;
  line-height: 1.3rem;
}
.detailsPager .detailsPagerControls a {
  cursor: pointer;
  color: #525252;
  text-decoration: none;
}
.detailsPager .detailsPagerControls a span.prev,
.detailsPager .detailsPagerControls a span.next {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  -moz-background-size: 0.75rem 0.75rem;
  -webkit-background-size: 0.75rem 0.75rem;
  -o-background-size: 0.75rem 0.75rem;
  background-size: 0.75rem 0.75rem;
  margin: -0.05rem 0.25rem 0 0.25rem;
  vertical-align: middle;
  border: 0;
}
.detailsPager .detailsPagerControls a span.prev {
  background-image: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L9.41421 12L15.7071 18.2929C16.0976 18.6834 16.0976 19.3166 15.7071 19.7071C15.3166 20.0976 14.6834 20.0976 14.2929 19.7071L7.29289 12.7071C7.10536 12.5196 7 12.2652 7 12C7 11.7348 7.10536 11.4804 7.29289 11.2929L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289Z' fill='%23737676'/%3E %3C/svg%3E");
}
.detailsPager .detailsPagerControls a span.prev.disabled {
  background-image: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L9.41421 12L15.7071 18.2929C16.0976 18.6834 16.0976 19.3166 15.7071 19.7071C15.3166 20.0976 14.6834 20.0976 14.2929 19.7071L7.29289 12.7071C7.10536 12.5196 7 12.2652 7 12C7 11.7348 7.10536 11.4804 7.29289 11.2929L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289Z' fill='%23999999'/%3E %3C/svg%3E");
}
.detailsPager .detailsPagerControls a span.next {
  background-image: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 185.343 185.343' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cpath style='fill:%23737676;' d='M51.707,185.343c-2.741,0-5.493-1.044-7.593-3.149c-4.194-4.194-4.194-10.981,0-15.175 l74.352-74.347L44.114,18.32c-4.194-4.194-4.194-10.987,0-15.175c4.194-4.194,10.987-4.194,15.18,0l81.934,81.934 c4.194,4.194,4.194,10.987,0,15.175l-81.934,81.939C57.201,184.293,54.454,185.343,51.707,185.343z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.detailsPager .detailsPagerControls a span.next.disabled {
  background-image: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 185.343 185.343' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cpath style='fill:%23999999;' d='M51.707,185.343c-2.741,0-5.493-1.044-7.593-3.149c-4.194-4.194-4.194-10.981,0-15.175 l74.352-74.347L44.114,18.32c-4.194-4.194-4.194-10.987,0-15.175c4.194-4.194,10.987-4.194,15.18,0l81.934,81.934 c4.194,4.194,4.194,10.987,0,15.175l-81.934,81.939C57.201,184.293,54.454,185.343,51.707,185.343z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.detailsPager .detailsPagerControls .PrevNextDivider {
  margin: 0 0.313rem;
}
.detailsPager .detailsPagerControls .disabled {
  color: #707070;
  cursor: default;
}
.detailsPager.show {
  visibility: visible;
}
#detailView .title {
  color: #fff;
}
.detailsIsMinimized {
  top: -999999px;
}
.minimizedDetailsContainer {
  /*z-index:100;*/
  position: absolute;
  width: 200px;
  right: 0;
  bottom: 140px;
}
.minimizedDetailsContainer ul {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.minimizedDetailsContainer ul li {
  height: 1.6rem;
  margin-bottom: 0.5rem;
}
.minimizedDetailsContainer ul li nv-panel > div {
  height: 1.6rem;
  width: 100%;
  right: 0;
}
.minimizedDetailsContainer ul li:last-child {
  margin-bottom: 0;
}
.detailsMinimized {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font: 0.813rem "Segoe UI", Arial Bold, Arial, sans-serif;
  height: 100%;
  line-height: 1.6rem;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 0 0.1rem 0.375rem;
  display: inline-block;
  min-width: 75px;
  float: right;
  /*img {
            height:0.75rem; //12px
            width: 0.75rem; //12px
            display: inline-block;
            padding: .4rem 0.406rem 0 0.406rem; //6.5px
            margin-top: .1rem;
           
        }*/
}
.details-min-image {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVGOUMzRUQzMDREMTFFM0IyNDBCQjlDOTJENEYzMzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVGOUMzRUUzMDREMTFFM0IyNDBCQjlDOTJENEYzMzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNUY5QzNFQjMwNEQxMUUzQjI0MEJCOUM5MkQ0RjMzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUY5QzNFQzMwNEQxMUUzQjI0MEJCOUM5MkQ0RjMzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoPoJjQAAACFSURBVHjaYvz//z8DKYAFixgPEOdA2VOA+AuKLMgGKGYG4mQgfvIfAUDsNKgcWB1MsTcQX0JSeB6IzyDxrwKxH7IGGLgNxFFItkZBxWAAruEtEOcDMRsQ8wBxBRTzQMVyoGrgGviJ8APPwPmBAQ2j+IERGtP8QPyRQCSDIvQLI6lJAyDAAC17WDc182g7AAAAAElFTkSuQmCC);
  background-size: 12px 12px;
  height: 0.75rem;
  width: 0.75rem;
  display: inline-block;
  margin-top: 0.1rem;
  background-repeat: no-repeat;
}
/* Discovery Panel Date stuff 
    *****************************************************/
.dateRange {
  margin-top: 1.25rem;
}
.ui-datepicker {
  font-size: 1rem !important;
  margin-left: 6.5rem;
  /* 104px */
  background-color: #FFF;
}
.dateRange input[type="radio"],
.calendarIcon,
.dateRange input[type="text"] {
  float: left !important;
  margin: 5px;
}
.dateRange input[type="text"] {
  float: left !important;
  margin: 0 5px 0 1px;
  width: 6.5rem;
  height: 1.625rem;
  /* 26px */
  font-size: 0.9375rem !important;
  /* 15px */
  padding-left: 3px;
}
img.ui-datepicker-trigger {
  width: 24px;
  height: 24px;
}
.dateRange select {
  width: 9.5rem;
  font-size: 1rem;
  margin-left: 6px;
  padding-left: 0;
}
.ui-datepicker select,
.dateRange select {
  color: #222;
  height: 1.625rem;
  /* 26px */
  font-size: 0.9375rem !important;
  /* 15px */
}
.dateRange .ihs-btn {
  margin: 0.5rem 0.35rem 0.35rem;
}
.dateCaption {
  float: left;
  width: 25%;
}
.dateControls {
  float: left;
  width: 75%;
}
.datePickerControl {
  padding: 5px;
}
.datepickerCalendarIcon {
  cursor: pointer !important;
  display: inline-block;
  line-height: 1.6rem;
  margin-top: 0.125rem;
  /* 2px */
  margin-bottom: 0.125rem;
  /* 2px */
}
.datePickerBetween {
  float: left;
  width: 50%;
}
/* .dateFormat is a small span of text that helps the user know what date format to use. */
.datePickerControl > .dateFormat {
  font-size: 0.8rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe Mono", "Segoe UI Mono", "Consolas", "Lucida Console", "Monaco", monospace;
  letter-spacing: 1px;
  line-height: 0.9rem;
  position: absolute;
  color: #777;
  top: -1rem;
  left: 69px;
  padding-left: 0.9rem;
}
.datePickerControl > input[type="text"] + span {
  display: inline-block;
  line-height: 1.6rem;
}
body .ui-datepicker,
.datePicker {
  margin-top: 1px;
  font-family: 'Akkurat-Pro-Regular', "Segoe Mono", "Segoe UI Mono", "Consolas", "Lucida Console", "Monaco", monospace;
  letter-spacing: 1px;
}
/* .datePickerControl .ui-datepicker-trigger, */
.calendarIcon {
  height: 16px;
  width: 16px;
}
.datePickerTo {
  float: left;
}
.datePickerToSelected {
  float: left;
  margin: 5px 5px 5px 40px;
  clear: left;
}
.dateValidation {
  padding-bottom: 20px;
}
.dateValidation > img {
  height: 2em;
}
.dateErrorMessage {
  height: 34px;
  width: 89%;
  color: #FF4646;
  font-size: 0.833333rem;
  display: inline-block;
}
.dateErrorIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNWWFMmUAAAGjSURBVDhPpVI9SwNBED0NqIWITfwAKwutrEUQQnK3e7t3aRRip6CF4C8TrAXBwt4mhYKKgqCJSKJY2GjC7axvNpeYQExEBx63u/Pm7Zu59X4K63kjNormSIgZXqfHvwuby03aMAyMlM+k1HVTiFV8x9P08CDfXzJa31opLUmZ2Dg+okJhNk0PDtw+bZXaJ60/WMCJaH0JIYHcRErrH7CZTaQ8MHF8hwKCkGVQGH5SHB8j7w8UgfUiFYtXKDZGiAZmUAYusG/CRQNtHUJkIaX3BitDYAfEKgZoIVABecr6/iJEalZra5Q6AWcFf2U0LfsODGkDBfeu75ZA1ZZKGdifh4Oam4VSZILglNbXs2lZK0AcoyDYBuGhS6DSFnAO+JznIcQZ/6XO23DFUu6ZMOTBJV0CdZAlhLewfnPnAHgN7M+bQZBzIvzSgBvcYtqkYQA3gUiZHXq4YReb9x4SO5DyifL5ZdhdQ98vPXmAXaF20+Opw0HLei+hDkLILSDfacFBCM4nFEWPHt/WDxiewZuo4wG98rofh+FBqfof8F/I/B2lzBdvv6pxYFkfOAAAAABJRU5ErkJggg==);
  display: inline-block;
  height: 16px;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  width: 16px;
}
.dateHeadErrorMessage {
  color: #FF4646;
}
.dateValidationBorder {
  border: 1px solid #F00 !important;
  outline: none;
}
.notActiveDateLabel {
  display: inline-block;
  min-width: 80px;
}
.ui-datepicker th {
  font-size: 0.65rem !important;
}
.date-selections-label {
  color: #000 !important;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 0;
}
.assetName-large-list-paddingLeft {
  padding-left: 0.625rem;
}
.date-selections-label-margins-right {
  margin-right: 0.625rem;
}
.date-selections-label-margins-left-right {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.date-selections-label-margin-bottom {
  margin-bottom: 0.625rem;
}
/* jQuery date picker style */
#discoveryPanel .ui-widget-header {
  border: 1px solid #333333 !important;
  background: #444444 50% 50% repeat-x !important;
  color: #FFF !important;
  font-weight: bold !important;
}
#discoveryPanel .ui-widget-header .ui-icon {
  background-image: url(data:image/png;base64,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) !important;
}
#discoveryPanel .ui-state-default,
#discoveryPanel .ui-widget-content .ui-state-default,
#discoveryPanel .ui-widget-header .ui-state-default {
  border: 1px solid transparent !important;
  background: none !important;
}
#discoveryPanel .ui-state-active,
#discoveryPanel .ui-widget-content .ui-state-active,
#discoveryPanel .ui-widget-header .ui-state-active {
  border: 1px solid #97B424 !important;
  background: #97B424 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAYAAABvWArbAAAAMElEQVQ4je3LIQ4AIBTD0O3f/8wrFgmKhMy8pKJKwkhSKeVbbGuAPU9f4PIopTxgAeS0DRtI4yK0AAAAAElFTkSuQmCC) 50% 50% repeat-x !important;
  color: #222 !important;
}
#discoveryPanel .ui-state-hover,
#discoveryPanel .ui-widget-content .ui-state-hover {
  border: 1px solid #97B424 !important;
  background: #97B424 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAfUlEQVRoge3OMQGAIAAAQSQLnS1iP4nAcIMOfwnuup/1jh+bXwdOCqqCqqAqqAqqgqqgKqgKqoKqoCqoCqqCqqAqqAqqgqqgKqgKqoKqoCqoCqqCqqAqqAqqgqqgKqgKqoKqoCqoCqqCqqAqqAqqgqqgKqgKqoKqoCqoCqoNoeQDNtjG1JYAAAAASUVORK5CYII=) 50% 50% repeat-x !important;
  color: #212121 !important;
}
#discoveryPanel .ui-widget-header .ui-state-hover {
  border: 1px solid #444444 !important;
  background: #444444 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAABHLFpgAAAAPElEQVQYldWPMQoAMAwCJe/O06N2CRRKxg7tcuCBiMhMBwB8BJII2whJDZKNI06uqubadpJ6w/YLp+9hAb6LR5JmORW/AAAAAElFTkSuQmCC) 50% 50% repeat-x !important;
  font-weight: normal !important;
  color: #222 !important;
}
.ui-datepicker .ui-widget-header {
  border: 1px solid #333333 !important;
  background: #444444 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAABHLFpgAAAAPElEQVQYldWPMQoAMAwCJe/O06N2CRRKxg7tcuCBiMhMBwB8BJII2whJDZKNI06uqubadpJ6w/YLp+9hAb6LR5JmORW/AAAAAElFTkSuQmCC) 50% 50% repeat-x !important;
  color: #FFF !important;
  font-weight: bold !important;
}
.ui-datepicker .ui-widget-header .ui-state-hover {
  border: 1px solid #444444 !important;
  background: #444444 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAABHLFpgAAAAPElEQVQYldWPMQoAMAwCJe/O06N2CRRKxg7tcuCBiMhMBwB8BJII2whJDZKNI06uqubadpJ6w/YLp+9hAb6LR5JmORW/AAAAAElFTkSuQmCC) 50% 50% repeat-x !important;
  font-weight: normal !important;
  color: #222 !important;
}
.ui-datepicker thead tr {
  background: none repeat scroll 0 0 #d7e2ea !important;
  border-bottom: 1px solid #C1C6CA;
  color: #333333;
}
.ui-datepicker .ui-datepicker-today > a {
  background-color: #B3CE6B;
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover {
  border: 1px solid #97B424 !important;
  background: #97B424 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAfUlEQVRoge3OMQGAIAAAQSQLnS1iP4nAcIMOfwnuup/1jh+bXwdOCqqCqqAqqAqqgqqgKqgKqoKqoCqoCqqCqqAqqAqqgqqgKqgKqoKqoCqoCqqCqqAqqAqqgqqgKqgKqoKqoCqoCqqCqqAqqAqqgqqgKqgKqoKqoCqoCqoNoeQDNtjG1JYAAAAASUVORK5CYII=) 50% 50% repeat-x !important;
  color: #222 !important;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  border: 1px solid transparent !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
#ui-datepicker-div {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#ui-datepicker-div .ui-corner-all,
#ui-datepicker-div .ui-corner-top,
#ui-datepicker-div .ui-corner-left,
#ui-datepicker-div .ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ui-datepicker-div .ui-corner-all,
#ui-datepicker-div .ui-corner-top,
#ui-datepicker-div .ui-corner-right,
#ui-datepicker-div .ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
#ui-datepicker-div .ui-corner-all,
#ui-datepicker-div .ui-corner-bottom,
#ui-datepicker-div .ui-corner-left,
#ui-datepicker-div .ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#ui-datepicker-div .ui-corner-all,
#ui-datepicker-div .ui-corner-bottom,
#ui-datepicker-div .ui-corner-right,
#ui-datepicker-div .ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#ui-datepicker-div.ui-datepicker .ui-widget-header {
  background-image: none !important;
  background-color: #444;
}
#ui-datepicker-div .ui-widget-header .ui-icon {
  background-image: url(data:image/png;base64,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) !important;
}
#ui-datepicker-div.ui-datepicker thead tr {
  background-color: transparent !important;
  border: 0 none;
}
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {
  font-weight: normal;
  color: #555 !important;
}
#ui-datepicker-div .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-datepicker-trigger {
  cursor: pointer;
}
/* Note: Many of the styles that we apply to the Discovery Panel are 
    found in slideOut.css as they are common to panels that slide out from the edge of the screen. */
#discoverDiscoveryPanel {
  top: 0;
  height: 100%;
  position: absolute;
}
#discoverDiscoveryPanel > div {
  position: fixed;
}
#slide-out-div-left-container {
  bottom: 0;
  left: 0;
  height: auto;
  z-index: 995;
  position: fixed;
  top: 110px;
  width: 23.25rem;
  transition: transform 0.4s;
  border: solid 1px #999999;
}
#slide-out-div-left-container.closed {
  transform: translate(-100%, 0);
}
#slide-out-div-left-container.closed .slide-out-button {
  background: #FFF;
  padding: 0;
  display: block;
  outline: none;
  position: absolute;
  right: -40px;
  width: 40px;
  cursor: pointer;
  height: 40px;
  border: solid 1px #999999;
}
#slide-out-div-left-container.closed .slide-out-button a {
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 185.343 185.343' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cpath style='fill:%23737676;' d='M51.707,185.343c-2.741,0-5.493-1.044-7.593-3.149c-4.194-4.194-4.194-10.981,0-15.175 l74.352-74.347L44.114,18.32c-4.194-4.194-4.194-10.987,0-15.175c4.194-4.194,10.987-4.194,15.18,0l81.934,81.934 c4.194,4.194,4.194,10.987,0,15.175l-81.934,81.939C57.201,184.293,54.454,185.343,51.707,185.343z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  background-size: 20px;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 0;
  border: none;
  padding: 0;
}
#slide-out-div-left-container.closed .slide-out-button span {
  display: none;
}
#slide-out-div-left-container .discoveryPanelContent {
  height: 100%;
}
#slide-out-div-left-container .slide-out-button {
  padding: 0;
  display: block;
  outline: none;
  position: absolute;
  right: 0;
  color: #000;
  cursor: pointer;
  z-index: 2;
}
#slide-out-div-left-container .slide-out-button a {
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L9.41421 12L15.7071 18.2929C16.0976 18.6834 16.0976 19.3166 15.7071 19.7071C15.3166 20.0976 14.6834 20.0976 14.2929 19.7071L7.29289 12.7071C7.10536 12.5196 7 12.2652 7 12C7 11.7348 7.10536 11.4804 7.29289 11.2929L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center center;
  background-size: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0.375rem;
  padding: 0;
}
#slide-out-div-left-container .slide-out-button span {
  display: none;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  padding-top: 0.375rem;
  transform: rotate(180deg);
  font-size: 0.9rem;
}
#slide-out-div-left-container #panelA,
#slide-out-div-left-container #panelB {
  margin: 0.9375rem;
  /* 15 / 16 = .9375 */
  top: 0;
  width: 21.5rem;
  /* 330 / 16 = 20.625 */
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
#filteredLook {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
#filteredLook li {
  background-color: #e8eae8;
  padding: 0.3125rem 0 0.3125rem 0.3125rem;
  /* 5 / 16 = .3125 */
  min-width: 20rem;
  /* 367px; */
}
#filteredLookForNativeScrollbar {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
#filteredLookForNativeScrollbar li {
  background-color: #e8eae8;
  padding: 0 0 0 0.3125rem;
  /* 5 / 16 = .3125 */
  line-height: 1.3rem;
  /* text descenders will clip with any value much smaller than 1.3rem. */
}
#filteredLookForNativeScrollbar li.ultimateItem {
  font-weight: bold;
}
#filteredLookForNativeScrollbar li:hover,
#filteredLookForNativeScrollbar li:focus {
  background-color: #e4f0fe;
}
#filteredLookForNativeScrollbar li.checkbox-selected {
  background-color: #e0e7ef;
}
#filteredLookForNativeScrollbar li.parent.expanded:hover,
#filteredLookForNativeScrollbar li.parent.expanded:focus {
  background-color: #e8eae8;
}
#filteredLookForNativeScrollbar > li.parent.expanded > nv-checkbox > .nvCheckBoxContainer > .nvCheckBoxLabel:hover {
  background-color: #e4f0fe;
}
input[type=text].normalWidth,
input[type=number].normalWidth {
  width: 5rem;
}
.expandable-selections-container-expander {
  padding: 0.65rem 1rem 0.65rem 1rem;
}
.list-header .filterFeedbackArea .selections-container {
  display: flex;
}
.expandable-selections-container div.mdc-evolution-chip-set {
  min-width: 100%;
  margin-left: -8px;
  margin-right: 0;
  display: flex;
  flex-flow: wrap;
}
.expandable-selections-container .mdc-evolution-chip__cell {
  color: #000;
  cursor: pointer;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
  margin-right: 0;
  height: 18px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  background: #e0e0e0;
  max-width: calc(100% - 16px);
}
.expandable-selections-container nv-textual-selection-core {
  max-width: calc(100% - 37px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.discoveryList .expandable-selections-container nv-textual-selection-core {
  max-width: 100%;
  padding-right: 5px;
}
.discoveryList .sprite-filter {
  min-width: 12px;
}
.scrollBar-filter-feedback-area {
  padding-bottom: 0;
}
.slideActionContainer {
  float: right;
  position: relative;
  top: -0.563rem;
  right: 1.375rem;
  margin-right: -1.375rem;
  opacity: 0.85;
}
.slideActionContainer img {
  margin-right: 0.625rem;
}
.map-legend-content {
  font-weight: normal;
  font-size: 0.75rem;
}
.map-elements {
  padding: 0.3125rem;
  /* 5 / 16 = .3125 */
}
#discoveryPanel {
  width: 22.5rem;
  /* Must keep a width setting as it contains and constrains the animation of the panels sliding from side to side. 360 / 16 = 22.5 */
  height: 100%;
  position: relative;
  /* Settings pane content group row item */
}
#discoveryPanel .no-background {
  background-color: transparent;
}
#discoveryPanel .no-margin {
  margin: 0;
}
#discoveryPanel .check-list .inline-title {
  position: absolute;
  top: 0;
  right: 0.2rem;
  width: 1.96rem;
  height: 1.96rem;
  cursor: pointer;
}
#discoveryPanel .check-list .nvCheckBoxContainer .nvCheckBox + label .nvCheckBoxImage {
  margin-left: 0;
}
#discoveryPanel .check-list > .parent > nv-checkbox > .nvCheckBoxContainer > .nvCheckBox + label {
  width: 17.625rem;
}
#discoveryPanel .check-list.long-text > li {
  vertical-align: middle;
}
#discoveryPanel .check-list.long-text > li > nv-checkbox > .nvCheckBoxContainer {
  max-width: 19.3rem;
  overflow: hidden;
}
#discoveryPanel .check-list.long-text > li > nv-checkbox > .nvCheckBoxContainer ul {
  margin-top: 0;
  max-height: 0;
  margin-left: 0.625rem;
}
#discoveryPanel .check-list.long-text > li > nv-checkbox > .nvCheckBoxContainer ul li {
  padding-left: 0;
}
#discoveryPanel .check-list.long-text > li > nv-checkbox > .nvCheckBoxContainer ul.open {
  max-height: 2000px;
  transition: max-height 0.375s ease-in;
}
#discoveryPanel .check-list.long-text > li > nv-checkbox > .nvCheckBoxContainer .nvCheckBoxContainer {
  max-width: 18.625rem;
}
#discoveryPanel .settingsGroup .settingsRow {
  display: table;
  position: relative;
  /* For aligning tooltip element to the actual row */
  margin: 0;
  padding-bottom: 10px;
  padding-bottom: 15px;
}
#discoveryPanel .settingsGroup .settingsRow .settingsItem {
  display: table-cell;
  vertical-align: middle;
}
#discoveryPanel .settingsGroup .settingsRow .settingsItemPreview {
  width: 50%;
}
#discoveryPanel .settingsGroup .settingsRow .settingsItemName {
  margin: 0;
  font-size: 0.75rem;
  padding-left: 0.313rem;
  width: 7.5rem;
  height: 1.25rem;
}
#discoveryPanel .settingsGroup .settingsRow .settingsItemValue {
  text-align: left;
}
#discoveryPanel * {
  box-sizing: border-box;
}
#discoveryPanel *:focus {
  outline: none;
}
.discoverySearchFieldContainer {
  background-color: #FFF;
  display: inline-block;
  position: relative;
  border: 1px solid #999999;
  border-radius: 3px;
}
input.discoverySearchField {
  background-color: transparent;
  color: #000;
  border: none;
  padding: 5px;
}
input.discoverySearchField::-ms-clear {
  display: none;
}
.discoverySearchField:focus {
  border: solid 2px #97B424;
}
.discoverySearchFieldClear {
  height: 100%;
  width: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUJCRERFNDg3MTYwMTFFMjhGRUU4RkI5OTU5RTMxNDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUJCRERFNDk3MTYwMTFFMjhGRUU4RkI5OTU5RTMxNDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQkJEREU0NjcxNjAxMUUyOEZFRThGQjk5NTlFMzE0NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQkJEREU0NzcxNjAxMUUyOEZFRThGQjk5NTlFMzE0NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlK2U90AAACxSURBVHjabJDNDcIwDIVNlAWyQg4sUEZgBRiBjkBHgHNPMAI5MACMUFZgha6ALX1GpuJJT3GS9/y3Gu9rCSjKjvOtfMXPHOKL8iC/MPEeoyQeb3+EQpVJWV1soh1uyzIjPMNCsq/Y8cRgomFRocsEQikrucF0Uh6DoaZQ1tC4Fwzxb048egsDGSc20cfNZPqzAbfKB6dgcFw9s+9SgtBnqLTWxz03BmuhT2/DE8lHgAEAlGspIDmrl5oAAAAASUVORK5CYII=) no-repeat center center transparent;
  position: absolute;
  top: 0;
  right: 0.2rem;
}
.discoverySearchFieldClear:hover {
  cursor: pointer;
}
.discoverySearchBox {
  color: #888888 !important;
  font-size: 0.9375rem !important;
  width: 315px;
  height: 26px;
}
#breadcrumb_navigation {
  display: inline-block;
  color: #307EE9;
  font-size: 1rem;
  font-weight: lighter;
}
/* For styling - We want to make sure a breadcrumb is always present. Even if it is empty, so the interface doesn't jump around when we do get one. */
#breadcrumb_navigation:after {
  content: '.';
  color: transparent;
}
.discoveryBreadCrumbs {
  cursor: pointer;
}
#discoveryPanel .breadcrumb_arrow {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0JEOTk0MjM3MTYwMTFFMjg5NzVFMUJENUJBMzMwOUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0JEOTk0MjQ3MTYwMTFFMjg5NzVFMUJENUJBMzMwOUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3QkQ5OTQyMTcxNjAxMUUyODk3NUUxQkQ1QkEzMzA5RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3QkQ5OTQyMjcxNjAxMUUyODk3NUUxQkQ1QkEzMzA5RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmX8hMQAAABsSURBVHjaYrTr/88ABWxAfBWIVYB4KxMDAtRBBb8AcS5MAiRQCmW3AvF9mMQ0qFE3gbgPJACSiAJiV6iCFCD+BZPACkASy4D4IJQ/E2okXAfMCC0gLkKWuAOzFAiqgVgO2Y4mqAIekCsBAgwAMjkTl8XxKyQAAAAASUVORK5CYII=);
  background-position: 0 0.125rem;
  background-repeat: no-repeat;
  padding-left: 0.75rem;
}
.discoveryTitle {
  color: #000;
  font-weight: bold;
  margin-top: 0.625rem;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}
#saveUserQuery {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.magnifier {
  margin-left: 5px;
  margin-bottom: -5px;
  cursor: pointer;
}
.discoveryList {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.discoveryList > li:not(.inline):hover,
.discoveryList > li:not(.inline):focus,
.discoveryList > li ul > li:hover,
.discoveryList > li ul > li:focus,
.discoveryList ul > li ul > li:hover,
.discoveryList ul > li ul > li:focus,
.discoveryList .inline-header:hover,
.discoveryList .inline-header:focus,
.shortListDiv > ul > li:hover,
.shortListDiv > ul > li:focus,
.listDiv > ul > li:hover,
.listDiv > ul > li:focus,
ul.dateRange > li:hover,
ul.dateRange > li:focus,
ul.numericRange > li:hover,
ul.numericRange > li:focus,
ul.enumeration > li:hover,
ul.enumeration > li:focus {
  background-color: #e4f0fe;
}
.shortListDiv > ul ul {
  margin-left: 1rem;
}
li.inline ul .blueArrow {
  padding-left: 24px !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkY4OTQyOTQ3MTVGMTFFMkEwRDU5MDM4MzVEREUwNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkY4OTQyOTU3MTVGMTFFMkEwRDU5MDM4MzVEREUwNDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRjg5NDI5MjcxNUYxMUUyQTBENTkwMzgzNURERTA0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRjg5NDI5MzcxNUYxMUUyQTBENTkwMzgzNURERTA0NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpRweqoAAABNSURBVHjaYvz//z8DOmCpfwUX/NMoxogsx8SABSArQtaMUwM+TTg14NLEyFz38j8DCYCJgUTAiC2U8IUYEymK8ToJV1wwkaIYBAACDABifih1t+yUjgAAAABJRU5ErkJggg==) no-repeat right center;
}
ul .blueArrow {
  padding-left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkY4OTQyOTQ3MTVGMTFFMkEwRDU5MDM4MzVEREUwNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkY4OTQyOTU3MTVGMTFFMkEwRDU5MDM4MzVEREUwNDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRjg5NDI5MjcxNUYxMUUyQTBENTkwMzgzNURERTA0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRjg5NDI5MzcxNUYxMUUyQTBENTkwMzgzNURERTA0NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpRweqoAAABNSURBVHjaYvz//z8DOmCpfwUX/NMoxogsx8SABSArQtaMUwM+TTg14NLEyFz38j8DCYCJgUTAiC2U8IUYEymK8ToJV1wwkaIYBAACDABifih1t+yUjgAAAABJRU5ErkJggg==) no-repeat right center;
  margin-right: 3px;
  line-height: 1.28rem;
  cursor: pointer;
  opacity: 0.875;
}
ul .blueArrow:active,
.blueArrow:hover,
ul .blueArrow:focus {
  opacity: 1;
}
.date-selections-label.hover .clear-selection {
  visibility: visible;
}
.date-selections-label .clear-selection {
  visibility: hidden;
  vertical-align: middle;
}
.clear-selection {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjkyRURDOUIzNzUyMTFFMzk1NzU4RTA4OUYwNDk5MzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjkyRURDOUMzNzUyMTFFMzk1NzU4RTA4OUYwNDk5MzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCOTJFREM5OTM3NTIxMUUzOTU3NThFMDg5RjA0OTkzNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCOTJFREM5QTM3NTIxMUUzOTU3NThFMDg5RjA0OTkzNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgkuYXYAAAEsSURBVHja5JWxccMwDEUJnxfQCmo8gDJCBkhjjxA17u0R4t5NMkLSpI9HsAZI4xU0wjd5/jzBlECeKxXGHY6ipEd8gAIlANyctnAz21JPjr8rPa28Nxwv3jv9cPv2n19Z5J4HuqIAZZ/e35N7YYENxZSCj3mRGw9cSlvwPRHcMZuz97oQPM+L1DkBAVwzy5Btz/sHekWBVvCH+SkB0U5cJID7JJPGkDDNA/e8SGMJiA9qlrtj8A/vO/WetQ1jPgQXMflUQK+ufzivmE1vvGfzQM9uMPlUwEmNMfNYiTbpiCkb+CHzLJ+24YEf0av3P46Oi0T7ylRg4EVsPlTGqEDsdafguGc1t6U1u+B22OR5oC2dAyHIi/oGnCrhpngIATYPjHh5+p/R7AKuAgwA5d5vAS+dvhAAAAAASUVORK5CYII=) 0 0 no-repeat;
  background-size: 200% 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.clear-selection:hover {
  background-position: -16px 0;
  cursor: pointer;
}
.clear-date-selections-label {
  color: #307EE9 !important;
  float: right;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjM3QkUwQzQ3MTYwMTFFMjlGNDk5QTVFQUE1OTMxN0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjM3QkUwQzU3MTYwMTFFMjlGNDk5QTVFQUE1OTMxN0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMzdCRTBDMjcxNjAxMUUyOUY0OTlBNUVBQTU5MzE3QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMzdCRTBDMzcxNjAxMUUyOUY0OTlBNUVBQTU5MzE3QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgklZkEAAACvSURBVHjabJDNDcIwDIVNlAWyQlYo555YAUagI9AR4NQzjEBGgBHKCqzQEcCWPiODeNJTnOQ9/6366SUBRdlxPpWP+JlDfFbu5Rsm3mGUxOP1j1CoMiuri020xW1ZFoQnWEj2ETvuGEw0/lToMoFQykquMR2Vh2CoKZQ1NO4FQ/xbEo/ewkjGmU0McTOZ/mzAjfLGKRgcF8/su5Qg9BkqrQ1xz43BWujT2/BE8hZgAFPgKYS60dAyAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  padding-left: 15px;
}
.clear-selections-label {
  color: #307EE9 !important;
  float: right;
  font-size: 0.78rem;
  cursor: pointer;
  margin-bottom: 0.1875rem;
}
.global-clear-selections-label:hover,
.clear-selections-label:hover {
  color: #97B424 !important;
}
.clear-selections-label:hover .clear-selections-label-icon,
.global-clear-selections-label:hover .clear-selections-label-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUJCRERFNDg3MTYwMTFFMjhGRUU4RkI5OTU5RTMxNDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUJCRERFNDk3MTYwMTFFMjhGRUU4RkI5OTU5RTMxNDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQkJEREU0NjcxNjAxMUUyOEZFRThGQjk5NTlFMzE0NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQkJEREU0NzcxNjAxMUUyOEZFRThGQjk5NTlFMzE0NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlK2U90AAACxSURBVHjabJDNDcIwDIVNlAWyQg4sUEZgBRiBjkBHgHNPMAI5MACMUFZgha6ALX1GpuJJT3GS9/y3Gu9rCSjKjvOtfMXPHOKL8iC/MPEeoyQeb3+EQpVJWV1soh1uyzIjPMNCsq/Y8cRgomFRocsEQikrucF0Uh6DoaZQ1tC4Fwzxb048egsDGSc20cfNZPqzAbfKB6dgcFw9s+9SgtBnqLTWxz03BmuhT2/DE8lHgAEAlGspIDmrl5oAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
}
.global-clear-selections-label {
  color: #307EE9 !important;
  font-size: 0.88rem;
  cursor: pointer;
  height: 1rem;
}
.group-clear-selections-label {
  color: #307EE9 !important;
  font-size: 0.78rem;
  cursor: pointer;
  height: 1rem;
  visibility: hidden;
}
.discoveryPanelListItem:hover .group-clear-selections-label,
.inline-header:hover .group-clear-selections-label {
  visibility: visible;
}
.group-clear-selections-title {
  float: right;
  padding-right: 1.5rem;
  padding-top: 0.2rem;
}
.selectedFilters {
  cursor: default;
}
.selectedFilters .filterFeedbackArea {
  margin-bottom: 0;
}
.selectedFilters .filterGroup span {
  position: relative;
  cursor: pointer;
  padding-left: 5px;
  line-height: 2rem;
}
.filterGroup {
  cursor: pointer;
  border-top: 1px solid rgba(255, 255, 255, 0.085);
  background-color: #f9f9f9;
}
.filterGroup nv-clear-filters {
  float: right;
  margin-right: 0.05rem;
}
.filterGroup nv-clear-filters .clear-selections-label {
  padding-bottom: 0;
  padding-top: 0.063rem;
}
.selectedFiltersContainer {
  background-color: #fff;
}
.selectedFiltersContainer .selectedFilters:first-child .filterGroup {
  border-top: 0;
}
.selectedFiltersContainer .expandable-selections-container-expander {
  background-color: transparent;
}
.clearFloat {
  clear: both;
}
.clear-selections-label-icon {
  width: 11px;
  height: 11px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjM3QkUwQzQ3MTYwMTFFMjlGNDk5QTVFQUE1OTMxN0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjM3QkUwQzU3MTYwMTFFMjlGNDk5QTVFQUE1OTMxN0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMzdCRTBDMjcxNjAxMUUyOUY0OTlBNUVBQTU5MzE3QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMzdCRTBDMzcxNjAxMUUyOUY0OTlBNUVBQTU5MzE3QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgklZkEAAACvSURBVHjabJDNDcIwDIVNlAWyQlYo555YAUagI9AR4NQzjEBGgBHKCqzQEcCWPiODeNJTnOQ9/6366SUBRdlxPpWP+JlDfFbu5Rsm3mGUxOP1j1CoMiuri020xW1ZFoQnWEj2ETvuGEw0/lToMoFQykquMR2Vh2CoKZQ1NO4FQ/xbEo/ewkjGmU0McTOZ/mzAjfLGKRgcF8/su5Qg9BkqrQ1xz43BWujT2/BE8hZgAFPgKYS60dAyAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 3px;
}
.clear-button-wrapper {
  cursor: default;
}
.clear-date-selections-label:hover {
  cursor: pointer;
}
.date-selections-header-label {
  font-size: 0.75rem;
  padding-top: 5px;
}
#discoveryPanel input[type="radio"] {
  display: none;
}
#discoveryPanel input[type="radio"] + label .radioImage {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAPCAYAAACFgM0XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAA/VJREFUSEul1e9PW1UYB/Bz7u2thB9tCRTWAqO3pUAhuiVbXKStgU5NNkGNCQkzEKDMhWmIEBB4oXaIybZOTYa77SUM2DJHZuILQwv40mTunW/QVxLmIPE9f8LX770Mg1XeSJOT29yezznPeXrOc4TT6RQOh0Oqqmo3RWpSURwtJSVF0w3h+s1wo75TUlL8WFWVOs2pehya4mF/TQghrc9xvTWKUBTFCkJYAZx7Of7T4t2HePZsB9tPf8fTP7axu/sn7i1/i2hbfIp9S6z+mqZZ/Y/t7dVbg5WXl5/t7+/Hysp3GP1oDH7/CagOAUVV4PcFMfLhNB4++B5Dyffh8Xh+ZhB2xo7rrdUrzILS09ODdDqNWLwNXp+CRKf7hatTQTk8GZT8XllVI9EWbcOtW1+ir68PDPrq8+wd5UEPemssHOWZRsXZ3p6AccfE2291o+V01c74Db0ok6+XmVxImvkIW6MYv1HtajmjPXmz8yIMw0AikdjZ3zv/8qAHPehBz9bId9WgR6FnAJq8du1zjE+MofWUd2/o4wqX8UODNNfY1utFJh+QWQaSXW2UV6Zrva2najA2NobZ2VkwAw8KPOhBD3rQM5AA6EEPes7xTy9KS92bZnYBQ5cvo+21svTMfI2Y/5GrZwDGWjNbWN7JnVTm14NixmwSr5z3/jIwMICFhQW43e7NAg960IMe9Gxh0IMe9KDHYS8CAR3fzGXR03MJr79Tdvvm/aAwVoMMIKhmNvRyYz0kMmthNZOvk9fv14k33q3Id3d323+Drut7BR70oGcAbBs66Pk9zEzUgR70OOxFmat4w8zeRXLwA0TPV8zOmDoDCEkjH1Iz6xFh5JtlJt+szvP5WeakOJdwpa0VLC4uwuVy3SvwXCUnXQ2BHvR8NnPyZtCDHvR2Bg68kIpQU6kvMDmRQutLtY+GJr1nzFxYmGsBrrxGzfKvsNKfzdWKK1P18sXTDRgdHUUqlQKPoafAgx703AMBrrwG9Hb66UGPQi9Y2WQi0b45d9tAV1cXWs86N8ev+53makSYeW6+nC44oJy4Wd3LXfz4wsULmJubQ0dHx551gv/Dgx703P3cfDndDojePgWFnpVMVRRVeC+9180z/jWisVdReUJDe2fF8PAn9WL4U7/a0VX5qMpXimg0ylrxFXp7e/e4em2/hBzpQQ960OMob1dCq7Syuv06ODjISriCkZER+Hw+8L111FgV/fY767dkMrnHvu4Dd1z/9z1grYbVrTgWi2F5eRnb29vY2tqyn1ZbWlpCPB7fZR/VmtSqgvbl9fwe+b/eDuDwIAe3Is/4k0gkstPU1PQbd3s13xdxYubbSjsTv38PHNv/BbBroG4e3nD4AAAAAElFTkSuQmCC) left top no-repeat;
  cursor: pointer;
  margin: 5px;
}
#discoveryPanel input[type="radio"]:checked + label .radioImage {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAPCAYAAACFgM0XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAA/VJREFUSEul1e9PW1UYB/Bz7u2thB9tCRTWAqO3pUAhuiVbXKStgU5NNkGNCQkzEKDMhWmIEBB4oXaIybZOTYa77SUM2DJHZuILQwv40mTunW/QVxLmIPE9f8LX770Mg1XeSJOT29yezznPeXrOc4TT6RQOh0Oqqmo3RWpSURwtJSVF0w3h+s1wo75TUlL8WFWVOs2pehya4mF/TQghrc9xvTWKUBTFCkJYAZx7Of7T4t2HePZsB9tPf8fTP7axu/sn7i1/i2hbfIp9S6z+mqZZ/Y/t7dVbg5WXl5/t7+/Hysp3GP1oDH7/CagOAUVV4PcFMfLhNB4++B5Dyffh8Xh+ZhB2xo7rrdUrzILS09ODdDqNWLwNXp+CRKf7hatTQTk8GZT8XllVI9EWbcOtW1+ir68PDPrq8+wd5UEPemssHOWZRsXZ3p6AccfE2291o+V01c74Db0ok6+XmVxImvkIW6MYv1HtajmjPXmz8yIMw0AikdjZ3zv/8qAHPehBz9bId9WgR6FnAJq8du1zjE+MofWUd2/o4wqX8UODNNfY1utFJh+QWQaSXW2UV6Zrva2najA2NobZ2VkwAw8KPOhBD3rQM5AA6EEPes7xTy9KS92bZnYBQ5cvo+21svTMfI2Y/5GrZwDGWjNbWN7JnVTm14NixmwSr5z3/jIwMICFhQW43e7NAg960IMe9Gxh0IMe9KDHYS8CAR3fzGXR03MJr79Tdvvm/aAwVoMMIKhmNvRyYz0kMmthNZOvk9fv14k33q3Id3d323+Drut7BR70oGcAbBs66Pk9zEzUgR70OOxFmat4w8zeRXLwA0TPV8zOmDoDCEkjH1Iz6xFh5JtlJt+szvP5WeakOJdwpa0VLC4uwuVy3SvwXCUnXQ2BHvR8NnPyZtCDHvR2Bg68kIpQU6kvMDmRQutLtY+GJr1nzFxYmGsBrrxGzfKvsNKfzdWKK1P18sXTDRgdHUUqlQKPoafAgx703AMBrrwG9Hb66UGPQi9Y2WQi0b45d9tAV1cXWs86N8ev+53makSYeW6+nC44oJy4Wd3LXfz4wsULmJubQ0dHx551gv/Dgx703P3cfDndDojePgWFnpVMVRRVeC+9180z/jWisVdReUJDe2fF8PAn9WL4U7/a0VX5qMpXimg0ylrxFXp7e/e4em2/hBzpQQ960OMob1dCq7Syuv06ODjISriCkZER+Hw+8L111FgV/fY767dkMrnHvu4Dd1z/9z1grYbVrTgWi2F5eRnb29vY2tqyn1ZbWlpCPB7fZR/VmtSqgvbl9fwe+b/eDuDwIAe3Is/4k0gkstPU1PQbd3s13xdxYubbSjsTv38PHNv/BbBroG4e3nD4AAAAAElFTkSuQmCC) -16px top no-repeat;
}
.numericRange > li > label,
.enumeration > li > label {
  width: 100%;
  cursor: pointer;
}
#discoveryPanel .layerToggle,
#discoveryPanel .previewLayertoggle,
#discoveryPanel .filterToggle {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 0.3rem 0 5px;
  float: left;
  z-index: 1;
  cursor: pointer;
}
#discoveryPanel .layerToggle {
  top: 0.5125rem;
}
#discoveryPanel .filterToggle,
#discoveryPanel .previewLoading {
  top: 0.125rem;
}
#discoveryPanel .previewtoggle {
  display: inline-block;
  width: 48px;
  height: 23px;
  vertical-align: middle;
  margin: 0;
  float: left;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAAAXCAYAAADwSpp8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkExMzc0OTk4RkY0MTFFMjgwNjg4RUFDNjI3MjQ0MTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkExMzc0OUE4RkY0MTFFMjgwNjg4RUFDNjI3MjQ0MTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQTEzNzQ5NzhGRjQxMUUyODA2ODhFQUM2MjcyNDQxMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQTEzNzQ5ODhGRjQxMUUyODA2ODhFQUM2MjcyNDQxMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuZAvRkAAAiUSURBVHja1FlrbBTX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) no-repeat;
  background-position: top right;
}
#discoveryPanel .previewtoggle.on {
  background-position: top left;
}
#discoveryPanel .previewtoggle:hover {
  cursor: pointer;
}
#discoveryPanel .previewLoading {
  display: inline-block;
  background: url(data:image/gif;base64,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) no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-size: contain;
}
#discoveryPanel .context-menu li {
  width: auto;
}
#discoveryPanel .context-menu li:hover {
  color: #FFF;
}
#discoveryPanel .hierarchicalList .longText {
  width: 18rem;
}
#discoveryPanel .hierarchicalList li.parent > span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAALCAYAAACtWacbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkJDNDkwRkQ3MTYwMTFFMkFFQUJBMEM1RDJDQTMyQzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkJDNDkwRkU3MTYwMTFFMkFFQUJBMEM1RDJDQTMyQzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQkM0OTBGQjcxNjAxMUUyQUVBQkEwQzVEMkNBMzJDNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQkM0OTBGQzcxNjAxMUUyQUVBQkEwQzVEMkNBMzJDNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn557i0AAACESURBVHjaYjSoe2nMwMBwlgEPYALiM0C8FIhV8CkCgSggvgrEvUAshEsRCLABcREQ3wbiCigfQxEMgExqB+J7QBwLxMwseNwrDcSLgNiJCY+id0CcBcQp2Ez6BcR9QNwNVciArmgrEBcA8R1svrsAxM5A7IOuAGYSyN5ZQPwXl+MAAgwA9aMVucn3iVYAAAAASUVORK5CYII=) 0 25% no-repeat;
  cursor: pointer;
  width: 9px;
  height: 26px;
  display: inline-block;
  vertical-align: text-bottom;
}
#discoveryPanel .hierarchicalList li.parent.expanded > span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAJCAYAAADkZNYtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTQ4RDQ4QkI3MTYwMTFFMkJCODNBNUM3ODY2QUFBOEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTQ4RDQ4QkM3MTYwMTFFMkJCODNBNUM3ODY2QUFBOEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNDhENDhCOTcxNjAxMUUyQkI4M0E1Qzc4NjZBQUE4RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNDhENDhCQTcxNjAxMUUyQkI4M0E1Qzc4NjZBQUE4RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Prv5CnoAAABxSURBVHjaYjSoe5nJwMAwjYEwMGECErOA+AIBhcuA+CxI8V8gLsaj8BcQ14MYTFCBfUC8FYfiKUB8B1kxCBRATUEG74C4FcZBVgzS3YemuBuqAUMxuuRTdM1MWKytgbIr0Z3FgsVDoKA0gwYXCgAIMABkaRiGV5kcxAAAAABJRU5ErkJggg==) 0 25% no-repeat;
  width: 11px;
}
#discoveryPanel .hierarchicalList li.parent > ul {
  display: none;
}
#discoveryPanel .hierarchicalList li.parent.expanded > ul {
  display: block;
}
.dateRange li {
  height: 30px;
  width: 20rem;
  /* 320 / 16 = 20 */
}
.dateLabel {
  margin: 5px;
}
.inline-header {
  padding: 0.313em;
  background-color: #c2c4c3;
  margin-bottom: 2px;
}
.inline-header:hover,
.inline-header:focus {
  background-color: #e4f0fe;
}
.inline-title {
  font-size: 1rem;
  font-weight: bold;
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 185.343 185.343' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cpath style='fill:%23737676;' d='M51.707,185.343c-2.741,0-5.493-1.044-7.593-3.149c-4.194-4.194-4.194-10.981,0-15.175 l74.352-74.347L44.114,18.32c-4.194-4.194-4.194-10.987,0-15.175c4.194-4.194,10.987-4.194,15.18,0l81.934,81.934 c4.194,4.194,4.194,10.987,0,15.175l-81.934,81.939C57.201,184.293,54.454,185.343,51.707,185.343z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat 100% 50%;
  background-size: 1rem 0.688rem;
  line-height: 1.28rem;
  display: block;
  padding: 0;
  margin-right: 0.45rem;
}
.inline-title > * {
  display: inline-block;
  vertical-align: bottom;
}
div.inline-title:hover,
a.inline-title:focus {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  opacity: 1;
}
.inline-title.open {
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.29289 8.29289C4.68342 7.90237 5.31658 7.90237 5.70711 8.29289L12 14.5858L18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289C20.0976 8.68342 20.0976 9.31658 19.7071 9.70711L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat 100% 50%;
  background-size: 1rem;
}
#discoveryPanel #importUwi {
  display: block;
  padding: 5px;
}
#discoveryPanel #importUwiTitle {
  font-size: 1.125rem;
  line-height: 1.28rem;
}
#discoveryPanel #importUwi textarea {
  width: 100%;
  margin: 10px 0 15px 0;
}
.uwi-import-description,
.failed-label {
  font-size: 0.75rem;
  padding: 0.3rem 0;
}
.failed-label {
  padding-bottom: 14px;
}
.failedUwiContainer {
  height: 7rem;
  overflow-y: auto;
}
#discoveryPanel .importResult {
  background-color: rgba(0, 0, 0, 0.8);
  margin: 1rem 0;
}
.success-count {
  color: #97B424 !important;
}
#discoveryPanel .discoveryListWarning,
#discoveryPanel .discoveryListNoResults {
  padding: 0.625rem;
  /* 10 / 16 = .625 */
  height: 100%;
}
#discoveryPanel .discoveryListWarningIcon {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzVBMTY3NzAxOUJBMTFFMzk4M0ZEOTMwRDkwNDRGQTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzVBMTY3NzExOUJBMTFFMzk4M0ZEOTMwRDkwNDRGQTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNUExNjc2RTE5QkExMUUzOTgzRkQ5MzBEOTA0NEZBMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNUExNjc2RjE5QkExMUUzOTgzRkQ5MzBEOTA0NEZBMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsUGYMsAAADjSURBVHjaYvj//z8DBj54MPt/efkJrHJAjCn4+bPT/6CgN//d3P4DNadj08TEgA5Wrkxl+PJFGMyeN6+WAQtA1fT8eSLDqlURDJKSDAyqqiC+NJDfhF/TvHl5YNrLi4GhuhpmcxnQZkvsms6fb2M4dMgAwy1fvrAzzJ2bj13T3LnJDLjAtm2hDLdvB6Nq2rZtMVBQDMlvDEA+quFz55bCOIzAIA5hiI9fBXQGIwN+8B/ozwwGO7tZTECP1mBoMDRkYAgLQ9fECAyoGohN8fH/wc4hFnR0pDGCkwWJgImBDAAQYAARTpCekeNc9AAAAABJRU5ErkJggg==) 0 0 no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 0.1875rem;
  /* 3 / 16 = .1875 */
}
#discoveryPanel .discoveryListNoResults {
  padding-top: 0.625rem;
  /* 10 / 16 = .625 */
}
#discoveryPanel .pagingUpLoading,
#discoveryPanel .pagingDownLoading,
#vn-asset-list .pagingUpLoading,
#vn-asset-list .pagingDownLoading,
#vn-asset-list-portfolio .pagingDownLoading {
  width: 100%;
  text-align: center;
  line-height: 40px;
  position: absolute;
  padding: 5px;
}
#discoveryPanel .pagingUpLoading,
#vn-asset-list .pagingUpLoading {
  top: 15px;
  max-height: 50px;
}
#discoveryPanel .pagingUpLoading {
  top: 0;
}
#discoveryPanel .pagingDownLoading,
#vn-asset-list .pagingDownLoading,
#vn-asset-list-portfolio .pagingDownLoading {
  bottom: 10px;
  max-height: 50px;
}
#discoveryPanel .pagingDownLoading {
  bottom: 0;
}
#discoveryPanel .pagingUpLoading img,
#discoveryPanel .pagingDownLoading img,
#vn-asset-list .pagingUpLoading img,
#vn-asset-list .pagingDownLoading img,
#vn-asset-list-portfolio .pagingDownLoading img {
  vertical-align: middle;
}
/* Alphabetical Navigation style
----------------------------------------------------------*/
#alphabeticalNavigation {
  float: right;
  height: 519px;
  position: absolute;
  right: -1px;
}
#alphabeticalNavigation ul {
  height: 100%;
  margin-top: 15px;
}
#alphabeticalNavigation li {
  min-width: 8px !important;
  font-size: 0.625rem;
  /* 10px */
  height: 3.85%;
  padding-top: 0;
  padding-bottom: 0;
}
#alphabeticalNavigation li p {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  display: table-cell;
  text-align: center;
}
.alphabeticalNavigationDimState {
  vertical-align: middle;
  margin: 0;
  color: #353535;
  padding: 0;
  display: table-cell;
  text-align: center;
}
#alphabeticalNavigation li:hover {
  background-color: #97B424;
}
.longText {
  width: 20.3125rem;
  /* 325 / 16 = 20.3125 */
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 2px;
  cursor: pointer;
}
.longText span:last-child {
  display: inline-block;
  max-width: 17.8125rem;
  /* 285 / 16 = 17.8125 */
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#listLoadingContainer,
.assetListLoadingContainer {
  text-align: center;
  line-height: 40px;
  padding-top: 40px;
  min-height: 150px;
}
#listLoadingContainer,
.assetListLoadingContainer,
#keywordSearchContainer img {
  vertical-align: middle;
}
#keywordSearchContainer {
  text-align: center;
  line-height: 40px;
  padding-top: 40px;
  min-height: 8rem;
  position: absolute;
  z-index: 1;
  width: 19.5rem;
}
/* Native browser scrollbar styles
----------------------------------------------------------*/
/* IE 8+ */
html {
  -ms-scrollbar-track-color: #282828;
  -ms-scrollbar-face-color: #bfbfbf;
  -ms-scrollbar-highlight-color: #ffbfbf;
  -ms-scrollbar-shadow-color: #bfbfbf;
  -ms-scrollbar-darkshadow-color: #bfbfbf;
  -ms-scrollbar-3dlight-color: #bfbfbf;
}
/* Chrome */
::-webkit-scrollbar {
  width: 11px;
}
::-webkit-scrollbar:horizontal {
  height: 11px;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:horizontal {
  background-color: #bfbfbf;
}
::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
.inputHighlight {
  color: #307EE9;
}
#longListHeader {
  margin-bottom: 1rem;
}
.listDiv {
  top: 9.375rem;
  /* 150 / 16 = 9.375 */
  bottom: 0.9375rem;
  /* 15 / 16 = .9375 */
  width: 20.625rem;
  /* 330 / 16 = 20.625 */
}
.listDiv > ul > li {
  font-size: 0.938rem;
}
.shortListDiv {
  bottom: 15px;
  top: initial;
  width: 20.625rem;
  /* 330 / 16 = 20.625 */
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  position: relative;
}
.list-screen {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.list-screen > section {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.list-screen > section:last-child {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.list-header {
  border-bottom: 1rem solid transparent;
}
.list-content-wrapper {
  position: relative;
}
.list-controls {
  background-color: #c2c4c3;
  min-height: 1.938rem;
  margin-bottom: 1px;
  position: relative;
}
.groupScreen {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.groupScreen > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.groupScreen > .discoveryList {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
/* Discovery panel item counts context menu */
.discoveryPanelCountContextMenuLink {
  text-decoration: underline;
}
#discoveryPanelContextMenu {
  width: 140px;
  color: #FFF;
  position: fixed;
  z-index: 1010;
  top: 270px;
  left: 22.3125rem;
  /* 357 / 16 = 22.3125 */
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
#discoveryPanelContextMenu > div:first-child {
  padding: 4px;
}
#discoveryPanelContextMenu .discoveryPanelContextMenuItem {
  margin: 0.3125rem;
  /* 5 / 16 = .3125 */
  padding: 0.125rem 0.125rem 0.25rem;
  /* 4 / 16 = .25 */
  text-align: center;
  cursor: pointer;
  /* Context menu button background vertical linear gradient */
  background: #347cd5;
  background: -moz-linear-gradient(top, #347cd5 0, #375bb5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #347cd5), color-stop(100%, #375bb5));
  background: -webkit-linear-gradient(top, #347cd5 0, #375bb5 100%);
  background: -o-linear-gradient(top, #347cd5 0, #375bb5 100%);
  background: -ms-linear-gradient(top, #347cd5 0, #375bb5 100%);
  background: linear-gradient(to bottom, #347cd5 0, #375bb5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#347cd5', endColorstr='#375bb5', GradientType=0);
  line-height: 1.4rem;
  font-size: 0.83333333rem;
  /* 10 / 12 = .83333333 */
}
#discoveryPanelContextMenu .discoveryPanelContextMenuItem.menuItemDisabled {
  background: #dddddd;
  background: -moz-linear-gradient(top, #dddddd 0, #bfbfbf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dddddd), color-stop(100%, #bfbfbf));
  background: -webkit-linear-gradient(top, #dddddd 0, #bfbfbf 100%);
  background: -o-linear-gradient(top, #dddddd 0, #bfbfbf 100%);
  background: -ms-linear-gradient(top, #dddddd 0, #bfbfbf 100%);
  background: linear-gradient(to bottom, #dddddd 0, #bfbfbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bfbfbf', GradientType=0);
  color: #707070;
  cursor: default;
}
/* #discoveryPanelContextMenu's arrow that points to the button that was clicked */
#discoveryPanelContextMenu:before {
  content: "";
  position: absolute;
  width: 0.5625rem;
  /* 9 / 16 = .5625 */
  height: 1rem;
  top: 1.9375rem;
  /* 31 / 16 = 1.9375 */
  left: -0.5625rem;
  /* 9 / 16 = .5625 */
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAlCAYAAACgc9J8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZCQzUxRkUyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZCQzUxRkYyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkJDNTFGQzJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkJDNTFGRDJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmhnm/wAAAGbSURBVHjarJa/boMwEMYhVOXPhgIS79KqGckKYzZ4gQoeokulvAEP0pGqHdqlfQsG1IGlFQOivshU1LV9B42lL8hO/JOD7747cxxHQzFcph2Tx1QzfRjIuFCsO0xJWZa3XdddVlUF8wcUCCcT5DAdGOjF9/0RlOf5G6wxbSW//xEKWgIkgahAMogCXATCgPARLwEJwHQOM4MgqIdhuDFWDNu2n5umuZ7mpiZoFw8ziqKnvu+v1my2LOuxbdvdNN+wYx6TJHlfCsqy7JWB7sQMgBs5wAulvny4MH6bjizOyEAVSMwAFKgDyXJTCcRAMpgUSAGpYL+ARVGQQKcM0ATtljvtJ3faLzRoz5kBG813YNVxGIZwKoM/Y75Otu0/tgRra0JD6m8TbEnQKo1yDqOkk9ZxRZgKSKoBMpgMCCAXqwEqmAB0AbaHKNc5hQ4G4lmyhzjzoAX4T7Dy/R7AatZL3K9xWxiwD/afUo7iZaq/KdZPkpfJYLJCTDJHEaar6ChwDsN6DRQ4wahdkAqYQpGGOX+muv7srOb4LcAAk56b0/Vy5EYAAAAASUVORK5CYII=) 0 -1.25rem no-repeat;
  /* 20 / 16 = 1.25 */
  background-size: 211.1111111% 231.25%;
  /* Full image size is 19 x 37, sprite image within full image is 9 x 16
        (19 / 9) * 100 = 211.1111111%, (37 / 16) * 100 = 2.3125% */
}
/* Discovery panel context menu button */
#discoveryPanel .discoveryPanelListItem {
  position: relative;
  cursor: pointer;
  padding-left: 5px;
  line-height: 2rem;
  background-color: #e8eae8;
}
#discoveryPanel .mainLayersToggleAndCounts .discoveryPanelListItem {
  padding-left: 0;
}
#discoveryPanel .mainLayersToggleAndCounts .discoveryPanelListItem .sprite-layer-preview {
  margin-left: 0;
}
#discoveryPanel .discoveryPanelListItem:hover {
  background-color: #e4f0fe;
}
#discoveryPanel .discoveryPanelContextMenuButton {
  position: absolute;
  right: 0.625rem;
  vertical-align: middle;
  top: 0.25rem;
  /* 4 / 16 = .25rem */
}
#discoveryPanel .filterFeedbackArea .discoveryPanelContextMenuButton {
  right: 0;
}
#discoveryPanel .filterControls {
  white-space: nowrap;
}
#discoveryPanel .filterControls .filterControlContainer {
  display: inline-block;
  padding-bottom: 0;
}
#discoveryPanel .filterControls .filterControlContainer > div > span {
  padding: 0.4rem;
}
#discoveryPanel .filterControls .filterControlContainer.clearContainer {
  float: right;
  line-height: 0.78rem;
}
#discoveryPanel .filterControls .filterControlContainer.clearContainer .clear-selections-label {
  padding-bottom: 0;
  margin-top: 1rem;
}
#discoveryPanel .filterControls .mp-checkbox + label {
  font-size: 0.75rem;
  margin-left: 5px;
  width: 50%;
  white-space: normal;
}
.warning {
  color: #D70;
  font-size: 0.9rem;
}
.mainLayersToggleAndCounts {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 0rem;
  font-size: 1.1rem;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}
.mainLayersToggleAndCounts .discoveryPanelListItem {
  background-color: transparent !important;
}
.longFilter {
  display: inline-block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 45%;
  vertical-align: middle;
  height: 1.04rem;
}
#discoveryPanel #importFailedUwiValuesContainer {
  display: none;
}
#discoveryPanel #importOverLimitUwiValuesContainer {
  display: none;
}
#discoveryPanel .uwiImportLabel {
  padding: 0.3rem;
  font-size: 0.75rem;
}
#discoveryPanel .uwiImportLabel .inline-header {
  padding: 0;
  font-size: 0.75rem;
}
#treeViewContainer .treeGroupExpand {
  position: absolute;
  left: 25px;
  cursor: pointer;
}
#treeViewContainer .rootNodes {
  margin: 0;
}
#treeViewContainer .childNodes {
  margin-left: 0.3rem;
}
#treeViewContainer .treeItem {
  position: relative;
  overflow-x: hidden;
}
#treeViewContainer .treeItem .horizontalLine {
  background-color: #CCC;
  display: block;
  height: 1px;
  left: -50px;
  line-height: 8px;
  margin-top: 10px;
  position: absolute;
  width: 40px;
}
#treeViewContainer .treeItem .verticalLine {
  background-color: #CCC;
  display: block;
  height: 21px;
  left: -50px;
  line-height: 8px;
  margin-top: -10px;
  position: absolute;
  width: 1px;
}
#treeViewContainer .inline-header {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
#treeViewContainer .inline-title {
  width: 11px;
}
.browseWrapper {
  position: relative;
}
.browseWrapper > input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  opacity: 0;
}
#discoveryPanel .discoveryPanelListItem .discoveryPanelContextMenuButton:disabled {
  cursor: default;
}
.clear-header-margin {
  margin-bottom: 0;
}
.searchContainer {
  background: #c2c4c3;
}
.groupSearchFieldContainer {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.groupSearchField {
  width: 15.875rem !important;
}
.hover-item:hover {
  background: #000;
  margin-top: 0;
}
nv-list-screen .nvCheckBoxDisplay {
  color: #000;
}
nv-list-screen .ultimateItem .nvCheckBoxDisplay {
  color: #000;
}
.spatialDialog {
  padding: 0;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.85) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
  border: 0 !important;
}
.spatialDialog .ui-dialog-titlebar.ui-widget-header {
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
.spatialDialog .ui-dialog-content {
  padding: 0.2em 0.2em !important;
  overflow: hidden !important;
}
.spatialDialog iframe {
  background: #FFF !important;
}
#spatialExportPanel .popupPanelTitle {
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.3rem;
  background-image: none;
}
#spatialExportPanel .popupPanelGroup {
  width: 25.75rem;
}
#spatialExportPanel .popupPanelGroup .errorMessage {
  color: #FF4646;
  display: inline-block;
  margin-left: 5rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDhCMEU0MzlFQTk5MTFFNDk4NDVEQTJDRkZDRUQxMDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDhCMEU0M0FFQTk5MTFFNDk4NDVEQTJDRkZDRUQxMDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OEIwRTQzN0VBOTkxMUU0OTg0NURBMkNGRkNFRDEwNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0OEIwRTQzOEVBOTkxMUU0OTg0NURBMkNGRkNFRDEwNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtzouocAAACKSURBVHjaYvzg5cWABFiA+CyUbQzEf2ASTAyoIAqI9aA4ClmCEclEfiC+CMSHoXxbqIZP6CbmArE8EK+EYhA7D91qOSAuhLL/QTEDVEwOWWElEAtB2fFQzAAVq4QpNALiRCQnfIFiGADJGYGCYwIQsyNJyKOFBEhuAkjhayA+gCTBDaWRxd4BBBgAEf8YRSp8pKYAAAAASUVORK5CYII=) no-repeat;
  background-position-y: 7px;
  padding-left: 18px;
}
#spatialExportPanel .popupPanelGroup .spatialContent {
  background-color: #FFF;
  padding: 1.33333333rem 1rem;
  margin-bottom: 0.625rem;
}
#spatialExportPanel .popupPanelGroup .spatialContent .label {
  display: inline-block;
  min-width: 5rem;
}
#spatialExportPanel .popupPanelGroup .spatialContent .spMessage {
  margin-top: 0.3rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
#spatialExportPanel .popupPanelGroup .spatialContent span#spExportAlertIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY1OTAwMjJFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY1OTAwMjNFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjU5MDAyMEVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjU5MDAyMUVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk9PFcoAAAC9SURBVHjaYvy/hQEf8IDSO3ApYMRjAAsQXwKpAWJdIP6DTRETHtuzgFgTiDWgbJJcIAzEN6E0CLwFYnUoTZQL6pA0wwysJ9YFmlC/s0D9DwL/oWGgB8TXCbmgD6oZW6D2EfKCF1LU4YpWL1wGsAJxLwNh0AtVi2FAJjTKkMF/KEYGGlC1KIEICuXbQCyIHshIBiGD90CsCopWmAsasGjGBwShesAu0AbSF3CEPD4AilZ9JjzRRgiA9PQDBBgAbsQljlPWHeoAAAAASUVORK5CYII=);
  background-size: 16px 14px;
  width: 16px;
  height: 14px;
  background-repeat: no-repeat;
  display: inline-block;
}
#spatialExportPanel .popupPanelGroup .spatialContent .spInput {
  font-size: 1rem;
  margin-bottom: 1rem;
}
#spatialExportPanel .popupPanelGroup .spatialContent .spInput input {
  font-size: 0.83333333rem;
  /* 10px on smallest resolution - different because the default name is long */
  color: #222;
  width: 15.75rem;
  padding-left: 0.25rem;
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
  border-width: 1px;
}
#spatialExportPanel .popupPanelGroup .spatialContent input.error {
  border: 2px solid #ff4646 !important;
  outline: none;
}
#spatialExportPanel .popupPanelGroup .spatialContent .spCtls a {
  text-decoration: none;
  color: #FFF;
  float: right;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}
#spatialExportPanel .popupPanelGroup .spatialContent .spCtls a.cancel {
  color: #5695E9 !important;
  background-image: none;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#spatialExportPanel .popupPanelGroup .spatialContent:last-child {
  margin-bottom: 0;
}
#spatialExportPanel select {
  color: #222;
  width: 16.125rem;
}
/* empty */
/* General footer elements */
footer {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* IE hover fix */
  bottom: 0;
  color: #878787;
  /*color: #FFF;*/
  /*text-shadow: 0 0 5px #000, 0 0 3px rgba(0,0,0,.8), 0 0 1px rgba(0,0,0,.8);*/
  font-size: 9px;
  line-height: 25px;
  position: absolute;
  width: 100%;
}
footer:hover,
footer.hover {
  background-color: #e4e7ea;
  /*background: rgba(30,30,30,.5);*/
}
footer span {
  margin: 0 5px;
  vertical-align: middle;
}
footer.closed #copyright {
  display: block;
}
footer.closed .collapsedContent > .toggleButton {
  display: block;
}
footer #copyright {
  display: none;
}
footer .expandedContent {
  display: block;
  height: 48px;
}
footer #copyright_expanded {
  float: left;
  clear: left;
}
footer .collapsedContent > .toggleButton {
  display: none;
}
/* #nv-footer - Main applilcation footer */
#nv-footer {
  background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  /* IE hover fix */
  /*background-color: rgba(60, 60, 60, .85);  Custom color approximates #4B4B4C when accounting for 15% transparency. */
  background: #4B4B4C;
  bottom: 0;
  color: #FFF;
  /*text-shadow: 0 0 5px @ColorIhsPrimaryDark, 0 0 3px @ColorDarkSemiTransparent, 0 0 1px @ColorDarkSemiTransparent;*/
  font-size: 0.75rem;
  line-height: 1.5rem;
  position: fixed;
  width: 100%;
  left: 0;
  height: 48px;
  /* Expanded total height = 96px */
  border-top: 1px solid rgba(255, 255, 255, 0.85);
  z-index: 99;
  /* Must be higher than #mapToolbarSurface AND map elements (like .esriControlsBR which has z-index of 30) */
  transition: height 200ms ease-in;
  /* Shows when collapsed */
  /* Shows when expanded */
}
#nv-footer.closed {
  height: 1.5rem;
  /* Collapsed total height = 24px */
  background-color: #4B4B4C;
  border-top: none;
  box-sizing: border-box;
  z-index: 31;
  /* Must be higher than map elements (like .esriControlsBR which has z-index of 30) */
}
#nv-footer.closed .expandedContent {
  display: none;
}
#nv-footer:hover,
#nv-footer.hover {
  /*background: rgba(30,30,30,.5);*/
}
#nv-footer span {
  margin: 0 0.625rem 0 1rem;
  vertical-align: middle;
}
#nv-footer .collapsedContent {
  cursor: pointer;
}
#nv-footer .collapsedContent > .toggleButton {
  width: 1rem;
  height: 1rem;
  padding: 0.25rem 0.5rem;
  float: right;
  cursor: pointer;
}
#nv-footer .collapsedContent > .toggleButton .ihs-icon-chevron {
  display: none;
  /* Swapping width and height because rotate(90deg). */
  transform: rotate(90deg);
  width: 0.625rem;
  height: 1rem;
  font-size: 1rem;
  margin: 0 0.1875rem;
  vertical-align: initial;
}
#nv-footer.closed .collapsedContent > .toggleButton .ihs-icon-chevron {
  display: inline-block;
}
#nv-footer .collapsedContent > .toggleButton .ihs-icon-x {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 0.75rem;
  margin: 0.125rem;
  vertical-align: top;
}
#nv-footer.closed .collapsedContent > .toggleButton .ihs-icon-x {
  display: none;
}
#nv-footer .copyright {
  width: 60%;
  line-height: 1.5rem;
}
#nv-footer #disclaimer {
  display: block;
  line-height: 1rem;
  margin-top: -0.25rem;
}
#nv-footer #infoLinks {
  display: block;
  letter-spacing: 1px;
  margin-top: 5px;
  float: left;
}
#nv-footer #infoLinks a {
  color: #FFF;
  text-decoration: none;
  /*text-shadow: 0 0 5px @ColorIhsPrimaryMain, 0 0 3px @ColorIhsPrimaryMain, 0 0 2px @ColorIhsPrimaryMain, 0 0 1px @ColorIhsPrimaryMain;*/
  padding: 1px;
}
#nv-footer #infoLinks a:hover,
#nv-footer #infoLinks a:focus {
  color: #FFF;
  text-decoration: underline;
}
#nv-footer #infoLinks #ot-sdk-btn.ot-sdk-show-settings {
  background: none !important;
  border: none !important;
  color: #FFF !important;
  text-decoration: none !important;
  cursor: pointer !important;
  letter-spacing: 1px !important;
  font: inherit !important;
  font-size: 10px !important;
  padding: 0 1px !important;
  line-height: 12px !important;
}
#nv-footer #infoLinks #ot-sdk-btn.ot-sdk-show-settings:hover {
  text-decoration: underline !important;
}
#nv-footer #companyLinkBox {
  float: right;
  clear: right;
}
/* end #nv-footer*/
/* About dialog */
#nv-footer #aboutDialog {
  display: block;
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 30em;
  margin-top: -9em;
  /*set to a negative number 1/2 of your height*/
  margin-left: -15em;
  /*set to a negative number 1/2 of your width*/
  font-size: 12px;
}
#nv-footer .ui-dialog {
  z-index: 1001 !important;
}
#nv-footer .ui-front {
  z-index: 1000 !important;
}
#nv-footer .ui-widget-content #aboutDialogLoadingContainer,
#nv-footer .ui-widget-content #aboutDialogVersionInfoNotAvailable {
  margin-top: 30px;
  text-align: center;
}
#nv-footer .ui-widget-content #aboutDialogLoadingIcon {
  width: 20px;
  height: 20px;
  background: transparent url('data:image/gif;base64,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') 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
}
#nv-footer .sessionMessage {
  line-height: 2em;
}
#nv-footer .modalFade {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1000;
}
#nv-footer .dialog-header {
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-size: 1.5rem;
  color: #000;
  padding-left: 0.3125rem;
}
#nv-footer .dialog-header a {
  color: #000;
  float: right;
  margin-right: 10px;
}
#nv-footer .dialog-content {
  margin: 0.625rem;
  padding: 0.3215rem;
  background-color: #FFF;
  top: 0;
  left: 0;
  color: #000;
}
nv-get-started-left-side {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 26.7rem;
  float: left;
  margin-left: 1.25rem;
}
nv-get-started-right-side {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 27.6rem;
  margin-right: 1.25rem;
  float: right;
}
#landingPage {
  /*---------------------------------------------------------------*/
  /* Pop-Up */
  /*---------------------------------------------------------------*/
  /*---------------------------------------------------------------*/
  /* Launch window */
  /*---------------------------------------------------------------*/
  z-index: 99;
}
#landingPage nv-panel-close {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 0.7rem;
  padding-top: 0.5rem;
}
#landingPage .gettingStarted-singletile {
  padding: 0.938rem;
  margin-bottom: 1.25rem;
  background: #FFF;
  width: 100%;
}
#landingPage .gettingStarted-singletile .tile {
  display: inline-block;
  vertical-align: top;
  width: 9.125rem !important;
  height: 9.125rem !important;
  margin-right: 0.938rem;
  background-position: 50% 50% !important;
}
#landingPage .gettingStarted-singletile .tile-description {
  display: inline-block;
  width: 12.85rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.675rem;
  color: #848484;
  margin-top: 1.9rem;
}
#landingPage .gettingStarted-singletile .tile-icon-Discover {
  padding: 0px;
}
#landingPage .gettingStarted-singletile .tile-icon-Discover .tilelabel {
  margin-top: 0px;
}
#landingPage .gettingStarted-singletile .tile-icon-Discover .tilelabel span {
  margin: 0.625rem 0 1.5625rem 0.625rem;
  display: inline-block;
  font-size: 1rem;
}
#landingPage .gettingstarted-tiles .tabBoxContent {
  position: relative;
  padding: 0.938rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#landingPage .popup {
  position: absolute;
  background-color: #FFF;
  top: 0;
  left: 0;
  z-index: 2;
  color: #000;
}
#landingPage #launchWindow {
  width: 668px;
}
#landingPage #launchContent > p {
  font-size: 0.75rem;
  margin: 0 0 0.625rem 0.625rem;
  padding: 0;
}
#landingPage #launchContent {
  float: left;
  height: auto;
  margin: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#landingPage #launchContent li.ng-scope {
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}
#landingPage #launchContent li:nth-child(1),
#landingPage #launchContent li:nth-child(2) {
  margin-top: 0;
}
#landingPage .launch-title {
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-size: 1.875rem;
  color: #000;
  padding: 0;
  margin: 1.25rem 1.25rem 1.95rem 1.25rem;
}
#landingPage .launch-title span {
  vertical-align: middle;
  padding: 0 0 0 0.625rem;
}
#landingPage > div {
  background: #FFF;
  color: #000;
  z-index: 99;
  border: solid 1px #999999;
}
.gettingstarted-productNotifications-full {
  position: relative;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-weight: normal;
  margin-top: 5px;
}
.gettingstarted-productNotifications-full .launchNotificationBack {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAAKhJREFUKFNjIBrItT/IZJh28T/z1Ev/oEIQoNLymIVt8pUfIEmZjvu9BnUvmaFSDAxAgXaQBFDBL6BCDqAkK1hCrfkJP8uUy39AkrLt9yvgEiAg3/ZgCkiCY9LVryA+UJIJLAECclBJ9klXvoH4QElGsAQIAO0QQDZWs/EpO1QKAoAOakZzEAdUCuIV9slXvoMUSHfcmwiURHgFBICBkAqSxAgETMDAAACxdVp4R5KQ+QAAAABJRU5ErkJggg==) no-repeat left center;
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  width: 4.375rem;
  text-align: left;
  padding-left: 0.78rem;
  cursor: pointer;
  font-size: 0.75rem;
  color: #307EE9;
  background-size: 0.438rem 0.75rem;
}
.gettingstarted-productNotifications-full .launchNotificationClear {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  width: 5rem;
  text-align: right;
  cursor: pointer;
  font-size: 0.75rem;
  color: #307EE9;
  vertical-align: top;
}
.gettingstarted-productNotifications-full .launchNotificationClear .text {
  display: inline-block;
  vertical-align: top;
}
.gettingstarted-productNotifications-full .launchNotificationClear .icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAScwAAEnMBjCK5BwAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAAo1JREFUSEvFlT1oU1EUgGMlUWu1ouBPq7VWKmiDzdBB6JCtOEkdhAoVBAcXRZSCONv8dKn2XwyCk4Jg0UG66eAQ1xpt06VNUnCRCmK7BM3zfNeccPKSFicdvvfOPfeee84759z7Ap7n/VdqFCeHC4dak8upneOfNwLT8x6IvN48mk13xAqH/ev9TEeHwm9Pnc9uBJtkJCphPbTHyxwJ/5iKDp31r68atCVyV7ZPfSwFZsSxQhBlmbljiZU71sbyvOfqo1Jgm0gyrANzs5GB19amIhyP5/pqnG9CvSCenrt+byvnFhuEe0BwMlNUB1KCERsMcsvI8hPV8aZUagvFhpA8RRTmzlz4YINBftfZt6Q63pQKO2d8NLmSVGfND7JpdO2xfDeOgNKgIwi3Tsqyb3TpPTqY6+pPqzNqjS7Ve/MSjoDSoCMIXTff2v0dndugcWxhTQMATXHHcCF8IpYfQPb3B42JHr7t2l/SjUFTnOq91f+s59o4sr8/aEz0bgObfod8YXs8f4M5IIiKc21Keeu8Tb/yMjL4QucJwjqvUH7WBIAz/XIgEy4AnP9FADjTLwcysWUATQ8XV61zrTlBaCb8p4R7Aj182dvyUze1NScIzYT/lLh74s/IC1Bz3ZhGQ2drrj1hm1BOymN04Gpe3tg1mki25toTtgnlslpE5zYAd/OZIKpSLnA6dJ65zvurB9UW7M1nj5ziTkdZZm4yevc0ds4Y9Ng5h2VH9WBNWzw3qHaKHjt1shmskezMqJ17KARh/wFVzmVMs9IL1sZCEDYTfmhWesHaVASL1P82jRmcyBRDE5+Ku8cWvspllai3th6zkcuvaEwcFht2eGuNB3696broLjg/NYp/ixf4DQjX51dglVbeAAAAAElFTkSuQmCC) no-repeat 0 0;
  display: inline-block;
  margin-left: 0.2rem;
  width: 1rem;
  height: 1rem;
  background-size: cover;
  vertical-align: top;
}
.gettingstarted-productNotifications-full .launchNotificationClear:hover .icon {
  background-position: -1rem 0;
}
.gettingstarted-productNotifications-full .tabBoxContent {
  height: 29.9rem;
}
.gettingstarted-productNotifications-full .launchNotificationMessageContainer {
  position: relative;
  display: block;
  top: 1.875rem;
  height: 28rem;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.gettingstarted-productNotifications-full .launchNotificationMessage {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.gettingstarted-productNotifications-full .launchNotificationMessageRow {
  display: block;
  position: relative;
}
.gettingstarted-productNotifications-full .launchNotificationSubject {
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.538rem 0 0 0.938rem;
  font-weight: bold;
  color: #307EE9;
}
.gettingstarted-productNotifications-full .launchNotificationSubject .subject-tag {
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color: #D8DCE3;
  font-size: 0.625rem;
  color: #222;
  margin-left: 0.188rem;
  font-weight: normal;
  padding: 0 0.188rem 0.063rem;
  vertical-align: top;
}
.gettingstarted-productNotifications-full .launchNotificationDate {
  font-size: 0.75rem;
  padding: 0 0 0 0.938rem;
  color: #858585;
}
.gettingstarted-productNotifications-full .launchNotificationBody {
  display: block;
  padding: 1rem 0.938rem 0.938rem 0.938rem;
  font-size: 0.938rem;
}
.gettingstarted-productNotifications-full .launchNotificationBody p {
  margin-bottom: 10px;
}
.gettingstarted-productNotifications-full .launchNotificationBody ul {
  list-style-type: circle;
  margin-left: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.gettingstarted-productNotifications-full .launchNotificationBody ul li {
  list-style-type: disc;
}
.gettingstarted-productNotifications-full .launchNotificationBody a {
  color: #0000FF;
}
nv-notification-preview {
  display: block;
}
nv-notification-preview .gettingstarted-productNotifications {
  position: relative;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-weight: normal;
  margin-top: 5px;
}
nv-notification-preview .gettingstarted-productNotifications .tabBoxContent {
  height: 29.9rem;
  overflow: auto;
  overflow-x: hidden;
}
nv-notification-preview .gettingstarted-productNotifications .tabBoxContent .no-notifications {
  padding: 0 1rem;
  line-height: 1.2rem;
}
nv-notification-preview .gettingstarted-productNotifications .tabBoxContent .no-notifications a {
  padding: 0;
}
nv-notification-preview .gettingstarted-productNotifications .tabBoxContent .no-notifications a:hover {
  color: #307EE9;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationClearAll {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  width: 5rem;
  text-align: right;
  cursor: pointer;
  font-size: 0.75rem;
  color: #307EE9;
  vertical-align: top;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationClearAll .text {
  display: inline-block;
  vertical-align: top;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationClearAll .icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAScwAAEnMBjCK5BwAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAAo1JREFUSEvFlT1oU1EUgGMlUWu1ouBPq7VWKmiDzdBB6JCtOEkdhAoVBAcXRZSCONv8dKn2XwyCk4Jg0UG66eAQ1xpt06VNUnCRCmK7BM3zfNeccPKSFicdvvfOPfeee84759z7Ap7n/VdqFCeHC4dak8upneOfNwLT8x6IvN48mk13xAqH/ev9TEeHwm9Pnc9uBJtkJCphPbTHyxwJ/5iKDp31r68atCVyV7ZPfSwFZsSxQhBlmbljiZU71sbyvOfqo1Jgm0gyrANzs5GB19amIhyP5/pqnG9CvSCenrt+byvnFhuEe0BwMlNUB1KCERsMcsvI8hPV8aZUagvFhpA8RRTmzlz4YINBftfZt6Q63pQKO2d8NLmSVGfND7JpdO2xfDeOgNKgIwi3Tsqyb3TpPTqY6+pPqzNqjS7Ve/MSjoDSoCMIXTff2v0dndugcWxhTQMATXHHcCF8IpYfQPb3B42JHr7t2l/SjUFTnOq91f+s59o4sr8/aEz0bgObfod8YXs8f4M5IIiKc21Keeu8Tb/yMjL4QucJwjqvUH7WBIAz/XIgEy4AnP9FADjTLwcysWUATQ8XV61zrTlBaCb8p4R7Aj182dvyUze1NScIzYT/lLh74s/IC1Bz3ZhGQ2drrj1hm1BOymN04Gpe3tg1mki25toTtgnlslpE5zYAd/OZIKpSLnA6dJ65zvurB9UW7M1nj5ziTkdZZm4yevc0ds4Y9Ng5h2VH9WBNWzw3qHaKHjt1shmskezMqJ17KARh/wFVzmVMs9IL1sZCEDYTfmhWesHaVASL1P82jRmcyBRDE5+Ku8cWvspllai3th6zkcuvaEwcFht2eGuNB3696broLjg/NYp/ixf4DQjX51dglVbeAAAAAElFTkSuQmCC) no-repeat 0 0;
  display: inline-block;
  margin-left: 0.2rem;
  width: 1rem;
  height: 1rem;
  background-size: cover;
  vertical-align: top;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationClearAll:hover .icon {
  background-position: -1rem 0;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationMessageContainer {
  position: relative;
  display: block;
  top: 1.875rem;
  height: 28rem;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationMessage {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationMessage:first-child {
  padding-top: 0;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationMessageRow {
  display: block;
  position: relative;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationMessageRow.isBodyTooLong .launchNotificationSubject {
  cursor: pointer;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationMessageRow:hover {
  background: #D8E2EB;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationMessageRow:hover > .launchNotificationButtonCell div {
  visibility: visible;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationMessageRow:hover .subject-tag {
  background: #FFF;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationMessageCell {
  display: block;
  padding: 0 2rem 0 0;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationButtonCell {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  right: 0.43rem;
  top: 0.75rem;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationSubject {
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.938rem 0 0 0.938rem;
  font-weight: bold;
  color: #307EE9;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationSubject .subject-tag {
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color: #D8DCE3;
  font-size: 0.625rem;
  color: #222;
  margin-left: 0.188rem;
  font-weight: normal;
  padding: 0 0.188rem 0.063rem;
  vertical-align: top;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationDate {
  font-size: 0.75rem;
  padding: 0 0 0 0.938rem;
  color: #858585;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationTrimmedBody {
  display: block;
  padding: 0.313rem 0 0.938rem 0.938rem;
  font-size: 0.938rem;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationTrimmedBody p {
  margin-bottom: 10px;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationTrimmedBody ul {
  list-style-type: circle;
  margin-left: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationTrimmedBody ul li {
  list-style-type: disc;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationTrimmedBody a {
  color: #0000FF;
}
nv-notification-preview .gettingstarted-productNotifications a.launchNotificationReadMoreButton,
nv-notification-preview .gettingstarted-productNotifications a.launchNotificationReadMoreButton:hover {
  display: inline-block;
  text-align: right;
  padding-right: 0.75rem;
  padding-left: 0;
  width: 1.75rem;
  font-size: 0.75rem;
  color: #307EE9;
  text-decoration: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAAM1JREFUKFNjIB9Mu/ifYfrF/9Id93Kw8tEBX/+NHSBFLFMu/+KZcJ0HzAdqAPEF+m5yQpUhgHDvLX6mqZf+gBRJdt7tEeq9JQDmAw2R6rzXBVWGCoAS9SANjNMu/hPrviMB1NiIxBeHKkMFQCf8BCni7b9+EBsfA7BOufwDWQE6HwUAnVSH5ASIk4B+APEluu6KQZVBgEjPbT4kT/fCAwHi6W6oMgQAKpoCUsw89dJvYJByIfOxBitIEoSBEVUA5oMiDoiB/HwwnzzAwAAAqn6bnuYosdcAAAAASUVORK5CYII=) no-repeat right 69%;
  background-size: 0.563rem;
  cursor: pointer;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationDeleteButton {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAScwAAEnMBjCK5BwAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAAo1JREFUSEvFlT1oU1EUgGMlUWu1ouBPq7VWKmiDzdBB6JCtOEkdhAoVBAcXRZSCONv8dKn2XwyCk4Jg0UG66eAQ1xpt06VNUnCRCmK7BM3zfNeccPKSFicdvvfOPfeee84759z7Ap7n/VdqFCeHC4dak8upneOfNwLT8x6IvN48mk13xAqH/ev9TEeHwm9Pnc9uBJtkJCphPbTHyxwJ/5iKDp31r68atCVyV7ZPfSwFZsSxQhBlmbljiZU71sbyvOfqo1Jgm0gyrANzs5GB19amIhyP5/pqnG9CvSCenrt+byvnFhuEe0BwMlNUB1KCERsMcsvI8hPV8aZUagvFhpA8RRTmzlz4YINBftfZt6Q63pQKO2d8NLmSVGfND7JpdO2xfDeOgNKgIwi3Tsqyb3TpPTqY6+pPqzNqjS7Ve/MSjoDSoCMIXTff2v0dndugcWxhTQMATXHHcCF8IpYfQPb3B42JHr7t2l/SjUFTnOq91f+s59o4sr8/aEz0bgObfod8YXs8f4M5IIiKc21Keeu8Tb/yMjL4QucJwjqvUH7WBIAz/XIgEy4AnP9FADjTLwcysWUATQ8XV61zrTlBaCb8p4R7Aj182dvyUze1NScIzYT/lLh74s/IC1Bz3ZhGQ2drrj1hm1BOymN04Gpe3tg1mki25toTtgnlslpE5zYAd/OZIKpSLnA6dJ65zvurB9UW7M1nj5ziTkdZZm4yevc0ds4Y9Ng5h2VH9WBNWzw3qHaKHjt1shmskezMqJ17KARh/wFVzmVMs9IL1sZCEDYTfmhWesHaVASL1P82jRmcyBRDE5+Ku8cWvspllai3th6zkcuvaEwcFht2eGuNB3696broLjg/NYp/ixf4DQjX51dglVbeAAAAAElFTkSuQmCC) no-repeat 0 0;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-size: cover;
  cursor: pointer;
  visibility: hidden;
}
nv-notification-preview .gettingstarted-productNotifications .launchNotificationDeleteButton:hover {
  background-position: -1rem 0;
}
/* login
----------------------------------------------------------*/
#login {
  display: block;
  font-size: 0.85rem;
  margin: 0 0 10px;
  text-align: right;
}
#login a {
  background-color: #d3dce0;
  margin-left: 10px;
  margin-right: 3px;
  padding: 2px 3px;
  text-decoration: none;
}
#login a.username {
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
#login ul {
  margin: 0;
}
#login li {
  display: inline;
  list-style: none;
}
#userDropDown #userIcon {
  color: #4B4C4B;
}
#userDropDown:hover #userIcon,
#userDropDown:focus #userIcon {
  color: #222;
}
.user-name {
  color: #4B4C4B;
  padding-right: 3px;
}
#userNameId {
  font-size: 12px;
}
.user-name:hover {
  color: #222;
}
.user-dropdown:hover .user-name {
  color: #222;
}
.user-dropdown:hover .user-icon {
  background-position: -111px -83px;
}
.user-dropdown:hover .down-icon {
  background-position: 0 0;
}
.ihs-dropdown:hover .down-icon {
  background-position: 0 0;
}
#userNameId a {
  padding: 0 3px;
}
/* User drop down and Language selector style
----------------------------------------------------------*/
#settingIcon,
#helpMenuIcon {
  color: #4B4C4B;
  cursor: pointer;
}
#helpMenuIcon {
  margin-right: 2.1875rem;
}
#settingIcon:hover,
#settingIcon:focus,
#helpMenuIcon:hover,
#helpMenuIcon:focus {
  color: #222;
}
#userDropDownContentList {
  min-width: 130px;
  width: 75%;
  left: auto;
  right: 80px;
}
.linkList,
.linkList ul,
.linkList li {
  margin: 0;
  padding: 0;
}
.linkList ul {
  list-style: none;
  width: 195px;
  z-index: 1000;
}
.linkList ul li {
  float: none;
  background-color: #FFF;
  display: block;
  vertical-align: middle;
  zoom: 1;
  border-bottom: 1px solid #131313;
  position: relative;
  cursor: default;
}
.linkList li:hover {
  background-color: #e4f0fe;
}
.linkList ul li a {
  display: block;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  padding: 15px;
  background-color: transparent;
}
#helpMenuSurface {
  top: 40px !important;
}
#helpMenuContainer {
  width: 225px;
  z-index: 1010;
}
#helpMenuContainer .tail {
  position: relative;
  height: 0.625rem;
}
#helpMenuContainer .tail span {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
}
#helpMenuContainer .helpMenuPane {
  background-color: #FFF;
  padding: 10px;
  border-radius: 0;
  position: absolute;
  right: -10px;
  top: 15px;
  width: 15rem;
  border: solid 1px #999999;
}
#helpMenuContainer .helpMenuPane h1 {
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #000;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#helpMenuContainer .helpMenuPane h2 {
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1.2rem;
  margin: 0;
  padding: 10px 0 4px 0;
  font-weight: normal;
}
#helpMenuContainer .helpMenuPane h1 + h2 {
  padding-top: 5px;
}
#helpMenuContainer .helpMenuPane a {
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  display: block;
  text-decoration: none;
  color: #000;
  background: #FFF;
  padding: 5px 0 5px 10px;
  margin-top: 1px;
  font-size: 1rem;
}
#helpMenuContainer .helpMenuPane a span {
  display: none;
  width: 11px;
  height: 11px;
  margin-left: 4px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA79pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IlRydWUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkYWJlNzUyYy02YmRlLTdiNDgtYTg0NC04YjdhN2M2Mjg1MmYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTE5NkMwMjQyMTlCMTFFNDg1RkE5QzA5OEU4N0FBMTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTE5NkMwMjMyMTlCMTFFNDg1RkE5QzA5OEU4N0FBMTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg5YWQ5NmNhLWU4ZTMtZDc0MS1hMGIwLTZkYWU0YWMxMmViYyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpkYWJlNzUyYy02YmRlLTdiNDgtYTg0NC04YjdhN2M2Mjg1MmYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4HKeC4AAAAmklEQVR42mL8//8/A7GAiYEEwIIuMH2vCbJV/4D4D5T9lgWLAZeh9G8gFgFiOSifjRGfm4G2TAFS2fhMBimSBFKtQJwIxEuB2A2IWXF50AWq8AQQZwLxS5D/WNA8xJDpfIYRSMkC8WMgTgHyPwPVsAPZ/5mgHkEHZ4G4BqjwKpTPD8S8LDicsRfNNnFYOP8CWYEm+QebCQABBgCZTC0AD8S9gwAAAABJRU5ErkJggg==) no-repeat;
}
#helpMenuContainer .helpMenuPane a:hover {
  background: #e4f0fe;
}
#helpMenuContainer .helpMenuPane a:hover span {
  display: inline-block;
}
#helpOverlay,
#helpOverlayCompleteHeader,
#helpOverlayHeaderExceptSettings {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  color: #FFF;
  font-size: 1.125rem;
  /* 18px */
  font-family: 'Akkurat-Pro-Regular', 'Segoe Print', 'Comic Sans MS', cursive, "Segoe UI", Arial Regular, Arial, sans-serif;
}
#helpOverlayCompleteHeader,
#helpOverlayHeaderExceptSettings {
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  padding: 0;
}
#helpOverlayHeaderExceptSettings {
  left: auto;
  right: 90px;
}
#helpOverlayHeaderExceptSettings:after {
  content: ' ';
  /* Required or will not show. */
  background: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -90px;
  z-index: 99;
}
#helpContent {
  color: #FFF;
  font-size: 1.125rem;
  /* 18px */
  font-family: 'Akkurat-Pro-Regular', 'Segoe Print', 'Comic Sans MS', cursive, "Segoe UI", Arial Regular, Arial, sans-serif;
  width: 100%;
  height: 100%;
  position: absolute;
  line-height: 2rem;
  z-index: 9999;
  /* MUST KEEP: Fixes IE bug where elements (text and textboxes) with smaller z-indexes were popping through 
        this element even though this element (and others) has a higher z-index. */
  background-color: rgba(0, 0, 0, 0.001);
}
/* Help Overlay Controls */
#helpControls {
  position: absolute;
  top: 6rem;
  left: 50%;
  width: 40rem;
  z-index: 999999999 !important;
}
#helpControls > div {
  position: absolute;
  left: -4.5rem;
  /* 72px */
}
#helpPrevious,
#helpNext {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAABqCAYAAADeDl3WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEQxNDEzOThDMUQyMTFFM0FCM0NGMkM1NjY1NzUxRDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEQxNDEzOTlDMUQyMTFFM0FCM0NGMkM1NjY1NzUxRDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRDE0MTM5NkMxRDIxMUUzQUIzQ0YyQzU2NjU3NTFENyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRDE0MTM5N0MxRDIxMUUzQUIzQ0YyQzU2NjU3NTFENyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqCCopEAAARTSURBVHja7JzBShtRGIXNT3clIX2ArKRQ+wJKINClj+BCkPoKCkI6ncXUBIT6ChYhCx/BpRAI+gLVjas+gCHBdTqDdNm5d+b+Z85M8v8wK+/kcM75GMKYe1ur1WrLptoRi8BCt9BtLHQL3ab8vAu8v5Vev9PrU86ay/Q69f3AKE7UdM+T+LSImZv7HTXtg73HUxTpuw7xbEYAWFi6KtoSSPkvx5qM8hdl0166KeUvgMBVPItRXr22BDQ+IVE+IVKu4lkCGt92rDkHkcbQVdUWYONzEuVzIuVzVOh9Em19IuWq2lKi8WsS5QxdiLYAGk9IpCVEygtpC6DxBYm0BZHyBSr0AYm2AZFyiLYUaPzKseYCRDlDF6otio2PSaSNiZSX0hajvHptUWp8RCJtRKS8tLYoNb4kkbYkUr5EhW6UA7Ql8H0DivIJkXK4tjga75Eo7xEph2uLo9G8uQXRxtKtTDsv9KHj3v30eg8wztKtTDsv9Lv0+uO4/zvAOEu3Mu280LNflh467j8DUMfSrUzb9ZVxSqJuSqQdri1KzbdJxLWJtLdRof9r/tmx5huIOIYuXFs8mz8m0X5MpB2mLTWnbi1pl5pTt5a0SwOoWzvaBdB8h0Rch0h7BxW6b/NDEnFDIu1DZOhGu4K2gJqPScTFRNpjZOhZ80eONScg2p26UZygaFfzXPan0jMSdTMi7WraAm6+S6K9S6S9iwrdt/mIRFxEpD1Chu7zNg5F+yGR9mDPoVsaH0jUPRBpD9Zu2dEj1Y9tU7fQLXQbC91Ct7HQLXQbC91Ct7HQLfSNmbyD035uvb0x+988pdfnrbc3b2oTxYlLN3vZ9NFH9zwp9v+Mm/sdNc8He4+lSHdt88iOVdoFgOA6wmMbpFuZ57zQs2ORLh33Z4eItZSNzz10JwDdyjxLHZovSXu/qbSLQvMTEu3XRNqDPIsSdQjaEyLtUM+iRB2C9gWRdqhnUWy+T6J9QKS9jwyd9YzNaHdtqL0i0l7KsyhTh6B9TKQd4lkKUrdptEM8C6B5BHWjmtM+QIbOom5Jpl1Vu8xbxvEG0q7qWerQ/KbRLg2jjkm7mrY0jDofXdQbSDXP0kDqfjj+3qs77dJA6l5rTrtTW8DN94i0fyHR7vQsCs3fOtZcAIy/euiizuAN9hwaenas0r5jDWInc9tD9wwUerDn0NBdxyplxzLdAYx/89CdgkIP9iyBjbtoyjZFrQCUM3TVPAu48SmB8mcy5U5taRhtPrrHIMrVPEvDaGNSrqYtDaKtU3PKvbWlQbQN14HyMqEb5Qra0hDK43WhvGjoHSLlJ441RyDKIZ6LhD6sMeUzEOUQz1JzyrvrRnmR0FnP1IhIOcyzeDbOoM2H8kMg5TDPotT4jET5A5Hy0p5FgTYE5R+IlMM9iwJtCMpd342fgJTDPUsNn6k+lH8lUh7sWWr4TK075cHadnAaYWybuoVuodtY6Ba6TcD8FWAAz6rL8A6p+18AAAAASUVORK5CYII=) 0 0 no-repeat;
  width: 1.9375rem;
  /* 31px */
  height: 3.9375rem;
  /* 63px */
  background-size: 300% 200%;
  display: inline-block;
  position: absolute;
  cursor: pointer;
}
/* We'll need these hover effects later 
#helpPrevious:hover, #helpPrevious:focus {
    background-position: -3.8125rem 0; /* -61px /
}
#helpNext:hover, #helpNext:focus {
    background-position: -3.8125rem -3.9375rem; /* -61px -63px /
}
*/
#helpPrevious {
  background-position: 0 0;
  left: -8rem;
  /* -128px */
}
#helpPrevious.disabled {
  background-position: -1.9375rem 0;
  /* -31px */
  cursor: default;
}
#helpPrevious.disabled:hover,
#helpPrevious.disabled:focus,
#helpNode01.disabled:hover,
#helpNode01.disabled:focus {
  opacity: 1;
}
#helpNext {
  background-position: 0 -3.9375rem;
  /* -63px */
  right: -8rem;
  /* -128px */
  top: 0;
}
#helpNext.disabled {
  background-position: -1.9375rem -3.9375rem;
  /* -31px -63px */
  cursor: default;
}
#helpNext.disabled:hover,
#helpNext.disabled:focus,
#helpNode02.disabled:hover,
#helpNode02.disabled:focus {
  opacity: 1;
}
#helpNode01,
#helpNode02 {
  display: inline-block;
  border: 1rem solid;
  border-radius: 1rem;
  background: #7B7D81;
  border-color: #7B7D81;
  background: #FFF;
  border-color: #FFF;
  margin: 0.9375rem 1.25rem 1rem;
  cursor: pointer;
}
#helpNode01.disabled,
#helpNode02.disabled {
  background: rgba(154, 154, 154, 0.7);
  /* #9A9A9A */
  border-color: rgba(154, 154, 154, 0.7);
  /* #9A9A9A */
  cursor: default;
}
/* Business rule: If #helpNode01 or #helpNode02 has both .disabled and .selected then .selected must come after .disabled to win the specificity comparison. */
#helpNode01.selected,
#helpNode02.selected {
  background: rgba(167, 199, 40, 0.7);
  /* #A7C728 */
  border-color: rgba(167, 199, 40, 0.7);
  /* #A7C728 */
}
/* Help Overlay individual notes */
#helpHome .close,
#helpDiscover .close {
  background: url(data:image/png;base64,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) 100% 0 no-repeat;
  position: absolute;
  width: 2.5rem;
  /* 40px */
  height: 2.5rem;
  background-size: 100% 100%;
  right: 20px;
  top: 5.5rem;
  cursor: pointer;
  z-index: 99999 !important;
}
#helpContentQuantity,
#helpExplore,
#helpMore,
#helpSettings,
#helpMapToolbar,
#helpSearch,
#helpDataLayers {
  position: absolute;
}
#helpExplore > div > span,
#helpMore div > span,
#helpSettings > span,
#helpMapToolbar > span:first-child,
#helpMapToolbar > span:last-child,
#helpSearch > span:first-child,
#helpSearch > span + span,
#helpDataLayers > span {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJQAAAB9CAYAAABEd0qeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpENTJGNkI0MDUzODhFMzExOTA0OURGOEM4ODgzMDkxMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5OUZCM0QzRDg4NUIxMUUzQkI3OUUxMjQxRUJGMTBGRSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5OUZCM0QzQzg4NUIxMUUzQkI3OUUxMjQxRUJGMTBGRSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ1MkY2QjQwNTM4OEUzMTE5MDQ5REY4Qzg4ODMwOTEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ1MkY2QjQwNTM4OEUzMTE5MDQ5REY4Qzg4ODMwOTEwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pt36oAAADdtJREFUeNrsnetvXFcVxc/M+D3xI47t2LGnsZPgNmnTNA1RKC1IReIzQkh84z9CAgESEgLxVClvCqUv+qCQUtQ2LW1aWgK0TV9xmrhJm8Rvezib+e3eo3TGMUnqmXHWkrZmPB575t677trr7PPKlcvlIAhXCzkRShChBBFKEKEEQYQSRChBhBIEEUoQoQQRShChBEGEEkQoQYQSBBFKEKGEeC1i5GMs87wsQglXgq4Y/THaYpyO0R7jFI/zzUIyEaq+aI2xiDINxDgUY1eMlRizMRZiHI/xXoxXeW2pkQ+oRde0bijE6I7RCXF6UKn9Mfbyno4Y0zGOxXguxl9j/DPGeSmUUE2dtsQoQabz/Hx7jC/HmIB0y4Qp1J9j/CHGs6jWjBRKcBhJPiD6YozEOBvjqRiDMcYgVAH/dAMKNsDvTLFejHFOhBICPskU5k1S3ijkMSV6BOX6PK+VeX8JZRuKsRWCHcXEr4hQQoBUb6FYwxDm3zF+xfM7aOktoFS9MW6BaH38jRFwSoQSHNbSO0nJYJCW3HOQbBMEMlJdQK2MWJP8boSywqP4KhFK+B+MFO9ApkEU6WkM+wqkauX1JQhWgoTv4r/+Vu8WoAjVeOnvBM+3QJ4nIJKR6iClhAuQqo0UeCDGGQz+EZRNhBI+VKqTCalmUZ521GqS6zYHcayONR7jTtTpNMZehBI+xCxKtUiZ4P1QKWoWY3yRskERBWuBaDdAqCneP12PL57XtWtopTpNKsvxaK25e2kVBlJegZS4CVKZUu3kdRFK+AipTGnOQSrrLH48xl8w8CvJNbTfW33qphifxluJUEJNoz6N6lgh9ElIdZIygkc76fBzMW6sh6WRh2p8lDHgb9G6K9LymyHNbQ6VinnApJuRvznGF1Cx19ez1SeFah7kUKnzPDfz/QavuUKtIBKjEOpLPJdCXWPIJ36oFe9kfXVWa+qmpWctuh0o0DCpbQh1KiRqtsx1tfd+BWW7L1QKnx8/6zV8ZV2UpXzR816UZpAUZsT5BGSw17bhh0ZIa/0QydObRxuRr/I5jp/E+GaoDHlZkkI1H3zIbg8X2s5xCR9kqtLH74Yg1gCPw5Cjh/cEXrOaVGeVz3FFKycEylXxX/sg68thHYa6iFBXjm4eSxCjiLIMoS7bUJg+ogPilCBe3yr/ew6ClvFLZbzTCp8zwGMn/zMlkg9nsc8b530iVIOmrzyksQtlY8CtoLgzUZx+zu0Y3qctudC5RGFcec6Qzo7RkjNVepvnVnvyrpSXeN8kLblJUmQf/zeX+Kgc/2cW0nfIlDeWaW7Bt+yGPEai/VzUrZjpjiopxzGFSpwKWVHydV6fgzRLtNqmKAsYGd6FkK4ue/h8H4Uwy/+dT8x5PlEpJ2VZhKofOhJCDKM814fKEBKrRF8XYztqkeIMRJiHIHYxT/J8md97XWia37XwfD7xX4WLakfzkOp6lOl2VLCb13MhG3veDqHm+ax/xXg+rNNYKREqOw/eqnKTPMHPRdSohBINJEowg2rZaIB/hMoYbyPRK1zQOdToLBf+Ao8LNb7HPI8XFyILeDJTw4MQqStRzXxyLfO0II1MNqHhcIwXwjqNk7rWywZ9ie/ZS2toEgUaCdkISp/RW0iU6AR3vg3XtdkoR5OUVatscLmw73IbsZvv7ApVJN26Ui1BbOtIvidURn4uhXUac95yDSpRJ2Z5hMcbINIOXhuu0vxe5KIdJ4Uc4aIdQY3aEnUJq/ioy/Fu3TT97+R7DvF6kVZkK+pqZP+A8oCN9LwPk7+wrq2Wa0ShfHBaiYuzh9bZzpDNHtmUEMB9zH8wwydodR3hIr1JSvk44aMxjUTW2fsZPFsnZOrhMcfxWVq1SaC/DJXO46N89/J637EbGV5lvg5Dbb7oUxjqIe7uFKcwyk9zQU5iZq374jRKtR4D13KkY/veB7gB2pOWZA/EauW9ls6sEm4jEB6E9IuhDmshbFRC2cUYpaj4SdLaHl4buIhIyyjRa/iNw6QzJ9BClVbXemArLcpJvrPfIH0ok3e5nKM+ZQPvHiUtz9fTU2w0IvVjXA+SLm5Jmv6F5K59m9bZYUz2MWI6ZJ21oUar6+NEJ993NyWCHr67pbstkMqLqwu04GwO38O0NOs64XOjeCjvfR9HjXZzd3u3R1ros0LhMzHuDpVp35bm3r+KLbIrvcEtzd2BMu3j2EY5DveDhllS8wMxfk2ta7HeF6LZCTWGCpk32s/F2EG66EtS2zmI8wym9SXS3EJorDWX7GY4hM/zVudEyEYVeIfwIuWKr5Hm3mgEMjUzoYwwXjXeS4ttB16jI0nldhdbYfFxmtF/507OhQZZCyDxRuMo02dJbZMhG5ng9SW/QZ7nxvhByCYsNExdpplgXuJGCHQgUacSRtVxgWb0E/iLpzHdnvoa5S7K45nsOG7D7+1KWnGdIet2aeEmsBvidzF+ExpkPYNmJFRXUjs6gKfYiSr1JnfuNB7J6kWPhcpctldCVuFuJFUq8N3HKGP0okTvQbQC16cN35SjIfHjUKmAHwsNuJpdo6a8XJIKdkKk/aSFcbySXQAfi3QWT3Q4ZH1Xr4ZsKEcjHl8XRJoI2Sp2A6jVdo5xgvRegEy/jfHtpM4UpFCXRivewdPZ3pBVtMchUg/vXcRsW0vn99SRjtepbnQ5CuU+b4qbwsnTjSJ7qWOOOtNPSd2LjXpQjUaoTnzEPkzpOHfrWMgqxCFkU4uewUs8girl61A3uhzY95+hwXCGVNwPoQZRqh34QqvWPxTjh9wwc418YI2U8krUjg7QfB4l1fWHbN5ZwDcc4459gFrSfGjw1XEv4Q+HOe693Dw3c1NZZ+/PY9yFL5xp9INpBEKZ8mzjhNpJHOKEjvK8DbKY+ryO0b4H030+1LGb4SqkvHbUaIJj34Vv9MUw/kR54Giz3DD1JlQbxNlHqvORkOafRkjJ5hdepvbyCHeq9fa/H5obPaS4fsizGXJtIg2aN3yWVutisxxUPQnVDpl2Y0BLeKabuENbkfyH8EnPcpKnQ/OjAIF8/p37KB8kN4XyzjTbgdWLUK2czH0QalvIRkuOkgbPUnO5i1rS2bBxkA/ZVhxL1J6WQjYrpln9YF0I1QJ5TJWuh0DjvDZGS28WM+ozXjfiKMB8yPrnFjbKQa03oTbTgrsxqS151XsYL2Ey/4sY36EFtxQEEeriz8GEWrX7Voz3MCa8hBltx3yaX/oWNZfzukQiVLUU14fZvhUCDZHmvGvB5N86dG0oxtdRJpFJhKpKpu0hG8rq89omQ1a0tBaPVYz/GCrVYBtgP6dLI0JVaxpbSjsEgXwYro8S2EIqtE7dH4XK4PoXRCYRqho6IJAtHroXs11KYoj3WQX4+6HSi/6aLocIVQ3WFLYq90FadNtQo5tIf76wg/XHfSNUxkNb1XtZl0OEurgl5/uPWH1pD0o0jEqVKBv4xjhWFrDO3bd0GUSoaiiiQDfjkXxo6wSPvlKJdaV8L1T65aZ1CUSoaua7SAvuEAQagkBewNyEMlk54KsYcDPfWuBzg6HlKpCpj1LALsInW+6BZD5M10YJfJeywKxOvQhVzTNZB2cPxtv3bvNFKa6DXNaVYiMrrcZ0r9KcCFULvmFNb8gmDFjFezBkNacVSgPWmrMpTad1ykWoWurUAWlMnUYx4VuIQdLhixhwq4J/oNMtQq32d0XIsx0C9SSGvBcCPUar7pxOtQhVC74QlvmjsSTljeKdxkh1T1EaOKnW3LWD/GW8P90qYmvI1izy2a/tkMgq4DYFfEGnWYRazTf50NUxyNOFIR8m7dl46J/FuD9kq/4LItRHUA7Z7AzzSSP8/WY81CbSoc1OsQUqTohM8lCrEc8XC92KOvkmN8Mhq0HZ9Cbrn7NpT/M6vVKo1Yx4X5LauiDYaMjqTuaVHqRlpxKBCFUTrahRD8rk6zz2hmwuvqVDq4bbjF5bx1sTC0SomvAF1n1nSV/TewCStUKiu/FPMzqtItRqHquL1p2vqOYLYbUTNpnAipcPUy4QRKhVvVNryDb788XXc/zOUp0tHmoFTJsmrlGXIlRNFBJlGqA8UESxfMcmm0dnq6FYn50mFwg1CeVz771MMASx3IwP8LOtOeCLWAhCzTpUG4TyHbp7Qza6YAupz2ap3I8RV/eKUJNQvl1WEWXyXSN9g2Yjlq1ZZPUmm+k7pdMorJbynEzmmXxmbw7y+f4iVnOyxeRPyIgLqxHKd4Ysku6KiYr5ukU20/dJHlXAFGoSKgehvEzQHbIljX2PkfOo0ytq1QmX8lBOqE0h2ynSSePbWZyFTJpoIFxSoVow3B0Qawm/5DOC7efj8k3CWgjlle/OhEy+m2UZstlwFNvuQuPDhUumPO+zK+KbFkO2Z60vBjZPiUDeSVgzofIJkeZCtlWq1Z3OhGz5Y0GoSahcyDaymccfdSaEKpDm3gxaplBYI6HKIdsvxQk2mxh1W7/pvaBhvcIlYKuveCuuI2RjnTqTNNiNMr1ByhOEVQnlSuW7RvqEhDxksrqU1Z/ekSEX1koo39N2OWTz7wohm+liCnUqaFSBsMaU1xKynZ+8Yp7udzuLMV/UKRPWolAFwjewaeFnHwJsRJoJ6gwW1kgoJ9Vy8tz9lO84PhfU5SL8H4Ty8kEu+TlAqrTgKQhrIlTN9yTPRSjhigklCCKUIEIJIpQgiFCCCCWIUIIIJQgilCBCCSKUIIhQgggliFCCIEIJIpTQDPivAAMAiJfL00NSOKMAAAAASUVORK5CYII=) 0 0 no-repeat;
  width: 9.25rem;
  /* 148px */
  height: 7.8125rem;
  /* 125px */
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
}
#helpExplore,
#helpMore {
  /* Applied to an extra container div. 
        Required to be able to accomplish measurements that are relative to the screen's center. */
  top: 50%;
  left: 50%;
}
#helpExplore > div,
#helpMore > div {
  position: absolute;
}
#helpContentQuantity {
  top: 33%;
  right: 23%;
  text-align: right;
  vertical-align: top;
}
#helpContentQuantity > span {
  background-image: url(/assets/../images/ArrowToBubble_01.png);
  width: 271px;
  /* Not scaling the image */
  height: 146px;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  top: -138px;
  /* Doesn't scale because we're not scaling the image */
  right: -3rem;
  /* -48px */
}
#helpExplore > div {
  top: 13.75rem;
  /* 220px */
  left: 6.75rem;
  /* 108px */
  min-width: 24.375rem;
  /* 390px */
}
#helpExplore > div > span {
  top: -7.25rem;
  /* -116px */
  left: -8.125rem;
  /* -130px */
  /* Firefox */
  -moz-transform: rotate(270deg);
  /* Safari and Chrome */
  -webkit-transform: rotate(270deg);
  /* Opera */
  -o-transform: rotate(270deg);
  /* IE9 */
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#helpMore > div {
  top: 9rem;
  /* 144px */
  right: 23.5rem;
  /* 376px */
  min-width: 14rem;
  /* 224px */
  text-align: right;
}
#helpMore > div > span {
  top: -6.25rem;
  /* -100px */
  right: -4rem;
  /* -64px */
}
#helpExit {
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  position: absolute;
  top: 50%;
  left: 43.5%;
  z-index: 99999 !important;
}
#helpExit > .exitButton {
  padding: 1.2rem 2.2rem 0.5rem;
  height: 2.2rem;
  font-size: 2.2rem;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  text-align: center;
  cursor: pointer;
  margin-left: 0;
  text-shadow: none;
}
#helpExitPermanent .longText {
  width: auto;
  overflow: auto;
  white-space: normal;
  padding-bottom: 2px;
  cursor: pointer;
  line-height: 1.3rem;
  vertical-align: top;
  margin-top: 1rem;
}
#cbHideAllHelpOverlays {
  display: none;
}
#helpExitPermanent .checkBoxImage {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAQCAYAAABz9a1kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTk0RDE0MjRDOTkxMTFFM0E3MjZCQjZEQjUzMDEyMjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTk0RDE0MjVDOTkxMTFFM0E3MjZCQjZEQjUzMDEyMjQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1OTREMTQyMkM5OTExMUUzQTcyNkJCNkRCNTMwMTIyNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1OTREMTQyM0M5OTExMUUzQTcyNkJCNkRCNTMwMTIyNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtpjJpgAAADySURBVHjaYvwPBAyUAUYoTZE5LCDCPyCAkRzNGzdsQLGcEnOYGAYJYBkIS10TrksCqRAgnrV7gebPAXEI0BHCQGotEFsC8RsgXg4SZxoAR2yCOmIxEG+ByTHRwDImIBbFIi4DtdgKiBcBcSIwWj7TzCFAMBWIjwMtVkNyhDiQ2gbEFkC8BIiTgI74S+vE+hWIlUEWAx3gAqQ/Qh2hC42OZHRH0MQhQEtKgA4A5YQqIN4OdZgREM8AymXi0keTxAq0sBpIdQCxBhAbA/FsfI6gaa4BWlwJcgA0q2YNaIEGdEwasWoHTRE/aBzCOFiaAQABBgCvdE5H3gCREwAAAABJRU5ErkJggg==) left top no-repeat;
  cursor: pointer;
}
#helpExitPermanent input[type="checkbox"]:checked + label .checkBoxImage {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAQCAYAAABz9a1kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTk0RDE0MjRDOTkxMTFFM0E3MjZCQjZEQjUzMDEyMjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTk0RDE0MjVDOTkxMTFFM0E3MjZCQjZEQjUzMDEyMjQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1OTREMTQyMkM5OTExMUUzQTcyNkJCNkRCNTMwMTIyNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1OTREMTQyM0M5OTExMUUzQTcyNkJCNkRCNTMwMTIyNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtpjJpgAAADySURBVHjaYvwPBAyUAUYoTZE5LCDCPyCAkRzNGzdsQLGcEnOYGAYJYBkIS10TrksCqRAgnrV7gebPAXEI0BHCQGotEFsC8RsgXg4SZxoAR2yCOmIxEG+ByTHRwDImIBbFIi4DtdgKiBcBcSIwWj7TzCFAMBWIjwMtVkNyhDiQ2gbEFkC8BIiTgI74S+vE+hWIlUEWAx3gAqQ/Qh2hC42OZHRH0MQhQEtKgA4A5YQqIN4OdZgREM8AymXi0keTxAq0sBpIdQCxBhAbA/FsfI6gaa4BWlwJcgA0q2YNaIEGdEwasWoHTRE/aBzCOFiaAQABBgCvdE5H3gCREwAAAABJRU5ErkJggg==) -18px top no-repeat;
}
#helpExitPermanent .longText span:last-child {
  min-height: 1.5rem;
}
#helpSettings {
  top: 6rem;
  right: 11.7rem;
  text-align: right;
  vertical-align: top;
}
#helpSettings > span {
  right: -8rem;
  /* 128px */
  top: -4.875rem;
  -moz-transform: rotate(290deg) scaleY(-1);
  -o-transform: rotate(290deg) scaleY(-1);
  -webkit-transform: rotate(290deg) scaleY(-1);
  -ms-transform: rotate(290deg) scaleY(-1);
  transform: rotate(290deg) scaleY(-1);
}
#helpMapToolbar {
  bottom: 10.25rem;
  /* 164px */
  left: 46%;
  text-align: center;
}
#helpMapToolbar > span:first-child {
  width: 6.9rem;
  /* 60% of 148px */
  height: 9.375rem;
  /* 60% of 250px */
  top: 1.25rem;
  left: -7.5rem;
  /* -120px */
  /* Firefox */
  -moz-transform: rotate(90deg) scaleY(-1);
  /* Safari and Chrome */
  -webkit-transform: rotate(90deg) scaleY(-1);
  /* Opera */
  -o-transform: rotate(90deg) scaleY(-1);
  /* IE9 */
  -ms-transform: rotate(90deg) scaleY(-1);
  transform: rotate(90deg) scaleY(-1);
}
#helpMapToolbar > span:last-child {
  width: 6.9rem;
  /* 60% of 148px */
  height: 9.375rem;
  /* 60% of 250px */
  top: 1.25rem;
  right: -7.5rem;
  /* -120px */
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* Safari and Chrome */
  -webkit-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* IE9 */
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#helpSearch {
  top: 13.625rem;
  left: 31.75rem;
}
#helpSearch > span:first-child {
  left: -10rem;
  top: -0.375rem;
  /* -6px */
  /* Firefox */
  -moz-transform: rotate(180deg);
  /* Safari and Chrome */
  -webkit-transform: rotate(180deg);
  /* Opera */
  -o-transform: rotate(180deg);
  /* IE9 */
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#helpSearch > span + span {
  height: 15.625rem;
  /* 200% */
  left: -10rem;
  top: -0.375rem;
  /* -6px */
  /* Firefox */
  -moz-transform: rotate(180deg);
  /* Safari and Chrome */
  -webkit-transform: rotate(180deg);
  /* Opera */
  -o-transform: rotate(180deg);
  /* IE9 */
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#helpDataLayers {
  top: 37.75rem;
  left: 7.25rem;
}
#helpDataLayers > span {
  top: -7.625rem;
  left: -8rem;
  /* Firefox */
  -moz-transform: rotate(270deg);
  /* Safari and Chrome */
  -webkit-transform: rotate(270deg);
  /* Opera */
  -o-transform: rotate(270deg);
  /* IE9 */
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.esriActive {
  background-color: rgba(255, 255, 255, 0.85) !important;
}
/* Every selector in this file will likely be prefaced with #mapControls */
#mapControls {
  text-align: center;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
#mapControls .baseMapImageRoads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAdCAYAAAAJrioDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUQyNDFFMDdCRkI5MTFFNUJFNjZFM0NBQzRGRUM1MzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUQyNDFFMDhCRkI5MTFFNUJFNjZFM0NBQzRGRUM1MzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRDI0MUUwNUJGQjkxMUU1QkU2NkUzQ0FDNEZFQzUzMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRDI0MUUwNkJGQjkxMUU1QkU2NkUzQ0FDNEZFQzUzMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnwRahwAAAYwSURBVHja7JnLcttU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);
}
#mapControls .baseMapImageAerialWithLabels {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAdCAYAAAAJrioDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENDU2NzdCRkI5MTFFNTg5OUFBQTIwOTI5REE4QUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENDU2NzhCRkI5MTFFNTg5OUFBQTIwOTI5REE4QUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ0NTY3NUJGQjkxMUU1ODk5QUFBMjA5MjlEQThBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ0NTY3NkJGQjkxMUU1ODk5QUFBMjA5MjlEQThBRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgJbIcYAAAgHSURBVHja7FlLbxvXGT3zfvAtUSIl60HboiX52RqWLDeOAxQNCsdF0K6CZBGgRbsLgiK/IUB/QtEGXXTToD+g6KJFUQRt4sK1Y9iWLVuxLFk2JVESRYoiOcN59QztBk2Ymlp5tMgVBqMZztx75nuc73wzQhAEOEjj1389d6DwyM/3B8VKwkHDI+Lbsa8I+roHX/YIekRUZHi+biBoU7MBhACiT3SC37ky3GQpQCYGFHJxfO/sDC7MXMT8zQUszC/i1VcvYWKiANu2sLi4iLX1DYwcGsWVN67go49+i8pOBdPHJ5HPD8KymigWj8KybSw/WsZPf/6LFxrhl++JLxWPVfjNV/CI/9dpQghE+NKUfiCg7QK240KSBOia2knQra0yrl+/hvuL9yGpEg5PHMZRLmjGDTh+G5ZjYWJyAucvzHXuXV5ZhdX2oagGZG77pqWI8HyDgXgqEOETULgFovDsFKudS3Rtx0Gr1YTrtSHLIhRNRtNu4O+f/A3/+OwTAmhieCQHy21CNRig9LRuaqjVa/jDHz/GrTt3sLG5+ezBFGUfBooWT1eKiYKEQBC4OFdndCuyDMFzYdd2ETNSHS/a9EKr1SAoGyNjQ7h85Q1OLsJImNjZ2cZyaQmiLsHyWhD0AE2vifRgH9774H2YegyabqBWraLZdnqbJ2I8wnMd9N/IFYzjF4Pw0Bc8+HAJUAAh0vA+8rl+KF4NGV3E8OAQXNtDQLcWj03gCMO4SZC12g5sy4ZjtTGUG0aj0eADtNGGg2Qqg0dLy0wPconPCCCej3/3e+F/13+ug748/uB9/aXiufT2/FfwyN307XcyPQQgeD7CiFYkCQatfGR0DBulVayV17H6+A5iMRPnZ2aQOzSCZDIDQzNhajEkYwl4DNl8dpD8IGLl8TI+W/gUj57cR4ukqCoSve0QeLCPchItHrk7pjymeACVJOh7vMH3OSnzVtMx3DcAb68Ja3ePoGVk+rMoTh7HiVNnaH0Hm+WNDtmphol41sTg0FCHHxqPbPq+DT2mkDh1uK7NJ3cQS+yDgyLG8w0kTQBMO1OSkVY0xMkBMV6WMRQElgWB4WmSzMYODePiK3Msl1OQFRkOSVJQRagJHXvM9ezoEMxsCpbIsNcVbFaqBBWg5bZRre+ixRIsivuROdHikbuLqhdigkWWf232PI4WCkink0j3pSDJErwzpzlZA0Zcx/SpKWSz/VheXSEB2ujL9yOVSePO/DzurTxAe8nF5mYZ25UtVPZ2SZQZ2J6HFr2rPCtO+yjy0eLpMlDoLYm57jUbGMpkcGl2FmNjo5yEFYC6IqwOHgku/IPko7y9gZXVJbR9FzmNXhITcOilz+fvYqSQh8AwVt0Yzl2YZYq42CBftNoWbBKoRe/1GlHj6TKQTDI06Jni9DTGhvMktj70Z5JY26jTygJFVYMsKTAcA1RrFTzZKOH23ZuQGbZyXEYim8Tg6ACSuTRzX4NHzuhz+mFIBVQq25B0FQ0S4/amA0/onWJR4+k2EMudqSqYOftdTB49ggQV6F69ii+WHqBUfhpegHg6wYklbNe28HS9hLv3bpHsyAn8DUqAZF+GqlTtCLO2YyPB6mKqMoyUCZc9w25rtyPm6vV6bwO9dDzSiw2U0U2kDQNZ5viRYgEZEtvKk2UsLS/iz3/5E8aPjCM/kofHide31jqh3GA+7zFEWzYrCkkzwXu9cPLQi/S+xvmSqQSOTRYxxvs90mPYXN27dbungaLG02Wgyz/4IfL9aRxnvyIaIh4+fYibt29gcfULdrIKyvUdaHssnfRYvVFj/raodH3o9JDdbOLuzRv0HEOfpdMJdQs1Bv2Iudcudv4/XBjHRLEIlR5MJ5I9DfTy8fzzxQZqkPzUxDDBSChtl3D/wQLmH8xjvVaFJbPM6nEYJLpGqw673aS4Iln6DrFK7IMkyOQCh1UhLL8G24JEIoFaYw/z83cYxha8wMM4STaVTiORSvU0UNR4ugy006xjgUozBGNoAmK6jL7cEAIzC31zGwoFlqbr2KqW4VCbW1YDHlUouJBp6B1h5fkeNO7TqSTGx8ex8vQJFkolPgDDPR5HPzkhk0xCo5d7jajxdFX+d995G6/MnYcgqthYr+H08XN4/fs/wpuXf4zDIwUErojR4cMQmcth9xyKK01RMZwfoUYpUvhSyLEB/M7J0+jjogJ1Rliqfe43ymWsrbOsNi0YVLeSJPc0UNR4ugz0eOkhVJa7mdNnMF2cxINFagrbQZwlMmUa2KLXHi6uI2MOA65OgDorwgDefP0tvPOTn+HU5Bw0qR+NKpBiONeZCi02iIlYjKJP6DSOYRsgURG77I96jajxdBno+tVPcfvzG/CYy2PsXUpPS6huV+C2WszHAHFNw+5OA4qfpNwfw+T4DI6OnsXiwhp1yjHMnb2EfGYCQTuJXC6H8GWB63rkAoq6cKOXREnpnG+zVeg1osbTFVN3b91CmSAGUmmcOHGy0zF3OmnmsSKIGBoYwNzcXOc9jeALGB0dRZyeufqvq3BsFzEjgamJKTS5mGauM6+1Dhi7tQefwEJPKTxmMuwrxaLG0xVB21ubaO7V4bZtTqYwl3OQGeIxEl6GPVBhfAwXzs92XjtUK5XOq4csSW51ZQUffvgrXLv2b4wcOoSTU9NYWysh4IOoJD+R3bjKKiJC6OR/QEWbMM2eBooaT9cLs4i/InS9MIsaj7zPzy+IGGhk49sPh/v8cCgcMFwHBs9/BBgACGhPkhxRNnkAAAAASUVORK5CYII=);
}
#mapControls .baseMapImageAerial {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAdCAYAAAAJrioDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0Q0NzFGNTNCRkI5MTFFNTg4NTJFOTM3NDVEMEYwN0QiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0Q0NzFGNTRCRkI5MTFFNTg4NTJFOTM3NDVEMEYwN0QiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RDQ3MUY1MUJGQjkxMUU1ODg1MkU5Mzc0NUQwRjA3RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RDQ3MUY1MkJGQjkxMUU1ODg1MkU5Mzc0NUQwRjA3RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuXxzjYAAAczSURBVHja7FnbbuPWFV2HV5GUZF3Gtnwb2xMnM9MWCFAEBYK2D/2HfkYL9G/6HX1vv6BPTZ0iTRtPnBmPrbsoSqR47zrHngKJA9NPkh9CQ6AtUecs77X23muToixLPKXjz3/97EnhMe7OTyVK4qnh0fDT8SgF/ZDBdR9lhaI2hueHAYL96lclRAmtIDpRqCs/XC2E+B5ycbeUXgro/FXJkd8r0oR/a9jf6+H1q4+ws9dCR09xNXmLMFogLTLomsBwPMDf/vL3B4Pwpz9oa8Xz+z+W4iEF3W1TqhOR8VXe41L8/8XPihIfUEvAmnovh2UZaDcd6HqI6+tLjIwMN8NrGKYB07Sw1WjBtPRHlqV14slQESBNLV6QrTuabjcub0EKnskptA+bkyLb0OHaXConU3w/0wUaDjfdAq4G57i8+honp6eotxoEqOP91XtMpjOIonhEgNaNp/5wgDSho5SLSgDc2TQMiDxD7M/htlpIVhEX1eBaNj8uEcchXp6d4vioi3kwQKPuwRA2ikSDH40x8a/x+W8+x9mLj/GPf36B6WRKpkykqxRuza4Oz4bxGD+maMmRrmnkgj95rvLZbTaw3e1gOhoimk3hzyZwHAe//PQ1Dg4JwgpRNwUMI0GchpjNQvZIDQfPD9E72EdWpBgwxxezBSVtYrvdgVMzH5Vh68WTPBygkiCkhPWS57wgg4BJGTo1Bx+fHOOa8u1nKaLAR63Gol6LkfNnMh4zzy1cfneDt+9vVE6fvDiD47Vwfn6OJLnd+PnpCeJlxNzXYNnmI9rJuvEkVQrKVS5bLOZlIRtIwYtKuKKGfUY5DxZICKbu6Ohu24jLGWqNQywTG0I3UG+2cSgM7B8cIEpjRHGh6kMSJxgOhkwDpgOZVtXiMXZww3h+pEgXZAvwDBMWi1tRLshKgU4HCOfXKJMAXo3SZUewnBh+MEcUdTCfz5FT/r3eAY6eH2M0HmKxCBDwH5j7AeuEgb29Q9TrdUTLBWQ9dCTllcdm8Rj3Uz5X3iEJArx8dQiLG0epT0AWdJt53lzCck0ykWAyH/P9FkJKNApXWC6X+NnrX+Crr7/CxcU32N3vEUADcULWmBbNdpe/x4gJ3FSd6TElaLN47gVIZyfQmesijchUgsKIyFANSbbCZDbCu3dXipk0TfH86AjdbpeMRSyCMxZJF/3+DS7eXKhCqLFgBIs5WZvhgNd6TQ9lKBCuQhbOGKssqQzQpvHcm8UM5rhr6vj561PYTUFmIuR8bzge4bt3bzGejtWCLTKl8boVGchLWUqh3v/PN/9VHqXdbiNj8QxYHyx2k2bdhSENC12r4zkQbK25qJbQpvHcU5DJxequgaOP6CPyPvpv+qp9jkYj5rVsiToN1xaOj4+VhP2Zz/ap00s4ZJhSD5c4OTlhKxbqOpstVBZL6VMCf4aYNcBtbRGsBZ+5X3WsH4/1cIC6noutFnNeDxCvKOPJBJ7nKQm7bg07OzvY2d6F59Rl8LHIlggIdLWK2THoTXZ2lZ8IfB+7vW0auRj94QDffntB4zaHZdjYoQIs20aYZZUBWj+eigD99tefoT//Nx3nEOPJWOW3RoPVomu1rRp2Oz20vDZMYdF9zmjc2HqZ2x5Zjbn5jKwsIxMLf0IGLVUL+v2+Mno1sua6dSTRSo0HLcerDND68ZQVRdpaIi4CtsURZTyhLNt8tZSsy5Rf0GwFTN5JKhn5koCJGga7gkW5S5cbhxGLaAF/znZKEFvM/za7R911Ie9gDpke0WJJY1fd5tePx344QMP5O34pQ5ZmSsZSwo1GgxsaCGjXc+o45RBYcMNMzkScffKcSMtczTxyOJRF1OXMJFPhmPk/p7xrBOyTvcVioc5xnKLZbFYGaP14tqtGjQQhC5tOC//i7EyBClj80pgzEAfHIAyQ5DEc5r9haKp12uwALtmQ8i/ijLa+zmn5BFPKu6Clj7leyO7yry+/5Pqa6iiCxu+KLbh61Fg3nooADQd9xHd+wGekZ+wKUq51rwF51yqgCcsyMkPtSjCauL0To7Nz6NR5g2B6vV10W22601wVwtFwqLqJZFACKmhbbRbFl598Uq2gDeO5F6AOjRbjjv7NCPLemvyiugPDxXMpdVZ63aupIVKCseWAV97mv7y30iEbe3s9NBtN5UvmlLDOoXF7q8li6mEwGN0VWgPNreoUWz+e6OEAObaHaTClrEMYLH6y2kuDVdCHy/sukqk6W6+UvJzuPswvqyRlzgt1S0ECE5ybPMrcMi0OmHSw8QoOgcmiKD1Lr7fPDuNXBmj9eN48HKCU0+4qTNgdLLbMQjFl6BKMgEkQJRf3CEjWgoIMqs2FbBycsvn5nE718vKS3qWliqX6Ps3ZmNKOuW7EOvDs2TN2jiG+OD+vDNC68Xz6u/b3Z8G7B4flE3mKIO4eHD4ZPMYjH79gw0A3dvz04PCRDw7FE8P1ZPD8T4ABAC+rSKTlTZBDAAAAAElFTkSuQmCC);
}
#mapControls .baseMapImageTerrain {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAdCAYAAAAJrioDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzVCRjlERkZCRkI5MTFFNUJFMEVCRDJCNTVDNTQ4RUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzVCRjlFMDBCRkI5MTFFNUJFMEVCRDJCNTVDNTQ4RUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNUJGOURGREJGQjkxMUU1QkUwRUJEMkI1NUM1NDhFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNUJGOURGRUJGQjkxMUU1QkUwRUJEMkI1NUM1NDhFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmt6oo0AAAbhSURBVHja7FnLbttWED0kL18iJephN3HsJmmBokDS7PoX/Yj+UPf9kaKrLor+QYFkkS5iOGmbqLZsURRfl5dkz6VTILBb0+5C0iIyCFnkfRzOmZkzQxpt22KXPt//9PVO4RHvv3fFSsau4THx8XMrD7rK4KY/bY9HbQ3PVQPhmx9/vgbWNC8drWmaK+hNHjVMw4Jj8ZdhQHG2qvU4E8JqMTVbfKIkvhoEOJiE8Fqe53WzreDaLp4+e3qjEX6Q320Uzy/zb42bPOhfKDTRNh/8j+YDMIBlCngE4/O8TQDSEMh4oWHy9/gdWgIz18ZhMMbMsiCVImgFKWvUdfk/ktRm8dxoIJN/pEGvTiB1N1wD+cf3LV7z+HMkWgTcyOZZybTm25peCy7n3LdNPIwmmAmXjltDyQy5LGB7Lgxh38k428Bzo4FabmgQjGk03MqChtV0Dl93TA3IRigUojJHSEAORzUuR/ke6kbBKxX2c+DBQKHivDxdYZ3nZKrGg2gKVdV3SwxbwHNziDGA6YV0VcGBJhqyUzdNx5rLPBBAYVRXiBjTQ244sFwMwhCJWiNdZxiZDvZcH3WWw5qOsFhcQDg2vAHPEYxx1xpsC3jETbFuEYArTAwZy44hu+G1dRn3DuM2qBVmrUTkOPBp/NB1Edo2qkQii9fwwhFsMpqXFcaTIcqqhON6GPBQZJTU3Sn3bAOP+C8waOrOugEpm9otxlQEWUhy1HSsmQQTMBkeOgFCnR0qxRgXTI4GZgQSUklcxnnoktei4N5061Ki8RWZ0hvzuuff2jgbwxP3GKhLhDqmhYDLmZFt4fPxEHv8naxjxMkFJC1Pn+TmHvZp/ZAgCrqnUUsUiWaCGxclluk54pqKQtUoijUKJkThTJGsLnBO99Yu/eTZF/2JeYN4sNdjIC2hQlidVEZUg7EqMciZ/IYB/vj9NXQJMmbSG/gBhsKDmWco6ZllVWhRoBJYCHwfQcTEyDEWGReU2mV8TsYLLOanXTLMsjXP9xfyG8fTZyAhDLgEEzDOA6rBzPFwxA1CqsSXR4+RlSk8z+sUQq1ztFKhpuF9bq5vxGLMe2SxSxg8HHpAkqyQ/pFCE7RexVCqYcQ0kGj6S/0N4zH7ctCIgBwuFFItRvRc7cp7pq43DIy5kefZncBW6xQqS1FxcYs0joczCI7LywKVTn7CZ8xbyDnm9PSMobBitdrSrZlc9R10It2vYtvGc81AE7pxyNTnGDX2fcriYMhYbqHIXsG6wY0CtJTRdRyjZlwbdNmMspkTYFFJLM7OYPKGDo4OWX+EODl+gzdvTi7DpSJDrGVaXfrT/22rv1DcNp5rBorIlK5CtSI8Hu7jgO7s6NisWYgFPk4XZ523tpopSu50PMXJyTGOXx/DdXxEsykeHTxkzaIQp0usF0uyljMPeEyMJUxb5wDNlcFird+DNo3H7jNQyMOhWz7x9uGsE6y028oShaq6JtGxPQKyoI2uWYvjJbI069zaoBSvzg08Xz5HyLyQxBcEFXNr9kSyguNYXQgo/jZ5w7Xs78U2jafXQPfZj+RVhZJgJHdtKSOGcVmMSRIeDkY4vzjD6dkcMitgkrWGNYWkuwq6qMWckedMd6wxFOdG0RCBN+AcqgYZEqxfBKtZwXlF3m+gbeO57kE1Kw+WDhUlcECrs7iHzYrU1f8bTVeXrDRLjHEanSy4yJMSiqAcJszZbB9pXqChbMqSJZ5toGR1qyvVmsWb8AdsHqk5BFYat/CgLeO5ZiAriTEwLx8eHDw4hEFX1TWFLsJ9gpq/nsOlW08mE4Iu9cMWZAQ/GkeY3btHhqJus2A0xsvfXjBJnndga7JlkXmdFFMm2IpyDPS3GpvG4/QZSBGQTlgue5UkYcyvlmTCxXi8h/l8jhcvfsWjo4fwKLdn8RxZntKVLTz+9DOMCWa1XiIhY6/evMS7d2/RMMYdtgi6nM95A6VWGgKzGP8h2evtT7eM57rMT2fwuEDN3qVqpH58x+QWY7XksUp0S0T55MLsjiWbPt1ZazbW5QqLVxeY/3XaPVfJzxfQb0xsV3T1Rcq5Pnsdl2vbdGn9nEJWsl/mN4ynN0lPCcj17Uu2soyF2AAGrT4/nePtn2+ZB3ykcUKm1lyz7ooxg8BbxnPb6MdYbbeoVpVhOCQAlyEhWayxeSTQSun6v2E/5DA5Or0G2jaeawayCaaiApTskBU3iDipKSwoZniZ56wzZigph3WlXfPy+cwwjOieEWyudujo5MnQSFNMJ1M2gxbVpeQ4tgKZ5FwqEmNex/5wNOo10KbxqKtPEt6/OGx35C2C8f7F4c7gEbd8/YItA93a5+OLw1u+ODR2DNfO4PlbgAEAVZQYmZ4AASkAAAAASUVORK5CYII=);
}
#mapControls:hover,
#mapControls:focus,
#mapControls:active {
  background-color: rgba(255, 255, 255, 0.85);
}
#mapControls a {
  text-decoration: none;
}
#toggleMapControls {
  display: none;
}
/* Base Tools - display horizontally -----------------------------------*/
#mapControls > ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#mapControls > ul > li {
  position: relative;
  list-style: none;
  display: inline-block;
  float: left;
  padding: 0;
}
#mapControls > ul > li.partition {
  height: 30px;
  border-right: 1px dotted #888;
  margin-top: 5px;
}
#mapControls > ul > li > a {
  display: inline-block;
  width: 36px;
  height: 35px;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: left;
}
#mapControls li > a:disabled {
  opacity: 0.2;
  cursor: default;
  color: #FFF;
}
#mapControls > ul > li > a.active {
  background-position: -36px 0;
}
#mapControls > ul > li .more,
#mapControls > ul > li .more > img {
  cursor: pointer;
}
#mapControls > ul > li .moredisabled {
  opacity: 0.2;
}
#mapControls #baseMapMoreArrow {
  width: 0.5625rem;
  height: 0.375rem;
}
#mapControls > ul > li.split > .more {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAABaSURBVDhPY/j//z8ch4aGkorPjBqAZgAQGwPxWyDGBypwGgASBNIGQIzLEGTN2A0AYSAbmyHVSBphGHcYAPnIhmDTDML4AxEoBjKkFF0cCeM3gAg8akBo6BkAx3+ncIhmyhsAAAAASUVORK5CYII=) 50% 50% no-repeat;
  padding-left: 6px;
}
#mapControls > ul > li.split > .moredisabled {
  opacity: 0.2;
}
#mapControls > ul > li.joined {
  padding: 10px;
}
/* Popup menu that shows more items */
#mapControls > ul > li > ul {
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 10px solid #FFF;
  border-top: 10px solid #FFF;
  position: absolute;
  top: 80px;
  width: 185px;
  min-height: 100px;
  margin-left: 36px;
  padding: 0;
  text-align: left;
}
#mapControls > ul > li.joined > ul {
  margin-left: -10px;
}
#mapControls > ul > li > ul:before {
  content: " " !important;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAADsSURBVChTY8AF/v//zw7ELEAMYmNgrAAowd/a2pqyePHiKCCbA1kDDGMFQAltTk7O+0JCQmeAbFVkDTCMIQDEUu7u7p0g/UD8Lx8IgGIiaGowNDK+evXKlYmJ6RNU4382NrbnQHE9NHUYGpUUFBS2wDTBsLm5+UygnCyyWmRNnKDAACr8g66RkZHx+82bNz2BauChjKxRVVBQ8Cy6JhiWkJA4CFSjDFMP0yQCCgSggn/oGpDwH2j08CBr1AMFAhbFKJiXl/caUK0aTKMsyPPYFGLDkZGRNUA94gwgT4M8j00RNszCwvLu////TgDNMjZ0CkoT4gAAAABJRU5ErkJggg==) 0 0 no-repeat !important;
  position: absolute !important;
  top: -20px !important;
  left: 21px !important;
  width: 14px !important;
  height: 10px !important;
}
#mapControls > ul > li > ul > li {
  background: #FFF;
  padding: 5px 10px;
}
#mapControls > ul > li > ul > li.active {
  background: transparent;
  width: 162px;
  border-left: 4px solid #97B424;
  color: #97B424;
  vertical-align: middle;
}
#mapControls > ul > li > ul > li.partition {
  width: 165px;
  border-bottom: 1px dotted #888;
  margin: 0 10px;
  padding: 0;
}
#mapControls > ul > li > ul > li > a {
  width: 166px;
  display: inline-block;
  line-height: 2rem;
  color: #000;
  padding-left: 0;
}
#mapControls > ul > li > ul > li > a > span.icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 36px;
  height: 29px;
  display: inline-block;
  float: left;
  margin: 0 8px 0 0;
}
#mapControls > ul > li > ul > li.active > a > span.icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -36px 0;
  width: 36px;
  height: 29px;
  display: inline-block;
  float: left;
  margin: 0 8px 0 0;
}
#mapControls > ul > li > ul > li.active > a {
  margin-left: -4px;
  padding-left: 0;
}
#mapControls > ul > li > ul > li > a.toolBarMoreTextButtons {
  padding-top: 8px;
  padding-bottom: 8px;
}
#mapControls > ul > li > ul > li > a.toolBarMoreTextButtonsActive {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #97B424;
}
#mapControls > ul > li > div#coordinates.feedbackBar {
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
}
#mapControls > ul > li > div#zoomlevel.feedbackBar {
  padding-top: 5px;
  padding-bottom: 10px;
}
#mapControls > ul > #baseMapTool {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.toolbar-popup-menu-title {
  background: #000;
  color: #eef2f8 !important;
  font-size: 1.5rem !important;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  margin: 0;
  padding: 10px;
  position: relative;
  height: 20px;
}
.feedbackBar {
  color: #000;
  font-size: 0.75rem;
  line-height: 0.85rem;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  /* Base Tools - display horizontally */
  /*#mapZoomLevelRatioIndication{
	    opacity: .6;
    }*/
}
.feedbackBar > ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
}
.feedbackBar > ul > li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.feedbackBar > ul > li > a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.feedbackBar #extentFeedback {
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
  text-align: right;
  line-height: 0.85rem;
  width: auto;
  padding: 0 0 1px;
}
.feedbackBar #extentFeedback option {
  text-align: right;
}
.feedbackBar #coordinatesFeedback {
  display: inline-block;
  font-family: 'Akkurat-Pro-Regular', "Segoe Mono", "Segoe UI Mono", "Consolas", "Lucida Console", "Monaco", monospace;
  font-size: 0.75rem;
  line-height: 0.9rem;
  letter-spacing: -1px;
  padding-top: 0;
}
#mapLabeler {
  z-index: 1050 !important;
  color: #D4D4D4;
}
.mapLabeler {
  z-index: 1050 !important;
  color: #D4D4D4;
}
.windowContent {
  padding: 0.938rem;
  z-index: 1050 !important;
  color: #000;
  background-color: #FFF !important;
  border: solid 1px #999999;
}
.mapLabeler .mapLabelerTitle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAZCAIAAAB2GXNSAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAE0lEQVQoU2OYvkUFGTGM8gc0PABBw7M0wtqj0wAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  color: #D4D4D4;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: lighter;
  height: 1.875rem;
  left: -0.9375rem;
  line-height: 1.875rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 0;
  padding-left: 0.75rem;
  position: relative;
}
.mapLabelerGroup {
  width: 25.75rem;
}
.mapLabelerTitle #showAll {
  bottom: 0;
  color: #307EE9;
  cursor: pointer;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 0.75rem;
  height: 0.875rem;
  line-height: 0.875rem;
  position: absolute;
  right: -1.2rem;
  text-decoration: none;
}
.mapLabelerTitle #showAll img {
  border: 0;
  height: 0.75rem;
  margin-top: -0.125em;
  vertical-align: middle;
}
.mapLabelerTitle span#mapLabelerPagerIcon {
  border: 0;
  height: 0.75rem;
  margin-top: -0.125em;
  vertical-align: middle;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAH1JREFUKFNjIBsY1L18C8T/gdgbGx8DACXyoQouATEzOh+qDAGAgmxAfBuqKBmdD1WGCoASUVAFT4CYB50PVYYKgBLnoYoqsPExAFDiDLICdD4KAAoS7ySgALIn09D5UGUIABTMgUpeBWJQsKLwocoQACgIiyg/bHwyAQMDAEZSn68n+MXoAAAAAElFTkSuQmCC);
  display: inline-block;
  background-size: 0.75rem 0.75rem;
  background-repeat: no-repeat;
  width: 0.75rem;
}
.mapLabelerTitle #showAll.disabled {
  color: #6e6e6e;
}
.mapLabelerGroup ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mapLabelerGroup ul li {
  background: #FFF;
  clear: both;
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 1px;
  padding: 0.3125rem;
}
.mapLabelerGroup ul li .labelRowImg {
  display: inline-block;
  float: left;
  margin-left: 0.438rem;
  margin-right: 0.625rem;
}
.mapLabelerGroup ul li .minZoom {
  font-size: 0.833rem;
  margin-left: 10px;
  opacity: 0.5;
}
/* Every selector in this file will likely be prefaced with #mapToolbar */
#mapToolbar {
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  opacity: 0.5;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
#mapToolbar:active,
#mapToolbar:hover,
#mapToolbar:focus {
  opacity: 1;
}
#mapToolbar a {
  text-decoration: none;
  cursor: pointer;
}
#toggleMapToolbar {
  display: none;
}
/* Base Tools - display horizontally -----------------------------------*/
#mapToolbar > ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
}
#mapToolbar > ul > li {
  position: relative;
  list-style: none;
  display: inline-block;
  float: left;
  padding: 0;
}
#mapToolbar > ul > li.partition {
  height: 30px;
  border-right: 1px dotted #888;
  margin-top: 5px;
}
#mapToolbar > ul > li > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
}
/*Using disabled attribute like 'disabled="disabled"' or removing the attribute when not disabled even though it is not strictly valid HTML 5. */
#mapToolbar > ul > li > a:hover:enabled,
#mapToolbar > ul > li > a:focus:enabled {
  background-color: #000;
}
#mapToolbar li > a:disabled {
  opacity: 0.2;
  cursor: default;
  color: #FFF;
}
#mapToolbar > ul > li > a.active {
  background-color: #e0e7ef;
}
#mapToolbar > ul > li > a:hover {
  background-color: #e4f0fe;
}
#mapToolbar > ul > li .more {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTYxODBENERCRjFCMTFFMjg5NzQ4QzAzM0Y1QUM4MkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTYxODBENEVCRjFCMTFFMjg5NzQ4QzAzM0Y1QUM4MkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NjE4MEQ0QkJGMUIxMUUyODk3NDhDMDMzRjVBQzgyQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5NjE4MEQ0Q0JGMUIxMUUyODk3NDhDMDMzRjVBQzgyQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi85Qo8AAAAzSURBVHjaYvj//z8DGi4FYgN0cXRF1f8h4C26YmyK/mNTDFNU8R87gCvGpwhZsTFAgAEAE5asXbWXLVMAAAAASUVORK5CYII=) 50% 50% no-repeat;
  display: inline-block;
  width: 10px;
  height: 40px;
  cursor: pointer;
  margin-left: -3px;
}
#mapToolbar > ul > li .moredisabled {
  opacity: 0.2;
}
#mapToolbar > ul > li.split > .more {
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg fill='%23737676' xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 52 52' enable-background='new 0 0 52 52' xml:space='preserve'%3E %3Cpath d='M43.7,38H8.3c-1,0-1.7-1.3-0.9-2.2l17.3-21.2c0.6-0.8,1.9-0.8,2.5,0l17.5,21.2C45.4,36.7,44.8,38,43.7,38z' /%3E %3C/svg%3E") no-repeat center;
  background-size: 100%;
  padding-left: 6px;
}
#mapToolbar > ul > li.split > .moredisabled {
  opacity: 0.2;
}
#mapToolbar > ul > li .more:hover,
#mapToolbar > ul > li .more:focus,
#mapToolbar > ul > li .more.active,
#mapToolbar > ul > li.joined:hover,
#mapToolbar > ul > li.joined:focus,
#mapToolbar > ul > li.joined.active {
  background-color: #e4f0fe;
}
#mapToolbar > ul > li.joined {
  padding-right: 2px;
}
/* Popup menu that shows more items */
#mapToolbar > ul > li > ul,
#moreAssetSizeByMenu,
#moreAssetColorByMenu {
  background: #FFF;
  border-bottom: 12px solid #FFF;
  position: absolute;
  bottom: 50px;
  width: 185px;
  min-height: 100px;
  margin-left: 36px;
  padding: 0;
  text-align: left;
}
#moreAssetSizeByMenu,
#moreAssetColorByMenu {
  margin-left: 7px;
}
#moreAssetColorByMenu > ul,
#moreAssetSizeByMenu > ul {
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
}
#mapToolbar > ul > li.joined > ul {
  margin-left: 14px;
}
#mapToolbar > ul > li > ul:after,
#moreAssetSizeByMenu:after,
#moreAssetColorByMenu:after {
  content: " ";
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAADySURBVChTjZAhC8JAFIBvsOCSsLa6ONb3CxyIyeCP2J9Y0CgMdiLLirBksQgLJqOwbjJZhDMIE0E83xs7eJwXDB8c730f3B2TUq5s2xaMMfkPlmU9hRAbDOec84NJMpEkyQmaDENk4fv+zSRSXNd9gFtgo8JRXddbWL51mfApy3IP7piGSB5F0cUQtARBcAWHK5+GA3w0Pt4QvvFG4AyVT0Mkw8frYRzHZ9jl1KWRosBPUJHjOK+madYwt6hHA8UYPwGiD4Zpmh5hNtEcY4jwMAyvnufd4bzUdi0/g44efkZVVTs497Vdy8+AMAVm2qxDsi+lD3seP/sJYgAAAABJRU5ErkJggg==) 0 0 no-repeat;
  position: absolute;
  bottom: -22px;
  left: 4px;
  width: 14px;
  height: 10px;
}
.keep-within-extent-right#moreAssetColorByMenu,
.keep-within-extent-right#moreAssetSizeByMenu {
  margin-left: -156px;
}
.keep-within-extent-right#moreAssetColorByMenu:after,
.keep-within-extent-right#moreAssetSizeByMenu:after {
  left: auto;
  right: 4px;
}
#mapToolbar > ul > li > ul > li,
#moreAssetSizeByMenu > ul > li,
#moreAssetColorByMenu > ul > li {
  background: #FFF;
  padding: 0 10px;
}
#mapToolbar > ul > li > ul > li.disabled,
#moreAssetSizeByMenu > ul > li.disabled,
#moreAssetColorByMenu > ul > li.disabled {
  background: #f2f2f2 !important;
  opacity: 0.7;
}
#mapToolbar > ul > li > ul > li:hover,
#moreAssetSizeByMenu > ul > li:hover,
#moreAssetColorByMenu > ul > li:hover {
  background: #e4f0fe;
  cursor: pointer;
}
#mapToolbar > ul > li > ul > li.active,
#moreAssetSizeByMenu > ul > li.active,
#moreAssetColorByMenu > ul > li.active {
  background: #e0e7ef;
  width: 162px;
  vertical-align: middle;
}
#mapToolbar > ul > li > ul > li.partition,
#moreAssetSizeByMenu > ul > li.partition,
#moreAssetColorByMenu > ul > li.partition {
  width: 165px;
  border-bottom: 1px dotted #888;
  margin: 0 10px;
  padding: 0;
}
#mapToolbar > ul > li > ul > li > a,
#moreAssetSizeByMenu > ul > li > a,
#moreAssetColorByMenu > ul > li > a {
  width: 166px;
  /*min-height: 40px;*/
  display: table-cell;
  padding-top: 16px;
}
#mapToolbar > ul > li > ul > li > a > span.icon,
#moreAssetSizeByMenu > ul > li > a > span.icon,
#moreAssetColorByMenu > ul > li > a > span.icon {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  float: left;
  margin: -14px 8px 0 0;
}
#mapToolbar > ul > li > ul > li.active > a,
#moreAssetSizeByMenu > ul > li.active > a,
#moreAssetColorByMenu > ul > li.active > a {
  margin-left: -4px;
  padding-left: 0;
}
#mapToolbar > ul > li > ul > li > a.toolBarMoreTextButtons,
#moreAssetSizeByMenu > ul > li > a.toolBarMoreTextButtons,
#moreAssetColorByMenu > ul > li > a.toolBarMoreTextButtons {
  padding-top: 8px;
  padding-bottom: 8px;
}
#mapToolbar > ul > li > ul > li > a.toolBarMoreTextButtonsActive,
#moreAssetSizeByMenu > ul > li > a.toolBarMoreTextButtonsActive,
#moreAssetColorByMenu > ul > li > a.toolBarMoreTextButtonsActive {
  padding-top: 8px;
  padding-bottom: 8px;
}
.toolbar-popup-menu-title {
  background: #FFF;
  color: #FFF;
  font-size: 1.5rem !important;
  margin: 0;
  padding: 10px;
  position: relative;
  height: 20px;
}
#mapToolbarToggleBubbles > a {
  background: url("data:image/svg+xml,%3Csvg width='36' height='33' viewBox='0 0 36 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_301_64)'%3E %3Crect x='0.75' y='3.75' width='28.5' height='28.5' stroke='%23737676' stroke-width='1.5'/%3E %3Crect x='24' y='18' width='13' height='15' fill='%23fff'/%3E %3Cg clip-path='url(%23clip1_301_64)'%3E %3Cpath d='M24.3588 28.7779L31.7779 21.3588C30.8791 20.6453 29.7391 20.2188 28.5 20.2188C25.5826 20.2188 23.2188 22.5826 23.2188 25.5C23.2188 26.7391 23.6453 27.8791 24.3588 28.7779ZM25.2195 29.6387C26.1209 30.3547 27.2609 30.7812 28.5 30.7812C31.4174 30.7812 33.7812 28.4174 33.7812 25.5C33.7812 24.2609 33.3547 23.1209 32.6412 22.2221L25.2221 29.6412L25.2195 29.6387ZM28.5 19C30.2239 19 31.8772 19.6848 33.0962 20.9038C34.3152 22.1228 35 23.7761 35 25.5C35 27.2239 34.3152 28.8772 33.0962 30.0962C31.8772 31.3152 30.2239 32 28.5 32C26.7761 32 25.1228 31.3152 23.9038 30.0962C22.6848 28.8772 22 27.2239 22 25.5C22 23.7761 22.6848 22.1228 23.9038 20.9038C25.1228 19.6848 26.7761 19 28.5 19Z' fill='%23737676'/%3E %3C/g%3E %3Ccircle cx='11' cy='20' r='7' fill='%23737676'/%3E %3Ccircle cx='22.5' cy='11.5' r='4.5' fill='%23737676'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_301_64'%3E %3Crect width='36' height='33' fill='%23737676'/%3E %3C/clipPath%3E %3CclipPath id='clip1_301_64'%3E %3Crect width='13' height='13' fill='%23737676' transform='matrix(0 1 -1 0 35 19)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
}
#mapToolbarToggleBubbles > a.active {
  background: url("data:image/svg+xml,%3Csvg width='36' height='33' viewBox='0 0 36 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_301_64)'%3E %3Crect x='0.75' y='3.75' width='28.5' height='28.5' stroke='%23737676' stroke-width='1.5'/%3E %3Crect x='24' y='18' width='13' height='15' fill='%23e0e7ef'/%3E %3Cg clip-path='url(%23clip1_301_64)'%3E %3Cpath d='M24.3588 28.7779L31.7779 21.3588C30.8791 20.6453 29.7391 20.2188 28.5 20.2188C25.5826 20.2188 23.2188 22.5826 23.2188 25.5C23.2188 26.7391 23.6453 27.8791 24.3588 28.7779ZM25.2195 29.6387C26.1209 30.3547 27.2609 30.7812 28.5 30.7812C31.4174 30.7812 33.7812 28.4174 33.7812 25.5C33.7812 24.2609 33.3547 23.1209 32.6412 22.2221L25.2221 29.6412L25.2195 29.6387ZM28.5 19C30.2239 19 31.8772 19.6848 33.0962 20.9038C34.3152 22.1228 35 23.7761 35 25.5C35 27.2239 34.3152 28.8772 33.0962 30.0962C31.8772 31.3152 30.2239 32 28.5 32C26.7761 32 25.1228 31.3152 23.9038 30.0962C22.6848 28.8772 22 27.2239 22 25.5C22 23.7761 22.6848 22.1228 23.9038 20.9038C25.1228 19.6848 26.7761 19 28.5 19Z' fill='%23737676'/%3E %3C/g%3E %3Ccircle cx='11' cy='20' r='7' fill='%23737676'/%3E %3Ccircle cx='22.5' cy='11.5' r='4.5' fill='%23737676'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_301_64'%3E %3Crect width='36' height='33' fill='%23737676'/%3E %3C/clipPath%3E %3CclipPath id='clip1_301_64'%3E %3Crect width='13' height='13' fill='%23737676' transform='matrix(0 1 -1 0 35 19)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
}
#mapToolbarToggleAutoZoom > a {
  background: url("data:image/svg+xml,%3Csvg width='36' height='33' viewBox='0 0 36 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_301_74)'%3E %3Crect x='0.75' y='3.75' width='28.5' height='28.5' stroke='%23737676' stroke-width='1.5'/%3E %3Crect width='19' height='7' fill='%23fff'/%3E %3Cpath d='M5.112 6H4.032L3.664 4.912H1.408L1.04 6H0L1.992 0.328H3.12L5.112 6ZM3.344 3.984L2.536 1.592L1.728 3.984H3.344ZM9.12725 6H8.29525L8.22325 5.456C8.02325 5.864 7.55925 6.104 7.03125 6.104C6.14325 6.104 5.59125 5.504 5.59125 4.616V1.84H6.59125V4.392C6.59125 4.88 6.78325 5.184 7.31125 5.184C7.54325 5.184 7.70325 5.096 7.82325 4.976C8.06325 4.752 8.12725 4.376 8.12725 4.04V1.84H9.12725V6ZM12.726 5.944C12.446 6.016 12.166 6.056 11.87 6.056C11.03 6.056 10.614 5.576 10.614 4.776V2.664H9.854V1.84H10.614V0.784L11.614 0.536V1.84H12.662V2.664H11.614V4.688C11.614 5.008 11.758 5.144 12.078 5.144C12.286 5.144 12.454 5.136 12.726 5.104V5.944ZM17.099 3.92C17.099 4.624 16.923 5.064 16.611 5.456C16.323 5.808 15.787 6.104 15.155 6.104C14.523 6.104 13.987 5.808 13.699 5.456C13.387 5.064 13.211 4.624 13.211 3.92C13.211 3.216 13.387 2.776 13.699 2.384C13.987 2.032 14.523 1.736 15.155 1.736C15.787 1.736 16.323 2.032 16.611 2.384C16.923 2.776 17.099 3.216 17.099 3.92ZM16.083 3.92C16.083 3.528 16.027 3.136 15.787 2.872C15.651 2.728 15.427 2.608 15.155 2.608C14.883 2.608 14.659 2.728 14.523 2.872C14.283 3.136 14.227 3.528 14.227 3.92C14.227 4.312 14.283 4.704 14.523 4.968C14.659 5.112 14.883 5.232 15.155 5.232C15.427 5.232 15.651 5.112 15.787 4.968C16.027 4.704 16.083 4.312 16.083 3.92Z' fill='%23737676'/%3E %3Cpath d='M13.984 19.92H10.336V23.92H8.528V19.92H4.88V18.208H8.528V14.464H10.336V18.208H13.984V19.92ZM24.6511 19.968H19.1631V18.176H24.6511V19.968Z' fill='%23737676'/%3E %3Crect x='24' y='18' width='13' height='15' fill='%23fff'/%3E %3Cg clip-path='url(%23clip1_301_74)'%3E %3Cpath d='M24.3588 28.7779L31.7779 21.3588C30.8791 20.6453 29.7391 20.2188 28.5 20.2188C25.5826 20.2188 23.2188 22.5826 23.2188 25.5C23.2188 26.7391 23.6453 27.8791 24.3588 28.7779ZM25.2195 29.6387C26.1209 30.3547 27.2609 30.7812 28.5 30.7812C31.4174 30.7812 33.7812 28.4174 33.7812 25.5C33.7812 24.2609 33.3547 23.1209 32.6412 22.2221L25.2221 29.6412L25.2195 29.6387ZM28.5 19C30.2239 19 31.8772 19.6848 33.0962 20.9038C34.3152 22.1228 35 23.7761 35 25.5C35 27.2239 34.3152 28.8772 33.0962 30.0962C31.8772 31.3152 30.2239 32 28.5 32C26.7761 32 25.1228 31.3152 23.9038 30.0962C22.6848 28.8772 22 27.2239 22 25.5C22 23.7761 22.6848 22.1228 23.9038 20.9038C25.1228 19.6848 26.7761 19 28.5 19Z' fill='%23737676'/%3E %3C/g%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_301_74'%3E %3Crect width='36' height='33' fill='%23737676'/%3E %3C/clipPath%3E %3CclipPath id='clip1_301_74'%3E %3Crect width='13' height='13' fill='%23737676' transform='matrix(0 1 -1 0 35 19)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
}
#mapToolbarToggleAutoZoom > a.active {
  background: url("data:image/svg+xml,%3Csvg width='36' height='33' viewBox='0 0 36 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_301_74)'%3E %3Crect x='0.75' y='3.75' width='28.5' height='28.5' stroke='%23737676' stroke-width='1.5'/%3E %3Crect width='19' height='7' fill='%23e0e7ef'/%3E %3Cpath d='M5.112 6H4.032L3.664 4.912H1.408L1.04 6H0L1.992 0.328H3.12L5.112 6ZM3.344 3.984L2.536 1.592L1.728 3.984H3.344ZM9.12725 6H8.29525L8.22325 5.456C8.02325 5.864 7.55925 6.104 7.03125 6.104C6.14325 6.104 5.59125 5.504 5.59125 4.616V1.84H6.59125V4.392C6.59125 4.88 6.78325 5.184 7.31125 5.184C7.54325 5.184 7.70325 5.096 7.82325 4.976C8.06325 4.752 8.12725 4.376 8.12725 4.04V1.84H9.12725V6ZM12.726 5.944C12.446 6.016 12.166 6.056 11.87 6.056C11.03 6.056 10.614 5.576 10.614 4.776V2.664H9.854V1.84H10.614V0.784L11.614 0.536V1.84H12.662V2.664H11.614V4.688C11.614 5.008 11.758 5.144 12.078 5.144C12.286 5.144 12.454 5.136 12.726 5.104V5.944ZM17.099 3.92C17.099 4.624 16.923 5.064 16.611 5.456C16.323 5.808 15.787 6.104 15.155 6.104C14.523 6.104 13.987 5.808 13.699 5.456C13.387 5.064 13.211 4.624 13.211 3.92C13.211 3.216 13.387 2.776 13.699 2.384C13.987 2.032 14.523 1.736 15.155 1.736C15.787 1.736 16.323 2.032 16.611 2.384C16.923 2.776 17.099 3.216 17.099 3.92ZM16.083 3.92C16.083 3.528 16.027 3.136 15.787 2.872C15.651 2.728 15.427 2.608 15.155 2.608C14.883 2.608 14.659 2.728 14.523 2.872C14.283 3.136 14.227 3.528 14.227 3.92C14.227 4.312 14.283 4.704 14.523 4.968C14.659 5.112 14.883 5.232 15.155 5.232C15.427 5.232 15.651 5.112 15.787 4.968C16.027 4.704 16.083 4.312 16.083 3.92Z' fill='%23737676'/%3E %3Cpath d='M13.984 19.92H10.336V23.92H8.528V19.92H4.88V18.208H8.528V14.464H10.336V18.208H13.984V19.92ZM24.6511 19.968H19.1631V18.176H24.6511V19.968Z' fill='%23737676'/%3E %3Crect x='24' y='18' width='13' height='15' fill='%23e0e7ef'/%3E %3Cg clip-path='url(%23clip1_301_74)'%3E %3Cpath d='M24.3588 28.7779L31.7779 21.3588C30.8791 20.6453 29.7391 20.2188 28.5 20.2188C25.5826 20.2188 23.2188 22.5826 23.2188 25.5C23.2188 26.7391 23.6453 27.8791 24.3588 28.7779ZM25.2195 29.6387C26.1209 30.3547 27.2609 30.7812 28.5 30.7812C31.4174 30.7812 33.7812 28.4174 33.7812 25.5C33.7812 24.2609 33.3547 23.1209 32.6412 22.2221L25.2221 29.6412L25.2195 29.6387ZM28.5 19C30.2239 19 31.8772 19.6848 33.0962 20.9038C34.3152 22.1228 35 23.7761 35 25.5C35 27.2239 34.3152 28.8772 33.0962 30.0962C31.8772 31.3152 30.2239 32 28.5 32C26.7761 32 25.1228 31.3152 23.9038 30.0962C22.6848 28.8772 22 27.2239 22 25.5C22 23.7761 22.6848 22.1228 23.9038 20.9038C25.1228 19.6848 26.7761 19 28.5 19Z' fill='%23737676'/%3E %3C/g%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_301_74'%3E %3Crect width='36' height='33' fill='%23737676'/%3E %3C/clipPath%3E %3CclipPath id='clip1_301_74'%3E %3Crect width='13' height='13' fill='%23737676' transform='matrix(0 1 -1 0 35 19)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
}
#mapToolbarPreviousExtent > a {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_301_90)'%3E %3Cpath d='M1 11.5L9.25 4V8.5H23V14.5H9.25L9.25 19L1 11.5Z' fill='%23737676'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_301_90'%3E %3Crect width='15' height='22' fill='%23737676' transform='matrix(0 1 -1 0 23 4)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
}
#mapToolbarNextExtent > a {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_294_3493)'%3E %3Cpath d='M23 11.5L14.75 19V14.5H1L1 8.5H14.75L14.75 4L23 11.5Z' fill='%23737676'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_294_3493'%3E %3Crect width='15' height='22' fill='%23737676' transform='matrix(0 -1 1 0 1 19)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
}
#mapToolbarFullExtent > a {
  background: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_301_188)'%3E %3Cpath d='M13 24.375C13.848 24.375 15.0516 23.6438 16.1434 21.4652C16.6461 20.4598 17.0676 19.2461 17.3672 17.875H8.63281C8.93242 19.2461 9.35391 20.4598 9.85664 21.4652C10.9484 23.6438 12.152 24.375 13 24.375ZM8.34336 16.25H17.6566C17.7988 15.2242 17.875 14.1324 17.875 13C17.875 11.8676 17.7988 10.7758 17.6566 9.75H8.34336C8.20117 10.7758 8.125 11.8676 8.125 13C8.125 14.1324 8.20117 15.2242 8.34336 16.25ZM8.63281 8.125H17.3672C17.0676 6.75391 16.6461 5.54023 16.1434 4.53477C15.0516 2.35625 13.848 1.625 13 1.625C12.152 1.625 10.9484 2.35625 9.85664 4.53477C9.35391 5.54023 8.93242 6.75391 8.63281 8.125ZM19.2969 9.75C19.4289 10.791 19.5 11.8777 19.5 13C19.5 14.1223 19.4289 15.209 19.2969 16.25H23.9078C24.2125 15.2191 24.3801 14.1273 24.3801 13C24.3801 11.8727 24.2176 10.7809 23.9078 9.75H19.2969ZM23.2832 8.125C21.968 5.35742 19.5711 3.2043 16.6359 2.21914C17.7023 3.65625 18.5453 5.71289 19.0328 8.125H23.2883H23.2832ZM6.97734 8.125C7.46484 5.70781 8.30781 3.65625 9.37422 2.21914C6.43398 3.2043 4.03203 5.35742 2.72187 8.125H6.97227H6.97734ZM2.10234 9.75C1.79766 10.7809 1.63008 11.8727 1.63008 13C1.63008 14.1273 1.79258 15.2191 2.10234 16.25H6.70312C6.57109 15.209 6.5 14.1223 6.5 13C6.5 11.8777 6.57109 10.791 6.70312 9.75H2.09727H2.10234ZM16.6309 23.7809C19.566 22.7906 21.9629 20.6426 23.2781 17.875H19.0277C18.5402 20.2922 17.6973 22.3438 16.6309 23.7809ZM9.36914 23.7809C8.30273 22.3438 7.46484 20.2871 6.97227 17.875H2.72187C4.03711 20.6426 6.43398 22.7957 9.36914 23.7809ZM13 26C9.55219 26 6.24558 24.6304 3.80761 22.1924C1.36964 19.7544 0 16.4478 0 13C0 9.55219 1.36964 6.24558 3.80761 3.80761C6.24558 1.36964 9.55219 0 13 0C16.4478 0 19.7544 1.36964 22.1924 3.80761C24.6304 6.24558 26 9.55219 26 13C26 16.4478 24.6304 19.7544 22.1924 22.1924C19.7544 24.6304 16.4478 26 13 26Z' fill='%23737676'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_301_188'%3E %3Crect width='26' height='26' fill='%23737676'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
}
#mapToolbarPrintMap > a {
  background: url("data:image/svg+xml,%3Csvg width='40' height='33' viewBox='0 0 40 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M4 11.1678V29L11.4786 26.028V8.1958L4 11.1678ZM22.1527 11.1678V29L30.9231 26.028V19.035L27.0769 14.8392L24.2797 11.6923L22.1527 11.1678ZM21.9487 29V11.1678L11.7506 8.1958V26.028L21.9487 29Z' fill='%23737676'/%3E %3Cpath d='M36.0894 12.3861C35.9475 12.072 35.6277 11.8671 35.2772 11.8671H33.497V8.80769C33.497 6.15255 31.3052 4 28.6015 4C27.3677 4 27.3677 4 27.3677 4C28.8419 4 29.0465 7.79699 29.0465 9.24476V11.8671H27.2664C26.9159 11.8671 26.596 12.0693 26.4541 12.3861C26.3123 12.703 26.3707 13.0691 26.6044 13.3258L30.6098 17.6965C30.7794 17.8795 31.0187 17.986 31.2718 17.986C31.5249 17.986 31.7641 17.8822 31.9338 17.6965L35.9392 13.3258C36.1756 13.0691 36.234 12.7003 36.0894 12.3861Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center;
}
#mapToolbarAreaZoom > a {
  background: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='1.5' y='2.5' width='21' height='19' stroke='%23737676' stroke-dasharray='2 2'/%3E %3Cpath d='M19.9055 15.4695C19.9055 14.5577 19.5433 13.6832 18.8988 13.0384C18.2542 12.3937 17.3799 12.0314 16.4683 12.0314C15.5567 12.0314 14.6825 12.3937 14.0379 13.0384C13.3933 13.6832 13.0311 14.5577 13.0311 15.4695C13.0311 16.3814 13.3933 17.2558 14.0379 17.9006C14.6825 18.5454 15.5567 18.9076 16.4683 18.9076C17.3799 18.9076 18.2542 18.5454 18.8988 17.9006C19.5433 17.2558 19.9055 16.3814 19.9055 15.4695ZM19.2417 18.9742C18.4812 19.578 17.5166 19.939 16.4683 19.939C14 19.939 12 17.9385 12 15.4695C12 13.0005 14 11 16.4683 11C18.9366 11 20.9366 13.0005 20.9366 15.4695C20.9366 16.5181 20.5757 17.4829 19.9721 18.2436L22.8485 21.1209C23.0505 21.3229 23.0505 21.6495 22.8485 21.8493C22.6466 22.0492 22.3201 22.0513 22.1203 21.8493L19.2417 18.9742Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center;
  background-size: 80%;
}
#mapToolbarSelectionClear > a > span {
  background: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13.0116 12L18.1385 5.88867C18.2245 5.78711 18.1522 5.63281 18.0194 5.63281H16.4608C16.369 5.63281 16.2811 5.67383 16.2206 5.74414L11.992 10.7852L7.76352 5.74414C7.70493 5.67383 7.61704 5.63281 7.52329 5.63281H5.9647C5.83188 5.63281 5.75962 5.78711 5.84555 5.88867L10.9725 12L5.84555 18.1113C5.8263 18.134 5.81395 18.1617 5.80997 18.1911C5.80599 18.2206 5.81054 18.2505 5.82308 18.2775C5.83562 18.3044 5.85564 18.3272 5.88074 18.3431C5.90584 18.359 5.93498 18.3674 5.9647 18.3672H7.52329C7.61509 18.3672 7.70298 18.3262 7.76352 18.2559L11.992 13.2148L16.2206 18.2559C16.2791 18.3262 16.367 18.3672 16.4608 18.3672H18.0194C18.1522 18.3672 18.2245 18.2129 18.1385 18.1113L13.0116 12Z' fill='%23737676'/%3E %3Crect x='1.5' y='2.5' width='21' height='19' stroke='%23737676' stroke-dasharray='2 2'/%3E %3Crect x='16' y='12' width='7' height='10' fill='%23fff'/%3E %3Cpath d='M17 10.6732V21.4334C17 21.7875 17.2784 22.0718 17.6187 22.0718C17.7959 22.0718 17.9675 21.9935 18.0856 21.8542L20.4087 19.1119L22.0428 22.4868C22.265 22.9453 22.805 23.131 23.2494 22.9018C23.6937 22.6725 23.8737 22.1154 23.6516 21.6569L22.0569 18.3574H25.3784C25.7216 18.3574 26 18.0701 26 17.7161C26 17.5333 25.9241 17.3592 25.7919 17.2373L18.0856 10.1712C17.9647 10.0609 17.8128 10 17.6525 10C17.2925 10 17 10.3018 17 10.6732Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center;
  background-size: 80%;
}
#mapToolbarMeasure > a {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_235_6910)'%3E %3Cpath d='M8.6407 0.0498745L7.7182 0.958284L3.03223 5.57269L2.10973 6.4811L3.01814 7.4036L15.35 19.9267L16.2584 20.8492L17.1809 19.9408L21.8669 15.3264L22.7894 14.418L21.881 13.4955L9.54911 0.972374L8.6407 0.0498745ZM3.94469 6.49522L8.62658 1.88483L20.9544 14.4039L16.2725 19.0143L14.4195 17.1325L16.1094 15.4685L16.5706 15.0183L15.6622 14.0958L15.201 14.55L13.5111 16.2141L11.847 14.5242L13.5369 12.8601L13.9982 12.4059L13.0897 11.4834L12.6285 11.9376L10.9386 13.6017L9.27453 11.9118L10.9644 10.2477L11.4257 9.79353L10.5173 8.87103L10.056 9.32523L8.36612 10.9893L6.70204 9.29942L8.39193 7.63534L8.85318 7.18114L7.94477 6.25864L7.48352 6.71284L5.79363 8.37692L3.94469 6.49522Z' fill='%23737676'/%3E %3Cline x1='15' y1='21.5' x2='13' y2='21.5' stroke='%23737676'/%3E %3Cline x1='12' y1='21.5' x2='10' y2='21.5' stroke='%23737676'/%3E %3Cline x1='9' y1='21.5' x2='7' y2='21.5' stroke='%23737676'/%3E %3Cline x1='6' y1='21.5' x2='4' y2='21.5' stroke='%23737676'/%3E %3Cline x1='3' y1='21.5' x2='1' y2='21.5' stroke='%23737676'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_235_6910'%3E %3Crect width='24' height='24' fill='%23737676'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
  background-size: 80%;
}
#mapToolbarPan > a {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8.02859 3.45159C7.45576 2.8911 7.45576 1.98086 8.02859 1.42037C8.60142 0.859877 9.53169 0.859877 10.1045 1.42037L18.9031 10.0295C19.0544 10.1775 19.3339 10.0788 19.3339 9.8636V6.37959C19.3339 5.38864 20.1542 4.58602 21.167 4.58602C22.1797 4.58602 23 5.38864 23 6.37959V14.2892C23 16.9886 21.7215 19.5309 19.5401 21.181C17.2076 22.9432 14.2426 23.4095 11.5847 22.6473C10.2832 22.3289 9.05051 21.6698 8.02859 20.6699L7.80404 20.4502L2.89606 15.6479L1.42962 14.213C0.856793 13.6525 0.856793 12.7423 1.42962 12.1818C2.00245 11.6213 2.93272 11.6213 3.50555 12.1818L4.9674 13.6122L4.97198 13.6166L7.10748 15.7106C7.34578 15.9438 7.73072 15.9438 7.96443 15.7106C8.19815 15.4775 8.20273 15.1008 7.96443 14.8721L2.16284 9.19101C1.59001 8.63052 1.59001 7.72029 2.16284 7.15979C2.73567 6.5993 3.66594 6.5993 4.23877 7.15979L10.0404 12.8409C10.2787 13.0741 10.6636 13.0741 10.8973 12.8409C11.131 12.6078 11.1356 12.2311 10.8973 12.0024L4.3625 5.60387C3.78967 5.04338 3.78967 4.13314 4.3625 3.57265C4.93532 3.01216 5.86559 3.01216 6.43842 3.57265L12.9732 9.97122C13.2115 10.2044 13.5965 10.2044 13.8302 9.97122C14.0639 9.73805 14.0685 9.3614 13.8302 9.13272L8.02859 3.45159Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center;
}
#toolLabels > a {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_235_6909)'%3E %3Cpath d='M15.1449 9.04688L20.2619 5.44522L22.998 2.70905' stroke='%23737676'/%3E %3Cg clip-path='url(%23clip1_235_6909)'%3E %3Cpath d='M19.596 5.91132L11.6898 4.08603L1.95654 10.1747L8.03563 19.914L17.7689 13.8253L19.596 5.91132ZM15.8588 9.21641C15.7896 9.51625 15.6042 9.77635 15.3434 9.93947C15.0827 10.1026 14.7679 10.1554 14.4683 10.0862C14.1688 10.0171 13.909 9.83163 13.7461 9.5707C13.5833 9.30978 13.5307 8.99475 13.5999 8.6949C13.6691 8.39506 13.8545 8.13496 14.1153 7.97184C14.376 7.80872 14.6908 7.75593 14.9903 7.82509C15.2899 7.89425 15.5497 8.07968 15.7125 8.34061C15.8754 8.60153 15.928 8.91657 15.8588 9.21641Z' fill='%23737676'/%3E %3C/g%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_235_6909'%3E %3Crect width='24' height='24' fill='%23737676'/%3E %3C/clipPath%3E %3CclipPath id='clip1_235_6909'%3E %3Crect width='16.2443' height='18.5466' fill='%23737676' transform='translate(20.7254 6.17207) rotate(103)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
  background-size: 80%;
}
#toolMapExtentFilter > a {
  background: url("data:image/svg+xml,%3Csvg width='40' height='33' viewBox='0 0 40 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_301_150)'%3E %3Cpath d='M4 11.1678V29L11.4786 26.028V8.1958L4 11.1678ZM22.1527 11.1678V29L30 26.028V15.5H25.5V14.5V12L22.1527 11.1678ZM21.9487 29V11.1678L11.7506 8.1958V26.028L21.9487 29Z' fill='%23737676'/%3E %3Cpath d='M26 15V10.6L21.5 5.46667V4H33.5V5.46667L29 10.6V15H26Z' fill='%23737676'/%3E %3Crect x='1' y='24' width='19' height='7' fill='%23fff'/%3E %3Cpath d='M9.04 28.168C9.04 29.096 8.936 29.848 8.32 30.464C7.888 30.896 7.296 31.104 6.688 31.104C6.08 31.104 5.488 30.896 5.056 30.464C4.44 29.848 4.336 29.096 4.336 28.168C4.336 27.24 4.44 26.48 5.056 25.864C5.488 25.432 6.08 25.224 6.688 25.224C7.296 25.224 7.888 25.432 8.32 25.864C8.936 26.48 9.04 27.24 9.04 28.168ZM7.992 28.168C7.992 27.648 7.976 26.944 7.584 26.536C7.36 26.296 7.016 26.16 6.688 26.16C6.36 26.16 6.016 26.296 5.792 26.536C5.4 26.944 5.384 27.648 5.384 28.168C5.384 28.688 5.4 29.384 5.792 29.792C6.016 30.032 6.36 30.168 6.688 30.168C7.016 30.168 7.36 30.032 7.584 29.792C7.976 29.384 7.992 28.688 7.992 28.168ZM13.959 26.264H11.071V27.784H13.647V28.72H11.071V31H10.039V25.328H13.959V26.264ZM18.6621 26.264H15.7741V27.784H18.3501V28.72H15.7741V31H14.7421V25.328H18.6621V26.264Z' fill='%23737676'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_301_150'%3E %3Crect width='40' height='33' fill='%23737676'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
}
#toolMapExtentFilter > a.active {
  background: url("data:image/svg+xml,%3Csvg width='40' height='33' viewBox='0 0 40 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_301_179)'%3E %3Cpath d='M4 11.1678V29L11.4786 26.028V8.1958L4 11.1678ZM22.1527 11.1678V29L30 26.028V15.5H25.5V14.5V12L22.1527 11.1678ZM21.9487 29V11.1678L11.7506 8.1958V26.028L21.9487 29Z' fill='%23737676'/%3E %3Cpath d='M26 15V10.6L21.5 5.46667V4H33.5V5.46667L29 10.6V15H26Z' fill='%23737676'/%3E %3Crect x='1' y='24' width='16' height='7' fill='%23e0e7ef'/%3E %3Cpath d='M9.04 28.168C9.04 29.096 8.936 29.848 8.32 30.464C7.888 30.896 7.296 31.104 6.688 31.104C6.08 31.104 5.488 30.896 5.056 30.464C4.44 29.848 4.336 29.096 4.336 28.168C4.336 27.24 4.44 26.48 5.056 25.864C5.488 25.432 6.08 25.224 6.688 25.224C7.296 25.224 7.888 25.432 8.32 25.864C8.936 26.48 9.04 27.24 9.04 28.168ZM7.992 28.168C7.992 27.648 7.976 26.944 7.584 26.536C7.36 26.296 7.016 26.16 6.688 26.16C6.36 26.16 6.016 26.296 5.792 26.536C5.4 26.944 5.384 27.648 5.384 28.168C5.384 28.688 5.4 29.384 5.792 29.792C6.016 30.032 6.36 30.168 6.688 30.168C7.016 30.168 7.36 30.032 7.584 29.792C7.976 29.384 7.992 28.688 7.992 28.168ZM14.575 31H13.511L11.055 27.104V31H10.039V25.328H11.135L13.559 29.168V25.328H14.575V31Z' fill='%23737676'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_301_179'%3E %3Crect width='40' height='33' fill='%23737676'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
}
#toolAssetCluster > a {
  background: url("data:image/svg+xml,%3Csvg width='27' height='23' viewBox='0 0 27 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_376_19)'%3E %3Cg clip-path='url(%23clip1_376_19)'%3E %3Cpath d='M14.6625 0.747617C14.8792 0.665976 15.1167 0.665976 15.3333 0.747617L19.9667 2.44918L15 4.41285L10.0333 2.44918L14.6625 0.747617ZM9 9.38863L3.67917 11.2363C3.275 11.3781 3 11.7734 3 12.216V18.6699C3 19.2371 3.3375 19.7441 3.84583 19.9503L8.52083 21.8367C8.825 21.9613 9.1625 21.9613 9.47083 21.8453L15 19.7398L20.5292 21.8453C20.8375 21.9613 21.175 21.957 21.4792 21.8367L26.1542 19.9503C26.6667 19.7441 27 19.2371 27 18.6699V12.216C27 11.7734 26.725 11.3781 26.3208 11.2406L21 9.38863V2.8273C21 2.39332 20.7333 2.0023 20.3375 1.85621L15.5583 0.0987884C15.1958 -0.0344147 14.8 -0.0344147 14.4375 0.0987884L9.6625 1.85621C9.26667 2.0023 9 2.39332 9 2.8273V9.38863ZM9.66667 9.40582V3.04215L14.6667 5.01871V11.55L9.66667 9.40582ZM15.3333 12.5382L20.6667 14.6781V21.1664L15.3333 19.1339V12.5382ZM9.32083 10.0031L14.075 12.0398L9.00833 14.0722L4.03333 11.8421L9.32083 10.0031ZM3.66667 18.6699V12.4265L8.66667 14.6695V21.1578L4.09167 19.3101C3.83333 19.207 3.66667 18.9535 3.66667 18.6699ZM9.33333 21.1664V14.6781L14.6667 12.5382V19.1339L9.33333 21.1664ZM15.3333 5.01871L20.3333 3.04215V9.40582L15.3333 11.55V5.01871ZM15.925 12.0398L20.6792 10.0031L25.9667 11.8421L20.9917 14.0722L15.925 12.0398ZM25.9083 19.3101L21.3333 21.1578V14.6695L26.3333 12.4265V18.6699C26.3333 18.9535 26.1667 19.207 25.9083 19.3101Z' fill='%23289594'/%3E %3C/g%3E %3Crect y='15' width='16' height='7' fill='white'/%3E %3Cpath d='M6.04 19.168C6.04 20.096 5.936 20.848 5.32 21.464C4.888 21.896 4.296 22.104 3.688 22.104C3.08 22.104 2.488 21.896 2.056 21.464C1.44 20.848 1.336 20.096 1.336 19.168C1.336 18.24 1.44 17.48 2.056 16.864C2.488 16.432 3.08 16.224 3.688 16.224C4.296 16.224 4.888 16.432 5.32 16.864C5.936 17.48 6.04 18.24 6.04 19.168ZM4.992 19.168C4.992 18.648 4.976 17.944 4.584 17.536C4.36 17.296 4.016 17.16 3.688 17.16C3.36 17.16 3.016 17.296 2.792 17.536C2.4 17.944 2.384 18.648 2.384 19.168C2.384 19.688 2.4 20.384 2.792 20.792C3.016 21.032 3.36 21.168 3.688 21.168C4.016 21.168 4.36 21.032 4.584 20.792C4.976 20.384 4.992 19.688 4.992 19.168ZM10.959 17.264H8.071V18.784H10.647V19.72H8.071V22H7.039V16.328H10.959V17.264ZM15.6621 17.264H12.7741V18.784H15.3501V19.72H12.7741V22H11.7421V16.328H15.6621V17.264Z' fill='%23737676'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_376_19'%3E %3Crect width='27' height='23' fill='%23737676'/%3E %3C/clipPath%3E %3CclipPath id='clip1_376_19'%3E %3Crect width='24' height='22' fill='white' transform='translate(3)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
}
#toolAssetCluster > a.active {
  background: url("data:image/svg+xml,%3Csvg width='27' height='23' viewBox='0 0 27 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_376_21)'%3E %3Cpath d='M12.6625 1.74762C12.8792 1.66598 13.1167 1.66598 13.3333 1.74762L17.9667 3.44918L13 5.41285L8.03333 3.44918L12.6625 1.74762ZM7 10.3886L1.67917 12.2363C1.275 12.3781 1 12.7734 1 13.216V19.6699C1 20.2371 1.3375 20.7441 1.84583 20.9503L6.52083 22.8367C6.825 22.9613 7.1625 22.9613 7.47083 22.8453L13 20.7398L18.5292 22.8453C18.8375 22.9613 19.175 22.957 19.4792 22.8367L24.1542 20.9503C24.6667 20.7441 25 20.2371 25 19.6699V13.216C25 12.7734 24.725 12.3781 24.3208 12.2406L19 10.3886V3.8273C19 3.39332 18.7333 3.0023 18.3375 2.85621L13.5583 1.09879C13.1958 0.965585 12.8 0.965585 12.4375 1.09879L7.6625 2.85621C7.26667 3.0023 7 3.39332 7 3.8273V10.3886ZM7.66667 10.4058V4.04215L12.6667 6.01871V12.55L7.66667 10.4058ZM13.3333 13.5382L18.6667 15.6781V22.1664L13.3333 20.1339V13.5382ZM7.32083 11.0031L12.075 13.0398L7.00833 15.0722L2.03333 12.8421L7.32083 11.0031ZM1.66667 19.6699V13.4265L6.66667 15.6695V22.1578L2.09167 20.3101C1.83333 20.207 1.66667 19.9535 1.66667 19.6699ZM7.33333 22.1664V15.6781L12.6667 13.5382V20.1339L7.33333 22.1664ZM13.3333 6.01871L18.3333 4.04215V10.4058L13.3333 12.55V6.01871ZM13.925 13.0398L18.6792 11.0031L23.9667 12.8421L18.9917 15.0722L13.925 13.0398ZM23.9083 20.3101L19.3333 22.1578V15.6695L24.3333 13.4265V19.6699C24.3333 19.9535 24.1667 20.207 23.9083 20.3101Z' fill='%23289594'/%3E %3Crect x='1' y='16' width='11' height='7' fill='%23fff'/%3E %3Cpath d='M6.04 20.168C6.04 21.096 5.936 21.848 5.32 22.464C4.888 22.896 4.296 23.104 3.688 23.104C3.08 23.104 2.488 22.896 2.056 22.464C1.44 21.848 1.336 21.096 1.336 20.168C1.336 19.24 1.44 18.48 2.056 17.864C2.488 17.432 3.08 17.224 3.688 17.224C4.296 17.224 4.888 17.432 5.32 17.864C5.936 18.48 6.04 19.24 6.04 20.168ZM4.992 20.168C4.992 19.648 4.976 18.944 4.584 18.536C4.36 18.296 4.016 18.16 3.688 18.16C3.36 18.16 3.016 18.296 2.792 18.536C2.4 18.944 2.384 19.648 2.384 20.168C2.384 20.688 2.4 21.384 2.792 21.792C3.016 22.032 3.36 22.168 3.688 22.168C4.016 22.168 4.36 22.032 4.584 21.792C4.976 21.384 4.992 20.688 4.992 20.168ZM11.575 23H10.511L8.055 19.104V23H7.039V17.328H8.135L10.559 21.168V17.328H11.575V23Z' fill='%23737676'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_376_21'%3E %3Crect width='24' height='22' fill='white' transform='translate(1 1)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
}
#selectionTool a.toolSelectionScreen,
span.toolSelectionScreen {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='4.5' y='5.5' width='16' height='14' stroke='%23737676' stroke-dasharray='2 2'/%3E %3Cpath d='M0 12.5L2.625 10V11.5H7V13.5H2.625V15L0 12.5Z' fill='%23737676'/%3E %3Cpath d='M24 12.5L21.375 15V13.5H17V11.5H21.375V10L24 12.5Z' fill='%23737676'/%3E %3Cpath d='M12.5 2L15 4.625H13.5V9H11.5V4.625L10 4.625L12.5 2Z' fill='%23737676'/%3E %3Cpath d='M12.5 22L10 19.375H11.5V15H13.5V19.375H15L12.5 22Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center;
  background-size: 80%;
}
#selectionTool a.toolSelectionPolygon,
span.toolSelectionPolygon {
  background: url("data:image/svg+xml,%3Csvg width='29' height='27' viewBox='0 0 29 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_294_3512)'%3E %3Cpath d='M13.6633 20.1081L11.5942 20.685L11.4599 20.2034L10.8424 20.3755L10.5838 19.789L10.1263 19.9907L9.25974 18.0252L9.71724 17.8234L8.85067 15.8579L8.39316 16.0596L7.52659 14.0941L7.9841 13.8924L7.11752 11.9269L6.66001 12.1286L5.79344 10.163L6.25095 9.96132L5.38437 7.99579L4.92686 8.1975L4.06029 6.23197L4.30616 6.12357L4.39179 6.16407L4.43855 6.0652L4.5178 6.03026L4.48754 5.96164L4.60558 5.71208L6.56274 6.63784L6.34895 7.08983L8.30611 8.01558L8.5199 7.5636L10.4771 8.48935L10.2633 8.94134L12.2204 9.86709L12.4342 9.41511L14.3914 10.3409L14.1776 10.7928L16.1348 11.7186L16.3485 11.2666L18.3057 12.1924L18.0919 12.6444L20.0491 13.5701L20.2629 13.1181L22.22 14.0439L22.0062 14.4959L23.9634 15.4216L24.1772 14.9696L26.1343 15.8954L26.0163 16.145L25.9441 16.1651L25.9673 16.2485L25.9206 16.3474L26.0062 16.3879L26.0783 16.6467L24.0092 17.2236L23.8749 16.742L21.8057 17.3189L21.94 17.8005L19.8708 18.3774L19.7366 17.8958L17.6674 18.4727L17.8017 18.9543L15.7325 19.5312L15.5982 19.0496L13.5291 19.6265L13.6633 20.1081Z' stroke='%23737676' stroke-dasharray='2 2'/%3E %3Crect x='1.5' y='3.5' width='3' height='3' stroke='%23737676'/%3E %3Crect x='8.5' y='19.5' width='3' height='3' stroke='%23737676'/%3E %3Crect x='25.5' y='15.5' width='3' height='3' stroke='%23737676'/%3E %3Crect x='17' y='12' width='7' height='10' fill='%23fff'/%3E %3Cpath d='M17.7333 12.1744L16.4394 22.8565C16.3969 23.208 16.6391 23.5238 16.9769 23.5647C17.1528 23.586 17.3326 23.5288 17.4666 23.4048L20.1026 20.9617L21.319 24.5086C21.4844 24.9905 21.9982 25.2398 22.4669 25.0657C22.9356 24.8915 23.1813 24.3601 23.0159 23.8782L21.8295 20.4109L25.127 20.8103C25.4676 20.8516 25.7786 20.5999 25.8211 20.2484C25.8431 20.0669 25.7887 19.8849 25.6721 19.748L18.8714 11.8066C18.7646 11.6825 18.6212 11.6038 18.462 11.5845C18.1046 11.5412 17.778 11.8056 17.7333 12.1744Z' fill='%23737676'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_294_3512'%3E %3Crect width='29' height='27' fill='%23737676'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
}
#selectionTool a.toolSelectionPolygon.active,
.active span.toolSelectionPolygon {
  background: url("data:image/svg+xml,%3Csvg width='29' height='27' viewBox='0 0 29 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_294_3512)'%3E %3Cpath d='M13.6633 20.1081L11.5942 20.685L11.4599 20.2034L10.8424 20.3755L10.5838 19.789L10.1263 19.9907L9.25974 18.0252L9.71724 17.8234L8.85067 15.8579L8.39316 16.0596L7.52659 14.0941L7.9841 13.8924L7.11752 11.9269L6.66001 12.1286L5.79344 10.163L6.25095 9.96132L5.38437 7.99579L4.92686 8.1975L4.06029 6.23197L4.30616 6.12357L4.39179 6.16407L4.43855 6.0652L4.5178 6.03026L4.48754 5.96164L4.60558 5.71208L6.56274 6.63784L6.34895 7.08983L8.30611 8.01558L8.5199 7.5636L10.4771 8.48935L10.2633 8.94134L12.2204 9.86709L12.4342 9.41511L14.3914 10.3409L14.1776 10.7928L16.1348 11.7186L16.3485 11.2666L18.3057 12.1924L18.0919 12.6444L20.0491 13.5701L20.2629 13.1181L22.22 14.0439L22.0062 14.4959L23.9634 15.4216L24.1772 14.9696L26.1343 15.8954L26.0163 16.145L25.9441 16.1651L25.9673 16.2485L25.9206 16.3474L26.0062 16.3879L26.0783 16.6467L24.0092 17.2236L23.8749 16.742L21.8057 17.3189L21.94 17.8005L19.8708 18.3774L19.7366 17.8958L17.6674 18.4727L17.8017 18.9543L15.7325 19.5312L15.5982 19.0496L13.5291 19.6265L13.6633 20.1081Z' stroke='%23737676' stroke-dasharray='2 2'/%3E %3Crect x='1.5' y='3.5' width='3' height='3' stroke='%23737676'/%3E %3Crect x='8.5' y='19.5' width='3' height='3' stroke='%23737676'/%3E %3Crect x='25.5' y='15.5' width='3' height='3' stroke='%23737676'/%3E %3Crect x='17' y='12' width='7' height='10' fill='%23e0e7ef'/%3E %3Cpath d='M17.7333 12.1744L16.4394 22.8565C16.3969 23.208 16.6391 23.5238 16.9769 23.5647C17.1528 23.586 17.3326 23.5288 17.4666 23.4048L20.1026 20.9617L21.319 24.5086C21.4844 24.9905 21.9982 25.2398 22.4669 25.0657C22.9356 24.8915 23.1813 24.3601 23.0159 23.8782L21.8295 20.4109L25.127 20.8103C25.4676 20.8516 25.7786 20.5999 25.8211 20.2484C25.8431 20.0669 25.7887 19.8849 25.6721 19.748L18.8714 11.8066C18.7646 11.6825 18.6212 11.6038 18.462 11.5845C18.1046 11.5412 17.778 11.8056 17.7333 12.1744Z' fill='%23737676'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_294_3512'%3E %3Crect width='29' height='27' fill='%23737676'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
}
#selectionTool a.toolSelectionFreeform,
span.toolSelectionFreeform {
  background: url("data:image/svg+xml,%3Csvg width='36' height='29' viewBox='0 0 36 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M25 13.3036V25.2594C25 25.6527 25.3094 25.9687 25.6875 25.9687C25.8844 25.9687 26.075 25.8817 26.2062 25.7269L28.7875 22.6799L30.6031 26.4298C30.85 26.9392 31.45 27.1456 31.9438 26.8909C32.4375 26.6361 32.6375 26.0171 32.3906 25.5076L30.6188 21.8416H34.3094C34.6906 21.8416 35 21.5224 35 21.129C35 20.9259 34.9156 20.7324 34.7688 20.597L26.2062 12.7458C26.0719 12.6233 25.9031 12.5556 25.725 12.5556C25.325 12.5556 25 12.8909 25 13.3036Z' fill='%23737676'/%3E %3Cpath d='M6 2L10 2.5L14 5.5L15 7H23L28 10.5L31 14.5' stroke='%23737676' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='2 2'/%3E %3Cpath d='M6 2L1 4.5V12' stroke='%23737676' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='2 2'/%3E %3Cpath d='M2 13L8 16.5L12.5 24L18 26.5H24' stroke='%23737676' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='2 2'/%3E %3C/svg%3E") no-repeat center;
}
#selectionTool a.toolSelectionRectangular,
span.toolSelectionRectangular {
  background: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='1.5' y='2.5' width='21' height='19' stroke='%23737676' stroke-dasharray='2 2'/%3E %3Crect x='16' y='12' width='7' height='10' fill='%23fff'/%3E %3Cpath d='M17 10.6732V21.4334C17 21.7875 17.2784 22.0718 17.6187 22.0718C17.7959 22.0718 17.9675 21.9935 18.0856 21.8542L20.4087 19.1119L22.0428 22.4868C22.265 22.9453 22.805 23.131 23.2494 22.9018C23.6937 22.6725 23.8737 22.1154 23.6516 21.6569L22.0569 18.3574H25.3784C25.7216 18.3574 26 18.0701 26 17.7161C26 17.5333 25.9241 17.3592 25.7919 17.2373L18.0856 10.1712C17.9647 10.0609 17.8128 10 17.6525 10C17.2925 10 17 10.3018 17 10.6732Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center;
  background-size: 80%;
}
#selectionTool a.toolSelectionRectangular.active,
.active span.toolSelectionRectangular {
  background: #e0e7ef url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='1.5' y='2.5' width='21' height='19' stroke='%23737676' stroke-dasharray='2 2'/%3E %3Crect x='16' y='12' width='7' height='10' fill='%23e0e7ef'/%3E %3Cpath d='M17 10.6732V21.4334C17 21.7875 17.2784 22.0718 17.6187 22.0718C17.7959 22.0718 17.9675 21.9935 18.0856 21.8542L20.4087 19.1119L22.0428 22.4868C22.265 22.9453 22.805 23.131 23.2494 22.9018C23.6937 22.6725 23.8737 22.1154 23.6516 21.6569L22.0569 18.3574H25.3784C25.7216 18.3574 26 18.0701 26 17.7161C26 17.5333 25.9241 17.3592 25.7919 17.2373L18.0856 10.1712C17.9647 10.0609 17.8128 10 17.6525 10C17.2925 10 17 10.3018 17 10.6732Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center;
  background-size: 80%;
}
.disabledForCombinedSearch {
  opacity: 0.2;
}
.disabledForCombinedSearch:hover {
  cursor: pointer;
}
/* Every selector in this file will likely be prefaced with #liveMapsContainer_map_zoom_slider */
#liveMapsContainer_map_zoom_slider {
  top: 10px;
  right: 20px;
  /*display: none;  Hide slider initially because of ArcGIS`s sliderStyle: "large" bug. */
  opacity: 0.5;
}
#liveMapsContainer_map_zoom_slider:active,
#liveMapsContainer_map_zoom_slider:hover,
#liveMapsContainer_map_zoom_slider:focus {
  opacity: 0.85;
}
.sliderActive {
  opacity: 0.85 !important;
}
/**** The following section os for the LARGE version of the zoom slider ****/
/* Overriding ArcGIS styles for the Claro skin ****************************************/
/* Main background areas to the slider */
#liveMapsContainer_map_zoom_slider .dijitSliderDecrementIconH,
#liveMapsContainer_map_zoom_slider .dijitSliderIncrementIconH,
#liveMapsContainer_map_zoom_slider .dijitSliderDecrementIconV,
#liveMapsContainer_map_zoom_slider .dijitSliderIncrementIconV {
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  width: 23px;
  height: 24px;
}
#liveMapsContainer_map_zoom_slider .dijitSliderIncrementIconV {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAYAAAARfGZ1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODczMkJCMkZCRjFGMTFFMjlGNTk5NDg5REFDMDg5ODQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODczMkJCMzBCRjFGMTFFMjlGNTk5NDg5REFDMDg5ODQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NzMyQkIyREJGMUYxMUUyOUY1OTk0ODlEQUMwODk4NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NzMyQkIyRUJGMUYxMUUyOUY1OTk0ODlEQUMwODk4NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PphkiusAAAFASURBVHjaYvz//z8DEtAAYh0gFgdiJgbiwT8gfg3El4H4OkyQBUrzA7Fha2ur/9y5c40ePnwo/u/fP0ZiTWZiYvovIyPzKi0t7Wx1dfVGoNB5IP7ICHW5g5eXV8b27dsNGSgEnp6e57dt2zYDyDwA8rpaT0+PDzUMBgGQORMmTPABmQtyebCysnLOvXv3pBioBJSUlJ7dvXt3CsjlYo8fPxZnoCKAmicGMpzl9+/fzNQ0HGoeCxMDDQETiZGlduDAATWaGM7JyckgKytLG5ezsrIy8PPzE62ehZigALkYZjCI/vjxoxowRYBoBmtr61tkGw4LCpjBID4IgMQkJCQoc7mDgwPcZSAXg2g2NrZbVA9zUFB8//6dNhEKCmNgBqFehCIDfJFHsctpmkNHDacKgKUWNZoZbmVl9YgWhgMEGAAfTmyQvQqJbQAAAABJRU5ErkJggg==) 0 0 no-repeat;
}
#liveMapsContainer_map_zoom_slider .dijitSliderDecrementIconV {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAYAAAARfGZ1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODFGNjNGMUZCRjFGMTFFMjg2N0M5NTY5OURGNkU5MDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODFGNjNGMjBCRjFGMTFFMjg2N0M5NTY5OURGNkU5MDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MUY2M0YxREJGMUYxMUUyODY3Qzk1Njk5REY2RTkwMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MUY2M0YxRUJGMUYxMUUyODY3Qzk1Njk5REY2RTkwMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnzZrhMAAAD8SURBVHjaYvj//38uAwPDf2pjkLksQAaDlZXVIwYaALDhx44d+0ELw5kYaAhGDR81fJAYzkJIwfbt29U4OTkZWFlZscpbW1vfIttwkMGysrIM/Pz81He5g4PDrdHUMrQM/8nBwfGLmoaysbH9BlK/QYa/lZKSekNNw+Xk5F4DqVcgwy9XVFScYGJi+k+VoACaU1VVdRxkLsjwW6mpqTuioqJOUMNwkDmJiYk7gczbjMBaGiTGDsSWs2fPdp8yZYrh/fv3xT9//sxFrIG8vLzfFBUVX+bk5JwHOhRkMMjlP2GGw4A8EOsCsTgQc5Hg4G9A/BIUFED8ECYIEGAABvdcpQE9dJsAAAAASUVORK5CYII=) 0 0 no-repeat;
}
#liveMapsContainer_map_zoom_slider .dijitSliderBarContainerV {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAACCCAYAAACtgVNQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjI1Rjk2NkZCRjFGMTFFMkI4ODJCNzhGQUU4MDk3NTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjI1Rjk2NzBCRjFGMTFFMkI4ODJCNzhGQUU4MDk3NTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMjVGOTY2REJGMUYxMUUyQjg4MkI3OEZBRTgwOTc1MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMjVGOTY2RUJGMUYxMUUyQjg4MkI3OEZBRTgwOTc1MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvATTfQAAADJSURBVHja7JoxDgIhEEV3jBSa6KUo4A7ADfQ2HgYKDuQF3IICtd1INnEXY/RNQzIkr/kvPxRIrfUsIqdh5XlwL5uh4wB/OdvWhbV2P9055w7PM4RwXQSPMd5acAJFxXkVV4Oj4ucDVUpJN7jWeoctwCkuAsUWbAGOitiCLQT6ByoaY/o9/lNK43TnvT8SKMVFcQGnuLCFVqQVgdOK2EIr0orYgi3AUZFAsQVbgH+PijnncamKTXgppWILxUWgqPjmCB+tfwt+F2AAuJR0TeQVOMEAAAAASUVORK5CYII=) 0 0 no-repeat;
  -webkit-background-size: 23px 100%;
  -moz-background-size: 23px 100%;
  -ms-background-size: 23px 100%;
  -o-background-size: 23px 100%;
  background-size: 23px 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: 1px;
  height: 130px;
}
#liveMapsContainer_map_zoom_slider .dijitSliderRemainingBarV,
#liveMapsContainer_map_zoom_slider .dijitSliderBumperV {
  /*border-color: #F5F8FC;*/
  width: 23px;
  border: 0;
}
#liveMapsContainer_map_zoom_slider .dijitSliderBar {
  outline: 0;
}
#liveMapsContainer_map_zoom_slider .dijitSliderRemainingBarV {
  background-color: transparent;
  border-color: transparent;
}
#liveMapsContainer_map_zoom_slider .dijitSliderProgressBarV {
  background-color: #97B424;
  border-color: #000;
  width: 2px;
}
#liveMapsContainer_map_zoom_slider .dijitSliderTopBumper,
#liveMapsContainer_map_zoom_slider .dijitSliderBottomBumper {
  width: 21px;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 0 rgba(255, 255, 255, 0.5);
  /* We only want it on the left and right */
}
#liveMapsContainer_map_zoom_slider .dijitSliderTopBumper {
  margin-top: -2px;
}
#liveMapsContainer_map_zoom_slider .dijitSliderBottomBumper {
  margin-bottom: -3px;
  height: 10px;
}
/* Handle */
#liveMapsContainer_map_zoom_slider .dijitSliderImageHandleV {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAMCAYAAACX8hZLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzcxODlDNUZCRjFGMTFFMjhGQkNGNDc0RkU0MkRDQTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzcxODlDNjBCRjFGMTFFMjhGQkNGNDc0RkU0MkRDQTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzE4OUM1REJGMUYxMUUyOEZCQ0Y0NzRGRTQyRENBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzE4OUM1RUJGMUYxMUUyOEZCQ0Y0NzRGRTQyRENBMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnoL9uAAAAEdSURBVHjarJTLasJAFIadqMFSafFCQbpwMz5AC3GVhW8hrvMigbyQ4Cu4rRDIA2Ql2TSxgiSY1PgfObmQjSLzw8eQwHyTOWcmolVFgE6NNr97NDm4gAyk4J+fy2igZ9u2jKJonaZpmD+RLMsOmL8hD/nYW6YLxmEYbnMFIQ/52FuW6dWyrHmuMI7jLMhL/mI7upRy2lIYTdM+yFsscmt4HMe6ykWSJNH5AFWN8TzvoHKRIAji5skagC/f9z0V/SAPfN9gWGxEcIOkYRhL13V/ULrkGTnNQ0V2pmmu4JuBPvlF7Qi/gwn4BCPwwh8gHryIBJXoF+yZP7qYolYynXf0xmO3eZnu5MI3/QSOPJ7pvWj0ps3yDj8r+a1cBRgAW3+YVKFcy9AAAAAASUVORK5CYII=) 0 0 no-repeat;
  border: 0;
  width: 25px;
  height: 12px;
  margin-left: -1px;
}
/* Slider Ticks */
#liveMapsContainer_map_zoom_slider .dijitSliderDecoration,
#liveMapsContainer_map_zoom_slider .esriLargeSliderTicks {
  visibility: hidden;
}
/**** The following section os for the SMALL version of the zoom slider ****/
.esriSimpleSlider {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #FFF;
  color: #000;
  border-radius: 0;
}
.esriSimpleSlider div {
  height: 34px;
}
.esriSimpleSlider div span {
  visibility: hidden;
}
.esriSimpleSliderDisabledButton {
  background-color: #FFF;
  color: #000;
}
.esriSimpleSliderEnabledButton {
  background-color: #FFF;
  color: #000;
}
.esriSimpleSliderDecrementButton:hover,
.esriSimpleSliderIncrementButton:hover {
  background-color: #FFF;
  color: #000;
}
.esriSimpleSliderIncrementButton {
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='SVG_Icons' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='14px' viewBox='0 0 14 14' enable-background='new 0 0 14 14' xml:space='preserve'%3E %3Cpolygon fill='%23FFFFFF' points='13,6 8,6 8,1 6,1 6,6 1,6 1,8 6,8 6,13 8,13 8,8 13,8 '/%3E %3Cpath fill='%23231F20' d='M9,5V0H5v5H0v4h5v5h4V9h5V5H9z M13,8H8v5H6V8H1V6h5V1h2v5h5V8z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.esriSimpleSliderDecrementButton {
  margin-top: 1px;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='SVG_Icons' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='4px' viewBox='0 0 14 4' enable-background='new 0 0 14 4' xml:space='preserve'%3E %3Crect x='1' y='1' fill='%23FFFFFF' width='12' height='2'/%3E %3Cpath fill='%23231F20' d='M0,0v4h14V0H0z M13,3H1V1h12V3z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
/* IE fixes ****************************
#liveMapsContainer_map_zoom_slider .dijitSliderBarContainerV { 
position: relative;
top: -35px;
z-index: 1;
}
#liveMapsContainer_map_zoom_slider .dijitSliderBottomBumper {
z-index: 0;
}
#liveMapsContainer_map_zoom_slider .dijitSliderBottomBumper
, #liveMapsContainer_map_zoom_slider .dijitSliderDecrementIconV {
position: relative;
top: -70px;
}
*/
/* Opera fixes ****************************
#liveMapsContainer_map_zoom_slider {
	right: 22px;
}
#liveMapsContainer_map_zoom_slider .dijitSliderBarContainerV { 
height: 100%;
position: relative;
top: -100px;
z-index: 1;
}

#liveMapsContainer_map_zoom_slider .dijitSliderBottomBumper {
z-index: 0;
}
#liveMapsContainer_map_zoom_slider .dijitSliderBottomBumper
, #liveMapsContainer_map_zoom_slider .dijitSliderDecrementIconV {
position: relative;
top: -270px;
}
#liveMapsContainer_map_zoom_slider .dijitSliderProgressBar {
	margin-top: -70px;
}
#liveMapsContainer_map_zoom_slider .dijitSliderImageHandleV {
}

*/
#printMapPanel .popupPanelTitle {
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.3rem;
  background-image: none;
}
#printMapPanel .popupPanelGroup {
  width: 25.75rem;
}
#printMapPanel .popupPanelGroup .errorMessage {
  color: #FF4646;
  display: inline-block;
  margin-left: 5rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDhCMEU0MzlFQTk5MTFFNDk4NDVEQTJDRkZDRUQxMDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDhCMEU0M0FFQTk5MTFFNDk4NDVEQTJDRkZDRUQxMDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OEIwRTQzN0VBOTkxMUU0OTg0NURBMkNGRkNFRDEwNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0OEIwRTQzOEVBOTkxMUU0OTg0NURBMkNGRkNFRDEwNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtzouocAAACKSURBVHjaYvzg5cWABFiA+CyUbQzEf2ASTAyoIAqI9aA4ClmCEclEfiC+CMSHoXxbqIZP6CbmArE8EK+EYhA7D91qOSAuhLL/QTEDVEwOWWElEAtB2fFQzAAVq4QpNALiRCQnfIFiGADJGYGCYwIQsyNJyKOFBEhuAkjhayA+gCTBDaWRxd4BBBgAEf8YRSp8pKYAAAAASUVORK5CYII=) no-repeat;
  background-position-y: 7px;
  padding-left: 18px;
}
#printMapPanel .popupPanelGroup .spatialPrintMapContent {
  background-color: #FFF;
  padding: 1.33333333rem 1rem;
  margin-bottom: 0.625rem;
}
#printMapPanel .popupPanelGroup .spatialPrintMapContent .toggleItem {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
#printMapPanel .popupPanelGroup .spatialPrintMapContent .label {
  display: inline-block;
  min-width: 5rem;
}
#printMapPanel .popupPanelGroup .spatialPrintMapContent .spMessage {
  margin-top: 0.3rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
#printMapPanel .popupPanelGroup .spatialPrintMapContent #spatialPrintButtons {
  margin-top: 1rem;
}
#printMapPanel .popupPanelGroup .spatialPrintMapContent .spCtls a {
  text-decoration: none;
  color: #000;
  float: right;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}
#printMapPanel .popupPanelGroup .spatialPrintMapContent .spCtls a.cancel {
  color: #5695E9 !important;
  background-image: none;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#printMapPanel .popupPanelGroup .spatialPrintMapContent:last-child {
  margin-bottom: 0;
}
#printMapPanel select {
  color: #000;
  width: 16.5625rem;
}
#settingsSurface,
#userAccountLinksSurface {
  top: 40px !important;
}
#settingsContainer {
  width: 25rem;
  z-index: 1010;
  /* Settings pane arrow container */
  /* Settings pane top arrow */
}
#settingsContainer .settingsTitle {
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  color: #000;
}
#settingsContainer label {
  display: inline;
  float: left;
  margin: auto;
  margin-left: 3px;
}
#settingsContainer > div:first-child {
  position: relative;
  height: 0.625rem;
  /* 10 / 16 = .625 */
}
#settingsContainer #settingsPaneTopArrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.85);
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
}
#settingsContainer .ihs-btn-override {
  display: inline-block !important;
  color: #FFF !important;
  border: 0 !important;
  margin-left: 0.625rem !important;
  /* 10 / 16 = .625 */
  padding: 0.3125rem 0.75rem !important;
  /* 5 / 16 = .3125 */
  font-size: 0.875rem !important;
  /* 14 */
  line-height: 0.938rem !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  background-color: #307DE9 !important;
  /* Base background-color to use for oldest browsers that don't understand linear-gradient. */
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #225CE3), color-stop(1, #307DE9)) !important;
  /* for older Webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#307DE9', endColorstr='#225CE3', GradientType=0) !important;
  background-image: -webkit-linear-gradient(#307DE9 0, #225CE3 100%) !important;
  background-image: -moz-linear-gradient(#307DE9 0, #225CE3 100%) !important;
  background-image: -ms-linear-gradient(#307DE9 0, #225CE3 100%) !important;
  background-image: -o-linear-gradient(#307DE9 0, #225CE3 100%) !important;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%) !important;
  opacity: 1 !important;
}
#settingsContainer .ihs-btn-override.cookie-settings {
  font-size: 0.75rem !important;
  margin-left: 0 !important;
}
#userAccountTopArrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
  position: absolute;
  right: -20px;
  top: 5px;
  z-index: 1;
}
#userAccountLinks {
  position: absolute;
  right: -35px;
  top: 15px;
  border: 1px solid #999999;
}
#userAccountLinks.linkList ul li:nth-last-child(1) {
  border-bottom: none;
}
/* Settings pane */
#settingsPane {
  background-color: #FFF;
  border-radius: 0;
  right: -10px;
  position: absolute;
  top: 15px;
  border: solid 1px #999999;
}
/* Settings pane title */
#settingsPane > div:first-child {
  position: relative;
  color: #000;
  font-size: 1.125rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  padding: 10px;
}
#settingsPane > div:first-child > div {
  flex: 1 0 50%;
}
/* Settings pane reset link */
#settingsPane > div:first-child span {
  font-size: 0.75rem;
  /* larger than expected because text is blue on a dark bg. */
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif !important;
  top: 0.938rem;
  right: 0;
  cursor: pointer;
  color: #307EE9;
  font-weight: normal;
  align-items: center;
  display: flex;
}
#settingsPane > div:first-child #settingsClose {
  display: none;
}
/* Settings pane content container */
#settingsPane > div:first-child + div ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #000;
}
/* Settings pane content group */
#settingsPane > div:first-child + div li {
  margin: 0 0 10px;
  display: block;
  padding: 10px;
  background: none repeat scroll 0 0 #FFF;
}
/* Settings pane content group title */
#settingsPane > div:first-child + div .settingsGroupTitle {
  background-color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  margin: 0;
  padding-top: 10px;
}
#settingsPane > div:first-child + div li {
  border-top: 1px solid #999999;
}
/* Settings pane content group title collapse/expand icon */
#settingsPane > div:first-child + div .settingsGroupTitle span {
  position: absolute;
  right: 0.1875rem;
  /* 3 / 16 = .1875 */
  top: 0.3125rem;
  /* 5 / 16 = .3125 */
  height: 1.25rem;
  /* 20 / 16 = 1.25 */
  width: 1.25rem;
  /* 20 / 16 = 1.25 */
  cursor: pointer;
}
/* Settings pane content group */
#settingsPane > div:first-child + div .settingsGroup {
  padding: 0;
  font-size: 0.75rem;
  /* 12px */
  font-weight: normal;
  position: relative;
}
#settingsPane > div:first-child + div .settingsGroup.consolidated {
  background-color: #FFF;
  padding-bottom: 0.125rem;
}
/* Settings pane content group row */
#settingsPane .settingsGroup .settingsRow {
  background-color: #FFF;
  display: table;
  margin: 0.125rem -0.3125rem 0;
  padding: 0.2125rem;
  position: relative;
  /* For aligning tooltip element to the actual row */
  width: 100%;
}
/* Settings pane content group row item */
#settingsPane .settingsGroup .settingsRow .settingsItem {
  display: table-cell;
  vertical-align: middle;
}
#settingsPane .settingsGroup .settingsRow .settingsItemPreview {
  width: 50%;
}
#settingsPane .settingsGroup .settingsRow .settingsItemName {
  padding-right: 2rem;
  width: 8rem;
  font-size: 0.75rem;
  height: 20px;
}
#settingsPane .settingsGroup .settingsRow .settingsItemValue {
  text-align: left;
  width: 14rem;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#settingsContainer .settingsItem.settingsItemValue label {
  flex: 1 0 35%;
}
/* Settings pane content group row dropdown list */
#settingsPane .settingsGroup .settingsRow .settingsItem select {
  width: 100%;
  height: 20px;
  /* 17px */
  border: solid 1px #999999;
  font-size: 0.75rem;
  /* 12px */
  color: #222;
  background: none repeat scroll 0 0 #FFF;
}
#settingsPane input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #FFF;
  /* Not removed via appearance */
  margin: 0;
  font-size: 1em;
  color: #000;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
#settingsPane input[type="radio"]::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: #000;
}
#settingsPane input[type="radio"]:checked::before {
  transform: scale(1);
}
#settingsPane input[type="file"]:focus,
#settingsPane input[type="radio"]:focus,
#settingsPane input[type="checkbox"]:focus {
  outline: none;
  outline-offset: 0;
}
/* Toggle button for settings pane */
#settingsPane div.toggleButton {
  width: 64px;
  height: 12px;
  display: table;
  float: left;
  border: solid 1px silver;
  border-radius: 2px;
  padding: 1px;
}
#settingsPane div.toggleButton > span {
  cursor: pointer;
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
  font-weight: normal;
  max-width: 30px;
  height: 12px;
  width: 30px;
  border-radius: 2px;
}
.settingsItem.settingsItemValue > label:first-child {
  background-color: red;
}
div.toggleButton.toggleButtonOff > span,
div.toggleButton.toggleButtonOffDisabled > span,
div.toggleButton.toggleButtonOnDisabled > span,
div.toggleButton.toggleButtonOffDisabled > span,
div.toggleButton.toggleButtonOn > span {
  padding: 1px 4px 0 4px;
  border: solid 1px #999999;
}
div.toggleButton.toggleButtonOn > span:first-child {
  background: #0D71C6;
  color: #FFF;
  border-right: none;
}
div.toggleButton.toggleButtonOn > span:last-child {
  background: #FFF;
  color: #000;
  border-left: none;
}
/* OFF state of Settings toggle button */
div.toggleButton.toggleButtonOff > span:first-child {
  background: #FFF;
  color: #000;
  border-right: none;
}
div.toggleButton.toggleButtonOff > span:last-child {
  background: #0D71C6;
  color: #FFF;
  border-left: none;
}
/* ON state of Settings toggle button */
.settingsItem .toggleButton.toggleButtonOnDisabled {
  background-size: contain;
}
.settingsItem .toggleButton.toggleButtonOnDisabled > span:first-child {
  color: #848484;
}
.settingsItem .toggleButton.toggleButtonOnDisabled > span:first-child + span {
  color: #848484;
}
/* OFF state of Settings toggle button */
.settingsItem .toggleButton.toggleButtonOffDisabled {
  background-size: contain;
}
.settingsItem .toggleButton.toggleButtonOffDisabled > span:first-child {
  color: #848484;
}
.settingsItem .toggleButton.toggleButtonOffDisabled > span:first-child + span {
  color: #848484;
}
/* ON state of Discover Panel toggle button */
#panelA div.toggleButtonOn > span:first-child {
  text-indent: 0;
  border: 1px solid #97B424;
}
#panelA .toggleButtonOn > span:first-child + span {
  text-indent: 0;
  border: 1px solid #97B424;
}
/* OFF state of Discover Panel toggle button */
#panelA div.toggleButtonOff > span:first-child {
  text-indent: 0;
  border: 1px solid #97B424;
}
#panelA div.toggleButtonOff > span:first-child + span {
  text-indent: 0;
  border: 1px solid #97B424;
}
/* Tooltip */
#settingsPane .showTooltip:hover .nv-settings-panel-tooltip {
  display: block;
}
#settingsPane .nv-settings-panel-tooltip {
  display: none;
  top: 0;
  left: -184px;
  position: absolute;
  width: 140px;
  line-height: 20px;
  padding: 10px;
  font-size: 12px;
  text-align: left;
  color: #222;
  background: #FFF;
  border: 1px solid #000;
}
#settingsPane .nv-settings-panel-tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  top: 3px;
  left: 160px;
}
#settingsPane .nv-settings-panel-tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
  top: 4px;
  left: 160px;
}
.beta {
  float: left;
  margin: 0.125rem -0.3125rem 0;
}
#customDiscountRate,
#customDiscountRateLow,
#customDiscountRateHigh {
  color: #000;
  margin: 0;
  padding: 2px 0;
  border-bottom: solid 1px #999999;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.relative {
  position: relative;
}
.settingsItem > span {
  margin: 0;
}
.settingsGroup > h3 {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 4px 0 0;
  padding: 0;
  text-align: left;
}
hr {
  border-color: #333333;
  border-style: solid none none;
  border-width: 1px 0 0;
  margin: 5px 0;
}
.settingsRow > button {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAiCAIAAAFmSBTQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABzSURBVHjaYjKo/sb079dfpr/f/zD9/fab6e/PvwABxKRf8ZXp7w8g//tvkDhAADEZVH1l+v/3P9O/P/+Y/v/+x/Tv91+m/39ANJD/9x9AgAHlvzH9//+fiQGI//8D0v8gNEgPnP8XWewfUIwBIgfS8/8/APVBWeiY9VU6AAAAAElFTkSuQmCC) repeat scroll left bottom #000;
  border: 0 none;
  color: #FFF;
  font-size: 12px;
  height: 23px;
  width: auto;
}
.settingsRow div.settingsDropdown {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAF17LrMAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACbSURBVHjaYvz//z8DGDBBKEZGRga4GEAAMcJZCDEGgABCZiJphAOAAGJEk8cG/oNBW1sbQqi5uRm7WoAAYsBvHhN+m5gwrW1tbaWS4QABRIxXcXuKFJfjlG5pafmPBLAobGpqQpNDV9fY2Eh8eFPucoAAYyA71AhbTZnD6KoZmOD/YwCUtEkwwIARB9GGK/OANA7N0GYhnBBxAwD8mYEdneHqgQAAAABJRU5ErkJggg==) no-repeat scroll right 0 #FFF;
  display: block !important;
  height: 20px;
  overflow: hidden;
}
.settingsRow div.settingsText {
  display: block !important;
  overflow: hidden;
}
#settingsPane .settings-error {
  border: 0 none;
  height: 14px;
  left: 0;
  position: relative;
  top: 0;
  color: #F00;
  font-size: 0.9375em !important;
  padding-top: 2px;
  padding-bottom: 10px;
  padding-left: 86px;
}
#settingsPane .discount-error {
  border: solid 1px #F00;
  height: 18px;
}
nv-stacked-toast-notification {
  width: 300px;
  position: absolute;
  z-index: 150;
  top: 90px;
  right: 90px;
  opacity: 0.9;
}
nv-stacked-toast-notification .nv-stacked-toast-notification {
  background-color: #e3e7ea;
  padding: 15px 10px 15px 10px;
  border: 1px solid #666;
  position: relative;
  z-index: 5;
}
nv-stacked-toast-notification .nv-stacked-toast-notification.ng-enter {
  overflow: hidden;
  transition: max-height 0.6s, padding-top 0.6s, padding-bottom 0.6s;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
}
nv-stacked-toast-notification .nv-stacked-toast-notification.ng-enter-active {
  max-height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}
nv-stacked-toast-notification .nv-stacked-toast-notification.ng-leave {
  overflow: hidden;
  transition: max-height 0.6s, padding-top 0.6s, padding-bottom 0.6s;
  max-height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1;
}
nv-stacked-toast-notification .nv-stacked-toast-notification.ng-leave-active {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
nv-stacked-toast-notification .nv-stacked-toast-notification-header {
  text-align: right;
  height: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
}
nv-stacked-toast-notification .nv-stacked-toast-notification-header-button-close {
  cursor: pointer;
  height: 10px;
}
nv-stacked-toast-notification .nv-stacked-toast-notification-header-button-close img {
  height: 10px;
  width: 10px;
  vertical-align: top;
}
nv-stacked-toast-notification .nv-stacked-toast-notification-content-container {
  display: table;
}
nv-stacked-toast-notification .nv-stacked-toast-notification-icon-container {
  display: table-cell;
}
nv-stacked-toast-notification .nv-stacked-toast-notification-content {
  display: table-cell;
  vertical-align: top;
}
nv-stacked-toast-notification .nv-stacked-toast-notification-content-title {
  display: inline-block;
  word-wrap: break-word;
  width: 198px;
  overflow: auto;
}
nv-stacked-toast-notification .nv-stacked-toast-notification-content-title + div {
  margin-top: 10px;
}
nv-stacked-toast-notification .nv-stacked-toast-notification-icon {
  width: 18px;
  height: 18px;
  padding-top: 3px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
nv-stacked-toast-notification .nv-stacked-toast-notification-icon-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphYmNiNjRhNi0zMGY0LTM3NGQtODc3NC00ZjM0ZGVjYWNjNzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzQ1NTA4RTgzNTYzMTFFNUE3ODQ4MjEwRDcyMTZGQUQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzQ1NTA4RTczNTYzMTFFNUE3ODQ4MjEwRDcyMTZGQUQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjU4N2EyMmItN2U2OC01ZjQyLWEyMDMtZTU3MzgwOTY4Mjc2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmFiY2I2NGE2LTMwZjQtMzc0ZC04Nzc0LTRmMzRkZWNhY2M3MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pgk/KTQAAAEYSURBVHjaYvz//z8DJYARZgAjIyNRGqbtMU4FUlOBeFWm85kYkgwAapYFUjeAmAuI/wANYGUi0cUToZpBYDGIINoAoO2eQCoQyn0PxBVEhwFQMweQugrESlChzCyXszNAeol1QQWS5jNAPAsjFqbvNTEDUq5APBdo+gsk25WhtrMDMUixGVAeZAgDugt2AXELEG8FamJHEp8M1QwCM2CaYQDZgNdQ2giIu6G2BwEpTyT5apwJCegFKyB1CIiZoXLRQNwBxLJQfgLQ9oXImlG8AJQ8BqRqkOSXImk+CsSLsIUueix0AfFuNLG/0Gj7T1ReAPpbHEhdBGJxqJp+oOYibJqxpgOg4pdQ/38A4nNAXE9UbiQXAAQYAAJxavJlWvSxAAAAAElFTkSuQmCC);
}
nv-stacked-toast-notification .nv-stacked-toast-notification-icon-ok {
  width: 18px;
  height: 16px;
  background-size: auto;
  background-position: 0 -35px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAABGCAYAAADB0cS2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMmMwNWUwNC1lMTZkLTc5NDItODAzOC0xODQ5ZWM0OWFjYzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTFERjIwRDVGOEJCMTFFNDhDRjFFM0M5RkVBN0FGQkMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTFERjIwRDRGOEJCMTFFNDhDRjFFM0M5RkVBN0FGQkMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODY1OTMyMjYtZjEyMy02ODRiLTllMTUtZjA2MTJmODM0NDI3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmYyYzA1ZTA0LWUxNmQtNzk0Mi04MDM4LTE4NDllYzQ5YWNjMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr+qFw4AAAQGSURBVHjatJhZSJRRFMdn1IYUX0SCVoMeQsewQnsowogWTVoIrIeiICRyhMLCiqKNoD01wnKGMnppeWizgjKVlociaIGWyV4MIaq3IAoby77+l/63jtf7zeJMF37ON3f5f3c559zjeB3H8aSipLnU+0EDeAO+kzDr/NYRakYCH2gC/Y57UW1BkCnHmiLtTvylg2MGCZ2wdD4AiskBS3uTHq/3qBCsG8IeV3Ps3xk1OkMvaqzHy+NXp5NveeN5cJ/Ps8AKS58uUKBnFHF5W0DsYcClT0TuUTKlTxpkdxJCPVLodhJCHVKoBfQPQUSNOS2FXoGQpWMeKCZ5lvYQx/4fF0mZ00oKwTHQBfrAV/CKdZNsY7ypCmwZ6o/32KOkRJza6a6WPZnRMBxvhMwwvmeCeoYHr9FWQDaAU2AT6LUJ+cB1MNcQ+EjRkfyeDlaDMaDS9DUPZ6JFfoJDYCwYDUaBcaz7AhZz+UfNW0RFuYAwe9VxO5gNzoGzoBRso4V3sm+NjpB6aVWcsodvuQMugaVixssYAJ+LunSO3aRnNE80PgS1hogytj1cgfY9H9vK5YykQ7ZaTldt9mEXU5kg98ibqiu7h5+fQIlgp2VMHVgivndLoXYRf58StewdhsgV0AhmiLq2aBEyBzyhSVwGF8AqnlwZZ2WNkK9BkM8LwHuwjzOt5H12F+znYWhTCXLsABdRvjMeXOPRbgVbuG8eWrcsnRwzKD9S+7McnKHd6NMcZYj0cyaLtJ/ZEq1e7stUbqqy5Ah5w7oi9ukdYGgqQjZ3liRlQ4E5T1JyZcfMIZvBW/ADfOPSggwfMYWGg5PgJaPkRJ5sFtMelYw9o2CWm5AKsze5kWkxVrGOFu2zCR0BcxLYlpnguCnkTzCH/MrPtXrPtFDAcqO4FRVup4EPHF8lhWbFcw+CjeAgGAGyWT9f+to4MeCXZbN/MdCHeNO0ilPLkzPyiSBVRE/XRdnRSopUgBvG0ftsOeRnXogLmQ5qR77IWHSVtibLOymkZ1DM8JDNcFrKsLKGwc1n2btbUijI21WVKeAeyAWPaeEtIpiZezcgQobpWzJhUGJ76TJut4xKJl6Ylr1Zp7osE3mLuIk8YGYyyEUijHpNYpkel+WEeMO6RkiVUK2n2dcbiZaMkNVmhHRzizCvnLp4ne9PMlpWllx4bGuLK9SW64wjZlYbo72BJ9cR7RBizaiGNpXPZ89QhJRl7xLfd7EuYSFzoHrenahQgViKV1h3gG1xCzW4HITe/LiEKmIcdzn7RBUaRteIVerZ11UoYPkhwRFpji75IsEfJJTLXNqWGttCyR55qmlGQ04CHpYjXyz/F6mOcp85UX6t8UuhhgRuWtMcGv+FkRSU3wIMAAuH3MsMgp6zAAAAAElFTkSuQmCC);
}
nv-stacked-toast-notification .nv-stacked-toast-notification-icon-error {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQALMOAP9ra//z8//Bwf+cnP+QkP9SUv/m5v93d/+pqf+EhP/a2v+1tf9fX/9GRv///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkQxQ0Q2NjRFNTYyQUUxMTFCQUYwQzIwRTcwQzdFMDc3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdFNDk1QjFCRjg1NzExRTJBOTUxQjMzODE5ODFFQzA0IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdFNDk1QjFBRjg1NzExRTJBOTUxQjMzODE5ODFFQzA0IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qzc1RTY3MUIzMEY2RTIxMTgwREZEQjY5NDZFM0FDNkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDFDRDY2NEU1NjJBRTExMUJBRjBDMjBFNzBDN0UwNzciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAAOACwAAAAAEAAQAAAET9DJSauVhFwrWhMbBXhAKCGeh4RB0QxDUwQb4UmeZikp7imW0c2RKlEWqYbPs5gEGMlog0FzxJKCTnLgMLiSS0/BkJCaG4kDY81utw8mSwQAOw==);
}
nv-stacked-toast-notification .nv-stacked-toast-notification-icon-alert {
  width: 18px;
  height: 16px;
  background-size: auto;
  background-position: 0 -53px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAABGCAYAAADB0cS2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMmMwNWUwNC1lMTZkLTc5NDItODAzOC0xODQ5ZWM0OWFjYzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTFERjIwRDVGOEJCMTFFNDhDRjFFM0M5RkVBN0FGQkMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTFERjIwRDRGOEJCMTFFNDhDRjFFM0M5RkVBN0FGQkMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODY1OTMyMjYtZjEyMy02ODRiLTllMTUtZjA2MTJmODM0NDI3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmYyYzA1ZTA0LWUxNmQtNzk0Mi04MDM4LTE4NDllYzQ5YWNjMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr+qFw4AAAQGSURBVHjatJhZSJRRFMdn1IYUX0SCVoMeQsewQnsowogWTVoIrIeiICRyhMLCiqKNoD01wnKGMnppeWizgjKVlociaIGWyV4MIaq3IAoby77+l/63jtf7zeJMF37ON3f5f3c559zjeB3H8aSipLnU+0EDeAO+kzDr/NYRakYCH2gC/Y57UW1BkCnHmiLtTvylg2MGCZ2wdD4AiskBS3uTHq/3qBCsG8IeV3Ps3xk1OkMvaqzHy+NXp5NveeN5cJ/Ps8AKS58uUKBnFHF5W0DsYcClT0TuUTKlTxpkdxJCPVLodhJCHVKoBfQPQUSNOS2FXoGQpWMeKCZ5lvYQx/4fF0mZ00oKwTHQBfrAV/CKdZNsY7ypCmwZ6o/32KOkRJza6a6WPZnRMBxvhMwwvmeCeoYHr9FWQDaAU2AT6LUJ+cB1MNcQ+EjRkfyeDlaDMaDS9DUPZ6JFfoJDYCwYDUaBcaz7AhZz+UfNW0RFuYAwe9VxO5gNzoGzoBRso4V3sm+NjpB6aVWcsodvuQMugaVixssYAJ+LunSO3aRnNE80PgS1hogytj1cgfY9H9vK5YykQ7ZaTldt9mEXU5kg98ibqiu7h5+fQIlgp2VMHVgivndLoXYRf58StewdhsgV0AhmiLq2aBEyBzyhSVwGF8AqnlwZZ2WNkK9BkM8LwHuwjzOt5H12F+znYWhTCXLsABdRvjMeXOPRbgVbuG8eWrcsnRwzKD9S+7McnKHd6NMcZYj0cyaLtJ/ZEq1e7stUbqqy5Ah5w7oi9ukdYGgqQjZ3liRlQ4E5T1JyZcfMIZvBW/ADfOPSggwfMYWGg5PgJaPkRJ5sFtMelYw9o2CWm5AKsze5kWkxVrGOFu2zCR0BcxLYlpnguCnkTzCH/MrPtXrPtFDAcqO4FRVup4EPHF8lhWbFcw+CjeAgGAGyWT9f+to4MeCXZbN/MdCHeNO0ilPLkzPyiSBVRE/XRdnRSopUgBvG0ftsOeRnXogLmQ5qR77IWHSVtibLOymkZ1DM8JDNcFrKsLKGwc1n2btbUijI21WVKeAeyAWPaeEtIpiZezcgQobpWzJhUGJ76TJut4xKJl6Ylr1Zp7osE3mLuIk8YGYyyEUijHpNYpkel+WEeMO6RkiVUK2n2dcbiZaMkNVmhHRzizCvnLp4ne9PMlpWllx4bGuLK9SW64wjZlYbo72BJ9cR7RBizaiGNpXPZ89QhJRl7xLfd7EuYSFzoHrenahQgViKV1h3gG1xCzW4HITe/LiEKmIcdzn7RBUaRteIVerZ11UoYPkhwRFpji75IsEfJJTLXNqWGttCyR55qmlGQ04CHpYjXyz/F6mOcp85UX6t8UuhhgRuWtMcGv+FkRSU3wIMAAuH3MsMgp6zAAAAAElFTkSuQmCC);
}
nv-stacked-toast-notification .nv-stacked-toast-notification-icon-in-progress {
  background-image: url(data:image/gif;base64,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);
}
nv-stacked-toast-notification .nv-stacked-toast-notification-icon-info {
  width: 18px;
  height: 16px;
  background-size: auto;
  background-position: 2px 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzIxODREN0NGQjM4MTFFNDlDQkVFQTk3REJDRUI5RjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzIxODREN0RGQjM4MTFFNDlDQkVFQTk3REJDRUI5RjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMjE4NEQ3QUZCMzgxMUU0OUNCRUVBOTdEQkNFQjlGNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMjE4NEQ3QkZCMzgxMUU0OUNCRUVBOTdEQkNFQjlGNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsofxcAAAAEvSURBVHjaYmSYfpGBEjBNNYki/UxYxESAuA2ILwPxLyi+DBUTIcJMkvSjOyAEiO8BcSUQ6wDxXyjWgYqB5ILxWE6yfmQHgCRWATEvlP8ZiJWh+DNUDCS3GocjyNIPc4AYEM8DYkYkA39BNX6GsmGAEapWDEmMbP0wB+QAMR+aj4SB+BYUC6PJgdQWIPHJ1g9zgB+OOM0C4gwcct5IbLL1s0A5GlgUfATi9UhsfjR5JSQ22fqZKMjCbAyUATZkB9wgw4CbSGyy9cMcsIkMA7YgscnWD3PAZCD+RIJmkNoJSHyy9cMc8BqIQYX6fyRFoEQTCMXICeg/VO0rJDGy9SMnwrVAHApNsTCwDoqRU3YoVC06IEs/ExZDVIC4HUtl0g6VW4snaEnWzzjQ1TFAgAEAgs1pe4blrNYAAAAASUVORK5CYII=);
}
nv-stacked-toast-notification .nv-stacked-toast-notification-icon-refresh {
  width: 18px;
  height: 16px;
  background-size: auto;
  background-position: 0 -18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAABGCAYAAADB0cS2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMmMwNWUwNC1lMTZkLTc5NDItODAzOC0xODQ5ZWM0OWFjYzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTFERjIwRDVGOEJCMTFFNDhDRjFFM0M5RkVBN0FGQkMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTFERjIwRDRGOEJCMTFFNDhDRjFFM0M5RkVBN0FGQkMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODY1OTMyMjYtZjEyMy02ODRiLTllMTUtZjA2MTJmODM0NDI3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmYyYzA1ZTA0LWUxNmQtNzk0Mi04MDM4LTE4NDllYzQ5YWNjMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr+qFw4AAAQGSURBVHjatJhZSJRRFMdn1IYUX0SCVoMeQsewQnsowogWTVoIrIeiICRyhMLCiqKNoD01wnKGMnppeWizgjKVlociaIGWyV4MIaq3IAoby77+l/63jtf7zeJMF37ON3f5f3c559zjeB3H8aSipLnU+0EDeAO+kzDr/NYRakYCH2gC/Y57UW1BkCnHmiLtTvylg2MGCZ2wdD4AiskBS3uTHq/3qBCsG8IeV3Ps3xk1OkMvaqzHy+NXp5NveeN5cJ/Ps8AKS58uUKBnFHF5W0DsYcClT0TuUTKlTxpkdxJCPVLodhJCHVKoBfQPQUSNOS2FXoGQpWMeKCZ5lvYQx/4fF0mZ00oKwTHQBfrAV/CKdZNsY7ypCmwZ6o/32KOkRJza6a6WPZnRMBxvhMwwvmeCeoYHr9FWQDaAU2AT6LUJ+cB1MNcQ+EjRkfyeDlaDMaDS9DUPZ6JFfoJDYCwYDUaBcaz7AhZz+UfNW0RFuYAwe9VxO5gNzoGzoBRso4V3sm+NjpB6aVWcsodvuQMugaVixssYAJ+LunSO3aRnNE80PgS1hogytj1cgfY9H9vK5YykQ7ZaTldt9mEXU5kg98ibqiu7h5+fQIlgp2VMHVgivndLoXYRf58StewdhsgV0AhmiLq2aBEyBzyhSVwGF8AqnlwZZ2WNkK9BkM8LwHuwjzOt5H12F+znYWhTCXLsABdRvjMeXOPRbgVbuG8eWrcsnRwzKD9S+7McnKHd6NMcZYj0cyaLtJ/ZEq1e7stUbqqy5Ah5w7oi9ukdYGgqQjZ3liRlQ4E5T1JyZcfMIZvBW/ADfOPSggwfMYWGg5PgJaPkRJ5sFtMelYw9o2CWm5AKsze5kWkxVrGOFu2zCR0BcxLYlpnguCnkTzCH/MrPtXrPtFDAcqO4FRVup4EPHF8lhWbFcw+CjeAgGAGyWT9f+to4MeCXZbN/MdCHeNO0ilPLkzPyiSBVRE/XRdnRSopUgBvG0ftsOeRnXogLmQ5qR77IWHSVtibLOymkZ1DM8JDNcFrKsLKGwc1n2btbUijI21WVKeAeyAWPaeEtIpiZezcgQobpWzJhUGJ76TJut4xKJl6Ylr1Zp7osE3mLuIk8YGYyyEUijHpNYpkel+WEeMO6RkiVUK2n2dcbiZaMkNVmhHRzizCvnLp4ne9PMlpWllx4bGuLK9SW64wjZlYbo72BJ9cR7RBizaiGNpXPZ89QhJRl7xLfd7EuYSFzoHrenahQgViKV1h3gG1xCzW4HITe/LiEKmIcdzn7RBUaRteIVerZ11UoYPkhwRFpji75IsEfJJTLXNqWGttCyR55qmlGQ04CHpYjXyz/F6mOcp85UX6t8UuhhgRuWtMcGv+FkRSU3wIMAAuH3MsMgp6zAAAAAElFTkSuQmCC);
}
.nv-stacked-toast-close-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAABuUlEQVR4nO2XyVJCQQxFT2ShfoWKAjIJpZ/rrL8ligOj4i+0C5qqJyT98igLXZiqbKjk3tt0Z3gSQuA3betX2f8FWAJEpCQi1yLSE5HquuAiciwifRG5FBH9sCGEbx5F3QEh+gCoLcflOdAARhmcG2BrJU5JvMgkLXwE1AuQN4GxgnPuETBUEkMEbDrI28DEwHjxCGglACZAO0HeAaZGrvoveu8v61Ogo+R0gXcjZwgcq1yJ09QT1/EBdDOxp/E3LfYNqJo8OfdZi1WgAc+As+gzI+YVqCQ5HI+qEk+hEXxGVx8ccJiL7yyrowioEWneB8ou7AK1XQaeHeRPwL4b1xsYRRxEAov8Edgrgll0GG1Ht2wH2C2EWOD0NeyyXK559+z4afKFuweYh7yK3QtG2B1zQKIBuQQ4yOvR1xaxLvmYzGCJIrTxu2jFZje0yFPdbww0lJxGjogjlwDmXc8in5DYCbAXkcVcWBGhgfQS5C3Ho21i7xMPHgFXSuLUQ57BsJaaC4+AEnC/RG5uQQVE3OFZSjMibuN9nhQlXxIxYr4Rl7QYiYGqiYiEVIDD8jCSAjZhf/PTbJP2Bf4WeMOmI1JmAAAAAElFTkSuQmCC);
  background-size: 100% 100%;
  width: 18px;
  height: 16px;
  display: inline-block;
}
@media screen and (min-height: 901px) {
  nv-stacked-toast-notification {
    top: 90px;
    right: 260px;
  }
}
@media screen and (max-height: 900px) and (min-height: 721px) {
  nv-stacked-toast-notification {
    top: 90px;
  }
}
@media screen and (max-height: 720px) {
  nv-stacked-toast-notification {
    top: 90px;
  }
}
.tabBoxHeader {
  position: absolute;
  width: 100%;
  height: 1.438rem;
  background: #d4d4d4;
}
.tabBoxHeader > div {
  display: inline-block;
}
.tabBoxHeader .tabTitleContainer {
  position: relative;
  float: left;
  margin-left: -0.938rem;
  z-index: 1;
}
.tabBoxHeader .tabTitleContainer:first-child {
  margin-left: 0;
}
.tabBoxHeader .tabTitle {
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  float: left;
  margin-top: -0.313rem;
  height: 1.75rem;
  line-height: 1.25rem;
  color: #000;
  background: #FFF;
  font-size: 1.5rem;
  padding: 0.5rem 0.625rem 0 0.938rem;
}
.tabBoxHeader .tabShadow {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAcCAYAAACUJBTQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDI3NDY1QkRGN0YxMTFFNEE1N0VCMDMxMzk2NTY0QTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDI3NDY1QkVGN0YxMTFFNEE1N0VCMDMxMzk2NTY0QTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0Mjc0NjVCQkY3RjExMUU0QTU3RUIwMzEzOTY1NjRBNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0Mjc0NjVCQ0Y3RjExMUU0QTU3RUIwMzEzOTY1NjRBNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl/JItUAAAHvSURBVHjaYvz///9PBgaGL3/+/Hn4+vXru2vWrDnf3t5+GSj2F4h/ATFI/gcQf4diZPbfZ8+egdTgBYxAS/6jC7548eJsampq79mzZ98iWYJu0Q+oI34DLfpHsiUg8OnTp/teXl7F9+7d+4DFNzCLQOK/gfg/PouYcEnw8fEpzp49OwGqBh0zI2EmfOYwEJJUV1f38vDwEMNiOLKFjITiBL8LmJhYcnNzvbG4Ht2y/2RbAgIqKiq2OIKKaN8QtISXl1cuNjZWHofhcEukpKSYyLYEBAICAixwRDozMb4hyhJVVVVzJAtwBRkDRZYICwtrAwEvmkVMxFpElCWMjIwseXl5FjgiH24RrnghyhIQMDAwsCIiThgpskRSUtJUXFycnUDup8wSFhYWzuLiYmMC+QUUZIxkWwIClpaWNkTkfsoskZOTs2BnZ2cmNfeTZAkrK6tAWVmZPoHcz0SRJSDg4OBgTSj3oydlki1RUFCwJiL3M1JkCScnp3hBQYE6KbmfZEtAwN3d3ZaU3E+WJUpKSjak5H6yLAHWMbLAINMgou4n3xIQSE5OzuTm5mbBF/mw3E+2JcDiX3f37t0lPDw8rIRyP9mWQJOz9+HDh5uBrRouPBkUd+OOFPD9+/e7s2bNKu7s7LyK1vAD4T8AAQYAx8WJUOUY6JYAAAAASUVORK5CYII=) no-repeat 0 0;
  float: left;
  margin-top: -0.313rem;
  width: 1.563rem;
  height: 1.75rem;
  background-size: cover;
}
.tabBoxContent {
  position: relative;
  color: #222;
  top: 1.438rem;
  background: #FFF;
  min-height: 0.938rem;
}
nv-toast-notification .toast {
  background: none repeat scroll 0 0 #e3e7ea;
  border: 1px solid #666;
  border-top: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  height: auto;
  width: 17rem;
  text-align: left;
  opacity: 0.9;
  transition: transform 0.4s;
  transform: translateY(0);
  padding: 0.625rem;
  z-index: 1;
}
nv-toast-notification .toast.popped {
  transform: translateY(100%);
  z-index: 110;
}
nv-toast-notification #toast-user-settings-apply img {
  vertical-align: middle;
  position: relative;
}
nv-toast-notification #toast-loading img {
  vertical-align: middle;
  position: relative;
}
nv-toast-notification .toast-loading-image {
  background-image: url(/assets/../images/message_loading.gif);
  background-size: 100% 100%;
  height: 17px;
  width: 110px;
  display: inline-block;
}
nv-toast-notification #toast-loading-error .reloadBtn {
  color: #ffffff;
  text-decoration: none;
  background-color: #307de9;
  background-image: linear-gradient(#307de9 0, #225ce3 100%);
}
nv-toast-notification #toast-loading-error .reloadBtn:active {
  background-color: #307de9;
  background-image: linear-gradient(#307de9 0, #225ce3 100%);
}
nv-toast-notification #toast-loading-error .closeBtn {
  color: #307de9;
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
}
nv-toast-notification #toast-loading-error p:first-child img {
  vertical-align: bottom;
}
nv-toast-notification #toast-loading-error p:last-child {
  text-align: right;
  margin-top: 5px;
}
nv-toast-notification #toast-loading-error .toast-loading-error-image {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQALMOAP9ra//z8//Bwf+cnP+QkP9SUv/m5v93d/+pqf+EhP/a2v+1tf9fX/9GRv///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkQxQ0Q2NjRFNTYyQUUxMTFCQUYwQzIwRTcwQzdFMDc3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdFNDk1QjFCRjg1NzExRTJBOTUxQjMzODE5ODFFQzA0IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdFNDk1QjFBRjg1NzExRTJBOTUxQjMzODE5ODFFQzA0IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qzc1RTY3MUIzMEY2RTIxMTgwREZEQjY5NDZFM0FDNkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDFDRDY2NEU1NjJBRTExMUJBRjBDMjBFNzBDN0UwNzciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAAOACwAAAAAEAAQAAAET9DJSauVhFwrWhMbBXhAKCGeh4RB0QxDUwQb4UmeZikp7imW0c2RKlEWqYbPs5gEGMlog0FzxJKCTnLgMLiSS0/BkJCaG4kDY81utw8mSwQAOw==);
  background-size: 100% 100%;
  height: 16px;
  width: 16px;
  display: inline-block;
}
#wellSinglePopup .titleBar h4 {
  color: #000;
  line-height: 1.3rem;
  position: relative;
  max-width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.2rem;
  padding-left: 0.625rem;
  font-size: 0.938rem;
  min-height: 1.0625rem;
}
#wellSinglePopup .sizer {
  width: 17.8125rem;
}
#wellSinglePopup .partition {
  margin-top: 0;
}
.nv-article .controls {
  background-color: #d8e2eb;
  padding: 0 0.625rem;
}
.nv-article .list {
  background-color: #FFF;
  height: 36rem;
  overflow-y: auto;
}
.nv-article .article {
  color: #222;
  display: table-row;
}
.nv-article .article .nvCheckBoxContainer .nvCheckBox + label {
  padding: 0;
}
.nv-article .article .nvCheckBoxContainer .nvCheckBox + label .nvCheckBoxImage {
  vertical-align: top !important;
}
.nv-article .article:nth-child(even) {
  background-color: #ebf0f5;
}
.nv-article .article.placeholder {
  height: 8rem;
}
.nv-article .article.placeholder:before {
  content: "";
}
.nv-article .article > div {
  display: table-cell;
  padding: 0.9375rem 0 0.9375rem 0.625rem;
  vertical-align: top;
  cursor: default;
}
.nv-article .article > div:last-child {
  width: 100%;
}
.nv-article .article .meta {
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.nv-article .article .location {
  color: #0066b3;
  margin-bottom: 0.625rem;
}
.nv-article .article .author {
  color: #307EE9;
  text-transform: uppercase;
  margin-top: 0.125rem;
  margin-bottom: 0.625rem;
}
.nv-article .article .author:before {
  content: "by ";
}
.nv-article .article .publishing {
  color: #606a70;
  margin-top: 0.625rem;
  text-transform: uppercase;
}
.nv-article .article .label:before {
  content: "|";
  margin: auto 0.125rem;
}
.nv-article .article .label:first-child:before {
  content: none;
}
.nv-article .article .label.topic:before {
  content: "|";
  margin: auto 0.125rem;
}
.nv-article .article .title {
  color: #307EE9;
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
.nv-article .article .abstract {
  color: #222;
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: -0.125rem 0;
}
.nv-article .article .icoPdf {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='180px' height='160px' viewBox='0 0 180 160' enable-background='new 0 0 180 160' xml:space='preserve'%3E %3Cpolygon fill='%23A60CB3' points='127.059,0 54.645,0 54.715,59.32 0.191,59.32 0.191,160 127.059,160 '/%3E %3Cpolygon fill='%23A60CB3' points='42.715,9.219 8.621,46.324 42.715,46.324 '/%3E %3Crect x='126.863' y='71.402' fill='%23A60CB3' width='53.328' height='88.539'/%3E %3Cg%3E %3Crect x='10.074' y='81.41' fill='%23FFFFFF' width='160.922' height='67.809'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%233D3D3D' d='M41.246,122.219v16.047H30.699V91.672h16.516c11.828,0,17.715,4.961,17.715,14.844 c0,4.688-1.691,8.477-5.059,11.367c-3.398,2.891-7.922,4.336-13.594,4.336H41.246z M41.246,99.738v14.531h4.164 c5.613,0,8.406-2.461,8.406-7.344c0-4.805-2.793-7.188-8.406-7.188H41.246z'/%3E %3Cpath fill='%233D3D3D' d='M74.949,138.266V91.672h16.582c16.652,0,24.98,7.578,24.98,22.715c0,7.266-2.273,13.047-6.816,17.383 c-4.551,4.348-10.586,6.496-18.164,6.496H74.949z M85.496,100.227v29.531h5.227c4.578,0,8.172-1.367,10.77-4.082 c2.59-2.734,3.906-6.465,3.906-11.152c0-4.434-1.301-7.93-3.867-10.488c-2.578-2.539-6.211-3.809-10.871-3.809H85.496z'/%3E %3Cpath fill='%233D3D3D' d='M153.59,100.227h-16.523v11.426h15.207v8.535h-15.207v18.078h-10.555V91.672h27.078V100.227z'/%3E %3C/g%3E %3C/svg%3E");
  display: inline-block;
  background-size: 18px 16px;
  background-repeat: no-repeat;
  height: 16px;
  width: 18px;
}
div.toggleButton {
  display: table;
  float: right;
  font-size: 0.75rem;
}
div.toggleButton > span {
  cursor: pointer;
  display: table-cell;
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
div.toggleButtonOn > span:first-child {
  color: #000;
}
div.toggleButtonOn > span:first-child + span {
  color: #848484;
}
div.toggleButtonOff > span:first-child {
  color: #848484;
}
div.toggleButtonOff > span:first-child + span {
  color: #000;
}
nv-module-not-entitled nv-panel > div,
[nv-module-not-entitled] nv-panel > div,
nv-module-not-entitled [nv-panel] > div,
[nv-module-not-entitled] [nv-panel] > div {
  background-color: #FFF;
  color: #A0A0A0;
}
nv-generic-dialog .panelContent,
[nv-generic-dialog] .panelContent {
  font-size: 1rem;
  padding: 0.5rem;
  margin: 0.55rem;
  background-color: #FFF;
  color: #000;
}
nv-generic-dialog .ihs-btn,
[nv-generic-dialog] .ihs-btn {
  font-size: 0.8rem;
  padding: 0.2rem 0.5em;
}
nv-generic-dialog .dialogHeader,
[nv-generic-dialog] .dialogHeader {
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin: 1rem 0 0 1rem;
}
nv-generic-dialog .messageContent,
[nv-generic-dialog] .messageContent {
  display: table;
  padding-bottom: 1rem;
}
nv-generic-dialog .messageRow,
[nv-generic-dialog] .messageRow {
  display: table-row;
}
nv-generic-dialog .messageRow span.cautionIcon,
[nv-generic-dialog] .messageRow span.cautionIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY1OTAwMjJFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY1OTAwMjNFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjU5MDAyMEVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjU5MDAyMUVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk9PFcoAAAC9SURBVHjaYvy/hQEf8IDSO3ApYMRjAAsQXwKpAWJdIP6DTRETHtuzgFgTiDWgbJJcIAzEN6E0CLwFYnUoTZQL6pA0wwysJ9YFmlC/s0D9DwL/oWGgB8TXCbmgD6oZW6D2EfKCF1LU4YpWL1wGsAJxLwNh0AtVi2FAJjTKkMF/KEYGGlC1KIEICuXbQCyIHshIBiGD90CsCopWmAsasGjGBwShesAu0AbSF3CEPD4AilZ9JjzRRgiA9PQDBBgAbsQljlPWHeoAAAAASUVORK5CYII=);
  display: inline-block;
  background-size: 16px 14px;
  background-repeat: no-repeat;
  height: 14px;
  width: 16px;
}
nv-generic-dialog .messageRow span.errorIcon,
[nv-generic-dialog] .messageRow span.errorIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEUzRjA4ODZFQTk3MTFFNEE2RkRFQUUyOTAxODkzRUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEUzRjA4ODdFQTk3MTFFNEE2RkRFQUUyOTAxODkzRUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRTNGMDg4NEVBOTcxMUU0QTZGREVBRTI5MDE4OTNFQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRTNGMDg4NUVBOTcxMUU0QTZGREVBRTI5MDE4OTNFQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoI0eiYAAAC3SURBVHjaYvzv5saAB3hA6R24FLDg0QyS6wNiRiDeA8R/sCliwmNAFhBrArEGlM1AigHCQFyHxK+DihFtALoGELueWAM0kZzMCMUgkAmVI2hAH47AhQUqXgO8kKIOV7R64TKAFYh7GQiDXqhaDAMyoVGGDP5DMTLQgKqFBBI0JYJC+TYQC6IpZkQyCBm8B2JVIH4Lc0EDFs34gCBUD9gF2kD6AoFkjQ2AkrY+E55oIwRAevoBAgwAccQblik5W2sAAAAASUVORK5CYII=);
  display: inline-block;
  background-size: 16px 14px;
  background-repeat: no-repeat;
  height: 14px;
  width: 16px;
}
nv-generic-dialog .dialogIcon,
[nv-generic-dialog] .dialogIcon {
  display: table-cell;
  padding-right: 0.5rem;
}
nv-generic-dialog .dialogMessage,
[nv-generic-dialog] .dialogMessage {
  display: table-cell;
  white-space: pre-line;
  margin-bottom: 0.8rem;
}
nv-generic-dialog .dialogButtons,
[nv-generic-dialog] .dialogButtons {
  float: right;
}
nv-generic-dialog .dialogButtons input,
[nv-generic-dialog] .dialogButtons input {
  background-color: #307EE9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAiCAIAAAFmSBTQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABzSURBVHjaYjKo/sb079dfpr/f/zD9/fab6e/PvwABxKRf8ZXp7w8g//tvkDhAADEZVH1l+v/3P9O/P/+Y/v/+x/Tv91+m/39ANJD/9x9AgAHlvzH9//+fiQGI//8D0v8gNEgPnP8XWewfUIwBIgfS8/8/APVBWeiY9VU6AAAAAElFTkSuQmCC);
  border: 0 none;
  color: #FFF;
  display: inline-block;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 9px;
  text-align: left;
  background: none;
  color: #307EE9;
}
nv-generic-dialog .dialogButtons input:hover,
[nv-generic-dialog] .dialogButtons input:hover {
  cursor: pointer;
}
nv-generic-dialog .dialogButtons input:hover,
[nv-generic-dialog] .dialogButtons input:hover {
  text-decoration: underline;
  cursor: pointer;
}
nv-generic-dialog .dialogNoShow,
[nv-generic-dialog] .dialogNoShow {
  clear: both;
  display: inline-block;
  font-size: 0.8rem;
}
nv-generic-dialog .nvCheckBoxLabel,
[nv-generic-dialog] .nvCheckBoxLabel {
  margin: 0 !important;
  padding: 0 !important;
}
nv-generic-dialog .nvCheckBoxDisplay,
[nv-generic-dialog] .nvCheckBoxDisplay {
  font-size: 0.8rem;
}
nv-generic-dialog .anchored,
[nv-generic-dialog] .anchored {
  border: solid 1px rgba(255, 255, 255, 0.5);
}
nv-generic-dialog .dialogPanelTop,
[nv-generic-dialog] .dialogPanelTop {
  position: absolute;
}
nv-generic-dialog .dialogPanelTop:before,
[nv-generic-dialog] .dialogPanelTop:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.56rem;
  top: -0.56rem;
  left: 1.5rem;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAlCAYAAACgc9J8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZCQzUxRkUyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZCQzUxRkYyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkJDNTFGQzJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkJDNTFGRDJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmhnm/wAAAGbSURBVHjarJa/boMwEMYhVOXPhgIS79KqGckKYzZ4gQoeokulvAEP0pGqHdqlfQsG1IGlFQOivshU1LV9B42lL8hO/JOD7747cxxHQzFcph2Tx1QzfRjIuFCsO0xJWZa3XdddVlUF8wcUCCcT5DAdGOjF9/0RlOf5G6wxbSW//xEKWgIkgahAMogCXATCgPARLwEJwHQOM4MgqIdhuDFWDNu2n5umuZ7mpiZoFw8ziqKnvu+v1my2LOuxbdvdNN+wYx6TJHlfCsqy7JWB7sQMgBs5wAulvny4MH6bjizOyEAVSMwAFKgDyXJTCcRAMpgUSAGpYL+ARVGQQKcM0ATtljvtJ3faLzRoz5kBG813YNVxGIZwKoM/Y75Otu0/tgRra0JD6m8TbEnQKo1yDqOkk9ZxRZgKSKoBMpgMCCAXqwEqmAB0AbaHKNc5hQ4G4lmyhzjzoAX4T7Dy/R7AatZL3K9xWxiwD/afUo7iZaq/KdZPkpfJYLJCTDJHEaar6ChwDsN6DRQ4wahdkAqYQpGGOX+muv7srOb4LcAAk56b0/Vy5EYAAAAASUVORK5CYII=) 0 0 no-repeat;
  background-size: 110% 431.25%;
}
nv-generic-dialog .dialogPanelBottomLeft,
[nv-generic-dialog] .dialogPanelBottomLeft {
  position: absolute;
  bottom: 100%;
  left: 0;
}
nv-generic-dialog .dialogPanelBottomLeft:after,
[nv-generic-dialog] .dialogPanelBottomLeft:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.56rem;
  bottom: -0.56rem;
  left: 1.5rem;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAlCAYAAACgc9J8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZCQzUxRkUyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZCQzUxRkYyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkJDNTFGQzJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkJDNTFGRDJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmhnm/wAAAGbSURBVHjarJa/boMwEMYhVOXPhgIS79KqGckKYzZ4gQoeokulvAEP0pGqHdqlfQsG1IGlFQOivshU1LV9B42lL8hO/JOD7747cxxHQzFcph2Tx1QzfRjIuFCsO0xJWZa3XdddVlUF8wcUCCcT5DAdGOjF9/0RlOf5G6wxbSW//xEKWgIkgahAMogCXATCgPARLwEJwHQOM4MgqIdhuDFWDNu2n5umuZ7mpiZoFw8ziqKnvu+v1my2LOuxbdvdNN+wYx6TJHlfCsqy7JWB7sQMgBs5wAulvny4MH6bjizOyEAVSMwAFKgDyXJTCcRAMpgUSAGpYL+ARVGQQKcM0ATtljvtJ3faLzRoz5kBG813YNVxGIZwKoM/Y75Otu0/tgRra0JD6m8TbEnQKo1yDqOkk9ZxRZgKSKoBMpgMCCAXqwEqmAB0AbaHKNc5hQ4G4lmyhzjzoAX4T7Dy/R7AatZL3K9xWxiwD/afUo7iZaq/KdZPkpfJYLJCTDJHEaar6ChwDsN6DRQ4wahdkAqYQpGGOX+muv7srOb4LcAAk56b0/Vy5EYAAAAASUVORK5CYII=) 0 -0.8rem no-repeat;
  background-size: 110% 431.25%;
}
nv-generic-dialog .dialogPanelBottomRight,
[nv-generic-dialog] .dialogPanelBottomRight {
  position: absolute;
  bottom: 100%;
  right: -4rem;
}
nv-generic-dialog .dialogPanelBottomRight:after,
[nv-generic-dialog] .dialogPanelBottomRight:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.56rem;
  bottom: -0.56rem;
  right: 1.5rem;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAlCAYAAACgc9J8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZCQzUxRkUyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZCQzUxRkYyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkJDNTFGQzJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkJDNTFGRDJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmhnm/wAAAGbSURBVHjarJa/boMwEMYhVOXPhgIS79KqGckKYzZ4gQoeokulvAEP0pGqHdqlfQsG1IGlFQOivshU1LV9B42lL8hO/JOD7747cxxHQzFcph2Tx1QzfRjIuFCsO0xJWZa3XdddVlUF8wcUCCcT5DAdGOjF9/0RlOf5G6wxbSW//xEKWgIkgahAMogCXATCgPARLwEJwHQOM4MgqIdhuDFWDNu2n5umuZ7mpiZoFw8ziqKnvu+v1my2LOuxbdvdNN+wYx6TJHlfCsqy7JWB7sQMgBs5wAulvny4MH6bjizOyEAVSMwAFKgDyXJTCcRAMpgUSAGpYL+ARVGQQKcM0ATtljvtJ3faLzRoz5kBG813YNVxGIZwKoM/Y75Otu0/tgRra0JD6m8TbEnQKo1yDqOkk9ZxRZgKSKoBMpgMCCAXqwEqmAB0AbaHKNc5hQ4G4lmyhzjzoAX4T7Dy/R7AatZL3K9xWxiwD/afUo7iZaq/KdZPkpfJYLJCTDJHEaar6ChwDsN6DRQ4wahdkAqYQpGGOX+muv7srOb4LcAAk56b0/Vy5EYAAAAASUVORK5CYII=) 0 -0.8rem no-repeat;
  background-size: 110% 431.25%;
}
nv-generic-dialog .dialogPanelLeft,
[nv-generic-dialog] .dialogPanelLeft {
  position: absolute;
  display: inline-block;
}
nv-generic-dialog .dialogPanelLeft:before,
[nv-generic-dialog] .dialogPanelLeft:before {
  content: "";
  position: absolute;
  width: 0.5625rem;
  height: 1rem;
  top: 1rem;
  left: -0.5625rem;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAlCAYAAACgc9J8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZCQzUxRkUyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZCQzUxRkYyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkJDNTFGQzJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkJDNTFGRDJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmhnm/wAAAGbSURBVHjarJa/boMwEMYhVOXPhgIS79KqGckKYzZ4gQoeokulvAEP0pGqHdqlfQsG1IGlFQOivshU1LV9B42lL8hO/JOD7747cxxHQzFcph2Tx1QzfRjIuFCsO0xJWZa3XdddVlUF8wcUCCcT5DAdGOjF9/0RlOf5G6wxbSW//xEKWgIkgahAMogCXATCgPARLwEJwHQOM4MgqIdhuDFWDNu2n5umuZ7mpiZoFw8ziqKnvu+v1my2LOuxbdvdNN+wYx6TJHlfCsqy7JWB7sQMgBs5wAulvny4MH6bjizOyEAVSMwAFKgDyXJTCcRAMpgUSAGpYL+ARVGQQKcM0ATtljvtJ3faLzRoz5kBG813YNVxGIZwKoM/Y75Otu0/tgRra0JD6m8TbEnQKo1yDqOkk9ZxRZgKSKoBMpgMCCAXqwEqmAB0AbaHKNc5hQ4G4lmyhzjzoAX4T7Dy/R7AatZL3K9xWxiwD/afUo7iZaq/KdZPkpfJYLJCTDJHEaar6ChwDsN6DRQ4wahdkAqYQpGGOX+muv7srOb4LcAAk56b0/Vy5EYAAAAASUVORK5CYII=) 0 -1.25rem no-repeat;
  background-size: 211.1111111% 231.25%;
}
.nv-grid {
  cursor: default;
}
.nv-grid .slick-pane-left {
  overflow-x: hidden !important;
}
.nv-panel-center,
.nv-panel-center-in-parent {
  z-index: 1001;
}
.nv-panel-center > div,
.nv-panel-center-in-parent > div {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nv-panel-center-draggable {
  z-index: 1001;
}
.nv-panel-center-draggable > div {
  top: 45%;
  left: 45%;
}
.nv-panel-center > div,
.nv-panel-center-draggable > div {
  position: fixed;
}
.nv-panel-center-in-parent > div {
  position: absolute;
}
nv-panel-close,
[nv-panel-close] {
  float: right;
  cursor: pointer;
  padding-right: 3px;
  padding-top: 3px;
}
nv-panel-close span,
[nv-panel-close] span {
  display: inline-block;
  height: 12px;
  width: 12px;
  padding-left: 2px;
  padding-right: 2px;
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center center;
  background-size: contain;
}
nv-panel-draggable,
[nv-panel-draggable] {
  cursor: move;
}
nv-panel-maximize,
[nv-panel-maximize] {
  float: right;
  cursor: pointer;
  padding-right: 3px;
  padding-top: 3px;
}
nv-panel-maximize span,
[nv-panel-maximize] span {
  display: inline-block;
  height: 12px;
  width: 12px;
  padding-left: 2px;
  padding-right: 2px;
}
nv-panel-maximize .maximizeButton,
[nv-panel-maximize] .maximizeButton {
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.1429 1.25C15.7286 1.25 15.3929 1.58579 15.3929 2C15.3929 2.41421 15.7286 2.75 16.1429 2.75H20.1893L14.4697 8.46967C14.1768 8.76256 14.1768 9.23744 14.4697 9.53033C14.7626 9.82322 15.2374 9.82322 15.5303 9.53033L21.25 3.81066V7.85714C21.25 8.27136 21.5858 8.60714 22 8.60714C22.4142 8.60714 22.75 8.27136 22.75 7.85714V2C22.75 1.58579 22.4142 1.25 22 1.25H16.1429Z' fill='%23737676'/%3E %3Cpath d='M7.85714 22.75C8.27136 22.75 8.60714 22.4142 8.60714 22C8.60714 21.5858 8.27136 21.25 7.85714 21.25H3.81066L9.53033 15.5303C9.82322 15.2374 9.82322 14.7626 9.53033 14.4697C9.23744 14.1768 8.76256 14.1768 8.46967 14.4697L2.75 20.1893V16.1429C2.75 15.7286 2.41421 15.3929 2 15.3929C1.58579 15.3929 1.25 15.7286 1.25 16.1429V22C1.25 22.4142 1.58579 22.75 2 22.75H7.85714Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center center;
  background-size: contain;
}
nv-panel-maximize .restoreButton,
[nv-panel-maximize] .restoreButton {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAMAAAC38k/IAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAGUExURXN2dgAAABAXLI8AAAACdFJOU/8A5bcwSgAAAAlwSFlzAAAOwwAADsMBx2+oZAAAABh0RVh0U29mdHdhcmUAUGFpbnQuTkVUIDUuMS44G2nqqAAAALZlWElmSUkqAAgAAAAFABoBBQABAAAASgAAABsBBQABAAAAUgAAACgBAwABAAAAAgAAADEBAgAQAAAAWgAAAGmHBAABAAAAagAAAAAAAABgAAAAAQAAAGAAAAABAAAAUGFpbnQuTkVUIDUuMS44AAMAAJAHAAQAAAAwMjMwAaADAAEAAAABAAAABaAEAAEAAACUAAAAAAAAAAIAAQACAAQAAABSOTgAAgAHAAQAAAAwMTAwAAAAAKuAIRNTnjgoAAAAKElEQVQYV2NgZGRkgAN0DgxARUAAkwNTg8qBSEM5ICkIG8qBAUZGRgAORQA+tym7ggAAAABJRU5ErkJggg==) no-repeat center center;
}
nv-mini-bar,
[nv-mini-bar] {
  position: absolute;
  min-height: 1.25rem;
  bottom: 30px;
  left: 0.3125rem;
  right: 0.3125rem;
  z-index: 2;
}
nv-mini-bar > span,
[nv-mini-bar] > span {
  background: #FFF;
  color: #000;
  padding: 0.3125rem 0.625rem;
  float: left;
  margin: 0.3125rem;
  border: solid 1px #999999;
}
nv-mini-bar > span:focus,
[nv-mini-bar] > span:focus,
nv-mini-bar > span:hover,
[nv-mini-bar] > span:hover {
  cursor: pointer;
}
nv-panel-minimize,
[nv-panel-minimize] {
  float: right;
  cursor: pointer;
  padding-right: 3px;
  padding-top: 3px;
}
nv-panel-minimize span,
[nv-panel-minimize] span {
  display: inline-block;
  height: 12px;
  width: 12px;
  padding-left: 2px;
  padding-right: 2px;
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg fill='%23737676' xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 52 52' enable-background='new 0 0 52 52' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M50,48.5c0,0.8-0.7,1.5-1.5,1.5h-45C2.7,50,2,49.3,2,48.5v-3C2,44.7,2.7,44,3.5,44h45 c0.8,0,1.5,0.7,1.5,1.5V48.5z'/%3E %3C/g%3E %3C/svg%3E") no-repeat center bottom;
  background-size: contain;
}
.nv-panel-modal {
  z-index: 5100;
  position: fixed;
  height: 100%;
  width: 100%;
}
.nv-panel-modal.nv-panel-open {
  visibility: visible;
}
.nv-panel-modal::before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(119, 119, 119, 0.5);
}
.popupPanel {
  background-color: #FFF;
}
.popupPanel .popupActionContainer {
  top: 0;
}
.popupPanel .popupActionContainer div {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
  margin-top: 0.6rem;
  margin-right: 0.312em;
  margin-left: 0.312em;
  text-align: center;
}
.popupPanel .popupActionContainer div img {
  display: block;
  margin: auto auto;
  vertical-align: middle;
  height: 0.75rem;
  width: 0.75rem;
}
.popupPanel .popupPanelTitle {
  background-repeat: repeat-y;
  color: #000;
  font-size: 1.875rem;
  line-height: 1.875rem;
  height: 1.875rem;
  padding: 0;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  left: -0.9375rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  position: relative;
}
.popupPanel .popupPanelGroup {
  width: 25.75rem;
}
nv-panel {
  visibility: hidden;
}
nv-panel > div {
  position: absolute;
  z-index: 1001;
}
nv-panel .panelTopRightArrow {
  position: relative;
  height: 0.625rem;
}
nv-panel .panelTopRightArrow span {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.85);
  position: absolute;
  right: 0;
  top: 0;
}
nv-panel .panelTopLeftArrow {
  position: relative;
  height: 0.625rem;
}
nv-panel .panelTopLeftArrow span {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.85);
  position: absolute;
  right: 0;
  top: 0;
}
.allRelevant {
  top: 0;
  width: 20.625rem;
  /* 330 / 16 = 20.625 */
  height: 1.875rem;
}
.allRelevant ul {
  list-style-type: none;
  display: inline;
}
.allRelevant ul li {
  display: inline-block;
  width: auto;
  /*padding: 0;*/
  padding: 0.31rem 0.75rem 0.1rem 0.75rem;
  font-size: 1rem;
  float: left;
}
.allRelevant ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 0 0.4rem 0.125rem 0.4rem;
  /*padding: 0.375rem 1rem 0.125rem 1rem;*/
  color: #000;
  border-bottom: 1px solid #000;
}
.allRelevant ul li a:hover,
.allRelevant ul li a:focus {
  text-decoration: none;
}
.allRelevant ul li.active a,
.allRelevant ul li.active a:hover,
.allRelevant ul li.active a:focus {
  cursor: text;
  border-bottom-color: #D6002A;
  color: #D6002A;
}
.allRelevant ul li:first-child {
  padding-right: 0;
}
.allRelevant ul li:last-child {
  padding-left: 0;
}
.nvCheckBoxContainer {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
}
.nvCheckBoxContainer .nvCheckBox {
  display: none;
}
.nvCheckBoxContainer .nvCheckBox + label {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-top: 0.2rem;
}
.nvCheckBoxContainer .nvCheckBox + label .nvCheckBoxImage {
  margin-left: 0.3125rem;
  vertical-align: middle !important;
  font-size: 1rem;
  display: inline-table;
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAQCAYAAACSnrg1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxNjA2QjNBOTk1NzFFNDExQkVGMEU1RkIyNjlDNUE5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNTRBMzVBNDcxOTcxMUU0OEFDNkVEMERGMUJCMjAxNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNTRBMzVBMzcxOTcxMUU0OEFDNkVEMERGMUJCMjAxNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFBMDZCM0E5OTU3MUU0MTFCRUYwRTVGQjI2OUM1QTk0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjE2MDZCM0E5OTU3MUU0MTFCRUYwRTVGQjI2OUM1QTk0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ACT9hAAAAS9JREFUeNpi9PP3/89AAdi4YQMjiPYPCBhU5ujp61NkzqWLF6niHhYozUimfnTLR81BM4eJYRTQFLAMhKWuCdclgVQIEM/avUDzJy51nqlXicqe22drM9LJ6cQWF4wDFsDAwBUGUmuB2BKI3wDx8uGcgpkGIHA3QQN3MRBvGe5FBBMNApEJiEWxiMtAA9QKiBcBcSKwePg8GsCkg6lAfBwYoGpIgSsOpLYBsQUQLwHiJGDg/h2t5MgDX4FYGRSgwIB1AdIfoYGrCy0WkkdK4NIkgIGBVwIMWFDLoApUwUMD3AiIZwDlMkdaM40mlRwwIKuBVAcQawCxMRDPHomBS9NWBDBAK0EBC22SZY12NGgTyGmjPblBDOjYQyMWMA6aImIUoKbg/1Qyb9QcNAAQYADD5F65TRyIaQAAAABJRU5ErkJggg==) left top no-repeat;
  cursor: pointer;
}
.nvCheckBoxContainer .nvCheckBox + label .nvCheckBoxDisplay {
  margin-left: 0.1rem;
}
.nvCheckBoxContainer .nvCheckBox + label .nvCheckBoxImage.fill {
  background-position: -36px 0;
}
.nvCheckBoxContainer .nvCheckBox + label .nvCheckBoxAlternativeMatchText {
  color: #b3ce6b;
}
.nvCheckBoxContainer .nvCheckBox + label.info {
  width: calc(100% - 1.03rem - 16px);
}
.nvCheckBoxContainer .nvCheckBoxHierarchy {
  position: relative;
  top: -0.3rem;
}
.nvCheckBoxContainer .nvCheckBox:checked + label .nvCheckBoxImage {
  background-position: -18px 0;
}
.nvCheckBoxContainer .nvCheckBox:disabled,
.nvCheckBoxContainer .nvCheckBox:disabled + label {
  cursor: default !important;
}
.nvCheckBoxContainer .nvCheckBox:disabled + label .nvCheckBoxImage {
  cursor: default !important;
}
.nvCheckBoxContainer .nvCheckBox:disabled + label .nvCheckBoxImage.fill {
  background-position: -72px 0;
}
.nv-decimal-range-slider-container {
  color: #000;
  width: 100%;
}
.nv-decimal-range-slider-group .nv-decimal-range-slider-container {
  padding: 10px;
}
.nv-decimal-range-slider-group .nv-decimal-range-slider-title {
  text-transform: capitalize;
  padding-bottom: 5px;
}
.nv-decimal-range-slider-group .nv-decimal-range-slider-title .nv-decimal-range-slider-title-text-in-parenthesis {
  text-transform: none;
}
.nv-decimal-range-slider-values {
  color: #000;
  margin-bottom: 5px;
}
/* Allow the use of inputs with the type of number without the spinner*/
.nv-decimal-range-slider-values input[type="number"]::-webkit-outer-spin-button,
.nv-decimal-range-slider-values input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nv-decimal-range-slider-values input[type="number"] {
  -moz-appearance: textfield;
}
.nv-decimal-range-slider-values:after {
  clear: both;
  content: "";
  display: block;
}
.nv-decimal-range-slider-values input {
  color: #000;
  border: 0;
  background: none;
  width: 55px;
  outline: 0;
  padding: 0 !important;
  margin-left: 5px;
  margin-right: 5px;
}
.nv-decimal-range-slider-value-start {
  left: 0;
  text-align: left;
}
.nv-decimal-range-slider-value-end {
  right: 0;
  text-align: right;
}
.nv-decimal-range-slider-value-error {
  border: 1px solid #FF4646 !important;
}
.nv-decimal-range-slider-value-bracket {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  border-top: none;
  height: 3px;
  margin-top: -4px;
}
.nv-decimal-range-slider-error-container {
  margin-top: 5px;
}
.nv-decimal-range-slider-error {
  display: table;
}
.nv-decimal-range-slider-error div {
  display: table-cell;
  vertical-align: top;
}
.nv-decimal-range-slider-error-icon {
  width: 9px;
  height: 9px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjAwOEY5MENBNzEwMTFFNDgyN0JGOEIyRTcyQzFGRDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjAwOEY5MERBNzEwMTFFNDgyN0JGOEIyRTcyQzFGRDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDA4RjkwQUE3MTAxMUU0ODI3QkY4QjJFNzJDMUZENiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDA4RjkwQkE3MTAxMUU0ODI3QkY4QjJFNzJDMUZENiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PusQFNkAAAELSURBVHjaYvzg5cVABNgNxIxA7IIuwb91KwqfiQjDgqAGOUPZeAEhA9mAuBOJ3wkVI9vAbCBWQeKrQMXIMlAQiGuxiNdC5Ug2sA6q8SsQX4Tir1CxOlINRPbaGSA2gOIzSEGhTIqBoMBnxeN6kFwXsQbaEJM8oGpsCBkISrz9DMSD/o/e3oz4DIwEYhMSDDSB6sFqICcQtzOQDtqBruTEZmABEMth0WABxA+g2AKLvBxULyTMoIWDGBDfAWJeLBq+QuVgyYkbi5rPIDlgQfEK5sJGHIbhSofogBdqBtiFWkD6EhAz41B8EogjoOwVQGyOQ91fINYDGbgFyPBmoA7YCvKyGQP1gBlAgAEAXzEwsP0+SmgAAAAASUVORK5CYII=);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.nv-decimal-range-slider-error-message {
  padding-left: 10px;
}
.nv-decimal-range-slider-container-highlighted .nv-decimal-range-slider-title {
  font-size: 0.9rem;
}
.nv-decimal-range-slider-dropdown select {
  font-size: 90%;
  height: 100%;
  width: 100%;
}
.nv-decimal-range-slider-discountrate {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  float: left;
}
.nv-decimal-range-slider-group {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nv-decimal-range-slider-group > section {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.nv-decimal-range-slider-group > section:last-child {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.nv-decimal-range-slider-group li {
  padding: 0;
}
.nv-decimal-range-slider-group .nv-decimal-range-slider-group-title {
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nv-decimal-range-slider-group .nv-decimal-range-slider-group-name {
  margin-bottom: 5px;
}
.list-content-wrapper .nv-decimal-range-slider-container {
  padding: 10px 0;
}
.nv-fid-group {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nv-fid-group > section {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.nv-fid-group > section:last-child {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.nv-fid-group li {
  padding: 0;
}
.nv-fid-group .nv-fid-group-title {
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nv-fid-group .nv-fid-group-name {
  margin-bottom: 5px;
}
.nv-fid-group .list-content-wrapper {
  padding: 10px;
}
.nv-fid-group .list-content-wrapper span.title {
  margin-bottom: 10px;
  display: inline-block;
}
/* Placeholder for future stylesheets. */
nv-generic-context-menu {
  /*.genericContextMenu.swapSides {
        left: auto; // For IE that doesn't honor 'left: initial'.
        left: initial;
        right: 261px;
    }*/
}
nv-generic-context-menu .genericContextMenu {
  background-color: #FFF;
  color: #000;
  position: fixed;
  width: 8.75rem;
  z-index: 1010;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  margin-left: 0.5rem;
}
nv-generic-context-menu .genericContextMenu .genericContextMenuItemContainer {
  padding: 0.25rem;
  display: block;
}
nv-generic-context-menu .genericContextMenu .genericContextMenuItemContainer .genericContextMenuItem {
  margin: 0.3125rem;
  padding: 0.125rem 0.125rem 0.25rem;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  border-radius: 2px;
  height: 1.375rem;
  line-height: 1.375rem;
  font-size: 0.83333333rem;
}
nv-generic-context-menu .genericContextMenu .genericContextMenuItemContainer .genericContextMenuItem:hover {
  cursor: pointer;
  background-color: #525252;
}
nv-generic-context-menu .genericContextMenu .genericContextMenuItem.menuItemDisabled {
  background: #ddd;
  background: -moz-linear-gradient(top, #ddd 0, #bfbfbf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(100%, #bfbfbf));
  background: -webkit-linear-gradient(top, #ddd 0, #bfbfbf 100%);
  background: -o-linear-gradient(top, #ddd 0, #bfbfbf 100%);
  background: -ms-linear-gradient(top, #ddd 0, #bfbfbf 100%);
  background: linear-gradient(to bottom, #ddd 0, #bfbfbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bfbfbf', GradientType=0);
  color: #707070;
  cursor: default;
}
nv-generic-context-menu .genericContextMenu .arrow {
  width: 0.5625rem;
  height: 1rem;
  position: absolute;
  display: block;
  float: left;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAlCAYAAACgc9J8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZCQzUxRkUyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZCQzUxRkYyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkJDNTFGQzJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkJDNTFGRDJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmhnm/wAAAGbSURBVHjarJa/boMwEMYhVOXPhgIS79KqGckKYzZ4gQoeokulvAEP0pGqHdqlfQsG1IGlFQOivshU1LV9B42lL8hO/JOD7747cxxHQzFcph2Tx1QzfRjIuFCsO0xJWZa3XdddVlUF8wcUCCcT5DAdGOjF9/0RlOf5G6wxbSW//xEKWgIkgahAMogCXATCgPARLwEJwHQOM4MgqIdhuDFWDNu2n5umuZ7mpiZoFw8ziqKnvu+v1my2LOuxbdvdNN+wYx6TJHlfCsqy7JWB7sQMgBs5wAulvny4MH6bjizOyEAVSMwAFKgDyXJTCcRAMpgUSAGpYL+ARVGQQKcM0ATtljvtJ3faLzRoz5kBG813YNVxGIZwKoM/Y75Otu0/tgRra0JD6m8TbEnQKo1yDqOkk9ZxRZgKSKoBMpgMCCAXqwEqmAB0AbaHKNc5hQ4G4lmyhzjzoAX4T7Dy/R7AatZL3K9xWxiwD/afUo7iZaq/KdZPkpfJYLJCTDJHEaar6ChwDsN6DRQ4wahdkAqYQpGGOX+muv7srOb4LcAAk56b0/Vy5EYAAAAASUVORK5CYII=) 0 -1.25rem no-repeat;
  background-size: 211.1111111% 231.25%;
}
nv-generic-context-menu .genericContextMenu.swapSides {
  margin-right: 0.5rem;
  margin-left: 0 !important;
}
nv-generic-context-menu .genericContextMenu.swapSides .arrow {
  background-position: -0.625rem -1.6em;
  right: -1.05rem;
}
nv-generic-context-menu .genericContextMenu .titlePlaceholder {
  display: block;
  height: 1.25rem;
}
nv-generic-context-menu .genericContextMenu .closeButton {
  cursor: pointer;
  right: 0.625rem;
  float: right;
  height: 20px;
  position: absolute;
  width: 10px;
  top: 0.3125rem;
  background-position: 0 -171px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAMeCAYAAACwezxfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUQxNTU3QUNDRTJGMTFFMkExMzM4NDgzMTU2NTkwRDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUQxNTU3QURDRTJGMTFFMkExMzM4NDgzMTU2NTkwRDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RDE1NTdBQUNFMkYxMUUyQTEzMzg0ODMxNTY1OTBENyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RDE1NTdBQkNFMkYxMUUyQTEzMzg0ODMxNTY1OTBENyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pqq8co8AABuGSURBVHja7J0LdBRV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);
}
.nv-highlight-limit {
  margin-bottom: 0.625rem;
  line-height: 0.875rem;
}
.nv-highlight-limit .highlight-alert-ico {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 0.875rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY1OTAwMjJFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY1OTAwMjNFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjU5MDAyMEVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjU5MDAyMUVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk9PFcoAAAC9SURBVHjaYvy/hQEf8IDSO3ApYMRjAAsQXwKpAWJdIP6DTRETHtuzgFgTiDWgbJJcIAzEN6E0CLwFYnUoTZQL6pA0wwysJ9YFmlC/s0D9DwL/oWGgB8TXCbmgD6oZW6D2EfKCF1LU4YpWL1wGsAJxLwNh0AtVi2FAJjTKkMF/KEYGGlC1KIEICuXbQCyIHshIBiGD90CsCopWmAsasGjGBwShesAu0AbSF3CEPD4AilZ9JjzRRgiA9PQDBBgAbsQljlPWHeoAAAAASUVORK5CYII=) no-repeat 0 0;
  margin-right: 0.375rem;
  background-size: 100%;
}
.nv-highlight-limit .highlight-alert-message {
  font-size: 0.75rem;
  vertical-align: middle;
  color: #000;
}
.paste-list-form .paste-list-guide {
  padding: 5px;
  font-size: 0.7em;
  display: inline-block;
  margin: 5px 0 0 0;
  width: 100%;
}
.paste-list-form .paste-list-edit-area {
  padding: 5px;
  margin: 5px;
  height: 100px;
}
.paste-list-form .clear-selections-label-icon {
  vertical-align: middle;
  margin-right: 10px;
}
.paste-list-form .paste-list-button {
  padding: 3px;
  font-size: 0.8em;
  margin: 5px 5px 5px 15px;
  font-weight: normal;
  width: 40px;
}
nv-inline-group .data-set-summary .icon {
  position: absolute;
}
nv-inline-group .data-set-summary .dataset-name {
  max-width: 5.5rem;
}
#manageSaveQuery {
  position: absolute;
  color: #000;
}
#manageSaveQuery .content {
  background-color: #FFF;
  padding: 0.625rem;
}
#manageSaveQuery .active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAZCAIAAAB2GXNSAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAE0lEQVQoU2OYvkUFGTGM8gc0PABBw7M0wtqj0wAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  color: #FFF;
}
#manageSaveQuery .manageSaveQueryList {
  /* Native browser scrollbar styles
		----------------------------------------------------------*/
  /* IE 8+ */
  -ms-scrollbar-track-color: #DDD;
  -ms-scrollbar-face-color: #B4BBC3;
  -ms-scrollbar-highlight-color: #ffbfbf;
  -ms-scrollbar-shadow-color: #B4BBC3;
  -ms-scrollbar-darkshadow-color: #B4BBC3;
  -ms-scrollbar-3dlight-color: #B4BBC3;
  /* Chrome */
  /*&::-webkit-scrollbar {
			width: 11px;
		}

		&::-webkit-scrollbar:horizontal {
			height: 11px;
		}*/
  /*&::-webkit-scrollbar-button:vertical:increment {
			border: 1px solid #4E4E4E;
			background: url("../Images/scrollbar-down-arrow.png") no-repeat scroll center center black;
		}

		&::-webkit-scrollbar-button:vertical:decrement {
			border: 1px solid #4E4E4E;
			background: url("../Images/scrollbar-up-arrow.png") no-repeat scroll center center black;
		}*/
}
#manageSaveQuery .manageSaveQueryList::-webkit-scrollbar-thumb,
#manageSaveQuery .manageSaveQueryList::-webkit-scrollbar-thumb:horizontal {
  background-color: #B4BBC3;
}
#manageSaveQuery .manageSaveQueryList::-webkit-scrollbar-track {
  background-color: #DDD;
  border: 1px solid #EEE;
}
#manageSaveQuery .searchBox {
  width: 370px;
}
#deleteQueryConfirmation {
  top: 36px !important;
  right: 35px;
}
#deleteQueryConfirmation .panelSurface {
  background-color: #FFF;
  padding-bottom: 0.625rem;
  border: solid 1px #999999;
}
#deleteQueryConfirmation .dialogHeader {
  padding-top: 0.625rem;
  padding-left: 0.625rem;
}
#deleteQueryConfirmation .messageContent {
  background-color: #FFF;
  color: #000;
  padding: 0.625rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
#deleteQueryConfirmation .messageContent .dialogIcon {
  float: left;
  width: 16px;
}
#deleteQueryConfirmation .messageContent .dialogMessage {
  font-size: 0.875rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY1OTAwMjJFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY1OTAwMjNFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjU5MDAyMEVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjU5MDAyMUVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk9PFcoAAAC9SURBVHjaYvy/hQEf8IDSO3ApYMRjAAsQXwKpAWJdIP6DTRETHtuzgFgTiDWgbJJcIAzEN6E0CLwFYnUoTZQL6pA0wwysJ9YFmlC/s0D9DwL/oWGgB8TXCbmgD6oZW6D2EfKCF1LU4YpWL1wGsAJxLwNh0AtVi2FAJjTKkMF/KEYGGlC1KIEICuXbQCyIHshIBiGD90CsCopWmAsasGjGBwShesAu0AbSF3CEPD4AilZ9JjzRRgiA9PQDBBgAbsQljlPWHeoAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-bottom: 2px;
  font-size: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#deleteQueryConfirmation .dialogButtons {
  float: right;
  margin-top: 0.625rem;
}
.deleteQueryConfirmation :before {
  content: "";
  position: absolute;
  width: 0.5625rem;
  height: 1rem;
  left: -0.5625rem;
  top: 0%;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAlCAYAAACgc9J8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZCQzUxRkUyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZCQzUxRkYyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkJDNTFGQzJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkJDNTFGRDJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmhnm/wAAAGbSURBVHjarJa/boMwEMYhVOXPhgIS79KqGckKYzZ4gQoeokulvAEP0pGqHdqlfQsG1IGlFQOivshU1LV9B42lL8hO/JOD7747cxxHQzFcph2Tx1QzfRjIuFCsO0xJWZa3XdddVlUF8wcUCCcT5DAdGOjF9/0RlOf5G6wxbSW//xEKWgIkgahAMogCXATCgPARLwEJwHQOM4MgqIdhuDFWDNu2n5umuZ7mpiZoFw8ziqKnvu+v1my2LOuxbdvdNN+wYx6TJHlfCsqy7JWB7sQMgBs5wAulvny4MH6bjizOyEAVSMwAFKgDyXJTCcRAMpgUSAGpYL+ARVGQQKcM0ATtljvtJ3faLzRoz5kBG813YNVxGIZwKoM/Y75Otu0/tgRra0JD6m8TbEnQKo1yDqOkk9ZxRZgKSKoBMpgMCCAXqwEqmAB0AbaHKNc5hQ4G4lmyhzjzoAX4T7Dy/R7AatZL3K9xWxiwD/afUo7iZaq/KdZPkpfJYLJCTDJHEaar6ChwDsN6DRQ4wahdkAqYQpGGOX+muv7srOb4LcAAk56b0/Vy5EYAAAAASUVORK5CYII=) 0 -1.25rem no-repeat;
  background-size: 211.11111111% 231.25%;
}
#saveQueryContainer {
  position: relative;
  margin-top: 15px;
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#saveQueryContainer .sprite {
  height: 1.4rem;
  width: 1.4rem;
  margin-left: 3px;
  background-color: transparent;
  border: 0 none;
}
#saveQueryContainer #saveQueryButton {
  position: relative;
}
#saveQueryTextboxItem {
  border: 1px solid #999999;
  border-radius: 3px;
}
#saveQueryTextBox {
  background-color: transparent;
  color: #999999;
  border: none;
  padding: 5px;
}
#saveQueryTextBox:focus {
  border: 0 none;
  outline: none;
}
#manageSaveQueryContainer {
  width: 460px;
  padding: 1.25rem 0.625rem 2.5rem;
  background: #fff;
  border: solid 1px #999999;
  z-index: 1000;
  height: auto;
}
#manageSaveQueryContainer::after,
#manageSaveQueryContainer::before {
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 1em;
}
#manageSaveQueryContainer::after {
  border-bottom: 10px solid #999999;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 1;
  margin-top: 1px;
}
#manageSaveQueryContainer::before {
  border-bottom: 11px solid rgba(255, 255, 255, 0.75);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  z-index: -100;
  margin-top: -1px;
  margin-left: -1px;
}
.listContainer {
  margin-top: 0.625rem;
  border: 5px solid #DEDEDE;
  font-size: 12px;
}
.manageSaveQueryItem {
  padding: 3px 3px 3px 8px;
  display: inline-block;
}
.manageSaveQueryItem .saveQueryDeleteButton {
  visibility: hidden;
}
.manageSaveQueryItem:hover .saveQueryDeleteButton,
.manageSaveQueryItem:focus .saveQueryDeleteButton {
  visibility: visible;
}
#saveQueryUniqueNameOverwrite,
#saveQueryUniqueNameOverwriteLoad,
#saveQueryUniqueNameOverwriteDataset {
  position: fixed;
  top: 85px;
  left: 22.5rem;
}
#saveQueryUniqueNameOverwrite,
#saveQueryUniqueNameOverwriteLoad {
  z-index: 999;
}
.saveQueryConfirmationDialogContainer {
  font-size: 1rem;
}
.saveQueryConfirmationDialog {
  background-color: #FFF;
  min-width: 18.7rem;
  min-height: 9rem;
  text-align: left;
  border: solid 1px #999999;
}
.saveQueryConfirmationDialogContent {
  padding-left: 0.625rem;
  padding-top: 1.25rem;
}
.saveQueryConfirmationDialogContentLayout {
  background-color: #FFF;
  padding: 0.5rem;
  height: 6.5rem;
  width: 17.3rem;
  margin: 0.625rem 0 0.625rem 0;
}
.saveQueryConfirmationDialogText {
  font-size: 0.875rem;
}
.saveQueryConfirmationDialogWarning {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY1OTAwMjJFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY1OTAwMjNFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjU5MDAyMEVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjU5MDAyMUVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk9PFcoAAAC9SURBVHjaYvy/hQEf8IDSO3ApYMRjAAsQXwKpAWJdIP6DTRETHtuzgFgTiDWgbJJcIAzEN6E0CLwFYnUoTZQL6pA0wwysJ9YFmlC/s0D9DwL/oWGgB8TXCbmgD6oZW6D2EfKCF1LU4YpWL1wGsAJxLwNh0AtVi2FAJjTKkMF/KEYGGlC1KIEICuXbQCyIHshIBiGD90CsCopWmAsasGjGBwShesAu0AbSF3CEPD4AilZ9JjzRRgiA9PQDBBgAbsQljlPWHeoAAAAASUVORK5CYII=) 0 0 no-repeat;
  padding-right: 0.313rem;
  display: inline-block;
  width: 16px;
  height: 14px;
}
#saveBeforeNewDialog,
#saveBeforeLoadDialog,
#saveBeforeDatasetLoadDialog {
  position: fixed;
  top: 65px;
  left: 22.5rem;
}
#saveBeforeNewDialog,
#saveBeforeLoadDialog {
  z-index: 999;
}
.saveConfirmationDialogContainer > div:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.5625rem;
  top: 2.3rem;
  left: 62px;
  z-index: 999;
}
.saveConfirmationDialogContent {
  color: #222;
  background: #FFF;
  border: 1px solid #000;
  width: 140px;
  padding: 0.6rem;
  font-size: 0.8rem;
  text-align: left;
  top: 2.8rem;
  position: relative;
}
.magnifierForUserQuery {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXCAYAAAAYyi9XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUFEMzg1N0U3MTVGMTFFMkIxNzZDRDY3MzM1RTJFRTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUFEMzg1N0Y3MTVGMTFFMkIxNzZDRDY3MzM1RTJFRTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQUQzODU3QzcxNUYxMUUyQjE3NkNENjczMzVFMkVFMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFQUQzODU3RDcxNUYxMUUyQjE3NkNENjczMzVFMkVFMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjFOM3QAAAGSSURBVHjaYvz//z8DDsADxOpQfAeK3zFQCkAWomF1IF4KxN/+Y4IzQByFRQ/RGF0gDYdF6GAFELNRamEUkoGfgbgFiC2hBusCcQIQ30BSs4USC1WA+CfUoNtArIhDA8jyRUiWppFr4Rwkn6kQ0MQMxMeg6p9A+SRZCNLwFmrABCI1OiH50okUC5mACVUFiIWgiXYrkYn7IBB/gbItSckVTEiWgcALIvX9RVLLQ6qFyJlZmgS9MIe+JtVC5BLElUh9NkgWXianpJmPlErliIj8vVD1r4BYi5xsASrO/iAVXxJ4ssRMLCXPcyAOJLWkKUIzIAfqEJAcDxD7QR2DD8yEqiW6LK34TxxYDcSNOOTuAbE9sRaCsDEQr8Nh2Hmk4owfyscFWrAV8Ix46kM5aKGgAuUfAeJraGo4gbgXiDNxmAFKwdEoKZmSug0Je0DLVWzgJzSqcAYpuZgfGre4ACgrcVLTQuR69QMOS+uYGKgPlgGxNhDvwJouaOBD9LwNa7KAfG2AL5VSC0hAy97jQPwUIMAAz7qEG1OmMgoAAAAASUVORK5CYII=) 0 0 no-repeat;
  width: 28px;
  height: 23px;
  display: inline-block;
  margin: 0px 0px -0.5rem 0.3125rem;
  cursor: pointer;
}
.manageSaveQueriesNoResults {
  padding-top: 0.625rem;
}
.manageSaveQueriesNoResults #noSavedQueries {
  font-weight: bold;
  margin-bottom: 1rem;
}
.savedQueryCombinedCounts {
  font-size: 12px;
  padding-top: 11px;
  float: right;
}
.savedQueryCombinedCounts-clearall {
  color: #307EE9 !important;
  cursor: pointer;
}
.selectAll {
  display: inline-block;
}
.selectAll .nvCheckBoxContainer {
  margin-bottom: 1px;
  height: 1.938rem;
  line-height: 1.938rem;
}
.selectAll .nvCheckBoxContainer .nvCheckBox + label {
  padding-top: 0;
  padding-bottom: 0;
}
.nv-slider {
  height: 20px;
  position: relative;
}
.nv-slider-background-bar {
  height: 5px;
  width: 100%;
  top: 4px;
  background-color: #888888;
  position: absolute;
}
.nv-slider-highlight .nv-slider-highlight-bar {
  background-color: #82c5d1;
}
.nv-slider-highlight-bar {
  height: 5px;
  top: 4px;
  background-color: #cada69;
  position: absolute;
  left: 10px;
}
.nv-slider-thumb-start {
  width: 13px;
  height: 13px;
  background-color: blue;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAaCAYAAABLlle3AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wIDCxgFue174wAAAgJJREFUSMfF1k9PE0EYgPGnuyps1UhpayJZ8exNiXry4sFA+AKGeKGLRCUGwWgicEEJ1cRgFLDGQjX04CdQSBA1MZ7UoCfu4iaatkvxX7cWZ/Uya0pvxp36foFfdnaeNxNyHOcX/zhCCG/syujk1J3UCyAHfAIc4DvwE9hkaAQwuq5rl4eHz3Z2dOwHYsBuIAIYgA6EAkcBGhuNhluTty8eOXxon4TjNXDwKEA0Gouk0zOXWlr2+Ggc2AU0VFuBogB7W1vN7Fy23zCMiPziGLCzGg4cBTjY1nbgQSZjAU0SjQI7gK2ApgQFON7efmz86linhONAM7Ad2KIMBeg9c/rkub6+o/JC+RcrrBTVdV0bGvmTUtRPSSkqU9pWm5Jy1E9pZjbjpxSrCwpgmqaZncv2h8PhplAQu/dv5umTpWca/2Hqir5dXn7XbSUydUNt27atHmu6VCqt1wV1nEKx91TPjdXVDzmgoBwtl93KhYHBm69ev3kPFIC8UlQI4V0bT959ND+/Il8SeaCoFJ1N33s4nUq9BNYkuAaUlHW6tLj4/ERXV1oe6Uf5dvoCbGjq0rDuA+sSdYBvwAbgaSrS6E4kplzXLUqwAHwFKoAX+HLw07BtOy//YR74DPwAROAbqVx2K4PnByaq0wCKgFsNBoYKIbzryWTq8cLCigRzNeCmy/ob3/vDFhHPRjMAAAAASUVORK5CYII=);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.nv-slider-thumb-end {
  width: 13px;
  height: 13px;
  background-color: red;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAaCAYAAABLlle3AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wIDCxkPQCOjvAAAAgdJREFUSMe9lc9v0mAch5++BZdWZ0AqAnEzjpPxoMyNeNgYMzGD+ieYTDExLqg7aaIm/o53nTfmnO5/oEd3d+rRxFA8AQcl0YCBbSJ4KabBZR5s+7m076VPv+/7efJK/B0J8AF7gRAQAcLXr+ZTd+8/WJRlWfCfkXZYy4BqB+qZzPHCi+V7iqIO4UAG/1oGFCAIHAS05OTEkadLz244BRycVNiAEeBQLBYNG0Xj4cjo6AgORtieQ8AwoAGaoijBtddri04D+zAB+IF91jlqQGB1ZSWXGB8/iQsRtqYesM4x8OTRY/3s3NwZXIqwmtovTvBaPj91eeHKeVyMsIBhIKRnMsdu3bm94ISL/4K6psZuUC0Wi2qFwvLNUEgL4kGEqqoBS43DeBTx6uXqJbfU2G17JTyOXDSMzmw6HY9GoxHPJm21Wt8v5nLPK5VKxbNJgWCj0ZA+vH/3MZvNnlZVVfECugcQ1Vqt89ksl7N6dsrn88tuQ/+8l0yztb25+TU1M5MUQkhuQrvAL2vte7uxUQ8M79+eSE6ecBPas6BdSx//m/X16qlEIjQWjx91E9qzoN3+dVc0jE+z6fSYGyr1b5MusAU0gTpQb7fb3+YvzC+5oZK9SD3bVvcAqdn8IdxQaVCNPrQPFtVarVMumaZ+Tp92SqWdPtKzNboHiJJptn9ubX6ZTjmj0m+DOJkpNA4a3gAAAABJRU5ErkJggg==);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.tile-scroller {
  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 1rem;
  margin-bottom: 1.5rem;
}
.tile-scroller-tile {
  justify-self: center;
}
.refreshSyncDialog {
  font-size: 1rem;
}
.refreshSyncDialog > div {
  position: absolute !important;
  top: 8rem;
  left: -0.3rem;
}
.refreshSyncDialog > div:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.563rem;
  top: -0.562rem;
  right: 22.3rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAlCAYAAACgc9J8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZCQzUxRkUyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZCQzUxRkYyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkJDNTFGQzJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkJDNTFGRDJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmhnm/wAAAGbSURBVHjarJa/boMwEMYhVOXPhgIS79KqGckKYzZ4gQoeokulvAEP0pGqHdqlfQsG1IGlFQOivshU1LV9B42lL8hO/JOD7747cxxHQzFcph2Tx1QzfRjIuFCsO0xJWZa3XdddVlUF8wcUCCcT5DAdGOjF9/0RlOf5G6wxbSW//xEKWgIkgahAMogCXATCgPARLwEJwHQOM4MgqIdhuDFWDNu2n5umuZ7mpiZoFw8ziqKnvu+v1my2LOuxbdvdNN+wYx6TJHlfCsqy7JWB7sQMgBs5wAulvny4MH6bjizOyEAVSMwAFKgDyXJTCcRAMpgUSAGpYL+ARVGQQKcM0ATtljvtJ3faLzRoz5kBG813YNVxGIZwKoM/Y75Otu0/tgRra0JD6m8TbEnQKo1yDqOkk9ZxRZgKSKoBMpgMCCAXqwEqmAB0AbaHKNc5hQ4G4lmyhzjzoAX4T7Dy/R7AatZL3K9xWxiwD/afUo7iZaq/KdZPkpfJYLJCTDJHEaar6ChwDsN6DRQ4wahdkAqYQpGGOX+muv7srOb4LcAAk56b0/Vy5EYAAAAASUVORK5CYII=) no-repeat 0 0;
}
.refresh-sync-dialog {
  background-color: #FFF;
  border: solid 1px #999999;
  width: 24.7rem;
  height: 11.5rem;
  text-align: left;
}
.refresh-sync-dialog-content {
  padding-left: 0.625rem;
  padding-top: 1.25rem;
}
.refresh-sync-dialog-content-layout {
  background-color: #FFF;
  padding: 0.5rem;
  height: 6.7rem;
  width: 22.4rem;
  margin: 0.625rem 0 0.625rem 0;
}
.refresh-sync-dialog-warning {
  padding-right: 0.313rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY1OTAwMjJFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY1OTAwMjNFQTk2MTFFNEFDNEVBQTE5NUU0MTY4MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNjU5MDAyMEVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjU5MDAyMUVBOTYxMUU0QUM0RUFBMTk1RTQxNjgzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk9PFcoAAAC9SURBVHjaYvy/hQEf8IDSO3ApYMRjAAsQXwKpAWJdIP6DTRETHtuzgFgTiDWgbJJcIAzEN6E0CLwFYnUoTZQL6pA0wwysJ9YFmlC/s0D9DwL/oWGgB8TXCbmgD6oZW6D2EfKCF1LU4YpWL1wGsAJxLwNh0AtVi2FAJjTKkMF/KEYGGlC1KIEICuXbQCyIHshIBiGD90CsCopWmAsasGjGBwShesAu0AbSF3CEPD4AilZ9JjzRRgiA9PQDBBgAbsQljlPWHeoAAAAASUVORK5CYII=);
  background-size: 16px 14px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1rem;
  height: 0.875rem;
  float: left;
}
.launch-dialog-buttons {
  margin-top: 1rem;
  text-align: right;
}
.launch-dialog-buttons input {
  margin: 0 0.25rem;
}
.launch-dialog-buttons input.launch-decision-update-button {
  border: none;
  padding: 0.313rem;
  cursor: pointer;
  font-size: 0.875rem;
  background-color: #307EE9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAiCAIAAAFmSBTQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABzSURBVHjaYjKo/sb079dfpr/f/zD9/fab6e/PvwABxKRf8ZXp7w8g//tvkDhAADEZVH1l+v/3P9O/P/+Y/v/+x/Tv91+m/39ANJD/9x9AgAHlvzH9//+fiQGI//8D0v8gNEgPnP8XWewfUIwBIgfS8/8/APVBWeiY9VU6AAAAAElFTkSuQmCC);
  border: 0 none;
  color: #FFF;
  display: inline-block;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 9px;
  text-align: left;
  background: none;
  color: #307EE9;
}
.launch-dialog-buttons input.launch-decision-update-button:hover {
  cursor: pointer;
}
.launch-dialog-buttons input.launch-decision-update-button:hover {
  text-decoration: underline;
  cursor: pointer;
}
.launch-dialog-buttons input.launch-decision-cancel-button {
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  background-color: #307EE9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAiCAIAAAFmSBTQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABzSURBVHjaYjKo/sb079dfpr/f/zD9/fab6e/PvwABxKRf8ZXp7w8g//tvkDhAADEZVH1l+v/3P9O/P/+Y/v/+x/Tv91+m/39ANJD/9x9AgAHlvzH9//+fiQGI//8D0v8gNEgPnP8XWewfUIwBIgfS8/8/APVBWeiY9VU6AAAAAElFTkSuQmCC);
  border: 0 none;
  color: #FFF;
  display: inline-block;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 9px;
  text-align: left;
  background: none;
  color: #307EE9;
}
.launch-dialog-buttons input.launch-decision-cancel-button:hover {
  cursor: pointer;
}
.launch-dialog-buttons input.launch-decision-cancel-button:hover {
  text-decoration: underline;
  cursor: pointer;
}
.refresh-sync-dialog-title {
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
}
.refresh-sync-dialog-text,
.refresh-sync-dialog-text2,
.refresh-sync-dialog-text3 {
  font-size: 0.875rem;
}
.refresh-sync-dialog-text2,
.refresh-sync-dialog-text3 {
  margin-left: 1.8rem;
}
.refresh-sync-dialog-text3 {
  padding-top: 0.625rem;
}
/* logos and images
----------------------------------------------------------*/
.ihs-icon {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAeCAYAAACfWhZxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REM3OTNBQzFGQjE3MTFFNDk5RjhDRDAyNjg0NzJCMjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REM3OTNBQzJGQjE3MTFFNDk5RjhDRDAyNjg0NzJCMjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQzc5M0FCRkZCMTcxMUU0OTlGOENEMDI2ODQ3MkIyMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQzc5M0FDMEZCMTcxMUU0OTlGOENEMDI2ODQ3MkIyMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrlUqa0AAAMoSURBVHja5JlbiI1RFMfnjDONQaY0D3KJB0PKLRpMkSJePMiD+33ipPFCPIgyEiIlHkQnSl6GyaXJ8EC5lBeKwrhmdF4YRZShEc0c/1Xrq9Vqf9/sz9l7K3b9Ot+Zs+b7n3X22nutvb5MsVgs+99GNoXtELAYzANTwEgwCHSD96Ad3AYXwTuXXzKfzzvTzuVyZRmLmR4OmsBaUGnxHXvBVbALPC/RWefa5HR5HzfZBF7ya6Xld6V7LgKPwYGU0SQd9qadTQj7k2BjiUuHfvGZHJpfLZ31rm2a6Qw4W6KoHHPBDTDAwuEg2iand4NVjjfMGeCMhV0Qbe30VLDXU6ZYDlYmzHIwbe30cdBPvKfQaHMofgRUxXwWTFs6PRvMUoYNYLVD4WGcfvQsB9WWTq8zGF4Alx2H2gbD34Jqy5S1UBk8BFc44VNYTAanwTNwTIXpGw4fmq014Am4Cyq4atombOtADfj0N7QRVTXRTI8CQ5XwNH79Bup5219K0Qh+KtsPoJVFyT4HtoDNYIShgJguQttaG9WUE+3I6dqYcKhQ0VCVEDpR1dQBfoils8RgWxtzHUQ7+rDa4boZw0U/lY9fYmyqY66DaGdFoZ5m0LrqL94XxPVAcB2sB2PBCV4WcvSoQ0JQ7cjpzymFt6oZusdicrOiov8gp516Pg5GQ85CcO0ovF87DLGCKPr3cMh1KJtX4jq4duR0J3hruEm32i2TTkpkS4fzR1xN0fjIO2+dsPsFHojzbXBtWZy0qhs95VQ2nm9Gu+JNcEitKRqjwXZwCcwB98Ep0Ayu8VqLxi3Qpf7fShvprWRt/MhdsnMygRN7xnOLahloUWVoMG043SJnut1D2afHC+5j6RZOUG19ytoBvnsSpZBqTEhRwbTLDbtfoydhqo/vJHQpg2mbOifnwD7Hos3cs0occDyIdlw3tIl3xB4Hooe5SLC6Fxz3rp3UAj4K5huSu+2go+MKsDNtqQnHvWr31fempwYT+UxasBSko95+MA6c/9MpguPetDMpnmVRDqU+8gIwievZwXyG7eQ828bFQa/LRcmtYSfato91/rnxW4ABAI0TJ9Ktb0KbAAAAAElFTkSuQmCC) -2px -1px no-repeat;
  width: 28px;
  height: 28px;
}
.search-icon {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='%23737676' d='M22.602,19.35l-5.262-5.262c0.794-1.303,1.25-2.834,1.25-4.472c0-4.757-4.122-8.879-8.88-8.879 c-4.757,0-8.614,3.857-8.614,8.615c0,4.757,4.122,8.879,8.879,8.879c1.582,0,3.063-0.429,4.337-1.173l5.29,5.29 c0.518,0.519,1.356,0.519,1.874,0l1.313-1.312C23.307,20.519,23.119,19.867,22.602,19.35z M3.747,9.352 c0-3.294,2.67-5.964,5.963-5.964c3.294,0,6.229,2.935,6.229,6.229c0,3.293-2.67,5.964-5.964,5.964 C6.682,15.58,3.747,12.645,3.747,9.352z'/%3E %3C/g%3E %3C/svg%3E");
  width: 28px;
  height: 23px;
  display: inline-block;
  vertical-align: text-bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.search-icon path {
  fill: #307EE9;
}
.magnifier-icon {
  background: transparent url(/assets/../images/icons.png) -109px -64px no-repeat;
  width: 23px;
  height: 18px;
  display: inline-block;
  vertical-align: text-bottom;
}
.loading-spinner-icon {
  background: transparent url(data:image/gif;base64,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) 0 0 no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  margin-right: 2px;
  text-align: center;
  vertical-align: middle;
}
.user-icon {
  background: transparent url(/assets/../images/icons.png) -105px -186px no-repeat;
  width: 18px;
  height: 14px;
}
.down-icon {
  background: transparent url(/assets/../images/icons.png) -11px 0 no-repeat;
  width: 10px;
  height: 5px;
}
.message-icon {
  background: transparent url(/assets/../images/icons.png) -109px -34px no-repeat;
  width: 22px;
  height: 14px;
  display: none !important;
}
.message-icon:hover {
  background-position: -109px -49px;
  cursor: pointer;
}
.help-icon {
  background: transparent url(/assets/../images/icons.png) -111px -98px no-repeat;
  width: 16px;
  height: 18px;
  display: none !important;
}
.help-icon:hover {
  background-position: -111px -117px;
  cursor: pointer;
}
.getstarted-icon {
  background: transparent url(/assets/../images/icons.png) -103px 0 no-repeat;
  width: 32px;
  height: 33px;
}
.map-icon {
  background: transparent url(/assets/../images/icons.png) 0 -93px no-repeat;
  width: 63px;
  height: 40px;
}
.query-icon {
  background: transparent url(/assets/../images/icons.png) -53px -138px no-repeat;
  width: 48px;
  height: 50px;
}
.graphs-icon {
  background: transparent url(/assets/../images/icons.png) -57px 0 no-repeat;
  width: 45px;
  height: 40px;
}
.country-icon {
  background: transparent url(/assets/../images/icons.png) -64px -90px no-repeat;
  width: 46px;
  height: 47px;
  margin-top: 22px !important;
}
.basin-icon {
  background: transparent url(/assets/../images/icons.png) 0 -6px no-repeat;
  width: 56px;
  height: 48px;
}
.competive-icon {
  background: transparent url(/assets/../images/icons.png) 0 -50px no-repeat;
  width: 60px;
  height: 42px;
}
.activity-icon {
  background: transparent url(/assets/../images/icons.png) 0 -134px no-repeat;
  width: 52px;
  height: 49px;
}
.customize-icon {
  background: transparent url(/assets/../images/icons.png) -61px -41px no-repeat;
  width: 47px;
  height: 48px;
}
.info-popup-icon {
  display: inline-block;
  vertical-align: super;
  width: 10px;
  height: 10px;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAABGCAYAAADB0cS2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMmMwNWUwNC1lMTZkLTc5NDItODAzOC0xODQ5ZWM0OWFjYzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTFERjIwRDVGOEJCMTFFNDhDRjFFM0M5RkVBN0FGQkMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTFERjIwRDRGOEJCMTFFNDhDRjFFM0M5RkVBN0FGQkMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODY1OTMyMjYtZjEyMy02ODRiLTllMTUtZjA2MTJmODM0NDI3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmYyYzA1ZTA0LWUxNmQtNzk0Mi04MDM4LTE4NDllYzQ5YWNjMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr+qFw4AAAQGSURBVHjatJhZSJRRFMdn1IYUX0SCVoMeQsewQnsowogWTVoIrIeiICRyhMLCiqKNoD01wnKGMnppeWizgjKVlociaIGWyV4MIaq3IAoby77+l/63jtf7zeJMF37ON3f5f3c559zjeB3H8aSipLnU+0EDeAO+kzDr/NYRakYCH2gC/Y57UW1BkCnHmiLtTvylg2MGCZ2wdD4AiskBS3uTHq/3qBCsG8IeV3Ps3xk1OkMvaqzHy+NXp5NveeN5cJ/Ps8AKS58uUKBnFHF5W0DsYcClT0TuUTKlTxpkdxJCPVLodhJCHVKoBfQPQUSNOS2FXoGQpWMeKCZ5lvYQx/4fF0mZ00oKwTHQBfrAV/CKdZNsY7ypCmwZ6o/32KOkRJza6a6WPZnRMBxvhMwwvmeCeoYHr9FWQDaAU2AT6LUJ+cB1MNcQ+EjRkfyeDlaDMaDS9DUPZ6JFfoJDYCwYDUaBcaz7AhZz+UfNW0RFuYAwe9VxO5gNzoGzoBRso4V3sm+NjpB6aVWcsodvuQMugaVixssYAJ+LunSO3aRnNE80PgS1hogytj1cgfY9H9vK5YykQ7ZaTldt9mEXU5kg98ibqiu7h5+fQIlgp2VMHVgivndLoXYRf58StewdhsgV0AhmiLq2aBEyBzyhSVwGF8AqnlwZZ2WNkK9BkM8LwHuwjzOt5H12F+znYWhTCXLsABdRvjMeXOPRbgVbuG8eWrcsnRwzKD9S+7McnKHd6NMcZYj0cyaLtJ/ZEq1e7stUbqqy5Ah5w7oi9ukdYGgqQjZ3liRlQ4E5T1JyZcfMIZvBW/ADfOPSggwfMYWGg5PgJaPkRJ5sFtMelYw9o2CWm5AKsze5kWkxVrGOFu2zCR0BcxLYlpnguCnkTzCH/MrPtXrPtFDAcqO4FRVup4EPHF8lhWbFcw+CjeAgGAGyWT9f+to4MeCXZbN/MdCHeNO0ilPLkzPyiSBVRE/XRdnRSopUgBvG0ftsOeRnXogLmQ5qR77IWHSVtibLOymkZ1DM8JDNcFrKsLKGwc1n2btbUijI21WVKeAeyAWPaeEtIpiZezcgQobpWzJhUGJ76TJut4xKJl6Ylr1Zp7osE3mLuIk8YGYyyEUijHpNYpkel+WEeMO6RkiVUK2n2dcbiZaMkNVmhHRzizCvnLp4ne9PMlpWllx4bGuLK9SW64wjZlYbo72BJ9cR7RBizaiGNpXPZ89QhJRl7xLfd7EuYSFzoHrenahQgViKV1h3gG1xCzW4HITe/LiEKmIcdzn7RBUaRteIVerZ11UoYPkhwRFpji75IsEfJJTLXNqWGttCyR55qmlGQ04CHpYjXyz/F6mOcp85UX6t8UuhhgRuWtMcGv+FkRSU3wIMAAuH3MsMgp6zAAAAAElFTkSuQmCC) left top no-repeat;
  background-size: 100%;
}
.l0-info-qb-popup-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: -1px;
  margin-top: 1px;
  float: right;
  width: 0.875rem;
  height: 0.875rem;
  background: transparent url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 120' style='enable-background:new 0 0 120 120;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFB400;%7D %3C/style%3E %3Cpath class='st0' d='M60,10c27.6,0,50,22.4,50,50c0,27.6-22.4,50-50,50c-27.6,0-50-22.4-50-50C10,32.4,32.4,10,60,10z M50,90h20V50 H50V90z M50,40h20V30H50V40z'/%3E %3C/svg%3E") left top no-repeat;
  background-size: 100%;
}
.l1-info-qb-popup-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 7px;
  float: right;
  width: 0.875rem;
  height: 0.875rem;
  background: transparent url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 120' style='enable-background:new 0 0 120 120;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFB400;%7D %3C/style%3E %3Cpath class='st0' d='M60,10c27.6,0,50,22.4,50,50c0,27.6-22.4,50-50,50c-27.6,0-50-22.4-50-50C10,32.4,32.4,10,60,10z M50,90h20V50 H50V90z M50,40h20V30H50V40z'/%3E %3C/svg%3E") left top no-repeat;
  background-size: 100%;
}
.l2-info-qb-popup-icon {
  display: inline-block;
  vertical-align: super;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 1px;
  width: 0.875rem;
  height: 0.875rem;
  background: transparent url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 120' style='enable-background:new 0 0 120 120;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFB400;%7D %3C/style%3E %3Cpath class='st0' d='M60,10c27.6,0,50,22.4,50,50c0,27.6-22.4,50-50,50c-27.6,0-50-22.4-50-50C10,32.4,32.4,10,60,10z M50,90h20V50 H50V90z M50,40h20V30H50V40z'/%3E %3C/svg%3E") left top no-repeat;
  background-size: 100%;
}
.dynamic-calc-info-qb-popup-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 7px;
  float: right;
  width: 0.875rem;
  height: 0.875rem;
  background: transparent url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%2397B424;%7D %3C/style%3E %3Cpath id='brand-icon-content-clipboard-check' class='st0' d='M18.7,14.6h-12c-0.9,0-1.6-0.7-1.6-1.6l0,0l0,0c0-0.9,0.7-1.6,1.6-1.6 h12c0.9,0,1.6,0.7,1.6,1.6l0,0C20.3,13.9,19.6,14.6,18.7,14.6C18.8,14.6,18.8,14.6,18.7,14.6z M18.7,6.3H16v-2c0-0.4,0-0.9,0-1.3 c0-1.1-0.8-2-1.8-2c-0.1,0-0.1,0-0.2,0c-0.8,0-1.7,0-2.5,0c-1,0-1.9,0.8-1.9,1.9V3c0,0.8,0,2.3,0,3.3H6.7C5.8,6.3,5.1,7,5.1,7.9 s0.7,1.6,1.6,1.6h12c0.9,0,1.6-0.7,1.6-1.6S19.6,6.2,18.7,6.3L18.7,6.3z M12.8,2.2c0.7,0,1.2,0.6,1.3,1.3c0,0.7-0.6,1.3-1.3,1.3 s-1.3-0.6-1.3-1.3C11.5,2.7,12.1,2.2,12.8,2.2z M24.9,16.2l-1.4-1.5c-0.1-0.2-0.4-0.2-0.6,0l0,0l-5.8,6.2l-2.5-2.6 c-0.2-0.2-0.4-0.2-0.6,0l0,0l-1.4,1.5c-0.2,0.2-0.2,0.5,0,0.6l4.2,4.5c0.2,0.2,0.4,0.2,0.6,0l7.5-8C25,16.7,25,16.4,24.9,16.2 L24.9,16.2z M10.4,22.7H3.3V4.4h4.2V2.1H2.6C1.7,2.1,1,2.8,1,3.7l0,0v19.8C1,24.3,1.7,25,2.6,25l0,0h10L10.4,22.7z M21.6,4.4v7.4 c0.5-0.2,1-0.4,1.6-0.4c0.3,0,0.5,0,0.8,0.1V3.7c0-0.9-0.7-1.6-1.6-1.6h-4.3v2.3C18.1,4.4,21.6,4.4,21.6,4.4z M10.3,17.9l1.1-1.2 H6.7c-0.9,0-1.6,0.7-1.6,1.6s0.7,1.6,1.6,1.6l0,0h2.7C9.5,19.1,9.8,18.4,10.3,17.9z'/%3E %3C/svg%3E") left top no-repeat;
  background-size: 100%;
  position: relative;
  top: -0.13rem;
}
.info-qb-popup-box {
  position: absolute;
  top: 7px;
  opacity: 0;
}
#discoveryPanel .discoveryPanelListItem .info-qb-popup-box {
  height: 100% !important;
  width: 100%;
  left: 0;
  top: 0;
}
.company-info-popup-icon {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  width: 1.75rem;
  height: 1.75rem;
  margin: -0.43rem 0;
  background: transparent url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 110 120' style='enable-background:new 0 0 110 120;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D %3C/style%3E %3Cg%3E %3Crect x='40' y='10' class='st0' width='30' height='30'/%3E %3Crect x='10' y='80' class='st0' width='30' height='30'/%3E %3Crect x='70' y='80' class='st0' width='30' height='30'/%3E %3Crect x='20' y='50' class='st0' width='70' height='10'/%3E %3Crect x='20' y='60' class='st0' width='10' height='20'/%3E %3Crect x='50' y='40' class='st0' width='10' height='10'/%3E %3Crect x='80' y='60' class='st0' width='10' height='20'/%3E %3C/g%3E %3C/svg%3E") center center no-repeat;
  background-size: 50%;
}
.dataset-icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAABGCAYAAADB0cS2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMmMwNWUwNC1lMTZkLTc5NDItODAzOC0xODQ5ZWM0OWFjYzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTFERjIwRDVGOEJCMTFFNDhDRjFFM0M5RkVBN0FGQkMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTFERjIwRDRGOEJCMTFFNDhDRjFFM0M5RkVBN0FGQkMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODY1OTMyMjYtZjEyMy02ODRiLTllMTUtZjA2MTJmODM0NDI3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmYyYzA1ZTA0LWUxNmQtNzk0Mi04MDM4LTE4NDllYzQ5YWNjMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr+qFw4AAAQGSURBVHjatJhZSJRRFMdn1IYUX0SCVoMeQsewQnsowogWTVoIrIeiICRyhMLCiqKNoD01wnKGMnppeWizgjKVlociaIGWyV4MIaq3IAoby77+l/63jtf7zeJMF37ON3f5f3c559zjeB3H8aSipLnU+0EDeAO+kzDr/NYRakYCH2gC/Y57UW1BkCnHmiLtTvylg2MGCZ2wdD4AiskBS3uTHq/3qBCsG8IeV3Ps3xk1OkMvaqzHy+NXp5NveeN5cJ/Ps8AKS58uUKBnFHF5W0DsYcClT0TuUTKlTxpkdxJCPVLodhJCHVKoBfQPQUSNOS2FXoGQpWMeKCZ5lvYQx/4fF0mZ00oKwTHQBfrAV/CKdZNsY7ypCmwZ6o/32KOkRJza6a6WPZnRMBxvhMwwvmeCeoYHr9FWQDaAU2AT6LUJ+cB1MNcQ+EjRkfyeDlaDMaDS9DUPZ6JFfoJDYCwYDUaBcaz7AhZz+UfNW0RFuYAwe9VxO5gNzoGzoBRso4V3sm+NjpB6aVWcsodvuQMugaVixssYAJ+LunSO3aRnNE80PgS1hogytj1cgfY9H9vK5YykQ7ZaTldt9mEXU5kg98ibqiu7h5+fQIlgp2VMHVgivndLoXYRf58StewdhsgV0AhmiLq2aBEyBzyhSVwGF8AqnlwZZ2WNkK9BkM8LwHuwjzOt5H12F+znYWhTCXLsABdRvjMeXOPRbgVbuG8eWrcsnRwzKD9S+7McnKHd6NMcZYj0cyaLtJ/ZEq1e7stUbqqy5Ah5w7oi9ukdYGgqQjZ3liRlQ4E5T1JyZcfMIZvBW/ADfOPSggwfMYWGg5PgJaPkRJ5sFtMelYw9o2CWm5AKsze5kWkxVrGOFu2zCR0BcxLYlpnguCnkTzCH/MrPtXrPtFDAcqO4FRVup4EPHF8lhWbFcw+CjeAgGAGyWT9f+to4MeCXZbN/MdCHeNO0ilPLkzPyiSBVRE/XRdnRSopUgBvG0ftsOeRnXogLmQ5qR77IWHSVtibLOymkZ1DM8JDNcFrKsLKGwc1n2btbUijI21WVKeAeyAWPaeEtIpiZezcgQobpWzJhUGJ76TJut4xKJl6Ylr1Zp7osE3mLuIk8YGYyyEUijHpNYpkel+WEeMO6RkiVUK2n2dcbiZaMkNVmhHRzizCvnLp4ne9PMlpWllx4bGuLK9SW64wjZlYbo72BJ9cR7RBizaiGNpXPZ89QhJRl7xLfd7EuYSFzoHrenahQgViKV1h3gG1xCzW4HITe/LiEKmIcdzn7RBUaRteIVerZ11UoYPkhwRFpji75IsEfJJTLXNqWGttCyR55qmlGQ04CHpYjXyz/F6mOcp85UX6t8UuhhgRuWtMcGv+FkRSU3wIMAAuH3MsMgp6zAAAAAElFTkSuQmCC);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.dataset-icon.dataset-failed-icon {
  background-position: 0 -50px;
}
.dataset-icon.dataset-processing-icon {
  background-position: 0 -17px;
}
.dataset-icon.dataset-complete-icon {
  background-position: 0 -33px;
}
.bingLogo-lg {
  position: absolute;
  left: 5px;
  bottom: 30px;
  height: 29px;
  width: 93px;
  z-index: 30;
  background-image: url(data:image/png;base64,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);
}
.map .bingLogo-lg {
  position: absolute;
  left: 5px;
  bottom: 30px;
  height: 29px;
  width: 93px;
  z-index: 30;
  background-image: url(data:image/png;base64,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);
}
.map .esriControlsBR {
  bottom: 30px;
}
/* CSS Shapes *********/
.triangleDown {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #307EE9;
}
.triangleRight {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 7px solid #97B424;
  border-bottom: 4px solid transparent;
}
.hexagon {
  width: 100px;
  height: 55px;
  background: #FFF;
  position: relative;
}
.hexagon:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid #FFF;
}
.hexagon:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #FFF;
}
.informationPopup {
  background: transparent;
  position: relative;
  /*Loading indicator*/
  /*Pop up outer pointer*/
  /* Popup outer pointer */
}
.informationPopup .esriPopupWrapper {
  display: block !important;
  /* Need to overide the inline-block style because it leaves a gap at the bottom when overflow is set to auto */
}
.informationPopup .semiTransparentBackground {
  background-color: #FFF !important;
}
.informationPopup .informationPopupWindow {
  background-color: #FFF;
  border-radius: 5px;
  z-index: 1000;
  max-width: 19rem;
  width: 19rem;
}
.informationPopup .titleBar {
  position: relative;
}
.informationPopup .titleBar .title {
  font-weight: normal;
}
.informationPopup .titleBar h2 {
  font-size: 1.125rem;
  padding: 1.875rem 0.625rem 0.9375rem;
}
.informationPopup .titleBar > h4 {
  font-weight: normal;
  padding: 0.625rem;
}
.informationPopup .informationPopupHeader {
  width: 100%;
  height: 0.9rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.informationPopup .informationPopupHeader ul {
  list-style: none;
}
.informationPopup .informationPopupHeader ul li {
  display: inline;
}
.informationPopup .informationPopupHeader span {
  width: 1.625rem;
  height: 1.625rem;
  float: right;
  margin: 1px 1px;
}
.informationPopup .selectionList {
  background-color: #FFF;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 31.25rem;
  overflow: hidden;
  overflow-y: auto;
}
.informationPopup .selectionList h2 {
  font-weight: normal;
  font-size: 1.125rem;
  padding: 0.625rem 0 0.9375rem;
}
.informationPopup .selectionList > div {
  position: relative;
}
.informationPopup .selectionList .dataLayerName {
  padding: 0.313rem 0.938rem;
  width: 100%;
  font-size: 0.938rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.informationPopup .selectionList .dataLayerName.selectedRow {
  border-left: 0.3125rem solid #e0e7ef;
  padding-left: 0.6255rem;
  background-color: #e0e7ef;
}
.informationPopup .selectionLayerRow {
  padding: 0.3125rem 0.625rem 0.3125rem 0.3125rem;
  padding: 0;
  position: relative;
  /* Needed for the positioning of the .genericContextMenuBubble*/
  border-bottom: solid 1px #303030;
}
.informationPopup .selectionLayerRow:last-child {
  border-bottom: solid 1px transparent;
}
.informationPopup .selectionLayerRow:hover,
.informationPopup .selectionLayerRow:focus {
  background-color: #e4f0fe;
}
.informationPopup .selectionLayerRow .infoChildSection {
  background: #FFF;
  padding: 0.375rem 0.938rem 0.625rem 0.938rem;
}
.informationPopup .selectionLayerRow .infoChildSection .infoChildRow {
  font-size: 0.75rem;
  display: table-row;
}
.informationPopup .selectionLayerRow .infoChildSection .infoChildRow .infoChildTitle {
  display: table-cell;
  color: #000;
  white-space: nowrap;
  font-size: 0.938rem;
}
.informationPopup .selectionLayerRow .infoChildSection .infoChildRow .infoChildSubTitle {
  display: table-cell;
  color: #000;
  padding-top: 0.275rem;
  white-space: nowrap;
  font-size: 0.75rem;
}
.informationPopup .selectionLayerRow .infoChildSection .infoChildRow .infoChildCircle {
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  display: inline-block;
  background-color: red;
  margin-right: 0.313rem;
  vertical-align: top;
  margin-top: 0.15rem;
}
.informationPopup .selectionLayerRow .infoChildSection .infoChildRow .infoChildInnerCircle {
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.125rem;
  margin-top: 0.125rem;
  background-color: #FFF;
  display: block;
}
.informationPopup .selectionLayerRow .infoChildSection .infoChildRow .infoChildValue {
  display: table-cell;
  padding-top: 0.425rem;
  width: 100%;
  padding-left: 0.625rem;
  font-size: 0.75rem;
}
.informationPopup .selectionLayerRow .infoChildSection .infoChildRow .infoChildValue.pullBack {
  padding-left: 0;
}
.informationPopup .selectionLayerRow .infoChildSection .infoChildRow .infoChildContext {
  display: table-cell;
  width: 1rem;
  height: 1rem;
  right: 0;
  margin-right: 0.625rem;
  margin-top: 0.25rem;
  text-align: right;
}
.informationPopup .selectionLayerRow .infoChildSection .infoChildRow .infoChildContext .infoChildContextMenuContainer {
  position: relative;
  right: -0.313rem;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  padding-top: 0.188rem;
  top: 0.1rem;
  margin-right: 0;
}
.informationPopup .selectionLayerRow .infoChildSection .infoChildRow .infoChildContext .infoChildContextMenuContainer > div {
  margin-right: 0.313rem;
}
.informationPopup .selectionLayerRow .infoChildSection .infoChildTitle:first-child {
  padding-top: 0;
}
.informationPopup .selectionLayerRow > .infoChildSection:last-child {
  padding-bottom: 1rem;
}
.informationPopup .contextMenuContainer {
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  top: 0.75rem;
  margin-top: -0.5rem;
  margin-right: 0.625rem;
  padding-top: 3px;
}
.informationPopup .contextMenuContainer > div {
  margin-right: 5px;
}
.informationPopup .contextMenuContainer .sprite {
  margin: 0;
}
.informationPopup .contextMenuContainer.inHeader {
  top: 2.4rem;
}
.informationPopup .snapshotInformation {
  background: #FFF;
  padding: 0 0.625rem 0.625rem;
}
.informationPopup .snapshotRow {
  font-size: 0.75rem;
  display: table-row;
}
.informationPopup .snapshotRow .snapshotRowTitle {
  display: table-cell;
  color: #000;
  padding-top: 0.375rem;
  padding-left: 0.9375rem;
  white-space: nowrap;
}
.informationPopup .snapshotRow .snapshotRowData {
  display: table-cell;
  padding-left: 0.9375rem;
  color: #000;
  padding-top: 0.375rem;
  padding-right: 0.5rem;
  /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.informationPopup .assetList ol > li {
  margin-left: 3rem;
  padding-left: 0.125rem;
  list-style: decimal;
}
.informationPopup .infoGreenLabel {
  color: #B3CE6B !important;
}
.informationPopup .sizeByInformation {
  background: #FFF;
  padding: 0 0.625rem 0.625rem;
  margin-bottom: 1px;
}
.informationPopup .sizeByInformation .sizeByRow {
  font-size: 0.75rem;
  display: table-row;
}
.informationPopup .sizeByInformation .sizeByTitle2 {
  padding-left: 0 !important;
}
.informationPopup .sizeByInformation .sizeByTitle {
  display: table-cell;
  color: #000;
  padding-top: 0.375rem;
  padding-left: 0.9375rem;
  white-space: nowrap;
}
.informationPopup .sizeByInformation .sizeByName {
  display: table-cell;
  color: #000;
  padding-top: 0.375rem;
  padding-left: 0.9375rem;
  white-space: nowrap;
}
.informationPopup .sizeByInformation .sizeByValue {
  display: table-cell;
  padding-left: 0.9375rem;
  color: #000;
  padding-top: 0.375rem;
}
.informationPopup .colorByInformation {
  background: #FFF;
  padding: 0 0 0.625rem;
  margin-bottom: 1px;
}
.informationPopup .colorByInformation .colorByRow {
  font-size: 0.75rem;
  display: table-row;
}
.informationPopup .colorByInformation .colorByTitle {
  display: table-cell;
  color: #000;
  padding-top: 0.375rem;
  padding-left: 0.9375rem;
  white-space: nowrap;
}
.informationPopup .colorByInformation .colorByTitle2 {
  padding-left: 0 !important;
}
.informationPopup .colorByInformation .colorByName {
  display: table-cell;
  color: #000;
  padding-top: 0.375rem;
  padding-left: 0.9375rem;
  white-space: nowrap;
}
.informationPopup .colorByInformation .colorCircle {
  border-radius: 50%;
  width: 11px;
  height: 11px;
  display: inline-block;
  background-color: red;
  margin-right: 10px;
}
.informationPopup .colorByInformation .colorByValue {
  display: table-cell;
  padding-left: 0.9375rem;
  color: #000;
  padding-top: 0.375rem;
  width: 100%;
}
.informationPopup .colorByInformation .colorByContextMenuContainer {
  position: relative;
  right: 0;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  top: 0.3rem !important;
  margin-top: -0.5rem;
  padding-top: 3px;
}
.informationPopup .colorByInformation .colorByContextMenuContainer > div {
  margin-right: 5px;
}
.informationPopup .colorByInformation .colorByContext {
  display: table-cell;
  width: 1rem;
  height: 1rem;
  right: 0;
  margin-right: 0.625rem;
  margin-top: 0.25rem;
  text-align: right;
}
.informationPopup .highlightInformation {
  background-color: #FFF;
}
.informationPopup .highlightInformation .highlightCircle {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: red;
  margin-right: 10px;
}
.informationPopup .highlightInformation .highlightCircleParentCell {
  display: table-cell;
}
.informationPopup .highlightInformation .highlightCircleInner {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-left: 2px;
  margin-top: 2px;
  background-color: #FFF;
  display: block;
}
.informationPopup .highlightInformation .highlightRow {
  color: #B3CE6B;
  font-size: 0.75rem;
  padding-left: 25px;
  padding-bottom: 10px;
  margin-right: 15px;
}
.informationPopup .highlightInformation .highlightRowParent {
  padding-top: 5px;
  padding-bottom: 5px;
}
.informationPopup .highlightInformation .highlightRowActive {
  background-color: #191919;
}
.informationPopup .highlightInformation .highlightRowValue {
  display: table-cell;
  vertical-align: top;
  /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.informationPopup .highlightInformation .highlightTitle {
  font-size: 0.938rem;
  padding-top: 15px;
  padding-left: 15px;
}
.informationPopup .highlightInformation .highlightSubTitle {
  color: #000;
  font-size: 0.75rem;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.informationPopup .highlightInformation .partition {
  margin-top: 10px;
  padding-bottom: 15px;
  border-top: solid 1px #303030;
  margin-right: 10px;
}
.informationPopup .highlightInformation .HighlightContextMenuContainer {
  position: relative;
  right: 0;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  top: 50%;
  margin-top: -0.5rem;
  margin-right: 0.625rem;
  padding-top: 3px;
}
.informationPopup .highlightInformation .HighlightContextMenuContainer > div {
  margin-right: 5px;
}
.informationPopup .highlightInformation .highlightByContext {
  display: table-cell;
  width: 1rem;
  height: 1rem;
  right: 0;
  margin-right: 0.625rem;
  margin-top: -18px;
  position: absolute;
}
.informationPopup .informationPopupContent {
  display: table;
  width: 100%;
  padding-right: 0.357rem;
}
.informationPopup .map-popup-span:after {
  content: ' ';
}
.informationPopup .popUpRow {
  display: table-row;
  vertical-align: middle;
  font-size: 0.925rem;
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
}
.informationPopup .popUpRow div {
  color: #000;
  width: 0;
  white-space: normal;
  display: table-cell;
  padding: 0.3rem 1rem;
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
}
.informationPopup .popUpRow .label {
  width: 20rem;
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
  white-space: nowrap;
}
.informationPopup .informationPopupFooter {
  width: 100%;
  height: 0.4rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #FFF;
}
.informationPopup .placeholder {
  background-color: #FFF;
  height: 0.2rem;
}
.informationPopup .sizer {
  width: 16.5625rem;
  background-color: #FFF;
}
.informationPopup .informationPopupTitlePane {
  background-color: transparent;
  margin: -5px 0 5px 5px;
}
.informationPopup .informationPopupTitle {
  color: #000 !important;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  line-height: 100%;
  font-size: 1.25rem;
  font-weight: normal;
  padding: 0 0 10px 5px;
  position: relative;
}
.informationPopup .informationPopupTitle .titleButton {
  margin-right: 0.357rem;
}
.informationPopup .informationPopup .buttonContainer {
  background: #FFF;
  padding: 0 0.625rem;
}
.informationPopup .informationPopup .buttonContainer .actionButton {
  width: 100%;
  margin-top: 0.3125rem;
  margin-left: 0;
  line-height: 1.4rem;
  font-size: 0.83333333rem;
}
.informationPopup .informationPopupCloseIcon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NzY0N0VDNDJFMzBFMzExQjYxNUFDRjlFQzYzNDdDOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RUI0MjJGNDMwNEMxMUUzOTJERjk2RjRGNjA5NTNENiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RUI0MjJGMzMwNEMxMUUzOTJERjk2RjRGNjA5NTNENiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjc3NjQ3RUM0MkUzMEUzMTFCNjE1QUNGOUVDNjM0N0M5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjc3NjQ3RUM0MkUzMEUzMTFCNjE1QUNGOUVDNjM0N0M5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+dKX/6gAAAINJREFUeNpi+P79OzMQLwXiEAYsACiuBcS7gFj0////YIFwIP4PxD/RNUEVv4LK94I1QCUa0TWhKd4IxGxwDVg0FaArBqlB0YCm6T+6YpgGJjQ/rgHib1D2PyBezsnJ+QtZAboGkPu5kOQikW3A5RzCfiAplEiOB1JjmhEjbAkAgAADAGmwE7ARxv/7AAAAAElFTkSuQmCC) no-repeat;
  background-position: center;
}
.informationPopup .informationPopupMaximizeIcon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBENkJCRTczMDRDMTFFM0JCNzI5Q0U2MUQxRjA1RTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBENkJCRTgzMDRDMTFFM0JCNzI5Q0U2MUQxRjA1RTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEQ2QkJFNTMwNEMxMUUzQkI3MjlDRTYxRDFGMDVFMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEQ2QkJFNjMwNEMxMUUzQkI3MjlDRTYxRDFGMDVFMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp+cJBoAAAAxSURBVHjaYvz//z8DKYAFiEnSwcRAIgBp+AjEjERi8mwYcRoY/5MY1Syw8CUWAAQYADcbCQ/t0qEHAAAAAElFTkSuQmCC) no-repeat;
  background-position: center;
}
.informationPopup .informationPopupMinimizeIcon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODEwNDg3QTUzMDRDMTFFMzk0Qjc5MUQwOTkzODREMTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODEwNDg3QTYzMDRDMTFFMzk0Qjc5MUQwOTkzODREMTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MTA0ODdBMzMwNEMxMUUzOTRCNzkxRDA5OTM4NEQxNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MTA0ODdBNDMwNEMxMUUzOTRCNzkxRDA5OTM4NEQxNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpF9lNwAAAArSURBVHjaYvz//z8DKYCJgUQwqoEmGlju3rtLdMy9fv2adBsYSU0aAAEGAJ+qDGslOmIEAAAAAElFTkSuQmCC) no-repeat;
  background-position: center;
}
.informationPopup .disableIcon {
  visibility: collapse;
}
.informationPopup .informationPopupBodyLoadingLayout {
  display: none;
}
.informationPopup .informationPopupBodyLoading {
  font-size: 1.8rem;
  margin-top: 5rem;
  text-align: center;
}
.informationPopup .informationPopupBodyLoadingIcon {
  width: 30px;
  height: 30px;
  background: url(/assets/../images/loading_transparent.gif) no-repeat scroll 0 0 #000;
  background-size: 30px 30px;
  display: inline-block;
  vertical-align: middle;
}
.informationPopup .informationPopupOuterPointer {
  height: 35px;
  width: 50px;
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAMeCAYAAACwezxfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUQxNTU3QUNDRTJGMTFFMkExMzM4NDgzMTU2NTkwRDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUQxNTU3QURDRTJGMTFFMkExMzM4NDgzMTU2NTkwRDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RDE1NTdBQUNFMkYxMUUyQTEzMzg0ODMxNTY1OTBENyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RDE1NTdBQkNFMkYxMUUyQTEzMzg0ODMxNTY1OTBENyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pqq8co8AABuGSURBVHja7J0LdBRV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);
}
.informationPopup #upperLeftPointer {
  background-position: 0 -525px;
  position: absolute;
  top: 3px;
}
.informationPopup #upperRightPointer {
  background-position: 0 -708px;
  margin-left: 165px;
  top: -35px;
}
.informationPopup #lowerLeftPointer {
  background-position: 0 -10px;
}
.informationPopup #lowerRightPointer {
  background-position: 0 -100px;
  margin-left: 178px;
}
.informationPopup .outerPointer {
  box-shadow: none;
  height: 35px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  width: 50px;
  background-color: transparent;
  margin-top: 0 !important;
  top: 100%;
  display: none !important;
}
.informationPopup .outerPointer.bottom.right {
  background-position: 0 -100px;
  top: inherit;
  right: 0;
  bottom: -35px;
}
.informationPopup .outerPointer.bottom.left {
  background-position: 0 -10px;
  top: inherit;
  bottom: -35px;
  left: 0;
}
.informationPopup .outerPointer.top.right {
  background-position: 0 -708px;
  top: -35px;
  right: 0;
}
.informationPopup .outerPointer.top.left {
  background-position: 0 -525px;
  top: -35px;
  left: 0;
}
.informationPopup.informationPopupHoveredTitle .selectionList h2 {
  padding: 0;
}
.informationPopup.informationPopupHoveredTitle .selectionList .dataLayerName {
  padding-top: 0.55rem;
  padding-bottom: 0.6rem;
}
.informationPopup.informationPopupHoveredTitle .contextMenuContainer {
  top: 1.2rem;
}
/* Single Feature Selection */
.singleSelectTemplate {
  background-color: #FFF;
  max-width: 300px;
  max-height: 300px;
}
.singleSelectTemplate .bottomMargin {
  background-color: #FFF;
  padding-bottom: 1rem;
}
/* Feature Cluster selection template */
.wellClusterTemplate {
  min-width: 200px;
}
.wellClusterTemplate .previewBox {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color: #FFF;
  color: #000;
  font-size: 0.83333333rem;
  padding: 0.714rem 0 0.357rem 0;
}
.wellClusterTemplate .previewBox ul {
  list-style: none;
  padding-left: 0.714rem;
  margin: 0;
}
.wellClusterTemplate .previewBox ul li {
  margin-top: 2px;
}
.wellClusterTemplate .previewBox .previewGroupRow {
  padding: 0 0.357rem 0.357rem 0.714rem;
}
.wellClusterTemplate .previewBox .previewItemRow {
  display: table-row;
  width: 100%;
}
.wellClusterTemplate .previewBox .previewItemRow:hover li {
  background-color: #FFF;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAZCAIAAAB2GXNSAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAE0lEQVQoU2OYvkUFGTGM8gc0PABBw7M0wtqj0wAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
}
.wellClusterTemplate .previewBox .previewItemRow .previewItemDetailCell {
  display: table-cell;
  width: 100%;
  padding: 0.357rem 0.357rem 0.357rem 0.714rem;
  vertical-align: middle;
}
.flyout {
  background-color: #FFF;
  position: absolute;
  top: -1px;
  border-radius: 5px;
  z-index: 99999999;
}
.flyout-right {
  right: -145px;
}
.flyout-left {
  right: 205px;
}
.leftArrow:before {
  content: "";
  position: absolute;
  width: 0.5625rem;
  /* 9 / 16 = .5625 */
  height: 1rem;
  top: 2rem;
  left: -0.5625rem;
  /* 9 / 16 = .5625 */
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAlCAYAAACgc9J8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZCQzUxRkUyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZCQzUxRkYyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkJDNTFGQzJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkJDNTFGRDJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmhnm/wAAAGbSURBVHjarJa/boMwEMYhVOXPhgIS79KqGckKYzZ4gQoeokulvAEP0pGqHdqlfQsG1IGlFQOivshU1LV9B42lL8hO/JOD7747cxxHQzFcph2Tx1QzfRjIuFCsO0xJWZa3XdddVlUF8wcUCCcT5DAdGOjF9/0RlOf5G6wxbSW//xEKWgIkgahAMogCXATCgPARLwEJwHQOM4MgqIdhuDFWDNu2n5umuZ7mpiZoFw8ziqKnvu+v1my2LOuxbdvdNN+wYx6TJHlfCsqy7JWB7sQMgBs5wAulvny4MH6bjizOyEAVSMwAFKgDyXJTCcRAMpgUSAGpYL+ARVGQQKcM0ATtljvtJ3faLzRoz5kBG813YNVxGIZwKoM/Y75Otu0/tgRra0JD6m8TbEnQKo1yDqOkk9ZxRZgKSKoBMpgMCCAXqwEqmAB0AbaHKNc5hQ4G4lmyhzjzoAX4T7Dy/R7AatZL3K9xWxiwD/afUo7iZaq/KdZPkpfJYLJCTDJHEaar6ChwDsN6DRQ4wahdkAqYQpGGOX+muv7srOb4LcAAk56b0/Vy5EYAAAAASUVORK5CYII=) 0 -1.25rem no-repeat;
  /* 20 / 16 = 1.25 */
  background-size: 211.1111111% 231.25%;
  /* Full image size is 19 x 37, sprite image within full image is 9 x 16
		(19 / 9) * 100 = 211.1111111%, (37 / 16) * 100 = 2.3125% */
}
.rightArrow:before {
  content: "";
  position: absolute;
  width: 0.5625rem;
  /* 9 / 16 = .5625 */
  height: 1rem;
  top: 2rem;
  right: -0.5rem;
  /* 9 / 16 = .5625 */
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAlCAYAAACgc9J8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZCQzUxRkUyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZCQzUxRkYyRjg5MTFFM0I0Q0ZGNkQzQjEyRkUzMEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkJDNTFGQzJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkJDNTFGRDJGODkxMUUzQjRDRkY2RDNCMTJGRTMwQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmhnm/wAAAGbSURBVHjarJa/boMwEMYhVOXPhgIS79KqGckKYzZ4gQoeokulvAEP0pGqHdqlfQsG1IGlFQOivshU1LV9B42lL8hO/JOD7747cxxHQzFcph2Tx1QzfRjIuFCsO0xJWZa3XdddVlUF8wcUCCcT5DAdGOjF9/0RlOf5G6wxbSW//xEKWgIkgahAMogCXATCgPARLwEJwHQOM4MgqIdhuDFWDNu2n5umuZ7mpiZoFw8ziqKnvu+v1my2LOuxbdvdNN+wYx6TJHlfCsqy7JWB7sQMgBs5wAulvny4MH6bjizOyEAVSMwAFKgDyXJTCcRAMpgUSAGpYL+ARVGQQKcM0ATtljvtJ3faLzRoz5kBG813YNVxGIZwKoM/Y75Otu0/tgRra0JD6m8TbEnQKo1yDqOkk9ZxRZgKSKoBMpgMCCAXqwEqmAB0AbaHKNc5hQ4G4lmyhzjzoAX4T7Dy/R7AatZL3K9xWxiwD/afUo7iZaq/KdZPkpfJYLJCTDJHEaar6ChwDsN6DRQ4wahdkAqYQpGGOX+muv7srOb4LcAAk56b0/Vy5EYAAAAASUVORK5CYII=) -0.7rem -1.25rem no-repeat;
  /* 20 / 16 = 1.25 */
  background-size: 211.1111111% 231.25%;
  /* Full image size is 19 x 37, sprite image within full image is 9 x 16
		(19 / 9) * 100 = 211.1111111%, (37 / 16) * 100 = 2.3125% */
}
#clusterInfoBoxContextMenu {
  position: fixed;
  width: 140px;
  border-radius: 5px;
  padding: 4px;
  background-color: #FFF;
}
#clusterInfoBoxContextMenu .contextMenuItem {
  margin: 0.3125rem;
  /* 5 / 16 = .3125 */
  padding: 0.125rem 0.125rem 0.25rem;
  /* 4 / 16 = .25 */
  text-align: center;
  cursor: pointer;
  color: #FFF;
  /* Context menu button background vertical linear gradient */
  background: #347cd5;
  background: -moz-linear-gradient(top, #347cd5 0, #375bb5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #347cd5), color-stop(100%, #375bb5));
  background: -webkit-linear-gradient(top, #347cd5 0, #375bb5 100%);
  background: -o-linear-gradient(top, #347cd5 0, #375bb5 100%);
  background: -ms-linear-gradient(top, #347cd5 0, #375bb5 100%);
  background: linear-gradient(to bottom, #347cd5 0, #375bb5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#347cd5', endColorstr='#375bb5', GradientType=0);
  line-height: 1.4rem;
  font-size: 0.83333333rem;
  /* 10 / 12 = .83333333 */
}
/* Common styles to panels that slide out from the edge of the screen. */
.popup {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: #FFF;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
#slidePanelContainer {
  top: 0;
  height: 100%;
  /* Required that height is a percentage or a calculated height in pixels to allow the 
		Discovery Panel to be automatically vertically centered. */
}
.slide-out-div {
  /* Fallback for older browsers. */
  background-color: #fff;
  z-index: 2;
  color: #000;
  height: 100%;
  cursor: default;
  border: solid 1px #999999;
}
#discoveryPanel li input[type="button"],
#discoveryPanel .dateRange label,
#discoveryPanel a {
  cursor: pointer;
}
#discoveryPanel ul {
  max-width: 330rem / 16rem;
}
#discoveryPanel a {
  text-decoration: none;
  opacity: 0.875;
  cursor: pointer;
}
#discoveryPanel a:hover,
#discoveryPanel a:focus {
  background-color: transparent;
  text-decoration: none;
  opacity: 1;
}
#discoveryPanel input[type="text"] {
  cursor: text;
}
li.inline {
  padding: 0;
  margin-top: 0.2rem;
  background-color: transparent;
}
li.inline:first-child {
  margin-top: 0;
}
.discoveryList li.inline:hover,
.discoveryList li.inline:focus {
  background-color: transparent;
}
.slide-out-div a.ihs-btn {
  opacity: 1;
}
.slide-out-content {
  z-index: 3;
  height: 100%;
  overflow-y: auto;
}
.slide-out-action-button,
a.slide-out-action-button,
.slide-out-div .slide-out-action-button:hover,
.slide-out-div .slide-out-action-button:focus {
  /* To make opacity work in older browsers (mostly IE7-). See http://css-tricks.com/css-transparency-settings-for-all-broswers/ */
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.86;
  z-index: 100;
  /* 1 higher than .slide-out-content's z-index */
  top: -1px !important;
  /* Overriding normal setting of 0 to accommodate outer border (which is really a box-shadow) */
  color: #FFF;
}
.slide-out-action-button {
  padding: 0;
  display: block;
  outline: none;
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  right: -1.3125rem;
  left: initial;
}
.slide-out-action-button .tab-right-text {
  display: inline-block;
  position: relative;
  font-size: 0.9rem;
  margin: 0;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.063rem;
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr !important;
  -ms-transform-origin: 0 bottom;
  filter: flipv fliph;
}
.slide-out-action-button .tab-left-text {
  display: inline-block;
  position: relative;
  font-size: 0.9rem;
  margin: 0;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-right: 0;
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr !important;
  -ms-transform-origin: 0 bottom;
  filter: flipv fliph;
}
/* To make opacity work in IE9 */
/*.dj_ie9 {
    .slide-out-action-button {
        .tab-right-text {
            -ms-writing-mode: tb-lr !important;
            -ms-transform-origin: 0 bottom;
            filter: flipv fliph;
        }
}
}*/
.fromLeft .slide-out-action-button {
  right: -1.3125rem;
  left: initial;
}
.fromRight .slide-out-action-button {
  right: initial;
  left: -1.3125rem;
}
.customScrollBar {
  margin-top: 15px;
  float: left;
}
.nativeScrollBar {
  position: absolute;
  margin-top: 15px;
  overflow-y: auto;
  overflow-x: hidden;
}
.selections-container {
  background-color: #f9f9f9;
}
.expandable-selections-container > div {
  overflow: hidden;
  display: block;
}
.expandable-selections-container-expander {
  color: #97B424;
  padding-bottom: 0.1rem;
  font-size: 1em;
  padding-left: 0.45rem;
  cursor: pointer;
  font-weight: bold;
}
.expandable-selections-container-open {
  max-height: 29rem !important;
}
.expandable-selections-container-expander > div {
  padding-left: 0.1rem;
  display: table-cell;
  vertical-align: middle;
}
/* Undo doubling up effect of multiple rgba background-color settings. */
.slide-out-div li .selections-container {
  background-color: transparent;
  cursor: default;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.selections-container > div {
  padding-left: 5px;
  line-height: 2rem;
}
.activePopup {
  display: block;
}
.slide-out-div li .clearFloat {
  display: none;
}
/*---------------------------------------------------------------*/
/* Icons */
/*---------------------------------------------------------------*/
.tile-icon-Discover {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='218px' height='128.071px' viewBox='0 45.679 218 128.071' enable-background='new 0 45.679 218 128.071' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23737676' d='M88.223,90.247c0,4.592,3.654,10.074,7.901,16.346c4.839,7.21,10.568,15.704,13.432,26.37 c2.864-10.666,8.593-19.16,13.433-26.37c4.246-6.321,7.9-11.753,7.9-16.346c0-11.803-9.58-21.432-21.383-21.432 C97.704,68.815,88.223,78.444,88.223,90.247z M171.827,76.766h-20.69c-0.198-11.654-9.68-21.086-21.334-21.086 c-7.457,0-14.025,3.901-17.877,9.728c12.643,1.235,22.52,11.951,22.52,24.938c0,5.729-3.951,11.604-8.544,18.42 c-0.05,0.099-0.147,0.197-0.197,0.296c1.63,3.358,3.062,6.913,4.05,10.815c2.863-10.667,8.592-19.161,13.432-26.371 c2.271-3.408,4.395-6.519,5.827-9.432h17.827l29.827,72.987h-176l28.494-72.987h18.025c1.481,2.914,3.555,6.024,5.827,9.432 c4.839,7.209,10.568,15.704,13.432,26.371c1.284-4.84,3.16-9.186,5.284-13.235c-3.951-5.926-7.111-11.16-7.111-16.296 c0-12.099,8.543-22.222,19.95-24.543c-3.802-6.074-10.468-10.123-18.123-10.123c-11.654,0-21.136,9.432-21.333,21.086H44.173 L10,164.32h197.531L171.827,76.766z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: 4.0063rem 2.8813rem;
}
.tileContainer.disabled .tile-icon {
  background: url(data:image/png;base64,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) no-repeat scroll 50% 50% transparent;
  cursor: default;
}
.tileContainer.disabled a {
  cursor: default;
}
/*---------------------------------------------------------------*/
/* Tiles */
/*---------------------------------------------------------------*/
.tile {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 7.5rem;
  height: 7.5rem;
  background-color: #f2f2f2;
  cursor: pointer;
}
.tile.pink {
  background-color: #AB03BA;
}
.tile.brown {
  background-color: #C2A44D;
}
.tile.green {
  background-color: #f2f2f2;
}
.tile.blue {
  background-color: #f2f2f2;
}
.tile .tile-arrow {
  position: absolute;
  width: 0.938rem;
  height: 0.938rem;
  background-color: inherit;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tile .tile-arrow.right {
  top: 50%;
  margin-top: -0.469rem;
  right: -0.469rem;
}
.tile .tile-arrow.left {
  top: 3.8435rem;
  left: -0.469rem;
}
.tile .tile-arrow.top {
  top: -0.469rem;
  left: 3.8435rem;
}
.tile .tile-arrow.bottom {
  bottom: -0.469rem;
  left: 3.8435rem;
}
.tile .tile-icon-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.563rem;
  line-height: 1.563rem;
  width: 100%;
  color: #000;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 0.875em;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0Q1MDdFRDJGN0YwMTFFNDgwMTZGMkFBREI5MTBBODQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0Q1MDdFRDNGN0YwMTFFNDgwMTZGMkFBREI5MTBBODQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRDUwN0VEMEY3RjAxMUU0ODAxNkYyQUFEQjkxMEE4NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDRDUwN0VEMUY3RjAxMUU0ODAxNkYyQUFEQjkxMEE4NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmg9ZuIAAAAiSURBVHjaYmBgYFADYgZlECEHIiRBhDCI4AURHCCCGSDAABDIAKy+S5qwAAAAAElFTkSuQmCC) repeat-x center top;
  z-index: 1;
}
.tile .tile-icon-bar i {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0.3rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.tile:hover {
  background-color: #e4f0fe;
  z-index: 10;
}
.tile:hover .tile-arrow {
  background-color: inherit;
}
.tile:hover .tile-icon-bar {
  background-color: #e4f0fe;
}
.tile-comingsoon {
  background-color: #555555 !important;
}
.tile-comingsoon .tile-icon-bar {
  background-color: #424242 !important;
}
.tile-comingsoon .tile-icon-bar i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzQwRkU0NDFGN0YyMTFFNEJCQzJEMDgzNDQ4QTEwQTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzQwRkU0NDJGN0YyMTFFNEJCQzJEMDgzNDQ4QTEwQTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NDBGRTQzRkY3RjIxMUU0QkJDMkQwODM0NDhBMTBBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NDBGRTQ0MEY3RjIxMUU0QkJDMkQwODM0NDhBMTBBMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgI6z44AAADdSURBVHjaYvz//z8DLQELFjEnIJ4NxEpAPAOIi4H4Gy4Dpu81wVCf6XwGrp4RzQcGQLwDiEGCz4DYCKopB4j/YjEcp3qgJWD1TGh6yoGYA4htgNgYiHuAOAOIVXF4AK4eaCBW9cgW8AGxFhDfB+LHQMwJxHuhchrowQl0PYp6IB9FPZDPghxEK4DYEIgVoN69D6V5gVgGiF8A8W0gtoMaTpR6oK/sYK4KR/O6BhpfAooZSFXPxEBjMGoB0Ra8JELtHyQ20ephFiQC8WU8ir8CcT8Sn2j1jLQu7AACDAB2UEufmWzRDwAAAABJRU5ErkJggg==);
  background-size: 1.75rem 0.875rem;
}
.tile-comingsoon:hover {
  background-color: #555555 !important;
}
.tile-comingsoon:hover .tile-icon-bar {
  background-color: #424242 !important;
}
.tile-teaser {
  background-color: #888888 !important;
}
.tile-teaser .tile-icon-bar {
  background-color: #6c6c6c !important;
}
.tile-teaser .tile-icon-bar i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzQwRkU0NDFGN0YyMTFFNEJCQzJEMDgzNDQ4QTEwQTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzQwRkU0NDJGN0YyMTFFNEJCQzJEMDgzNDQ4QTEwQTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NDBGRTQzRkY3RjIxMUU0QkJDMkQwODM0NDhBMTBBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NDBGRTQ0MEY3RjIxMUU0QkJDMkQwODM0NDhBMTBBMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgI6z44AAADdSURBVHjaYvz//z8DLQELFjEnIJ4NxEpAPAOIi4H4Gy4Dpu81wVCf6XwGrp4RzQcGQLwDiEGCz4DYCKopB4j/YjEcp3qgJWD1TGh6yoGYA4htgNgYiHuAOAOIVXF4AK4eaCBW9cgW8AGxFhDfB+LHQMwJxHuhchrowQl0PYp6IB9FPZDPghxEK4DYEIgVoN69D6V5gVgGiF8A8W0gtoMaTpR6oK/sYK4KR/O6BhpfAooZSFXPxEBjMGoB0Ra8JELtHyQ20ephFiQC8WU8ir8CcT8Sn2j1jLQu7AACDAB2UEufmWzRDwAAAABJRU5ErkJggg==);
  background-size: 1.75rem 0.875rem;
}
.tile-teaser:hover {
  background-color: #888888 !important;
}
.tile-teaser:hover .tile-icon-bar {
  background-color: #6c6c6c !important;
}
.tile-black {
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
  border: 2px solid #307EE9;
}
.tile-icon {
  margin: 0;
  background-position: 50% 60%;
  background-repeat: no-repeat;
  height: 7.5rem;
  width: 7.5rem;
  border: 0;
}
.tilelabel {
  line-height: 0.75rem;
  margin-top: -0.3rem;
}
/*US17731 alignment*/
.tilelabel span {
  color: #000;
  background: none;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  text-align: left;
  text-decoration: none;
  font-size: 0.75rem;
  padding-left: 0 !important;
}
@media screen and (max-height: 720px) {
  .tilelabel {
    line-height: 0.833rem;
  }
  .tilelabel span {
    font-size: 0.833rem;
  }
}
@media screen and (max-width: 1014px) {
  .tilelabel {
    line-height: 0.833rem;
  }
  .tilelabel span {
    font-size: 0.833rem;
  }
}
.tile-icon-AssetSummaries {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 338.6 411' style='enable-background:new 0 0 338.6 411;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M221.2,179.2c-62.3,0-112.9,50.6-112.9,113.1s50.5,113.1,112.9,113.1c62.3,0,112.8-50.6,112.8-113.1 C334,229.8,283.5,179.2,221.2,179.2z M210,378.1L144.7,339l0.4-76.3l65.1,39.2L210,378.1z M157.1,244l64.1-37.6l65,38.1 l-64.1,37.7L157.1,244z M297.5,339l-65,39l0.1-76.3l65.1-39.1L297.5,339z M29.9,352V146.4H145V30.9h118.8v117.7 c8.9,3.7,17.4,8.3,25.3,13.6V5.6H127.2L4.6,128.5v248.8h100.1c-6.9-7.8-13.1-16.2-18.3-25.3H29.9z M119.8,48.9v72.2H47.7 L119.8,48.9z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.tile-icon-ShowBasinSummaries {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 420 450' style='enable-background:new 0 0 420 450;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D %3C/style%3E %3Cg id='basin_summary'%3E %3Cg%3E %3Cpath class='st0' d='M100.2,362.3H34.4V149.1h100.3l10.7,0.2V35.1H260v36.3l24.4-0.2V10H128.2L10,131.4v255.9h90.6L100.2,362.3z M121,52.8v71.3H51.6L121,52.8z'/%3E %3Cg%3E %3Cpath class='st0' d='M170.5,440c-1.3,0-2.7,0-4-0.2l-4-0.7c-6.9-1.4-13-4.8-18.1-10.1C126.8,411,127,376.8,127,351.5 c0-4.1,0-7.8,0-11v-1.6c-0.4-10.8-0.7-20.2,11.6-31.7c11.6-10.8,24.6-19.1,37.4-27.1c4.5-2.8,8.7-5.5,13-8.5 c5.1-3.4,9.8-12.2,13.7-19.5l2.7-4.8c8.7-15.4,13.4-30.6,17.2-44.6c4.3-15.2,14.1-28.3,22.6-40c3.8-5.1,7.4-9.9,10.5-14.9 c0.9-1.6,1.1-2.8,1.6-5.7c0.4-3.4,0.9-8.3,3.6-13.6c6.7-13.6,20.6-21.2,30.7-25.5c15.9-7.1,34.2-4.6,50.6-0.7 c3.6,0.9,6.9,1.8,10.7,2.5c1.6,0.2,3.4,0.5,5.4,0.7c6.9,0.7,15.7,1.6,22.2,7.1c11,9.2,9.4,23.7,8.3,32.4 c-0.2,1.4-0.2,2.5-0.4,3.9c-0.2,3.2,0.7,4.6,6.3,9.9c5.8,5.3,14.3,13.3,15.2,27.8c0.7,11.5,0.2,24.4-1.8,40.5 c-3.1,24.8-6.9,49.7-11.6,73.6c-0.7,3.4-1.3,7.4-2,11.3c-3.1,19.3-6.9,43.5-19.9,58.2c-6.9,8-19.2,10.3-30.2,12.4 c-2.9,0.7-5.8,1.1-7.8,1.8c-17.5,5.3-35.1,10.3-52.6,15.9l-3.4,1.1c-13.4,4.1-27.3,8.5-40.5,13.6c-6,2.3-12.3,5.3-18.8,8.5 c-12.1,6-24.6,12-38.3,14.7c-2,0.7-4.9,1.4-8.7,1.4l0,0C172.9,439.8,171.8,440,170.5,440z M314.6,122.9c-4.9,0-9.2,0.9-13.7,2.8 c-10.1,4.6-16.3,9.4-18.8,14.3c-0.7,1.4-0.9,2.5-1.1,5.1c-0.4,4.1-1.1,9.9-5.1,16.3c-3.6,5.7-7.6,11.3-11.6,16.6 c-7.8,10.3-15.7,21.2-18.6,31.7c-4.3,15.6-9.6,32.4-19.7,50.1l-2.5,4.6c-5.1,9.7-11.6,21.4-21.7,28.3c-4.5,3-9,5.7-13.4,8.7 c-12.3,7.8-23.9,15.2-33.8,24.4c-4,3.9-4,3.9-3.8,12.6v1.6c0,3.4,0,7.4,0,12c0,18.4-0.2,49.2,10.3,60c2.9,3,6.7,4.1,12.1,3.4l0,0 l0,0c12.3-1.6,24.6-7.4,37.4-13.6c6.7-3.2,13.4-6.7,20.6-9.2c13.9-5.5,28.2-9.9,42.1-14.3l3.4-1.1c17.7-5.5,35.1-10.8,52.8-16.1 c2.7-0.9,6-1.6,10.1-2.3c4.7-0.9,14.8-3,17-5.1c8.1-9.2,11.4-30.1,13.9-45.5c0.7-4.4,1.3-8.5,2-12.2c4.5-23.5,8.3-47.6,11.4-72 c1.8-14.3,2.5-25.8,1.8-35.6c-0.2-4.1-2.2-6.2-7.4-11c-6-5.7-15.4-14.3-14.1-30.1c0-1.4,0.2-3.2,0.4-4.8c0.4-3,1.1-9.2,0.2-10.6 c-1.3-0.7-6.5-1.1-9.2-1.6c-2.7-0.2-5.4-0.5-7.6-0.9c-4-0.7-7.8-1.6-11.6-2.8C328.7,124.5,321.5,122.9,314.6,122.9z'/%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M187,388.3c20.6-2.5,17.5-28.1-2.9-25.5C163.5,365.3,166.4,390.8,187,388.3L187,388.3z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M260.9,362.3c20.6-2.5,17.5-28.1-2.9-25.5C237.4,339.3,240.3,364.8,260.9,362.3L260.9,362.3z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M316.4,336.5c20.6-2.5,17.5-28.1-2.9-25.5C292.9,313.3,296,339.1,316.4,336.5L316.4,336.5z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M217.9,341.6c20.6-2.5,17.5-28.1-2.9-25.5C194.4,318.4,197.3,344.1,217.9,341.6L217.9,341.6z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M270.1,295.6c20.6-2.5,17.5-28.1-2.9-25.5C246.6,272.6,249.5,298.1,270.1,295.6L270.1,295.6z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M338.3,282.7c20.6-2.5,17.5-28.1-2.9-25.5C314.8,259.5,317.7,285.2,338.3,282.7L338.3,282.7z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M349.1,221.6c20.6-2.5,17.5-28.1-2.9-25.5C325.6,198.6,328.5,224.3,349.1,221.6L349.1,221.6z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M291.8,240.6c20.6-2.5,17.5-28.1-2.9-25.5C268.3,217.4,271.4,243.2,291.8,240.6L291.8,240.6z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M322.9,180.2c20.6-2.5,17.5-28.1-2.9-25.5C299.4,157.2,302.3,182.7,322.9,180.2L322.9,180.2z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.tile-icon-Discover {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='218px' height='128.071px' viewBox='0 45.679 218 128.071' enable-background='new 0 45.679 218 128.071' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23737676' d='M88.223,90.247c0,4.592,3.654,10.074,7.901,16.346c4.839,7.21,10.568,15.704,13.432,26.37 c2.864-10.666,8.593-19.16,13.433-26.37c4.246-6.321,7.9-11.753,7.9-16.346c0-11.803-9.58-21.432-21.383-21.432 C97.704,68.815,88.223,78.444,88.223,90.247z M171.827,76.766h-20.69c-0.198-11.654-9.68-21.086-21.334-21.086 c-7.457,0-14.025,3.901-17.877,9.728c12.643,1.235,22.52,11.951,22.52,24.938c0,5.729-3.951,11.604-8.544,18.42 c-0.05,0.099-0.147,0.197-0.197,0.296c1.63,3.358,3.062,6.913,4.05,10.815c2.863-10.667,8.592-19.161,13.432-26.371 c2.271-3.408,4.395-6.519,5.827-9.432h17.827l29.827,72.987h-176l28.494-72.987h18.025c1.481,2.914,3.555,6.024,5.827,9.432 c4.839,7.209,10.568,15.704,13.432,26.371c1.284-4.84,3.16-9.186,5.284-13.235c-3.951-5.926-7.111-11.16-7.111-16.296 c0-12.099,8.543-22.222,19.95-24.543c-3.802-6.074-10.468-10.123-18.123-10.123c-11.654,0-21.136,9.432-21.333,21.086H44.173 L10,164.32h197.531L171.827,76.766z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.tile-icon-ScenarioResults {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='121.79px' height='146px' viewBox='31.859 19.436 121.79 146' enable-background='new 31.859 19.436 121.79 146' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23737676' d='M43.754,62.667c5.965,4.982,25.579,8.632,48.982,8.632c23.404,0,43.017-3.649,48.982-8.632 c1.193-1.018,1.896-2.07,1.896-3.158V41.228c0-6.526-22.772-11.79-50.877-11.79S41.86,34.737,41.86,41.228v18.281 C41.86,60.597,42.562,61.649,43.754,62.667z M141.719,122.141V124c-0.245,0.562-0.666,1.123-1.298,1.648 c-3.895,3.334-15.087,6-29.79,7.229c-5.543,0.457-11.543,0.737-17.894,0.737c-6.316,0-12.316-0.246-17.895-0.737 c-14.667-1.229-25.895-3.93-29.754-7.229c-0.632-0.525-1.053-1.087-1.298-1.648v-1.859c-1.228,1.018-1.895,2.07-1.895,3.158 c0,0.14,0,0.35,0,0.35v18.281c0,6.526,22.772,11.824,50.877,11.824c28.07,0,50.876-5.298,50.876-11.824v-18.281 c0,0,0-0.21,0-0.35C143.614,124.211,142.912,123.158,141.719,122.141z M141.719,93.965v1.825 c-0.245,0.562-0.666,1.123-1.298,1.649c-3.895,3.333-15.087,6-29.79,7.228c-5.543,0.457-11.543,0.737-17.894,0.737 c-6.316,0-12.316-0.245-17.895-0.737c-14.667-1.228-25.895-3.895-29.754-7.228c-0.632-0.526-1.053-1.087-1.298-1.649v-1.825 c-1.228,1.018-1.895,2.07-1.895,3.158c0,0.105,0,0.351,0,0.351v18.28c0,1.088,0.702,2.141,1.895,3.158 c5.93,4.982,25.579,8.632,48.982,8.632s43.017-3.649,48.982-8.632c1.193-1.018,1.895-2.07,1.895-3.158v-18.28c0,0,0-0.21,0-0.351 C143.614,96.035,142.912,94.947,141.719,93.965z M141.719,65.754v1.825c-0.245,0.561-0.666,1.123-1.298,1.684 c-3.895,3.298-15.087,6-29.79,7.228c-5.543,0.456-11.543,0.737-17.894,0.737c-6.316,0-12.316-0.281-17.895-0.737 c-14.667-1.263-25.895-3.93-29.754-7.228c-0.632-0.562-1.053-1.123-1.298-1.684v-1.825l0,0l0,0c0,0,0,0,0,0.035 c-1.228,0.982-1.895,2.035-1.895,3.123c0,0.105,0,0.351,0,0.351v18.281c0,1.088,0.702,2.14,1.895,3.158 c5.93,4.982,25.579,8.667,48.982,8.667s43.017-3.684,48.982-8.667c1.193-1.018,1.895-2.07,1.895-3.158V69.263 c0,0,0-0.246,0-0.351C143.614,67.825,142.912,66.737,141.719,65.754z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.tile-icon-AssetViewer {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 420.8 390.5' style='enable-background:new 0 0 420.8 390.5;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bopacity:0.4;fill:%23737676;enable-background:new ;%7D .st1%7Bfill:%23737676;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M271.1,153.7l138.6-76.4c-17.3-30.3-40.3-51.9-71.7-67L271.1,153.7z'/%3E %3Cpath class='st1' d='M232.7,198.7l65.5-147.9c-32.4-14.3-63.9-17.8-98.4-11.1L232.7,198.7z'/%3E %3Cpath class='st1' d='M373.4,117.6l-140.2,82.9l33.5,161.8c34.9-7.8,62.7-24.1,86.8-50.9c23.8-26.5,36.9-55.6,41-90.7h0.1 c0-0.4,0-0.9,0.1-1.3c0.1-0.5,0.1-1,0.2-1.5h-0.1C397.9,182.5,391.2,148.4,373.4,117.6z'/%3E %3Cpath class='st1' d='M232.3,371.7l11.5-2.4L175,42.4H78l-66.9,327l11.5,2.3l8.2,8.5l96.5-93.6l96.7,93.6L232.3,371.7z M75,174.7 l51.8-30l52,30l5.1,24.2l-56.5,54.8l-57.2-55.3L75,174.7z M81.3,143.7l4.6-22.6l17.2,10L81.3,143.7z M150.3,131l17.1-9.9 l4.8,22.5L150.3,131z M155.9,65.9l6.5,30.8l-35.6,20.6L91,96.7l6.3-30.8C97.3,65.9,155.9,65.9,155.9,65.9z M41.9,336.6 l22.6-110.8l45.8,44.4L41.9,336.6z M189.6,226.1l23.2,110.2L144.3,270L189.6,226.1z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.tile-icon-Conventional {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 416.3 414.1' style='enable-background:new 0 0 416.3 414.1;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bopacity:0.9;fill:%23737676;enable-background:new ;%7D .st1%7Bfill:%23737676;%7D .st2%7Bopacity:0.75;%7D .st3%7Bopacity:0.5;fill:%23737676;enable-background:new ;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpolygon class='st0' points='124.5,161.7 88.1,161.7 37.2,151.8 8.4,141.9 8.1,225.9 34.8,230.8 93.9,216.6 124.5,215 '/%3E %3Cpolygon class='st0' points='368.9,112 305.1,131.9 263.5,151.8 203.1,161.7 164.5,161.7 164.5,216.8 204.2,224.3 288.6,237.4 320.8,224 408.1,232.4 408.1,122 '/%3E %3C/g%3E %3Cpath class='st1' d='M154.5,325.2V150.9h-20v174.3c-11.3,4.1-19.4,14.7-19.4,27.4c0,16.1,13.2,29.2,29.4,29.2 c16.3,0,29.4-13.1,29.4-29.2C173.9,339.9,165.8,329.3,154.5,325.2z'/%3E %3Cpath id='derrick_13_' class='st1' d='M121.4,8.1L88.1,156.7l5.6,1.1l3.9,3.9l46.8-42.6l46.7,42.6l4-3.9l5.6-1.1L168.4,8.1H121.4 z M166.7,54.2l-10.5-5.8l8.4-4.5L166.7,54.2z M130.7,18.8h28.4l3,14l-17.3,9.4l-17.2-9.4L130.7,18.8z M125.1,43.9l8.3,4.5 l-10.6,5.7L125.1,43.9z M103.2,141.8l11.3-50.1l21.9,20L103.2,141.8z M185.9,141.9l-33.2-30.2l22.2-20.1L185.9,141.9z M172.2,79.1l-27.7,25.2l-27.3-24.9l2.5-11l25.1-13.6l25,13.6L172.2,79.1z'/%3E %3Cg class='st2'%3E %3Cpolygon class='st1' points='124.5,234.9 93.9,236.4 34.8,250.7 8.1,245.7 8.1,285.5 34.8,290.5 93.9,276.2 124.5,274.6 '/%3E %3C/g%3E %3Cg%3E %3Cg class='st2'%3E %3Cpath class='st1' d='M408.1,266.4v-14.2l-17.8-1.7C396.8,255.1,402.8,260.5,408.1,266.4z'/%3E %3C/g%3E %3Cg class='st2'%3E %3Cpath class='st1' d='M270.6,254.5l-66.4-10.3l-39.7-7.5v39.8l39.7,7.5l38.3,5.9C249.1,276,258.7,263.9,270.6,254.5z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cpath class='st3' d='M232.9,332.1c0-8.1,1.1-15.9,2.9-23.4l-31.6-4.9l-39.7-7.5v22.6c11.8,7,19.4,19.7,19.4,33.6 c0,21.6-17.7,39.2-39.4,39.2s-39.4-17.6-39.4-39.2c0-13.9,7.6-26.7,19.4-33.6v-24.5L93.9,296l-59.1,14.3l-26.7-5V406h258.1 C245.8,387.8,232.9,361.5,232.9,332.1z'/%3E %3Cpath class='st3' d='M399.9,406h8.2v-8.2C405.5,400.7,402.8,403.5,399.9,406z'/%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath class='st1' d='M333.1,258.2c-41,0-74.3,33.1-74.3,73.9s33.3,73.9,74.3,73.9c41.1,0,74.3-33.1,74.3-73.9 C407.3,291.3,374.1,258.2,333.1,258.2z M325.7,388.2l-43-25.5l0.3-49.9l42.9,25.6L325.7,388.2z M290.9,300.6l42.2-24.6 l42.8,24.9l-42.2,24.6L290.9,300.6z M383.3,362.7l-42.8,25.4v-49.8l42.9-25.6L383.3,362.7z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.tile-icon-Unconventional {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='151.11px' height='147.87px' viewBox='17.871 18.983 151.11 147.87' enable-background='new 17.871 18.983 151.11 147.87' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpolygon opacity='0.9' fill='%23737676' enable-background='new ' points='49.639,77.935 37.41,75.541 27.967,72.262 27.869,97.18 36.656,99.344 49.639,96.295 '/%3E %3Cpolygon opacity='0.9' fill='%23737676' enable-background='new ' points='146.131,62.492 125.246,69.017 111.574,75.541 91.771,78.787 62.754,78.787 62.754,94.361 73.738,93.771 92.853,97.508 121.279,101.935 130.361,99.246 158.983,102 158.983,65.738 '/%3E %3C/g%3E %3Cg opacity='0.75'%3E %3Cpath fill='%23737676' d='M158.983,111.017v-4.655l-5.836-0.559C155.279,107.312,157.246,109.082,158.983,111.017z'/%3E %3C/g%3E %3Cg%3E %3Cg opacity='0.75'%3E %3Cpath fill='%23737676' d='M92.164,103.738l-18.328-3.476l-11.082,0.558v13.049l11.082-0.558l18.328,3.476l12.557,1.934 c2.164-4.557,5.313-8.523,9.182-11.639L92.164,103.738z'/%3E %3C/g%3E %3Cg opacity='0.75'%3E %3Cpolygon fill='%23737676' points='49.639,102.721 36.623,105.869 27.869,104.229 27.869,117.279 36.623,118.918 49.639,115.771 '/%3E %3C/g%3E %3C/g%3E %3Cpath opacity='0.5' fill='%23737676' enable-background='new ' d='M156.295,156.853h2.688v-2.688 C158.131,155.115,157.246,156,156.295,156.853z'/%3E %3Cg%3E %3Cpath opacity='0.5' fill='%23737676' enable-background='new ' d='M98.59,147.705h-2.229l1.771,2.951l0.196,0.327l0.131,0.394 c0.59,1.967,0.099,4-1.115,5.476h15.148c-3.672-3.278-6.558-7.41-8.459-12C102.853,146.558,100.853,147.705,98.59,147.705z'/%3E %3Cpath opacity='0.5' fill='%23737676' enable-background='new ' d='M88.164,156.853c-0.426-0.491-0.754-1.05-0.984-1.673 l-4.065-7.475h-3.967l1.771,2.951l0.197,0.327l0.131,0.394c0.59,1.967,0.098,4-1.115,5.476H88.164L88.164,156.853z'/%3E %3Cpath opacity='0.5' fill='%23737676' enable-background='new ' d='M69.902,155.18l-4.066-7.475 c-4.721,0-8.623-1.508-11.574-4.459c-4.459-4.492-4.623-10.394-4.623-11.508v-9.443l-12.983,3.147l-8.754-1.64v33.05h43.016 C70.492,156.361,70.131,155.803,69.902,155.18z'/%3E %3Cpath opacity='0.5' fill='%23737676' enable-background='new ' d='M62.754,131.738c0,2.918,2.099,2.918,3.082,2.918 l4.066-7.477c0.885-2.327,3.082-3.836,5.574-3.836c0.59,0,1.147,0.099,1.705,0.263c3.147,0.951,4.918,4.263,4,7.377 l-0.131,0.394l-0.197,0.361l-1.771,2.982h3.967l4.065-7.475c0.853-2.263,2.951-3.738,5.377-3.804l-0.394-0.065l-18.328-3.475 l-11.082,0.557L62.754,131.738L62.754,131.738z'/%3E %3Cpath opacity='0.5' fill='%23737676' enable-background='new ' d='M94.721,123.705c2.951,1.049,4.623,4.229,3.705,7.246 l-0.131,0.393l-0.197,0.361l-1.771,2.983h2.229c1.148,0,2.197,0.295,3.115,0.819c-0.098-0.95-0.164-1.901-0.164-2.885 c0-2.656,0.361-5.213,0.951-7.672L94.721,123.705z'/%3E %3C/g%3E %3Cpath fill='%23737676' d='M98.853,137.935h-8l4.688-7.901c0.426-1.41-0.394-2.886-1.803-3.313 c-0.262-0.064-0.525-0.098-0.754-0.098c-1.147,0-2.229,0.754-2.557,1.901l-5.147,9.41H73.606l4.688-7.901 c0.426-1.41-0.393-2.886-1.803-3.313c-0.262-0.064-0.524-0.098-0.754-0.098c-1.147,0-2.229,0.754-2.558,1.901l-5.147,9.41h-1.967 c-5.869,0-6.36-4.688-6.36-6.164V75.246h-6.558v56.459c0,0.557,0.033,5.574,3.672,9.213c2.295,2.328,5.41,3.508,9.246,3.508 h1.967l5.147,9.41c0.361,1.147,1.41,1.902,2.558,1.902c0.262,0,0.524-0.033,0.787-0.132c1.41-0.427,2.229-1.901,1.803-3.312 l-4.688-7.869h11.672l5.147,9.41c0.361,1.147,1.41,1.902,2.558,1.902c0.262,0,0.524-0.033,0.754-0.132 c1.41-0.427,2.229-1.901,1.803-3.312l-4.688-7.869h8c1.803,0,3.279-1.475,3.279-3.246 C102.131,139.377,100.656,137.935,98.853,137.935z'/%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23737676' d='M134.623,108.033c-13.443,0-24.361,10.852-24.361,24.262s10.918,24.263,24.361,24.263 c13.442,0,24.36-10.853,24.36-24.263S148.098,108.033,134.623,108.033z M132.197,150.688l-14.1-8.394l0.1-16.36l14.064,8.394 L132.197,150.688z M120.787,121.935l13.836-8.065l14.033,8.196l-13.836,8.065L120.787,121.935z M151.115,142.328l-14.033,8.36 v-16.36l14.065-8.394L151.115,142.328z'/%3E %3C/g%3E %3C/g%3E %3Cpath fill='%23737676' d='M71.771,78.787l0.688-0.656l1.836-0.361l-10.59-48.787h-15.41L37.869,75.639l5.574,1.082L55.869,65.41 l14.623,13.344L71.771,78.787L71.771,78.787z M63.147,44.131l-3.442-1.902l2.754-1.508L63.147,44.131z M51.344,32.492h9.312 l0.983,4.59l-5.672,3.082l-5.64-3.082L51.344,32.492z M49.476,40.721l2.721,1.476l-3.476,1.869L49.476,40.721z M42.295,72.885 l3.672-16.459l7.18,6.557L42.295,72.885z M46.885,52.361l0.82-3.607l8.229-4.492l8.197,4.492l0.787,3.541l-9.082,8.263 L46.885,52.361z M65.836,56.361l3.606,16.524l-10.885-9.935L65.836,56.361z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.tile-icon-PortfolioViewer {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 419.4 300.9' style='enable-background:new 0 0 419.4 300.9;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bopacity:0.75;fill:%23737676;%7D .st1%7Bfill:%23737676;%7D .st2%7Bopacity:0.5;fill:%23737676;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M268.4,91c-2.3,0.5-4.6,0.6-6.9,0.6c-12.9,0-25.9,0-38.8,0c-1.5,0-2,0.3-1.9,1.9c0.1,2.1,0.1,4.2,0,6.3 c-0.1,3.6-2.7,6.1-6.2,6.2c-3.5,0-7,0-10.5,0c-3.6,0-6.2-2.6-6.2-6.2c0-2.2-0.1-4.4,0-6.6c0.1-1.3-0.4-1.6-1.6-1.6 c-12.7,0-25.5-0.1-38.2,0.1c-10.5,0.1-19.1-3.5-25.8-11.6c0,19.6,0.3,59.3,0.5,59.6c1.7,4.7,5.3,7.4,10.4,7.4c4.5,0,9,0,13.5,0 c39.4,0,78.9,0,118.3,0c5.9,0,9.3-2.4,11.3-7.9c0.1-0.2,0.3-39.6,0.3-59.2C281.7,85.8,275.7,89.5,268.4,91z'/%3E %3Cpath class='st1' d='M285.9,38.3c-1.5-4.6-5.4-7.4-10.4-7.4c-13.1,0-26.1,0-39.2,0c0-4.7,0-9.7,0-10.3c-0.1-6-4.4-10.6-10.4-10.6 c-11.2-0.1-22.4-0.1-33.6,0c-5,0-9,3.3-10.1,8.1c-0.3,1.3-0.3,7.3-0.3,12.9c-3.8,0-7.6,0-11.4,0c-9,0-18.1,0-27.1,0 c-5.9,0-9.3,2.4-11.2,8.1c0,0.1-0.3,19.8-0.3,29.6c0.2,0.4,0.4,0.9,0.5,1.3c3.3,9.7,12.5,16.4,22.8,16.4c13.6,0.1,27.2,0,40.8,0.1 c1.2,0,1.5-0.4,1.5-1.5c-0.1-2.2-0.1-4.3,0-6.5c0.1-3.7,2.5-6.3,6.2-6.4c3.6-0.1,7.1-0.1,10.7,0c3.6,0.1,6.1,2.7,6.1,6.3 c0,2.3,0,4.6,0,6.9c0,0.8,0.3,1.1,1.1,1.1c14,0,28,0.1,42-0.1c10.1-0.2,18.9-7.2,22.1-16.7c0.1-0.3,0.3-0.6,0.4-1 C286.4,58.8,286.1,38.7,285.9,38.3z M190.9,30.9c0-4.6,0-9.4,0-10.1c0-1.3,0.6-2,1.9-2c10.9,0,21.9,0,32.8,0c1.3,0,1.9,0.7,1.9,2 c0,0.6,0,5.4,0,10.1C215.4,30.9,203.2,30.9,190.9,30.9z'/%3E %3Cpath class='st2' d='M213.7,77.2c-3,0.1-6,0.1-9,0c-1.3,0-1.8,0.4-1.8,1.7c0,6.7,0,13.4,0,20c0,1.3,0.5,1.8,1.8,1.8c3,0,6-0.1,9,0 c1.4,0,1.9-0.5,1.9-1.9c-0.1-3.3,0-6.6,0-9.9c0-3.3,0-6.5,0-9.8C215.6,77.8,215.2,77.2,213.7,77.2z'/%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath class='st1' d='M323.4,198.8L300.5,186v-26.6l23,13.4L323.4,198.8z M327.9,198.1l0.1-25.2l21.4-11.2V186L327.9,198.1z M325.8,169L303,155.6l22-12.4l24.1,13.6L325.8,169z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath class='st1' d='M246.2,253l-22.9-12.9v-26.6l23,13.4L246.2,253z M250.7,252.3l0.1-25.2l21.4-11.2v24.3L250.7,252.3z M248.7,223.2l-22.9-13.4l22-12.4l24.1,13.6L248.7,223.2z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath class='st1' d='M169.1,253l-22.9-12.9v-26.6l23,13.4L169.1,253z M173.6,252.3l0.1-25.2l21.4-11.2v24.3L173.6,252.3z M171.6,223.2l-22.9-13.4l22-12.4l24.1,13.6L171.6,223.2z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath class='st1' d='M92,198.8L69.1,186v-26.6l23,13.4L92,198.8z M96.5,198.1l0.1-25.2l21.4-11.2V186L96.5,198.1z M94.4,169 l-22.9-13.4l22-12.4l24.1,13.6L94.4,169z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cpath class='st2' d='M391,157.4c-10.9-11.5-23.7-19.7-37.5-26.4c-5.1-2.5-10.5-3.1-11.7-2.3c29.1,15.3,46.9,35.8,46.9,58.2 c0,47.6-80.2,86.2-179.1,86.2S30.5,234.5,30.5,186.9c0-22.6,18-43.1,47.5-58.5c0.9-1.5-5.6-0.9-11.7,2 c-14.3,6.7-27.5,15.1-38.7,26.7C4.3,181.5,4.5,212.8,27.9,237c10.6,10.9,23.1,19.1,36.7,25.6c37.9,18.1,78.4,25.3,120,27.9 c22.7,1.4,45.3,0.8,68-1.5c30.7-3.1,60.8-9.3,89.4-21c17.9-7.4,34.7-16.6,48.3-30.7c10.4-10.8,17.5-23.4,17.9-38.8 C408.7,182.2,401.8,168.9,391,157.4z'/%3E %3C/g%3E %3C/svg%3E");
}
.tile-icon-CustomViewer {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 409 327.7' style='enable-background:new 0 0 409 327.7;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23737676;%7D .st1%7Bopacity:0.4;fill:%23737676;enable-background:new ;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M280.5,47.7V3.8H126.2v43.9H4.8v276.1h399.4V47.7H280.5z M152.7,28.9h102v18.8h-102L152.7,28.9L152.7,28.9z M370.9,289.8H37V79h333.9V289.8L370.9,289.8z M142.1,102.6l-3.9,76.7l68.1-43.5C194.8,118.2,170.4,102.6,142.1,102.6z M220.5,235.8c2.3,1.3,4.9,2.1,7.7,2.1c8.6,0,15.5-6.8,15.5-15.1c0-1-0.1-1.9-0.3-2.7l20.3-49.7c4.4-1.3,8-4.4,9.8-8.4 l78.8-20.5l-5-18.2l-78.8,20.5c-2.6-1.9-5.8-3-9.3-3c-8.6,0-15.5,6.8-15.5,15.2c0,2.7,0.8,5.3,2.1,7.5l-18.1,44.3 c-6.8,0.2-12.4,4.6-14.3,10.6l-90.3,25.8l5.4,18L220.5,235.8z M290.4,192.6c-8.6,0-15.6,6.8-15.6,15.2c0,1.3,0.2,2.5,0.5,3.6 l-21.1,26.7c-6.1,0.1-11.4,3.7-13.8,8.8l-97.5,22.8l4.5,18.3l97.6-22.8c2.6,2,5.9,3.2,9.5,3.2c8.6,0,15.6-6.8,15.6-15.1 c0-1.3-0.2-2.5-0.5-3.7l21.1-26.7c3.4-0.1,6.5-1.2,9.1-3l47.8,12.2l4.9-18.2l-47.7-12.1C302.2,196.4,296.8,192.6,290.4,192.6z' /%3E %3C/g%3E %3Cpath class='st1' d='M113.3,240.3l80.7-23.5c2.4-7.3,3-12.9,3-20.9c0-14.3-4.1-27.7-11.1-39.1l-46.1,30.1l-10.6,6.9l0.6-12.6 l2.9-59.6c-3.7-0.6-7.5-1-11.4-1c-41.8,0-75.6,33.7-75.6,75.3s33.8,75.3,75.6,75.3c0.4,0,0.8-0.1,1.2-0.1L113.3,240.3z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.tile-icon-FieldSummaries {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='144.53px' height='151.021px' viewBox='21.41 17.44 144.53 151.021' enable-background='new 21.41 17.44 144.53 151.021' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23737676' d='M66.787,145.541c-0.099-2.099-2.164-4.197-2.164-4.197H39.508V72.426H72.82l3.574,0.033V35.541h38.032 v11.771l8.099-0.033V27.442H70.656L31.41,66.688v82.722h36.688C68.098,149.41,66.885,147.639,66.787,145.541z M68.295,41.246 v23.082H45.213L68.295,41.246z'/%3E %3Cpath fill='%23737676' d='M137.508,96.197l4.328,20.426l-3.705,0.787l-4.262,2.328l-2.623,2.721l-15.64-15.082L100,122.459 l-2.623-2.721l-4.229-2.296l-3.705-0.754l4.885-23.738c-2.262,0.426-4.557,0.918-6.885,1.574c-2.262,0.623-4.459,1.115-6.59,1.64 c-13.377,3.18-18.82,4.951-18.558,16.951c0.197,8.459,2.787,10.787,6.361,14.032c3.246,2.918,7.246,6.558,9.606,14.491 c3.935,13.378,20.623,16.492,22.754,16.82h16.196c2.164-0.361,18.853-3.541,22.754-16.82c2.328-7.934,6.361-11.573,9.607-14.491 c3.573-3.213,6.164-5.573,6.36-14.032C156.131,101.147,150.754,99.344,137.508,96.197z'/%3E %3Cpath fill='%23737676' d='M132.426,112.098l1.836-0.393l-11.016-52.197h-15.574l-10.721,52.197l1.869,0.36l1.312,1.345 l15.475-14.951l15.509,14.951L132.426,112.098z M107.18,80.656l8.296-4.787l8.327,4.787l0.82,3.869l-9.049,8.754l-9.181-8.82 L107.18,80.656z M108.197,75.705l0.754-3.607l2.754,1.607L108.197,75.705z M119.279,73.672l2.754-1.574l0.754,3.607 L119.279,73.672z M120.164,63.279l1.049,4.918l-5.705,3.279l-5.737-3.279l1.017-4.918H120.164z M101.869,106.492l3.639-17.705 l7.345,7.082L101.869,106.492z M125.574,88.853l3.705,17.606l-10.984-10.59L125.574,88.853z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.tile-icon-AvailableOpportunities {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='151.15px' height='150.82px' viewBox='16.523 16.688 151.15 150.82' enable-background='new 16.523 16.688 151.15 150.82' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Crect x='26.524' y='60.623' opacity='0.5' fill='%23737676' enable-background='new ' width='29.049' height='28.295'/%3E %3Crect x='94.59' y='94.59' opacity='0.5' fill='%23737676' enable-background='new ' width='29.048' height='28.294'/%3E %3Crect x='128.623' y='129.213' fill='%23737676' width='29.049' height='28.295'/%3E %3Crect x='26.524' y='26.688' fill='%23737676' width='63.082' height='28.295'/%3E %3Cpolygon fill='%23737676' points='94.918,89.246 123.279,89.246 123.279,55.312 157.312,55.312 157.312,26.361 94.918,26.361 '/%3E %3Cpolygon fill='%23737676' points='89.246,60.295 60.885,60.295 60.885,94.229 26.853,94.229 26.853,123.18 89.246,123.18 '/%3E %3Crect x='60.558' y='129.213' fill='%23737676' width='63.081' height='28.295'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.tile-icon-Midstream {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='153px' height='146px' viewBox='17.167 18.833 153 146' enable-background='new 17.167 18.833 153 146' xml:space='preserve'%3E %3Cg id='pipe__x2B__valve_1_'%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23737676' d='M66.633,90.533v-14.4c0,0,0.2-7.367,7.633-7.367c7.434,0,38.733,0,38.733,0s7.066,0,7.066,7.367 s0,14.4,0,14.4h13.6c0,0,7.268,0.2,7.268,7.733c0,7.567,0,49.833,0,49.833s0,7.367-7.268,7.367c-7.266,0-80.466,0-80.466,0 s-6.8-0.367-6.8-7.2s0-50.2,0-50.2S45.967,90.7,53.2,90.7C60.467,90.7,66.633,90.533,66.633,90.533z'/%3E %3Crect x='145.6' y='101.033' fill='%23737676' width='14.5' height='42.633'/%3E %3Crect x='26.767' y='101.033' fill='%23737676' width='14.533' height='42.633'/%3E %3Crect x='81.533' y='51.033' fill='%23737676' width='23.667' height='12.934'/%3E %3Cpath fill='%23737676' d='M129.2,35.833h-22.9c-0.267-3.934-5.966-7.034-13-7.034c-7.033,0-12.733,3.133-13,7.034H57.767 c-3.3,0-6,2.667-6,5.933s2.7,5.934,6,5.934h71.467c3.3,0,5.967-2.667,5.967-5.934C135.166,38.5,132.5,35.833,129.2,35.833z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.tile-icon-GlobalWells {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='172.38px' height='210.48px' viewBox='13.81 -5.24 172.38 210.48' enable-background='new 13.81 -5.24 172.38 210.48' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23737676' d='M170.048,99.714c-1,2.524-3.857,3.809-6.429,2.809L46.524,57c-2.524-1-3.81-3.857-2.81-6.381 l2.619-6.667c1-2.523,3.857-3.809,6.428-2.809l117.096,45.523c2.523,1,3.809,3.857,2.809,6.381L170.048,99.714z'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%23737676' d='M176.19,139.381c0-3.477-2.856-6.381-6.381-6.381h-15.333c-3.477,0-6.381,2.857-6.381,6.381v49.477 c0,3.477,2.856,6.381,6.381,6.381h15.333c3.476,0,6.381-2.857,6.381-6.381V139.381z'/%3E %3C/g%3E %3Crect x='154.143' y='92.524' fill='%23737676' width='5.953' height='65.286'/%3E %3Cpolygon fill='%23737676' points='111.429,115.285 108.381,110.19 72.476,131.429 75.524,136.571 '/%3E %3Cpolygon fill='%23737676' points='116.285,152.619 118.762,147.19 80.762,130 78.286,135.429 '/%3E %3Cpolygon fill='%23737676' points='111.334,116.143 113.81,110.715 81.476,96.095 79,101.477 '/%3E %3Cpolygon fill='%23737676' points='120.238,153.285 117.19,148.19 69.048,176.666 72.143,181.762 '/%3E %3Crect x='164.429' y='98.81' fill='%23737676' width='6' height='65.286'/%3E %3Crect x='38.952' y='59.429' fill='%23737676' width='6' height='135.81'/%3E %3Cg%3E %3Cpath fill='%23737676' d='M23.81,190.238c0,2.714,2.238,4.952,4.952,4.952h100.572c2.713,0,4.951-2.238,4.951-4.952v-0.096 c0-2.714-2.238-4.952-4.951-4.952H28.762c-2.714,0-4.952,2.238-4.952,4.952V190.238z'/%3E %3C/g%3E %3Cpolygon fill='%23737676' points='60.952,4.762 70.19,12.286 38.952,94.857 29.81,89.952 23.81,63.762 '/%3E %3Cpolygon fill='%23737676' points='72.762,190.857 59.952,188.143 86.476,61.857 99.238,64.571 '/%3E %3Cpolygon fill='%23737676' points='91.238,65.143 103.952,62.095 134.334,189.715 121.619,192.762 '/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.xtile-icon {
  background-size: contain;
  height: 3.6rem;
  background-position: 50% center;
  background-repeat: no-repeat;
}
.xtilelabel {
  height: 1.75rem;
  color: #000;
  font-size: 0.75rem;
  padding: 0.3rem 0.625rem;
}
.xtile-divider {
  border-right: thin solid #FFFFFF;
}
/* restyling for bootstrap tooltips
----------------------------------------------------------*/
.tooltip.vn-qb-info-popup-class.top:before,
.tooltip.vn-qb-info-popup-class.bottom:before,
.tooltip.vn-qb-info-popup-class.right:before,
.tooltip.vn-qb-info-popup-class.left:before,
.tooltip.vn-qb-info-popup-class.right-top:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.vn-qb-info-popup-class .tooltip-inner {
  max-width: 235px;
  max-height: 105px;
  text-align: left;
  padding: 10px;
  color: #000;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 0;
  overflow-y: auto;
}
.tooltip.vn-qb-info-popup-class.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* right
----------------------------------------------------------*/
.tooltip.vn-qb-info-popup-class.right {
  margin-left: 3px;
  padding: 0 0 0 9px;
}
.tooltip.vn-qb-info-popup-class.right .tooltip-inner {
  margin-left: 0;
}
.tooltip.vn-qb-info-popup-class.right .tooltip-arrow {
  border-right-color: #FFF;
  left: 0;
  border-width: 6px 10px 6px 0;
}
.tooltip.vn-qb-info-popup-class.right:before {
  border-right-color: #000;
  left: -1px;
  top: 50%;
  margin-top: -6px;
  border-width: 7px 11px 7px 0;
}
/* left
----------------------------------------------------------*/
.tooltip.vn-qb-info-popup-class.left {
  margin-right: 3px;
  padding: 0 9px 0 0;
}
.tooltip.vn-qb-info-popup-class.left .tooltip-inner {
  margin-right: 0;
}
.tooltip.vn-qb-info-popup-class.left .tooltip-arrow {
  border-left-color: #FFF;
  right: 0;
  border-width: 6px 0 6px 10px;
}
.tooltip.vn-qb-info-popup-class.left:before {
  border-left-color: #000;
  right: -1px;
  top: 50%;
  margin-top: -6px;
  border-width: 7px 0 7px 11px;
}
/* top
----------------------------------------------------------*/
.tooltip.vn-qb-info-popup-class.top {
  margin-bottom: 3px;
  padding: 0 0 9px 0;
}
.tooltip.vn-qb-info-popup-class.top .tooltip-inner {
  margin-bottom: 0;
}
.tooltip.vn-qb-info-popup-class.top .tooltip-arrow {
  border-top-color: #FFF;
  bottom: 0;
  border-width: 10px 6px 0 6px;
}
.tooltip.vn-qb-info-popup-class.top:before {
  border-top-color: #000;
  bottom: -1px;
  left: 50%;
  margin-left: -6px;
  border-width: 11px 7px 0 7px;
}
/* bottom
----------------------------------------------------------*/
.tooltip.vn-qb-info-popup-class.bottom {
  margin-top: 3px;
  padding: 9px 0 0 0;
}
.tooltip.vn-qb-info-popup-class.bottom .tooltip-inner {
  margin-top: 0;
}
.tooltip.vn-qb-info-popup-class.bottom .tooltip-arrow {
  border-bottom-color: #FFF;
  top: 0;
  border-width: 0 6px 10px 6px;
}
.tooltip.vn-qb-info-popup-class.bottom:before {
  border-bottom-color: #000;
  top: -1px;
  left: 50%;
  margin-left: -6px;
  border-width: 0 7px 11px 7px;
}
/* right-top
----------------------------------------------------------*/
.tooltip.vn-qb-info-popup-class.right-top {
  margin-left: 3px;
  padding: 0 0 0 9px;
}
.tooltip.vn-qb-info-popup-class.right-top .tooltip-inner {
  margin-top: -11px;
  margin-left: 0;
}
.tooltip.vn-qb-info-popup-class.right-top .tooltip-arrow {
  border-right-color: #FFF;
  left: 0;
  top: 4px;
  margin-top: -2px;
  border-width: 6px 10px 6px 0;
}
.tooltip.vn-qb-info-popup-class.right-top:before {
  border-right-color: #000;
  left: -1px;
  top: 2px;
  margin-top: -5px;
  border-width: 7px 11px 7px 0;
}
/* restyling for bootstrap tooltips
----------------------------------------------------------*/
.tooltip.vn-qb-combined-query-info-popup_class.top:before,
.tooltip.vn-qb-combined-query-info-popup_class.bottom:before,
.tooltip.vn-qb-combined-query-info-popup_class.right:before,
.tooltip.vn-qb-combined-query-info-popup_class.left:before,
.tooltip.vn-qb-combined-query-info-popup_class.right-top:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.vn-qb-combined-query-info-popup_class .tooltip-inner {
  max-width: 235px;
  max-height: 100px;
  text-align: left;
  padding: 10px;
  color: #000;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 9px;
  overflow-y: auto;
}
.tooltip.vn-qb-combined-query-info-popup_class.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* right
----------------------------------------------------------*/
.tooltip.vn-qb-combined-query-info-popup_class.right {
  margin-left: 3px;
  padding: 0 0 0 9px;
}
.tooltip.vn-qb-combined-query-info-popup_class.right .tooltip-inner {
  margin-left: 0;
}
.tooltip.vn-qb-combined-query-info-popup_class.right .tooltip-arrow {
  border-right-color: #FFF;
  left: 0;
  border-width: 6px 10px 6px 0;
}
.tooltip.vn-qb-combined-query-info-popup_class.right:before {
  border-right-color: #000;
  left: -1px;
  top: 50%;
  margin-top: -6px;
  border-width: 7px 11px 7px 0;
}
/* left
----------------------------------------------------------*/
.tooltip.vn-qb-combined-query-info-popup_class.left {
  margin-right: 3px;
  padding: 0 9px 0 0;
}
.tooltip.vn-qb-combined-query-info-popup_class.left .tooltip-inner {
  margin-right: 0;
}
.tooltip.vn-qb-combined-query-info-popup_class.left .tooltip-arrow {
  border-left-color: #FFF;
  right: 0;
  border-width: 6px 0 6px 10px;
}
.tooltip.vn-qb-combined-query-info-popup_class.left:before {
  border-left-color: #000;
  right: -1px;
  top: 50%;
  margin-top: -6px;
  border-width: 7px 0 7px 11px;
}
/* top
----------------------------------------------------------*/
.tooltip.vn-qb-combined-query-info-popup_class.top {
  margin-bottom: 3px;
  padding: 0 0 9px 0;
}
.tooltip.vn-qb-combined-query-info-popup_class.top .tooltip-inner {
  margin-bottom: 0;
}
.tooltip.vn-qb-combined-query-info-popup_class.top .tooltip-arrow {
  border-top-color: #FFF;
  bottom: 0;
  border-width: 10px 6px 0 6px;
}
.tooltip.vn-qb-combined-query-info-popup_class.top:before {
  border-top-color: #000;
  bottom: -1px;
  left: 50%;
  margin-left: -6px;
  border-width: 11px 7px 0 7px;
}
/* bottom
----------------------------------------------------------*/
.tooltip.vn-qb-combined-query-info-popup_class.bottom {
  margin-top: 3px;
  padding: 9px 0 0 0;
}
.tooltip.vn-qb-combined-query-info-popup_class.bottom .tooltip-inner {
  margin-top: 0;
}
.tooltip.vn-qb-combined-query-info-popup_class.bottom .tooltip-arrow {
  display: none;
}
.tooltip.vn-qb-combined-query-info-popup_class.bottom:before {
  border-bottom-color: #999999;
  top: -1px;
  left: 50%;
  margin-left: -6px;
  border-width: 0 7px 11px 7px;
}
/* right-top
----------------------------------------------------------*/
.tooltip.vn-qb-combined-query-info-popup_class.right-top {
  margin-left: 3px;
  padding: 0 0 0 9px;
}
.tooltip.vn-qb-combined-query-info-popup_class.right-top .tooltip-inner {
  margin-top: -7px;
}
.tooltip.vn-qb-combined-query-info-popup_class.right-top .tooltip-arrow {
  border-right-color: #FFF;
  left: 0;
  top: 4px;
  margin-top: -5px;
  border-width: 6px 10px 6px 0;
}
.tooltip.vn-qb-combined-query-info-popup_class.right-top:before {
  border-right-color: #000;
  left: -1px;
  top: 3px;
  margin-top: -5px;
  border-width: 7px 11px 7px 0;
}
#assetViewerAssetList {
  top: 5px;
  left: 0;
  /*bottom: 50px;*/
  max-width: 12800px;
  min-width: 0;
  overflow: hidden !important;
  background: #FFF;
  color: rgba(0, 0, 0, 0.85);
  position: absolute;
  /*z-index: 1000;*/
}
#assetViewerAssetList .querySearch {
  border-radius: 3px;
  margin: 0 0 0 10px;
}
#assetViewerAssetList > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
#assetViewerAssetList .vn-asset-list-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
}
#assetViewerAssetList #vn-asset-list {
  position: relative;
  height: 100%;
}
#assetViewerAssetList #vn-asset-list > div {
  position: relative;
  height: 100%;
}
#assetViewerAssetList #vn-asset-list .assetListNormal {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  height: calc(100% - 2rem);
  top: 1rem;
}
#assetViewerAssetList #assetViewerList {
  position: relative;
  height: 100%;
}
.mainItemContainer > .mainItem > .itemText {
  display: inline-block;
  text-overflow: ellipsis;
  max-width: 170px;
  min-width: 170px;
  overflow: hidden;
  color: #000;
}
.assetList .panelTitle {
  font-size: 1.4375rem;
  margin-left: 0.75rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  margin: 10px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.assetList .assetListNormal,
.assetList .assetListComparison,
.assetList .assetListLoading {
  padding-left: 0;
  bottom: 20px;
  position: absolute;
  top: 125px;
  margin: 0 0 0 10px;
  font-size: 0.85em;
}
.assetList .assetListNormal ol.assetListAssets,
.assetList .assetListComparison ol.assetListAssets {
  bottom: 0px;
  position: absolute;
  overflow-x: hidden;
  width: 100%;
  margin-top: 1px;
}
.assetList .assetListNormal li,
.assetList .assetListComparison li {
  background-color: #FFF;
  margin-bottom: 1px;
  display: flex;
  align-items: flex-start;
}
.assetList .assetListNormal > li > ol,
.assetList .assetListComparison > li > ol {
  padding-left: 0;
}
.assetList .assetListComparison ol {
  top: 30px;
}
.assetList #companyShare {
  top: 0;
  position: relative;
  height: 100%;
  margin: 0;
  width: 100%;
}
.assetList #companyShare .companyShareList {
  height: calc(100% - 3rem);
  display: flex;
  flex-direction: column;
}
.assetList #companyShare .companyShareList .companyShareFeedback {
  padding-bottom: 5px;
}
.assetList #companyShare .companyShareList .companyShareFeedback .clearAll {
  float: right;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjM3QkUwQzQ3MTYwMTFFMjlGNDk5QTVFQUE1OTMxN0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjM3QkUwQzU3MTYwMTFFMjlGNDk5QTVFQUE1OTMxN0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMzdCRTBDMjcxNjAxMUUyOUY0OTlBNUVBQTU5MzE3QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMzdCRTBDMzcxNjAxMUUyOUY0OTlBNUVBQTU5MzE3QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgklZkEAAACvSURBVHjabJDNDcIwDIVNlAWyQlYo555YAUagI9AR4NQzjEBGgBHKCqzQEcCWPiODeNJTnOQ9/6366SUBRdlxPpWP+JlDfFbu5Rsm3mGUxOP1j1CoMiuri020xW1ZFoQnWEj2ETvuGEw0/lToMoFQykquMR2Vh2CoKZQ1NO4FQ/xbEo/ewkjGmU0McTOZ/mzAjfLGKRgcF8/su5Qg9BkqrQ1xz43BWujT2/BE8hZgAFPgKYS60dAyAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  color: #307ee9;
  cursor: pointer;
  padding-right: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 0.78rem;
  height: 0.78rem;
}
.assetList #companyShare .companyShareList .companyShareFeedback .clearAll:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUJCRERFNDg3MTYwMTFFMjhGRUU4RkI5OTU5RTMxNDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUJCRERFNDk3MTYwMTFFMjhGRUU4RkI5OTU5RTMxNDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQkJEREU0NjcxNjAxMUUyOEZFRThGQjk5NTlFMzE0NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQkJEREU0NzcxNjAxMUUyOEZFRThGQjk5NTlFMzE0NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlK2U90AAACxSURBVHjabJDNDcIwDIVNlAWyQg4sUEZgBRiBjkBHgHNPMAI5MACMUFZgha6ALX1GpuJJT3GS9/y3Gu9rCSjKjvOtfMXPHOKL8iC/MPEeoyQeb3+EQpVJWV1soh1uyzIjPMNCsq/Y8cRgomFRocsEQikrucF0Uh6DoaZQ1tC4Fwzxb048egsDGSc20cfNZPqzAbfKB6dgcFw9s+9SgtBnqLTWxz03BmuhT2/DE8lHgAEAlGspIDmrl5oAAAAASUVORK5CYII=);
  color: #97B424;
}
.assetList #companyShare .companyShareList .companyShareFeedback .companySelection {
  min-height: 3rem;
  margin-left: 0.575rem;
}
.assetList #companyShare .companyShareList .companyShareFeedback .selectedCompaniesList {
  clear: both;
  max-height: 8.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 1px;
  color: #97B424;
  cursor: pointer;
}
.assetList #companyShare .companyShareList .companyShareFeedback .selectedCompaniesList > div .clearCompanySelection {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjkyRURDOUIzNzUyMTFFMzk1NzU4RTA4OUYwNDk5MzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjkyRURDOUMzNzUyMTFFMzk1NzU4RTA4OUYwNDk5MzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCOTJFREM5OTM3NTIxMUUzOTU3NThFMDg5RjA0OTkzNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCOTJFREM5QTM3NTIxMUUzOTU3NThFMDg5RjA0OTkzNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgkuYXYAAAEsSURBVHja5JWxccMwDEUJnxfQCmo8gDJCBkhjjxA17u0R4t5NMkLSpI9HsAZI4xU0wjd5/jzBlECeKxXGHY6ipEd8gAIlANyctnAz21JPjr8rPa28Nxwv3jv9cPv2n19Z5J4HuqIAZZ/e35N7YYENxZSCj3mRGw9cSlvwPRHcMZuz97oQPM+L1DkBAVwzy5Btz/sHekWBVvCH+SkB0U5cJID7JJPGkDDNA/e8SGMJiA9qlrtj8A/vO/WetQ1jPgQXMflUQK+ufzivmE1vvGfzQM9uMPlUwEmNMfNYiTbpiCkb+CHzLJ+24YEf0av3P46Oi0T7ylRg4EVsPlTGqEDsdafguGc1t6U1u+B22OR5oC2dAyHIi/oGnCrhpngIATYPjHh5+p/R7AKuAgwA5d5vAS+dvhAAAAAASUVORK5CYII=) 0 0 no-repeat;
  background-size: 200% 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  visibility: hidden;
}
.assetList #companyShare .companyShareList .companyShareFeedback .selectedCompaniesList > div:hover .clearCompanySelection {
  visibility: visible;
  cursor: pointer;
}
.assetList #companyShare .companyShareList .companyShareFeedback .selectedCompaniesList > div:hover .clearCompanySelection:hover {
  background-position: 100% 0;
}
.assetList #companyShare .companyShareList .companyShareFeedback .show-more {
  color: #97B424;
  cursor: pointer;
  margin: 5px;
}
.assetList #companyShare .companyShareList .companyShareFeedback .noCompanySelection {
  height: 2rem;
}
.assetList #companyShare .companyShareList .companyShareFeedback .noCompanySelection span {
  display: inline-block;
  margin-top: 0.7rem;
}
.assetList #companyShare .companyShareList .all {
  background-position: -18px 0;
}
.assetList #companyShare .companyShareList .some {
  background-position: -36px 0;
}
.assetList #companyShare .loading {
  height: 100%;
  text-align: center;
  background-color: #FFF;
  border-top: solid #1b2226 2px;
}
.assetList #companyShare .loading .loadingMessage {
  display: inline-block;
  margin-top: 50px;
  text-align: center;
  vertical-align: middle;
}
.assetList #companyShare .loading .loadingMessage .loadingText {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.assetList #companyShare .loadFailed {
  height: 100%;
  text-align: center;
  background-color: #FFF;
  border-top: solid #1b2226 2px;
}
.assetList #companyShare .loadFailed .loadFailedMessage {
  display: inline-block;
  margin-top: 50px;
}
.assetList #companyShare .loadFailed .loadFailedMessage button {
  margin-left: 10px;
}
.assetList #companyShare .loadFailed .loadFailedMessage span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEUzRjA4ODZFQTk3MTFFNEE2RkRFQUUyOTAxODkzRUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEUzRjA4ODdFQTk3MTFFNEE2RkRFQUUyOTAxODkzRUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRTNGMDg4NEVBOTcxMUU0QTZGREVBRTI5MDE4OTNFQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRTNGMDg4NUVBOTcxMUU0QTZGREVBRTI5MDE4OTNFQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoI0eiYAAAC3SURBVHjaYvzv5saAB3hA6R24FLDg0QyS6wNiRiDeA8R/sCliwmNAFhBrArEGlM1AigHCQFyHxK+DihFtALoGELueWAM0kZzMCMUgkAmVI2hAH47AhQUqXgO8kKIOV7R64TKAFYh7GQiDXqhaDAMyoVGGDP5DMTLQgKqFBBI0JYJC+TYQC6IpZkQyCBm8B2JVIH4Lc0EDFs34gCBUD9gF2kD6AoFkjQ2AkrY+E55oIwRAevoBAgwAccQblik5W2sAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  padding-left: 20px;
}
.assetList .companyShareSearch {
  position: relative;
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
}
.assetList .companyShareSearch .discoverySearchFieldContainer {
  flex-grow: 1;
}
.assetList .companyShareSearch .discoverySearchFieldContainer .discoverySearchField {
  box-sizing: border-box;
}
.assetList .companyShareSearch .companyShareSearchField {
  width: 100%;
}
.assetList .noAssetsSearched {
  white-space: pre-line;
}
.assetList .resultSearchFieldContainer {
  border: 1px solid #999999;
  display: inline-block;
  position: relative;
}
.assetList .resultSearchField {
  color: #222 !important;
  font-size: 0.9375rem !important;
  height: 1.625rem;
  border: solid 2px transparent;
  padding: 0 2rem 0 0.75rem;
}
.assetList .resultSearchField input {
  outline: none;
  height: 100%;
  width: 100%;
  border: 0 none;
  padding: 0;
}
.assetList .resultSearchField input::-ms-clear {
  display: none;
}
.assetList .resultSearchField:focus {
  border: solid 2px #97B424;
  outline: none;
}
.assetList .resultSearchField.active {
  border: solid 2px #97B424;
  outline: none;
}
.assetList .resultSearchFieldClear {
  height: 100%;
  width: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUJCRERFNDg3MTYwMTFFMjhGRUU4RkI5OTU5RTMxNDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUJCRERFNDk3MTYwMTFFMjhGRUU4RkI5OTU5RTMxNDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQkJEREU0NjcxNjAxMUUyOEZFRThGQjk5NTlFMzE0NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQkJEREU0NzcxNjAxMUUyOEZFRThGQjk5NTlFMzE0NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlK2U90AAACxSURBVHjabJDNDcIwDIVNlAWyQg4sUEZgBRiBjkBHgHNPMAI5MACMUFZgha6ALX1GpuJJT3GS9/y3Gu9rCSjKjvOtfMXPHOKL8iC/MPEeoyQeb3+EQpVJWV1soh1uyzIjPMNCsq/Y8cRgomFRocsEQikrucF0Uh6DoaZQ1tC4Fwzxb048egsDGSc20cfNZPqzAbfKB6dgcFw9s+9SgtBnqLTWxz03BmuhT2/DE8lHgAEAlGspIDmrl5oAAAAASUVORK5CYII=) no-repeat center center transparent;
  position: absolute;
  top: 0;
  right: 0.2rem;
}
.assetList .resultSearchFieldClear:hover {
  cursor: pointer;
}
.assetList .ui-match {
  color: #97B424;
  display: inline-block;
  _display: inline;
  white-space: pre;
}
.assetList .mainItemContainer {
  white-space: nowrap;
  width: auto;
  height: 30px;
}
.assetList .itemText {
  white-space: nowrap;
  line-height: 30px;
  padding-left: 10px;
  display: inline-block;
  max-width: 220px;
  min-width: 150px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.assetList .itemAlternativeMatchText {
  color: #b3ce6b;
}
.assetList .mainItem {
  float: left;
  display: inline-block;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.assetList .childItem {
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.assetList .childItem .itemText {
  margin-left: 1.5rem;
  padding-right: 10px;
  display: block;
}
.assetList .assetListNormal .itemSelected {
  background-color: #e0e7ef;
}
.assetList .assetListNormal .itemSelected:hover {
  background-color: #e4f0fe;
}
.assetList .expanderContainer {
  float: right;
  display: inline-block;
  position: relative;
  width: 20px;
}
.assetList .expander {
  position: relative;
  top: 6px;
  height: 20px;
  width: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAABIAgMAAAC1opAZAAAADFBMVEVlLWcAAAAwfun///8SeoD0AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfdCAYOJyJyVG/HAAABzklEQVRYw+1VMY6DMBDEttKkScUn+ERIcT0nwX9QynsFugrxCqQ84L6CdC2Sw469NoYuK90pSqbZEfJIw3pnnWWvCDOmlaDKtBJ0m1bgNKWVcKjSSjh2aQXOc1oJeZ1WQtGnFbDWWeZKaBpnmSthGJxlrvjV35+RLBtrR7auPj9KsqyapmTr+vurJct6GNpg3dxuI1mG2FtXl0tJliH21vX12pJliIN1sjqfXcPIOne5zl3DyDp3uS9cw8g6i810ita9WFWHaN2LdXeM1oN4NHtxqfbiVu/Fu3vmDq/vmTuc3PP/id94rR32ZOMpjaRoGTy8hkQLULR6RUtf9tyIHjrRE/vG82AKtxxZFW45si7ccmQGkiXQK6YgWQK9YhqSJdArhsPLZIcBPY/u8DLZYUDz0h/OijCgRetlyzoghl1AyyTHN0pFjl1Ay6TAN0pFgV2AZWKRxSkwEjfIYpUxI/GALHYZM7lYZFvUMNFViYbkjT/FKSztyA5haUd2DPcT2WY+HEvnw7F0Phxzx2d+cQwYjtf84igwHO/5xdH+yZr9bFs7U6piKJCqmlIVQ4FU9ZSqjIMIx5tIwvEmknC8zfOjYpFtWcNEVyUakmfEHaCHfhj0ITQwAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: -220px -54px;
  cursor: pointer;
}
.assetList .expanderOpen {
  background-position: -206px -20px;
}
.assetList .expanderClosed {
  background-position: -220px -54px;
}
.assetList .ihs-checkbox {
  margin-left: 5px;
}
.assetList .checkBoxImage {
  display: inline-block;
  width: 16px;
  height: 40px;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAQCAYAAABz9a1kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjZGQ0NCQTc4RDhCMTFFMjk1QTU5MUJCMkEyNkI1RDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjZGQ0NCQTg4RDhCMTFFMjk1QTU5MUJCMkEyNkI1RDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NkZDQ0JBNThEOEIxMUUyOTVBNTkxQkIyQTI2QjVEMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NkZDQ0JBNjhEOEIxMUUyOTVBNTkxQkIyQTI2QjVEMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhjWVVsAAAD1SURBVHjaYvTz9//PQAHYuGEDI4j2DwigyBwWKM1Ipn50y8k2h4lhkACWgbDUNeG6JJAKAeJZuxdo/hwQhwAdIQyk1gKxJRC/AeLlIHGmAXDEJqgjFgPxFpgcEw0sYwJiUSziMlCLrYB4ERAnAqPlM80cAgRTgfg40GI1JEeIA6ltQGwBxEuAOAnoiL+0TqxfgVgZZDHQAS5A+iPUEbrQ6EhGdwRNHAK0pAToAFBOqALi7VCHGQHxDKBcJi59NEmsQAurgVQHEGsAsTEQz8bnCJrmGqDFlSAHQLNq1oAWaEDHpBGrdtAU8YOurvlPJfPINgcgwAABmEY7JNW4uQAAAABJRU5ErkJggg==) 0 0 no-repeat;
  cursor: pointer;
}
.assetList .checkBoxImageChecked {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAQCAYAAABz9a1kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjZGQ0NCQTc4RDhCMTFFMjk1QTU5MUJCMkEyNkI1RDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjZGQ0NCQTg4RDhCMTFFMjk1QTU5MUJCMkEyNkI1RDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NkZDQ0JBNThEOEIxMUUyOTVBNTkxQkIyQTI2QjVEMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NkZDQ0JBNjhEOEIxMUUyOTVBNTkxQkIyQTI2QjVEMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhjWVVsAAAD1SURBVHjaYvTz9//PQAHYuGEDI4j2DwigyBwWKM1Ipn50y8k2h4lhkACWgbDUNeG6JJAKAeJZuxdo/hwQhwAdIQyk1gKxJRC/AeLlIHGmAXDEJqgjFgPxFpgcEw0sYwJiUSziMlCLrYB4ERAnAqPlM80cAgRTgfg40GI1JEeIA6ltQGwBxEuAOAnoiL+0TqxfgVgZZDHQAS5A+iPUEbrQ6EhGdwRNHAK0pAToAFBOqALi7VCHGQHxDKBcJi59NEmsQAurgVQHEGsAsTEQz8bnCJrmGqDFlSAHQLNq1oAWaEDHpBGrdtAU8YOurvlPJfPINgcgwAABmEY7JNW4uQAAAABJRU5ErkJggg==) -18px 0 no-repeat;
}
.assetList .edit {
  height: 20px;
  width: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDhEODE5OURFMkEyMTFFNEI1MzBGMjQ2Nzg5Nzg1MjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDhEODE5OUVFMkEyMTFFNEI1MzBGMjQ2Nzg5Nzg1MjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEOEQ4MTk5QkUyQTIxMUU0QjUzMEYyNDY3ODk3ODUyMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEOEQ4MTk5Q0UyQTIxMUU0QjUzMEYyNDY3ODk3ODUyMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiYa2QwAAANGSURBVHja7N3NitUwGAbgEkZEEcWtiLgQEUFQceEvzog6rTfgzktx4TUIXoNr0ZmFwiDi72IUXSgiuPAGBkREXPiFKc7ROUnTJE3eNu8HL3POgX7l5KGT5Czahereu4rlXecltyU3JRsxGiqOaRDGimRZsirZR5D8GHvb92djoRAkHKOKiUKQOBjRUAgSDyMKCkHiYgSjEKS7LvTECEIhSDfGIw8MbxSCmOt0IIYXCkHM9UXyIVIvZxSCmEv/FHJD8jwlCkHAUAiyVacku3OjEGRrn7EmeZgbhSD/bvoWc6MoYmzb9GVFUcSYu8/IhqKIYazFdmOYFEURw1qXE6PcV8SAQdG97ihiQKD87aGIERXlReivAYoYUVGanijbri5FjGwoc//VKWJkQTHOO4oYyVGsiwBFjKQonSsyRYxkKE7LY0WMZChLLnsVRYxkKOsuTRQxkqFUJYAgYURBUcQYpE5KjpYEgoyh54ta8rYUkDFgvCxlDpk0xthAJo8xJpAiMMYCUgzGGECKwkAHKQ4DGaRIDFSQYjEQQYrGQAMpHgMJhBhAIMQAAiEGEAgxgECIAQRCDCAQYgCBEAMIhBhAIMQAAiEGEAgxgECIAQRCDCAQYgCBEAMIhBhAIMQAAiEGEAgxgECIAQRCDCCQM8TAAvks+UQMHBD9xa9J3hADZw5BQpkUhgvIgcp8ZwKN8poYaUFuSR5YUK5nQpkkhguIvmnKFTCUyWJ0geg7LZ9rX6OgTBqjC+SqZMfM+9wok8foAqnnfJYLpQgMH5AcKMVg2EBOSA5ajkuFUhSGDaRxOHZolOIwbCC14/FDoRSJYQLZI7nYo4cLyiti+IP8v9yNgbLsiFI0hgmk9uwVilI8hgmkCejni0IMA8hxyaHAnn1RiGEBaSL1dUUhRgdIHbG3C8oSMcwgerl7KXL/LpR1EphB9ODtHOAcNhSWBaQe8DxE8QBpBjrHb8lTyWPJfg65vRbav8ckhyP2/VZtPkp0tYXY4FD3Awm9On5Jns0gvOfQhoH4zB9fZwCeSL5zOOOA7Ko2n3nhehXox1rr52N85PANA2Jb7vIqyAAyO3/8bFdEGmCFV0EekCOSuy3AmuQHhyVf/RFgALI4c0cS2yToAAAAAElFTkSuQmCC);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align: bottom;
}
.assetList .selected,
.assetList .edit:hover {
  height: 20px;
  width: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUZERUJGODZFMkEyMTFFNEFFQjVCQkY5NTUxMDYzN0MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUZERUJGODdFMkEyMTFFNEFFQjVCQkY5NTUxMDYzN0MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRkRFQkY4NEUyQTIxMUU0QUVCNUJCRjk1NTEwNjM3QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRkRFQkY4NUUyQTIxMUU0QUVCNUJCRjk1NTEwNjM3QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrMOqagAAANHSURBVHja7N3NahUxGAbgMSiiiOJWRLoQEUHwb+EvtqJ2xhtw56W48BrEe3At2i4qFBG1umhBF4oILryBgoiIC7/QwR7tSSYnySTvTN4PXnrOgfmGk4dpkrOY2fVo5XzF8q7LkvuSu5LNGA0VxzQIY0myKFmWHCJIfoyD7fuLsVAIEo5RxUQhSByMaCgEiYcRBYUgcTGCUQjSXVdmxAhCIUg3xjMPDG8UgpjrXCCGFwpBzPVF8iFSL2cUgphL/xRyR/IqJQpBwFAIsl1nJftzoxBke5+xKnmaG4Ug/2765nOjKGLs2PRlRVHEmLrPyIaiiGGs+XZjmBRFEcNa1xOjPFbEgEHRvR4oYkCg/O2hiBEV5XXorwGKGFFRmhlRdlxdihjZUKb+q1PEyIJinHcUMZKjWBcBihhJUTpXZIoYyVCclseKGMlQFlz2KooYyVDWXZooYiRDqUoAQcKIgqKI0UudkZwoCQQZQ88XtWSjFJAhYLwpZQ4ZNcbQQEaPMSSQIjCGAlIMxhBAisJABykOAxmkSAxUkGIxEEGKxkADKR4DCYQYQCDEAAIhBhAIMYBAiAEEQgwgEGIAgRADCIQYQCDEAAIhBhAIMYBAiAEEQgwgEGIAgRADCIQYQCDEAAIhBhAIMYBAiAEEQgwgkAvEwAL5LPlEDBwQ/cVvSd4RA2cOQUIZFYYLyJHKfGcCjfKWGGlB7kmeWFBuZ0IZJYYLiL5pyg0wlNFidIHoOy1fal+joIwaowvkpmTPxPvcKKPH6AKpp3yWC6UIDB+QHCjFYNhATkuOWo5LhVIUhg2kcTi2b5TiMGwgtePxfaEUiWECOSC5OkMPF5Q1YviD/L/cjYGy6IhSNIYJpPbsFYpSPIYJpAno54tCDAPIKcmxwJ6zohDDAtJE6uuKQowOkDpibxeUBWKYQfRy91rk/l0o6yQwg+jB29vDOWwoLAtI3eN5iOIB0vR0jt+SF5IVyWEOub12t39PSuYi9v1WbT1KdLmF2ORQzwYSenX8krycQHjPoQ0D8Zk/vk4APJd853DGAdlXbT3zwvUq0I+11s/H+Mjh6wfEttzlVZABZHL++NmuiDTAEq+CPCDHJQ9bgFXJDw5LvvojwACcynNh1JnT5wAAAABJRU5ErkJggg==);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.assetList .mainItemContainer:hover {
  background-color: #e4f0fe;
}
.assetList .mainItemContainer:hover .edit {
  display: inline-block;
}
.assetList li:hover {
  background-color: #e4f0fe;
}
.assetList .editSelected {
  background-position: -20px 0;
}
.assetListNormal ol {
  top: 0px;
}
.editContainer {
  float: right;
  position: relative;
  top: 6px;
}
.editContainer span.datasetStatusIcon {
  position: absolute;
  left: -26px;
  top: -4px;
}
.assetListPortfolioHeader {
  font-size: 1.4375rem;
  margin-left: 0.75rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  margin-top: 10px;
  margin-left: 0;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.assetListPortfolioHeader > div {
  display: flex;
  align-items: center;
}
.assetListPortfolio {
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  width: 100%;
}
.assetListPortfolioItemAssetItem {
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  height: 1.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.assetListPortfolioExpander {
  position: relative;
  top: 0;
  height: 20px;
  width: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAABIAgMAAAC1opAZAAAADFBMVEVlLWcAAAAwfun///8SeoD0AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfdCAYOJyJyVG/HAAABzklEQVRYw+1VMY6DMBDEttKkScUn+ERIcT0nwX9QynsFugrxCqQ84L6CdC2Sw469NoYuK90pSqbZEfJIw3pnnWWvCDOmlaDKtBJ0m1bgNKWVcKjSSjh2aQXOc1oJeZ1WQtGnFbDWWeZKaBpnmSthGJxlrvjV35+RLBtrR7auPj9KsqyapmTr+vurJct6GNpg3dxuI1mG2FtXl0tJliH21vX12pJliIN1sjqfXcPIOne5zl3DyDp3uS9cw8g6i810ita9WFWHaN2LdXeM1oN4NHtxqfbiVu/Fu3vmDq/vmTuc3PP/id94rR32ZOMpjaRoGTy8hkQLULR6RUtf9tyIHjrRE/vG82AKtxxZFW45si7ccmQGkiXQK6YgWQK9YhqSJdArhsPLZIcBPY/u8DLZYUDz0h/OijCgRetlyzoghl1AyyTHN0pFjl1Ay6TAN0pFgV2AZWKRxSkwEjfIYpUxI/GALHYZM7lYZFvUMNFViYbkjT/FKSztyA5haUd2DPcT2WY+HEvnw7F0Phxzx2d+cQwYjtf84igwHO/5xdH+yZr9bFs7U6piKJCqmlIVQ4FU9ZSqjIMIx5tIwvEmknC8zfOjYpFtWcNEVyUakmfEHaCHfhj0ITQwAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: -220px -54px;
  cursor: pointer;
}
.assetListPortfolioExpander .expanderOpen {
  background-position: -206px -20px;
}
.assetListPortfolioExpander .expanderClosed {
  background-position: -220px -54px;
}
.assetListSelectAll .nvCheckBoxContainer {
  width: 220px !important;
  height: 30px !important;
}
.assetListSelectAll .nvCheckBoxDisplay {
  padding-left: 10px;
  font-size: 0.85em;
}
.company-share .clear-selection {
  visibility: hidden;
}
.company-share:hover .clear-selection {
  visibility: visible;
}
[vn-asset-list-portfolio] {
  height: calc(100% - 1.2rem);
}
#vn-asset-list-portfolio {
  padding: 10px;
  height: 100%;
}
#vn-asset-list-portfolio .portfolioAssetList {
  height: calc(100% - 5rem);
}
#vn-asset-list-portfolio .portfolioAssetList.smaller-height {
  height: calc(100% - 11rem);
}
#vn-asset-list-portfolio-company-share {
  height: calc(100% - 7rem);
}
#vn-asset-list-portfolio-company-share .SelectAllItem {
  position: relative;
  margin-bottom: 1px;
  margin-top: 1px;
}
#companyShareContainer {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  flex-shrink: 1;
}
#companyShareContainer > ul > li .highlighted {
  color: #97B424;
}
#companyShareContainer .assetPartnersTitle {
  margin-top: 3px;
  margin-bottom: 1px;
  padding-top: 0.43rem;
  padding-bottom: 0.43rem;
  padding-left: calc(16px + 0.7125rem);
  font-size: 1rem;
}
#companyShareContainer .nvCheckBoxContainer {
  width: 99%;
}
#companyShareContainer .nvCheckBoxContainer.ultimateParent {
  font-weight: bold;
}
#companyShareContainer .nvCheckBoxContainer .nvCheckBoxContainer {
  font-size: 0.85em;
}
#companyShareContainer .nvCheckBoxContainer .nvCheckBox + label {
  width: calc(100% - 0.875rem - 16px);
}
#companyShareContainer .nvCheckBoxHierarchy {
  position: relative;
  top: auto;
  padding: 0.43rem 0;
}
.default-height {
  height: 100%;
}
#customViewerAssetList {
  height: 100%;
  overflow: hidden;
}
#portfolioExpanded {
  position: relative;
  height: 96%;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  width: 100%;
}
.FilterFeedbackArea > a {
  cursor: pointer;
}
.asset-list-magnifier-img {
  background-image: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' fill='%23307ee9' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Crect width='16' height='16' id='icon-bound' fill='none' /%3E %3Cpath d='M15.708,13.587l-3.675-3.675C12.646,8.92,13,7.751,13,6.5C13,2.91,10.09,0,6.5,0S0,2.91,0,6.5S2.91,13,6.5,13 c1.251,0,2.42-0.354,3.412-0.967l3.675,3.675c0.389,0.389,1.025,0.389,1.414,0l0.707-0.707 C16.097,14.612,16.097,13.976,15.708,13.587z M3.318,9.682C2.468,8.832,2,7.702,2,6.5s0.468-2.332,1.318-3.182S5.298,2,6.5,2 s2.332,0.468,3.182,1.318C10.532,4.168,11,5.298,11,6.5s-0.468,2.332-1.318,3.182C8.832,10.532,7.702,11,6.5,11 S4.168,10.532,3.318,9.682z' /%3E %3C/svg%3E");
  background-size: 100% 100%;
  height: 18px;
  width: 22px;
  display: inline-block;
}
.countryAccordion {
  height: calc(100% - 3rem);
}
.btnRunScenario {
  color: #307EE9;
  /*Blue*/
  background: none;
  margin: 0;
  text-wrap: nowrap;
  font-size: 0.9rem;
  border: solid 1px #999999;
  padding: 4px;
  border-radius: 2px;
}
.btnRunScenario:hover {
  cursor: pointer;
}
/* restyling for bootstrap tooltips
----------------------------------------------------------*/
.tooltip.vn-company-info-popup-class.top:before,
.tooltip.vn-company-info-popup-class.bottom:before,
.tooltip.vn-company-info-popup-class.right:before,
.tooltip.vn-company-info-popup-class.left:before,
.tooltip.vn-company-info-popup-class.right-top:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.vn-company-info-popup-class {
  margin-top: 0.43rem !important;
  margin-left: -0.43rem !important;
}
.tooltip.vn-company-info-popup-class .tooltip-inner {
  padding: 0px !important;
}
.tooltip.vn-company-info-popup-class .panel {
  min-width: 26rem;
  max-height: inherit;
  text-align: left;
  padding: 5px;
  color: #222;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 0;
  overflow-y: auto;
}
.tooltip.vn-company-info-popup-class div.export {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 100 20' xml:space='preserve' sodipodi:docname='brand-ico-download.svg'%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' id='namedview3731' showgrid='false' /%3E %3Cg id='ico-download' style='fill:%23888888;fill-opacity:1'%3E %3Cpath class='base30' d='M 14,7 H 12 V 1 C 12.1,0.5 11.7,0.1 11.2,0 11.1,0 11,0 11,0 H 9 C 8.5,-0.1 8.1,0.3 8,0.8 8,0.8 8,0.9 8,1 V 7 H 6 C 5,7 4.9,8.8 5.2,9.1 L 10,14 14.8,9.1 C 15.1,8.8 15,7 14,7 Z' id='path3725' style='opacity:1;fill:%23888888;fill-opacity:1' /%3E %3Cpath class='gray-dark' d='m 19,13 h -5.2 l -2.4,2.4 c -0.8,0.8 -2,0.8 -2.8,0 0,0 0,0 0,0 L 6.2,13 H 1 c -0.6,0 -1,0.4 -1,1 v 5 c 0,0.6 0.4,1 1,1 h 18 c 0.6,0 1,-0.4 1,-1 v -5 c 0,-0.6 -0.4,-1 -1,-1 z' id='path3727' style='fill:%23888888;fill-opacity:1' /%3E %3C/g%3E %3Cg id='g4558' transform='translate(40)' style='fill:%23ffffff;fill-opacity:1'%3E %3Cpath id='path4554' d='M 14,7 H 12 V 1 C 12.1,0.5 11.7,0.1 11.2,0 11.1,0 11,0 11,0 H 9 C 8.5,-0.1 8.1,0.3 8,0.8 8,0.8 8,0.9 8,1 V 7 H 6 C 5,7 4.9,8.8 5.2,9.1 L 10,14 14.8,9.1 C 15.1,8.8 15,7 14,7 Z' class='base30' style='fill:%23ffffff;fill-opacity:1' /%3E %3Cpath id='path4556' d='m 19,13 h -5.2 l -2.4,2.4 c -0.8,0.8 -2,0.8 -2.8,0 0,0 0,0 0,0 L 6.2,13 H 1 c -0.6,0 -1,0.4 -1,1 v 5 c 0,0.6 0.4,1 1,1 h 18 c 0.6,0 1,-0.4 1,-1 v -5 c 0,-0.6 -0.4,-1 -1,-1 z' class='gray-dark' style='fill:%23ffffff;fill-opacity:1' /%3E %3C/g%3E%3Cg transform='translate(80)' id='g4564' style='fill:%232c6ee4;fill-opacity:1'%3E %3Cpath class='base30' d='M 14,7 H 12 V 1 C 12.1,0.5 11.7,0.1 11.2,0 11.1,0 11,0 11,0 H 9 C 8.5,-0.1 8.1,0.3 8,0.8 8,0.8 8,0.9 8,1 V 7 H 6 C 5,7 4.9,8.8 5.2,9.1 L 10,14 14.8,9.1 C 15.1,8.8 15,7 14,7 Z' id='path4560' style='opacity:1;fill:%232c6ee4;fill-opacity:1' /%3E %3Cpath class='gray-dark' d='m 19,13 h -5.2 l -2.4,2.4 c -0.8,0.8 -2,0.8 -2.8,0 0,0 0,0 0,0 L 6.2,13 H 1 c -0.6,0 -1,0.4 -1,1 v 5 c 0,0.6 0.4,1 1,1 h 18 c 0.6,0 1,-0.4 1,-1 v -5 c 0,-0.6 -0.4,-1 -1,-1 z' id='path4562' style='fill:%232c6ee4;fill-opacity:1' /%3E %3C/g%3E%3C/svg%3E") no-repeat center center transparent;
  background-size: 4em 100%;
  background-position: -34px 0;
  cursor: pointer;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  width: 20px;
  float: right;
  z-index: 999;
}
.tooltip.vn-company-info-popup-class div.close {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAB7SURBVHjaYmBgYGAG4qVAHPL//38GdAwEWkC8C4hFQZxwIAaJ/kTXAFX4CirfCxNsRNeApnAjELMhm4KsoQBdIVgNmrUwDf/RFWJTrAvEX6EK/wJxBIo8mkKY1TeweRqbQohnsHsaUyEOT4eABAygilEUomn4A1IMEGAAIJGZqGoddBkAAAAASUVORK5CYII=) no-repeat top right transparent;
  cursor: pointer;
  height: 16px;
  padding: 0;
  width: 15px;
  float: right;
  z-index: 999;
}
.tooltip.vn-company-info-popup-class ul {
  margin-left: 1.25rem;
  margin-right: 0.78rem;
  list-style: none;
}
.tooltip.vn-company-info-popup-class ul li {
  position: relative;
}
.tooltip.vn-company-info-popup-class ul li:before {
  position: absolute;
  left: -15px;
  top: -5px;
  content: '';
  display: block;
  border-left: 1px dotted #AAAAAA;
  height: 1em;
  border-bottom: 1px dotted #AAAAAA;
  width: 10px;
  /*0.750rem;*/
}
.tooltip.vn-company-info-popup-class ul li:after {
  position: absolute;
  left: -15px;
  bottom: -7px;
  content: '';
  display: block;
  border-left: 1px dotted #AAAAAA;
  height: 100%;
}
.tooltip.vn-company-info-popup-class ul li.root {
  font-size: larger;
  font-weight: bold;
  border-left: 0.25rem solid #93af26;
  margin-left: -1.45rem;
  margin-right: 2.45rem;
  padding-left: 0.2rem;
  z-index: 998;
}
.tooltip.vn-company-info-popup-class ul li.root:before {
  display: none;
}
.tooltip.vn-company-info-popup-class ul li.root:after {
  display: none;
}
.tooltip.vn-company-info-popup-class ul li.top {
  border-bottom: 1px solid #AAAAAA;
  margin-top: 0.75rem;
  margin-left: -0.9rem;
  margin-bottom: 0.45rem;
  padding-left: 0rem;
  padding-bottom: 0.25rem;
  color: #808080;
}
.tooltip.vn-company-info-popup-class ul li.top:before {
  display: none;
}
.tooltip.vn-company-info-popup-class ul li.top:after {
  display: none;
}
.tooltip.vn-company-info-popup-class ul li.ultimate:before {
  width: 7px;
}
.tooltip.vn-company-info-popup-class ul li.ultimate span {
  font-weight: bold;
  margin-left: -8px;
}
.tooltip.vn-company-info-popup-class ul li.ultimate span:before {
  content: "• ";
  color: #AAAAAA;
}
.tooltip.vn-company-info-popup-class ul li.noSubsidiaries {
  font-weight: bold;
}
.tooltip.vn-company-info-popup-class ul li.noSubsidiaries:before {
  display: none;
}
.tooltip.vn-company-info-popup-class ul li.noSubsidiaries:after {
  display: none;
}
.tooltip.vn-company-info-popup-class ul li.message {
  padding-top: 1rem;
}
.tooltip.vn-company-info-popup-class ul li.message:before {
  display: none;
}
.tooltip.vn-company-info-popup-class ul li.message:after {
  display: none;
}
.tooltip.vn-company-info-popup-class ul li:last-child:after {
  display: none;
}
.tooltip.vn-company-info-popup-class ul li.collapsed {
  font-style: italic;
}
.tooltip.vn-company-info-popup-class.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* right
----------------------------------------------------------*/
.tooltip.vn-company-info-popup-class.right {
  margin-left: 3px;
  padding: 0 0 0 9px;
}
.tooltip.vn-company-info-popup-class.right .panel {
  margin-left: 0;
}
.tooltip.vn-company-info-popup-class.right .tooltip-arrow {
  border-right-color: #FFF;
  left: 0;
  border-width: 6px 10px 6px 0;
}
.tooltip.vn-company-info-popup-class.right:before {
  border-right-color: #000;
  left: -1px;
  top: 50%;
  margin-top: -6px;
  border-width: 7px 11px 7px 0;
}
/* left
----------------------------------------------------------*/
.tooltip.vn-company-info-popup-class.left {
  margin-right: 3px;
  padding: 0 9px 0 0;
}
.tooltip.vn-company-info-popup-class.left .panel {
  margin-right: 0;
}
.tooltip.vn-company-info-popup-class.left .tooltip-arrow {
  border-left-color: #FFF;
  right: 0;
  border-width: 6px 0 6px 10px;
}
.tooltip.vn-company-info-popup-class.left:before {
  border-left-color: #000;
  right: -1px;
  top: 50%;
  margin-top: -6px;
  border-width: 7px 0 7px 11px;
}
/* top
----------------------------------------------------------*/
.tooltip.vn-company-info-popup-class.top {
  margin-bottom: 3px;
  padding: 0 0 9px 0;
}
.tooltip.vn-company-info-popup-class.top .panel {
  margin-bottom: 0;
}
.tooltip.vn-company-info-popup-class.top .tooltip-arrow {
  border-top-color: #FFF;
  bottom: 0;
  border-width: 10px 6px 0 6px;
}
.tooltip.vn-company-info-popup-class.top:before {
  border-top-color: #000;
  bottom: -1px;
  left: 50%;
  margin-left: -6px;
  border-width: 11px 7px 0 7px;
}
/* bottom
----------------------------------------------------------*/
.tooltip.vn-company-info-popup-class.bottom {
  margin-top: 3px;
  padding: 9px 0 0 0;
}
.tooltip.vn-company-info-popup-class.bottom .panel {
  margin-top: 0;
}
.tooltip.vn-company-info-popup-class.bottom .tooltip-arrow {
  border-bottom-color: #FFF;
  top: 0;
  border-width: 0 6px 10px 6px;
}
.tooltip.vn-company-info-popup-class.bottom:before {
  border-bottom-color: #000;
  top: -1px;
  left: 50%;
  margin-left: -6px;
  border-width: 0 7px 11px 7px;
}
/* right-top
----------------------------------------------------------*/
.tooltip.vn-company-info-popup-class.right-top {
  margin-left: 3px;
  padding: 0 0 0 9px;
}
.tooltip.vn-company-info-popup-class.right-top .panel {
  margin-top: -7px;
}
.tooltip.vn-company-info-popup-class.right-top .tooltip-arrow {
  border-right-color: #FFF;
  left: 0;
  top: 4px;
  margin-top: -5px;
  border-width: 6px 10px 6px 0;
}
.tooltip.vn-company-info-popup-class.right-top:before {
  border-right-color: #000;
  left: -1px;
  top: 3px;
  margin-top: -5px;
  border-width: 7px 11px 7px 0;
}
vn-feedback,
[vn-feedback] {
  height: auto;
  width: 430px;
  display: block;
  padding: 10px;
  background: #FFF;
  border: solid 1px #999999;
  /*#FeedbackPanelProgressStatus,
    #FeedbackPanelProgressUpdate,
    #FeedbackPanelErrorPrompt {
        background: none repeat scroll 0 0 @ColorIhsPrimaryLight;
        border: 1px solid @ColorIhsPrimaryTextDarkOnLight;
        color: @ColorIhsPrimaryTextDarkOnLight;
        display: block;
        height: auto;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 27px;
        width: 200px;
    }*/
}
vn-feedback nv-panel-close,
[vn-feedback] nv-panel-close {
  position: relative;
  left: 4px;
  top: -8px;
}
vn-feedback h2,
[vn-feedback] h2 {
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  font-size: 1.75em;
  margin: 0 0 5px;
  padding: 0;
}
vn-feedback .FeedbackPanelInner,
[vn-feedback] .FeedbackPanelInner {
  background: none repeat scroll 0 0 #FFF;
  padding: 10px;
  cursor: default;
}
vn-feedback .FeedbackCategoryDropdown,
[vn-feedback] .FeedbackCategoryDropdown {
  min-height: 40px;
}
vn-feedback div.row,
[vn-feedback] div.row {
  min-height: 25px;
}
vn-feedback div.row .send-message-button,
[vn-feedback] div.row .send-message-button {
  display: inline-block;
  float: right;
  margin-right: 2px;
}
vn-feedback div.row .loading,
[vn-feedback] div.row .loading,
vn-feedback div.row .error,
[vn-feedback] div.row .error {
  margin-right: 100px;
}
vn-feedback div.row .error,
[vn-feedback] div.row .error {
  color: #F00;
}
vn-feedback label,
[vn-feedback] label {
  margin: 0 10px 0 0;
}
vn-feedback select,
[vn-feedback] select {
  width: 160px;
  color: #222;
}
vn-feedback textarea,
[vn-feedback] textarea {
  height: 151px;
  margin: 0 0 5px;
  padding: 5px;
  width: 397px;
  font-size: 0.9rem;
  color: #222;
}
vn-feedback .FeedbackCommentErrorMessage,
[vn-feedback] .FeedbackCommentErrorMessage {
  background: url(data:image/gif;base64,R0lGODlhEAAQALMOAP9ra//z8//Bwf+cnP+QkP9SUv/m5v93d/+pqf+EhP/a2v+1tf9fX/9GRv///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkQxQ0Q2NjRFNTYyQUUxMTFCQUYwQzIwRTcwQzdFMDc3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdFNDk1QjFCRjg1NzExRTJBOTUxQjMzODE5ODFFQzA0IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdFNDk1QjFBRjg1NzExRTJBOTUxQjMzODE5ODFFQzA0IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qzc1RTY3MUIzMEY2RTIxMTgwREZEQjY5NDZFM0FDNkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDFDRDY2NEU1NjJBRTExMUJBRjBDMjBFNzBDN0UwNzciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAAOACwAAAAAEAAQAAAET9DJSauVhFwrWhMbBXhAKCGeh4RB0QxDUwQb4UmeZikp7imW0c2RKlEWqYbPs5gEGMlog0FzxJKCTnLgMLiSS0/BkJCaG4kDY81utw8mSwQAOw==) no-repeat scroll 0 3px transparent;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  position: relative;
  width: 256px;
  z-index: 2;
}
.feedback-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAuCAYAAADDX4LFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0Q2Q0ZFNDk4RjZBMTFFM0I5RjI4MEY2QkE5RTQ0QTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0Q2Q0ZFNEE4RjZBMTFFM0I5RjI4MEY2QkE5RTQ0QTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRDZDRkU0NzhGNkExMUUzQjlGMjgwRjZCQTlFNDRBNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDRDZDRkU0ODhGNkExMUUzQjlGMjgwRjZCQTlFNDRBNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgBbWs0AAAGfSURBVHja7JbBbYNAEEUB0QAtQAnkmhs+5eyUwKYDUoLpIFBCfM6J3HJ1C3YJpgQya/1BowWMgSVSJEb6wqzhzWcGVuM2TeOsFa6GF0VhO8NFKRV5OHkn1ZbA36RX/cPHQk46kjJSOtetNkmOj7zAzgP8qUgRsk+BKl0GBlOZY+n8BPclLt6REjxJMgCt+R6C1oCG+oB7XLOhF5GEI0WSUKzlEPcpNEtKCV3PcMOZz6Q91kqUSqHxkXgB5PWdXvkDj6xv+kTtcxzl0wRwmt1rhj/SrARieI3zFAmcJXAzyaTwnBXj/8Nry9y83RVX3XIprG+5t49Nw0kZ6drYiYoU30wDrhWSigXQM2kveC08MJJUE6GphJrO+y5IRpJcUc4hYy38nosU6zIOPVCzpB34YP2QJAPokT4NwmXnEyMJ9+gw0ouH3/M5W6671ke0wYfh3H1b+4r8Dv5gy/34era+5b69/Kw75bLz3pFszpRLju1PuboMDCazsYSfhGOecncjSWqU84mgJaAhqQKv01BrUy4l3Kbcbcrdptyl8SvAAI2bS3pAWPnSAAAAAElFTkSuQmCC) no-repeat scroll 0 0 transparent;
  height: 15px;
  width: 22px;
}
/* Every selector in this file will likely be prefaced with .legend */
#legendPanel > div {
  position: absolute;
  width: 20.9375rem;
  right: 0;
  top: 100px;
  transition: transform 0.4s;
  z-index: 100 !important;
}
#legendPanel > div .slide-out-button {
  padding: 0;
  display: block;
  outline: none;
  position: absolute;
  left: 4px;
  top: 1px;
  color: #000;
  cursor: pointer;
  z-index: 2;
  background: #FFF;
}
#legendPanel > div .slide-out-button:hover {
  cursor: pointer;
}
#legendPanel > div .slide-out-button a {
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 185.343 185.343' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cpath style='fill:%23737676;' d='M51.707,185.343c-2.741,0-5.493-1.044-7.593-3.149c-4.194-4.194-4.194-10.981,0-15.175 l74.352-74.347L44.114,18.32c-4.194-4.194-4.194-10.987,0-15.175c4.194-4.194,10.987-4.194,15.18,0l81.934,81.934 c4.194,4.194,4.194,10.987,0,15.175l-81.934,81.939C57.201,184.293,54.454,185.343,51.707,185.343z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  background-size: 14px;
  height: 25px;
  width: 25px;
  display: inline-block;
  padding: 0;
}
#legendPanel > div .slide-out-button a:hover {
  cursor: pointer;
}
#legendPanel > div .slide-out-button span {
  display: none;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  padding-top: 0.375rem;
  transform: rotate(180deg);
  font-size: 0.9rem;
}
#legendPanel > div .slide-out-button::after {
  content: '';
  border-top-right-radius: 0.375rem;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  clip: rect(0, 0.75rem, 0.375rem, 0);
  top: 100%;
  right: 0;
}
#legendPanel > div .slide-out-button.closed {
  left: -25px;
  border: solid 1px #999999;
}
#legendPanel.closed > div {
  transform: translate(100%, 0);
}
#legendPanel.closed > div .slide-out-button a {
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L9.41421 12L15.7071 18.2929C16.0976 18.6834 16.0976 19.3166 15.7071 19.7071C15.3166 20.0976 14.6834 20.0976 14.2929 19.7071L7.29289 12.7071C7.10536 12.5196 7 12.2652 7 12C7 11.7348 7.10536 11.4804 7.29289 11.2929L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat center center;
  background-size: 20px;
}
#legendPanel.closed > div .slide-out-button a:hover {
  cursor: pointer;
}
#legendPanel .inline-header {
  background: #FFF;
}
#legendPanel .inline-header:hover,
#legendPanel .inline-header:focus {
  background-color: #FFF;
}
#legend-slide-out-action-button {
  cursor: pointer;
}
.legend {
  font-size: 14px;
  /* CSS Shapes *********/
}
.legend ul li {
  padding-left: 1rem;
  line-height: 1rem;
}
.legend ul li a {
  text-decoration: none;
}
.legend .dataLayerSection > ul > li {
  line-height: 2rem;
}
.legend .assetsSection > ul > li {
  line-height: 1rem;
}
.legend > .title {
  color: #000;
  font-weight: bold;
  padding-left: 30px;
  padding-top: 7px;
}
.legend .dataLayerSection {
  background: #FFF;
  margin-bottom: 1px;
}
.legend .dataLayerSection .subTitleLabel {
  font-size: 0.875rem;
  line-height: 2rem;
}
.legend .dataLayerSection .subTitle {
  display: inline-block;
  padding-bottom: 2px;
  color: #0D71C6;
  text-align: left;
  cursor: pointer;
  width: 11.4rem;
  vertical-align: text-top;
  line-height: 1.5rem;
  margin-top: -0.1875rem;
}
.legend .sectionTitle {
  display: inline-block;
  width: 100%;
  line-height: 1.5rem;
  position: relative;
  font-size: 1rem;
  padding: 8px;
  box-sizing: border-box;
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 185.343 185.343' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cpath style='fill:%23737676;' d='M51.707,185.343c-2.741,0-5.493-1.044-7.593-3.149c-4.194-4.194-4.194-10.981,0-15.175 l74.352-74.347L44.114,18.32c-4.194-4.194-4.194-10.987,0-15.175c4.194-4.194,10.987-4.194,15.18,0l81.934,81.934 c4.194,4.194,4.194,10.987,0,15.175l-81.934,81.939C57.201,184.293,54.454,185.343,51.707,185.343z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat 98% 50% #f9f9f9;
  background-size: 1rem 0.688rem;
  margin-right: 0.45rem;
}
.legend .sectionTitle .noCountData {
  color: #929292;
}
.legend .sectionTitle.open {
  background: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.29289 8.29289C4.68342 7.90237 5.31658 7.90237 5.70711 8.29289L12 14.5858L18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289C20.0976 8.68342 20.0976 9.31658 19.7071 9.70711L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289Z' fill='%23737676'/%3E %3C/svg%3E") no-repeat 98% 50% #f9f9f9;
  background-size: 1rem;
}
.legend .content {
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
  height: 95%;
}
.legend .content > div {
  margin-right: 25px;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 5.5625rem;
  max-height: 15.75rem;
  width: 100%;
}
.legend .content > div > .assetsSection .colorByList > li {
  font-size: 12px;
  font-weight: 400;
  margin: 6px 0 0 2px;
  width: 100%;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.legend .content > div > .assetsSection .colorByList > li > span {
  width: 8px;
  height: 8px;
  border-radius: 50px;
}
.legend .content > div > .assetsSection .colorByList > li > div {
  padding: 0 3px 0 6px;
  max-height: 32px;
}
.legend .content .dotdotdot {
  display: inline-block;
}
.legend .content .symbolLabel {
  font-size: 12px;
}
.legend .content .symbol {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
}
.legend .content .symbol .symbolImage {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.legend .content .moreLess {
  color: #0D71C6;
  font-size: 12px;
  margin: 0.3125rem 0 0.3125rem 2px;
  padding-left: 1rem;
  cursor: pointer;
}
.legend .triangle {
  position: relative;
  display: inline-block;
}
.legend .triangle .positioning {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 1px;
}
.legend #moreAssetSizeByMenu,
.legend #moreAssetColorByMenu {
  top: 0;
  left: 0;
  z-index: 100;
  height: 21rem;
  border: 1px solid #999999;
}
.legend #moreAssetSizeByMenu:after,
.legend #moreAssetColorByMenu:after,
.legend #moreAssetSizeByMenu:after,
.legend #moreAssetColorByMenu:after {
  background: none;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  font-size: 0;
  line-height: 0;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #999999;
  position: absolute;
  top: -17px;
  right: 4px;
  bottom: auto;
  left: auto;
}
.legend #moreAssetSizeByMenu > ul,
.legend #moreAssetColorByMenu > ul {
  max-height: 18rem;
}
.legend .loader {
  display: inline-block;
}
.legend .loader > span {
  top: 50%;
  left: 35%;
  position: absolute;
}
.legend .loader > span > span.loadingImage {
  background: transparent url(data:image/gif;base64,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) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
}
.legend .loader > span > span.loadingMessage {
  position: relative;
}
.legend .sectionTitle .triangleDown {
  display: none;
}
.legend .sectionTitle .triangleRight {
  display: none;
}
.legend .hexagon {
  width: 12px;
  height: 8px;
  background: #FFF;
  position: relative;
  display: inline-block;
  top: -4px;
  margin-left: 2px;
}
.legend .hexagon:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 4px solid #FFF;
}
.legend .hexagon:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 4px solid #FFF;
}
.legend .search-container {
  position: relative;
  padding: 5px;
}
.legend .search-container input {
  border: 1px solid #999999;
  padding: 5px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.legend .clear-icon {
  position: absolute;
  right: 15px;
  padding: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
  color: #888;
}
vn-message-dialog > nv-panel > div,
[vn-message-dialog] > nv-panel > div {
  background: #FFF;
  z-index: 1000;
}
vn-message-dialog .vantage-ui-dialog,
[vn-message-dialog] .vantage-ui-dialog {
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  border: solid 1px #999999;
  padding: 10px 20px 10px 20px;
}
vn-message-dialog .vantage-ui-dialog-titlebar,
[vn-message-dialog] .vantage-ui-dialog-titlebar {
  height: 15px;
  width: 100%;
  text-align: right;
}
vn-message-dialog .vantage-ui-dialog-titlebar a,
[vn-message-dialog] .vantage-ui-dialog-titlebar a,
vn-message-dialog .vantage-ui-dialog-titlebar a:visited,
[vn-message-dialog] .vantage-ui-dialog-titlebar a:visited {
  color: #FFF;
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
  font-weight: bold;
  text-decoration: none;
}
vn-message-dialog .vantage-ui-dialog-content,
[vn-message-dialog] .vantage-ui-dialog-content {
  display: table-cell;
}
vn-message-dialog .vantage-ui-dialog-buttons,
[vn-message-dialog] .vantage-ui-dialog-buttons {
  display: table-cell;
  vertical-align: bottom;
  padding: 0px;
}
vn-message-dialog .vantage-ui-dialog-buttons input,
[vn-message-dialog] .vantage-ui-dialog-buttons input {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAiCAIAAAFmSBTQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABzSURBVHjaYjKo/sb079dfpr/f/zD9/fab6e/PvwABxKRf8ZXp7w8g//tvkDhAADEZVH1l+v/3P9O/P/+Y/v/+x/Tv91+m/39ANJD/9x9AgAHlvzH9//+fiQGI//8D0v8gNEgPnP8XWewfUIwBIgfS8/8/APVBWeiY9VU6AAAAAElFTkSuQmCC) repeat scroll 0 0 #307EE9;
  color: #FFF;
  height: 25px;
  width: 60px;
  margin: 0px;
  vertical-align: middle;
  font-size: 12px;
  border: none;
}
#comparisonDialog nv-panel {
  width: 280px;
}
#comparisonDialog .vantage-ui-dialog-option {
  font-weight: lighter;
  padding: 8px 0px 2px;
  height: auto;
}
#comparisonDialog .vantage-ui-dialog-main {
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-size: 24px;
  font-weight: lighter;
  width: 220px;
}
#saved-query-launcher {
  display: inline-block;
  color: #000;
  background-color: #f2f2f2;
  height: 9.125rem;
  width: 55%;
  font-size: 0.75rem;
}
#saved-query-launcher.hoverable:hover {
  background-color: #e4f0fe;
  cursor: pointer;
}
#saved-query-launcher div.tilelabel {
  margin-top: 0px;
}
#saved-query-launcher div.tilelabel span {
  margin: 0.625rem 0 1.5625rem 0.625rem;
  display: inline-block;
  font-size: 1rem;
}
#saved-query-launcher div.nosavedqueries {
  text-align: center;
}
#saved-query-launcher div.nosavedqueries span {
  display: inline-block;
  padding-top: 1.8rem;
}
#saved-query-launcher ul li {
  margin: 0px !important;
  float: none !important;
  height: 1.52rem;
}
#saved-query-launcher ul li:hover {
  background-color: #e4f0fe;
}
#saved-query-launcher ul li a {
  color: #000;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 84%;
  white-space: nowrap;
  display: inline-block;
  padding: 2.5% 0% 2.5% 8%;
}
#saved-query-launcher ul li a.new {
  width: 74%;
  padding: 2.5% 0% 2.5% 8%;
}
#saved-query-launcher ul li span.new {
  color: white;
  background-color: red;
  border: 1px solid white;
  font-size: 0.55rem;
  padding: 1px 2px 1px 2px;
  float: right;
  margin-right: 6%;
  margin-top: 0.3rem;
}
#saved-query-launcher ul.seeAll:hover {
  background-color: #e4f0fe;
}
#saved-query-launcher ul li.last {
  display: inline-block;
  float: right;
  width: 100%;
  text-align: right;
}
#saved-query-launcher ul li.last a {
  padding: 2% 9% 2% 1%;
  width: 90%;
}
#saved-query-launcher hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 84%;
  margin: 0px 0px 0px 17px;
}
vn-share-query-dialog .vantage-ui-dialog-title,
[vn-share-query-dialog] .vantage-ui-dialog-title {
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.3rem;
  background-image: none;
  padding-top: 1rem;
  padding-left: 1rem;
}
vn-share-query-dialog .vantage-ui-dialog,
[vn-share-query-dialog] .vantage-ui-dialog {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 10px;
  clear: right;
}
vn-share-query-dialog .vantage-ui-dialog-titlebar,
[vn-share-query-dialog] .vantage-ui-dialog-titlebar {
  height: 15px;
  width: 100%;
  text-align: right;
}
vn-share-query-dialog .vantage-ui-dialog-titlebar a,
[vn-share-query-dialog] .vantage-ui-dialog-titlebar a,
vn-share-query-dialog .vantage-ui-dialog-titlebar a:visited,
[vn-share-query-dialog] .vantage-ui-dialog-titlebar a:visited {
  color: #000;
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
  font-weight: bold;
  text-decoration: none;
}
vn-share-query-dialog .vantage-ui-dialog-content,
[vn-share-query-dialog] .vantage-ui-dialog-content {
  font-size: 0.875rem;
  font-weight: lighter;
  height: 45px;
  line-height: 15px;
}
vn-share-query-dialog .vantage-ui-dialog-buttons,
[vn-share-query-dialog] .vantage-ui-dialog-buttons {
  vertical-align: bottom;
  padding: 0px;
  margin-top: 20px;
  text-align: right;
}
vn-share-query-dialog .vantage-ui-dialog-buttons input,
[vn-share-query-dialog] .vantage-ui-dialog-buttons input {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAiCAIAAAFmSBTQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABzSURBVHjaYjKo/sb079dfpr/f/zD9/fab6e/PvwABxKRf8ZXp7w8g//tvkDhAADEZVH1l+v/3P9O/P/+Y/v/+x/Tv91+m/39ANJD/9x9AgAHlvzH9//+fiQGI//8D0v8gNEgPnP8XWewfUIwBIgfS8/8/APVBWeiY9VU6AAAAAElFTkSuQmCC) repeat scroll 0 0 #307EE9;
  color: #FFF;
  height: 25px;
  margin: 0px;
  vertical-align: middle;
  font-size: 12px;
  border: 0 none;
}
vn-share-query-dialog .vantage-ui-dialog-buttons input.cancel,
[vn-share-query-dialog] .vantage-ui-dialog-buttons input.cancel {
  background: transparent;
  color: #5695e9;
}
vn-share-query-dialog nv-panel > div,
[vn-share-query-dialog] nv-panel > div {
  background: #FFF;
  z-index: 2000;
  width: 420px;
  border: solid 1px #999999;
}
vn-share-query-dialog .vantage-ui-dialog-option,
[vn-share-query-dialog] .vantage-ui-dialog-option {
  font-weight: lighter;
  padding: 8px 0px 2px;
  height: auto;
}
vn-share-query-dialog .vantage-ui-dialog-main,
[vn-share-query-dialog] .vantage-ui-dialog-main {
  background: #FFF;
  padding: 10px;
}
vn-share-query-dialog .vantage-ui-dialog-main label span,
[vn-share-query-dialog] .vantage-ui-dialog-main label span {
  display: inline-block;
  width: 60px;
  vertical-align: top;
}
vn-share-query-dialog .vantage-ui-dialog-main textarea,
[vn-share-query-dialog] .vantage-ui-dialog-main textarea {
  width: 302px;
}
vn-share-query-dialog .vantage-ui-dialog-main textarea.two-line,
[vn-share-query-dialog] .vantage-ui-dialog-main textarea.two-line {
  height: 40px;
}
vn-share-query-dialog .vantage-ui-dialog-main textarea.three-line,
[vn-share-query-dialog] .vantage-ui-dialog-main textarea.three-line {
  height: 60px;
}
vn-share-query-dialog .share-query-name,
[vn-share-query-dialog] .share-query-name {
  background: #FFF;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
}
vn-share-query-dialog .share-query-name label,
[vn-share-query-dialog] .share-query-name label {
  margin-bottom: 3px;
}
vn-share-query-dialog .share-query-name label span,
[vn-share-query-dialog] .share-query-name label span {
  display: inline-block;
  width: 60px;
  vertical-align: baseline;
}
vn-share-query-dialog .share-query-name input[type=text],
[vn-share-query-dialog] .share-query-name input[type=text] {
  width: 302px;
  border: solid 1px #E2E2E2;
}
vn-share-query-dialog .input-validation-error,
[vn-share-query-dialog] .input-validation-error {
  height: 20px;
  margin-left: 65px;
}
vn-share-query-dialog .input-validation-error span,
[vn-share-query-dialog] .input-validation-error span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEUzRjA4ODZFQTk3MTFFNEE2RkRFQUUyOTAxODkzRUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEUzRjA4ODdFQTk3MTFFNEE2RkRFQUUyOTAxODkzRUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRTNGMDg4NEVBOTcxMUU0QTZGREVBRTI5MDE4OTNFQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRTNGMDg4NUVBOTcxMUU0QTZGREVBRTI5MDE4OTNFQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoI0eiYAAAC3SURBVHjaYvzv5saAB3hA6R24FLDg0QyS6wNiRiDeA8R/sCliwmNAFhBrArEGlM1AigHCQFyHxK+DihFtALoGELueWAM0kZzMCMUgkAmVI2hAH47AhQUqXgO8kKIOV7R64TKAFYh7GQiDXqhaDAMyoVGGDP5DMTLQgKqFBBI0JYJC+TYQC6IpZkQyCBm8B2JVIH4Lc0EDFs34gCBUD9gF2kD6AoFkjQ2AkrY+E55oIwRAevoBAgwAccQblik5W2sAAAAASUVORK5CYII=) no-repeat;
  padding-left: 20px;
}
vn-share-query-dialog input.ng-invalid.submitted,
[vn-share-query-dialog] input.ng-invalid.submitted,
vn-share-query-dialog textarea.ng-invalid.submitted,
[vn-share-query-dialog] textarea.ng-invalid.submitted {
  outline: solid thin #F00;
}
vn-share-query-dialog .vantage-ui-dialog-error,
[vn-share-query-dialog] .vantage-ui-dialog-error {
  color: #F00;
  font-weight: bold;
  margin: 5px 0 5px 0;
}
#viewerContainer > div,
#customViewerContainer > div {
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  left: 281px;
  right: 0;
  bottom: 1rem;
  z-index: 100;
  padding: 0 0.625rem;
}
#viewerContainer .AVBI_TileInner select,
#customViewerContainer .AVBI_TileInner select {
  width: 155px;
  height: auto;
  padding: 0;
  font-size: 12px;
}
#viewerContainer .cellrightalign,
#customViewerContainer .cellrightalign {
  text-align: right;
}
#viewerContainer table.noheaderdisplay.fixed-column-width > tbody > tr > td:first-child,
#customViewerContainer table.noheaderdisplay.fixed-column-width > tbody > tr > td:first-child {
  width: 80%;
}
#viewerContainer .float-left,
#customViewerContainer .float-left {
  float: left;
}
#viewerContainer .clear-left,
#customViewerContainer .clear-left {
  clear: left;
}
#viewerContainer .float-right,
#customViewerContainer .float-right {
  float: right;
}
#viewerContainer .inline-middle,
#customViewerContainer .inline-middle {
  display: inline-block;
  vertical-align: middle;
}
#viewerContainer .clear-fix:after,
#customViewerContainer .clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
#viewerContainer .titleContainer,
#customViewerContainer .titleContainer {
  background: rgba(59, 60, 62, 0.85);
  padding: 20px 20px 0 0;
}
#viewerContainer .workAreaTitle,
#customViewerContainer .workAreaTitle {
  display: inline-block;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-size: 1.375rem;
  /*22px*/
  font-weight: 300;
  padding: 5px 0 7px 5px;
  position: relative;
  color: #000;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  #viewerContainer .workAreaTitle,
  #customViewerContainer .workAreaTitle {
    font-size: 1.2rem;
  }
}
#viewerContainer .workAreaTitle-asset,
#customViewerContainer .workAreaTitle-asset {
  margin-left: 5px;
}
#viewerContainer .loading-dark,
#customViewerContainer .loading-dark {
  background: transparent url(/assets/../images/loading-dark.gif) 0 0 no-repeat;
  display: inline-block;
  width: 29px;
  height: 29px;
}
#viewerContainer .error-icon,
#customViewerContainer .error-icon {
  background: transparent url(data:image/gif;base64,R0lGODlhEAAQALMOAP9ra//z8//Bwf+cnP+QkP9SUv/m5v93d/+pqf+EhP/a2v+1tf9fX/9GRv///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkQxQ0Q2NjRFNTYyQUUxMTFCQUYwQzIwRTcwQzdFMDc3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdFNDk1QjFCRjg1NzExRTJBOTUxQjMzODE5ODFFQzA0IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdFNDk1QjFBRjg1NzExRTJBOTUxQjMzODE5ODFFQzA0IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qzc1RTY3MUIzMEY2RTIxMTgwREZEQjY5NDZFM0FDNkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDFDRDY2NEU1NjJBRTExMUJBRjBDMjBFNzBDN0UwNzciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAAOACwAAAAAEAAQAAAET9DJSauVhFwrWhMbBXhAKCGeh4RB0QxDUwQb4UmeZikp7imW0c2RKlEWqYbPs5gEGMlog0FzxJKCTnLgMLiSS0/BkJCaG4kDY81utw8mSwQAOw==) 0 0 no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
#viewerContainer #Custom_Viewer .workAreaTitle,
#customViewerContainer #Custom_Viewer .workAreaTitle {
  width: 85%;
}
#viewerContainer .uncVisualTag,
#customViewerContainer .uncVisualTag,
#viewerContainer .prospectTag,
#customViewerContainer .prospectTag {
  padding: 4px 10px 4px 8px;
  margin-left: 5px;
  font-size: 12px;
  color: #222;
  background-color: #d8dce3;
  margin-top: 3px;
  display: inline-block;
  vertical-align: top;
}
#viewerContainer .exportButtonLeft,
#customViewerContainer .exportButtonLeft {
  background: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 16' style='enable-background:new 0 0 24 16;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23C1C6CA;%7D .st2%7Bfill:%232C6EE4;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Crect x='0.5' y='0.5' class='st0' width='23' height='15'/%3E %3Cg%3E %3Cpath class='st1' d='M23,1v14H1V1H23 M24,0H0v16h24V0L24,0z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cpath class='st2' d='M15,7v2.2l3.7-3.4L15,2.5v2c-4.5,0-5.5,5-5.5,5C10.7,7.2,12.6,7,15,7z'/%3E %3Cpath class='st2' d='M16.3,9.5v3h-10v-7h4.2c0.3-0.4,0.7-0.7,1.2-1H5.3v9h12v-5L16.3,9.5z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  height: 16px !important;
  width: 24px;
  border: 0;
}
#viewerContainer .ui-buttonset .ui-button.exportButtonLeft.table,
#customViewerContainer .ui-buttonset .ui-button.exportButtonLeft.table {
  margin-right: 2px;
}
#viewerContainer .exportButtonRight,
#customViewerContainer .exportButtonRight {
  background: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 16' style='enable-background:new 0 0 15 16;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%232C6EE4;%7D .st2%7Bfill:%23C1C6CA;%7D %3C/style%3E %3Cg%3E %3Crect y='0' class='st0' width='15' height='16'/%3E %3Cpolygon class='st1' points='7.5,10.8 10.7,5.2 4.3,5.2 '/%3E %3Cpolygon class='st2' points='0,0 0,1 14,1 14,15 0,15 0,16 15,16 15,0 '/%3E %3C/g%3E %3C/svg%3E");
  height: 16px !important;
  width: 15px !important;
  border: 0;
  margin-right: 2px !important;
}
#viewerContainer .ui-buttonset,
#customViewerContainer .ui-buttonset {
  margin-right: 0;
}
#viewerContainer .ui-buttonset .ui-button,
#customViewerContainer .ui-buttonset .ui-button {
  height: 22px;
  margin-left: 0;
  margin-right: -1px;
}
#viewerContainer .exportButtonList,
#customViewerContainer .exportButtonList {
  background: none repeat scroll 0 0 #FFF;
  z-index: 1500;
  left: -78px !important;
  top: 15px !important;
  position: absolute !important;
  border: 1px solid #D1D4D7;
  width: 110px !important;
}
#viewerContainer .exportButtonList align-content:hover,
#customViewerContainer .exportButtonList align-content:hover {
  color: #666666;
}
#viewerContainer .exportButtonList a:hover,
#customViewerContainer .exportButtonList a:hover {
  color: #666;
  cursor: pointer;
}
#viewerContainer .exportButtonLeft .ui-button-text,
#customViewerContainer .exportButtonLeft .ui-button-text {
  text-indent: -9999px;
}
#viewerContainer .fiscal-link,
#customViewerContainer .fiscal-link {
  color: #307EE9;
  text-decoration: none;
}
#viewerContainer .tile_table_field_name,
#customViewerContainer .tile_table_field_name {
  width: 35%;
}
#viewerContainer .tile_table_field_value,
#customViewerContainer .tile_table_field_value {
  width: auto;
}
#viewerContainer .PeriodicOrSummaryTable thead th,
#customViewerContainer .PeriodicOrSummaryTable thead th {
  vertical-align: bottom;
  table-layout: fixed;
}
#viewerContainer .PeriodicOrSummaryTable .restricted,
#customViewerContainer .PeriodicOrSummaryTable .restricted {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 32px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 150px;
  min-width: 50px;
  table-layout: fixed;
}
#viewerContainer .PeriodicOrSummaryTable .restricted.summary,
#customViewerContainer .PeriodicOrSummaryTable .restricted.summary {
  text-align: center;
}
#viewerContainer .PeriodicOrSummaryTable .restricted.periodic,
#customViewerContainer .PeriodicOrSummaryTable .restricted.periodic {
  text-align: left;
}
#viewerContainer .PeriodicOrSummaryTable .cellnormal.summary.first-col-left-align .restricted.summary,
#customViewerContainer .PeriodicOrSummaryTable .cellnormal.summary.first-col-left-align .restricted.summary {
  text-align: left !important;
}
#viewerContainer .viewerPager div,
#customViewerContainer .viewerPager div {
  position: absolute;
}
#viewerContainer .viewerPager .viewerPagerCount,
#customViewerContainer .viewerPager .viewerPagerCount {
  left: 25px;
  margin: 5px 0px 0px 0px;
}
#viewerContainer .viewerPager .viewerPageSelect,
#customViewerContainer .viewerPager .viewerPageSelect {
  left: 50%;
  margin: 5px 0px 0px -50px;
  text-align: center;
}
#viewerContainer .viewerPager .viewerPageSelect a,
#customViewerContainer .viewerPager .viewerPageSelect a {
  cursor: pointer;
  color: #307EE9;
}
#viewerContainer .viewerPager .viewerPageSelect a[disabled],
#customViewerContainer .viewerPager .viewerPageSelect a[disabled] {
  cursor: default;
  color: #000000;
}
#viewerContainer .viewerPager .viewerPagerControlls,
#customViewerContainer .viewerPager .viewerPagerControlls {
  right: 0;
  margin: 0px 0px 0px 0px;
}
#viewerContainer .viewerPager .viewerPagerControlls a,
#customViewerContainer .viewerPager .viewerPagerControlls a {
  margin: -0.05rem 0.25rem 0 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background-size: 0.75rem 0.75rem;
  vertical-align: middle;
  border: 0;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
}
#viewerContainer .viewerPager .viewerPagerControlls a.previousPage,
#customViewerContainer .viewerPager .viewerPagerControlls a.previousPage {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAH9JREFUKFNjoAgY1L30A+L/QPwWGx8FAAWZgfgqVEEOOh+qDAGAgmlQydtAzIbOhyqDAKAADxA/gSqIQudDlSEAULACKnkGGx8DICk4j42PAYASpDkJBIASyVAFME+j8KHKEAAoCArGS1BF+eh8qDJUAJTwhiqARRwKnwzAwAAAGiafr76xx34AAAAASUVORK5CYII=);
}
#viewerContainer .viewerPager .viewerPagerControlls a.previousPage[disabled],
#customViewerContainer .viewerPager .viewerPagerControlls a.previousPage[disabled] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAAAf0lEQVQoU2OgCBQVFfkB8X8gfouNjwKAgsxAfBWqIAedD1WGAEDBNKjkbSBmQ+dDlUEAUIAHiJ9AFUSh86HKEAAoWAGVPIONjwGQFJzHxscAQAnSnAQCQIlkqAKYp1H4UGUIABQEBeMlqKJ8dD5UGSoASnhDFcAiDoVPBmBgAAAor41nrABPfgAAAABJRU5ErkJggg==);
  cursor: default;
}
#viewerContainer .viewerPager .viewerPagerControlls a.nextPage,
#customViewerContainer .viewerPager .viewerPagerControlls a.nextPage {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAH1JREFUKFNjIBsY1L18C8T/gdgbGx8DACXyoQouATEzOh+qDAGAgmxAfBuqKBmdD1WGCoASUVAFT4CYB50PVYYKgBLnoYoqsPExAFDiDLICdD4KAAoS7ySgALIn09D5UGUIABTMgUpeBWJQsKLwocoQACgIiyg/bHwyAQMDAEZSn68n+MXoAAAAAElFTkSuQmCC);
}
#viewerContainer .viewerPager .viewerPagerControlls a.nextPage[disabled],
#customViewerContainer .viewerPager .viewerPagerControlls a.nextPage[disabled] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAAAfUlEQVQoU2MgGxQVFb0F4v9A7I2NjwGAEvlQBZeAmBmdD1WGAEBBNiC+DVWUjM6HKkMFQIkoqIInQMyDzocqQwVAifNQRRXY+BgAKHEGWQE6HwUABYl3ElAA2ZNp6HyoMgQACuZAJa8CMShYUfhQZQgAFIRFlB82PpmAgQEAjbuNZ8wH4ckAAAAASUVORK5CYII=);
  cursor: default;
}
#viewerContainer .viewerPager .viewerPagerControlls .txtPage,
#customViewerContainer .viewerPager .viewerPagerControlls .txtPage {
  width: 2rem;
  text-align: center;
  height: 1rem;
  margin-top: 5px;
}
.panel-buttons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.625rem;
  z-index: 100;
}
#customViewerContainer .panel-buttons {
  padding: 0;
}
h2.AVBI_ViewerTitle {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  border: none;
  margin: 2px 20px 0 0;
  padding: 0;
  width: auto;
  white-space: nowrap;
  float: left;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  h2.AVBI_ViewerTitle {
    margin: 0 0.5rem 0 0;
  }
}
.dashboardsContainer {
  flex: 1;
  overflow: auto;
}
.headerNav {
  padding-right: 60px;
}
.headerNavItem {
  display: inline-block;
  text-align: center;
  padding: 8px;
}
@media screen and (min-height: 601px) and (max-height: 720px) {
  .headerNavItem {
    padding: 0.5rem;
  }
}
.headerNavItem-active .headerNavLink {
  color: #D6002A;
  border-bottom: 2px solid #D6002A;
}
.headerNavLink {
  padding: 0;
  white-space: nowrap;
}
.headerNavLink:hover {
  cursor: pointer;
  color: #000;
}
#customViewerContainer .AVBI_ViewerTitleContainer {
  display: flex;
  margin-right: 60px;
}
#customViewerContainer .AVBI_ViewerTitle {
  margin-right: 0;
}
#customViewerContainer .AVBI_ViewerTitleModeSuffix {
  color: #97bd33;
}
#customViewerContainer .AVBI_ViewerTitleSelectionSuffix {
  color: #97bd33;
  font-size: 1rem;
  line-height: 1.563rem;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.AVBI_Tooltip_ViewerTab {
  background: #FFF;
}
.AVBI_Viewer_DisabledTab {
  color: #555555 !important;
}
h3.AVBI_CellTitle {
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-weight: 400;
  color: #222;
  font-size: 0.938rem;
  /*15px*/
  margin: 0;
  padding: 0;
  float: left;
}
.AVBI_InfoTip {
  height: 15px;
  width: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 2px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IlRydWUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NzQxNEZGQTc4RDBFMzExOUY2M0I4MENFOURGOUY5MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NkQxRDIyRkQ2MjMxMUUzODc4OUFGOUFCRkI4MUVCMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NkQxRDIyRUQ2MjMxMUUzODc4OUFGOUFCRkI4MUVCMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCMDEzRkJCMUZENkUzMTE5MUMyQjBGNDdBMjQ1QzlCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjc3NDE0RkZBNzhEMEUzMTE5RjYzQjgwQ0U5REY5RjkzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qIJolwAAAM9JREFUeNpi/P//PwM5gAVEGNa/gvE5gTgDiCOBWAcqdhWIlwDxTCD+ARI43ygG0QgFMkC8DYh10Qw3geJkIPYD4gcgQSaoJDsQb0XTxAjFMKALNZgDWWMqEOsR4TVNqFfgGqOxKPoPxeggGh44QKCPJsmIZgAy0Ea28T8W23CBf8gar5AQhVeQNS4hQeMyZI2zgPgMDj8isy9CEwJc408g9gfiC2ghihyy54HYC6oWrhEEngGxORBnAvFJIP4GxSB2NhBbQNVAnEFuIgcIMAB/ly6OZPzxdgAAAABJRU5ErkJggg==) no-repeat;
  display: none;
  text-decoration: none;
  position: relative;
}
.AVBI_InfoTip:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IlRydWUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NzQxNEZGQTc4RDBFMzExOUY2M0I4MENFOURGOUY5MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MkExRjUyOEQ2MjMxMUUzQTJGNkQ3NDhBM0VEMThCQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MkExRjUyN0Q2MjMxMUUzQTJGNkQ3NDhBM0VEMThCQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCMDEzRkJCMUZENkUzMTE5MUMyQjBGNDdBMjQ1QzlCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjc3NDE0RkZBNzhEMEUzMTE5RjYzQjgwQ0U5REY5RjkzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nVFarwAAANNJREFUeNpi/P//PwM5gAWZM2OrKieQygDiSCDWgQpfBeIlQDwzw/v2D5haRpiNQE0yQGobEOvisOQyEPsBNT+AawRqYgeyTwGxHkwVUAEj1EBkv1wHYiOQzUxQgVRkTXiAJtQrcD9Go6tAswkZgNROgGnUR5aBOROHAdogAubU/0TaBgL/kDVeISEKryBrXEKCxmXIGmcB8RlsfkRmA8FFUEJATwBSQGorEBvgsOk8EPsADXqGohGqmQ1IJQFxAlIKAqWYRUA8B6jpF0aSIxUABBgA0GlMjoThLyQAAAAASUVORK5CYII=) no-repeat;
}
.AVBI_Tile:hover .AVBI_InfoTip {
  display: inline;
}
.AVBI_InfoTip span {
  display: none;
}
.AVBI_InfoTip:hover span {
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #666666;
  display: block;
  padding: 5px;
  margin: -10px 0 0 22px;
  text-decoration: none;
  width: 160px;
  color: #222;
  position: absolute;
  /*added to fix z-index overlap issue with buttons*/
  z-index: 1;
}
.AVBI_InfoTip:hover span:before,
.AVBI_InfoTip:hover span:after {
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  border-top: 7px solid rgba(0, 0, 0, 0);
  content: "";
  margin-left: -10px;
  position: absolute;
  /*left: 28px; top: 0px; used originally when .AVBI_InfoTip:hover span had no position set*/
  left: 2px;
  top: 9px;
}
.AVBI_InfoTip:hover span:before {
  border-right: 7px solid #000;
  margin-right: 0;
}
.AVBI_InfoTip:hover span:after {
  border-right: 7px solid #FFF;
  margin-left: -9px;
  margin-right: -2px;
  z-index: 1;
}
.AVBI_Overlay {
  position: absolute;
  display: none;
  z-index: 1400;
  background: #f2f2f2;
}
.AVBI_LoadingStatus {
  height: 100%;
  width: 100%;
  min-height: 90px;
  text-align: center;
}
.AVBI_LoadingStatus span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.AVBI_LoadingStatus img {
  vertical-align: middle;
}
.AVBI_Dashboard {
  padding: 15px 5px 5px 5px !important;
}
.AVBI_Tile {
  background: none repeat scroll 0 0 #F2F2F2;
  border: 2px solid #343536;
  padding: 15px;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-weight: 400;
  color: #222;
  overflow-x: hidden;
}
.AVBI_Container {
  border: 0 solid #6D6D6D;
  padding: 0;
  background: #F2F2F2;
}
.AVBI_ContainerInner,
.AVBI_TileInner {
  height: 100%;
  width: 100%;
  position: relative;
}
div.AVBI_Table table {
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #c1c6ca;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 5px 0 0;
  padding: 0;
  width: 100%;
}
div.AVBI_Table .dataTables_scrollBody table.dataTable {
  margin: 0;
}
div.AVBI_Table table th {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 1em;
  font-weight: 700;
  padding: 5px;
}
.slide-out-div .ui-tabs .AVBI_Table table th a {
  color: #307EE9;
  text-decoration: underline;
}
div.AVBI_Table table.noheaderdisplay th {
  display: none;
}
div.AVBI_Table table tr.midtableheader {
  background: #c2c5cb;
}
div.AVBI_Table table tr.even {
  background: #FFF;
}
div.AVBI_Table table tr.odd {
  background: #EEE;
}
div.AVBI_Table table tr.evenhighlight {
  background: #FFF;
  font-weight: bold;
}
div.AVBI_Table table tr.oddhighlight {
  background: #EEE;
  font-weight: bold;
}
div.AVBI_Table table tr td.cellhighlighted {
  font-weight: bold;
}
div.AVBI_Table table td {
  padding: 5px;
}
div.AVBI_Table table td.numeric_field {
  text-align: right;
}
div.AVBI_Table table th.centered {
  text-align: center;
  min-width: 70px;
  max-width: 150px;
}
/* Asset Viewer Dashboard
----------------------------------------------------------*/
#viewerContainer div.assetViewer {
  border: 0 solid #FFF;
}
#viewerContainer div.assetViewerControlsContainer {
  width: 255px;
  border: 0 solid blue;
}
#viewerContainer ol.assetViewerControls {
  margin: 0;
  padding: 0;
}
#viewerContainer div.assetViewerLinks {
  border: 0 solid blue;
  margin: 0 0 10px;
  padding: 0;
}
#viewerContainer div.assetViewerDashboard {
  float: left;
  margin: 0 0 0 260px;
  padding: 0;
  border: 0 solid green;
}
#viewerContainer ol.assetViewerControls select {
  border: 0 solid red;
  font-size: 11px;
  height: 87px;
  width: 250px;
}
#viewerContainer div.assetViewer label {
  font-size: 11px;
}
#viewerContainer .titleContainer {
  padding: 0;
  background: #FFF;
}
#viewerContainer .workAreaTitle {
  margin-bottom: 0;
}
#viewerWindow {
  height: 100%;
  max-width: 12800px;
  min-width: 0;
  top: 0;
  width: 100%;
}
.AVBI_Viewer {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.AVBI_TileButtonBar {
  float: right;
  margin: 5px 0 0;
}
.AVBI_ChartResizing {
  outline: solid #000 thin;
}
.AVBI_XSlider {
  margin-left: 20px;
  margin-right: 20px;
}
.AVBI_TileButtonBar > .AVBI_MaximizeButton {
  background: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23C1C6CA;%7D .st2%7Bfill:%232C6EE4;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Crect x='0.5' y='0.5' class='st0' width='15' height='15'/%3E %3Cg%3E %3Cpath class='st1' d='M15,1v14H1V1H15 M16,0H0v16h16V0L16,0z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cpath class='st2' d='M9.1,2.7L10.7,4l-2,2L10,7.3l2-2L13.3,7V2.7H9.1z M6,8.7l-2,2L2.7,9.1v4.3H7L5.3,12l2-2L6,8.7z'/%3E %3C/g%3E %3C/svg%3E");
  cursor: pointer;
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  position: relative;
}
.AVBI_TileButtonBar > .AVBI_RestoreButton {
  background: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' xml:space='preserve'%3E %3Cimage width='188' height='18' xlink:href='data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEAeAB4AAD/7AARRHVja3kAAQAEAAAAHgAA/+4AIUFkb2JlAGTAAAAAAQMA EAMCAwYAAAJ4AAADDAAABaj/2wCEABALCwsMCxAMDBAXDw0PFxsUEBAUGx8XFxcXFx8eFxoaGhoX Hh4jJSclIx4vLzMzLy9AQEBAQEBAQEBAQEBAQEABEQ8PERMRFRISFRQRFBEUGhQWFhQaJhoaHBoa JjAjHh4eHiMwKy4nJycuKzU1MDA1NUBAP0BAQEBAQEBAQEBAQP/CABEIABIAvAMBIgACEQEDEQH/ xAC5AAEAAwADAQAAAAAAAAAAAAAABAUGAQIDBwEAAwEBAQAAAAAAAAAAAAAAAgMFBAABEAABBAED BAEEAwAAAAAAAAADAQIEBQAQEQYSMjM1EyAhQUI0FiYRAAIBAgMGAwMICwAAAAAAAAECAxEEACES EDFRIjITIEFhcRQFgZFCUoKyc7OhsdFywjODo8NEdBIAAQMCAwcDBQAAAAAAAAAAAQARAhAhQWES MVGBscEicnEDc5GhQoIT/9oADAMBAAIRAxEAAADTeEiz1JzGtrbIC6U93TedcciWKi3pmh78d+pj 7TIcxRoE+s95XaStYEO+gzgIUY+yM7sfUx+Zi3P02mI28M7Q7mGNmessyjl3IhUlEOXkBbn/AEKU QKbEmpOz7mR3/9oACAECAAEFAHOE18lzHEF8O2B2zdy4Rd3iRFeEqI87kcQY3EVCqg8mfyNK/wAp vFkbz4/vgeX9v//aAAgBAwABBQBEerRNcjX9e+PzZExv2a9dmvYvSNFRrno1OhFdgPFpK7B9+G8e N7ZPZ+P/2gAIAQEAAQUAgTL2bHm8rC19FezGFwxPiEzldeR+pjWE2WKshxaqvh1sirqYZINfpbTJ MUf+ky0659rSPKCx15C96QP6zafLTgWTx0MUEcNVFr4ZNI1CMFxqwLjzoobQFahpwAVMMkGv0u9L itgyQ1MOHGi6WV+WPIjqdwNeG/XyP3Occ9zry71ulZ63S99+HxZ//9oACAECAgY/AJ6oatM5RjEd oYYkp4R0dXxZT/oC4DxY7cqTJbtiCCcO4B1ICZJ/pqcS3fk3VSL6nkb780AQ6BMRGzAxFwTiiQNw OZG0rTEZ8EfZAi0pXL50n+vIVl8Z5he58cuVIeVJeRUvjPMLiv/aAAgBAwIGPwCLSZ4gkm/0TSOr pko6N96RG89Ch2sNLbPs6AZrCyLKxJxIJwQBTlD3C9hYUjx51Hko+QpL0oPRDyFP/9oACAEBAQY/ AI7pfdI4JCalhJqAVirGmqnlxw0NpCZwKgyE6Qf3RQ1wlnKrXMbZJTORP2j27Hl0s+gFtK0LGnCt MKiQzs7EKoCpUk5D6fgv/h0QhW3jj0Mzag9ZojpoRUdW/Ldj3SeMtGwVrhY+4+uTlqyhObevljtR wNHbz6ZJImMg5iFbJnoSMhmMjiK1lKtJHqqVqV5mZsqgcdsHuoQyzzpCO5XSNYbPlIO8Y/0v7uJr Gd3itoYgyyAgRoaBtcgNKjPTi4+HDWbaNA8ZkIbMaRqWmVHrXwGJLb3lpmCDKoQnc2WdeGO1pX+X r115a/Ur9auIoA2gSB1Zhv0mVtVPaMdmBBGlKUUfr44ms7YFp4QhnlYZkyAkCvsHll8u2S9oOxTX CnB26vm8vb6eD43AhAaWOJFJ3VaJgK4EFYDdRBUhPP29ChRz+daV3YS1c2yX0pItI0EnZ0RhSwOV RQV/RiK1lKtJHqqVqV5mZsqgcdvw/wD7Yf4tj3NyHBhRmZ4iA5RebTnkd3nhJLVWAnVXLSGrkEVU NTLIcNs9hbxFrsMiwkCoo6q1acQTiM3ChZio7iqagN6eC8/pf5PHc/Y/LTZbfb/LfwRfjr9x9tp+ BH9wbZerqi6OvoTp9cJ1dI6+vd9L12f/2Q==' transform='matrix(0.6001 0 0 0.6001 -60 94)'%3E %3C/image%3E %3Cg%3E %3Cg%3E %3Crect x='-45.5' y='0.5' fill='%23FFFFFF' width='23' height='15'/%3E %3Cg%3E %3Cpath fill='%23C1C6CA' d='M-23,1v14h-22V1H-23 M-22,0h-24v16h24V0L-22,0z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cpath fill='%232C6EE4' d='M-31,7v2.2l3.7-3.4L-31,2.5v2c-4.5,0-5.5,5-5.5,5C-35.3,7.2-33.4,7-31,7z'/%3E %3Cpath fill='%232C6EE4' d='M-29.7,9.5v3h-10v-7h4.2c0.3-0.4,0.7-0.7,1.2-1h-6.3v9h12v-5L-29.7,9.5z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Crect x='0.5' y='0.5' fill='%23FFFFFF' width='15' height='15'/%3E %3Cg%3E %3Cpath fill='%23C1C6CA' d='M15,1v14H1V1H15 M16,0H0v16h16V0L16,0z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cpath fill='%232C6EE4' d='M12.9,7.3L11.3,6l2-2L12,2.7l-2,2L8.7,3.1v4.3H12.9z M4,13.3l2-2l1.3,1.6V8.7H3.1L4.7,10l-2,2L4,13.3z'/%3E %3Cimage width='127' height='24' xlink:href='data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/7AARRHVja3kAAQAEAAAAHgAA/+4AIUFkb2JlAGTAAAAAAQMA EAMCAwYAAAIIAAACYQAAA/H/2wCEABALCwsMCxAMDBAXDw0PFxsUEBAUGx8XFxcXFx8eFxoaGhoX Hh4jJSclIx4vLzMzLy9AQEBAQEBAQEBAQEBAQEABEQ8PERMRFRISFRQRFBEUGhQWFhQaJhoaHBoa JjAjHh4eHiMwKy4nJycuKzU1MDA1NUBAP0BAQEBAQEBAQEBAQP/CABEIABgAfwMBIgACEQEDEQH/ xACwAAEBAQEBAQEAAAAAAAAAAAAABQQDAgEGAQEBAQEBAAAAAAAAAAAAAAAAAgMBBBAAAQMEAgEF AAAAAAAAAAAABAECAwAREhMgBTAzFDQVBhEAAgECAwQGBQ0AAAAAAAAAAQIDERIAIQQxIjITEDBB UYEUYUKyswWhscFiIzNzo9M0dJTlEgABAQQIBQUBAAAAAAAAAAABABExQQIgIVFhoeESIvBxgdEy wUKSwtID/9oADAMBAAIRAxEAAAD9qlffRlZ5+8eOlMT0AADn0yytYqpmbSKXgmqGMzqmIoAADjiN Y1aSK//aAAgBAgABBQBkOSo1VTgkWTNDVczdZM8eDNuL8sv/2gAIAQMAAQUAdJZFVL8FfZ2x1na7 rjfg7C7bW//aAAgBAQABBQAdB3qbIICK6MdlSMHWLwSTNjfQ3YQkhfYQV3Hwe6MkmFIYj1HKGIZ4 C/X6UySEXrW5/mfa1OCIZDL1Qc1bYtcQYYjPAQPvqLo4oaACjBGr/9oACAECAgY/AJDAzATC7b+k SBUH0dQhD5H6qcV7f6TSjkENLoOuywUzPH3WUdvj0vt64o6vJtfNf//aAAgBAwIGPwCa0Asx7Jlt Fh4d3Urq5QUW+t+aDXwo1v4yQY6C/9oACAEBAQY/ABCYwXSKORiVFCJLgPHcOH1UsQaOOlQqqW3i FyrTvwKxDPuS75gcSWxgEIxBKFezvIHUxIwNZmKLTvCtJn4L0LrUVxE1aLaWfJrOGO47Rjgn/rzf p41n8bR+9kx8V0rBRHpvL2EVuPMKsbs8LUVpXYAfaUj5RiYae4lYzeSiraTXcNoG9ls6nRfjt7mb HwrSqFMep8xeTW4csswtzxGtt9bt22+v2x9XlTewfpx+3/I/zcWy6lo1kijjlRGQAiMl1rcrEEFu w4n5mtkbzVnP3oRdy+DZHlT0Ys54LUpeSt1acWWVfDEpgmzeMq6lwb2z3z9Y16mMiRomia9HS2tb WT11YbGPZiDl6mdfK38j7o28zj2xZ19OF00Ts8aklb6VFTUjdVe3o//Z' transform='matrix(0.9999 0 0 0.9999 -78 57)'%3E %3C/image%3E %3Cg%3E %3Cg%3E %3Crect x='-158.5' y='-31.5' fill='%23FFFFFF' width='23' height='15'/%3E %3Cg%3E %3Cpath fill='%23C1C6CA' d='M-136-31v14h-22v-14H-136 M-135-32h-24v16h24V-32L-135-32z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Crect x='-143.8' y='-29.5' fill='%232C6EE4' width='5' height='1'/%3E %3Crect x='-143.8' y='-27.5' fill='%232C6EE4' width='5' height='1'/%3E %3Crect x='-143.8' y='-25.5' fill='%232C6EE4' width='5' height='1'/%3E %3Crect x='-143.8' y='-23.5' fill='%232C6EE4' width='5' height='1'/%3E %3C/g%3E %3Cpolygon fill='%232C6EE4' points='-145.8,-19.5 -145.8,-27.5 -147.8,-27.5 -147.8,-19.5 -148.8,-19.5 -148.8,-25.5 -150.8,-25.5 -150.8,-19.5 -151.8,-19.5 -151.8,-23.5 -153.8,-23.5 -153.8,-19.5 -154.3,-19.5 -154.3,-27.5 -155.3,-27.5 -155.3,-18.5 -153.8,-18.5 -151.8,-18.5 -150.8,-18.5 -148.8,-18.5 -147.8,-18.5 -145.8,-18.5 -145.3,-18.5 -145.3,-19.5 '/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Crect x='-72.5' y='-35.5' fill='%23FFFFFF' width='23' height='15'/%3E %3Cg%3E %3Cpath fill='%23C1C6CA' d='M-50-35v14h-22v-14H-50 M-49-36h-24v16h24V-36L-49-36z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath fill='%232C6EE4' d='M-57-33.4c-1.9,0-3.4,1.5-3.4,3.4c0,1.9,1.5,3.4,3.4,3.4c1.9,0,3.4-1.5,3.4-3.4 C-53.6-31.9-55.1-33.4-57-33.4z M-55.8-28.1l-1.2-1.2l-1.2,1.2l-0.7-0.7l1.2-1.2l-1.2-1.2l0.7-0.7l1.2,1.2l1.2-1.2l0.7,0.7 l-1.2,1.2l1.2,1.2L-55.8-28.1z'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%232C6EE4' d='M-57.4-25.7v2h-10v-7h6.1c0.1-0.3,0.1-0.7,0.3-1h-7.3v9h12v-3.1c-0.2,0-0.4,0.1-0.6,0.1 C-57.1-25.6-57.2-25.7-57.4-25.7z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Crect x='-158.5' y='-2.5' fill='%23FFFFFF' width='23' height='15'/%3E %3Cg%3E %3Cpath fill='%23C1C6CA' d='M-136-2v14h-22V-2H-136 M-135-3h-24v16h24V-3L-135-3z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Crect x='-143.9' y='-0.5' fill='%23C1C6CA' width='5' height='1'/%3E %3Crect x='-143.9' y='1.5' fill='%23C1C6CA' width='5' height='1'/%3E %3Cpolygon fill='%232C6EE4' points='-138.6,5.1 -139.3,4.4 -141.1,6.1 -142.9,4.4 -143.6,5.1 -141.8,6.8 -143.6,8.6 -142.9,9.3 -141.1,7.5 -139.3,9.3 -138.6,8.6 -140.4,6.8 '/%3E %3Cg%3E %3Cpolygon fill='%23C1C6CA' points='-138.9,3.8 -138.9,3.5 -139.2,3.5 '/%3E %3Cpolygon fill='%23C1C6CA' points='-139.5,3.5 -142.7,3.5 -142.2,4.1 -141.7,4.5 -140.5,4.5 -140.1,4.1 '/%3E %3Cpolygon fill='%23C1C6CA' points='-143.6,4.1 -143,3.5 -143.9,3.5 -143.9,4.3 '/%3E %3C/g%3E %3Cpolygon fill='%232C6EE4' points='-145.9,9.5 -145.9,1.5 -147.9,1.5 -147.9,9.5 -148.9,9.5 -148.9,3.5 -150.9,3.5 -150.9,9.5 -151.9,9.5 -151.9,5.5 -153.9,5.5 -153.9,9.5 -154.4,9.5 -154.4,1.5 -155.4,1.5 -155.4,10.5 -153.9,10.5 -151.9,10.5 -150.9,10.5 -148.9,10.5 -147.9,10.5 -145.9,10.5 -145.4,10.5 -145.4,9.5 '/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Crect x='-111.5' y='0.5' fill='%23FFFFFF' width='23' height='15'/%3E %3Cg%3E %3Cpath fill='%23C1C6CA' d='M-89,1v14h-22V1H-89 M-88,0h-24v16h24V0L-88,0z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cpolygon fill='%232C6EE4' points='-96.6,11.5 -96.6,12.5 -106.6,12.5 -106.6,5.5 -105.6,5.5 -105.6,4.5 -107.6,4.5 -107.6,13.5 -95.6,13.5 -95.6,11.5 '/%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='%232C6EE4' points='-92.4,2.5 -95.4,2.5 -95.4,3.5 -93.4,3.5 -93.4,5.5 -92.4,5.5 -92.4,2.5 '/%3E %3Cpolygon fill='%232C6EE4' points='-97.4,2.5 -99.4,2.5 -99.4,3.5 -97.4,3.5 -97.4,2.5 '/%3E %3Cpolygon fill='%232C6EE4' points='-101.4,2.5 -104.4,2.5 -104.4,5.5 -103.4,5.5 -103.4,3.5 -101.4,3.5 -101.4,2.5 '/%3E %3Cpolygon fill='%232C6EE4' points='-104.4,7.5 -104.4,9.5 -104.4,9.5 -104.4,10.5 -101.4,10.5 -101.4,9.5 -103.4,9.5 -103.4,7.5 '/%3E %3Cpolygon fill='%232C6EE4' points='-97.4,9.5 -99.4,9.5 -99.4,10.5 -97.4,10.5 -97.4,9.5 '/%3E %3Cpolygon fill='%232C6EE4' points='-93.4,7.5 -93.4,9.5 -95.4,9.5 -95.4,10.5 -93.4,10.5 -92.4,10.5 -92.4,9.5 -92.4,7.5 '/%3E %3C/g%3E %3Cpolygon fill='%232C6EE4' points='-96.4,6 -97.9,6 -97.9,4.5 -98.9,4.5 -98.9,6 -100.4,6 -100.4,7 -98.9,7 -98.9,8.5 -97.9,8.5 -97.9,7 -96.4,7 '/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Crect x='-18.5' y='-36' fill='%23FFFFFF' width='15' height='16'/%3E %3Cpolygon fill='%232C6EE4' points='-11,-25.2 -7.8,-30.8 -14.2,-30.8 '/%3E %3Cpolygon fill='%23C1C6CA' points='-18.5,-36 -18.5,-35 -4.5,-35 -4.5,-21 -18.5,-21 -18.5,-20 -3.5,-20 -3.5,-36 '/%3E %3C/g%3E %3C/svg%3E");
  height: 16px;
  width: 16px;
  display: block;
  float: right;
  cursor: pointer;
  position: relative;
}
.AVBI_ShowLegendButton {
  background: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 16' style='enable-background:new 0 0 24 16;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23C1C6CA;%7D .st2%7Bfill:%232C6EE4;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Crect x='0.5' y='0.5' class='st0' width='23' height='15'/%3E %3Cg%3E %3Cpath class='st1' d='M23,1v14H1V1H23 M24,0H0v16h24V0L24,0z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Crect x='15.3' y='2.5' class='st2' width='5' height='1'/%3E %3Crect x='15.3' y='4.5' class='st2' width='5' height='1'/%3E %3Crect x='15.3' y='6.5' class='st2' width='5' height='1'/%3E %3Crect x='15.3' y='8.5' class='st2' width='5' height='1'/%3E %3C/g%3E %3Cpolygon class='st2' points='13.3,12.5 13.3,4.5 11.3,4.5 11.3,12.5 10.3,12.5 10.3,6.5 8.3,6.5 8.3,12.5 7.3,12.5 7.3,8.5 5.3,8.5 5.3,12.5 4.8,12.5 4.8,4.5 3.8,4.5 3.8,13.5 5.3,13.5 7.3,13.5 8.3,13.5 10.3,13.5 11.3,13.5 13.3,13.5 13.8,13.5 13.8,12.5 '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  border: 0px solid #D1D4D7;
  cursor: pointer;
  display: block;
  float: left;
  height: 16px;
  width: 24px;
  margin-right: 2px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.AVBI_HideLegendButton {
  background: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 16' style='enable-background:new 0 0 24 16;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23C1C6CA;%7D .st2%7Bfill:%232C6EE4;%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Crect x='0.5' y='0.5' class='st0' width='23' height='15'/%3E %3Cg%3E %3Cpath class='st1' d='M23,1v14H1V1H23 M24,0H0v16h24V0L24,0z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Crect x='15.1' y='2.5' class='st1' width='5' height='1'/%3E %3Crect x='15.1' y='4.5' class='st1' width='5' height='1'/%3E %3Cpolygon class='st2' points='20.4,8.1 19.7,7.4 17.9,9.1 16.1,7.4 15.4,8.1 17.2,9.8 15.4,11.6 16.1,12.3 17.9,10.5 19.7,12.3 20.4,11.6 18.6,9.8 '/%3E %3Cg%3E %3Cpolygon class='st1' points='20.1,6.8 20.1,6.5 19.8,6.5 '/%3E %3Cpolygon class='st1' points='19.5,6.5 16.3,6.5 16.8,7.1 17.3,7.5 18.5,7.5 18.9,7.1 '/%3E %3Cpolygon class='st1' points='15.4,7.1 16,6.5 15.1,6.5 15.1,7.3 '/%3E %3C/g%3E %3Cpolygon class='st2' points='13.1,12.5 13.1,4.5 11.1,4.5 11.1,12.5 10.1,12.5 10.1,6.5 8.1,6.5 8.1,12.5 7.1,12.5 7.1,8.5 5.1,8.5 5.1,12.5 4.6,12.5 4.6,4.5 3.6,4.5 3.6,13.5 5.1,13.5 7.1,13.5 8.1,13.5 10.1,13.5 11.1,13.5 13.1,13.5 13.6,13.5 13.6,12.5 '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  border: 0px solid #D1D4D7;
  height: 16px;
  width: 24px;
  display: block;
  float: left;
  cursor: pointer;
  margin-right: 2px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.AVBI_LayoutContainer {
  height: 100%;
  width: 100%;
}
.AVBI_LayoutMainPane {
  height: 100%;
  width: 100%;
}
.AVBI_LayoutMaximizedPane {
  height: 100%;
  width: 100%;
  display: none;
}
.AVBI_DragHandle {
  cursor: move;
}
.AVBI_DropOverlay {
  background: rgba(55, 55, 55, 0.8);
  z-index: 1000;
  position: absolute;
}
#Details #c_BrowseList {
  padding: 0 !important;
  overflow: hidden;
}
#tbl_Details table,
#tbl_CustomDetails table {
  margin: 0 !important;
}
#tbl_Details table th,
#tbl_CustomDetails table th {
  color: #FFF;
  padding: 5px 30px 5px 5px;
  white-space: nowrap;
}
#tbl_Details table td,
#tbl_CustomDetails table td {
  white-space: nowrap;
}
.AVBI_Flyout_Handle {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAIAAAD9iXMrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2QkYwQ0U5MjUxMjVFMzExQTA1MDlGOEEyMzRBNkRCNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMkEzNEM5NTJGNjQxMUUzODE3M0JFRjQ3MjVDOTAwNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMkEzNEM5NDJGNjQxMUUzODE3M0JFRjQ3MjVDOTAwNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVDMDgxRUI0NTcyRkUzMTE5NDg5REJGOURCQTA0NEMxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZCRjBDRTkyNTEyNUUzMTFBMDUwOUY4QTIzNEE2REI1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+p8tEWwAAAFpJREFUeNpiNKx/yUAEYGIgDtBa3ewEQWMFVsLqgIqAShckCzpqshO2V0+WtTecv8aXlwkmz4JV3fVnf6bu+3Lszi+4CLq6my/+zNj/9eDNn2jijIM8nAECDABnPRjxI+vKKgAAAABJRU5ErkJggg==) no-repeat scroll 3px 3px #FFF;
  border: 1px solid #CCCCCC;
  color: #FFF;
  height: 20px;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 20px;
  z-index: 1500;
  position: absolute;
  cursor: pointer;
}
.AVBI_Flyout_Handle_Open {
  color: #333;
  font-weight: normal;
  border: 1px solid #cccccc;
  border-right: none;
  z-index: 1500;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAIAAAD9iXMrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2QkYwQ0U5MjUxMjVFMzExQTA1MDlGOEEyMzRBNkRCNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMjQzNTIzRDJGNjQxMUUzODE3M0JFRjQ3MjVDOTAwNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMjQzNTIzQzJGNjQxMUUzODE3M0JFRjQ3MjVDOTAwNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVDMDgxRUI0NTcyRkUzMTE5NDg5REJGOURCQTA0NEMxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZCRjBDRTkyNTEyNUUzMTFBMDUwOUY4QTIzNEE2REI1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+scnHhQAAAFxJREFUeNpinL5FhYEIwMRAHKC1Oj+LpVLCZoTVARUBlQZarVKUcCNsr7igobvxVDvdZkZGZogIC1Z1rz9eOXWz//HrQ3ARdHVvPl0/c2vig5d70cQZB3k4AwQYAJQ9GQoQFGq3AAAAAElFTkSuQmCC) no-repeat scroll 3px 3px #F4F5ED;
}
/*Flyout Custom checkbox*/
.AVBI_Flyout_Open input[type="checkbox"] {
  display: none;
}
.AVBI_Flyout_Open input[type="checkbox"] + label .checkBoxImage {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(data:image/png;base64,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) 0 0 no-repeat;
  cursor: pointer;
}
.AVBI_Flyout_Open input[type="checkbox"]:checked + label .checkBoxImage {
  background: url(data:image/png;base64,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) -16px 0 no-repeat;
}
li.AVBI_Flyout_Option {
  margin: 0 0 5px 0;
  padding: 4px;
  border-left: 3px solid #FFF;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #222;
}
li.AVBI_Flyout_Option span {
  margin-right: 3px;
}
/* The flyout element which is toggled open/closed when the handle is clicked */
.AVBI_Flyout {
  display: none;
  white-space: nowrap;
  position: absolute;
  left: 20px;
}
/* The anchor used to toggle open/closed a category within the flyout */
.AVBI_Flyout_Category_Header {
  background: #FFF;
  display: block;
}
/* The container for options within a category in the flyout */
.AVBI_Flyout_Category {
  display: none;
  white-space: nowrap;
}
.AVBI_Flyout_Open a {
  text-decoration: none;
}
.AVBI_Flyout_Open a:hover {
  color: #222;
}
/* Individual option within a flyout */
.AVBI_Flyout_Option {
  background: #FFF;
  display: block;
}
.AVBI_Flyout_Open .AVBI_Flyout_Selected {
  background: #FFF;
  border-left: 3px solid #97B424;
}
.AVBI_Flyout_Option:hover {
  color: #222;
  background: #CCCCCC;
}
/* display property for an open flyout or category */
.AVBI_Flyout_Open {
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #cccccc;
  display: block;
  max-height: 360px;
  width: auto;
  z-index: 1499;
}
.AVBI_Flyout_Inner {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  max-height: 276px;
  margin: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
ul.AVBI_Flyout_OptionList {
  display: block;
  margin: 0;
  padding: 5px 0 0;
  position: relative;
}
.AVBI_TileButtonBar > div {
  position: relative;
  float: left;
}
/*table styling*/
.AVBI_Table caption {
  font-size: 15px;
  padding: 10px 0;
  text-align: left;
}
.AVBI_Table {
  clear: both;
}
.AVBI_ContainerInner h3 {
  padding: 10px 5px 10px 0;
}
.AVBI_ContainerInner .AVBI_parameter {
  margin: 7px 0 0;
}
.AVBI_ContainerInner {
  clear: both;
  position: relative;
}
.AVBI_ContainerInner > div:not(.AVBI_Table) {
  margin: 0 5px 0 0;
  /*positions combo-boxes*/
  float: left;
}
.AVBI_ContainerInner > div > select {
  margin: 0 0 0 5px !important;
  /*positions floated combo-boxes i.e. key indicators*/
}
select[class="AVBI_parameter"]:disabled {
  color: #707070;
  /*to overide esri.css color applied to disabled select dropdowns*/
}
h3.AVBI_Text_Title {
  color: #222;
  font-size: 15px;
  font-weight: normal;
  padding: 10px 0 0;
}
#txt_OverviewDevConcept p,
#txt_OverviewRemarks p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.AVBI_Text_Popup_Active,
.AVBI_Text_Popup {
  margin-top: 5px !important;
}
#txt_PriceScenarioPopup {
  border: 1px solid #BFBDBD;
  margin-top: 5px !important;
}
.AVBI_Text_Popup_Active h3,
.AVBI_Text_Popup h3 {
  color: #222;
  font-size: 15px;
  font-weight: normal;
  padding: 5px 5px 10px;
}
.AVBI_Text_Popup_Active p {
  padding: 0 5px 5px;
}
.AVBI_Text_Popup_Active .closeWindow,
.AVBI_Text_Popup .closeWindow {
  display: none;
}
.AVBI_TileButtonBar > button {
  margin: 0 2px 0 0;
  padding: 0 2px;
  border: 1px solid #D1D4D7;
  height: 24px;
  text-indent: -9999px;
  width: 35px;
  cursor: pointer;
}
.AVBI_LoadingSpinner {
  margin: auto 0;
  width: 29px;
}
.AVBI_UserDashboard {
  overflow: hidden;
}
/*Economic Model Download Link*/
#el_ValuationSummary_KeyIndicators input,
#InvestmentDevelopmentConceptQPR,
#InvestmentDevelopmentConceptPNG {
  border: 1px solid #C1C6CA;
  color: #2C6EE4;
  font-weight: bold;
  margin: 5px 0 0;
  font-size: 0.75rem;
  background: #FFF;
  cursor: pointer;
}
h3.Text_Title {
  color: #222;
  font-size: 15px;
  font-weight: normal;
  padding: 10px 0 0;
}
.devConcept_disabled {
  color: #C1C6CA !important;
  cursor: auto !important;
}
/* ValuationSummary -> Key Indicators Discounted combobox*/
#discount-combo-container {
  float: left;
  padding-top: 6px;
  position: relative;
  width: 50%;
}
.discount-rate-input {
  border: 0 none;
  height: 17px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 60px;
  font-size: 1em;
  padding-left: 0;
  margin-left: 9px;
}
#c_ValuationSummary_KeyIndicatorsDiscounted .discount-rate-input {
  border: 0 none;
  height: 17px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 60px;
  font-size: 1em;
  padding-left: 0;
  margin-left: 9px;
}
#c_ValuationSummary_KeyIndicatorsDiscounted .discount-rate-input:hover,
#c_ValuationSummary_KeyIndicatorsDiscounted .discount-rate-input:focus {
  border: 0 none;
}
.discount-rate-input-error {
  border: 0 none;
  height: 14px;
  color: #F00;
  font-size: 0.9375em !important;
  float: left;
  padding: 5px;
}
#c_ValuationSummary_KeyIndicatorsDiscounted .discount-rate-input-error {
  border: 0 none;
  height: 14px;
  color: #F00;
  font-size: 0.9375em !important;
  float: left;
  padding: 5px;
}
.discount-rate-select {
  height: 20px;
  width: 100px;
}
.discount-rate-suffix {
  padding-left: 10px;
  font-weight: 400;
  color: #222;
  font-size: 0.938rem;
  vertical-align: text-bottom;
}
#c_ValuationSummary_KeyIndicatorsDiscounted .AVBI_parameter {
  height: 20px;
  width: 100px;
}
#vantageDashboardsEdgeDockedPanel.maximized > div {
  top: 0.25rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 100% !important;
  right: 0 !important;
}
#vantageDashboardsEdgeDockedPanel > div {
  /* Use this element for visibility, positioning, and sizing only. */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  line-height: initial !important;
  visibility: hidden;
  border: solid 1px #999999;
}
.vantageDashboardsEdgeDockedPanelTitle {
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-size: 1.875rem;
  color: #000;
  padding: 0;
  margin: 1.25rem 1.25rem 0 1.25rem;
}
.vantageDashboardsEdgeDockedPanelDescription {
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 16.8px;
  padding: 0;
  margin: 0 0 0 1.25rem;
}
#assetViewerEdgeDockedPanel.maximized > div,
#customViewerEdgeDockedPanel.maximized > div {
  top: 0.25rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 100% !important;
  right: 0 !important;
}
#assetViewerEdgeDockedPanel > div,
#customViewerEdgeDockedPanel > div {
  /* Use this element for visibility, positioning, and sizing only. */
  max-width: 90%;
  width: 90% !important;
  /*top: .625rem; Set in the nv-panel-edge-docked configuration instead. */
  bottom: 85px;
  /* This default value should be overridden in the responsive stylesheets. */
  line-height: initial !important;
  visibility: hidden;
  right: 1.25rem !important;
  left: auto !important;
  border: solid 1px #999999;
}
#assetViewerEdgeDockedPanel #assetViewerAssetList,
#customViewerEdgeDockedPanel #assetViewerAssetList {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#assetViewerEdgeDockedPanel #assetViewerAssetList > div > *,
#customViewerEdgeDockedPanel #assetViewerAssetList > div > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#assetViewerEdgeDockedPanel #assetViewerAssetList > div > [vn-asset-list],
#customViewerEdgeDockedPanel #assetViewerAssetList > div > [vn-asset-list],
#assetViewerEdgeDockedPanel #assetViewerAssetList > div > [vn-asset-list-portfolio],
#customViewerEdgeDockedPanel #assetViewerAssetList > div > [vn-asset-list-portfolio] {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
#assetViewerEdgeDockedPanel #customViewerAssetList,
#customViewerEdgeDockedPanel #customViewerAssetList {
  padding-top: 0;
}
#portfolioListConditional .datasetTitle {
  margin-top: 0;
  padding-top: 1rem;
}
#viewerWidthContainer {
  width: 90%;
  position: absolute;
  padding: 0;
}
.viewerEdgeDockedPanelContent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.625rem;
}
.viewerEdgeDockedPanelContent .assetList {
  top: 0;
  bottom: 0;
  padding-right: 0.625rem;
}
.viewerEdgeDockedPanelContent #viewerContainer > div,
.viewerEdgeDockedPanelContent #assetViewerAssetList {
  background: transparent;
}
.viewerEdgeDockedPanelContent .assetList .assetListNormal,
.viewerEdgeDockedPanelContent .assetList .assetListLoading {
  top: 5rem;
  bottom: 1rem;
}
.viewerEdgeDockedPanelContent .assetList .assetListComparison {
  top: 1rem;
  bottom: 1rem;
}
/* Horizontal tabs need to undo styles introduced for Discovery Panel and vertical lists. */
#assetViewerEdgeDockedPanel .ui-tabs-nav,
.slide-out-div .ui-tabs > ul {
  padding: 0;
  max-width: none;
  margin-top: 0;
  width: 95%;
}
.slide-out-div .ui-tabs > ul > li {
  width: auto;
  background-color: transparent;
}
.ui-layout-resizer-open-hover,
.ui-layout-resizer-dragging {
  /* resizer beging 'dragging' */
  background: #97B424;
}
.export_Powerpoint_Tooltip {
  float: right;
}
.export_SubmitButton_Tooltip {
  display: inline-block;
}
.assetremarks_caption {
  margin-bottom: 20px;
  color: #222;
}
.assetremarks_projectname {
  margin-bottom: 10px;
  color: #222;
}
.assetremarks_remark {
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 12px;
}
.assetremarks_remark br {
  line-height: 30px;
}
#downloadLink:hover {
  text-decoration: underline;
}
.assetReportDownloadLink {
  text-decoration: none;
  color: #FFF !important;
  float: left;
}
.assetReportPdfIco {
  margin-top: 5px;
}
@media screen and (min-width: 1015px) and (max-width: 1549px) {
  .assetReportPdfIco {
    margin-top: 0;
  }
}
@media screen and (max-width: 1014px) {
  .assetReportPdfIco {
    margin-top: 0;
  }
}
.asset-viewer-icon-pdf-image {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='180px' height='160px' viewBox='0 0 180 160' enable-background='new 0 0 180 160' xml:space='preserve'%3E %3Cpolygon fill='%23249291' points='127.059,0 54.645,0 54.715,59.32 0.191,59.32 0.191,160 127.059,160 '/%3E %3Cpolygon fill='%23249291' points='42.715,9.219 8.621,46.324 42.715,46.324 '/%3E %3Crect x='126.863' y='71.402' fill='%23249291' width='53.328' height='88.539'/%3E %3Cg%3E %3Crect x='10.074' y='81.41' fill='%23FFFFFF' width='160.922' height='67.809'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%233D3D3D' d='M41.246,122.219v16.047H30.699V91.672h16.516c11.828,0,17.715,4.961,17.715,14.844 c0,4.688-1.691,8.477-5.059,11.367c-3.398,2.891-7.922,4.336-13.594,4.336H41.246z M41.246,99.738v14.531h4.164 c5.613,0,8.406-2.461,8.406-7.344c0-4.805-2.793-7.188-8.406-7.188H41.246z'/%3E %3Cpath fill='%233D3D3D' d='M74.949,138.266V91.672h16.582c16.652,0,24.98,7.578,24.98,22.715c0,7.266-2.273,13.047-6.816,17.383 c-4.551,4.348-10.586,6.496-18.164,6.496H74.949z M85.496,100.227v29.531h5.227c4.578,0,8.172-1.367,10.77-4.082 c2.59-2.734,3.906-6.465,3.906-11.152c0-4.434-1.301-7.93-3.867-10.488c-2.578-2.539-6.211-3.809-10.871-3.809H85.496z'/%3E %3Cpath fill='%233D3D3D' d='M153.59,100.227h-16.523v11.426h15.207v8.535h-15.207v18.078h-10.555V91.672h27.078V100.227z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 1.4em;
  display: inline-block;
  text-decoration: none;
  color: #000 !important;
}
.asset-viewer-icon-pdf-disabled-image {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='180px' height='160px' viewBox='0 0 180 160' enable-background='new 0 0 180 160' xml:space='preserve'%3E %3Cpolygon fill='%23888888' points='127.059,0 54.645,0 54.715,59.32 0.191,59.32 0.191,160 127.059,160 '/%3E %3Cpolygon fill='%23888888' points='42.715,9.219 8.621,46.324 42.715,46.324 '/%3E %3Crect x='126.863' y='71.402' fill='%23888888' width='53.328' height='88.539'/%3E %3Cg%3E %3Crect x='10.074' y='81.41' fill='%23FFFFFF' width='160.922' height='67.809'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%233D3D3D' d='M41.246,122.219v16.047H30.699V91.672h16.516c11.828,0,17.715,4.961,17.715,14.844 c0,4.688-1.691,8.477-5.059,11.367c-3.398,2.891-7.922,4.336-13.594,4.336H41.246z M41.246,99.738v14.531h4.164 c5.613,0,8.406-2.461,8.406-7.344c0-4.805-2.793-7.188-8.406-7.188H41.246z'/%3E %3Cpath fill='%233D3D3D' d='M74.949,138.266V91.672h16.582c16.652,0,24.98,7.578,24.98,22.715c0,7.266-2.273,13.047-6.816,17.383 c-4.551,4.348-10.586,6.496-18.164,6.496H74.949z M85.496,100.227v29.531h5.227c4.578,0,8.172-1.367,10.77-4.082 c2.59-2.734,3.906-6.465,3.906-11.152c0-4.434-1.301-7.93-3.867-10.488c-2.578-2.539-6.211-3.809-10.871-3.809H85.496z'/%3E %3Cpath fill='%233D3D3D' d='M153.59,100.227h-16.523v11.426h15.207v8.535h-15.207v18.078h-10.555V91.672h27.078V100.227z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 0.95em;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 25px;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.details-view-ep-icon {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='180px' height='160px' viewBox='0 0 180 160' enable-background='new 0 0 180 160' xml:space='preserve'%3E %3Cpolygon fill='%23C1A34E' points='127.059,0 54.645,0 54.715,59.32 0.191,59.32 0.191,160 127.059,160 '/%3E %3Cpolygon fill='%23C1A34E' points='42.715,9.219 8.621,46.324 42.715,46.324 '/%3E %3Crect x='126.863' y='71.402' fill='%23C1A34E' width='53.328' height='88.539'/%3E %3Cg%3E %3Crect x='10.074' y='81.41' fill='%23FFFFFF' width='160.922' height='67.809'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%233D3D3D' d='M41.246,122.219v16.047H30.699V91.672h16.516c11.828,0,17.715,4.961,17.715,14.844 c0,4.688-1.691,8.477-5.059,11.367c-3.398,2.891-7.922,4.336-13.594,4.336H41.246z M41.246,99.738v14.531h4.164 c5.613,0,8.406-2.461,8.406-7.344c0-4.805-2.793-7.188-8.406-7.188H41.246z'/%3E %3Cpath fill='%233D3D3D' d='M74.949,138.266V91.672h16.582c16.652,0,24.98,7.578,24.98,22.715c0,7.266-2.273,13.047-6.816,17.383 c-4.551,4.348-10.586,6.496-18.164,6.496H74.949z M85.496,100.227v29.531h5.227c4.578,0,8.172-1.367,10.77-4.082 c2.59-2.734,3.906-6.465,3.906-11.152c0-4.434-1.301-7.93-3.867-10.488c-2.578-2.539-6.211-3.809-10.871-3.809H85.496z'/%3E %3Cpath fill='%233D3D3D' d='M153.59,100.227h-16.523v11.426h15.207v8.535h-15.207v18.078h-10.555V91.672h27.078V100.227z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 100% 100%;
  height: 16px;
  width: 16px;
  display: inline-block;
}
.details-view-asset-icon {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='180px' height='160px' viewBox='0 0 180 160' enable-background='new 0 0 180 160' xml:space='preserve'%3E %3Cpolygon fill='%23249291' points='127.059,0 54.645,0 54.715,59.32 0.191,59.32 0.191,160 127.059,160 '/%3E %3Cpolygon fill='%23249291' points='42.715,9.219 8.621,46.324 42.715,46.324 '/%3E %3Crect x='126.863' y='71.402' fill='%23249291' width='53.328' height='88.539'/%3E %3Cg%3E %3Crect x='10.074' y='81.41' fill='%23FFFFFF' width='160.922' height='67.809'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%233D3D3D' d='M41.246,122.219v16.047H30.699V91.672h16.516c11.828,0,17.715,4.961,17.715,14.844 c0,4.688-1.691,8.477-5.059,11.367c-3.398,2.891-7.922,4.336-13.594,4.336H41.246z M41.246,99.738v14.531h4.164 c5.613,0,8.406-2.461,8.406-7.344c0-4.805-2.793-7.188-8.406-7.188H41.246z'/%3E %3Cpath fill='%233D3D3D' d='M74.949,138.266V91.672h16.582c16.652,0,24.98,7.578,24.98,22.715c0,7.266-2.273,13.047-6.816,17.383 c-4.551,4.348-10.586,6.496-18.164,6.496H74.949z M85.496,100.227v29.531h5.227c4.578,0,8.172-1.367,10.77-4.082 c2.59-2.734,3.906-6.465,3.906-11.152c0-4.434-1.301-7.93-3.867-10.488c-2.578-2.539-6.211-3.809-10.871-3.809H85.496z'/%3E %3Cpath fill='%233D3D3D' d='M153.59,100.227h-16.523v11.426h15.207v8.535h-15.207v18.078h-10.555V91.672h27.078V100.227z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 100% 100%;
  height: 16px;
  width: 16px;
  display: inline-block;
}
#My_Dashboards .AVBI_TileInner,
#User .AVBI_TileInner {
  z-index: 1499;
}
#userDashboardSaveDialog_panel .vantage-ui-dialog-main {
  background: #FFF;
  border: solid 1px #999999;
}
#userDashboardSaveDialog_panel .vantage-ui-dialog-main .vantage-ui-dialog-content {
  padding: 10px;
}
#userDashboardSaveDialog_panel .vantage-ui-dialog-main input {
  background-color: #307EE9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAiCAIAAAFmSBTQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABzSURBVHjaYjKo/sb079dfpr/f/zD9/fab6e/PvwABxKRf8ZXp7w8g//tvkDhAADEZVH1l+v/3P9O/P/+Y/v/+x/Tv91+m/39ANJD/9x9AgAHlvzH9//+fiQGI//8D0v8gNEgPnP8XWewfUIwBIgfS8/8/APVBWeiY9VU6AAAAAElFTkSuQmCC);
  border: 0 none;
  color: #FFF;
  display: inline-block;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 9px;
  text-align: left;
  background: none;
  color: #307EE9;
}
#userDashboardSaveDialog_panel .vantage-ui-dialog-main input:hover {
  cursor: pointer;
}
#userDashboardSaveDialog_panel .vantage-ui-dialog-main input:hover {
  text-decoration: underline;
  cursor: pointer;
}
#moduleNotEntitledSurface {
  border: solid 1px #999999;
}
#assetViewerListComparison .assetListSelectAll {
  opacity: 0.6;
}
/** This is used by webpack to build the responsive.css */
/* Largest width: viewport >= 1550px */
@media screen and (min-width: 1550px) {
  html {
    font-size: 1em;
    /* 16 px */
  }
  /* Map Toolbar
	----------------------------------------------------------*/
  #mapToolbar {
    left: 50%;
    margin-left: -201px;
  }
  #mapToolbar > ul {
    padding-right: 0;
    padding-left: 5px;
  }
  #mapToolbar > ul > li {
    margin-right: 5px;
    margin-left: 0;
  }
  /* Map Controls
	----------------------------------------------------------*/
  #mapControls > ul > li.joined {
    padding-bottom: 10px !important;
  }
  /* Info or Feedback Bar
	----------------------------------------------------------*/
  .feedbackBar > ul {
    padding-left: 5px;
  }
  .feedbackBar > ul > li {
    margin-right: 5px;
  }
  .feedbackBar #extentFeedback {
    font-size: 0.75rem;
    padding-left: 5px;
  }
  .feedbackBar #coordinatesFeedback {
    width: 176px;
    font-size: 0.75rem;
  }
  #workspaceMiniBar {
    right: -276px;
  }
  /* Assets Panel
	----------------------------------------------------------*/
  #assetViewerAssetList,
  #customViewerAssetList,
  .assetList {
    width: 300px !important;
  }
  .grossNetToggle-button-net {
    margin: 0 27px;
  }
  #vantageDashboardsEdgeDockedPanelContent {
    border: none !important;
  }
  #assetViewerEdgeDockedPanelContent #viewerContainer > div,
  #customViewerEdgeDockedPanelContent #customViewerContainer > div,
  .viewerEdgeDockedPanelContent .viewerContainer > div,
  #viewerWidthContainer #viewerWidth {
    left: 323px;
  }
  .viewerEdgeDockedPanelContent .viewerContainer > div {
    margin-right: 0.4em;
  }
  .assetList .datasetTitle .datasetName {
    width: 250px;
  }
  .assetList .datasetTitle.withStatusIcon .datasetName,
  .assetList .datasetTitle.editable .datasetName {
    width: 233px;
  }
  .assetList .datasetTitle.withStatusIcon.editable .datasetName {
    width: 215px;
  }
  .mainItemContainer > .mainItem > .itemText {
    max-width: 195px;
  }
  .assetListNormal,
  .assetListComparison {
    width: 300px;
  }
  #companyShareContainer,
  #companyShareList .SelectAllItem {
    width: 300px;
  }
  .portfolioAccordion {
    width: 300px;
  }
  /*scroll list*/
  .assetList .childItem {
    min-width: 240px;
  }
  /*overflow width limiter*/
  .assetList .mainItem {
    width: 210px;
  }
  /*overflow width limiter*/
  .assetList .resultSearchField {
    width: 215px;
  }
  /*main search box*/
  #manageSaveQueryContainer {
    width: 540px;
  }
  .savedUserQueries-itemName,
  .savedUserQueries-headerName {
    width: 33%;
  }
}
/* Largest Height: viewport >= 901px */
@media screen and (min-height: 901px) {
  html {
    font-size: 1em;
    /* Assuming this measurement will be the standard 16px font-size in most cases as it is the default in most browsers.
			All font-size measurements on other elements than this one should be done in rem units to make them all relative to this number. */
  }
  #ihsGlobalLinks {
    top: 86px;
  }
  nv-toast-notification .toast {
    bottom: 100vh;
  }
  /* Map Toolbar
	----------------------------------------------------------*/
  #mapToolbar {
    height: 50px;
    position: fixed;
    bottom: 25px;
    font-size: 0.75rem;
    line-height: 0.85rem;
  }
  #mapToolbar > ul {
    padding-top: 5px;
    padding-bottom: 0;
    height: 50px;
  }
  #mapToolbar > ul > li {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* Map Controls
	----------------------------------------------------------*/
  #mapControls {
    height: 70px;
    position: fixed;
    top: 100px;
    font-size: 0.75rem;
    line-height: 0.85rem;
    right: 60px;
  }
  #mapControls > ul > li {
    margin-top: 0;
    margin-bottom: 0;
  }
  #mapControls > ul > li > ul:before {
    bottom: 166px;
  }
  #mapControls > ul > li.joined {
    padding-bottom: 11px;
  }
  /* Info or Feedback Bar
	----------------------------------------------------------*/
  .feedbackBar #extentFeedback {
    height: 20px;
    font-size: 0.75rem;
  }
  /* Legend
	----------------------------------------------------------*/
  #moreAssetSizeByMenu,
  #moreAssetColorByMenu {
    font-size: 0.75rem;
    line-height: 0.85rem;
  }
  /* Details View
	----------------------------------------------------------*/
  .minimizedDetailsContainer {
    bottom: 137px;
  }
  /* Assets Panel
	----------------------------------------------------------*/
  #assetViewerEdgeDockedPanel > div,
  #customViewerEdgeDockedPanel > div {
    /* Use this element for visibility, positioning, and sizing only. */
    top: 10px;
    bottom: 85px;
  }
  /* messages
	----------------------------------------------------------*/
  #messageFromTop {
    top: 90px;
  }
  /* Discovery Panel, Query Builder, or "../ajs/shared/parts"
	----------------------------------------------------------*/
  #discoverDiscoveryPanel #slide-out-div-left-container {
    margin: 0 0 101px;
  }
  nv-inline-group .data-set-summary .icon {
    top: 4px;
  }
  /* Company Hierarchy Infotip
	----------------------------------------------------------*/
  .tooltip.vn-company-info-popup-class .tooltip-inner {
    max-height: 734px;
  }
}
/* Middle width: viewport >= 1015px AND  viewport <= 1549 */
@media screen and (min-width: 1015px) and (max-width: 1549px) {
  html {
    font-size: 0.875em;
    /* 14 px */
  }
  /* Map Toolbar
	----------------------------------------------------------*/
  #mapToolbar {
    left: 50%;
    margin-left: -183px;
  }
  #mapToolbar > ul {
    padding-right: 0;
    padding-left: 2px;
  }
  #mapToolbar > ul > li {
    margin-right: 2px;
    margin-left: 0;
  }
  /* Info or Feedback Bar
	----------------------------------------------------------*/
  .feedbackBar {
    min-width: 180px;
  }
  .feedbackBar #extentFeedback {
    height: 21px;
    font-size: 0.875rem;
  }
  .feedbackBar #coordinatesFeedback {
    font-size: 0.875rem;
  }
  #workspaceMiniBar {
    right: -279px;
  }
  /* Assets Panel
	----------------------------------------------------------*/
  #assetViewerAssetList,
  .assetList {
    width: 230px;
  }
  #customViewerAssetList,
  .assetList {
    width: 256px;
  }
  #vantageDashboardsEdgeDockedPanelContent {
    border: none !important;
  }
  #assetViewerEdgeDockedPanelContent #viewerContainer > div,
  .viewerEdgeDockedPanelContent .viewerContainer > div,
  #viewerWidthContainer #viewerWidth {
    left: 242px;
  }
  #customViewerEdgeDockedPanelContent #customViewerContainer > div {
    left: 268px;
  }
  #viewerWidth {
    right: 1.25rem;
    position: absolute;
  }
  .assetListNormal,
  .assetListComparison {
    width: 220px;
  }
  /*scroll list*/
  .resultPanel .expanderContainer {
    left: 180px;
  }
  /*blue arrows*/
  .resultPanel .childItem {
    width: 190px;
  }
  /*overflow width limiter*/
  .resultPanel .mainItem {
    width: 170px;
  }
  /*overflow width limiter*/
  .assetList .resultSearchField {
    width: 165px;
  }
  /*main search box*/
  #manageSaveQueryContainer {
    width: 540px;
  }
  .savedUserQueries-itemName,
  .savedUserQueries-headerName {
    width: 33%;
  }
}
/* Middle Height: viewport <= 900px AND viewport >= 721px */
@media screen and (max-height: 900px) and (min-height: 721px) {
  html {
    font-size: 0.875em;
    /* 14 px */
  }
  /* getting started tiles */
  #ihsGlobalLinks {
    top: 87px;
  }
  nv-toast-notification .toast {
    bottom: 100vh;
  }
  /* Map Toolbar
	----------------------------------------------------------*/
  #mapToolbar {
    height: 44px;
    position: fixed;
    bottom: 25px;
    font-size: 0.75rem;
    line-height: 0.85rem;
  }
  #mapToolbar > ul {
    padding-top: 2px;
    padding-bottom: 0;
    height: 44px;
  }
  #mapToolbar > ul > li {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* Map Controls
	----------------------------------------------------------*/
  #mapControls {
    height: 70px;
    position: fixed;
    top: 100px;
    font-size: 0.75rem;
    line-height: 0.85rem;
    right: 60px;
  }
  #mapControls > ul > li {
    margin-top: 0;
    margin-bottom: 0;
  }
  #mapControls > ul > li > ul:before {
    bottom: 166px;
  }
  #mapControls > ul > li.joined {
    padding-bottom: 11px;
  }
  /* Info or Feedback Bar
	----------------------------------------------------------*/
  .feedbackBar > ul {
    padding-left: 5px;
  }
  .feedbackBar #extentFeedback {
    height: 21px;
    font-size: 0.875rem;
  }
  .feedbackBar #coordinatesFeedback {
    font-size: 0.875rem;
  }
  /* Legend
	----------------------------------------------------------*/
  #moreAssetSizeByMenu,
  #moreAssetColorByMenu {
    font-size: 0.75rem;
    line-height: 0.85rem;
  }
  /* Details View
	----------------------------------------------------------*/
  .minimizedDetailsContainer {
    bottom: 155px;
  }
  /* Assets Panel
	----------------------------------------------------------*/
  #assetViewerEdgeDockedPanel > div,
  #customViewerEdgeDockedPanel > div {
    /* Use this element for visibility, positioning, and sizing only. */
    top: 10px;
    bottom: 80px;
  }
  /* messages
	----------------------------------------------------------*/
  #messageFromTop {
    top: 90px;
  }
  /* Discovery Panel, Query Builder, or "../ajs/shared/parts"
	----------------------------------------------------------*/
  #discoverDiscoveryPanel #slide-out-div-left-container {
    margin: 0 0 95px;
  }
  nv-inline-group .data-set-summary .icon {
    top: 3px;
  }
  /* Company Hierarchy Infotip
	----------------------------------------------------------*/
  .tooltip.vn-company-info-popup-class .tooltip-inner {
    max-height: 453px;
  }
}
/* Smallest width: viewport <= 1014 */
@media screen and (max-width: 1014px) {
  html {
    font-size: 0.75em;
    /* 12 px */
  }
  /* Map Toolbar
	----------------------------------------------------------*/
  #mapToolbar {
    left: 50%;
    min-width: 471px;
    margin-left: -172px;
  }
  #mapToolbar > ul {
    padding-right: 0;
    padding-left: 0;
  }
  #mapToolbar > ul > li {
    margin-right: 0;
    margin-left: 0;
  }
  /* Map Controls
	----------------------------------------------------------*/
  #mapControls {
    height: 67px;
  }
  /* Info or Feedback Bar
	----------------------------------------------------------*/
  .feedbackBar {
    min-width: 180px;
  }
  .feedbackBar #extentFeedback {
    height: 21px;
    font-size: 1rem;
  }
  .feedbackBar #coordinatesFeedback {
    font-size: 1rem;
  }
  #workspaceMiniBar {
    right: -282px;
  }
  /* Zoom Slider
	----------------------------------------------------------*/
  .esriSimpleSlider div {
    height: 33px;
  }
  /* Assets Panel
	----------------------------------------------------------*/
  #assetViewerAssetList,
  #customViewerAssetList,
  .assetList {
    width: 230px;
  }
  #customViewerAssetList,
  .assetList {
    width: 256px;
  }
  #vantageDashboardsEdgeDockedPanelContent {
    border: none !important;
  }
  #assetViewerEdgeDockedPanelContent #viewerContainer > div,
  .viewerEdgeDockedPanelContent .viewerContainer > div,
  #viewerWidthContainer #viewerWidth {
    left: 241px;
  }
  #customViewerEdgeDockedPanelContent #customViewerContainer > div {
    left: 268px;
  }
  #viewerWidth {
    right: 1.25rem;
    position: absolute;
  }
  .assetListNormal,
  .assetListComparison {
    width: 220px;
  }
  /*scroll list*/
  .resultPanel .expanderContainer {
    left: 180px;
  }
  /*blue arrows*/
  .resultPanel .childItem {
    width: 190px;
  }
  /*overflow width limiter*/
  .resultPanel .mainItem {
    width: 170px;
  }
  /*overflow width limiter*/
  .assetList .resultSearchField {
    width: 165px;
  }
  /*main search box*/
}
/* Smallest Height: viewport <= 720px */
@media screen and (max-height: 720px) {
  html {
    font-size: 0.75em;
    /* 12 px */
  }
  /* getting started tiles
	----------------------------------------------------------*/
  #appToolsDataset {
    margin-top: 0.33333333rem;
  }
  #ihsGlobalLinks {
    top: 88px;
  }
  nv-toast-notification .toast {
    bottom: 100vh;
  }
  #nv-footer {
    font-size: 0.83333333rem;
  }
  /* Map Toolbar
	----------------------------------------------------------*/
  #mapToolbar {
    height: 40px;
    position: fixed;
    bottom: 25px;
    font-size: 0.83333333rem;
    /* Application minimum font-size = 10px, so (10 / 12 = .83333333) */
    line-height: 0.85rem;
  }
  #mapToolbar > ul {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
  }
  #mapToolbar > ul > li {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* Map Controls
	----------------------------------------------------------*/
  #mapControls {
    height: 67px;
    position: fixed;
    top: 100px;
    font-size: 0.75rem;
    line-height: 0.85rem;
    right: 60px;
  }
  #mapControls > ul > li {
    margin-top: 0;
    margin-bottom: 0;
  }
  #mapControls > ul > li > ul:before {
    bottom: 166px;
  }
  #mapControls > ul > li.joined {
    padding-bottom: 11px;
  }
  /* Info or Feedback Bar
	----------------------------------------------------------*/
  .feedbackBar {
    font-size: 0.83333333rem;
  }
  .feedbackBar > ul {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .feedbackBar #extentFeedback {
    height: 20px;
    font-size: 1rem;
  }
  .feedbackBar #coordinatesFeedback {
    font-size: 1rem;
    height: 11px;
  }
  /* Zoom Slider
	----------------------------------------------------------*/
  .esriSimpleSlider div {
    height: 33px;
  }
  /* Legend
	----------------------------------------------------------*/
  #moreAssetSizeByMenu,
  #moreAssetColorByMenu {
    font-size: 0.83333333rem;
    /* Application minimum font-size = 10px, so (10 / 12 = .83333333) */
    line-height: 0.85rem;
  }
  /* Details View
	----------------------------------------------------------*/
  .minimizedDetailsContainer {
    bottom: 119px;
  }
  /* Assets Panel
	----------------------------------------------------------*/
  #assetViewerEdgeDockedPanel > div,
  #customViewerEdgeDockedPanel > div {
    /* Use this element for visibility, positioning, and sizing only. */
    top: 10px;
    bottom: 76px;
  }
  /* messages
	----------------------------------------------------------*/
  #messageFromTop {
    top: 90px;
  }
  /* Discovery Panel, Query Builder, or "../ajs/shared/parts"
	----------------------------------------------------------*/
  #discoverDiscoveryPanel #slide-out-div-left-container {
    margin: 0 0 91px;
    /* 26px footer height + 40px Map Toolbar height + 25px margin-bottom = 91px */
  }
  nv-inline-group .data-set-summary .icon {
    top: 1px;
  }
  /* Company Hierarchy Infotip
	----------------------------------------------------------*/
  .tooltip.vn-company-info-popup-class .tooltip-inner {
    max-height: 432px;
  }
}
/***************************************
*   Minimum width of the #mapToolbar   *
***************************************/
@media only screen and (max-width: 471px) {
  #mapToolbar {
    left: 0 !important;
    margin-left: 0;
    position: absolute !important;
  }
}
@font-face {
  font-family: 'IHS-Icons';
  src: url(/assets/../fonts/IHS-Icons.eot);
  src: url(/assets/../fonts/IHS-Icons.ttf) format('truetype'), url(/assets/../fonts/IHS-Icons.woff) format('woff'), url("data:image/svg+xml,%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' %3E %3Csvg xmlns='http://www.w3.org/2000/svg'%3E %3Cmetadata%3EGenerated by IcoMoon%3C/metadata%3E %3Cdefs%3E %3Cfont id='IHS-Icons' horiz-adv-x='1024'%3E %3Cfont-face units-per-em='1024' ascent='960' descent='-64' /%3E %3Cmissing-glyph horiz-adv-x='1024' /%3E %3Cglyph unicode='&%23x20;' horiz-adv-x='512' d='' /%3E %3Cglyph unicode='&%23x6d;' glyph-name='admin' d='M882.233 317.27c0 0-19.001 24.519-64.341 40.789 0 0-98.247 28.16-143.417 58.596l-45.34 24.121c41.358 38.514 69.632 92.274 78.905 139.378 6.656 6.542 13.028 20.423 17.18 36.75 4.153 18.887 8.818 47.218-3.186 62.293-0.569 0.853-5.234 4.722-5.916 5.461 11.321 38.912 36.693 108.487-26.112 170.894-34.247 33.963-81.294 50.916-123.961 64.455-126.066 39.481-214.926-15.929-255.886-108.487-2.958-6.485-22.073-48.014 1.138-126.919-2.332-1.365-4.324-3.243-6.087-5.461-12.004-14.905-4.153-46.82 0.228-65.593 3.584-16.327 9.444-26.908 16.156-33.394 8.306-54.272 39.196-104.050 78.108-139.207-19.911-10.98-44.601-24.292-44.601-24.292-45.113-30.436-143.417-58.596-143.417-58.596-45.113-16.27-64.228-40.789-64.228-40.789-66.788-93.525-71.225-207.701-74.695-279.836-2.446-49.835 8.59-68.38 22.585-73.785 172.885-65.308 665.941-65.308 838.827 0 14.052 5.404 25.031 23.95 22.699 73.785-3.527 72.135-7.851 186.368-74.638 279.836z' /%3E %3Cglyph unicode='&%23xe300;' glyph-name='language-ru2' horiz-adv-x='1536' d='M0 960v-1024h1536v1024h-1536zM606.123 118.187l-96.683 146.005c-34.389 52.139-57.856 85.077-70.485 98.645s-26.027 23.040-40.192 27.904c-14.165 5.12-36.608 7.595-67.243 7.595h-27.221v-280.149h-133.632v671.147h281.429c70.741 0 122.112-6.059 154.197-18.091 32-12.032 57.771-33.536 77.056-64.341 19.2-30.805 28.843-66.048 28.843-105.728 0-50.347-14.507-91.989-43.776-124.757-29.269-32.853-72.875-53.504-130.987-62.123 28.928-17.067 52.651-35.755 71.509-56.32 18.859-20.395 44.373-56.747 76.288-108.971l80.725-130.816h-159.829zM1365.333 436.821c0-80.64-3.584-137.472-10.837-170.752s-20.651-61.44-40.192-84.224c-19.371-23.040-45.141-40.96-77.739-54.784-32.597-13.568-75.093-20.395-127.317-20.395-63.232 0-111.275 7.424-143.957 22.187-32.683 14.848-58.624 34.048-77.483 57.856-19.029 23.467-31.403 48.299-37.376 74.325-8.789 38.4-13.056 95.147-13.056 170.411v357.888h133.717v-363.52c0-57.685 1.621-95.147 4.949-112.128 5.717-27.477 19.456-49.579 40.875-66.133 21.589-16.555 51.2-25.003 88.405-25.003 37.888 0 66.56 7.936 85.845 23.552 19.285 15.787 30.891 35.072 34.731 57.941 3.925 23.040 5.803 61.013 5.803 114.005v371.285h133.632v-352.512zM560.896 542.123c8.96 13.397 13.568 30.208 13.568 50.347 0 22.613-6.059 40.875-17.92 54.699-11.861 13.909-28.587 22.699-50.261 26.368-10.837 1.536-43.349 2.219-97.621 2.219h-104.363v-170.325h98.901c64.171 0 104.277 2.731 120.149 8.277 16.043 5.461 28.501 14.933 37.547 28.416z' /%3E %3Cglyph unicode='&%23xe301;' glyph-name='language-ru2-text' horiz-adv-x='1792' d='M657.408 312.96c-28.288 30.72-63.872 58.752-107.264 84.48 87.168 12.8 152.576 43.776 196.48 93.056s65.664 111.616 65.664 187.264c0 59.52-14.336 112.256-43.264 158.464-29.056 46.336-67.712 78.464-115.712 96.512-48 18.176-125.056 27.264-231.168 27.264h-422.144v-1006.848h200.448v420.352h40.704c45.952 0 79.616-3.84 100.864-11.52 21.376-7.424 41.472-21.504 60.416-41.728 18.944-20.48 54.272-69.76 105.728-147.968l145.024-219.136h239.744l-121.216 196.352c-47.872 78.208-86.144 132.736-114.304 163.456zM348.928 534.144h-148.48v255.488h156.544c81.408 0 130.176-1.152 146.432-3.328 32.512-5.504 57.6-18.688 75.52-39.552 17.792-20.864 26.88-48.256 26.88-82.176 0-30.208-6.912-55.424-20.352-75.648-13.696-19.968-32.384-34.176-56.32-42.368-23.936-8.32-83.968-12.416-180.224-12.416zM1591.552 960v-557.056c0-79.744-2.944-136.704-8.832-171.008-5.76-34.432-23.296-63.36-52.096-87.040-28.928-23.552-71.936-35.2-128.768-35.2-56.064 0-100.224 12.544-132.608 37.376-32.128 24.832-52.48 58.112-61.184 99.2-5.12 25.728-7.424 81.664-7.424 168.32v545.408h-200.704v-537.088c0-112.64 6.528-197.888 19.584-255.488 8.96-38.912 27.776-76.16 56.192-111.616 28.544-35.584 67.328-64.256 116.224-86.528s121.088-33.28 215.936-33.28c78.464 0 142.208 10.112 190.976 30.464 48.896 20.352 87.808 47.744 116.736 82.048 29.184 34.56 49.28 76.544 60.16 126.464s16.256 135.296 16.256 256.128v528.896h-200.448z' /%3E %3Cglyph unicode='&%23xe302;' glyph-name='language-mix2' horiz-adv-x='2048' d='M0 960v-1024h2048v1024h-2048zM862.464 106.667h-134.485v537.344l-142.165-537.344h-139.179l-141.653 537.344v-537.344h-134.315v682.667h216.32l129.877-465.664 128.597 465.664h217.003v-682.667zM1146.368 106.667h-144.64v682.667h144.64v-682.667zM1702.997 106.667l-158.976 236.032-159.147-236.032h-173.312l244.821 356.181-222.037 326.485h168.96l143.701-219.307 140.629 219.307h167.68l-222.805-331.691 244.821-350.976h-174.336z' /%3E %3Cglyph unicode='&%23xe303;' glyph-name='language-mix2-text' horiz-adv-x='2560' d='M519.424 261.504l-194.944 698.496h-324.48v-1024h201.472v806.016l212.48-806.016h208.768l213.248 806.016v-806.016h201.728v1024h-325.504zM1246.464 960h216.96v-1024h-216.96v1024zM2192.768 462.464l334.208 497.536h-251.392l-211.072-328.96-215.424 328.96h-253.568l332.8-489.728-367.232-534.272h260.224l238.72 354.048 238.464-354.048h261.504z' /%3E %3Cglyph unicode='&%23xe304;' glyph-name='language-jp2' horiz-adv-x='1536' d='M0 960v-1024h1536v1024h-1536zM643.328 334.592c0-61.013-5.461-107.861-16.128-140.629-14.336-43.008-40.533-77.483-78.507-103.339-37.803-26.027-87.808-38.997-149.845-38.997-72.704 0-128.683 20.309-167.851 61.013-39.339 40.789-59.051 100.437-59.307 179.285l140.203 16.043c1.792-42.155 8.021-72.021 18.688-89.515 16.128-26.368 40.533-39.68 73.472-39.68 33.195 0 56.491 9.472 70.315 28.501 13.653 18.859 20.651 58.197 20.651 117.845v476.16h148.309v-466.688zM1341.696 460.373c-16.469-30.976-37.205-55.125-62.464-72.619-25.344-17.664-51.2-29.355-77.312-34.987-35.499-6.997-87.040-10.496-154.368-10.496h-97.024v-278.187h-148.821v737.109h238.848c90.539 0 149.504-3.669 176.981-11.008 42.155-11.179 77.483-35.157 105.984-72.192 28.501-37.205 42.837-84.992 42.837-143.701 0-45.056-8.363-83.115-24.661-113.92zM1129.472 671.488c-17.835 3.328-53.504 5.035-107.179 5.035h-71.851v-209.152h81.493c58.709 0 97.792 3.84 117.504 11.52 19.797 7.68 35.499 19.797 46.677 36.181 11.179 16.469 16.811 35.669 16.811 57.344 0 26.795-8.021 48.981-23.637 66.304-15.787 17.493-35.669 28.331-59.819 32.768z' /%3E %3Cglyph unicode='&%23xe305;' glyph-name='language-jp2-text' horiz-adv-x='1632' d='M441.6 960h202.624v-637.312c0-83.328-7.424-147.456-22.016-192.384-19.712-58.496-55.296-105.6-107.136-141.056-51.712-35.456-120.064-53.12-204.672-53.12-99.328 0-175.744 27.776-229.376 83.328s-80.64 137.088-81.024 244.864l191.488 22.016c2.432-57.728 10.88-98.56 25.472-122.24 22.016-36.224 55.424-54.272 100.224-54.272 45.312 0 77.312 12.928 96.128 38.784s28.288 79.488 28.288 161.024v650.368zM860.544-46.976v1006.976h326.272c123.648 0 204.16-4.992 241.792-15.104 57.728-15.232 105.984-48 144.896-98.688 39.040-50.56 58.368-115.84 58.368-196.096 0-61.824-11.264-113.792-33.664-155.904-22.528-42.24-50.688-75.264-85.376-99.328s-69.76-39.68-105.6-47.616c-48.512-9.472-118.912-14.208-210.816-14.208h-132.608v-380.032h-203.264zM1063.808 789.632v-285.696h111.36c80.128 0 133.632 5.376 160.64 15.872 27.136 10.624 48.384 27.008 63.744 49.536 15.232 22.4 22.912 48.512 22.912 78.336 0 36.608-10.88 66.816-32.384 90.624-21.504 23.936-48.768 38.784-81.792 44.672-24.192 4.608-72.832 6.912-146.304 6.912h-98.176z' /%3E %3Cglyph unicode='&%23xe306;' glyph-name='language-fr2' horiz-adv-x='1536' d='M1154.133 537.856c9.216 13.653 13.995 30.805 13.995 51.456 0 23.040-6.315 41.472-18.517 55.637-12.373 13.995-29.525 23.040-51.712 26.624-11.264 1.707-44.715 2.304-100.608 2.304h-107.264v-173.141h101.803c65.963 0 107.264 2.816 123.733 8.363 16.64 5.547 29.355 15.275 38.571 28.757zM0 960v-1024h1536v1024h-1536zM638.208 673.792h-329.899v-161.536h284.757v-115.456h-284.757v-290.133h-137.643v682.667h467.541v-115.541zM1200.64 106.667l-99.669 148.651c-35.157 52.992-59.307 86.528-72.619 100.352-12.885 13.824-26.709 23.125-41.216 28.331-14.677 5.205-37.717 7.68-69.376 7.68h-27.733v-285.013h-137.813v682.667h289.792c72.875 0 125.867-6.144 158.805-18.347 33.024-12.373 59.477-34.133 79.445-65.536 19.883-31.403 29.952-67.157 29.952-107.52 0-51.2-15.275-93.525-45.141-126.805-30.208-33.536-75.179-54.528-134.997-63.147 29.781-17.323 54.272-36.523 73.643-57.344 19.456-20.651 45.653-57.685 78.507-110.848l83.115-133.12h-164.693z' /%3E %3Cglyph unicode='&%23xe307;' glyph-name='language-fr2-text' horiz-adv-x='1792' d='M0-64h206.464v435.2h427.136v173.312h-427.136v242.176h494.848v173.312h-701.312zM1667.072 135.808c-49.28 79.744-88.576 135.296-117.632 166.272-29.312 31.232-66.048 60.032-110.592 86.016 89.856 13.056 157.312 44.544 202.496 94.72 45.056 50.048 67.712 113.536 67.712 190.208 0 60.544-14.976 114.304-44.8 161.28s-69.632 79.744-119.168 98.304c-49.28 18.176-128.768 27.392-238.080 27.392h-434.688v-1024h206.72v427.52h41.6c47.488 0 82.304-3.712 104.064-11.52s42.496-21.76 61.952-42.496c19.712-20.736 56.064-71.040 108.928-150.528l149.376-222.976h247.040l-124.928 199.808zM1231.744 526.976h-152.704v259.712h161.024c83.712 0 134.144-1.024 150.912-3.456 33.536-5.504 59.264-18.944 77.696-39.936 18.176-21.248 27.648-49.024 27.648-83.456 0-30.72-7.040-56.448-20.992-77.056-13.824-20.224-33.152-34.688-57.856-43.264-24.832-8.32-86.784-12.544-185.728-12.544z' /%3E %3Cglyph unicode='&%23xe308;' glyph-name='language-en2' horiz-adv-x='1536' d='M0 960v-1024h1536v1024h-1536zM696.747 106.667h-526.080v682.667h512.939v-115.541h-373.248v-151.296h347.221v-115.029h-347.221v-185.771h386.389v-115.029zM1365.333 106.667h-140.032l-279.125 445.184v-445.184h-129.536v682.667h135.936l283.051-456.021v456.021h129.707v-682.667z' /%3E %3Cglyph unicode='&%23xe309;' glyph-name='language-en2-text' horiz-adv-x='1792' d='M209.536 387.2h520.832v172.544h-520.832v226.944h559.872v173.312h-769.408v-1024h789.12v172.544h-579.584zM1597.44 960v-684.032l-424.576 684.032h-203.904v-1024h194.56v667.776l418.432-667.776h210.048v1024z' /%3E %3Cglyph unicode='&%23xe310;' glyph-name='language-de2' horiz-adv-x='1536' d='M0 960v-1024h1536v1024h-1536zM715.776 296.192c-16.981-49.664-41.045-89.856-72.363-120.491-23.552-23.296-55.467-41.472-95.744-54.613-30.123-9.557-70.229-14.421-120.576-14.421h-256.427v682.667h249.088c56.064 0 98.901-4.352 128.427-13.056 39.595-11.776 73.472-32.768 101.717-62.891 28.16-30.123 49.664-66.987 64.427-110.592s22.101-97.365 22.101-161.28c0-56.149-6.912-104.704-20.651-145.323zM1365.333 106.667h-513.365v682.667h500.48v-115.541h-364.288v-151.296h338.859v-115.029h-338.859v-185.771h377.173v-115.029zM543.061 635.221c-16.555 15.787-37.547 26.539-62.976 32.085-19.115 4.352-56.405 6.485-111.957 6.485h-61.184v-452.096h101.717c38.059 0 65.536 2.048 82.432 6.4 22.101 5.717 40.363 15.275 54.869 28.587 14.592 13.312 26.624 35.243 35.84 65.792 9.045 30.464 13.739 72.277 13.739 125.013s-4.693 93.269-13.739 121.515c-9.216 28.331-22.101 50.347-38.741 66.219z' /%3E %3Cglyph unicode='&%23xe311;' glyph-name='language-de2-text' horiz-adv-x='1792' d='M718.848 845.952c-42.368 45.312-93.312 76.8-152.576 94.336-44.288 13.184-108.544 19.712-192.64 19.712h-373.632v-1024h384.64c75.52 0 135.808 7.296 180.864 21.504 60.416 19.712 108.288 46.976 143.616 81.792 46.976 46.208 83.072 106.496 108.544 180.992 20.608 60.928 30.976 133.632 30.976 217.984 0 95.744-11.008 176.512-33.152 242.048-22.144 65.28-54.4 120.704-96.64 165.632zM616.704 259.712c-13.824-45.952-31.872-78.848-53.76-98.816-21.76-20.096-49.152-34.304-82.304-42.624-25.344-6.528-66.56-9.728-123.648-9.728h-152.576v678.144h91.904c83.2 0 139.264-3.2 167.936-9.728 38.016-8.448 69.504-24.448 94.336-48.256s44.288-56.704 58.112-99.2c13.568-42.24 20.608-103.168 20.608-182.272 0-79.232-6.912-141.696-20.608-187.52zM1226.496 108.544v278.656h508.288v172.544h-508.288v226.944h546.304v173.312h-750.848v-1024h770.048v172.544z' /%3E %3Cglyph unicode='&%23xe312;' glyph-name='language-ch2' horiz-adv-x='1536' d='M0 960v-1024h1536v1024h-1536zM637.867 159.147c-45.227-34.987-102.571-52.48-172.032-52.48-86.016 0-156.757 29.867-212.053 89.856-55.381 59.819-83.115 141.653-83.115 245.675 0 109.824 27.904 195.157 83.541 256 55.637 60.672 128.853 91.136 219.563 91.136 79.189 0 143.531-23.808 193.024-71.68 29.525-28.16 51.541-68.693 66.304-121.515l-129.451-31.488c-7.68 34.133-23.723 61.184-47.957 80.981-24.32 19.883-53.845 29.696-88.491 29.696-47.957 0-87.040-17.493-116.907-52.651-30.037-35.157-44.8-91.989-44.8-170.667 0-83.541 14.677-142.848 44.288-178.347 29.44-35.328 67.669-53.163 114.859-53.163 34.731 0 64.597 11.349 89.685 33.792s43.008 58.027 53.931 106.411l126.805-40.96c-19.627-72.277-51.968-125.781-97.195-160.597zM1365.333 117.845h-130.816v288.683h-256.256v-288.683h-130.56v660.139h130.56v-259.84h256.256v259.84h130.816v-660.139z' /%3E %3Cglyph unicode='&%23xe313;' glyph-name='language-ch2-text' horiz-adv-x='1792' d='M575.232 157.44c-37.632-33.664-82.304-50.688-134.528-50.688-70.784 0-128.128 26.752-172.288 79.744-44.416 53.248-66.432 142.208-66.432 267.52 0 118.016 22.272 203.264 67.2 256s103.424 78.976 175.36 78.976c51.968 0 96.256-14.72 132.736-44.544 36.352-29.696 60.544-70.272 71.936-121.472l194.176 47.232c-21.888 79.232-54.912 140.032-99.2 182.272-74.24 71.808-170.752 107.52-289.536 107.52-136.064 0-245.888-45.696-329.344-136.704-83.456-91.264-125.312-219.264-125.312-384 0-156.032 41.6-278.784 124.672-368.512 82.944-89.984 189.056-134.784 318.080-134.784 104.192 0 190.208 26.24 258.048 78.72 67.84 52.224 116.352 132.48 145.664 240.768l-190.208 61.44c-16.512-72.448-43.392-125.696-81.024-159.488zM1595.776 942.976v-389.76h-384.384v389.76h-195.968v-990.208h195.968v433.024h384.384v-433.024h196.224v990.208z' /%3E %3Cglyph unicode='&%23xe314;' glyph-name='mini-menu' horiz-adv-x='244' d='M244.145 837.976c0-67.419-54.654-122.073-122.073-122.073s-122.073 54.654-122.073 122.073c0 67.419 54.654 122.073 122.073 122.073s122.073-54.654 122.073-122.073zM244.145 446.383c0-67.419-54.654-122.073-122.073-122.073s-122.073 54.654-122.073 122.073c0 67.419 54.654 122.073 122.073 122.073s122.073-54.654 122.073-122.073zM244.145 58.073c0-67.419-54.654-122.073-122.073-122.073s-122.073 54.654-122.073 122.073c0 67.419 54.654 122.073 122.073 122.073s122.073-54.654 122.073-122.073z' /%3E %3Cglyph unicode='&%23xe604;' glyph-name='checkbox-checked' d='M896 960h-768c-70.4 0-128-57.6-128-128v-768c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v768c0 70.4-57.6 128-128 128zM448 165.5v0l-237.3 237.2 90.5 90.5 146.8-146.7 306.7 306.7 90.5-90.5-397.2-397.2z' /%3E %3Cglyph unicode='&%23xe605;' glyph-name='checkbox-unchecked' d='M889.9 962.7h-760c-72.9 0-132-59.1-132-132v-760.1c0-72.9 59.1-131.9 132-131.9h760.1c73 0 131.9 59.1 131.9 131.9v760.1c0.1 72.9-59 132-132 132zM936.5 70.7c0-25.7-20.9-46.6-46.6-46.6h-760c-25.8 0-46.7 20.9-46.7 46.6v760c0 25.8 20.9 46.7 46.7 46.7h760.1c25.7 0 46.6-20.9 46.6-46.7l-0.1-760z' /%3E %3Cglyph unicode='&%23xe606;' glyph-name='checkbox-halfchecked' d='M896 960h-768c-70.4 0-128-57.6-128-128v-768c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v768c0 70.4-57.6 128-128 128zM832 352h-640v192h640v-192z' /%3E %3Cglyph unicode='&%23xe608;' glyph-name='help' d='M505.116 938.667c-282.681-3.812-508.814-236.089-505.060-518.884 3.755-282.624 236.089-508.814 518.884-505.060 282.681 3.755 508.757 236.089 505.116 518.827-3.812 282.681-236.146 508.814-518.94 505.116zM503.694 114.973l-2.901 0.057c-43.577 1.252-74.183 33.394-72.988 76.288 1.195 42.155 32.654 72.761 74.752 72.761l2.56-0.057c44.772-1.308 75.093-33.109 73.899-77.198-1.308-42.268-32.199-71.851-75.321-71.851zM686.82 478.55c-10.24-14.564-32.768-32.654-61.099-54.727l-31.232-21.618c-17.237-13.312-27.534-25.828-31.46-38.229-3.015-9.728-4.551-12.288-4.779-32.028v-5.006h-119.353l0.398 10.126c1.422 41.472 2.446 65.877 19.627 86.073 27.022 31.687 86.471 69.973 88.974 71.623 8.533 6.428 15.758 13.71 21.106 21.561 12.572 17.294 17.977 30.834 17.977 44.203 0 18.489-5.461 35.669-16.327 50.972-10.468 14.677-30.322 22.187-58.994 22.187-28.444 0-48.014-9.045-59.62-27.591-12.004-19.115-18.091-39.14-18.091-59.676v-5.063h-122.994l0.228 5.291c3.243 75.378 30.094 129.65 79.872 161.28 31.346 20.196 70.315 30.436 115.769 30.436 59.449 0 109.796-14.45 149.333-43.008 39.993-28.9 60.359-72.192 60.359-128.626-0.057-31.63-10.069-61.269-29.696-88.178z' /%3E %3Cglyph unicode='&%23xe609;' glyph-name='logo' d='M511.945 938.667c-282.375 0-511.945-229.68-511.945-512 0-282.209 229.57-512 511.945-512s512.055 229.791 512.055 512c0 282.32-229.68 512-512.055 512zM234.136 662.547c19.816 0 35.729-15.969 35.729-35.757 0-19.733-15.914-35.702-35.729-35.702-19.733 0-35.729 15.969-35.729 35.702 0.028 19.788 16.024 35.757 35.729 35.757zM293.002 544.87c-19.539-0.415-34.456-0.803-37.86-20.342v-234.8c3.404-19.511 18.321-19.954 37.86-20.286v-11.098h-117.843v11.098c19.594 0.36 34.373 0.775 37.971 20.286v234.8c-3.598 19.567-18.349 19.926-37.971 20.342v10.849h117.871v-10.849zM672.131 544.676c-22.694-0.415-38.635-0.747-38.635-30.609v-213.961c0-29.89 15.914-30.25 38.635-30.665v-10.378h-80.232l-0.304 144.688h-172.309l-0.083-144.91c-0.028 0.055-80.426-0.111-80.426-0.111v10.71c22.556 0.443 38.801 0.775 38.801 30.665v213.961c0 29.862-16.218 30.333-38.801 30.803v11.43h80.426l0.083-135.057h172.309l0.415 134.725c8.192-0.111 60.886 0 80.204 0l-0.083-11.292zM768.415 251.978c-22.141 0-45.111 5.065-65.204 14.447l-8.552 62.215h9.853c7.251-31.91 31.107-63.018 66.477-63.018 32.823 0 58.451 22.998 58.451 56.624 0 79.346-126.256 55.822-126.256 156.506 0 54.936 39.272 83.553 91.219 83.553 17.519 0 35.065-3.985 52.058-6.587l6.808-54.521h-9.825c-4.677 29.945-24.272 47.298-54.992 47.298-32.325 0-51.145-23.248-51.145-54.466 0-79.318 131.321-57.621 131.321-155.565 0-55.407-49.899-86.486-100.214-86.486z' /%3E %3Cglyph unicode='&%23xe60a;' glyph-name='search' d='M399.11 140.902c61.038 0 118.038 13.994 169.007 38l225.040-224.414c53.017-53.017 138.062-53.017 191.022 0s53.017 138.915 0 191.932l-224.016 224.414c24.006 50.97 38 108.481 38 168.951 0 219.92-179.076 398.883-399.053 398.883-220.091 0-399.11-178.963-399.11-398.883 0-219.977 179.019-398.883 399.11-398.883zM399.11 822.222c156.038 0 283.063-126.457 283.063-282.438s-127.026-282.893-283.063-282.893-283.063 126.912-283.063 282.893 127.026 282.438 283.063 282.438z' /%3E %3Cglyph unicode='&%23xe60b;' glyph-name='settings' d='M981.106 362.553l-54.5 20.139c4.38 39.708 2.901 80.213-4.494 120.491l52.622 24.178c32.825 15.076 47.218 54.215 32.028 87.040l-30.663 66.674c-15.132 32.882-54.101 47.332-86.926 32.142l-52.736-24.292c-25.714 31.915-55.637 59.278-88.462 81.863l20.082 54.386c12.516 33.963-4.836 71.737-38.798 84.252l-68.836 25.429c-32.939 12.060-72.078-5.973-84.139-38.798l-20.196-54.443c-39.652 4.21-80.156 2.844-120.434-4.608l-24.235 52.622c-15.076 32.882-54.044 47.275-86.926 32.142l-66.674-30.72c-32.825-15.189-47.332-54.215-32.199-87.040l24.405-52.622c-31.858-25.771-59.278-55.58-81.806-88.633l-54.443 20.196c-32.825 12.174-72.135-5.916-84.252-38.741l-25.429-68.949c-6.087-16.441-5.404-34.247 1.934-50.176 7.452-15.872 20.48-28.046 36.864-34.020l54.443-20.139c-4.38-39.708-2.901-80.213 4.494-120.434l-52.565-24.235c-32.882-15.132-47.275-54.215-32.085-86.926l30.663-66.731c15.132-32.825 54.158-47.275 86.983-32.085l52.679 24.235c25.714-31.858 55.637-59.278 88.519-81.806l-20.082-54.5c-6.030-16.441-5.404-34.247 1.934-50.176 7.396-15.872 20.366-28.046 36.807-34.133l68.836-25.372c16.441-6.030 34.304-5.404 50.119 1.934 15.929 7.282 27.989 20.423 34.076 36.807l20.139 54.5c39.708-4.324 80.156-2.844 120.548 4.551l24.121-52.565c15.076-32.825 54.101-47.275 86.926-32.085l66.731 30.72c32.882 15.132 47.218 54.158 32.142 86.983l-24.348 52.622c31.858 25.771 59.278 55.637 81.692 88.576l54.556-20.139c16.384-6.087 34.304-5.348 50.233 1.991 15.929 7.282 27.932 20.423 34.020 36.807l25.429 68.892c12.516 33.849-4.949 71.68-38.798 84.196zM620.487 191.204c-34.361-15.872-70.827-23.836-108.373-23.836-100.921 0-193.365 59.221-235.634 150.869-59.847 129.934-2.844 284.274 126.976 344.064 34.304 15.815 70.827 23.836 108.316 23.836 100.921 0 193.422-59.221 235.691-150.812 59.79-129.934 2.844-284.274-126.976-344.121z' /%3E %3Cglyph unicode='&%23xe617;' glyph-name='discover' d='M512 921.012c-271.784 0-492.103-220.319-492.103-492.103 0-271.801 220.319-492.12 492.103-492.12 271.801 0 492.085 220.319 492.085 492.12 0 271.784-220.284 492.103-492.085 492.103zM512-8.604c-241.646 0-437.513 195.866-437.513 437.53 0 241.629 195.866 437.495 437.513 437.495 241.664 0 437.478-195.866 437.478-437.513 0-241.664-195.814-437.513-437.478-437.513zM562.141 573.223c7.998 3.743 16.066 7.080 24.294 10.275 8.457 3.284 17.231 5.879 25.918 8.404 8.792 2.578 17.761 4.802 26.765 6.674 8.951 1.818 17.955 3.46 26.959 4.908 8.898 1.448 17.867 2.436 26.818 3.513 8.792 0.671 17.602 1.607 26.394 1.96 6.991 0.265 13.983 0.565 20.992 0.883 5.614 0.212 10.593 3.99 12.006 9.551 1.483 6.126-1.854 12.588-7.751 14.848-4.785 1.836-10.558 0.018-15.413-0.777-7.751-1.271-15.572-2.56-23.305-4.114 0.424 0.106 0.618 0.106-0.177-0.018-2.79-0.6-1.607-0.335-0.512-0.124-8.58-1.766-17.178-3.566-25.688-5.667-8.934-2.207-17.726-4.626-26.553-7.221-17.479-5.067-34.586-11.617-51.235-18.909-11.352-4.943-22.175-10.84-32.892-16.896-5.067-2.895-9.922-6.215-14.742-9.498-3.619-2.454-7.186-5.102-10.505-7.998 0.265 0.106 0.512 0.177 0.777 0.318 5.597 3.796 11.723 6.991 17.849 9.887zM543.373 577.213c7.133 5.385 14.442 10.399 21.998 15.201 13.1 8.333 26.871 15.289 40.942 21.857 16.596 7.786 34.092 13.524 51.641 18.82 15.078 4.573 30.632 7.503 46.062 10.522 6.020 1.183 10.628 6.25 10.593 12.5-0.035 6.744-5.544 12.394-12.27 12.588-2.172 0.053-4.131-0.565-6.215-1.236-3.372-1.13-6.797-2.242-10.205-3.354-8.333-2.737-16.508-5.791-24.7-8.951-17.231-6.568-33.951-14.742-49.964-23.799-13.241-7.468-26.147-15.625-38.329-24.823-9.622-7.274-19.085-14.795-27.789-23.164-4.167-4.043-8.351-8.068-12.2-12.394-3.178-3.496-6.444-7.062-9.039-10.999 0.512 0.565 1.006 1.13 1.554 1.713 5.297 5.72 11.688 10.805 17.92 15.519zM463.219 575.606c-7.574 4.785-15.342 9.11-23.217 13.347-7.998 4.237-16.349 7.945-24.682 11.476-8.333 3.513-16.772 6.938-25.37 9.781-8.792 2.948-17.549 5.738-26.43 8.333-8.686 2.507-17.443 4.626-26.218 6.78-16.296 4.043-32.962 6.603-49.505 9.304-2.948 0.459-5.738 0.671-8.58-0.494-3.496-1.43-6.232-4.449-7.309-8.068-2.313-7.786 3.478-15.907 11.564-16.207 6.232-0.265 12.447-0.512 18.679-0.777 8.757-0.371 17.461-1.165 26.2-1.854 9.004-0.724 18.114-1.836 27.012-3.284 8.986-1.465 17.885-2.966 26.801-4.785 17.938-3.672 35.716-8.474 52.93-14.742 8.28-2.966 16.313-6.409 24.311-10.028 6.991-3.266 13.859-6.797 20.321-11.017 0.265-0.106 0.512-0.212 0.794-0.318-5.35 4.696-11.352 8.81-17.302 12.553zM319.559 643.72c14.548-2.878 29.149-5.632 43.414-9.693 17.62-5.049 34.781-11.229 51.641-18.397 8.457-3.602 16.631-7.804 24.753-12.076 5.561-2.931 11.070-6.003 16.402-9.34 14.566-9.181 28.866-19.032 41.278-31.038 1.059-1.042 2.066-2.101 3.054-3.213-4.078 6.25-9.587 11.688-14.742 17.020-6.215 6.409-12.924 12.465-19.809 18.132-11.564 9.551-23.587 18.397-36.317 26.359-15.819 9.922-32.256 18.82-49.346 26.43-8.404 3.725-16.861 7.133-25.441 10.452-7.733 2.948-15.607 5.491-23.481 8.068-2.86 0.936-5.879 2.278-8.934 2.278-4.131 0.018-8.104-2.066-10.434-5.491-5.067-7.327-0.794-17.779 7.962-19.491zM764.681 588.953c-5.279 0.177-10.664 0.265-16.137 0.265-66.86 0-134.868-13.612-178.211-24.364v-364.297c42.514 18.061 117.107 45.974 195.796 57.927 6.144 0.971 10.699 6.25 10.699 12.5v305.382c0 6.762-5.385 12.323-12.147 12.588zM549.164 563.865c-13.542-6.109-25.353-8.916-37.182-8.916s-23.658 2.825-37.164 8.916l-2.436 1.13v-0.053c0.018-66.472 0-173.109 0-243.359v-121.009c0.512-1.854 9.551-11.441 39.601-11.441 30.067 0 39.071 9.587 39.601 11.441v364.456l-2.419-1.165zM259.319 588.953c-6.78-0.265-12.147-5.826-12.147-12.588v-305.382c0-6.25 4.555-11.511 10.681-12.447 78.707-12.006 153.265-39.901 195.796-57.962v113.505c0 80.931 0 174.115 0 250.809-43.343 10.752-111.334 24.364-178.194 24.364-5.455-0.035-10.893-0.124-16.137-0.3z' /%3E %3Cglyph unicode='&%23xe618;' glyph-name='patents' d='M509.758 921.012c-271.784 0-492.103-220.319-492.103-492.103 0-271.801 220.319-492.12 492.103-492.12 271.801 0 492.085 220.319 492.085 492.12 0 271.784-220.284 492.103-492.085 492.103zM509.758-8.604c-241.646 0-437.513 195.866-437.513 437.53 0 241.646 195.884 437.513 437.513 437.513s437.478-195.866 437.478-437.513c0-241.682-195.814-437.53-437.478-437.53zM567.914 222.008h-116.383c-9.004 0-16.296-7.309-16.296-16.313 0-9.039 7.292-16.313 16.296-16.313h116.383c8.986 0 16.296 7.274 16.296 16.313 0.035 9.004-7.292 16.313-16.296 16.313zM479.779 126.9c2.207-14.654 14.724-25.953 29.978-25.953 15.236 0 27.825 11.299 30.014 25.953 19.986 1.148 35.805 17.585 35.805 37.87h-131.761c0.018-20.268 15.943-36.687 35.964-37.87zM509.758 662.734c12.076 0 21.751 9.746 21.751 21.751v50.617c0 12.023-9.728 21.751-21.751 21.751s-21.751-9.746-21.751-21.751v-50.617c0-12.023 9.728-21.751 21.751-21.751zM366.98 631.026c4.273-5.862 10.893-8.986 17.638-8.986 4.414 0 8.898 1.359 12.765 4.149 9.728 7.062 11.882 20.657 4.82 30.385l-29.749 40.96c-7.080 9.71-20.657 11.9-30.42 4.82-9.71-7.044-11.864-20.657-4.802-30.385l29.749-40.942zM652.535 312.050c-7.044 9.693-20.674 11.864-30.438 4.82-9.693-7.062-11.829-20.692-4.785-30.42l29.784-40.96c4.237-5.826 10.893-8.969 17.62-8.969 4.449 0 8.898 1.377 12.782 4.149 9.71 7.062 11.882 20.657 4.785 30.402l-29.749 40.978zM313.98 558.039l-48.146 15.66c-11.529 3.708-23.711-2.542-27.436-13.983-3.725-11.405 2.525-23.693 13.965-27.418l48.146-15.66c2.26-0.724 4.502-1.077 6.744-1.077 9.181 0 17.69 5.862 20.692 15.042 3.725 11.423-2.525 23.711-13.965 27.436zM767.135 410.777l-48.181 15.642c-11.405 3.672-23.693-2.56-27.401-13.965-3.725-11.441 2.578-23.729 13.965-27.454l48.181-15.642c2.207-0.724 4.484-1.095 6.691-1.095 9.198 0 17.726 5.826 20.71 15.060 3.743 11.476-2.507 23.729-13.965 27.454zM300.526 426.42l-48.163-15.607c-11.441-3.725-17.708-15.943-13.983-27.418 2.966-9.198 11.511-15.078 20.692-15.078 2.207 0 4.484 0.371 6.709 1.077l48.181 15.625c11.441 3.725 17.708 15.996 13.983 27.454-3.69 11.388-15.872 17.638-27.418 13.948zM712.28 515.561c2.242 0 4.484 0.353 6.727 1.077l48.163 15.642c11.423 3.708 17.708 15.978 13.983 27.418-3.708 11.423-16.031 17.655-27.418 13.965l-48.181-15.625c-11.405-3.708-17.69-15.996-13.965-27.436 3.001-9.181 11.529-15.042 20.692-15.042zM367.016 312.050l-29.802-40.942c-7.062-9.728-4.908-23.34 4.802-30.402 3.849-2.807 8.351-4.184 12.765-4.184 6.744 0 13.383 3.143 17.62 8.969l29.802 40.96c7.080 9.728 4.926 23.287-4.802 30.42-9.71 7.080-23.358 4.943-30.385-4.82zM647.062 697.55l-29.767-40.96c-7.027-9.728-4.855-23.322 4.82-30.385 3.866-2.807 8.351-4.149 12.765-4.149 6.744 0 13.383 3.107 17.638 8.969l29.784 40.96c7.027 9.728 4.855 23.34-4.838 30.385-9.781 7.097-23.305 4.908-30.402-4.82zM666.924 470.734c0 86.81-70.391 157.184-157.166 157.184-86.828 0-157.202-70.374-157.202-157.184 0-36.599 12.606-70.268 33.633-96.927 18.45-23.411 35.911-48.958 51.041-74.664v-52.206h144.154v50.829c15.007 25 34.357 53.76 51.889 76.006 21.045 26.695 33.651 60.31 33.651 96.962z' /%3E %3Cglyph unicode='&%23xe619;' glyph-name='researcher' d='M512 918.77c-271.801 0-492.12-220.319-492.12-492.103 0-271.801 220.319-492.103 492.103-492.103s492.103 220.319 492.103 492.103c0 271.784-220.284 492.103-492.085 492.103zM512-10.846c-241.664 0-437.53 195.849-437.53 437.513 0 241.646 195.866 437.513 437.53 437.513s437.478-195.866 437.478-437.513c0-241.664-195.814-437.513-437.478-437.513zM558.362 459.665c0-6.894-5.588-12.482-12.482-12.482s-12.482 5.588-12.482 12.482c0 6.894 5.588 12.482 12.482 12.482s12.482-5.588 12.482-12.482zM633.679 547.199c0-9.136-7.407-16.543-16.543-16.543s-16.543 7.407-16.543 16.543c0 9.136 7.407 16.543 16.543 16.543s16.543-7.407 16.543-16.543zM496.128 568.597c0-12.247-9.928-22.175-22.175-22.175s-22.175 9.928-22.175 22.175c0 12.247 9.928 22.175 22.175 22.175s22.175-9.928 22.175-22.175zM705.501 641.477c-26.854 33.633-96.697 90.553-187.886 90.553-60.963 0-118.978-25.494-172.42-75.758-0.106-0.071-0.177-0.177-0.282-0.282-52.136-53.619-45.321-103.142-36.687-165.888 0.53-3.849 1.059-7.768 1.607-11.758 1.43-10.664-7.892-27.101-16.914-43.026-13.594-23.923-27.595-48.622-10.47-60.31 29.29-19.933 34.375-59.198 39.283-97.209 1.183-9.039 2.401-18.361 3.902-27.418 2.613-15.625 15.819-23.252 40.377-23.252 10.929 0 22.563 1.324 33.863 2.631 9.657 1.095 18.803 2.172 26.112 2.172 4.078 0 7.274-0.335 9.763-1.006 29.502-7.98 55.278-67.655 64.583-103.353 0.759-2.913 3.001-5.173 5.879-6.020 0.777-0.23 1.536-0.335 2.313-0.335 2.136 0 4.255 0.847 5.844 2.348l151.217 144.331c2.366 2.225 3.196 5.597 2.207 8.669-13.33 41.737 14.407 82.556 38.877 118.519 10.681 15.713 20.78 30.526 27.701 45.144 31.832 67.46 8.916 154.041-28.866 201.251zM496.481 499.23l-5.65 8.969c-4.149-1.165-8.422-1.889-12.641-2.189l-2.348-10.311c-0.865-3.69-4.52-6.003-8.245-5.155l-21.575 4.908c-3.708 0.83-6.003 4.52-5.173 8.227l2.33 10.293c-3.708 2.083-7.203 4.573-10.487 7.433l-8.951-5.65c-3.196-2.013-7.433-1.042-9.463 2.154l-11.811 18.732c-2.030 3.196-1.059 7.45 2.154 9.463l8.951 5.632c-1.165 4.184-1.889 8.439-2.189 12.676l-10.311 2.33c-3.69 0.865-6.003 4.52-5.155 8.227l4.908 21.592c0.83 3.708 4.52 6.038 8.227 5.191l10.311-2.348c2.101 3.708 4.555 7.239 7.433 10.505l-5.632 8.916c-2.013 3.213-1.059 7.468 2.172 9.463l18.697 11.811c3.213 2.013 7.468 1.059 9.498-2.136l5.65-8.951c4.167 1.165 8.422 1.871 12.659 2.172l2.348 10.311c0.847 3.708 4.52 6.003 8.227 5.155l21.592-4.89c3.708-0.847 6.020-4.52 5.173-8.227l-2.348-10.311c3.708-2.083 7.221-4.573 10.487-7.415l8.951 5.632c3.196 2.013 7.433 1.042 9.446-2.154l11.829-18.75c2.030-3.213 1.042-7.468-2.136-9.481l-8.951-5.632c1.13-4.184 1.871-8.439 2.172-12.659l10.311-2.348c3.708-0.83 6.020-4.52 5.173-8.21l-4.908-21.592c-0.847-3.708-4.502-6.020-8.227-5.173l-10.346 2.33c-2.083-3.708-4.537-7.221-7.433-10.47l5.667-8.951c1.995-3.213 1.059-7.45-2.172-9.481l-18.732-11.794c-3.213-1.995-7.468-1.059-9.481 2.154zM586.929 460.177l-5.738-1.536c-0.053-2.401-0.371-4.82-0.971-7.186l5.138-2.948c1.836-1.077 2.472-3.46 1.43-5.279l-6.25-10.805c-1.059-1.836-3.425-2.454-5.297-1.43l-5.102 2.984c-1.783-1.695-3.725-3.16-5.738-4.396l1.571-5.738c0.547-2.048-0.689-4.22-2.737-4.749l-12.041-3.231c-2.066-0.53-4.167 0.653-4.767 2.754l-1.536 5.738c-2.401 0.071-4.802 0.371-7.168 0.971l-2.984-5.155c-1.077-1.836-3.407-2.472-5.279-1.395l-10.805 6.232c-1.836 1.042-2.472 3.425-1.412 5.279l2.948 5.138c-1.677 1.766-3.125 3.708-4.396 5.738l-5.738-1.554c-2.066-0.53-4.202 0.653-4.732 2.737l-3.231 12.041c-0.565 2.048 0.671 4.184 2.719 4.732l5.756 1.536c0.053 2.401 0.371 4.802 0.936 7.168l-5.12 2.984c-1.871 1.059-2.507 3.443-1.448 5.279l6.232 10.787c1.059 1.854 3.425 2.489 5.261 1.43l5.155-2.966c1.766 1.695 3.708 3.143 5.738 4.396l-1.554 5.738c-0.565 2.048 0.671 4.184 2.719 4.749l12.041 3.231c2.048 0.547 4.184-0.689 4.749-2.737l1.554-5.738c2.383-0.071 4.802-0.371 7.186-0.971l2.931 5.155c1.095 1.836 3.46 2.472 5.297 1.412l10.787-6.232c1.836-1.077 2.489-3.443 1.43-5.279l-2.984-5.138c1.677-1.766 3.16-3.708 4.396-5.738l5.72 1.536c2.066 0.547 4.202-0.671 4.749-2.737l3.231-12.023c0.618-2.101-0.618-4.202-2.648-4.785zM671.585 547.923l-7.645-2.030c-0.088-3.196-0.459-6.391-1.236-9.534l6.85-3.937c2.436-1.43 3.266-4.555 1.854-6.991l-8.263-14.318c-1.448-2.472-4.555-3.302-7.009-1.907l-6.833 3.972c-2.348-2.225-4.89-4.184-7.627-5.862l2.048-7.592c0.706-2.737-0.883-5.544-3.619-6.285l-15.943-4.29c-2.737-0.742-5.526 0.883-6.303 3.619l-2.013 7.609c-3.196 0.106-6.356 0.494-9.516 1.254l-3.937-6.815c-1.412-2.436-4.555-3.284-6.991-1.871l-14.265 8.28c-2.489 1.412-3.319 4.537-1.907 6.991l3.972 6.85c-2.225 2.348-4.184 4.89-5.844 7.609l-7.627-2.048c-2.737-0.742-5.579 0.883-6.303 3.619l-4.29 15.943c-0.742 2.737 0.9 5.561 3.637 6.285l7.627 2.048c0.106 3.178 0.459 6.374 1.218 9.516l-6.815 3.937c-2.436 1.412-3.284 4.555-1.836 6.991l8.227 14.301c1.43 2.454 4.555 3.302 7.009 1.854l6.833-3.919c2.348 2.207 4.89 4.184 7.609 5.826l-2.013 7.627c-0.724 2.719 0.865 5.544 3.619 6.268l15.925 4.308c2.737 0.742 5.544-0.9 6.25-3.637l2.101-7.627c3.125-0.088 6.338-0.477 9.498-1.254l3.919 6.85c1.395 2.419 4.537 3.284 6.991 1.854l14.336-8.263c2.454-1.412 3.302-4.537 1.871-7.009l-3.955-6.815c2.242-2.366 4.184-4.89 5.826-7.627l7.627 2.066c2.754 0.742 5.561-0.883 6.285-3.637l4.29-15.943c0.671-2.701-0.918-5.544-3.637-6.268z' /%3E %3Cglyph unicode='&%23xe61a;' glyph-name='root' d='M514.3 918.8c-271.8 0-492.1-220.3-492.1-492.1s220.3-492.1 492.1-492.1c271.8 0 492.1 220.3 492.1 492.1-0.1 271.8-220.4 492.1-492.1 492.1zM514.3-10.8c-241.6 0-437.5 195.9-437.5 437.5s195.8 437.5 437.5 437.5c241.6 0 437.5-195.9 437.5-437.5 0-241.7-195.9-437.5-437.5-437.5zM478.1 555.1c0 39.8 33.6 43.5 43.7 43.7h64.7c10.4-24 34.3-40.9 62.1-40.9 37.4 0 67.6 30.3 67.6 67.6s-30.2 67.6-67.6 67.6c-27.8-0.1-51.7-16.9-62.1-40.9v0h-64.7c-39.1 0-97.2-25.9-97.2-97.2v-56.3c0-39.8-19.5-43.5-29.6-43.6h-78.7c-10.4 24-34.3 40.8-62.1 40.8-37.3 0-67.6-30.3-67.6-67.6s30.3-67.6 67.6-67.6c27.8 0 51.7 16.8 62.1 40.8h78.7c7.3 0 29.6-2.1 29.6-43.7v-56.3c0-71.3 58.1-97.2 97.2-97.2h64.7c10.4-24 34.3-40.8 62.1-40.8 37.4 0 67.6 30.3 67.6 67.6s-30.2 67.6-67.6 67.6c-27.8 0-51.7-16.8-62.1-40.8h-64.7c-7.3 0-43.7 2.1-43.7 43.7v56.3c0 17.1-2.6 31.5-7 43.7h115.3c10.4-24 34.3-40.8 62.1-40.8 37.4 0 67.6 30.3 67.6 67.6s-30.2 67.6-67.6 67.6c-27.8 0-51.7-16.8-62.1-40.8h-115.2c4.4 12.1 7 26.6 7 43.6v56.3zM648.5 664.5c21.6 0 39-17.5 39-39s-17.4-39-39-39c-21.6 0-39 17.5-39 39 0 21.6 17.5 39 39 39zM254.2 389.3c-21.5 0-39 17.5-39 39s17.5 39 39 39c21.6 0 39-17.5 39-39s-17.5-39-39-39zM648.5 270.2c21.6 0 39-17.5 39-39s-17.4-39-39-39c-21.6 0-39 17.5-39 39s17.5 39 39 39zM648.5 467.3c21.6 0 39-17.5 39-39 0-21.6-17.4-39-39-39s-39 17.4-39 39c0 21.6 17.5 39 39 39z' /%3E %3Cglyph unicode='&%23xe800;' glyph-name='four-sided-arrow' d='M1013.419 452.267l-146.347 146.432c-7.168 7.253-15.872 10.837-25.685 10.837s-18.517-3.584-25.771-10.837-10.837-15.957-10.837-25.771v-73.045h-219.392v219.392h72.96c9.984 0 18.603 3.584 25.856 10.837s10.837 15.787 10.837 25.685-3.584 18.517-10.837 25.685l-146.261 146.347c-7.253 7.339-15.787 10.837-25.771 10.837-9.813 0-18.517-3.499-25.685-10.837l-146.347-146.347c-7.253-7.253-10.837-15.787-10.837-25.685s3.584-18.432 10.837-25.685 15.872-10.837 25.856-10.837h72.96v-219.392h-219.477v73.045c0 9.813-3.584 18.517-10.837 25.771s-16.043 10.837-25.771 10.837c-9.899 0-18.603-3.584-25.771-10.837l-146.347-146.432c-7.168-7.168-10.837-15.787-10.837-25.685 0-9.813 3.669-18.347 10.837-25.685l146.347-146.261c7.339-7.253 15.957-10.923 25.771-10.923 9.728 0 18.517 3.669 25.771 10.923 7.168 7.168 10.837 15.787 10.837 25.771v73.045h219.477v-219.392h-73.045c-9.813 0-18.432-3.669-25.685-10.923-7.253-7.168-10.837-15.787-10.837-25.685s3.584-18.603 10.837-25.771l146.347-146.347c7.168-7.168 15.872-10.837 25.685-10.837s18.603 3.669 25.771 10.837l146.261 146.347c7.253 7.168 10.837 15.872 10.837 25.771s-3.584 18.517-10.837 25.685c-7.253 7.253-16.043 10.923-25.856 10.923h-72.96v219.392h219.392v-73.045c0-9.984 3.584-18.603 10.837-25.856 7.253-7.168 15.957-10.837 25.771-10.837 9.899 0 18.517 3.669 25.856 10.837l146.347 146.347c7.168 7.168 10.837 15.872 10.837 25.685-0.341 10.069-4.011 18.517-11.093 25.685z' /%3E %3Cglyph unicode='&%23xe802;' glyph-name='pin' d='M1015.296 713.813c25.515 25.6-6.912 99.584-72.619 165.205-64.853 64.853-137.472 97.109-164.011 73.131l-0.256 0.427-363.52-326.485c-67.157 58.624-168.789 56.576-232.789-7.339-10.752-10.752-16.811-25.429-16.811-40.704s6.059-29.952 16.811-40.704l164.864-164.864-338.773-382.379c-10.752-12.203-11.008-30.549 0-43.179 11.861-13.227 32.427-14.677 45.824-2.56l381.952 339.285 16.384-16.299 84.992-85.077 63.573-63.488c10.667-10.667 25.344-16.811 40.619-16.811s29.952 6.144 40.619 16.811c64 64 65.963 165.632 7.509 232.875l324.693 361.643c0.171 0.085 0.683 0.171 0.939 0.512z' /%3E %3Cglyph unicode='&%23xe80a;' glyph-name='color' horiz-adv-x='1243' d='M1186.597 649.899c-37.888 71.753-90.551 128.146-157.989 169.326-67.365 41.106-142.702 71.314-226.158 90.551-83.383 19.31-176.494 28.891-279.333 28.891-77.531 0-150.382-14.921-218.624-44.617s-123.758-66.56-166.766-110.299c-42.935-43.739-76.654-88.357-101.083-133.851-24.43-45.568-36.645-85.87-36.645-120.832 0-71.753 16.823-129.536 50.542-173.275s82.578-65.536 146.578-65.536c67.365 0 116.663-10.167 147.822-30.281 31.159-20.187 46.738-55.589 46.738-106.423 0-68.242 21.87-125.074 65.682-170.642 43.886-45.495 98.67-68.242 164.352-68.242 200.558 0 354.304 47.25 461.239 141.751 107.081 94.574 160.475 206.555 160.475 336.165 0 99.694-19.017 185.49-56.832 257.317zM271.726 451.609c-16.091-16.603-35.474-24.942-58.149-24.942-22.821 0-42.13 8.338-58.149 24.942s-24.064 36.718-24.064 60.343c0 23.625 8.046 43.813 24.064 60.416 16.018 16.677 35.328 24.942 58.149 24.942 22.747 0 42.057-8.265 58.149-24.942 15.945-16.603 23.918-36.718 23.918-60.343s-7.973-43.813-23.918-60.416zM440.978 631.467c-22.747 0-41.691 8.338-56.832 25.015-15.141 16.603-22.747 36.718-22.747 60.343s7.607 43.739 22.821 60.343c15.067 16.677 34.085 25.015 56.759 25.015 22.747 0 42.13-8.338 58.075-25.015 16.091-16.603 24.064-36.718 24.064-60.343 0-23.698-7.973-43.813-24.064-60.416-15.945-16.603-35.328-24.942-58.075-24.942zM691.2 81.36c-19.31-20.114-42.496-30.281-69.486-30.281s-50.176 10.167-69.486 30.281c-19.383 20.114-29.038 44.178-29.038 72.119 0 28.087 9.655 52.151 29.038 72.338 19.31 20.114 42.496 30.135 69.486 30.135s50.176-10.021 69.486-30.062c19.383-20.187 29.038-44.251 29.038-72.338 0.073-27.941-9.655-52.005-29.038-72.192zM762.002 656.482c-16.018-16.677-35.401-25.015-58.149-25.015s-42.13 8.338-58.075 25.015c-16.091 16.603-24.064 36.718-24.064 60.343s7.973 43.739 24.064 60.343c15.945 16.677 35.328 25.015 58.075 25.015s42.13-8.338 58.149-25.015c15.945-16.603 24.064-36.718 24.064-60.343s-8.119-43.739-24.064-60.343zM1022.245 519.851c-16.018-16.603-35.255-24.942-58.075-24.942-22.674 0-42.057 8.338-58.075 24.942-16.018 16.677-24.064 36.791-24.064 60.416s8.046 43.813 24.064 60.416 35.401 24.942 58.075 24.942c22.821 0 42.057-8.338 58.075-24.942 16.091-16.603 24.064-36.718 24.064-60.416 0-23.625-8.046-43.739-24.064-60.416z' /%3E %3Cglyph unicode='&%23xe900;' glyph-name='shuttle-all-left' horiz-adv-x='1218' d='M654.391 675.219l-169.657-436.26h90.888l36.355 96.947h175.716l36.355-96.947h96.947l-175.716 436.26h-90.888zM636.213 414.675l60.592 163.598 60.592-163.598h-121.183zM963.408 675.219h84.828v-436.26h-84.828v436.26zM1133.065 675.219h84.828v-436.26h-84.828v436.26zM539.266 26.888c0-6.059 0-12.118-6.059-18.178-12.118-12.118-30.296-12.118-42.414 0l-418.083 418.083c-12.118 6.059-12.118 12.118-12.118 24.237 0 6.059 0 12.118 6.059 18.178l418.083 424.142c12.118 12.118 30.296 12.118 42.414 0 6.059-6.059 6.059-12.118 6.059-18.178v-84.828h60.592v78.769c0 24.237-12.118 48.473-24.237 66.651-30.296 30.296-84.828 30.296-121.183 0l-424.142-424.142c-12.118-18.178-24.237-36.355-24.237-60.592s12.118-48.473 24.237-66.651l424.142-424.142c18.178-18.178 42.414-24.237 66.651-24.237s48.473 12.118 66.651 24.237c18.178 18.178 24.237 42.414 24.237 66.651v42.414h-60.592v-42.414z' /%3E %3Cglyph unicode='&%23xe901;' glyph-name='shuttle-all-right' horiz-adv-x='1272' d='M169.657 638.864l-169.657-436.26h90.888l36.355 96.947h175.716l36.355-96.947h96.947l-175.716 436.26h-90.888zM157.538 372.26l60.592 163.598 60.592-163.598h-121.183zM478.675 638.864h84.828v-436.26h-84.828v436.26zM648.331 638.864h84.828v-436.26h-84.828v436.26zM1242.13 511.621l-424.142 424.142c-36.355 36.355-90.888 36.355-127.243 0-18.178-18.178-24.237-42.414-24.237-60.592v-84.828h60.592v78.769c0 6.059 0 12.118 6.059 18.178 12.118 12.118 30.296 12.118 42.414 0l424.142-424.142c6.059 0 12.118-6.059 12.118-12.118s0-12.118-6.059-18.178l-424.142-424.142c-12.118-12.118-30.296-12.118-42.414 0-6.059 6.059-6.059 12.118-6.059 18.178v42.414h-60.592v-42.414c0-24.237 12.118-48.473 24.237-66.651 18.178-18.178 42.414-24.237 66.651-24.237s48.473 12.118 66.651 24.237l424.142 424.142c6.059 18.178 18.178 42.414 18.178 66.651s-12.118 42.414-30.296 60.592z' /%3E %3Cglyph unicode='&%23xe902;' glyph-name='delete' d='M150.742 45.484c0-57.962 48.302-106.264 106.264-106.264h492.679c57.962 0 106.264 48.302 106.264 106.264v615.044h-708.428v-615.044zM917.132 831.195h-209.308l-57.962 128.805h-286.591l-57.962-128.805h-209.308v-128.805h821.132z' /%3E %3Cglyph unicode='&%23xe903;' glyph-name='download' d='M1006.757 273.31c-11.423 11.423-25.433 17.243-41.814 17.243h-285.582l-83.627-83.627c-23.709-23.062-51.728-34.485-83.627-34.485s-59.918 11.423-83.627 34.485l-82.98 83.627h-286.444c-16.381 0-30.39-5.819-41.814-17.243-11.423-11.639-17.243-25.433-17.243-41.814v-196.998c0-16.381 5.819-30.39 17.243-41.814s25.433-17.243 41.814-17.243h905.888c16.381 0 30.39 5.819 41.814 17.243s17.243 25.433 17.243 41.814v196.998c0 16.381-5.819 30.175-17.243 41.814zM208.636 538.416l275.667-275.667c7.328-7.759 16.596-11.639 27.588-11.639s20.26 3.88 27.588 11.639l275.667 275.667c12.716 11.854 15.518 26.295 8.621 43.107-6.897 15.949-18.967 23.924-36.21 23.924h-157.555v275.883c0 10.561-3.88 19.829-11.639 27.588s-17.027 11.639-27.588 11.639h-157.555c-10.561 0-19.829-3.88-27.588-11.639s-11.639-17.027-11.639-27.588v-275.667h-157.555c-17.243 0-29.313-7.975-36.21-23.924-7.113-17.027-4.311-31.468 8.406-43.322z' /%3E %3Cglyph unicode='&%23xe904;' glyph-name='envelope' horiz-adv-x='1347' d='M1187.2 960h-1027.2c-89.6 0-160-70.4-160-153.6v-716.8c0-83.2 70.4-153.6 160-153.6h1027.2c89.6 0 160 70.4 160 153.6v716.8c0 83.2-70.4 153.6-160 153.6zM1187.2 70.4h-1027.2c-12.8 0-25.6 9.6-25.6 19.2v620.8l467.2-390.4c9.6-9.6 22.4-12.8 35.2-12.8h80c12.8 0 25.6 3.2 35.2 12.8l460.8 390.4v-620.8c0-9.6-12.8-19.2-25.6-19.2zM675.2 441.6l-454.4 384h905.6l-451.2-384z' /%3E %3Cglyph unicode='&%23xe905;' glyph-name='print' d='M989.299 492.077c-23.278 23.278-51.081 34.701-83.411 34.701h-39.443v120.914c0 16.381-4.095 34.485-12.285 54.099s-18.105 35.348-29.528 46.771l-93.542 93.542c-11.423 11.423-27.157 21.338-46.771 29.528s-37.718 12.285-54.099 12.285h-413.609c-16.381 0-30.39-5.819-41.814-17.243s-17.243-25.433-17.243-41.814v-298.083h-39.443c-32.33 0-60.134-11.639-83.411-34.701-23.062-23.278-34.701-51.081-34.701-83.411v-256.054c0-5.388 1.94-9.915 5.819-13.794s8.621-5.819 13.794-5.819h137.941v-98.499c0-16.381 5.819-30.39 17.243-41.814s25.433-17.243 41.814-17.243h590.778c16.381 0 30.39 5.819 41.814 17.243s17.243 25.433 17.243 41.814v98.499h137.941c5.388 0 9.915 1.94 13.794 5.819s5.819 8.406 5.819 13.794v256.054c0 32.33-11.639 60.134-34.701 83.411zM236.225 805.247h393.78v-98.499c0-16.381 5.819-30.39 17.243-41.814s25.433-17.243 41.814-17.243h98.499v-199.584h-551.335v357.139zM787.56 54.112h-551.335v157.555h551.335v-157.555z' /%3E %3Cglyph unicode='&%23xe906;' glyph-name='refresh' d='M1011.346 904.672c-8.439 8.434-18.442 12.665-30.001 12.665-11.554 0-21.543-4.231-29.999-12.665l-86.662-86.013c-47.554 44.894-102.006 79.68-163.334 104.341-61.324 24.663-124.453 36.992-189.345 36.992-122.228 0-228.89-36.995-320.005-111.001-91.117-73.996-151.115-170.543-180.005-289.663v-4.663c0-5.777 2.109-10.781 6.333-14.998 4.224-4.224 9.221-6.333 14.998-6.333h132.665c9.782 0 16.444 5.114 20.002 15.33 18.664 44.441 30.438 70.44 35.332 77.999 31.108 50.667 72.441 90.447 124 119.337 51.563 28.887 107.117 43.337 166.669 43.337 89.343 0 166.895-30.447 232.679-91.337l-92.016-91.995c-8.423-8.446-12.658-18.452-12.658-30.008 0-11.554 4.234-21.555 12.658-29.999 8.455-8.446 18.459-12.665 30.015-12.665h298.671c11.556 0 21.56 4.219 30.001 12.665 8.437 8.444 12.656 18.442 12.656 29.999v298.674c0 11.556-4.194 21.553-12.656 30.001zM985.996 362.655h-128c-9.779 0-16.446-5.107-19.993-15.332-18.657-44.446-30.445-70.433-35.327-77.992-31.117-50.655-72.453-90.449-123.998-119.337-51.566-28.897-107.12-43.33-166.674-43.33-43.108 0-84.668 7.993-124.663 23.988-40 16.014-75.783 38.685-107.334 68.021l91.337 91.33c8.441 8.437 12.665 18.45 12.665 29.999 0 11.554-4.224 21.567-12.665 29.999-8.446 8.453-18.442 12.682-29.999 12.682h-298.674c-11.563 0-21.565-4.229-30.008-12.682-8.444-8.434-12.663-18.447-12.663-30.001v-298.674c0-11.547 4.219-21.558 12.665-29.999 8.451-8.43 18.452-12.675 30.008-12.675 11.554 0 21.55 4.243 29.999 12.675l85.999 86.008c47.559-45.324 101.674-80.222 162.342-104.665 60.668-24.453 123.447-36.663 188.332-36.663 121.786 0 228.005 36.999 318.671 110.996 90.667 73.994 150.223 170.559 178.681 289.667 0.446 0.887 0.656 2.445 0.656 4.658 0 5.786-2.118 10.769-6.34 15.008-4.227 4.201-9.231 6.319-15.017 6.319z' /%3E %3Cglyph unicode='&%23xe907;' glyph-name='save' d='M1010.667 677.344c-8.887 21.324-19.561 38.218-32.011 50.659l-186.667 186.669c-12.434 12.434-29.328 23.105-50.661 32-21.321 8.885-40.882 13.329-58.657 13.329h-618.669c-17.772 0-32.887-6.218-45.333-18.664-12.446-12.439-18.662-27.551-18.662-45.333v-896.006c0-17.786 6.216-32.899 18.662-45.34 12.446-12.434 27.561-18.659 45.333-18.659h896.004c17.788 0 32.899 6.225 45.34 18.659 12.434 12.441 18.65 27.554 18.65 45.34v618.669c0 17.784-4.441 37.338-13.329 58.678zM426.673 853.342c0 5.777 2.113 10.767 6.337 14.998 4.219 4.212 9.221 6.323 14.998 6.323h128.006c5.763 0 10.762-2.106 14.984-6.323 4.233-4.231 6.344-9.221 6.344-14.998v-213.336c0-5.786-2.125-10.783-6.344-15.007-4.222-4.21-9.221-6.323-14.984-6.323h-128.006c-5.777 0-10.781 2.106-14.998 6.323-4.224 4.231-6.337 9.221-6.337 15.007v213.336zM768.015 21.328h-512.015v256.006h512.015v-256.006zM938.693 21.328h-85.367v277.342c0 17.786-6.218 32.889-18.659 45.34-12.441 12.441-27.554 18.666-45.323 18.666h-554.674c-17.779 0-32.894-6.225-45.34-18.666-12.439-12.441-18.662-27.554-18.662-45.34v-277.342h-85.335v853.345h85.332v-277.337c0-17.781 6.216-32.887 18.662-45.333 12.446-12.439 27.561-18.664 45.34-18.664h384.014c17.77 0 32.899 6.225 45.323 18.664 12.434 12.439 18.666 27.551 18.666 45.333v277.337c6.664 0 15.325-2.218 26.003-6.662 10.676-4.441 18.227-8.885 22.671-13.329l187.346-187.342c4.441-4.444 8.887-12.119 13.329-23.003 4.458-10.893 6.671-19.451 6.671-25.672v-597.338z' /%3E %3Cglyph unicode='&%23xe908;' glyph-name='shopping-cart-hide' d='M575.488 392.704c-10.24 8.192-22.528 14.336-43.008 22.528v-141.312c18.432 2.048 32.768 6.144 40.96 12.288 14.336 10.24 22.528 30.72 22.528 57.344 0 20.48-8.192 36.864-20.48 49.152v0zM434.176 591.36c0-20.48 8.192-36.864 22.528-49.152 8.192-6.144 20.48-12.288 38.912-18.432v129.024c-20.48 0-36.864-6.144-47.104-16.384-8.192-12.288-14.336-26.624-14.336-45.056v0zM512 960c-282.624 0-512-229.376-512-512s229.376-512 512-512 512 229.376 512 512c0 282.624-229.376 512-512 512v0zM628.736 222.72c-26.624-16.384-59.392-26.624-96.256-30.72v-71.68h-34.816v71.68c-47.104 6.144-83.968 16.384-106.496 30.72-40.96 28.672-61.44 75.776-61.44 141.312h98.304c4.096-30.72 8.192-51.2 14.336-61.44 10.24-16.384 28.672-26.624 55.296-30.72v155.648l-28.672 8.192c-47.104 14.336-77.824 32.768-98.304 57.344-18.432 24.576-28.672 53.248-28.672 88.064 0 22.528 4.096 43.008 10.24 61.44 8.192 18.432 18.432 34.816 30.72 47.104 16.384 16.384 36.864 28.672 57.344 34.816 12.288 4.096 30.72 6.144 55.296 8.192v49.152h36.864v-49.152c38.912-4.096 69.632-12.288 92.16-28.672 40.96-26.624 61.44-67.584 63.488-124.928h-96.256c-2.048 20.48-6.144 36.864-10.24 47.104-8.192 16.384-24.576 26.624-49.152 28.672v-137.216c57.344-20.48 96.256-36.864 114.688-53.248 32.768-24.576 49.152-61.44 49.152-106.496 0-63.488-22.528-108.544-67.584-135.168v0zM532.48 273.92v0 0 0z' /%3E %3Cglyph unicode='&%23xe909;' glyph-name='classified' horiz-adv-x='840' d='M419.84 824.832c-51.2 0-96.256-20.48-131.072-55.296s-55.296-79.872-55.296-131.072v-139.264h376.832v139.264c0 51.2-20.48 96.256-55.296 131.072s-81.92 55.296-135.168 55.296v0 0zM839.68 3.584c0-20.48-8.192-36.864-20.48-47.104-12.288-12.288-32.768-20.48-47.104-20.48h-704.512c-20.48 0-36.864 8.192-47.104 20.48-12.288 12.288-20.48 32.768-20.48 47.104v419.84c0 20.48 8.192 36.864 20.48 47.104s32.768 20.48 47.104 20.48h24.576v141.312c0 88.064 32.768 167.936 96.256 231.424s139.264 96.256 231.424 96.256c88.064 0 167.936-32.768 231.424-96.256s96.256-139.264 96.256-231.424v-139.264h24.576c20.48 0 36.864-8.192 47.104-20.48s20.48-32.768 20.48-47.104v-421.888zM460.8 112.128c0-12.288-4.096-24.576-4.096-32.768-4.096-8.192-4.096-12.288-8.192-16.384s-8.192-4.096-16.384-4.096-16.384 4.096-20.48 8.192c-4.096 4.096-8.192 12.288-12.288 24.576s-4.096 24.576-4.096 45.056c0 20.48 0 40.96 0 67.584 0 28.672 0 51.2 0 67.584 0 20.48 4.096 32.768 4.096 45.056 4.096 12.288 8.192 20.48 12.288 24.576s12.288 8.192 20.48 8.192c12.288 0 16.384-4.096 24.576-12.288 4.096-8.192 8.192-24.576 8.192-47.104v-26.624h104.448v24.576c0 20.48-4.096 40.96-8.192 55.296-4.096 16.384-12.288 28.672-24.576 40.96s-24.576 20.48-40.96 28.672c-16.384 8.192-36.864 8.192-59.392 8.192-28.672 0-51.2-4.096-71.68-12.288s-36.864-20.48-45.056-36.864c-12.288-16.384-20.48-40.96-24.576-67.584-4.096-28.672-8.192-59.392-8.192-100.352s4.096-71.68 8.192-100.352c4.096-28.672 12.288-47.104 24.576-67.584 12.288-16.384 24.576-28.672 45.056-36.864s45.056-12.288 75.776-12.288c16.384 0 36.864 0 51.2 4.096 16.384 4.096 32.768 12.288 45.056 20.48 12.288 12.288 24.576 24.576 32.768 45.056s12.288 45.056 12.288 71.68v30.72h-120.832c0-14.336 0-30.72 0-47.104v0 0z' /%3E %3Cglyph unicode='&%23xe90a;' glyph-name='cpl' d='M949.49 531.464c-20.171 25.729-49.193 41.989-81.714 45.9-64.219 7.616-122.88-35.814-134.818-98.386l-46.929 0.617c-12.35 89.947-77.803 163.017-163.634 186.481l8.851 49.193c64.425 1.441 117.323 53.104 119.381 118.352v0c2.264 67.512-50.84 124.115-118.352 126.379-32.727 1.029-63.807-10.703-87.683-32.933-23.876-22.435-37.667-52.692-38.696-85.419s10.703-63.807 32.933-87.683c10.497-11.321 22.847-20.171 36.432-26.758l-9.674-53.104c-1.029 0-2.058 0-3.087 0-50.428 0-96.946-16.672-134.612-44.665l-102.709 110.53c12.144 18.936 19.142 41.372 19.142 65.454 0 67.512-54.956 122.468-122.468 122.468s-121.851-54.956-121.851-122.263 54.956-122.468 122.468-122.468c22.641 0 44.047 6.175 62.366 17.084l102.709-110.53c-31.080-38.696-49.605-87.477-49.605-140.787 0-49.399 16.055-95.093 43.018-132.142l-74.304-70.805c-10.703 7.616-22.847 13.379-35.814 17.29-31.286 9.262-64.425 5.763-93.241-9.88s-49.605-41.577-58.867-72.864c-9.468-31.286-5.969-64.425 9.674-93.241s41.577-49.605 72.864-58.867c11.526-3.293 23.259-5.146 34.785-5.146 20.171 0 40.137 4.94 58.25 15.026 28.816 15.643 49.605 41.577 58.867 72.864 9.056 30.874 5.763 63.395-9.262 91.8l75.745 72.040c38.902-32.109 88.918-51.457 143.257-51.457 23.465 0 45.9 3.499 67.306 10.291l38.49-80.685c-22.024-17.907-36.843-42.812-42.401-71.011-12.967-66.277 30.257-130.702 96.534-143.669 8.027-1.647 15.849-2.264 23.876-2.264 24.082 0 47.547 7.204 67.924 20.789 27.169 18.319 45.488 45.9 51.869 78.009v0c6.381 32.109-0.206 64.63-18.525 91.8s-45.9 45.488-78.009 51.869c-16.878 3.293-33.756 3.087-49.811-0.617l-37.873 79.656c56.603 35.403 96.534 95.299 104.561 164.869l48.987-0.617c13.379-45.694 52.692-81.508 102.915-87.477 4.94-0.617 9.88-0.823 14.82-0.823 60.925 0 114.029 45.694 121.439 107.854 3.705 32.109-5.352 64.219-25.523 89.947zM479.994 889.606c13.379 12.35 30.463 19.142 48.576 19.142 0.823 0 1.647 0 2.47 0 39.108-1.235 69.982-34.168 68.747-73.481-1.235-39.108-34.168-69.982-73.481-68.747-18.936 0.617-36.638 8.645-49.605 22.435s-19.76 31.904-19.142 50.84c0.617 19.142 8.439 36.638 22.435 49.811zM646.304 129.685c4.528 0 9.262-0.412 13.791-1.441 18.73-3.705 34.785-14.408 45.282-30.051 10.497-15.849 14.408-34.785 10.703-53.31v0c-3.705-18.73-14.408-34.785-30.051-45.282-15.849-10.497-34.785-14.408-53.31-10.703-38.49 7.616-63.601 45.077-55.986 83.361 3.705 18.73 14.408 34.785 30.051 45.282 11.732 7.822 25.523 12.144 39.519 12.144zM51.251 805.628c0 39.108 31.904 71.011 71.011 71.011s71.217-31.904 71.217-71.011c0-39.108-31.904-71.011-71.011-71.011s-71.217 31.698-71.217 71.011zM203.977 125.774c-5.352-18.113-17.495-33.138-34.168-42.401-16.672-9.056-35.814-11.115-54.133-5.763-18.113 5.352-33.344 17.495-42.401 34.168s-11.115 35.814-5.763 54.133c5.352 18.113 17.495 33.344 34.168 42.401 10.497 5.763 22.23 8.645 33.962 8.645 6.792 0 13.585-1.029 20.171-2.882 18.113-5.352 33.344-17.495 42.401-34.168 9.262-16.672 11.321-36.020 5.763-54.133zM463.116 274.795c-95.916 0-173.926 78.009-173.926 173.926s78.009 173.926 173.926 173.926c95.916 0 173.926-78.009 173.926-173.926s-78.009-173.926-173.926-173.926zM923.761 447.28c-4.734-38.902-40.137-66.689-79.038-62.16-38.902 4.734-66.689 40.137-62.16 79.038 4.322 36.020 35.197 62.572 70.599 62.572 2.882 0 5.763-0.206 8.645-0.617 18.936-2.264 35.608-11.732 47.341-26.758 11.732-14.614 16.878-33.138 14.614-52.075z' /%3E %3Cglyph unicode='&%23xe90b;' glyph-name='parametric' d='M966.6 543.2h-76.4c-31.8 0-57.4-25.6-57.4-57.4 0 0 0-4.6 0-5.2h-67.6v285.4h-127.2v5.8c-0.4 31.8-26 57.4-57.4 57.4h-76.4c-31.8 0-57.4-25.6-57.4-57.4 0 0 0-5 0-5.8h-96.8v128h-60.8v0.2h-98v8.4c-0.4 31.8-25.8 57.4-57.4 57.4h-76.4c-31.8 0-57.4-25.6-57.4-57.4v-76.4c0-31.4 25.6-57.4 57.4-57.4h76.4c31.8 0 57.4 25.6 57.4 57.4v4.8h95.6v-187.6h-95.6v3.4c-0.4 31.8-26 57.4-57.4 57.4h-76.4c-31.8-0.2-57.4-25.8-57.4-57.6v-76.4c0-31.4 25.6-57.4 57.4-57.4h76.4c31.8 0 57.4 25.6 57.4 57.4v9.8h95.6v-0.2h63.2v122.8h96.8c0-1.2 0-7.4 0-7.4 0-31.4 25.6-57.4 57.4-57.4h76.4c31.8 0 57.4 25.6 57.4 57.4v7.4h64v-509.6h-64v5.4c-0.4 31.8-26 57.4-57.4 57.4h-76.4c-31.8 0-57.4-25.6-57.4-57.4 0 0 0-4.6 0-5.4h-96.8v124h-60.8v0.2h-98v8.4c-0.4 31.8-26 57.4-57.4 57.4h-76.4c-31.8 0.2-57.4-25.4-57.4-57.2v-76.4c0-31.4 25.6-57.4 57.4-57.4h76.4c31.8 0 57.4 25.6 57.4 57.4v4.8h95.6v-187.6h-95.6v3.4c-0.4 31.8-26 57.4-57.4 57.4h-76.4c-31.8-0.2-57.4-25.8-57.4-57.6v-76.4c0-31.4 25.6-57.4 57.4-57.4h76.4c31.8 0 57.4 25.6 57.4 57.4v9.8h95.6v-0.2h63.2v127h96.8c0-1.4 0-7.8 0-7.8 0-31.4 25.6-57.4 57.4-57.4h76.4c31.8 0 57.4 25.6 57.4 57.4v7.8h126.2v1.8h1.2v285.6h67.6c0-1.4 0-8 0-8 0-31.4 25.6-57.4 57.4-57.4h76.4c31.8 0 57.4 25.6 57.4 57.4v76.4c-0.6 31.8-26.2 57.4-57.6 57.4z' /%3E %3Cglyph unicode='&%23xe90c;' glyph-name='where-used' d='M666.969 255.195c-21.736-31.799-42.667-59.572-59.975-81.711 170.667-10.465 282.164-47.094 323.623-74.465-48.704-32.201-193.208-77.283-416.201-77.283s-367.497 45.082-416.201 77.283c41.459 27.371 152.956 64 323.22 74.465-17.308 22.138-37.836 49.912-59.975 81.711-208.906-20.528-361.459-82.516-361.459-155.774 0-90.164 230.239-163.421 514.415-163.421s514.415 72.855 514.415 163.421c0.403 73.258-152.151 135.245-361.862 155.774v0zM514.415 960c-148.931 0-269.686-120.755-269.686-269.686 0-213.333 269.686-528.906 269.686-528.906s269.686 316.78 269.686 528.906c0 148.931-120.755 269.686-269.686 269.686zM515.22 576c-65.208 0-117.937 53.132-117.937 117.937s53.132 117.937 117.937 117.937c65.208 0 117.937-52.73 117.937-117.937s-52.73-117.937-117.937-117.937z' /%3E %3Cglyph unicode='&%23xe90d;' glyph-name='documents' d='M749.941 784.602h172.432l-172.432 175.398v-175.398zM725.369 733.339c-14.405 0-27.115 11.439-27.115 25.844v200.818h-481.708c-47.451 0-88.546-38.977-88.546-86.428v-850.721c0-47.451 41.519-86.428 88.546-86.428h621.941c47.451 0 83.038 38.977 83.038 86.428v710.487h-196.157z' /%3E %3Cglyph unicode='&%23xe90e;' glyph-name='get-news' d='M928.007 960h-704.015c-53.014 0-95.993-42.949-95.993-95.993v-64.015h-32.007c-53.014 0-95.993-42.949-95.993-95.993v-640c0-70.685 57.315-128 128-128h768c70.685 0 128 57.315 128 128v800.007c0 53.043-43.037 95.993-95.993 95.993zM959.985 64c0-35.255-28.731-64.015-64.015-64.015h-768c-35.313 0-64.015 28.701-64.015 64.015v640c0 17.671 14.336 32.007 32.007 32.007h32.007v-640c0-17.671 14.307-32.007 32.007-32.007s32.007 14.307 32.007 32.007v768c0 17.671 14.336 32.007 32.007 32.007h703.985c17.642 0 32.037-14.336 32.037-32.007v-800.007zM623.938 543.846h256c8.865 0 16.004 7.168 16.004 16.004s-7.139 16.004-16.004 16.004h-256c-8.836 0-16.004-7.168-16.004-16.004s7.168-16.004 16.004-16.004zM623.938 639.839h256c8.865 0 16.004 7.168 16.004 16.004s-7.139 16.004-16.004 16.004h-256c-8.836 0-16.004-7.168-16.004-16.004s7.168-16.004 16.004-16.004zM623.938 735.832h256c8.865 0 16.004 7.168 16.004 16.004s-7.139 16.004-16.004 16.004h-256c-8.836 0-16.004-7.168-16.004-16.004s7.168-16.004 16.004-16.004zM528.004 95.89h-256c-8.836 0-16.004-7.197-16.004-16.004 0-8.894 7.168-16.004 16.004-16.004h256c8.806 0 16.004 7.109 16.004 16.004 0 8.806-7.139 16.004-16.004 16.004zM528.004 191.883h-256c-8.836 0-16.004-7.197-16.004-16.004 0-8.894 7.168-16.004 16.004-16.004h256c8.806 0 16.004 7.109 16.004 16.004 0 8.806-7.139 16.004-16.004 16.004zM528.004 287.876h-256c-8.836 0-16.004-7.197-16.004-16.004 0-8.894 7.168-16.004 16.004-16.004h256c8.806 0 16.004 7.109 16.004 16.004 0 8.806-7.139 16.004-16.004 16.004zM879.996 95.89h-256c-8.894 0-16.004-7.197-16.004-16.004 0-8.894 7.109-16.004 16.004-16.004h256c8.806 0 16.004 7.109 16.004 16.004 0 8.806-7.197 16.004-16.004 16.004zM879.996 191.883h-256c-8.894 0-16.004-7.197-16.004-16.004 0-8.894 7.109-16.004 16.004-16.004h256c8.806 0 16.004 7.109 16.004 16.004 0 8.806-7.197 16.004-16.004 16.004zM879.996 287.876h-256c-8.894 0-16.004-7.197-16.004-16.004 0-8.894 7.109-16.004 16.004-16.004h256c8.806 0 16.004 7.109 16.004 16.004 0 8.806-7.197 16.004-16.004 16.004zM879.996 479.861h-607.993c-8.836 0-16.004-7.197-16.004-16.004 0-8.836 7.168-16.004 16.004-16.004h607.993c8.806 0 16.004 7.168 16.004 16.004s-7.197 16.004-16.004 16.004zM879.996 383.898h-607.993c-8.836 0-16.004-7.197-16.004-16.004 0-8.894 7.168-16.004 16.004-16.004h607.993c8.806 0 16.004 7.109 16.004 16.004 0 8.777-7.197 16.004-16.004 16.004zM288.007 543.993h223.993c17.671 0 32.007 14.307 32.007 32.007v223.876c0 17.671-14.307 32.007-32.007 32.007h-223.993c-17.671 0-32.007-14.307-32.007-32.007v-223.876c0-17.671 14.307-32.007 32.007-32.007zM320.015 768.015h160.007v-160.007h-160.007v160.007z' /%3E %3Cglyph unicode='&%23xe90f;' glyph-name='goto-leader-board' horiz-adv-x='1088' d='M378.168 657.118l-228.8 302.882h-149.368l279.011-368.467c29.927 26.987 63.351 49.035 99.157 65.586zM545.587 693.806c1.734 0 3.41-0.029 5.145-0.059l-201.607 266.252h-143.871l216.012-285.89c39.598 12.964 81.431 19.696 124.322 19.696zM545.587 654.355c-95.924 0-186.144-37.364-253.964-105.184-67.849-67.879-105.243-158.040-105.243-254.023 0-95.924 37.364-186.174 105.213-253.964 67.82-67.908 158.040-105.184 253.964-105.184 95.953 0 186.144 37.364 254.023 105.184 67.849 67.82 105.125 158.040 105.125 253.964 0 96.012-37.364 186.174-105.125 254.023-67.849 67.79-158.070 105.184-253.994 105.184zM545.587 25.221c-149.074 0-269.927 120.794-269.927 269.927s120.853 269.986 269.927 269.986c149.104 0 269.956-120.853 269.956-269.986s-120.853-269.927-269.956-269.927zM810.075 593.355l277.629 366.645h-157.070l-225.978-299.119c38.187-16.61 73.699-39.275 105.419-67.526zM660.824 676.962l213.896 283.038h-167.977l-146.987-194.111 59.736-78.932c14.052-2.587 27.81-5.938 41.333-9.995zM598.061 423.997v-256.816h-70.965v168.3c-11.494-8.731-22.607-15.786-33.337-21.196s-24.194-10.554-40.392-15.492v57.531c23.871 7.702 42.42 16.933 55.649 27.722s23.547 24.106 31.014 39.951h58.030z' /%3E %3Cglyph unicode='&%23xe910;' glyph-name='learn-more' horiz-adv-x='967' d='M957.854 333.995c-72.704 71.997-82.505 105.496-84.309 112.713-8.972 35.889 8.948 81.506 5.632 119.223-11.069 128.512-87.186 247.003-193.682 317.976-58.417 38.912-126.147 62.781-195.535 71.826-191.415 24.893-392.997-59.173-465.213-247.198-62.050-161.621-0.853-322.024 110.299-444.416 40.107-44.178 45.641-127.244 45.641-183.125v-113.493c0.024-17.384 14.141-31.5 31.573-31.5h410.453c16.628 0 30.281 12.849 31.403 29.501 1.56 22.235 3.998 41.886 3.998 41.886 8.631 36.815 40.034 66.389 106.74 55.613 69.998-11.264 114.176 9.63 118.101 56.247 1.317 15.384 2.194 146.773 2.194 146.773 3.316 1.877 25.234 6.266 57.246 13.507 24.844 5.656 33.597 36.547 15.458 54.467zM743.619 608.89c-10.118-12.824-21.65-15.311-27.721-15.653-1.999-0.098-3.438-1.999-2.779-3.95 3.121-11.045 6.242-41.35-48.030-53.15-51.005-11.069-81.774-50.688-101.888-70.827-15.433-15.433-36.376-22.552-57.198-27.258-21.309-4.803-42.398-8.997-59.246-24.137-17.701-15.921-42.667-103.668-46.86-118.93-0.39-1.39-1.56-2.316-2.999-2.316h-26.088c-1.487 0-2.755 1.073-3.023 2.438l-12.702 59.953c-0.512 2.536-123.319-7.582-132.754 47.202-0.293 1.999-2.243 3.121-4.096 2.511-11.776-4.267-49.688-14.75-70.12 16.92-14.507 22.43-10.63 43.398-8.631 50.664 0.439 1.487-0.293 3.048-1.731 3.682-10.459 4.462-48.079 25.551-42.984 94.988 4.12 55.954 42.008 80.774 36.693 89.381-15.238 24.82-1.999 65.975 29.282 75.142 1.243 0.39 2.146 1.512 2.292 2.828l1.317 14.555c4.364 51.444 71.948 84.066 117.906 62.659 1.755-0.805 3.877 0.049 4.462 1.95 5.754 18.213 17.335 23.235 20.431 24.966 14.238 8.021 32.744 7.022 47.47 1 1.195-0.512 2.536-0.195 3.438 0.756 4.194 4.462 21.333 18.725 49.762 18.725 29.16 0 43.959-14.19 49.152-18.164 0.926-0.731 2.243-0.853 3.291-0.317 6.583 3.389 30.501 14.092 54.467 5.803 18.115-6.217 28.379-22.723 31.622-28.672 0.634-1.292 2.17-1.95 3.535-1.634 8.631 2.048 38.376 7.753 63.342-3.535 26.429-11.922 34.621-29.16 36.742-34.938 0.463-1.195 1.512-1.975 2.755-1.999 5.73-0.244 21.553-1.634 31.305-9.85 17.237-14.458 15.506-25.893 13.507-30.793-0.536-1.512 0.122-3.218 1.536-3.901 7.778-3.877 29.964-16.628 43.642-43.691 18.798-37.303 11.288-69.315 0.902-82.408zM337.579 566.565l-9.801 0.293c-1.463 6.632-3.901 13.044-7.241 19.090l7.119 6.705c4.462 4.218 4.681 11.264 0.439 15.726l-8.485 9.021c-4.194 4.486-11.288 4.632-15.726 0.512l-7.095-6.778c-5.9 3.779-12.142 6.558-18.676 8.363l0.366 9.874c0.122 6.095-4.657 11.24-10.825 11.435l-12.41 0.293c-2.974 0.122-5.754-0.975-7.948-2.974-2.17-2.072-3.413-4.779-3.511-7.753l-0.293-9.752c-6.583-1.463-13.044-3.974-19.066-7.266l-6.705 7.144c-4.218 4.437-11.215 4.657-15.726 0.488l-9.045-8.533c-4.462-4.267-4.681-11.288-0.463-15.799l6.754-7.022c-3.755-5.876-6.583-12.166-8.387-18.651l-9.826 0.244c-2.95 0.146-5.754-0.926-7.997-2.974-2.121-2.097-3.34-4.852-3.438-7.778l-0.366-12.459c-0.073-2.877 1-5.754 3.072-7.851 1.975-2.219 4.73-3.438 7.68-3.56l9.777-0.293c1.463-6.607 3.852-12.971 7.266-19.090l-7.119-6.68c-4.437-4.218-4.681-11.288-0.512-15.726l8.582-9.070c4.194-4.389 11.264-4.657 15.701-0.488l7.192 6.754c5.803-3.682 12.142-6.534 18.627-8.314l-0.317-9.801c-0.098-2.974 0.975-5.827 2.999-7.973 1.999-2.146 4.827-3.438 7.826-3.535l12.337-0.317c5.973-0.171 11.24 4.754 11.435 10.728l0.293 9.874c6.632 1.487 13.044 3.852 19.090 7.192l6.754-7.144c4.145-4.437 11.191-4.632 15.701-0.488l9.045 8.533c4.462 4.194 4.681 11.24 0.488 15.726l-6.778 7.095c3.682 5.851 6.461 12.117 8.363 18.603l9.85-0.244c5.876-0.146 11.24 4.852 11.41 10.752l0.341 12.434c0.195 6.095-4.657 11.24-10.752 11.435zM299.496 535.089c-2.341-5.803-5.949-11.045-10.606-15.482-17.603-16.555-45.397-15.726-62.147 1.853-11.678 12.459-15.116 30.72-8.68 46.616 2.365 5.876 5.925 11.118 10.654 15.482 17.53 16.603 45.373 15.774 62.025-1.829 11.678-12.483 15.165-30.72 8.753-46.641zM235.276 691.468l5.461-0.122c0.78-3.682 2.146-7.314 3.974-10.654l-3.95-3.779c-2.536-2.316-2.584-6.242-0.244-8.704l4.681-5.071c2.414-2.438 6.266-2.584 8.777-0.219l3.974 3.73c3.267-2.024 6.729-3.584 10.338-4.657l-0.122-5.486c-0.073-1.634 0.512-3.218 1.682-4.413s2.706-1.877 4.315-1.999l6.949-0.195c3.34-0.049 6.29 2.731 6.412 6.046l0.171 5.461c3.584 0.829 7.168 2.121 10.557 4.023l3.755-3.998c2.389-2.438 6.29-2.584 8.728-0.244l5.047 4.779c2.536 2.316 2.609 6.168 0.317 8.704l-3.828 3.974c2.097 3.291 3.706 6.827 4.706 10.362l5.437-0.146c3.316-0.073 6.266 2.706 6.363 5.949l0.219 6.997c0.122 3.34-2.56 6.217-5.949 6.339l-5.51 0.171c-0.805 3.657-2.121 7.241-3.998 10.63l3.925 3.706c2.438 2.341 2.584 6.29 0.244 8.777l-4.73 5.022c-2.341 2.536-6.242 2.609-8.704 0.268l-3.998-3.755c-3.291 2.072-6.754 3.682-10.411 4.632l0.171 5.461c0.171 3.486-2.536 6.29-5.998 6.412l-6.9 0.171c-1.658 0.098-3.194-0.536-4.413-1.609-1.195-1.195-1.926-2.731-1.95-4.389l-0.195-5.51c-3.657-0.78-7.241-2.097-10.63-3.998l-3.755 3.998c-2.365 2.511-6.217 2.584-8.704 0.244l-5.022-4.657c-2.511-2.341-2.609-6.315-0.244-8.777l3.755-3.974c-2.097-3.291-3.682-6.754-4.657-10.386l-5.534 0.171c-1.609 0.098-3.17-0.536-4.364-1.634-1.219-1.195-1.975-2.731-1.999-4.389l-0.195-6.875c-0.024-1.658 0.536-3.218 1.658-4.535 1.195-1.097 2.706-1.78 4.389-1.853zM256.463 708.974c1.317 3.243 3.316 6.168 5.876 8.655 9.85 9.216 25.356 8.753 34.548-1.073 6.534-6.9 8.485-17.115 4.925-25.917-1.317-3.291-3.34-6.144-5.949-8.655-9.801-9.192-25.283-8.753-34.572 1.024-6.485 6.973-8.387 17.115-4.827 25.966zM614.351 672.378l-16.555 0.512c-2.462 11.020-6.461 21.87-12.117 32.061l11.995 11.337c7.509 7.070 7.802 18.944 0.731 26.356l-14.312 15.214c-6.997 7.607-18.92 7.875-26.429 0.805l-11.995-11.313c-9.752 6.315-20.382 10.898-31.281 14.068l0.536 16.579c0.317 10.142-7.802 18.846-18.115 19.163l-20.87 0.658c-4.974 0.122-9.752-1.755-13.361-5.071-3.608-3.438-5.754-8.094-5.851-13.068l-0.512-16.53c-11.118-2.389-21.894-6.51-32.085-12.142l-11.313 12.020c-7.046 7.509-18.871 7.802-26.38 0.756l-15.262-14.312c-7.509-7.046-7.802-18.944-0.756-26.405l11.313-11.971c-6.266-9.85-10.947-20.358-14.043-31.305l-16.53 0.463c-4.974 0.098-9.752-1.658-13.385-5.022-3.608-3.486-5.705-8.094-5.851-13.141l-0.634-20.846c-0.098-4.974 1.682-9.704 5.12-13.336 3.486-3.657 8.046-5.754 13.044-5.876l16.506-0.512c2.462-11.142 6.51-21.943 12.166-32.134l-12.044-11.264c-7.509-7.070-7.851-18.92-0.805-26.405l14.336-15.189c7.095-7.485 18.871-7.875 26.429-0.78l11.922 11.313c9.85-6.242 20.382-10.971 31.33-14.068l-0.414-16.53c-0.195-4.998 1.585-9.704 5.022-13.361 3.511-3.584 8.070-5.681 12.995-5.876l20.968-0.561c9.972-0.341 18.871 8.094 19.188 18.139l0.488 16.408c11.093 2.511 21.894 6.534 32.158 12.239l11.313-12.093c7.046-7.461 18.846-7.753 26.356-0.756l15.189 14.36c7.509 7.070 7.875 18.846 0.805 26.38l-11.313 11.995c6.266 9.801 10.923 20.382 13.922 31.305l16.725-0.463c9.826-0.341 18.822 8.143 19.115 18.042l0.585 20.919c0.341 10.338-7.704 18.92-18.042 19.237zM550.351 619.496c-4.047-9.874-10.045-18.676-17.847-26.088-29.598-27.843-76.41-26.429-104.326 3.194-19.797 20.894-25.527 51.614-14.775 78.287 3.974 9.923 9.972 18.651 17.847 26.112 29.623 27.892 76.434 26.478 104.424-3.145 19.651-20.943 25.381-51.639 14.677-78.36z' /%3E %3Cglyph unicode='&%23xe911;' glyph-name='tour-arrow-long' horiz-adv-x='128' d='M128.209 891.056l-64.108 68.944-64.1-68.944 12.902-10.691 44.583 46.457v-981.376c0-5.22 2.618-9.445 7.838-9.445s7.838 4.225 7.838 9.445v981.368l43.369-46.449 11.679 10.691z' /%3E %3Cglyph unicode='&%23xe912;' glyph-name='tour-arrow-medium' horiz-adv-x='185' d='M184.786 860.631l-92.399 99.369-92.387-99.369 18.595-15.409 64.258 66.958v-962.567c0-7.524 3.773-13.613 11.297-13.613s11.297 6.089 11.297 13.613v962.555l62.507-66.946 16.833 15.409z' /%3E %3Cglyph unicode='&%23xe913;' glyph-name='tour-arrow-short' horiz-adv-x='352' d='M351.564 770.946l-175.793 189.054-175.771-189.054 38.946-29.317 125.843 127.39v-907.12c0-14.314 7.179-25.899 21.493-25.899s21.493 11.585 21.493 25.899v907.099l115.332-127.369 28.457 29.317z' /%3E %3Cglyph unicode='&%23xe914;' glyph-name='error-notification' horiz-adv-x='1166' d='M1155.941 21.457l-526.367 911.577c-9.619 16.725-27.431 26.965-46.67 26.965-19.332 0-37.112-10.24-46.732-26.965l-528.974-916.139c-9.619-16.663-9.619-37.205 0-53.869 9.65-16.725 27.462-27.027 46.701-27.027h1057.916c0.093 0 0.248 0 0.341 0 29.758 0 53.9 24.111 53.9 53.962 0 11.76-3.724 22.621-10.116 31.496zM147.301 42.682l435.634 754.378 435.541-754.378h-871.176zM533.318 597.318h106.682v-298.667h-106.682v298.667zM533.318 234.667h106.682v-128h-106.682v128z' /%3E %3Cglyph unicode='&%23xe915;' glyph-name='tour-arrow-curve' horiz-adv-x='864' d='M610.481 960l-31.015-42.305 170.977-124.952c-425.045-56.137-750.443-422.085-750.443-856.743h52.391c0 412.209 311.462 758.773 716.258 806.422l-147.899-174.041 39.948-33.897 203.747 239.818-253.963 185.698z' /%3E %3Cglyph unicode='&%23xe916;' glyph-name='parts' d='M958.971 471.014c-28.292 0-54.473-7.601-76.853-21.536-8.445-5.067-19.002-5.067-27.447-0.422-8.445 5.067-13.935 13.935-13.935 23.647v177.353c0 27.025-22.802 48.983-49.828 48.983h-216.624c-9.712 0-18.58 5.067-23.225 13.513-5.067 8.445-5.067 18.58-0.422 27.025 11.824 21.113 18.58 46.027 18.58 72.208-0.422 81.498-66.718 148.216-148.638 148.216s-148.638-66.296-148.638-148.638c0-26.181 6.756-50.672 18.58-71.786 4.645-8.445 4.645-19.002-0.422-27.025s-13.935-13.513-23.647-13.513h-216.624c-27.025 0-49.828-21.958-49.828-48.983v-172.708c0-9.712 5.067-18.58 13.513-23.647 8.445-4.645 18.58-5.067 26.603-0.422 21.113 11.401 45.183 17.735 70.519 17.735 81.92 0 148.638-66.296 148.638-148.216s-66.296-148.638-148.638-148.638c-25.336 0-49.405 6.756-70.519 17.735-8.445 4.645-18.58 4.645-26.603-0.422-8.445-4.645-13.513-13.935-13.513-23.225v-182.842c0-27.025 22.802-49.405 49.828-49.405h741.080c27.025 0 49.828 21.958 49.828 49.405v187.065c0 9.712 5.489 19.002 13.935 23.647s19.002 4.645 27.447-0.422c22.38-13.935 48.561-21.536 76.853-21.536 81.92 0 148.216 66.296 148.216 148.638s-66.296 148.216-148.216 148.216v0z' /%3E %3Cglyph unicode='&%23xe917;' glyph-name='haystack-data' d='M605.446 333.709c-76.391 89.182-66.087 223.489 23.095 299.999 39.084 33.399 88.827 51.638 140.347 51.164h16.344c54.362 75.089 120.568 180.852 98.421 204.184-31.859 31.859-245.045-122.582-275.127-155.981l-53.178-53.178-296.564 47.019 8.172 8.172c9.593 8.291 10.541 22.74 2.25 32.333-8.291 9.475-22.74 10.541-32.215 2.25-0.829-0.711-1.54-1.421-2.25-2.25l-31.504-31.504-122.582 20.489-81.603-81.721 385.984-186.656-139.281-139.281-160.6 18.002-50.099-69.404 181.326-78.76 78.879-181.326 67.746 51.401-18.002 163.324 139.281 139.281 186.656-385.984 81.603 81.603-21.319 131.109 28.78 28.662c4.382 4.501 6.869 10.778 6.514 17.292-61.232-0.947-119.857 24.398-161.073 69.759zM1012.393 251.988l-96.052 110.738c-3.198 3.435-7.343 6.040-11.844 7.343 58.863 77.22 44.058 187.721-33.162 246.703-77.339 58.981-187.721 44.177-246.703-33.162s-44.177-187.721 33.044-246.703c51.046-38.847 119.147-47.019 177.654-21.2 0-6.277 2.25-12.317 6.277-17.173l96.052-112.396c9.712-11.251 26.885-12.436 38.255-2.724l32.688 28.188c12.080 9.001 14.449 26.174 5.448 38.255-0.592 0.711-1.184 1.421-1.658 2.132zM767.23 346.382c-70.825-0.829-128.977 55.783-129.688 126.608s55.783 128.977 126.727 129.806c70.825 0.829 128.977-55.902 129.688-126.727 0.474-38.136-15.989-74.378-45.006-99.013-22.503-20.134-51.52-31.504-81.603-32.333v1.658z' /%3E %3Cglyph unicode='&%23xe918;' glyph-name='view-my-score' horiz-adv-x='1260' d='M1010.079 896.676c0.803 38.636-0.637 63.047-0.637 63.047l-758.804 0.028c0 0-1.384-24.411-0.609-63.047h-250.029v-41.238c0-9.382 1.605-231.403 138.576-353.040 57.179-50.731 128.502-76.221 212.555-76.276 12.676 0 25.794 0.886 39.024 1.993 47.77-65.372 102.901-111.176 164.979-134.009v-181.087h-182.194v-113.446h-60.169v-63.6h634.565v63.545h-60.252v113.446h-182.139v181.087c62.023 22.833 117.21 68.638 164.951 134.009 13.312-1.107 26.431-1.937 39.107-1.937 84.053 0.083 155.348 25.545 212.5 76.332 137.026 121.61 138.659 343.63 138.659 353.013v41.183h-250.084zM193.597 563.867c-78.269 69.274-101.406 187.84-108.27 250.361h169.435c7.168-77.854 24.023-174.887 62.936-260.131 7.113-15.665 14.641-30.499 22.28-45.002-58.37 2.214-107.495 20.453-146.381 54.772zM1066.511 563.867c-38.83-34.374-88.011-52.558-146.325-54.772 7.611 14.475 15.167 29.337 22.28 45.002 38.913 85.271 55.796 182.277 62.909 260.131h169.407c-6.864-62.466-29.946-181.031-108.27-250.361z' /%3E %3Cglyph unicode='&%23xe919;' glyph-name='import-options' horiz-adv-x='1041' d='M541.127 281.828c0 3.072-1.081 6.144-3.243 9.216-17.351 20.708-31.232 38.514-41.7 53.362 6.485 12.743 11.435 24.462 14.848 35.271l71.908 11.093c2.788 0.341 5.234 1.934 7.396 4.836 2.162 3.015 3.243 5.973 3.243 9.045v85.845c0 3.413-1.081 6.372-3.243 9.045-2.162 2.617-4.779 4.267-7.908 4.836l-70.485 10.695c-3.413 10.524-8.59 23.211-15.701 38.002 4.608 6.827 11.548 16.1 20.821 27.819s15.758 20.082 19.513 25.031c2.162 3.072 3.243 6.030 3.243 8.818 0 8.363-22.244 33.109-66.788 74.24-3.072 2.446-6.315 3.698-9.728 3.698-3.698 0-6.77-1.081-9.273-3.243l-54.727-41.301c-12.686 6.485-24.292 11.321-34.759 14.393l-10.695 70.94c-0.341 3.129-1.82 5.803-4.608 8.135-2.844 2.332-5.916 3.47-9.33 3.47h-86.244c-7.111 0-11.719-3.698-13.881-11.15-3.698-14.222-7.282-38.002-10.695-71.396-13.312-4.324-25.202-9.273-35.726-14.848l-53.362 41.7c-3.129 2.162-6.315 3.243-9.728 3.243-5.916 0-18.091-9.102-36.693-27.364s-31.232-31.972-38.002-41.301c-2.162-2.446-3.3-5.575-3.3-9.273 0-2.788 1.138-5.86 3.3-9.273 17.294-20.708 31.232-38.457 41.7-53.305-6.485-12.686-11.435-24.462-14.848-35.271l-71.908-11.15c-2.788-0.284-5.291-1.934-7.452-4.836s-3.243-5.916-3.243-9.045v-85.788c0-3.47 1.081-6.428 3.243-9.045s4.836-4.096 7.908-4.38l70.485-11.15c3.698-11.719 9.102-24.405 16.213-38.002-4.949-6.827-12.174-16.27-21.788-28.274-9.614-12.117-15.929-20.252-19.001-24.633-2.162-3.129-3.3-6.030-3.3-8.761 0-8.363 22.3-33.109 66.788-74.24 3.129-2.503 6.315-3.698 9.785-3.698 3.982 0 7.111 1.138 9.273 3.3l54.727 41.244c12.686-6.428 24.235-11.264 34.759-14.336l10.695-70.94c0.284-3.129 1.82-5.86 4.608-8.192 2.788-2.276 5.916-3.47 9.273-3.47h86.244c7.168 0 11.776 3.698 13.938 11.093 3.698 14.564 7.282 38.514 10.695 71.908 12.402 3.698 24.292 8.476 35.726 14.393l53.362-41.7c3.072-2.162 6.315-3.3 9.728-3.3 5.916 0 17.977 9.216 36.409 27.591s31.175 32.199 38.286 41.472c2.219 2.276 3.243 5.234 3.243 8.932zM380.7 364.316c-23.154-23.154-51.143-34.759-83.968-34.759s-60.7 11.605-83.968 34.759c-23.154 23.211-34.759 51.143-34.759 83.968s11.605 60.757 34.759 83.968c23.211 23.211 51.143 34.759 83.968 34.759s60.757-11.605 83.968-34.759c23.211-23.211 34.759-51.143 34.759-83.968s-11.548-60.7-34.759-83.968zM954.425 209.294c-5.006 11.207-10.809 21.333-17.465 30.208 19.797 43.861 29.639 70.599 29.639 80.27 0 1.536-0.796 2.901-2.332 4.039-46.478 27.193-70.542 40.732-72.135 40.732l-3.47-1.195c-15.872-15.872-33.792-37.604-53.476-65.195-7.794 0.796-13.54 1.195-17.465 1.195s-9.728-0.398-17.465-1.195c-5.461 8.192-15.474 21.276-30.208 39.253s-23.666 27.079-26.795 27.079c-0.796 0-6.542-3.129-17.465-9.33-10.809-6.201-22.3-12.8-34.304-19.797-12.060-6.997-18.83-10.809-20.366-11.605-1.536-1.195-2.332-2.56-2.332-4.039 0-9.728 9.899-36.466 29.639-80.27-6.542-8.875-12.402-19.001-17.465-30.208-57.799-5.803-86.585-11.833-86.585-17.977v-81.465c0-6.144 28.843-12.174 86.585-17.977 4.665-10.524 10.524-20.537 17.465-30.208-19.797-43.861-29.639-70.542-29.639-80.27 0-1.479 0.796-2.901 2.332-4.039 47.275-27.477 71.339-41.301 72.135-41.301 3.129 0 12.060 9.102 26.795 27.307s24.804 31.403 30.208 39.538c7.737-0.796 13.54-1.195 17.465-1.195s9.671 0.398 17.465 1.195c5.404-8.192 15.474-21.333 30.208-39.538s23.609-27.307 26.738-27.307c0.796 0 24.86 13.767 72.135 41.301 1.536 1.195 2.332 2.503 2.332 4.039 0 9.728-9.899 36.466-29.639 80.27 6.997 9.671 12.857 19.74 17.465 30.208 57.799 5.86 86.642 11.833 86.642 17.977v81.465c0 6.201-28.843 12.231-86.642 18.034zM870.4 97.963c-14.564-14.564-32.028-21.845-52.622-21.845s-38.116 7.282-52.679 21.845c-14.507 14.564-21.788 32.028-21.788 52.622 0 20.139 7.396 37.604 22.13 52.338s32.142 22.13 52.338 22.13c20.139 0 37.604-7.396 52.338-22.13s22.13-32.142 22.13-52.338c-0.057-20.594-7.282-38.059-21.845-52.622zM954.425 804.75c-5.006 11.264-10.809 21.333-17.465 30.265 19.797 43.804 29.639 70.542 29.639 80.213 0 1.536-0.796 2.901-2.332 4.096-46.478 27.136-70.542 40.676-72.135 40.676l-3.47-1.195c-15.872-15.872-33.792-37.604-53.476-65.138-7.794 0.74-13.54 1.138-17.465 1.138s-9.728-0.398-17.465-1.138c-5.461 8.135-15.474 21.22-30.208 39.196-14.734 18.034-23.666 27.079-26.795 27.079-0.796 0-6.542-3.129-17.465-9.33-10.809-6.201-22.3-12.8-34.304-19.797-12.060-6.997-18.83-10.866-20.366-11.662-1.536-1.138-2.332-2.503-2.332-4.039 0-9.671 9.899-36.466 29.639-80.27-6.542-8.932-12.402-19.001-17.465-30.265-57.799-5.803-86.585-11.833-86.585-17.977v-81.408c0-6.201 28.843-12.231 86.585-18.034 4.665-10.468 10.524-20.537 17.465-30.208-19.797-43.861-29.639-70.542-29.639-80.27 0-1.536 0.796-2.901 2.332-4.096 47.275-27.477 71.339-41.301 72.135-41.301 3.129 0 12.060 9.102 26.795 27.307s24.804 31.403 30.208 39.538c7.737-0.74 13.54-1.138 17.465-1.138s9.671 0.398 17.465 1.138c5.404-8.135 15.474-21.333 30.208-39.538s23.609-27.307 26.738-27.307c0.796 0 24.86 13.767 72.135 41.301 1.536 1.195 2.332 2.503 2.332 4.096 0 9.671-9.899 36.409-29.639 80.27 6.997 9.671 12.857 19.74 17.465 30.208 57.799 5.803 86.642 11.833 86.642 18.034v81.408c0 6.315-28.843 12.345-86.642 18.148zM870.4 693.419c-14.564-14.564-32.028-21.788-52.622-21.788s-38.116 7.225-52.679 21.788c-14.507 14.507-21.788 32.085-21.788 52.622 0 20.139 7.396 37.604 22.13 52.338s32.142 22.073 52.338 22.073c20.139 0 37.604-7.339 52.338-22.073s22.13-32.199 22.13-52.338c-0.057-20.537-7.282-38.116-21.845-52.622z' /%3E %3Cglyph unicode='&%23xe91a;' glyph-name='column-mapping' d='M18.318 636.416h786.318v-129.422c0-5.86 1.764-10.866 5.404-15.189 3.641-4.267 7.964-6.428 12.914-6.428 5.348 0 9.728 2.048 13.084 6.087l182.898 215.723c3.413 4.039 5.12 9.216 5.12 15.474 0 6.315-1.707 11.492-5.12 15.474l-182.272 215.040c-4.608 4.494-9.159 6.77-13.71 6.77-5.348 0-9.728-2.048-13.141-6.030-3.47-4.039-5.12-9.216-5.12-15.474v-129.422h-786.318c-4.949 0-9.273-2.105-12.857-6.372s-5.461-9.33-5.461-15.189v-129.422c0-5.86 1.82-10.923 5.461-15.189 3.527-4.267 7.794-6.428 12.8-6.428zM1005.739 259.527h-786.261v129.422c0 5.86-1.82 10.866-5.461 15.189-3.584 4.267-7.908 6.372-12.857 6.372-5.348 0-9.728-2.048-13.141-6.030l-182.841-215.723c-3.47-4.039-5.177-9.216-5.177-15.531 0-5.86 1.707-10.752 5.177-14.791l182.272-215.723c4.608-4.494 9.159-6.713 13.71-6.713 4.949 0 9.216 2.162 12.857 6.372 3.584 4.267 5.404 9.33 5.404 15.189v129.422h786.261c4.949 0 9.216 2.162 12.914 6.428 3.584 4.267 5.404 9.33 5.404 15.189v129.422c0 5.86-1.764 10.866-5.404 15.189-3.641 4.153-7.908 6.315-12.857 6.315z' /%3E %3Cglyph unicode='&%23xe91b;' glyph-name='reporting-2' d='M842.951 960h-786.062v-919.694h786.062v919.694zM795.676 86.613c-42.837 0-648.676 0-691.541 0 0 42.78 0 784.441 0 827.022 42.951 0 648.732 0 691.541 0 0-42.638 0-784.299 0-827.022zM186.624 810.667h537.401v-48.612h-537.401v48.612zM186.624 657.522h537.401v-48.583h-537.401v48.583zM875.321 855.751v-46.336h44.459v-826.965h-691.57v32.114h-47.303v-78.564h786.204v919.751zM206.706 297.244c9.33 0 17.835 2.617 25.685 6.4l67.385-54.044c-0.341-2.532-1.508-4.693-1.508-7.367 0-31.972 26.396-57.856 58.994-57.856s58.994 25.913 58.994 57.856c0 9.159-2.674 17.522-6.514 25.287 32.398 47.616 73.728 108.487 98.617 145.038 3.812-0.74 7.339-2.276 11.406-2.276 14.108 0 26.652 5.547 36.807 13.682 22.158-12.686 51.058-29.156 75.89-43.321-0.085-0.825-0.569-1.479-0.569-2.332 0-31.943 26.453-57.799 58.994-57.799 32.597 0 58.994 25.884 58.994 57.799 0 31.972-26.425 57.913-58.994 57.913-14.393 0-27.108-5.689-37.433-14.137l-75.378 43.207c0.057 0.91 0.597 1.764 0.597 2.759 0 31.972-26.425 57.799-58.88 57.799-32.597 0-58.908-25.884-58.908-57.799 0-10.667 3.783-20.167 8.903-28.757-30.976-45.625-71.396-105.074-96.683-142.393-5.177 1.508-10.155 3.186-15.815 3.186-12.203 0-22.926-4.551-32.341-10.724-18.688 15.019-41.813 33.593-62.464 50.148 1.508 5.12 3.243 10.098 3.243 15.673 0 32.028-26.652 57.856-59.051 57.799-32.683 0-59.108-25.828-59.108-57.799 0-32.028 26.453-57.941 59.136-57.941z' /%3E %3Cglyph unicode='&%23xe91c;' glyph-name='part-search-2' d='M768.021 575.989c0 212.059-171.951 384.011-384.011 384.011s-384.011-171.951-384.011-384.011 171.951-384.011 384.011-384.011 384.011 171.951 384.011 384.011zM384.011 287.981c-158.81 0-288.008 129.198-288.008 288.008s129.198 288.008 288.008 288.008 288.008-129.198 288.008-288.008-129.198-288.008-288.008-288.008zM995.925 99.873l-234.958 234.958c-34.988-54.444-81.325-100.781-135.712-135.712l234.901-235.015c37.491-37.434 98.335-37.434 135.769 0 37.491 37.434 37.491 98.25 0 135.769zM332.724 460.786l-9.558 3.527c0.768 6.941 0.54 13.995-0.796 21.049l9.216 4.181c5.746 2.702 8.249 9.501 5.632 15.247l-5.376 11.663c-2.645 5.717-9.472 8.278-15.218 5.547l-9.216-4.181c-4.551 5.518-9.757 10.297-15.503 14.308l3.556 9.501c2.162 5.945-0.825 12.544-6.827 14.792l-12.004 4.494c-5.774 2.048-12.658-1.052-14.763-6.827l-3.527-9.501c-6.941 0.711-14.024 0.512-21.078-0.796l-4.238 9.188c-2.617 5.717-9.444 8.278-15.161 5.661l-11.663-5.376c-5.746-2.674-8.278-9.472-5.632-15.247l4.238-9.216c-5.547-4.466-10.383-9.728-14.336-15.474l-9.501 3.527c-5.746 2.133-12.601-1.024-14.792-6.798l-4.437-12.061c-1.052-2.873-0.939-5.973 0.37-8.79 1.308-2.788 3.613-4.893 6.486-5.917l9.558-3.556c-0.711-6.941-0.54-14.024 0.74-21.049l-9.188-4.238c-5.661-2.645-8.278-9.444-5.547-15.218l5.348-11.634c2.674-5.717 9.472-8.278 15.247-5.604l9.188 4.181c4.494-5.518 9.728-10.326 15.503-14.336l-3.556-9.444c-1.052-2.958-0.91-6.059 0.37-8.818 1.28-2.816 3.556-4.949 6.486-6.030l12.061-4.409c2.873-1.024 5.945-0.91 8.818 0.37 2.816 1.28 4.893 3.556 5.917 6.486l3.527 9.529c6.941-0.711 14.052-0.569 21.106 0.711l4.181-9.102c2.617-5.746 9.501-8.278 15.19-5.604l11.691 5.348c5.746 2.674 8.306 9.501 5.604 15.19l-4.238 9.216c5.575 4.466 10.354 9.671 14.308 15.503l9.558-3.556c2.873-1.052 5.945-0.939 8.818 0.427 2.759 1.28 4.864 3.556 5.945 6.429l4.409 12.118c2.105 5.803-0.967 12.431-6.912 14.592zM269.632 430.805c-6.002-2.845-12.431-4.181-19.001-4.181-17.664 0-33.793 10.354-41.217 26.426-10.439 22.728-0.54 49.722 22.216 60.162 6.002 2.788 12.431 4.153 18.945 4.153 17.664 0 33.85-10.326 41.246-26.34 10.496-22.728 0.455-49.751-22.187-60.219zM446.249 427.932l-5.348 1.934c0.455 3.897 0.284 7.822-0.455 11.776l5.12 2.333c3.214 1.508 4.637 5.319 3.101 8.505l-2.958 6.514c-1.479 3.214-5.319 4.608-8.477 3.101l-5.12-2.361c-2.503 3.072-5.461 5.774-8.619 7.965l1.877 5.348c1.223 3.271-0.512 6.969-3.783 8.192l-6.713 2.475c-3.157 1.195-7.026-0.569-8.192-3.755l-1.906-5.319c-3.925 0.398-7.794 0.284-11.719-0.484l-2.389 5.149c-1.451 3.186-5.319 4.608-8.448 3.101l-6.514-2.987c-3.186-1.451-4.608-5.291-3.129-8.448l2.389-5.149c-3.101-2.503-5.774-5.405-7.993-8.647l-5.348 1.934c-3.157 1.223-7.026-0.569-8.192-3.783l-2.475-6.713c-0.597-1.621-0.569-3.3 0.228-4.893 0.654-1.564 1.934-2.759 3.556-3.328l5.348-1.906c-0.455-3.869-0.284-7.737 0.427-11.719l-5.12-2.361c-3.186-1.508-4.608-5.348-3.129-8.477l3.015-6.514c1.451-3.157 5.262-4.608 8.448-3.101l5.149 2.389c2.503-3.129 5.405-5.774 8.619-7.993l-1.877-5.348c-0.597-1.564-0.597-3.271 0.171-4.893 0.654-1.508 1.934-2.674 3.584-3.271l6.628-2.503c1.65-0.597 3.385-0.54 4.949 0.256 1.564 0.626 2.731 1.906 3.271 3.556l1.991 5.348c3.84-0.484 7.766-0.313 11.691 0.512l2.361-5.177c1.451-3.214 5.291-4.608 8.505-3.129l6.514 2.958c3.157 1.536 4.551 5.348 3.101 8.477l-2.389 5.205c3.072 2.532 5.774 5.348 7.936 8.647l5.348-1.934c1.621-0.597 3.328-0.569 4.921 0.171 1.536 0.683 2.731 1.991 3.243 3.613l2.503 6.713c1.223 3.129-0.427 6.798-3.698 8.022zM411.091 411.263c-3.357-1.564-6.912-2.361-10.582-2.361-9.842 0-18.831 5.803-22.955 14.763-5.888 12.63-0.284 27.734 12.374 33.537 3.328 1.536 6.884 2.304 10.525 2.304 9.842 0 18.859-5.746 22.984-14.735 5.831-12.687 0.284-27.677-12.345-33.508zM566.487 629.893l-15.986 5.945c1.28 11.663 0.768 23.553-1.337 35.443l15.503 7.111c9.614 4.409 13.796 15.986 9.387 25.601l-8.989 19.57c-4.409 9.671-15.958 13.938-25.601 9.444l-15.474-7.111c-7.595 9.387-16.356 17.437-26.027 24.122l5.888 15.986c3.698 9.984-1.422 21.078-11.378 24.747l-20.281 7.538c-9.671 3.556-21.22-1.764-24.776-11.407l-5.945-15.986c-11.663 1.28-23.553 0.796-35.386-1.337l-7.111 15.446c-4.437 9.671-15.958 13.853-25.572 9.444l-19.57-8.989c-9.671-4.437-13.881-15.986-9.444-25.629l7.111-15.446c-9.387-7.595-17.408-16.384-24.122-26.056l-15.986 5.888c-9.671 3.584-21.163-1.764-24.747-11.35l-7.538-20.281c-1.764-4.893-1.593-10.070 0.597-14.792s6.030-8.221 10.838-10.013l15.986-5.945c-1.28-11.663-0.796-23.61 1.365-35.443l-15.531-7.111c-9.614-4.437-13.824-15.958-9.444-25.572l9.046-19.627c4.437-9.614 15.986-13.881 25.572-9.444l15.474 7.168c7.566-9.387 16.356-17.408 26.084-24.122l-5.917-15.986c-1.764-4.779-1.621-10.070 0.569-14.763 2.219-4.693 6.002-8.249 10.838-10.070l20.31-7.453c4.836-1.764 10.070-1.593 14.763 0.597 4.665 2.105 8.249 5.973 10.070 10.838l5.945 15.986c11.663-1.28 23.553-0.825 35.386 1.28l7.168-15.446c4.437-9.671 15.929-13.853 25.544-9.444l19.57 9.017c9.728 4.466 13.938 15.929 9.501 25.601l-7.111 15.446c9.33 7.595 17.38 16.356 24.065 26.084l15.986-5.917c4.893-1.792 10.098-1.593 14.82 0.597 4.637 2.162 8.221 6.002 10.041 10.838l7.51 20.281c3.47 9.927-1.621 21.049-11.663 24.719zM460.471 579.517c-10.098-4.665-20.822-6.998-31.944-6.998-29.668 0-56.89 17.352-69.349 44.375-17.608 38.259-0.825 83.601 37.377 101.265 10.070 4.665 20.765 7.026 31.887 7.026 29.668 0 56.89-17.408 69.349-44.403 17.579-38.287 0.825-83.686-37.32-101.265z' /%3E %3Cglyph unicode='&%23xe91d;' glyph-name='other-tasks-2' d='M819.84 865.69l132.685-129.869-43.725-41.242-63.002 61.67-26.010-24.474 63.027-61.722-28.109-26.47-40.883 40.090-25.984-24.525 40.883-40.090-38.63-36.352-63.002 61.619-25.933-24.499 63.002-61.696-28.16-26.47-40.858 40.064-26.035-24.499 77.286-73.779 277.606 261.709-203.443 199.245-280.806-264.73 35.686-34.355zM425.754 330.573l47.59-46.592-35.686-33.613-69.683 68.301-25.958-24.602 69.658-68.198-28.109-26.496-47.539 46.541-25.984-24.499 47.514-46.541-38.579-36.403-69.658 68.198-26.035-24.448 69.683-68.25-28.134-26.496-47.565 46.541-25.933-24.499 47.565-46.541-34.765-32.742-132.685 129.894 295.91 279.014-35.763 34.304-331.597-312.627 203.494-199.245 331.75 311.501-83.482 81.997zM412.723 745.446l0.307 0.256-136.499 131.098-160.435-154.138 136.474-131.123 0.23 0.205 422.835-406.323 259.994-109.696-97.485 259.738-425.421 409.984zM226.432 674.125l-50.509 48.512 100.685 96.717 50.483-48.486-100.659-96.742zM834.944 139.981l-145.792 61.21-19.226 18.509 86.067-4.89-14.49 57.446 63.104-10.752 0.64 78.362 13.901-13.338 55.526-148.301-39.731-38.246z' /%3E %3Cglyph unicode='&%23xe91e;' glyph-name='my-dashboard-2' d='M1023.257 779.294h-490.155v-317.079h490.094v317.079h0.060zM986.032 497.252h-415.784v247.065h415.784v-247.065zM858.714 713.919h101.015v-17.528h-101.015v17.528zM858.032 684.885h101.075v-17.468h-101.075v17.468zM858.935 653.463h101.115v-17.508h-101.115v17.508zM621.628 636.516l0.783-0.261 2.992-6.807-0.321-0.683c-9.216-19.637-8.614-20.179-7.068-21.665l12.228-11.284c0.522-0.482 1.405-0.803 2.108-0.803 0.663 0 2.831 0 20.942 7.73l0.683 0.321 7.509-2.851 0.321-0.703c8.553-19.858 9.377-19.858 11.485-19.858h17.328c2.148 0 3.072 0 11.043 19.918l0.321 0.723 7.409 2.831 0.723-0.261c12.268-4.879 19.396-7.349 21.243-7.349 0.783 0 1.707 0.341 2.189 0.783l12.368 11.324c1.566 1.486 2.189 2.068-7.489 21.303l-0.422 0.703 3.072 6.787 0.663 0.281c21.685 7.911 21.685 8.654 21.685 10.722v15.942c0 2.048 0 2.931-21.685 10.22l-0.683 0.261-3.052 6.807 0.381 0.723c9.216 19.617 8.553 20.239 7.068 21.665l-12.308 11.264c-0.502 0.482-1.345 0.803-2.088 0.803-0.683 0-2.831 0-20.942-7.71l-0.703-0.321-7.469 2.771-0.341 0.723c-8.513 19.858-9.417 19.858-11.485 19.858h-17.368c-2.088 0-3.052 0-11.003-19.918l-0.341-0.683-7.409-2.831-0.683 0.261c-12.268 4.899-19.436 7.369-21.303 7.369-0.743 0-1.646-0.341-2.108-0.783l-12.348-11.344c-1.566-1.466-2.189-2.028 7.469-21.303l0.381-0.703-3.032-6.827-0.723-0.281c-21.624-7.871-21.624-8.634-21.624-10.662v-15.982c-0.060-2.108-0.060-2.952 21.604-10.22zM681.743 680.97c15.501 0 28.13-11.645 28.13-25.941 0-14.336-12.629-25.941-28.13-25.941-15.48 0-28.090 11.625-28.090 25.941s12.629 25.941 28.090 25.941zM761.274 587.264l-4.056-1.546-0.422 0.141c-6.686 2.67-10.601 3.996-11.625 3.996-0.422 0-0.904-0.181-1.144-0.422l-6.746-6.204c-0.783-0.763-1.225-1.124 4.096-11.645l0.181-0.422-1.667-3.674-0.402-0.080c-11.766-4.297-11.766-4.718-11.766-5.843v-8.754c0-1.124 0-1.586 11.766-5.562l0.462-0.141 1.646-3.715-0.201-0.381c-5-10.742-4.658-11.043-3.835-11.806l6.706-6.184c0.301-0.281 0.783-0.422 1.205-0.422s1.486 0 11.384 4.216l0.422 0.181 4.096-1.566 0.161-0.402c4.658-10.842 5.14-10.842 6.305-10.842h9.477c1.205 0 1.687 0 6.024 10.883l0.161 0.422 4.076 1.526 0.422-0.141c6.686-2.67 10.601-3.996 11.605-3.996 0.422 0 0.863 0.141 1.185 0.422l6.686 6.204c0.883 0.783 1.245 1.084-4.116 11.585l-0.221 0.402 1.687 3.715 0.422 0.141c11.806 4.297 11.806 4.739 11.806 5.863v8.674c0 1.104 0 1.626-11.846 5.562l-0.422 0.201-1.626 3.715 0.221 0.381c4.939 10.722 4.618 11.023 3.775 11.846l-6.686 6.184c-0.321 0.241-0.743 0.422-1.185 0.422-0.402 0-1.526 0-11.405-4.216l-0.422-0.181-4.036 1.506-0.161 0.381c-4.739 10.842-5.2 10.842-6.385 10.842h-9.457c-1.185 0-1.687 0-6.024-10.883l-0.12-0.381zM772.377 571.523c8.533 0 15.36-6.345 15.36-14.175 0-7.79-6.907-14.175-15.36-14.175-8.433 0-15.32 6.385-15.32 14.175 0 7.811 6.847 14.175 15.32 14.175zM777.879 624.911l0.241-0.12 1.104-2.349-0.161-0.241c-3.213-6.867-2.972-7.027-2.429-7.549l4.277-3.935c0.161-0.141 0.502-0.261 0.743-0.261s0.944 0 7.288 2.67l0.281 0.080 2.59-0.964 0.080-0.281c2.952-6.907 3.333-6.907 4.036-6.907h6.044c0.703 0 1.024 0 3.775 6.967l0.141 0.241 2.55 0.964 0.281-0.060c4.237-1.707 6.746-2.59 7.369-2.59 0.301 0 0.602 0.12 0.743 0.281l4.317 3.976c0.502 0.502 0.743 0.683-2.63 7.409l-0.141 0.221 1.084 2.349 0.261 0.080c7.57 2.771 7.57 3.032 7.57 3.735v5.622c0 0.683 0 0.984-7.529 3.534l-0.301 0.080-1.084 2.369 0.141 0.281c3.172 6.827 2.952 7.007 2.429 7.529l-4.257 3.935c-0.181 0.141-0.522 0.281-0.723 0.281-0.241 0-1.004 0-7.329-2.731l-0.241-0.12-2.59 1.004-0.161 0.241c-2.931 6.907-3.233 6.907-3.996 6.907h-6.003c-0.743 0-1.064 0-3.835-6.907l-0.12-0.241-2.59-0.964-0.301 0.080c-4.237 1.687-6.746 2.55-7.369 2.55-0.301 0-0.522-0.12-0.743-0.301l-4.257-3.895c-0.542-0.522-0.743-0.743 2.63-7.409l0.161-0.261-1.104-2.369-0.241-0.141c-7.529-2.731-7.529-2.992-7.529-3.674v-5.582c-0.040-0.703-0.040-1.004 7.529-3.534zM798.74 640.371c5.421 0 9.798-4.056 9.798-9.055 0-4.939-4.417-8.995-9.798-8.995s-9.798 4.056-9.798 8.995c0 5 4.437 9.055 9.798 9.055zM0 116.726h490.115v317.059h-490.115v-317.059zM37.165 398.828h415.784v-247.125h-415.784v247.125zM325.592 361.301h101.035v-17.508h-101.035v17.508zM325.010 332.288h101.015v-17.488h-101.015v17.488zM325.893 300.845h101.015v-17.488h-101.015v17.488zM65.034 323.353h211.366v-32.788h-211.366v32.788zM65.034 273.579h161.451v-32.788h-161.451v32.788zM65.034 223.824h318.243v-32.748h-318.243v32.748zM533.885 434.889v-317.059h490.115v317.059h-490.115zM986.815 152.767h-415.764v247.105h415.784v-247.105h-0.020zM859.457 371.12h101.055v-17.528h-101.055v17.528zM858.855 342.126h101.035v-17.468h-101.035v17.468zM859.718 310.684h101.035v-17.488h-101.035v17.488zM737.682 198.766c7.891 7.409 20.5 46.12 20.5 46.12s-41.161-11.886-49.011-19.295c-7.891-7.409-7.891-19.456 0.040-26.865 7.831-7.369 20.6-7.369 28.471 0.040zM597.996 170.215h252.004v16.504l0.281 1.285c0.080 1.767 0.281 18.191 0.281 19.958 0 58.308-44.213 90.313-44.213 90.313-22.106 17.85-50.819 28.672-82.221 28.672-69.773 0-126.354-53.288-126.354-118.985 0-1.767 0.201-18.191 0.321-19.958v-17.81l-0.1 0.020zM628.515 206.015h25.901v7.891h-24.094c0 0.12-1.807 0-1.807 0 0.984 20.44 9.256 40.779 24.837 56.902l0.643 0.622 1.205-0.944 17.227-16.284 5.441 5.14-18.392 17.247c16.605 14.236 37.687 22.387 60.115 23.331h1.285c0 0 0.542 0.080 0.502-0.281v-24.074h6.907v24.395c3.413-0.12 6.867-0.542 10.2-1.024 19.275-2.389 37.205-10.24 51.642-22.709l-18.231-17.247 5.1-4.739 17.549 16.545 0.984 0.703 0.803-1.024c15.199-15.641 23.873-35.459 24.857-56.581h-25.881v-7.891l26.022 0.040c0 0 0.040-16.986-0.060-17.99l-192.833-0.040c-0.060 1.064 0.161 16.926 0.080 18.010zM945.011 199.79c0-15.092-12.99-27.327-29.013-27.327s-29.013 12.235-29.013 27.327c0 15.092 12.99 27.327 29.013 27.327s29.013-12.235 29.013-27.327zM652.388 369.293c0-10.557-9.106-19.115-20.339-19.115s-20.339 8.558-20.339 19.115c0 10.557 9.106 19.115 20.339 19.115s20.339-8.558 20.339-19.115zM718.366 369.272c0-10.568-9.115-19.135-20.36-19.135s-20.36 8.567-20.36 19.135c0 10.568 9.115 19.135 20.36 19.135s20.36-8.567 20.36-19.135zM784.163 369.272c0-10.568-9.097-19.135-20.319-19.135s-20.319 8.567-20.319 19.135c0 10.568 9.097 19.135 20.319 19.135s20.319-8.567 20.319-19.135zM1.165 461.131h490.115v317.099h-490.115v-317.099zM38.35 743.253h415.764v-247.125h-415.764v247.125zM203.776 706.289l-17.047-49.614c15.26-4.498 26.323-17.87 26.323-33.672 0-7.931-2.831-15.179-7.509-21.062l43.891-31.885c11.927 14.717 19.034 33.069 19.034 52.947 0.020 38.972-27.206 72.061-64.693 83.285zM166.691 585.597c-20.6 0-37.346 15.782-37.346 35.197 0 19.376 16.725 35.177 37.346 35.177 3.835 0 7.549-0.582 11.083-1.606l17.027 49.654c-8.875 2.711-18.312 4.156-28.11 4.156-51.16 0-92.762-39.213-92.762-87.341 0-48.148 41.603-87.381 92.762-87.381 30.017 0 56.762 13.513 73.768 34.435l-43.912 31.885c-6.807-8.553-17.649-14.175-29.857-14.175zM326.736 705.667h101.035v-17.468h-101.035v17.468zM326.134 676.733h101.075v-17.488h-101.075v17.488zM327.058 645.271h101.055v-17.468h-101.055v17.468zM372.294 607.844v-25.821c9.919-0.321 17.89-7.991 17.89-17.388 0-9.577-8.292-17.408-18.492-17.408-10.18 0-18.492 7.831-18.492 17.408 0 0.241 0.020 0.462 0.060 0.643h-27.487c0-0.201 0-0.422 0-0.643 0-23.833 20.6-43.269 45.919-43.269 25.339 0 45.939 19.436 45.939 43.269-0.040 23.652-20.319 42.928-45.337 43.209z' /%3E %3Cglyph unicode='&%23xe91f;' glyph-name='circle-arrow' d='M642.342 688.904l-19.25 17.906c-21.298 19.748-55.97 19.748-77.298 0l-231.746-215.040c-11.47-10.502-16.442-24.72-15.712-38.706-0.73-13.838 4.214-28.056 15.712-38.592l231.746-214.978c21.328-19.75 56-19.75 77.298 0l19.25 17.904c21.27 19.628 21.27 51.93 0 71.62l-176.86 164.132 176.86 164.074c21.27 19.66 21.27 51.962 0 71.68zM512 930.742c-266.18 0-482.742-216.562-482.742-482.742s216.562-482.742 482.742-482.742 482.742 216.562 482.742 482.742-216.562 482.742-482.742 482.742zM512-5.486c-250.062 0-453.486 203.428-453.486 453.486 0 250.060 203.426 453.486 453.486 453.486s453.486-203.426 453.486-453.486c0-250.058-203.426-453.486-453.486-453.486z' /%3E %3Cglyph unicode='&%23xe920;' glyph-name='circle-arrow-fill' d='M642.342 688.904l-19.25 17.906c-21.298 19.748-55.97 19.748-77.298 0l-231.746-215.040c-11.47-10.502-16.442-24.72-15.712-38.706-0.73-13.838 4.214-28.056 15.712-38.592l231.746-214.978c21.328-19.75 56-19.75 77.298 0l19.25 17.904c21.27 19.628 21.27 51.93 0 71.62l-176.86 164.132 176.86 164.074c21.27 19.66 21.27 51.962 0 71.68zM512 930.742c-266.18 0-482.742-216.562-482.742-482.742s216.562-482.742 482.742-482.742 482.742 216.562 482.742 482.742-216.562 482.742-482.742 482.742zM512-5.486c-250.062 0-453.486 203.428-453.486 453.486 0 250.060 203.426 453.486 453.486 453.486s453.486-203.426 453.486-453.486c0-250.058-203.426-453.486-453.486-453.486z' /%3E %3Cglyph unicode='&%23xe921;' glyph-name='pop-out' d='M722.854 496.821l0.060-440.35h-602.443v602.353h443.241l123.181 120.471h-566.423c-66.44 0-120.471-54.031-120.471-120.471v-602.353c0-66.44 54.031-120.471 120.471-120.471h602.353c66.44 0 120.471 54.031 120.471 120.471v564.344l-120.44-123.994zM972.83 960h-324.698c-32.105 0-58.248-28.13-58.248-60.235s26.112-60.235 58.248-60.235h184.169l-307.622-302.773c-11.023-11.023-17.408-21.112-17.408-36.623 0-15.571 5.361-30.178 16.354-41.171s24.245-17.077 39.755-17.077c15.571 0 27.377 6.084 38.43 17.077l301.719 307.26v-184.2c0-32.075 28.13-58.217 60.235-58.217 32.045 0 60.235 26.142 60.235 58.217v324.728c0 32.105-19.095 53.248-51.17 53.248z' /%3E %3Cglyph unicode='&%23xe922;' glyph-name='knowledge-base-global' d='M512 960c-282.738-0.057-511.943-229.262-512-512 0.057-282.852 229.262-512 512-512 282.795 0 511.943 229.148 512.057 512-0.114 282.738-229.319 511.943-512.057 512zM368.981 872.164c-34.475-39.879-71.509-95.346-99.669-168.22h-124.473c54.329 77.71 132.551 137.273 224.142 168.22zM107.861 640h140.459c-12.629-47.161-20.764-100.523-23.040-160.028h-159.63c4.153 57.003 18.83 110.933 42.212 160.028zM65.65 415.972h159.63c2.276-59.449 10.411-112.868 23.040-159.972h-140.402c-23.381 49.095-38.059 102.912-42.268 159.972zM144.953 192h124.359c28.16-72.818 65.081-128.284 99.556-167.993-91.477 30.891-169.643 90.34-223.915 167.993zM480.028 6.77c-30.094 22.528-95.687 79.929-141.824 185.287h141.824v-185.287zM480.028 256h-165.49c-13.653 46.023-22.812 99.328-25.372 159.972h190.862v-159.972zM480.028 479.972h-190.748c2.56 60.928 11.947 114.005 25.714 159.972h164.978v-159.972zM480.028 703.943h-142.052c16.839 38.571 36.352 70.713 55.751 97.109 26.226 35.612 52.395 60.814 71.737 76.971 5.575 4.551 10.297 8.249 14.507 11.378v-185.458zM958.236 479.972h-159.516c-2.276 59.506-10.468 112.868-23.154 160.028h140.516c23.324-49.095 38.116-103.026 42.155-160.028zM879.104 703.943h-124.416c-28.16 72.988-65.195 128.455-99.783 168.22 91.705-30.948 169.984-90.51 224.199-168.22zM544.028 703.943v185.23c30.037-22.528 95.687-79.986 141.824-185.344l-141.824 0.114zM544.028 640h165.376c13.653-45.966 22.812-99.385 25.429-159.972h-190.805v159.972zM544.028 416.028h190.692c-2.617-60.928-12.004-114.005-25.771-159.972h-164.921v159.972zM558.535 18.034c-5.632-4.608-10.354-8.192-14.507-11.321v185.23h141.995c-16.839-38.4-36.466-70.542-55.808-96.996-26.169-35.612-52.338-60.871-71.68-76.914zM655.076 24.007c34.418 39.708 71.452 95.175 99.612 167.993h124.416c-54.329-77.653-132.494-137.102-224.028-167.993zM916.025 256h-140.345c12.572 47.047 20.708 100.523 22.983 159.972h159.573c-4.153-56.946-18.83-110.876-42.212-159.972z' /%3E %3Cglyph unicode='&%23xe923;' glyph-name='attributes' horiz-adv-x='1023' d='M355.726 485.66h395.378v-79.076h-395.378v79.076zM514.332 90.34h-395.776c-21.788 0-39.538 17.749-39.538 39.481v672.085h790.642v-333.426c16.327 8.021 34.304 12.686 53.134 12.686 8.818 0 17.522-1.081 25.884-2.958v363.179c0 65.479-53.020 118.613-118.556 118.613h-711.566c-65.422 0-118.556-53.134-118.556-118.613v-711.566c0-65.422 53.134-118.613 118.556-118.613h372.565l23.211 79.132zM355.726 643.698h395.378v-79.019h-395.378v79.019zM355.726 248.377h280.576l79.531 79.132h-360.107zM197.689 485.66h79.076v-79.076h-79.076v79.076zM197.689 643.698h79.076v-79.019h-79.076v79.019zM197.689 327.509h79.076v-79.132h-79.076v79.132zM1010.517 330.069l-59.904 60.132c-16.498 16.612-43.292 16.782-59.62 0.398l-48.242-48.583 119.808-120.263 48.242 48.583c16.498 16.384 16.327 43.179-0.284 59.733zM606.663 110.023c-2.674-2.162-4.949-4.836-5.916-8.42l-41.813-142.905c-1.82-6.144-0.057-12.971 4.437-17.522 3.3-3.356 7.851-5.177 12.516-5.177 1.65 0 3.356 0.228 5.006 0.74l142.336 41.984c3.356 0.967 5.916 3.015 8.135 5.461l195.243 194.332-125.042 125.497-194.901-193.991zM625.55-13.141l-16.668 16.839 23.666 80.896 60.587-12.516 11.89-61.724-79.474-23.495z' /%3E %3Cglyph unicode='&%23xe924;' glyph-name='destination' horiz-adv-x='1280' d='M512 960h-384c-70.372 0-128-57.628-128-128v-768c0-70.372 57.628-128 128-128h1024c70.372 0 128 57.628 128 128v640c0 70.372-57.628 128-128 128h-512l-128 128z' /%3E %3Cglyph unicode='&%23xe925;' glyph-name='other-tasks' d='M651.642 396.507l-0.305-37.315-30.050 5.12 6.9-27.355-40.984 2.328 9.155-8.814 69.425-29.147 18.92 18.213-26.441 70.619zM351.963 578.779l24.052-23.101 47.933 46.068-24.040 23.089zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM365.093 216.369l-96.902 94.878 157.903 148.87 17.030-16.335-140.91-132.864 63.183-61.854 16.555 15.592-22.65 22.162 12.349 11.666 22.65-22.162 13.397 12.617-33.182 32.5 12.398 11.642 33.17-32.475 18.371 17.335-22.626 22.162 12.373 11.666 22.638-22.162 13.385 12.617-33.17 32.475 12.361 11.715 33.182-32.524 16.994 16.006-22.662 22.187 12.386 11.666 39.753-39.046-157.976-148.334zM589.922 322.962l-201.35 193.487-0.11-0.098-64.987 62.44 76.398 73.399 65-62.427-0.146-0.122 202.581-195.23 46.421-123.685-123.806 52.236zM623.616 460.117l-36.803 35.133 12.398 11.666 19.456-19.078 13.41 12.605-30.001 29.379 12.349 11.666 30.001-29.342 18.395 17.31-19.468 19.090 12.373 11.678 19.468-19.090 13.385 12.605-30.013 29.391 12.386 11.654 30.001-29.367 20.821 19.639-63.183 61.842-116.382-109.702-16.994 16.36 133.717 126.062 96.878-94.878-132.194-124.623z' /%3E %3Cglyph unicode='&%23xe926;' glyph-name='my-dashboard' d='M476.148 418.146h-252.44v-150.040h252.44v150.040zM398.824 395.362h61.342v-10.63h-61.342v10.63zM398.47 377.746h61.33v-10.618h-61.33v10.618zM240.628 372.322h128.329v-19.907h-128.329v19.907zM240.628 342.101h98.024v-19.907h-98.024v19.907zM433.847 292.011h-193.219v19.883h193.219v-19.883zM460.337 348.038h-61.33v10.618h61.33v-10.618zM679.412 514.389c0-4.753-4.175-8.606-9.326-8.606s-9.326 3.853-9.326 8.606c0 4.753 4.175 8.606 9.326 8.606s9.326-3.853 9.326-8.606zM615.058 557.946c9.411 0 17.079 7.046 17.079 15.75 0 8.68-7.668 15.75-17.079 15.75-9.387 0-17.054-7.058-17.054-15.75s7.656-15.75 17.054-15.75zM699.721 305.859c-0.597 12.824-5.864 24.856-15.092 34.353l-0.488 0.622-0.597-0.427-10.654-10.045-3.096 2.877 11.069 10.472c-8.765 7.57-19.651 12.337-31.354 13.787-2.024 0.293-4.12 0.549-6.193 0.622v-14.811h-4.194v14.616c0.024 0.219-0.305 0.171-0.305 0.171h-0.78c-13.617-0.573-26.417-5.522-36.498-14.165l11.166-10.472-3.304-3.121-10.459 9.886-0.731 0.573-0.39-0.378c-9.46-9.789-14.482-22.138-15.080-34.548 0 0 1.097 0.073 1.097 0h14.629v-4.791h-15.726c0.049-0.658-0.085-10.289-0.049-10.935l117.077 0.024c0.061 0.61 0.037 10.923 0.037 10.923l-15.799-0.024v4.791h15.714zM649.021 296.68c-4.779-4.498-12.532-4.498-17.286-0.024-4.815 4.498-4.815 11.813-0.024 16.311 4.766 4.498 29.757 11.715 29.757 11.715s-7.656-23.503-12.446-28.002zM547.365 477.903h252.44v150.004h-252.44v-150.004zM784.018 562.115h-61.403v10.63h61.403v-10.63zM722.505 609.451h61.33v-10.642h-61.33v10.642zM722.091 591.823h61.367v-10.606h-61.367v10.606zM668.855 560.945c0 0.414 0 0.573 4.571 2.231l0.146 0.085 0.67 1.438-0.098 0.158c-2.048 4.047-1.926 4.181-1.597 4.498l2.584 2.365c0.134 0.11 0.268 0.183 0.451 0.183 0.378 0 1.902-0.524 4.474-1.548l0.183-0.049 1.573 0.585 0.073 0.146c1.682 4.194 1.877 4.194 2.328 4.194h3.645c0.463 0 0.646 0 2.426-4.194l0.098-0.146 1.573-0.61 0.146 0.073c3.84 1.658 4.303 1.658 4.45 1.658 0.122 0 0.329-0.085 0.439-0.171l2.584-2.389c0.317-0.317 0.451-0.427-1.475-4.571l-0.085-0.171 0.658-1.438 0.183-0.049c4.571-1.548 4.571-1.731 4.571-2.146v-3.413c0-0.427 0-0.585-4.596-2.267l-0.158-0.049-0.658-1.426 0.085-0.134c2.048-4.084 1.902-4.194 1.597-4.498l-2.621-2.414c-0.085-0.098-0.268-0.171-0.451-0.171-0.378 0-1.902 0.536-4.474 1.573l-0.171 0.037-1.548-0.585-0.085-0.146c-1.67-4.23-1.865-4.23-2.292-4.23h-3.669c-0.427 0-0.658 0-2.45 4.194l-0.049 0.171-1.573 0.585-0.171-0.049c-3.852-1.621-4.279-1.621-4.425-1.621s-0.354 0.073-0.451 0.158l-2.597 2.389c-0.329 0.317-0.475 0.414 1.475 4.584l0.098 0.146-0.67 1.426-0.146 0.073c-4.596 1.536-4.596 1.719-4.571 2.146v3.389zM667.075 539.392h5.742c0.719 0 1 0 3.877-6.583l0.098-0.232 2.45-0.914 0.256 0.11c5.998 2.56 6.68 2.56 6.924 2.56 0.268 0 0.524-0.11 0.719-0.256l4.059-3.755c0.512-0.5 0.707-0.683-2.292-7.192l-0.134-0.232 0.987-2.255 0.256-0.122c7.192-2.389 7.192-2.706 7.192-3.377v-5.266c0-0.683 0-0.951-7.168-3.56l-0.256-0.085-1.024-2.255 0.134-0.244c3.255-6.376 3.035-6.558 2.499-7.034l-4.059-3.767c-0.195-0.171-0.463-0.256-0.719-0.256-0.61 0-2.987 0.805-7.046 2.426l-0.256 0.085-2.475-0.926-0.098-0.256c-2.633-6.607-2.926-6.607-3.657-6.607h-5.754c-0.707 0-1 0-3.828 6.583l-0.098 0.244-2.487 0.951-0.256-0.11c-6.010-2.56-6.656-2.56-6.912-2.56s-0.549 0.085-0.731 0.256l-4.072 3.755c-0.5 0.463-0.707 0.646 2.328 7.168l0.122 0.232-1 2.255-0.28 0.085c-7.144 2.414-7.144 2.694-7.144 3.377v5.315c0 0.683 0 0.939 7.144 3.547l0.244 0.049 1.012 2.243-0.11 0.256c-3.23 6.388-2.962 6.607-2.487 7.070l4.096 3.767c0.146 0.146 0.439 0.256 0.695 0.256 0.622 0 2.999-0.805 7.058-2.426l0.256-0.085 2.462 0.939 0.073 0.232c2.633 6.595 2.938 6.595 3.657 6.595zM565.443 578.365c0 1.231 0 1.694 13.129 6.473l0.439 0.171 1.841 4.145-0.232 0.427c-5.864 11.703-5.486 12.044-4.535 12.934l7.497 6.888c0.28 0.268 0.829 0.475 1.28 0.475 1.134 0 5.486-1.499 12.934-4.474l0.414-0.158 4.498 1.719 0.207 0.414c4.827 12.093 5.413 12.093 6.68 12.093h10.545c1.256 0 1.804 0 6.973-12.056l0.207-0.439 4.535-1.682 0.427 0.195c10.996 4.681 12.3 4.681 12.715 4.681 0.451 0 0.963-0.195 1.268-0.488l7.473-6.839c0.902-0.866 1.304-1.243-4.291-13.154l-0.232-0.439 1.853-4.133 0.414-0.158c13.166-4.425 13.166-4.962 13.166-6.205v-9.679c0-1.256 0-1.707-13.166-6.51l-0.402-0.171-1.865-4.12 0.256-0.427c5.876-11.678 5.498-12.032 4.547-12.934l-7.509-6.875c-0.293-0.268-0.853-0.475-1.329-0.475-1.122 0-5.449 1.499-12.898 4.462l-0.439 0.158-4.498-1.719-0.195-0.439c-4.84-12.093-5.4-12.093-6.705-12.093h-10.52c-1.28 0-1.78 0-6.973 12.056l-0.195 0.427-4.559 1.731-0.414-0.195c-10.996-4.693-12.312-4.693-12.715-4.693-0.427 0-0.963 0.195-1.28 0.488l-7.424 6.851c-0.939 0.902-1.304 1.231 4.291 13.154l0.195 0.414-1.816 4.133-0.475 0.158c-13.154 4.413-13.154 4.925-13.117 6.205v9.704zM476.855 627.261h-252.428v-150.040h252.428v150.040zM399.518 604.44h61.342v-10.606h-61.342v10.606zM399.153 586.874h61.367v-10.618h-61.367v10.618zM302.348 499.883c-31.061 0-56.32 23.82-56.32 53.053 0 29.221 25.259 53.029 56.32 53.029 5.949 0 11.678-0.878 17.067-2.523l-10.338-30.147c-2.146 0.622-4.401 0.975-6.729 0.975-12.52 0-22.674-9.594-22.674-21.358 0-11.788 10.167-21.37 22.674-21.37 7.412 0 13.995 3.413 18.127 8.606l26.661-19.358c-10.325-12.702-26.563-20.907-44.788-20.907zM352.585 522.106l-26.648 19.358c2.84 3.572 4.559 7.973 4.559 12.788 0 9.594-6.717 17.713-15.982 20.443l10.35 30.123c22.76-6.814 39.29-26.904 39.278-50.566 0-12.069-4.315-23.211-11.557-32.146zM426.813 492.544c-15.372 0-27.88 11.8-27.88 26.27 0 0.134 0 0.268 0 0.39h16.689c-0.024-0.11-0.037-0.244-0.037-0.39 0-5.815 5.047-10.569 11.227-10.569 6.193 0 11.227 4.754 11.227 10.569 0 5.705-4.84 10.362-10.862 10.557v15.677c15.189-0.171 27.502-11.874 27.526-26.234 0-14.47-12.507-26.27-27.892-26.27zM461.068 557.166h-61.355v10.606h61.355v-10.606zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.758 0 512 229.23 512 512s-229.242 512-512 512zM498.712 246.869h-297.57v192.5h297.57v-192.5zM499.419 455.973h-297.57v192.524h297.57v-192.524zM524.812 649.143h297.557v-192.512h-297.557v192.512zM822.857 247.54h-297.57v192.5h297.57v-192.5zM692.041 559.323c0-3.023-2.663-5.474-5.949-5.474s-5.949 2.451-5.949 5.474c0 3.023 2.663 5.474 5.949 5.474s5.949-2.451 5.949-5.474zM800.28 418.779h-252.428v-150.028h252.44v150.028h-0.012zM722.956 401.323h61.355v-10.642h-61.355v10.642zM664.905 411.819c6.814 0 12.337-5.205 12.337-11.618s-5.522-11.618-12.337-11.618-12.337 5.205-12.337 11.618 5.522 11.618 12.337 11.618zM624.933 411.819c6.827 0 12.361-5.205 12.361-11.618s-5.534-11.618-12.361-11.618-12.361 5.205-12.361 11.618 5.534 11.618 12.361 11.618zM584.887 411.819c6.827 0 12.349-5.193 12.349-11.605s-5.534-11.605-12.349-11.605-12.349 5.193-12.349 11.605 5.522 11.605 12.349 11.605zM717.385 290.146l-0.171-0.78v-10.021h-152.942v10.801c-0.073 1.073-0.195 11.045-0.195 12.117 0 39.887 34.353 72.241 76.715 72.241 19.066 0 36.498-6.571 49.92-17.408 0 0 26.843-19.432 26.843-54.833 0-1.073-0.122-11.045-0.171-12.117zM722.59 383.72h61.342v-10.606h-61.342v10.606zM757.285 280.71c-9.728 0-17.615 7.424-17.615 16.591 0 9.155 7.887 16.591 17.615 16.591s17.615-7.424 17.615-16.591-7.887-16.591-17.615-16.591zM784.457 354.011h-61.342v10.618h61.342v-10.618zM564.212 279.345h0.061v-0.012h-0.061v0.012z' /%3E %3Cglyph unicode='&%23xe927;' glyph-name='learn-more-2' d='M464.555 815.866c0-79.603-68.158-144.134-152.235-144.134s-152.235 64.531-152.235 144.134c0 79.603 68.158 144.134 152.235 144.134s152.235-64.531 152.235-144.134zM867.942 592.407v117.373h-100.033v29.4h-61.303c0 18.386-16.384 33.337-36.636 33.337s-36.614-14.95-36.614-33.337h-61.326v-29.4h-115.575v-59.87l-2.981 0.114h-85.72l-58.072-63.716-56.115 63.716-123.199-15.77-8.078-265.011h52.315l2.776-53.771h7.987v-313.594h-10.468l-61.121-12.493v-53.339h51.996l60.735 9.398 0.569-9.398h67.197v322.378h38.343v-322.401h67.311l0.546 9.398 60.689-9.421h52.019v53.339l-61.099 12.538h-10.513v313.549h9.671l5.143 95.209v-223.846h411.534v297.574h42.28v108.043h-42.257zM669.901 751.332c8.169 0 14.837-6.258 14.837-14.040s-6.645-14.017-14.837-14.017c-8.124 0-14.791 6.235-14.791 14.017s6.667 14.040 14.791 14.040zM834.128 592.407h-26.783v-108.089h26.783v-265.535h-343.882v458.98h81.715v-22.665h195.88v22.665h66.219v-85.356h0.068zM771.823 410.522l-29.332 32.427h-20.548c0 0-9.762-7.942-14.655-11.878-5.257 2.435-10.877 4.437-16.703 5.962-0.455 5.507-1.388 16.543-1.388 16.543l-14.632 13.744-44.942-3.413-14.541-13.767c0 0 1.229-14.45 1.843-21.663-4.415-2.367-8.602-5.074-12.425-8.010-6.326 2.708-18.955 8.169-18.955 8.169l-19.934-4.961-18.819-38.844-0.683-2.594 5.894-16.202c0 0 14.723-6.349 22.027-9.512 0.364-4.619 1.092-9.057 2.298-13.403-5.621-4.506-16.816-13.517-16.816-13.517v-19.433l29.082-32.631c0 0 16.976-1.866 17.886-1.411 0.887 0.478 2.685 1.411 2.685 1.411s10.695 8.579 16.020 12.789c4.483-1.889 9.125-3.459 14.017-4.733 0.546-5.689 1.616-17.158 1.616-17.158l14.586-13.744 44.897 3.868 14.564 13.744c0 0-1.411 14.768-2.139 22.096 3.641 2.025 7.191 4.233 10.536 6.622 5.825-3.231 17.522-9.603 17.522-9.603l19.866 4.961 22.574 36.91-5.188 18.887c0 0-14.996 8.215-22.551 12.356-0.205 4.073-0.66 8.124-1.593 12.060 6.007 4.824 17.909 14.495 17.909 14.495l0.023 19.433zM662.346 317.998c-25.077 0-45.375 19.228-45.375 42.94s20.366 42.94 45.375 42.94c25.008 0 45.352-19.228 45.352-42.94s-20.275-42.94-45.352-42.94zM536.371 472.303l13.767-15.474c0 0 8.033-0.887 8.442-0.637 0.455 0.25 1.297 0.637 1.297 0.637s5.029 4.096 7.6 6.121c2.116-0.956 4.346-1.729 6.645-2.321 0.296-2.731 0.751-8.101 0.751-8.101l6.872-6.508 21.299 1.843 6.963 6.508c0 0-0.728 7.009-1.024 10.445 1.707 0.956 3.368 2.025 4.915 3.163 2.844-1.525 8.329-4.528 8.329-4.528l9.375 2.367 10.695 17.476-2.435 8.966c0 0-7.1 3.868-10.695 5.848-0.068 1.934-0.319 3.846-0.728 5.712 2.844 2.253 8.465 6.849 8.465 6.849v9.262l-13.881 15.36h-9.739c0 0-4.665-3.732-6.918-5.598-2.503 1.115-5.188 2.071-7.964 2.822-0.228 2.594-0.66 7.782-0.66 7.782l-6.918 6.485-21.299-1.593-6.872-6.508c0 0 0.592-6.872 0.865-10.263-2.116-1.138-4.096-2.367-5.962-3.755-2.958 1.252-8.943 3.868-8.943 3.868l-9.421-2.367-8.92-18.432-0.341-1.229 2.776-7.646c0 0 6.94-3.095 10.422-4.528 0.205-2.162 0.523-4.278 1.092-6.326-2.662-2.116-7.964-6.372-7.964-6.372v-9.262h0.114v-0.068zM585.068 516.722c11.856 0 21.504-9.125 21.504-20.389s-9.694-20.366-21.504-20.366c-11.856 0-21.436 9.079-21.436 20.366-0.023 11.264 9.535 20.389 21.436 20.389zM607.141 573.975c0.068-1.434 0.341-2.844 0.66-4.21-1.752-1.411-5.211-4.255-5.211-4.255v-6.098l9.125-10.217c0 0 5.302-0.569 5.575-0.455 0.319 0.205 0.842 0.455 0.842 0.455s3.368 2.685 5.029 4.028c1.411-0.592 2.913-1.070 4.392-1.502 0.159-1.798 0.478-5.348 0.478-5.348l4.551-4.301 14.108 1.229 4.574 4.301c0 0-0.478 4.665-0.728 6.918 1.206 0.683 2.298 1.343 3.322 2.116 1.843-1.001 5.507-3.026 5.507-3.026l6.212 1.57 7.1 11.537-1.616 5.962c0 0-4.756 2.549-7.1 3.868-0.068 1.274-0.205 2.503-0.478 3.8 1.866 1.479 5.598 4.506 5.598 4.506v6.121l-9.193 10.103h-6.44c0 0-3.072-2.48-4.597-3.709-1.638 0.705-3.413 1.388-5.234 1.889-0.137 1.729-0.478 5.166-0.478 5.166l-4.551 4.301-14.063-1.092-4.551-4.278c0 0 0.387-4.574 0.546-6.827-1.411-0.751-2.685-1.593-3.868-2.458-2.025 0.819-6.007 2.571-6.007 2.571l-6.212-1.57-5.894-12.197-0.296-0.819 1.866-5.097c0.091-0.023 4.71-1.98 7.031-2.981zM634.766 588.857c7.828 0 14.245-6.053 14.245-13.494 0-7.418-6.417-13.471-14.245-13.471s-14.199 6.030-14.199 13.471 6.394 13.494 14.199 13.494z' /%3E %3Cglyph unicode='&%23xe928;' glyph-name='cpl-2' d='M591.253 880.7c0-43.796-35.504-79.3-79.3-79.3s-79.3 35.504-79.3 79.3c0 43.796 35.504 79.3 79.3 79.3s79.3-35.504 79.3-79.3zM591.277 15.324c0-43.81-35.515-79.324-79.324-79.324s-79.324 35.515-79.324 79.324c0 43.81 35.515 79.324 79.324 79.324s79.324-35.515 79.324-79.324zM1024.048 447.976c0-43.836-35.536-79.372-79.372-79.372s-79.372 35.536-79.372 79.372c0 43.836 35.536 79.372 79.372 79.372s79.372-35.536 79.372-79.372zM158.744 447.976c0-43.836-35.536-79.372-79.372-79.372s-79.372 35.536-79.372 79.372c0 43.836 35.536 79.372 79.372 79.372s79.372-35.536 79.372-79.372zM745.662 214.337l-19.075 65.465-15.789-15.622-76.681 76.681c22.48 26.291 36.602 59.606 38.388 96.47h110.14v-22.147l59.868 32.839-59.868 32.792v-22.147h-110.663c-3.001 36.054-17.527 68.608-40.365 94.017l79.205 79.229 15.789-15.741 19.075 65.56-65.536-19.123 15.67-15.693-79.539-79.467c-25.6 21.933-57.892 35.697-93.66 38.15v113.021h22.171l-32.863 59.916-32.792-59.916h22.29v-112.997c-35.792-2.405-68.179-16.217-93.803-38.15l-79.491 79.443 15.741 15.693-65.512 19.099 19.099-65.56 15.741 15.741 79.134-79.134c-22.838-25.409-37.412-57.987-40.436-94.065h-110.497v22.195l-59.868-32.816 59.868-32.839v22.147h109.901c1.834-36.864 15.908-70.227 38.436-96.47l-76.681-76.681-15.741 15.598-18.956-65.512 65.512 19.051-15.741 15.741 76.419 76.467c26.1-23.409 59.606-38.198 96.804-40.627v-107.615h-22.266l32.768-59.821 32.911 59.821h-22.171v107.615c37.197 2.477 70.656 17.313 96.708 40.674l76.514-76.514-15.741-15.693 65.584-19.075zM897.191 753.962c0-43.81-35.515-79.324-79.324-79.324s-79.324 35.515-79.324 79.324c0 43.81 35.515 79.324 79.324 79.324s79.324-35.515 79.324-79.324zM285.363 142.062c0-43.81-35.515-79.324-79.324-79.324s-79.324 35.515-79.324 79.324c0 43.81 35.515 79.324 79.324 79.324s79.324-35.515 79.324-79.324zM897.191 142.062c0-43.81-35.515-79.324-79.324-79.324s-79.324 35.515-79.324 79.324c0 43.81 35.515 79.324 79.324 79.324s79.324-35.515 79.324-79.324zM285.386 753.962c0-43.836-35.536-79.372-79.372-79.372s-79.372 35.536-79.372 79.372c0 43.836 35.536 79.372 79.372 79.372s79.372-35.536 79.372-79.372z' /%3E %3Cglyph unicode='&%23xe929;' glyph-name='boms-2' d='M571.5 500.2h-132.9v-97.7h-13.2v110.7h140.5v42.4h-183.3v-207.2h238.9v151.8zM215 816.9c0-58.321-48.129-105.6-107.5-105.6s-107.5 47.279-107.5 105.6c0 58.321 48.129 105.6 107.5 105.6s107.5-47.279 107.5-105.6zM215 449.1c0-58.321-48.129-105.6-107.5-105.6s-107.5 47.279-107.5 105.6c0 58.321 48.129 105.6 107.5 105.6s107.5-47.279 107.5-105.6zM214.9 449.1v0 0zM98.7 697.6h17.7v-127.8h-17.7v127.8zM232 458.1h130.1v-17.3h-130.1v17.3zM501.2 327.4h17.6v-127.8h-17.6v127.8zM617.5 79c0-58.321-48.129-105.6-107.5-105.6s-107.5 47.279-107.5 105.6c0 58.321 48.129 105.6 107.5 105.6s107.5-47.279 107.5-105.6zM973.9 130.5v-0.1h-132.8v-97.7h-13.3v110.7h140.6v42.4h-183.3v-207.1h238.9v151.8zM634.4 88.3h130.1v-17.3h-130.1v17.3zM571.5 858.2h-132.9v-97.7h-13.2v110.7h140.5v42.4h-183.3v-207.2h238.9v151.8zM232 816.1h130.1v-17.3h-130.1v17.3z' /%3E %3Cglyph unicode='&%23xe92a;' glyph-name='learn-more2' d='M551.144 462.994c6.327 0 11.52 4.876 11.52 10.91s-5.169 10.923-11.52 10.923c-6.376 0-11.496-4.888-11.483-10.923 0-6.046 5.132-10.91 11.483-10.91zM585.399 516.242c0-3.992-3.417-7.229-7.631-7.229s-7.631 3.237-7.631 7.229c0 3.992 3.417 7.229 7.631 7.229s7.631-3.237 7.631-7.229zM604.538 602.99c0-4.147-3.559-7.509-7.948-7.509s-7.948 3.362-7.948 7.509c0 4.147 3.559 7.509 7.948 7.509s7.948-3.362 7.948-7.509zM616.85 401.371c0-12.704-10.883-23.003-24.308-23.003s-24.308 10.299-24.308 23.003c0 12.704 10.883 23.003 24.308 23.003s24.308-10.299 24.308-23.003zM684.532 525.373v45.726h-35.474v-12.142h-104.936v12.142h-43.776v-245.882h184.222v142.251h-14.348v57.905h14.312zM558.36 520.265l3.157 6.534 3.328 0.841c0 0 2.133-0.939 3.218-1.378 0.634 0.463 1.317 0.914 2.072 1.317-0.085 1.207-0.293 3.657-0.293 3.657l2.438 2.292 7.534 0.585 2.438-2.304c0 0 0.183-1.841 0.256-2.767 0.975-0.268 1.926-0.634 2.804-1.012 0.817 0.658 2.462 1.987 2.462 1.987h3.45l4.925-5.413v-3.279c0 0-1.999-1.621-2.999-2.414 0.146-0.695 0.219-1.353 0.256-2.036 1.256-0.707 3.803-2.072 3.803-2.072l0.866-3.194-3.803-6.181-3.328-0.841c0 0-1.963 1.085-2.95 1.621-0.549-0.414-1.134-0.768-1.78-1.134 0.134-1.207 0.39-3.706 0.39-3.706l-2.45-2.304-7.558-0.658-2.438 2.304c0 0-0.171 1.902-0.256 2.865-0.792 0.232-1.597 0.488-2.353 0.805-0.89-0.719-2.694-2.158-2.694-2.158s-0.28-0.134-0.451-0.244c-0.146-0.061-2.987 0.244-2.987 0.244l-4.888 5.474v3.267c0 0 1.853 1.524 2.792 2.28-0.171 0.731-0.317 1.487-0.354 2.255-1.243 0.536-3.718 1.585-3.767 1.597l-1 2.731 0.158 0.439zM524.995 461.068v4.962c0 0 2.84 2.28 4.267 3.413-0.305 1.097-0.475 2.231-0.585 3.389-1.865 0.768-5.583 2.426-5.583 2.426l-1.487 4.096 0.183 0.658 4.779 9.874 5.047 1.268c0 0 3.206-1.402 4.791-2.072 1 0.744 2.060 1.402 3.194 2.011-0.146 1.816-0.463 5.498-0.463 5.498l3.682 3.486 11.41 0.853 3.706-3.474c0 0 0.232-2.779 0.354-4.169 1.487-0.402 2.926-0.914 4.267-1.512 1.207 1 3.706 2.999 3.706 2.999h5.218l7.436-8.229v-4.962c0 0-3.011-2.462-4.535-3.669 0.219-1 0.354-2.024 0.39-3.060 1.926-1.061 5.73-3.133 5.73-3.133l1.304-4.803-5.73-9.362-5.022-1.268c0 0-2.938 1.609-4.462 2.426-0.829-0.61-1.719-1.182-2.633-1.694 0.158-1.841 0.549-5.595 0.549-5.595l-3.73-3.486-11.41-0.987-3.682 3.486c0 0-0.244 2.877-0.402 4.34-1.231 0.317-2.426 0.731-3.56 1.243-1.378-1.085-4.072-3.279-4.072-3.279s-0.451-0.207-0.695-0.341c-0.219-0.134-4.523 0.341-4.523 0.341l-7.375 8.29v0.037h-0.061zM645.205 366.787l-10.642-2.658c0 0-6.266 3.413-9.387 5.144-1.792-1.28-3.694-2.462-5.644-3.547 0.39-3.925 1.146-11.837 1.146-11.837l-7.802-7.363-24.052-2.072-7.814 7.363c0 0-0.573 6.144-0.866 9.192-2.621 0.683-5.108 1.524-7.509 2.536-2.853-2.255-8.582-6.851-8.582-6.851s-0.963-0.5-1.438-0.756c-0.488-0.244-9.582 0.756-9.582 0.756l-15.579 17.481v10.411c0 0 5.998 4.827 9.009 7.241-0.646 2.328-1.036 4.706-1.231 7.18-3.913 1.694-11.8 5.096-11.8 5.096l-3.157 8.68 0.366 1.39 10.082 20.809 10.679 2.658c0 0 6.766-2.926 10.155-4.376 2.048 1.573 4.291 3.023 6.656 4.291-0.329 3.864-0.987 11.605-0.987 11.605l7.79 7.375 24.076 1.829 7.838-7.363c0 0 0.5-5.912 0.744-8.862 3.121-0.817 6.132-1.89 8.948-3.194 2.621 2.109 7.851 6.363 7.851 6.363h11.008l15.701-17.371v-10.411c0 0-6.376-5.181-9.594-7.765 0.5-2.109 0.744-4.279 0.853-6.461 4.047-2.219 12.081-6.619 12.081-6.619l2.779-10.118-12.093-19.773zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM405.029 722.298c45.044 0 81.554-34.572 81.554-77.214s-36.51-77.214-81.554-77.214-81.554 34.572-81.554 77.214 36.51 77.214 81.554 77.214zM725.321 467.493h-22.65v-159.415h-220.465v119.918l-2.755-51.005h-5.181v-167.973h5.632l32.731-6.717v-28.574h-27.867l-32.512 5.047-0.293-5.035h-36.059v172.715h-20.541v-172.702h-35.998l-0.305 5.035-32.536-5.035h-27.855v28.574l32.744 6.693h5.608v167.997h-4.279l-1.487 28.806h-28.026l4.328 141.97 65.999 8.448 30.062-34.133 31.11 34.133h45.922l1.597-0.061v32.073h61.915v15.75h32.853c0 9.85 8.765 17.859 19.614 17.859s19.627-8.009 19.627-17.859h32.841v-15.75h53.589v-62.878h22.638v-57.88z' /%3E %3Cglyph unicode='&%23xe92b;' glyph-name='alerts-2' d='M553.927 562.204l0.597-16.043h62.407c-0.569 4.494-2.759 8.533-6.002 11.378 3.271-2.901 5.49-6.884 6.087-11.435h12.459l15.36 413.924h-105.643l14.791-397.767-0.057-0.057zM862.805 307.115v0l-28.132 1.65c-7.253 31.659-20.196 61.298-37.717 87.836l18.688 20.452c7.367 7.111 7.367 18.716-0.057 25.884l-57.685 55.723c-3.698 3.556-8.533 5.348-13.369 5.348-4.864 0-9.7-1.764-13.397-5.348l-21.077-18.148c-7.595 4.693-15.474 8.932-23.552 12.914 17.18-18.546 27.335-42.809 27.335-70.514 0-12.117-2.532-23.353-6.258-34.048 14.592-14.62 27.136-31.232 36.636-49.55 4.324-8.363 8.107-17.124 11.236-26.084 2.247-6.514 4.153-13.198 5.746-20.025l-155.108-0.085c-9.756 10.041-22.784 16.981-37.404 19.257l-3.015 4.466c-55.865 10.183-95.403 52.423-95.403 106.069 0 28.274 10.894 53.333 29.326 72.22l-1.764 45.852-1.479-24.178c-7.794-1.735-15.474-3.669-23.040-5.945-12.174-3.669-23.979-8.107-35.328-13.284-4.608-2.076-9.131-4.295-13.625-6.599-5.063-2.588-10.041-5.348-14.876-8.277-0.597-0.341-1.109-0.597-1.707-1.024-0.711-0.455-1.508-0.853-2.276-1.365l-21.134 18.119c-3.698 3.556-8.533 5.348-13.369 5.348-1.024 0-2.048-0.085-3.044-0.284-3.812-0.597-7.424-2.332-10.297-5.12l-0.569-0.597-53.049-51.428-4.039-3.982c-1.508-1.422-2.674-3.015-3.556-4.807-2.503-4.892-2.588-10.667-0.256-15.644 0.91-1.906 2.19-3.812 3.84-5.376l18.716-20.423c-0.455-0.597-0.882-1.365-1.308-1.991-3.015-4.722-5.916-9.444-8.676-14.393-2.418-4.267-4.722-8.732-6.912-13.17-5.547-11.264-10.325-23.012-14.251-34.987-2.475-7.708-4.636-15.388-6.457-23.268l-28.103-1.678c-10.439 0-18.916-8.22-18.916-18.375v-40.22l0.028-38.514c0-10.069 8.476-18.29 18.916-18.29l28.103-1.621c7.253-31.716 20.196-61.326 37.717-87.893l-18.688-20.395c-7.367-7.168-7.367-18.716 0.028-25.884l57.714-55.723c3.698-3.556 8.533-5.348 13.369-5.348s9.728 1.764 13.426 5.348l21.049 18.119c27.477-16.953 58.112-29.326 90.88-36.295l1.764-27.193c0-10.069 8.476-18.318 18.916-18.318 0 0 0 0 0.028 0l81.522 0.085c10.439 0 18.916 8.192 18.887 18.347l1.735 27.164c32.711 7.026 63.403 19.57 90.766 36.466l21.134-18.062c3.669-3.556 8.533-5.348 13.397-5.348 4.836 0 9.7 1.792 13.397 5.348l57.572 55.865c7.424 7.14 7.396 18.66-0.028 25.828l-18.66 20.395c17.436 26.624 30.265 56.235 37.49 87.922l28.16 1.707c10.439 0 18.887 8.22 18.887 18.347l0.057 78.791c0.028 10.012-8.42 18.233-18.887 18.233zM408.149 109.34c-14.592 14.649-26.88 31.403-36.38 49.749-4.352 8.363-8.107 17.124-11.236 26.055-6.969 20.053-10.724 41.472-10.752 63.801 0 15.787 1.849 31.118 5.404 45.852 1.109 4.551 2.361 8.96 3.755 13.483 0.484 1.508 0.967 3.015 1.479 4.466 1.138 3.385 2.389 6.628 3.726 9.956 2.247 5.49 4.722 10.894 7.424 16.156 5.746 11.15 12.516 21.703 20.196 31.545 4.665 5.945 9.7 11.605 14.99 17.124l2.19-3.157 13.739-19.769 28.501-41.216 6.656-9.671 35.413-51.2c-0.939-4.295-1.451-8.846-1.451-13.426 0-5.348 0.654-10.496 1.963-15.445l-85.618-124.302zM755.541 185.429c-3.072-8.932-6.798-17.664-11.179-26.055-20.139-38.997-52.964-70.77-93.269-90.396-8.647-4.153-17.636-7.765-26.908-10.837-20.736-6.684-42.951-10.354-65.991-10.382-0.057 0-0.114 0-0.171 0-23.068 0-45.141 3.641-65.82 10.268-2.020 0.654-4.124 1.365-6.144 2.105l84.85 126.236c13.739 2.674 26.027 9.415 35.243 18.944l155.079 0.114c-1.564-6.77-3.442-13.454-5.689-19.996zM262.514 329.927c0.114 0.284 0.199 0.569 0.256 0.796 3.271 11.264 7.282 22.187 11.918 32.91-1.991-0.057-4.011-0.114-5.973-0.114-17.835 0-35.698 2.617-52.85 7.936-7.652 2.361-15.161 5.348-22.471 8.732-16.327 7.68-31.659 17.948-45.34 30.834-13.653 12.942-24.661 27.563-32.939 43.15-0.825 1.593-1.621 3.072-2.361 4.665l125.98 27.193c9.074-5.746 19.57-8.619 30.009-8.619 0.74 0 1.536 0 2.304 0l16.128-15.275 53.049 51.428-16.725 15.872c0.228 11.321-3.328 22.869-10.638 32.455l25.088 121.486c2.048-0.882 4.096-1.764 6.087-2.788 16.327-7.68 31.659-17.948 45.34-30.834 13.653-12.942 24.633-27.534 32.91-43.179 3.726-6.94 6.884-14.165 9.5-21.504 7.111-19.826 10.212-40.761 9.358-61.44 10.667 4.181 21.561 7.851 32.654 10.98l0.228 3.3 0.427 6.741c0.199 10.667 4.58 20.622 12.43 28.132 2.958 2.958 7.31 6.514 9.415 8.22l-0.284 6.428c-6.229 23.467-16.242 46.279-30.436 67.157l15.303 17.18c6.059 5.945 5.945 15.559-0.284 21.447l-48.327 45.625c-3.044 2.93-6.997 4.324-10.98 4.324-4.096 0-8.135-1.593-11.236-4.58l-17.323-15.189c-23.637 14.222-49.237 24.092-75.662 29.355l-1.678 22.528c-0.085 8.306-7.111 14.962-15.673 14.962-0.057 0-0.114 0-0.171 0l-67.612-0.711c-8.704-0.085-15.616-6.94-15.531-15.332l-1.138-22.585c-26.311-5.916-51.684-16.213-75.008-30.976l-17.664 14.848c-3.015 2.958-6.997 4.295-10.951 4.295-4.068 0-8.135-1.536-11.207-4.58l-47.275-46.734c-6.059-6.002-5.916-15.616 0.256-21.504l15.701-16.725c-14.706-22.898-24.832-47.644-30.293-73.159l-23.324-1.621c-8.647-0.085-15.588-6.94-15.502-15.332l0.768-65.451c0.085-8.277 7.111-14.933 15.673-14.933 0.057 0 0.114 0 0.171 0l23.353-1.109c6.116-25.486 16.811-49.948 32.028-72.505l-15.303-17.124c-6.030-5.973-5.916-15.588 0.256-21.419l48.356-45.625c3.015-2.958 6.997-4.324 10.951-4.324 4.068 0 8.135 1.536 11.236 4.551l17.294 15.218c22.414-13.596 46.62-23.068 71.623-28.501 1.792 2.958 4.039 5.831 6.628 8.391 7.794 7.566 18.119 11.833 29.127 12.004l10.354 0.626zM96.228 531.712c0.114 16.839 2.901 33.707 8.249 49.892 2.446 7.424 5.433 14.677 8.988 21.76 7.879 15.787 18.517 30.578 31.915 43.833 13.369 13.227 28.444 23.836 44.544 31.801 7.225 3.556 14.706 6.656 22.272 9.216 16.185 5.348 33.081 8.448 50.005 9.017l-4.352-22.556-19.371-100.096c-3.157-2.048-6.144-4.409-8.875-7.168-3.186-3.129-5.916-6.571-8.107-10.212l-125.269-25.486zM592.043 353.934c43.378 0 71.083 30.037 71.083 68.892 0 39.936-27.705 68.892-71.083 68.892-41.017 0-71.14-28.928-71.14-68.892 0-38.912 28.956-68.892 71.14-68.892zM497.636 582.116c-0.427 1.792-1.081 3.527-1.536 5.319l0.256-6.372c0.711 0.626 1.28 1.052 1.28 1.052z' /%3E %3Cglyph unicode='&%23xe92c;' glyph-name='reporting' d='M337.189 293.12c18.383 0 278.028 0 296.375 0 0 18.31 0 336.165 0 354.438-18.359 0-277.979 0-296.375 0 0-18.249 0-336.104 0-354.438zM372.541 603.429h230.315v-20.834h-230.315v20.834zM372.541 537.795h230.315v-20.821h-230.315v20.821zM381.147 432.994c13.897 0.024 25.307-11.045 25.307-24.771 0-2.389-0.756-4.523-1.39-6.717 8.862-7.095 18.761-15.055 26.77-21.492 4.035 2.645 8.631 4.596 13.861 4.596 2.414 0 4.559-0.719 6.778-1.365 10.85 15.994 28.172 41.472 41.435 61.026-2.206 3.682-3.816 7.753-3.816 12.325 0 13.678 11.288 24.771 25.246 24.771 13.922 0 25.234-11.069 25.234-24.771 0-0.427-0.232-0.792-0.256-1.182l32.305-18.517c4.425 3.621 9.886 6.059 16.043 6.059 13.97 0 25.283-11.118 25.283-24.82 0-13.678-11.325-24.771-25.283-24.771s-25.283 11.081-25.283 24.771c0 0.366 0.207 0.646 0.244 1-10.642 6.071-23.028 13.129-32.524 18.566-4.352-3.486-9.728-5.864-15.774-5.864-1.755 0-3.267 0.658-4.888 0.975-10.667-15.665-28.379-41.752-42.264-62.159 1.646-3.328 2.792-6.912 2.792-10.837 0-13.69-11.313-24.795-25.283-24.795s-25.283 11.093-25.283 24.795c0 1.146 0.5 2.072 0.646 3.157l-28.879 23.162c-3.365-1.621-7.010-2.743-11.008-2.743-14.007 0-25.344 11.106-25.332 24.832-0.012 13.702 11.313 24.771 25.32 24.771zM511.988 960c-282.758 0-512-229.23-512-512 0-282.758 229.23-512 512-512 282.782 0 512 229.242 512 512 0 282.77-229.205 512-512 512zM316.94 667.429h336.884v-394.155h-336.884v394.155zM707.035 228.571h-336.945v33.67h20.273v-13.763h296.387v354.414h-19.054v19.858h39.339v-394.179z' /%3E %3Cglyph unicode='&%23xe92d;' glyph-name='part-search' d='M457.143 626.286c-68.059 0-123.429-55.369-123.429-123.429s55.369-123.429 123.429-123.429 123.429 55.369 123.429 123.429-55.369 123.429-123.429 123.429zM438.101 447.22l-1.89-5.193c-0.463-1.231-1.365-2.206-2.548-2.755-1.231-0.585-2.548-0.634-3.779-0.183l-4.096 1.524c-1.694-2.499-3.742-4.73-6.132-6.644l1.816-3.95c1.158-2.438 0.061-5.364-2.402-6.51l-5.010-2.292c-2.438-1.146-5.388-0.061-6.51 2.402l-1.792 3.901c-3.023-0.549-6.071-0.622-9.045-0.305l-1.512-4.084c-0.439-1.256-1.329-2.231-2.536-2.779-1.231-0.549-2.548-0.597-3.779-0.158l-5.169 1.89c-1.256 0.463-2.231 1.378-2.779 2.584-0.549 1.182-0.61 2.511-0.158 3.779l1.524 4.047c-2.475 1.719-4.718 3.779-6.644 6.144l-3.938-1.792c-2.475-1.146-5.388-0.049-6.534 2.402l-2.292 4.986c-1.17 2.475-0.049 5.388 2.377 6.522l3.938 1.816c-0.549 3.011-0.634 6.046-0.317 9.021l-4.096 1.524c-1.231 0.439-2.219 1.341-2.779 2.536-0.561 1.207-0.61 2.536-0.158 3.767l1.902 5.169c0.926 2.475 3.864 3.828 6.339 2.914l4.072-1.512c1.694 2.462 3.767 4.718 6.144 6.632l-1.816 3.95c-1.134 2.475-0.049 5.388 2.414 6.534l4.998 2.304c2.45 1.122 5.376 0.024 6.498-2.426l1.816-3.938c3.023 0.561 6.059 0.658 9.033 0.341l1.512 4.072c0.89 2.475 3.84 3.803 6.327 2.926l5.144-1.926c2.572-0.951 3.852-3.791 2.926-6.339l-1.524-4.072c2.462-1.719 4.693-3.767 6.644-6.132l3.95 1.792c2.462 1.17 5.388 0.073 6.522-2.377l2.304-4.998c1.122-2.462 0.049-5.376-2.414-6.534l-3.95-1.792c0.573-3.023 0.683-6.046 0.341-9.021l4.096-1.512c2.572-0.914 3.889-3.755 2.962-6.254zM484.315 433.067c-0.232-0.695-0.744-1.256-1.39-1.548-0.683-0.305-1.414-0.317-2.109-0.073l-2.292 0.829c-0.926-1.402-2.085-2.621-3.401-3.706l1.024-2.231c0.622-1.329 0.024-2.974-1.329-3.633l-2.792-1.268c-1.378-0.634-3.023-0.037-3.645 1.341l-1.012 2.219c-1.682-0.341-3.365-0.414-5.010-0.219l-0.853-2.292c-0.244-0.707-0.744-1.256-1.402-1.524-0.67-0.329-1.414-0.354-2.121-0.11l-2.84 1.073c-0.707 0.256-1.256 0.756-1.536 1.402-0.329 0.695-0.329 1.426-0.073 2.097l0.805 2.292c-1.365 0.951-2.621 2.085-3.694 3.426l-2.206-1.024c-1.365-0.646-2.999-0.024-3.621 1.329l-1.292 2.792c-0.634 1.341-0.024 2.987 1.341 3.633l2.194 1.012c-0.293 1.707-0.366 3.365-0.183 5.022l-2.292 0.817c-0.695 0.256-1.243 0.756-1.524 1.426-0.329 0.683-0.354 1.402-0.098 2.097l1.061 2.877c0.5 1.378 2.158 2.146 3.511 1.621l2.292-0.829c0.951 1.378 2.097 2.633 3.426 3.706l-1.024 2.206c-0.634 1.353-0.024 2.999 1.341 3.621l2.792 1.28c1.341 0.646 2.999 0.037 3.621-1.329l1.024-2.206c1.682 0.317 3.34 0.366 5.022 0.207l0.817 2.28c0.5 1.365 2.158 2.121 3.511 1.609l2.877-1.061c1.402-0.524 2.146-2.109 1.621-3.511l-0.805-2.292c1.341-0.939 2.621-2.097 3.694-3.413l2.194 1.012c1.353 0.646 2.999 0.049 3.633-1.329l1.268-2.792c0.658-1.365 0.049-2.999-1.329-3.645l-2.194-1c0.305-1.694 0.378-3.377 0.195-5.047l2.292-0.829c1.402-0.524 2.121-2.097 1.573-3.45l-1.061-2.865zM540.306 515.352l-3.218-8.692c-0.768-2.072-2.304-3.718-4.303-4.645-2.011-0.926-4.254-1.024-6.351-0.256l-6.851 2.536c-2.853-4.169-6.315-7.924-10.313-11.179l3.048-6.619c1.902-4.157 0.098-9.058-4.072-10.971l-8.387-3.864c-4.133-1.89-9.045-0.098-10.947 4.047l-3.072 6.619c-5.071-0.902-10.167-1.097-15.165-0.549l-2.548-6.851c-0.768-2.085-2.304-3.742-4.315-4.645-2.011-0.939-4.254-1.012-6.327-0.256l-8.704 3.194c-2.072 0.78-3.694 2.304-4.645 4.315-0.926 2.011-1 4.279-0.244 6.327l2.536 6.851c-4.169 2.865-7.936 6.315-11.179 10.338l-6.632-3.072c-4.12-1.902-9.058-0.073-10.959 4.047l-3.877 8.411c-1.877 4.133-0.073 9.058 4.047 10.959l6.656 3.048c-0.926 5.071-1.134 10.191-0.585 15.189l-6.851 2.548c-2.060 0.756-3.706 2.28-4.645 4.291s-1.012 4.242-0.256 6.339l3.23 8.692c1.536 4.12 6.461 6.4 10.606 4.864l6.851-2.523c2.865 4.145 6.315 7.912 10.338 11.166l-3.048 6.619c-1.902 4.133-0.098 9.082 4.047 10.984l8.387 3.852c4.133 1.89 9.058 0.098 10.959-4.047l3.048-6.619c5.071 0.914 10.167 1.122 15.165 0.573l2.548 6.851c1.524 4.145 6.473 6.412 10.618 4.888l8.692-3.23c4.279-1.573 6.461-6.339 4.876-10.606l-2.523-6.851c4.145-2.853 7.899-6.315 11.154-10.338l6.632 3.048c4.145 1.926 9.082 0.098 10.971-4.047l3.852-8.387c1.89-4.133 0.098-9.082-4.023-10.971l-6.644-3.048c0.902-5.096 1.122-10.191 0.573-15.189l6.851-2.548c4.34-1.56 6.522-6.327 4.998-10.594zM476.184 566.784c-4.766 0-9.362-1.012-13.666-3.011-16.384-7.558-23.576-27.002-16.018-43.398 5.339-11.569 17.006-19.017 29.72-19.017 4.766 0 9.362 1 13.69 2.999 16.36 7.534 23.54 26.99 15.994 43.398-5.339 11.569-17.006 19.029-29.72 19.029zM464.189 452.925c-1.56 0-3.084-0.329-4.51-0.987-5.413-2.487-7.826-8.948-5.303-14.373 1.768-3.828 5.62-6.327 9.838-6.327 1.573 0 3.096 0.341 4.535 1.012 5.413 2.499 7.79 8.923 5.291 14.36-1.768 3.852-5.632 6.315-9.85 6.315zM399.957 477.733c-2.792 0-5.547-0.597-8.119-1.78-9.752-4.474-13.995-16.043-9.521-25.783 3.194-6.875 10.094-11.325 17.664-11.325 2.816 0 5.571 0.585 8.143 1.792 9.716 4.474 14.007 16.055 9.509 25.807-3.17 6.863-10.106 11.288-17.676 11.288zM512 960c-282.758 0-512-229.242-512-512s229.242-512 512-512 512 229.242 512 512-229.242 512-512 512zM457.143 338.286c-90.88 0-164.571 73.691-164.571 164.571s73.691 164.571 164.571 164.571 164.571-73.691 164.571-164.571-73.691-164.571-164.571-164.571zM719.384 240.616c-16.043-16.043-42.118-16.043-58.185 0l-100.669 100.718c23.308 14.982 43.166 34.828 58.161 58.161l100.693-100.693c16.067-16.067 16.067-42.13 0-58.185z' /%3E %3Cglyph unicode='&%23xe92e;' glyph-name='folder-open' horiz-adv-x='1344' d='M1149.238-64h3.662v13.343zM1152.9 649.697v139.636c0 25.941-20.914 47.042-46.545 47.042h-628.426l-93.091 123.625h-338.292c-25.693 0-46.545-21.101-46.545-47.042v-976.958h1149.362l3.662 13.343 190.836 700.354h-190.96zM31.030 912.958c0 8.813 6.951 16.012 15.515 16.012h322.901l93.091-123.625h643.879c8.564 0 15.515-7.199 15.515-16.012v-139.636h-927.372l-163.53-599.94v863.201zM1125.469-32.97h-1084.881l177.742 651.636h1084.943l-177.804-651.636z' /%3E %3Cglyph unicode='&%23xe92f;' glyph-name='folder-closed' horiz-adv-x='1148' d='M1101.576 836.375h-628.364l-93.091 123.625h-333.576c-25.693 0-46.545-21.101-46.545-47.042v-976.958h1148.121v853.333c0 25.941-20.914 47.042-46.545 47.042zM46.545 928.97h318.061l93.091-123.625h643.879c8.626 0 15.515-7.199 15.515-16.012v-116.364h-1086.061v239.988c0 8.813 6.951 16.012 15.515 16.012zM31.030-32.97v674.909h1086.061v-674.909h-1086.061z' /%3E %3Cglyph unicode='&%23xe930;' glyph-name='circles' d='M597.205 785.152c-90.837 0-175.189-28.672-244.523-77.013 8.491 20.992 13.184 43.904 13.184 68.096-0.043 101.248-82.133 183.765-183.040 183.765-100.779 0-182.827-82.517-182.827-183.765 0-101.504 82.048-184.149 182.827-184.149h0.171c23.083 0 44.843 4.48 65.323 12.245-48.896-68.949-77.909-152.917-77.909-243.499 0-234.155 191.488-424.832 426.965-424.832 235.221 0 426.709 190.507 426.709 424.661 0 233.984-191.488 424.491-426.88 424.491z' /%3E %3Cglyph unicode='&%23xe931;' glyph-name='language-fr' horiz-adv-x='1260' d='M0 938.667v-1024h1260.308v1024h-1260.308zM558.001 598.541h-275.141v-157.066h238.119v-59.943h-238.119v-230.558h-67.19v507.431h342.331v-59.865zM1009.113 150.975l-67.19 105.551c-19.614 30.484-35.761 53.799-48.443 70.026-12.682 16.069-24.103 27.412-34.107 33.871s-20.322 11.028-30.641 13.548c-7.719 1.654-20.165 2.442-37.415 2.442h-77.824v-225.438h-67.19v507.431h224.965c45.214 0 79.636-4.569 103.188-13.706 23.552-9.058 42.299-25.206 56.478-48.207 14.021-23.158 21.11-48.601 21.11-76.564 0-35.998-11.658-66.402-34.895-90.978-23.394-24.734-59.392-40.487-107.993-47.104 17.723-8.586 31.193-17.014 40.487-25.285 19.614-18.038 38.124-40.566 55.69-67.426l88.222-138.161h-84.441zM969.255 474.401c9.058 14.021 13.548 29.145 13.548 45.529 0 24.025-8.743 43.717-26.151 59.156s-44.898 23.237-82.55 23.237h-160.61v-167.778h144.384c30.641 0 54.587 3.151 71.995 9.452 17.172 6.38 30.405 16.542 39.385 30.405z' /%3E %3Cglyph unicode='&%23xe932;' glyph-name='language-ru' horiz-adv-x='1260' d='M0 960v-1024h1260v1024h-1260zM555.112 197.131l-67.403 105.88c-19.689 30.549-35.905 53.923-48.64 70.125-12.741 16.196-24.147 27.539-34.223 34.021-10.076 6.476-20.324 10.989-30.748 13.539-7.643 1.616-20.151 2.429-37.524 2.429h-78.172v-225.995h-67.403v508.921h225.832c45.395 0 79.911-4.573 103.535-13.712 23.627-9.144 42.501-25.288 56.633-48.428 14.125-23.144 21.193-48.719 21.193-76.719 0-36.104-11.697-66.539-35.091-91.301-23.397-24.767-59.529-40.503-108.4-47.212 17.833-8.565 31.384-17.011 40.651-25.343 19.684-18.052 38.331-40.616 55.936-67.695l88.596-138.513h-84.773zM1070.031 412.016c0-51.149-5.771-91.767-17.312-121.849-11.547-30.088-32.377-54.563-62.503-73.421-30.128-18.865-69.663-28.293-118.601-28.293-47.559 0-86.457 8.217-116.695 24.647-30.248 16.429-51.829 40.209-64.753 71.34-12.932 31.124-19.392 73.649-19.392 127.577v294.036h67.179v-293.689c0-44.207 4.095-76.78 12.292-97.723 8.192-20.948 22.276-37.091 42.245-48.427 19.967-11.343 44.379-17.011 73.239-17.011 49.4 0 84.607 11.223 105.616 33.673 21.005 22.445 31.511 65.611 31.511 129.487v293.689h67.179v-294.036zM515.157 521.541c9.032 14 13.549 29.215 13.549 45.651 0 24.067-8.745 43.855-26.231 59.361-17.492 15.503-45.113 23.259-82.863 23.259h-161.209v-168.368h144.88c30.803 0 54.895 3.18 72.265 9.547 17.372 6.365 30.575 16.545 39.608 30.551z' /%3E %3Cglyph unicode='&%23xe933;' glyph-name='language-de' horiz-adv-x='1260' d='M472.852 588.223c-17.959 6.932-46.946 10.319-86.882 10.319h-106.575v-387.702h108.308c33.477 0 59.707 3.151 78.769 9.374s34.186 14.966 45.529 26.309c15.911 15.911 28.278 37.337 37.258 64.197 8.822 26.86 13.312 59.471 13.312 97.831 0 53.090-8.743 93.814-26.151 122.407-17.487 28.436-38.597 47.577-63.567 57.265zM0 938.667v-1024h1260.308v1024h-1260.308zM618.26 304.969c-8.98-29.696-20.559-54.351-34.58-73.807-14.1-19.535-29.538-34.895-46.238-46.080-16.778-11.185-36.943-19.692-60.652-25.442s-50.727-8.665-81.447-8.665h-183.138v507.431h174.789c39.463 0 69.553-2.363 90.348-7.326 29.145-6.617 53.957-18.747 74.437-36.234 26.782-22.607 46.789-51.515 60.022-86.725 13.312-35.21 20.007-75.461 20.007-120.674 0-38.518-4.569-72.625-13.548-102.479zM1104.345 150.975h-378.801v507.431h366.907v-59.943h-299.717v-155.412h280.655v-59.55h-280.655v-172.662h311.532v-59.865z' /%3E %3Cglyph unicode='&%23xe934;' glyph-name='language-en' horiz-adv-x='1260' d='M0 938.667v-1024h1260.308v1024h-1260.308zM575.961 187.13h-378.722v507.431h366.907v-59.943h-299.796v-155.412h280.734v-59.55h-280.734v-172.741h311.532v-59.786zM1067.874 187.13h-68.923l-266.555 398.73v-398.73h-64.433v507.431h68.923l266.476-398.415v398.415h64.433v-507.431z' /%3E %3Cglyph unicode='&%23xe935;' glyph-name='language-ch' horiz-adv-x='1260' d='M0 938.667v-1024h1260.308v1024h-1260.308zM517.75 185.712c-34.737-28.908-77.194-43.402-127.37-43.402-51.909 0-94.129 11.106-126.661 33.398s-57.344 54.508-74.279 96.807c-17.014 42.142-25.442 87.513-25.442 136.034 0 52.854 9.61 98.934 28.751 138.319 19.22 39.306 46.474 69.238 81.841 89.639 35.367 20.48 74.358 30.641 116.815 30.641 48.207 0 88.694-12.918 121.62-38.754s55.769-62.228 68.687-109.017l-62.779-15.675c-11.185 36.943-27.412 63.803-48.679 80.66s-47.97 25.285-80.187 25.285c-37.022 0-67.978-9.374-92.869-28.042-24.812-18.747-42.299-43.796-52.382-75.303s-15.124-63.961-15.124-97.438c0-43.087 5.986-80.817 17.881-113.034 11.973-32.138 30.562-56.241 55.769-72.153s52.46-23.946 81.841-23.946c35.682 0 65.93 10.949 90.663 32.61s41.511 53.878 50.334 96.571l63.803-17.014c-13.47-55.060-37.494-97.201-72.231-126.188zM1048.497 150.975h-63.882v239.222h-250.486v-239.222h-63.646v507.431h63.646v-208.423h250.486v208.423h63.882v-507.431z' /%3E %3Cglyph unicode='&%23xe936;' glyph-name='boms' d='M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM314.551 397.019c-28.965 0-52.456 23.077-52.456 51.541s23.479 51.541 52.456 51.541 52.456-23.077 52.456-51.541-23.491-51.541-52.456-51.541zM310.248 507.429v62.391h8.619v-62.391h-8.619zM314.551 576.549c-28.965 0-52.456 23.077-52.456 51.541s23.479 51.541 52.456 51.541 52.456-23.077 52.456-51.541-23.491-51.541-52.456-51.541zM438.821 443.514h-63.5v8.46h63.5v-8.46zM511.013 216.381c-28.965 0-52.456 23.077-52.456 51.541s23.491 51.541 52.456 51.541 52.456-23.077 52.456-51.541-23.479-51.541-52.456-51.541zM506.709 326.766v62.391h8.606v-62.391h-8.606zM565.455 398.446h-116.614v101.096h89.454v-20.687h-68.584v-54.016h6.461v47.653l89.283 0.037v-74.082zM635.246 263.997h-63.488v8.448h63.488v-8.448zM761.905 218.929h-116.626v101.083h89.466v-20.687h-68.596v-54.004h6.473v47.665l89.283 0.037v-74.094z' /%3E %3Cglyph unicode='&%23xe937;' glyph-name='bom-cpl' d='M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512s-229.23 512-512 512zM668.562 645.23c22.43 0 40.606-18.176 40.606-40.606s-18.176-40.606-40.606-40.606-40.606 18.176-40.606 40.606 18.176 40.606 40.606 40.606zM511.963 710.095c22.418 0 40.594-18.176 40.594-40.594s-18.176-40.594-40.594-40.594c-22.418 0-40.594 18.176-40.594 40.594s18.176 40.594 40.594 40.594zM355.352 645.254c22.443 0 40.631-18.188 40.631-40.631s-18.188-40.631-40.631-40.631-40.631 18.188-40.631 40.631 18.188 40.631 40.631 40.631zM249.893 447.988c0 22.443 18.188 40.631 40.631 40.631s40.631-18.188 40.631-40.631-18.188-40.631-40.631-40.631-40.631 18.188-40.631 40.631zM355.365 250.782c-22.43 0-40.606 18.176-40.606 40.606 0 22.418 18.176 40.606 40.606 40.606 22.418 0 40.606-18.188 40.606-40.606 0-22.43-18.188-40.606-40.606-40.606zM511.963 185.905c-22.43 0-40.606 18.188-40.606 40.606 0 22.43 18.176 40.606 40.606 40.606 22.418 0 40.606-18.176 40.606-40.606 0-22.418-18.176-40.606-40.606-40.606zM566.918 385.353c-13.336-11.959-30.464-19.554-49.506-20.821v-55.089h11.349l-16.847-30.622-16.774 30.622h11.398v55.089c-19.042 1.243-36.194 8.814-49.554 20.797l-39.119-39.144 8.058-8.058-33.536-9.752 9.704 33.536 8.058-7.985 39.253 39.253c-11.532 13.434-18.737 30.513-19.675 49.384h-56.259v-11.337l-30.647 16.811 30.647 16.798v-11.362h56.564c1.548 18.469 9.009 35.145 20.699 48.152l-40.509 40.509-8.058-8.058-9.777 33.56 33.536-9.777-8.058-8.034 40.692-40.667c13.117 11.227 29.696 18.298 48.018 19.529v57.844h-11.41l16.786 30.671 16.823-30.671h-11.349v-57.856c18.31-1.256 34.84-8.302 47.945-19.529l40.716 40.68-8.021 8.034 33.548 9.789-9.765-33.56-8.082 8.058-40.546-40.558c11.691-13.007 19.127-29.672 20.663-48.128h56.649v11.337l30.647-16.786-30.647-16.811v11.337h-56.381c-0.914-18.871-8.143-35.925-19.651-49.384l39.253-39.253 8.082 7.997 9.765-33.512-33.573 9.765 8.058 8.034-39.168 39.168zM668.562 250.782c-22.43 0-40.606 18.176-40.606 40.606 0 22.418 18.176 40.606 40.606 40.606s40.606-18.176 40.606-40.606c0-22.43-18.176-40.606-40.606-40.606zM733.477 407.357c-22.443 0-40.631 18.188-40.631 40.631s18.188 40.631 40.631 40.631 40.631-18.188 40.631-40.631-18.188-40.631-40.631-40.631z' /%3E %3Cglyph unicode='&%23xe938;' glyph-name='alerts' d='M420.291 513.475c0.939 1.56 2.109 3.035 3.474 4.376 1.17 1.182 2.45 2.194 3.803 3.072l8.302 42.898 1.865 9.667c-7.253-0.256-14.494-1.573-21.431-3.864-3.243-1.097-6.449-2.426-9.545-3.95-6.9-3.413-13.361-7.96-19.090-13.629-5.742-5.681-10.301-12.020-13.678-18.786-1.524-3.035-2.804-6.144-3.852-9.326-2.292-6.936-3.486-14.165-3.535-21.382l53.687 10.923zM536.137 381.428c0 1.963 0.219 3.901 0.622 5.754l-15.177 21.943-2.853 4.145-2.853 4.133-9.362 13.531-6.827 9.826c-2.267-2.341-4.425-4.791-6.424-7.339-3.291-4.242-6.193-8.765-8.655-13.519-1.158-2.28-2.219-4.571-3.182-6.924-0.573-1.402-1.109-2.804-1.597-4.267-0.219-0.622-0.427-1.268-0.634-1.914-0.597-1.914-1.134-3.816-1.609-5.778-1.524-6.339-2.316-12.91-2.316-19.651 0.012-9.57 1.621-18.749 4.608-27.343 1.341-3.828 2.95-7.582 4.815-11.166 4.072-7.863 9.338-15.043 15.592-21.321l6.79 9.899 29.903 43.398c-0.561 2.097-0.841 4.315-0.841 6.595zM512 960c-282.77 0-512-229.242-512-512s229.23-512 512-512c282.758 0 512 229.242 512 512s-229.242 512-512 512zM601.722 686.092l-6.583-177.384h-5.339c-0.256 1.926-1.207 3.669-2.609 4.888 1.39-1.243 2.328-2.938 2.572-4.864h-26.746l-0.256 6.863h0.024l-6.339 170.484 45.275 0.012zM579.096 485.4c18.59 0 30.464-12.422 30.464-29.525 0-16.664-11.874-29.525-30.464-29.525-18.078 0-30.488 12.861-30.488 29.525 0 17.14 12.91 29.525 30.488 29.525zM538.636 524.154c0 0-0.244-0.183-0.549-0.451l-0.11 2.731c0.195-0.768 0.475-1.499 0.658-2.28zM418.109 407.077c-10.715 2.341-21.090 6.4-30.696 12.215l-7.412-6.522c-1.329-1.28-3.072-1.938-4.815-1.938-1.694 0-3.401 0.61-4.693 1.841l-20.724 19.566c-2.645 2.499-2.694 6.619-0.11 9.179l6.558 7.326c-6.522 9.667-11.106 20.163-13.726 31.074l-10.008 0.475c-0.024 0-0.049 0-0.073 0-3.669 0-6.68 2.865-6.717 6.412l-0.329 28.038c-0.037 3.596 2.938 6.546 6.644 6.571l9.996 0.695c2.341 10.947 6.68 21.577 12.983 31.354l-6.729 7.156c-2.645 2.523-2.706 6.644-0.11 9.216l20.261 20.041c1.317 1.292 3.060 1.963 4.803 1.963 1.694 0 3.401-0.597 4.693-1.829l7.57-6.351c9.996 6.339 20.87 10.74 32.146 13.275l0.488 9.679c-0.037 3.596 2.926 6.534 6.656 6.571l28.977 0.305c0.024 0 0.049 0 0.073 0 3.669 0 6.68-2.853 6.717-6.412l0.719-9.655c11.325-2.292 22.296-6.485 32.427-12.581l7.424 6.51c1.329 1.28 3.060 1.963 4.815 1.963 1.707 0 3.401-0.634 4.706-1.853l20.712-19.554c2.67-2.523 2.718-6.644 0.122-9.192l-6.558-7.363c6.083-8.948 10.374-18.725 13.044-28.782l0.122-2.755c-0.902-0.756-2.767-2.28-4.035-3.523-3.365-3.255-5.242-7.485-5.327-12.056l-0.183-2.877-0.098-1.414c-4.754-1.317-9.423-2.889-13.995-4.706 0.366 8.887-0.963 17.835-4.011 26.331-1.122 3.145-2.475 6.242-4.072 9.216-3.547 6.705-8.253 12.946-14.104 18.505-5.864 5.522-12.434 9.923-19.432 13.214-0.853 0.427-1.731 0.805-2.609 1.195l-10.752-52.066c3.133-4.108 4.657-9.033 4.559-13.909l7.168-6.802-22.735-22.040-6.912 6.546c-0.329 0-0.67 0-0.987 0-4.474 0-8.972 1.231-12.861 3.694l-53.992-11.654c0.317-0.683 0.658-1.317 1.012-1.999 3.547-6.68 8.265-12.946 14.117-18.493 5.864-5.522 12.434-9.923 19.432-13.214 3.133-1.451 6.351-2.731 9.63-3.742 7.351-2.292 15.006-3.401 22.65-3.401 0.841 0 1.707 0.024 2.56 0.049-1.987-4.596-3.706-9.289-5.108-14.104-0.024-0.11-0.061-0.232-0.11-0.341l-4.437-0.256c-4.718-0.073-9.143-1.89-12.483-5.144-1.109-1.146-2.072-2.365-2.84-3.645zM703.22 364.702c0-4.315-3.621-7.851-8.094-7.851l-12.056-0.744c-3.109-13.568-8.606-26.258-16.079-37.681l7.997-8.741c3.182-3.084 3.194-8.009 0.012-11.069l-24.674-23.942c-1.585-1.524-3.669-2.292-5.742-2.292-2.085 0-4.169 0.768-5.742 2.292l-9.058 7.741c-11.727-7.241-24.881-12.617-38.9-15.628l-0.744-11.63c0.012-4.34-3.621-7.875-8.094-7.875l-34.938-0.037c-0.012 0-0.012 0-0.012 0-4.474 0-8.107 3.523-8.107 7.851l-0.756 11.654c-14.043 2.987-27.173 8.314-38.949 15.555l-9.021-7.778c-1.585-1.524-3.682-2.292-5.754-2.292s-4.145 0.756-5.73 2.292l-24.734 23.881c-3.17 3.072-3.17 8.021-0.012 11.093l8.009 8.741c-7.509 11.398-13.056 24.088-16.165 37.681l-12.044 0.695c-4.474 0-8.107 3.523-8.107 7.851l-0.012 16.506v17.237c0 4.34 3.633 7.875 8.107 7.875l12.044 0.731c0.78 3.365 1.707 6.693 2.767 9.96 1.682 5.169 3.73 10.191 6.107 15.006 0.939 1.902 1.926 3.803 2.962 5.644 1.182 2.109 2.426 4.133 3.718 6.156 0.183 0.28 0.366 0.597 0.561 0.866l-8.021 8.753c-0.707 0.695-1.256 1.487-1.646 2.304-1 2.133-0.963 4.608 0.11 6.705 0.378 0.756 0.878 1.451 1.524 2.060l1.731 1.694 22.979 22.309c1.231 1.195 2.779 1.914 4.413 2.194 0.427 0.073 0.866 0.11 1.304 0.11 2.072 0 4.145-0.768 5.73-2.292l9.058-7.753c0.329 0.207 0.67 0.39 0.975 0.585 0.256 0.171 0.475 0.293 0.731 0.439 2.072 1.256 4.206 2.438 6.376 3.547 1.926 0.987 3.864 1.938 5.839 2.84 4.864 2.206 9.923 4.108 15.141 5.681 3.243 0.975 6.534 1.816 9.874 2.548l0.634 10.374 0.756-19.663c-7.899-8.094-12.568-18.834-12.568-30.952 0-23.003 16.945-41.082 40.887-45.458l1.292-1.902c6.266-0.975 11.849-3.95 16.030-8.265l66.475 0.037c-0.683 2.926-1.499 5.803-2.462 8.582-1.341 3.828-2.962 7.595-4.815 11.179-4.072 7.875-9.448 14.982-15.701 21.236 1.597 4.584 2.682 9.399 2.682 14.58 0 11.886-4.352 22.26-11.715 30.22 3.462-1.707 6.839-3.523 10.094-5.534l9.033 7.79c1.585 1.524 3.657 2.292 5.742 2.292 2.072 0 4.145-0.756 5.73-2.292l24.734-23.881c3.17-3.072 3.17-8.046 0.012-11.093l-8.009-8.765c7.509-11.386 13.056-24.088 16.165-37.644l12.056-0.719c4.474 0 8.094-3.523 8.094-7.863l-0.024-33.731zM585.143 362.667c-3.95-4.084-9.216-6.973-15.104-8.119l-36.364-54.101c0.866-0.317 1.768-0.634 2.633-0.902 8.862-2.84 18.322-4.401 28.209-4.401 0.024 0 0.049 0 0.073 0 9.874 0.012 19.395 1.585 28.282 4.45 3.974 1.304 7.826 2.853 11.532 4.645 17.274 8.399 31.342 22.028 39.973 38.741 1.877 3.596 3.474 7.339 4.791 11.166 0.963 2.804 1.768 5.669 2.438 8.57l-66.462-0.049zM538.636 524.154c-0.183 0.768-0.463 1.512-0.658 2.28l0.11-2.731c0.305 0.268 0.549 0.451 0.549 0.451z' /%3E %3Cglyph unicode='&%23xe939;' glyph-name='language-mix' horiz-adv-x='1260' d='M0 938.667v-1024h1260.308v1024h-1260.308zM623.616 150.975h-61.991v231.503c0 24.891-2.048 42.929-6.065 53.878-4.096 11.028-11.422 19.771-21.977 26.466s-23.079 10.082-37.337 10.082c-25.836 0-47.34-8.586-64.354-25.758-17.093-17.25-25.679-44.82-25.679-82.629v-213.543h-62.306v238.828c0 27.727-5.041 48.443-15.202 62.306s-26.782 20.795-49.861 20.795c-17.566 0-33.792-4.647-48.601-13.863-14.966-9.216-25.679-22.764-32.374-40.566s-10.082-43.323-10.082-76.721v-190.779h-62.306v367.616h55.769v-51.594c11.5 17.959 26.86 32.532 46.001 43.402 19.141 11.028 40.96 16.463 65.457 16.463 27.254 0 49.546-5.671 67.033-17.014 17.408-11.343 29.696-27.097 36.864-47.419 28.987 43.008 66.875 64.433 113.506 64.433 36.47 0 64.512-10.082 84.126-30.326 19.614-20.165 29.46-51.279 29.46-93.342v-252.219zM778.713 150.975h-62.306v367.616h62.306v-367.616zM778.713 586.805h-62.306v71.601h62.306v-71.601zM1099.54 150.975l-75.382 114.215-20.165 30.878-96.492-145.093h-75.461l134.302 191.094-124.298 176.522h77.903l56.399-86.252c10.634-16.384 19.22-30.090 25.679-41.118 10.161 15.202 19.456 28.672 27.963 40.566l61.991 86.882h74.358l-126.976-173.135 136.743-194.56h-76.564z' /%3E %3Cglyph unicode='&%23xe93a;' glyph-name='infinity' d='M771.247 700.753c-67.459 0-130.881-26.27-177.629-72.9l-81.677-78.4-80.448 77.23c-47.684 47.801-111.223 74.071-178.741 74.071s-130.999-26.387-178.624-74.071c-47.801-47.742-74.129-111.164-74.129-178.741 0-67.401 26.27-130.94 74.071-178.624 47.625-47.742 111.106-74.071 178.682-74.071 67.459 0 130.999 26.27 177.629 73.017l81.618 78.283 80.506-77.23c47.684-47.742 111.223-74.071 178.741-74.071s130.94 26.27 178.624 74.071c47.801 47.625 74.129 111.164 74.129 178.741s-26.27 130.94-74.071 178.741c-47.801 47.684-111.223 73.954-178.682 73.954zM327.994 372.818c-40.195-40.253-110.228-40.253-150.482 0-20.127 20.127-31.185 46.865-31.185 75.182 0 28.435 11.058 55.056 31.302 75.299 20.010 20.127 46.748 31.185 75.124 31.185s55.114-11.058 76.352-32.238l77.289-74.305-78.4-75.124zM846.429 372.818c-40.195-40.312-109.175-41.248-151.535 1.053l-77.289 74.305 78.342 75.182c40.253 40.253 110.345 40.253 150.54 0.117 20.127-20.244 31.185-46.865 31.185-75.299s-11.116-55.231-31.243-75.358z' /%3E %3Cglyph unicode='&%23xe93b;' glyph-name='feedback' horiz-adv-x='1125' d='M956.473 938.667h-787.684c-93.184 0-168.789-75.605-168.789-168.789v-506.311c0-93.241 75.605-168.789 168.789-168.789h458.752v-180.11l258.276 180.11h70.599c93.298 0 168.789 75.548 168.789 168.789v506.311c0.057 93.241-75.492 168.789-168.732 168.789z' /%3E %3Cglyph unicode='&%23xe93c;' glyph-name='calendar' horiz-adv-x='951' d='M929.134 770.658c-14.409 14.482-31.671 21.723-51.419 21.723h-73.143v54.857c0 25.161-8.923 46.665-26.843 64.585s-39.424 26.843-64.585 26.843h-36.571c-25.161 0-46.665-8.923-64.585-26.843s-26.843-39.424-26.843-64.585v-54.857h-219.429v54.857c0 25.161-8.923 46.665-26.843 64.585s-39.424 26.843-64.585 26.843h-36.571c-25.161 0-46.665-8.923-64.585-26.843s-26.843-39.424-26.843-64.585v-54.857h-73.143c-19.822 0-36.937-7.241-51.419-21.723s-21.723-31.598-21.723-51.419v-731.429c0-19.822 7.241-36.937 21.723-51.419 14.482-14.409 31.598-21.723 51.419-21.723h804.571c19.822 0 36.937 7.314 51.419 21.723 14.482 14.482 21.723 31.671 21.723 51.419v731.429c0 19.822-7.241 37.010-21.723 51.419zM237.714-12.19h-164.571v164.571h164.571v-164.571zM237.714 188.953h-164.571v182.857h164.571v-182.857zM237.714 408.454h-164.571v164.571h164.571v-164.571zM224.841 669.794c-3.584 3.657-5.413 7.899-5.413 12.873v164.571c0 4.974 1.829 9.216 5.413 12.873 3.657 3.657 7.899 5.413 12.873 5.413h36.571c4.974 0 9.216-1.755 12.873-5.413 3.657-3.584 5.413-7.899 5.413-12.873v-164.571c0-4.901-1.829-9.216-5.413-12.873-3.584-3.584-7.899-5.413-12.873-5.413h-36.571c-4.901 0-9.216 1.829-12.873 5.413zM457.143-12.19h-182.857v164.571h182.857v-164.571zM457.143 188.953h-182.857v182.857h182.857v-182.857zM457.143 408.454h-182.857v164.571h182.857v-164.571zM676.571-12.19h-182.857v164.571h182.857v-164.571zM676.571 188.953h-182.857v182.857h182.857v-182.857zM676.571 408.454h-182.857v164.571h182.857v-164.571zM663.698 669.794c-3.657 3.657-5.413 7.899-5.413 12.873v164.571c0 4.974 1.755 9.216 5.413 12.873s7.899 5.413 12.873 5.413h36.571c4.901 0 9.216-1.755 12.873-5.413 3.657-3.584 5.413-7.899 5.413-12.873v-164.571c0-4.901-1.755-9.216-5.413-12.873-3.584-3.584-7.899-5.413-12.873-5.413h-36.571c-4.901 0-9.216 1.829-12.873 5.413zM877.714-12.19h-164.571v164.571h164.571v-164.571zM877.714 188.953h-164.571v182.857h164.571v-182.857zM877.714 408.454h-164.571v164.571h164.571v-164.571z' /%3E %3Cglyph unicode='&%23xe93d;' glyph-name='arrow-drag' d='M832 106.667h128v-128h-128v128zM832 298.667h128v-128h-128v128zM832 490.667h128v-128h-128v128zM640 106.667h128v-128h-128v128zM448 106.667h128v-128h-128v128zM640 298.667h128v-128h-128v128z' /%3E %3Cglyph unicode='&%23xe93e;' glyph-name='notification' horiz-adv-x='1545' d='M0 960v-1024h1544.761v1024h-1544.761zM772.38 327.623l-633.628 556.43h1267.2l-633.572-556.43zM519.964 448.171l-444.075-389.916v779.89l444.075-389.973zM577.536 397.596l194.844-171.065 194.844 171.065 439.182-385.65h-1267.996l439.125 385.65zM1024.796 448.171l444.075 389.973v-779.89l-444.075 389.916z' /%3E %3Cglyph unicode='&%23xe93f;' glyph-name='toggle-bubble-on' horiz-adv-x='2009' d='M354.462 329.846h393.846v-78.769h-393.846v78.769zM354.462 487.385h393.846v-78.769h-393.846v78.769zM354.462 644.923h393.846v-78.769h-393.846v78.769zM1831.385-64h-1654.154c-97.674 0-177.231 79.518-177.231 177.231v669.538c0 97.713 79.557 177.231 177.231 177.231h1654.154c97.674 0 177.231-79.518 177.231-177.231v-669.538c0-97.713-79.557-177.231-177.231-177.231zM177.231 920.615c-76.012 0-137.846-61.834-137.846-137.846v-669.538c0-76.012 61.834-137.846 137.846-137.846h1654.154c76.012 0 137.846 61.834 137.846 137.846v669.538c0 76.012-61.834 137.846-137.846 137.846h-1654.154zM1772.308 802.462h-630.154c-43.481 0-78.769-35.289-78.769-78.769v-551.385c0-43.481 35.289-78.769 78.769-78.769h630.154c43.481 0 78.769 35.289 78.769 78.769v551.385c0 43.481-35.289 78.769-78.769 78.769zM1496.576 211.692c-108.662 0-197.041 87.906-197.041 196.017 0 41.826 13.391 86.764 35.958 118.666-9.413-3.702-19.495 0.394-30.090 0.394h-0.079c-46.513 0-84.401 31.98-84.401 78.848 0 46.789 37.888 81.762 84.401 81.762 46.631 0 84.519-39.621 84.519-86.37 0-11.146-2.206-22.41-6.065-32.098 31.98 22.252 70.892 35.17 112.876 35.17 108.583 0 196.962-88.103 196.962-196.096-0.079-108.19-88.458-196.293-197.041-196.293z' /%3E %3Cglyph unicode='&%23xe940;' glyph-name='knowledge-base-list' d='M927.972 960h-831.943c-52.964 0-96.028-43.065-96.028-96.028v-832c0-52.907 43.065-95.972 96.028-95.972h832c52.907 0 95.972 43.065 95.972 96.028v831.943c0 52.964-43.065 96.028-96.028 96.028zM321.252 180.281c0-11.207-9.216-20.366-20.48-20.366h-87.154c-11.207 0-20.366 9.159-20.366 20.366v87.268c0 11.207 9.216 20.423 20.366 20.423h87.154c11.264 0 20.48-9.216 20.48-20.423v-87.268zM321.252 404.252c0-11.207-9.216-20.366-20.48-20.366h-87.154c-11.207 0-20.366 9.159-20.366 20.366v87.324c0 11.207 9.216 20.423 20.366 20.423h87.154c11.264 0 20.48-9.216 20.48-20.423v-87.324zM321.252 628.395c0-11.321-9.216-20.48-20.48-20.48h-87.154c-11.207 0-20.366 9.159-20.366 20.48v87.154c0 11.207 9.216 20.423 20.366 20.423h87.154c11.264 0 20.48-9.216 20.48-20.423v-87.154zM833.195 180.281c0-11.207-9.159-20.366-20.423-20.366h-375.182c-11.207 0-20.366 9.159-20.366 20.366v87.268c0 11.207 9.216 20.423 20.366 20.423h375.182c11.264 0 20.423-9.216 20.423-20.423v-87.268zM833.195 404.252c0-11.207-9.159-20.366-20.423-20.366h-375.182c-11.207 0-20.366 9.159-20.366 20.366v87.324c0 11.207 9.216 20.423 20.366 20.423h375.182c11.264 0 20.423-9.216 20.423-20.423v-87.324zM833.195 628.395c0-11.321-9.159-20.48-20.423-20.48h-375.182c-11.207 0-20.366 9.159-20.366 20.48v87.154c0 11.207 9.216 20.423 20.366 20.423h375.182c11.264 0 20.423-9.216 20.423-20.423v-87.154z' /%3E %3Cglyph unicode='&%23xe941;' glyph-name='quality-assurance' horiz-adv-x='843' d='M818.598 779.294c-164.442 0-290.455 46.984-396.951 150.588-106.556-103.605-232.568-150.588-396.951-150.588 0-269.794-55.838-656.203 396.951-813.176 452.728 156.913 396.951 543.383 396.951 813.176zM643.072 169.894c-20.36 9.758-40.478 21.504-60.416 35.177-19.938 13.553-33.852 23.793-41.743 30.6-32.105-13.854-72.403-20.841-120.832-20.841-71.56 0-127.94 18.613-169.321 55.898-48.851 44.092-73.246 106.135-73.246 186.007 0 77.523 21.323 137.818 64.030 180.706 42.767 42.948 102.46 64.392 179.14 64.392 78.185 0 138.541-21.022 181.067-62.946s63.789-102.039 63.789-180.224c0-69.572-17.107-125.229-51.441-166.972 18.251-12.71 30.118-20.6 35.72-23.793 8.373-4.698 19.576-10.24 33.732-16.444l-40.478-81.559zM420.442 591.661c-28.913 0-52.344-10.36-70.355-31.142-18.010-20.841-26.985-53.248-26.985-97.4 0-51.381 8.794-87.522 26.383-108.183 17.528-20.841 41.623-31.202 72.282-31.202 9.818 0 19.095 0.964 27.949 2.831-12.228 11.746-31.443 22.95-57.826 33.431l22.769 52.344c12.89-2.349 22.889-5.18 30.057-8.614s21.203-12.469 41.924-27.046c4.939-3.373 10.3-6.927 16.023-10.541 11.565 20.841 17.348 51.863 17.348 93.184 0 47.526-8.794 81.498-26.504 101.798-17.649 20.36-41.984 30.539-73.065 30.539z' /%3E %3Cglyph unicode='&%23xe942;' glyph-name='toggle-bubble-off' horiz-adv-x='2009' d='M1831.385-64h-1654.154c-97.713 0-177.231 79.518-177.231 177.231v669.538c0 97.713 79.518 177.231 177.231 177.231h1654.154c97.713 0 177.231-79.518 177.231-177.231v-669.538c0-97.713-79.518-177.231-177.231-177.231zM177.231 920.615c-76.012 0-137.846-61.834-137.846-137.846v-669.538c0-76.012 61.834-137.846 137.846-137.846h1654.154c76.012 0 137.846 61.834 137.846 137.846v669.538c0 76.012-61.834 137.846-137.846 137.846h-1654.154zM1496.576 603.609c-41.984 0-80.896-13.233-112.876-35.525 3.938 9.689 6.065 20.244 6.065 31.39 0 46.75-37.888 84.834-84.441 84.834-46.513 0-84.401-38.085-84.401-84.834 0-46.828 37.888-84.992 84.401-84.992h0.079c10.634 0 20.677 2.087 30.129 5.711-22.567-31.862-35.958-70.617-35.958-112.443 0-108.071 88.379-196.017 197.041-196.017 108.544-0.039 196.923 87.867 196.923 195.978 0 107.993-88.379 195.899-196.962 195.899zM866.462 802.462h-630.154c-43.481 0-78.769-35.289-78.769-78.769v-551.385c0-43.481 35.289-78.769 78.769-78.769h630.154c43.481 0 78.769 35.289 78.769 78.769v551.385c0 43.481-35.289 78.769-78.769 78.769zM748.308 251.077h-393.846v78.769h393.846v-78.769zM748.308 408.615h-393.846v78.769h393.846v-78.769zM748.308 566.154h-393.846v78.769h393.846v-78.769z' /%3E %3Cglyph unicode='&%23xe943;' glyph-name='toggle-list-on' horiz-adv-x='2009' d='M1831.385-64h-1654.154c-97.713 0-177.231 79.518-177.231 177.231v669.538c0 97.713 79.518 177.231 177.231 177.231h1654.154c97.713 0 177.231-79.518 177.231-177.231v-669.538c0-97.713-79.518-177.231-177.231-177.231zM177.231 920.615c-76.012 0-137.846-61.834-137.846-137.846v-669.538c0-76.012 61.834-137.846 137.846-137.846h1654.154c76.012 0 137.846 61.834 137.846 137.846v669.538c0 76.012-61.834 137.846-137.846 137.846h-1654.154zM1772.308 802.462h-630.154c-43.481 0-78.769-35.289-78.769-78.769v-551.385c0-43.481 35.289-78.769 78.769-78.769h630.154c43.481 0 78.769 35.289 78.769 78.769v551.385c0 43.481-35.289 78.769-78.769 78.769zM1654.154 251.077h-393.846v78.769h393.846v-78.769zM1654.154 408.615h-393.846v78.769h393.846v-78.769zM1654.154 566.154h-393.846v78.769h393.846v-78.769zM354.462 644.923h157.538v-157.538h-157.538v157.538zM590.769 644.923h157.538v-157.538h-157.538v157.538zM354.462 408.615h157.538v-157.538h-157.538v157.538zM590.769 408.615h157.538v-157.538h-157.538v157.538z' /%3E %3Cglyph unicode='&%23xe944;' glyph-name='toggle-list-off' horiz-adv-x='2009' d='M1831.385-64h-1654.154c-97.713 0-177.231 79.518-177.231 177.231v669.538c0 97.713 79.518 177.231 177.231 177.231h1654.154c97.713 0 177.231-79.518 177.231-177.231v-669.538c0-97.713-79.518-177.231-177.231-177.231zM177.231 920.615c-76.012 0-137.846-61.834-137.846-137.846v-669.538c0-76.012 61.834-137.846 137.846-137.846h1654.154c76.012 0 137.846 61.834 137.846 137.846v669.538c0 76.012-61.834 137.846-137.846 137.846h-1654.154zM1260.308 329.846h393.846v-78.769h-393.846v78.769zM1260.308 487.385h393.846v-78.769h-393.846v78.769zM1260.308 644.923h393.846v-78.769h-393.846v78.769zM866.462 802.462h-630.154c-43.481 0-78.769-35.289-78.769-78.769v-551.385c0-43.481 35.289-78.769 78.769-78.769h630.154c43.481 0 78.769 35.289 78.769 78.769v551.385c0 43.481-35.289 78.769-78.769 78.769zM512 251.077h-157.538v157.538h157.538v-157.538zM512 487.385h-157.538v157.538h157.538v-157.538zM748.308 251.077h-157.538v157.538h157.538v-157.538zM748.308 487.385h-157.538v157.538h157.538v-157.538z' /%3E %3Cglyph unicode='&%23xe945;' glyph-name='chevron' horiz-adv-x='640' d='M24.064 367.467l424.897-427.969c15.68-16.576 35.2-24.896 58.688-24.896 23.424 0 43.008 8.256 58.56 24.896l49.6 49.344c16 16.064 24.128 35.904 24.128 59.136 0 22.656-8 42.688-24.128 59.776l-316.736 318.912 316.736 319.424c16 16.192 24.128 35.968 24.128 59.2 0 22.72-8 42.688-24.128 59.776l-49.6 49.28c-16 16.192-35.584 24.32-58.56 24.32-23.040 0-42.624-8.064-58.624-24.32l-424.961-427.841c-16-17.088-24.064-37.12-24.064-59.84 0-23.232 8.064-42.944 24.064-59.2v0z' /%3E %3Cglyph unicode='&%23xe946;' glyph-name='x' d='M1014.656 116.011v0l-310.656 310.656 310.656 310.656c3.328 3.328 5.696 7.232 7.296 11.392 4.16 11.392 1.792 24.704-7.296 33.856l-146.816 146.752c-9.088 9.152-22.4 11.584-33.728 7.296-4.224-1.536-8.128-3.968-11.456-7.296v0l-310.656-310.656-310.656 310.656c-3.328 3.328-7.232 5.76-11.392 7.296-11.392 4.224-24.704 1.856-33.856-7.296l-146.752-146.752c-9.152-9.152-11.584-22.464-7.296-33.856 1.536-4.16 3.968-8.064 7.296-11.392v0l310.656-310.656-310.656-310.656c-3.328-3.328-5.76-7.168-7.296-11.456-4.224-11.392-1.856-24.704 7.296-33.728l146.752-146.816c9.152-9.152 22.464-11.52 33.856-7.296 4.16 1.6 8.064 3.968 11.392 7.296v0l310.656 310.656 310.656-310.656c3.328-3.328 7.168-5.696 11.456-7.296 11.392-4.16 24.704-1.792 33.728 7.296l146.816 146.816c9.152 9.088 11.52 22.4 7.296 33.728-1.6 4.288-3.968 8.128-7.296 11.456z' /%3E %3Cglyph unicode='&%23xe947;' glyph-name='radio-checked' d='M512 960c-282.8 0-512-229.2-512-512s229.2-512 512-512 512 229.2 512 512-229.2 512-512 512zM512 320c-70.7 0-128 57.3-128 128s57.3 128 128 128 128-57.3 128-128-57.3-128-128-128z' /%3E %3Cglyph unicode='&%23xe948;' glyph-name='radio-unchecked' d='M512 960c-282.752 0-512-229.248-512-512s229.248-512 512-512 512 229.248 512 512-229.248 512-512 512zM512 64c-212.096 0-384 171.904-384 384s171.904 384 384 384c212.096 0 384-171.904 384-384s-171.904-384-384-384z' /%3E %3Cglyph unicode='&%23xe949;' glyph-name='menu' horiz-adv-x='1138' d='M56.999 960h1024v-196.267h-1024v196.267zM56.999 541.867h1024v-196.267h-1024v196.267zM56.999 132.267h1024v-196.267h-1024v196.267z' /%3E %3Cglyph unicode='&%23xe94a;' glyph-name='admin-group' horiz-adv-x='1372' d='M176.299 65.707c3.669 75.563 9.728 202.069 86.869 310.101 4.907 6.315 32.299 38.656 90.112 59.605l1.835 0.64 1.877 0.555c30.592 8.789 84.821 27.477 116.352 44.459-20.864 31.104-35.883 65.323-43.435 100.011-8.448 12.672-14.635 27.989-18.517 45.653-5.376 22.613-14.592 61.696-0.128 95.147-15.147 71.381-1.579 117.504 8.491 139.051 3.413 7.808 7.552 14.848 11.52 22.144-24.235 7.339-46.805 10.923-67.797 10.923-74.112 0-127.275-43.477-155.136-106.325-2.56-5.675-19.413-42.069 0.981-111.232-2.133-1.195-3.797-2.901-5.333-4.736-10.496-13.141-3.669-41.173 0.213-57.472 3.072-14.464 8.235-23.68 14.123-29.355 7.296-47.531 34.347-91.221 68.395-121.984-17.323-9.771-38.997-21.291-38.997-21.291-39.552-26.709-125.696-51.413-125.696-51.413-39.552-14.336-56.277-35.84-56.277-35.84-58.496-81.835-62.379-181.931-65.365-245.163-2.219-43.648 7.509-59.989 19.712-64.683 37.931-14.336 94.123-24.661 158.421-31.744-2.304 14.677-3.243 31.019-2.304 49.323l0.085 3.627zM1306.027 354.347c0 0-16.768 21.504-56.405 35.84 0 0-86.187 24.704-125.653 51.413l-39.765 21.077c36.267 33.749 61.013 80.896 69.077 122.197 6.016 5.675 11.563 17.835 15.104 32.128 3.755 16.597 7.851 41.387-2.731 54.656-0.512 0.725-4.565 4.011-5.163 4.736 9.813 34.005 32.171 95.019-22.912 149.76-29.995 29.696-71.083 44.672-108.587 56.533-24.661 7.723-47.659 11.307-69.163 11.307-13.824 0-26.667-1.963-38.912-4.907 41.344-62.763 31.915-127.915 21.248-168.405 15.019-34.731 6.187-74.496 2.176-92.245-3.499-14.080-9.515-32.171-19.669-47.829-8.491-34.048-23.936-68.181-44.331-98.859 31.232-17.152 86.656-36.224 117.675-45.184l1.835-0.512 1.835-0.64c58.155-20.992 85.504-53.547 91.648-61.568 75.819-105.984 81.835-232.491 85.504-308.181l0.171-3.84c0.896-19.072-0.341-35.84-2.901-50.987 71.595 6.997 134.229 18.176 175.488 33.664 12.245 4.651 21.931 20.992 19.925 64.683-3.157 63.275-6.997 163.413-65.493 245.163zM982.272 381.867c0 0-98.816 28.373-144.171 58.965l-45.653 24.192c41.685 38.699 70.101 92.715 79.403 140.16 6.741 6.528 13.184 20.48 17.237 36.864 4.181 19.072 8.917 47.573-3.157 62.677-0.597 0.896-5.333 4.736-6.016 5.504 11.435 39.125 36.992 109.141-26.155 171.947-34.517 34.133-81.664 51.157-124.672 64.811-28.331 8.875-54.741 13.013-79.275 13.013-85.035 0-146.048-49.92-178.048-122.112-2.987-6.443-22.229-48.213 1.067-127.616-2.389-1.365-4.352-3.243-6.101-5.504-12.075-15.019-4.267-47.104 0.213-65.92 3.627-16.427 9.515-27.093 16.299-33.621 8.32-54.528 39.381-104.619 78.379-139.989-19.883-11.136-44.715-24.363-44.715-24.363-45.397-30.635-144.256-58.965-144.256-58.965-45.355-16.427-64.683-41.088-64.683-41.088-67.072-93.995-71.552-208.768-75.051-281.429-2.517-50.091 8.619-68.821 22.656-74.24 87.040-32.811 254.464-49.152 421.931-49.152 167.424 0 334.763 16.341 421.76 49.067 14.165 5.419 25.173 24.149 22.827 74.24-3.499 72.661-7.936 187.52-75.093 281.429 0.043 0.043-19.029 24.704-64.725 41.131z' /%3E %3Cglyph unicode='&%23xe94b;' glyph-name='checkmark' horiz-adv-x='1229' d='M1216.947 800.644l-137.507 145.837c-15.84 18.025-42.536 18.025-58.376 0l-570.581-610.454-242.447 260.131c-16.25 17.001-42.468 17.001-58.785 0l-136.893-146.929c-16.454-17.069-16.454-45.062 0-62.95l409.040-438.535c8.057-7.988 18.639-11.743 29.085-11.743 10.583 0 21.302 3.755 29.427 11.743l737.037 789.541c7.306 9.081 12.017 20.278 12.017 31.202 0 11.812-4.711 24.033-12.017 32.158z' /%3E %3Cglyph unicode='&%23xe94c;' glyph-name='create' horiz-adv-x='1039' d='M597.325 732.632c-13.634 0-18.592 9.271-11.031 20.625l131.136 196.679c7.561 11.329 22.261 13.411 32.672 4.611l243.258-205.901c10.412-8.775 7.759-16.014-5.85-16.014h-390.185zM578.163 667.758c-13.634 0-20.451-10.263-15.122-22.831l277.691-655.704c5.305-12.568 17.353-14.774 26.773-4.884l163.709 171.642c9.42 9.866 10.783 27.12 3.049 38.349l-312.495 453.026c-7.734 11.23-25.236 20.402-38.845 20.402h-104.76zM4.958 364.385c-8.999 10.238-5.404 16.559 8.007 14.031l603.696-113.411c13.411-2.529 28.607-14.898 33.788-27.491l114.527-278.558c5.181-12.618-1.735-22.93-15.369-22.93h-343.308c-13.634 0-32.152 8.379-41.15 18.617l-360.19 409.744zM220.799 568.7c-12.742 4.908-18.295-1.14-12.395-13.436l72.211-149.926c5.925-12.296 21.74-24.269 35.176-26.649l274.865-48.562c13.436-2.38 20.303 6.073 15.295 18.741l-24.294 61.527c-5.007 12.667-19.534 27.045-32.251 31.954l-328.608 126.352z' /%3E %3Cglyph unicode='&%23xe94d;' glyph-name='redline' horiz-adv-x='2299' d='M2284.758 388.81h-502.885c6.045 47.599 24.99 122.377 57.405 159.505 39.793 45.648 91.533 66.020 155.268 66.020 42.173 0 78.11-13.851 107.86-39.174 29.749-25.275 50.503-63.592 62.212-113.714l122.949 18.659c-14.565 75.397-47.552 133.468-99.054 174.451-51.55 40.983-117.855 61.45-198.869 61.45-64.211 0-123.567-15.137-178.068-45.362-54.549-30.178-95.198-70.637-121.949-131.040-20.372-46.076-32.891-103.195-37.746-150.794h-119.188c-2.904 47.599-9.805 70.161-20.848 105.051-14.946 47.314-35.699 85.25-62.164 118.712-26.465 33.51-60.213 58.261-101.196 76.73-40.935 18.564-67.686 27.179-113.572 27.179-82.918 0-187.731-34.129-187.731-101.101v344.618h-142.797v-571.189h-237.996v45.314c0 56.215 10.662 95.103 6.473 116.618-7.521 34.7-14.232 63.354-32.939 86.107-18.754 22.705-44.791 41.554-84.584 56.548-39.84 14.946-90.010 22.467-153.698 22.467-64.164 0-119.807-8.806-168.501-26.322-48.694-17.564-85.583-42.649-111.334-75.207-25.799-32.558-44.077-75.254-55.358-128.184l123.758-16.85c13.566 52.93 34.605 89.82 62.926 110.668s72.255 31.273 131.754 31.273c63.688 0 111.763-14.28 144.083-42.839 23.895-21.086 35.842-57.405 35.842-108.907 0-4.712-0.238-15.708-0.714-33.034-48.266-16.85-123.425-26.513-225.525-38.65-10.615-1.333-20.515 1-29.987 1h-308.585v-95.198h85.107c-5.474-47.599-10.615-25.37-15.279-33.843-16.66-30.225-24.942-68.638-24.942-105.194 0-62.26 21.991-115.951 66.068-155.982 44.029-40.031 107.050-61.26 189.016-61.26 49.646 0 96.15 7.568 139.465 23.942s88.392 47.932 135.229 87.725c3.76-35.081 12.185-40.935 25.275-88.534h132.088c-15.898 47.599-39.364 54.644-44.743 85.821-5.426 31.082-20.896 101.672-20.896 219.194v28.131h237.996v-333.194h95.198v85.916c47.599-73.541 121.711-110.287 209.769-110.287 88.534 0 165.645 44.886 228.857 114.714 52.216 57.643 83.87 100.053 92.913 242.851h120.283c7.33-142.797 37.699-189.825 91.248-247.42 62.069-66.734 144.083-105.146 246.23-105.146 81.49 0 150.223 21.705 206.199 70.209s90.724 114.333 104.337 200.059l-124.377 15.47c-8.901-63.212-29.987-110.335-63.212-140.751-33.272-30.463-74.683-45.886-124.329-45.886-61.831 0-112.001 32.701-150.366 78.158-31.225 36.889-49.503 80.109-55.31 175.308h502.932v95.198zM543.725 164.571c-17.802-36.985-45.648-71.208-83.632-92.485-37.937-21.324-81.252-34.509-129.946-34.509-49.217 0-86.535 9.996-112.048 32.51s-38.27 49.979-38.27 83.632c0 22.038 5.855 41.792 17.564 59.832s28.369 41.554 49.884 50.931c15.898 6.902 40.316-18.468 73.017 29.131h243.66c-0.571-95.198-7.283-101.815-20.23-129.041zM1063.602 544.793c40.269 48.028 88.058 69.542 143.321 69.542 54.787 0 101.529-19.516 140.132-65.877 31.368-37.603 49.789-112.048 55.739-159.647h-397.357c6.045 47.599 25.228 116.761 58.166 155.982zM1344.628 122.065c-40.269-48.028-88.058-77.015-143.321-77.015-67.924 0-121.806 40.078-161.599 105.194-18.706 30.559-30.178 48.17-34.462 143.369h397.262c-6.378-95.198-25.513-132.992-57.881-171.547z' /%3E %3Cglyph unicode='&%23xe94e;' glyph-name='no-access' d='M512 960c-282.624 0-512-229.376-512-512s229.376-512 512-512 512 229.376 512 512-229.376 512-512 512v0zM757.76 400.896h-491.52v90.112h491.52v-90.112z' /%3E %3Cglyph unicode='&%23xe94f;' glyph-name='administer' horiz-adv-x='1029' d='M986.009 385.994l-54.733 20.191c2.197 20.275 2.892 40.744 2.058 61.269-45.361-37.435-101.735-61.992-163.45-68.083-15.908-78.846-67.833-149.377-146.29-185.504-34.542-15.88-71.17-23.946-108.939-23.946-101.429 0-194.348 59.545-236.789 151.602-60.101 130.52-2.837 285.626 127.628 345.7 9.818 4.505 19.802 8.316 29.925 11.57 0 1.196-0.083 2.392-0.083 3.588 0 61.214 18.244 118.228 49.449 166.036-15.63-1.112-31.316-2.837-46.946-5.674l-24.363 52.787c-15.185 33.040-54.428 47.502-87.412 32.289l-66.998-30.815c-33.013-15.213-47.502-54.455-32.317-87.468l24.391-52.814c-31.983-25.921-59.517-55.902-82.211-89.053l-54.622 20.191c-32.985 12.293-72.45-5.896-84.659-38.881l-25.531-69.223c-6.119-16.52-5.395-34.403 1.947-50.395 7.426-15.964 20.581-28.173 37.045-34.181l54.733-20.275c-4.339-39.882-2.92-80.598 4.589-121.064l-52.87-24.335c-33.013-15.213-47.475-54.4-32.262-87.384l30.843-67.026c15.185-32.985 54.428-47.475 87.384-32.262l52.87 24.363c25.865-32.039 55.874-59.517 89.025-82.211l-20.219-54.678c-6.146-16.492-5.423-34.375 1.947-50.395 7.342-15.936 20.497-28.173 36.99-34.264l69.196-25.503c16.52-6.091 34.403-5.395 50.395 1.919 15.992 7.37 28.145 20.497 34.208 37.017l20.247 54.789c39.854-4.339 80.543-2.92 121.037 4.561l24.307-52.842c15.185-32.957 54.455-47.502 87.44-32.262l66.998 30.843c33.040 15.213 47.475 54.428 32.262 87.412l-24.335 52.842c31.983 25.921 59.545 55.874 82.184 89.025l54.706-20.275c16.52-6.119 34.431-5.34 50.45 2.002 15.936 7.37 28.062 20.525 34.181 37.017l25.559 69.196c12.599 34.042-4.895 72.032-38.964 84.603zM739.848 444.732c142.062 0 257.62 115.586 257.62 257.648s-115.558 257.648-257.62 257.648-257.62-115.586-257.62-257.648c0-142.090 115.558-257.648 257.62-257.648zM594.698 699.154l34.765 34.737c4.116 4.088 10.791 4.088 14.907 0l61.547-61.547 144.76 144.76c4.116 4.088 10.791 4.088 14.907 0l34.765-34.765c1.975-1.975 3.087-4.645 3.087-7.481 0-2.809-1.112-5.479-3.087-7.454l-186.95-186.978c-2.058-2.030-4.756-3.059-7.454-3.059s-5.395 1.029-7.454 3.059l-103.766 103.738c-4.116 4.2-4.116 10.874-0.028 14.991z' /%3E %3Cglyph unicode='&%23xe950;' glyph-name='classify' horiz-adv-x='1065' d='M398.181 619.392l-64.803 61.245c7.548 13.691 12.217 29.24 12.217 45.967 0 53.107-42.998 96.083-96.106 96.083s-96.174-42.975-96.174-96.083c0-53.107 43.066-96.106 96.174-96.106 18.722 0 36.040 5.576 50.818 14.801l64.713-61.154c9.792 12.943 20.83 24.797 33.161 35.246zM672.285 627.053l86.11 144.906c8.477-2.403 17.272-4.171 26.497-4.171 53.198 0 96.196 43.021 96.196 96.128 0 53.085-42.998 96.060-96.196 96.060-53.107 0-96.083-42.975-96.083-96.060 0-26.361 10.631-50.183 27.834-67.569l-85.838-144.498c14.733-6.687 28.65-15.028 41.48-24.797zM969.261 505.743c-41.344 0-76.363-26.27-89.94-62.899l-119.633 11.809c0-0.907 0.136-1.745 0.136-2.629 0-15.594-1.723-30.826-4.805-45.559l119.588-11.809c7.231-45.854 46.738-81.055 94.678-81.055 53.085 0 96.060 42.975 96.060 96.060-0.023 53.039-42.998 96.083-96.083 96.083zM639.125 127.848l-26.746 116.868c-15.096-5.236-30.804-8.999-47.191-10.88l26.792-116.868c-30.713-16.070-51.906-47.826-51.906-84.908 0-53.085 42.975-96.038 96.174-96.038 53.085 0 96.060 42.975 96.060 96.038 0.068 52.065-41.457 94.247-93.182 95.788zM325.422 405.602l-148.918-49.843c-17.181 26.202-46.761 43.655-80.42 43.655-53.107 0-96.083-42.998-96.083-96.083 0-53.153 42.975-96.151 96.083-96.151 53.062 0 96.151 42.998 96.151 96.151 0 2.244-0.476 4.261-0.657 6.437l149.394 50.025c-6.732 14.484-12.081 29.784-15.549 45.809zM704.948 452.001c0-91.021-73.787-164.807-164.807-164.807s-164.807 73.787-164.807 164.807c0 91.021 73.787 164.807 164.807 164.807s164.807-73.787 164.807-164.807z' /%3E %3Cglyph unicode='&%23xe951;' glyph-name='conduct-qa' horiz-adv-x='1022' d='M991.030 427.34c0.296 6.712 1.001 13.265 1.001 20.046 0 6.007-0.637 11.855-0.887 17.862 2.389 11.559 8.146 23.413 13.766 34.358 5.484 12.241 11.195 23.186 12.446 29.42 5.12 20.478-6.894 32.811-20 40.797-9.329 5.779-19.204 9.556-25.37 13.857-3.459 11.786-7.645 23.209-12.014 34.608-1.251 12.264-0.046 25.689 1.001 37.953 1.593 13.538 3.732 25.894 3.049 32.265-5.848 35.996-43.846 32.265-61.662 36.747-7.099 9.966-14.38 19.773-22.139 29.125-11.786 22.116-12.787 56.656-19.204 66.986-16.064 33.152-51.764 16.178-69.762 15.017-9.966 7.167-20.228 13.789-30.717 20.182-17.543 18.453-30.899 48.624-39.637 57.68-14.494 15.268-31.718 11.331-45.211 5.415-9.921-4.278-18.476-10.626-25.529-13.766-12.31 3.641-24.801 7.031-37.475 9.693-22.207 11.217-43.619 35.973-54.586 40.661-18.726 8.624-33.607 0.933-44.506-9.056-7.895-7.986-13.902-16.838-19.523-22.094-12.696-0.478-25.279-1.251-37.634-2.73-24.87 2.844-53.858 20.387-65.849 20.706-20.683 2.571-32.447-9.010-39.091-23.254-5.029-9.966-7.895-20.251-11.65-26.804-11.627-4.619-22.822-9.647-33.948-15.017-25.029-4.528-57.453 0.728-69.785-1.638-20.728-3.754-26.826-20.319-29.238-34.881-1.798-10.762-1.183-21.525-2.366-29.147-9.716-8.214-19.227-16.656-28.192-25.666-21.343-12.696-54.768-16.633-64.301-23.641-31.468-19.136-11.991-53.016-9.192-71.014-6.325-10.58-12.241-21.388-17.793-32.515-7.6-9.215-18.84-16.929-28.669-24.164-10.762-8.1-21.002-14.972-25.12-19.818-14.448-15.632-9.056-32.401-1.775-45.507 5.575-9.602 12.059-17.497 15.586-24.164-2.548-12.287-4.278-24.779-5.916-37.316-10.125-23.254-31.309-47.327-36.679-58.795-11.695-34.221 22.685-49.17 36.383-61.571 1.524-12.856 3.322-25.803 5.984-38.408-1.183-24.619-16.11-54.267-15.336-65.985-1.206-36.815 37.725-39.022 54.472-46.44 5.393-11.104 11.263-21.957 17.543-32.583 3.618-11.445 3.982-25.074 4.596-37.316 0.933-13.425 1.115-25.803 2.912-31.878 5.211-20.524 22.162-25.188 37.134-26.258 11.081-0.66 21.343 0.501 28.897-0.228 8.806-8.737 18.18-17.065 27.623-25.12 14.312-20.728 22.094-53.038 29.284-63.050 12.423-16.496 29.147-16.838 43.55-13.106 10.831 3.277 20.478 8.169 27.896 10.012 11.172-5.438 22.526-10.671 34.153-15.336 9.784-6.69 18.521-16.633 26.303-26.371 8.897-10.376 16.747-19.5 21.912-23.277 8.373-6.075 16.678-7.964 24.278-7.304 7.736 1.274 14.813 4.938 21.161 9.352 9.079 6.257 16.496 13.811 22.799 17.816 12.31-1.547 24.824-2.389 37.452-3.026 24.050-7.986 49.898-27.85 61.73-31.559 20.046-7.076 33.266 5.12 42.322 16.656 6.576 8.692 11.126 17.862 15.859 23.891 12.56 2.594 24.824 5.984 36.997 9.579 25.074 0.455 55.883-10.444 68.124-9.989 20.569 1.411 29.989 15.29 34.79 29.375 3.185 10.831 4.278 21.661 6.758 28.92 10.398 6.189 20.569 12.583 30.444 19.523 11.172 4.892 24.688 7.054 37.521 8.214 13.538 1.843 25.529 3.322 31.423 5.666 19.841 7.122 23.891 23.573 23.254 39.091-0.273 11.104-2.594 21.548-2.366 29.034 7.804 9.17 15.063 18.817 22.185 28.624 4.3 3.641 9.010 7.099 14.335 9.943 5.848 3.777 12.128 7.122 18.248 10.171 12.219 6.007 23.777 10.944 28.738 14.995 26.895 24.574 3.277 54.29-2.753 71.605 4.528 11.65 8.919 23.254 12.537 35.336 12.196 21.661 40.297 41.161 45.189 52.037 18.567 31.741-14.517 52.151-25.757 66.577zM513.365 21.508c-234.816 0-425.901 191.039-425.901 425.878 0 234.862 191.061 425.923 425.901 425.923s425.855-191.039 425.855-425.923c0-234.839-191.039-425.878-425.855-425.878zM513.775 840.112c-215.021 0-389.336-174.292-389.336-389.29 0-215.021 174.315-389.313 389.336-389.313 214.998 0 389.29 174.292 389.29 389.313 0.023 214.975-174.269 389.29-389.29 389.29zM729.82 584.931l-211.517-316.979c-7.964-11.809-20.319-19.636-32.629-19.636-12.287 0-26.030 6.781-34.722 15.654l-155.27 157.75c-10.603 10.785-10.603 28.192 0 39l38.34 39.022c10.58 10.626 27.805 10.626 38.317 0l101.048-102.687 166.647 249.72c8.26 12.628 25.325 15.768 37.612 7.281l45.029-30.877c12.287-8.578 15.563-25.757 7.145-38.249z' /%3E %3Cglyph unicode='&%23xe952;' glyph-name='chevron-full' horiz-adv-x='1006' d='M387.974 365.819l426.628-426.014c15.769-16.537 35.275-24.831 58.877-24.831s43.211 8.294 58.877 24.831l49.713 49.098c16.127 16.127 24.319 35.736 24.319 58.826 0 22.629-8.089 42.494-24.319 59.594l-317.987 317.322 317.987 318.038c16.127 16.127 24.319 35.787 24.319 58.877 0 22.68-8.089 42.545-24.319 59.543l-49.713 49.047c-16.076 16.076-35.787 24.216-58.877 24.216s-42.801-8.089-58.877-24.216l-426.628-426.014c-16.127-16.998-24.268-36.913-24.268-59.543 0.051-23.039 8.14-42.596 24.268-58.775zM0.051-1.728c-0.614-22.885 7.424-42.596 24.114-59.287 16.639-16.588 36.401-24.831 59.184-24.268h69.885c22.783 0 42.391 7.884 58.672 24.268 16.025 16.025 24.472 35.787 24.984 59.287l-0.051 856.789c0.666 22.834-7.475 42.596-24.063 59.235-16.69 16.588-36.401 24.882-59.235 24.319h-69.833c-22.783 0-42.391-7.884-58.775-24.268-15.974-16.025-24.319-35.787-24.882-59.235v-856.84z' /%3E %3Cglyph unicode='&%23xe953;' glyph-name='info' d='M512 938.667c-282.709 0-512-229.291-512-512 0-282.795 229.291-512 512-512s512 229.205 512 512c0 282.709-229.291 512-512 512zM513.365 805.718c44.715 0 81.237-36.523 81.237-81.237s-36.523-81.237-81.237-81.237-81.323 36.523-81.323 81.237 36.523 81.237 81.323 81.237zM659.968 47.616h-295.936v76.885h68.864v398.080h-67.584v76.885h229.461v-474.965h65.28v-76.885z' /%3E %3Cglyph unicode='&%23xe954;' glyph-name='stripe-1' horiz-adv-x='377' d='M107.789 940.338h269.474v-269.474h-269.474v269.474zM107.789 563.075h269.474v-269.474h-269.474v269.474zM107.789 185.811h269.474v-269.474h-269.474v269.474z' /%3E %3Cglyph unicode='&%23xe955;' glyph-name='stripe-2' horiz-adv-x='647' d='M0 961.671h269.474v-269.474h-269.474v269.474zM0 584.408h269.474v-269.474h-269.474v269.474zM0 207.144h269.474v-269.474h-269.474v269.474zM377.263 961.671h269.474v-269.474h-269.474v269.474zM377.263 584.408h269.474v-269.474h-269.474v269.474zM377.263 207.144h269.474v-269.474h-269.474v269.474z' /%3E %3Cglyph unicode='&%23xe956;' glyph-name='haystack-data2' d='M562.538 386.207c-17.199 19.979-27.672 46.175-27.672 74.818 0 63.501 51.478 114.979 114.979 114.979 0.341 0 0.681-0.001 1.021-0.004h8.776c29.352 40.607 65.103 97.766 53.186 110.345-17.214 17.214-132.414-66.207-148.745-84.303l-28.69-28.69-160.221 25.379 4.414 4.414c2.614 2.278 4.256 5.613 4.256 9.332 0 6.825-5.533 12.359-12.359 12.359-3.718 0-7.053-1.642-9.319-4.241l-17.006-17.008-66.207 11.034-44.138-44.138 208.552-100.855-75.255-75.255-86.731 9.71-27.145-37.517 97.986-42.593 42.593-97.986 36.634 27.807-9.71 88.276 75.255 75.255 100.855-208.552 44.138 44.138-11.476 70.841 15.448 15.448c2.194 2.196 3.551 5.229 3.551 8.578 0 0.243-0.007 0.484-0.021 0.724-0.525-0.042-1.145-0.047-1.767-0.047-33.729 0-64.066 14.523-85.099 37.658zM782.345 342.069l-51.862 59.807c-1.702 1.825-3.862 3.201-6.298 3.946 12.069 15.844 19.403 35.933 19.403 57.734 0 52.532-42.585 95.117-95.117 95.117s-95.117-42.585-95.117-95.117c0-52.532 42.585-95.117 95.117-95.117 13.865 0 27.038 2.967 38.917 8.3-0.602-0.249-0.602-0.257-0.602-0.265 0-3.522 1.25-6.751 3.33-9.27l51.842-60.665c2.725-3.119 6.71-5.078 11.153-5.078 3.67 0 7.027 1.337 9.612 3.55l17.635 15.211c3.602 2.727 5.905 7.005 5.905 11.822 0 3.874-1.49 7.4-3.928 10.036zM649.931 393.048c-0.241-0.003-0.527-0.005-0.812-0.005-38.271 0-69.297 31.025-69.297 69.297s31.025 69.297 69.297 69.297c38.271 0 69.297-31.025 69.297-69.297 0-21.075-9.408-39.952-24.252-52.661-11.808-10.531-27.216-17.065-44.141-17.511zM512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512-0.376-282.618-229.382-511.624-511.964-512zM512 915.862c-258.393 0-467.862-209.469-467.862-467.862s209.469-467.862 467.862-467.862c258.393 0 467.862 209.469 467.862 467.862-0.376 258.242-209.62 467.486-467.826 467.862z' /%3E %3Cglyph unicode='&%23xe957;' glyph-name='stripe-3' d='M0 940.338h269.474v-269.474h-269.474v269.474zM0 563.075h269.474v-269.474h-269.474v269.474zM0 185.811h269.474v-269.474h-269.474v269.474zM377.263 940.338h269.474v-269.474h-269.474v269.474zM377.263 563.075h269.474v-269.474h-269.474v269.474zM377.263 185.811h269.474v-269.474h-269.474v269.474zM754.526 940.338h269.474v-269.474h-269.474v269.474zM754.526 563.075h269.474v-269.474h-269.474v269.474zM754.526 185.811h269.474v-269.474h-269.474v269.474z' /%3E %3Cglyph unicode='&%23xe958;' glyph-name='annotate' horiz-adv-x='1212' d='M165.28 112.331l155.2-180.448c19.84-23.072 52.544-22.848 72.544 0l157.888 180.448h605.824c30.528 0 55.296 24.704 55.296 55.456v715.328c0 30.688-24.192 55.52-55.232 55.52h-1101.568c-30.464 0-55.2-24.736-55.2-55.52v-715.328c0-30.624 24.416-55.456 55.040-55.456h110.208zM220.352 725.899c0 6.72 5.44 12.224 12.128 12.224h747.392c6.752 0 12.096-5.44 12.096-12.224v-50.432c0-6.72-5.44-12.224-12.096-12.224h-747.392c-6.784 0-12.128 5.44-12.128 12.224v50.432zM220.352 560.619c0 6.72 5.44 12.256 12.128 12.256h747.392c6.752 0 12.096-5.472 12.096-12.256v-50.432c0-6.72-5.44-12.224-12.096-12.224h-747.392c-6.784 0-12.128 5.472-12.128 12.224v50.432zM220.352 395.371c0 6.72 5.184 12.224 11.52 12.224h472.768c6.272 0 11.488-5.472 11.488-12.224v-50.432c0-6.72-5.152-12.256-11.488-12.256h-472.768c-6.272 0-11.52 5.472-11.52 12.256v50.432z' /%3E %3Cglyph unicode='&%23xe959;' glyph-name='arrow' horiz-adv-x='569' d='M15.585 471.609l447.943 448.057c12.743 12.516 27.762 19.001 45.056 19.001 17.408 0 32.313-6.485 45.056-19.001 12.629-12.743 18.887-27.762 18.887-45.056v-896c0-17.408-6.258-32.427-18.887-45.056-12.857-12.629-27.762-18.887-45.056-18.887s-32.313 6.258-45.056 18.887l-447.943 448.057c-12.516 12.629-19.115 27.648-19.115 45.056 0 17.18 6.599 32.199 19.115 44.942z' /%3E %3Cglyph unicode='&%23xe95a;' glyph-name='language-jp' horiz-adv-x='1260' d='M905.058 594.052c-11.343 2.993-32.138 4.49-62.622 4.49h-129.812v-181.406h131.23c43.402 0 74.122 8.113 92.396 24.34 18.196 16.069 27.333 38.833 27.333 68.135 0 21.268-5.278 39.385-16.069 54.508-10.713 15.124-24.891 25.049-42.457 29.932zM0 938.667v-1024h1260.308v1024h-1260.308zM535.71 312.688c0-42.535-5.12-75.382-15.439-98.698s-26.466-41.118-48.758-53.327c-22.292-12.209-48.443-18.274-78.454-18.274-44.505 0-78.69 12.761-102.242 38.361-23.71 25.6-35.052 63.724-34.107 114.215l60.574 8.271c1.654-38.754 8.901-65.3 21.819-79.636s30.799-21.425 53.642-21.425c16.857 0 31.35 3.86 43.638 11.579 12.209 7.719 20.638 18.196 25.285 31.429 4.647 13.312 6.932 34.501 6.932 63.567v349.657h67.19v-345.718zM991.626 402.091c-27.49-29.932-77.115-44.82-148.874-44.82h-130.127v-206.297h-67.19v507.431h191.488c33.713 0 59.392-1.654 77.115-4.884 24.891-4.175 45.765-12.052 62.7-23.71 16.778-11.658 30.326-27.963 40.645-48.994s15.36-44.111 15.36-69.238c0-43.087-13.627-79.636-41.118-109.489z' /%3E %3Cglyph unicode='&%23xe95b;' glyph-name='notification-bell' horiz-adv-x='795' d='M277.082 56.471c0 0 0 0 0 0 0-66.259 54.212-120.471 120.471-120.471s120.471 54.212 120.471 120.471c0 0 0 0 0 0h-240.941zM783.059 207.059l-108.424 162.635c0 48.188 0 168.659 0 198.776 0 132.518-96.376 246.965-222.871 271.059v60.235c0 36.141-24.094 60.235-54.212 60.235s-54.212-24.094-54.212-54.212v-60.235c-126.494-30.118-222.871-138.541-222.871-277.082 0-54.212 0-168.659 0-198.776l-108.424-162.635c-12.047-18.071-12.047-36.141-6.024-54.212 12.047-18.071 30.118-30.118 48.188-30.118h686.682c18.071 0 42.165 12.047 48.188 30.118s6.024 42.165-6.024 54.212z' /%3E %3Cglyph unicode='&%23xe95c;' glyph-name='uniE95A' d='M1024 448c0-282.77-229.23-512-512-512s-512 229.23-512 512c0 282.77 229.23 512 512 512s512-229.23 512-512z' /%3E %3Cglyph unicode='&%23xe95d;' glyph-name='uniE95B' d='M512 960c-282.738-0.057-511.943-229.262-512-512 0.057-282.852 229.262-512 512-512 282.795 0 511.943 229.148 512.057 512-0.114 282.738-229.319 511.943-512.057 512zM368.981 872.164c-34.475-39.879-71.509-95.346-99.669-168.22h-124.473c54.329 77.71 132.551 137.273 224.142 168.22zM107.861 640h140.459c-12.629-47.161-20.764-100.523-23.040-160.028h-159.63c4.153 57.003 18.83 110.933 42.212 160.028zM65.65 415.972h159.63c2.276-59.449 10.411-112.868 23.040-159.972h-140.402c-23.381 49.095-38.059 102.912-42.268 159.972zM144.953 192h124.359c28.16-72.818 65.081-128.284 99.556-167.993-91.477 30.891-169.643 90.34-223.915 167.993zM480.028 6.77c-30.094 22.528-95.687 79.929-141.824 185.287h141.824v-185.287zM480.028 256h-165.49c-13.653 46.023-22.812 99.328-25.372 159.972h190.862v-159.972zM480.028 479.972h-190.748c2.56 60.928 11.947 114.005 25.714 159.972h164.978v-159.972zM480.028 703.943h-142.052c16.839 38.571 36.352 70.713 55.751 97.109 26.226 35.612 52.395 60.814 71.737 76.971 5.575 4.551 10.297 8.249 14.507 11.378v-185.458zM958.236 479.972h-159.516c-2.276 59.506-10.468 112.868-23.154 160.028h140.516c23.324-49.095 38.116-103.026 42.155-160.028zM879.104 703.943h-124.416c-28.16 72.988-65.195 128.455-99.783 168.22 91.705-30.948 169.984-90.51 224.199-168.22zM544.028 703.943v185.23c30.037-22.528 95.687-79.986 141.824-185.344l-141.824 0.114zM544.028 640h165.376c13.653-45.966 22.812-99.385 25.429-159.972h-190.805v159.972zM544.028 416.028h190.692c-2.617-60.928-12.004-114.005-25.771-159.972h-164.921v159.972zM558.535 18.034c-5.632-4.608-10.354-8.192-14.507-11.321v185.23h141.995c-16.839-38.4-36.466-70.542-55.808-96.996-26.169-35.612-52.338-60.871-71.68-76.914zM655.076 24.007c34.418 39.708 71.452 95.175 99.612 167.993h124.416c-54.329-77.653-132.494-137.102-224.028-167.993zM916.025 256h-140.345c12.572 47.047 20.708 100.523 22.983 159.972h159.573c-4.153-56.946-18.83-110.876-42.212-159.972z' /%3E %3Cglyph unicode='&%23xe95e;' glyph-name='electromechanicals' d='M978.489 527.644h-62.578c-11.378 45.511-34.133 108.089-62.578 147.911l45.511 45.511c17.067 17.067 17.067 45.511 0 62.578l-45.511 45.511c-17.067 17.067-45.511 17.067-62.578 0l-51.2-39.822c-45.511 34.133-102.4 51.2-153.6 62.578v62.578c5.689 28.444-17.067 45.511-39.822 45.511h-68.267c-22.756 0-45.511-17.067-45.511-45.511v-62.578c-45.511-11.378-108.089-34.133-147.911-62.578l-45.511 39.822c-22.756 22.756-45.511 22.756-68.267 0l-39.822-39.822c-17.067-17.067-17.067-45.511 0-62.578l39.822-51.2c-28.444-39.822-51.2-102.4-62.578-147.911h-62.578c-28.444 0-45.511-22.756-45.511-45.511v-62.578c0-28.444 17.067-45.511 45.511-45.511h62.578c11.378-56.889 34.133-108.089 62.578-153.6l-45.511-45.511c-17.067-17.067-17.067-45.511 0-62.578l45.511-45.511c17.067-17.067 45.511-17.067 62.578 0l51.2 39.822c45.511-34.133 102.4-51.2 153.6-62.578v-62.578c-5.689-28.444 17.067-45.511 39.822-45.511h62.578c28.444 0 45.511 17.067 45.511 45.511v62.578c56.889 11.378 108.089 34.133 153.6 62.578l51.2-45.511c17.067-17.067 45.511-17.067 62.578 0l45.511 45.511c17.067 17.067 17.067 45.511 0 62.578l-39.822 51.2c34.133 45.511 51.2 102.4 62.578 153.6h62.578c28.444 0 45.511 17.067 45.511 45.511v62.578c-5.689 22.756-22.756 45.511-51.2 45.511zM711.111 465.067l-261.689-290.133h-5.689c0 0-5.689 5.689 0 5.689l85.333 221.867h-164.978c-5.689 0-11.378 0-11.378 5.689-5.689 5.689-5.689 11.378 0 17.067l91.022 238.933c0 11.378 11.378 22.756 17.067 22.756h142.222c5.689 0 11.378 0 11.378-5.689 5.689-5.689 5.689-11.378 0-17.067l-56.889-159.289c0 0 119.467 0 142.222 0 5.689 0 11.378-5.689 17.067-11.378 0-11.378 0-22.756-5.689-28.444z' /%3E %3Cglyph unicode='&%23xe95f;' glyph-name='fasteners' d='M830.578 766.578c39.822 0 79.644-22.756 113.778-45.511l-256-204.8c-11.378 22.756-22.756 45.511-22.756 79.644 0 96.711 73.956 170.667 164.978 170.667v0zM733.867 351.289c-113.778 39.822-233.244-11.378-284.444-119.467-39.822-113.778 5.689-244.622 119.467-284.444s233.244 11.378 284.444 119.467c51.2 119.467-5.689 244.622-119.467 284.444zM756.622 83.911l-51.2 22.756c-5.689 0-22.756-5.689-28.444-11.378 0-5.689-5.689-5.689-5.689-5.689l-22.756-45.511-45.511 22.756 22.756 51.2c0 11.378-5.689 22.756-11.378 34.133l-62.578 11.378 22.756 45.511 51.2-22.756c11.378 0 28.444 5.689 34.133 11.378l22.756 51.2 45.511-22.756-22.756-45.511c0-11.378 5.689-22.756 11.378-34.133v0c0 0 5.689-5.689 11.378-11.378l39.822-11.378-11.378-39.822zM830.578 436.622c-39.822 0-73.956 11.378-102.4 39.822l256 193.422c5.689-22.756 11.378-45.511 11.378-68.267 0-91.022-73.956-164.978-164.978-164.978v0zM512 851.911l-278.756 108.089-233.244-182.044 39.822-295.822 284.444-113.778 227.556 187.733-39.822 295.822zM398.222 612.978c-28.444-68.267-102.4-96.711-164.978-73.956-68.267 28.444-102.4 102.4-73.956 164.978 28.444 68.267 102.4 96.711 164.978 73.956v0c68.267-28.444 96.711-102.4 73.956-164.978z' /%3E %3Cglyph unicode='&%23xe960;' glyph-name='interconnects' d='M733.867 812.089c39.822 39.822 96.711 39.822 136.533 0s39.822-96.711 0-136.533c-34.133-39.822-96.711-39.822-136.533 0s-34.133 96.711 0 136.533zM807.822 448c0-11.378-11.378-28.444-28.444-28.444-11.378 0-28.444 11.378-28.444 28.444 0 11.378 11.378 28.444 28.444 28.444s28.444-17.067 28.444-28.444zM699.733 664.178c11.378 0 28.444-11.378 28.444-28.444 0-11.378-11.378-28.444-28.444-28.444-11.378 0-28.444 11.378-28.444 28.444s11.378 28.444 28.444 28.444zM699.733 476.444c11.378 0 28.444-11.378 28.444-28.444s-11.378-28.444-28.444-28.444-28.444 17.067-28.444 28.444c0 11.378 11.378 28.444 28.444 28.444zM637.156 607.289c11.378 0 28.444-11.378 28.444-28.444 0-11.378-11.378-28.444-28.444-28.444-11.378 0-28.444 11.378-28.444 28.444 5.689 17.067 17.067 28.444 28.444 28.444zM512 237.511c-11.378 0-28.444 11.378-28.444 28.444s11.378 28.444 28.444 28.444c11.378 0 28.444-11.378 28.444-28.444s-17.067-28.444-28.444-28.444zM540.444 180.622c0-11.378-11.378-28.444-28.444-28.444s-28.444 11.378-28.444 28.444c0 11.378 11.378 28.444 28.444 28.444 11.378-5.689 28.444-17.067 28.444-28.444zM512 322.844c-68.267 0-125.156 56.889-125.156 125.156s56.889 125.156 125.156 125.156c68.267 0 125.156-56.889 125.156-125.156s-56.889-125.156-125.156-125.156zM512 658.489c11.378 0 28.444-11.378 28.444-28.444s-17.067-22.756-28.444-22.756c-11.378 0-28.444 11.378-28.444 28.444s17.067 22.756 28.444 22.756zM483.556 715.378c0 11.378 11.378 28.444 28.444 28.444s28.444-11.378 28.444-28.444c0-11.378-11.378-28.444-28.444-28.444s-28.444 17.067-28.444 28.444zM512 960c51.2 0 96.711-39.822 96.711-91.022s-45.511-96.711-96.711-96.711-96.711 45.511-96.711 91.022c0 51.2 45.511 96.711 96.711 96.711v0zM375.467 607.289c11.378 0 28.444-11.378 28.444-28.444 0-11.378-11.378-28.444-28.444-28.444-11.378 0-28.444 11.378-28.444 28.444 5.689 17.067 17.067 28.444 28.444 28.444zM347.022 641.422c0-11.378-11.378-28.444-28.444-28.444-11.378 0-28.444 11.378-28.444 28.444 0 11.378 11.378 28.444 28.444 28.444 17.067-5.689 28.444-17.067 28.444-28.444zM352.711 448c0-11.378-11.378-28.444-28.444-28.444s-22.756 17.067-22.756 28.444c0 11.378 11.378 28.444 28.444 28.444s22.756-17.067 22.756-28.444zM147.911 812.089c39.822 39.822 96.711 39.822 136.533 0s39.822-96.711 0-136.533-96.711-39.822-136.533 0-39.822 96.711 0 136.533zM267.378 448c0-11.378-11.378-28.444-28.444-28.444-11.378 0-22.756 17.067-22.756 28.444s11.378 28.444 28.444 28.444c11.378 0 22.756-17.067 22.756-28.444zM0 448c0 51.2 39.822 96.711 91.022 96.711s96.711-45.511 96.711-96.711-39.822-96.711-91.022-96.711-96.711 45.511-96.711 96.711v0zM278.756 83.911c-39.822-39.822-96.711-39.822-136.533 0s-39.822 96.711 0 136.533 96.711 39.822 136.533 0 39.822-96.711 0-136.533zM318.578 231.822c-11.378 0-28.444 11.378-28.444 28.444s11.378 28.444 28.444 28.444c11.378 0 28.444-11.378 28.444-28.444s-11.378-28.444-28.444-28.444zM398.222 294.4c-11.378-11.378-28.444-11.378-39.822 0s-11.378 28.444 0 39.822c11.378 11.378 28.444 11.378 39.822 0s11.378-28.444 0-39.822zM512-64c-51.2 0-96.711 39.822-96.711 91.022s45.511 96.711 96.711 96.711 91.022-39.822 96.711-91.022c0-51.2-45.511-96.711-96.711-96.711zM625.778 294.4c-11.378 11.378-11.378 28.444 0 39.822 5.689 11.378 28.444 11.378 39.822 0s11.378-28.444 0-39.822c-11.378-11.378-28.444-11.378-39.822 0zM671.289 254.578c0 11.378 11.378 28.444 28.444 28.444s28.444-11.378 28.444-28.444c0-11.378-11.378-28.444-28.444-28.444s-28.444 17.067-28.444 28.444zM876.089 83.911c-39.822-39.822-96.711-39.822-136.533 0s-39.822 96.711 0 136.533c34.133 39.822 96.711 39.822 136.533 0s39.822-96.711 0-136.533zM927.289 351.289c-51.2 0-96.711 45.511-96.711 96.711s45.511 96.711 96.711 96.711 96.711-45.511 96.711-96.711-45.511-96.711-96.711-96.711z' /%3E %3Cglyph unicode='&%23xe961;' glyph-name='semiconductors' horiz-adv-x='1030' d='M819.2 544.711l113.778 5.689c17.067 0 22.756-5.689 22.756-22.756s-5.689-22.756-22.756-22.756h-113.778v39.822zM682.667 863.289c0 17.067 5.689 22.756 22.756 22.756s22.756-5.689 22.756-22.756l-5.689-125.156h-39.822v125.156zM546.133 886.044c0 45.511 34.133 73.956 73.956 73.956 17.067 0 22.756-5.689 22.756-22.756s-5.689-22.756-22.756-22.756c-17.067 0-28.444-17.067-28.444-28.444l-5.689-147.911h-39.822v147.911zM415.289 863.289c0 17.067 5.689 22.756 22.756 22.756 11.378 0 17.067-5.689 17.067-22.756l-5.689-119.467h-34.133v119.467zM102.4 652.8h113.778c0-5.689 0-5.689 0-5.689v-34.133h-113.778c-17.067 0-22.756 5.689-22.756 22.756 0 5.689 17.067 17.067 22.756 17.067v0zM216.178 351.289h-113.778c-17.067 0-22.756 5.689-22.756 22.756 0 5.689 17.067 17.067 22.756 17.067h113.778v-39.822zM227.556 482.133h-142.222c-45.511 0-73.956 34.133-73.956 73.956 0 17.067 5.689 22.756 22.756 22.756s22.756-11.378 22.756-22.756c0-22.756 17.067-34.133 28.444-34.133h142.222v-39.822zM284.444 960c45.511 0 73.956-34.133 73.956-73.956v-147.911h-39.822v147.911c0 17.067-17.067 28.444-28.444 28.444-17.067 0-28.444 5.689-28.444 22.756s5.689 22.756 22.756 22.756zM358.4 32.711c0-17.067-5.689-22.756-22.756-22.756s-22.756 5.689-22.756 22.756l5.689 108.089h34.133l5.689-108.089zM489.244 9.956c0-45.511-34.133-73.956-73.956-73.956-17.067 0-22.756 5.689-22.756 22.756s5.689 22.756 22.756 22.756c17.067 0 28.444 17.067 28.444 28.444l5.689 130.844h34.133v-130.844zM625.778 32.711c0-17.067-5.689-22.756-22.756-22.756s-22.756 5.689-22.756 22.756l5.689 108.089h39.822v-108.089zM756.622-64c-45.511 0-73.956 34.133-73.956 73.956v130.844h45.511v-130.844c0-17.067 17.067-28.444 28.444-28.444s17.067-5.689 22.756-22.756c0-17.067-11.378-22.756-22.756-22.756zM785.067 231.822c0-28.444-22.756-51.2-51.2-51.2h-415.289c-28.444 0-51.2 22.756-51.2 51.2v415.289c0 28.444 22.756 51.2 51.2 51.2h415.289c22.756 0 51.2-22.756 51.2-51.2v-415.289zM927.289 248.889h-113.778v34.133h113.778c22.756 0 22.756 0 22.756-17.067s-5.689-17.067-22.756-17.067v0zM1001.244 328.533c-17.067 0-22.756 5.689-22.756 22.756s-17.067 28.444-28.444 28.444h-136.533v34.133h136.533c51.2 0 73.956-28.444 73.956-62.578 0-17.067-5.689-22.756-22.756-22.756zM961.422 612.978h-136.533v34.133c0 5.689 0 5.689 0 5.689h136.533c17.067 0 28.444 17.067 28.444 28.444 0 17.067 5.689 22.756 22.756 22.756s22.756-5.689 22.756-22.756c-5.689-39.822-39.822-68.267-73.956-68.267zM0 203.378c0 45.511 34.133 73.956 73.956 73.956h147.911v-34.133h-147.911c-17.067 0-28.444-17.067-28.444-28.444 0-17.067-5.689-28.444-22.756-28.444s-22.756 5.689-22.756 17.067z' /%3E %3Cglyph unicode='&%23xe962;' glyph-name='passives' horiz-adv-x='1212' d='M1080.889 300.089c34.133 0 130.844 0 130.844 73.956 0 17.067-5.689 34.133-17.067 45.511-28.444 28.444-79.644 28.444-113.778 28.444-17.067 0-51.2 0-79.644-22.756 0 11.378 0 17.067 0 28.444v0c0 17.067 0 28.444 0 39.822 28.444-17.067 56.889-17.067 73.956-17.067 0 0 0 0 0 0 34.133 0 130.844 0 130.844 73.956 0 17.067-5.689 34.133-17.067 45.511-28.444 28.444-79.644 28.444-113.778 28.444-17.067 0-45.511 0-73.956-17.067-5.689 11.378-5.689 22.756-5.689 28.444v85.333c0 0 0 0 0 0 0 5.689 0 11.378-5.689 22.756 0 0 0 0 0 0s0 0 0 0c0 5.689 0 5.689-5.689 11.378v0c-17.067 39.822-56.889 73.956-108.089 73.956h-91.022l-62.578 130.844-79.644-199.111-96.711 199.111-79.644-199.111-85.333 199.111-51.2-136.533h-96.711c-68.267 0-119.467-56.889-119.467-119.467v-216.178h-113.778v-39.822h273.067v45.511h-113.778v210.489c0 39.822 34.133 73.956 73.956 73.956h119.467l34.133 73.956 79.644-199.111 85.333 199.111 85.333-199.111 79.644 199.111 34.133-73.956h119.467c39.822 0 73.956-34.133 73.956-73.956v-68.267c0-34.133 0-62.578 11.378-85.333-11.378-22.756-17.067-56.889-17.067-96.711v0c0-34.133 5.689-62.578 11.378-85.333-11.378-22.756-11.378-56.889-11.378-96.711v0c0-34.133 5.689-68.267 17.067-91.022-5.689-22.756-11.378-45.511-11.378-79.644v0 5.689c0 0 0 0 0-5.689v0-56.889c0-28.444-22.756-62.578-68.267-62.578h-642.844c-39.822 0-73.956 34.133-73.956 73.956v329.956c45.511-11.378 73.956-45.511 73.956-91.022v-5.689h45.511v5.689c0 68.267-51.2 125.156-119.467 136.533h-39.822c-68.267-11.378-119.467-73.956-119.467-142.222v-5.689h39.822v5.689c0 45.511 34.133 79.644 73.956 91.022v-329.956c0-62.578 62.578-113.778 119.467-113.778h648.533c68.267 0 119.467 51.2 119.467 119.467v51.2c0 11.378 0 22.756 0 34.133 28.444-17.067 56.889-17.067 73.956-17.067 0 0 0 0 0 0 34.133 0 130.844 0 130.844 73.956 0 17.067-5.689 34.133-17.067 45.511-28.444 28.444-79.644 28.444-113.778 28.444-17.067 0-51.2 0-73.956-22.756 0 11.378 0 22.756 0 28.444v0c0 17.067 0 28.444 0 39.822 28.444-17.067 56.889-17.067 79.644-17.067zM1080.889 396.8c17.067 0 56.889 0 73.956-11.378 0 0 5.689-5.689 5.689-11.378 0-11.378-11.378-22.756-79.644-22.756v0c0 0 0 0 0 0-11.378 0-34.133 0-45.511 11.378-5.689 0-5.689 5.689-11.378 11.378 11.378 22.756 39.822 22.756 56.889 22.756zM1080.889 578.844c17.067 0 56.889 0 73.956-11.378 0 0 5.689-5.689 5.689-11.378 0-11.378-11.378-22.756-79.644-22.756v0c0 0 0 0 0 0-11.378 0-34.133 0-45.511 11.378-5.689 5.689-5.689 5.689-11.378 11.378 17.067 22.756 39.822 22.756 56.889 22.756zM1035.378 209.067c11.378 11.378 28.444 11.378 45.511 11.378s56.889 0 73.956-11.378c0 0 5.689-5.689 5.689-11.378 0-11.378-11.378-22.756-79.644-22.756v0c0 0 0 0 0 0-11.378 0-34.133 0-45.511 11.378-5.689 0-5.689 5.689-5.689 5.689-5.689 5.689 0 11.378 5.689 17.067z' /%3E %3Cglyph unicode='&%23xe963;' glyph-name='switch-bubble' horiz-adv-x='1014' d='M1016.686 696.686c0 153.6-124.343 263.314-263.314 263.314-117.029 0-219.429-73.143-248.686-175.543-36.571 14.629-51.2 14.629-87.771 14.629-234.057 0-416.914-197.486-416.914-431.543s182.857-431.543 416.914-431.543c234.057 0 416.914 197.486 416.914 431.543 0 21.943 0 51.2-7.314 73.143 102.4 29.257 190.171 131.657 190.171 256v0 0z' /%3E %3Cglyph unicode='&%23xe964;' glyph-name='success' d='M512 960c-282.624 0-512-229.376-512-512s229.376-512 512-512 512 229.376 512 512-229.376 512-512 512zM442.368 103.936c-4.096-4.096-12.288-8.192-20.48-8.192s-12.288 4.096-16.384 8.192l-253.952 270.336c-12.288 12.288-12.288 28.672 0 36.864l86.016 90.112c8.192 12.288 24.576 12.288 36.864 0l151.552-159.744 356.352 376.832c8.192 12.288 28.672 12.288 36.864 0l86.016-86.016c4.096-4.096 8.192-12.288 8.192-20.48s-4.096-12.288-8.192-20.48l-462.848-487.424z' /%3E %3Cglyph unicode='&%23xe965;' glyph-name='warning' horiz-adv-x='1094' d='M1089.641-7.111l-520.752 949.607c-8.752 8.752-21.88 17.504-35.009 17.504v0c-13.128 0-26.256-8.752-30.632-21.88l-498.872-949.607c-4.376-8.752-4.376-26.256 0-35.009 8.752-13.128 17.504-17.504 30.632-17.504h1019.624c13.128 0 26.256 8.752 30.632 17.504 8.752 13.128 8.752 26.256 4.376 39.385zM638.906 45.402c0-8.752 0-13.128-4.376-21.88-4.376-4.376-8.752-8.752-13.128-8.752h-153.162c-4.376 0-8.752 4.376-13.128 8.752s-4.376 13.128-4.376 21.88v100.65c0 8.752 0 13.128 4.376 21.88 4.376 4.376 8.752 8.752 13.128 8.752h153.162c4.376 0 8.752-4.376 13.128-8.752s4.376-13.128 4.376-21.88v-100.65zM638.906 272.957c0-8.752-4.376-13.128-8.752-21.88-4.376-4.376-8.752-8.752-13.128-8.752h-153.162c-4.376 0-8.752 4.376-13.128 8.752s-4.376 13.128-8.752 21.88l-4.376 380.718c0 8.752 0 13.128 4.376 21.88 4.376 4.376 8.752 8.752 13.128 8.752h170.667c4.376 0 8.752-4.376 13.128-8.752s4.376-13.128 4.376-21.88l-4.376-380.718z' /%3E %3Cglyph unicode='&%23xe966;' glyph-name='arrow-tail' horiz-adv-x='858' d='M842.191 402.548c-10.581 10.581-23.087 15.872-37.516 15.872h-210.668v493.482c0 26.454-21.644 48.098-48.098 48.098h-233.755c-26.454 0-48.098-21.644-48.098-48.098v-493.482h-210.668c-14.429 0-26.935-5.291-37.516-15.872s-15.872-23.087-15.872-37.516c0-14.429 5.291-26.935 15.872-37.516l375.162-375.162c10.581-10.581 23.087-15.872 37.516-15.872s26.935 5.291 37.516 15.872l375.162 375.162c10.581 10.581 15.872 23.087 15.872 37.516 0.962 14.429-4.329 26.935-14.91 37.516z' /%3E %3Cglyph unicode='&%23xe967;' glyph-name='danger' d='M512 742.912c-65.536 0-122.88-20.48-172.032-53.248l413.696-413.696c32.768 49.152 53.248 106.496 53.248 172.032 0 163.84-131.072 294.912-294.912 294.912zM217.088 448c0-163.84 131.072-294.912 294.912-294.912 65.536 0 122.88 20.48 172.032 53.248l-413.696 413.696c-32.768-49.152-53.248-106.496-53.248-172.032zM512 960c-282.624 0-512-229.376-512-512s229.376-512 512-512c282.624 0 512 229.376 512 512s-229.376 512-512 512zM512 54.784c-217.088 0-393.216 176.128-393.216 393.216s176.128 393.216 393.216 393.216c217.088 0 393.216-176.128 393.216-393.216s-176.128-393.216-393.216-393.216z' /%3E %3Cglyph unicode='&%23xe968;' glyph-name='switch-list' horiz-adv-x='1390' d='M146.286 813.714h1097.143v-182.857h-1097.143v182.857zM146.286 535.771h1097.143v-182.857h-1097.143v182.857zM146.286 265.143h1097.143v-182.857h-1097.143v182.857z' /%3E %3Cglyph unicode='&%23xe969;' glyph-name='filter' horiz-adv-x='1139' d='M1134.933 930.133c-8.533 21.333-25.6 29.867-46.933 29.867h-1036.8c-21.333 0-38.4-8.533-46.933-29.867s-4.267-42.667 12.8-55.467l396.8-396.8v-277.333c0-12.8 4.267-25.6 17.067-38.4l204.8-204.8c8.533-8.533 21.333-17.067 38.4-17.067 8.533 0 12.8 0 21.333 4.267 21.333 8.533 29.867 25.6 29.867 46.933v482.133l396.8 396.8c17.067 17.067 21.333 34.133 12.8 59.733z' /%3E %3Cglyph unicode='&%23xe96a;' glyph-name='shared-in' horiz-adv-x='1186' d='M742.4 439.467c-4.267 4.267-4.267 4.267-4.267 8.533l-4.267 238.933c0 4.267 0 8.533 4.267 12.8 4.267 8.533 17.067 8.533 21.333 4.267l68.267-59.733-4.267 4.267c51.2 64 123.733 136.533 209.067 110.933 25.6-8.533 51.2-21.333 72.533-38.4 25.6-21.333 51.2-64 68.267-93.867 4.267-4.267 8.533-12.8 8.533-17.067s0-4.267 0-8.533c-4.267-4.267-8.533-4.267-12.8 0s-4.267 4.267-8.533 8.533c-4.267 8.533-8.533 12.8-17.067 21.333-93.867 72.533-153.6 29.867-217.6-55.467l4.267-4.267 72.533-64c8.533-4.267 8.533-17.067 4.267-21.333s-4.267-4.267-8.533-4.267l-238.933-34.133c-8.533-12.8-12.8-8.533-17.067-8.533zM750.933 384c0 0-98.133 29.867-145.067 59.733l-46.933 25.6c42.667 38.4 68.267 93.867 81.067 140.8 8.533 8.533 12.8 21.333 17.067 38.4 4.267 12.8 8.533 42.667-4.267 55.467 0 0-4.267 4.267-4.267 4.267 12.8 38.4 38.4 110.933-25.6 170.667-34.133 34.133-81.067 51.2-123.733 64-29.867 12.8-55.467 17.067-81.067 17.067-85.333 0-145.067-51.2-179.2-123.733-4.267-4.267-21.333-46.933 0-128 0 0-4.267 0-4.267-4.267-12.8-17.067-4.267-46.933 0-64s8.533-25.6 17.067-34.133c8.533-55.467 38.4-106.667 76.8-140.8-21.333-12.8-42.667-25.6-42.667-25.6-46.933-29.867-145.067-59.733-145.067-59.733-46.933-17.067-64-42.667-64-42.667-68.267-93.867-72.533-209.067-76.8-281.6-4.267-51.2 8.533-68.267 21.333-72.533 85.333-34.133 256-51.2 422.4-51.2s332.8 17.067 422.4 51.2c12.8 4.267 25.6 25.6 21.333 72.533-4.267 72.533-8.533 187.733-76.8 281.6 4.267 4.267-17.067 29.867-59.733 46.933z' /%3E %3Cglyph unicode='&%23xe96b;' glyph-name='shared-out' horiz-adv-x='1182' d='M1177.6 733.867c0 4.267-4.267 8.533-8.533 12.8-4.267 0-8.533 0-12.8 0l-264.533-38.4c-4.267 0-8.533-4.267-12.8-8.533-4.267-8.533-4.267-17.067 4.267-25.6l81.067-72.533 4.267-4.267c-72.533-93.867-136.533-140.8-238.933-64-8.533 8.533-17.067 12.8-25.6 21.333-4.267 4.267-8.533 8.533-8.533 8.533-4.267 4.267-8.533 4.267-12.8 0s0-4.267 0-8.533c0-8.533 8.533-12.8 8.533-21.333 17.067-34.133 46.933-76.8 76.8-102.4 25.6-17.067 51.2-34.133 81.067-42.667 98.133-25.6 174.933 51.2 230.4 123.733l-4.267 4.267 76.8-64c8.533-4.267 17.067-4.267 25.6 4.267 4.267 4.267 4.267 8.533 4.267 12.8l-4.267 264.533zM814.933 341.333c0 0-17.067 25.6-64 42.667 0 0-98.133 29.867-145.067 59.733l-46.933 25.6c42.667 38.4 68.267 93.867 81.067 140.8 8.533 8.533 12.8 21.333 17.067 38.4 4.267 12.8 8.533 42.667-4.267 55.467 0 0-4.267 4.267-4.267 4.267 12.8 38.4 38.4 110.933-25.6 170.667-34.133 34.133-81.067 51.2-123.733 64-29.867 12.8-55.467 17.067-81.067 17.067-85.333 0-145.067-51.2-179.2-123.733-4.267-4.267-21.333-46.933 0-128 0 0-4.267 0-4.267-4.267-12.8-17.067-4.267-46.933 0-64s8.533-25.6 17.067-34.133c8.533-55.467 38.4-106.667 76.8-140.8-21.333-12.8-42.667-25.6-42.667-25.6-46.933-29.867-145.067-59.733-145.067-59.733-46.933-17.067-64-42.667-64-42.667-68.267-93.867-72.533-209.067-76.8-281.6-4.267-51.2 8.533-68.267 21.333-72.533 85.333-34.133 256-51.2 422.4-51.2s332.8 17.067 422.4 51.2c12.8 4.267 25.6 25.6 21.333 72.533 0 76.8-4.267 192-72.533 285.867z' /%3E %3Cglyph unicode='&%23xe96c;' glyph-name='share' horiz-adv-x='1147' d='M1135.913 562.71l-330.142-330.142c-5.596-5.596-16.787-11.191-27.978-11.191-22.383 0-39.169 16.787-39.169 39.169v167.869h-145.486c-274.186 0-458.842-50.361-458.842-358.12 0-27.978 0-50.361 5.596-78.339 0-11.191 5.596-22.383 5.596-33.574s-5.596-22.383-22.383-22.383c-11.191 0-11.191 5.596-16.787 11.191-11.191 11.191-16.787 33.574-22.383 50.361-39.169 78.339-83.934 195.847-83.934 285.377 0 72.743 5.596 145.486 33.574 212.634 89.53 218.23 352.525 257.399 559.563 257.399h145.486v167.869c0 22.383 16.787 39.169 39.169 39.169 11.191 0 22.383-5.596 27.978-11.191l330.142-330.142c5.596-5.596 11.191-16.787 11.191-27.978s-5.596-22.383-11.191-27.978z' /%3E %3Cglyph unicode='&%23xe96d;' glyph-name='switch-grid' horiz-adv-x='1390' d='M0 960v-1024h1389.714v1024h-1389.714zM672.914 82.286h-526.629v182.857h526.629v-182.857zM672.914 360.229h-526.629v175.543h526.629v-175.543zM1236.114 82.286h-490.057v182.857h490.057v-182.857zM1236.114 360.229h-490.057v175.543h490.057v-175.543zM1243.429 630.857h-1097.143v182.857h1097.143v-182.857z' /%3E %3Cglyph unicode='&%23xe96e;' glyph-name='checkbox-unchecked-reversed' d='M889.9 962.7h-760c-72.9 0-132-59.1-132-132v-760.1c0-72.9 59.1-131.9 132-131.9h760.1c73 0 131.9 59.1 131.9 131.9v760.1c0.1 72.9-59 132-132 132v0zM936.5 70.7c0-25.7-20.9-46.6-46.6-46.6h-760c-25.8 0-46.7 20.9-46.7 46.6v760c0 25.8 20.9 46.7 46.7 46.7h760.1c25.7 0 46.6-20.9 46.6-46.7l-0.1-760z' /%3E %3Cglyph unicode='&%23xe96f;' glyph-name='edit-close' horiz-adv-x='1017' d='M996.5 801.9v0l-130.6 130.6c-34.4 34.4-96.2 34.4-130.6 0l-110-103.1 261.2-261.2 103.1 110c41.3 27.5 41.3 82.5 6.9 123.7zM652.2 299.6l158.8 158.7-274.9 274.9-161.4-156.2-261.3 261.4c-10.2 10.2-26.6 10.2-36.8 0s-10.2-26.6 0-36.8l260.8-260.8-234.3-226.8c0 0-6.9-6.9-6.9-13.7l-96.2-316.2c-6.9-13.7 0-27.5 6.9-41.2 6.9-6.9 20.6-13.7 27.5-13.7s6.9 0 13.7 0l316.1 89.3c6.9 0 13.7 6.9 20.6 13.7l230.6 230.6 256.2-256.2c5.1-5.1 11.7-7.6 18.4-7.6s13.3 2.5 18.4 7.6c10.2 10.2 10.2 26.6 0 36.8l-256.2 256.2zM151.2 46l-34.4 34.4 55 178.7 130.6-27.5 27.5-137.5-178.7-48.1z' /%3E %3Cglyph unicode='&%23xe970;' glyph-name='info-reversed' d='M512 960c-283.7 0-512-228.3-512-512s228.3-512 512-512 512 228.3 512 512-228.3 512-512 512zM738.1 113.1c-185.6-125.9-437.3-76.8-563.2 108.8-123.7 183.4-74.6 437.3 111 561 185.6 125.9 437.3 76.8 563.2-108.8 123.7-183.4 74.6-437.3-111-561zM582.3 652.8c0-37.7-30.6-68.3-68.3-68.3s-68.3 30.6-68.3 68.3 30.6 68.3 68.3 68.3 68.3-30.6 68.3-68.3zM582.3 518.4h-155.7v-91.7h34.1v-157.9h-34.1v-91.7h187.7v91.7h-34.1v249.6h2.1z' /%3E %3Cglyph unicode='&%23xe971;' glyph-name='protected-access' d='M0 638.009c0-178.631 144.498-323.129 321.991-323.129 42.098 0 79.644 7.964 113.778 19.342l170.667-170.667h113.778v-113.778h113.778v-113.778h190.009v190.009l-398.222 398.222c11.378 37.547 19.342 76.231 19.342 113.778 0 177.493-144.498 321.991-323.129 321.991-177.493 0-321.991-144.498-321.991-321.991zM113.778 732.444c0 64.853 48.924 113.778 113.778 113.778s113.778-48.924 113.778-113.778-48.924-113.778-113.778-113.778-113.778 48.924-113.778 113.778z' /%3E %3Cglyph unicode='&%23xe972;' glyph-name='edit' d='M996.51 801.933l-130.577 130.577c-34.362 34.362-96.215 34.362-130.577 0l-109.96-103.087 261.154-261.154 103.087 109.96c41.235 27.49 41.235 82.47 6.872 123.705zM103.087 313.987c0 0-6.872-6.872-6.872-13.745l-96.215-316.134c-6.872-13.745 0-27.49 6.872-41.235 6.872-6.872 20.617-13.745 27.49-13.745s6.872 0 13.745 0l316.134 89.342c6.872 0 13.745 6.872 20.617 13.745l426.094 426.094-274.899 274.899-432.966-419.221zM151.195 45.96l-34.362 34.362 54.98 178.685 130.577-27.49 27.49-137.45-178.685-48.107z' /%3E %3Cglyph unicode='&%23xe973;' glyph-name='asme' d='M512 960v0c-282.791 0-512-229.209-512-512s229.209-512 512-512 512 229.209 512 512-229.209 512-512 512zM512-7.192c-251.474 0-455.192 203.718-455.192 455.192 0 251.37 203.822 455.192 455.192 455.192s455.192-203.822 455.192-455.192c0-251.474-203.718-455.192-455.192-455.192zM191.753 534.565l-65.652-174.69h55.143l8.532 28.82h61.282l8.74-28.82h56.496l-65.652 174.69h-58.889zM201.429 426.567l19.040 62.738 19.248-62.738h-38.288zM453.215 461.942c-10.196 5.202-27.155 10.3-50.669 15.398-9.572 1.977-15.607 4.162-18.104 6.451-2.601 2.185-3.954 4.682-3.954 7.491 0 3.85 1.561 7.075 4.786 9.676 3.225 2.705 7.907 3.954 14.15 3.954 7.595 0 13.63-1.769 17.896-5.41 4.37-3.537 7.179-9.26 8.532-17.167l50.877 3.017c-2.185 18.104-9.156 31.317-20.913 39.641s-28.716 12.485-51.086 12.485c-18.208 0-32.462-2.289-42.97-6.867-10.404-4.578-18.312-10.821-23.514-18.832s-7.803-16.439-7.803-25.387c0-13.63 5.098-24.866 15.294-33.71 10.092-8.844 26.947-15.919 50.669-21.225 14.462-3.225 23.618-6.555 27.676-10.092 3.954-3.537 5.931-7.595 5.931-12.173 0-4.786-2.081-8.948-6.243-12.589s-10.092-5.41-17.792-5.41c-10.3 0-18.312 3.537-23.826 10.612-3.433 4.37-5.722 10.717-6.763 19.040l-51.398-3.225c1.457-17.583 8.011-32.15 19.456-43.594s32.046-17.167 61.698-17.167c16.959 0 30.901 2.393 42.034 7.283s19.768 12.069 26.011 21.537c6.243 9.468 9.26 19.768 9.26 31.005 0 9.572-2.289 18.104-6.971 25.803-4.682 7.803-12.069 14.254-22.265 19.456zM607.408 428.336l-27.364 106.229h-71.062v-174.69h44.219v133.28l34.022-133.28h40.057l34.022 133.28v-133.28h44.219v174.69h-70.958zM793.855 399.516v34.439h84.067v35.583h-84.067v27.78h90.622v37.248h-144.725v-174.69h147.326v39.641z' /%3E %3Cglyph unicode='&%23xe974;' glyph-name='shopping-cart' horiz-adv-x='1249' d='M1239.040 378.368c-8.192-8.192-16.384-14.336-34.816-16.384l-780.288-96.256 8.192-43.008c0 0 0-8.192-8.192-26.624 26.624-16.384 43.008-43.008 51.2-69.632h487.424c16.384 51.2 69.632 86.016 131.072 86.016 77.824 0 139.264-61.44 139.264-139.264s-61.44-139.264-139.264-139.264c-61.44 0-104.448 34.816-131.072 86.016h-477.184c-16.384-51.2-69.632-86.016-131.072-86.016-77.824 0-139.264 61.44-139.264 139.264 0 61.44 43.008 112.64 104.448 131.072v8.192l-129.024 651.264h-143.36c-26.624 2.048-47.104 22.528-47.104 49.152s20.48 47.104 47.104 47.104v0h178.176c0 0 43.008 2.048 51.2-51.2l8.192-51.2h911.36c16.384 0 26.624-8.192 34.816-16.384 8.192-10.24 18.432-20.48 18.432-36.864v-391.168c0-8.192 0-26.624-10.24-34.816v0 0z' /%3E %3Cglyph unicode='&%23xe975;' glyph-name='menu-block' d='M938.667-64h-853.333c-46.933 0-85.333 38.4-85.333 85.333v853.333c0 46.933 38.4 85.333 85.333 85.333h853.333c46.933 0 85.333-38.4 85.333-85.333v-853.333c0-46.933-38.4-85.333-85.333-85.333z' /%3E %3Cglyph unicode='&%23xe976;' glyph-name='zoom-out' d='M512 960c-285.257 0-512-226.743-512-512 0-277.943 226.743-512 512-512 277.943 0 512 234.057 512 512 0 285.257-234.057 512-512 512zM512 38.4c-226.743 0-409.6 182.857-409.6 409.6s182.857 409.6 409.6 409.6c226.743 0 409.6-182.857 409.6-409.6s-182.857-409.6-409.6-409.6zM307.2 499.2h409.6v-102.4h-409.6v102.4z' /%3E %3Cglyph unicode='&%23xe977;' glyph-name='zoom-in' d='M563.2 652.8h-102.4v-153.6h-153.6v-102.4h153.6v-153.6h102.4v153.6h153.6v102.4h-153.6v153.6zM512 960c-285.257 0-512-234.057-512-512s234.057-512 512-512c277.943 0 512 234.057 512 512s-234.057 512-512 512zM512 38.4c-226.743 0-409.6 182.857-409.6 409.6s182.857 409.6 409.6 409.6c226.743 0 409.6-182.857 409.6-409.6s-182.857-409.6-409.6-409.6z' /%3E %3Cglyph unicode='&%23xe978;' glyph-name='page-down' d='M512-64c277.333 0 512 226.133 512 512 0 277.333-234.667 512-512 512-285.867 0-512-234.667-512-512 0-285.867 226.133-512 512-512zM512 857.6c226.133 0 409.6-183.467 409.6-409.6s-183.467-409.6-409.6-409.6c-226.133 0-409.6 183.467-409.6 409.6s183.467 409.6 409.6 409.6zM486.4 315.733c8.533-8.533 17.067-8.533 25.6-8.533s17.067 4.267 25.6 8.533l179.2 174.933c8.533 8.533 8.533 12.8 8.533 25.6 0 8.533-4.267 17.067-8.533 25.6l-21.333 21.333c-8.533 8.533-17.067 8.533-25.6 8.533s-17.067-4.267-25.6-8.533l-132.267-136.533-132.267 132.267c-8.533 8.533-17.067 12.8-25.6 12.8s-17.067-4.267-25.6-8.533l-21.333-21.333c-4.267-8.533-8.533-17.067-8.533-25.6s4.267-17.067 8.533-25.6l179.2-174.933z' /%3E %3Cglyph unicode='&%23xe979;' glyph-name='page-up' d='M512 960c-277.333 0-512-226.133-512-512 0-277.333 234.667-512 512-512 285.867 0 512 234.667 512 512 0 285.867-226.133 512-512 512zM512 38.4c-226.133 0-409.6 183.467-409.6 409.6s183.467 409.6 409.6 409.6c226.133 0 409.6-183.467 409.6-409.6s-183.467-409.6-409.6-409.6zM537.6 580.267c-8.533 8.533-17.067 8.533-25.6 8.533s-17.067-4.267-25.6-8.533l-179.2-174.933c-4.267-8.533-8.533-17.067-8.533-25.6s4.267-17.067 8.533-25.6l21.333-21.333c8.533-8.533 17.067-8.533 25.6-8.533s17.067 4.267 25.6 8.533l132.267 132.267 132.267-132.267c8.533-8.533 17.067-8.533 25.6-8.533s17.067 4.267 25.6 8.533l21.333 21.333c8.533 8.533 8.533 12.8 8.533 25.6 0 8.533-4.267 17.067-8.533 25.6l-179.2 174.933z' /%3E %3Cglyph unicode='&%23xe97a;' glyph-name='switch-grid-V2' horiz-adv-x='1536' d='M0 960h614.4v-409.6h-614.4v409.6zM921.6 960h614.4v-409.6h-614.4v409.6zM0 345.6h614.4v-409.6h-614.4v409.6zM921.6 345.6h614.4v-409.6h-614.4v409.6z' /%3E %3Cglyph unicode='&%23xe97b;' glyph-name='arrows-move' horiz-adv-x='2874' d='M2847.439 376.14l-413.193-413.193c-17.965-17.965-44.912-26.947-71.86-26.947-53.895 0-98.807 44.912-98.807 98.807v206.596h-1643.789v-206.596c0-53.895-44.912-98.807-98.807-98.807-26.947 0-53.895 8.982-71.86 26.947l-422.175 413.193c-17.965 17.965-26.947 44.912-26.947 71.86s8.982 53.895 26.947 71.86l413.193 413.193c17.965 17.965 44.912 26.947 71.86 26.947 53.895 0 98.807-44.912 98.807-98.807v-206.596h1643.789v206.596c0 53.895 44.912 98.807 98.807 98.807 26.947 0 53.895-8.982 71.86-26.947l413.193-413.193c26.947-17.965 35.93-44.912 35.93-71.86s-8.982-53.895-26.947-71.86z' /%3E %3Cglyph unicode='&%23xe97c;' glyph-name='note' horiz-adv-x='1043' d='M1030.4 390.4l-96 96c-12.8 12.8-25.6 12.8-38.4 12.8v422.4c0 19.2-12.8 38.4-38.4 38.4h-819.2c-19.2 0-38.4-19.2-38.4-38.4v-825.6c0-19.2 19.2-32 38.4-32h460.8l-19.2-83.2c-6.4-25.6 19.2-51.2 44.8-44.8l121.6 25.6c6.4 0 12.8 6.4 19.2 12.8l89.6 89.6h102.4c19.2 0 38.4 19.2 38.4 38.4v102.4c83.2 83.2 128 128 134.4 134.4 12.8 12.8 12.8 32 0 51.2zM288 755.2h313.6c19.2 0 38.4-19.2 38.4-38.4s-19.2-38.4-38.4-38.4h-313.6c-19.2 0-38.4 19.2-38.4 38.4s19.2 38.4 38.4 38.4zM230.4 614.4h441.6c19.2 0 38.4-19.2 38.4-38.4s-19.2-38.4-38.4-38.4h-441.6c-25.6 6.4-38.4 19.2-38.4 44.8 0 19.2 12.8 32 38.4 32zM230.4 403.2c-25.6 0-38.4 19.2-38.4 38.4s19.2 38.4 38.4 38.4h441.6c19.2 0 38.4-19.2 38.4-38.4s-19.2-38.4-38.4-38.4h-441.6zM620.8 32l-57.6-12.8 12.8 57.6c0 0 224 224 230.4 230.4l44.8-44.8-230.4-230.4zM908.8 320l-44.8 44.8c38.4 38.4 6.4 6.4 44.8 44.8l44.8-44.8-44.8-44.8z' /%3E %3Cglyph unicode='&%23xe97d;' glyph-name='bom' horiz-adv-x='910' d='M0 960v-1024h910.2v1024h-910.2zM853.3-7.1h-796.4v910.2h796.4v-910.2zM227.6 220.4h455.1v-56.9h-455.1v56.9zM227.6 391.1h455.1v-56.9h-455.1v56.9zM227.6 732.4h455.1v-56.9h-455.1v56.9zM227.6 561.8h455.1v-56.9h-455.1v56.9z' /%3E %3Cglyph unicode='&%23xe97e;' glyph-name='admin-outline' horiz-adv-x='899' d='M898.844 83.911c-5.689 73.956-11.378 182.044-73.956 278.756v0c0 5.689-22.756 28.444-73.956 45.511-22.756 5.689-96.711 28.444-130.844 51.2l-11.378 5.689c28.444 34.133 45.511 73.956 56.889 113.778 11.378 11.378 17.067 28.444 17.067 39.822 5.689 22.756 11.378 56.889-5.689 79.644 11.378 39.822 28.444 113.778-34.133 176.356-34.133 34.133-85.333 56.889-130.844 68.267-125.156 39.822-233.244-5.689-284.444-113.778-5.689-17.067-17.067-62.578 0-125.156-17.067-22.756-5.689-56.889 0-79.644 0-17.067 5.689-28.444 11.378-39.822 5.689-39.822 28.444-79.644 56.889-113.778l-17.067-5.689c-28.444-22.756-102.4-45.511-130.844-51.2-51.2-17.067-68.267-45.511-73.956-51.2-68.267-96.711-73.956-210.489-73.956-278.756 0-17.067-5.689-79.644 39.822-96.711 85.333-34.133 244.622-51.2 409.6-51.2 159.289 0 324.267 17.067 409.6 51.2 39.822 11.378 39.822 73.956 39.822 96.711zM836.267 32.711c-159.289-56.889-625.778-56.889-779.378 0 0 0-5.689 5.689-5.689 45.511 5.689 68.267 5.689 164.978 62.578 250.311 0 0 17.067 17.067 45.511 28.444 5.689 0 96.711 28.444 142.222 56.889l73.956 39.822-17.067 28.444c-34.133 34.133-62.578 79.644-68.267 119.467v11.378l-5.689 5.689c0 0-5.689 5.689-5.689 22.756 0 5.689-5.689 34.133-5.689 34.133l11.378 5.689-5.689 22.756c-17.067 62.578-5.689 91.022 0 102.4 28.444 62.578 79.644 96.711 142.222 96.711 22.756 0 45.511-5.689 68.267-11.378 39.822-11.378 79.644-28.444 108.089-56.889 45.511-45.511 28.444-96.711 17.067-130.844l-5.689-22.756 17.067-5.689c0 0 5.689-5.689 0-34.133-5.689-17.067-11.378-22.756-11.378-22.756l-5.689-5.689v-5.689c-11.378-45.511-34.133-91.022-68.267-125.156l-28.444-22.756 73.956-39.822c45.511-28.444 142.222-56.889 142.222-56.889 34.133-11.378 45.511-28.444 51.2-28.444 56.889-79.644 62.578-182.044 68.267-250.311-5.689-39.822-11.378-51.2-11.378-51.2z' /%3E %3Cglyph unicode='&%23xe97f;' glyph-name='lock' horiz-adv-x='838' d='M817.417 474.237c-13.5 13.5-30.058 20.378-49.417 20.378h-23.18v139.59c0 89.154-32.096 165.827-96.032 229.763-64.191 63.936-140.609 96.032-230.018 96.032-89.154 0-165.827-32.096-229.763-96.032s-96.032-140.609-96.032-229.763v-139.59h-23.18c-19.359 0-35.916-6.878-49.417-20.378s-20.378-30.058-20.378-49.417v-419.025c0-19.359 6.878-35.916 20.378-49.417s30.058-20.378 49.417-20.378h698.205c19.359 0 35.916 6.878 49.417 20.378s20.378 30.058 20.378 49.417v419.025c0 19.359-6.878 35.662-20.378 49.417zM604.975 494.615h-372.155v139.59c0 51.455 18.086 95.268 54.511 131.694s80.239 54.511 131.694 54.511c51.455 0 95.268-18.086 131.694-54.511s54.511-80.239 54.511-131.694v-139.59z' /%3E %3Cglyph unicode='&%23xe980;' glyph-name='shopping-cart-preview' horiz-adv-x='1571' d='M1091.584 214.528c-61.44 0-112.64-34.816-131.072-86.016h-483.328c-8.192 26.624-26.624 51.2-51.2 69.632 8.192 16.384 8.192 26.624 8.192 26.624l-8.192 43.008 684.032 90.112c-24.576 0-45.056 8.192-65.536 16.384-36.864 16.384-69.632 36.864-98.304 65.536-26.624 26.624-49.152 59.392-65.536 98.304-16.384 36.864-24.576 77.824-24.576 118.784s8.192 79.872 24.576 118.784c12.288 30.72 30.72 59.392 51.2 81.92h-647.168l-8.192 51.2c-8.192 53.248-51.2 51.2-51.2 51.2h-178.176c-26.624 0-47.104-20.48-47.104-47.104s20.48-47.104 47.104-47.104v0h143.36l131.072-651.264v-8.192c-61.44-16.384-104.448-69.632-104.448-131.072 0-77.824 61.44-139.264 139.264-139.264 61.44 0 112.64 34.816 131.072 86.016h475.136c26.624-51.2 69.632-86.016 131.072-86.016 77.824 0 139.264 61.44 139.264 139.264-2.048 77.824-61.44 139.264-141.312 139.264zM1556.48 364.032l-135.168 135.168c32.768 47.104 49.152 100.352 49.152 157.696 0 36.864-8.192 73.728-22.528 108.544s-34.816 63.488-59.392 88.064c-24.576 24.576-55.296 45.056-88.064 59.392-34.816 14.336-69.632 22.528-108.544 22.528-36.864 0-73.728-8.192-108.544-22.528-28.672-12.288-55.296-28.672-77.824-49.152-4.096-4.096-6.144-6.144-10.24-10.24s-8.192-8.192-12.288-14.336c-18.432-22.528-34.816-47.104-47.104-75.776-14.336-34.816-22.528-69.632-22.528-108.544 0-36.864 8.192-73.728 22.528-108.544s34.816-63.488 59.392-88.064c24.576-24.576 55.296-45.056 88.064-59.392 18.432-8.192 36.864-14.336 57.344-16.384 16.384-4.096 32.768-4.096 51.2-4.096 30.72 0 61.44 4.096 90.112 14.336 24.576 8.192 47.104 20.48 67.584 34.816l135.168-135.168c10.24-10.24 20.48-14.336 34.816-14.336s24.576 4.096 34.816 14.336c10.24 10.24 14.336 22.528 14.336 34.816 2.048 14.336-4.096 26.624-12.288 36.864zM1316.864 531.968c-8.192-8.192-16.384-16.384-26.624-22.528-28.672-20.48-61.44-28.672-98.304-28.672-49.152 0-90.112 16.384-124.928 51.2s-51.2 75.776-51.2 124.928c0 49.152 16.384 90.112 51.2 124.928s75.776 51.2 124.928 51.2c36.864 0 69.632-10.24 98.304-28.672 10.24-6.144 18.432-14.336 26.624-22.528 34.816-34.816 51.2-75.776 51.2-124.928s-16.384-90.112-51.2-124.928z' /%3E %3Cglyph unicode='&%23xe981;' glyph-name='align-centered' d='M0 512h1024v160h-1024v-160zM1024 96h-1024v-160h1024v160zM128 224h768v160h-768v-160zM224 800h576v160h-576v-160z' /%3E %3Cglyph unicode='&%23xe982;' glyph-name='align-left' d='M0 512h1024v160h-1024v-160zM1024 96h-1024v-160h1024v160zM0 224h736v160h-736v-160zM0 800h736v160h-736v-160z' /%3E %3Cglyph unicode='&%23xe983;' glyph-name='align-right' d='M1024 672h-1024v-160h1024v160zM0-64h1024v160h-1024v-160zM1024 384h-736v-160h736v160zM1024 960h-736v-160h736v160z' /%3E %3Cglyph unicode='&%23xe984;' glyph-name='bold' d='M511.36-64c51.584-1.792 95.552 12.672 132.032 19.392 57.792 10.688 102.848 24 135.36 40 32.896 16 64 40 93.312 72 22.272 24.448 38.016 50.432 47.36 78.016 12.864 37.76 19.328 73.536 19.328 107.328-0.064 57.728-20.48 110.144-61.376 157.248-40 46.656-99.328 79.104-177.984 97.344 55.104 25.344 88.448 42.432 100.032 51.328 28.032 20.864 49.088 44.224 63.296 70.016s21.312 54.208 21.312 85.312c0 28.864-4.672 56-14.016 81.344s-23.808 48.448-43.328 69.312c-19.968 20.864-42.688 37.76-67.968 50.688-23.552 11.584-44.864 20.224-64 25.984-45.824 12.032-88.256 18.048-127.36 18.048h-49.344c-8.896 0-17.92 0.448-27.008 0.64s-13.888 0-14.336 0c-2.24 0-5.312 0.192-9.344 0-3.968-0.256-7.104 0-9.344 0h-456.64v-69.376c37.312-4.864 65.344-7.744 78.656-8.64 22.656-1.344 38.016-4.672 46.016-9.984 4.864-3.584 7.552-6.208 8-8 4.416-9.792 6.912-33.984 7.36-72.64 1.792-65.792 3.776-155.584 6.016-269.312l1.344-331.328c0-56.896-1.984-100.032-6.016-129.344-1.792-10.688-6.464-22.016-14.016-33.984-20.416-8.448-47.808-15.36-81.984-20.672-10.24-1.344-26.752-3.968-46.72-8v-62.72c-5.344 2.656 511.36 0 511.36 0zM355.328 882.624c34.688 5.76 63.552 8.64 86.656 8.64 75.968 0 132.672-16.64 169.984-49.984 37.76-33.344 56.64-74.88 56.64-124.672 0-70.656-19.776-120.448-59.328-149.312s-98.24-43.328-176-43.328c-29.312 0-53.568 1.536-72.64 4.672-0.448 15.104-0.64 32.192-0.64 51.328l0.64 65.344c0.448 69.76-0.896 131.776-4.032 185.984-0.832 14.72-1.28 31.808-1.28 51.328zM688.704 112.704c-16.448-32-43.584-57.088-81.344-75.328s-85.76-27.328-144-27.328c-28.416 0-59.584 7.104-93.312 21.312-5.312 12.864-8 22.656-8 29.312l-1.984 179.968 0.64 115.328v96c12.032 4.416 34.432 6.656 67.328 6.656 74.24 0 129.088-7.104 164.672-21.312 36.864-14.208 68.224-42.24 94.016-84.032 18.24-29.312 27.328-69.312 27.328-120-0.064-49.28-8.512-89.472-25.344-120.576z' /%3E %3Cglyph unicode='&%23xe985;' glyph-name='bullet-list' d='M320 768h700.544v158.208h-700.544v-158.208zM227.584 846.208c0-62.846-50.946-113.792-113.792-113.792s-113.792 50.946-113.792 113.792c0 62.846 50.946 113.792 113.792 113.792s113.792-50.946 113.792-113.792zM227.584 441.664c0-62.846-50.946-113.792-113.792-113.792s-113.792 50.946-113.792 113.792c0 62.846 50.946 113.792 113.792 113.792s113.792-50.946 113.792-113.792zM227.584 49.792c0-62.846-50.946-113.792-113.792-113.792s-113.792 50.946-113.792 113.792c0 62.846 50.946 113.792 113.792 113.792s113.792-50.946 113.792-113.792zM320-32h700.544v158.208h-700.544v-158.208zM320 384h700.544v158.208h-700.544v-158.208z' /%3E %3Cglyph unicode='&%23xe986;' glyph-name='paste' d='M768 704v256h-768v-768h256v-256h768v768h-256zM64 256v640h640v-192h-448v-448h-192z' /%3E %3Cglyph unicode='&%23xe987;' glyph-name='markit' d='M162.133 73.956l391.111 593.067c1.422 7.111 2.844 14.222 4.978 21.333 0 0 0 0.711 0 0.711l-425.244-585.244c9.244-9.956 19.2-19.911 29.156-29.867zM56.889 213.333c6.4-12.089 13.511-24.178 20.622-35.556l487.111 529.778c4.267 9.244 9.244 18.489 14.933 26.311l-522.667-520.533zM977.067 663.467c-4.978 11.378-10.667 22.044-17.067 33.422l-99.556-98.133c-2.133-6.4-4.267-12.8-7.111-18.489l123.733 83.2zM801.422 516.267l221.156-98.844c0.711 13.511 0.711 31.289 0.711 33.422l-215.467 70.4c-1.422-1.422-3.556-3.556-6.4-4.978zM1006.933 578.844l-167.822-24.178c-2.133-2.844-4.267-6.4-7.111-9.244l182.044 0.711c-1.422 11.378-4.267 22.044-7.111 32.711zM908.089 772.267c-8.533 10.667-17.778 20.622-27.022 30.578l-12.089-109.511-58.311 169.956c-13.511 9.244-27.022 18.489-41.244 27.022l49.778-112.356-129.422 150.044c-17.067 6.4-34.844 12.089-52.622 16.356l130.133-136.533-213.333 150.044c-14.222 1.422-35.556 2.133-54.044 1.422l224-142.222-304.356 134.4c-16.356-2.844-32.711-6.4-48.356-11.378l320.711-124.444-402.489 93.156c-14.933-7.111-29.156-14.933-43.378-23.467l419.556-74.667-489.956 22.756c-12.8-11.378-24.889-22.756-36.267-34.844l505.6 3.556-558.933-69.689c-9.244-13.511-17.067-27.022-24.889-41.244l563.911 99.556-600.889-186.311c-4.267-13.511-7.822-27.022-11.378-40.533l593.067 211.2-605.156-300.089c-0.711-12.089-0.711-29.156-0.711-42.667l588.8 323.556-578.133-413.867c2.844-13.511 6.4-26.311 9.956-39.111l566.044 440.178c29.156 35.556 73.244 58.311 122.311 58.311 87.467 0 157.867-70.4 157.867-157.867 0-9.244-0.711-17.778-2.133-26.311l43.378 155.022zM552.533 625.067c-0.711 5.689-1.422 12.089-1.422 17.778l-316.444-625.778c10.667-7.111 22.044-13.511 33.422-19.911l284.444 627.911zM731.733 487.822c-2.844-0.711-5.689-0.711-7.822-0.711l217.6-318.578c7.111 10.667 13.511 22.044 19.911 32.711l-229.689 286.578zM772.267 499.2c-2.133-0.711-4.978-2.133-7.111-2.844l233.956-208.356c3.556 11.378 7.111 22.756 9.956 34.133l-236.8 177.067zM886.756 98.844l-195.556 388.267c-3.556 0.711-6.4 0.711-9.956 1.422l178.489-416.711c9.244 9.244 17.778 17.778 27.022 27.022zM528.356-64l56.178 612.267c-2.844 3.556-4.978 7.111-7.111 10.667l-88.178-622.222c12.089-0.711 31.289-0.711 39.111-0.711zM649.956 497.778c-2.844 1.422-5.689 2.844-9.244 3.556l106.667-507.733c12.089 6.4 23.467 12.8 34.844 19.911l-132.267 484.267zM563.2 584.533c-2.133 4.267-3.556 9.244-4.978 14.222l-201.956-638.578c12.8-4.267 25.6-7.822 38.4-10.667l168.533 635.022zM613.689 518.4c-2.844 2.133-5.689 4.978-8.533 7.111l17.067-577.422c13.511 2.844 26.311 6.4 39.822 10.667l-48.356 559.644z' /%3E %3Cglyph unicode='&%23xe988;' glyph-name='cut' d='M387.936 398.208l-60.736-72.128c-54.72 13.376-114.816-2.688-153.408-48.704l-76.928-91.072c-54.080-64.448-45.632-160.64 18.816-214.72s160.96-45.504 215.040 19.008l76.928 91.776c38.592 45.952 45.184 108.224 22.528 159.744l44.544 52.8-86.784 103.296zM341.216 138.112l-76.928-91.712c-23.36-27.84-65.024-31.488-92.864-8.128s-31.488 65.024-8.128 92.864l76.928 91.712c23.36 27.84 65.024 31.488 92.864 8.128s31.488-65.024 8.128-92.864zM873.632 768.256c47.68 56.832 40.256 139.264-16.576 186.944l-306.176-363.584 86.72-103.36 236.032 280zM927.136 186.88l-76.928 91.712c-38.592 46.016-98.688 63.296-153.344 49.92l-529.984 631.488c-56.832-47.68-64.256-132.48-16.576-189.312l443.52-528.576c-22.72-51.584-16.064-113.728 22.528-159.744l76.928-91.712c54.080-64.448 150.528-72.896 215.040-18.816 64.448 54.080 72.896 150.592 18.816 215.040zM516.064 400.832c-25.728 0-46.656 20.864-46.656 46.656s20.928 46.656 46.656 46.656c25.792 0 46.656-20.864 46.656-46.656s-20.864-46.656-46.656-46.656zM852.512 38.272c-27.84-23.36-69.504-19.712-92.864 8.128l-76.928 91.712c-23.36 27.84-19.712 69.504 8.128 92.864 27.904 23.36 69.504 19.712 92.864-8.128l76.928-91.712c23.36-27.84 19.712-69.504-8.128-92.864z' /%3E %3Cglyph unicode='&%23xe989;' glyph-name='indent' d='M0-64h1024v160h-1024v-160zM1024 384h-672v-160h672v160zM1024 960h-1024v-160h1024v160zM1024 672h-672v-160h672v160zM247.52 464.64l-199.072 184.896c-5.632 5.184-12.32 7.872-19.968 7.872-7.712 0-14.336-2.688-20.064-7.872-5.6-5.248-8.416-11.456-8.416-18.624v-369.728c0-7.232 2.816-13.376 8.416-18.56 5.728-5.248 12.352-7.808 20.064-7.808 7.648 0 14.336 2.56 20 7.808l199.136 184.896c5.504 5.184 8.384 11.392 8.384 18.56 0 7.104-2.88 13.312-8.48 18.56v0z' /%3E %3Cglyph unicode='&%23xe98a;' glyph-name='insert-image' horiz-adv-x='1298' d='M1277.696 960h-1257.152c-11.328 0-20.544-9.216-20.544-20.544v-982.848c0-11.392 9.216-20.608 20.544-20.608h1257.088c11.392 0 20.544 9.216 20.544 20.544v982.912c0.064 11.328-9.152 20.544-20.48 20.544zM1174.848 99.968l-282.88 292.992c-3.136 3.2-8.256 3.456-11.584 0.448l-196.224-172.672-250.816 308.8c-1.664 1.984-4.032 3.136-6.72 3.072-2.624-0.064-4.992-1.28-6.592-3.392l-296.64-398.016v705.408h1051.392l0.064-736.64zM864.128 539.456c55.68 0 100.928 45.184 100.928 100.928s-45.184 100.928-100.928 100.928c-55.744 0-100.928-45.184-100.928-100.928 0.064-55.744 45.184-100.928 100.928-100.928z' /%3E %3Cglyph unicode='&%23xe98b;' glyph-name='insert-link' d='M375.040 147.584l-51.84-51.456c-44.928-44.544-117.952-44.544-162.88 0-21.568 21.44-33.408 49.856-33.408 80.064s11.84 58.688 33.408 80.128l190.72 189.248c39.552 39.168 113.856 96.896 168.064 43.136 24.896-24.704 65.088-24.576 89.728 0.32 24.704 24.832 24.576 65.024-0.32 89.728-92.096 91.392-228.288 74.496-346.88-43.136l-190.72-189.248c-45.696-45.44-70.912-105.856-70.912-170.176s25.216-124.736 70.976-170.112c47.104-46.72 108.928-70.080 170.752-70.080 61.888 0 123.712 23.36 170.88 70.080l51.84 51.456c24.832 24.704 25.024 64.832 0.32 89.728-24.704 24.832-64.896 25.024-89.728 0.32zM953.024 882.624c-98.944 98.176-237.312 103.488-328.896 12.608l-64.576-64.064c-24.896-24.704-25.024-64.896-0.32-89.728 24.704-24.896 64.832-25.024 89.728-0.32l64.576 64.064c47.424 47.104 109.568 27.584 150.080-12.608 21.632-21.44 33.472-49.856 33.472-80.128s-11.904-58.688-33.472-80.128l-203.456-201.856c-93.056-92.288-136.704-48.96-155.328-30.464-24.832 24.704-65.024 24.512-89.728-0.32-24.704-24.896-24.512-65.024 0.32-89.728 42.688-42.368 91.456-63.424 142.592-63.424 62.592 0 128.704 31.488 191.552 93.888l203.456 201.856c45.76 45.44 70.976 105.92 70.976 170.176 0.032 64.32-25.184 124.736-70.976 170.176z' /%3E %3Cglyph unicode='&%23xe98c;' glyph-name='italics' d='M540.288 170.88c2.368 7.936 4.736 16.064 6.784 24.32 0.32 1.344 36.16 139.648 74.432 284.032 65.92 248.256 81.984 298.24 85.568 305.856 12.224 25.344 32.32 44.48 60.928 58.624 24.704 12.16 56.256 20.16 93.696 23.872 11.008 1.152 21.44 7.232 29.056 17.088 6.912 8.96 10.944 20.288 10.944 31.104 0.064 24.32-19.84 44.224-44.224 44.224h-493.248c-24.384 0-44.224-19.904-44.224-44.288v-1.536c0-21.824 15.68-40.192 37.184-43.648 28.48-4.672 58.624-11.008 89.28-25.536 15.744-7.424 28.032-16.512 36.16-26.816 9.28-11.648 13.824-25.152 13.824-41.088 0-29.888-8.768-59.84-17.216-88.768-1.792-6.016-3.648-12.416-5.376-18.624-10.816-38.592-26.752-97.216-45.184-165.056-42.56-156.224-95.488-350.528-108.736-387.52-8.96-24.896-49.024-83.904-163.392-92.672-11.136-0.832-21.504-5.888-29.056-14.016-7.68-8.192-11.776-18.816-11.776-30.080v-0.128c0-24.32 19.904-44.224 44.288-44.224h499.712c24.384 0 44.288 19.904 44.288 44.288v0.32c0 22.336-16.704 41.216-38.848 43.84-4.352 0.512-8.576 1.024-13.056 1.536-44.096 5.056-89.664 11.456-112.704 41.408-10.688 13.888-14.080 32.256-10.624 55.808 2.24 16 6.784 31.424 11.52 47.68z' /%3E %3Cglyph unicode='&%23xe98d;' glyph-name='justify' d='M0 512h1024v160h-1024v-160zM1024 96h-1024v-160h1024v160zM0 224h1024v160h-1024v-160zM0 800h1024v160h-1024v-160z' /%3E %3Cglyph unicode='&%23xe98e;' glyph-name='numbered-list' d='M126.592 960h-55.232l-70.848-66.176 36.992-39.616c14.592 12.864 23.296 22.208 26.048 28.16h1.024v-6.272c0-13.888-0.064-34.88-0.256-63.040s-0.256-49.344-0.256-63.552h-55.744v-51.584h174.528v51.584h-56.256v210.496zM131.264 96.96l49.472 59.904v45.824h-173.44v-79.168h55.232v27.584c5.568 0 13.952 0.128 25.28 0.512 11.264 0.384 19.712 0.512 25.28 0.512v-0.512c-6.592-6.272-13.056-12.928-19.264-20.032-6.272-7.104-13.632-16.512-22.144-28.096-8.512-11.648-14.144-19.2-16.896-22.656l13.568-29.184c36.48 2.816 54.72-6.912 54.72-29.184 0-9.728-3.712-17.088-11.2-22.144s-16.256-7.552-26.304-7.552c-19.776 0-38.208 7.808-55.232 23.424l-29.824-45.824c22.912-22.912 52.8-34.368 89.6-34.368 28.16 0 51.648 8 70.592 23.936 18.944 16 28.416 37.888 28.416 65.664 0 17.728-5.248 33.024-15.616 45.824-10.432 12.864-24.512 21.376-42.24 25.536zM137.536 372.352h-66.176c0.384 8.704 6.528 17.792 18.496 27.328s25.088 18.304 39.36 26.304c14.208 8 27.264 19.2 39.040 33.6 11.84 14.4 17.728 30.336 17.728 47.68 0 24.64-8.704 44.224-26.048 58.624s-38.72 21.632-64.064 21.632c-20.16 0-38.464-4.928-54.976-14.848s-28.928-23.744-37.248-41.472l44.288-30.72c12.16 20.16 26.176 30.208 42.176 30.208 8.704 0 15.552-2.368 20.608-7.040 4.992-4.672 7.552-11.328 7.552-20.032 0-8-4.096-15.808-12.224-23.424-8.192-7.616-17.984-15.168-29.44-22.656-11.52-7.488-22.976-15.744-34.432-24.768s-21.248-20.864-29.44-35.392c-8.128-14.592-12.224-30.784-12.224-48.512 0-6.272 1.024-15.616 3.136-28.16h188.608v82.88h-54.72v-31.232zM320 768h700.544v158.208h-700.544v-158.208zM320-32h700.544v158.208h-700.544v-158.208zM320 384h700.544v158.208h-700.544v-158.208z' /%3E %3Cglyph unicode='&%23xe98f;' glyph-name='copy' d='M768 704v256h-768v-768h256v-256h768v768h-256zM64 256v640h640v-192h-448v-448h-192zM320 640h640v-640h-640v640z' /%3E %3Cglyph unicode='&%23xe990;' glyph-name='miscellaneous' d='M362.667 469.333h128v85.333h-115.2c-8.533-25.6-12.8-55.467-12.8-85.333zM375.467 341.333h115.2v85.333h-128c4.267-29.867 8.533-59.733 12.8-85.333zM388.267 597.333h102.4v123.733c-42.667-8.533-81.067-55.467-102.4-123.733zM320 426.667h-85.333c4.267-29.867 8.533-59.733 17.067-85.333h76.8c-4.267 25.6-8.533 55.467-8.533 85.333zM392.533 695.467c-46.933-21.333-85.333-55.467-115.2-102.4h64c12.8 42.667 29.867 76.8 51.2 102.4zM332.8 554.667h-76.8c-12.8-25.6-17.067-55.467-17.067-85.333h85.333c0 29.867 4.267 59.733 8.533 85.333zM533.333 721.067v-123.733h102.4c-21.333 64-59.733 110.933-102.4 123.733zM277.333 298.667c29.867-42.667 68.267-81.067 115.2-102.4-21.333 29.867-38.4 64-51.2 102.4h-64zM490.667 170.667v123.733h-102.4c21.333-64 59.733-110.933 102.4-123.733zM631.467 699.733c21.333-29.867 38.4-64 51.2-102.4h64c-29.867 42.667-68.267 76.8-115.2 102.4zM704 469.333h89.6c-4.267 29.867-8.533 59.733-21.333 85.333h-76.8c4.267-25.6 8.533-55.467 8.533-85.333zM512 960c-281.6 0-512-230.4-512-512s230.4-512 512-512 512 230.4 512 512-230.4 512-512 512zM832 448v-21.333c-12.8-162.133-140.8-290.133-298.667-298.667h-42.667c-162.133 12.8-290.133 140.8-298.667 298.667v42.667c12.8 162.133 140.8 290.133 298.667 298.667h42.667c162.133-12.8 290.133-140.8 298.667-298.667v-21.333zM691.2 341.333h76.8c12.8 25.6 17.067 55.467 17.067 85.333h-85.333c0-29.867-4.267-59.733-8.533-85.333zM661.333 426.667h-128v-85.333h115.2c8.533 25.6 12.8 55.467 12.8 85.333zM631.467 196.267c46.933 21.333 85.333 59.733 115.2 102.4h-64c-12.8-42.667-29.867-76.8-51.2-102.4zM533.333 294.4v-123.733c42.667 12.8 81.067 59.733 102.4 123.733h-102.4zM648.533 554.667h-115.2v-85.333h128c-4.267 29.867-8.533 59.733-12.8 85.333z' /%3E %3Cglyph unicode='&%23xe991;' glyph-name='redo' horiz-adv-x='992' d='M145.312 81.536c193.696-194.048 508.928-194.048 702.624 0 88.544 88.704 136.512 202.816 144.064 319.104l-150.592 40.448c1.92-91.072-31.552-182.72-100.736-252.096-134.528-134.784-353.472-134.784-488.096 0-134.528 134.784-134.528 354.112 0 488.96 102.528 102.72 254.016 127.040 379.808 73.28l-83.936-84.096 399.36-107.2-107.040 400.064-95.488-95.68c-189.952 109.952-437.632 83.712-599.968-78.912-193.76-194.112-193.76-509.824 0-703.872z' /%3E %3Cglyph unicode='&%23xe992;' glyph-name='remove-link' d='M561.664 317.056c-5.696 2.048-12.096 0.64-16.384-3.712l-201.856-201.792c-22.4-22.4-52.224-34.688-83.968-34.688s-61.568 12.352-83.904 34.688c-46.272 46.272-46.272 121.6 0 167.872l201.792 201.792c4.288 4.288 5.696 10.688 3.712 16.384-2.048 5.76-7.168 9.792-13.184 10.368l-140.928 14.016c-4.736 0.512-9.344-1.216-12.672-4.544l-138.368-138.368c-48.96-48.896-75.904-114.112-75.904-183.552s26.944-134.656 75.904-183.616c48.96-48.96 114.176-75.904 183.616-75.904s134.656 26.944 183.616 75.904l138.368 138.368c3.328 3.328 4.992 8 4.544 12.672l-13.952 140.928c-0.704 6.016-4.672 11.136-10.432 13.184zM948.096 884.096c-48.96 48.96-114.176 75.904-183.616 75.904s-134.656-26.944-183.552-75.904l-138.368-138.368c-3.328-3.328-4.992-8-4.544-12.672l14.016-140.928c0.576-6.016 4.608-11.2 10.368-13.248 5.696-2.048 12.096-0.64 16.384 3.712l201.792 201.856c22.4 22.4 52.224 34.688 83.968 34.688s61.568-12.352 83.968-34.688c46.272-46.272 46.272-121.6 0-167.872l-201.856-201.856c-4.288-4.288-5.696-10.688-3.712-16.384 2.048-5.696 7.232-9.728 13.248-10.304l140.928-14.016c0.512-0.064 1.024-0.064 1.536-0.064 4.16 0 8.128 1.664 11.136 4.608l138.368 138.368c101.12 101.184 101.12 265.92-0.064 367.168zM92.544 565.312c0.064 0 0.192 0 0.256 0l169.6 2.944c7.744 0.128 14.272 5.888 15.296 13.632 1.024 7.68-3.712 14.976-11.2 17.152l-162.752 47.488c-4.416 1.28-9.152 0.576-12.992-1.92s-6.4-6.528-6.976-11.072l-6.784-50.432c-0.576-4.544 0.832-9.152 3.84-12.544 3.008-3.328 7.232-5.248 11.712-5.248zM361.024 693.44c1.92-6.72 8.128-11.264 15.040-11.264 0.704 0 1.408 0.064 2.112 0.128 7.68 1.024 13.44 7.552 13.632 15.296l2.944 169.536c0.064 4.608-1.856 8.96-5.248 11.968-3.456 3.008-8 4.48-12.544 3.84l-50.496-6.72c-4.544-0.576-8.576-3.2-11.072-6.976-2.496-3.84-3.2-8.576-1.92-12.928l47.552-162.88zM931.136 330.688l-169.536-2.944c-7.744-0.128-14.272-5.888-15.296-13.632-1.024-7.68 3.712-14.976 11.136-17.152l162.816-47.488c1.472-0.384 2.944-0.64 4.416-0.64 3.008 0 6.016 0.896 8.576 2.56 3.84 2.496 6.4 6.528 6.976 11.072l6.784 50.432c0.576 4.544-0.768 9.088-3.84 12.544s-7.616 5.504-12.032 5.248zM662.976 202.496c-2.176 7.424-9.408 12.288-17.152 11.136-7.68-1.024-13.504-7.552-13.632-15.296l-2.944-169.536c-0.064-4.608 1.856-8.96 5.248-11.968 2.88-2.56 6.656-3.968 10.432-3.968 0.704 0 1.408 0.064 2.112 0.128l50.432 6.784c4.544 0.576 8.576 3.136 11.072 6.976s3.2 8.576 1.92 12.928l-47.488 162.816z' /%3E %3Cglyph unicode='&%23xe993;' glyph-name='subscript' horiz-adv-x='1438' d='M962.784 960h-251.744l-212.096-326.72-204.832 326.72h-266.336l336.576-487.296-364.352-535.936h257.504l232.608 353.984 228.32-353.984h273.568l-364.352 534.592zM1192.096 28.544c12.864 18.24 27.744 34.112 44.64 47.744s34.208 26.368 52.032 38.272c17.888 11.84 35.52 23.808 53.152 35.968 17.632 12.096 33.344 25.6 47.2 40.512 13.888 14.976 25.056 32 33.472 51.264 8.416 19.136 12.608 42.112 12.608 68.928 0 25.792-4.832 49.024-14.496 69.824-9.664 20.672-22.72 38.144-39.040 52.288-16.384 14.208-35.264 25.024-56.864 32.576-21.536 7.68-44.256 11.392-68.032 11.392-31.2 0-58.88-5.44-82.912-16.256-24.032-10.88-44-26.048-59.872-45.568s-27.808-42.24-35.712-68.288c-7.968-26.048-11.424-54.208-10.432-84.544h101.12c0 14.144 1.376 28.416 4.096 42.816 2.688 14.464 7.296 27.584 13.76 39.488 6.4 11.84 15.008 21.44 25.6 28.8 10.656 7.296 23.68 11.008 39.040 11.008 22.784 0 41.504-7.168 56.128-21.632 14.624-14.4 21.92-34.496 21.92-60.288 0-16.192-3.584-30.528-10.784-43.136-7.168-12.672-16.128-24.064-26.816-34.112-10.656-10.112-22.4-19.328-35.328-27.648-12.864-8.32-25.056-16.576-36.416-24.704-22.272-15.68-43.488-31.040-63.584-46.208s-37.536-31.744-52.416-49.728c-14.88-17.984-26.624-38.272-35.328-61.056-8.512-22.656-12.832-49.472-12.832-80.256h382.208v92.544h-246.112z' /%3E %3Cglyph unicode='&%23xe994;' glyph-name='superscript' horiz-adv-x='1439' d='M962.816 960h-251.712l-212.192-326.976-204.832 326.976h-266.336l336.608-487.616-364.352-536.384h257.504l232.64 354.24 228.288-354.24h273.568l-364.256 534.976zM1192.512 510.848c12.96 18.24 27.872 34.176 44.704 47.808 16.928 13.632 34.336 26.432 52.192 38.336 17.92 11.84 35.648 23.872 53.312 36.032 17.664 12.096 33.44 25.664 47.36 40.576 13.952 14.976 25.088 32 33.568 51.264 8.416 19.136 12.704 42.176 12.704 68.992 0 25.792-4.832 49.088-14.528 69.824-9.696 20.672-22.752 38.144-39.168 52.288-16.416 14.208-35.392 25.024-57.024 32.64-21.664 7.616-44.448 11.392-68.256 11.392-31.328 0-58.976-5.44-83.136-16.256-24.096-10.88-44.096-26.048-60-45.568s-27.872-42.24-35.776-68.288c-8-26.048-11.456-54.272-10.432-84.608h101.376c0 14.144 1.376 28.48 4.096 42.816 2.688 14.464 7.296 27.584 13.824 39.552 6.4 11.84 15.040 21.44 25.728 28.8 10.688 7.296 23.712 11.008 39.168 11.008 22.816 0 41.632-7.168 56.288-21.632 14.656-14.4 21.952-34.496 21.952-60.288 0-16.192-3.584-30.592-10.816-43.2-7.232-12.672-16.16-24.128-26.848-34.176-10.688-10.112-22.464-19.328-35.392-27.712-12.96-8.32-25.088-16.576-36.544-24.704-22.336-15.68-43.584-31.104-63.776-46.272-20.128-15.168-37.664-31.744-52.576-49.728s-26.72-38.336-35.392-61.056c-8.704-22.72-13.12-49.6-13.12-80.384h383.232v92.544c0 0-246.72 0-246.72 0z' /%3E %3Cglyph unicode='&%23xe995;' glyph-name='underline' d='M903.424 43.648h-781.12c-29.696 0-53.728-24.064-53.728-53.824s24.032-53.824 53.728-53.824h781.088c29.696 0 53.728 24.064 53.728 53.824s-24 53.824-53.696 53.824zM959.584 960h-346.24c-17.504 0-31.616-14.144-31.616-31.68v-15.296c0-16.384 12.448-29.952 28.64-31.552 15.328-1.472 30.592-3.648 45.632-6.592 31.808-6.208 47.296-23.936 47.296-56.256v-395.584c0-23.232-2.624-47.872-7.68-73.344-4.864-24.384-14.624-47.488-29.056-68.608-15.072-21.184-36.032-38.912-62.176-52.672-22.752-11.904-54.112-18.688-93.024-20.288-38.976 1.472-70.272 8.32-93.024 20.288-26.144 13.696-47.104 31.36-62.176 52.672-14.432 21.12-24.224 44.224-29.056 68.608-5.056 25.536-7.68 50.24-7.68 73.344v395.648c0 32.192 15.456 49.92 47.296 56.256 15.072 2.944 30.208 5.184 45.632 6.656 16.288 1.6 28.704 15.232 28.704 31.552v15.168c0 17.536-14.112 31.68-31.552 31.68h-346.688c-17.504 0-31.616-14.144-31.616-31.68 0-5.248 0-10.752 0-15.936 0-15.488 11.232-28.8 26.528-31.232 19.168-3.072 42.24-7.488 45.824-8.768 28.48-10.304 46.56-28.864 46.56-60.096v-431.104c0-36.288 7.808-71.616 23.2-104.96s38.464-63.296 68.672-89.024l0.128-0.128c30.336-25.536 68.224-46.016 112.576-60.864 44.032-14.784 94.816-22.272 150.848-22.272 1.792 0 3.712 0 5.696 0.128 2.112 0 3.904-0.128 5.696-0.128 56.032 0 106.688 7.488 150.848 22.272 44.352 14.912 82.176 35.328 112.576 60.864l0.128 0.128c30.208 25.728 53.28 55.68 68.672 89.024s23.2 68.672 23.2 104.96v430.976c0 31.232 18.208 49.792 46.592 60.16 3.584 1.28 26.656 5.696 45.824 8.768 15.264 2.56 26.464 15.808 26.464 31.36 0 5.184 0 10.688 0 15.936-0.096 17.472-14.144 31.616-31.648 31.616z' /%3E %3Cglyph unicode='&%23xe996;' glyph-name='undo' horiz-adv-x='994' d='M846.63 784.741c-162.331 162.363-410.003 188.538-599.949 78.782l-95.453 95.581-107.005-399.348 399.348 107.005-83.965 83.869c125.788 53.726 277.335 29.375 379.796-73.15 134.556-134.556 134.556-353.493 0-488.081-134.556-134.556-353.493-134.556-488.081 0-69.246 69.246-102.717 160.731-100.733 251.64l-150.587-40.287c7.552-116.092 55.518-229.977 144.059-318.518 193.69-193.69 508.848-193.754 702.57 0 193.786 193.658 193.786 508.816 0 702.506z' /%3E %3Cglyph unicode='&%23xe997;' glyph-name='unindent' d='M0-64h1024v160h-1024v-160zM1024 384h-672v-160h672v160zM1024 960h-1024v-160h1024v160zM1024 672h-672v-160h672v160zM8.48 427.584l199.072-184.896c5.664-5.184 12.352-7.872 20-7.872 7.712 0 14.336 2.688 20.064 7.872 5.568 5.248 8.384 11.456 8.384 18.624v369.728c0 7.232-2.816 13.376-8.416 18.56-5.728 5.248-12.32 7.808-20.064 7.808-7.648 0-14.336-2.56-20-7.808l-199.136-184.896c-5.504-5.184-8.384-11.392-8.384-18.56 0-7.104 2.88-13.312 8.48-18.56v0z' /%3E %3Cglyph unicode='' glyph-name='unindent' d='M0-64h1024v160h-1024v-160zM1024 384h-672v-160h672v160zM1024 960h-1024v-160h1024v160zM1024 672h-672v-160h672v160zM8.48 427.584l199.072-184.896c5.664-5.184 12.352-7.872 20-7.872 7.712 0 14.336 2.688 20.064 7.872 5.568 5.248 8.384 11.456 8.384 18.624v369.728c0 7.232-2.816 13.376-8.416 18.56-5.728 5.248-12.32 7.808-20.064 7.808-7.648 0-14.336-2.56-20-7.808l-199.136-184.896c-5.504-5.184-8.384-11.392-8.384-18.56 0-7.104 2.88-13.312 8.48-18.56v0z' /%3E %3Cglyph unicode='' glyph-name='filter' horiz-adv-x='1139' d='M1134.933 930.133c-8.533 21.333-25.6 29.867-46.933 29.867h-1036.8c-21.333 0-38.4-8.533-46.933-29.867s-4.267-42.667 12.8-55.467l396.8-396.8v-277.333c0-12.8 4.267-25.6 17.067-38.4l204.8-204.8c8.533-8.533 21.333-17.067 38.4-17.067 8.533 0 12.8 0 21.333 4.267 21.333 8.533 29.867 25.6 29.867 46.933v482.133l396.8 396.8c17.067 17.067 21.333 34.133 12.8 59.733z' /%3E %3Cglyph unicode='checkbox-checked' glyph-name='checkbox-checked' d='M896 960h-768c-70.4 0-128-57.6-128-128v-768c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v768c0 70.4-57.6 128-128 128zM448 165.5v0l-237.3 237.2 90.5 90.5 146.8-146.7 306.7 306.7 90.5-90.5-397.2-397.2z' /%3E %3Cglyph unicode='checkbox' glyph-name='checkbox-checked' d='M896 960h-768c-70.4 0-128-57.6-128-128v-768c0-70.4 57.6-128 128-128h768c70.4 0 128 57.6 128 128v768c0 70.4-57.6 128-128 128zM448 165.5v0l-237.3 237.2 90.5 90.5 146.8-146.7 306.7 306.7 90.5-90.5-397.2-397.2z' /%3E %3C/font%3E%3C/defs%3E%3C/svg%3E#IHS-Icons") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="ihs-icon-"],
[class*=" ihs-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'IHS-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ihs-icon-paste:before {
  content: "\e986";
}
.ihs-icon-copy:before {
  content: "\e98f";
}
.ihs-icon-align-centered:before {
  content: "\e981";
}
.ihs-icon-align-left:before {
  content: "\e982";
}
.ihs-icon-align-right:before {
  content: "\e983";
}
.ihs-icon-bold:before {
  content: "\e984";
}
.ihs-icon-bullet-list:before {
  content: "\e985";
}
.ihs-icon-cut:before {
  content: "\e988";
}
.ihs-icon-indent:before {
  content: "\e989";
}
.ihs-icon-insert-image:before {
  content: "\e98a";
}
.ihs-icon-insert-link:before {
  content: "\e98b";
}
.ihs-icon-italics:before {
  content: "\e98c";
}
.ihs-icon-justify:before {
  content: "\e98d";
}
.ihs-icon-numbered-list:before {
  content: "\e98e";
}
.ihs-icon-redo:before {
  content: "\e991";
}
.ihs-icon-remove-link:before {
  content: "\e992";
}
.ihs-icon-subscript:before {
  content: "\e993";
}
.ihs-icon-superscript:before {
  content: "\e994";
}
.ihs-icon-underline:before {
  content: "\e995";
}
.ihs-icon-undo:before {
  content: "\e996";
}
.ihs-icon-unindent:before {
  content: "\e997";
}
.ihs-icon-protected-access:before {
  content: "\e971";
}
.ihs-icon-shopping-cart-hide:before {
  content: "\e908";
}
.ihs-icon-classified:before {
  content: "\e909";
}
.ihs-icon-no-access:before {
  content: "\e94e";
}
.ihs-icon-shopping-cart:before {
  content: "\e974";
}
.ihs-icon-shopping-cart-preview:before {
  content: "\e980";
}
.ihs-icon-lock:before {
  content: "\e97f";
}
.ihs-icon-admin-outline:before {
  content: "\e97e";
}
.ihs-icon-arrows-move:before {
  content: "\e97b";
}
.ihs-icon-note:before {
  content: "\e97c";
}
.ihs-icon-bom:before {
  content: "\e97d";
}
.ihs-icon-markit:before {
  content: "\e987";
}
.ihs-icon-switch-grid-V2:before {
  content: "\e97a";
}
.ihs-icon-semiconductors:before {
  content: "\e961";
}
.ihs-icon-passives:before {
  content: "\e962";
}
.ihs-icon-page-down:before {
  content: "\e978";
}
.ihs-icon-page-up:before {
  content: "\e979";
}
.ihs-icon-zoom-out:before {
  content: "\e976";
}
.ihs-icon-zoom-in:before {
  content: "\e977";
}
.ihs-icon-switch-list:before {
  content: "\e968";
}
.ihs-icon-info-reversed:before {
  content: "\e970";
}
.ihs-icon-switch-grid:before {
  content: "\e96d";
}
.ihs-icon-asme:before {
  content: "\e973";
}
.ihs-icon-switch-bubble:before {
  content: "\e963";
}
.ihs-icon-miscellaneous:before {
  content: "\e990";
}
.ihs-icon-checkbox-unchecked-reversed:before,
.ihs-icon-checkbox-unchecked-reversed {
  content: "\e96e";
}
.ihs-icon-edit-close:before {
  content: "\e96f";
}
.ihs-icon-edit:before {
  content: "\e972";
}
.ihs-icon-menu-block:before {
  content: "\e975";
}
.ihs-icon-shared-in:before {
  content: "\e96a";
}
.ihs-icon-shared-out:before {
  content: "\e96b";
}
.ihs-icon-share:before {
  content: "\e96c";
}
.ihs-icon-shuttle-all-left:before {
  content: "\e900";
}
.ihs-icon-shuttle-all-right:before {
  content: "\e901";
}
.ihs-icon-success:before {
  content: "\e964";
}
.ihs-icon-warning:before {
  content: "\e965";
}
.ihs-icon-danger:before {
  content: "\e967";
}
.ihs-icon-arrow-tail:before {
  content: "\e966";
}
.ihs-icon-admin:before {
  content: "\6d";
}
.ihs-icon-language-ru2:before {
  content: "\e300";
}
.ihs-icon-language-ru2-text:before {
  content: "\e301";
}
.ihs-icon-language-mix2:before {
  content: "\e302";
}
.ihs-icon-language-mix2-text:before {
  content: "\e303";
}
.ihs-icon-language-jp2:before {
  content: "\e304";
}
.ihs-icon-language-jp2-text:before {
  content: "\e305";
}
.ihs-icon-language-fr2:before {
  content: "\e306";
}
.ihs-icon-language-fr2-text:before {
  content: "\e307";
}
.ihs-icon-language-en2:before {
  content: "\e308";
}
.ihs-icon-language-en2-text:before {
  content: "\e309";
}
.ihs-icon-language-de2:before {
  content: "\e310";
}
.ihs-icon-language-de2-text:before {
  content: "\e311";
}
.ihs-icon-language-ch2:before {
  content: "\e312";
}
.ihs-icon-language-ch2-text:before {
  content: "\e313";
}
.ihs-icon-mini-menu:before {
  content: "\e314";
}
.ihs-icon-checkbox-checked:before,
.ihs-icon-checkbox-checked {
  content: "\e604";
}
.ihs-icon-checkbox-unchecked:before,
.ihs-icon-checkbox-unchecked {
  content: "\e605";
}
.ihs-icon-checkbox-halfchecked:before,
.ihs-icon-checkbox-halfchecked {
  content: "\e606";
}
.ihs-icon-help:before {
  content: "\e608";
}
.ihs-icon-logo:before {
  content: "\e609";
}
.ihs-icon-search:before {
  content: "\e60a";
}
.ihs-icon-settings:before {
  content: "\e60b";
}
.ihs-icon-discover:before {
  content: "\e617";
}
.ihs-icon-patents:before {
  content: "\e618";
}
.ihs-icon-researcher:before {
  content: "\e619";
}
.ihs-icon-root:before {
  content: "\e61a";
}
.ihs-icon-four-sided-arrow:before {
  content: "\e800";
}
.ihs-icon-pin:before {
  content: "\e802";
}
.ihs-icon-color:before {
  content: "\e80a";
}
.ihs-icon-delete:before {
  content: "\e902";
}
.ihs-icon-download:before {
  content: "\e903";
}
.ihs-icon-envelope:before {
  content: "\e904";
}
.ihs-icon-print:before {
  content: "\e905";
}
.ihs-icon-refresh:before {
  content: "\e906";
}
.ihs-icon-save:before {
  content: "\e907";
}
.ihs-icon-cpl:before {
  content: "\e90a";
}
.ihs-icon-parametric:before {
  content: "\e90b";
}
.ihs-icon-where-used:before {
  content: "\e90c";
}
.ihs-icon-documents:before {
  content: "\e90d";
}
.ihs-icon-get-news:before {
  content: "\e90e";
}
.ihs-icon-goto-leader-board:before {
  content: "\e90f";
}
.ihs-icon-learn-more:before {
  content: "\e910";
}
.ihs-icon-tour-arrow-long:before {
  content: "\e911";
}
.ihs-icon-tour-arrow-medium:before {
  content: "\e912";
}
.ihs-icon-tour-arrow-short:before {
  content: "\e913";
}
.ihs-icon-error-notification:before {
  content: "\e914";
}
.ihs-icon-tour-arrow-curve:before {
  content: "\e915";
}
.ihs-icon-parts:before {
  content: "\e916";
}
.ihs-icon-haystack-data:before {
  content: "\e917";
}
.ihs-icon-view-my-score:before {
  content: "\e918";
}
.ihs-icon-import-options:before {
  content: "\e919";
}
.ihs-icon-column-mapping:before {
  content: "\e91a";
}
.ihs-icon-reporting-2:before {
  content: "\e91b";
}
.ihs-icon-part-search-2:before {
  content: "\e91c";
}
.ihs-icon-other-tasks-2:before {
  content: "\e91d";
}
.ihs-icon-my-dashboard-2:before {
  content: "\e91e";
}
.ihs-icon-circle-arrow:before {
  content: "\e91f";
}
.ihs-icon-circle-arrow-fill:before {
  content: "\e920";
}
.ihs-icon-pop-out:before {
  content: "\e921";
}
.ihs-icon-knowledge-base-global:before {
  content: "\e922";
}
.ihs-icon-attributes:before {
  content: "\e923";
}
.ihs-icon-destination:before {
  content: "\e924";
}
.ihs-icon-other-tasks:before {
  content: "\e925";
}
.ihs-icon-my-dashboard:before {
  content: "\e926";
}
.ihs-icon-learn-more-2:before {
  content: "\e927";
}
.ihs-icon-cpl-2:before {
  content: "\e928";
}
.ihs-icon-boms-2:before {
  content: "\e929";
}
.ihs-icon-learn-more2:before {
  content: "\e92a";
}
.ihs-icon-alerts-2:before {
  content: "\e92b";
}
.ihs-icon-reporting:before {
  content: "\e92c";
}
.ihs-icon-part-search:before {
  content: "\e92d";
}
.ihs-icon-folder-open:before {
  content: "\e92e";
}
.ihs-icon-folder-closed:before {
  content: "\e92f";
}
.ihs-icon-circles:before {
  content: "\e930";
}
.ihs-icon-language-fr:before {
  content: "\e931";
}
.ihs-icon-language-ru:before {
  content: "\e932";
}
.ihs-icon-language-de:before {
  content: "\e933";
}
.ihs-icon-language-en:before {
  content: "\e934";
}
.ihs-icon-language-ch:before {
  content: "\e935";
}
.ihs-icon-boms:before {
  content: "\e936";
}
.ihs-icon-bom-cpl:before {
  content: "\e937";
}
.ihs-icon-alerts:before {
  content: "\e938";
}
.ihs-icon-language-mix:before {
  content: "\e939";
}
.ihs-icon-infinity:before {
  content: "\e93a";
}
.ihs-icon-feedback:before {
  content: "\e93b";
}
.ihs-icon-calendar:before {
  content: "\e93c";
}
.ihs-icon-arrow-drag:before {
  content: "\e93d";
}
.ihs-icon-notification:before {
  content: "\e93e";
}
.ihs-icon-toggle-bubble-on:before,
.ihs-icon-toggle-bubble-on {
  content: "\e93f";
}
.ihs-icon-knowledge-base-list:before {
  content: "\e940";
}
.ihs-icon-quality-assurance:before {
  content: "\e941";
}
.ihs-icon-toggle-bubble-off:before,
.ihs-icon-toggle-bubble-off {
  content: "\e942";
}
.ihs-icon-toggle-list-on:before,
.ihs-icon-toggle-list-on {
  content: "\e943";
}
.ihs-icon-toggle-list-off:before,
.ihs-icon-toggle-list-off {
  content: "\e944";
}
.ihs-icon-chevron:before {
  content: "\e945";
}
.ihs-icon-x:before {
  content: "\e946";
}
.ihs-icon-radio-checked:before,
.ihs-icon-radio-checked {
  content: "\e947";
}
.ihs-icon-radio-unchecked:before,
.ihs-icon-radio-unchecked {
  content: "\e948";
}
.ihs-icon-menu:before {
  content: "\e949";
}
.ihs-icon-admin-group:before {
  content: "\e94a";
}
.ihs-icon-checkmark:before {
  content: "\e94b";
}
.ihs-icon-create:before {
  content: "\e94c";
}
.ihs-icon-redline:before {
  content: "\e94d";
}
.ihs-icon-administer:before {
  content: "\e94f";
}
.ihs-icon-classify:before {
  content: "\e950";
}
.ihs-icon-conduct-qa:before {
  content: "\e951";
}
.ihs-icon-chevron-full:before {
  content: "\e952";
}
.ihs-icon-info:before {
  content: "\e953";
}
.ihs-icon-stripe-1:before {
  content: "\e954";
}
.ihs-icon-stripe-2:before {
  content: "\e955";
}
.ihs-icon-haystack-data2:before {
  content: "\e956";
}
.ihs-icon-stripe-3:before {
  content: "\e957";
}
.ihs-icon-annotate:before {
  content: "\e958";
}
.ihs-icon-arrow:before,
.ihs-icon-arrow {
  content: "\e959";
}
.ihs-icon-language-jp:before {
  content: "\e95a";
}
.ihs-icon-notification-bell:before {
  content: "\e95b";
}
.ihs-icon-uniE95A:before {
  content: "\e95c";
}
.ihs-icon-uniE95B:before {
  content: "\e95d";
}
.ihs-icon-electromechanicals:before {
  content: "\e95e";
}
.ihs-icon-fasteners:before {
  content: "\e95f";
}
.ihs-icon-interconnects:before {
  content: "\e960";
}
.ihs-icon-filter:before {
  content: "\e969";
}
/* Helper classes **********************/
.float-left {
  float: left;
}
.clear-left {
  clear: left;
}
.float-right {
  float: right;
}
.inline-middle {
  display: inline-block;
  vertical-align: middle;
}
.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.clear-margin {
  margin: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default !important;
}
.noDrag {
  cursor: default;
}
.clickable {
  cursor: pointer;
}
/* Add '<p class="no_breakout">&nbsp;</p>' to the HTML after floated HTML elements that are breaking out of their parent containers and .clear-fix does not fix the problem */
.no_breakout {
  font-size: 1px;
  line-height: 1px;
  color: transparent;
  clear: both;
}
.contrastTextLight,
.contrastTextLight > .panelSurface {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.85), 1px 0 0 rgba(0, 0, 0, 0.85), 0 -1px 0 rgba(0, 0, 0, 0.85), -1px 0 0 rgba(0, 0, 0, 0.85), 0 0 1px rgba(0, 0, 0, 0.85), 0 0 3px rgba(0, 0, 0, 0.85);
}
.contrastTextDark,
.contrastTextDark > .panelSurface {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 1px 0 0 rgba(255, 255, 255, 0.85), 0 -1px 0 rgba(255, 255, 255, 0.85), -1px 0 0 rgba(255, 255, 255, 0.85), 0 0 1px rgba(255, 255, 255, 0.85), 0 0 3px rgba(255, 255, 255, 0.85);
}
.contrastBoxLight,
.contrastBoxLight > .panelSurface {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.contrastBoxDark,
.contrastBoxDark > .panelSurface {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.ui-datepicker select option:nth-child(even),
.dateRange select option:nth-child(even) {
  background-color: #EEE;
}
.translate-cloak {
  display: none;
}
/* main layout
----------------------------------------------------------*/
.panel-bg {
  background-color: #FFF;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 960px;
}
#body {
  height: auto;
  width: 100%;
  /* Required so that the map initializes correctly. */
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 90px 0 0;
  /* main header height = 55px */
  min-width: 470px;
  overflow: hidden;
  /* 44px (smallest main header height) 
		+ 25px (discovery panel margin-top)
		+ 400px (discovery panel min-height)
		+ 15px (discovery panel smallest margin-bottom to top of map toolbar)
		+ 40px (smallest map toolbar height)
		= 524px
		
	min-height: 524px;
	overflow: hidden; */
}
#iframeToExportData,
#feedbackIFrame,
#exportForm,
#mapPrintForm {
  display: none;
}
header .navbar {
  z-index: 2;
}
li {
  list-style: none;
}
#map {
  width: 100%;
  height: 100%;
  position: absolute;
  /* To accommodate the completely opaque footer the map and all associated calculatations must be adjusted to not include the collapsed footer area. */
  border-bottom: 1.5rem solid #4B4B4C !important;
  /* Must match the collapsed #nvFooter height and background-color as it shows when the footer expands. */
  box-sizing: border-box;
}
.remove {
  display: none !important;
}
.hide {
  display: none;
}
.numericRangeToSelected {
  float: left;
  margin: 5px 5px 5px 64px;
  clear: left;
}
.fullWidth {
  width: 100%;
}
/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
  background-color: #FFF;
}
.featured .content-wrapper {
  background-color: #7ac0da;
  background-image: -ms-linear-gradient(left, #7ac0da 0, #a4d4e6 100%);
  background-image: -o-linear-gradient(left, #7ac0da 0, #a4d4e6 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
  background-image: -webkit-linear-gradient(left, #7ac0da 0, #a4d4e6 100%);
  background-image: linear-gradient(left, #7ac0da 0, #a4d4e6 100%);
  color: #3e5667;
  padding: 20px 40px 30px 40px;
}
.featured hgroup.title h1,
.featured hgroup.title h2 {
  color: #FFF;
}
.featured p {
  font-size: 1.1rem;
}
/* page titles */
hgroup.title {
  margin-bottom: 10px;
}
hgroup.title h1,
hgroup.title h2 {
  display: inline;
}
hgroup.title h2 {
  font-weight: normal;
  margin-left: 3px;
}
/* features */
section.feature {
  width: 300px;
  float: left;
  padding: 10px;
}
.label {
  font-weight: 700;
}
/* contact */
.contact h3 {
  font-size: 1.2rem;
}
.contact p {
  margin: 5px 0 0 10px;
}
.contact iframe {
  border: 1px solid #333;
  margin: 5px 0 0 10px;
}
input.error {
  border-color: #E80C4D;
}
/* info and errors */
.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px;
}
.message-error {
  clear: both;
  color: #E80C4D;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.message-success {
  color: #7ac0da;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.error {
  color: #F00;
}
/* styles for validation helpers */
.field-validation-error {
  color: #E80C4D;
  font-weight: bold;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #E80C4D;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #E80C4D;
  font-weight: bold;
  font-size: 1.1rem;
}
.validation-summary-valid {
  display: none;
}
/* Buttons
----------------------------------------------------------*/
.ihs-btn,
.ihs-toggle-btn,
.ihs-checkbox {
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}
.ihs-btn {
  display: inline-block;
  color: #FFF;
  border: 0;
  margin-left: 0.625rem;
  /* 10 / 16 = .625 */
  padding: 0.3125rem 0.75rem;
  /* 5 / 16 = .3125 */
  font-size: 0.875rem;
  /* 14 */
  line-height: 0.938rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #307DE9;
  /* Base background-color to use for oldest browsers that don't understand linear-gradient. */
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #225CE3), color-stop(1, #307DE9));
  /* for older Webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#307DE9', endColorstr='#225CE3', GradientType=0);
  background-image: -webkit-linear-gradient(#307DE9 0, #225CE3 100%);
  background-image: -moz-linear-gradient(#307DE9 0, #225CE3 100%);
  background-image: -ms-linear-gradient(#307DE9 0, #225CE3 100%);
  background-image: -o-linear-gradient(#307DE9 0, #225CE3 100%);
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  opacity: 1;
}
.ihs-btn.backgroundTransparent {
  background: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #307EE9;
}
.ihs-btn.cancel {
  color: #307EE9 !important;
  text-decoration: none !important;
}
.ihs-btn.disabled,
.ihs-btn:disabled,
.esriPopup.metroTheme .flyout ul > li > a.ihs-btn.disabled {
  background-color: #DDDDDD;
  /* Base background-color to use for oldest browsers that don't understand linear-gradient. */
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #bfbfbf), color-stop(1, #DDDDDD));
  /* for older Webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bfbfbf', GradientType=0);
  background-image: -webkit-linear-gradient(#DDDDDD 0, #bfbfbf 100%);
  background-image: -moz-linear-gradient(#DDDDDD 0, #bfbfbf 100%);
  background-image: -ms-linear-gradient(#DDDDDD 0, #bfbfbf 100%);
  background-image: -o-linear-gradient(#DDDDDD 0, #bfbfbf 100%);
  background-image: linear-gradient(#DDDDDD 0, #bfbfbf 100%);
  color: #707070;
  cursor: default;
}
.ihs-btn:focus {
  outline: 0;
  border: 0;
}
.ihs-toggle-btn {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: normal;
  padding: 0.15rem 0.4rem;
  margin: 0;
  border: 1px;
  border-color: #869f22;
  border-style: solid;
  background-color: #404040;
  color: #707070;
}
.ihs-toggle-btn:disabled {
  background-color: #869f22;
  color: #ffffff;
}
/* Context Menu Button
----------------------------------------------------------*/
.contextMenuButton {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAQCAYAAABQrvyxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MENBMDY3RkIzNzRGMTFFM0FDNENGRTc5OUU4OEQ3QTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MENBMDY3RkMzNzRGMTFFM0FDNENGRTc5OUU4OEQ3QTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQ0EwNjdGOTM3NEYxMUUzQUM0Q0ZFNzk5RTg4RDdBNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQ0EwNjdGQTM3NEYxMUUzQUM0Q0ZFNzk5RTg4RDdBNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ptq7VN0AAABYSURBVHjaYvz//z/DUAZMDEMcjHpgoAELMsew/hVRGeJ8oxgjNvEpG9SJ0p8TcBOrfhMTE6L0nzlzhnHYxADjUC+FRpPQaBIaTUKjSWi0Jh71wJAGAAEGAO/QMBcuhi0iAAAAAElFTkSuQmCC) no-repeat scroll 0 50% transparent;
  background-size: 300% 100%;
  height: 16px;
  width: 16px;
}
.contextMenuButton:hover:enabled,
.contextMenuButton .contextMenuButtonActive:enabled {
  background-position: 50% 0;
  background-size: 300% 100%;
  cursor: pointer;
}
.contextMenuButton:disabled,
.contextMenuButton .contextMenuButtonActive:disabled {
  background-position: 100% 0;
  background-size: 300% 100%;
}
/* tables
----------------------------------------------------------*/
th.asc a,
th.desc a {
  margin-right: 0.75em;
}
th.asc a:after,
th.desc a:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.75rem;
}
th.asc a:after {
  content: '▲';
}
th.desc a:after {
  content: '▼';
}
tr.pager td {
  padding: 0 0.25em 0 0;
}
.result {
  max-height: 400px;
  max-width: 1024px;
  overflow-y: auto;
}
/* Apply this class to elements which function as a button. 
	So the element won`t be selected when double clicked. */
.noUserSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Overriding ESRI ArcGIS styles where necessary. */
#firebug {
  z-index: 9999999999;
  display: none !important;
  /* ESRI obviously doesn't test against Opera because we need to hide debugging panels that they're showing in Opera. */
}
span.esriAttribution {
  width: auto !important;
}
#loadingIndicator {
  background: transparent url(/assets/../images/message_loading.gif) 0 0 no-repeat !important;
  width: 109px;
  height: 17px;
}
.esriScalebar {
  font-family: 'Akkurat-Pro-Regular', Arial Regular, Arial, Helvetica, Tahoma, "Segoe UI Regular", "Segoe UI", sans-serif;
  width: auto;
  margin-right: 20px;
  right: 350px;
  /* approximately 24px for metric; 14px for english */
  top: 10px;
}
.scaleLabelDiv {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.85), 1px 0 0 rgba(0, 0, 0, 0.85), 0 -1px 0 rgba(0, 0, 0, 0.85), -1px 0 0 rgba(0, 0, 0, 0.85), 0 0 1px rgba(0, 0, 0, 0.85), 0 0 3px rgba(0, 0, 0, 0.85);
}
.esriScalebarLabel {
  color: #FFF;
  font-size: 0.75rem;
  /*background: rgba(0,0,0,.1);*/
  width: auto;
  height: auto;
  padding: 1px;
}
.liveMapsContainer .esriPopup.metroTheme {
  box-shadow: none !important;
  /* Overriding a minor bug in the current HTML which requires the contrast box-shadow (which looks like a border) to be applied to the .liveMapsContainer .esriPopup.metroTheme .esriPopupWrapper only */
}
.esriPopup.metroTheme .esriPopupBody {
  background: #FFF;
  font-size: 1rem;
  padding: 0.625rem;
}
.esriPopup.metroTheme .esriPopupBody .meta {
  font-size: 0.83333333rem;
  /* 10 / 12 = .83333333 */
}
.esriPopup.metroTheme .esriPopupBody .ihs-btn {
  text-decoration: none;
  color: #000;
}
.popup .popupActionContainer {
  z-index: 100;
  /* To make opacity work in older browsers (mostly IE7-). See http://css-tricks.com/css-transparency-settings-for-all-broswers/ */
  zoom: 1;
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.popup .popupActionContainer .closeWindow {
  background-color: transparent;
  width: auto;
  height: auto;
}
.popup .popupActionContainer img {
  margin-right: 0.625rem;
  cursor: pointer;
}
/* About dialog */
footer #aboutDialog {
  display: none;
}
.ui-dialog {
  z-index: 2001 !important;
}
.ui-widget-content #aboutDialogLoadingContainer,
.ui-widget-content #aboutDialogVersionInfoNotAvailable {
  margin-top: 30px;
  text-align: center;
}
.ui-widget-content #aboutDialogLoadingIcon {
  width: 20px;
  height: 20px;
  background: transparent url(/assets/../images/AboutDialogLoading.gif) 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.sessionMessage {
  line-height: 2em;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}
.modalFade {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1000;
}
/*homepage dialog box*/
.noDialogTitleBar .ui-dialog-titlebar {
  display: none;
}
.hideDuringLoad {
  visibility: hidden !important;
  height: 0;
}
#workspaceMiniBar {
  left: auto;
  left: initial;
  right: -276px;
  top: 321px;
  min-width: 301px;
  width: 301px;
  margin: 0;
  padding: 0;
  height: 1.5rem;
  white-space: normal;
  line-height: 0.9rem;
}
#workspaceMiniBar > span {
  margin: 0 0.3125rem 0 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
a.clickable-email {
  color: #307EE9;
  text-decoration: none;
}
a.clickable-email:hover {
  color: #307EE9;
}
.vertical-text {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 32px;
  white-space: nowrap;
}
/*main search box*/
.assetList .resultSearchField {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nvEncodeHtml .highlighted {
  color: #97B424;
}
.launch-dialog {
  display: block;
  position: absolute;
  background-color: #FFF;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  padding: 10px;
  height: auto;
  border: solid 1px #999999;
}
.launch-dialog-content {
  background-color: #FFF;
  padding: 8px;
  height: 80px;
  width: 247px;
}
.launch-dialog-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAYCAYAAAALQIb7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0JDQUFDQjAwQTgxMTFFMzk4RDY4REU4NDY4QzRDQ0IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0JDQUFDQjEwQTgxMTFFMzk4RDY4REU4NDY4QzRDQ0IiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQkNBQUNBRTBBODExMUUzOThENjhERTg0NjhDNENDQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQkNBQUNBRjBBODExMUUzOThENjhERTg0NjhDNENDQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpLZd3AAAAIySURBVHjarJZNSxtRGIUzcWLjZ8VSh6pgURdaU6RU/Iz4UTRorRURWpSi1ZX6D9z1b7jrD9CNC1eWCiIpgii4cSO6iAurG8UaNTU9L5wpwzB3MhNz4VnoeDnvx3nfq5ZeHwz4OGXgG3gKlsEOuPd6WfchpIEK0A+eg33iWSzoQ6wQtFFIGKJ4INdiklUjmKaQ3HsDpAfFuRYrAsPgneVOOZgDXSAvV2IhEAEdDnebwQCFtVyIVYIZ0AQSYA9sgQMabJQZhx/rRom2AYyBFPgBtilaA+ZBPZgEcXCcrZgIvWDkBvgDdsEKuAYloAW8Yim7wSm4y6aMYopxELNY/zc4p/AZOOI3KeF79jDkNzMJog5MsVzm+QvStp/N08vMDlWDrspM3PUBtDOgB6JbXKfZgjUYXIPKmUFFryI0xUPA3ynkZjG8iGlcth/BW4e/T1rKKIHc2r4X05kxp97ZxQroqg7Fd90WmFPP62mWZ5kMImZYBK8VQc0yc7H3EzCiqFYUTIDv4MpJLI8ZqR44EejjTKUyzKj0bIlb5qddTKKpBq0uQjJTG3wwTzgakmmnIjuDFYqz1//FpDRfQI9CzHTlJljj5V/cl50uszrMB1ZWXCpI10hTF0Ct4mI+eEknJvm7G3CRYRSizL7UzEwi+8w96LbWwow0QcuHXbKyjsInsCpV0ek+s+mZnpyvxKnEAZeqyDZKi1gVe5bt8fomGjofwlteCvn5b8nDkTJe8mlK/BNgAJMxZChjpQjCAAAAAElFTkSuQmCC);
  background-size: 27px 24px;
  background-repeat: no-repeat;
  width: 27px;
  height: 44px;
  vertical-align: top;
  float: left;
  margin: 10px 4px 10px 2px;
}
.launch-dialog-buttons {
  margin-top: 15px;
  text-align: right;
}
.launch-dialog-buttons input {
  margin: 0 4px;
  font-size: 14px;
}
.launch-dialog-buttons input.launch-decision-keepassets-button {
  background-color: #307EE9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAiCAIAAAFmSBTQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABzSURBVHjaYjKo/sb079dfpr/f/zD9/fab6e/PvwABxKRf8ZXp7w8g//tvkDhAADEZVH1l+v/3P9O/P/+Y/v/+x/Tv91+m/39ANJD/9x9AgAHlvzH9//+fiQGI//8D0v8gNEgPnP8XWewfUIwBIgfS8/8/APVBWeiY9VU6AAAAAElFTkSuQmCC);
  border: 0 none;
  color: #FFF;
  display: inline-block;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 9px;
  text-align: left;
  background: none;
  color: #307EE9;
}
.launch-dialog-buttons input.launch-decision-keepassets-button:hover {
  cursor: pointer;
}
.launch-dialog-buttons input.launch-decision-keepassets-button:hover {
  text-decoration: underline;
  cursor: pointer;
}
.launch-dialog-buttons input.launch-decision-newquery-button {
  background-color: #307EE9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAiCAIAAAFmSBTQAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABzSURBVHjaYjKo/sb079dfpr/f/zD9/fab6e/PvwABxKRf8ZXp7w8g//tvkDhAADEZVH1l+v/3P9O/P/+Y/v/+x/Tv91+m/39ANJD/9x9AgAHlvzH9//+fiQGI//8D0v8gNEgPnP8XWewfUIwBIgfS8/8/APVBWeiY9VU6AAAAAElFTkSuQmCC);
  border: 0 none;
  color: #FFF;
  display: inline-block;
  font-family: 'Akkurat-Pro-Regular', Arial, Helvetica, "Segoe UI", Tahoma, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 9px;
  text-align: left;
  background: none;
  color: #307EE9;
}
.launch-dialog-buttons input.launch-decision-newquery-button:hover {
  cursor: pointer;
}
.launch-dialog-buttons input.launch-decision-newquery-button:hover {
  text-decoration: underline;
  cursor: pointer;
}
.detailsViewTemplatesMenu {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 11;
}
#detailsViewTemplateOptions {
  width: 215px;
}
.pageLoading {
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(/assets/../images/agnostic_spinner102x102.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}
.pageLoading-active {
  display: block;
}
.tooltip-inner {
  color: #000 !important;
  background: #FFF !important;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #FFF;
}
.savedUserQueries {
  color: #000;
  font-size: 0.8rem;
  padding: 0.5rem;
}
.savedUserQueries-title {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  margin-bottom: 1rem;
  display: block;
}
.savedUserQueries-tableContainer {
  background: #fff;
}
.savedUserQueries-table {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
}
.savedUserQueries-table.table-with-scroll .savedUserQueries-header,
.savedUserQueries-table.table-with-scroll .savedUserQueries-items {
  overflow-y: scroll;
}
.savedUserQueries-header {
  overflow-x: hidden;
  display: block;
}
.savedUserQueries-headerRow {
  display: block;
}
.savedUserQueries-headerRow th {
  background-color: #f2f2f2;
}
.savedUserQueries-items {
  display: block;
  min-height: 5rem;
  max-height: 15rem;
  overflow-x: hidden;
  max-height: 6rem;
}
@media screen and (max-height: 900px) and (min-height: 721px) {
  .savedUserQueries-items {
    max-height: 8rem;
  }
}
@media screen and (min-height: 901px) {
  .savedUserQueries-items {
    max-height: 12rem;
  }
}
.savedUserQueries-item {
  display: block;
  width: 100%;
}
.savedUserQueries-item:nth-child(odd).savedUserQueries-item-active,
.savedUserQueries-item:nth-child(even).savedUserQueries-item-active {
  border-left-color: #97B424;
}
.savedUserQueries-item:hover {
  cursor: pointer;
}
.savedUserQueries-item:nth-child(even) {
  background: #f9f9f9;
  border-left-color: #f9f9f9;
}
.savedUserQueries-itemName,
.savedUserQueries-itemCreatedBy,
.savedUserQueries-itemLastUpdated,
.savedUserQueries-itemCombineQuery,
.savedUserQueries-itemDeleteQuery {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  display: inline-block;
  height: 1rem;
  vertical-align: top;
}
.savedUserQueries-headerName,
.savedUserQueries-headerCreatedBy,
.savedUserQueries-headerLastUpdated,
.savedUserQueries-headerCombineQuery,
.savedUserQueries-headerDeleteQuery {
  display: inline-block;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.savedUserQueries-itemName,
.savedUserQueries-headerName {
  width: 31%;
}
@media screen and (min-width: 1015px) and (max-width: 1549px) {
  .savedUserQueries-itemName,
  .savedUserQueries-headerName {
    width: 33%;
  }
}
@media screen and (min-width: 1550px) {
  .savedUserQueries-itemName,
  .savedUserQueries-headerName {
    width: 30%;
  }
}
.savedUserQueries-itemCreatedBy,
.savedUserQueries-headerCreatedBy {
  width: 25%;
}
@media screen and (min-width: 1550px) {
  .savedUserQueries-itemCreatedBy,
  .savedUserQueries-headerCreatedBy {
    width: 24%;
  }
}
.savedUserQueries-itemLastUpdated,
.savedUserQueries-headerLastUpdated {
  width: 14%;
}
@media screen and (min-width: 1550px) {
  .savedUserQueries-itemLastUpdated,
  .savedUserQueries-headerLastUpdated {
    width: 15%;
  }
}
.savedUserQueries-itemCombineQuery,
.savedUserQueries-headerCombineQuery {
  width: 9%;
  text-align: center;
}
@media screen and (min-width: 1550px) {
  .savedUserQueries-itemCombineQuery,
  .savedUserQueries-headerCombineQuery {
    width: 11%;
  }
}
.savedUserQueries-itemDeleteQuery,
.savedUserQueries-headerDeleteQuery {
  width: 7%;
  text-align: center;
}
@media screen and (min-width: 1550px) {
  .savedUserQueries-itemDeleteQuery,
  .savedUserQueries-headerDeleteQuery {
    width: 8%;
  }
}
.savedUserQueries-headerCell-empty {
  visibility: hidden;
}
.savedUserQueries-item:hover .savedUserQueries-deleteButton {
  visibility: visible;
}
.savedUserQueries-deleteButton {
  visibility: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%233D81C3;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M9,1C4.6,1,1,4.6,1,9c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C17,4.6,13.4,1,9,1z M10.6,9l2.9,2.9l-1.6,1.6L9,10.6 l-2.9,2.9l-1.6-1.6L7.4,9L4.4,6.1l1.6-1.6L9,7.4l2.9-2.9l1.6,1.6L10.6,9z'/%3E %3C/g%3E %3C/svg%3E");
  height: 1rem;
  width: 1rem;
  background-size: auto;
  margin: 0;
}
.savedUserQueries-deleteButton:hover {
  cursor: pointer;
}
.savedUserQueries-deleteButton:focus {
  outline: none;
}
.savedUserQueries-deleteButton:hover {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23ED1F24;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M9,1C4.6,1,1,4.6,1,9c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C17,4.6,13.4,1,9,1z M10.6,9l2.9,2.9l-1.6,1.6L9,10.6 l-2.9,2.9l-1.6-1.6L7.4,9L4.4,6.1l1.6-1.6L9,7.4l2.9-2.9l1.6,1.6L10.6,9z'/%3E %3C/g%3E %3C/svg%3E");
}
.savedUserQueries-searchInputContainer {
  border: solid 2px #f2f2f2;
  position: relative;
  margin-right: 30px;
}
.savedUserQueries-searchInputContainer-isActive {
  border-color: #97B424;
}
.savedUserQueries-searchInputContainer-isActive .savedUserQueries-clearSearch {
  display: block;
}
.savedUserQueries-searchInput {
  border: 0 none;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 5px 5px 5px 10px;
  box-sizing: border-box;
  outline: none;
}
.savedUserQueries-searchInput::-ms-clear {
  display: none;
}
.savedUserQueries-searchInput:focus {
  border: 0 none;
}
.savedUserQueries-clearSearch:hover {
  cursor: pointer;
}
.savedUserQueries-clearSearch {
  position: absolute;
  top: 7px;
  right: 0;
  display: none;
  height: 12px;
  width: 12px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%2397B424;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M9,1C4.6,1,1,4.6,1,9c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C17,4.6,13.4,1,9,1z M10.6,9l2.9,2.9l-1.6,1.6L9,10.6 l-2.9,2.9l-1.6-1.6L7.4,9L4.4,6.1l1.6-1.6L9,7.4l2.9-2.9l1.6,1.6L10.6,9z'/%3E %3C/g%3E %3C/svg%3E");
  right: 7px;
  height: 1rem;
  width: 1rem;
  font-size: 0;
  border: none 0;
}
.savedUserQueries-listFilter {
  margin-bottom: 5px;
  position: relative;
}
.savedUserQueries-searchIcon {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='%23307EE9' d='M22.602,19.35l-5.262-5.262c0.794-1.303,1.25-2.834,1.25-4.472c0-4.757-4.122-8.879-8.88-8.879 c-4.757,0-8.614,3.857-8.614,8.615c0,4.757,4.122,8.879,8.879,8.879c1.582,0,3.063-0.429,4.337-1.173l5.29,5.29 c0.518,0.519,1.356,0.519,1.874,0l1.313-1.312C23.307,20.519,23.119,19.867,22.602,19.35z M3.747,9.352 c0-3.294,2.67-5.964,5.963-5.964c3.294,0,6.229,2.935,6.229,6.229c0,3.293-2.67,5.964-5.964,5.964 C6.682,15.58,3.747,12.645,3.747,9.352z'/%3E %3C/g%3E %3C/svg%3E");
  right: 0;
  top: 3px;
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='%23307EE9' d='M22.602,19.35l-5.262-5.262c0.794-1.303,1.25-2.834,1.25-4.472c0-4.757-4.122-8.879-8.88-8.879 c-4.757,0-8.614,3.857-8.614,8.615c0,4.757,4.122,8.879,8.879,8.879c1.582,0,3.063-0.429,4.337-1.173l5.29,5.29 c0.518,0.519,1.356,0.519,1.874,0l1.313-1.312C23.307,20.519,23.119,19.867,22.602,19.35z M3.747,9.352 c0-3.294,2.67-5.964,5.963-5.964c3.294,0,6.229,2.935,6.229,6.229c0,3.293-2.67,5.964-5.964,5.964 C6.682,15.58,3.747,12.645,3.747,9.352z'/%3E %3C/g%3E %3C/svg%3E");
}
.savedUserQueries-searchIcon path {
  fill: #307EE9;
}
.savedUserQueries-searchInput {
  border: solid 2px #f2f2f2;
  position: relative;
  margin-right: 30px;
  border: 0 none;
}
.savedUserQueries-searchInput:active {
  border-color: #97B424;
}
.combinedQueryControls {
  position: relative;
  margin-top: 15px;
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
}
.combinedQueryControls-queryName {
  border: 1px solid #999999;
  border-radius: 3px;
}
.combinedQueryControls-queryNameInput {
  background-color: transparent;
  color: #999999;
  border: none;
  padding: 5px;
}
.combinedQueryControls-queryNameInput:focus {
  border: 0 none;
  outline: none;
}
.combinedQueryControls-listToggle {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 1.4rem;
  width: 1.4rem;
  margin-left: 3px;
  background-color: transparent;
  border: 0 none;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='660px' height='220px' viewBox='0 0 660 220' enable-background='new 0 0 660 220' xml:space='preserve'%3E %3Cg id='disabled_state_2_'%3E %3Cpath fill='%23FFFFFF' d='M650,10H450v200h200V10L650,10z'/%3E %3C/g%3E %3Cg id='disabled_state'%3E %3Cpath fill='%23888888' d='M185,35v150H35V35H185 M210,10H10v200h200V10L210,10z'/%3E %3Cpath fill='%23888888' d='M165,70H55l55,80L165,70z'/%3E %3C/g%3E %3Cg id='disabled_state_1_'%3E %3Cpath fill='%23FFFFFF' d='M405,35v150H255V35H405 M430,10H230v200h200V10L430,10z'/%3E %3Cpath fill='%23FFFFFF' d='M385,70H275l55,80L385,70z'/%3E %3C/g%3E %3Cpath fill='%233D81C3' d='M605,70H495l55,80L605,70z'/%3E %3C/svg%3E");
  background-size: 300% 100%;
  background-position: 0;
}
.combinedQueryControls-listToggle:hover {
  cursor: pointer;
}
.combinedQueryControls-listToggle-active {
  background-position: 100% 0;
}
.combinedQueryControls-saveButton {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 1.4rem;
  width: 1.4rem;
  margin-left: 3px;
  background-color: transparent;
  border: 0 none;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='440px' height='220px' viewBox='0 0 440 220' enable-background='new 0 0 440 220' xml:space='preserve'%3E %3Cpath fill='%23888888' d='M10,10v187.5L22.5,210h175l12.5-12.5V10H10z M172.5,185h-68.75v-25h-25v25H47.5v-37.5h125V185z M185,110 l-12.5,12.5h-125L35,110V35h150V110z'/%3E %3Cpath fill='%23FFFFFF' d='M230,10v187.5l12.5,12.5h175l12.5-12.5V10H230z M392.5,185h-68.75v-25h-25v25H267.5v-37.5h125V185z M405,110 l-12.5,12.5h-125L255,110V35h150V110z'/%3E %3C/svg%3E");
  background-size: 200% 100%;
  background-position: 0;
}
.combinedQueryControls-saveButton:hover {
  cursor: pointer;
}
.combinedQueryControls-saveButton.sprite-disabled {
  background-position: 0;
}
.combinedQueryControls-shareButton {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 1.4rem;
  width: 1.4rem;
  margin-left: 3px;
  background-color: transparent;
  border: 0 none;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='440px' height='220px' viewBox='0 0 440 220' enable-background='new 0 0 440 220' xml:space='preserve'%3E %3Cpath fill='%23888888' d='M172.5,135c-10.107,0-19.228,4.041-25.978,10.535l-61.986-30.994C84.73,113.039,85,111.557,85,110 c0-1.557-0.27-3.04-0.464-4.541l61.986-30.994C153.272,80.959,162.392,85,172.5,85c20.715,0,37.5-16.797,37.5-37.5 S193.215,10,172.5,10S135,26.797,135,47.5c0,1.557,0.269,3.04,0.464,4.541L73.477,83.035C66.727,76.541,57.607,72.5,47.5,72.5 C26.785,72.5,10,89.297,10,110s16.785,37.5,37.5,37.5c10.106,0,19.227-4.041,25.977-10.535l61.987,30.994 c-0.195,1.502-0.464,2.984-0.464,4.541c0,20.703,16.785,37.5,37.5,37.5s37.5-16.797,37.5-37.5S193.215,135,172.5,135z'/%3E %3Cpath fill='%23FFFFFF' d='M392.5,135c-10.107,0-19.229,4.041-25.979,10.535l-61.985-30.994C304.73,113.039,305,111.557,305,110 c0-1.557-0.27-3.04-0.464-4.541l61.985-30.994C373.271,80.959,382.392,85,392.5,85c20.715,0,37.5-16.797,37.5-37.5 S413.215,10,392.5,10S355,26.797,355,47.5c0,1.557,0.27,3.04,0.464,4.541l-61.987,30.994C286.727,76.541,277.607,72.5,267.5,72.5 c-20.715,0-37.5,16.797-37.5,37.5s16.785,37.5,37.5,37.5c10.105,0,19.227-4.041,25.977-10.535l61.987,30.994 c-0.195,1.502-0.464,2.984-0.464,4.541c0,20.703,16.785,37.5,37.5,37.5s37.5-16.797,37.5-37.5S413.215,135,392.5,135z'/%3E %3C/svg%3E");
  background-size: 200% 100%;
  background-position: 0;
}
.combinedQueryControls-shareButton:hover {
  cursor: pointer;
}
.combinedQueryControls-shareButton.sprite-disabled {
  background-position: 0;
}
.combinedQueryControls-resetButton {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0;
  height: 1.4rem;
  width: 1.4rem;
  margin-left: 3px;
  background-color: transparent;
  border: 0 none;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='220px' height='220px' viewBox='0 0 220 220' enable-background='new 0 0 220 220' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23737676' points='185,135 147.5,135 147.5,97.5 110,97.5 110,135 72.5,135 72.5,172.5 110,172.5 110,210 147.5,210 147.5,172.5 185,172.5 '/%3E %3Cpolygon fill='%23737676' points='35,35 135,35 135,60 160,60 160,10 10,10 10,197.5 47.5,197.5 47.5,172.5 35,172.5 '/%3E %3C/g%3E %3C/svg%3E");
}
.combinedQueryControls-resetButton:hover {
  cursor: pointer;
}
.combinedQueryControls-saveButton-disabled {
  background-position: 0;
}
.combinedQueryControls-saveButton-disabled:hover {
  cursor: initial;
}
.combinedQueryControls-shareButton-disabled {
  background-position: 0;
}
.combinedQueryControls-shareButton-disabled:hover {
  cursor: initial;
}
.overwriteQueryPanel {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 23rem;
  text-align: left;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.5);
  padding: 1rem;
  z-index: 1;
  border: solid 1px #999999;
  top: 230px;
  left: 270px;
}
.overwriteQueryPanel::before,
.overwriteQueryPanel::after {
  position: absolute;
  left: 10px;
}
.overwriteQueryPanel::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  top: -8px;
  z-index: 2;
}
.overwriteQueryPanel::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  top: -9px;
  z-index: 1;
}
.overwriteQueryPanel-content {
  background-color: #FFF;
  padding: 1rem;
}
.overwriteQueryPanel-controls {
  padding: 1rem 0 0;
  text-align: right;
}
.overwriteQueryPanel-controls button:not(:first-child) {
  margin-left: 1rem;
}
.overwriteQueryPanel-linkButton {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #307EE9;
}
.overwriteQueryPanel-linkButton:hover {
  cursor: pointer;
}
.overwriteQueryPanel-button {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.overwriteQueryPanel-button:hover {
  cursor: pointer;
}
.overwriteQueryPanel-confirm {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.overwriteQueryPanel-confirm:hover {
  cursor: pointer;
}
.overwriteQueryPanel-cancel {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #307EE9;
}
.overwriteQueryPanel-cancel:hover {
  cursor: pointer;
}
.saveChangesPanel {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 23rem;
  text-align: left;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.5);
  padding: 1rem;
  z-index: 1;
  border: solid 1px #999999;
  top: 230px;
  left: 320px;
}
.saveChangesPanel::before,
.saveChangesPanel::after {
  position: absolute;
  left: 10px;
}
.saveChangesPanel::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  top: -8px;
  z-index: 2;
}
.saveChangesPanel::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  top: -9px;
  z-index: 1;
}
.saveChangesPanel-content {
  background-color: #FFF;
  padding: 1rem;
}
.saveChangesPanel-controls {
  padding: 1rem 0 0;
  text-align: right;
}
.saveChangesPanel-controls button:not(:first-child) {
  margin-left: 1rem;
}
.saveChangesPanel-linkButton {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #307EE9;
}
.saveChangesPanel-linkButton:hover {
  cursor: pointer;
}
.saveChangesPanel-button {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.saveChangesPanel-button:hover {
  cursor: pointer;
}
.saveChangesPanel-confirm {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.saveChangesPanel-confirm:hover {
  cursor: pointer;
}
.saveChangesPanel-discard {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.saveChangesPanel-discard:hover {
  cursor: pointer;
}
.saveChangesPanel-cancel {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #307EE9;
}
.saveChangesPanel-cancel:hover {
  cursor: pointer;
}
.saveEmptyChangesPanel {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 23rem;
  text-align: left;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.5);
  padding: 1rem;
  z-index: 1;
  border: solid 1px #999999;
  top: 230px;
  left: 270px;
}
.saveEmptyChangesPanel::before,
.saveEmptyChangesPanel::after {
  position: absolute;
  left: 10px;
}
.saveEmptyChangesPanel::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  top: -8px;
  z-index: 2;
}
.saveEmptyChangesPanel::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  top: -9px;
  z-index: 1;
}
.saveEmptyChangesPanel-content {
  background-color: #FFF;
  padding: 1rem;
}
.saveEmptyChangesPanel-controls {
  padding: 1rem 0 0;
  text-align: right;
}
.saveEmptyChangesPanel-controls button:not(:first-child) {
  margin-left: 1rem;
}
.saveEmptyChangesPanel-linkButton {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #307EE9;
}
.saveEmptyChangesPanel-linkButton:hover {
  cursor: pointer;
}
.saveEmptyChangesPanel-button {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.saveEmptyChangesPanel-button:hover {
  cursor: pointer;
}
.saveEmptyChangesPanel-confirm {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.saveEmptyChangesPanel-confirm:hover {
  cursor: pointer;
}
.saveEmptyChangesPanel-discard {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.saveEmptyChangesPanel-discard:hover {
  cursor: pointer;
}
.saveEmptyChangesPanel-cancel {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #307EE9;
}
.saveEmptyChangesPanel-cancel:hover {
  cursor: pointer;
}
.combinedQueries {
  color: #000;
  font-size: 0.8rem;
  padding: 0.5rem;
}
.combinedQueries-title {
  font-size: 1.4375rem;
  font-family: 'Akkurat-Pro-Regular', "Segoe UI Light", "Segoe UI", Arial Regular, Arial, sans-serif;
  font-weight: lighter;
  color: #000;
  margin-bottom: 1rem;
  display: block;
}
.combinedQueries-tableContainer {
  background: #fff;
}
.combinedQueries-table {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
}
.combinedQueries-table.table-with-scroll .combinedQueries-header,
.combinedQueries-table.table-with-scroll .combinedQueries-items {
  overflow-y: scroll;
}
.combinedQueries-headerRow {
  display: block;
}
.combinedQueries-headerRow th {
  background-color: #f2f2f2;
}
.combinedQueries-items {
  display: block;
  min-height: 5rem;
  max-height: 15rem;
  overflow-x: hidden;
  max-height: 6rem;
}
@media screen and (max-height: 900px) and (min-height: 721px) {
  .combinedQueries-items {
    max-height: 8rem;
  }
}
@media screen and (min-height: 901px) {
  .combinedQueries-items {
    max-height: 10rem;
  }
}
.combinedQueries-item {
  display: block;
  width: 100%;
}
.combinedQueries-item:nth-child(odd).combinedQueries-item-active,
.combinedQueries-item:nth-child(even).combinedQueries-item-active {
  border-left-color: #97B424;
}
.combinedQueries-item:hover {
  cursor: pointer;
}
.combinedQueries-item:nth-child(even) {
  border-left-color: #f9f9f9;
}
.combinedQueries-item:nth-child(even) td {
  background: #f9f9f9;
}
.combinedQueries-itemName,
.combinedQueries-itemCreatedBy,
.combinedQueries-itemQueries,
.combinedQueries-itemDeleteQuery {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  display: inline-block;
  height: 1rem;
  vertical-align: top;
}
.combinedQueries-headerName,
.combinedQueries-headerCreatedBy,
.combinedQueries-headerQueries,
.combinedQueries-headerDeleteQuery {
  display: inline-block;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.combinedQueries-itemName,
.combinedQueries-headerName {
  width: 45%;
}
@media screen and (min-width: 1015px) and (max-width: 1549px) {
  .combinedQueries-itemName,
  .combinedQueries-headerName {
    width: 47%;
  }
}
@media screen and (min-width: 1550px) {
  .combinedQueries-itemName,
  .combinedQueries-headerName {
    width: 45%;
  }
}
.combinedQueries-itemCreatedBy,
.combinedQueries-headerCreatedBy {
  /*width: @combinedQueries-createdByWidth;*/
}
.combinedQueries-itemQueries,
.combinedQueries-headerQueries {
  width: 39%;
}
.combinedQueries-itemDeleteQuery,
.combinedQueries-headerDeleteQuery {
  width: 7%;
  text-align: center;
}
@media screen and (min-width: 1550px) {
  .combinedQueries-itemDeleteQuery,
  .combinedQueries-headerDeleteQuery {
    width: 8%;
  }
}
.combinedQueries-headerCell-empty {
  visibility: hidden;
}
.combinedQueries-item:hover .combinedQueries-deleteButton {
  visibility: visible;
}
.combinedQueries-deleteButton {
  visibility: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding: 0;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%233D81C3;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M9,1C4.6,1,1,4.6,1,9c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C17,4.6,13.4,1,9,1z M10.6,9l2.9,2.9l-1.6,1.6L9,10.6 l-2.9,2.9l-1.6-1.6L7.4,9L4.4,6.1l1.6-1.6L9,7.4l2.9-2.9l1.6,1.6L10.6,9z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: auto;
  background-position: 0;
  height: 1rem;
  width: 1rem;
}
.combinedQueries-deleteButton:hover {
  cursor: pointer;
}
.combinedQueries-deleteButton:focus {
  outline: none;
}
.combinedQueries-deleteButton:hover {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23ED1F24;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M9,1C4.6,1,1,4.6,1,9c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C17,4.6,13.4,1,9,1z M10.6,9l2.9,2.9l-1.6,1.6L9,10.6 l-2.9,2.9l-1.6-1.6L7.4,9L4.4,6.1l1.6-1.6L9,7.4l2.9-2.9l1.6,1.6L10.6,9z'/%3E %3C/g%3E %3C/svg%3E");
}
.combinedQueries-partialQuery:after {
  content: ', ';
}
.combinedQueries-partialQuery:last-child:after {
  content: '';
}
.combinedQueries-header {
  overflow-x: hidden;
  display: block;
}
.infotip {
  position: fixed;
  background: #fff;
  color: #000;
  padding: 0.625rem;
  display: none;
  border: solid 1px #999999;
}
.infotip.infotip-isActive {
  display: block;
}
.infotip.left:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 none;
  font-size: 0;
  line-height: 0;
  border-right: 5px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
}
.infotip.right:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
}
.infotip.top:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
}
.infotip.bottom:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
}
.clearSelectedQueries {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  width: 10rem;
  /* padding-right: 5rem; */
  margin-top: 1rem;
  right: 1.5rem;
}
.clearSelectedQueries-button {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%233D81C3;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M9,1C4.6,1,1,4.6,1,9c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C17,4.6,13.4,1,9,1z M10.6,9l2.9,2.9l-1.6,1.6L9,10.6 l-2.9,2.9l-1.6-1.6L7.4,9L4.4,6.1l1.6-1.6L9,7.4l2.9-2.9l1.6,1.6L10.6,9z'/%3E %3C/g%3E %3C/svg%3E");
  height: 1rem;
  width: 1rem;
  background-size: auto;
}
.clearSelectedQueries-button:hover {
  cursor: pointer;
}
.clearSelectedQueries-button:focus {
  outline: none;
}
.clearSelectedQueries-button:focus {
  outline: none;
}
.clearSelectedQueries-label {
  display: flex;
  align-items: center;
}
.clearSelectedQueries-label:hover {
  cursor: pointer;
}
.clearSelectedQueries-label:hover .clearSelectedQueries-button {
  background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%2397B424;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M9,1C4.6,1,1,4.6,1,9c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C17,4.6,13.4,1,9,1z M10.6,9l2.9,2.9l-1.6,1.6L9,10.6 l-2.9,2.9l-1.6-1.6L7.4,9L4.4,6.1l1.6-1.6L9,7.4l2.9-2.9l1.6,1.6L10.6,9z'/%3E %3C/g%3E %3C/svg%3E");
}
.clearSelectedQueries-label:hover .clearSelectedQueries-text {
  color: #97B424;
}
.clearSelectedQueries-text {
  font-size: 0.8rem;
  color: #307EE9;
  margin-right: 0.4rem;
}
.userPromptPanel {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 23rem;
  text-align: left;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.5);
  padding: 1rem;
  z-index: 1;
  border: solid 1px #999999;
  display: none;
}
.userPromptPanel::before,
.userPromptPanel::after {
  position: absolute;
  left: 10px;
}
.userPromptPanel::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  top: -8px;
  z-index: 2;
}
.userPromptPanel::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  top: -9px;
  z-index: 1;
}
.userPromptPanel::before,
.userPromptPanel::after {
  position: absolute;
  top: 10px;
  top: 80px;
}
@media screen and (max-height: 720px) {
  .userPromptPanel::before,
  .userPromptPanel::after {
    top: 75px;
  }
}
@media screen and (max-height: 900px) and (min-height: 721px) {
  .userPromptPanel::before,
  .userPromptPanel::after {
    top: 80px;
  }
}
@media screen and (min-height: 901px) {
  .userPromptPanel::before,
  .userPromptPanel::after {
    top: 85px;
  }
}
.userPromptPanel::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 none;
  font-size: 0;
  line-height: 0;
  border-right: 8px solid #999999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -8px;
  z-index: 2;
}
.userPromptPanel::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 none;
  font-size: 0;
  line-height: 0;
  border-right: 8px solid #999999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -9px;
  z-index: 1;
}
.userPromptPanel.userPromptPanel-active {
  display: block;
}
.userPromptPanel-content {
  background-color: #FFF;
  padding: 1rem;
}
.userPromptPanel-controls {
  padding: 1rem 0 0;
  text-align: right;
}
.userPromptPanel-controls button:not(:first-child) {
  margin-left: 1rem;
}
.userPromptPanel-linkButton {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #307EE9;
}
.userPromptPanel-linkButton:hover {
  cursor: pointer;
}
.userPromptPanel-button {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.userPromptPanel-button:hover {
  cursor: pointer;
}
.userPromptPanel-confirm {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.userPromptPanel-confirm:hover {
  cursor: pointer;
}
.userPromptPanel-discard {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.userPromptPanel-discard:hover {
  cursor: pointer;
}
.userPromptPanel-cancel {
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #307EE9;
}
.userPromptPanel-cancel:hover {
  cursor: pointer;
}
alphapicker-component {
  display: inline-block;
  right: 5px;
  position: absolute;
  top: 0;
}
.alphapicker-toggleButton {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  display: block;
  background-image: url("data:image/svg+xml,%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0.00 0.00 96.00 46.00'%3E %3Cg stroke-width='2.00' fill='none' stroke-linecap='butt'%3E %3Cpath stroke='%23728647' vector-effect='non-scaling-stroke' d=' M 94.00 2.58 A 0.58 0.58 0.0 0 0 93.42 2.00 L 50.58 2.00 A 0.58 0.58 0.0 0 0 50.00 2.58 L 50.00 43.42 A 0.58 0.58 0.0 0 0 50.58 44.00 L 93.42 44.00 A 0.58 0.58 0.0 0 0 94.00 43.42 L 94.00 2.58' /%3E %3Cpath stroke='%23cbde9e' vector-effect='non-scaling-stroke' d=' M 60.37 26.31 Q 64.82 24.55 65.79 28.41 Q 65.94 29.00 66.55 29.00 L 68.47 29.00 Q 69.22 29.00 68.97 28.29 L 64.70 16.62 Q 64.47 16.00 63.81 16.00 L 61.53 16.00 Q 60.86 16.00 60.63 16.63 L 56.27 28.28 A 0.53 0.53 0.0 0 0 56.77 29.00 L 58.78 29.00 Q 59.34 29.00 59.49 28.46 L 59.95 26.78 Q 60.04 26.44 60.37 26.31' /%3E %3Cpath stroke='%23cbde9e' vector-effect='non-scaling-stroke' d=' M 82.55 19.02 L 76.30 27.22 A 1.11 1.11 0.0 0 0 77.18 29.00 L 86.25 29.00 Q 87.00 29.00 87.00 28.25 L 87.00 27.13 Q 87.00 26.50 86.38 26.50 L 81.00 26.50 Q 80.36 26.50 80.74 25.98 L 87.02 17.50 A 0.94 0.94 0.0 0 0 86.26 16.00 L 77.38 16.00 Q 76.75 16.00 76.75 16.62 L 76.75 17.62 Q 76.75 18.24 77.37 18.24 L 82.18 18.26 Q 83.13 18.26 82.55 19.02' /%3E %3Cpath stroke='%23cbde9e' vector-effect='non-scaling-stroke' d=' M 75.5373 21.1227 A 0.56 0.56 0.0 0 0 74.9952 20.5454 L 70.8772 20.4160 A 0.56 0.56 0.0 0 0 70.2999 20.9582 L 70.2427 22.7773 A 0.56 0.56 0.0 0 0 70.7848 23.3546 L 74.9028 23.4840 A 0.56 0.56 0.0 0 0 75.4801 22.9418 L 75.5373 21.1227' /%3E %3Cpath stroke='%23cbde9e' vector-effect='non-scaling-stroke' d=' M 61.14 23.32 A 0.36 0.36 0.0 0 0 61.50 23.79 L 63.89 23.71 A 0.36 0.36 0.0 0 0 64.22 23.23 L 62.91 19.64 A 0.36 0.36 0.0 0 0 62.22 19.67 L 61.14 23.32' /%3E %3C/g%3E %3Cpath fill='%234e4f50' d=' M 0.00 0.00 L 96.00 0.00 L 96.00 46.00 L 0.00 46.00 L 0.00 0.00 Z M 46.00 2.32 A 0.32 0.32 0.0 0 0 45.68 2.00 L 2.32 2.00 A 0.32 0.32 0.0 0 0 2.00 2.32 L 2.00 43.68 A 0.32 0.32 0.0 0 0 2.32 44.00 L 45.68 44.00 A 0.32 0.32 0.0 0 0 46.00 43.68 L 46.00 2.32 Z M 94.00 2.58 A 0.58 0.58 0.0 0 0 93.42 2.00 L 50.58 2.00 A 0.58 0.58 0.0 0 0 50.00 2.58 L 50.00 43.42 A 0.58 0.58 0.0 0 0 50.58 44.00 L 93.42 44.00 A 0.58 0.58 0.0 0 0 94.00 43.42 L 94.00 2.58 Z' /%3E %3Cpath fill='%2396bc3d' d=' M 94.00 43.42 A 0.58 0.58 0.0 0 1 93.42 44.00 L 50.58 44.00 A 0.58 0.58 0.0 0 1 50.00 43.42 L 50.00 2.58 A 0.58 0.58 0.0 0 1 50.58 2.00 L 93.42 2.00 A 0.58 0.58 0.0 0 1 94.00 2.58 L 94.00 43.42 Z M 60.37 26.31 Q 64.82 24.55 65.79 28.41 Q 65.94 29.00 66.55 29.00 L 68.47 29.00 Q 69.22 29.00 68.97 28.29 L 64.70 16.62 Q 64.47 16.00 63.81 16.00 L 61.53 16.00 Q 60.86 16.00 60.63 16.63 L 56.27 28.28 A 0.53 0.53 0.0 0 0 56.77 29.00 L 58.78 29.00 Q 59.34 29.00 59.49 28.46 L 59.95 26.78 Q 60.04 26.44 60.37 26.31 Z M 82.55 19.02 L 76.30 27.22 A 1.11 1.11 0.0 0 0 77.18 29.00 L 86.25 29.00 Q 87.00 29.00 87.00 28.25 L 87.00 27.13 Q 87.00 26.50 86.38 26.50 L 81.00 26.50 Q 80.36 26.50 80.74 25.98 L 87.02 17.50 A 0.94 0.94 0.0 0 0 86.26 16.00 L 77.38 16.00 Q 76.75 16.00 76.75 16.62 L 76.75 17.62 Q 76.75 18.24 77.37 18.24 L 82.18 18.26 Q 83.13 18.26 82.55 19.02 Z M 75.5373 21.1227 A 0.56 0.56 0.0 0 0 74.9952 20.5454 L 70.8772 20.4160 A 0.56 0.56 0.0 0 0 70.2999 20.9582 L 70.2427 22.7773 A 0.56 0.56 0.0 0 0 70.7848 23.3546 L 74.9028 23.4840 A 0.56 0.56 0.0 0 0 75.4801 22.9418 L 75.5373 21.1227 Z' /%3E %3Cpath fill='%23737676' d=' M 16.23 25.94 C 14.43 26.46 11.41 24.95 11.83 28.09 Q 11.94 28.85 11.17 28.89 L 8.68 29.04 Q 7.92 29.08 8.19 28.37 L 12.67 16.48 Q 12.85 15.99 13.37 15.99 L 16.11 16.02 Q 16.55 16.02 16.70 16.43 L 21.05 28.36 Q 21.28 29.01 20.59 29.01 L 18.34 28.99 Q 17.82 28.98 17.68 28.48 L 17.09 26.42 Q 16.90 25.74 16.23 25.94 Z M 13.15 23.40 A 0.36 0.36 0.0 0 0 13.49 23.86 L 15.72 23.88 A 0.36 0.36 0.0 0 0 16.07 23.42 L 14.99 19.62 A 0.36 0.36 0.0 0 0 14.30 19.61 L 13.15 23.40 Z' /%3E %3Cpath fill='%23737676' d=' M 33.03 26.60 L 38.35 26.46 Q 39.00 26.44 39.00 27.10 L 39.00 28.50 Q 39.00 29.00 38.50 29.00 L 29.05 29.00 A 1.08 1.07 18.5 0 1 28.19 27.28 L 34.40 19.13 Q 34.92 18.45 34.07 18.46 L 29.50 18.52 Q 28.93 18.53 28.80 17.98 L 28.48 16.71 Q 28.30 16.00 29.04 16.00 L 38.05 16.00 A 1.08 1.07 18.2 0 1 38.92 17.71 L 32.74 26.04 A 0.35 0.35 0.0 0 0 33.03 26.60 Z' /%3E %3Cpath fill='%23ffffff' d=' M 59.95 26.78 L 59.49 28.46 Q 59.34 29.00 58.78 29.00 L 56.77 29.00 A 0.53 0.53 0.0 0 1 56.27 28.28 L 60.63 16.63 Q 60.86 16.00 61.53 16.00 L 63.81 16.00 Q 64.47 16.00 64.70 16.62 L 68.97 28.29 Q 69.22 29.00 68.47 29.00 L 66.55 29.00 Q 65.94 29.00 65.79 28.41 Q 64.82 24.55 60.37 26.31 Q 60.04 26.44 59.95 26.78 Z M 61.14 23.32 A 0.36 0.36 0.0 0 0 61.50 23.79 L 63.89 23.71 A 0.36 0.36 0.0 0 0 64.22 23.23 L 62.91 19.64 A 0.36 0.36 0.0 0 0 62.22 19.67 L 61.14 23.32 Z' /%3E %3Cpath fill='%23ffffff' d=' M 82.18 18.26 L 77.37 18.24 Q 76.75 18.24 76.75 17.62 L 76.75 16.62 Q 76.75 16.00 77.38 16.00 L 86.26 16.00 A 0.94 0.94 0.0 0 1 87.02 17.50 L 80.74 25.98 Q 80.36 26.50 81.00 26.50 L 86.38 26.50 Q 87.00 26.50 87.00 27.13 L 87.00 28.25 Q 87.00 29.00 86.25 29.00 L 77.18 29.00 A 1.11 1.11 0.0 0 1 76.30 27.22 L 82.55 19.02 Q 83.13 18.26 82.18 18.26 Z' /%3E %3Cpath fill='%2396bc3d' d=' M 61.14 23.32 L 62.22 19.67 A 0.36 0.36 0.0 0 1 62.91 19.64 L 64.22 23.23 A 0.36 0.36 0.0 0 1 63.89 23.71 L 61.50 23.79 A 0.36 0.36 0.0 0 1 61.14 23.32 Z' /%3E %3Crect fill='%23737676' x='22.15' y='20.51' width='5.42' height='2.98' rx='0.35'/%3E %3Crect fill='%23ffffff' x='-2.62' y='-1.47' transform='translate(72.89,21.95) rotate(1.8)' width='5.24' height='2.94' rx='0.56'/%3E %3C/svg%3E");
  background-position: 0 0;
  background-size: 200% 100%;
}
.alphapicker-toggleButton:hover {
  cursor: pointer;
}
.alphapicker-toggleButton:focus {
  outline: none;
}
.alphapicker-toggleButton-active {
  background-position: 100% 0;
}
.alphapicker-panel {
  display: none;
  position: fixed;
  z-index: 101;
}
.alphapicker-items {
  display: inline-grid;
  border: solid 1px #c0c0c0;
  grid-template-columns: repeat(6, 1fr);
  padding: 10px;
  z-index: 1;
  background: #FFF;
}
.alphapicker-optionButton {
  color: #000;
  background: none;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  width: 1rem;
}
.alphapicker-optionButton:hover {
  cursor: pointer;
}
.alphapicker-optionButton:hover {
  color: #FFF;
  background: #97B424;
}
.alphapicker-optionButton-disabled {
  color: #a9a9a9;
}
.alphapicker-optionButton-disabled:hover {
  color: #a9a9a9;
  background: none;
  cursor: default;
}
.alphapicker-arrow {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 none;
  font-size: 0;
  line-height: 0;
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 1;
  position: absolute;
  top: calc(50% - 8px);
  left: -8px;
}
.alphapicker-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 none;
  font-size: 0;
  line-height: 0;
  border-right: 8px solid #737676;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 1px;
  top: -8px;
}
.portfolioViewerPrompt {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 23rem;
  text-align: left;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.5);
  padding: 1rem;
  z-index: 1;
  border: solid 1px #999999;
  display: none;
  position: absolute;
  z-index: 1001;
}
.portfolioViewerPrompt::before,
.portfolioViewerPrompt::after {
  position: absolute;
  left: 10px;
}
.portfolioViewerPrompt::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  top: -8px;
  z-index: 2;
}
.portfolioViewerPrompt::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 none;
  font-size: 0;
  line-height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #999999;
  top: -9px;
  z-index: 1;
}
.portfolioViewerPrompt.portfolioViewerPrompt-isVisible {
  display: block;
}
.portfolioViewerPrompt-navItem {
  line-height: 16px;
}
.portfolioViewerPrompt-content {
  background-color: #FFF;
  padding: 1rem;
  color: #000;
}
.portfolioViewerPrompt-content p {
  margin-bottom: 1rem;
}
.portfolioViewerPrompt-controls {
  padding: 1rem 0 0;
  text-align: right;
}
.portfolioViewerPrompt-controls button:not(:first-child) {
  margin-left: 1rem;
}
.portfolioViewerPrompt-button {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.portfolioViewerPrompt-button:hover {
  cursor: pointer;
}
.portfolioViewerPrompt-confirm {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.portfolioViewerPrompt-confirm:hover {
  cursor: pointer;
}
.portfolioViewerPrompt-cancel {
  color: #fff;
  background-color: #307EE9;
  background-image: linear-gradient(#307DE9 0, #225CE3 100%);
  border: solid 1px #307EE9;
  padding: 0.25rem 1rem;
}
.portfolioViewerPrompt-cancel:hover {
  cursor: pointer;
}
.header-logo {
  height: 64px;
  margin: 0;
}
.flex-container.left-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.cpl-scope .ihs-header .brand .divider {
  height: 42px;
  width: 1px;
  background-color: #BFBFBF;
  margin-left: 16px;
  margin-right: 16px;
}
.cpl-scope .ihs-header .brand span.product-title {
  width: 135px;
  height: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  cursor: default;
  color: #000000;
}
.mainNav.ihs-menu {
  font-family: Arial, Arial Regular, sans-serif;
}
.footer-logo {
  margin: 4px 10px;
}
.dashboardSettings {
  display: flex;
}
.dashboardSettings-label {
  display: flex;
  align-items: center;
}
.dashboardSettings-select {
  height: 1rem;
  margin: 0 5px;
  outline: none;
  font-size: 0.75rem;
}
generic-menu-component {
  float: right;
}
.genericMenu-panel {
  display: none;
  background: #FFF;
  left: 21rem;
  padding: 8px 8px 4px 8px;
  border: solid #a9a9a9 1px;
  position: fixed;
  border-radius: 5px;
}
.genericMenu-panel:hover {
  cursor: default;
}
.genericMenu-panel-visible {
  display: block;
}
.genericMenu-items {
  display: flex;
  flex-direction: column;
}
.genericMenu-arrow {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 none;
  font-size: 0;
  line-height: 0;
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 1;
  position: absolute;
  top: calc(50% - 8px);
  left: -9px;
}
.genericMenu-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0 none;
  font-size: 0;
  line-height: 0;
  border-right: 8px solid #BFBFBF;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 1px;
  top: -8px;
}
.discoveryPanelListItem ul > li.genericMenu-item,
.discoveryList ul > li.genericMenu-item {
  box-shadow: none;
  margin: 0 0 4px 0;
  padding: 0;
}
.discoveryPanelListItem ul > li.genericMenu-item:hover,
.discoveryList ul > li.genericMenu-item:hover {
  cursor: default;
}
.genericMenu-optionButton {
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  border-radius: 2px;
  padding: 0.25rem 1rem;
  display: block;
  width: 100%;
}
.genericMenu-optionButton:hover {
  cursor: pointer;
  background-color: #525252;
}
.genericMenu-optionButton-disabled {
  opacity: 0.6;
  cursor: default;
}
.genericMenu-toggleButton {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
  padding: 0;
  background-image: url("data:image/svg+xml,%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E %3Csvg width='800px' height='800px' viewBox='0 -1 12 12' id='meteor-icon-kit__regular-bars-s' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.85714 2C0.38376 2 0 1.55228 0 1C0 0.44772 0.38376 0 0.85714 0H11.1429C11.6162 0 12 0.44772 12 1C12 1.55228 11.6162 2 11.1429 2H0.85714zM0.85714 6C0.38376 6 0 5.5523 0 5C0 4.4477 0.38376 4 0.85714 4H11.1429C11.6162 4 12 4.4477 12 5C12 5.5523 11.6162 6 11.1429 6H0.85714zM0.85714 10C0.38376 10 0 9.5523 0 9C0 8.4477 0.38376 8 0.85714 8H11.1429C11.6162 8 12 8.4477 12 9C12 9.5523 11.6162 10 11.1429 10H0.85714z' fill='%23737676'/%3E%3C/svg%3E");
  background-size: 0.8rem;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5rem;
  background-position: 100% 0;
  height: 1rem;
  width: 1rem;
  display: block;
}
.genericMenu-toggleButton:hover {
  cursor: pointer;
}
.genericMenu-toggleButton:focus {
  outline: none;
}
.genericMenu-toggleButton-disabled {
  opacity: 0.6;
}
.genericMenu-toggleButton-disabled:hover {
  cursor: pointer;
}

