







			/*! jQuery UI - v1.13.3 - 2024-04-27
* https://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright OpenJS Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* 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-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

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


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


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.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 {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.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-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.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: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.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,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.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;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.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: 20px;
	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;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.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,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

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

.ui-slider-horizontal {
	height: .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: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	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 override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.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 .ui-tabs-anchor {
	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 .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	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;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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
----------------------------------*/

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	-ms-filter: "alpha(opacity=30)"; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

			
			/*! 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-widget {
	font-family: Arial,sans-serif; font-size: 1.1em;
}
.ui-widget-content {
	background: rgb(255, 255, 255); border: 1px solid rgb(182, 182, 182); color: rgb(79, 79, 79);
}
.ui-widget-content a {
	color: #0099CC;
}
.ui-widget-header {
	border: 1px solid rgb(182, 182, 182); color: rgb(79, 79, 79); font-weight: bold; width: 100%;
}
.ui-widget-header {
	background: #0099ff;
}
.ui-dialog {
	padding: 0px; overflow: hidden; position: absolute;
}
.ui-dialog {
	box-shadow: 0px 2px 12px rgba(0,0,0,0.6); -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6); z-index: 1000;
}
.ui-dialog .ui-dialog-titlebar {
	border-width: medium medium 1px; border-style: none none solid; border-color: currentColor currentColor rgb(151, 151, 151); padding: 0.3em 0.2em 0.3em; border-radius: 0px; position: relative; -moz-border-radius: 0; -webkit-border-radius: 0;
}
.ui-dialog .ui-dialog-title {
	margin: 0.1em 16px 0.2em 0px; font-size: 14px; float: left; color: white; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ui-dialog .ui-dialog-content {
	padding: 0.0em 0.0em; border: 0px currentColor; overflow: hidden; position: relative; zoom: 1;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 0px;
	background: none;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-button-icon-only .ui-button-text{
	padding: 0em, .4em, 0em, .4em;
	text-indent: -9999999px;
}

.ui-dialog .ui-dialog-titlebar-close {
	right: .5em;
}


			
			.SumoSelect p {margin: 0;}
.SumoSelect{width: 200px;}

.SelectBox {padding: 5px 8px;}

.sumoStopScroll{overflow:hidden;}

/* Filtering style */
.SumoSelect .hidden { display:none; }
.SumoSelect .search-txt{display:none;outline:none;}
.SumoSelect .no-match{display:none;padding: 6px;}
.SumoSelect.open .search-txt{display: inline-block;position: absolute;top: 0;left: 0;width: 100%;margin: 0;padding: 5px 8px;border: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 5px;}
.SumoSelect.open>.search>span, .SumoSelect.open>.search>label{visibility:hidden;}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,.SumoUnder { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.SelectClass{z-index: 1;}

    .SumoSelect > .optWrapper > .options  li.opt label, .SumoSelect > .CaptionCont,.SumoSelect .select-all > label { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.SumoSelect { display: inline-block; position: relative;outline:none;}
.SumoSelect:focus > .CaptionCont,.SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {box-shadow: 0 0 2px #7799D0;border-color: #7799D0;}
    .SumoSelect > .CaptionCont { position: relative; border: 1px solid #A4A4A4; min-height: 14px; background-color: #fff;border-radius:2px;margin:0;}
        .SumoSelect > .CaptionCont > span { display: block; padding-right: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;cursor:default;}
            /*placeholder style*/
            .SumoSelect > .CaptionCont > span.placeholder { color: #ccc; font-style: italic; }

        .SumoSelect > .CaptionCont > label { position: absolute; top: 0; right: 0; bottom: 0; width: 30px;}
            .SumoSelect > .CaptionCont > label > i { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
                background-position: center center; width: 16px; height: 16px; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;background-repeat: no-repeat;opacity: 0.8;}

    .SumoSelect > .optWrapper {display:none; z-index: 1000; top: 30px; width: 100%; position: absolute; left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; border: 1px solid #ddd; box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11); border-radius: 3px;overflow: hidden;}
        .SumoSelect.open > .optWrapper {top:35px; display:block;}
        .SumoSelect.open > .optWrapper.up {top: auto;bottom: 100%;margin-bottom: 5px;}

        .SumoSelect > .optWrapper ul {list-style: none; display: block; padding: 0; margin: 0; overflow: auto;}
        .SumoSelect > .optWrapper > .options { border-radius: 2px;position:relative;
         /*Set the height of pop up here (only for desktop mode)*/
            max-height: 250px;
             /*height*/ }
         .SumoSelect > .optWrapper.okCancelInMulti > .options { border-radius: 2px 2px 0 0;}
         .SumoSelect > .optWrapper.selall > .options { border-radius: 0 0 2px 2px;}
         .SumoSelect > .optWrapper.selall.okCancelInMulti > .options { border-radius: 0;}
        .SumoSelect > .optWrapper > .options li.group.disabled > label{opacity:0.5;}
        .SumoSelect > .optWrapper > .options li ul li.opt{padding-left: 22px;}
        .SumoSelect > .optWrapper.multiple > .options li ul li.opt{padding-left: 50px;}
        .SumoSelect > .optWrapper.isFloating > .options {max-height: 100%;box-shadow: 0 0 100px #595959;}
        .SumoSelect > .optWrapper > .options  li.opt { padding: 6px 6px; position: relative;border-bottom: 1px solid #f5f5f5;}
            .SumoSelect > .optWrapper > .options > li.opt:first-child { border-radius: 2px 2px 0 0; }
            .SumoSelect > .optWrapper.selall > .options > li.opt:first-child { border-radius:0; }
            .SumoSelect > .optWrapper > .options > li.opt:last-child {border-radius: 0 0 2px 2px; border-bottom: none;}
            .SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {border-radius: 0;}
            .SumoSelect > .optWrapper > .options li.opt:hover { background-color: #E4E4E4; }
            .SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel{background-color: #a1c0e4;}

            .SumoSelect > .optWrapper > .options li label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block;cursor: pointer;}
            .SumoSelect > .optWrapper > .options li span { display: none; }
            .SumoSelect > .optWrapper > .options li.group > label {cursor: default;padding: 8px 6px;font-weight: bold;}

        /*Floating styles*/
        .SumoSelect > .optWrapper.isFloating { position: fixed; top: 0; left: 0; right: 0; width: 90%; bottom: 0; margin: auto; max-height: 90%; }

    /*disabled state*/
    .SumoSelect > .optWrapper > .options li.opt.disabled { background-color: inherit;pointer-events: none;}
        .SumoSelect > .optWrapper > .options li.opt.disabled * { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity=50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5; }


    /*styling for multiple select*/
    .SumoSelect > .optWrapper.multiple > .options li.opt { padding-left: 35px;cursor: pointer;}
        .SumoSelect > .optWrapper.multiple > .options li.opt span,
        .SumoSelect .select-all > span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px;}
            .SumoSelect > .optWrapper.multiple > .options li.opt span i,
            .SumoSelect .select-all > span i{position: absolute;margin: auto;left: 0;right: 0;top: 0;bottom: 0;width: 14px;height: 14px;border: 1px solid #AEAEAE;border-radius: 2px;box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);background-color: #fff;}
.SumoSelect > .optWrapper > .MultiControls { display: none; border-top: 1px solid #ddd; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.13); border-radius: 0 0 3px 3px; }
    .SumoSelect > .optWrapper.multiple.isFloating > .MultiControls { display: block; margin-top: 5px; position: absolute; bottom: 0; width: 100%; }

    .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
        .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px; }
        .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {box-shadow: 0 0 2px #a1c0e4;border-color: #a1c0e4;outline: none;background-color: #a1c0e4;}

    .SumoSelect > .optWrapper.multiple > .MultiControls > p { display: inline-block; cursor: pointer; padding: 12px; width: 50%; box-sizing: border-box; text-align: center; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: #f1f1f1; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB; border-radius: 0 0 0 3px; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0 0 3px 0; }
    /*styling for select on popup mode*/
    .SumoSelect > .optWrapper.isFloating > .options li.opt { padding: 12px 6px; }

    /*styling for only multiple select on popup mode*/
    .SumoSelect > .optWrapper.multiple.isFloating > .options li.opt { padding-left: 35px; }
    .SumoSelect > .optWrapper.multiple.isFloating { padding-bottom: 43px; }

    .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
    .SumoSelect .select-all.selected > span i,
    .SumoSelect .select-all.partial > span i{background-color: rgb(17, 169, 17);box-shadow: none;border-color: transparent;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');background-repeat: no-repeat;background-position: center center;}
    /*disabled state*/
    .SumoSelect.disabled { opacity: 0.7;cursor: not-allowed;}
     .SumoSelect.disabled > .CaptionCont{border-color:#ccc;box-shadow:none;}

    /**Select all button**/
    .SumoSelect .select-all{border-radius: 3px 3px 0 0;position: relative;border-bottom: 1px solid #ddd;background-color: #fff;padding: 8px 0 3px 35px;height: 20px;cursor: pointer;}
    .SumoSelect .select-all > label, .SumoSelect .select-all > span i{cursor: pointer;}
    .SumoSelect .select-all.partial > span i{background-color:#ccc;}


     /*styling for optgroups*/
    .SumoSelect > .optWrapper > .options li.optGroup { padding-left: 5px; text-decoration: underline; }


			
			@charset "UTF-8";
@font-face {
  font-family: "EuH";
  src: url("../fonts_v2/EuH_SansBol.ttf") format("ttf"), url("../fonts_v2/EuH_SansBol.woff") format("woff"), url("../fonts_v2/EuH_SansBol.eot") format("eot");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "EuH";
  src: url("../fonts_v2/EuH_SansBolIta.ttf") format("ttf"), url("../fonts_v2/EuH_SansBolIta.woff") format("woff"), url("../fonts_v2/EuH_SansBolIta.eot") format("eot");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "EuH";
  src: url("../fonts_v2/EuH_SansDem.ttf") format("ttf"), url("../fonts_v2/EuH_SansDem.woff") format("woff"), url("../fonts_v2/EuH_SansDem.eot") format("eot");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "EuH";
  src: url("../fonts_v2/EuH_SansDemIta.ttf") format("ttf"), url("../fonts_v2/EuH_SansDemIta.woff") format("woff"), url("../fonts_v2/EuH_SansDemIta.eot") format("eot");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "EuH";
  src: url("../fonts_v2/EuH_SansLig.ttf") format("ttf"), url("../fonts_v2/EuH_SansLig.woff") format("woff"), url("../fonts_v2/EuH_SansLig.eot") format("eot");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "EuH";
  src: url("../fonts_v2/EuH_SansLigIta.ttf") format("ttf"), url("../fonts_v2/EuH_SansLigIta.woff") format("woff"), url("../fonts_v2/EuH_SansLigIta.eot") format("eot");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "EuH";
  src: url("../fonts_v2/EuH_SansReg.ttf") format("ttf"), url("../fonts_v2/EuH_SansReg.woff") format("woff"), url("../fonts_v2/EuH_SansReg.eot") format("eot");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "EuH";
  src: url("../fonts_v2/EuH_SansRegIta.ttf") format("ttf"), url("../fonts_v2/EuH_SansRegIta.woff") format("woff"), url("../fonts_v2/EuH_SansRegIta.eot") format("eot");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "EuH Serif";
  src: url("../fonts_v2/EuH_SerifBol.ttf") format("ttf"), url("../fonts_v2/EuH_SerifBol.woff") format("woff"), url("../fonts_v2/EuH_SerifBol.eot") format("eot");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "EuH Serif";
  src: url("../fonts_v2/EuH_SerifBolIta.ttf") format("ttf"), url("../fonts_v2/EuH_SerifBolIta.woff") format("woff"), url("../fonts_v2/EuH_SerifBolIta.eot") format("eot");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "EuH Serif";
  src: url("../fonts_v2/EuH_SerifDem.ttf") format("ttf"), url("../fonts_v2/EuH_SerifDem.woff") format("woff"), url("../fonts_v2/EuH_SerifDem.eot") format("eot");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "EuH Serif";
  src: url("../fonts_v2/EuH_SerifDemIta.ttf") format("ttf"), url("../fonts_v2/EuH_SerifDemIta.woff") format("woff"), url("../fonts_v2/EuH_SerifDemIta.eot") format("eot");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "EuH Serif";
  src: url("../fonts_v2/EuH_SerifLig.ttf") format("ttf"), url("../fonts_v2/EuH_SerifLig.woff") format("woff"), url("../fonts_v2/EuH_SerifLig.eot") format("eot");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "EuH Serif";
  src: url("../fonts_v2/EuH_SerifLigIta.ttf") format("ttf"), url("../fonts_v2/EuH_SerifLigIta.woff") format("woff"), url("../fonts_v2/EuH_SerifLigIta.eot") format("eot");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "EuH Serif";
  src: url("../fonts_v2/EuH_SerifReg.ttf") format("ttf"), url("../fonts_v2/EuH_SerifReg.woff") format("woff"), url("../fonts_v2/EuH_SerifReg.eot") format("eot");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "EuH Serif";
  src: url("../fonts_v2/EuH_SerifRegIta.ttf") format("ttf"), url("../fonts_v2/EuH_SerifRegIta.woff") format("woff"), url("../fonts_v2/EuH_SerifRegIta.eot") format("eot");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "eh-icons";
  src: url("../fonts_v2/eh-icons.eot");
  src: url("../fonts_v2/eh-icons.eot?#iefix") format("embedded-opentype"), url("../fonts_v2/eh-icons.woff") format("woff"), url("../fonts_v2/eh-icons.ttf") format("truetype"), url("../fonts_v2/eh-icons.svg#eh-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "eh-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "eh-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-eh-attachment:before {
  content: "\e002";
}
.icon-eh-cart:before {
  content: "\e003";
}
.icon-eh-bluetooth:before {
  content: "\e004";
}
.icon-eh-bookmark:before {
  content: "\e005";
}
.icon-eh-calendar:before {
  content: "\e006";
}
.icon-eh-check2:before {
  content: "\e007";
}
.icon-eh-check:before {
  content: "\e008";
}
.icon-eh-compare:before {
  content: "\e00a";
}
.icon-eh-cut:before {
  content: "\e00c";
}
.icon-eh-database:before {
  content: "\e00d";
}
.icon-eh-debug:before {
  content: "\e00e";
}
.icon-eh-delete:before {
  content: "\e00f";
}
.icon-eh-device:before {
  content: "\e010";
}
.icon-eh-edit:before {
  content: "\e011";
}
.icon-eh-edit-table:before {
  content: "\e012";
}
.icon-eh-filter:before {
  content: "\e016";
}
.icon-eh-folder:before {
  content: "\e017";
}
.icon-eh-grid-view:before {
  content: "\e019";
}
.icon-eh-hamburger:before {
  content: "\e01b";
}
.icon-eh-hmi-share:before {
  content: "\e020";
}
.icon-eh-home:before {
  content: "\e023";
}
.icon-eh-internet-connection:before {
  content: "\e024";
}
.icon-eh-link:before {
  content: "\e026";
}
.icon-eh-load:before {
  content: "\e02b";
}
.icon-eh-location:before {
  content: "\e02c";
}
.icon-eh-locked:before {
  content: "\e02d";
}
.icon-eh-manage-cleanups:before {
  content: "\e02e";
}
.icon-eh-migrate:before {
  content: "\e030";
}
.icon-eh-no-internet-connection:before {
  content: "\e032";
}
.icon-eh-object:before {
  content: "\e034";
}
.icon-eh-refresh:before {
  content: "\e038";
}
.icon-eh-resize-close:before {
  content: "\e039";
}
.icon-eh-resize-open:before {
  content: "\e03a";
}
.icon-eh-restore:before {
  content: "\e03b";
}
.icon-eh-save:before {
  content: "\e03c";
}
.icon-eh-search:before {
  content: "\e03d";
}
.icon-eh-setting:before {
  content: "\e03e";
}
.icon-eh-share:before {
  content: "\e03f";
}
.icon-eh-show-less:before {
  content: "\e040";
}
.icon-eh-show-more:before {
  content: "\e041";
}
.icon-eh-showlogs:before {
  content: "\e042";
}
.icon-eh-skip:before {
  content: "\e043";
}
.icon-eh-sound:before {
  content: "\e044";
}
.icon-eh-time:before {
  content: "\e048";
}
.icon-eh-tools:before {
  content: "\e049";
}
.icon-eh-unlink:before {
  content: "\e04d";
}
.icon-eh-update:before {
  content: "\e04e";
}
.icon-eh-wizard:before {
  content: "\e051";
}
.icon-eh-help:before {
  content: "\e053";
}
.icon-eh-info:before {
  content: "\e054";
}
.icon-eh-add-to-cart:before {
  content: "\e055";
}
.icon-eh-pdf:before {
  content: "\e056";
}
.icon-eh-volume:before {
  content: "\e057";
}
.icon-eh-mute:before {
  content: "\e058";
}
.icon-eh-warning:before {
  content: "\e059";
}
.icon-eh-indefinite:before {
  content: "\e05a";
}
.icon-eh-install:before {
  content: "\e05b";
}
.icon-eh-partfinder:before {
  content: "\e05c";
}
.icon-eh-wm:before {
  content: "\e05d";
}
.icon-eh-logout:before {
  content: "\e05e";
}
.icon-eh-bookmark-filled:before {
  content: "\e060";
}
.icon-eh-close:before {
  content: "\e009";
}
.icon-eh-new:before {
  content: "\e031";
}
.icon-eh-onscreen-keyboard:before {
  content: "\e035";
}
.icon-eh-unfilter:before {
  content: "\e04b";
}
.icon-eh-uninstall:before {
  content: "\e04c";
}
.icon-eh-arrow-right:before {
  content: "\e001";
}
.icon-eh-copy:before {
  content: "\e00b";
}
.icon-eh-paste:before {
  content: "\e013";
}
.icon-eh-spinner:before {
  content: "\e045";
}
.icon-eh-arrow-left:before {
  content: "\e000";
}
.icon-eh-user:before {
  content: "\e014";
}
.icon-eh-guidance:before {
  content: "\e015";
}
.icon-eh-diagnose:before {
  content: "\e018";
}
.icon-eh-application:before {
  content: "\e01a";
}
.icon-eh-livelist:before {
  content: "\e01c";
}
.icon-eh-submenu:before {
  content: "\e01d";
}
.icon-eh-enter:before {
  content: "\e01e";
}
.icon-eh-warning-1:before {
  content: "\e01f";
}
.icon-eh-data-transfer:before {
  content: "\e021";
}
.icon-eh-record:before {
  content: "\e022";
}
.icon-eh-stop-1:before {
  content: "\e025";
}
.icon-eh-escape:before {
  content: "\e027";
}
.icon-eh-play:before {
  content: "\e028";
}
.icon-eh-photo:before {
  content: "\e029";
}
.icon-eh-screenshot:before {
  content: "\e02a";
}
.icon-eh-undo:before {
  content: "\e02f";
}
.icon-eh-app-settings:before {
  content: "\e033";
}
.icon-eh-save-as-movie:before {
  content: "\e036";
}
.icon-eh-movie:before {
  content: "\e037";
}
.icon-eh-disconnect:before {
  content: "\e046";
}
.icon-eh-pause:before {
  content: "\e05f";
}
.icon-eh-namur-failure:before {
  content: "\e04a";
}
.icon-eh-namur-good:before {
  content: "\e04f";
}
.icon-eh-namur-mentainance:before {
  content: "\e050";
}
.icon-eh-namur-out-of-specification:before {
  content: "\e052";
}
.icon-eh-namur-check-function:before {
  content: "\e047";
}
.icon-eh-processing-dots1:before {
  content: "\e061";
}
.icon-eh-processing-dots2:before {
  content: "\e062";
}
.icon-eh-processing-dots3:before {
  content: "\e063";
}
.icon-eh-processing-dots4:before {
  content: "\e064";
}
.icon-eh-figurative-mark:before {
  content: "\e065";
}
.icon-eh-user-defined:before {
  content: "\e066";
}
@font-face {
  font-family: "eh-iconset-30";
  src: url("../fonts_v2/eh-iconset-30.eot");
  src: url("../fonts_v2/eh-iconset-30.eot?#iefix") format("embedded-opentype"), url("../fonts_v2/eh-iconset-30.woff") format("woff"), url("../fonts_v2/eh-iconset-30.ttf") format("truetype"), url("../fonts_v2/eh-iconset-30.svg#eh-iconset-30") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "eh-iconset-30" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon3-"]:before,
[class*=" icon3-"]:before {
  font-family: "eh-iconset-30" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon3-eh-supplement-0:before {
  content: "\e229";
}
.icon3-eh-supplement-0-superscript:before {
  content: "\e228";
}
.icon3-eh-supplement-1:before {
  content: "\e231";
}
.icon3-eh-supplement-1-superscript:before {
  content: "\e230";
}
.icon3-eh-supplement-2:before {
  content: "\e233";
}
.icon3-eh-supplement-2-superscript:before {
  content: "\e232";
}
.icon3-eh-supplement-3:before {
  content: "\e235";
}
.icon3-eh-supplement-3-superscript:before {
  content: "\e234";
}
.icon3-eh-supplement-4:before {
  content: "\e237";
}
.icon3-eh-supplement-4-superscript:before {
  content: "\e236";
}
.icon3-eh-supplement-5:before {
  content: "\e239";
}
.icon3-eh-supplement-5-superscript:before {
  content: "\e238";
}
.icon3-eh-supplement-6:before {
  content: "\e241";
}
.icon3-eh-supplement-6-superscript:before {
  content: "\e240";
}
.icon3-eh-supplement-7:before {
  content: "\e243";
}
.icon3-eh-supplement-7-superscript:before {
  content: "\e242";
}
.icon3-eh-supplement-8:before {
  content: "\e245";
}
.icon3-eh-supplement-8-superscript:before {
  content: "\e244";
}
.icon3-eh-supplement-9:before {
  content: "\e247";
}
.icon3-eh-supplement-9-superscript:before {
  content: "\e246";
}
.icon3-eh-acceptance-rate:before {
  content: "\e070";
}
.icon3-eh-add:before {
  content: "\e045";
}
.icon3-eh-add-cart:before {
  content: "\e046";
}
.icon3-eh-add-row-above:before {
  content: "\e071";
}
.icon3-eh-add-row-below:before {
  content: "\e072";
}
.icon3-eh-amplitude:before {
  content: "\e073";
}
.icon3-eh-app-settings:before {
  content: "\e047";
}
.icon3-eh-application:before {
  content: "\e048";
}
.icon3-eh-approval:before {
  content: "\e049";
}
.icon3-eh-arrow-down:before {
  content: "\e04a";
}
.icon3-eh-arrow-left:before {
  content: "\e04b";
}
.icon3-eh-arrow-long-down:before {
  content: "\e074";
}
.icon3-eh-arrow-long-left:before {
  content: "\e075";
}
.icon3-eh-arrow-long-right:before {
  content: "\e076";
}
.icon3-eh-arrow-long-up:before {
  content: "\e077";
}
.icon3-eh-arrow-right:before {
  content: "\e04c";
}
.icon3-eh-arrow-up:before {
  content: "\e04d";
}
.icon3-eh-arrows-long-right-left:before {
  content: "\e04e";
}
.icon3-eh-arrows-long-up-down:before {
  content: "\e04f";
}
.icon3-eh-arrows-short-right-left:before {
  content: "\e050";
}
.icon3-eh-attachment:before {
  content: "\e051";
}
.icon3-eh-backspace:before {
  content: "\e078";
}
.icon3-eh-backward:before {
  content: "\e039";
}
.icon3-eh-batch-1:before {
  content: "\e079";
}
.icon3-eh-batch-2:before {
  content: "\e080";
}
.icon3-eh-batch-3:before {
  content: "\e081";
}
.icon3-eh-batch-4:before {
  content: "\e082";
}
.icon3-eh-batch-5:before {
  content: "\e083";
}
.icon3-eh-battery-1:before {
  content: "\e03a";
}
.icon3-eh-battery-2:before {
  content: "\e03b";
}
.icon3-eh-battery-3:before {
  content: "\e03c";
}
.icon3-eh-battery-4:before {
  content: "\e03d";
}
.icon3-eh-bluetooth:before {
  content: "\e294";
}
.icon3-eh-bookmark:before {
  content: "\e295";
}
.icon3-eh-bookmark-filled:before {
  content: "\e040";
}
.icon3-eh-cable-connection-failure:before {
  content: "\e041";
}
.icon3-eh-cable-connection-ok:before {
  content: "\e042";
}
.icon3-eh-cad-view-bottom:before {
  content: "\e043";
}
.icon3-eh-cad-view-default:before {
  content: "\e044";
}
.icon3-eh-cad-view-front:before {
  content: "\e296";
}
.icon3-eh-cad-view-left:before {
  content: "\e297";
}
.icon3-eh-cad-view-right:before {
  content: "\e298";
}
.icon3-eh-cad-view-top:before {
  content: "\e299";
}
.icon3-eh-calendar-alternative:before {
  content: "\e030";
}
.icon3-eh-calendar-day:before {
  content: "\e085";
}
.icon3-eh-calendar-empty:before {
  content: "\e086";
}
.icon3-eh-calendar-month:before {
  content: "\e063";
}
.icon3-eh-calendar-week:before {
  content: "\e087";
}
.icon3-eh-calendar-year:before {
  content: "\e088";
}
.icon3-eh-camera:before {
  content: "\e031";
}
.icon3-eh-cancel:before {
  content: "\e032";
}
.icon3-eh-cart:before {
  content: "\e033";
}
.icon3-eh-chart-position:before {
  content: "\e034";
}
.icon3-eh-check:before {
  content: "\e035";
}
.icon3-eh-check-device-details:before {
  content: "\e067";
}
.icon3-eh-checkbox-checked:before {
  content: "\e052";
}
.icon3-eh-checkbox-inactive:before {
  content: "\e053";
}
.icon3-eh-checkbox-unchecked:before {
  content: "\e054";
}
.icon3-eh-coating:before {
  content: "\e090";
}
.icon3-eh-comment:before {
  content: "\e091";
}
.icon3-eh-compare:before {
  content: "\e036";
}
.icon3-eh-complete:before {
  content: "\e037";
}
.icon3-eh-conditions:before {
  content: "\e038";
}
.icon3-eh-conductivity:before {
  content: "\e092";
}
.icon3-eh-confirmation:before {
  content: "\e062";
}
.icon3-eh-controller:before {
  content: "\e093";
}
.icon3-eh-copy:before {
  content: "\e01f";
}
.icon3-eh-corrected-conductivity:before {
  content: "\e094";
}
.icon3-eh-corrected-volume-flow:before {
  content: "\e095";
}
.icon3-eh-csv:before {
  content: "\e020";
}
.icon3-eh-cut:before {
  content: "\e021";
}
.icon3-eh-damping:before {
  content: "\e096";
}
.icon3-eh-database:before {
  content: "\e022";
}
.icon3-eh-debug:before {
  content: "\e023";
}
.icon3-eh-delete:before {
  content: "\e024";
}
.icon3-eh-delete-character-left:before {
  content: "\e097";
}
.icon3-eh-delete-character-right:before {
  content: "\e098";
}
.icon3-eh-delete-row:before {
  content: "\e099";
}
.icon3-eh-delivery:before {
  content: "\e025";
}
.icon3-eh-delta:before {
  content: "\e100";
}
.icon3-eh-density:before {
  content: "\e101";
}
.icon3-eh-diagnose:before {
  content: "\e026";
}
.icon3-eh-difference-level:before {
  content: "\e102";
}
.icon3-eh-document:before {
  content: "\e027";
}
.icon3-eh-documents:before {
  content: "\e028";
}
.icon3-eh-docx:before {
  content: "\e059";
}
.icon3-eh-duplicate:before {
  content: "\e029";
}
.icon3-eh-dynamically-viscosity:before {
  content: "\e103";
}
.icon3-eh-edit:before {
  content: "\e02b";
}
.icon3-eh-edit-table:before {
  content: "\e02a";
}
.icon3-eh-enter:before {
  content: "\e01e";
}
.icon3-eh-escape:before {
  content: "\e01d";
}
.icon3-eh-exponent-base:before {
  content: "\e104";
}
.icon3-eh-exponent-minus:before {
  content: "\e105";
}
.icon3-eh-exponent-plus:before {
  content: "\e106";
}
.icon3-eh-exponent-supplement-minus:before {
  content: "\e107";
}
.icon3-eh-exponent-supplement-plus:before {
  content: "\e108";
}
.icon3-eh-export:before {
  content: "\e01c";
}
.icon3-eh-external-link:before {
  content: "\e01b";
}
.icon3-eh-facebook:before {
  content: "\e01a";
}
.icon3-eh-favorit:before {
  content: "\e019";
}
.icon3-eh-favorit-filled:before {
  content: "\e018";
}
.icon3-eh-fill-level-high:before {
  content: "\e109";
}
.icon3-eh-fill-level-low:before {
  content: "\e110";
}
.icon3-eh-fill-level-medium:before {
  content: "\e111";
}
.icon3-eh-filter:before {
  content: "\e017";
}
.icon3-eh-flag:before {
  content: "\e016";
}
.icon3-eh-folder:before {
  content: "\e015";
}
.icon3-eh-forward:before {
  content: "\e014";
}
.icon3-eh-frequence:before {
  content: "\e113";
}
.icon3-eh-good:before {
  content: "\e013";
}
.icon3-eh-googleplus:before {
  content: "\e012";
}
.icon3-eh-gradient-falling:before {
  content: "\e115";
}
.icon3-eh-gradient-rising:before {
  content: "\e116";
}
.icon3-eh-grid-off:before {
  content: "\e005";
}
.icon3-eh-grid-on:before {
  content: "\e006";
}
.icon3-eh-grid-view:before {
  content: "\e007";
}
.icon3-eh-guidance:before {
  content: "\e008";
}
.icon3-eh-heartbeat:before {
  content: "\e009";
}
.icon3-eh-heat-flow:before {
  content: "\e117";
}
.icon3-eh-help:before {
  content: "\e00a";
}
.icon3-eh-hide-chart:before {
  content: "\e00b";
}
.icon3-eh-hide-details:before {
  content: "\e00c";
}
.icon3-eh-hide-legend:before {
  content: "\e00d";
}
.icon3-eh-hide-record:before {
  content: "\e00e";
}
.icon3-eh-history:before {
  content: "\e00f";
}
.icon3-eh-hold:before {
  content: "\e118";
}
.icon3-eh-home:before {
  content: "\e010";
}
.icon3-eh-image:before {
  content: "\e011";
}
.icon3-eh-import:before {
  content: "\e004";
}
.icon3-eh-industries:before {
  content: "\e003";
}
.icon3-eh-info:before {
  content: "\e002";
}
.icon3-eh-language:before {
  content: "\e125";
}
.icon3-eh-link:before {
  content: "\e127";
}
.icon3-eh-linkedin:before {
  content: "\e128";
}
.icon3-eh-kinematically-viscosity:before {
  content: "\e124";
}
.icon3-eh-jpg:before {
  content: "\e05a";
}
.icon3-eh-is-geo-location:before {
  content: "\e123";
}
.icon3-eh-interface-level:before {
  content: "\e122";
}
.icon3-eh-interface-distance:before {
  content: "\e121";
}
.icon3-eh-instagram:before {
  content: "\e069";
}
.icon3-eh-input:before {
  content: "\e120";
}
.icon3-eh-info-no-circle:before {
  content: "\e000";
}
.icon3-eh-info-gray:before {
  content: "\e001";
}
.icon3-eh-list:before {
  content: "\e129";
}
.icon3-eh-mass-flow:before {
  content: "\e141";
}
.icon3-eh-mute:before {
  content: "\e152";
}
.icon3-eh-livelist:before {
  content: "\e130";
}
.icon3-eh-lkw:before {
  content: "\e064";
}
.icon3-eh-location:before {
  content: "\e131";
}
.icon3-eh-locked:before {
  content: "\e132";
}
.icon3-eh-login:before {
  content: "\e133";
}
.icon3-eh-lower-case:before {
  content: "\e134";
}
.icon3-eh-lower-limit:before {
  content: "\e135";
}
.icon3-eh-mail:before {
  content: "\e136";
}
.icon3-eh-mains-operated:before {
  content: "\e137";
}
.icon3-eh-manage-cleanups:before {
  content: "\e138";
}
.icon3-eh-manual-operation:before {
  content: "\e139";
}
.icon3-eh-mass-concentration:before {
  content: "\e140";
}
.icon3-eh-movie:before {
  content: "\e151";
}
.icon3-eh-page-up:before {
  content: "\e163";
}
.icon3-eh-page-down:before {
  content: "\e162";
}
.icon3-eh-output:before {
  content: "\e161";
}
.icon3-eh-opacity:before {
  content: "\e160";
}
.icon3-eh-onscreen-keyboard:before {
  content: "\e159";
}
.icon3-eh-offset:before {
  content: "\e158";
}
.icon3-eh-numbers:before {
  content: "\e157";
}
.icon3-eh-notification:before {
  content: "\e156";
}
.icon3-eh-noise:before {
  content: "\e155";
}
.icon3-eh-no-processing:before {
  content: "\e154";
}
.icon3-eh-nfc:before {
  content: "\e153";
}
.icon3-eh-my-project:before {
  content: "\e066";
}
.icon3-eh-math-characters:before {
  content: "\e142";
}
.icon3-eh-menu:before {
  content: "\e143";
}
.icon3-eh-inhomogeneous-bubbles:before {
  content: "\e119";
}
.icon3-eh-micro-bubbles:before {
  content: "\e144";
}
.icon3-eh-migrate:before {
  content: "\e145";
}
.icon3-eh-minimize:before {
  content: "\e146";
}
.icon3-eh-minus:before {
  content: "\e061";
}
.icon3-eh-more:before {
  content: "\e147";
}
.icon3-eh-move-horizontal:before {
  content: "\e149";
}
.icon3-eh-move-horizontal-vertical:before {
  content: "\e148";
}
.icon3-eh-move-vertical:before {
  content: "\e150";
}
.icon3-eh-paste:before {
  content: "\e164";
}
.icon3-eh-pause:before {
  content: "\e165";
}
.icon3-eh-pdf:before {
  content: "\e166";
}
.icon3-eh-phone:before {
  content: "\e167";
}
.icon3-eh-pipe:before {
  content: "\e168";
}
.icon3-eh-play:before {
  content: "\e169";
}
.icon3-eh-potential:before {
  content: "\e170";
}
.icon3-eh-power-on-off:before {
  content: "\e172";
}
.icon3-eh-pptx:before {
  content: "\e173";
}
.icon3-eh-pressure:before {
  content: "\e174";
}
.icon3-eh-price:before {
  content: "\e065";
}
.icon3-eh-print:before {
  content: "\e176";
}
.icon3-eh-priority:before {
  content: "\e177";
}
.icon3-eh-processing-1:before {
  content: "\e178";
}
.icon3-eh-processing-2:before {
  content: "\e179";
}
.icon3-eh-processing-3:before {
  content: "\e180";
}
.icon3-eh-processing-4:before {
  content: "\e181";
}
.icon3-eh-products:before {
  content: "\e182";
}
.icon3-eh-quote:before {
  content: "\e183";
}
.icon3-eh-radio:before {
  content: "\e184";
}
.icon3-eh-radio-button-checked:before {
  content: "\e055";
}
.icon3-eh-radio-button-inactive:before {
  content: "\e056";
}
.icon3-eh-radio-button-unchecked:before {
  content: "\e057";
}
.icon3-eh-reception-1:before {
  content: "\e185";
}
.icon3-eh-resize:before {
  content: "\e195";
}
.icon3-eh-return-material:before {
  content: "\e068";
}
.icon3-eh-screenshot:before {
  content: "\e197";
}
.icon3-eh-search:before {
  content: "\e198";
}
.icon3-eh-sensor-condition-fair:before {
  content: "\e200";
}
.icon3-eh-sensor-condition-good:before {
  content: "\e201";
}
.icon3-eh-sensor-condition-poor:before {
  content: "\e199";
}
.icon3-eh-services:before {
  content: "\e202";
}
.icon3-eh-set-geo-location:before {
  content: "\e203";
}
.icon3-eh-share:before {
  content: "\e204";
}
.icon3-eh-show-details:before {
  content: "\e205";
}
.icon3-eh-show-less:before {
  content: "\e206";
}
.icon3-eh-show-more:before {
  content: "\e207";
}
.icon3-eh-signal-noise-ratio:before {
  content: "\e208";
}
.icon3-eh-sil:before {
  content: "\e209";
}
.icon3-eh-rtf:before {
  content: "\e05c";
}
.icon3-eh-rfid:before {
  content: "\e196";
}
.icon3-eh-request-change:before {
  content: "\e192";
}
.icon3-eh-repair:before {
  content: "\e191";
}
.icon3-eh-refresh:before {
  content: "\e190";
}
.icon3-eh-record:before {
  content: "\e189";
}
.icon3-eh-reception-4:before {
  content: "\e188";
}
.icon3-eh-reception-3:before {
  content: "\e187";
}
.icon3-eh-reception-2:before {
  content: "\e186";
}
.icon3-eh-zoom-1to1:before {
  content: "\e288";
}
.icon3-eh-zip:before {
  content: "\e060";
}
.icon3-eh-volume-flow:before {
  content: "\e276";
}
.icon3-eh-uninstall:before {
  content: "\e264";
}
.icon3-eh-unlink:before {
  content: "\e265";
}
.icon3-eh-update:before {
  content: "\e266";
}
.icon3-eh-wave-velocity:before {
  content: "\e279";
}
.icon3-eh-zoom-in:before {
  content: "\e289";
}
.icon3-eh-zoom-out:before {
  content: "\e293";
}
.icon3-eh-zoom-mode-vertical:before {
  content: "\e292";
}
.icon3-eh-zoom-mode-horizontal-vertical:before {
  content: "\e290";
}
.icon3-eh-zoom-mode-horizontal:before {
  content: "\e291";
}
.icon3-eh-youtube:before {
  content: "\e287";
}
.icon3-eh-youku:before {
  content: "\e286";
}
.icon3-eh-xslx:before {
  content: "\e05e";
}
.icon3-eh-xml:before {
  content: "\e05d";
}
.icon3-eh-wm:before {
  content: "\e285";
}
.icon3-eh-wizard:before {
  content: "\e284";
}
.icon3-eh-wireless-no-connection:before {
  content: "\e283";
}
.icon3-eh-wireless-connection:before {
  content: "\e282";
}
.icon3-eh-wifi:before {
  content: "\e281";
}
.icon3-eh-wechat:before {
  content: "\e280";
}
.icon3-eh-volume-concentration:before {
  content: "\e275";
}
.icon3-eh-volume:before {
  content: "\e277";
}
.icon3-eh-voltage:before {
  content: "\e274";
}
.icon3-eh-visualisation:before {
  content: "\e273";
}
.icon3-eh-vessel:before {
  content: "\e272";
}
.icon3-eh-velocity:before {
  content: "\e271";
}
.icon3-eh-user-filled:before {
  content: "\e269";
}
.icon3-eh-user:before {
  content: "\e270";
}
.icon3-eh-upper-limit:before {
  content: "\e268";
}
.icon3-eh-upper-case:before {
  content: "\e267";
}
.icon3-eh-undo:before {
  content: "\e263";
}
.icon3-eh-umlauts:before {
  content: "\e262";
}
.icon3-eh-twitter:before {
  content: "\e261";
}
.icon3-eh-totalizer-positive:before {
  content: "\e260";
}
.icon3-eh-totalizer-negative:before {
  content: "\e259";
}
.icon3-eh-totalizer-both:before {
  content: "\e258";
}
.icon3-eh-tools:before {
  content: "\e257";
}
.icon3-eh-time:before {
  content: "\e256";
}
.icon3-eh-tif:before {
  content: "\e05f";
}
.icon3-eh-ticket:before {
  content: "\e058";
}
.icon3-eh-temperature-low:before {
  content: "\e254";
}
.icon3-eh-temperature-high:before {
  content: "\e253";
}
.icon3-eh-temperature:before {
  content: "\e255";
}
.icon3-eh-team:before {
  content: "\e252";
}
.icon3-eh-system:before {
  content: "\e251";
}
.icon3-eh-swipe:before {
  content: "\e250";
}
.icon3-eh-support:before {
  content: "\e249";
}
.icon3-eh-supplement-half:before {
  content: "\e248";
}
.icon3-eh-sum:before {
  content: "\e227";
}
.icon3-eh-submenu:before {
  content: "\e226";
}
.icon3-eh-stop:before {
  content: "\e225";
}
.icon3-eh-step-error:before {
  content: "\e224";
}
.icon3-eh-steam:before {
  content: "\e223";
}
.icon3-eh-sina-weibo:before {
  content: "\e210";
}
.icon3-eh-sizing:before {
  content: "\e211";
}
.icon3-eh-skip:before {
  content: "\e212";
}
.icon3-eh-smiley-bad:before {
  content: "\e213";
}
.icon3-eh-smiley-good:before {
  content: "\e214";
}
.icon3-eh-smiley-ok:before {
  content: "\e215";
}
.icon3-eh-software:before {
  content: "\e216";
}
.icon3-eh-solutions:before {
  content: "\e217";
}
.icon3-eh-sort:before {
  content: "\e218";
}
.icon3-eh-sound:before {
  content: "\e219";
}
.icon3-eh-special-characters:before {
  content: "\e220";
}
.icon3-eh-spinner:before {
  content: "\e221";
}
.icon3-eh-start-pause:before {
  content: "\e222";
}
.icon3-eh-reception-0:before {
  content: "\e084";
}
@font-face {
  font-family: "eh-namur-icons-bw-30";
  src: url("../fonts_v2/eh-namur-icons-bw-30.eot");
  src: url("../fonts_v2/eh-namur-icons-bw-30.eot?#iefix") format("embedded-opentype"), url("../fonts_v2/eh-namur-icons-bw-30.woff") format("woff"), url("../fonts_v2/eh-namur-icons-bw-30.ttf") format("truetype"), url("../fonts_v2/eh-namur-icons-bw-30.svg#eh-namur-icons-bw-30") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "eh-namur-icons-bw-30" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="iconnamur3-"]:before,
[class*=" iconnamur3-"]:before {
  font-family: "eh-namur-icons-bw-30" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconnamur3-eh-namur-check-function-sw:before {
  content: "\e301";
}
.iconnamur3-eh-namur-check-function-sw-invers:before {
  content: "\e300";
}
.iconnamur3-eh-namur-failure-sw:before {
  content: "\e304";
}
.iconnamur3-eh-namur-failure-sw-invers:before {
  content: "\e303";
}
.iconnamur3-eh-namur-good-sw:before {
  content: "\e307";
}
.iconnamur3-eh-namur-good-sw-invers:before {
  content: "\e306";
}
.iconnamur3-eh-namur-maintenance-sw:before {
  content: "\e310";
}
.iconnamur3-eh-namur-maintenance-sw-invers:before {
  content: "\e309";
}
.iconnamur3-eh-namur-not-categorized-sw:before {
  content: "\e313";
}
.iconnamur3-eh-namur-not-categorized-sw-invers:before {
  content: "\e312";
}
.iconnamur3-eh-namur-out-of-specification-sw:before {
  content: "\e316";
}
.iconnamur3-eh-namur-out-of-specification-sw-invers:before {
  content: "\e315";
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  color: #333;
}
.page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}
.page-wrapper:before,
.c-form .c-input-wrapper:before,
.page-wrapper:after,
.c-form .c-input-wrapper:after {
  content: " ";
  display: table;
}
.page-wrapper:after,
.c-form .c-input-wrapper:after {
  clear: both;
}
.page-wrapper,
.c-form .c-input-wrapper {
  *zoom: 1;
}
.search-results .search-result-breadcrumb a::after,
article ul li::before,
.article ul li::before,
.text ul li::before,
.c-form .c-input-select-wrapper::after {
  content: "";
  display: block;
  position: absolute;
}
.with-min-height {
  min-height: 400px;
}
html {
  font-size: 100%;
}
body {
  font-size: 100%;
  font-family: "EuH", arial, helvetica, sans-serif;
  /* font: default 16px to 10px */
  font-weight: 400;
  font-style: normal;
  color: #333;
}
h1,
.h1 {
  font-family: "EuH Serif";
  font-size: 2.5rem;
  line-height: 1.2em;
  margin: 40px 0;
}
h2,
.h2 {
  font-family: "EuH Serif";
  font-size: 1.75rem;
  line-height: 1.28571em;
  margin: 30px 0;
}
h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.35em;
  margin: 40px 0 20px 0;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  margin: 20px 0;
}
h1.is-blue,
h2.is-blue,
h3.is-blue,
h4.is-blue,
h5.is-blue,
h6.is-blue,
.h1.is-blue,
.h2.is-blue,
.h3.is-blue,
.h4.is-blue,
.h5.is-blue,
.h6.is-blue {
  color: #007caa;
}
p,
li,
dd,
dt,
table,
label,
input,
textarea,
blockquote {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 200;
}
p + p,
p + img,
img + p {
  margin-top: 20px;
}
blockquote {
  padding: 20px;
  font-style: italic;
  background: #e6ecf0;
}
article ul,
.article ul,
.text ul {
  padding: 10px 10px 10px 30px;
  margin: 0;
}
article ul li,
.article ul li,
.text ul li {
  list-style: none;
  margin-bottom: 5px;
}
article ul li::before,
.article ul li::before,
.text ul li::before {
  content: '\2022 ';
  margin-left: -20px;
}
article ol,
.article ol,
.text ol {
  padding: 10px;
  margin-left: 20px;
}
article ol li,
.article ol li,
.text ol li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 5px;
}
.text .link {
  display: inline-block;
  width: auto;
  padding: 8px 15px;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  background-color: #8fa2ac;
  margin: 30px 0 26px;
}
.text .is-download {
  margin-right: 0;
}
.text .is-download:hover {
  background-color: #007caa;
}
a {
  color: #a8005c;
  text-decoration: none;
}
a:hover {
  color: #007caa;
}
p a {
  display: inline-block;
}
.c-form .c-fieldset {
  border: 0 none;
  padding: 10px;
}
.c-form .c-fieldset legend {
  font: normal normal 600 1rem "EuH Serif";
  margin: 0;
  padding: 0;
}
.c-form .c-fieldset.is-no-legend {
  border: 0 none;
  padding: 0;
  margin: 10px;
}
.c-form .c-input-wrapper {
  margin: 10px 0;
}
.c-form .c-input-wrapper .c-input-wrap {
  display: table;
  width: 100%;
}
.c-form .c-input-wrapper .c-label {
  width: 25%;
  font-size: 1rem;
  display: table-cell;
  vertical-align: top;
  padding-top: 5px;
}
.c-form .c-input-wrapper .c-label.is-active,
.c-form .c-input-wrapper .c-label:active,
.c-form .c-input-wrapper .c-label:focus {
  color: #007caa;
}
.c-form .c-input-wrapper .c-inline-label {
  font-size: 1rem;
  float: left;
  display: inline-block;
  padding: 0 10px 10px 0;
  margin-top: 5px;
}
.c-form .c-input-wrapper .c-inline-label input,
.c-form .c-input-wrapper .c-inline-label textarea,
.c-form .c-input-wrapper .c-inline-label label {
  width: auto;
  margin-right: 5px;
  float: left;
  font-size: 1rem;
}
.c-form .c-input-wrapper .c-input {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}
.c-form .c-input-wrapper.is-textarea .c-label {
  vertical-align: top;
}
.c-form .c-input-wrapper.is-bold-label .c-label {
  font-weight: 600;
}
.c-form .c-input-wrapper:first-of-type {
  margin-top: 0;
}
.c-form.is-vertical .c-input-wrapper .c-label,
.c-form.is-vertical .c-input-wrapper .c-input {
  width: 100%;
  display: block;
}
.c-form.is-vertical .c-input-wrapper .c-label {
  margin-bottom: 5px;
}
.c-form input[type="text"],
.c-form input[type="range"],
.c-form input[type="time"],
.c-form input[type="url"],
.c-form input[type="week"],
.c-form input[type="time"],
.c-form input[type="datetime-local"],
.c-form input[type="number"],
.c-form input[type="month"],
.c-form input[type="image"],
.c-form input[type="email"],
.c-form input[type="date"],
.c-form input[type="datetime"],
.c-form input[type="password"],
.c-form select,
.c-form textarea {
  border: 1px solid #c3ced5;
  font: normal normal 200 1rem "EuH";
  padding: 5px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form input[type="text"]:active,
.c-form input[type="range"]:active,
.c-form input[type="time"]:active,
.c-form input[type="url"]:active,
.c-form input[type="week"]:active,
.c-form input[type="time"]:active,
.c-form input[type="datetime-local"]:active,
.c-form input[type="number"]:active,
.c-form input[type="month"]:active,
.c-form input[type="image"]:active,
.c-form input[type="email"]:active,
.c-form input[type="date"]:active,
.c-form input[type="datetime"]:active,
.c-form input[type="password"]:active,
.c-form select:active,
.c-form textarea:active,
.c-form input[type="text"]:focus,
.c-form input[type="range"]:focus,
.c-form input[type="time"]:focus,
.c-form input[type="url"]:focus,
.c-form input[type="week"]:focus,
.c-form input[type="time"]:focus,
.c-form input[type="datetime-local"]:focus,
.c-form input[type="number"]:focus,
.c-form input[type="month"]:focus,
.c-form input[type="image"]:focus,
.c-form input[type="email"]:focus,
.c-form input[type="date"]:focus,
.c-form input[type="datetime"]:focus,
.c-form input[type="password"]:focus,
.c-form select:focus,
.c-form textarea:focus {
  border: 1px solid #007caa;
  outline: 0 none;
}
.c-form input[type="text"]:disabled,
.c-form input[type="range"]:disabled,
.c-form input[type="time"]:disabled,
.c-form input[type="url"]:disabled,
.c-form input[type="week"]:disabled,
.c-form input[type="time"]:disabled,
.c-form input[type="datetime-local"]:disabled,
.c-form input[type="number"]:disabled,
.c-form input[type="month"]:disabled,
.c-form input[type="image"]:disabled,
.c-form input[type="email"]:disabled,
.c-form input[type="date"]:disabled,
.c-form input[type="datetime"]:disabled,
.c-form input[type="password"]:disabled,
.c-form select:disabled,
.c-form textarea:disabled {
  background-color: #e6ecf0;
  border: 0 none;
}
.c-form input[type="text"]::-webkit-calendar-picker-indicator,
.c-form input[type="range"]::-webkit-calendar-picker-indicator,
.c-form input[type="time"]::-webkit-calendar-picker-indicator,
.c-form input[type="url"]::-webkit-calendar-picker-indicator,
.c-form input[type="week"]::-webkit-calendar-picker-indicator,
.c-form input[type="time"]::-webkit-calendar-picker-indicator,
.c-form input[type="datetime-local"]::-webkit-calendar-picker-indicator,
.c-form input[type="number"]::-webkit-calendar-picker-indicator,
.c-form input[type="month"]::-webkit-calendar-picker-indicator,
.c-form input[type="image"]::-webkit-calendar-picker-indicator,
.c-form input[type="email"]::-webkit-calendar-picker-indicator,
.c-form input[type="date"]::-webkit-calendar-picker-indicator,
.c-form input[type="datetime"]::-webkit-calendar-picker-indicator,
.c-form input[type="password"]::-webkit-calendar-picker-indicator,
.c-form select::-webkit-calendar-picker-indicator,
.c-form textarea::-webkit-calendar-picker-indicator {
  display: none;
}
.c-form input[type="checkbox"]:disabled,
.c-form input[type="radio"]:disabled {
  opacity: 0.5;
}
.c-form textarea {
  min-height: 50px;
  resize: none;
  overflow: hidden;
  transition-property: height;
  transition-duration: 500ms;
}
.c-form .c-input-select-wrapper {
  position: relative;
  display: inline-block;
  margin: 5px 0 0 0;
  background-color: #fff;
  border: 1px solid #c3ced5;
}
.c-form .c-input-select-wrapper::after {
  border-style: solid;
  border-color: #a8005c;
  border-width: 1px 1px 0 0;
  display: inline-block;
  height: 12px;
  top: 6px;
  vertical-align: top;
  width: 12px;
  right: 15px;
  transform: rotate(135deg);
  pointer-events: none;
  border-bottom: 0px solid transparent;
}
.c-form .c-input-select-wrapper select {
  text-overflow: hidden;
  white-space: nowrap;
  width: 100%;
  border: 0 none;
  background-color: transparent;
  display: inline-block;
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
  padding-right: 40px;
}
.c-form .c-input-select-wrapper select::-ms-expand {
  display: none;
}
.c-form .c-input-select-wrapper select option {
  padding-left: 3px;
}
.c-form .c-input-select-wrapper.is-disabled {
  border-color: #e6ecf0;
}
.c-form .c-input-select-wrapper.is-disabled::after {
  border-color: #c3ced5;
}
.c-form .c-input-select-wrapper.is-disabled select {
  color: #fff;
  visibility: hidden;
}
.c-form .c-input-select-wrapper.is-readonly {
  border: 1px solid #e6ecf0;
  background-color: #e6ecf0;
}
.c-form .c-input-select-wrapper.is-readonly::after {
  border-color: #c3ced5;
}
.c-form .c-input-select-wrapper.is-locked {
  border-color: #e6ecf0;
}
.c-form .c-input-select-wrapper.is-locked select {
  color: #007caa;
  cursor: pointer;
}
.c-form .c-inline-label > input[type="checkbox"],
.c-form .c-inline-label > input[type="radio"] {
  appearance: none;
  outline: 0 none;
  width: 22px;
  height: 22px;
  box-shadow: none;
  opacity: 0;
  position: absolute;
  left: -30px;
  width: 1px !important;
}
.c-form .c-inline-label input[type="checkbox"] + label,
.c-form .c-inline-label input[type="radio"] + label {
  position: relative;
  padding-left: 32px;
  padding-right: 10px;
  display: inherit;
}
.c-form .c-inline-label input[type="checkbox"] + label::before,
.c-form .c-inline-label input[type="radio"] + label::before {
  position: absolute;
  width: 22px;
  height: 10px;
  top: -2px;
  left: 0px;
  font-family: "eh-icons";
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  padding-top: 12px;
  line-height: 0;
  border: 1px solid #c3ced5;
  display: block;
  content: " ";
  background: #fff;
}
.c-form .c-inline-label input[type="checkbox"] + label:empty::after,
.c-form .c-inline-label input[type="radio"] + label:empty::after {
  content: "\2000";
}
.c-form .c-inline-label input[type="checkbox"]:checked + label,
.c-form .c-inline-label input[type="radio"]:checked + label {
  color: #007caa;
}
.c-form .c-inline-label input[type="checkbox"]:checked + label::before,
.c-form .c-inline-label input[type="radio"]:checked + label::before {
  content: "\e008";
  background: #506671;
  border: 1px solid #506671;
}
.c-form .c-inline-label input[type="checkbox"]:disabled,
.c-form .c-inline-label input[type="radio"]:disabled {
  opacity: 0.5;
}
.c-form .c-inline-label input[type="checkbox"]:disabled + label,
.c-form .c-inline-label input[type="radio"]:disabled + label {
  opacity: 0.5;
}
.c-form .c-inline-label input[type="radio"] + label::before {
  border-radius: 22px;
}
/*!
 * BUTTON START
 */
.c-button,
.c-button-with-i-icon {
  border: 0 none;
  background: #8fa2ac;
  color: #fff;
  font: normal normal 600 1rem "EuH";
  padding: 6px 12px 6px 12px;
  -webkit-appearance: none;
  border-radius: 0;
}
.c-button.is-hero,
.c-button-with-i-icon.is-hero {
  background: #a8005c;
}
.c-button:hover,
.c-button-with-i-icon:hover,
.c-button:focus,
.c-button-with-i-icon:focus {
  background: #007caa;
  cursor: pointer;
  color: #fff;
}
.c-button:disabled,
.c-button-with-i-icon:disabled {
  background: #e6ecf0;
  color: #8fa2ac;
}
.c-button .icon::before,
.c-button-with-i-icon .icon::before {
  font-size: 1.25rem;
  vertical-align: -3px;
}
.c-button + .c-button {
  margin-left: 20px;
}
.button-hover {
  background: #007caa ! important;
}
.c-button-with-i-icon {
  width: 100%;
}
.buttontable {
  padding: 0px 0px 0px 0px;
  cellpadding: 0;
  cellspacing: 0;
  border: 0;
  width: 100%;
  border: 0 none;
  background: #8fa2ac;
}
.buttontable.is-hero {
  background: #a8005c;
}
.buttontable:hover,
.buttontable:focus {
  background: #007caa;
  cursor: pointer;
}
.buttontable:disabled {
  background: #e6ecf0;
}
.buttontable .buttontable_textcell {
  text-align: center;
  padding: 0px 0px 0px 0px;
}
.buttontable .buttontable_iconcell {
  text-align: center;
  padding: 0px 5px 0px 5px;
  vertical-align: middle;
  width: 20px;
}
.fixedBottomDiv .c-button-with-i-icon {
  margin-right: 2px;
}
.fixedbottom_link .button-hover {
  background-color: #ffffff ! important;
}
.fixedbottom_link .c-button-with-i-icon,
.fixedbottom_link .buttontable {
  background-color: #ffffff;
  color: #a8005c;
}
.fixedbottom_link .c-button-with-i-icon:disabled,
.fixedbottom_link .buttontable:disabled {
  background-color: #ffffff;
  color: #8fa2ac;
}
.fixedbottom_link .buttontable {
  width: auto;
}
.fixedbottom_button .buttontable {
  width: auto;
}
/*!
 * BUTTON END
 */
.tooltip {
  font-size: 16px;
  font-family: "EuH";
  padding: 0;
  position: absolute;
}
.tooltip.top .tooltip-inner {
  bottom: 10px;
}
.tooltip.top .tooltip-inner::after,
.tooltip.top .tooltip-inner::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tooltip.top .tooltip-inner::after {
  border-color: rgba(230, 236, 240, 0);
  border-top-color: #e6ecf0;
  border-width: 10px;
  margin-left: -10px;
}
.tooltip.top .tooltip-inner::before {
  border-color: rgba(195, 206, 213, 0);
  border-top-color: #c3ced5;
  border-width: 11px;
  margin-left: -11px;
}
.tooltip.right .tooltip-inner {
  left: 10px;
}
.tooltip.right .tooltip-inner::after,
.tooltip.right .tooltip-inner::before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tooltip.right .tooltip-inner::after {
  border-color: rgba(230, 236, 240, 0);
  border-right-color: #e6ecf0;
  border-width: 10px;
  margin-top: -10px;
}
.tooltip.right .tooltip-inner::before {
  border-color: rgba(195, 206, 213, 0);
  border-right-color: #c3ced5;
  border-width: 11px;
  margin-top: -11px;
}
.tooltip.left .tooltip-inner {
  right: 10px;
}
.tooltip.left .tooltip-inner::after,
.tooltip.left .tooltip-inner::before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tooltip.left .tooltip-inner::after {
  border-color: rgba(230, 236, 240, 0);
  border-left-color: #e6ecf0;
  border-width: 10px;
  margin-top: -10px;
}
.tooltip.left .tooltip-inner::before {
  border-color: rgba(195, 206, 213, 0);
  border-left-color: #c3ced5;
  border-width: 11px;
  margin-top: -11px;
}
.tooltip.bottom .tooltip-inner {
  top: 10px;
}
.tooltip.bottom .tooltip-inner::after,
.tooltip.bottom .tooltip-inner::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tooltip.bottom .tooltip-inner::after {
  border-color: rgba(230, 236, 240, 0);
  border-bottom-color: #e6ecf0;
  border-width: 10px;
  margin-left: -10px;
}
.tooltip.bottom .tooltip-inner::before {
  border-color: rgba(195, 206, 213, 0);
  border-bottom-color: #c3ced5;
  border-width: 11px;
  margin-left: -11px;
}
.tooltip-inner {
  position: relative;
  box-shadow: 0px 0px 8px 0 #c3ced5;
  border: 1px solid #c3ced5;
  display: inline-block;
  max-width: 400px;
  width: 200px;
  padding: 20px;
  word-break: break-word;
  white-space: pre-line;
  font: normal normal 200 16px "EuH";
  box-sizing: content-box;
  text-align: left;
  background-color: #e6ecf0;
}
/*
override the style in sumoselect.css to meet the style-guide-line.
*/
.c-input-select-wrapper .SumoSelect {
  display: block;
  width: 100%;
}
.SumoSelect p {
  margin: 0;
  height: 30px;
}
.SelectBox {
  padding: 0 5px;
}
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 0;
  border-color: #7799D0;
}
.SumoSelect > .CaptionCont {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  border: 0;
  margin: 0;
}
.SumoSelect > .CaptionCont > span {
  padding-top: 3px;
}
.attribute-relation-highlighted {
  background-color: #C2DDAF;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  display: none;
}
.SumoSelect.open > .optWrapper {
  display: block;
  top: 30px;
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 0;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
  margin-bottom: 0;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #AEAEAE;
  box-shadow: none;
  border-radius: 0;
  background-color: #fff;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #506671;
  box-shadow: none;
  border-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center center;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected label {
  color: #007caa;
}
.ordercodetemplatebarsection {
  display: none;
}
.tableColumnOrderCodeInfo {
  vertical-align: top !important;
  width: 44%;
}
.tableColumnOrderCodeMisc {
  vertical-align: top !important;
}
#divOrderCodeInfo {
  width: 100%;
}
#divOrderCode {
  width: 100%;
  overflow-x: scroll;
  position: relative;
}
#divOrderCodeMoreLink {
  width: 72px;
  background-color: #FFFFFF;
  padding: 0px;
  position: absolute;
  right: 1px;
  top: -1px;
}
.browser-safari #divOrderCode::-webkit-scrollbar {
  height: 12px;
  background-color: #F5F5F5;
}
.browser-safari #divOrderCode::-webkit-scrollbar-thumb {
  background-color: gray;
}
.tableColumnOrderCodeMisc {
  width: 80px;
}
div#divOrderCodeMisc {
  width: 80px;
  padding-left: 15px;
}
.orderCodeLeftTable,
.orderCodeRightTable,
.orderCodeMiscTable {
  table-layout: fixed;
  border: 0px;
  width: 100%;
  padding: 0px 0px 0px 0px;
  border-spacing: 0px 0px;
  border-collapse: collapse;
}
.orderCodeLeftTable TD {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 14px;
}
.orderCodeRightTable TD {
  padding: 0;
}
.orderCodeMiscTable TD {
  padding: 0;
  text-align: left;
}
.orderCodeRightTable .normaltext {
  text-align: center;
  padding: 0px;
  width: 32px;
}
.orderCodeMiscTable .normaltext {
  text-align: center;
  padding: 0px;
  width: 32px !important;
}
.ordercodedigits {
  width: 32px;
  border-collapse: collapse;
  border-spacing: 0px 0px;
  margin: 0px;
  border-width: 0px;
  text-align: center;
  white-space: nowrap;
}
#divOrderCode td.ordercodedigits input[type="text"] {
  background: #f7f8fa;
  border: 1px solid #f7f8fa;
}
#divOrderCode td.ordercodedigits input[type="text"][readonly] {
  background-color: #e6ecf0;
  border: 1px solid #e6ecf0;
}
td.ordercode_group_start {
  padding-left: 2px;
}
td.ordercode_separator input[type="text"],
td.ordercode_separator input[type="text"][readonly] {
  background-color: white !important;
  border: 1px solid white !important;
}
td.ordercode_group_end {
  padding-right: 2px;
}
*.ordercodeline {
  height: 41px;
}
td.ordercodedesc {
  max-width: inherit;
  padding: inherit;
  margin: 0px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 14px;
  vertical-align: middle !important;
}
td.ordercodedesc input.ordercode {
  text-align: left;
  text-overflow: ellipsis;
  height: 32px;
}
td.ordercodedevice {
  max-width: inherit;
  padding-left: 3px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 14px;
  vertical-align: middle !important;
}
td.ordercodequantityheader {
  overflow: hidden;
  white-space: nowrap;
  horizontal-align: left;
  width: 100%;
}
td.ordercodedeviceheader {
  overflow: hidden;
  white-space: nowrap;
  horizontal-align: left;
  width: 34%;
  text-overflow: ellipsis;
  padding-left: 4px;
}
td.ordercodedescheader {
  overflow: hidden;
  white-space: nowrap;
  horizontal-align: left;
  width: 66%;
  text-overflow: ellipsis;
}
div#divOrderCodeTemplatePart1 {
  width: 100%;
  max-width: 650px;
  float: left;
}
.orderCodeTemplatePart1Table TD {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 10px;
}
td.ordercodetemplateheader {
  white-space: nowrap;
  horizontal-align: left;
  width: 34%;
  text-overflow: ellipsis;
  padding-left: 4px;
}
td.ordercodetemplatecombobox {
  overflow: hidden;
  white-space: nowrap;
  horizontal-align: left;
  width: 66%;
  text-overflow: ellipsis;
  padding-right: 12px;
}
td.ordercodetemplatebutton {
  padding-left: 3px;
  horizontal-align: left;
}
#ordercodes_template_section {
  padding-bottom: 0;
}
div#tw_order_code_hint_section {
  width: 800px;
}
.ordercodessection > div > table > tbody > tr > td {
  border-bottom: 0px !important;
}
.multiCombobx_div_blocker {
  align: right;
  display: none;
  z-index: 9999;
  height: 0;
}
.multiCombobx_div_blocker_table {
  border: 0 ;
  table-layout: fixed;
  cursor: default;
  cellPadding: 0 ;
  cellspacing: 0 ;
  width: 100%;
}
.multiCombobx_div_blocker_input {
  margin-left: 0;
  border: none;
  z-index: 99;
  width: 0px;
  padding: 0;
  color: #fff;
}
.multiCombobx_div_blocker_cell_for_selected_option {
  padding-left: 4px;
  padding-top: 3px;
  text-overflow: ellipsis;
  white-space: noWrap;
  overflow: hidden;
}
.multiCombobx_iframe_blocker_root {
  frameBorder: 0;
  marginWidth: 0;
  marginHeight: 0;
  scrolling: no;
  position: absolute;
  z-index: 99;
  height: 0px;
  width: 0px;
}
.multiCombobx_blocker {
  frameBorder: 0;
  marginWidth: 0;
  marginHeight: 0;
  scrolling: no;
  position: absolute;
  height: 0px;
  width: 0px;
}
.multiCombobx_blocker_2 {
  frameBorder: 0;
  marginWidth: 0;
  marginHeight: 0;
  scrolling: no;
  position: absolute;
  height: 0px;
  width: 0px;
}
.multiCombobx_main_div {
  height: 0;
  z-index: 9998;
}
.multiCombobx_level1_div {
  display: none;
  z-index: 9999;
  border: 1px solid #007caa;
}
.multiCombobx_level2_div {
  display: none;
  z-index: 99999;
  border: 1px solid #007caa;
  background-color: #fff;
}
.multiCombobx_level1_table {
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
  padding-top: 3px;
  padding-bottom: 12px;
  border: 0;
  cellpadding: 0;
  cellspacing: 0;
}
.multiCombobx_text {
  padding-left: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: default;
  padding-right: 60px;
  overflow: hidden;
}
.multiCombobx_level_direction {
  width: 35px;
  text-align: center;
}
.multiCombobx_level_direction_span {
  position: relative;
}
.multiCombobx_level_direction_span:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: x-large;
  color: #fff;
}
.multiCombobx_search_helper {
  padding-top: 8px;
  padding-left: 6px;
  display: none;
  border: none;
  z-index: 999999;
}
.multiCombobx_level2_table {
  width: 99%;
  background-color: #fff;
  padding-top: 2px;
  padding-left: 3px;
  padding-bottom: 0px;
  min-width: 180px;
}
.multiCombobx_level2_table_lastrow {
  height: 13px;
}
.multiCombobx_filter_input {
  border: none;
}
DIV.NestedMapColoring div.ApplicationRow {
  font-weight: bold;
}
DIV.NestedMapColoring div.ApplicationRow DIV.subRow {
  font-weight: normal;
}
DIV.NestedMapColoring *.Content {
  width: 100%;
  display: inline;
}
.bounds_resolver_dialog_div .commonsection .section-header {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 6px 0 6px 15px;
}
.bounds_resolver_dialog_div .content {
  padding: 2px;
}
.bounds_resolver_dialog_div .label {
  min-width: 120px;
}
.violationMessageTable {
  width: 100%;
  color: #d50c2f;
  font-weight: 600;
}
.violationMessageTable tr {
  background-color: #fff;
}
.violationMessageTable td {
  padding: 6px 6px 6px 0px;
  vertical-align: top;
}
#ButtonSection {
  text-align: center;
}
.boundaryviolation-section {
  border: 2px solid #fbe6ea;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.boundaryviolation-section .boundaryviolation-header {
  color: #d50c2f;
  font-size: 1.125rem;
  padding: 4px 10px 4px 15px;
  background-color: #fbe6ea;
  font-weight: 600;
}
.boundaryviolation-section .boundaryviolation-content td {
  padding: 4px 10px 4px 15px;
  vertical-align: top;
}
.boundaryviolation-section .boundaryviolation-content tr {
  background-color: #fff;
}
.boundaryViolation_symbolGap {
  width: 16px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
.calnotsuitable {
  color: #fff;
}
.suitabilityHint_notSuitable {
  font-size: 1.5rem;
  color: #d50c2f;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.suitabilityHint_maybeSuitable {
  font-size: 1.5rem;
  color: #ffcc00;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.suitabilityHint_suitable {
  font-size: 1.5rem;
  color: #54a931;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
p,
li,
dd,
dt,
table,
label,
input,
textarea,
blockquote {
  font-size: 1rem;
}
table {
  border-collapse: collapse;
  border: 0 none;
}
.c-form .c-input-select-wrapper {
  width: 100%;
  margin: 0;
}
.c-form .c-input-select-wrapper.is-multiple {
  min-height: 60px;
}
.c-form .c-input-select-wrapper.is-multiple::after {
  border: 0 none;
}
.c-form .c-input-select-wrapper.is-multiple > select {
  height: auto;
  padding-right: 0;
}
.c-form input[type="text"][readonly].reynoldsNumberIndication-red {
  background-color: #d50c2f;
}
.c-form input[type="text"][readonly].reynoldsNumberIndication-orange {
  background-color: #ffcc00;
}
.c-form input[type="text"][readonly] {
  background-color: #e6ecf0;
  border: 1px solid #e6ecf0;
}
.is-right {
  text-align: right;
}
.c-button a {
  color: #ffffff;
  text-decoration: none;
}
.icon3-eh-info-no-circle {
  cursor: pointer;
}
.icon3-eh-info-no-circle::before {
  background: #e6ecf0;
  color: #a8005c;
  border-radius: 20px;
  font-size: 10px;
  display: inline-block;
  padding: 5px;
  box-sizing: content-box;
  vertical-align: 2px;
  margin: 0 3px;
}
.icon3-eh-info-gray {
  cursor: pointer;
}
.icon3-eh-info-gray::before {
  color: #e6ecf0;
  font-size: 21px;
  display: inline-block;
  padding-right: 8px;
  box-sizing: content-box;
  vertical-align: -4px;
  margin: 0 3px;
}
/* reverse background-color for darker sections */
.headersection .icon3-eh-info-no-circle::before,
.section-header .icon3-eh-info-no-circle::before,
.modelheaderlabel .icon3-eh-info-no-circle::before {
  background: #fff;
}
.message_header .icon3-eh-info-gray::before {
  color: #54a931;
}
.c-form.commonsection .c-input-wrapper {
  margin: 0;
}
.c-form.commonsection .c-input-wrapper > .c-inline-label {
  padding: 0;
}
.c-form.commonsection .c-input-wrapper > .c-inline-label ~ .icon3-eh-info-no-circle {
  vertical-align: bottom;
}
.smartsizing_warnings_suitable .icon3-eh-check {
  cursor: pointer;
}
.smartsizing_warnings_suitable .icon3-eh-check::before {
  background: #54a931;
  color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  font-size: 0.625rem;
  display: inline-block;
  padding: 3px;
  box-sizing: content-box;
  vertical-align: 0px;
  margin: 0 9px;
}
.smartsizing_warnings_restricted .iconnamur3-eh-namur-not-categorized-sw {
  cursor: pointer;
}
.smartsizing_warnings_restricted .iconnamur3-eh-namur-not-categorized-sw::before {
  color: #ffcc00;
  border-radius: 20px;
  font-size: 1.32rem;
  display: inline-block;
  padding: 2px;
  box-sizing: content-box;
  vertical-align: -4px;
  margin: 0 4px;
}
.smartsizing_warnings_notsuitable .iconnamur3-eh-namur-not-categorized-sw {
  cursor: pointer;
}
.smartsizing_warnings_notsuitable .iconnamur3-eh-namur-not-categorized-sw::before {
  color: #d50c2f;
  border-radius: 20px;
  font-size: 1.32rem;
  display: inline-block;
  padding: 2px;
  box-sizing: content-box;
  vertical-align: -4px;
  margin: 0 4px;
}
td.tabSel {
  height: 38px;
  background-color: #007caa;
}
span.tabSel {
  color: #fff;
  text-align: left;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}
span.settingTabSel {
  color: #fff;
  text-align: left;
  text-decoration: none;
  padding: 3px;
}
span.settingTabSel:before {
  font-size: 1.975rem;
  top: 6px;
  color: #fff;
  position: relative;
  pointer-events: none;
}
.clickableSettingTab:before {
  font-size: 1.975rem;
  top: 5px;
  position: relative;
  pointer-events: none;
  color: #8fa2ac;
}
.clickableSettingTab:hover:before {
  color: #fff !important;
}
.clickableSettingTab:visited:before {
  color: #8fa2ac;
}
td.tab {
  text-align: left;
  text-decoration: none;
}
a.tab,
a.tab:visited {
  color: inherit;
  text-align: left;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}
.naviTabTd {
  background-color: #e6ecf0;
  height: 39px;
  border-bottom: 3px solid #fff;
}
.naviTabTd:hover {
  background-color: #007caa;
  color: #fff !important;
  border-bottom: 0 none;
}
.naviTabTd:hover > a.clickableSettingTab:before {
  color: #fff !important;
}
.naviTabTd > a.tab {
  font-weight: 200;
}
span.tabDisabled {
  text-align: left;
  text-decoration: none;
}
td.basetable {
  vertical-align: top;
}
.tabs-container {
  padding: 0 !important;
}
.scrollable-tabs {
  overflow-x: hidden;
  margin: 0 15px !important;
  padding: 0 !important;
}
.tab-scroll-arrow {
  display: none;
  color: white;
  padding: 12px 0;
  cursor: pointer;
}
.scrollable-tabs .tab-scroll-arrow {
  display: block !important;
  position: absolute;
  width: 15px;
  height: 42px;
  background-color: #8fa2ac;
}
.tab-arrow-left {
  left: 0;
}
.tab-arrow-right {
  right: 0;
}
.sizingwarningmessage {
  margin-bottom: 5px;
}
.sizingwarningmessage table {
  width: 100%;
  font-weight: 600;
}
.sizingwarningmessage .warningContent td,
.sizingwarningmessage .noticeContent td,
.sizingwarningmessage .messageContent td {
  padding: 4px 4px;
  vertical-align: top;
}
.sizingwarningmessage .warningContent tr,
.sizingwarningmessage .noticeContent tr,
.sizingwarningmessage .messageContent tr {
  background-color: #fff;
}
.sizingwarningmessage .warningContent {
  border: 2px solid #fbe6ea;
}
.sizingwarningmessage .warningContent .borderNeededTr {
  border-bottom: 1px solid #fbe6ea;
}
.sizingwarningmessage .warningContent .lastWarningEntry {
  border-bottom: 3px solid #fbe6ea;
}
.sizingwarningmessage .noticeContent {
  border: 2px solid #ffe495;
}
.sizingwarningmessage .noticeContent .borderNeededTr {
  border-bottom: 1px solid #ffe495;
}
.sizingwarningmessage .messageContent {
  border: 2px solid #eef6ea;
}
.sizingwarningmessage .messageContent .borderNeededTr {
  border-bottom: 1px solid #eef6ea;
}
.sizingwarningmessage .warning_header {
  color: #d50c2f;
  font-size: 1.125rem;
  padding: 4px 10px 4px 15px;
  background-color: #fbe6ea;
}
.sizingwarningmessage .warning_header + .warningmessagecontent > table {
  background-color: #fbe6ea;
}
.sizingwarningmessage .notice_header {
  color: #000000;
  font-size: 1.125rem;
  padding: 4px 10px 4px 15px;
  background-color: #ffe495;
}
.sizingwarningmessage .notice_header .icon3-eh-info-no-circle {
  color: #fff;
}
.sizingwarningmessage .notice_header + .warningmessagecontent > table {
  background-color: #ffe495;
}
.sizingwarningmessage .message_header {
  color: #54a931;
  font-size: 1.125rem;
  padding: 4px 10px 4px 15px;
  background-color: #eef6ea;
}
.sizingwarningmessage .message_header .icon3-eh-info-no-circle {
  color: #fff;
}
.sizingwarningmessage .message_header + .warningmessagecontent > table {
  background-color: #eef6ea;
}
.sizingwarningmessage #resize_icon {
  float: right;
}
.sizingwarningmessage .resize_icon_down::after,
.sizingwarningmessage .resize_icon_up::after {
  position: relative;
  border-style: solid;
  border-color: #a8005c;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
  content: "";
  left: -6px;
}
.sizingwarningmessage .resize_icon_up::after {
  top: 14px;
  border-width: 0px 0px 1px 1px;
}
.sizingwarningmessage .resize_icon_down::after {
  top: 6px;
  border-width: 1px 1px 0 0;
}
.sizingwarningmessage .message_hint .icon3-eh-info-no-circle {
  margin-right: 10px;
}
.sizingwarningmessage .message_hint .iconnamur3-eh-namur-not-categorized-sw {
  margin-right: 10px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: bottom;
}
.warning {
  color: #d50c2f;
}
.notice {
  color: #000000;
}
.warningMessageHelpText {
  font-weight: 400;
}
.contactparametersarea #resize_icon {
  float: right;
}
.contactparametersarea .resize_icon_down::after,
.contactparametersarea .resize_icon_up::after {
  position: relative;
  border-style: solid;
  border-color: #a8005c;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: top;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
  content: "";
  left: -6px;
}
.contactparametersarea .resize_icon_up::after {
  top: 11px;
  border-width: 0px 0px 1px 1px;
}
.contactparametersarea .resize_icon_down::after {
  top: 6px;
  border-width: 1px 1px 0 0;
}
.warningContent .resize_icon_down::after,
.warningContent .resize_icon_up::after {
  position: relative;
  border-style: solid;
  border-color: #a8005c;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
  content: "";
  left: -6px;
}
.warningContent .resize_icon_up::after {
  top: 6px;
  border-width: 0px 0px 1px 1px;
}
.warningContent .resize_icon_down::after {
  top: 1px;
  border-width: 1px 1px 0 0;
}
.warningFrontendHighlightLevel1 {
  border: 2px solid #d50c2f ! important;
}
.warningFrontendHighlightLevel1 + label::before {
  color: #FF0000 ! important;
  border: 1px solid #d50c2f ! important;
}
.warningFrontendHighlightLevel1 .noticeFrontendHighlightLevel1,
.warningFrontendHighlightLevel1 .messageFrontendHighlightLevel1,
.warningFrontendHighlightLevel1 .noticeFrontendHighlightLevel1 .messageFrontendHighlightLevel1 {
  border: 2px solid #d50c2f ! important;
}
.warningFrontendHighlightLevel1 .noticeFrontendHighlightLevel1 + label::before,
.warningFrontendHighlightLevel1 .messageFrontendHighlightLevel1 + label::before,
.warningFrontendHighlightLevel1 .noticeFrontendHighlightLevel1 .messageFrontendHighlightLevel1 + label::before {
  color: #FF0000 ! important;
  border: 1px solid #d50c2f ! important;
}
.noticeFrontendHighlightLevel1 {
  border: 2px solid #ffcc00 ! important;
}
.noticeFrontendHighlightLevel1 + label::before {
  color: #FF0000 ! important;
  border: 1px solid #ffcc00 ! important;
}
.noticeFrontendHighlightLevel1 .messageFrontendHighlightLevel1 {
  border: 2px solid #ffcc00 ! important;
}
.noticeFrontendHighlightLevel1 .messageFrontendHighlightLevel1 + label::before {
  color: #FF0000 ! important;
  border: 1px solid #ffcc00 ! important;
}
.messageFrontendHighlightLevel1 {
  border: 2px solid #54a931 ! important;
}
.messageFrontendHighlightLevel1 + label::before {
  color: #FF0000 ! important;
  border: 1px solid #54a931 ! important;
}
.warningFrontendHighlightLevel2 {
  background-color: #fbe6ea ! important;
}
.warningFrontendHighlightLevel2 + label::before {
  background: #fbe6ea ! important;
}
.noticeFrontendHighlightLevel2 {
  background-color: #ffe495 ! important;
}
.noticeFrontendHighlightLevel2 + label::before {
  background: #ffe495 ! important;
}
.messageFrontendHighlightLevel2 {
  background-color: #eef6ea ! important;
}
.messageFrontendHighlightLevel2 + label::before {
  background: #eef6ea ! important;
}
.warningFrontendHighlightForWarningTextLevel2 {
  cursor: pointer;
}
.warningFrontendHighlightForWarningTextLevel2 > td > span {
  background-color: #fbe6ea ! important;
}
.warningFrontendHighlightForWarningTextLevel2 > td:last-child > span {
  background-color: white ! important;
}
.noticeFrontendHighlightForWarningTextLevel2 {
  cursor: pointer;
}
.noticeFrontendHighlightForWarningTextLevel2 > td > span {
  background-color: #ffe495 ! important;
}
.noticeFrontendHighlightForWarningTextLevel2 > td:last-child > span {
  background-color: white ! important;
}
.messageFrontendHighlightForWarningTextLevel2 {
  cursor: pointer;
}
.messageFrontendHighlightForWarningTextLevel2 > td > span {
  background-color: #eef6ea ! important;
}
.messageFrontendHighlightForWarningTextLevel2 > td:last-child > span {
  background-color: white ! important;
}
.warningFrontendHighlightForWarningTextHover {
  cursor: pointer;
}
.warningFrontendHighlightForWarningTextHover > td > span {
  background-color: #fbe6ea ! important;
}
.noticeFrontendHighlightForWarningTextHover {
  cursor: pointer;
}
.noticeFrontendHighlightForWarningTextHover > td > span {
  background-color: #ffe495 ! important;
}
.messageFrontendHighlightForWarningTextHover {
  cursor: pointer;
}
.messageFrontendHighlightForWarningTextHover > td > span {
  background-color: #eef6ea ! important;
}
.fixedbottom {
  position: fixed;
  bottom: 0;
  left: 0%;
  right: 0%;
  z-index: 103;
  border-collapse: collapse;
  border: 1px solid #e6ecf0;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 14px;
  height: 60px;
}
.fixedbottom_link .button {
  background-color: #fff;
  cursor: pointer;
  color: #d50c2f;
  padding: 2px 12px;
  margin-top: 10px;
  margin-right: 2px;
  height: 32px;
  border: none;
}
.fixedbottom_link .button:disabled {
  background-color: #fff;
  cursor: text;
  color: #8fa2ac;
  padding: 2px 12px;
  margin-top: 10px;
  margin-right: 2px;
  height: 32px;
  border: none;
}
.fixedbottom_link .button:hover,
.fixedbottom_link .button:focus {
  background-color: #fff;
}
.fixedbottom_link .c-button {
  background-color: #ffffff;
  color: #a8005c;
}
.fixedbottom_link .c-button:disabled {
  background-color: #ffffff;
  color: #8fa2ac;
}
.trisize-table {
  width: 100%;
}
.trisizeHeader {
  padding: 5px 0px;
  border-bottom: 1px solid #e6ecf0;
}
.trisizeHeader button + span {
  font-size: 19px;
  color: #a8005c;
  font-weight: 600;
}
tr.trisize > td {
  padding: 7px 10px 8px 15px;
}
tr.trisize:nth-child(2n+1) {
  background-color: #e6ecf0;
}
tr.trisize:nth-child(2) .tri_sensor_text,
tr.trisize:nth-child(2) .tri_sensor_selected_text {
  padding-left: 0;
}
.tri_sensor_selected_text {
  padding-left: 0;
  color: #007caa;
}
tr.triSensorWarningMessageSection_red {
  border: 1px solid #fbe6ea;
}
tr.triSensorWarningMessageSection_blue {
  border: 1px solid #eef6ea;
}
.tri_sensor_column_header {
  font-weight: 600;
  padding-left: 15px;
}
#flo_trisensor_section {
  border: 0 none;
}
.tri_sensor_text + td > table {
  width: 100%;
}
.triSensorMessagediv {
  color: #333;
  padding: 5px 0;
}
.triSensorWarningdiv {
  color: #d50c2f;
  padding: 5px 0;
}
.triSensorWarningdiv > span {
  color: #333;
}
.borderdotted {
  border-bottom: 1px dotted #c3ced5;
}
.bordersolid {
  border-bottom: 1px solid #c3ced5;
}
.metersizebutton {
  padding-right: 10px;
}
.c-trisize-buttons {
  padding: 10px 0px;
}
#flo_trisize_section,
#flo_sizing_trisensor_section {
  border: 0 none;
}
tr.trisensor:nth-child(2n) {
  background-color: #e6ecf0;
}
tr.trisensor > td {
  padding: 7px 10px 8px 15px;
}
tr.trisensor table {
  width: 100%;
}
tr.trisensor-header {
  background-color: #e6ecf0;
}
tr.trisensor-header > td {
  padding: 7px 10px 8px 15px;
}
tr.triSensorWarningMessageSection_red,
tr.triSensorWarningMessageSection_blue {
  vertical-align: top;
}
tr.triSensorWarningMessageSection_red > td,
tr.triSensorWarningMessageSection_blue > td {
  padding: 7px 10px 8px 15px;
}
.mountingPositionImage,
.mountingPositionRadio {
  text-align: center;
  background-color: #fff;
}
.mountingPositionImage .c-inline-label input[type="radio"]:checked + label::before,
.mountingPositionRadio .c-inline-label input[type="radio"]:checked + label::before {
  background-color: #54a931;
  border: 1px solid #54a931;
}
#userMountingPositionSection input[type="radio"]:checked + label::before {
  background-color: #54a931;
  border: 1px solid #54a931;
}
.mountingPositionImage > img {
  min-width: 100px;
  max-width: 100%;
  min-height: 100px;
}
.fluidpropertiesheader {
  position: relative;
  float: left;
  width: 100%;
}
.fluidpropertiesheader > table {
  width: 100%;
}
.fluidpropertiesheader > table > tbody > tr > td {
  padding: 8px 13px 8px 0;
}
div#fluid_sizingheader_section > div > .commonsectiontable > tbody > tr > td {
  border-bottom: none;
}
#fluid_sizingheader_section {
  padding-bottom: 15px;
}
.fluidbuttonsection {
  width: 100%;
  position: absolute;
  bottom: 20px;
  border-top: 1px solid #e6ecf0;
  padding-top: 10px;
}
.fluidokbuttonsection {
  width: 100%;
  position: absolute;
  bottom: 20px;
  border-top: 1px solid #e6ecf0;
  padding-top: 10px;
  text-align: center;
}
.fluidbuttonsection > table {
  float: right;
}
.fluidokbuttonsection > table {
  margin: auto;
}
.fluidpropertiesheader input[type='button'] {
  width: 100%;
}
.sizingwarningmessage .message_header {
  margin-top: 5px !important;
}
.bg-color-green {
  color: #54a931 !important;
  vertical-align: -webkit-baseline-middle;
}
.bg-color-green:before {
  font-size: 1.25rem;
  margin: 1px;
}
.bg-color-yellow {
  color: #ffcc00 !important;
  vertical-align: -webkit-baseline-middle;
}
.bg-color-yellow:before {
  font-size: 1.375rem;
}
.bg-color-red {
  color: #d50c2f !important;
  vertical-align: -webkit-baseline-middle;
}
.bg-color-red:before {
  font-size: 1.375rem;
}
.ContentText {
  font-weight: 400;
  font-size: 1rem;
}
.ContentLink {
  padding-left: 10px;
}
div.sectionHeaderForArrow {
  border-bottom: 1px solid #e6ecf0;
  padding: 2px 5px 5px 0px;
  height: 36px;
  margin-bottom: 8px;
}
span.sectionHeader {
  float: left;
}
span.arrowdown {
  margin-top: 5px;
  position: relative;
  float: right;
  display: inline;
}
span.arrowup {
  margin-top: 10px;
  position: relative;
  float: right;
  display: inline;
}
span.arrowup:after,
span.arrowdown:after {
  top: 6px;
  border-width: 1px 1px 0 0;
}
span.arrowup:after {
  position: relative;
  border-style: solid;
  border-color: #a8005c;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
  content: "";
  left: -6px;
  top: 6px;
  border-width: 0 0 1px 1px ;
}
span.arrowdown:after {
  position: relative;
  border-style: solid;
  border-color: #a8005c;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
  content: "";
  left: -6px;
  top: 6px;
  border-width: 1px 1px 0 0;
}
div.itemsDiv {
  display: inline;
}
div.subRow {
  line-height: 20px !important;
}
label {
  font-size: 1rem;
}
/* 
 * Top level container of sizing page. Instead of styling body tag, we shall style the container.
 * Also we can confine anything regarding sizing page into sub-style of this class. For example,
 * we can set like this(a stupid example):
 * 
 * .sizing_general b {
 *    color: red;
 * }
 * 
 * to make all <b> tag red in sizing page and does not affect any other pages.
 */
.sizing_general {
  margin-left: auto;
  margin-right: auto;
}
b,
.label,
.labeltable {
  font-weight: 600;
}
td.italiclabel span.label {
  font-style: italic;
}
td.topalign {
  vertical-align: top ! important;
}
.lightLabel .label {
  font-weight: 200 ! important;
}
.section-header table,
.headertitlesection table {
  font-size: 1.125rem;
  font-weight: 600;
}
.commonsection {
  border: 1px solid #e6ecf0;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.commonsection > div {
  padding-left: 15px;
  padding-right: 10px;
}
.commonsection > .section-header {
  background-color: #e6ecf0;
}
.hintsection {
  border: 1px solid #e6ecf0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  /* inherit from common section */
  border: 1px solid #eef6ea;
}
.hintsection > div {
  padding-left: 15px;
  padding-right: 10px;
}
.hintsection > .section-header {
  background-color: #e6ecf0;
}
.hintsection > .section-header {
  background-color: #eef6ea;
}
.hintsection > .section-header .label {
  color: #54a931;
}
.commonsectiontable,
.modelcommontable {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2px 0px;
  width: 100%;
}
.commonsectiontable > tbody > tr > td,
.modelcommontable > tbody > tr > td {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 7px;
  padding-right: 8px;
  border-bottom: 1px dotted #e6ecf0;
  vertical-align: middle;
  word-wrap: break-word;
}
.commonsectiontable > tbody > tr > td > span,
.modelcommontable > tbody > tr > td > span {
  display: block;
  word-wrap: break-word;
}
.commonsectiontable > tbody > tr > td > span.icon3-eh-info-no-circle,
.modelcommontable > tbody > tr > td > span.icon3-eh-info-no-circle {
  display: inline-block;
  vertical-align: baseline;
}
.commonsectiontable > tbody > tr > td:last-child,
.modelcommontable > tbody > tr > td:last-child {
  padding-right: 0;
}
.toolboxBarCaption {
  font-size: 25px;
  font-weight: normal;
  font-family: "EuH", arial, helvetica, sans-serif;
  color: #333333;
}
.toolboxBarCatchPhrase {
  font-size: 25px;
  font-weight: normal;
  font-family: "EuH", arial, helvetica, sans-serif;
  color: #007aaa;
}
.flowchartsection .section-content {
  padding-top: 20px;
}
#flo_edp_sizingheader_right_section td {
  border-bottom: 0px ! important;
}
div.imageDiv {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.imageDiv > img {
  width: 100%;
}
option.highlighted {
  background-color: #ffcc00;
}
*.textlocked {
  color: #007caa;
  border: 1px solid #e6ecf0;
}
*.textlocked:disabled {
  background-color: #e6ecf0;
}
.restricted_value_class {
  color: #a8005c ! important;
}
.highlighted_value_class {
  background-color: #ffcc00 !important;
}
.gray_value_class {
  background-color: #e6ecf0 !important;
  color: #aaa !important;
}
img.error {
  height: 3px;
  width: 100%;
}
*.corrosiontable {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  border-color: #8fa2ac;
  background-color: #fff;
  height: 40px;
  padding-left: 10px;
}
*.corrosiontable_fluidName {
  height: 32px;
  vertical-align: bottom;
}
*.corrosionzebra {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  border-color: #8fa2ac;
  background-color: #e6ecf0;
  height: 40px;
  padding-left: 10px;
}
*.corrosiontable_NR {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  border-color: #8fa2ac;
  background-color: #d50c2f;
  height: 40px;
  padding-left: 10px;
}
*.corrosiontable_A {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  border-color: #8fa2ac;
  background-color: #54a931;
  height: 40px;
  padding-left: 10px;
}
.corrosionCommon {
  height: 30px;
  padding-left: 15px;
}
*.buttondelete {
  border: none;
  background-color: #fff;
  font-size: 1.5rem;
  color: #a8005c;
  cursor: pointer;
}
*.linearizationtable,
*.gamMoreInfoTableTd {
  height: 40px;
  padding-left: 5px;
}
*.linearizationtable_even,
*.gamMoreInfoTableTd_even {
  height: 40px;
  padding-left: 5px;
  background-color: #e6ecf0;
}
*.highlightTableRow {
  border-left: 1px solid red ! important;
  border-right: 1px solid red ! important;
}
*.highlightTableFirstRow {
  border-top: 1px solid red ! important;
}
*.highlightTableLastRow {
  border-bottom: 1px solid red ! important;
}
*.selected_color {
  color: #007caa;
}
*.formula {
  font-weight: normal ! important;
  text-decoration: none ! important;
  font-size: 20px ! important;
}
@media (min-width: 768px) {
  .sizing_general {
    min-width: 750px;
  }
}
@media (min-width: 1300px) {
  .sizing_general {
    width: 1300px;
  }
}
@media (min-width: 1470px) {
  .sizing_general {
    width: 1470px;
  }
}
@media (min-width: 1840px) {
  .sizing_general {
    width: 1840px;
  }
}
*.redlabel {
  color: #d50c2f;
}
DIV.defaultSectionTable {
  margin-top: 7px;
  margin-bottom: 7px;
}
DIV.ocodeSectionTable {
  margin-top: 2px;
  margin-bottom: 7px;
}
*.sectionTableTd {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-collapse: collapse;
}
.unitspagesection {
  padding-top: 20px;
}
#divOrderCode {
  overflow-y: hidden;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .flosizingSingletab,
  .headerpagesection,
  .sizingflopagesection,
  .flosizinglefttab,
  .flosizingrighttab,
  .flosizingbottomfulltab,
  .headerlefttabsection,
  .headerrighttabsection,
  .headerbottomsection,
  .sizingextendedcodeparasettingleftsection,
  .sizingextendedcodeparasettingrightsection,
  .qpawatercutchartleftsection,
  .qpawatercutchartrightsection {
    min-height: 1px;
    float: left;
  }
  .flosizingSingletab {
    min-width: 400px;
  }
  .sizingextendedcodeparasettingleftsection {
    min-width: 400px;
    padding-right: 10px;
  }
  .sizingextendedcodeparasettingrightsection {
    min-width: 400px;
    padding-left: 10px;
  }
  .flosizingbottomfulltab {
    min-width: 400px;
  }
  .flosizingbottomfulltab .chartslefttabsection,
  .flosizingbottomfulltab .chartsrighttabsection {
    width: 711px;
  }
  .flosizinglefttab {
    min-width: 400px;
  }
  .flosizingrighttab {
    min-width: 400px;
  }
  .qpawatercutchartleftsection {
    min-width: 400px;
  }
  .qpawatercutchartrightsection {
    min-width: 400px;
  }
  .headerlefttabsection {
    width: 736px;
  }
  .headerrighttabsection {
    width: 736px;
  }
  .gammachartslefttabsection {
    min-width: 305px;
  }
  div#flo_sizing_gamma_chart td {
    text-align: center;
  }
  .gammachartsrighttabsection {
    min-width: 750px;
  }
  .chartslefttabsection,
  .chartsrighttabsection,
  .twchartslefttabsection,
  .gammachartsrighttabsection,
  .twchartsrighttabsection {
    min-width: 300px;
  }
  .mountingPositionSection1,
  .mountingPositionSection2 {
    float: left;
    min-width: 736px;
  }
}
@media (min-width: 1300px) {
  .headerlefttabsection {
    min-width: 640px ! important;
  }
  div.headertitlesection > table {
    width: 1140px;
  }
  div.headerbottomsection > table {
    width: 1140px;
  }
  .flosizingSingletab,
  .headerpagesection,
  .sizingflopagesection,
  .flosizinglefttab,
  .flosizingrighttab,
  .flosizingbottomfulltab,
  .headerlefttabsection,
  .headerrighttabsection,
  .headerbottomsection,
  .sizingextendedcodeparasettingleftsection,
  .sizingextendedcodeparasettingrightsection,
  .qpawatercutchartleftsection,
  .qpawatercutchartrightsection {
    min-height: 1px;
    float: left;
  }
  .flosizingSingletab {
    width: 1300px;
  }
  .flosizinglefttab {
    width: 640px;
    margin-right: 20px;
  }
  .flosizingrighttab {
    width: 640px;
  }
  .qpawatercutchartleftsection {
    width: 550px;
    margin-right: 20px;
  }
  .qpawatercutchartrightsection {
    width: 640px;
  }
  .sizingextendedcodeparasettingleftsection {
    width: 650px;
    padding-right: 10px;
  }
  .sizingextendedcodeparasettingrightsection {
    width: 650px;
    padding-left: 10px;
  }
  .flosizingbottomfulltab {
    width: 1300px;
  }
  .headerlefttabsection {
    width: 640px;
    margin-right: 20px;
  }
  .headerrighttabsection {
    width: 640px;
  }
  .productimagetd {
    width: 146px;
    padding: 10px !important;
  }
  .chartslefttabsection {
    width: 305px;
    padding-right: 10px;
  }
  .chartsrighttabsection {
    width: 975px;
    padding-left: 10px;
  }
  .twchartslefttabsection {
    width: 390px;
    padding-right: 10px;
  }
  .twchartsrighttabsection {
    width: 890px;
    padding-left: 10px;
  }
  .gammachartslefttabsection {
    width: 305px;
    padding-right: 10px;
  }
  .gammachartsrighttabsection {
    width: 995px;
    padding-left: 10px;
  }
  #flo_sizing_gamma_chart {
    width: 500px;
    margin-right: 10px;
    float: left;
  }
  #flo_sizing_gamma_linearization_table {
    width: 475px;
    float: left;
  }
  #bsa_sizing_installation_check_left_tabsection {
    width: 846px;
  }
  #bsa_sizing_installation_check_right_tabsection {
    width: 434px;
    min-width: 434px;
  }
  div.headerrighttabsection > div > div > table > tbody > tr > td:first-child {
    width: 170px ! important;
  }
  .mountingPositionSection1,
  .mountingPositionSection2 {
    float: left;
    width: 630px;
  }
  .tableColumnOrderCodeInfo {
    width: 38%;
  }
}
@media (min-width: 1470px) {
  .headerlefttabsection {
    min-width: 630px ! important;
  }
  div.headertitlesection > table {
    width: 1314px;
  }
  div.headerbottomsection > table {
    width: 1314px;
  }
  .flosizingSingletab,
  .headerpagesection,
  .sizingflopagesection,
  .flosizinglefttab,
  .flosizingrighttab,
  .flosizingbottomfulltab,
  .headerlefttabsection,
  .headerrighttabsection,
  .headerbottomsection,
  .sizingextendedcodeparasettingleftsection,
  .sizingextendedcodeparasettingrightsection,
  .qpawatercutchartleftsection,
  .qpawatercutchartrightsection {
    min-height: 1px;
    float: left;
  }
  .flosizingSingletab {
    width: 1470px;
  }
  .flosizinglefttab {
    width: 725px;
    margin-right: 20px;
  }
  .flosizingrighttab {
    width: 725px;
  }
  .qpawatercutchartleftsection {
    width: 650px;
    margin-right: 20px;
  }
  .qpawatercutchartrightsection {
    width: 725px;
  }
  .sizingextendedcodeparasettingleftsection {
    width: 734px;
    padding-right: 10px;
  }
  .sizingextendedcodeparasettingrightsection {
    width: 734px;
    padding-left: 10px;
  }
  .flosizingbottomfulltab {
    width: 1470px;
  }
  .headerlefttabsection {
    width: 720px;
    margin-right: 20px;
  }
  .headerrighttabsection {
    width: 720px;
  }
  .productimagetd {
    width: 130px;
    padding: 10px !important;
  }
  .chartslefttabsection {
    width: 360px;
    padding-right: 10px;
  }
  .chartsrighttabsection {
    width: 1109px;
    padding-left: 10px;
  }
  .twchartslefttabsection {
    width: 460px;
    padding-right: 10px;
  }
  .twchartsrighttabsection {
    width: 1008px;
    padding-left: 10px;
  }
  .gammachartslefttabsection {
    width: 344px;
    padding-right: 10px;
  }
  .gammachartsrighttabsection {
    width: 1126px;
    padding-left: 10px;
  }
  #flo_sizing_gamma_chart {
    width: 565px;
    margin-right: 10px;
    float: left;
  }
  #flo_sizing_gamma_linearization_table {
    width: 536px;
    float: left;
  }
  #bsa_sizing_installation_check_left_tabsection {
    width: 870px;
  }
  #bsa_sizing_installation_check_right_tabsection {
    width: 580px;
    min-width: 580px;
  }
  div.headerrighttabsection > div > div > table > tbody > tr > td:first-child {
    width: 170px ! important;
  }
  .mountingPositionSection1,
  .mountingPositionSection2 {
    float: left;
    width: 720px;
  }
  .tableColumnOrderCodeInfo {
    width: 34%;
  }
}
@media (min-width: 1840px) {
  .headerlefttabsection {
    min-width: 800px ! important;
  }
  div.headertitlesection > table {
    width: 1678px;
  }
  div.headerbottomsection > table {
    width: 1678px;
  }
  .flosizingSingletab,
  .headerpagesection,
  .sizingflopagesection,
  .flosizinglefttab,
  .flosizingrighttab,
  .flosizingbottomfulltab,
  .headerlefttabsection,
  .headerrighttabsection,
  .headerbottomsection,
  .sizingextendedcodeparasettingleftsection,
  .sizingextendedcodeparasettingrightsection,
  .qpawatercutchartleftsection,
  .qpawatercutchartrightsection {
    min-height: 1px;
    float: left;
  }
  .flosizingSingletab {
    width: 1840px;
  }
  .flosizinglefttab {
    width: 910px;
    margin-right: 20px;
  }
  .flosizingrighttab {
    width: 910px;
  }
  .qpawatercutchartleftsection {
    width: 800px;
    margin-right: 20px;
  }
  .qpawatercutchartrightsection {
    width: 910px;
  }
  .sizingextendedcodeparasettingleftsection {
    width: 910px;
    padding-right: 10px;
  }
  .sizingextendedcodeparasettingrightsection {
    width: 800px;
    padding-left: 10px;
  }
  .flosizingbottomfulltab {
    width: 1840px;
  }
  .headerlefttabsection {
    width: 910px;
    margin-right: 20px;
  }
  .headerrighttabsection {
    width: 910px;
  }
  .productimagetd {
    width: 132px;
    padding: 10px !important;
  }
  .chartslefttabsection {
    width: 450px;
    padding-right: 10px;
  }
  .chartsrighttabsection {
    width: 1390px;
    padding-left: 10px;
  }
  .twchartslefttabsection {
    width: 600px;
    padding-right: 10px;
  }
  .twchartsrighttabsection {
    width: 1200px;
    padding-left: 10px;
  }
  .gammachartslefttabsection {
    width: 420px;
    padding-right: 10px;
  }
  .gammachartsrighttabsection {
    width: 1420px;
    padding-left: 10px;
  }
  #flo_sizing_gamma_chart {
    width: 710px;
    margin-right: 10px;
    float: left;
  }
  #flo_sizing_gamma_linearization_table {
    width: 688px;
    float: left;
  }
  #bsa_sizing_installation_check_left_tabsection {
    width: 1092px;
  }
  #bsa_sizing_installation_check_right_tabsection {
    width: 728px;
    min-width: 728px;
  }
  div.headerrighttabsection > div > div > table > tbody > tr > td:first-child {
    width: 170px ! important;
  }
  .mountingPositionSection1,
  .mountingPositionSection2 {
    float: left;
    width: 900px;
  }
  .tableColumnOrderCodeInfo {
    width: 30%;
  }
}
.headerpagesection,
.sizingflopagesection,
.flosizinglefttab,
.flosizingrighttab,
.headerbottomsection {
  min-width: 400px;
}
.headerlefttabsection,
.headerrighttabsection {
  min-width: 400px;
}
.clickableSettingTab {
  display: block;
  text-align: center;
  line-height: 21px;
  width: 35px;
  text-decoration: none ! important;
}
.clickableSettingTab:visited {
  color: #fff;
}
button.button:disabled {
  color: #8fa2ac;
  background-color: #e6ecf0;
  cursor: default;
}
.image_only_sizing_navi_tab_selected {
  vertical-align: middle;
}
.image_sizing_navi_tab {
  vertical-align: middle;
}
.headertitlesection span {
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 7px;
  display: inline-block;
}
.headersection td {
  padding-right: 13px;
  padding-bottom: 4px;
}
.headerpagesection {
  background: #f2f5f7;
  padding-bottom: 13px;
  margin-bottom: 9px;
  width: 100%;
}
.headerlefttabsection,
.headerrighttabsection {
  padding-left: 14px;
}
div.headerrighttabsection > div > div > table > tbody > tr > td:first-child {
  width: 235px;
}
#null > div.headerrighttabsection > div > div > table > tbody > tr > td:first-child {
  width: 231px;
}
.ouput_text_style {
  display: inline-block;
  line-height: 1rem;
}
.ouput_text_link {
  line-height: 1rem;
}
.sizingflopagesection {
  width: 100%;
  padding-bottom: 90px;
}
.generalprintingsection {
  width: 100%;
  padding-bottom: 20px;
}
.headertitlesection {
  padding-bottom: 4px;
  padding-left: 14px;
  width: 100%;
}
.headertitlesection > table {
  width: 85%;
}
.headertitlesection > table > tbody > tr > td {
  border-bottom: 1px solid #c3ced5;
}
.headerrightbutton {
  text-align: right ! important;
}
#caf_sizingheader_title_section2 span {
  text-decoration: underline;
  font-weight: 800;
}
#caf_sizingheader_title_section3 span {
  text-decoration: underline;
  font-weight: 800;
}
#caf_sizingheader_title_section2 > table > tbody > tr > td {
  border-bottom: none;
}
#caf_sizingheader_title_section3 > table > tbody > tr > td {
  border-bottom: none;
}
.headerbottomsection {
  padding-top: 0px;
  padding-left: 15px;
  width: 100%;
}
.headerbottomsection > table {
  width: 85%;
}
.headerbottomsection > table > tbody > tr {
  line-height: 4px;
}
.headerbottomsection > table > tbody > tr > td {
  border-bottom: 1px dotted #c3ced5;
}
.lastRowOfArea {
  border-bottom: 1px solid #c3ced5;
}
.labeltable {
  padding: 0px 0px 0px 0px;
  cellpadding: 0;
  cellspacing: 0;
  border: 0;
}
.labeltable .labeltable_textcell {
  text-align: left;
  padding: 0px 0px 0px 0px;
}
.labeltable .labeltable_iconcell {
  text-align: right;
  padding: 0px 0px 0px 5px;
  vertical-align: middle;
  width: 20px;
}
.freesectiononbottom {
  position: fixed;
  bottom: 0px;
}
.freesectiononbottomcustmize {
  position: fixed;
  bottom: 50px;
}
.freesectiononbottomcustmize table td {
  padding-right: 15px;
}
.tablesection {
  border: 1px solid #e6ecf0;
  margin-bottom: 20px;
}
.tablesection > div:first-child {
  background-color: #e6ecf0;
}
.tablesection > div:first-child > table > tr:first-child > td {
  height: 29px;
}
.tablesection > div:first-child > table > tbody > tr > td:first-child {
  padding-left: 14px;
}
.tablesection > div:last-child {
  padding: 0 8px 0 13px;
}
.tablesection > div:last-child > table {
  padding-left: 14px;
  margin-bottom: 15px;
  width: 100%;
}
.tablesection > div:last-child > table > tbody > tr > td {
  padding: 8px 13px 8px 0;
  height: 40px;
}
.tablesection > div:last-child > table > tbody > tr > td:last-child {
  padding-right: 0;
}
#flo_sizing_guidance > div:first-child {
  background-color: #fff;
}
.chartslefttabsection,
.chartsrighttabsection,
.twchartslefttabsection,
.twchartsrighttabsection,
.gammachartslefttabsection,
.gammachartsrighttabsection,
.lefttabsection4,
.righttabsection6 {
  float: left;
}
.lefttabsection4 {
  width: 40%;
  padding-right: 10px;
}
.righttabsection6 {
  width: 60%;
  padding-left: 10px;
}
.modelimage {
  padding: 20px 0px;
}
.chartimage {
  padding: 20px 0px;
  text-align: center;
  padding-right: 0px ! important;
}
.chartimage > img {
  max-width: 100%;
}
.chartscalecontainerleft {
  vertical-align: top ! important;
  padding-right: 0px ! important;
}
.chartscalecontainerleft > table {
  width: 100%;
}
.chartscalecontainerleft .chartscalecell {
  text-align: right ! important;
}
.chartscalecontainerright {
  vertical-align: top ! important;
  text-align: left ! important;
  padding-right: 0px ! important;
}
.chartscalecontainerright > table {
  width: 100%;
}
.chartscalecontainerright .chartscalecell {
  text-align: left ! important;
}
.chartscalecell {
  padding-bottom: 10px ! important;
}
.ui-dialog .ui-dialog-content.popupDialog {
  padding: 10px 20px;
}
.ui-dialog .ui-dialog-content.popupDialog > .icon3-eh-spinner {
  display: none;
}
.ui-dialog .ui-dialog-content.popupDialog > iframe {
  width: 100%;
  padding: 0;
}
.ui-dialog .ui-dialog-content.popupDialog.dialog-iframe-loading > .icon3-eh-spinner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.ui-dialog .ui-dialog-content.popupDialog.dialog-iframe-loading iframe {
  display: none;
}
.labelbreak {
  word-break: break-all;
}
.popupdialogfullpart {
  float: left;
  width: 100%;
}
.popupdialogleftpart {
  float: left;
  width: 49%;
  margin-right: 1%;
}
.popupdialogrightpart {
  float: left;
  width: 49%;
  margin-left: 1%;
}
.popupdialog3leftpart {
  float: left;
  width: 29%;
  margin-right: 1%;
}
.popupdialog7rightpart {
  float: left;
  width: 69%;
  margin-left: 1%;
}
.popupdialog7rightpartforpressrating {
  float: left;
  width: 69%;
  margin-left: 1%;
}
.dialogfreesection {
  margin-bottom: 20px;
}
.dialogfreesection > table {
  width: 100%;
  background-color: #e6ecf0;
}
.mountingPositionTable {
  width: 100%;
  border-bottom: 1px dotted #c3ced5;
}
.mountingPositionSubTitle {
  padding-bottom: 10px;
}
.mountingPositionPartitionTable {
  width: 85%;
  min-width: 280px;
}
.mountingPositionInnerTable {
  border: 1px solid #c3ced5;
  width: 100%;
}
.mountingPositionInnerTableWithHighlight {
  border: 1px solid #007caa;
  width: 100%;
}
.mountingPositionText {
  height: 45px;
  vertical-align: top;
  padding-top: 5px;
}
.mountingPositionColumn {
  vertical-align: top;
  width: 50%;
}
table.mountingPositionPartitionTable div {
  cursor: pointer;
}
#userMountingPositionSection {
  float: left;
  width: 100%;
}
#userMountingPositionSection .c-inline-label {
  padding-right: 15px;
}
#flo_sizing_smart_sizing_filters {
  width: 100%;
}
#flo_sizing_smart_sizing_filters .c-inline-label {
  float: left;
  padding-right: 15px;
  width: 20%;
}
.headerpagesection > .labeltable,
.modelheaderlabel > .labeltable {
  width: initial;
}
.req-flow-calc .modelheaderlabel {
  background-color: #e6ecf0;
  padding: 6px 0;
}
.icon3-eh-info-no-circle.is-active {
  background-color: #007caa;
  color: #fff;
}
.icon3-eh-info-no-circle + .c-inline-label {
  margin-left: 5px;
  display: inline-block;
}
.parameterhelp .paramhelp-content {
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6ecf0;
}
.parameterhelp .paramhelp-buttons {
  text-align: center;
}
.parameterhelp li {
  list-style: none;
  margin-bottom: 5px;
}
.parameterhelp li::before {
  content: "\2022";
  margin-left: 10px;
  margin-right: 5px;
}
.parameterhelp .arrow::before {
  content: "\2192";
  padding-right: 0.3em;
}
tr.headerRowClass > td {
  border-bottom-width: 0px ! important;
  text-align: left;
}
tr.relatedRowClass > td {
  border-bottom-width: 0px ! important;
}
tr.relatedRowClass > td::last-child {
  border-bottom: 1px dotted #c3ced5;
}
div.printsettingbutton {
  float: right;
}
div.printsettingbutton.topline {
  padding-top: 0;
  float: none;
  height: 40px;
}
div.printsettingbutton > table {
  float: right;
}
div.printsettingbutton > table td {
  padding: 0 3px 0 3px;
}
form[name='printForm'] .commonsection {
  margin-bottom: 5px;
}
.normaltextwidth {
  width: 100%;
}
select[disabled='disabled']::-ms-value {
  color: #333;
}
/* div popup style - customized version of jQuery dialog */
div.ui-dialog {
  background-color: #fff;
  border: 1px solid #c3ced5;
  box-shadow: 0 0 8px 0 #c3ced5 ! important;
  border-radius: 0 ! important;
}
div.ui-dialog-titlebar {
  height: 40px;
  padding: 8px 10px 0px 12px ! important;
  border-bottom: none ! important;
  background-color: #fff ! important;
}
div.ui-dialog-titlebar > .ui-dialog-title {
  font-size: 1.125rem ! important;
  padding-top: 2px;
  margin: 0 ! important;
  line-height: 1.42857143;
  color: #333 ! important;
  background-color: #fff ! important;
  text-align: left;
}
div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
  width: 16px;
  height: 16px;
  right: 1.5em;
  cursor: pointer;
  background: url(images/close.svg) center center no-repeat #fff ! important;
  border: none ! important;
}
div.ui-dialog-titlebar > .ui-dialog-titlebar-close:hover {
  background: url(images/close-hover.svg) center center no-repeat #fff ! important;
}
div.div-cursor {
  cursor: pointer;
}
div.div-cursor .commonsectiontable {
  display: inline;
  width: 80%;
}
div.operationbuttonsection {
  width: 100%;
  position: absolute;
  bottom: 20px;
  border-top: 1px solid #e6ecf0;
  padding-top: 10px;
  text-align: right;
  padding-right: 25px;
}
div.operationbuttonsection > table {
  float: right;
}
div.operationbuttonsection > input[type='button'] {
  margin-left: 10px;
}
div.okbuttonsection {
  width: 100%;
  position: absolute;
  bottom: 20px;
  border-top: 1px solid #e6ecf0;
  padding-top: 10px;
  text-align: center;
}
div.okbuttonsection > table {
  margin: auto;
}
div.okbuttonsection > table td {
  padding-left: 5px;
  padding-right: 5px;
}
div.buttonsectionintable {
  width: 100%;
  padding-right: 25px;
  padding-top: 10px;
  position: fixed;
}
div.buttonsectionintable table {
  float: right;
}
div.buttonsectionintable table td {
  border-bottom: 0px ! important;
}
div.buttonsectionintable input[type='button'] {
  margin-left: 10px ! important;
}
.buttonontop {
  top: 0px !important;
  border-top: 0px !important;
  height: 45px;
}
.buttononbottom {
  border-top: 1px solid #e6ecf0;
  bottom: 20px;
}
#flo_corrosion_information_section > div.section-content > table > tbody > tr:last-child > td > span {
  display: block;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.checkboxlabel {
  display: inline ! important;
}
#flo_sizing_chart_response_time_section {
  width: 49%;
  margin-right: 1%;
  float: left;
  height: 500px;
}
#flo_sizing_chart_dsa_charts_table_section {
  width: 49%;
  margin-left: 1%;
  float: left;
}
#flo_sizing_chart,
#opa_sizing_chart {
  min-height: 400px;
}
#flo_sizing_dsa_chart_section {
  float: left;
}
#flo_sizing_dsa_charts_legend_section {
  width: 49%;
  margin-left: 1%;
  float: left;
}
#flo_sizing_dsa_hornvurve_legend_section {
  width: 29%;
  margin-right: 1%;
  float: left;
}
#flo_sizing_dsa_horncurve_chart_section {
  width: 69%;
  margin-left: 1%;
  float: left;
}
#flo_sizing_dsa_vacuum_fill_fluid_curve_legend_section {
  width: 29%;
  margin-right: 1%;
  float: left;
}
#flo_sizing_dsa_vacuum_fill_fluid_curve_legend_section img {
  width: 100%;
}
#flo_sizing_dsa_vacuum_fill_fluid_curve_chart_section {
  width: 69%;
  margin-left: 1%;
  float: left;
}
#flo_sizing_dsa_vacuum_fill_fluid_curve_chart_section img {
  width: 100%;
}
#dsa_sizing_vacuum_fill_fluid_curve_hint_section {
  width: 100%;
  float: left;
}
body.popupdialogconversioncalbody {
  height: 660px;
}
.sizingtabletagclass {
  width: 100%;
}
.c-inline-radio {
  margin-right: 5px;
}
div.header-data {
  float: left;
  width: 100%;
}
td.edpcharttd {
  border-bottom: 0px ! important;
}
td.endsupport_label {
  padding-left: 6px;
}
td.labelWithDistance {
  padding-left: 6px;
}
td.chartSpecificTableHeader,
td.fluidsettingtableheader {
  font-weight: 600;
  border-bottom: 1px solid #8fa2ac;
  padding: 5px;
}
td.chartSpecificTableMarkedHeader {
  font-weight: 800;
  border-bottom: 1px solid #8fa2ac;
  padding: 5px;
}
td.smartSizingTableHeader {
  font-weight: 600;
  padding: 5px;
  text-align: center;
}
td.smartSizingTableSubHeader {
  font-weight: 600;
  border-bottom: 1px solid #8fa2ac;
  padding: 5px;
  text-align: center;
}
.boldCheckboxLabel {
  font-weight: 800;
}
input[type="checkbox"][name=chart_curve1] + label:before {
  left: -6px ! important;
}
input[type="checkbox"][name=chart_curve2] + label:before {
  left: -6px ! important;
}
input[type="checkbox"][name=chart_curve3] + label:before {
  left: -6px ! important;
}
input[type="checkbox"][name=chart_curve4] + label:before {
  left: -6px ! important;
}
input[type="checkbox"][name=chart_curve5] + label:before {
  left: -6px ! important;
}
input[type="checkbox"][name=chart_curve6] + label:before {
  left: -6px ! important;
}
input[type="checkbox"][name=chart_curve7] + label:before {
  left: -6px ! important;
}
input[type="checkbox"][name=chart_curve8] + label:before {
  left: -6px ! important;
}
input[type="checkbox"][name=chart_curve9] + label:before {
  left: -6px ! important;
}
input[type="checkbox"][name=chart_curve10] + label:before {
  left: -6px ! important;
}
input[type="checkbox"][name=customer_pipe_size_mode] + label:before {
  left: -6px ! important;
}
input[type="radio"][name=reference_accuracy] + label:before {
  left: -6px ! important;
}
div#flo_sizing_curves_section > div.section-content > table > tbody > tr > td > div.c-inline-label > label:before {
  left: 0px ! important;
}
div#flo_sizingheader_left_section > div > .commonsectiontable > tbody > tr > td {
  border-bottom: none;
}
div#flo_sizingheader_right_section > div > .commonsectiontable > tbody > tr > td {
  border-bottom: none;
}
div.fluidSettingButtons {
  padding-top: 10px;
}
div.fluidSettingButtons > table {
  float: left;
}
div.fluidSettingButtons:after {
  content: " ";
  display: table;
  clear: both;
}
div.myApplicatorButtons {
  padding: 10px;
}
div.myApplicatorButtons > table {
  float: right;
}
div.myApplicatorButtons:after {
  content: " ";
  display: table;
  clear: both;
}
div.productimagediv {
  border: 1px solid #c3ced5;
  padding: 0px;
  height: 122px;
  width: 122px;
  background-color: #fff;
}
div.productimagediv td {
  text-align: center;
  vertical-align: middle;
  padding-top: 0px ! important;
  padding-bottom: 0px ! important;
  padding-left: 0px ! important;
  padding-right: 0px ! important;
}
div.productimagediv img {
  max-height: 100px;
  max-width: 100px;
}
div.trisensorproductimagediv {
  height: 120px;
}
div.trisensorproductimagediv img {
  max-height: 120px;
  max-width: 120px;
}
td.productimagetd {
  padding: 0px;
  padding-top: 0px ! important;
}
td.nobottomborder {
  border-bottom: 0 ! important;
}
td.solidbottomborder {
  border-bottom: 1px solid #e6ecf0 ! important;
}
tr.subCheckbox td {
  padding-left: 30px;
  border-top: 0 ! important;
}
tr.subCheckboxsubCheckbox td {
  padding-left: 60px;
  border-top: 0 ! important;
}
table.printsettingtable > tbody > tr > td {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px dotted #e6ecf0;
}
td.dsaheaderrightfirstrow {
  height: 50px;
}
td.dsaheaderrightsecondrow {
  vertical-align: top ! important;
  height: 75px;
}
td.emrheaderrightfirstrow {
  height: 42px;
}
td.emrheaderrightsecondrow {
  vertical-align: top ! important;
  height: 42px;
}
td.emrheaderrightthirdrow {
  vertical-align: top ! important;
  height: 42px;
}
td.twtableheadertd {
  text-align: center;
  font-weight: 600;
  padding: 5px;
}
td.twtablebodytd,
td.fluidsettingtablebody {
  border: 1px solid #e6ecf0;
  height: 40px;
  padding: 8px;
}
.settingfluidtable {
  border: 1px solid #e6ecf0;
}
.redlabel > table {
  color: #d50c2f;
}
td.sizingtabletagtdwider {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 15px;
  border-bottom: 1px dotted #e6ecf0;
  vertical-align: middle;
  text-align: center;
  word-wrap: break-word;
  width: 18%;
}
td.sizingtabletagtd {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 15px;
  border-bottom: 1px dotted #e6ecf0;
  vertical-align: middle;
  text-align: center;
  word-wrap: break-word;
}
td.sizingtabletagtdwithoutborder {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 15px;
  vertical-align: middle;
  text-align: center;
  word-wrap: break-word;
}
#linearizationTable_id,
#gamMoreInfoTable_id {
  border-collapse: collapse;
}
#linearizationTable_id td,
#gamMoreInfoTable_id td {
  border: 1px solid #8fa2ac;
  font-family: "EuH";
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
}
#linearizationTable_id tr:first-child td,
#gamMoreInfoTable_id tr:first-child td {
  font-family: "EuH";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  padding-left: 10px;
  height: 50px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
td.gamdetectorhint > table > tbody > tr > td > span {
  font-weight: 200 ! important;
}
td.twchartradiobuttontd {
  padding-right: 10px ! important;
}
div#sizing_edp_installation_sketch_section {
  min-height: 400px;
}
tr.font-small th {
  font-size: 0.75rem;
  text-align: left;
}
div.helpfeaturearea {
  border: 1px solid #007caa;
  width: 100%;
  background-color: #fff;
}
div.helpfeatureheader {
  background-color: #eef6ea;
  font-weight: 600;
  padding: 5px 20px;
  color: #54a931;
  font-size: 1.125rem;
}
div.helpfeaturecontent {
  padding: 10px 20px;
  line-height: 25px;
}
.boundaryViolation_symbolGap {
  width: 16px;
  text-align: center;
}
.unitColumn {
  width: 173px;
  padding-left: 16px;
}
.mandatory {
  color: #a8005c;
  font-weight: 600;
  padding-right: 3px;
}
div.bugreportheader {
  font-size: 1.125rem;
  font-weight: 800;
  padding: 15px;
}
div.bugreportleftpart {
  padding: 0px 0px 0px 0px;
  width: 720px;
  float: left;
}
div.bugreportrightpart {
  width: 300px;
  float: left;
  padding: 10px;
}
div.bugreportbottompart {
  float: left;
  width: 650px;
  padding: 15px;
  text-align: center;
}
div.bugreportbottompart input[type='button'] {
  width: 90px;
}
div.contactheader {
  font-size: 1.125rem;
  font-weight: 800;
  padding: 15px;
}
div.contactleftpart {
  padding: 0px 10px 1px 15px;
  width: 750px;
  float: left;
  border-right: 1px solid #c3ced5;
}
div.contactrightpart {
  width: 300px;
  float: left;
  padding: 10px;
}
div.contactbottompart {
  float: left;
  width: 650px;
  padding: 15px;
  text-align: center;
}
div.contactbottompart input[type='button'] {
  width: 90px;
}
div.contactparametersarea {
  background-color: #e6ecf0;
  padding: 3px 5px;
  width: 130px;
  cursor: pointer;
}
td.contactparameters {
  padding-bottom: 0px !important;
  border-bottom: 1px solid #e6ecf0 !important;
}
td.contactparameterssubheader {
  border-bottom: 1px solid #c3ced5 !important;
}
td.flowmetergenerationcolumn {
  padding-right: 0px !important;
}
table.userhint {
  font-size: 1rem;
  line-height: 22px;
  font-weight: 600;
}
#flo_sizing_guidance {
  border: 1px solid #eef6ea;
}
#flo_sizing_guidance > div.section-header {
  background-color: #eef6ea;
}
#flo_sizing_guidance > div.section-header span {
  color: #54a931;
}
#commonErrorTd span {
  font-weight: 200;
}
.sizingdirectcalltabsection {
  width: 900px;
}
.sizingdirectcallsection {
  width: 480px;
}
.sizingdirectcallsection table td {
  border: none !important;
}
.sizingdirectcallguidance {
  height: 300px;
  padding-top: 20px;
}
#logo {
  position: absolute;
  left: 498;
  top: 48px;
  z-index: 2;
}
#grauerbalken {
  position: absolute;
  left: 0px;
  top: 43;
  width: 600;
  height: 26px;
  z-index: 1;
  background-color: #e6ecf0;
  layer-background-color: #e6ecf0;
}
.caption {
  position: absolute;
  TOP: 10;
}
#directEntryChooseSettingDiv {
  padding: 0px 20px 0px 20px;
  position: absolute;
  left: 0;
  top: 20px;
}
div#flo_trisensor_section,
div#flo_sizing_pagesection_trisize {
  margin-top: 50px;
}
td.linkbutton .c-button {
  background-color: #fff;
  color: #a8005c;
}
.applicatorInfo {
  float: left;
  width: 100%;
  padding-top: 20px;
}
.applicatorInfo > table {
  width: 60%;
  float: left;
}
.aboutLicense {
  padding-top: 30px;
}
.aboutLicense table td {
  padding-bottom: 20px;
  font-weight: 400;
}
.loading-animation {
  color: #007caa;
  font-size: 1em !important;
  margin: 0 !important;
  padding: 0;
  line-height: 1em !important;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: middle;
  -webkit-animation: fa-spin 0.5s infinite steps(100);
  animation: fa-spin 0.5s infinite steps(100);
}
.loading-content,
.loading-content .py4 {
  width: 100%;
  height: 100%;
}
.loading-content .loading-animation,
.loading-content .py4 .loading-animation {
  font-size: 4em !important;
  margin-top: 25% !important;
}
td.metersizebuttonminus {
  float: left;
}
@media (min-width: 1300px) and (max-width: 1470px) {
  td.metersizebuttonminus input[type="button"] {
    padding: 5px 8px 5px 8px !important;
  }
}
td.metersizebuttonplus {
  float: right;
}
@media (min-width: 1300px) and (max-width: 1470px) {
  td.metersizebuttonplus input[type="button"] {
    padding: 5px 8px 5px 8px !important;
  }
}
.icon.icon-eh-figurative-mark,
.icon.icon-eh-user-defined,
.icon.icon-eh-save {
  font-size: 1.5rem;
}
.twSuitabilityIndicatorTableSuitable {
  color: #54a931;
  background-color: #eef6ea;
}
.twSuitabilityIndicatorTableNotSuitable {
  background-color: #fbe6ea;
}
.twSuitabilityIndicatorTableProbableSuitable {
  background-color: #fffce0;
  color: #ffcc00;
}
.twSuitabilityIndicatorTableSuitable td,
.twSuitabilityIndicatorTableNotSuitable td,
.twSuitabilityIndicatorTableProbableSuitable td {
  padding: 4px 10px 4px 15px;
}
div.fluidsettingicon {
  font-size: 1.5rem;
  display: inline;
}
td.importexportfluid {
  padding: 8px;
}
#flo_sizing_pagesection_trisize,
#flo_sizing_pagesection_trisensor {
  margin-top: 60px;
}
#flo_compare_sen_size_dialog {
  margin-top: 60px;
}
#flo_sizing_process_data_section_reactable {
  margin-left: 15px;
  margin-right: 10px;
}
#flo_sizing_process_data_section_reactable div.section-content {
  display: none;
}
#qpa_sizing_chartview_section > div.section-content {
  display: none;
}
#print_header_data_section_reactable {
  margin-left: 0px;
  margin-right: 0px;
}
#print_header_data_section_reactable div.section-content {
  display: none;
}
#flo_sizing_chart_no_2 .chartimage img {
  height: 380px;
}
#flo_sizing_chart_no_1 .chartimage img {
  height: 380px;
}
#flo_sizing_chart_no_3 .chartimage img {
  height: 380px;
}
#flo_chart_process_data_section {
  padding-bottom: 0px;
}
#flo_empty_section td {
  border: 0px;
}
#dialogDiv_floDirectCallDialog_close_button {
  display: none;
}
#dialogDiv_emrDirectCallDialog_close_button {
  display: none;
}
#dialogDiv_denDirectCallDialog_close_button {
  display: none;
}
td.twvelocalculation {
  text-align: right;
}
td.twvelocalculation div {
  display: inline;
}
td.twvelocalculation .disabeledinputfield {
  width: 100;
}
td.edpinstallation > span {
  display: inline !important;
}
td.beampathno {
  width: 5%;
}
td.beampathname {
  width: 28%;
}
td.beampaththickness {
  width: 17%;
}
td.beampathmaterial {
  width: 28%;
}
td.beampathdensity {
  width: 17%;
}
td.beampathicon {
  width: 5%;
}
#EditableComboBox_material,
#EditableComboBox_mediumName,
#EditableComboBox_minMaxMediumName {
  cursor: text;
}
#EditableComboBox_material,
#EditableComboBox_mediumName,
#EditableComboBox_minMaxMediumName:focus {
  border: 1px solid #007caa;
}
.gammanewdialoghint {
  color: #8fa2ac;
}
.gammanewdialognormal {
  color: #000000;
}
.commonsectiontable.noborder > tbody > tr > td {
  border: none;
}
span.bold {
  font-weight: 800;
}
.boldunderlinelabel .label {
  text-decoration: underline;
  font-weight: 800;
}
.availabilityHint {
  padding: 5px;
}
.availabilityHint.available {
  border: 2px solid #54a931;
}
.availabilityHint.notAvailable {
  border: 2px solid #ffcc00;
}
.availabilityHint.notPossible {
  border: 2px solid #d50c2f;
}
.contacttextareastyle {
  overflow: auto !important;
}
.trisensor-table {
  width: 100%;
}
#qpa_sizing_chartview_section .commonsection {
  border: none;
}
div#den_sizing_compare_chartview_section > div.section-content > table > tbody > tr > td > div#den_compare_chart_pagesection > div.comparechartsleftsection {
  float: left;
  width: 380px;
  padding-right: 10px;
}
div#den_sizing_compare_chartview_section > div.section-content > table > tbody > tr > td > div#den_compare_chart_pagesection > div.comparechartsrightsection {
  float: left;
  width: 740px;
  padding-left: 10px;
}
.processSimulationImage {
  height: 340px;
}
/* PJG 2019-1-17 flag classname, only for sizing table column header title. e.g. minimum */
.flowmetertd {
  padding-right: 0px ! important;
}
div#flo_sizing_fluid_choose_base_section > div > .commonsectiontable > tbody > tr > td {
  border-bottom: none;
}
.evaluation-level span {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-right: 3px;
  display: inline-block;
  background-color: #C3CED5;
}
.evaluation-level .green {
  background-color: #54A931;
}
.evaluation-level .yellow {
  background-color: #FFCC00;
}
/* 2020-11-27 SSN EHAPP-11148 Add italic options to comobox style */
.italicOption {
  font-style: italic;
}
.minMpColouredColumnLeft {
  border-left: 3px solid #C3CED5;
}
.nomMpColouredColumnLeft {
  border-left: 3px solid #AFD3E8;
}
.maxMpColouredColumnLeft {
  border-left: 3px solid #506671;
}
.minMpColouredColumnRight {
  border-right: 3px solid #C3CED5;
}
.nomMpColouredColumnRight {
  border-right: 3px solid #AFD3E8;
}
.maxMpColouredColumnRight {
  border-right: 3px solid #506671;
}
.minMpColouredColumnTop {
  border-top: 3px solid #C3CED5 !important;
}
.nomMpColouredColumnTop {
  border-top: 3px solid #AFD3E8 !important;
}
.maxMpColouredColumnTop {
  border-top: 3px solid #506671 !important;
}
.minMpColouredColumnBottom {
  border-bottom: 3px solid #C3CED5 !important;
}
.nomMpColouredColumnBottom {
  border-bottom: 3px solid #AFD3E8 !important;
}
.maxMpColouredColumnBottom {
  border-bottom: 3px solid #506671 !important;
}
.areaBorderTop {
  border-top: 3px solid #C3CED5 !important;
}
.areaBorderBottom {
  border-bottom: 3px solid #C3CED5 !important;
}
.areaBorderLeft {
  border-left: 3px solid #C3CED5 !important;
}
.areaBorderRight {
  border-right: 3px solid #C3CED5 !important;
}
/* 2019-03-21 XHZU EHAPP-1845 Gamma: Sizing Gamma margins */
/* 2019-03-21 XHZU Class for dynamic image which path be fetched from certain parameter, like Application images*/
.dynamicimage {
  padding-top: 15px;
  padding-bottom: 15px;
}
#set_preference_section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1300px) {
  #set_preference_section {
    flex-direction: row;
  }
}
#set_preference_section .tab-section {
  flex: 1;
}
#set_preference_section .tab-section .commonsection {
  height: 100%;
}
@media (min-width: 200px) {
  #printSettingPartOptions {
    width: 49%;
    float: left;
  }
  #printSettingPartReports {
    width: 49%;
    float: right;
  }
  #printSettingPartReports2 {
    width: 49%;
    float: right;
    clear: right;
  }
}
@media (min-width: 800px) {
  #printSettingPartOptions {
    width: 35%;
    float: left;
  }
  #printSettingPartReports {
    width: 28%;
    float: left;
  }
  #printSettingPartReports2 {
    width: 33%;
    float: left;
  }
}
.gamma_density_sketch {
  background-color: #ffffff;
  height: 650px;
  text-align: -webkit-center;
  vertical-align: top !important;
}

			
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}

