/* Minification failed. Returning unminified contents.
(1320,1): run-time error CSS1019: Unexpected token, found '@charset'
(1320,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(1320,17): run-time error CSS1019: Unexpected token, found ';'
(3762,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3763,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! jQuery UI - v1.12.1 - 2017-10-12
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=50&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23eee&iconColorError=%23cc0000&fcError=%23333&borderColorError=%23fcc&bgTextureError=flat&bgColorError=%23fcc&iconColorHighlight=%23333&fcHighlight=%23333&borderColorHighlight=%23ff9&bgTextureHighlight=flat&bgColorHighlight=%23ff9&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%236a4&bgTextureActive=flat&bgColorActive=%236a4&iconColorHover=%23999&fcHover=%23333&borderColorHover=%23cccccc&bgTextureHover=flat&bgColorHover=%23ccc&iconColorDefault=%23999&fcDefault=%23333&borderColorDefault=%23ccc&bgTextureDefault=flat&bgColorDefault=%23eee&iconColorContent=%23999&fcContent=%23333333&borderColorContent=%23ccc&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23999&fcHeader=%23333333&borderColorHeader=%23ccc&bgTextureHeader=flat&bgColorHeader=%23eee&cornerRadius=0&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* custom override for today's date */
.ui-datepicker-calendar .ui-datepicker-today .ui-state-highlight:not(.ui-state-active) {
    background: #999 !important;
    border: solid 1px #999 !important;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #ccc;
}
.ui-widget-content {
	border: 1px solid #ccc;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #ccc;
	background: #eee;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #ccc;
	background: #eee;
	font-weight: normal;
	color: #333;
}
.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: #333;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ccc;
	font-weight: normal;
	color: #333;
}
.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: #333;
	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 #6a4;
	background: #6a4;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #6a4;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #ff9;
	background: #ff9;
	color: #333;
}
.ui-state-checked {
	border: 1px solid #ff9;
	background: #ff9;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #333;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #fcc;
	background: #fcc;
	color: #333;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #333;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #333;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_999_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_999_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_999_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_333_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_999_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.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: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0;
}

/* Overlays */
.ui-widget-overlay {
	background: #eee;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

@charset "UTF-8";
/* reset.scss */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* hide style for screen readers */
.noDisplay {
  position: absolute;
  left: -9999px;
  width: 1em;
  overflow: hidden;
}

/* variables.scss */ /* containers.scss */
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Segoe UI", "Helvetica", sans-serif;
  font-size: 75%;
  overflow-x: hidden;
}

.app-wrapper {
  font-size: 16px;
}

.container-3d {
  height: 100%;
  perspective: 1000px;
  perspective-origin: center;
}

/* links.scss */
a,
a:link,
a:visited {
  color: #6a4;
  text-decoration: none;
}

a:hover {
  color: #6b4;
  text-decoration: underline;
}

a.back-arrow i.fa-arrow-left {
  background: #fff;
  border: solid 2px #333;
  border-radius: 12px;
  color: #333;
  float: left;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-right: 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 4px;
  vertical-align: top;
  width: 18px;
}

a.back-arrow i.fa-arrow-left:hover {
  background: #333;
  color: #fff;
}

/* typography.scss */
h2, h3, p {
  margin-bottom: 1em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

strong {
  font-weight: bold;
}

abbr[title] {
  border-bottom: dotted 1px currentColor;
  text-decoration: none;
}

h4 {
  color: #6a4;
  font-size: 16px;
  margin-bottom: 1.8em;
}

h4.indented {
  margin-left: 36px;
}

h2 + h4 {
  margin-top: -10px;
}

hr {
  border: 0;
  border-bottom: solid 1px #ccc;
  margin: 2em 0;
  padding: 0;
}

sub {
  font-size: 0.75em;
  vertical-align: sub;
}

sup {
  font-size: 0.75em;
  vertical-align: super;
}

.italic {
  font-style: italic;
}

/* header.scss */
#header-wrapper {
  background: #fff;
  min-width: 1000px;
  padding: 0 12px;
  position: relative;
}

#header-wrapper > header {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  min-width: 1000px;
  padding: 20px 0;
  position: relative;
}

#map-popup > header {
  box-sizing: border-box;
  /*min-width: 1000px;*/
  width: 95vw;
  padding: 20px 10px;
  position: relative;
}

#glqc-logo {
  height: 40px;
  width: 265px;
}

#login {
  position: absolute;
  right: 0;
  top: 0;
}
#login span {
  display: inline-block;
  padding: 8px 12px;
}

.invites {
  position: relative;
}

#login .count {
  background: #c00;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 1em;
  padding: 2px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: -1px;
  vertical-align: middle;
  width: 1em;
}

#login-links {
  background: #6a4;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
  padding: 0 12px;
}
#login-links a {
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
}
#login-links a:hover {
  color: #fff;
  text-decoration: underline;
}
#login-links i {
  color: #fff;
  font-size: 14px;
  margin-right: 0.25em;
}

#logoutForm {
  display: none;
}

#my-account {
  background: #fff;
  border: solid 1px #ccc;
  box-shadow: 0 8px 5px -5px #757575;
  display: none;
  padding: 20px;
  position: absolute;
  right: 124px;
  top: 34px;
  z-index: 10;
}
#my-account a {
  display: block;
  padding: 5px 8px;
}

/* layout switching */
#view-preferences {
  position: absolute;
  right: 24px;
  top: 40px;
}
#view-preferences a {
  background: #eee;
  display: inline-block;
  padding: 6px;
  text-align: center;
  text-decoration: none;
}
#view-preferences a i {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
}
#view-preferences a i:hover {
  color: #6b4;
}

/* languages */
#language {
  position: absolute;
  right: 350px;
  top: 40px;
  z-index: 20;
}
#language .current {
  background-color: #eee;
  cursor: pointer;
  display: inline-block;
  left: 0;
  padding: 0.6em 1em;
  position: absolute;
  top: 0;
  white-space: nowrap;
}
#language .current:after {
  content: "▼";
  font-size: 0.75em;
  margin-left: 1em;
}
#language .language-list {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2.3em;
}
#language .language-list li {
  display: block;
}
#language .language-list li a {
  color: #333;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  white-space: nowrap;
}
#language .language-list li a:hover {
  background-color: #08c;
  color: #fff;
}

.language-underlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

/* navigation.scss */
#primary {
  border-bottom: solid 5px #6a4;
  clear: both;
  display: block;
  font-size: 1.1666666667em;
  height: 32px;
  margin: 0 -12px;
  padding: 0 12px;
  position: relative;
}
#primary ul.primary-menu {
  left: 210px;
  padding: 8px 0 0 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
#primary ul.primary-menu.selected {
  left: 375px;
  width: 100%;
}
@media screen and (min-device-width: 600px) and (max-device-width: 1279px) {
  #primary ul.primary-menu.selected {
    left: 332px;
  }
}
#primary ul.primary-menu > li {
  display: inline-block;
  margin-left: 12px;
  overflow: visible;
  padding-bottom: 1em;
  position: relative;
  vertical-align: top;
  z-index: 2;
}
#primary ul.primary-menu > li:hover ul {
  display: block;
}
#primary ul.primary-menu > li.active > a {
  color: #6a4;
  font-weight: bold;
}
#primary ul.primary-menu > li > a {
  color: #757575;
  height: 30px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
#primary ul.primary-menu > li > a:hover {
  color: #6a4;
}

div.fixed-content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  min-width: 1000px;
  padding: 0;
  position: relative;
}

/*---------- site search/list ----------*/
#nav-site-search {
  background: #fff url(images/search15.png) 5px 5px no-repeat;
  border: solid 1px #ccc;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  font-size: 14px;
  margin-left: 0;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  vertical-align: middle;
  width: 189px;
  z-index: 1;
}

#dropdown-arrow {
  background: #6a4;
  border: solid 1px #6a4;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 15px;
  overflow: visible;
  padding: 7px 5px 3px 5px;
  vertical-align: middle;
  width: 10px;
  margin-left: -4px;
}
#dropdown-arrow:hover {
  color: #ccc;
  cursor: pointer;
}

#clear-sites-filter {
  background-color: #fff;
  color: #6a4;
  cursor: pointer;
  left: 170px;
  padding: 4px;
  position: absolute;
  top: 2px;
  z-index: 1;
}

#nav-site-list {
  background-color: #fff;
  border: solid 1px #ccc;
  box-shadow: 0 8px 5px -5px #757575;
  display: block;
  left: 0;
  max-height: 300px;
  min-width: 300px;
  overflow: auto;
  position: absolute;
  top: 37px;
  z-index: 10001;
}
#nav-site-list > li {
  font-size: 12px;
  padding: 8px 12px;
}
#nav-site-list > li.no-matches {
  color: #c00;
  display: none;
}
#nav-site-list > li.all-sites {
  background: #eee;
}
#nav-site-list > li:hover {
  background-color: #08c;
  color: #fff;
  cursor: pointer;
}
#nav-site-list > li > span.account-number {
  float: right;
}

/* placeholder */
#nav-site-search::-webkit-input-placeholder {
  color: #6a4;
  font-size: 14px;
  font-weight: bold;
}

#nav-site-search:-moz-placeholder {
  color: #6a4;
  font-size: 14px;
  font-weight: bold;
}

#nav-site-search::-moz-placeholder {
  color: #6a4;
  font-size: 14px;
  font-weight: bold;
}

#nav-site-search:-ms-input-placeholder {
  color: #6a4;
  font-size: 14px;
  font-weight: bold;
}

/* placeholder when textbox has focus */
#nav-site-search:focus::-webkit-input-placeholder {
  color: #757575;
  font-weight: normal;
}

#nav-site-search:focus:-moz-placeholder {
  color: #757575;
  font-weight: normal;
}

#nav-site-search:focus::-moz-placeholder {
  color: #757575;
  font-weight: normal;
}

#nav-site-search:focus:-ms-input-placeholder {
  color: #757575;
  font-weight: normal;
}

#nav-site-search.empty {
  color: #6a4;
  font-weight: bold;
}

#nav-site-search.empty:focus {
  color: #757575;
}

/*-------------- Site Season --------------------------*/
#nav-site-season-search {
  background: #fff url(images/search15.png) 5px 5px no-repeat;
  border: solid 1px #ccc;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  font-size: 14px;
  margin-left: 0;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  vertical-align: middle;
  width: 145px;
  z-index: 1;
}
#nav-site-season-search.disabled {
  background: #ccc url(images/disabled_search15.png) 5px 5px no-repeat;
  color: #757575;
  background-color: #eee;
  border: solid 1px #ccc;
}
#nav-site-season-search.enabled::-webkit-input-placeholder {
  color: #6a4;
  font-weight: bold;
}
#nav-site-season-search.enabled:-moz-placeholder {
  color: #6a4;
  font-weight: bold;
}
#nav-site-season-search.enabled::-moz-placeholder {
  color: #6a4;
  font-weight: bold;
}
#nav-site-season-search.enabled:-ms-input-placeholder {
  color: #6a4;
  font-weight: bold;
}
@media screen and (min-device-width: 600px) and (max-device-width: 1270px) {
  #nav-site-season-search {
    width: 100px;
  }
}

.site-season-dropdown-arrow {
  background: #6a4;
  border: solid 1px #6a4;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 15px;
  overflow: visible;
  padding: 7px 5px 3px 5px;
  vertical-align: middle;
  width: 10px;
  margin-left: -4px;
}
.site-season-dropdown-arrow.disabled {
  background-color: #fff;
  border: solid 1px #ccc;
  border-left: 0px;
  color: darkgray;
}

#season-dropdown-arrow:hover {
  color: #ccc;
  cursor: pointer;
}

.manage-site-season {
  background-color: #fff;
  border: solid 1px #ccc;
  box-shadow: 0 8px 5px -5px #757575;
  display: block;
  overflow: hidden;
  left: 214px;
  position: absolute;
  z-index: 10001;
  top: 38px;
  min-width: 165px;
}
.manage-site-season.fade-picker-in-background {
  z-index: 5;
}

#nav-site-season-list {
  display: block;
  max-height: 170px;
  overflow: auto;
}
#nav-site-season-list > li {
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 14px;
}
#nav-site-season-list > li.selected-site-season {
  font-weight: bold;
  background-color: #ccc;
  border-left: 2px solid #757575;
}
#nav-site-season-list > li.no-matches {
  color: #c00;
  display: none;
}
#nav-site-season-list > li .current-marker {
  padding-left: 25px;
}
#nav-site-season-list > li.current-site-season {
  color: #6a4;
}
#nav-site-season-list > li:hover {
  background-color: #08c;
  color: #fff;
  cursor: pointer;
}

#nav-site-season-search::-webkit-input-placeholder {
  font-size: 14px;
}

#nav-site-season-search:-moz-placeholder {
  font-size: 14px;
}

#nav-site-season-search::-moz-placeholder {
  font-size: 14px;
}

#nav-site-season-search:-ms-input-placeholder {
  font-size: 14px;
}

/* placeholder when textbox has focus */
#nav-site-season-search:focus::-webkit-input-placeholder {
  color: #757575;
  font-weight: normal;
}

#nav-site-season-search:focus:-moz-placeholder {
  color: #757575;
  font-weight: normal;
}

#nav-site-season-search:focus::-moz-placeholder {
  color: #757575;
  font-weight: normal;
}

#nav-site-season-search:focus:-ms-input-placeholder {
  color: #757575;
  font-weight: normal;
}

#nav-site-season-search.empty {
  color: #6a4;
  font-weight: bold;
}

#nav-site-season-search.empty:focus {
  color: #757575;
}

.manage-season-popup {
  background-color: #fff;
  border: solid 1px #ccc;
  box-shadow: 0 0 50px #333;
  box-sizing: border-box;
  display: none;
  font-size: 12px;
  padding: 20px;
  position: fixed;
  z-index: 1002;
  overflow: hidden;
  top: 20%;
}
@media screen and (min-width: 1530px) {
  .manage-season-popup {
    left: 40%;
    max-height: 560px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1529px) {
  .manage-season-popup {
    left: 31%;
    max-height: 473px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .manage-season-popup {
    left: 33%;
    max-height: 473px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .manage-season-popup {
    left: 35%;
    max-height: 473px;
  }
}

.manage-season.title {
  border-top: 1px solid #757575;
  background-color: transparent;
  font-weight: bold;
  padding: 8px 13px;
  color: #6a4;
  cursor: pointer;
}

/* tabs.scss */
.tabs {
  margin: 0 0 5px 0;
  overflow: hidden;
  padding: 1px 0;
}
.tabs ul {
  border-bottom: solid 1px #ccc;
  display: flex;
  justify-content: flex-start;
  margin: 0 -1em;
}
.tabs li {
  padding: 1em 1em 0;
  position: relative;
  top: 2px;
  width: auto;
}
.tabs a {
  color: #6a4;
  display: inline-block;
  font-size: 16px;
  padding-bottom: 0.5em;
  position: relative;
}
.tabs a:before {
  background-color: #6a4;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
}
.tabs a:hover {
  text-decoration: none;
}
.tabs .active a {
  border: none;
  font-weight: normal;
}
.tabs .active a:before {
  transform: scaleX(1);
  transition: transform 0.2s ease-in-out;
}

.inner-tabs {
  height: 36px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.inner-tabs ul {
  border-bottom: none;
}
.inner-tabs .active a {
  color: #757575;
}
.inner-tabs a {
  color: #757576;
  font-size: 14px;
}
.inner-tabs a:before {
  background-color: #757575;
  height: 2px;
}

/* main.scss */
#body-wrapper {
  background: #fff;
  min-width: 1000px;
  overflow-x: hidden;
  padding: 0 12px;
  position: relative;
}

article {
  box-sizing: border-box;
  clear: both;
  display: table;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 226px);
  min-width: 1000px;
  position: relative;
}

#main {
  display: table-cell;
  min-width: 600px;
  padding: 30px 20px 30px 0;
  position: relative;
  vertical-align: top;
}
#main.multi-site-report:before {
  background-color: #eee;
  border-bottom: solid 2px #ccc;
  content: "";
  height: 78px;
  left: -1000px;
  position: absolute;
  right: 0;
  top: 0;
}
#main.multi-site-report > h2 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#main.multi-site-report > .top-right {
  position: relative;
}

.clearBoth {
  clear: both;
  height: 0;
}

/* messages.scss */
.user-message-banner,
.migration-message-banner {
  background-color: #08c;
  color: #fff;
  display: block !important;
  margin-bottom: 30px;
  padding: 5px 8px 5px 20px;
  text-align: center;
}

.user-message-banner.warning,
.migration-message-banner.warning {
  background-color: #ffc;
  border: solid 1px #fc0;
  color: #333;
  text-align: left;
}

.user-message-banner.warning .fa.fa-exclamation-triangle,
.migration-message-banner.warning .fa.fa-exclamation-triangle {
  color: #fc0;
  float: left;
  font-size: 18px;
  margin: 0.25em 1em 0.25em 0;
}

.migration-message-banner.warning.migration {
  margin-bottom: 2px;
  text-align: center;
}
.migration-message-banner.warning.migration .fa.fa-exclamation-triangle {
  top: 2px;
  float: unset;
  margin: unset;
  position: relative;
  text-align: center;
}

section.read-only-user .user-message-banner {
  display: block;
}

section.read-only-user button,
section.read-only-user input[type=button] {
  display: none;
}

#user-message {
  background: #fff;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  color: #333;
  display: none;
  max-width: 600px;
  padding: 30px;
  position: fixed;
  right: 60px;
  top: 60px;
  z-index: 501;
}

#multi-user-message-container {
  display: none;
  max-width: 600px;
  position: fixed;
  right: 60px;
  top: 60px;
  z-index: 501;
}

.multi-user-message {
  background: #fff;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  color: #333;
  display: none;
  max-width: 600px;
  padding: 30px !important;
  margin: 10px 0;
}

#confirmation, #confirmation1 {
  background-color: #fff;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  display: none;
  height: auto;
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  padding: 30px;
  position: fixed;
  top: 50%;
  width: 300px;
  z-index: 1003;
}

.additionalInfoConfirmation {
  width: 465px !important;
  margin-left: -232px !important;
}

#mapPopup {
  background-color: #fff;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  box-sizing: border-box;
  display: none;
  height: 600px;
  left: 50%;
  margin-left: -400px;
  margin-top: -300px;
  padding: 30px;
  position: absolute;
  top: 50%;
  width: 800px;
  z-index: 1003;
}
#mapPopup .glgm-icon {
  float: left;
  margin: 0 1em 2em 0;
}
#mapPopup p {
  line-height: 1.25;
}
#mapPopup #map {
  height: 425px;
  margin: 1em 0;
  width: 740px;
}
#mapPopup .confirmation-buttons {
  display: block;
  text-align: right;
}

#user-message img,
.multi-user-message img,
#confirmation img,
#confirmation1 img {
  float: left;
}

#user-message span,
.multi-user-message span,
#confirmation span,
#confirmation1 span {
  display: block;
  font-size: 16px;
}

#confirmation span + span,
#confirmation1 span + span {
  float: right;
  margin-top: 16px;
}

/* collections.scss */
/*---------------------- collections (formerly tables) --------------------*/
ul.collection {
  margin-top: 45px;
}

ul.collection > li {
  box-sizing: border-box;
  margin-bottom: 4px;
  position: relative;
}

ul.collection > li > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 16px;
  text-decoration: none;
}

/* dark/light variations */
/* dark */
ul.collection.dark > li {
  background: #444; /* charcoal */
}

ul.collection.dark > li:hover {
  background: #666;
}

ul.collection.dark > li > a {
  color: #fff;
}

/* light */
ul.collection.light > li {
  background: #eee;
}

ul.collection.light > li:hover {
  background: #ccc;
}

ul.collection.light > li > a {
  color: #333;
}

/* rows layout */
ul.rows {
  margin-bottom: 4px;
}

ul.rows > li {
  width: 100%;
}

ul.rows > li.nodata {
  height: 40px;
}

ul.rows ul.content > li {
  display: inline-block;
  min-height: 16px;
  overflow: hidden;
  padding-bottom: 1px;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

ul.rows ul.content > li:first-child {
  font-weight: bold;
  height: 16px;
  margin-left: 0;
}

/* tiles layout */
ul.tiles {
  margin-right: -4px;
}

ul.tiles > li {
  float: left;
  height: 150px;
  margin-right: 4px;
  position: relative;
  width: 247px;
}

ul.tiles ul.content > li {
  line-height: 1.25; /* fixes tails of g and y from being cut off */
  max-width: 215px;
  overflow: hidden;
  padding-bottom: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.tiles ul.content > li:first-child {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

ul.tiles ul.content > li.field-name {
  width: 120px;
}

.more {
  color: #757575;
  text-align: right !important;
}

/* progress.scss */
.spinner {
  color: #6a4;
  font-size: 3em;
  font-style: italic;
  left: 50%;
  opacity: 0;
  position: fixed;
  text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff;
  top: 0;
  transform: translate(-50%, -50%);
  transition: all 1s linear;
  width: 6em;
  z-index: 1;
}

body.loading .spinner {
  color: #757575;
  opacity: 1;
  top: 50%;
}

.spinner .loading {
  display: none;
}

body.loading .spinner .loading {
  display: inline-block;
}

.spinner .loaded {
  display: inline-block;
}

body.loading .spinner .loaded {
  display: none;
}

#loading {
  background: #fff;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  color: #333;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -100px;
  margin-top: -20px;
  padding: 30px;
  position: fixed;
  top: 50%;
  width: 37px;
  z-index: 1002;
}

#loading img {
  margin-right: 20px;
}

/* sidebar.scss */
#filters {
  border-left: solid 2px #ccc;
  display: table-cell;
  padding: 20px 0 20px 20px;
  vertical-align: top;
  width: 209px;
}

#filters h3 {
  color: #333;
  margin-top: 30px;
}

#filters > section:first-child > h3 {
  margin-top: 10px;
}

/* key */
.key-list tr:first-child {
  border: none;
}

.key-list td {
  height: 22px;
  padding: 2px 0;
  vertical-align: middle;
}

/*-------------------- omniSearch --------------------*/
#omniSearch {
  width: 100%;
}

#omniResults h3 {
  border-top: dashed 1px #ccc;
  font-size: 1.2em;
  margin: 5px 8px;
  margin-bottom: 0;
  padding-top: 5px;
  text-align: right;
}

#omniResults ul, #omniResults li {
  padding: 0;
}

#omniResults li a {
  display: block;
  padding: 5px 8px;
}

p.omniFilter {
  padding: 5px 8px;
}

p.omniFilter label {
  font-weight: normal;
}

p.omniFilter input {
  display: inline;
}

p.results-overflow {
  padding: 5px 8px;
}

/* footer.scss */
#footer-wrapper {
  background-color: #333;
  color: #ccc;
  min-width: 1000px;
  padding: 4em 1em;
}
#footer-wrapper footer {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 800px;
}
#footer-wrapper footer a, #footer-wrapper footer a:link, #footer-wrapper footer a:visited {
  color: #ccc;
  text-decoration: underline;
}
#footer-wrapper footer a:hover, #footer-wrapper footer a:active, #footer-wrapper footer a:focus {
  color: #fff;
}

/* user-voice.scss */
#uservoice-trigger {
  /*bottom: 20px;
  position: fixed;
  right: 100px;
  height: 60px;*/
}

.uv-popover {
  position: fixed !important;
}

/* form.scss */
form fieldset {
  clear: both;
}

input[type=date],
input[type=number],
input[type=email],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=password],
input[type=text],
input[type=file],
select {
  border: solid 1px #ccc;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 12px;
  height: 27px;
  padding: 5px 8px;
  width: 200px;
}

input[type=date],
input[type=number],
input[type=email],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=password],
input[type=text],
input[type=file] {
  -webkit-appearance: none;
  box-shadow: none;
}

select {
  padding: 0 0 0 5px;
}

select > option {
  padding: 5px 0;
}

/* a hack to remove empty items in a select, that doesn't have ng-options*/
select option:empty {
  display: none;
}

/* turn off number spinners in webkit browsers */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=file] {
  border-radius: 0;
  padding: 3px 8px;
}

/* prevent webkit browsers from preserving space for clear x */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
  border: solid 1px #ccc;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-family: inherit;
  height: 64px; /* default */
  padding: 5px 8px;
  resize: none;
}

input[type=checkbox] {
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-family: inherit;
  height: 14px;
  margin: 5px 4px 0 2px;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 2px;
  width: 14px;
}

autocomplete {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* angular element */
  display: inline-block;
  vertical-align: top;
}

form label, form span.label {
  display: block;
  font-size: 1.1666667em;
  font-weight: bold;
  line-height: 1.5;
}

label.calendar {
  color: #6a4;
  display: inline-block !important;
  position: relative;
  right: 22px;
  width: auto !important;
}

label.calendar:hover {
  color: #6b4;
  cursor: pointer;
}

form span.helper {
  color: #757575;
  font-size: 1em;
  line-height: 1.25;
}

form span.red-asterisk {
  color: #c00;
  display: inline-block;
  font-size: 1.5em;
  margin: -2.5em 0;
  position: relative;
  top: 0.2em;
}

span.checkbox-list, span.radio-list {
  box-sizing: border-box;
  display: inline-block;
  width: 200px;
}

span.checkbox-list label, span.radio-list label {
  font-size: 12px;
  font-weight: normal;
}

span.checkbox-list label:first-child, span.radio-list label:first-child {
  margin-top: 5px;
}

span.radio-list input[type=radio] {
  bottom: 3px;
  position: relative;
}

.form-section {
  margin: 40px 0;
}

form h3 {
  border-bottom: solid 1px #6a4;
  margin-bottom: 4px;
  padding-bottom: 2px;
}

span.validation-message,
span.error-message {
  color: #c00;
  display: block;
  font-weight: normal;
}

span.warning-message {
  color: #f90;
  display: block;
  font-weight: normal;
}

div.column-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}

form fieldset div.form-column {
  display: table-cell;
  overflow: visible !important;
  vertical-align: top;
}

/* placeholders */
::-webkit-input-placeholder {
  color: #757575;
  font-size: 12px;
  font-weight: normal;
}

:-moz-placeholder {
  color: #757575;
  font-size: 12px;
  font-weight: normal;
}

::-moz-placeholder {
  color: #757575;
  font-size: 12px;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #757575;
  font-size: 12px;
  font-weight: normal;
}

input.empty, textarea.empty {
  color: #757575;
}

/* typeahead dropdown menu (UI Bootstrap) */
ul.typeahead.dropdown-menu {
  background: #eee;
  border-top: solid 1px #ccc;
  box-sizing: border-box;
  max-height: 300px;
  min-width: 200px;
  overflow: auto;
  position: absolute;
  width: inherit;
  z-index: 1003;
}

ul.typeahead.dropdown-menu li {
  font-size: 12px;
  padding: 0.4em;
}

ul.typeahead.dropdown-menu li a {
  color: #333;
}

ul.typeahead.dropdown-menu li.active {
  background: #08c;
}

ul.typeahead.dropdown-menu li.active a {
  color: #fff;
}

/* disabled and readonly */
input:disabled,
input[readonly],
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
  background: #eee;
  color: #757575;
}

/* The 'read-only' is not recognized by IE so I put them separately from the above styles */
input:read-only,
textarea:read-only {
  background: #eee;
  color: #757575;
}

.form-section i.fa.fa-plus-circle {
  font-size: 1.5em;
}

/* UI datepicker overrides */
div.ui-widget {
  font-size: 1em;
}

div.ui-datepicker table {
  font-size: 1em;
}

.ui-datepicker-today .ui-state-highlight {
  background: #6a4 !important;
  border: solid 1px #6a4 !important;
  color: #fff !important;
}

div.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-current,
div.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-close {
  background-color: #6a4;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  opacity: 1;
  padding: 5px 10px;
}

div.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-current:hover,
div.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-close:hover {
  background-color: #6b4;
}

/*----- slider switch -----*/
.slider {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 2em;
  line-height: 2;
  overflow: hidden;
  position: relative;
  width: 6em;
}

.slider.disabled {
  opacity: 0.5;
}

.slider .bg {
  background-color: #c00;
  border-radius: 1em;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 500ms ease-in-out;
  width: 100%;
}

.slider :checked + .bg {
  background-color: #6a4;
}

.slider .bg span {
  color: #fff;
  padding-left: 0.75em;
}

.slider .bg span + span {
  float: right;
  padding-left: 0;
  padding-right: 0.75em;
}

.slider .button {
  background-color: #fff;
  border-radius: 1em;
  bottom: 3px;
  left: 3px;
  position: absolute;
  right: 2.8em;
  top: 3px;
  transition: all 500ms ease-in-out;
  width: 3em;
}

.slider :checked ~ .button {
  left: 2.8em;
  right: 3px;
}

.slider input {
  display: none;
}

/* set as default links */
form p {
  position: relative;
}

.set-as-default {
  bottom: -1em;
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: right;
  width: 200px;
}

/* AUTOCOMPLETE */
.autocomplete {
  position: relative;
  width: 200px;
}

.comment-list li {
  clear: both;
}

#comment-popup .autocomplete {
  margin-top: 5px;
  width: 613px;
}

#comment-popup .autocomplete input {
  width: 100%;
}

.autocomplete ul {
  background-color: #fff;
  border-bottom: 1px solid #757575;
  border-left: 1px solid #757575;
  border-right: 1px solid #757575;
  box-sizing: border-box;
  left: 0;
  max-height: 300px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.autocomplete li {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -ms-word-break: break-all;
  -webkit-hyphens: auto;
  background-color: #fff;
  font-size: 12px;
  hyphens: auto;
  list-style: none;
  padding: 0.4em;
  text-align: left;
  word-break: break-all;
  word-break: break-word;
}

.autocomplete li.active {
  background-color: #08c;
  color: #fff;
}

.autocomplete .highlight {
  font-weight: bolder;
}

.autocomplete .remove-icon {
  float: right;
}

/* buttons.scss */
input[type=button],
input[type=submit],
input[type=reset],
button {
  -webkit-appearance: none; /* remove gradient and pill shape in Mobile Safari */
  border: solid 2px transparent;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1;
}

input[type=button].green-button,
input[type=submit].green-button,
button.green-button {
  background: #6a4;
  border: solid 2px #6a4;
  color: #fff;
  padding: 5px 8px;
}

input[type=button].green-button:hover,
input[type=submit].green-button:hover,
button.green-button:hover {
  background: #6b4;
  border-color: #6b4;
}

input[type=button].grey-button,
input[type=reset].grey-button,
button.grey-button {
  background: #999;
  border: solid 2px #999;
  color: #fff;
  padding: 5px 8px;
}

input[type=button].grey-button:hover,
input[type=reset].grey-button:hover,
button.grey-button:hover {
  background: #aaa;
  border-color: #aaa;
}

input[type=button]:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled,
button:disabled,
input.green-button:disabled,
button.green-button:disabled {
  background: #ccc;
  border: solid 2px #ccc;
  color: #fff;
  padding: 5px 8px;
}

button.multi-state {
  box-sizing: border-box;
  display: inline-block;
  font-size: 13px;
  height: 30px;
  padding: 5px 10px;
  transition: all 0.6s ease-in-out;
  vertical-align: middle;
}
button.multi-state i {
  margin-right: 4px;
}
button.save-disabled {
  background: #fff;
  border: solid 2px #ccc;
  color: #ccc;
}
button.saving, button.saved {
  background: #fff;
  border: solid 2px #6a4;
  color: #6a4;
}
button.save-enabled {
  background: #6a4;
  border: solid 2px #6a4;
  color: #fff;
  position: relative;
  transition: all 0.2s ease-in-out;
}
button.save-enabled.grey {
  background: #999;
  border: solid 2px #999;
  color: #fff;
}
button.save-enabled:hover {
  background: #6b4;
  border: solid 2px #6b4;
  bottom: 0;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

input[type=button].green-outline-button,
input[type=submit].green-outline-button,
button.green-outline-button {
  background: transparent;
  border: solid 2px #6a4;
  color: #6a4;
  padding: 5px 8px;
}

input[type=button].green-outline-button:hover,
input[type=submit].green-outline-button:hover,
button.green-outline-button:hover {
  background: #6b4;
  color: #fff;
}

.split-button {
  display: inline-flex;
  font-size: 13px;
  position: relative;
}
.split-button button {
  padding: 5px 8px;
  transition: all 0.2s ease-in-out;
}
.split-button button.primary {
  background-color: #6a4;
  border: solid 2px #6a4;
  color: #fff;
  margin: 0px;
}
.split-button button.primary:hover {
  background-color: #6b4;
  border-color: #6b4;
}
.split-button button.primary:disabled {
  background: #ccc;
  border: solid 2px #ccc;
  color: #fff;
}
.split-button button.primary + .primary {
  border-left: solid 2px #593;
}
.split-button button.primary:disabled + :disabled {
  border-left: solid 2px #bbb;
}
.split-button .fa.fa-caret-down {
  position: static;
}
.split-button .dropdown-menu {
  background-color: #ded;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 27px;
}
.split-button .dropdown-menu .dropdown-item {
  cursor: default;
  padding: 7px 12px;
}
.split-button .dropdown-menu .dropdown-item:hover {
  background-color: #dfd;
}
.split-button .dropdown-menu .dropdown-item.disabled {
  background-color: #ccc;
  color: #fff;
}

glgm-multi-option-button + button.grey-button {
  padding: 0.6em 1em;
}

.gl-multi-state-button {
  z-index: 1;
  position: relative;
}
.gl-multi-state-button.state-busy {
  background-color: #fff;
  border-color: #757575;
  color: #757575;
  pointer-events: none;
}
.gl-multi-state-button.state-busy .fa-circle-o-notch {
  display: inline-block;
}
.gl-multi-state-button.state-done {
  background-color: #fff;
  border-color: #6a4;
  color: #6a4;
  pointer-events: none;
}
.gl-multi-state-button.state-done .fa-check {
  display: inline-block;
}
.gl-multi-state-button.save-enabled {
  padding: 0.6em 1em;
}
.gl-multi-state-button.save-disabled {
  padding: 0.6em 1em;
}
.gl-multi-state-button .fa {
  display: none;
}

/* modal.scss */
#overlay {
  -ms-zoom: 1;
  background-color: #000;
  bottom: 0;
  display: none;
  filter: alpha(opacity=30); /* old IE */
  left: 0;
  opacity: 0.3;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  zoom: 1; /* old IE */
}

.lightbox {
  background-color: #fff;
  border: solid 1px #ccc;
  box-shadow: 0 0 50px #333; /* not IE8 */
  box-sizing: border-box;
  display: none;
  font-size: 12px;
  left: 50%;
  padding: 20px;
  position: fixed;
  top: 50%;
  z-index: 1002;
}

.lightbox h3 {
  margin-bottom: 0.5em;
}

/* filters.scss */
/*----- views -----*/
ul.views {
  margin-bottom: 8px;
  margin-right: -4px;
  text-align: right;
}

ul.views li {
  border-left: 1px solid #ccc;
  color: #333;
  display: inline-block;
  padding: 5px 8px;
}

ul.views li:first-child {
  border-left: none;
}

ul.views li.ng-hide + li {
  border-left: none;
}

ul.views li a.active {
  font-weight: bold;
}

/* table.scss */
table {
  margin-bottom: 20px;
  width: 100%;
}

tr {
  border: none;
}

tr:first-child {
  border-top: solid 1px #ccc;
}

th {
  background-color: #ccc; /* may require !important for some screens */
  border: none;
  color: #333;
  font-weight: bold;
}

td, th {
  line-height: 1.5;
  padding: 5px 8px;
  text-align: left;
}

/* status.scss */
div.plan-icon,
span.plan-icon {
  border-radius: 1.5em;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 1.5em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  width: 1.5em;
}

.draft-plan {
  background: #f6c20e;
  border: solid 2px #f6c20e;
}

.published-plan {
  background: #00a4ef;
  border: solid 2px #00a4ef;
}

.in-progress {
  border: solid 2px #6a4;
  color: #757575;
}

.applied-plan {
  background: #6a4;
  border: solid 2px #6a4;
}

.not-applied-plan {
  background: #999;
  border: solid 2px #999;
}

/* variables.scss */
/* help.scss */
i.help-icon {
  color: #cdb;
  float: right;
  position: relative;
}

i.help-icon:hover {
  color: #6b4;
  cursor: pointer;
}

i.help-icon:after {
  border: solid 10px transparent;
  border-bottom: solid 5px #cdb;
  border-right: solid 10px #cdb;
  content: "";
  display: none;
  height: 0;
  position: absolute;
  right: 8px;
  top: 16px;
  width: 0;
}

i.help-icon.active:after {
  display: block;
}

div.help-content {
  background: #cdb;
  border-radius: 5px;
  display: none;
  line-height: 1.25;
  margin: -8px 0 10px 0;
  padding: 10px;
}

/* in page help */
.help-trigger {
  left: 184px;
  position: absolute;
  top: 0;
}
.help-trigger .fa {
  color: #cdb;
  font-size: 1.5em;
}
.help-trigger .fa:hover, .help-trigger .fa:active {
  color: #6b4;
  cursor: pointer;
}

.help-bubble {
  background-color: #cdb;
  border-radius: 0.5em;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.25;
  padding: 1em;
  position: absolute;
  z-index: 1;
}
.help-bubble.position-below {
  left: -12px;
  top: 30px;
  width: 224px;
}
.help-bubble.position-below:before {
  border: solid 10px transparent;
  border-bottom: solid 5px #cdb;
  border-right: solid 10px #cdb;
  content: "";
  height: 0;
  position: absolute;
  right: 20px;
  top: -14px;
  width: 0;
}
.help-bubble.position-above {
  bottom: 60px;
  left: -12px;
  width: 224px;
}
.help-bubble.position-above:before {
  border: solid 10px transparent;
  border-right: solid 10px #cdb;
  border-top: solid 5px #cdb;
  bottom: -14px;
  content: "";
  height: 0;
  position: absolute;
  right: 20px;
  width: 0;
}

/* hopscotch.scss */
div.hopscotch-bubble {
  border-radius: 1em;
}
div.hopscotch-bubble .hopscotch-nav-button.next {
  background-color: #6a4;
  background-image: none;
  border-color: #6a4;
  border-radius: 0;
  color: #fff;
  margin: 0;
  text-shadow: none;
}
div.hopscotch-bubble .hopscotch-nav-button.next:hover {
  background-color: #6b4;
  background-image: none;
  border-color: #6b4;
}
div.hopscotch-bubble .hopscotch-nav-button.prev {
  background-color: #999;
  background-image: none;
  border-color: #999;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
}
div.hopscotch-bubble .hopscotch-nav-button.prev:hover {
  background-color: #aaa;
  background-image: none;
  border-color: #aaa;
}

/* media-queries.scss */
/* snap screen width to fit tiles without whitespace gaps */
/* 3 tiles: sidebar 230 + main padding 20 + (3 x tiles 251) - last tile margin 4 = 1000
   4 tiles: sidebar 230 + main padding 20 + (4 x tiles 251) - last tile margin 4 = 1251
   5 tiles: sidebar 230 + main padding 20 + (5 x tiles 251) - last tile margin 4 = 1502 */
@media screen and (min-width: 1530px) {
  #header-wrapper > header,
  #footer-wrapper > footer,
  #map-popup > header,
  .fixed-content,
  article:not(.report) {
    width: 1502px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1529px) {
  #header-wrapper > header,
  #footer-wrapper > footer,
  #map-popup > header,
  .fixed-content,
  article:not(.report) {
    width: 1251px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  #header-wrapper > header,
  #footer-wrapper > footer,
  #map-popup > header,
  .fixed-content,
  article:not(.report) {
    width: 1000px;
  }
}
/* miscellaneous.scss */
.float-right {
  float: right;
  width: auto;
}

.list-block {
  margin: 0 !important;
}
.list-block li {
  display: block !important;
}
.list-block li:empty {
  display: none !important;
}

.top-right {
  float: right;
}

.top-right input,
.top-right button {
  margin-left: 2px;
}

.top-left {
  float: left;
}

/*----- no data message -----*/
.no-data {
  border: solid 1px #ccc;
  color: #757575;
  height: 40px;
  margin-top: 20px;
  padding: 3em;
}
.no-data .fa {
  border: solid 2px #757575;
  border-radius: 50%;
  box-sizing: border-box;
  float: left;
  font-size: 30px;
  height: 40px;
  line-height: 36px;
  margin-right: 0.5em;
  width: 40px;
}
.no-data p:last-child {
  margin-bottom: 0;
}

/*-------------------- angular --------------------*/
/* Hiding the body till the angular finish the compilation */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide,
.x-ng-hide {
  display: none !important;
}

.hide-me {
  display: none;
}

/* financial styling */
.financial,
input.financial {
  border-bottom: solid 3px #06a;
}

.custom-selection {
  background-color: #ffc;
}

/* widgets.scss */
.help-widgets {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 1250;
  /*leafletJs mapping has some objects with z-index = 1000 */
}
.help-widgets .button-help-widgets {
  display: none;
}
.help-widgets.active .button-help-widgets {
  transform: translateX(100px);
}
.help-widgets.active .button-close {
  background-color: #757575;
}
.help-widgets.active .button-close + .round-button {
  transform: translateX(-70px);
}
.help-widgets.active .button-close + .round-button + .round-button {
  transform: translateX(-140px);
}
.help-widgets.active .button-close + .round-button + .round-button + .round-button {
  transform: translateX(-210px);
}

.button-close ~ .round-button ~ .round-button ~ .button-help-widgets {
  display: flex;
}

.round-button {
  align-items: center;
  background-color: #08c;
  border: none;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 60px;
  justify-content: center;
  padding: 0;
  right: 0;
  position: absolute;
  text-align: center;
  transition: all 0.2s ease-in-out;
  width: 60px;
  outline: none;
}
.round-button:hover {
  background-color: #19d;
}
.round-button .fa {
  font-size: 24px;
}
.round-button.button-help-widgets .fa {
  font-size: 36px;
}
.round-button span {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 4px;
}

@media only screen {
  .button-help-widgets > span {
    display: none !important;
  }
}
.uv-popover-tail {
  display: none !important;
}

.intercom-messenger-frame {
  bottom: 94px !important;
}

/* loading.scss */
.report-loading-skeleton {
  background-repeat: no-repeat;
  background-image: linear-gradient(#eee 80px, transparent 0), radial-gradient(circle 40px, #eee 99%, transparent 0), radial-gradient(circle 40px, #eee 99%, transparent 0), linear-gradient(#eee 20px, transparent 0), linear-gradient(#eee 10px, transparent 0), linear-gradient(#eee 10px, transparent 0), linear-gradient(#eee 10px, transparent 0), linear-gradient(#eee 10px, transparent 0), linear-gradient(#eee 60px, transparent 0), linear-gradient(#eee 10px, transparent 0), linear-gradient(#eee 10px, transparent 0), linear-gradient(#eee 24px, transparent 0), linear-gradient(#eee 24px, transparent 0), linear-gradient(#eee 24px, transparent 0), linear-gradient(#eee 24px, transparent 0), linear-gradient(#eee 24px, transparent 0), linear-gradient(#eee 24px, transparent 0), linear-gradient(#eee 24px, transparent 0), linear-gradient(#eee 24px, transparent 0), linear-gradient(#eee 24px, transparent 0), linear-gradient(#eee 24px, transparent 0), linear-gradient(#eee 24px, transparent 0), linear-gradient(#eee 24px, transparent 0), linear-gradient(#eee 24px, transparent 0), linear-gradient(#eee 24px, transparent 0), linear-gradient(#eee 10px, transparent 0);
  background-size: 140px 80px, 80px 80px, 80px 80px, 200px 20px, 160px 10px, 180px 10px, 160px 10px, 140px 10px, 100% 60px, 160px 10px, 160px 10px, 100% 24px, 100% 24px, 100% 24px, 100% 24px, 100% 24px, 100% 24px, 100% 24px, 120px 24px, 120px 24px, 120px 24px, 120px 24px, 120px 24px, 120px 24px, 120px 24px, 100px 10px;
  background-position: 40px 0, 0 0, 140px 0, 100% 0, 100% 30px, 100% 50px, 100% 70px, 100% 90px, 0 110px, 0 180px, 180px 180px, 122px 200px, 122px 226px, 122px 252px, 122px 278px, 122px 304px, 122px 330px, 122px 356px, 0 200px, 0 226px, 0 252px, 0 278px, 0 304px, 0 330px, 0 356px, 100% 390px;
  height: 400px;
  margin-top: 3em;
  overflow: hidden;
}
.report-loading-skeleton:after {
  animation: wave-right 2s ease-in-out infinite;
  background-image: linear-gradient(90deg, transparent, #fff, transparent);
  background-size: 100vw 100%;
  background-position: 0 0;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.5;
  width: 100vw;
}

@keyframes wave-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100vw);
  }
}
@media screen and (min-width: 1530px) {
  .report-loading-skeleton {
    width: 1253px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1529px) {
  .report-loading-skeleton {
    width: 1002px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .report-loading-skeleton {
    width: 751px;
  }
}

