/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

/* 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;
}

.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%;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.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/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* 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/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.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/*{fcDefault}*/;
	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/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.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/*{fcHover}*/;
	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/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.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;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-fbbd4612116ee2f5d71f1362f19b132325f636c9d02f2f6fce2f6edaff64f552.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-fbbd4612116ee2f5d71f1362f19b132325f636c9d02f2f6fce2f6edaff64f552.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-166f2b9904071d77e70c1303e590357cf84bf3fa00521903b0a55ab70eda66aa.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-1f313a53cbf6a9c0ac2c1c4ae0babd6028d45b4c693dea9947c8ff95415dd92e.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-428bacac3c94b04f855984311d93a3a9797bd8df5d615fc5946405e51376846b.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-eb9c82aaa30ab13bc6ae05b7390ffa2129c8b07419cb43440063ed5cea49d178.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-369d4834f9057f7b39ce52846e9a3f0e0ca450d0b61613178ecdaf0d86659dc8.png)/*{iconsDefault}*/;
}

/* 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/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Accordion 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/accordion/#theming
 */
/*

 */
.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;
}
/*!
 * jQuery UI Autocomplete 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/button/#theming
 */
/*

 */
.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;
	     user-select: none;
}

.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 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */

.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;
}
/*!
 * jQuery UI Controlgroup 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/controlgroup/#theming
 */
/*

 */

.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 {
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
/*

 */
.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;
}
/*!
 * jQuery UI Dialog 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/dialog/#theming
 */
/*

 */
.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;
}
/*!
 * jQuery UI Draggable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-draggable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/menu/#theming
 */
/*

 */
.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;
}
.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;
}
/*!
 * jQuery UI Progressbar 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/progressbar/#theming
 */
/*

 */
.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%;
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	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;
}
/*!
 * jQuery UI Selectable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/selectmenu/#theming
 */
/*

 */
.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;
}
/*!
 * jQuery UI Sortable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
/*

 */
.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;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.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;
}
/*!
 * jQuery UI Spinner 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/spinner/#theming
 */
/*

 */
.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;
}
/*!
 * jQuery UI Tabs 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tabs/#theming
 */
/*

 */
.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;
}
/*!
 * jQuery UI Tooltip 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tooltip/#theming
 */
/*

 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*




















 */
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*


 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-53829d29512e9daf5ee7c3ca601e19a67f82ff1c28573ab57bf74c7a4317a43c.eot);
  src: url(/assets/fontawesome-webfont-53829d29512e9daf5ee7c3ca601e19a67f82ff1c28573ab57bf74c7a4317a43c.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-f39a594eaa2b9c339b4c9f8d1ce983f918b7bc8b0c3ce02387ea3e93a21a796c.woff2) format('woff2'), url(/assets/fontawesome-webfont-592e5f6173a8a4ade5370e28eb89f7253ae17614765c17607759991144454788.woff) format('woff'), url(/assets/fontawesome-webfont-8896f184b0bce1c242f9aaa5f4cebb89b6ddc0001046ef42f38a12ae1633234f.ttf) format('truetype'), url(/assets/fontawesome-webfont-c877e1bfbdd7ae93f36f955b4f0081cd7125f6fc263291ff96756b6488f5c543.svg#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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-pp: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-resistance: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: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";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* General elements */
/* Reset stuff */
/* line 4, app/assets/stylesheets/main.scss */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 29, app/assets/stylesheets/main.scss */
body:not(.ignore-old-styles) {
  /*background-color: #EEEEEE;*/
  color: #333333;
  font-family: 'lucida grande', verdana, arial, sans-serif;
  font-size: 76%;
  margin: 0;
  min-width: 770px;
}

/* line 39, app/assets/stylesheets/main.scss */
body.edit:has(.development) {
  background-image: url(/assets/development-aa6e1f44ce64eec1d51b182c2c369e7db31f0d34d29524019f6608b83d8a2a70.gif);
}

/* line 42, app/assets/stylesheets/main.scss */
body.edit:has(.staging) {
  background-image: url(/assets/staging-5ec1bb9e4f3bd0bd533a164219f46b7a36b4b29ce29299694ce1cf407824e980.gif);
}

/* Links */
/* line 48, app/assets/stylesheets/main.scss */
a:link:not(
.ignore-old-styles,
.google-maps-icon-large,
.toggle-button,
.icon,
.toggle,
.new-dynamic-signup
) {
  color: #ad570d;
  padding: 0.1em;
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/main.scss */
a:visited:not(
.ignore-old-styles,
.google-maps-icon-large,
.toggle-button,
.icon,
.toggle,
.new-dynamic-signup
) {
  color: #753a17;
  text-decoration: none;
}

/* line 81, app/assets/stylesheets/main.scss */
a:link:not(
.ignore-old-styles,
.google-maps-icon-large,
.toggle-button,
.icon,
.toggle,
.new-dynamic-signup
):hover {
  color: #e57304;
  text-decoration: underline;
}

/* necessary to override default jQuery UI styles */
/* line 87, app/assets/stylesheets/main.scss */
#messages .ui-accordion-content li a {
  color: #ad570d;
}

/* Feed links */
/* line 93, app/assets/stylesheets/main.scss */
a.feed {
  background: url(/assets/icons/feed-14x14-462248e0bec01732daf616ec35ffe60b3f1d2d04dcce03d5e1736e503f03ed18.png) no-repeat 100% 50%;
  padding-left: 20px;
  padding-right: 20px;
}

/* Images in links */
/* line 101, app/assets/stylesheets/main.scss */
a:hover img {
  border-color: #e57304;
}

/* line 105, app/assets/stylesheets/main.scss */
blockquote {
  padding: 0 1em;
}

/* Definition lists */
/* line 111, app/assets/stylesheets/main.scss */
dt {
  font-weight: bold;
}

/* line 115, app/assets/stylesheets/main.scss */
dd {
  margin-left: 1.6em;
}

/* Images */
/* line 121, app/assets/stylesheets/main.scss */
img:not(.ignore-old-styles) {
  border: 1px solid #d9dee5;
}

/* line 125, app/assets/stylesheets/main.scss */
img.icon {
  border: none;
}

/* Lists */
/* line 134, app/assets/stylesheets/main.scss */
ul:not(.ignore-old-styles),
dl:not(.ignore-old-styles),
ol:not(.ignore-old-styles) {
  margin-top: 1.5em;
}

/* line 139, app/assets/stylesheets/main.scss */
ul:not(.ignore-old-styles) {
  list-style-type: square;
}

/* line 147, app/assets/stylesheets/main.scss */
ol li {
  margin-left: 3em;
}

/* Headlines */
/* line 153, app/assets/stylesheets/main.scss */
h1:not(.ignore-old-styles),
h2:not(.ignore-old-styles) {
  font-family: corbel, 'trebuchet ms', arial, futura, verdana, sans-serif;
  letter-spacing: -0.02em;
}

/* line 159, app/assets/stylesheets/main.scss */
h1:not(.ignore-old-styles) {
  font-size: 1.96em;
  line-height: 1em;
}

/* line 166, app/assets/stylesheets/main.scss */
h2:not(.ignore-old-styles) {
  color: #677386;
  font-size: 1.4em;
  line-height: 1.2em;
}

/* line 174, app/assets/stylesheets/main.scss */
h3:not(.ignore-old-styles),
.sidebar h2 {
  color: #677386;
  font-family: verdana, arial, sans-serif;
  font-size: 1em;
}

/* line 188, app/assets/stylesheets/main.scss */
p {
  font-size: 1em;
}

/* Tables */
/* line 197, app/assets/stylesheets/main.scss */
table.hover_color tr:hover,
table.hover_color a:hover {
  background-color: #ffffd6;
}

/* line 202, app/assets/stylesheets/main.scss */
table.hover_color th {
  cursor: pointer;
}

/* line 205, app/assets/stylesheets/main.scss */
table.hover_color th.headerSortUp {
  background: url(/assets/sprites/asc-6a966921b021592154415f6caee17d713e4476bbe94fb0f900e598cd5ae44c98.gif) no-repeat center right lightblue;
}

/* line 208, app/assets/stylesheets/main.scss */
table.hover_color th.headerSortDown {
  background: url(/assets/sprites/desc-e88fc3060b429e7e1239ca3e51a00d8307fafa53d1290488a074c02de91dc382.gif) no-repeat center right lightblue;
}

/* line 214, app/assets/stylesheets/main.scss */
table {
  font-size: 1em;
  margin-bottom: 1em;
  margin-top: 1em;
}

/* line 220, app/assets/stylesheets/main.scss */
td,
th {
  font-size: 1em;
  padding: 0 1em;
  vertical-align: top;
}

/* line 227, app/assets/stylesheets/main.scss */
th,
table.subscriptions th {
  background-color: #eeeeee;
  border: 0;
  text-align: left;
}

/* line 238, app/assets/stylesheets/main.scss */
table.key_figures_edit th {
  width: auto !important;
}

/* line 242, app/assets/stylesheets/main.scss */
table p {
  margin-bottom: 1em;
  margin-top: 0;
}

/* line 247, app/assets/stylesheets/main.scss */
tr.total {
  border-top: 1px solid #333333;
}

/* line 251, app/assets/stylesheets/main.scss */
td.total {
  border-bottom: 1px double #333333;
  font-weight: bold;
}

/* line 256, app/assets/stylesheets/main.scss */
.amount {
  text-align: right;
}

/* Forms */
/* line 262, app/assets/stylesheets/main.scss */
fieldset:not(.ignore-old-styles) {
  border: none;
  border-bottom: 1px solid #677386;
  border-top: 2px solid #677386;
  margin-top: 1em;
  padding: 1em;
}

/* line 270, app/assets/stylesheets/main.scss */
fieldset p:first-child {
  margin-top: 0;
}

/* line 274, app/assets/stylesheets/main.scss */
fieldset table {
  margin-bottom: 1em;
  margin-top: 0;
  width: 100%;
}

/* line 280, app/assets/stylesheets/main.scss */
fieldset th {
  width: 25%;
}

/* line 284, app/assets/stylesheets/main.scss */
fieldset.frame {
  border: 1px solid #ccc;
}

/* line 287, app/assets/stylesheets/main.scss */
fieldset.frame h3 {
  margin-top: 0.5em;
}

/* line 291, app/assets/stylesheets/main.scss */
table.services td.period,
table.historical td.period {
  white-space: nowrap;
}

/* line 296, app/assets/stylesheets/main.scss */
table.historical,
table.property-figures {
  /*width: 100%;*/
  border-collapse: collapse;
}

/* line 301, app/assets/stylesheets/main.scss */
table.historical td,
table.historical th,
table.property-figures td,
table.property-figures th,
table.capital-history {
  border: 1px solid #666;
}

/* line 309, app/assets/stylesheets/main.scss */
table.historical th.rowhead {
  width: 8em;
}

/* line 313, app/assets/stylesheets/main.scss */
table.capital-history {
  border-collapse: collapse;
}

/* line 316, app/assets/stylesheets/main.scss */
table.capital-history th,
table.capital-history td {
  padding: 0.2em 1em;
  margin: 0;
  border: 0;
}

/* line 322, app/assets/stylesheets/main.scss */
.dim {
  color: #999;
}

/* line 326, app/assets/stylesheets/main.scss */
table.units {
  border-collapse: collapse;
}

/* line 329, app/assets/stylesheets/main.scss */
table.units,
table.units td,
table.units th {
  border: 1px solid #999;
}

/* line 334, app/assets/stylesheets/main.scss */
.bare {
  border: none;
  background: none;
  margin: 0;
}

/* line 339, app/assets/stylesheets/main.scss */
.bare th {
  background: none;
  font-weight: bold;
  white-space: nowrap;
}

/* line 345, app/assets/stylesheets/main.scss */
.units-container {
  border: 1px solid #ccc;
  padding: 1em;
  margin: 0.5em 0;
}

/* line 350, app/assets/stylesheets/main.scss */
.units-container h3 {
  margin: 0.5em;
  font-size: 1.2em;
  color: #000;
  padding-left: 30px;
  background: url(/assets/sprites/property_icon-5f958016827bbd80c71dc11ef8a8f69b7beab6530614134f39fe08ae98d4b210.gif) no-repeat 1px 0;
}

/* line 358, app/assets/stylesheets/main.scss */
.unit-sml {
  width: 10em;
  white-space: nowrap;
}

/* line 362, app/assets/stylesheets/main.scss */
.unit-auto {
  width: auto;
}

/* line 366, app/assets/stylesheets/main.scss */
input,
select {
  font-size: 1em;
}

/* line 371, app/assets/stylesheets/main.scss */
input,
select,
textarea {
  padding: 2px;
}

/* Highlight focused input fields */
/* line 378, app/assets/stylesheets/main.scss */
input[type='text']:not(.ignore-old-styles),
input[type='password']:not(.ignore-old-styles),
input[type='number']:not(.ignore-old-styles),
textarea {
  border: 1px solid #999999;
}

/* line 385, app/assets/stylesheets/main.scss */
input[type='text']:focus,
input[type='password']:focus,
input[type='number']:focus,
textarea:focus {
  background-color: #ffffff;
  border: 1px solid #666666;
}

/* line 393, app/assets/stylesheets/main.scss */
input.input_validation {
  width: 15.5em;
}

/* line 397, app/assets/stylesheets/main.scss */
select {
  padding: 1px;
}

/* line 401, app/assets/stylesheets/main.scss */
legend {
  color: #333333;
  font-weight: bold;
}

/* line 406, app/assets/stylesheets/main.scss */
form th,
form td {
  vertical-align: middle;
}

/* line 411, app/assets/stylesheets/main.scss */
.form th,
form th {
  padding: 0 0.4em;
  text-align: right;
  border-right: 5px solid #dddddd;
}

/* line 418, app/assets/stylesheets/main.scss */
th.subhead {
  text-align: left;
  background: #fff;
  font-weight: bold;
  border: none;
}

/* line 425, app/assets/stylesheets/main.scss */
table.ownerimport th {
  text-align: left;
}

/* line 429, app/assets/stylesheets/main.scss */
form td label {
  font-weight: normal;
}

/* line 433, app/assets/stylesheets/main.scss */
form .help {
  background: #ffffff;
  border: none;
  font-size: 0.85em;
  line-height: 1.4em;
  margin-top: 0;
  padding: 0;
}

/* line 442, app/assets/stylesheets/main.scss */
input.date {
  font-weight: normal;
}

/* line 446, app/assets/stylesheets/main.scss */
div.submit {
  margin: 0.5em 0;
}

/* line 450, app/assets/stylesheets/main.scss */
button:not(.ignore-old-styles),
.submit input.button:not(.ignore-old-styles) {
  font-weight: bold;
  margin: 0.5em 0;
  padding: 0.2em 0.5em;
}

/* line 457, app/assets/stylesheets/main.scss */
textarea {
  height: 6em;
  width: 99%;
}

/* Error messages */
/* line 463, app/assets/stylesheets/main.scss */
.error_message {
  margin: 0;
  padding: 0;
}

/* line 468, app/assets/stylesheets/main.scss */
.error_messages li {
  padding-left: 1.5em;
}

/* line 472, app/assets/stylesheets/main.scss */
.errors th {
  border-color: #ff0000;
}

/* line 476, app/assets/stylesheets/main.scss */
.field {
  padding-bottom: 5px;
}

/* line 480, app/assets/stylesheets/main.scss */
.error_message,
.errors input,
.errors label,
.field_with_errors,
#errorExplanation {
  color: #ff0000;
}

/* line 488, app/assets/stylesheets/main.scss */
.field_with_errors {
  display: inline;
}

/* General classes
------------------------------------ */
/* line 495, app/assets/stylesheets/main.scss */
.activity {
  /* Used for activity progress messages, for example when fetching reports from an external provider */
  margin: 1.6em 0;
  text-align: center;
}

/* line 502, app/assets/stylesheets/main.scss */
.date {
  width: 8.5em;
}

/* line 506, app/assets/stylesheets/main.scss */
.hide {
  display: none;
}

/* line 510, app/assets/stylesheets/main.scss */
.light-bg {
  background-color: #fff;
}

/* line 514, app/assets/stylesheets/main.scss */
.excerpt {
  font-family: 'trebuchet ms', arial, futura, verdana, sans-serif;
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
  margin-top: 1.8em;
}

/* line 522, app/assets/stylesheets/main.scss */
.footnote {
  font-size: 0.9em;
  margin-left: 1em;
}

/* line 527, app/assets/stylesheets/main.scss */
.metadata {
  color: #666666;
  font-size: 0.9em;
}

/* tooltip for cross-product links */
/* line 533, app/assets/stylesheets/main.scss */
.cross-product-tooltip {
  position: relative;
}

/* line 537, app/assets/stylesheets/main.scss */
.cross-product-tooltip .tooltiptext {
  visibility: hidden;
  white-space: nowrap;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: 0.5em;
  right: 10px;
  z-index: 1;
  font-size: 10px;
  font-weight: normal;
}

/* line 558, app/assets/stylesheets/main.scss */
.cross-product-tooltip .tooltiptext::after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 100%;
  /* To the right of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

/* line 570, app/assets/stylesheets/main.scss */
.cross-product-tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Show the tooltip text when you mouse over the tooltip container */
/* Create some purdy iconified links */
/* line 579, app/assets/stylesheets/main.scss */
a.icon {
  background-repeat: no-repeat;
  padding-left: 18px;
}

/* line 584, app/assets/stylesheets/main.scss */
a.map {
  background-image: url(/assets/icons/map-c04b33d471d738f6862344937330643f43f846d27ed243968f6477f2a91eebcc.png);
}

/* line 589, app/assets/stylesheets/main.scss */
.monitored {
  background: url(/assets/icons/magnifier-716eec984358b06c6a69a32de041a7d642336df767c8847801e4625b7fafbd3c.png) no-repeat 0 50%;
  font-size: 0.9em;
  margin-top: 5px;
  padding-left: 20px;
  width: 100%;
}

/* line 598, app/assets/stylesheets/main.scss */
.tool a.compliance-link,
.tool a.search-link,
.tool a.fraud-link,
.tool a.risk-link {
  display: flex;
  align-items: center;
}

/* line 604, app/assets/stylesheets/main.scss */
.tool a.compliance-link img,
.tool a.search-link img,
.tool a.fraud-link img,
.tool a.risk-link img {
  height: 1.5em;
  border: none;
}

/* line 610, app/assets/stylesheets/main.scss */
a.idq-link {
  background: url(/assets/logos/idq_square_40-00b0fef561cdd8e2d9a1ffae6e6c46915627541b1c3338ed16f49a37d2c5ec60.png) no-repeat 0 2px;
  background-size: 16px;
  padding-left: 20px;
}

/* line 616, app/assets/stylesheets/main.scss */
a.pdf {
  background: url(/assets/icons/pdf_16x16-eaf09ae643bf35e56649416a62f09674faa67181bcbe4dbe4ab2fc6239a8d9d6.gif) no-repeat 0 50%;
  padding-left: 20px !important;
}

/* line 622, app/assets/stylesheets/main.scss */
a.download {
  background: url(/assets/icons/dl_pdf-8b5ea7186a914ccf25326d518421bcb7e7e49a53619a8cf0272c3b4ff36aa7b5.png) no-repeat 0 50%;
  background-size: 16px 16px;
  padding-left: 20px !important;
}

/* line 628, app/assets/stylesheets/main.scss */
a.rtf {
  background: url(/assets/icons/rtf_16x16-c2eee19565ac976689eaae1cef6a7d5d588b0eae43e1cc5f1dfa134f735a28a1.gif) no-repeat 0 50%;
  padding-left: 20px !important;
}

/* line 634, app/assets/stylesheets/main.scss */
a.kfs {
  background: url(/assets/icons/kfs_16x16-c6e06f9c4786b659df7f0e8e8c628df01279081a2a43be5604448f313f914772.png) no-repeat 0 50%;
  padding-left: 20px !important;
}

/* line 639, app/assets/stylesheets/main.scss */
a.csv,
a.xlsx {
  background: url(/assets/icons/csv_16x16-28bb8b549ed07760c26cb3a67c53956dab97bae2d414e72afbcdd9984a30aec3.gif) no-repeat 0 50%;
  padding-left: 20px !important;
}

/* line 645, app/assets/stylesheets/main.scss */
a.edit,
a.print {
  background: transparent no-repeat 0 50%;
  margin: 0;
  padding: 2px 0 2px 20px !important;
  /* FIXME: !important is yucky */
}

/* line 652, app/assets/stylesheets/main.scss */
a.print {
  background-image: url(/assets/icons/printer-220413b29652dd2d71161b194a9d8bf3bf822f25ff59bc5fd2ae4c055382efee.png);
}

/* line 657, app/assets/stylesheets/main.scss */
a.edit {
  background-image: url(/assets/icons/edit-92fbc0b27bbbf521a791f224198163cf887bdb44f17eabe8ff248585ccdb1fe5.png);
}

/* line 662, app/assets/stylesheets/main.scss */
ul.check_boxes {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 668, app/assets/stylesheets/main.scss */
ul.check_boxes li {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}

/* line 674, app/assets/stylesheets/main.scss */
.tool {
  float: right;
  clear: left;
  margin-top: 1em;
}

/* line 680, app/assets/stylesheets/main.scss */
.tool a {
  display: block;
}

/* Search results */
/* line 686, app/assets/stylesheets/main.scss */
dl.results dt {
  margin-top: 1em;
  min-height: 20px;
  background-color: #fff;
}

/* line 692, app/assets/stylesheets/main.scss */
dl.results dt.company,
dl.results dt.produktionsenhed {
  padding-left: 30px;
  background: url(/assets/sprites/factory_icon-b879d4f91d048993468c068d22a242533028ca46f0447f30d3ee594af259daae.gif) no-repeat 1px 0;
}

/* line 699, app/assets/stylesheets/main.scss */
dl.results dt.person {
  padding-left: 30px;
  background: url(/assets/sprites/person_icon-b98d5b3b3f141c3ae99dd9c24f5c92715b9bcecaed505a74caf0c0514336bc81.gif) no-repeat 1px 0;
}

/* line 705, app/assets/stylesheets/main.scss */
dl.results dt.property {
  padding-left: 30px;
  background: url(/assets/sprites/property_icon-5f958016827bbd80c71dc11ef8a8f69b7beab6530614134f39fe08ae98d4b210.gif) no-repeat 1px 0;
}

/* line 711, app/assets/stylesheets/main.scss */
.results dd p {
  margin-top: 0;
}

/* updater/tvangsauktioner */
/* line 716, app/assets/stylesheets/main.scss */
.tvangsauktioner dl.results dd {
  border-bottom: 1px dotted #888;
}

/* line 720, app/assets/stylesheets/main.scss */
.tvangsauktioner dl.results dd ul {
  margin-top: 0.5em;
}

/* line 724, app/assets/stylesheets/main.scss */
.tvangsauktioner dl.results dd li {
  margin-left: 0;
}

/* Pagination links */
/* line 730, app/assets/stylesheets/main.scss */
#pagination {
  clear: both;
}

/* line 733, app/assets/stylesheets/main.scss */
.paginator {
  margin-bottom: 1em;
  margin-top: 1em;
}

/* line 738, app/assets/stylesheets/main.scss */
.paginator a {
  border: 2px solid #d9dee5;
  padding: 0.2em 0.5em;
}

/* line 743, app/assets/stylesheets/main.scss */
.paginator a:hover {
  border-color: #677386;
}

/* line 747, app/assets/stylesheets/main.scss */
.pagination a.next,
.pagination a.previous {
  border: 0;
}

/* Structure
------------------------------------ */
/* line 755, app/assets/stylesheets/main.scss */
#header a {
  color: #ffffff;
  text-decoration: none;
}

/* line 760, app/assets/stylesheets/main.scss */
#header a:hover {
  background-color: transparent;
  text-decoration: underline;
}

/* line 765, app/assets/stylesheets/main.scss */
#branding {
  background-color: #272727;
  background-image: url(/assets/console_gradient-bf8e2a4561238b6bb35530f8aaf4946f32c9c2c88612bfbe9cacac1b57e4d19c.gif);
  background-position: 0 0;
  background-repeat: repeat-x;
  color: #999999;
  font-family: arial, tahoma, sans;
  font-weight: bold;
  overflow: auto;
  padding: 0.5em 20px 0 0;
}

/* line 777, app/assets/stylesheets/main.scss */
#branding #logout-form {
  display: inline;
}

/* line 780, app/assets/stylesheets/main.scss */
#branding #logout-form button {
  color: #ffffff;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
}

/* line 788, app/assets/stylesheets/main.scss */
#branding #logout-form button:hover {
  text-decoration: underline;
}

/*
background: center / contain no-repeat url(/../../media/examples/firefox-logo.svg),
            #eee 35% url(/../../media/examples/lizard.png);
*/
/* line 798, app/assets/stylesheets/main.scss */
#logo {
  float: left;
  background: url(/assets/logos/insight/biq_insight_legacy_all_white-180cad7a5ec534c7567ea709425f9c81223886dd00e85835d517052a06a5a75b.svg), url(/assets/logos/insight/biq_header_curve-f2e9c1dfd24bf7c58e6db467601a39b585213aff4341c2492aba43d16b7ab131.png);
  background-position-x: 8px, right;
  background-position-y: 7px, bottom;
  background-size: 60%, auto 32px;
  background-repeat: no-repeat;
  padding-left: 10px;
  padding-top: 2px;
  display: block;
  height: 32px;
  outline: none;
  text-indent: -3000px;
  width: 250px;
}

/* line 821, app/assets/stylesheets/main.scss */
#console {
  margin-top: 0.5em;
  float: right;
}

/* line 826, app/assets/stylesheets/main.scss */
#navigation {
  background-color: #677386;
  font-family: arial, tahoma, sans;
  overflow: auto;
  padding: 0.2em 20px;
}

/* line 833, app/assets/stylesheets/main.scss */
.navigation ul {
  float: left;
  list-style-type: none;
  margin: 1px 0 0 0;
  padding: 0.5em 0;
}

/* line 840, app/assets/stylesheets/main.scss */
.navigation li {
  display: inline;
  margin-left: 0;
}

/* line 845, app/assets/stylesheets/main.scss */
.navigation li a {
  border-left: 1px solid;
  padding: 0 0.5em 0 0.7em;
}

/* line 850, app/assets/stylesheets/main.scss */
#navigation li a {
  padding: 0 0.5em 0 0.7em;
}

/* line 853, app/assets/stylesheets/main.scss */
#secondary_navigation li a {
  padding: 0 0.5em 0 0.7em;
}

/* line 857, app/assets/stylesheets/main.scss */
.navigation li.first-child a {
  border-left: none;
  padding-left: 0;
}

/* line 862, app/assets/stylesheets/main.scss */
#navigation a {
  border-color: #a8b1be;
  color: #e9eef5;
  font-weight: bold;
}

/* line 868, app/assets/stylesheets/main.scss */
#navigation a:hover {
  color: #ffffff;
}

/* The general search form */
/* line 873, app/assets/stylesheets/main.scss */
#navigation form {
  color: #ffffff;
  font-weight: bold;
  float: right;
  margin: 0;
  padding-top: 0.2em;
  width: 44%;
}

/* line 882, app/assets/stylesheets/main.scss */
#navigation form label {
  float: left;
  margin-right: 2.4%;
  line-height: 2em;
  text-align: right;
  width: 35%;
}

/* line 890, app/assets/stylesheets/main.scss */
#navigation input.text {
  border: 1px solid #333333;
  float: left;
  width: 43%;
}

/* line 896, app/assets/stylesheets/main.scss */
#navigation input.button {
  float: right;
  width: 13%;
}

/* line 901, app/assets/stylesheets/main.scss */
#navigation input.button-sml {
  float: right;
  width: 8%;
}

/* Classes for moving the label inside the actual search field */
/* line 907, app/assets/stylesheets/main.scss */
#navigation form label.hidden {
  text-indent: -3000px;
  text-align: left;
}

/* line 912, app/assets/stylesheets/main.scss */
#navigation form input.text.blurred {
  color: #999999;
  text-align: center;
}

/* Fake tabs */
/* line 919, app/assets/stylesheets/main.scss */
#secondary_navigation {
  background-color: #d9dee5;
  clear: left;
  color: #333333;
  font-family: arial, tahoma, sans;
  overflow: auto;
  padding: 0.2em 20px;
}

/* line 928, app/assets/stylesheets/main.scss */
#secondary_navigation a {
  border-color: #86898c;
  color: #333333;
}

/* line 933, app/assets/stylesheets/main.scss */
#contents {
  background-color: #ffffff;
  /*overflow: hidden;*/
  /*max-width: 1500px;*/
}

/*overflow: hidden;*/
/*max-width: 1500px;*/
/* line 949, app/assets/stylesheets/main.scss */
#contents.staging {
  background: url(/assets/staging-5ec1bb9e4f3bd0bd533a164219f46b7a36b4b29ce29299694ce1cf407824e980.gif);
}

/* line 952, app/assets/stylesheets/main.scss */
#contents.development {
  background: url(/assets/dev-5413235b295be3fdb90b72fbde184b79e7c96ed57998bb8153d5ddad15833c17.svg) repeat center center;
  background-size: 250px;
}

/* line 959, app/assets/stylesheets/main.scss */
#footer {
  background-color: #eeeeee;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  font-size: 0.9em;
  line-height: 1.5em;
  overflow: auto;
}

/* line 968, app/assets/stylesheets/main.scss */
#footer {
  flex: 0 1 auto;
  margin: 0;
  padding: 4px;
  text-align: center;
}

/* line 975, app/assets/stylesheets/main.scss */
#footer .column:not(.first-child),
#footer h2 {
  display: none;
}

/* line 980, app/assets/stylesheets/main.scss */
#footer .column.first-child {
  width: 100%;
  margin-bottom: 0;
}

/* line 984, app/assets/stylesheets/main.scss */
#footer .column.first-child br {
  display: none;
}

/* line 989, app/assets/stylesheets/main.scss */
#footer .column.first-child .vcard * {
  display: inline;
}

/* line 993, app/assets/stylesheets/main.scss */
#footer .column.first-child .vcard br {
  display: none;
}

/* line 998, app/assets/stylesheets/main.scss */
#footer .column.first-child .vcard .adr .street-address:after {
  content: ', ';
}

/* line 1001, app/assets/stylesheets/main.scss */
#footer .column.first-child .vcard .adr .locality:after {
  content: ', ';
}

/* line 1009, app/assets/stylesheets/main.scss */
#footer h2 {
  margin-bottom: 0.5em;
  margin-top: 0;
  color: #333;
  font-size: 1em;
  font-weight: bold;
}

/* line 1017, app/assets/stylesheets/main.scss */
#footer ul {
  margin-top: 0;
}

/* line 1021, app/assets/stylesheets/main.scss */
#footer .contact {
  float: left;
  margin-right: 4%;
  width: 30%;
}

/* line 1027, app/assets/stylesheets/main.scss */
#footer a img {
  border: none;
}

/* Site map */
/* line 1033, app/assets/stylesheets/main.scss */
#footer .sitemap {
  float: left;
  margin-left: 4%;
  width: 66%;
}

/* line 1039, app/assets/stylesheets/main.scss */
.sitemap dl {
  float: left;
  font-weight: bold;
  margin-left: 0;
  margin-right: 1%;
  width: 23.9%;
}

/* line 1047, app/assets/stylesheets/main.scss */
.sitemap dl ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

/* line 1053, app/assets/stylesheets/main.scss */
.sitemap dl ul li {
  float: none;
  font-weight: normal;
  margin-left: 1.75em;
  width: 85%;
}

/* line 1060, app/assets/stylesheets/main.scss */
.sitemap dl {
  margin-top: 0;
}

/* line 1064, app/assets/stylesheets/main.scss */
.sitemap dd {
  margin-left: 0;
}

/* Columnized pages */
/* line 1070, app/assets/stylesheets/main.scss */
.main {
  float: left;
  width: 66%;
  padding: 25px;
}

/* Center images in main content areas */
/* line 1077, app/assets/stylesheets/main.scss */
.main img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1083, app/assets/stylesheets/main.scss */
.sidebar {
  position: absolute;
  top: 25%;
  right: 20px;
  margin-bottom: 1em;
  width: 30%;
}

/* line 1091, app/assets/stylesheets/main.scss */
.sidebar ul {
  padding-left: 1.5em;
}

/* line 1095, app/assets/stylesheets/main.scss */
.sidebar h1 {
  font-size: 1.4em;
}

/* Secondary navigation elements in the sidebar */
/* line 1100, app/assets/stylesheets/main.scss */
.secondary_navigation ul,
ul.secondary_navigation {
  background-color: #d9dee5;
  list-style-type: none;
  padding: 0;
}

/* line 1107, app/assets/stylesheets/main.scss */
.secondary_navigation li,
ul.secondary_navigation li {
  border-bottom: 1px solid #ffffff;
  margin-left: 0;
}

/* line 1113, app/assets/stylesheets/main.scss */
.secondary_navigation a,
ul.secondary_navigation a {
  color: #677386;
  display: block;
  line-height: 1em;
  padding: 0.4em 1em;
}

/* line 1121, app/assets/stylesheets/main.scss */
.secondary_navigation a:hover,
ul.secondary_navigation a:hover {
  background-color: #677386;
  color: #ffffff;
  text-decoration: none;
}

/* line 1128, app/assets/stylesheets/main.scss */
.help {
  background: #f2f7d4 url(/assets/help_huge-73a13101693cc9f33d88e482cc4b3cd9c795507f3a8be88adcc877df1c171347.gif) no-repeat 90%;
  background-size: 50px;
  border: 0.5em solid #e1ec9c;
  margin-top: 1em;
  padding: 1em;
  /* ToDo: Proper corners
  -moz-border-radius: 1em;*/
}

/* line 1139, app/assets/stylesheets/main.scss */
.help h1,
.help h2 {
  margin-top: 0;
}

/* line 1144, app/assets/stylesheets/main.scss */
.mouseover_help {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/* line 1146, app/assets/stylesheets/main.scss */
.mouseover_help:hover {
  cursor: help;
}

/* For 2-column pages */
/* line 1152, app/assets/stylesheets/main.scss */
.wide-column {
  float: left;
  margin-bottom: 1em;
  margin-left: 2%;
  margin-right: 0;
  width: 48%;
}

/* line 1160, app/assets/stylesheets/main.scss */
.wide-column:first-child,
.wide-column.first-child {
  margin-left: 0;
}

/* For 3-column pages */
/* line 1166, app/assets/stylesheets/main.scss */
.column {
  float: left;
  margin-bottom: 1em;
  margin-left: 6%;
  margin-right: 0;
  width: 29%;
}

/* line 1174, app/assets/stylesheets/main.scss */
.column-2x {
  width: 58%;
}

/* line 1178, app/assets/stylesheets/main.scss */
.dense-column {
  margin-bottom: 1em;
  margin-left: 2%;
  margin-right: 0;
  width: 31%;
}

/* line 1185, app/assets/stylesheets/main.scss */
.dense-column:first-child,
.dense-column.first-child,
.column:first-child,
.column.first-child {
  margin-left: 0;
}

/* Context navigation */
/* Based on Eric Meyer's tabbed navbar <http://css.maxdesign.com.au/listamatic/horizontal05.htm> */
/* line 1195, app/assets/stylesheets/main.scss */
.context_navigation {
  background: url(/assets/tab_line-b4a2f05a5519d28c68c79dce318b6ec9afa538aa2d623d31fde1791a176a26ee.gif) repeat-x 0 100%;
  position: relative;
}

/* line 1206, app/assets/stylesheets/main.scss */
.order-plan-wrapper p {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  font-family: 'lucida grande', verdana, arial, sans-serif;
}

/* line 1214, app/assets/stylesheets/main.scss */
#page-content {
  padding: 20px;
  min-height: 50svh;
}

/* line 1222, app/assets/stylesheets/main.scss */
#page-content .history-content li,
#page-content .messages-content li,
#page-content .latest-changes li,
#page-content .user-page li {
  margin-left: 26px;
}

/* line 1226, app/assets/stylesheets/main.scss */
#page-content .history-content h1,
#page-content .messages-content h1,
#page-content .latest-changes h1,
#page-content .user-page h1 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}

/* line 1231, app/assets/stylesheets/main.scss */
#page-content .history-content h2,
#page-content .messages-content h2,
#page-content .latest-changes h2,
#page-content .user-page h2 {
  margin-bottom: 0.6em;
  margin-top: 1.8em;
}

/* line 1236, app/assets/stylesheets/main.scss */
#page-content .history-content p,
#page-content .messages-content p,
#page-content .latest-changes p,
#page-content .user-page p {
  font-size: 1em;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

/* The following is a test to support headline content inside the context navigation */
/* line 1245, app/assets/stylesheets/main.scss */
.context_navigation h1,
h1.entity-name,
.context_navigation h2 {
  /*float: left;*/
  line-height: 1.2em;
  margin: 0;
  max-width: 50%;
  padding-bottom: 0.1em;
}

/* line 1254, app/assets/stylesheets/main.scss */
.context_navigation .wrapper h1,
h1.entity-name {
  padding-left: 40px;
  min-height: 35px;
  line-height: 35px;
}

/* line 1260, app/assets/stylesheets/main.scss */
.unknown-user h1.entity-name {
  padding-left: 80px;
  min-height: 64px;
  line-height: 64px;
}

/* line 1266, app/assets/stylesheets/main.scss */
.unknown-user .person-summary .header {
  background: transparent url(/assets/sprites/person-21b17626658cc335365bb733caae0e77b135ab1b7e8ac49404dea2b4d4dfe931.gif) no-repeat;
  padding-left: 80px;
  min-height: 60px;
}

/* line 1273, app/assets/stylesheets/main.scss */
.unknown-user .company-summary .header {
  background: transparent url(/assets/sprites/factory-2b37924de9a0d0c786550d4b92788f6a5e05e6105417bcc28be88a1bdb9a1186.gif) no-repeat;
  padding-left: 80px;
  min-height: 60px;
}

/* line 1280, app/assets/stylesheets/main.scss */
.unknown-user .header h4 {
  margin-top: 0;
}

/* line 1285, app/assets/stylesheets/main.scss */
#public_description {
  max-width: 800px;
  margin: 10px 0px;
}

/* line 1290, app/assets/stylesheets/main.scss */
#public_notice {
  display: inline-block;
  font-weight: bold;
  max-width: 800px;
  margin: 10px 0px;
  padding: 5px 10px;
  background-color: blanchedalmond;
  border: 1px solid darkgoldenrod;
  color: darkgoldenrod;
  border-radius: 3px;
}

/* line 1304, app/assets/stylesheets/main.scss */
#ejf_company .context_navigation h1,
#companies .context_navigation h1,
#companies h1.entity-name,
#produktionsenheder h1.entity-name {
  background: transparent url(/assets/sprites/factory_small-55e30a39dc982a806e5eb20db9cded5d4cadcf9eabfec884f487e728fd438875.gif) no-repeat;
}

/* line 1312, app/assets/stylesheets/main.scss */
#ejf_people .context_navigation h1,
#people .context_navigation h1,
#people h1.entity-name {
  background: transparent url(/assets/sprites/person_small-4c72f0b179a9ebac199723071cb8d72b5b66c3bfaec744d54a0781a55749b0b0.gif) no-repeat;
}

/* line 1318, app/assets/stylesheets/main.scss */
#companies .unknown-user h1.entity-name,
#people .unknown-user h1.entity-name {
  display: none;
}

/* line 1323, app/assets/stylesheets/main.scss */
#manuel #ejf_uuid {
  width: 300px;
}

/* line 1327, app/assets/stylesheets/main.scss */
#ejf_ejendom .context_navigation h1,
#properties .context_navigation h1,
#properties h1.entity-name {
  background: transparent url(/assets/sprites/property_small-f104cc8ce2289e8a2b66a1273011d6d0fb6876a706c418ccf67438536c24d58a.gif) no-repeat;
}

/* line 1333, app/assets/stylesheets/main.scss */
#properties .unknown-user h1.entity-name {
  background: transparent url(/assets/sprites/property-f8260607cb5ae15cb6d8db594e3b6b5293f18ff7ea10c4bae2b9406841228986.gif) no-repeat;
}

/* line 1338, app/assets/stylesheets/main.scss */
.context_navigation h2 {
  line-height: 1em;
  padding-top: 0.43em;
}

/* line 1343, app/assets/stylesheets/main.scss */
.context_navigation .wrapper {
  border-top: 1px solid #ffffff;
  /* This fixes an issue with Safari, where absolutely position
                                    elements inside a relative positioned block aren't placed
                                    properly. */
  position: relative;
  width: 100%;
  height: 70px;
}

/* line 1353, app/assets/stylesheets/main.scss */
.monitor-content {
  padding: 14px;
}

/* line 1357, app/assets/stylesheets/main.scss */
.key-figures-top-content {
  display: flex;
  flex-direction: column;
}

/* line 1360, app/assets/stylesheets/main.scss */
.key-figures-top-content .tool {
  align-self: flex-end;
}

/* line 1365, app/assets/stylesheets/main.scss */
.profile-top-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
}

/* line 1371, app/assets/stylesheets/main.scss */
.profile-top-content .base-data-and-monitor {
  width: 80%;
}

/* line 1374, app/assets/stylesheets/main.scss */
.profile-top-content .base-data-and-monitor td {
  padding-left: 4px;
}

/* line 1379, app/assets/stylesheets/main.scss */
.context_navigation ul {
  margin-right: 0;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 0;
  padding-bottom: 0;
  bottom: 0;
  float: right;
  position: absolute;
  right: 0;
  display: flex;
  gap: 5px;
}

/* line 1396, app/assets/stylesheets/main.scss */
.context_navigation li {
  float: left;
  list-style: none;
  border-width: 1px;
  border-color: #677386;
  border-style: solid;
  border-radius: 5px 5px 0px 0px;
  background-color: #d9dee5;
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 1415, app/assets/stylesheets/main.scss */
.context_navigation li.current-page {
  background-color: #fcfdff;
  border-bottom-color: #fcfdff;
}

/* line 1421, app/assets/stylesheets/main.scss */
.context_navigation li a {
  display: block;
  width: auto;
  text-align: center;
  text-decoration: none;
  padding: 0;
}

/* line 1434, app/assets/stylesheets/main.scss */
.context_navigation li a:link,
.context_navigation li a:visited {
  color: #666666;
}

/* line 1439, app/assets/stylesheets/main.scss */
.context_navigation li:hover {
  background-position: 100% 0;
}

/* line 1443, app/assets/stylesheets/main.scss */
.context_navigation li:hover a {
  background-position: 0 0;
  color: #000000;
}

/* line 1448, app/assets/stylesheets/main.scss */
.context_navigation li.current {
  background-position: 100% 0;
  /* This is the active state */
  border-bottom: 1px solid #ffffff;
}

/* line 1453, app/assets/stylesheets/main.scss */
.context_navigation li.current a,
body.edit li.edit a,
body.history li.history a,
body.new li.new a,
body.show li.show a {
  background-position: 0 0;
  /* This is the active state */
  padding-bottom: 1px;
  font-weight: bold;
  padding-bottom: 0;
}

/* line 1464, app/assets/stylesheets/main.scss */
#info-notice {
  background-color: #e7ffd0;
  border: 1px solid #2fd202;
  margin: 3px;
  padding: 1em;
  text-align: center;
  border-radius: 5px;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 1476, app/assets/stylesheets/main.scss */
#maintenance-notice {
  background-color: #ffffd6;
  border: 1px solid #d2d202;
  margin: 3px;
  padding: 1em;
  text-align: center;
  border-radius: 5px;
}

/* line 1485, app/assets/stylesheets/main.scss */
.flash.notice {
  background-color: #fef9c3;
  /* yellow-100 */
  border: 0.5em solid #fde047;
  /* yellow-300 */
  margin: 1em 0 2em 0;
  padding: 1em;
  text-align: center;
}

/* line 1493, app/assets/stylesheets/main.scss */
.flash.success {
  background-color: #dcfce7;
  /* green-100 */
  border: 0.5em solid #86efac;
  /* green-300 */
  margin: 1em 0 2em 0;
  padding: 1em;
  text-align: center;
}

/* line 1501, app/assets/stylesheets/main.scss */
.flash.alert {
  background-color: #ffedd5;
  /* orange-100 */
  border: 0.5em solid #fdba74;
  /* orange-300 */
  margin: 1em 0 2em 0;
  padding: 1em;
  text-align: center;
  font-weight: bold;
}

/* line 1510, app/assets/stylesheets/main.scss */
.flash.error {
  background-color: #fee2e2;
  /* red-100 */
  border: 0.5em solid #fca5a5;
  /* red-300 */
  margin: 1em 0 2em 0;
  padding: 1em;
  text-align: center;
  font-weight: bold;
}

/* History elements
------------------------------------ */
/* line 1522, app/assets/stylesheets/main.scss */
.changes {
  font-weight: normal;
  margin-top: 0;
}

/* Search areas
------------------------------------ */
/* line 1530, app/assets/stylesheets/main.scss */
form.search {
  border-radius: 10px;
  border: 1px solid #999;
  /* #677386 */
  padding: 1.5em;
  margin-bottom: 1em;
  background: #d9dee5;
  text-align: center;
}

/* line 1539, app/assets/stylesheets/main.scss */
form.search label {
  display: block;
}

/* line 1543, app/assets/stylesheets/main.scss */
form.search input#query,
form.search .query {
  width: 20em;
}

/* line 1548, app/assets/stylesheets/main.scss */
form.search a:link {
  color: #677386;
}

/* Advanced search
------------------------------------ */
/* line 1555, app/assets/stylesheets/main.scss */
#query_builder {
  /*background-image: url(/assets/advanced_search_gradient.gif);*/
  margin-top: 10px;
}

/* line 1560, app/assets/stylesheets/main.scss */
#query_builder table {
  margin: 0;
  /*width: 100%;*/
  border-spacing: 0;
  /*min-width: 58em;*/
  min-width: 864px;
}

/* line 1568, app/assets/stylesheets/main.scss */
#query_builder.panel table {
  min-width: 0;
}

/* line 1571, app/assets/stylesheets/main.scss */
.advanced #results {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

/* line 1579, app/assets/stylesheets/main.scss */
.advanced #results .map {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 1584, app/assets/stylesheets/main.scss */
.advanced #results .map p a {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ad570d;
  text-decoration: none;
}

/* line 1590, app/assets/stylesheets/main.scss */
.advanced #results .map p a:hover {
  text-decoration: underline;
  color: #e57304;
}

/* line 1598, app/assets/stylesheets/main.scss */
.map p a.icon {
  color: #ad570d;
  text-decoration: none;
}

/* line 1601, app/assets/stylesheets/main.scss */
.map p a.icon:hover {
  text-decoration: underline;
  color: #e57304;
}

/* line 1607, app/assets/stylesheets/main.scss */
.advanced #results:has(.map) {
  min-height: 75vh;
}

/* line 1611, app/assets/stylesheets/main.scss */
#query_builder td,
#query_builder th {
  border-right: none;
  /*border-top: 1px solid #FFFFFF;*/
  padding: 0.7em 0.5em;
  text-align: left;
  vertical-align: top;
}

/* line 1620, app/assets/stylesheets/main.scss */
#query_builder td {
  background-color: transparent;
  margin: 1em 0;
  padding: 0;
}

/* line 1626, app/assets/stylesheets/main.scss */
#query_builder th {
  background-color: transparent;
}

/* line 1630, app/assets/stylesheets/main.scss */
#query_builder label {
  font-weight: bold;
}

/* line 1634, app/assets/stylesheets/main.scss */
#query_builder fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* Nested tables :o/ */
/* line 1641, app/assets/stylesheets/main.scss */
#query_builder td td,
#query_builder td th {
  border: none;
  padding: 0.6em 0.5em;
}

/* line 1647, app/assets/stylesheets/main.scss */
#query_builder td td {
  padding-top: 0.3em;
}

/* kpr: advanced search quickfix */
/*width: 215px;*/
/* line 1656, app/assets/stylesheets/main.scss */
#query_builder .submit td {
  padding-top: 0.5em;
}

/* line 1660, app/assets/stylesheets/main.scss */
#query_builder th {
  width: 130px;
}

/* line 1664, app/assets/stylesheets/main.scss */
#query_builder th.searchlabel {
  width: 215px;
}

/* line 1668, app/assets/stylesheets/main.scss */
#query_builder tr.section_seperator > th,
#query_builder tr.section_seperator > td {
  border-top: lightgray solid 1px;
  padding-top: 10px;
}

/* line 1676, app/assets/stylesheets/main.scss */
#query_builder .key-figures-search input[type='text'],
#query_builder .key-figures-search input[type='number'] {
  width: 15.5em;
}

/* line 1681, app/assets/stylesheets/main.scss */
tbody.query-group {
  border-radius: 10px;
  border: 1px solid #999;
  /* #677386 */
  padding: 5px;
  margin-bottom: 1em;
  display: block;
  background: #d9dee5;
}

/* line 1690, app/assets/stylesheets/main.scss */
#query_builder input[type='submit'] {
  padding: 0.75em;
  color: #fff;
  background-color: #009900;
  text-shadow: 1px 1px 3px #666;
  border: none;
  margin: 0.5em;
  margin-top: 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* line 1702, app/assets/stylesheets/main.scss */
#query_builder input[type='submit']:hover {
  background-color: #00aa00;
}

/* line 1706, app/assets/stylesheets/main.scss */
form .help {
  background-color: transparent;
}

/* line 1710, app/assets/stylesheets/main.scss */
.advanced #add_criteria {
  text-align: right;
}

/* line 1714, app/assets/stylesheets/main.scss */
.advanced #contents,
#property_search #contents,
.cvr_extract #contents {
  padding: 20px;
}

/* line 1720, app/assets/stylesheets/main.scss */
#trades_trades {
  height: 10em;
  width: 25em;
}

/* line 1725, app/assets/stylesheets/main.scss */
.ui-multiselect-checkboxes li {
  margin-left: 0;
}

/* line 1728, app/assets/stylesheets/main.scss */
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: left;
}

/* line 1731, app/assets/stylesheets/main.scss */
.ui-multiselect-filter {
  margin-right: 0;
  width: 85%;
}

/* line 1735, app/assets/stylesheets/main.scss */
.ui-multiselect-filter input {
  font-family: inherit;
  width: 80%;
}

/* line 1740, app/assets/stylesheets/main.scss */
.ui-multiselect-checkboxes li {
  margin-left: 0;
}

/* line 1743, app/assets/stylesheets/main.scss */
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  font-weight: bold;
  text-align: left;
}

/* line 1747, app/assets/stylesheets/main.scss */
.ui-multiselect-filter {
  margin-right: 0;
  width: 85%;
}

/* line 1751, app/assets/stylesheets/main.scss */
.ui-multiselect-filter input {
  font-family: inherit;
  width: 80%;
}

/* line 1755, app/assets/stylesheets/main.scss */
button.ui-multiselect {
  font: inherit;
}

/* line 1758, app/assets/stylesheets/main.scss */
.ui-helper-reset li {
  margin-left: 0;
}

/* line 1761, app/assets/stylesheets/main.scss */
.ui-helper-reset a {
  font-weight: normal;
}

/* line 1764, app/assets/stylesheets/main.scss */
#trades_list {
  margin: 0;
  background-color: #fff;
  border: 1px solid #999;
  padding: 0 1em;
  height: 20em;
  overflow: auto;
}

/* line 1773, app/assets/stylesheets/main.scss */
.clean_list {
  margin: 0;
  padding: 0;
}

/* line 1777, app/assets/stylesheets/main.scss */
.clean_list li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* line 1785, app/assets/stylesheets/main.scss */
li.main_trade a:hover {
  text-decoration: none;
}

/* line 1788, app/assets/stylesheets/main.scss */
li.main_trade ul {
  padding-left: 18px;
}

/* line 1791, app/assets/stylesheets/main.scss */
ud.sub_trade {
  padding-bottom: 6px;
}

/* Searching for users in the admin area
------------------------------------ */
/* line 1798, app/assets/stylesheets/main.scss */
body#user #contents .search table {
  width: 99%;
}

/* line 1802, app/assets/stylesheets/main.scss */
body#user .query {
  width: 99%;
}

/* line 1806, app/assets/stylesheets/main.scss */
body#user .search label {
  text-align: left;
  font-weight: bold;
}

/* User pages
------------------------------------ */
/* line 1814, app/assets/stylesheets/main.scss */
#contents .unknown-user {
  padding: 2.5em 60px;
  font-size: 1.3em;
}

/* line 1819, app/assets/stylesheets/main.scss */
#companies #contents .unknown-user,
#people #contents .unknown-user {
  padding: inherit;
  font-size: inherit;
}

/* line 1825, app/assets/stylesheets/main.scss */
.unknown-user .signup,
.unknown-user .button,
.unknown-user .case blockquote,
.unknown-user .case .author {
  font-size: 0.8em;
}

/* line 1831, app/assets/stylesheets/main.scss */
#contents .unknown-user .signup {
  font-size: 12px;
}

/* line 1835, app/assets/stylesheets/main.scss */
table.users {
  border-collapse: collapse;
  width: 99%;
}

/* line 1840, app/assets/stylesheets/main.scss */
table.users h2 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 1845, app/assets/stylesheets/main.scss */
table.users tr {
  border-bottom: 1px solid #cccccc;
}

/* line 1849, app/assets/stylesheets/main.scss */
table.users th {
  background-color: #eeeeee;
  border: 0;
  text-align: left;
}

/* line 1855, app/assets/stylesheets/main.scss */
table.users td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  vertical-align: middle;
}

/* Services */
/* line 1863, app/assets/stylesheets/main.scss */
table.services #email {
  width: 98%;
}

/* line 1867, app/assets/stylesheets/main.scss */
input.select_on_hover {
  font-family: monospace;
  font-size: larger;
  cursor: grab;
  cursor: -webkit-grab;
  border: none;
  background: inherit;
  padding: 0;
  margin: 0;
  width: auto;
  overflow: visible;
  text-indent: 0;
}

/* line 1881, app/assets/stylesheets/main.scss */
input.select_on_hover:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* Login form
------------------------------------ */
/* line 1889, app/assets/stylesheets/main.scss */
div.login {
  border: 0.5em solid #cccccc;
  clear: both;
  float: left;
  /* We need to float this element, or Safari collapses it horizontally. */
  margin: 1em 0;
  overflow: auto;
  padding: 0;
  width: 99%;
}

/* line 1899, app/assets/stylesheets/main.scss */
div.login form h2 {
  margin-top: 0;
  margin-bottom: 1em;
}

/* line 1904, app/assets/stylesheets/main.scss */
form.login,
form.user_new {
  float: left;
  margin: 0 1em;
  /*width: 48%;
  height: 19em;*/
  overflow: auto;
}

/* line 1913, app/assets/stylesheets/main.scss */
.dynamic_login form {
  width: 48%;
  margin: 1em 1em 0 1em;
}

/* line 1918, app/assets/stylesheets/main.scss */
div.login dl {
  margin: 0;
}

/* line 1922, app/assets/stylesheets/main.scss */
div.login dd {
  margin-left: 0;
  margin-bottom: 1em;
}

/* line 1927, app/assets/stylesheets/main.scss */
div.login input#email {
  width: 20em;
}

/* line 1931, app/assets/stylesheets/main.scss */
div.login input#password {
  width: 10em;
}

/* line 1935, app/assets/stylesheets/main.scss */
div.login .help {
  background-color: transparent;
  border: none;
  padding: 0;
}

/* line 1941, app/assets/stylesheets/main.scss */
div.login .promotion {
  margin: 1em;
}

/* About element */
/* line 1945, app/assets/stylesheets/main.scss */
.aboutX {
  border: 0.5em solid #cccccc;
  clear: both;
  margin-bottom: 1em;
  margin-top: 1em;
  overflow: hidden;
  position: relative;
}

/* line 1954, app/assets/stylesheets/main.scss */
.aboutX .numbers {
  float: left;
  width: 48%;
  margin: 0.5em 0 0.5em 0.5em;
}

/* Generic promotion element
------------------------------------ */
/* line 1963, app/assets/stylesheets/main.scss */
.promotion,
#home .login .promotion {
  background: #86a432 url(/assets/intro_gradient-c69bd2938e870d499117084a04491b57fbab6ad62e0ab20e32f2b08c0a94b3eb.gif) 0 100% repeat-x;
  border: 0.5em solid #576d1f;
  color: #ffffff;
  margin-bottom: 1em;
  margin-top: 1em;
  overflow: hidden;
  position: relative;
  float: right;
}

/* line 1978, app/assets/stylesheets/main.scss */
.promotion .inner {
  margin: 1.5em;
}

/* line 1982, app/assets/stylesheets/main.scss */
.promotion h1 {
  margin-top: 0;
}

/* line 1986, app/assets/stylesheets/main.scss */
.promotion form,
.promotion h2 {
  text-align: center;
}

/* line 1991, app/assets/stylesheets/main.scss */
.promotion .inner h2 {
  border: none;
  color: #ffffff;
  margin-top: 0 !important;
}

/* line 1997, app/assets/stylesheets/main.scss */
div.button,
div.signup {
  background: url(/assets/buttons/glossy_darkaa_right-9ccdba3ad9732c7c923efebdde844d1f3a978be5105a7abb3250650bdec80440.gif) no-repeat 100% 0;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  padding-right: 16px;
  width: 90%;
}

/* line 2009, app/assets/stylesheets/main.scss */
div.button a,
div.signup a {
  background: url(/assets/buttons/glossy_darkaa_background-d8d2283a68c1f9c46d435ffd9194b2402e14f5974df3d4348ecd98770ce0a363.gif) repeat-x;
  color: #ffffff;
  display: block;
  font-weight: bold;
  height: 26px;
  line-height: 1em;
  padding-top: 10px;
  padding-left: 16px;
  text-align: center;
}

/* line 2023, app/assets/stylesheets/main.scss */
div.button a:visited,
div.signup a:visited {
  color: #ffffff;
}

/* Home page
------------------------------------ */
/* line 2031, app/assets/stylesheets/main.scss */
#home #navigation {
  border-bottom: 0.5em solid #d9dee5;
}

/* line 2035, app/assets/stylesheets/main.scss */
#home #secondary_navigation {
  display: none;
}

/* line 2039, app/assets/stylesheets/main.scss */
#home .column h2,
#home .column h3,
#companies #contents .unknown-user .column h2,
#people #contents .unknown-user .column h2 {
  border-bottom: 1px solid #d9dee5;
}

/* line 2046, app/assets/stylesheets/main.scss */
#home .promotion {
  background: #576d1f url(/assets/home/golf_club-a4efb100e83939ecd79377e8517c5c23bb0ad5bae1f1a1b06894499a5b3b86a4.jpg) 60% 100% repeat-x;
  /* min-height: 250px; */
}

/* line 2052, app/assets/stylesheets/main.scss */
#text {
  float: left;
  width: 50%;
}

/* line 2057, app/assets/stylesheets/main.scss */
#case {
  margin: 2em 1.5em;
  width: 83%;
}

/* line 2062, app/assets/stylesheets/main.scss */
#case a {
  color: #ffffff;
}

/* line 2066, app/assets/stylesheets/main.scss */
#case a:hover {
  background-color: transparent;
  color: #ffffff;
}

/* line 2071, app/assets/stylesheets/main.scss */
#home blockquote {
  background: url(/assets/promotion_quote_start-c54b6a546233eb3121598a58589bd2f8cafa4582d789f922811929450c46c1d3.gif) no-repeat 0em 0.3em;
  font-family: georgia, times, serif;
  font-size: 1.4em;
  line-height: 1.5em;
  margin: 1em 0;
  padding: 0 1.4em;
}

/* line 2081, app/assets/stylesheets/main.scss */
blockquote p {
  margin-top: 0;
}

/* line 2085, app/assets/stylesheets/main.scss */
#case .author,
.case .author,
#home #cases .author {
  padding: 0 2em;
  text-align: right;
}

/* line 2092, app/assets/stylesheets/main.scss */
#home #cases h3 {
  border-bottom: none;
}

/* line 2096, app/assets/stylesheets/main.scss */
#home #cases .author,
.case .author,
#home #cases blockquote {
  background-image: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

/* line 2105, app/assets/stylesheets/main.scss */
#cases #content .case .author {
  float: right;
}

/* line 2109, app/assets/stylesheets/main.scss */
#home #cases blockquote,
.case blockquote {
  background: url(/assets/cases/speech_bubble-d6c64440a090e8836c0c5335041dd15d761d62a7e5b1d9f351fab5bcace0c93e.gif) 0 0 no-repeat;
  font-size: 1em;
  margin-bottom: 0;
  padding: 1.6em 0 0 1em;
}

/* line 2118, app/assets/stylesheets/main.scss */
.case img.image-right {
  margin: 0 0 1em 0.5em;
  float: right;
}

/* line 2123, app/assets/stylesheets/main.scss */
img.image-left {
  margin: 0 0.5em 1em 0;
  float: left;
}

/* line 2128, app/assets/stylesheets/main.scss */
#numbers {
  float: right;
  text-align: left;
  width: 31%;
  /* This roughly aligns the box with the grid */
}

/* line 2134, app/assets/stylesheets/main.scss */
#numbers .inner {
  background-image: url(/assets/transparency/black_50-83294e3b63723e21289d230fd5ef68f153e13a21b7674c27c7096b142f29df3f.png);
  margin: 1em;
  padding: 1em;
}

/* line 2141, app/assets/stylesheets/main.scss */
.numbers h2 {
  font-family: verdana, arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0;
  text-align: left;
}

/* line 2148, app/assets/stylesheets/main.scss */
.numbers ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 2154, app/assets/stylesheets/main.scss */
.numbers li {
  margin-left: 0;
}

/* line 2158, app/assets/stylesheets/main.scss */
.about .numbers h2 {
  font-size: 1.96em;
  margin-top: 0;
}

/* line 2163, app/assets/stylesheets/main.scss */
.about .numbers ul {
  list-style-type: square;
  font-size: 1.4em;
}

/* line 2168, app/assets/stylesheets/main.scss */
.about .numbers li {
  margin: 0.5em 0 0.5em 2em;
}

/* line 2172, app/assets/stylesheets/main.scss */
#numbers li strong {
  font-size: 1em;
}

/* line 2176, app/assets/stylesheets/main.scss */
#numbers a {
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
}

/* line 2182, app/assets/stylesheets/main.scss */
#numbers p {
  margin-bottom: 0;
}

/* line 2186, app/assets/stylesheets/main.scss */
#features li {
  margin-bottom: 1.5em;
}

/* line 2190, app/assets/stylesheets/main.scss */
#features div.signup,
div.signup-light,
div.button-light {
  background-image: url(/assets/buttons/glossy_white_right-3b3070baa4a229a23a765a3b2409c9dbce8e72716f14407644e1cc6152581158.gif);
  padding-right: 1.6em;
}

/* line 2198, app/assets/stylesheets/main.scss */
#features div.signup a,
div.signup-light a,
div.button-light a {
  background-image: url(/assets/buttons/glossy_white_background-70376e2fd01b0e9a3b35eda716d2479e38f10721d366f07419b67c9f0ae97cfb.gif);
  color: #ffffff;
  height: 29px;
  padding-top: 15px;
  padding-left: 22px;
}

/* line 2209, app/assets/stylesheets/main.scss */
.unknown-user .signup {
  max-width: 245px;
}

/* Plans page
------------------------------------ */
/* line 2215, app/assets/stylesheets/main.scss */
.plans #contents {
  overflow: inherit;
}

/* line 2219, app/assets/stylesheets/main.scss */
#user.plans .promotion .inner {
  margin-left: 15%;
  margin-right: 15%;
}

/* line 2224, app/assets/stylesheets/main.scss */
table.plans {
  background-color: #fff;
}

/* line 2228, app/assets/stylesheets/main.scss */
.plans td img {
  border: none;
  display: inline;
  text-align: center;
}

/* line 2234, app/assets/stylesheets/main.scss */
.plans td {
  text-align: center;
  width: 16.6%;
}

/* line 2239, app/assets/stylesheets/main.scss */
tr.header th {
  border: none;
  text-align: center;
}

/* Network page
------------------------------------ */
/* line 2247, app/assets/stylesheets/main.scss */
.connections {
  font-size: 0.8em;
}

/* line 2251, app/assets/stylesheets/main.scss */
ol.network li {
  margin-top: 1em;
}

/* line 2255, app/assets/stylesheets/main.scss */
ol.network li .entity {
  font-weight: bold;
}

/* Key figures page
------------------------------------ */
/* line 2261, app/assets/stylesheets/main.scss */
.center_tabs {
  padding-top: 18px;
  text-align: center;
}

/* line 2265, app/assets/stylesheets/main.scss */
.center_tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}

/* line 2271, app/assets/stylesheets/main.scss */
.center_tabs ul li {
  display: inline-block;
  background-color: #d9dee5;
  border: 1px solid #677386;
  padding: 3px 6px;
}

/* line 2277, app/assets/stylesheets/main.scss */
.center_tabs ul li.active {
  background-color: #fff;
}

/* line 2280, app/assets/stylesheets/main.scss */
.center_tabs ul li a {
  color: #666;
}

/* line 2283, app/assets/stylesheets/main.scss */
.center_tabs ul li.active a {
  color: #666;
  font-weight: bold;
}

/* line 2288, app/assets/stylesheets/main.scss */
.chart {
  border: 0.5em solid #ffffff;
  height: 50px;
  width: 200px;
}

/* line 2294, app/assets/stylesheets/main.scss */
.company_key_figures_chart,
.person_key_figures_chart {
  height: 250px;
  /*max-width: 1200px;*/
  margin-bottom: 20px;
}

/* line 2301, app/assets/stylesheets/main.scss */
.company_key_figures_chart svg,
.person_key_figures_chart svg {
  float: left;
}

/* key figures descriptions */
/* line 2309, app/assets/stylesheets/main.scss */
div#key_figures_definitions p {
  margin: 0 0 0.5em;
}

/* end key figures descriptions */
/* line 2315, app/assets/stylesheets/main.scss */
table.key_figures td,
table.person_key_figures td {
  height: 3em;
}

/* line 2320, app/assets/stylesheets/main.scss */
table.key_figures tr:hover,
table.person_key_figures tr:hover {
  background: #eee;
}

/* line 2325, app/assets/stylesheets/main.scss */
table.key_figures {
  border-collapse: collapse;
  margin-top: 0;
  margin-bottom: 1em;
  width: 100%;
}

/* line 2332, app/assets/stylesheets/main.scss */
table.key_figures th {
  vertical-align: middle;
  width: 12em;
}

/* line 2337, app/assets/stylesheets/main.scss */
table.key_figures td {
  text-align: right;
}

/* line 2341, app/assets/stylesheets/main.scss */
table.key_figures td span.amount {
  /* Hide the nodes showing the real amount, they are just there for the graphs to pick them up */
  display: none;
}

/* line 2345, app/assets/stylesheets/main.scss */
table.key_figures td span.growth {
  background-repeat: no-repeat;
  display: block;
  float: right;
  margin: 0 0.2em;
  min-width: 4em;
  padding-left: 12px;
  width: 4em;
}

/* line 2354, app/assets/stylesheets/main.scss */
table.key_figures td span.positive {
  color: #0c0;
  background-image: url(/assets/icons/GreenUpArrow_12x18-012831491caaeb54d73c5dc9cc7411f0b3207b0b8d7e653db559a8c5422e2801.png);
}

/* line 2359, app/assets/stylesheets/main.scss */
table.key_figures td span.negative {
  color: #f00;
  background-image: url(/assets/icons/RedDownArrow_12x18-17dff5d49460523641fccc40625c872c5daead488ae6a44bc3039d8d0d6eb7b5.png);
}

/* line 2368, app/assets/stylesheets/main.scss */
tr#audit_remarks_neutral div, tr#audit_remarks_negative div {
  margin-bottom: 3px;
  margin-top: 3px;
}

/* line 2378, app/assets/stylesheets/main.scss */
body.key_figures h2, body.person_key_figures h2 {
  margin: 2em 0 0 0;
}

/* line 2385, app/assets/stylesheets/main.scss */
table.key_figures td {
  border: 1px solid #666;
  vertical-align: middle;
}

/* line 2389, app/assets/stylesheets/main.scss */
table.key_figures th {
  border: 1px solid #666;
}

/* line 2394, app/assets/stylesheets/main.scss */
table.person_key_figures {
  border-collapse: collapse;
  margin-top: 0;
  margin-bottom: 1em;
  width: 100%;
}

/* line 2399, app/assets/stylesheets/main.scss */
table.person_key_figures th {
  border: 1px solid #666;
  vertical-align: middle;
}

/* line 2402, app/assets/stylesheets/main.scss */
table.person_key_figures th.title {
  font-weight: normal;
  font-size: 0.7em;
  width: 12em;
}

/* line 2407, app/assets/stylesheets/main.scss */
table.person_key_figures th.category {
  text-align: right;
}

/* line 2411, app/assets/stylesheets/main.scss */
table.person_key_figures td {
  text-align: right;
  border: 1px solid #666;
  vertical-align: middle;
}

/* line 2415, app/assets/stylesheets/main.scss */
table.person_key_figures td span.amount {
  /* Hide the nodes showing the real amount, they are just there for the graphs to pick them up */
  display: none;
}

/* line 2422, app/assets/stylesheets/main.scss */
.color.turnover {
  background-color: #ff0000;
}

/* Administration stuff
------------------------------------ */
/* line 2429, app/assets/stylesheets/main.scss */
.admin {
  border: 0.5em solid #677386;
  margin-top: 1em;
  overflow: auto;
  padding: 1em;
}

/* line 2436, app/assets/stylesheets/main.scss */
.admin h2 {
  margin-top: 0;
}

/* line 2440, app/assets/stylesheets/main.scss */
.admin table {
  margin: 0;
}

/* line 2444, app/assets/stylesheets/main.scss */
#tools form {
  border-right: 1px solid #d9dee5;
  padding-right: 1em;
  margin-right: 1em;
}

/* line 2450, app/assets/stylesheets/main.scss */
#services_used {
  overflow: auto;
}

/* line 2453, app/assets/stylesheets/main.scss */
#services_used .services-view {
  float: left;
}

/* line 2457, app/assets/stylesheets/main.scss */
#services_used table {
  float: left;
  width: 30%;
}

/* line 2462, app/assets/stylesheets/main.scss */
#services_used #soejlediagram {
  outline: 1px solid black;
  background-image: linear-gradient(black, #5c5a6c);
  width: 620px;
  padding: 10px;
  float: right;
  color: #f0f0f0;
}

/* line 2470, app/assets/stylesheets/main.scss */
#services_used #soejlediagram .logins-block,
#services_used #soejlediagram .views-block {
  width: 10px;
}

/* line 2475, app/assets/stylesheets/main.scss */
#services_used #soejlediagram .logins-block {
  background-color: #eab308;
}

/* line 2479, app/assets/stylesheets/main.scss */
#services_used #soejlediagram .views-block {
  background-color: #60a5fa;
}

/* line 2483, app/assets/stylesheets/main.scss */
#services_used #soejlediagram .headline {
  font-size: large;
  font-weight: bolder;
  text-align: center;
}

/* line 2489, app/assets/stylesheets/main.scss */
#services_used #soejlediagram .legend {
  text-align: center;
  padding-top: 10px;
}

/* line 2493, app/assets/stylesheets/main.scss */
#services_used #soejlediagram .legend .logins-block,
#services_used #soejlediagram .legend .views-block {
  height: 10px;
  display: inline-block;
}

/* line 2499, app/assets/stylesheets/main.scss */
#services_used #soejlediagram .legend .views-block {
  margin-left: 10px;
}

/* line 2504, app/assets/stylesheets/main.scss */
#services_used #soejlediagram .graph-container {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-around;
  text-align: center;
  width: 610px;
  min-height: 200px;
}

/* line 2513, app/assets/stylesheets/main.scss */
#services_used #soejlediagram .graph-container .outer-value-container {
  display: flex;
  flex-direction: row;
  align-items: end;
  padding: 4px;
}

/* line 2520, app/assets/stylesheets/main.scss */
#services_used #soejlediagram .graph-container .value-container,
#services_used #soejlediagram .graph-container .day-container {
  width: 10px;
  font-size: 7pt;
  text-align: center;
}

/* line 2527, app/assets/stylesheets/main.scss */
#services_used #soejlediagram .graph-container .day-container {
  font-size: x-small;
}

/* line 2534, app/assets/stylesheets/main.scss */
#subscriptions {
  margin-bottom: 3em;
}

/* line 2538, app/assets/stylesheets/main.scss */
div.subscription_expired {
  max-width: 800px;
}

/* line 2542, app/assets/stylesheets/main.scss */
table.services td {
  vertical-align: top;
}

/* Entity base data listing
------------------------------------ */
/* line 2549, app/assets/stylesheets/main.scss */
.base_data td ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 2555, app/assets/stylesheets/main.scss */
.base_data td li {
  margin-left: 0;
}

/* line 2559, app/assets/stylesheets/main.scss */
.base_data {
  border-collapse: collapse;
  min-width: 66%;
}

/* line 2564, app/assets/stylesheets/main.scss */
.base_data tr,
.base_data td,
.base_data th {
  border-top: 2px solid #ffffff;
  /* Adds some whitespace between the rows */
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  min-height: 1rem;
}

/* line 2574, app/assets/stylesheets/main.scss */
.base_data tr a,
.base_data tr div,
.base_data tr td,
.base_data td a,
.base_data td div,
.base_data td td,
.base_data th a,
.base_data th div,
.base_data th td {
  padding: 2px;
  min-height: 1rem;
}

/* line 2583, app/assets/stylesheets/main.scss */
.base_data tr.separator td {
  height: 1.8em;
}

/* Relation listings
------------------------------------ */
/* line 2590, app/assets/stylesheets/main.scss */
table.relations,
table.discontinued-relations {
  border-bottom: 2px solid #cccccc;
  border-top: 2px solid #cccccc;
  margin: 1em 0;
  width: 100%;
}

/* line 2598, app/assets/stylesheets/main.scss */
table.relations tr:hover,
table.relations a:hover {
  background-color: #ffffd6;
}

/* line 2603, app/assets/stylesheets/main.scss */
table.discontinued-relations tr:hover,
table.discontinued-relations a:hover {
  background-color: #ffffd6;
}

/* line 2608, app/assets/stylesheets/main.scss */
tr.highlight {
  background-color: #dcebdc;
}

/* line 2611, app/assets/stylesheets/main.scss */
tr.error {
  background-color: #ffcccc;
}

/* edit pages */
/* line 2616, app/assets/stylesheets/main.scss */
#relations-form ul {
  margin-left: 2em;
  margin-top: 0;
}

/* used in reports, where relations style is also used */
/* line 2622, app/assets/stylesheets/main.scss */
.nowrap {
  white-space: nowrap;
}

/* Newsletter stuff
------------------------------------ */
/* line 2629, app/assets/stylesheets/main.scss */
.story {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 2634, app/assets/stylesheets/main.scss */
#newsletter_name {
  width: 15%;
}

/* line 2638, app/assets/stylesheets/main.scss */
#newsletter_subject {
  width: 75%;
}

/* HTTP error pages
------------------------------------ */
/* line 2645, app/assets/stylesheets/main.scss */
body#http_error {
  text-align: center;
}

/* line 2649, app/assets/stylesheets/main.scss */
body#http_error div#contents {
  border: 0.5em solid #677386;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 66%;
}

/* Partners
------------------------------------ */
/* line 2661, app/assets/stylesheets/main.scss */
ul.partners {
  list-style-type: none;
  padding-left: 0;
}

/*
ul.partners li a img {
	border-color: #fff;
}

ul.partners li a:hover img {
	border-color:#e57304;
}
*/
/* Cases
------------------------------------ */
/* line 2681, app/assets/stylesheets/main.scss */
body#cases blockquote {
  font-family: georgia;
  font-size: 1.4em;
  line-height: 1.4em;
}

/* line 2687, app/assets/stylesheets/main.scss */
body#cases .sidebar img {
  float: right;
  margin-left: 1em;
}

/* Weblog
------------------------------------ */
/* line 2695, app/assets/stylesheets/main.scss */
.post h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 2700, app/assets/stylesheets/main.scss */
.post .metadata {
  border-bottom: 1px solid #d9dee5;
  margin-top: 0.5em;
}

/* line 2705, app/assets/stylesheets/main.scss */
.entry {
  margin-bottom: 3em;
}

/* line 2709, app/assets/stylesheets/main.scss */
.entry img {
  margin-bottom: 1em;
}

/* Tour
------------------------------------ */
/* line 2716, app/assets/stylesheets/main.scss */
#info #contents .button,
#tour #contents .button,
#features .button {
  background-image: url(/assets/buttons/glossy_white_right-3b3070baa4a229a23a765a3b2409c9dbce8e72716f14407644e1cc6152581158.gif);
  float: left;
  padding-right: 1.6em;
  margin-bottom: 2em;
  margin-top: 1em;
  width: auto;
}

/* line 2728, app/assets/stylesheets/main.scss */
#info #contents .button a,
#tour #contents .button a,
#features .button a {
  background-image: url(/assets/buttons/glossy_white_background-70376e2fd01b0e9a3b35eda716d2479e38f10721d366f07419b67c9f0ae97cfb.gif);
  height: 29px;
  padding-top: 15px;
  padding-left: 22px;
}

/* line 2738, app/assets/stylesheets/main.scss */
#tour .cases,
#tour .image {
  float: right;
  margin-bottom: 1em;
  margin-left: 2em;
  max-width: 465px;
  width: 465px;
}

/* line 2747, app/assets/stylesheets/main.scss */
#tour .image img {
  width: 100%;
}

/* line 2751, app/assets/stylesheets/main.scss */
#tour .cases {
  width: 30%;
}

/* line 2755, app/assets/stylesheets/main.scss */
#tour .cases .case {
  margin-bottom: 1em;
  width: 100%;
}

/* line 2760, app/assets/stylesheets/main.scss */
#tour .cases .case h3 {
  margin-top: 0;
}

/* For the cases below the "fold" */
/* line 2765, app/assets/stylesheets/main.scss */
#info .case,
#tour .case {
  clear: left;
  float: left;
  width: 46%;
}

/* Entity admin
------------------------------------ */
/* line 2775, app/assets/stylesheets/main.scss */
body.edit a.icon {
  background: no-repeat 0 50%;
  padding-left: 20px;
}

/* line 2780, app/assets/stylesheets/main.scss */
body.edit a.destroy {
  background-image: url(/assets/icons/delete-4ed0ca27e7ef2823b4f130fcabe0bcfc87256e0f285706a0149d331e6fc9a4d6.png);
  display: block;
  height: 16px;
  overflow: hidden;
  padding: 0;
  text-indent: -3000px;
  width: 16px;
}

/* line 2791, app/assets/stylesheets/main.scss */
body.edit a.edit {
  background-image: url(/assets/icons/pencil-92fbc0b27bbbf521a791f224198163cf887bdb44f17eabe8ff248585ccdb1fe5.png);
}

/* line 2796, app/assets/stylesheets/main.scss */
body.edit a.new {
  background-image: url(/assets/icons/add-81d835993e8716a69e8d15d5312ca0bee84546e4315041872e8bd4878390e94b.png);
}

/* line 2801, app/assets/stylesheets/main.scss */
body.edit a:hover {
  text-decoration: none;
}

/* line 2806, app/assets/stylesheets/main.scss */
body.edit a.external:hover {
  background-color: #333366;
  color: #ffffff;
  text-decoration: none;
}

/* line 2812, app/assets/stylesheets/main.scss */
body.edit #relations table {
  width: 99%;
}

/* line 2816, app/assets/stylesheets/main.scss */
body.edit #relations td {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

/* line 2822, app/assets/stylesheets/main.scss */
#relations td {
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}

/* line 2827, app/assets/stylesheets/main.scss */
#relations {
  width: 99%;
}

/* API documentation
------------------------------------ */
/* line 2833, app/assets/stylesheets/main.scss */
code {
  font-size: 12px;
}

/* line 2837, app/assets/stylesheets/main.scss */
ul ul {
  margin-top: 0;
}

/* line 2841, app/assets/stylesheets/main.scss */
#help h3 {
  margin-bottom: 0;
}

/* Highlight new stuff
------------------------------------ */
/* line 2848, app/assets/stylesheets/main.scss */
.new {
  display: block;
  /*	position: absolute; */
}

/* line 2853, app/assets/stylesheets/main.scss */
#promo.new {
  height: 42px;
  text-align: center;
  vertical-align: middle;
}

/* line 2859, app/assets/stylesheets/main.scss */
#promo.new img {
  border: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

/* line 2866, app/assets/stylesheets/main.scss */
#chart_ranges {
  display: none;
}

/* line 2870, app/assets/stylesheets/main.scss */
.group:not(.ignore-old-styles) {
  border: 1px solid #677386;
  padding: 8px;
  margin-top: 40px;
  clear: all;
}

/* line 2876, app/assets/stylesheets/main.scss */
body#person.key_figures h2 {
  margin: 0;
  text-align: center;
}

/* line 2880, app/assets/stylesheets/main.scss */
body#person.key_figures h3 {
  margin: 10px 0 0 0;
  text-align: center;
}

/* line 2885, app/assets/stylesheets/main.scss */
#service_details {
  width: 600px;
  height: 310px;
  overflow-y: auto;
  float: right;
  border: 1px solid #666;
  padding: 6px 0 0 6px;
}

/* line 2893, app/assets/stylesheets/main.scss */
#service_details table {
  width: 500px;
}

/* updater */
/* line 2898, app/assets/stylesheets/main.scss */
dl.yaml dd {
  float: left;
}

/* line 2901, app/assets/stylesheets/main.scss */
input.valid {
  background-color: #ccf;
}

/* line 2905, app/assets/stylesheets/main.scss */
a.button {
  margin: 1px 2px;
  padding: 1px 3px;
  border: 1px solid #ccc;
}

/* line 2911, app/assets/stylesheets/main.scss */
#remote-searchresult img.spinner {
  border: none;
}

/* line 2915, app/assets/stylesheets/main.scss */
.clear {
  clear: both;
}

/* line 2919, app/assets/stylesheets/main.scss */
.no-left-margin {
  margin-left: 0 !important;
}

/* line 2923, app/assets/stylesheets/main.scss */
.double-top-margin {
  margin-top: 2em;
}

/* monitors */
/* line 2930, app/assets/stylesheets/main.scss */
body#monitors h2,
body#monitors h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 2935, app/assets/stylesheets/main.scss */
body#monitors h3 {
  margin-top: 0.8em;
  margin-left: 0.5em;
}

/* line 2939, app/assets/stylesheets/main.scss */
body#monitors ul {
  margin-top: 0;
}

/* messages */
/* line 2946, app/assets/stylesheets/main.scss */
body#messages p {
  margin-top: 0.5em;
}

/* line 2950, app/assets/stylesheets/main.scss */
div.messagebox {
  border: 1px solid #ccc;
  padding: 0 8px;
  margin: 8px 0 24px;
}

/* line 2956, app/assets/stylesheets/main.scss */
div.messagebox p {
  margin-top: 0.5em;
  margin-bottom: 0;
}

/* line 2961, app/assets/stylesheets/main.scss */
form#week-form {
  display: inline;
}

/* line 2965, app/assets/stylesheets/main.scss */
.warning {
  color: #f00;
}

/* line 2969, app/assets/stylesheets/main.scss */
table.updater tr.even th,
table.updater tr.even td {
  border-bottom: 2px solid #666;
}

/* line 2973, app/assets/stylesheets/main.scss */
table.updater tr.odd th,
table.updater tr.odd td {
  border-bottom: 2px solid #666;
  background-color: #dddddd;
}

/* line 2979, app/assets/stylesheets/main.scss */
.visual-legend {
  width: 100%;
  /*height: 200px;*/
  border-top: 1px solid #677386;
  /*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
}

/* line 2987, app/assets/stylesheets/main.scss */
.visual-legend li {
  list-style: none;
  margin: 1em 0.5em;
  clear: both;
  display: block;
  height: 30px;
}

/* line 2994, app/assets/stylesheets/main.scss */
.visual-legend li img {
  border: none;
  vertical-align: middle;
}

/* line 2998, app/assets/stylesheets/main.scss */
.visual-legend li span {
  display: block;
  float: left;
  line-height: 50px;
}

/* line 3004, app/assets/stylesheets/main.scss */
.visual-legend li span.img-container {
  width: 60px;
  display: block;
  text-align: center;
}

/* line 3009, app/assets/stylesheets/main.scss */
.visual-legend .note {
  color: #777;
  font-style: italic;
}

/* line 3014, app/assets/stylesheets/main.scss */
fieldset.enclose {
  border: 1px solid #677386;
  margin-top: 1em;
  padding: 1em;
  float: left;
}

/* line 3021, app/assets/stylesheets/main.scss */
fieldset.enclose p:first-child {
  margin-top: 0;
}

/* line 3025, app/assets/stylesheets/main.scss */
fieldset.enclose table {
  margin-bottom: 1em;
  margin-top: 0;
  width: 100%;
}

/* line 3031, app/assets/stylesheets/main.scss */
fieldset.enclose th {
  width: 14em;
  vertical-align: top;
  font-size: 1.2em;
  padding-top: 0.3em;
}

/* line 3038, app/assets/stylesheets/main.scss */
fieldset.enclose td.formlink {
  font-weight: bold;
  padding-top: 0.5em;
}

/* line 3043, app/assets/stylesheets/main.scss */
fieldset.enclose input {
  font-size: 1.4em;
}

/* line 3046, app/assets/stylesheets/main.scss */
fieldset.enclose tr.submit td {
  text-align: right;
}

/* line 3049, app/assets/stylesheets/main.scss */
fieldset.enclose dl {
  margin-top: 0;
}

/* line 3052, app/assets/stylesheets/main.scss */
fieldset.enclose dd {
  margin-left: 0;
}

/* six degrees */
/* line 3057, app/assets/stylesheets/main.scss */
.no-border {
  border: none;
}

/* line 3060, app/assets/stylesheets/main.scss */
.round-medium {
  border-radius: 15px;
  -moz-border-radius: 15px;
}

/* line 3064, app/assets/stylesheets/main.scss */
.round-small {
  border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 3069, app/assets/stylesheets/main.scss */
.full-size {
  width: 100%;
}

/* line 3072, app/assets/stylesheets/main.scss */
.shadow {
  box-shadow: 4px 4px 7px #888;
  -moz-box-shadow: 4px 4px 7px #888;
  -webkit-box-shadow: 4px 4px 7px #888;
}

/* line 3077, app/assets/stylesheets/main.scss */
.left {
  float: left;
}

/* line 3080, app/assets/stylesheets/main.scss */
.right {
  float: right;
}

/* line 3083, app/assets/stylesheets/main.scss */
.right-aligned {
  text-align: right;
}

/* line 3086, app/assets/stylesheets/main.scss */
.center {
  margin-left: auto;
  margin-right: auto;
}

/* line 3090, app/assets/stylesheets/main.scss */
.block {
  display: block;
}

/* line 3093, app/assets/stylesheets/main.scss */
.six-degrees .squeezed {
  width: auto !important;
  min-width: 130px !important;
}

/* line 3097, app/assets/stylesheets/main.scss */
.six-degrees {
  margin-top: 36px;
  width: 770px;
}

/* line 3101, app/assets/stylesheets/main.scss */
.six-degrees .info {
  width: 50%;
  background-color: #fff;
  line-height: 1.5em;
  padding: 15px;
  padding-left: 80px;
  background: #fff url(/assets/sprites/exclamation_50-9ac87c3ea4cd3015b365a2f189c8f1511f0a0a65776e866f7d09f2bb92ae92fc.gif) 15px 1.1em no-repeat;
}

/* line 3110, app/assets/stylesheets/main.scss */
.six-degrees fieldset {
  border: none;
  width: 315px;
  padding: 0;
  margin-top: 0;
}

/* line 3117, app/assets/stylesheets/main.scss */
.six-degrees input,
.six-degrees .lbl,
.six-degrees .info {
  font-size: 1.2em;
}

/* line 3123, app/assets/stylesheets/main.scss */
.six-degrees .lbl {
  text-indent: 70px;
  width: 315px;
  min-width: 315px;
}

/* line 3128, app/assets/stylesheets/main.scss */
.six-degrees #spinner {
  display: block;
  margin-top: 10px;
  margin-left: 44px;
}

/* line 3133, app/assets/stylesheets/main.scss */
.six-degrees .spinner {
  position: absolute;
  height: 75px;
  padding: 9px;
}

/* line 3138, app/assets/stylesheets/main.scss */
.six-degrees .entity-container input {
  border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 3142, app/assets/stylesheets/main.scss */
.six-degrees .entity-container label {
  color: transparent;
  left: -65px;
  width: 70px;
  height: 65px;
  display: block;
  float: left;
  overflow: hidden;
  font-size: 0;
}

/* line 3153, app/assets/stylesheets/main.scss */
.six-degrees .entity-container {
  height: 75px;
  line-height: 75px;
  min-width: 315px;
}

/* line 3159, app/assets/stylesheets/main.scss */
.six-degrees .verified {
  background: url(/assets/sprites/person-21b17626658cc335365bb733caae0e77b135ab1b7e8ac49404dea2b4d4dfe931.gif) no-repeat scroll 0 5px #ffffff;
}

/* line 3162, app/assets/stylesheets/main.scss */
.six-degrees .unverified {
  background: url(/assets/sprites/unknown_person-44920d3bfafe2befd25493b22c5d749df69cd72c44f598cd89205d02547b1100.gif) no-repeat scroll 0 5px #ffffff;
}

/* line 3167, app/assets/stylesheets/main.scss */
.six-degrees .static-results {
  width: 39%;
}

/* line 3170, app/assets/stylesheets/main.scss */
.six-degrees .static-results label {
  font-size: 1em;
}

/* line 3174, app/assets/stylesheets/main.scss */
.six-degrees ul {
  list-style-type: none;
}

/* line 3177, app/assets/stylesheets/main.scss */
.six-degrees li {
  margin: 30px 5px;
  position: relative;
}

/* line 3181, app/assets/stylesheets/main.scss */
.six-degrees .person {
  width: 43%;
  height: 80px;
  padding-right: 80px;
  background: #fff url(/assets/sprites/person-21b17626658cc335365bb733caae0e77b135ab1b7e8ac49404dea2b4d4dfe931.gif) no-repeat 100% 5px;
  position: relative;
}

/* line 3189, app/assets/stylesheets/main.scss */
.six-degrees .person h4 {
  margin-top: 0;
  text-align: right;
}

/* line 3193, app/assets/stylesheets/main.scss */
.six-degrees .link {
  position: absolute;
  display: block;
  width: 75%;
  height: 40px;
  margin-left: 100%;
  margin-top: 50px;
  padding-left: 95px;
  padding-top: 1px;
  background: transparent url(/assets/sprites/factory_small-55e30a39dc982a806e5eb20db9cded5d4cadcf9eabfec884f487e728fd438875.gif) no-repeat 50px;
  line-height: 40px;
  text-align: left;
}

/* line 3207, app/assets/stylesheets/main.scss */
.six-degrees .arrow {
  width: 100%;
  height: 45px;
  position: absolute;
  background: transparent url(/assets/sprites/arrow_sprite-5cf2b1e03c934de727dadcd73c4b958a72f8596eadfda9c889e3bdf3c44860e5.gif) no-repeat 0px 0;
  right: -100%;
  top: 40px;
  color: #777;
  font-style: italic;
  text-indent: 40px;
  text-align: left;
}

/* line 3220, app/assets/stylesheets/main.scss */
.six-degrees .arrow-dotted {
  width: 15px;
  height: 36px;
  position: absolute;
  background: transparent url(/assets/sprites/arrow_dotted_sml-991eb840700cd9b210b7eb4728596e84b5ef5145cb8cc5b07ab8f487236363d9.png) no-repeat;
  right: 27px;
  top: 75px;
  padding-top: 1em;
}

/* line 3230, app/assets/stylesheets/main.scss */
.six-degrees .unknown-connection {
  width: 20px;
  height: 36px;
  position: absolute;
  background: transparent url(/assets/sprites/unknown_connection-7e6c33e0aceb2a860d8c1145518d2816e5846cebb024b91809b7d50208fd7bb9.gif) no-repeat;
  right: 24px;
  top: 75px;
  padding-top: 1em;
}

/* line 3240, app/assets/stylesheets/main.scss */
.six-degrees .up {
  top: -10px;
  background-position: 0px -45px;
  padding-top: 1.8em;
}

/* line 3246, app/assets/stylesheets/main.scss */
.six-degrees-explanation {
  padding: 20px;
}

/* autocomplete */
/* line 3251, app/assets/stylesheets/main.scss */
.autocomplete-results {
  border: 1px solid #777;
  border-top: none;
  background-color: #eee;
  z-index: 10;
  line-height: 1.5em;
  text-indent: 0;
}

/* line 3259, app/assets/stylesheets/main.scss */
.autocomplete-results ul {
  margin: 0;
}

/* line 3262, app/assets/stylesheets/main.scss */
.autocomplete-results li {
  margin: 0;
  padding: 2px;
  border-top: 1px solid #777;
  font-weight: bold;
}

/* line 3268, app/assets/stylesheets/main.scss */
.autocomplete-results .selected {
  background-color: #ffe;
}

/* line 3271, app/assets/stylesheets/main.scss */
.autocomplete-results .informal {
  display: block;
  font-weight: normal;
}

/* modal window enhancement */
/* line 3277, app/assets/stylesheets/main.scss */
#MB_window h5 {
  margin-top: 2em;
}

/* sidebar */
/* line 3282, app/assets/stylesheets/main.scss */
.sidebar-widget {
  width: 24em;
  padding: 0.5em;
}

/*border-top: 1px dotted #777;*/
/* line 3290, app/assets/stylesheets/main.scss */
.exposition h2 {
  border-bottom: 1px solid #777;
}

/* line 3293, app/assets/stylesheets/main.scss */
.exposition .wide-column {
  width: 45%;
  margin-left: 5%;
}

/* line 3297, app/assets/stylesheets/main.scss */
.exposition .first-child {
  margin-left: 0;
}

/* line 3301, app/assets/stylesheets/main.scss */
#owner_import_form h2 {
  margin: 0;
}

/* line 3305, app/assets/stylesheets/main.scss */
strong.highlight {
  background-color: #ff9;
}

/* line 3309, app/assets/stylesheets/main.scss */
table.entity-card {
  border: none;
  border-radius: 15px;
  box-shadow: 10px 10px 5px #888;
  background: #eee;
}

/* line 3315, app/assets/stylesheets/main.scss */
table.entity-card th {
  background: none;
  border: none;
}

/* line 3319, app/assets/stylesheets/main.scss */
table.entity-card td,
table.entity-card th {
  padding: 1em;
}

/* line 3324, app/assets/stylesheets/main.scss */
div.devise-links {
  width: 48%;
  padding-left: 1em;
  padding-top: 1em;
  clear: both;
}

/* line 3331, app/assets/stylesheets/main.scss */
h2.user_errors_title {
  margin-top: 0;
}

/* svg chart css */
/* line 3339, app/assets/stylesheets/main.scss */
.bar.positive rect {
  fill: #acf;
}

/* line 3343, app/assets/stylesheets/main.scss */
.bar.negative rect {
  fill: #f83;
}

/* line 3347, app/assets/stylesheets/main.scss */
.axis text,
.bar text {
  font: 9px sans-serif;
}

/* line 3352, app/assets/stylesheets/main.scss */
.axis path,
.axis line,
.chart-border line {
  fill: none;
  stroke: #ccc;
  shape-rendering: crispEdges;
}

/* line 3360, app/assets/stylesheets/main.scss */
a.series-button text {
  background: yellow;
}

/* line 3364, app/assets/stylesheets/main.scss */
a.google-maps-icon-large {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-left: 35px;
  min-width: 1px;
  width: auto;
  background: url(/assets/googlemaps_icon_30-c10f6caf8c322c1733e7fc13924b744a1d39e5dbccbb4f15d46f99186e53cc83.png) no-repeat;
}

/* line 3375, app/assets/stylesheets/main.scss */
a.toggle-button {
  font-size: 0.8em;
  display: block;
  background-color: #ad570d;
  color: white;
  border-radius: 1em;
  width: 12em;
  text-align: center;
  margin: 6px 0;
}

/* line 3386, app/assets/stylesheets/main.scss */
a.toggle-button:hover {
  background-color: #e57304;
}

/* line 3390, app/assets/stylesheets/main.scss */
.trigger {
  color: #ad570d;
}

/* line 3394, app/assets/stylesheets/main.scss */
.trigger:hover {
  color: #e57304;
  text-decoration: underline;
  cursor: pointer;
}

/* p-units */
/* line 3400, app/assets/stylesheets/main.scss */
#p-units {
  clear: both;
}

/* prices and plans */
/* line 3405, app/assets/stylesheets/main.scss */
table.plans {
  border-spacing: 0;
  border-collapse: collapse;
  border: 2px solid #fff;
}

/* line 3410, app/assets/stylesheets/main.scss */
table.plans .header th {
  padding: 0.5em;
  font-size: 1.5em;
  border: 2px solid #fff;
}

/* line 3415, app/assets/stylesheets/main.scss */
table.plans tbody td {
  width: 20%;
  text-align: left;
  padding: 1em 1.5em 0.5em;
  font-size: 1.1em;
  border: 2px solid #fff;
  border-width: 0 2px;
}

/* line 3423, app/assets/stylesheets/main.scss */
table.plans ul {
  margin: 0;
}

/* line 3426, app/assets/stylesheets/main.scss */
.plans .proeve {
  background-color: #f8f8f8;
}

/* line 3429, app/assets/stylesheets/main.scss */
.plans .sales {
  background-color: #f0f0f0;
}

/* line 3432, app/assets/stylesheets/main.scss */
.plans .standard {
  background-color: #e0e0e0;
}

/* line 3435, app/assets/stylesheets/main.scss */
.plans .professional {
  background-color: #d8d8d8;
}

/* line 3438, app/assets/stylesheets/main.scss */
.plans .enterprise {
  background-color: #d0d0d0;
}

/* line 3441, app/assets/stylesheets/main.scss */
p.dbl-margin {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 3445, app/assets/stylesheets/main.scss */
.grid-3-5 {
  width: 59%;
}

/* line 3448, app/assets/stylesheets/main.scss */
.grid-2-5 {
  width: 39%;
}

/* line 3451, app/assets/stylesheets/main.scss */
.fake-table h1 {
  text-align: center;
  background-color: #eee;
  padding: 0.2em;
  margin: 0 0 0.1em;
  font-size: 1.5em;
}

/* line 3458, app/assets/stylesheets/main.scss */
.fake-td {
  font-size: 1.1em;
  padding: 1em;
}

/* line 3462, app/assets/stylesheets/main.scss */
.fake-td p {
  margin-top: 0;
}

/* line 3465, app/assets/stylesheets/main.scss */
.ml {
  margin-left: 2%;
}

/* line 3468, app/assets/stylesheets/main.scss */
.mt0 {
  margin-top: 0;
}

/* line 3471, app/assets/stylesheets/main.scss */
.pb0 {
  padding-bottom: 0;
}

/* line 3475, app/assets/stylesheets/main.scss */
.center {
  text-align: center;
}

/* line 3479, app/assets/stylesheets/main.scss */
table.statistics {
  border-collapse: collapse;
}

/* line 3483, app/assets/stylesheets/main.scss */
table.statistics,
table.statistics th,
table.statistics td {
  border: 1px solid #333;
}

/* line 3489, app/assets/stylesheets/main.scss */
table.statistics tr.odd th,
table.statistics tr.odd td {
  background-color: #dddddd;
}

/* CSS for hiding the spinner on number-inputs for search-fields */
/* line 3495, app/assets/stylesheets/main.scss */
input.input_validation[type='number'] {
  -moz-appearance: textfield;
}

/* firefox */
/* line 3498, app/assets/stylesheets/main.scss */
input.input_validation[type='number']::-webkit-outer-spin-button,
input.input_validation[type='number']::-webkit-inner-spin-button {
  /* display: none; /* <-- Could crash Chrome on hover? */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

/* line 3505, app/assets/stylesheets/main.scss */
input:invalid {
  /*background-repeat: no-repeat;*/
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT1JREFUeNpi/P//PwMpgImBRMACY/x7/uDX39sXt/67cMoDyOVgMjBjYFbV/8kkqcCBrIER5KS/967s+rmkXxzI5wJiRSBm/v8P7NTfHHFFl5mVdIzhGv4+u///x+xmuAlcdXPB9KeqeLgYd3bDU2ZpRRmwH4DOeAI07QXIRKipYPD35184/nn17CO4p/+cOfjl76+/X4GYAYThGn7/g+Mfh/ZZwjUA/aABpJVhpv6+dQUjZP78Z0YEK7OezS2gwltg64GmfTu6i+HL+mUMP34wgvGvL78ZOEysf8M1sGgZvQIqfA1SDAL8iUUMPIFRQLf+AmMQ4DQ0vYYSrL9vXDz2sq9LFsiX4dLRA0t8OX0SHKzi5bXf2HUMBVA0gN356N7p7xdOS3w5fAgcfNxWtn+BJi9gVVBOQfYPQIABABvRq3BwGT3OAAAAAElFTkSuQmCC);*/
  /*background-position-x: right;*/
  /*background-position-y: top;*/
  background-color: #ff8080;
}

/*input:focus:valid {*/
/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAepJREFUeNrEk79PFEEUx9/uDDd7v/AAQQnEQokmJCRGwc7/QeM/YGVxsZJQYI/EhCChICYmUJigNBSGzobQaI5SaYRw6imne0d2D/bYmZ3dGd+YQKEHYiyc5GUyb3Y+77vfeWNpreFfhvXfAWAAJtbKi7dff1rWK9vPHx3mThP2Iaipk5EzTg8Qmru38H7izmkFHAF4WH1R52654PR0Oamzj2dKxYt/Bbg1OPZuY3d9aU82VGem/5LtnJscLxWzfzRxaWNqWJP0XUadIbSzu5DuvUJpzq7sfYBKsP1GJeLB+PWpt8cCXm4+2+zLXx4guKiLXWA2Nc5ChOuacMEPv20FkT+dIawyenVi5VcAbcigWzXLeNiDRCdwId0LFm5IUMBIBgrp8wOEsFlfeCGm23/zoBZWn9a4C314A1nCoM1OAVccuGyCkPs/P+pIdVIOkG9pIh6YlyqCrwhRKD3GygK9PUBImIQQxRi4b2O+JcCLg8+e8NZiLVEygwCrWpYF0jQJziYU/ho2TUuCPTn8hHcQNuZy1/94sAMOzQHDeqaij7Cd8Dt8CatGhX3iWxgtFW/m29pnUjR7TSQcRCIAVW1FSr6KAVYdi+5Pj8yunviYHq7f72po3Y9dbi7CxzDO1+duzCXH9cEPAQYAhJELY/AqBtwAAAAASUVORK5CYII=);*/
/*}*/
/* line 3517, app/assets/stylesheets/main.scss */
.sml-margin h3 {
  margin-top: 3em;
  margin-bottom: 0.1em;
}

/* line 3522, app/assets/stylesheets/main.scss */
.sml-margin p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* two way select */
/* line 3528, app/assets/stylesheets/main.scss */
button.ui-two-way-multiselect {
  font: inherit;
}

/* line 3531, app/assets/stylesheets/main.scss */
.ui-two-way-multiselect {
  font: inherit;
}

/* line 3535, app/assets/stylesheets/main.scss */
.text-gray-500 {
  color: RGB(107 114 128);
}

/* line 3545, app/assets/stylesheets/main.scss */
#registration_tasks #contents,
#registrations #contents,
#keyfigures #contents,
#overowned #contents,
#updater_statistics #contents,
#maindepartment #contents {
  padding: 25px;
}

/* line 3549, app/assets/stylesheets/main.scss */
.event-stats {
  padding: 25px;
}

/* line 3553, app/assets/stylesheets/main.scss */
.edit-page {
  padding: 25px;
}

/* line 3556, app/assets/stylesheets/main.scss */
.edit-page h2 {
  margin-top: 10px;
}

/* line 3562, app/assets/stylesheets/main.scss */
.edit-page table tbody tr {
  border-bottom: 2px solid white;
}

/* line 3568, app/assets/stylesheets/main.scss */
.edit-page #cvr-converter-data {
  background-color: white;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 3577, app/assets/stylesheets/main.scss */
#timeline-root a {
  color: inherit;
}

/* line 3581, app/assets/stylesheets/main.scss */
.font-bold {
  font-weight: bold;
}

/* line 3585, app/assets/stylesheets/main.scss */
#trades_trades + .ui-button,
#bank_bank_ids + .ui-button,
#audit_remarks_codes + .ui-button {
  width: 15em !important;
  text-align: left !important;
}

/* line 3592, app/assets/stylesheets/main.scss */
.highlighted-tab {
  border-top: 2px solid oklch(58.8% 0.158 241.966) !important;
  position: relative;
}

/* line 3596, app/assets/stylesheets/main.scss */
.highlighted-tab :before {
  content: "Nyhed!";
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: oklch(58.8% 0.158 241.966);
  padding: 4px 10px;
  border-radius: 0.2em;
  position: absolute;
  top: -2.1em;
  animation: shakeLeft 5s cubic-bezier(0.25, 1, 0.5, 1) 0s 1 normal forwards;
  z-index: 10;
}

/* line 3610, app/assets/stylesheets/main.scss */
.highlighted-tab :after {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 8px solid oklch(58.8% 0.158 241.966);
  content: "";
  position: absolute;
  top: -0.5em;
  left: 1em;
  animation: shakeLeft 5s cubic-bezier(0.25, 1, 0.5, 1) 0s 1 normal forwards;
}

@keyframes shakeLeft {
  0%,
100% {
    transform: rotate(0deg);
    transform-origin: 0 50%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%,
40%,
60% {
    transform: rotate(-4deg);
  }
  30%,
50%,
70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}

/* line 3655, app/assets/stylesheets/main.scss */
#discontinued-relations #pagination {
  padding: 0 0 1em 0;
}

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

/* line 3668, app/assets/stylesheets/main.scss */
turbo-frame#dissolved_companies[busy] > div:before {
  content: " ";
  display: block;
  position: fixed;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  width: 32px;
  height: 32px;
  border: 5px solid #e5e7eb;
  border-bottom-color: #94a3b8;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
/* line 1, app/assets/stylesheets/simple_search.scss */
html,
body {
  width: 100%;
  height: 100%;
}

/* line 7, app/assets/stylesheets/simple_search.scss */
#search.index,
#home.index {
  display: flex;
  flex-direction: column;
}

/* line 12, app/assets/stylesheets/simple_search.scss */
#search.index #header,
#home.index #header {
  flex: 0 1 auto;
}

/* line 16, app/assets/stylesheets/simple_search.scss */
#search.index #contents,
#home.index #contents {
  flex: 1 1 auto;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 25, app/assets/stylesheets/simple_search.scss */
#search.index #contents #notice,
#home.index #contents #notice {
  border-width: 1px;
  border-style: solid;
  margin: 3px;
  border-radius: 5px;
  transition: height 0.5s, margin 0.5s, padding 0.5s;
}

/* line 37, app/assets/stylesheets/simple_search.scss */
#search.index #contents #notice.hidden,
#home.index #contents #notice.hidden {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: none;
}

/* line 46, app/assets/stylesheets/simple_search.scss */
#search.index #contents #simple-search-frame-wrapper,
#home.index #contents #simple-search-frame-wrapper {
  flex: 1 1 auto;
  position: relative;
}

/* line 50, app/assets/stylesheets/simple_search.scss */
#search.index #contents #simple-search-frame-wrapper #simple-search-loader,
#home.index #contents #simple-search-frame-wrapper #simple-search-loader {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

/* line 56, app/assets/stylesheets/simple_search.scss */
#search.index #contents #simple-search-frame-wrapper #simple-search-loader .loader-circle,
#home.index #contents #simple-search-frame-wrapper #simple-search-loader .loader-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: 0.5s linear infinite spin;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 71, app/assets/stylesheets/simple_search.scss */
#search.index #contents #simple-search-frame-wrapper #simple-search-loader .loader-circle:before,
#home.index #contents #simple-search-frame-wrapper #simple-search-loader .loader-circle:before {
  content: ' ';
  width: 30px;
  height: 30px;
  position: absolute;
  top: -23px;
  left: -23px;
  border: 8px solid;
  border-color: #d9dee5 #d9dee5 #d9dee5 #677386;
  border-radius: 30px;
}

/* line 86, app/assets/stylesheets/simple_search.scss */
#search.index #contents #simple-search-frame-wrapper iframe,
#home.index #contents #simple-search-frame-wrapper iframe {
  position: absolute;
}

/* line 90, app/assets/stylesheets/simple_search.scss */
#search.index #contents #simple-search-frame-wrapper #simple-search-error-message,
#home.index #contents #simple-search-frame-wrapper #simple-search-error-message {
  padding: 20px;
}

/* line 92, app/assets/stylesheets/simple_search.scss */
#search.index #contents #simple-search-frame-wrapper #simple-search-error-message .error-message-box,
#home.index #contents #simple-search-frame-wrapper #simple-search-error-message .error-message-box {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
}

/* line 93, app/assets/stylesheets/simple_search.scss */
#search.index #contents #simple-search-frame-wrapper #simple-search-error-message .error-message-box h2,
#home.index #contents #simple-search-frame-wrapper #simple-search-error-message .error-message-box h2 {
  margin-top: 0.6em;
}

/* line 97, app/assets/stylesheets/simple_search.scss */
#search.index #contents #simple-search-frame-wrapper #simple-search-error-message .error-message-box p,
#home.index #contents #simple-search-frame-wrapper #simple-search-error-message .error-message-box p {
  margin-bottom: 0.6em;
}

/* line 114, app/assets/stylesheets/simple_search.scss */
#search.index #contents .dynamic_login,
#home.index #contents .dynamic_login {
  flex: 0 1 auto;
  margin: 0;
  display: flex;
}

/* line 119, app/assets/stylesheets/simple_search.scss */
#search.index #contents .dynamic_login .login,
#home.index #contents .dynamic_login .login {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 3px 5px;
  width: 100%;
}

/* line 128, app/assets/stylesheets/simple_search.scss */
#search.index #contents .dynamic_login .login form#new_user h2,
#home.index #contents .dynamic_login .login form#new_user h2 {
  margin-bottom: 4px;
}

/* line 132, app/assets/stylesheets/simple_search.scss */
#search.index #contents .dynamic_login .login form#new_user > div,
#home.index #contents .dynamic_login .login form#new_user > div {
  margin: 4px 0;
}

/* line 135, app/assets/stylesheets/simple_search.scss */
#search.index #contents .dynamic_login .login form#new_user > div br,
#home.index #contents .dynamic_login .login form#new_user > div br {
  display: none;
}

/* line 139, app/assets/stylesheets/simple_search.scss */
#search.index #contents .dynamic_login .login form#new_user > div label[for='user_email'],
#search.index #contents .dynamic_login .login form#new_user > div label[for='user_password'],
#home.index #contents .dynamic_login .login form#new_user > div label[for='user_email'],
#home.index #contents .dynamic_login .login form#new_user > div label[for='user_password'] {
  display: inline-block;
  width: 70px;
}

/* line 147, app/assets/stylesheets/simple_search.scss */
#search.index #contents .dynamic_login .login .new_user,
#search.index #contents .dynamic_login .login .promotion,
#home.index #contents .dynamic_login .login .new_user,
#home.index #contents .dynamic_login .login .promotion {
  flex: 1 1 auto;
}

/* line 152, app/assets/stylesheets/simple_search.scss */
#search.index #contents .dynamic_login .login .promotion,
#home.index #contents .dynamic_login .login .promotion {
  border-width: 1px;
  border-radius: 5px;
  background: #6f892a;
}

/* line 158, app/assets/stylesheets/simple_search.scss */
#search.index #contents .dynamic_login .login .promotion h2,
#home.index #contents .dynamic_login .login .promotion h2 {
  margin-bottom: 0;
}

/* line 162, app/assets/stylesheets/simple_search.scss */
#search.index #contents .dynamic_login .login .promotion p,
#home.index #contents .dynamic_login .login .promotion p {
  text-align: center;
  margin: 8px 0;
}

/* line 167, app/assets/stylesheets/simple_search.scss */
#search.index #contents .dynamic_login .login .promotion .signup,
#home.index #contents .dynamic_login .login .promotion .signup {
  all: revert;
  display: flex;
  justify-content: center;
}

/* line 174, app/assets/stylesheets/simple_search.scss */
#search.index #contents .dynamic_login .login .promotion .signup a,
#home.index #contents .dynamic_login .login .promotion .signup a {
  flex: 0 0 auto;
  background: #ff9f1a;
  background: linear-gradient(180deg, #ff9f1a 40%, #e08300 100%);
  display: inline-block;
  padding: 10px 20px;
  height: auto;
  border: 1px solid #e08300;
  border-radius: 4px;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.25);
  transition: box-shadow 100ms ease-in;
}

/* line 187, app/assets/stylesheets/simple_search.scss */
#search.index #contents .dynamic_login .login .promotion .signup a:hover,
#home.index #contents .dynamic_login .login .promotion .signup a:hover {
  text-decoration: none;
  box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.15);
}

/* line 197, app/assets/stylesheets/simple_search.scss */
#search.index #contents #info-notice.simple-search,
#home.index #contents #info-notice.simple-search {
  background-color: #d8ecc6;
  border: 1px solid #98c270;
  position: relative;
  transition: max-height 1s, padding-top 0.5s, padding-bottom 0.5s, margin-top 0.2s 0.8s, margin-bottom 0.2s 0.8s, border-width 0s 1s;
  overflow: hidden;
  max-height: 200px;
}

/* line 218, app/assets/stylesheets/simple_search.scss */
#search.index #contents #info-notice.simple-search.hidden,
#home.index #contents #info-notice.simple-search.hidden {
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
}

/* line 227, app/assets/stylesheets/simple_search.scss */
#search.index #contents #info-notice.simple-search #notice-close-button,
#home.index #contents #info-notice.simple-search #notice-close-button {
  position: absolute;
  width: 24px;
  height: 24px;
  color: #649933;
  top: 5px;
  right: 5px;
  border-radius: 3px;
  padding: 3px;
}

/* line 239, app/assets/stylesheets/simple_search.scss */
#search.index #contents #info-notice.simple-search #notice-close-button:hover,
#home.index #contents #info-notice.simple-search #notice-close-button:hover {
  background-color: #98c270;
}

/* line 246, app/assets/stylesheets/simple_search.scss */
#search.index #footer,
#home.index #footer {
  flex: 0 1 auto;
  margin: 0;
  padding: 4px;
  text-align: center;
}

/* line 253, app/assets/stylesheets/simple_search.scss */
#search.index #footer .column:not(.first-child),
#search.index #footer h2,
#home.index #footer .column:not(.first-child),
#home.index #footer h2 {
  display: none;
}

/* line 258, app/assets/stylesheets/simple_search.scss */
#search.index #footer .column.first-child,
#home.index #footer .column.first-child {
  width: 100%;
  margin-bottom: 0;
}

/* line 262, app/assets/stylesheets/simple_search.scss */
#search.index #footer .column.first-child br,
#home.index #footer .column.first-child br {
  display: none;
}

/* line 267, app/assets/stylesheets/simple_search.scss */
#search.index #footer .column.first-child .vcard *,
#home.index #footer .column.first-child .vcard * {
  display: inline;
}

/* line 271, app/assets/stylesheets/simple_search.scss */
#search.index #footer .column.first-child .vcard br,
#home.index #footer .column.first-child .vcard br {
  display: none;
}

/* line 276, app/assets/stylesheets/simple_search.scss */
#search.index #footer .column.first-child .vcard .adr .street-address:after,
#home.index #footer .column.first-child .vcard .adr .street-address:after {
  content: ', ';
}

/* line 280, app/assets/stylesheets/simple_search.scss */
#search.index #footer .column.first-child .vcard .adr .locality:after,
#home.index #footer .column.first-child .vcard .adr .locality:after {
  content: ', ';
}
/* line 1, app/assets/stylesheets/beta_notice.scss */
#ownerships-app-beta {
  padding: 2px;
  max-width: 1600px;
  margin: 10px auto 8px auto;
  box-sizing: border-box;
}

/* line 8, app/assets/stylesheets/beta_notice.scss */
#ownerships-app-beta #beta-notice {
  --dark-color: #4d7d36;
  --light-color: #ddedd5;
  border: 1px solid;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: var(--light-color);
  border-color: var(--dark-color);
  color: var(--dark-color);
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 1s;
}

/* line 26, app/assets/stylesheets/beta_notice.scss */
#ownerships-app-beta #beta-notice.visible {
  opacity: 1;
}

/* line 30, app/assets/stylesheets/beta_notice.scss */
#ownerships-app-beta #beta-notice .text {
  font-size: larger;
}

/* line 34, app/assets/stylesheets/beta_notice.scss */
#ownerships-app-beta #beta-notice a {
  margin: 5px 0 2px 0;
  cursor: pointer;
  transition: border-radius 0.5s;
}

/* line 40, app/assets/stylesheets/beta_notice.scss */
#ownerships-app-beta #beta-notice a svg {
  vertical-align: text-bottom;
}

/* line 44, app/assets/stylesheets/beta_notice.scss */
#ownerships-app-beta #beta-notice a, #ownerships-app-beta #beta-notice a:hover, #ownerships-app-beta #beta-notice a:visited {
  font-weight: bold;
  text-decoration: none;
}

/* line 50, app/assets/stylesheets/beta_notice.scss */
#ownerships-app-beta #beta-notice a:hover, #ownerships-app-beta #beta-notice a:hover:hover, #ownerships-app-beta #beta-notice a:visited:hover {
  border-radius: 6px;
}

/* line 57, app/assets/stylesheets/beta_notice.scss */
.badge {
  color: white;
  background-color: #287e1b;
  font-weight: bold;
  padding: 1px 10px;
  border-radius: 6px;
  display: inline-block;
}

/* line 66, app/assets/stylesheets/beta_notice.scss */
.d-inline-block {
  display: inline-block;
}

/* line 70, app/assets/stylesheets/beta_notice.scss */
.vertical-align-top {
  vertical-align: top;
}

/* line 74, app/assets/stylesheets/beta_notice.scss */
.text-align-left {
  text-align: left;
}
/* line 5, app/assets/stylesheets/info.scss */
.info-section {
  padding: 0 20px;
  max-width: 800px;
  margin: 0 auto;
}

/* line 10, app/assets/stylesheets/info.scss */
.info-section ul {
  margin: 1.5em 0;
}
@charset "UTF-8";
/* line 2, app/assets/stylesheets/foreign_subsidiaries_table.scss */
#foreign_subsidiaries_data_tr #foreign_subsidiaries table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

/* line 8, app/assets/stylesheets/foreign_subsidiaries_table.scss */
#foreign_subsidiaries_data_tr #foreign_subsidiaries tr.hideable {
  line-height: 1.2em;
  opacity: 1;
  transition: opacity 0.5s;
}

/* line 15, app/assets/stylesheets/foreign_subsidiaries_table.scss */
#foreign_subsidiaries_data_tr #foreign_subsidiaries[data-collapse='true'] tr.hideable {
  line-height: 0;
  opacity: 0;
  height: 0;
  display: none;
  transition: opacity 0s;
}

/* line 23, app/assets/stylesheets/foreign_subsidiaries_table.scss */
#foreign_subsidiaries_data_tr #foreign_subsidiaries[data-collapse='true'] tr.hideable,
#foreign_subsidiaries_data_tr #foreign_subsidiaries[data-collapse='true'] tr.hideable th,
#foreign_subsidiaries_data_tr #foreign_subsidiaries[data-collapse='true'] tr.hideable td {
  border-top: none;
}

/* line 30, app/assets/stylesheets/foreign_subsidiaries_table.scss */
#foreign_subsidiaries_data_tr #foreign_subsidiaries th {
  background-color: transparent;
  text-align: left;
  padding: 0;
}

/* line 36, app/assets/stylesheets/foreign_subsidiaries_table.scss */
#foreign_subsidiaries_data_tr #foreign_subsidiaries .show-more {
  cursor: pointer;
}

/* line 40, app/assets/stylesheets/foreign_subsidiaries_table.scss */
#foreign_subsidiaries_data_tr #foreign_subsidiaries .show-more:before {
  content: 'Vis flere...';
}

/* line 44, app/assets/stylesheets/foreign_subsidiaries_table.scss */
#foreign_subsidiaries_data_tr #foreign_subsidiaries[data-collapse='false'] .show-more:before {
  content: 'Vis færre...';
}
.ui-two-way-multiselect {
  border: 1px solid #666652;
  width: 730px;
}
.ui-two-way-multiselect .ui-options-container-rack {
  width: 730px;
  height: 354px;
}
.ui-two-way-multiselect .ui-two-way-multiselect-header {
  border-bottom: 1px solid #666652;
  background-color: #ccc;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  clear: both;
  position: relative;
}
.ui-two-way-multiselect
  .ui-two-way-multiselect-header
  .ui-two-way-multiselect-header-text {
  font-weight: 700;
  width: 656px;
}
.ui-two-way-multiselect .ui-two-way-multiselect-header button {
  line-height: 1em;
  margin: 0;
  position: absolute;
  top: 5px;
  right: 5px;
}
.ui-two-way-multiselect .ui-two-way-multiselect-footer {
  padding: 0 10px;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  clear: both;
}
.ui-two-way-multiselect .ui-two-way-multiselect-footer button {
  float: right;
  line-height: 1em;
  margin: 0 0 0.5em 0.5em;
  clear: both;
}
.ui-two-way-multiselect .ui-options-container {
  float: left;
  margin: 10px 10px 10px 0;
}
.ui-two-way-multiselect .ui-options-container .ui-options-header {
  height: 32px;
}
.ui-two-way-multiselect .ui-options-container .ui-options-header-u {
  margin-bottom: 0;
}
.ui-two-way-multiselect .ui-options-container .ui-options-filter {
  height: 30px;
  width: 200px;
  padding: 0;
  border: 1px solid #666652;
  border-bottom: transparent;
}
.ui-two-way-multiselect .ui-options-container .ui-options-filter-active {
  background-color: #ffc;
}
.ui-two-way-multiselect .ui-options-container .ui-options-list {
  background-color: #fff;
  border: 1px solid #666652;
  overflow: auto;
  padding: 0;
  list-style-type: none;
  width: 200px;
  height: 220px;
  margin: 0;
}
.ui-two-way-multiselect .ui-options-container .ui-options-list li {
  margin: 0;
  position: relative;
  padding: 0;
}
.ui-two-way-multiselect
  .ui-options-container
  .ui-options-list
  li.ui-option-element {
  margin: 2px;
  padding: 5px;
  border: 1px solid #0070a3;
  background-color: #fff;
  width: 90%;
}
.ui-two-way-multiselect
  .ui-options-container
  .ui-options-list
  li.ui-option-element
  a.ui-option-label {
  margin: 0 1.5em 0 0;
  cursor: default;
  display: block;
  white-space: normal;
}
.ui-two-way-multiselect
  .ui-options-container
  .ui-options-list
  li.ui-option-element
  a.ui-option-btn {
  position: absolute;
  background-position: center;
  cursor: hand;
  padding: 0 0.5em;
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
  color: #000;
  background-color: transparent;
  top: 0;
  transition:
    color 0.5s ease,
    background-color 0.5s ease;
}
.ui-two-way-multiselect
  .ui-options-container
  .ui-options-list
  li.ui-option-element
  a.ui-option-btn:hover {
  color: #fff;
  background-color: #000;
}
.ui-two-way-multiselect
  .ui-options-container
  .ui-options-list
  li.ui-option-element
  a.ui-option-btn
  i,
.ui-two-way-multiselect
  .ui-options-container
  .ui-options-list
  li.ui-option-element
  a.ui-option-btn
  i:before {
  vertical-align: middle;
  line-height: 100%;
}
.ui-two-way-multiselect
  .ui-options-container
  .ui-options-list
  li.ui-option-element
  a.ui-option-move-b,
.ui-two-way-multiselect
  .ui-options-container
  .ui-options-list
  li.ui-option-element
  a.ui-option-remove {
  right: 0;
}
.ui-two-way-multiselect
  .ui-options-container
  .ui-options-list
  li.ui-option-element
  a.ui-option-move-a {
  left: 0;
}
.ui-two-way-multiselect .ui-options-container .ui-options-list li.ui-selecting {
  border: 1px dashed #1f0aa3;
  background-color: #ffc;
}
.ui-two-way-multiselect .ui-options-container .ui-options-list li.ui-selected {
  border: 1px solid #1f0aa3;
  background-color: #ffc;
}
.ui-two-way-multiselect .ui-options-buttons {
  height: 220px;
  width: 42px;
  float: left;
  margin: 10px 0 auto;
  padding: 32px 0 0;
  position: relative;
}
.ui-two-way-multiselect .ui-options-buttons button {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  margin-top: 5px;
  color: #000;
  display: block;
  transition:
    color 0.5s ease,
    background-color 0.5s ease;
}
.ui-two-way-multiselect .ui-options-buttons button:hover {
  color: #fff;
  background-color: #000;
}
.ui-two-way-multiselect .ui-options-buttons button:disabled,
.ui-two-way-multiselect .ui-options-buttons button[disabled] {
  color: #999;
  background-color: #ccc;
  cursor: not-allowed;
}
.ui-two-way-multiselect .ui-options-buttons button:disabled:hover,
.ui-two-way-multiselect .ui-options-buttons button[disabled]:hover {
  color: red;
}
.ui-two-way-multiselect .ui-options-buttons .ui-options-group-move {
  margin-top: 75.5px;
}
.ui-two-way-multiselect .ui-options-buttons .ui-options-group-selected {
  color: #1f0aa3;
  border: 1px solid #1f0aa3;
  background-color: #ffc;
  transition:
    color 0.5s ease,
    background-color 0.5s ease;
}
.ui-two-way-multiselect .ui-options-buttons .ui-options-group-selected:hover {
  color: #ffc;
  background-color: #1f0aa3;
}
.ui-two-way-multiselect .ui-options-container-a {
  margin-left: 10px;
}
.ui-two-way-multiselect
  .ui-options-container-a
  .ui-options-list
  li.ui-option-element {
  background-color: #ffc0c0;
}
.ui-two-way-multiselect
  .ui-options-container-a
  .ui-options-list
  li.ui-selecting {
  border: 1px dashed #1f0aa3;
  background-color: #ffc;
}
.ui-two-way-multiselect
  .ui-options-container-a
  .ui-options-list
  li.ui-selected {
  border: 1px solid #1f0aa3;
  background-color: #ffc;
}
.ui-two-way-multiselect
  .ui-options-container-a
  .ui-options-list
  a.ui-option-move {
  display: none;
}
.ui-two-way-multiselect .ui-options-container-u .ui-options-list {
  height: 187px;
}
.ui-two-way-multiselect
  .ui-options-container-u
  .ui-options-list
  a.ui-option-remove {
  display: none;
}
.ui-two-way-multiselect
  .ui-options-container-u
  .ui-options-list
  li.ui-option-element
  a.ui-option-label {
  margin-left: 1.5em;
}
.ui-two-way-multiselect .ui-options-container-b {
  margin-right: 0;
}
.ui-two-way-multiselect
  .ui-options-container-b
  .ui-options-list
  li.ui-option-element {
  background-color: #b2b2ff;
}
.ui-two-way-multiselect
  .ui-options-container-b
  .ui-options-list
  li.ui-selecting {
  border: 1px dashed #1f0aa3;
  background-color: #ffc;
}
.ui-two-way-multiselect
  .ui-options-container-b
  .ui-options-list
  li.ui-selected {
  border: 1px solid #1f0aa3;
  background-color: #ffc;
}
.ui-two-way-multiselect
  .ui-options-container-b
  .ui-options-list
  a.ui-option-move {
  display: none;
}
.ui-two-way-multiselect .ui-controls-list {
  padding: 0;
  list-style-type: none;
  float: left;
  margin: 10px;
  width: 50px;
}
.ui-two-way-multiselect .ui-controls-list li {
  margin: 0.5em auto 0;
  padding: 0;
}
.ui-two-way-multiselect .ui-controls-list li:first-of-type {
  margin-top: 2.5em;
}
.ui-two-way-multiselect input[type='checkbox'] {
  visibility: hidden;
}
/* Allow Font Awesome Icons in lieu of jQuery UI and only apply when using a FA icon */
.ui-icon[class*=' fa-'] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: -0.5em;
}

/* Allow use of icon-large to be properly aligned */
.ui-icon.icon-large {
  margin-top: -0.75em;
}

.ui-button-icon-only .ui-icon[class*=' fa-'] {
  /* Bump it - jQuery UI is -8px */
  margin-left: -7px;
}
.ui-multiselect {
  padding: 2px 0 2px 4px;
  text-align: left;
}
.ui-multiselect span.ui-icon {
  float: right;
}
.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important;
}

.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px;
}
.ui-multiselect-header ul {
  font-size: 0.9em;
}
.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0;
}
.ui-multiselect-header a {
  text-decoration: none;
}
.ui-multiselect-header a:hover {
  text-decoration: underline;
}
.ui-multiselect-header span.ui-icon {
  float: left;
}
.ui-multiselect-header li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0;
}

.ui-multiselect-menu {
  display: none;
  padding: 3px;
  position: absolute;
  z-index: 10000;
  text-align: left;
}
.ui-multiselect-checkboxes {
  position: relative /* fixes bug in IE6/7 */;
  overflow-y: scroll;
}
.ui-multiselect-checkboxes label {
  cursor: default;
  display: block;
  border: 1px solid transparent;
  padding: 3px 1px;
}
.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
}
.ui-multiselect-checkboxes li {
  clear: both;
  font-size: 0.9em;
  padding-right: 3px;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none;
}

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
  border: none;
}
.ui-multiselect-hasfilter ul {
  position: relative;
  top: 2px;
}
.ui-multiselect-filter {
  float: left;
  margin-right: 10px;
  font-size: 11px;
}
.ui-multiselect-filter input {
  width: 100px;
  font-size: 10px;
  margin-left: 5px;
  height: 15px;
  padding: 2px;
  border: 1px solid #292929;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
/*








*/
