/* ...

 *# require_tree .
 *


 *








 *















 */
/*!
 * 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/
 */
/*


 */
.simple-calendar {
  table {
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(221, 221, 221);
    border-collapse: collapse;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }

  tr {
    border-collapse: collapse;
  }

  th {
    padding: 6px;
    border-bottom: 2px solid rgb(221, 221, 221);
    border-collapse: collapse;
    border-left: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
    border-top: 0px none rgb(51, 51, 51);
    box-sizing: border-box;
    text-align: left;
  }

  td {
    padding: 6px;
    vertical-align: top;
    width: 14%;

    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(221, 221, 221);
    border-left-style: solid;
    border-left-width: 1px;
  }

  .calendar-heading nav {
    display: inline-block;
  }

  .day {
    height: 80px;
  }

  .wday-0 {}
  .wday-1 {}
  .wday-2 {}
  .wday-3 {}
  .wday-4 {}
  .wday-5 {}
  .wday-6 {}

  .today {
    background: #FFFFC0
  }

  .past {}
  .future {}

  .start-date {}

  .prev-month {
    background: #DDD;
  }
  .next-month {
    background: #DDD;
  }
  .current-month {}

  .has-events {}
}
html {
  background: var(--i18n-style-body-background);
  background-color: var(--i18n-style-body-background-color);
}

body {
    margin: 0;
}

.body {
    margin: var(--i18n-style-body-top_margin, 8px) auto;
    width: var(--i18n-style-body-width);
    border: var(--i18n-style-body-border);
    box-shadow: var(--i18n-style-body-box_shadow);
}

.body, select, option, input, textarea, button, .hashweb-credit {
  color: var(--i18n-style-body-color);

  font: var(--i18n-style-body-font);
  line-height: var(--i18n-style-body-line_height);
}

input, select {
  font-size: 95%;
}

input[type=submit], button {
  font-size: 90%;
}

input[type=submit], input, button {
  /* padding: 0px 5px; */
  line-height: 1.0;
}

input:not([type=submit]), textarea {
  padding: 2px 4px;
}

select {
  /* font-style: italic; */
  padding: 1px;
}

select, option, input:not([type=submit]), textarea {
  color: var(--i18n-style-input-color);
  background: var(--i18n-style-input-background);
}

select, input:not([type=submit]), textarea {
  border: 1px dotted #888;
}

/* Only for Chrome
input[type=checkbox] {
  position: relative;
  top: 1px;
}
*/

/* Only for Safari
input[type=checkbox] {
  position: relative;
  top: -1px;
}
*/

button, input[type=submit] {
  padding: 4px 6px;
  border-radius: 3px;
  white-space: nowrap;
  font-weight: bold;
}

.pay_now_button {
  font-weight: bold;
}

/* Don't make this apply to Leaflet or TinyMCE buttons */
button:not(:disabled):not(.leaflet-control-geocoder-icon):not(.tox-mbtn),
input[type=submit] {
  border: 1px dotted #888;
  color: var(--i18n-style-header-color);
  background: var(--i18n-style-header-background);

}

button:disabled {
  border: 1px dotted #888;
  color: #AAA;
  background: #EEE;
}

button:hover:not(:disabled):not(.leaflet-control-geocoder-icon),
input[type=submit]:hover {
  border: 1px solid #444;
  background: #BBB;
}

/* Don't put a dotted border in the leaflet search control */
.leaflet-control-geocoder-form input {
    border: none;
}

a {
  color: var(--i18n-style-anchor-color);
  text-decoration: none;
}

a:hover {
  color: var(--i18n-style-anchor-hover_color);
}

a.button:hover {
  color: #000;
}

info {
  font-style: italic;
  font-size: 85%;
}

/*
.container {
   margin: 1%;
   width: 98%;
}
*/

/*
table {
    background: var(--i18n-style-table-background, none);
}
*/

table#main, th#main, tr#main, td#main {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /* background: white; */
  /* background: #fffff8; */
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  width: var(--i18n-style-content-width);
}

table#main {
}

tr, td, th {text-align: left;}

.last-updated {
  text-align: right;
  font-style: italic;
  font-size: small;
  color: #666;
}

/* Credit text at the bottom of each page */

.hashweb-credit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 40px auto;
  font-size: 80%;
  /* color: #888; */
  /* color: var(--i18n-style-section_menu-background); */
  color: #00000060;
  background: #FFFFFF20;
  border-radius: 9999px;
  padding: 4px;
}

.hashweb-credit::before,
.hashweb-credit::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: currentColor;
  margin: 0.75em;
}

.hashweb-credit a {
    /* color: color-mix(in srgb, var(--i18n-style-anchor-color) 50%, transparent); */
    color: #00000040;
    font-weight: bold;
}
#banner_background {
  width: var(--i18n-banner-background_width, var(--i18n-content-width));
  background: var(--i18n-banner-background);
}

#banner {
  width: var(--i18n-style-content-width);
  margin: 0 auto;
  position: relative;
  /* border-spacing: 0px; */
  /* height: var(--i18n-banner-height); */
  color: #FFF;
  /* Sigh. Our bounding box is shaped around the banner_image's size, but
   * then apparently extended below it to include out font's baseline too(?)
   * To avoid this from happening, we're setting the line-height to zero here.
   */
  line-height: 0px;
  z-index: 0;
}

#banner_image {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  opacity: var(--i18n-banner-opacity);
  z-index: 1;
}

#banner_image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#banner_title {
  position: absolute;
  left: var(--i18n-banner-title-left);
  top: var(--i18n-banner-title-top);

  color: var(--i18n-banner-title-color);
  font: var(--i18n-banner-title-font);
  text-shadow: var(--i18n-banner-title-shadow);
  text-decoration: none;
  z-index: 2;
}

#banner_logo {
  position: absolute;
  top: var(--i18n-banner-logo-top);
  right: var(--i18n-banner-logo-right);
  left: var(--i18n-banner-logo-left);
  bottom: var(--i18n-banner-logo-bottom);
  z-index: 2;
}

#banner_logo img {
  width: var(--i18n-banner-logo-width);
  height: var(--i18n-banner-logo-height);
}

#banner_logo2 {
  position: absolute;
  top: var(--i18n-banner-logo2-top);
  right: var(--i18n-banner-logo2-right);
  left: var(--i18n-banner-logo2-left);
  bottom: var(--i18n-banner-logo2-bottom);
  z-index: 2;
}

#banner_logo2 img {
  width: var(--i18n-banner-logo2-width);
  height: var(--i18n-banner-logo2-height);
}
#menubar {
  margin: var(--i18n-style-section_menu-top_margin, -34px) auto auto auto;
  position: relative;
  background-color: var(--i18n-style-section_menu-background);
  border-spacing: 0px;
  padding: 0px;
  font: var(--i18n-style-section_menu-font), sans-serif;
  text-transform: var(--i18n-style-section_menu-transform);
  color: var(--i18n-style-section_menu-color);
  display: flex;
  /* font-weight: bold; */
  justify-content: space-evenly;
  /* justify-content: flex-start; */
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  align-items: center;
  z-index: 3;
  border-top: var(--i18n-style-section_menu-border_top);
  border-bottom: var(--i18n-style-section_menu-border_bottom);
  width: var(--i18n-style-content-width);
}

#menubar > * {
  /* display: table-cell; */
}

#menubar_below_banner {
    height: 34px;
}

.spacer {
  /* flex: 0.2; */
  width: 20px;
}

.menuitem {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--i18n-style-section_menu-height, 32px);
}

.menu_hover:hover, .menuitem:hover a {
  color: var(--i18n-style-section_menu-hover_color);
  background-color: var(--i18n-style-section_menu-hover_background, black);
  border-radius: var(--i18n-style-section_menu-border_radius, 5px);
}

.menuitem a {
  color: var(--i18n-style-section_menu-color);
  /* color: #EEE; */
  display: flex;
  align-items: center;
}

#menubar img {
  max-height: 90%;
  max-width: 50px;
}

.menu_text {
  flex: 1;
  padding: 1px 16px;
}

.menu_image {
  flex: 0;
  padding: 1px 5px;
}

.menu_image img {
  filter: drop-shadow(0 0 2px #eee);
}

.menu_selected, .menu_selected a {
  color: var(--i18n-style-section_menu-selected_color);
  background-color: var(--i18n-style-section_menu-selected_background);
}
div.sidebar {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;

  font: var(--i18n-style-page_menu-font);
  line-height: var(--i18n-style-page_menu-line_height);
}

.sidebar table {
  min-width: 130px;
  padding: 4px 0px;
  /* margin: -10px -10px 10px 10px; */
  margin: calc(var(--i18n-style-page_menu-top_margin, 0px) - 10px)
	  calc(var(--i18n-style-page_menu-left_margin, 11px) - 21px)
	  10px 10px;
  background: var(--i18n-style-page_menu-background);
  border-left: 1px solid var(--i18n-style-page_menu-border_color);
  border-right: 1px solid var(--i18n-style-page_menu-border_color);
  border-bottom: 2px solid var(--i18n-style-page_menu-border_color);
  border-spacing: 0px;
  /* box-shadow: 0 5px 8px -2px rgba(0,0,0,0.2), 0 3px 8px -5px rgba(0,0,0,0.19); */
  box-shadow: var(--i18n-style-page_menu-box_shadow);
}

.sidebar td {
  vertical-align: middle;
  border-spacing: 0px;
  border-collapse: collapse;
  /* border-top: 1px dashed #ccc; */
  /* padding: 0px 2px; */
  padding: 1px 2px 0px 2px;
}

.sidebar a {
  text-decoration: none;
  display: block;
  padding: 1px 4px;
  color: var(--i18n-style-page_menu-color);
}

.sidebar a:hover {
  color: var(--i18n-style-page_menu-hover_color);
  background: var(--i18n-style-page_menu-hover_background);
  border-radius: 3px;
}

/* Notices & Alerts */

#notice {
    color: green;
}

#alert, .alert {
    display: inline-block;
    color: #c00;
    border: 1px solid #c00;
    padding: 5px;
}

.field_with_errors {
    padding: 2px;
    /* background-color: #c00; */
    font-weight: bold;
    color: #c00;
    display: inline;
}

tr.field_with_errors {
    display: table-row;
}

/* Error Messages */

.field_with_errors input {
    /* Use outline instead of border for the sake of checkboxes */
    /* border: 1px solid #c00; */
    /* background-color: #fcc; */
    border: none;
    outline: 2px solid #c00;
}

#error_explanation {
    /* width: 450px; */
    border: 2px solid #c00;
    padding: 7px;
    padding-bottom: 0;
    margin-bottom: 20px;
    background-color: #f0f0f0;
    display: table;
    /* display: inline-block; */
}

#error_explanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 15px 5px 15px;
    font-size: 100%;
    margin: -7px;
    margin-bottom: 0px;
    background-color: #c00;
    color: #fff;
}

#error_explanation ul li {
    font-size: 100%;
    list-style: square;
}

.attendance_errors {
    color: #c00;
    /* font-style: italic; */
}

/* Row & Column Spacers */

.row-spacer {
    background: none !important;
    border-left: hidden !important;
    border-right: hidden !important;
}

.column-spacer {
    background: none !important;
    border: 0px !important;
    text-align: center;
}
/* Expand control forms to fill all available horizontal space and grow the
   contained input fields to fill up all available space (except for a
   horizontal padding of 8px between items). */

.control_form {
    display: flex;
    /* width: calc(100% + 8px); */
    width: calc(var(--i18n-style-body-width) - 35px);
    margin: 0px -4px;
    align-items: center;
}

.control_form > * {
    margin: 4px 4px;
}

.control_form > input[type=text] {
    width: 130px;
    min-width: 50px;
    flex: 1;
}

/* .control_form > span { */
.control_form {
    font-size: 90%;
}

.control_form_results_summary {
    font-size: var(--i18n-style-hareline-font_size);
    padding: 5px 0 10px 4px;
    font-style: italic;
}
/*
 *  A simple unobtrusive popup menu implementation
 *
 *  See the corresponding javascript file for details.
 */

span.popup-container {
    position: relative;
    cursor: pointer;
}

span.popup-content {
    display: none;
    padding: 4px 8px;
    position: absolute;
    left: -8px;
    overflow: auto;
    /* color: var(--i18n-style-header-color); */
    background: var(--i18n-style-popup-background,
		    var(--i18n-style-content-background));
    box-shadow: var(--i18n-style-content-box_shadow);
    border: 1px solid var(--i18n-style-content-border_color);
    z-index: 1;
}

.popup-content a {
    display: block;
    white-space: nowrap;
    line-height: 1.5;
}

/* The decoration for the following styles have been copied from the a and
 * a:not(.button):hover styles from scaffold.css to make submit buttons in
 * popup menus look like ordinary links.
 */

.popup-content input[type=submit], .popup-content button {
    display: block;
    white-space: nowrap;
    line-height: 1.5;

    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #228;
}

.popup-content input[type=submit]:hover {
    color: #fff;
    background-color: #558;
    padding: 1px 3px;
    margin: -1px -3px;
    border-radius: 2px;
}
/* Modal container (hidden by default) */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Modal content box */
.modal-content {
  background: white;
  padding: 20px;
  padding-bottom: 40px;
  border-radius: 5px;
  width: 80%;
  max-width: 500px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow-y: auto; /* Allow scrolling for long content */
}

/* Close button */
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.modal-content div {
  user-select: text;
}
.awardable {
    font-weight: bold;
}

.own-run {
    font-weight: bold;
}

.unpaid::before {
    /* content: "☐ "; */
}

.paid::before {
    /* content: "☑ "; */
}

.unpaid {
    /* font-style: italic; */
}

.paid {
    text-align: right;
    white-space: nowrap;
}

.paid-free {
    text-align: center;
    white-space: nowrap;
}
/*
 *  Calendar style stuff
 */
table#calendar_header {
    height: 40px;
}

table#calendar_header td {
    width: 200px;
}

/*
table#calendar_header  td.calendar_month {
    width: 480px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

table#calendar_header td.calendar_links {
    text-align: right;
}

.calendar_links a:hover {
    background-color: #FFF;
}


#calendar table {
  border-collapse: collapse;
  margin: 0px -10px 0px 0px;
}

#calendar td, #calendar th {
  font-size: 10px;
  padding: 6px;
  border: 1px solid #999;
}

#calendar th {
  color: var(--i18n-style-header-color);
  background: var(--i18n-style-header-background);
  text-align: center;
  width: 14.2857142857143%;
}

#calendar td {
  background: #FFF;
  color: #555;
  height: 80px;
  vertical-align: top;
  font-size: 16px;
}

#calendar .notmonth {
  color: #CCC;
  background: #BBB;
}

#calendar #month {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

#calendar #month a, #calendar #month a:hover {
  padding: 0 10px;
}

#calendar .today {
  background-color: #C7E2FF;
}

.calendar_runs xspan {
    font-size: 9px;
    font-weight: bold;
}

.calendar-day {
    font-size: 14px;
    font-style: italic;
    margin: 0px 0px 5px 0px;
    color: red;
}

.calendar-heading {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
}

.calendar-links {
    float: right;
}
*/

.calendar-day {
    /* font-size: 14px; */
    /* font-weight: bold; */
    font-style: italic;
    margin: 0px 0px 5px 0px;
}

div.calendar_runs {
    padding: 0px;
    min-height: var(--i18n-style-calendar-day_height, 0px);
    font-size: 80%;
    overflow: auto;
    /* white-space: nowrap; */
}

.simple-calendar table {
    box-shadow: var(--i18n-style-content-box_shadow);
}

.simple-calendar th {
    color: var(--i18n-style-header-color);
    background: var(--i18n-style-header-background);
    text-align: center;
    width: 14.2857142857143%;
}

.simple-calendar th {
    color: var(--i18n-style-header-color);
    background: var(--i18n-style-header-background);
    text-align: center;
    border: 1px solid #888;
}

.simple-calendar td {
    border: 1px solid #888;
    word-wrap: break-word;
}

.simple-calendar .today {
    background-color: #C7E2FF;
}

.simple-calendar .prev-month, .simple-calendar .next-month {
    color: #EEE;
    background: #BBB;
}

.calendar-heading {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    height: 50px;
}

.calendar-links {
    float: right;
}

.selected-month {
    color: black;
}

/* [Optional] Show week numbers with light gray text on a dark gray
   background in the upper right corner of the first day of the week */

.calendar-week-number {
    font-size: 8pt;
    font-style: italic;
    border-left: hidden !important;
    border-top: hidden !important;
    border-bottom: hidden !important;
    float: right;

    padding: 1px 4px;
    font-weight: bold;
    color: var(--i18n-style-header-background);
    background: var(--i18n-style-header-color);
}

/* Limit calendar entries to two lines (ellipsized if too long) */

.calendar_entry {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.calendar_spacer {
    height: 4px;
}
/* Embolden entries for the local kennel(s) */

.calendar_highlight {
    font-weight: bold;
}

/* Show hash events with a darker background */

.calendar_event {
    background-color: #ccf;
    padding: 1px 4px;
    text-align: center;
}

/* No special formatting for hash runs */

.calendar_run {
}
.content img {
  /* Make sure that images don't cause surrounding container to bleed
   * outside its alloted area.
   */
  max-width: 100%;
}

/* This includes the sidebar, so we must keep the top-left padding zero */
td#content {
  border-spacing: 0px 0px;
  /* padding: 0px 10px 10px 10px; */
  /* padding: 10px 0px 10px 20px; */
  padding: var(--i18n-style-content-padding, 10px 20px 20px 20px);
  color: var(--i18n-style-content-color);
  background: var(--i18n-style-content-background);
}

/* This is the rest of the page content -- with that top-left padding added */
#content {
    word-break: break-word;
}

/* Don't break words in the TinyMCE text editor's header menu bar even if we
 * allow words to be broken in the main content area
 */
.tox-editor-header {
    word-break: normal;
}

#postit {
    width: 250px;
    padding: 20px 10px;
    border: var(--i18n-style-postit-border);
    box-shadow: var(--i18n-style-content-box_shadow);
    background: var(--i18n-style-postit-background);
    font-family: Margarine;
    font-size: 14px;
    line-height: normal;
}

.haberdashery {text-align: center;}

.admin_link {
    text-align: right;
    font-size: 75%;

    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
}

.shadowed {
  -webkit-filter: drop-shadow(5px 5px 5px #BBB);
  filter: drop-shadow(5px 5px 5px #BBB
);
}
.event_name {
    font-size: 300%;
}

.event_location {
    font-size: 200%;
}

.event_date {
    font-style: italic;
}

.event_header {
    text-align: center;
    margin-bottom: 30px;
}

/* Make rego tables use all available width */

.rego-table {
    width: 100%;
}

.rego-table td {
    width: 1%;  /* Set a minimum width to prevent collapsing */
}

table.signup {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

.signup tr {
    border-left: 2px solid var(--i18n-style-content-border_color);
    border-right: 2px solid var(--i18n-style-content-border_color);
    box-shadow: var(--i18n-style-content-box_shadow);
}

.signup th {
    border-top: 2px solid var(--i18n-style-content-border_color);
    border-bottom: 2px solid var(--i18n-style-content-border_color);
}

.signup td {
    border:  1px dotted var(--i18n-style-content-border_color);
}

.signup td, .signup th {
    padding: 3px;
}

.signup th {
    color: var(--i18n-style-header-color);
    background: var(--i18n-style-header-background);
    text-align: center;
}

.signup td {
    background: var(--i18n-style-participants-background,
		    var(--i18n-style-content-background));
    color: #555;
    vertical-align: top;
}

tr.signup-separator-above {
    height: 15px;
    box-shadow: none !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: 2px solid var(--i18n-style-content-border_color);
}

.signup-separator {
    box-shadow: none !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 2px solid var(--i18n-style-content-border_color);
}

th.admin-signup-separator {
    text-align: left !important;
    background: none !important;
    border: 0px !important;
    padding: 0px !important;
    box-shadow: none !important;
}

th.admin-buttons-row {
    font-weight: normal;
    font-size: 100% !important;
}

td.participants-checkbox {
    border: 0px !important;
}

.rego-label {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}

.rego_info {
    font-style: italic;
    background: var(--i18n-style-header-background);
    padding: 2px 10px;
    margin: 20px -10px 10px -10px;
}

input[disabled], select[disabled] {
   color: grey;
}

tr.rego-payment td {
    font-style: italic;
}

li.rego-payment-reminder {
    font-style: italic;
}

li.rego-payment-reminder::marker {
    content: '> ';
}

li.rego-payment-done::marker {
    content: '☑️ ';
}

#show-participant th, #show-participant td {
    padding-top: 10px;
    text-align: left;
    background: var(--i18n-style-content-background);
}

.participant-notice {
    text-align: center;
    font-style: italic;
    color: green;
}

.event-alert, .participant-alert {
    text-align: center;
    font-style: italic;
    color: red;
}

table.choices {
    /* Note: The width & margin is tweaked to completely fill the enclosing
     * form table cell. (XXX: There must be a better way to do this...)
     */
    xwidth: 102%;
    margin: 0px 0px 0px -4px;
}

.choices td {
    xpadding: 0px 0px 0px 4px;
    xpadding: 0px;
}

events.hareline {
    font-size: var(--i18n-style-hareline-font_size);
    border: 2px solid var(--i18n-style-content-border_color);
    box-shadow: var(--i18n-style-content-box_shadow);
    /* max-height: 600px; */
    /* overflow: auto; */
}

.event_local {
    font-weight: bold;
}

/* For the Who's Cumming listing */
.participant_number {
    text-align: right;
    white-space: nowrap;
}

.participant_kennel, .participant_choice {
    text-align: center;
}

.admin_event_cost, .admin_event_confirmed, .admin_event_total,
.admin_event_max_participants {
    text-align: right;
}

.admin_event_date, .admin_event_deadline {
    text-align: left;
    white-space: nowrap;
}

.admin_participant td {
    vertical-align: top;
    padding-bottom: 10px;
}

tr.linked_row.participant_row:hover > td {
    cursor: pointer;
    color: #466;
    background-color: #dde;
}

tr.linked_row.participant_row {
    font-weight: bold;
}

.event_waitlist_summary {
    font-weight: bold;
    font-style: italic;
}
required:before {
    content: "*";
    /* font-size: smaller; */
    /* vertical-align: 20%; */
}

table.form {
    border-collapse: collapse;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.form td, .form th {
    /* font-size: 85%; */
    padding: 3px;
}

.form th {
    color: var(--i18n-style-header-color);
    background: var(--i18n-style-header-background);
    text-align: center;
}

.form td {
    background: #FFF;
    color: #555;
    vertical-align: top;
}

p.buttons {
    text-align: right;
    /* white-space: nowrap; */
}

.payment-buttons {
    /* margin-left: 30px; */
    margin-top: 40px;
    text-align: right;
}

table#buttons {
    /* margin: 10px 0px 0px 0px; */
    float: right;
}

td.buttons {
    vertical-align: middle;
}

.centered-middle-child {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
}

.right-justified {
    text-align: right;
}

div.field, div.actions {
    margin-bottom: 10px;
}

input.run_name {
    width: 425px;
}

.paypal-button {
    border: none !important;
    padding: 0 !important;
    background-color: #aaa !important;
    box-shadow:  2px 2px 1px #aaa;
    border-radius: 3px;
}

.g-recaptcha {
    margin-bottom: 10px;
}

/* Stripe look & feel */

.stripe_button {
    /* background-color: #5469d4;  /* Stripe blue */
    background-color: #635BFF;
    color: white;
    border: none;
    /* padding: 15px 30px; */
    padding: 5px 10px;
    border-radius: 5px;
    /* font-size: 16px; */
    font-size: 14px;
    /* font-size: 10pt; */
    cursor: pointer;
    /* box-shadow:  2px 2px 1px #aaa;
    /* font-weight: bold; */
}

.stripe_button:hover {
    color: white;
    background-color: #435c92; /* Slightly darker on hover */
    /* background-color: #5469d4;  /* Stripe blue */
}

.stripe_button svg {
    position: relative;
    top: 3px;
    height: 15px;
    width: auto;
}

/* PayPal look & feel */

.paypal_button {
    /* display: inline-flex;         /* Allows logo + text alignment */
    align-items: center;         /* Centers content vertically */
    justify-content: center;     /* Centers content horizontally */
    /* background-color: #0070BA;  /* PayPal's primary blue color */
    background-color: #FFB730;  /* PayPal's secondary orange color */
    /* color: white;                /* White text */
    color: #003087;
    border: none;                /* Remove default border */
    border-radius: 5px;          /* Slightly rounded corners */
    /* padding: 10px 20px;          /* Space around the content */
    padding: 5px 10px;          /* Space around the content */
    /* font-size: 16px;             /* Font size */
    font-size: 14px;             /* Font size */
    /* font-weight: bold;           /* Bold text */
    /* cursor: pointer;             /* Pointer cursor on hover */
    text-decoration: none;       /* Remove underline for links */
    /* transition: background-color 0.3s ease; /* Smooth hover effect */
    /* box-shadow:  2px 2px 1px #aaa; */
}

.paypal_button:hover {
    color: #003087;
    background-color: #E69A2B;  /* Slightly darker orange on hover */
}

.paypal_button svg {
    position: relative;
    top: 3.8px;
    left: -19px;
    height: 18px;
    width: auto;
    margin-right: -18px;
}

ul.no-bullets {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 5em;
}

.no-bullets li {
    text-indent: -5em;
    padding-left: 1em;
    padding-top: 6px;
}

/* input[type="checkbox"] { */
.setting_check_box {
    vertical-align: bottom;
}
.hareline th {
    white-space: nowrap;
}

.hareline .kennel {
    width: 1px;
    white-space: nowrap;
}

.hareline .run_count, .hareline .count, .hareline .number, .hareline .date,
.hareline .award_distance, .hareline .haring_count, .hareline .haring_percent {
    width: 1px;
    text-align: center;
    white-space: nowrap;
}

.hareline .time {
    width: 1px;
    text-align: center;
    white-space: nowrap;
}

.leaderboard table {
    max-width: 100%;
}

.leaderboard .location {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.leaderboard .run {
    white-space: nowrap;
}

.leaderboard .column-spacer {
    box-shadow: none !important;
}
table.roles {
  background: var(--i18n-style-roles-background);
}
.hareline {
    font-size: var(--i18n-style-hareline-font_size);
    border: 2px solid var(--i18n-style-content-border_color);
    box-shadow: var(--i18n-style-content-box_shadow);
    /* max-height: 600px; */
    /* overflow: auto; */
}

.hareline table {
    border-collapse: collapse;
    overflow-wrap: anywhere;
    width: 100%;
}

.hareline td, .hareline th {
    padding: 5px 8px;
    border: 1px dotted var(--i18n-style-content-border_color);
}

.hareline th.kennel-head {
    padding: 8px;
    font-size: 130%;
}

.hareline .short {
    min-width: 40px;
    text-align: center;
}

.hareline .medium {
    min-width: 70px;
}

.hareline .long {
    min-width: 100px;
}

.hareline th {
    color: var(--i18n-style-header-color);
    background: var(--i18n-style-header-background);
    text-align: center;
}

.hareline td {
    background: var(--i18n-style-hareline-background);
    /* background: #fcfcfc; */
    /* color: #555; */
    vertical-align: top;
}

td .hareline_attendance_count {
    text-align: center;
}

.hareline strong {
    color: #C00;
}

.hareline th.span {
    text-align: center;
}

.hareline td.span {
    text-align: right;
    white-space: nowrap;
}

.hareline .run {
    /* white-space: nowrap; */
    word-break: keep-all;
}

/* Run Show/Edit Form */

.external_disclaimer {
    border: 1px solid #888;
    /* padding: 2px 10px; */
    padding: 6px 15px;
    margin-bottom: 20px;
    background-color: var(--i18n-style-run-disclaimer_color);
    display: inline-block;
    font-style: italic;
    box-shadow: 5px 5px 3px #888;
}

table.run, table.run tr {
    margin-left: 0px;
    padding-left: 0px;
    border-spacing: 0px;
}

table.editing_run {
    /* font-size: 13.5px; */
    width: 450px;
}

.run_weather_icon {
    position: absolute;

    /* top: 4px; */
    /* right: 430px; */

    width: 64px;
    height: 64px;
    opacity: 0.75;
    top: 10px;
    right: 30px;

    z-index: 2;
}

.run_kennel {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
}

.run_event {
    /* font-size: 20px; */
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
}

.run_title {
    /* font-size: 28px; */
    font-size: 2em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 8px;
    position: relative;
}

#run_name {
    width: 450px;
    font-size: 1.5em;
    font-weight: bold;
    /* width: 100%; */
    margin-bottom: 10px;
    position: relative;
}

.run .sibling_links, .run .calendar_links {
    float: right;
    position: relative;

    z-index: 1;
}

th.run_label {
    vertical-align: top;
    margin-left: 0px;
    padding-left: 0px;
    white-space: nowrap;
    vertical-align: baseline;
}

td.run_value {
    vertical-align: top;
    padding-left: 5px;
    padding-bottom: 10px;
    width: 100%;
    vertical-align: baseline;

    /* Don't let any long "words" ruin our layout */
    word-break: break-word;
}

.run_label {
    font-weight: bold;
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

input#run_location, input#run_hare, input#run_contact,
input#run_beer, input#run_blurb,
input#run_onafter, input#run_onafter_link,
input#run_prelube, input#run_prelube_link,
input#run_image_url {
    width: 100%;
}

input#run_cost, input#run_snack_price {
    width: 170px;
}

#run_map_container {
    float: right;
    z-index: 1;
}

#run_map {
    width: 364px;
    height: 300px;
    border: var(--i18n-style-content-border);
    box-shadow: var(--i18n-style-content-box_shadow);
    margin: 0px 10px 20px 20px;
    z-index: 1;
}

/* Animate the run map notice text as a reminder when the location gets
   changed */
@keyframes animate-map-notice {
    100% {color: var(--i18n-style-input-color);}
    50% {color: red;}
    0% {color: red;}
}

#map-notice {
    display: none;
}

#map-undo {
    display: none;
}

.animate-map-notice {
    display: block !important;
    font-weight: bold;
    animation: animate-map-notice 5s;
}

.run_image img {
    max-width: 366px;
    margin: 0px 10px 20px 20px;
    box-shadow: var(--i18n-style-content-box_shadow);
}

.run_image div {
    width: 366px;
    margin-left: auto; /* push to the right */
    margin-right: 10px;
}

div.run_content {
    padding-top: 10px;
    padding-left: 40px;
}

/* Our HTML editor will always start the content with a <p>, but we want it
 * (fairly) snug with the preceeding label.
 */
.run_content p {
    margin-top: 0px;
}

.run-buttons {
    margin-top: 30px;
}

input#run_blurb {
    width: 730px;
}

/* Next Runs */

div.nextrun {
    line-height: 20px;
}

td.next_run {
    text-align: center;
    vertical-align: middle;

    border: 1px solid black;
    border-style: none solid none solid;
    padding: 0px 10px 0px 10px;
}

/* Next Run area on the font page, i.e. /runs/next */
.next_run_header {
  font-style: italic;
  color: var(--i18n-style-next_runs-color);
  background: var(--i18n-style-next_runs-background);
  padding: 2px 10px;
  margin: 20px -10px 10px -10px;
}

.no_future_hare {
    font-style: italic;
    font-weight: bold;
}

.next_runs_day {
    background: var(--i18n-style-next_runs-day-background);
    color: var(--i18n-style-next_runs-day-color);
    font-weight: bold;
    padding: 2px 8px;
    white-space: nowrap;
}

.next_runs_description {
    padding-left: 6px;
}
#trashes table {
    border-collapse: collapse;
    /* width: 100%; */
    border: 2px solid var(--i18n-style-content-border_color);
    box-shadow: var(--i18n-style-content-box_shadow);
    background: var(--i18n-style-trashes-background);
}

#trashes td, #trashes th {
    font-size: var(--i18n-style-hareline-font_size);
    padding: 5px 8px;
    border: 1px dotted var(--i18n-style-content-border_color);
}

#trashes .short {
    min-width: 40px;
    text-align: center;
}

#trashes .medium {
    min-width: 70px;
}

#trashes th {
    color: var(--i18n-style-header-color);
    background: var(--i18n-style-header-background);
    text-align: center;
}

#trashes td {
    /* background: #FFF; */
    /* color: #555; */
    vertical-align: top;
}

#trashes strong {
    color: #C00;
}

#trashes td.date {
    white-space: nowrap;
}

#trashes td.number {
    text-align: center;
    white-space: nowrap;
}

.trash_title {
    text-transform: uppercase;
    font-size: larger;
    font-weight: bold;
}

.trash_header th {
    word-break: normal;
}

.trash_header td {
    width: 100%;
}

.trash_header td, .trash_header th {
    font-style: italic;
    padding: 0px 4px 0px 0px;
}

.trash_author {
    word-break: normal;
}

.xtrash_body {
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;

    -moz-column-gap: 40px; /* Firefox */
    -webkit-column-gap: 40px; /* Safari and Chrome */
    column-gap: 40px;

    -moz-column-rule: 1px outset #222; /* Firefox */
    -webkit-column-rule: 1px outset #222; /* Safari and Chrome */
    column-rule: 1px outset #222;

}

/* Style the Image Used to Trigger the Modal */
.modal-source {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.xmodal-source:hover {opacity: 0.7;}

/* The Modal (background) */
#modal-div {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.65); /* Black w/ opacity */
}

/* Modal Content (Image) */
#modal-image {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
#modal-image, #modal-caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.2s;
    animation-name: zoom;
    animation-duration: 0.2s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0.4)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0.4)} 
    to {transform:scale(1)}
}

/* The Close Button */
/*
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
*/

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-image {
        width: 100%;
    }
}
#development-banner {
    background-color: coral;
    background-repeat: repeat;
    color: white;
    text-align: center;
    font: italic bold 12pt monospace;
    letter-spacing: 10px;
    padding: 2px 0px;
    width: 100%;
    margin: 0 auto;
}
/* index */

.users td._total_run_count {
    text-align: right;
}

.users td.run {
    white-space: nowrap;
}

/* show */

.user_name {
/*
    margin: -6px -5px;
    padding: 6px 10px;
    color: white;
    background-color: #668;
*/
    margin-top: 10px;
    font-style: italic;
    font-weight: bold;
    font-size: 180%;
}

.user_roles {
/*
    margin: -5px -5px;
    padding: 6px 10px 8px 10px;
    color: white;
    background-color: #668;
*/
    font-weight: bold;
    font-size: 120%;
}

.user_aliases {
    margin-top: 1em;
    font-style: italic;
}

.user_totals {
    font-weight: bold;
}

.user_confirmation {
    margin:  2px 2px 2px 0px;
}

.admin_user_chunk_index {
    padding: 0 2px;
}
.multiselect .item {
    white-space: nowrap;
}

.multiselect .description {
    padding-left: 20px;
    color: grey;
    width: 100%;
}
.tab-header {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #ddd;
}

.tab-header button {
    background: none;
    border: none;
    //padding: 10px 16px;
    padding: 5px 10px;
    border-bottom: 2px solid transparent;
    font-weight: bold;
    color: #777;
}

.tab-header button:hover {
    cursor: pointer;
    color: black;
}

.tab-header button.active-tab {
    border-bottom-color: black;
    color: black;
}

[data-tabs-target=panel] {
    display: none;
}
.swiper-wrapper {
    overflow: hidden;
}

.swiper-slide {
    /* Add padding to reserve room for the box-shadow.
     * (Sorry, this is a fixed value.)
     */
    padding-right: 10px;
    box-sizing: border-box;
}

.swiper-slide img {
    display: block;     /* Remove extra space below inline images */
    max-width: 100%;    /* Scale down if too large w/o scaling up if small */
    width: auto;        /* Let it take its natural width up to max-width */
    height: auto;       /* Always maintains the image's aspect ratio */
    margin-left: auto;  /* Centers the image horizontally within the slide */
    margin-right: auto; /* Centers the image horizontally within the slide */
    box-shadow: var(--i18n-style-content-box_shadow);
}

.swiper-slide div {
    margin: 10px;
    text-align: center;
}
