/*!
 * 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-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.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-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.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;
	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/
 */
/*


 */
/* line 3, app/assets/stylesheets/global/colors.css.scss */
:root {
  --color-blue-normal: 216 229 237;
  --color-blue-dark: 11 90 155;
  --color-blue-dark-hover: 12 55 95;
  --color-green-dark: 131 191 65;
}
.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}

.lds-ring {
  color: #1c4c5b;
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 2px;
  border: 2px solid currentcolor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentcolor transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* line 3, app/assets/stylesheets/global/elements/../colors.css.scss */
:root {
  --color-blue-normal: 216 229 237;
  --color-blue-dark: 11 90 155;
  --color-blue-dark-hover: 12 55 95;
  --color-green-dark: 131 191 65;
}

/* line 3, app/assets/stylesheets/global/elements/popup.css.scss */
.popup {
  position: absolute;
  background: #F0EEDF;
  padding: 1rem;
  z-index: 100;
}
/* line 1, app/assets/stylesheets/global/feedback.css.scss */
ol#question-list-sortable {
  list-style: decimal;
  margin: 1em 2em;
  width: 60%;
}

/* line 6, app/assets/stylesheets/global/feedback.css.scss */
ol#question-list-sortable li {
  cursor: row-resize;
}

/* line 10, app/assets/stylesheets/global/feedback.css.scss */
.list-sortable li {
  margin-bottom: 1em !important;
  line-height: 2em;
}

/* line 16, app/assets/stylesheets/global/feedback.css.scss */
.feedback table {
  font-size: 14px;
  border-spacing: 0;
  margin-bottom: 50px;
}

/* line 21, app/assets/stylesheets/global/feedback.css.scss */
.feedback table th, .feedback table td {
  text-align: left;
  border: 1px solid #000000;
  width: 30px;
}

/* line 26, app/assets/stylesheets/global/feedback.css.scss */
.feedback table th:first-child, .feedback table td:first-child {
  white-space: pre;
}

/* line 29, app/assets/stylesheets/global/feedback.css.scss */
.feedback table th.value, .feedback table td.value {
  text-align: center;
  height: 30px;
}

/* line 34, app/assets/stylesheets/global/feedback.css.scss */
.feedback table th {
  height: 150px;
  vertical-align: bottom;
}

/* line 38, app/assets/stylesheets/global/feedback.css.scss */
.feedback table th span {
  white-space: pre;
}

/* line 42, app/assets/stylesheets/global/feedback.css.scss */
.feedback table th.rotate > div {
  width: 30px;
  transform-origin: 8px 2px 0;
  transform: rotate(270deg);
}

/* line 48, app/assets/stylesheets/global/feedback.css.scss */
.feedback table tr.average td,
.feedback table th.average,
.feedback table td.average {
  font-weight: bold;
  background-color: #eee;
}

/* line 54, app/assets/stylesheets/global/feedback.css.scss */
.feedback table tr.unfinished {
  background-color: #FAE1E1;
}

/* line 59, app/assets/stylesheets/global/feedback.css.scss */
.letterspacing {
  letter-spacing: 1px;
}
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }
/* This is for Gecko-based browsers */

.DynarchCalendar {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.DynarchCalendar-title, .DynarchCalendar-title div {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.DynarchCalendar-topBar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}

.DynarchCalendar-bottomBar {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.DynarchCalendar-bottomBar-today {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.DynarchCalendar-navBtn, .DynarchCalendar-navBtn div {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.DynarchCalendar-menu {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.DynarchCalendar-menu table td div {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.DynarchCalendar-weekNumber {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.DynarchCalendar-day {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.DynarchCalendar-day-disabled {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.DynarchCalendar-tooltipCont {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 5px;
}

.DynarchCalendar-time-hour, .DynarchCalendar-time-minute {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
}

.DynarchCalendar-time-am {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* CSS */

.DynarchCalendar {
  border: 1px solid #aaa;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #e8e8e8;
  font: 11px "lucida grande",tahoma,verdana,sans-serif;
  line-height: 14px;
  position: relative;
  cursor: default;
}

.DynarchCalendar table {
  border-collapse: collapse;
  font: 11px "lucida grande",tahoma,verdana,sans-serif;
  line-height: 14px;
}

.DynarchCalendar-topBar {
  border-bottom: 1px solid #aaa;
  background: #ddd;
  padding: 5px 0 0 0;
}

table.DynarchCalendar-titleCont {
  font-size: 130%; font-weight: bold;
  color: #444;
  text-align: center;
  z-index: 9;
  position: relative;
  margin-top: -6px;
}

.DynarchCalendar-title div {
  padding: 5px 17px;
  text-shadow: 1px 1px 1px #777;
}
.DynarchCalendar-hover-title div {
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 16px;
  background-image: url(/assets/jscal2/drop-down-6f9403adeedfe3d979474286fa42c0e05bcd081b3457c24d7541a85609b7c790.gif);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.DynarchCalendar-pressed-title div {
  border: 1px solid #000;
  padding: 4px 16px;
  background-color: #777;
  color: #fff;
  background-image: url(/assets/jscal2/drop-up-943d7a94a63f21a712c52ae9d7ae7c2c50f29974460f6d6d6a1a21658f4894a5.gif);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}






.DynarchCalendar-bottomBar {
  border-top: 1px solid #aaa;
  background: #ddd;
  padding: 2px;
  position: relative;
  text-align: center;
}

.DynarchCalendar-bottomBar-today {
  padding: 2px 15px;
}

.DynarchCalendar-hover-bottomBar-today {
  border: 1px solid #000;
  background-color: #fff;
  padding: 1px 14px;
}
.DynarchCalendar-pressed-bottomBar-today {
  border: 1px solid #000;
  background-color: #777;
  color: #fff;
  padding: 1px 14px;
}






.DynarchCalendar-body {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.DynarchCalendar-first-col { padding-left: 5px; }
.DynarchCalendar-last-col { padding-right: 5px; }

.DynarchCalendar-animBody-backYear {
  position: absolute;
  top: -100%;
  left: 0;
}
.DynarchCalendar-animBody-back {
  position: absolute;
  top: 5px;
  left: -100%;
}
.DynarchCalendar-animBody-fwd {
  position: absolute;
  top: 5px;
  left: 100%;
}
.DynarchCalendar-animBody-now {
  position: absolute;
  top: 5px;
  left: 0;
}
.DynarchCalendar-animBody-fwdYear {
  position: absolute;
  top: 100%;
  left: 0;
}

.DynarchCalendar-dayNames {
  padding-left: 5px;
  padding-right: 5px;
}

.DynarchCalendar-dayNames div { font-weight: bold; color: #444; text-shadow: 1px 1px 1px #777; }

.DynarchCalendar-navBtn {
  position: absolute;
  top: 5px;
  z-index: 10;
}

.DynarchCalendar-navBtn div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 15px;
  width: 16px;
  padding: 1px;
}
.DynarchCalendar-hover-navBtn div {
  border: 1px solid #000;
  padding: 0;
  background-color: #fff;
}
.DynarchCalendar-navDisabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.DynarchCalendar-pressed-navBtn div {
  border: 1px solid #000;
  padding: 0;
  background-color: #777;
  color: #fff;
}

.DynarchCalendar-prevMonth {
  left: 25px;
}

.DynarchCalendar-nextMonth {
  left: 100%;
  margin-left: -43px;
}

.DynarchCalendar-prevYear {
  left: 5px;
}

.DynarchCalendar-nextYear {
  left: 100%;
  margin-left: -23px;
}

.DynarchCalendar-prevMonth div {
  background-image: url(/assets/jscal2/nav-left-177d80bc7dc8bb21779a0dec9b57a5fdb760b8a3a88f901e3bb99791990fc202.gif);
}

.DynarchCalendar-nextMonth div {
  background-image: url(/assets/jscal2/nav-right-9c94cd793e6dd8df1555b6cea83fee3f091df610db4378b466f523c772ce90d5.gif);
}

.DynarchCalendar-prevYear div {
  background-image: url(/assets/jscal2/nav-left-x2-a94086a38fc933064b668d9a36033c1ef7f4055cdf71d0302a844818f854dd9c.gif);
}

.DynarchCalendar-nextYear div {
  background-image: url(/assets/jscal2/nav-right-x2-175502a4baeb1626c769378b28b032ca27cba575650d24b0c8ae3b18a5b19a1a.gif);
}

.DynarchCalendar-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.DynarchCalendar-menu table td div {
  text-align: center;
  font-weight: bold;
  padding: 3px 5px;
}
.DynarchCalendar-menu table td div.DynarchCalendar-menu-month {
  width: 4em;
  text-align: center;
}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #fff;
  color: #000;
}
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #777;
  color: #fff !important;
}

.DynarchCalendar-menu-year {
  text-align: center;
  font: 16px "lucida grande",tahoma,verdana,sans-serif;
  font-weight: bold;
}

.DynarchCalendar-menu-sep {
  height: 1px; font-size: 1px; line-height: 1px;
  overflow: hidden;
  border-top: 1px solid #888;
  background: #fff;
  margin-top: 4px; margin-bottom: 3px;
}

.DynarchCalendar-time td { font-weight: bold; font-size: 120%; }
.DynarchCalendar-time-hour, .DynarchCalendar-time-minute { padding: 1px 3px; }
.DynarchCalendar-time-down { background: url(/assets/jscal2/time-down-251999eb572975b8b09ce5e5c4fb11b0d4804df364605aea1c3fda83b08c8b19.png) no-repeat 50% 50%; width: 11px; height: 8px; opacity: 0.5; }
.DynarchCalendar-time-up { background: url(/assets/jscal2/time-up-c2dba19a1056b0ac01a4dc1bd360cc0fb2c38901ed87c21d65baa45cb8f9f5bc.png) no-repeat 50% 50%; width: 11px; height: 8px; opacity: 0.5; }
.DynarchCalendar-time-sep { padding: 0 2px; }
.DynarchCalendar-hover-time { background-color: #444; color: #fff; opacity: 1; }
.DynarchCalendar-pressed-time { background-color: #000; color: #fff; opacity: 1; }
.DynarchCalendar-time-am { padding: 1px; width: 2.5em; text-align: center; }

/* body */

.DynarchCalendar-hover-week { background-color: #ddd; }

.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
  width: 1.7em;
  padding: 3px 4px;
  text-align: center;
}
.DynarchCalendar-weekNumber {
  border-right: 1px solid #aaa;
  margin-right: 4px;
  width: 2em !important;
  padding-right: 8px !important;
}

.DynarchCalendar-day {
  text-align: right; color: #222;
}
.DynarchCalendar-day-othermonth { color: #888; }
.DynarchCalendar-weekend { color: #c22; }
.DynarchCalendar-day-today { color: #00f; font-weight: bold; }

.DynarchCalendar-day-disabled {
  opacity: 0.5;
  text-shadow: 2px 1px 1px #fff;
}

.DynarchCalendar-hover-date {
  padding: 2px 3px;
  background-color: #eef;
  border: 1px solid #88c;
  margin: 0 !important;
  color: #000;
}

.DynarchCalendar-day-othermonth.DynarchCalendar-hover-date { border-color: #aaa; color: #888; }

.DynarchCalendar-dayNames .DynarchCalendar-weekend { color: #c22; }
.DynarchCalendar-day-othermonth.DynarchCalendar-weekend { color: #d88; }

.DynarchCalendar-day-selected {
  padding: 2px 3px;
  margin: 1px;
  background-color: #aaa;
  color: #000 !important;
}
.DynarchCalendar-day-today.DynarchCalendar-day-selected { background-color: #999; }

/* focus */

.DynarchCalendar-focusLink {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.DynarchCalendar-focused {
  border-color: #000;
}

.DynarchCalendar-focused .DynarchCalendar-topBar, .DynarchCalendar-focused .DynarchCalendar-bottomBar {
  background-color: #ccc;
  border-color: #336;
}

.DynarchCalendar-focused .DynarchCalendar-hover-week {
  background-color: #ccc;
}

.DynarchCalendar-tooltip {
  position: absolute;
  top: 100%;
  width: 100%;
}

.DynarchCalendar-tooltipCont {
  margin: 0 5px 0 5px;
  border: 1px solid #aaa;
  border-top: 0;
  padding: 3px 6px;
  background: #ddd;
}

.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
  background: #ccc;
  border-color: #000;
}

@media print {
  .DynarchCalendar-day-selected {
    padding: 2px 3px;
    border: 1px solid #000;
    margin: 0 !important;
  }
}
.DynarchCalendar, .DynarchCalendar table {
  font-size: 10px;
}
.DynarchCalendar-dayNames { padding: 0; }
.DynarchCalendar-body { padding: 0; }
.DynarchCalendar-animBody-back { top: 0; }
.DynarchCalendar-animBody-fwd { top: 0; }
.DynarchCalendar-animBody-now { top: 0; }
.DynarchCalendar-first-col { padding-left: 0; }
.DynarchCalendar-last-col { padding-right: 0; }
.DynarchCalendar-weekNumber {
  margin-right: 0;
  padding-right: 4px !important;
}
.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
  padding: 1px 2px;
}
.DynarchCalendar-menu-year { font-size: 12px; }

.DynarchCalendar-hover-date {
  padding: 0px 1px;
}
.DynarchCalendar-day-selected {
  padding: 0px 1px;
}
.DynarchCalendar-menu table td div {
  padding: 2px 4px;
}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  padding: 1px 3px;
}
/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #FFFFFF;
	background-image: url(/assets/jsdomenu/office_xp_menu_left-b5c0f35ab7480d46c9105c5a2fe38dd0f608790ddbb84b636c7c153b61758aa5.png);
	background-repeat: repeat-y;
	border: 1px solid #8A867A;
	cursor: default;
	padding-bottom: 1px;
	padding-top: 1px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background: transparent;
	border: none;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 3px;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 3px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #C1D2EE;
	border: 1px solid #316AC5;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	margin-left: 1px;
	margin-right: 1px;
	padding-bottom: 2px;
	padding-left: 28px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-image: url(/assets/jsdomenu/office_xp_arrow-4c80f9072c61c8399470e960a163cf51be5edf1b6991dfba91f7ea78f3c6bdca.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenuarrowover {
	background-image: url(/assets/jsdomenu/office_xp_arrow_o-43ffc6b1bc11137753c16cfe391ae6a1ae440782d2844d0b8cd83a236284e784.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenusep {
	padding-left: 28px;
}

.jsdomenusep hr {
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: #ECE9D8;
	background-image: url(/assets/jsdomenu/office_xp_arrow_o-43ffc6b1bc11137753c16cfe391ae6a1ae440782d2844d0b8cd83a236284e784.png);
	background-position: left;
	background-repeat: no-repeat;
	border: 1px outset;
	cursor: default;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {
	background-color: #EFEDDE;
	border: none;
	color: #000000;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 24px;
	padding-right: 10px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: #C1D2EE;
	border: 1px solid #316AC5;
	color: #000000;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 23px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	background-color: #EFEDDE;
	border: 1px solid #8A867A;
	color: #000000;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 23px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

/*
Example of selectors for icons. Change the height and width to match the actual 
height and width of the icon image.
*/
.icon1 {
	background-image: url(/assets/jsdomenu/icon1-b9236421ca55833f6de1b1a1eb9846de729f3041f072931083805b485e6c9db5.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon2 {
	background-image: url(/assets/jsdomenu/icon2-310e007a77a4ede950a7fa6267f29f3acd3cfe00a822a7546ee4e46759191e99.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon3 {
	background-image: url(/assets/jsdomenu/icon3-6a81c307eb2da32f2ff38f33c1a739b8d4ea5fd17ee98169babdfc1ff83ab3f3.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}
.morris-hover{position:absolute;z-index:1000;}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255, 255, 255, 0.8);border:solid 2px rgba(230, 230, 230, 0.8);font-family:sans-serif;font-size:12px;text-align:center;}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0;}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0;}
.simple-form label {
    margin-bottom: 0.25rem;
    display: block;
    font-weight: bold;
}

.simple-form .form-control {
    margin-bottom: 0.5rem;
    width: 100%;
}

.simple-form .form-row {
    display: flex;
    padding-bottom: 0.5rem;
    gap: 0.5rem;
}

.simple-form .form-row .flex-initial {
    flex: 1;
}

.simple-form .form-row .ui-combobox {
    display: flex;
}

.simple-form .form-row .ui-autocomplete-input {
    flex-grow: 1;
}

.simple-form .form-row .form-group {
    padding-right: 0.25rem;
}

.simple-form .invalid-feedback {
  color: #c00;
  margin-bottom: 0.25rem;
}

.simple-form.horizontal label {
  font-weight: normal;
}

.simple-form.horizontal .form-group:not(.collection) {
  display: grid;
  grid-template-columns: 25ch 1fr;
  align-items: baseline;
  max-width: 63ch;
}

.simple-form.horizontal .form-group + .form-group {
  margin-top: 0.5rem;
}

.simple-form.horizontal .form-group.boolean:not(.collection) {
  border: 0;
  margin: inherit 0 0;
  padding: 0;
}

.simple-form.horizontal .form-group.boolean:not(.collection) .form-check {
  display: grid;
  grid-template-columns: 25ch 1fr;
  align-items: baseline;
}

.simple-form.horizontal .form-group.check_boxes.collection .form-check {
  display: flex;
  gap: 1rem;
  align-items: baseline;
}

.simple-form.horizontal .form-group.boolean:not(.collection) .form-check label {
  order: -1;
}

.simple-form.horizontal .form-group.boolean .form-check input {
  margin: 0;
}

.simple-form.horizontal .form-group.check_boxes .form-check input {
  margin: 0;
}

.simple-form.horizontal .form-group.check_boxes .form-check + .form-check {
  margin-top: 0.5rem;
}

.simple-form.vertical .form-group {
  max-width: 63ch;
}

.simple-form.vertical .form-group + .form-group {
  margin-bottom: 0.5rem;
}
/* line 3, app/assets/stylesheets/global/colors.css.scss */
:root {
  --color-blue-normal: 216 229 237;
  --color-blue-dark: 11 90 155;
  --color-blue-dark-hover: 12 55 95;
  --color-green-dark: 131 191 65;
}

/*body,p,ol,ul,td {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 13px;
        line-height: 18px;
    }*/
/* line 9, app/assets/stylesheets/global/standard.css.scss.erb */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 15, app/assets/stylesheets/global/standard.css.scss.erb */
code {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 21, app/assets/stylesheets/global/standard.css.scss.erb */
.fieldWithErrors {
  padding: 2px;
  background-color: #e42;
  display: table;
}

/* line 27, app/assets/stylesheets/global/standard.css.scss.erb */
#ErrorExplanation {
  width: 400px;
  border: 2px solid #e42;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 36, app/assets/stylesheets/global/standard.css.scss.erb */
#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 50px 5px 5px 15px;
  font-size: 12px;
  margin-left: 20px;
  background-color: #e42;
  color: #fff;
}

/* line 46, app/assets/stylesheets/global/standard.css.scss.erb */
#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

/* line 52, app/assets/stylesheets/global/standard.css.scss.erb */
#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 57, app/assets/stylesheets/global/standard.css.scss.erb */
div.uploadStatus {
  margin: 5px;
}

/* line 61, app/assets/stylesheets/global/standard.css.scss.erb */
div.progressBar {
  margin: 5px;
}

/* line 65, app/assets/stylesheets/global/standard.css.scss.erb */
div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

/* line 71, app/assets/stylesheets/global/standard.css.scss.erb */
div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

/* line 77, app/assets/stylesheets/global/standard.css.scss.erb */
.ListTitle {
  color: #244;
  font-weight: bold;
  font-size: larger;
}

/* line 83, app/assets/stylesheets/global/standard.css.scss.erb */
.ListActions {
  font-size: x-small;
  text-align: right;
  padding-left: 1em;
}

/* line 89, app/assets/stylesheets/global/standard.css.scss.erb */
body {
  background-color: #fff;
  color: #333;
  font-size: 100.01%;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 1em;
}

/* line 98, app/assets/stylesheets/global/standard.css.scss.erb */
html > body h1 {
  border-color: gray;
}

/* line 102, app/assets/stylesheets/global/standard.css.scss.erb */
div#navigation {
  font-size: 0.83em;
  float: left;
  width: 14.5em;
  margin: 0 0 1.2em;
  padding: 0;
  /* border-right: 1px solid #dedede;*/
}

/* line 111, app/assets/stylesheets/global/standard.css.scss.erb */
div#navigation li {
  list-style: none;
  margin: 0;
  padding: 0.5em;
}

/*div#navigation a {
          display: block;
          padding: 0.2em;
          font-weight: bold;
        }

        div#navigation a:link {
          color: black; background-color: #eee;
        }

        div#navigation a:visited {
          color: #666; background-color: #eee;
        }

        div#navigation a:hover {
          color: black; background-color: white;
        }

        div#navigation a:active {
          color: white; background-color: gray;
        }
        */
/* line 139, app/assets/stylesheets/global/standard.css.scss.erb */
#main {
  margin: 0 0em 1em 16em;
  padding: 1em 1em;
  border: 1px solid #dedede;
  font-size: 0.8em;
}

/* line 146, app/assets/stylesheets/global/standard.css.scss.erb */
* html #main {
  height: 1em;
  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}

/* line 150, app/assets/stylesheets/global/standard.css.scss.erb */
#main p {
  font-size: 1em;
  margin: 1em 0;
}

/* line 155, app/assets/stylesheets/global/standard.css.scss.erb */
#header {
  margin: 0px auto;
  padding: 10px;
  border: 1px solid #c0c0c0;
}

/* line 161, app/assets/stylesheets/global/standard.css.scss.erb */
#header_title {
  font-family: arial, sans-serif;
  font-size: 1.5em;
  color: #003863;
  font-weight: bold;
  height: 45px;
}

/* line 169, app/assets/stylesheets/global/standard.css.scss.erb */
#header form {
  display: inline-block;
  margin-bottom: 0;
}

/* line 174, app/assets/stylesheets/global/standard.css.scss.erb */
span.subtitle {
  font-size: 0.4em;
  font-weight: normal;
}

/* line 179, app/assets/stylesheets/global/standard.css.scss.erb */
#header_logo {
  text-align: right;
  float: right;
}

/* line 184, app/assets/stylesheets/global/standard.css.scss.erb */
#footer {
  clear: both;
  font-size: 0.9em;
  margin: 0;
  padding: 0.1em;
  text-align: center;
  background-color: #ece9d8;
  border: 1px solid #c0c0c0;
}

/* line 194, app/assets/stylesheets/global/standard.css.scss.erb */
#main h1 {
  font-size: 1.5em;
  margin: 0 0 0.7em;
  padding: 0.3em 0.3em 0.3em 0;
}

/* line 200, app/assets/stylesheets/global/standard.css.scss.erb */
#main h2 {
  font-size: 1.0em;
  margin: 0 0 0.7em;
  padding: 0.3em 0.3em 0.3em 0;
}

/* line 206, app/assets/stylesheets/global/standard.css.scss.erb */
#error {
  border: 2px solid #e42;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font-weight: bold;
}

/* line 214, app/assets/stylesheets/global/standard.css.scss.erb */
#alert, .alert.alert-danger {
  border: 2px solid #b8860b;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font-weight: bold;
}

/* line 222, app/assets/stylesheets/global/standard.css.scss.erb */
#success {
  border: 2px solid green;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font-weight: bold;
}

/* line 230, app/assets/stylesheets/global/standard.css.scss.erb */
#notice, .notice {
  border: 2px solid green;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font-weight: bold;
}

/* line 238, app/assets/stylesheets/global/standard.css.scss.erb */
.tab_container {
  position: relative;
  padding-left: 0;
  clear: none;
  /* margin: 3px 0 20px 0; */
  /* background: #7FA0B1;	*/
}

/* line 246, app/assets/stylesheets/global/standard.css.scss.erb */
.tab {
  position: absolute;
  top: 0px;
  left: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  overflow: hidden;
}

/* line 257, app/assets/stylesheets/global/standard.css.scss.erb */
.tab li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}

/* line 264, app/assets/stylesheets/global/standard.css.scss.erb */
#banner img {
  float: left;
}

/* line 268, app/assets/stylesheets/global/standard.css.scss.erb */
#columns {
  background: #141;
}

/* line 272, app/assets/stylesheets/global/standard.css.scss.erb */
#side {
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 6em;
  background: #141;
}

/* line 281, app/assets/stylesheets/global/standard.css.scss.erb */
a {
  text-decoration: none;
  color: #4274B1;
}

/* line 286, app/assets/stylesheets/global/standard.css.scss.erb */
a:hover {
  text-decoration: underline;
}

/* line 290, app/assets/stylesheets/global/standard.css.scss.erb */
a:visited {
  color: #4274B1;
}

/* line 294, app/assets/stylesheets/global/standard.css.scss.erb */
#side a {
  color: #ada;
  font: smaller sans-serif;
}

/* line 299, app/assets/stylesheets/global/standard.css.scss.erb */
#side a:hover {
  color: #fff;
}

/* line 303, app/assets/stylesheets/global/standard.css.scss.erb */
.separator {
  border-bottom: 1px dotted #282;
  clear: both;
}

/* line 308, app/assets/stylesheets/global/standard.css.scss.erb */
.fancylist {
  border: 1px solid #666666;
}

/* line 312, app/assets/stylesheets/global/standard.css.scss.erb */
.fancylist > div {
  padding: 0.5rem;
}

/* line 316, app/assets/stylesheets/global/standard.css.scss.erb */
.fancylist > div + div {
  border-top: 1px solid #666;
}

/* line 320, app/assets/stylesheets/global/standard.css.scss.erb */
.list, #list {
  border: 1px solid #666666;
  margin-top: 8px;
  border-spacing: 0;
  margin-bottom: 8px;
}

/* line 327, app/assets/stylesheets/global/standard.css.scss.erb */
.list hr, #list hr {
  border: none;
  border-top: 1px solid #E5E5E5;
  margin: 0 -8px;
}

/* line 333, app/assets/stylesheets/global/standard.css.scss.erb */
.list tr th, #list tr th {
  font-size: 0.8em;
  padding: 3px 8px;
  text-align: left;
  border-left: 1px solid #D9D9D9;
  border-bottom: 1px solid;
}

/* line 341, app/assets/stylesheets/global/standard.css.scss.erb */
.list tr.subheader th, #list tr.subheader th {
  border-top: 1px solid;
  border-bottom: none;
}

/* line 346, app/assets/stylesheets/global/standard.css.scss.erb */
.list tr th.break, #list tr th.break,
.list tr.break th, #list tr.break th,
.list tr.break td, #list tr.break td {
  border-top: 1px solid;
}

/* line 352, app/assets/stylesheets/global/standard.css.scss.erb */
.list tr td, #list tr td {
  background-color: #ffffff;
  font-family: Verdana, Sans-Serif;
  font-size: 0.8em;
  padding: 3px 8px;
  border-left: 1px solid #D9D9D9;
  vertical-align: top;
}

/* line 361, app/assets/stylesheets/global/standard.css.scss.erb */
tr.even td, .list.zebra tr.even td {
  background-color: #ffffff;
}

/* line 365, app/assets/stylesheets/global/standard.css.scss.erb */
tr.odd td, .list.zebra tr.odd td {
  background-color: #edf3fe;
}

/* line 369, app/assets/stylesheets/global/standard.css.scss.erb */
tr.evenon td,
tr.oddon td {
  background-color: #C1D2EE;
  border-left: 1px solid #A9B7CE;
}

/* line 375, app/assets/stylesheets/global/standard.css.scss.erb */
tr.even.notes td,
tr.odd.notes td {
  background-color: #ffe1e1;
}

/* line 380, app/assets/stylesheets/global/standard.css.scss.erb */
tr.evenon.notes td,
tr.oddon.notes td {
  background-color: #eec8c8;
}

/* line 385, app/assets/stylesheets/global/standard.css.scss.erb */
tr.even.reschedulee td,
tr.odd.reschedulee td {
  background-color: #fff9a2;
}

/* line 390, app/assets/stylesheets/global/standard.css.scss.erb */
tr.evenon.reschedulee td,
tr.oddon.reschedulee td {
  background-color: #fff961;
}

/* line 395, app/assets/stylesheets/global/standard.css.scss.erb */
.list.zebra.cell-selectable td:hover {
  background-color: #F0EEDF;
  cursor: pointer;
}

/* line 400, app/assets/stylesheets/global/standard.css.scss.erb */
.list td.low-border {
  border-bottom: 1px solid #E5E5E5;
}

/* line 404, app/assets/stylesheets/global/standard.css.scss.erb */
.list td a {
  display: block;
  color: black;
}

/* line 409, app/assets/stylesheets/global/standard.css.scss.erb */
.reports td {
  padding: 5px !important;
}

/* line 413, app/assets/stylesheets/global/standard.css.scss.erb */
a.img:hover {
  background-color: transparent;
}

/* line 417, app/assets/stylesheets/global/standard.css.scss.erb */
#details {
  border: 1px solid #666666;
}

/* line 421, app/assets/stylesheets/global/standard.css.scss.erb */
#details th {
  font-size: 0.83em;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

/* line 428, app/assets/stylesheets/global/standard.css.scss.erb */
#details td {
  font-family: Verdana, Sans-Serif;
  font-size: 0.7em;
  padding: 3px 8px;
}

/* line 434, app/assets/stylesheets/global/standard.css.scss.erb */
.form_container td,
#form_container td {
  border: 1px solid #666666;
}

/* line 439, app/assets/stylesheets/global/standard.css.scss.erb */
.form_container td.spacer,
#form_container td.spacer {
  border: 0px;
  height: 1.5em;
}

/* line 445, app/assets/stylesheets/global/standard.css.scss.erb */
.form_container th,
#form_container th {
  padding: 3px 5px;
  text-align: left;
  font-size: 0.83em;
  background-color: #ece9d8;
  border: 1px solid #c0c0c0;
}

/* line 454, app/assets/stylesheets/global/standard.css.scss.erb */
.data_form th,
#data_form th {
  text-align: left;
  vertical-align: bottom;
  font-size: 0.83em;
  padding: 5px 5px 0px 5px;
  background-color: #ffffff;
  border: 0px;
}

/* line 464, app/assets/stylesheets/global/standard.css.scss.erb */
.data_form td,
#data_form td {
  border: 0px;
  text-align: left;
  vertical-align: top;
  font-size: 0.8em;
  padding: 0px 8px 8px 5px;
}

/* line 473, app/assets/stylesheets/global/standard.css.scss.erb */
.tab_header {
  float: left;
  width: 100%;
  background: #DAE0D2 url(/assets/tabs/bg-e3675708f950730a1c1b35719504c9cf0d40c817526c9615499fa53f8099f4f6.gif) repeat-x bottom;
  font-size: 93%;
  line-height: normal;
  margin-bottom: 25px;
}

/* line 482, app/assets/stylesheets/global/standard.css.scss.erb */
.tab_header ul {
  margin: 0;
  padding: 10px 10px 0;
  list-style: none;
}

/* line 488, app/assets/stylesheets/global/standard.css.scss.erb */
.tab_header li {
  float: left;
  background: url(/assets/tabs/left-5401d04c54afb447d1da7ee40d42eb61cb9caf8fabe6034b258a45b017e2ce4c.gif) no-repeat left top;
  margin: 0;
  padding: 0 0 0 9px;
}

/* line 495, app/assets/stylesheets/global/standard.css.scss.erb */
.tab_header a {
  float: left;
  display: block;
  background: url(/assets/tabs/right-ddb75f23eb6e01b906fda711daa4c88dfefbdf1bb92a05d7d70eef63f2eb9596.gif) no-repeat right top;
  padding: 5px 15px 4px 6px;
  text-decoration: none;
  font-weight: bold;
  color: #765;
}

/* Commented Backslash Hack
    hides rule from IE5-Mac \*/
/* line 507, app/assets/stylesheets/global/standard.css.scss.erb */
.tab_header a {
  float: none;
}

/* End IE5-Mac hack */
/* line 512, app/assets/stylesheets/global/standard.css.scss.erb */
.tab_header a:hover {
  color: #333;
}

/* line 516, app/assets/stylesheets/global/standard.css.scss.erb */
.tab_header .current {
  background-image: url(/assets/tabs/left_on-36d5f1e39df0ea0bb786b1b8941912d86b3fb0f560099048a088e28faa406441.gif);
}

/* line 520, app/assets/stylesheets/global/standard.css.scss.erb */
.tab_header .current a {
  background-image: url(/assets/tabs/right_on-e2e6de84e08d2d00242a1577deaa5395726e53619ce66714a22eff69ac0ad1e8.gif);
  color: #333;
  padding-bottom: 5px;
}

/* line 526, app/assets/stylesheets/global/standard.css.scss.erb */
ul.lookup_items {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  list-style-type: none;
}

/* line 535, app/assets/stylesheets/global/standard.css.scss.erb */
ul.lookup_items li.selected {
  background-color: #C1D2EE;
}

/* line 539, app/assets/stylesheets/global/standard.css.scss.erb */
li.lookup_item {
  padding-right: 2px;
  display: block;
  padding-left: 2px;
  padding-bottom: 2px;
  margin: 0px;
  padding-top: 2px;
  list-style-type: none;
  border-bottom: #c0c0c0 1px solid;
}

/* line 550, app/assets/stylesheets/global/standard.css.scss.erb */
li.lookup_item div.name {
  font-size: 1.0em;
  line-height: 1.2em;
}

/*div#navigation table#web_enrollments {
          width: 160px;
        }

        #web_enrollments a {
          font-size: 0.8em;
        }*/
/************************************************
 *** Inline lists, separated by vertical bars ***/
/* line 565, app/assets/stylesheets/global/standard.css.scss.erb */
ul.inline {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 571, app/assets/stylesheets/global/standard.css.scss.erb */
ul.inline li {
  display: inline;
  border-left: black solid 1px;
  padding: 0 3px 0 6px;
}

/* line 577, app/assets/stylesheets/global/standard.css.scss.erb */
ul.inline li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

/*** Inline lists, separated by vertical bars ***
        ************************************************/
/***********************
    *** Icons for links ***/
/* line 588, app/assets/stylesheets/global/standard.css.scss.erb */
a.icon {
  padding-left: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 594, app/assets/stylesheets/global/standard.css.scss.erb */
a.add {
  background: transparent url(/assets/icons/add-925b0763111fd6d9ce38557df9c6166ea78c238326ceeb94ed6470c09da2e6a0.png) no-repeat left center;
}

/* line 598, app/assets/stylesheets/global/standard.css.scss.erb */
a.delete {
  background: transparent url(/assets/icons/delete-40725cad1e2a66cf41e25a5ef9426310fe97b89be21052195560f5f4532ec71b.png) no-repeat left center;
}

/* line 602, app/assets/stylesheets/global/standard.css.scss.erb */
a.edit {
  background: transparent url(/assets/icons/page_edit-b252e04463e7bfb62734eb02d32cc614dc706cfa4ba0dd6051ebe48ee1e885d4.png) no-repeat left center;
}

/* line 606, app/assets/stylesheets/global/standard.css.scss.erb */
a.download {
  background: transparent url(/assets/icons/arrow_down-e3dfef78d55bd8496a3877943a6ff27b16f44b2e641fdfa23793c4a9c3801bcb.png) no-repeat left center;
}

/*a.export {
            background: transparent url(/images/icons/arrow_down.png?v=1) no-repeat left center;
        }
        a.show {
            background: transparent url(/images/icons/arrow_out.png?v=1) no-repeat left center;
        }
        a.stats {
            background: transparent url(/images/icons/chart_curve.png?v=1) no-repeat left center;
        }
        a.move_up {
            background: transparent url(/images/icons/arrow_up.png?v=1) no-repeat left center;
        }
        a.move_down {
            background: transparent url(/images/icons/arrow_down.png?v=1) no-repeat left center;
        }*/
/*** Icons for links ***
        ***********************/
/* line 628, app/assets/stylesheets/global/standard.css.scss.erb */
.cursor_pointer {
  cursor: pointer;
}

/* line 632, app/assets/stylesheets/global/standard.css.scss.erb */
.inactive {
  text-decoration: line-through;
}

/* Pagination */
/* line 637, app/assets/stylesheets/global/standard.css.scss.erb */
.pagy {
  background: white;
  cursor: default;
  display: flex;
  align-items: center;
  /* self-clearing method: */
}

/* line 645, app/assets/stylesheets/global/standard.css.scss.erb */
.pagy a, .pagy em {
  margin: 0.2em 1em;
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin-right: 1px;
}

/* line 653, app/assets/stylesheets/global/standard.css.scss.erb */
.pagy .disabled, .pagy a:not([href]):not(.gap), .pagy .page.active {
  color: #999999;
  border: 1px solid #dddddd;
}

/* line 658, app/assets/stylesheets/global/standard.css.scss.erb */
.pagy .page.active {
  margin: 0.2rem 0.5rem;
}

/* line 662, app/assets/stylesheets/global/standard.css.scss.erb */
.pagy a {
  text-decoration: none;
}

/* line 666, app/assets/stylesheets/global/standard.css.scss.erb */
.pagy a:not(.gap) {
  color: #105cb6;
  border: 1px solid #9aafe5;
}

/* line 671, app/assets/stylesheets/global/standard.css.scss.erb */
.pagy a[href]:hover, .pagy a[href]:focus {
  color: #000033;
  border-color: #000033;
}

/* line 676, app/assets/stylesheets/global/standard.css.scss.erb */
.pagy .page_info {
  background: #2e6ab1;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}

/* line 685, app/assets/stylesheets/global/standard.css.scss.erb */
.pagy .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em;
}

/* line 691, app/assets/stylesheets/global/standard.css.scss.erb */
.pagy:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 699, app/assets/stylesheets/global/standard.css.scss.erb */
* html .pagy {
  height: 1%;
}

/* line 703, app/assets/stylesheets/global/standard.css.scss.erb */
*:first-child + html .pagy {
  overflow: hidden;
}

/* line 707, app/assets/stylesheets/global/standard.css.scss.erb */
td.right, th.right {
  text-align: right !important;
}

/* line 711, app/assets/stylesheets/global/standard.css.scss.erb */
td.center, th.center {
  text-align: center !important;
}

/* line 715, app/assets/stylesheets/global/standard.css.scss.erb */
td.warning {
  color: #e42;
}

/* line 719, app/assets/stylesheets/global/standard.css.scss.erb */
tr.done {
  color: #aaa;
}

/* line 723, app/assets/stylesheets/global/standard.css.scss.erb */
#list tr.correction td {
  background-color: #FEF9ED;
}

/* line 727, app/assets/stylesheets/global/standard.css.scss.erb */
#form_sender_admin_employee_availabilities select#employee_availabilities_planning_employees {
  height: 200px;
  width: 200px;
}

/* line 732, app/assets/stylesheets/global/standard.css.scss.erb */
#form_sender_admin_employee_availabilities > textarea#text {
  width: 400px;
  height: 400px;
}

/* line 737, app/assets/stylesheets/global/standard.css.scss.erb */
fieldset.inputs legend {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 0.7em;
  padding: 0.3em 0.3em 0.3em 0;
}

/* line 744, app/assets/stylesheets/global/standard.css.scss.erb */
.availabilities .available {
  background: #9FDD96 !important;
}

/* line 749, app/assets/stylesheets/global/standard.css.scss.erb */
span.additional {
  font-style: italic;
}

/* line 753, app/assets/stylesheets/global/standard.css.scss.erb */
#help-page h2 {
  font-size: 1.3em;
  margin: 2em 0 0 0;
  padding: 0;
}

/* line 758, app/assets/stylesheets/global/standard.css.scss.erb */
#help-page h3 {
  font-size: 1.1em;
  margin: 1em 0 0 0;
}

/* line 762, app/assets/stylesheets/global/standard.css.scss.erb */
#help-page p {
  margin: 0 0 1em 0;
}

/* line 766, app/assets/stylesheets/global/standard.css.scss.erb */
tr.positive td {
  background: #9FDD96 !important;
}

/* line 770, app/assets/stylesheets/global/standard.css.scss.erb */
.text-left {
  text-align: left !important;
}

/* line 774, app/assets/stylesheets/global/standard.css.scss.erb */
.text-center {
  text-align: center !important;
}

/* line 778, app/assets/stylesheets/global/standard.css.scss.erb */
.text-right {
  text-align: right !important;
}

/* line 782, app/assets/stylesheets/global/standard.css.scss.erb */
.text-error {
  color: #e42;
}

/* line 786, app/assets/stylesheets/global/standard.css.scss.erb */
.text-warning {
  color: #d68a0e;
}

/* line 790, app/assets/stylesheets/global/standard.css.scss.erb */
.input-error {
  border: 2px solid #e42;
}

/* line 794, app/assets/stylesheets/global/standard.css.scss.erb */
.input-warning {
  border: 2px solid #D68A0E;
}

/* line 798, app/assets/stylesheets/global/standard.css.scss.erb */
.planning_topic {
  width: 60px;
}

/* line 802, app/assets/stylesheets/global/standard.css.scss.erb */
.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

/* line 807, app/assets/stylesheets/global/standard.css.scss.erb */
#new_feedback_cockpit_form {
  max-width: 800px;
}

/* line 811, app/assets/stylesheets/global/standard.css.scss.erb */
.employee-feedback-cell {
  display: flex;
  flex-direction: column;
}

/* line 816, app/assets/stylesheets/global/standard.css.scss.erb */
tr.feedback-cockpit-row td {
  vertical-align: bottom;
}

/* line 820, app/assets/stylesheets/global/standard.css.scss.erb */
tr.feedback-cockpit-row td .employee-feedback-cell {
  text-align: center;
}

/* line 824, app/assets/stylesheets/global/standard.css.scss.erb */
.header {
  margin-top: 1rem;
  padding: 3px !important;
  text-align: left;
  font-size: 0.83em;
  background-color: #ece9d8;
  border: 1px solid #c0c0c0;
  font-weight: bold;
}

/* line 834, app/assets/stylesheets/global/standard.css.scss.erb */
.box {
  border: 1px solid #666666;
  padding: 0.5rem 0.25rem;
}

/* line 839, app/assets/stylesheets/global/standard.css.scss.erb */
.actions, .form-actions {
  margin-top: 1rem;
}

/* line 843, app/assets/stylesheets/global/standard.css.scss.erb */
button.link {
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
}

/* line 850, app/assets/stylesheets/global/standard.css.scss.erb */
form.inline-button {
  display: inline-block;
}

/* line 854, app/assets/stylesheets/global/standard.css.scss.erb */
dl {
  display: grid;
  grid-template-columns: auto 1fr;
}

/* line 859, app/assets/stylesheets/global/standard.css.scss.erb */
dl dt {
  font-weight: bold;
}

/* line 863, app/assets/stylesheets/global/standard.css.scss.erb */
.clearfix {
  height: 2rem;
}

/* line 867, app/assets/stylesheets/global/standard.css.scss.erb */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.ts-wrapper .ts-control {
  border-color: black;
  padding: 1px;
}

.ts-wrapper.single .ts-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
}

.ts-wrapper .ts-dropdown {
  color: black;
}

.ts-wrapper .ts-dropdown .active {
  color: black;
  background-color: #edf3fe;
}
/**
 * tom-select.css (v2.4.3)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0);
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: rgb(124.5, 124.5, 124.5);
  background: white;
  border: 0 solid white;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.ts-dropdown .active.create {
  color: #495c68;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/*# sourceMappingURL=tom-select.css.map */
/* line 1, app/assets/stylesheets/admin/components/block_participation.scss */
.even .block-participation-not-enrolled {
  background-color: #fff;
  opacity: 1;
  background-image: linear-gradient(135deg, #f3f3f3 25%, transparent 25%), linear-gradient(225deg, #f3f3f3 25%, transparent 25%), linear-gradient(45deg, #f3f3f3 25%, transparent 25%), linear-gradient(315deg, #f3f3f3 25%, #fff 25%);
  background-position: 7px 0, 7px 0, 0 0, 0 0;
  background-size: 14px 14px;
  background-repeat: repeat;
}

/* line 10, app/assets/stylesheets/admin/components/block_participation.scss */
.odd .block-participation-not-enrolled {
  background-color: #fff;
  opacity: 1;
  background-image: linear-gradient(135deg, #edf3fe 25%, transparent 25%), linear-gradient(225deg, #edf3fe 25%, transparent 25%), linear-gradient(45deg, #edf3fe 25%, transparent 25%), linear-gradient(315deg, #edf3fe 25%, #fff 25%);
  background-position: 7px 0, 7px 0, 0 0, 0 0;
  background-size: 14px 14px;
  background-repeat: repeat;
}
/* line 1, app/assets/stylesheets/admin/components/event_block.scss */
.event-block {
  display: grid;
  gap: 1rem;
  grid-template-columns: auto repeat(2, 1fr) auto;
  padding: 0.5rem;
  border-bottom: 1px solid #666;
}

/* line 8, app/assets/stylesheets/admin/components/event_block.scss */
.event-block .date-with-actions {
  grid-row: 1 / span 2;
}

/* line 12, app/assets/stylesheets/admin/components/event_block.scss */
.event-block .occupations-grid {
  grid-column: 2 / span 3;
}

/* line 16, app/assets/stylesheets/admin/components/event_block.scss */
.event-block .occupations-cell {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* line 22, app/assets/stylesheets/admin/components/event_block.scss */
.event-block .new-occupation {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr) auto;
}

/* line 29, app/assets/stylesheets/admin/components/event_block.scss */
.event-block-edit {
  padding: 0.5rem;
  border-bottom: 1px solid #666;
}

/* line 34, app/assets/stylesheets/admin/components/event_block.scss */
.event-blocks-index {
  display: grid;
  row-gap: 0.5rem;
}

/* line 39, app/assets/stylesheets/admin/components/event_block.scss */
.event-block-new-link {
  display: block;
  padding-top: 0.25rem;
}
/* line 1, app/assets/stylesheets/admin/components/occupation.scss */
.occupation {
  display: grid;
  column-gap: 1rem;
  grid-template-columns: repeat(2, 1fr) 4rem;
}

/* line 6, app/assets/stylesheets/admin/components/occupation.scss */
.occupation .deleted {
  color: gray;
}

/* line 10, app/assets/stylesheets/admin/components/occupation.scss */
.occupation .deleted-message {
  grid-column: 1 / span 3;
  color: grey;
}

/* line 15, app/assets/stylesheets/admin/components/occupation.scss */
.occupation .actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 0;
}
/* line 1, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.p-0 {
  padding: 0 !important;
}

/* line 5, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.p-2 {
  padding: 0.5rem;
}

/* line 9, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.pb-2 {
  padding-bottom: 0.5rem;
}

/* line 13, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.mt-2 {
  margin-top: 0.5rem;
}

/* line 17, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.mt-4 {
  margin-top: 1rem;
}

/* line 21, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.mt-8 {
  margin-top: 2rem !important;
}

/* line 25, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.mb-0 {
  margin-bottom: 0;
}

/* line 29, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.mb-4 {
  margin-bottom: 1rem;
}

/* line 33, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.max-w-2xl {
  max-width: 42rem;
}

/* line 37, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.align-top {
  vertical-align: top;
}

/* line 41, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.align-bottom {
  vertical-align: bottom;
}

/* line 45, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.font-normal {
  font-weight: 400;
}

/* line 49, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.font-bold {
  font-weight: 700;
}

/* line 53, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.relative {
  position: relative;
}

/* line 57, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.block {
  display: block;
}

/* line 61, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.text-center {
  text-align: center;
}

/* line 65, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

/* line 70, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.h-0 {
  height: 0;
}

/* line 74, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.w-full {
  width: 100%;
}

/* line 78, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.h-full {
  height: 100%;
}

/* line 82, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.flex {
  display: flex;
}

/* line 86, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.flex-col {
  flex-direction: column;
}

/* line 90, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.justify-between {
  justify-content: space-between;
}

/* line 94, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.appearance-none {
  appearance: none;
}

/* line 98, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.bg-transparent {
  background-color: transparent;
}

/* line 102, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.border-0 {
  border-width: 0;
}

/* line 106, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 110, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.m-0 {
  margin: 0;
}

/* line 114, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 119, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.items-center {
  align-items: center;
}

/* line 123, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.gap-1 {
  gap: 0.25rem;
}

/* line 127, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.gap-2 {
  gap: 0.5rem;
}

/* line 131, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.gap-6 {
  gap: 1.5rem;
}

/* line 135, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.hidden {
  display: none;
}

/* line 139, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.bg-red-200 {
  background-color: #FECACA !important;
}

/* line 143, app/assets/stylesheets/admin/elements/tailwind.css.scss */
.gap-4 {
  gap: 1rem;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */

select:not([multiple]) {
  height: 1.2rem;
}

button.img {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.text-xxs {
  font-size: 0.65rem;
  line-height: 0.75rem;
}

form.button_to {
  margin: 0;
}
