/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://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;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.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-c23f23416a84a359723ffe28c6231f7e6edd10de024da40c190f9e0706c70276.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-24221a00d39ccfd2da654907e99b5af8d8dc60b91bfb414b4ca82779f7f9ffb6.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0a3bb6e0c499ea585572cbda26b638d08b96a568bfb173f0dce2c9eee4a441b3.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-c7cf3a680d1476856186d49a361c0b3e09d13a2f4ba4ebd638595bbad9d21c2d.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-ea4f5d5317b31eaaaf01e3db3357884b418c8b3361019647559c835996ddaedb.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 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}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

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


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


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

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

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

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

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

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

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

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

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

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

}

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

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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 {

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

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

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

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















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


 */
/*! jQuery UI - v1.9.1 - 2012-10-26
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 9, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-helper-hidden {
  display: none;
}

/* line 10, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 11, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 12, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}

/* line 13, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 14, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-helper-clearfix {
  zoom: 1;
}

/* line 15, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
/* line 20, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 27, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 34, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 35, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-resizable {
  position: relative;
}

/* line 36, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

/* line 37, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 38, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 39, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 40, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 41, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 42, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 43, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 44, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 45, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 45, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 46, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  zoom: 1;
}

/* line 47, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 48, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

/* line 49, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 50, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 51, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  zoom: 1;
}

/* line 52, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  /* #8656 */
  cursor: default;
}

/* workarounds */
/* line 59, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
/* line 60, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}

/* the overflow property removes extra width in IE */
/* line 61, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

/* line 62, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* to make room for the icon, a width needs to be set here */
/* line 63, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* button elements seem to need a little more width */
/* line 64, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 65, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/*button text element */
/* line 68, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

/* line 69, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 70, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 71, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 72, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 73, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
/* line 75, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
input.ui-button {
  padding: .4em 1em;
}

/*button icon element(s) */
/* line 78, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 79, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 80, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* line 81, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* line 82, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/*button sets*/
/* line 85, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* line 86, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* line 89, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* reset extra padding in Firefox */
/* line 90, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 91, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 92, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 93, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 94, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 95, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 96, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 97, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 98, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.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;
}

/* line 99, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 100, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 101, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 102, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 104, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 105, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 106, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 107, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 108, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.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;
}

/* line 109, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 110, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 113, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 114, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 115, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 116, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 117, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 118, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 119, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

/* line 120, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 121, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 122, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
/* line 125, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 126, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 127, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 128, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 129, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 130, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 131, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 132, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

/* line 133, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 134, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 135, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
/* line 138, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

/* line 146, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}

/* line 147, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 148, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}

/* line 149, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

/* line 150, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

/* line 151, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

/* line 152, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

/* line 153, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}

/* line 154, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 155, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 156, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

/* line 157, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 158, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

/* line 159, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

/* line 160, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}

/* line 161, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 162, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal;
}

/* line 163, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/* line 166, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

/* line 167, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
/* line 170, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-menu-icons {
  position: relative;
}

/* line 171, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
/* line 174, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
/* line 177, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/* line 178, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 179, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 179, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 180, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 181, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* line 183, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 184, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 185, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 186, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 187, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 189, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 190, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 191, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 192, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 193, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 193, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 194, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

/* line 195, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* line 196, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* more specificity required here to overide default borders */
/* line 197, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* vertical centre icon */
/* line 198, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-spinner-up {
  top: 0;
}

/* line 199, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
/* line 202, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

/* line 206, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
/* line 207, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 208, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 209, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 210, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 211, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

/* line 212, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/* line 213, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 214, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

/* Fades and background-images don't work well together in IE6, drop the image */
/* line 223, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
* html .ui-tooltip {
  background-image: none;
}

/* line 226, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
/* line 230, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

/* line 231, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 232, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

/* line 233, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/assets/images/ui-bg_flat_75_ffffff_40x100-6a362798b983194784fdf53eeda3a748417b2c49a7cd72f67b5a98318a9f1ec0.png) 50% 50% repeat-x;
  color: #5E6469;
}

/* line 238, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-widget-content a {
  color: #5E6469;
}

/* line 242, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-widget-header {
  background-color: #f3f4f6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f4f6), color-stop(100%, #dfe2e7));
  background-image: -webkit-linear-gradient(#f3f4f6, #dfe2e7);
  background-image: linear-gradient(#f3f4f6, #dfe2e7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1px #FFF inset;
  text-shadow: white 0 0.2em 0.1em;
  border: 1px solid #c8cdd6;
  border-bottom-color: #b9c0cb;
  color: #584974;
}

/* line 246, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-widget-header a {
  color: #584974;
}

/* Interaction states
----------------------------------*/
/* line 253, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/assets/images/ui-bg_glass_75_e6e6e6_1x400-bda3ffe761e3fdedec923bc74b03177728183e2a94959edeedaea39b0e5588b5.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

/* line 259, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

/* line 260, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.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 {
  border: 1px solid #999999;
  background: #dadada url(/assets/images/ui-bg_glass_75_dadada_1x400-872bd576b65c0756e3a73ae4791398a5311ec29e20809e4b37be780cd3c7f6fb.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 261, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

/* line 262, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/assets/images/ui-bg_glass_65_ffffff_1x400-dcfa2afd9c9db12f31c0f0216c2eaa7c4e866757416c363d37122cad70c719e0.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 263, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 267, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/assets/images/ui-bg_glass_55_fbf9ee_1x400-75b72c2bc0e935d950c822ae897170c1989f0c8e0d756ea41295178c6fd6e02f.png) 50% 50% repeat-x;
  color: #363636;
}

/* line 268, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 269, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/assets/images/ui-bg_glass_95_fef1ec_1x400-5f41df2ba2245ca35f4dd1f7c43ef5e81527f0e87c5b51a9239c08c2c2dc9959.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

/* line 270, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 271, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 272, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 273, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 274, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 275, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
/* line 281, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/assets/images/ui-icons_222222_256x240-3305696b28a8757b9b73e678cc6c72dc7277107d3df71dc3baf4f77312473ae9.png);
}

/* line 282, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-widget-content .ui-icon {
  background-image: url(/assets/images/ui-icons_222222_256x240-3305696b28a8757b9b73e678cc6c72dc7277107d3df71dc3baf4f77312473ae9.png);
}

/* line 283, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/images/ui-icons_222222_256x240-3305696b28a8757b9b73e678cc6c72dc7277107d3df71dc3baf4f77312473ae9.png);
}

/* line 284, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-default .ui-icon {
  background-image: url(/assets/images/ui-icons_888888_256x240-42393eae298d8afe2c78cd1caf6a1abfecc8201d7adf92c594e386f8f10cf987.png);
}

/* line 285, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/assets/images/ui-icons_454545_256x240-989d471b55541d188455465047133795033ae7d4e2b929b2daac08112ac1c3bd.png);
}

/* line 286, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-active .ui-icon {
  background-image: url(/assets/images/ui-icons_454545_256x240-989d471b55541d188455465047133795033ae7d4e2b929b2daac08112ac1c3bd.png);
}

/* line 287, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-highlight .ui-icon {
  background-image: url(/assets/images/ui-icons_2e83ff_256x240-71ec8b5da0ab851bbef886db2d916428fcad59d785b5f505af8cd3c8fbb43cb2.png);
}

/* line 288, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/assets/images/ui-icons_cd0a0a_256x240-362b1dfd7da7e263c4037c73d5e0c430eefa4ba194f05914a9593adf3c62bf85.png);
}

/* positioning */
/* line 291, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 292, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 293, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 294, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 295, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 296, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 297, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 298, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 299, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 300, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 301, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 302, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 303, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 304, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 305, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 306, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 307, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 308, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 309, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 310, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 311, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 312, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 313, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 314, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 315, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 316, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 317, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 318, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 319, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 320, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 321, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 322, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 323, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 324, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 325, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 326, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 327, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 328, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 329, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 330, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 331, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 332, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 333, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 334, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 335, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 336, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 337, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 338, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 339, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 340, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 341, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 342, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 343, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 344, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 345, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 346, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 347, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 348, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 349, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 350, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 351, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 352, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 353, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 354, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 355, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 356, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 357, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 358, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 359, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 360, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 361, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 362, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 363, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 364, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 365, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 366, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 367, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 368, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 369, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 370, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 371, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 372, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 373, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 374, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 375, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 376, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 377, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 378, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 379, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 380, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 381, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 382, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 383, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 384, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 385, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 386, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 387, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 388, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 389, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 390, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 391, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 392, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 393, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 394, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 395, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 396, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 397, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 398, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 399, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 400, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 401, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 402, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 403, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 404, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 405, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 406, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 407, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 408, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 409, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 410, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 411, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 412, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 413, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 414, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 415, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 416, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 417, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 418, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 419, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 420, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 421, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 422, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 423, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 424, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 425, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 426, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 428, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 429, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 430, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 431, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 432, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 433, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 434, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 435, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 436, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 437, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 438, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 439, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 440, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 441, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 442, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 443, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 444, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 445, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 446, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 447, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 448, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 449, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 450, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 451, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 452, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 453, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 454, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 455, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 456, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 457, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 458, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 459, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 460, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 461, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 462, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 463, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 464, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 465, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 472, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 473, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 474, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 475, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Overlays */
/* line 478, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-widget-overlay {
  background: #aaaaaa url(/assets/images/ui-bg_flat_0_aaaaaa_40x100-aa167a04c6c4e82e1fbe80ec8a290de0a228ff1f074e64fda276e18c53b6885a.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

/* line 479, app/assets/stylesheets/jquery-ui-1.9.1.custom.css.scss */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/assets/images/ui-bg_flat_0_aaaaaa_40x100-aa167a04c6c4e82e1fbe80ec8a290de0a228ff1f074e64fda276e18c53b6885a.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/*! qTip2 v2.0.1 (includes: svg ajax tips modal viewport imagemap ie6 / basic css3) | qtip2.com | Licensed MIT, GPL | Tue Mar 19 2013 17:47:35 */
/* line 2, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip, .qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
}

/* line 13, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

/* line 20, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: 700;
}

/* line 27, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* line 30, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

/* line 40, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

/* line 45, app/assets/stylesheets/jquery.qtip.css.scss */
* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* line 48, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-titlebar .ui-icon, .qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
  vertical-align: middle;
}

/* line 54, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

/* line 60, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* line 73, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

/* line 80, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

/* line 83, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

/* line 88, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

/*! Light tooltip style */
/* line 92, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-light {
  background-color: #fff;
  border-color: #E2E2E2;
  color: #454545;
}

/* line 97, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}

/*! Dark tooltip style */
/* line 100, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}

/* line 105, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-dark .qtip-titlebar {
  background-color: #404040;
}

/* line 108, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-dark .qtip-icon {
  border-color: #444;
}

/* line 111, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/*! Cream tooltip style */
/* line 114, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}

/* line 119, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}

/* line 122, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}

/*! Red tooltip style */
/* line 125, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}

/* line 130, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}

/* line 133, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}

/* line 136, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-red .qtip-icon {
  border-color: #D95252;
}

/* line 139, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}

/*! Green tooltip style */
/* line 142, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}

/* line 147, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}

/* line 150, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}

/*! Blue tooltip style */
/* line 153, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}

/* line 158, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}

/* line 161, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}

/* line 164, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* line 169, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-rounded, .qtip-tipsy, .qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 174, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: #fff;
  border-width: 0;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%);
}

/* line 190, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0);
}

/* line 194, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);";
}

/* line 200, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-youtube .qtip-icon {
  border-color: #222;
}

/* line 203, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* line 206, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}

/* line 223, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)";
}

/* line 228, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)";
}

/* line 232, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-jtools .qtip-titlebar, .qtip-jtools .qtip-content {
  background: transparent;
  color: #fff;
  border: 0 dashed transparent;
}

/* line 237, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-jtools .qtip-icon {
  border-color: #555;
}

/* line 240, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}

/* line 243, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}

/* line 251, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: #fff;
  border: 0 dashed transparent;
}

/* line 256, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-cluetip .qtip-icon {
  border-color: #808064;
}

/* line 259, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}

/* line 263, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-tipsy {
  background: #000;
  background: rgba(0, 0, 0, 0.87);
  color: #fff;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande',sans-serif;
  font-weight: 700;
  line-height: 16px;
  text-shadow: 0 1px black;
}

/* line 274, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10;
  background-color: transparent;
}

/* line 278, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-tipsy .qtip-content {
  padding: 6px 10;
}

/* line 281, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}

/* line 285, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* line 288, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: 400;
  font-family: serif;
}

/* line 298, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: #fff;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)";
}

/* line 310, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}

/* line 314, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}

/* line 318, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-bootstrap {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 336, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-bootstrap .qtip-titlebar {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 348, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-bootstrap .qtip-titlebar .qtip-close {
  right: 11px;
  top: 45%;
  border-style: none;
}

/* line 353, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-bootstrap .qtip-content {
  padding: 9px 14px;
}

/* line 356, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-bootstrap .qtip-icon {
  background: transparent;
}

/* line 359, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-bootstrap .qtip-icon .ui-icon {
  width: auto;
  height: auto;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* line 371, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip-bootstrap .qtip-icon .ui-icon:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40);
}

/* line 378, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}

/* line 382, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

/* line 387, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}

/* line 393, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

/* line 397, app/assets/stylesheets/jquery.qtip.css.scss */
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

/* line 402, app/assets/stylesheets/jquery.qtip.css.scss */
#qtip-overlay {
  position: fixed;
  left: -10000em;
  top: -10000em;
}

/* line 407, app/assets/stylesheets/jquery.qtip.css.scss */
#qtip-overlay.blurs {
  cursor: pointer;
}

/* line 410, app/assets/stylesheets/jquery.qtip.css.scss */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(Opacity=70)";
}

/* line 421, app/assets/stylesheets/jquery.qtip.css.scss */
.qtipmodal-ie6fix {
  position: absolute !important;
}

/*
*  Notify Bar - jQuery plugin
*
*  Copyright (c) 2009-2013 Dmitri Smirnov
*
*  Licensed under the MIT license:
*  http://www.opensource.org/licenses/mit-license.php
*  
*  Version: 1.4
*
*  Project home:
*  http://www.whoop.ee/posts/2013-04-05-the-resurrection-of-jquery-notify-bar/
*/
/* Default bars' style */
/* line 16, app/assets/stylesheets/jquery.notifyBar.css.scss */
.jquery-notify-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 32768;
  background-color: #efefef;
  font-size: 18px;
  color: #000;
  text-align: center;
  font-family: Arial, Verdana, sans-serif;
  padding: 20px 0px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
  -moz-box-shadow: inset 0 -1px 0 0 #fff;
  box-shadow: inset 0 -1px 0 0 #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear, false, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%;
}

/* line 39, app/assets/stylesheets/jquery.notifyBar.css.scss */
.jquery-notify-bar.bottom {
  bottom: 0;
  top: auto;
  border-top: 1px solid #ddd;
  border-bottom: 0;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  -moz-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
}

/* Style for errors */
/* line 51, app/assets/stylesheets/jquery.notifyBar.css.scss */
.jquery-notify-bar.error {
  color: #f00;
  background-color: #fdd;
}

/* line 55, app/assets/stylesheets/jquery.notifyBar.css.scss */
.jquery-notify-bar.error .notify-bar-text-wrapper {
  background: transparent url(/assets/icons/cross.png) no-repeat center left;
  padding-left: 20px;
}

/* Style for warning */
/* line 61, app/assets/stylesheets/jquery.notifyBar.css.scss */
.jquery-notify-bar.warning {
  color: #000;
  background-color: #fffaaa;
}

/* line 65, app/assets/stylesheets/jquery.notifyBar.css.scss */
.jquery-notify-bar.warning .notify-bar-text-wrapper {
  background: transparent url(/assets/icons/error.png) no-repeat center left;
  padding-left: 20px;
}

/* Style for success (notice) */
/* line 71, app/assets/stylesheets/jquery.notifyBar.css.scss */
.jquery-notify-bar.success {
  color: #060;
  background-color: #BBFFB6;
}

/* line 75, app/assets/stylesheets/jquery.notifyBar.css.scss */
.jquery-notify-bar.success .notify-bar-text-wrapper {
  background: transparent url(/assets/icons/tick.png) no-repeat center left;
  padding-left: 20px;
}

/* Style for close button */
/* line 81, app/assets/stylesheets/jquery.notifyBar.css.scss */
.notify-bar-close {
  position: absolute;
  left: 95%;
  font-size: 11px;
}

/* line 1, app/assets/stylesheets/timepicker.css.scss */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

/* line 2, app/assets/stylesheets/timepicker.css.scss */
.ui-timepicker-div dl {
  text-align: left;
}

/* line 3, app/assets/stylesheets/timepicker.css.scss */
.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
}

/* line 4, app/assets/stylesheets/timepicker.css.scss */
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}

/* line 5, app/assets/stylesheets/timepicker.css.scss */
.ui-timepicker-div td {
  font-size: 90%;
}

/* line 6, app/assets/stylesheets/timepicker.css.scss */
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

/* line 8, app/assets/stylesheets/timepicker.css.scss */
.ui-timepicker-rtl {
  direction: rtl;
}

/* line 9, app/assets/stylesheets/timepicker.css.scss */
.ui-timepicker-rtl dl {
  text-align: right;
}

/* line 10, app/assets/stylesheets/timepicker.css.scss */
.ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px;
}

/* line 1, app/assets/stylesheets/main.css.scss */
body {
  color: #584974;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9pt;
  line-height: 150%;
  padding: 0;
  margin: 0;
}

/* line 10, app/assets/stylesheets/main.css.scss */
#banner {
  background-color: #F5F5DC;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5F5DC), color-stop(100%, #e7e7ac));
  background-image: -webkit-linear-gradient(#F5F5DC, #e7e7ac);
  background-image: linear-gradient(#F5F5DC, #e7e7ac);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #fff inset;
  text-shadow: white 0 0.2em 0.1em;
  border: 1px solid #e4e4a1;
  border-bottom-color: #d9d979;
  color: #686d71;
  padding: 10px 30px;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}

/* line 23, app/assets/stylesheets/main.css.scss */
#context-header {
  background-color: #f3f4f6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f4f6), color-stop(100%, #dfe2e7));
  background-image: -webkit-linear-gradient(#f3f4f6, #dfe2e7);
  background-image: linear-gradient(#f3f4f6, #dfe2e7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1px #FFF inset;
  text-shadow: white 0 0.2em 0.1em;
  border: 1px solid #c8cdd6;
  border-bottom-color: #b9c0cb;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.37);
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #eeeff2;
  padding: 10px 30px;
}

/* line 31, app/assets/stylesheets/main.css.scss */
#context-header .breadcrumb {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #b6b9bc;
}

/* line 36, app/assets/stylesheets/main.css.scss */
#context-header .breadcrumb span {
  color: #9ba0a3;
}

/* line 39, app/assets/stylesheets/main.css.scss */
#context-header .breadcrumb span a {
  color: #9ba0a3;
  text-decoration: none;
}

/* line 43, app/assets/stylesheets/main.css.scss */
#context-header .breadcrumb span a:hover {
  text-decoration: underline;
}

/* line 50, app/assets/stylesheets/main.css.scss */
#context-header h2 {
  display: inline-block;
  margin: 0;
  margin-top: 10px;
  font-size: 2.5em;
}

/* line 57, app/assets/stylesheets/main.css.scss */
#context-header h3 {
  display: inline-block;
  margin: 0 1.5em;
  font-size: 1.5em;
}

/* line 63, app/assets/stylesheets/main.css.scss */
#context-header .actions {
  float: right;
}

/* line 65, app/assets/stylesheets/main.css.scss */
#context-header .actions a {
  border: 1px solid #d9d9d9;
  border-color: #d9d9d9 #c9c9c9 #bbbcbf;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 white, 0 1px 2px 0 #b3b3b3;
  color: #333333;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dee2ed));
  background-image: -webkit-linear-gradient(white, #dee2ed);
  background-image: linear-gradient(white, #dee2ed);
  padding: 5px 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px white;
  background-clip: padding-box;
  padding: 7px 20px;
  margin: 5px 0;
  font-weight: bold;
  color: #584974;
  margin-top: 2px;
  padding: 11px 20px;
}

/* line 224, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
#context-header .actions a:hover:not(:disabled) {
  border: 1px solid #c9c9c9;
  border-color: #c9c9c9 #b2b7c3 #97a2c4;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
  background-color: #f2f3f5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f3f5), color-stop(100%, #d3d5dc));
  background-image: -webkit-linear-gradient(#f2f3f5, #d3d5dc);
  background-image: linear-gradient(#f2f3f5, #d3d5dc);
  text-shadow: 0 -1px 1px #c2c5cc;
  background-clip: padding-box;
}

/* line 252, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
#context-header .actions a:active:not(:disabled) {
  background: #e5e5e6;
  border: 1px solid #a9aebc;
  border-bottom: 1px solid #a0a6c0;
  box-shadow: inset 0 0 6px 3px #bfc3d1, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #c7c8c9;
}

/* line 38, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
#context-header .actions a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 70, app/assets/stylesheets/main.css.scss */
#context-header .actions a.big-action {
  border: 1px solid #383838;
  border-color: #383838 #29282a #1c191f;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 #685888, 0 1px 2px 0 #b3b3b3;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  background-color: #584974;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #584974), color-stop(100%, #442c5e));
  background-image: -webkit-linear-gradient(#584974, #442c5e);
  background-image: linear-gradient(#584974, #442c5e);
  padding: 5px 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #38363a;
  background-clip: padding-box;
  padding: 7px 20px;
  margin: 5px 0;
  font-weight: bold;
  color: #584974;
  color: #f3f4f6;
  margin-top: 2px;
  padding: 11px 20px;
}

/* line 224, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
#context-header .actions a.big-action:hover:not(:disabled) {
  border: 1px solid #28272b;
  border-color: #28272b #19141f #0d0812;
  box-shadow: inset 0 1px 0 0 #5f507c;
  cursor: pointer;
  background-color: #4d4066;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4066), color-stop(100%, #372d41));
  background-image: -webkit-linear-gradient(#4d4066, #372d41);
  background-image: linear-gradient(#4d4066, #372d41);
  text-shadow: 0 -1px 1px #25202d;
  background-clip: padding-box;
}

/* line 252, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
#context-header .actions a.big-action:active:not(:disabled) {
  background: #443e4c;
  border: 1px solid #120e16;
  border-bottom: 1px solid #100b14;
  box-shadow: inset 0 0 6px 3px #281e31, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #27242c;
}

/* line 38, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
#context-header .actions a.big-action:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 81, app/assets/stylesheets/main.css.scss */
#messages p {
  background-color: #f7f1d3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f1d3), color-stop(100%, #f5edc5));
  background-image: -webkit-linear-gradient(#f7f1d3, #f5edc5);
  background-image: linear-gradient(#f7f1d3, #f5edc5);
  text-shadow: #fafafa0 1px 0;
  border-bottom: 1px solid #eee098;
  color: #cb9810;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1em;
  margin: 0;
  padding: 13px 30px 11px;
}

/* line 93, app/assets/stylesheets/main.css.scss */
#messages p.notice {
  background-color: #dce9dd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dce9dd), color-stop(100%, #ccdfcd));
  background-image: -webkit-linear-gradient(#dce9dd, #ccdfcd);
  background-image: linear-gradient(#dce9dd, #ccdfcd);
  border-bottom: 1px solid #adcbaf;
  color: #416347;
}

/* line 98, app/assets/stylesheets/main.css.scss */
#messages p.error, #messages p.warning {
  background-color: #f5e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5e4e4), color-stop(100%, #f1dcdc));
  background-image: -webkit-linear-gradient(#f5e4e4, #f1dcdc);
  background-image: linear-gradient(#f5e4e4, #f1dcdc);
  border-bottom: 1px solid #e0c2c0;
  color: #b33c33;
}

/* line 104, app/assets/stylesheets/main.css.scss */
#messages p.error.arrears, #messages p.warning.arrears {
  background-image: url(/assets/icons/alert.png);
  background-repeat: no-repeat;
  background-position: 30px 50%;
  padding-left: 60px;
  font-size: 1.3em;
}

/* line 113, app/assets/stylesheets/main.css.scss */
#messages p.error.todo:hover, #messages p.warning.todo:hover {
  background: black;
  background-color: #e7bfbf;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7bfbf), color-stop(100%, #dba5a5));
  background-image: -webkit-linear-gradient(#e7bfbf, #dba5a5);
  background-image: linear-gradient(#e7bfbf, #dba5a5);
}

/* line 122, app/assets/stylesheets/main.css.scss */
#messages p.error a.button, #messages p.warning a.button {
  margin-top: -9px;
  float: right;
  color: #686d71;
}

/* line 131, app/assets/stylesheets/main.css.scss */
.warning {
  color: #b33c33;
}

/* line 135, app/assets/stylesheets/main.css.scss */
#content {
  padding: 25px 30px;
}

/* line 139, app/assets/stylesheets/main.css.scss */
.panel {
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
  *zoom: 1;
  background: #f3f4f6;
  margin-bottom: 25px;
}

/* line 17, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.panel:before, .panel:after {
  content: " ";
  display: table;
}

/* line 23, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.panel:after {
  clear: both;
}

/* line 146, app/assets/stylesheets/main.css.scss */
.panel h3 {
  background-color: #f3f4f6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f4f6), color-stop(100%, #dfe2e7));
  background-image: -webkit-linear-gradient(#f3f4f6, #dfe2e7);
  background-image: linear-gradient(#f3f4f6, #dfe2e7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1px #FFF inset;
  text-shadow: white 0 0.2em 0.1em;
  border: 1px solid #c8cdd6;
  border-bottom-color: #b9c0cb;
  margin: 0;
  padding: 5px 10px;
  font-size: 1em;
}

/* line 153, app/assets/stylesheets/main.css.scss */
.panel .content {
  padding: 10px 20px;
}

/* line 156, app/assets/stylesheets/main.css.scss */
.panel .content h2 {
  margin: 10px 0;
}

/* line 160, app/assets/stylesheets/main.css.scss */
.panel .content h3 {
  border: none;
  background-color: #645383;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #645383), color-stop(100%, #473c5e));
  background-image: -webkit-linear-gradient(#645383, #473c5e);
  background-image: linear-gradient(#645383, #473c5e);
  text-shadow: black 0 2px 1px;
  border-bottom: 1px solid #3e3451;
  color: #CDCDCD;
  border-radius: 4px 4px 0 0;
}

/* line 166, app/assets/stylesheets/main.css.scss */
.panel .content .tabs ul {
  border: none;
  background-color: #645383;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #645383), color-stop(100%, #473c5e));
  background-image: -webkit-linear-gradient(#645383, #473c5e);
  background-image: linear-gradient(#645383, #473c5e);
  text-shadow: black 0 2px 1px;
  border-bottom: 1px solid #3e3451;
  color: #CDCDCD;
  border-radius: 4px 4px 0 0;
}

/* line 171, app/assets/stylesheets/main.css.scss */
.panel .content .tabs ul a {
  color: #f3f4f6;
}

/* line 175, app/assets/stylesheets/main.css.scss */
.panel .content .tabs ul a:hover,
.panel .content .tabs ul li.ui-state-active a {
  box-shadow: inset 0 1px 4px #403654;
  background: #8a79aa;
}

/* line 183, app/assets/stylesheets/main.css.scss */
.panel .panel_header_bar {
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

/* line 193, app/assets/stylesheets/main.css.scss */
.panel.notes ul {
  list-style: none;
  padding: 0;
}

/* line 197, app/assets/stylesheets/main.css.scss */
.panel.notes ul li {
  *zoom: 1;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

/* line 17, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.panel.notes ul li:before, .panel.notes ul li:after {
  content: " ";
  display: table;
}

/* line 23, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.panel.notes ul li:after {
  clear: both;
}

/* line 203, app/assets/stylesheets/main.css.scss */
.panel.notes ul li.pending {
  background: #f1cccc;
}

/* line 206, app/assets/stylesheets/main.css.scss */
.panel.notes ul li.pending .completed {
  display: none;
}

/* line 211, app/assets/stylesheets/main.css.scss */
.panel.notes ul li.completed {
  background: #ccf1cc;
}

/* line 215, app/assets/stylesheets/main.css.scss */
.panel.notes ul li .meta {
  float: left;
  width: 130px;
}

/* line 219, app/assets/stylesheets/main.css.scss */
.panel.notes ul li .meta h4 {
  margin: 0;
}

/* line 223, app/assets/stylesheets/main.css.scss */
.panel.notes ul li .meta .time {
  font-size: 0.8em;
  color: #a598be;
}

/* line 229, app/assets/stylesheets/main.css.scss */
.panel.notes ul li .body {
  margin-left: 150px;
}

/* line 233, app/assets/stylesheets/main.css.scss */
.panel.notes ul li .body .todo a {
  padding: 5px 10px;
  font-size: smaller;
}

/* line 238, app/assets/stylesheets/main.css.scss */
.panel.notes ul li .body .todo .completed {
  font-weight: bold;
  color: #686d71;
  font-size: smaller;
}

/* line 243, app/assets/stylesheets/main.css.scss */
.panel.notes ul li .body .todo .completed .time {
  font-weight: normal;
}

/* line 250, app/assets/stylesheets/main.css.scss */
.panel.notes ul li .actions {
  float: right;
}

/* line 254, app/assets/stylesheets/main.css.scss */
.panel.notes ul li form {
  margin: 0;
  padding: 0;
}

/* line 258, app/assets/stylesheets/main.css.scss */
.panel.notes ul li form textarea {
  width: 500px;
  height: 50px;
}

/* line 263, app/assets/stylesheets/main.css.scss */
.panel.notes ul li form input,
.panel.notes ul li form textarea {
  float: left;
}

/* line 271, app/assets/stylesheets/main.css.scss */
.panel.notes form {
  padding-left: 150px;
  max-width: 700px;
}

/* line 275, app/assets/stylesheets/main.css.scss */
.panel.notes form li {
  padding: 0;
}

/* line 279, app/assets/stylesheets/main.css.scss */
.panel.notes form fieldset.inputs {
  box-shadow: none;
  padding: 0;
}

/* line 283, app/assets/stylesheets/main.css.scss */
.panel.notes form fieldset.inputs label {
  display: none;
}

/* line 287, app/assets/stylesheets/main.css.scss */
.panel.notes form fieldset.inputs .boolean label {
  display: inline;
  padding-left: 0;
}

/* line 295, app/assets/stylesheets/main.css.scss */
table.attributes {
  border-collapse: collapse;
  width: 100%;
}

/* line 299, app/assets/stylesheets/main.css.scss */
table.attributes th,
table.attributes td {
  vertical-align: top;
  padding: 8px 12px 6px 12px;
  border-top: 1px solid #dfe2e7;
}

/* line 306, app/assets/stylesheets/main.css.scss */
table.attributes th {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.9em;
  text-shadow: white 0 1px 0;
  width: 150px;
  padding-left: 0;
}

/* line 316, app/assets/stylesheets/main.css.scss */
table.attributes tr.first td,
table.attributes tr.first th {
  border-top: none;
}

/* line 323, app/assets/stylesheets/main.css.scss */
table.attributes tr.missing td,
table.attributes tr.missing th {
  color: red;
}

/* line 330, app/assets/stylesheets/main.css.scss */
table.list {
  clear: left;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}

/* line 336, app/assets/stylesheets/main.css.scss */
table.list th {
  background-color: #f3f4f6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f4f6), color-stop(100%, #dfe2e7));
  background-image: -webkit-linear-gradient(#f3f4f6, #dfe2e7);
  background-image: linear-gradient(#f3f4f6, #dfe2e7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1px #FFF inset;
  text-shadow: white 0 0.2em 0.1em;
  border: 1px solid #c8cdd6;
  border-bottom-color: #b9c0cb;
  text-align: left;
  padding: 5px 12px;
}

/* line 342, app/assets/stylesheets/main.css.scss */
table.list td {
  border-bottom: 1px solid #d6dae0;
  padding: 8px 12px;
  vertical-align: top;
}

/* line 347, app/assets/stylesheets/main.css.scss */
table.list td ul {
  margin: 0;
  padding-left: 15px;
}

/* line 353, app/assets/stylesheets/main.css.scss */
table.list tr.even td {
  background: #f3f4f6;
}

/* line 357, app/assets/stylesheets/main.css.scss */
table.list tr.odd td {
  background: white;
}

/* line 362, app/assets/stylesheets/main.css.scss */
a {
  color: #686d71;
}

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

/* line 369, app/assets/stylesheets/main.css.scss */
a.button {
  border: 1px solid #d9d9d9;
  border-color: #d9d9d9 #c9c9c9 #bbbcbf;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 white, 0 1px 2px 0 #b3b3b3;
  color: #333333;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dee2ed));
  background-image: -webkit-linear-gradient(white, #dee2ed);
  background-image: linear-gradient(white, #dee2ed);
  padding: 5px 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px white;
  background-clip: padding-box;
  padding: 7px 20px;
  margin: 5px 0;
  font-weight: bold;
  color: #584974;
}

/* line 224, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
a.button:hover:not(:disabled) {
  border: 1px solid #c9c9c9;
  border-color: #c9c9c9 #b2b7c3 #97a2c4;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
  background-color: #f2f3f5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f3f5), color-stop(100%, #d3d5dc));
  background-image: -webkit-linear-gradient(#f2f3f5, #d3d5dc);
  background-image: linear-gradient(#f2f3f5, #d3d5dc);
  text-shadow: 0 -1px 1px #c2c5cc;
  background-clip: padding-box;
}

/* line 252, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
a.button:active:not(:disabled) {
  background: #e5e5e6;
  border: 1px solid #a9aebc;
  border-bottom: 1px solid #a0a6c0;
  box-shadow: inset 0 0 6px 3px #bfc3d1, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #c7c8c9;
}

/* line 38, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
a.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 374, app/assets/stylesheets/main.css.scss */
.tabs {
  border-radius: 0;
  padding: 0;
  border: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 380, app/assets/stylesheets/main.css.scss */
.tabs .ui-tabs-panel {
  border-radius: 0;
  padding: 0;
  color: #584974;
}

/* line 386, app/assets/stylesheets/main.css.scss */
.tabs .ui-widget-header {
  border-radius: 0;
  background-color: #f3f4f6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f4f6), color-stop(100%, #dfe2e7));
  background-image: -webkit-linear-gradient(#f3f4f6, #dfe2e7);
  background-image: linear-gradient(#f3f4f6, #dfe2e7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1px #FFF inset;
  text-shadow: white 0 0.2em 0.1em;
  border: 1px solid #c8cdd6;
  border-bottom-color: #b9c0cb;
  margin: 0;
  padding: 5px 10px;
}

/* line 393, app/assets/stylesheets/main.css.scss */
.tabs .ui-state-default {
  font-weight: bold;
  background: transparent;
  border: none;
}

/* line 398, app/assets/stylesheets/main.css.scss */
.tabs .ui-state-default a {
  color: #584974;
  font-size: 12px;
}

/* line 403, app/assets/stylesheets/main.css.scss */
.tabs .ui-state-default a:hover, .tabs .ui-state-default.ui-state-active a {
  border-radius: 10px;
  box-shadow: inset 0 1px 4px #9ca5b5;
  background: #ced2da;
}

/* line 411, app/assets/stylesheets/main.css.scss */
.tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0;
}

/* line 415, app/assets/stylesheets/main.css.scss */
.tabs .ui-widget-content a {
  color: #686d71;
}

/* line 420, app/assets/stylesheets/main.css.scss */
.translation_missing {
  background: red;
  color: black;
}

/* line 425, app/assets/stylesheets/main.css.scss */
.deleted {
  font-weight: bold;
  color: #b33c33;
}

/* line 430, app/assets/stylesheets/main.css.scss */
fieldset {
  border-radius: 4px;
  border: 1px solid #9ca5b5;
  margin-bottom: 10px;
}

/* line 436, app/assets/stylesheets/main.css.scss */
fieldset legend {
  font-weight: bold;
  font-size: 1.5em;
  text-shadow: white 0 0.2em 0.1em;
}

/* line 441, app/assets/stylesheets/main.css.scss */
fieldset legend label {
  float: none !important;
}

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

/* line 451, app/assets/stylesheets/main.css.scss */
table.sortable td.handle {
  width: 20px;
}

/* line 453, app/assets/stylesheets/main.css.scss */
table.sortable td.handle img {
  margin-top: 3px;
}

/* line 460, app/assets/stylesheets/main.css.scss */
a img {
  border: none;
}

/* line 464, app/assets/stylesheets/main.css.scss */
#context-header .actions a.significant {
  border: 1px solid #383838;
  border-color: #383838 #29282a #1c191f;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 #685888, 0 1px 2px 0 #b3b3b3;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  background-color: #584974;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #584974), color-stop(100%, #442c5e));
  background-image: -webkit-linear-gradient(#584974, #442c5e);
  background-image: linear-gradient(#584974, #442c5e);
  padding: 5px 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #38363a;
  background-clip: padding-box;
  padding: 7px 20px;
  margin: 5px 0;
  font-weight: bold;
  color: #584974;
  color: #f3f4f6;
  padding: 11px 20px;
}

/* line 224, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
#context-header .actions a.significant:hover:not(:disabled) {
  border: 1px solid #28272b;
  border-color: #28272b #19141f #0d0812;
  box-shadow: inset 0 1px 0 0 #5f507c;
  cursor: pointer;
  background-color: #4d4066;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4066), color-stop(100%, #372d41));
  background-image: -webkit-linear-gradient(#4d4066, #372d41);
  background-image: linear-gradient(#4d4066, #372d41);
  text-shadow: 0 -1px 1px #25202d;
  background-clip: padding-box;
}

/* line 252, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
#context-header .actions a.significant:active:not(:disabled) {
  background: #443e4c;
  border: 1px solid #120e16;
  border-bottom: 1px solid #100b14;
  box-shadow: inset 0 0 6px 3px #281e31, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #27242c;
}

/* line 38, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
#context-header .actions a.significant:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 470, app/assets/stylesheets/main.css.scss */
.document-image img {
  max-width: 750px;
}

/* line 474, app/assets/stylesheets/main.css.scss */
.ui-widget-overlay {
  z-index: 2000;
}

/* line 478, app/assets/stylesheets/main.css.scss */
.ui-dialog {
  z-index: 2001;
}

/* line 1, app/assets/stylesheets/header.css.scss */
#header {
  background-color: #645383;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #645383), color-stop(100%, #473c5e));
  background-image: -webkit-linear-gradient(#645383, #473c5e);
  background-image: linear-gradient(#645383, #473c5e);
  text-shadow: black 0 2px 1px;
  border-bottom: 1px solid #3e3451;
  color: #CDCDCD;
  *zoom: 1;
  padding: 9px 30px;
}

/* line 17, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
#header:before, #header:after {
  content: " ";
  display: table;
}

/* line 23, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
#header:after {
  clear: both;
}

/* line 6, app/assets/stylesheets/header.css.scss */
#header h1 {
  display: inline-block;
  margin: 0;
  font-size: 2em;
  font-weight: normal;
}

/* line 12, app/assets/stylesheets/header.css.scss */
#header h1 a {
  color: #CDCDCD;
  text-decoration: none;
}

/* line 18, app/assets/stylesheets/header.css.scss */
#header ul {
  position: relative;
  top: -2px;
  display: inline-block;
  list-style: none;
  margin: 10px 0 0 -10px;
  padding: 0;
  float: left;
  clear: both;
}

/* line 28, app/assets/stylesheets/header.css.scss */
#header ul > li {
  display: inline-block;
}

/* line 31, app/assets/stylesheets/header.css.scss */
#header ul > li a {
  color: #CDCDCD;
  padding: 5px 10px;
  text-decoration: none;
  position: relative;
  z-index: 1050;
}

/* line 38, app/assets/stylesheets/header.css.scss */
#header ul > li a:hover {
  color: white;
  background: #756199;
  border-radius: 10px;
}

/* line 45, app/assets/stylesheets/header.css.scss */
#header ul > li.has-nested a {
  padding-right: 20px;
  background: transparent url(/assets/nested_menu_arrow.gif) no-repeat 89% 50%;
}

/* line 50, app/assets/stylesheets/header.css.scss */
#header ul > li.has-nested:hover > a {
  background: #756199 url(/assets/nested_menu_arrow_dark.gif) no-repeat 89% 50%;
  border-radius: 10px 10px 0px 0px;
}

/* line 55, app/assets/stylesheets/header.css.scss */
#header ul > li:hover a {
  background: #756199;
}

/* line 59, app/assets/stylesheets/header.css.scss */
#header ul > li:hover > ul {
  display: block;
}

/* line 61, app/assets/stylesheets/header.css.scss */
#header ul > li ul {
  background: #756199;
  border-radius: 0px 10px 10px 10px;
  box-shadow: 0 1px 3px #444;
  position: absolute;
  width: 200px;
  margin-top: 22px;
  margin-left: 0px;
  float: left;
  display: none;
  padding: 3px 0px 5px 0;
  list-style: none;
  z-index: 1010;
}

/* line 75, app/assets/stylesheets/header.css.scss */
#header ul > li ul li {
  display: block;
  margin: 0px;
  padding: 0 5px;
}

/* line 80, app/assets/stylesheets/header.css.scss */
#header ul > li ul li a {
  background: none;
  display: block;
}

/* line 83, app/assets/stylesheets/header.css.scss */
#header ul > li ul li a:hover {
  color: #fff;
  background: none;
}

/* line 87, app/assets/stylesheets/header.css.scss */
#header ul > li ul li.current a {
  border-radius: 0;
}

/* line 90, app/assets/stylesheets/header.css.scss */
#header ul > li ul li.has-nested > a {
  background: transparent url(/assets/nested_menu_arrow.gif) no-repeat 89% 50%;
}

/* line 94, app/assets/stylesheets/header.css.scss */
#header ul > li ul li:hover > ul {
  display: block;
}

/* line 96, app/assets/stylesheets/header.css.scss */
#header ul > li ul li ul {
  width: 175px;
  border-radius: 10px 0px 0px 10px;
  display: none;
  position: relative;
  margin-top: -30px;
  margin-left: -180px;
}

/* line 108, app/assets/stylesheets/header.css.scss */
#header ul#session-menu {
  float: right;
  margin-top: 3px;
}

/* line 112, app/assets/stylesheets/header.css.scss */
#header ul#session-menu li {
  color: #9a9a9a;
}

/* line 116, app/assets/stylesheets/header.css.scss */
#header ul#session-menu li.warning a {
  padding-right: 0;
}

/* line 120, app/assets/stylesheets/header.css.scss */
#header ul#session-menu li.warning img {
  vertical-align: middle;
}

/* line 126, app/assets/stylesheets/header.css.scss */
#header ul#session-menu a:hover {
  background: transparent;
}

/* line 2, app/assets/stylesheets/forms.css.scss */
form ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 7, app/assets/stylesheets/forms.css.scss */
form ol li {
  clear: left;
  padding: 10px;
}

/* line 11, app/assets/stylesheets/forms.css.scss */
form ol li.hidden {
  display: none !important;
}

/* line 15, app/assets/stylesheets/forms.css.scss */
form ol li.additional-fields {
  padding: 0;
}

/* line 19, app/assets/stylesheets/forms.css.scss */
form ol li label {
  float: left;
  width: 20%;
  font-size: 1em;
  font-weight: bold;
  color: #5e6469;
  text-transform: uppercase;
  padding-top: 5px;
}

/* line 29, app/assets/stylesheets/forms.css.scss */
form ol li textarea {
  height: 100px;
}

/* line 33, app/assets/stylesheets/forms.css.scss */
form ol li span {
  display: inline-block;
  padding-top: 5px;
}

/* line 37, app/assets/stylesheets/forms.css.scss */
form ol li span.error {
  padding: 0;
  color: red;
  font-weight: bold;
}

/* line 46, app/assets/stylesheets/forms.css.scss */
form ol li ol.choices-group li.choice label {
  float: none;
  width: auto;
}

/* line 50, app/assets/stylesheets/forms.css.scss */
form ol li ol.choices-group li.choice label input {
  width: auto;
  margin-right: 5px;
}

/* line 60, app/assets/stylesheets/forms.css.scss */
form fieldset.inputs {
  border: none;
  background: #f3f4f6;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #d6dae0;
}

/* line 66, app/assets/stylesheets/forms.css.scss */
form fieldset.inputs fieldset {
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #9ca5b5;
  margin-bottom: 10px;
}

/* line 75, app/assets/stylesheets/forms.css.scss */
form fieldset.inputs ol li input,
form fieldset.inputs ol li textarea {
  border-radius: 3px;
  width: 78%;
  border: 1px solid #c7c8cc;
  padding: 8px 10px 7px;
}

/* line 82, app/assets/stylesheets/forms.css.scss */
form fieldset.inputs ol li input[disabled],
form fieldset.inputs ol li textarea[disabled] {
  background: #f3f4f6;
}

/* line 86, app/assets/stylesheets/forms.css.scss */
form fieldset.inputs ol li input[type="radio"],
form fieldset.inputs ol li textarea[type="radio"] {
  width: auto;
}

/* line 92, app/assets/stylesheets/forms.css.scss */
form fieldset.inputs ol li.boolean label {
  width: auto;
  padding-left: 20%;
  font-weight: normal;
  text-transform: none;
}

/* line 98, app/assets/stylesheets/forms.css.scss */
form fieldset.inputs ol li.boolean input {
  width: auto;
  margin-right: 10px;
}

/* line 106, app/assets/stylesheets/forms.css.scss */
form fieldset.inputs ol li.date_picker input, form fieldset.inputs ol li.datetime_picker input {
  background: url(/assets/icons/calendar.png) white no-repeat 99% 50%;
}

/* line 113, app/assets/stylesheets/forms.css.scss */
form fieldset.inputs ol li.file input {
  padding: 0;
  border: none;
}

/* line 120, app/assets/stylesheets/forms.css.scss */
form fieldset.inputs ol li.error input {
  border: 1px solid #932419;
}

/* line 126, app/assets/stylesheets/forms.css.scss */
form fieldset.inputs ol li.confirm-edit .placeholder {
  font-weight: bold;
}

/* line 129, app/assets/stylesheets/forms.css.scss */
form fieldset.inputs ol li.confirm-edit a {
  margin-left: 10px;
}

/* line 136, app/assets/stylesheets/forms.css.scss */
form fieldset.inputs p.inline-errors {
  margin: 0 0 0 20%;
  color: #932419;
  font-weight: bold;
}

/* line 143, app/assets/stylesheets/forms.css.scss */
form fieldset.actions {
  padding: 20px 0;
  border: none;
}

/* line 147, app/assets/stylesheets/forms.css.scss */
form fieldset.actions li {
  display: inline-block;
  padding: 0;
  margin-right: 10px;
}

/* line 153, app/assets/stylesheets/forms.css.scss */
form fieldset.actions input {
  border: 1px solid #383838;
  border-color: #383838 #29282a #1c191f;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 #685888, 0 1px 2px 0 #b3b3b3;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  background-color: #584974;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #584974), color-stop(100%, #442c5e));
  background-image: -webkit-linear-gradient(#584974, #442c5e);
  background-image: linear-gradient(#584974, #442c5e);
  padding: 5px 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #38363a;
  background-clip: padding-box;
  padding: 7px 20px;
  margin: 5px 0;
  font-weight: bold;
  color: #584974;
  color: #f3f4f6;
}

/* line 224, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
form fieldset.actions input:hover:not(:disabled) {
  border: 1px solid #28272b;
  border-color: #28272b #19141f #0d0812;
  box-shadow: inset 0 1px 0 0 #5f507c;
  cursor: pointer;
  background-color: #4d4066;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4066), color-stop(100%, #372d41));
  background-image: -webkit-linear-gradient(#4d4066, #372d41);
  background-image: linear-gradient(#4d4066, #372d41);
  text-shadow: 0 -1px 1px #25202d;
  background-clip: padding-box;
}

/* line 252, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
form fieldset.actions input:active:not(:disabled) {
  background: #443e4c;
  border: 1px solid #120e16;
  border-bottom: 1px solid #100b14;
  box-shadow: inset 0 0 6px 3px #281e31, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #27242c;
}

/* line 38, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
form fieldset.actions input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 158, app/assets/stylesheets/forms.css.scss */
form fieldset.actions a {
  border: 1px solid #d9d9d9;
  border-color: #d9d9d9 #c9c9c9 #bbbcbf;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 white, 0 1px 2px 0 #b3b3b3;
  color: #333333;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dee2ed));
  background-image: -webkit-linear-gradient(white, #dee2ed);
  background-image: linear-gradient(white, #dee2ed);
  padding: 5px 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px white;
  background-clip: padding-box;
  padding: 7px 20px;
  margin: 5px 0;
  font-weight: bold;
  color: #584974;
}

/* line 224, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
form fieldset.actions a:hover:not(:disabled) {
  border: 1px solid #c9c9c9;
  border-color: #c9c9c9 #b2b7c3 #97a2c4;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
  background-color: #f2f3f5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f3f5), color-stop(100%, #d3d5dc));
  background-image: -webkit-linear-gradient(#f2f3f5, #d3d5dc);
  background-image: linear-gradient(#f2f3f5, #d3d5dc);
  text-shadow: 0 -1px 1px #c2c5cc;
  background-clip: padding-box;
}

/* line 252, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
form fieldset.actions a:active:not(:disabled) {
  background: #e5e5e6;
  border: 1px solid #a9aebc;
  border-bottom: 1px solid #a0a6c0;
  box-shadow: inset 0 0 6px 3px #bfc3d1, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #c7c8c9;
}

/* line 38, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
form fieldset.actions a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 163, app/assets/stylesheets/forms.css.scss */
form .inline-hints {
  font-style: italic;
}

/* line 168, app/assets/stylesheets/forms.css.scss */
form.history,
form.filter_form {
  margin-bottom: 5px;
  margin-right: 20px;
  float: left;
}

/* line 174, app/assets/stylesheets/forms.css.scss */
form.history div.input,
form.filter_form div.input {
  display: inline;
  margin-right: 5px;
}

/* line 178, app/assets/stylesheets/forms.css.scss */
form.history div.input input,
form.filter_form div.input input {
  border-radius: 3px;
  border: 1px solid #c7c8cc;
  padding: 4px 5px;
}

/* line 184, app/assets/stylesheets/forms.css.scss */
form.history div.input.number input,
form.filter_form div.input.number input {
  width: 30px;
}

/* line 189, app/assets/stylesheets/forms.css.scss */
form.history label,
form.filter_form label {
  font-weight: bold;
  color: #5e6469;
}

/* line 195, app/assets/stylesheets/forms.css.scss */
form.history .action input,
form.filter_form .action input {
  border: 1px solid #d9d9d9;
  border-color: #d9d9d9 #c9c9c9 #bbbcbf;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 white, 0 1px 2px 0 #b3b3b3;
  color: #333333;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dee2ed));
  background-image: -webkit-linear-gradient(white, #dee2ed);
  background-image: linear-gradient(white, #dee2ed);
  padding: 5px 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px white;
  background-clip: padding-box;
  padding: 7px 20px;
  margin: 5px 0;
  font-weight: bold;
  color: #584974;
  text-shadow: white 0 0.2em 0.1em;
  padding: 5px 10px;
  color: #686d71;
}

/* line 224, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
form.history .action input:hover:not(:disabled),
form.filter_form .action input:hover:not(:disabled) {
  border: 1px solid #c9c9c9;
  border-color: #c9c9c9 #b2b7c3 #97a2c4;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
  background-color: #f2f3f5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f3f5), color-stop(100%, #d3d5dc));
  background-image: -webkit-linear-gradient(#f2f3f5, #d3d5dc);
  background-image: linear-gradient(#f2f3f5, #d3d5dc);
  text-shadow: 0 -1px 1px #c2c5cc;
  background-clip: padding-box;
}

/* line 252, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
form.history .action input:active:not(:disabled),
form.filter_form .action input:active:not(:disabled) {
  background: #e5e5e6;
  border: 1px solid #a9aebc;
  border-bottom: 1px solid #a0a6c0;
  box-shadow: inset 0 0 6px 3px #bfc3d1, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #c7c8c9;
}

/* line 38, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
form.history .action input:disabled,
form.filter_form .action input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 208, app/assets/stylesheets/forms.css.scss */
.ui-dialog fieldset.inputs ol li input,
.ui-dialog fieldset.inputs ol li textarea {
  width: 75%;
}

/* line 218, app/assets/stylesheets/forms.css.scss */
.panel fieldset.inputs {
  box-shadow: none;
}

/* line 223, app/assets/stylesheets/forms.css.scss */
form.travel_card li.details {
  padding: 0;
}

/* line 1, app/assets/stylesheets/companies.css.scss */
form.company textarea#company_business_rep {
  height: 40px;
}

/* line 3, app/assets/stylesheets/deposits.css.scss */
form.deposit #deposit_payment_batches_input ol, form.deposit #deposit_merchandise_sales_input ol {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
}

/* line 7, app/assets/stylesheets/deposits.css.scss */
form.deposit #deposit_payment_batches_input li, form.deposit #deposit_merchandise_sales_input li {
  width: 300px;
  border-bottom: 1px solid #d6dae0;
}

/* line 10, app/assets/stylesheets/deposits.css.scss */
form.deposit #deposit_payment_batches_input li a.remove, form.deposit #deposit_merchandise_sales_input li a.remove {
  float: right;
}

/* line 12, app/assets/stylesheets/deposits.css.scss */
form.deposit #deposit_payment_batches_input li a.remove img, form.deposit #deposit_merchandise_sales_input li a.remove img {
  width: 10px;
}

/* line 1, app/assets/stylesheets/due_summaries.css.scss */
#due-summary-totals {
  font-weight: bold;
}

/* line 4, app/assets/stylesheets/due_summaries.css.scss */
#due-summary-totals .value {
  font-weight: normal;
}

/* line 2, app/assets/stylesheets/field_offices.css.scss */
form.field_office li {
  clear: none;
}

/* line 6, app/assets/stylesheets/field_offices.css.scss */
form.field_office .search {
  background: white;
  margin-left: 20px;
}

/* line 2, app/assets/stylesheets/job_skills.css.scss */
.job-skills table.sortable th.name {
  width: 50%;
}

/* line 2, app/assets/stylesheets/list_tables.css.scss */
table.list tr:hover td {
  background-color: #fcfbf1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfbf1), color-stop(100%, #faf6e3));
  background-image: -webkit-linear-gradient(#fcfbf1, #faf6e3);
  background-image: linear-gradient(#fcfbf1, #faf6e3);
}

/* line 6, app/assets/stylesheets/list_tables.css.scss */
table.list tr.selectable:hover td.clickable {
  background-color: #f7f1d3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f1d3), color-stop(100%, #f5edc5));
  background-image: -webkit-linear-gradient(#f7f1d3, #f5edc5);
  background-image: linear-gradient(#f7f1d3, #f5edc5);
  cursor: pointer;
  text-decoration: underline;
}

/* line 11, app/assets/stylesheets/list_tables.css.scss */
table.list tr.selectable:hover td.clickable .label {
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/list_tables.css.scss */
.qtip-tipsy {
  background: #584974;
}

/* line 22, app/assets/stylesheets/list_tables.css.scss */
.mailings.list .num {
  text-align: right;
}

/* line 25, app/assets/stylesheets/list_tables.css.scss */
.mailings.list .unconfirmed {
  font-weight: bold;
  color: #b33c33;
  text-transform: uppercase;
}

/* line 30, app/assets/stylesheets/list_tables.css.scss */
.mailings.list .labels {
  min-width: 5em;
}

/* line 33, app/assets/stylesheets/list_tables.css.scss */
.mailings.list .actions {
  min-width: 8em;
}

/* line 36, app/assets/stylesheets/list_tables.css.scss */
.mailings.list .email {
  min-width: 4em;
}

/* line 38, app/assets/stylesheets/list_tables.css.scss */
.mailings.list .email a {
  display: block;
}

/* line 44, app/assets/stylesheets/list_tables.css.scss */
.status-changes.list {
  clear: left;
}

/* line 1, app/assets/stylesheets/mailings.css.scss */
textarea.address-list {
  display: none;
}

/* line 1, app/assets/stylesheets/members.css.scss */
p.hours_total {
  float: right;
  margin: 0;
  font-weight: bold;
}

/* line 7, app/assets/stylesheets/members.css.scss */
table.apprenticeship_times .hours {
  text-align: right;
}

/* line 11, app/assets/stylesheets/members.css.scss */
tr.transferred_from a.button {
  right: 20px;
  position: absolute;
}

/* line 1, app/assets/stylesheets/member_auto_status_changes.css.scss */
.list span.ow-months.neg {
  color: red;
}

/* line 2, app/assets/stylesheets/role_permissions.css.scss */
form .role-permissions {
  *zoom: 1;
}

/* line 17, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
form .role-permissions:before, form .role-permissions:after {
  content: " ";
  display: table;
}

/* line 23, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
form .role-permissions:after {
  clear: both;
}

/* line 5, app/assets/stylesheets/role_permissions.css.scss */
form .role-permissions select {
  float: right;
}

/* line 9, app/assets/stylesheets/role_permissions.css.scss */
form .role-permissions label {
  float: none;
  margin-right: 10px;
}

/* line 14, app/assets/stylesheets/role_permissions.css.scss */
form .role-permissions ol {
  float: left;
}

/* line 17, app/assets/stylesheets/role_permissions.css.scss */
form .role-permissions ol li {
  border-bottom: 1px solid #c8cdd6;
}

/* line 20, app/assets/stylesheets/role_permissions.css.scss */
form .role-permissions ol li:last-child, form .role-permissions ol li li {
  border: none;
}

/* line 24, app/assets/stylesheets/role_permissions.css.scss */
form .role-permissions ol li ol {
  margin-top: 10px;
  margin-right: 10px;
  border: 1px solid #d6dae0;
  background: #f9fafb;
  border-radius: 4px;
}

/* line 32, app/assets/stylesheets/role_permissions.css.scss */
form .role-permissions ol li.permission-type {
  background-color: #f3f4f6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f4f6), color-stop(100%, #dfe2e7));
  background-image: -webkit-linear-gradient(#f3f4f6, #dfe2e7);
  background-image: linear-gradient(#f3f4f6, #dfe2e7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1px #FFF inset;
  text-shadow: white 0 0.2em 0.1em;
  border: 1px solid #c8cdd6;
  border-bottom-color: #b9c0cb;
}

/* line 39, app/assets/stylesheets/role_permissions.css.scss */
form .role-permissions .custom-permissions {
  clear: both;
  *zoom: 1;
}

/* line 17, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
form .role-permissions .custom-permissions:before, form .role-permissions .custom-permissions:after {
  content: " ";
  display: table;
}

/* line 23, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
form .role-permissions .custom-permissions:after {
  clear: both;
}

/* line 47, app/assets/stylesheets/role_permissions.css.scss */
table.role-permissions td {
  padding: 2px 10px;
}

/* line 50, app/assets/stylesheets/role_permissions.css.scss */
table.role-permissions td.name {
  font-weight: bold;
}

/* line 54, app/assets/stylesheets/role_permissions.css.scss */
table.role-permissions td.type {
  font-style: italic;
}

/* line 1, app/assets/stylesheets/phones.css.scss */
.nested-fields.phone {
  padding: 0;
}

/* line 4, app/assets/stylesheets/phones.css.scss */
.nested-fields.phone label {
  display: none;
}

/* line 7, app/assets/stylesheets/phones.css.scss */
.nested-fields.phone ol {
  display: inline-block;
}

/* line 9, app/assets/stylesheets/phones.css.scss */
.nested-fields.phone ol li {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/payments.css.scss */
p.dues_total,
p.payments_total {
  float: right;
  margin: 0;
  font-weight: bold;
}

/* line 8, app/assets/stylesheets/payments.css.scss */
.batch_status {
  margin-bottom: 15px;
}

/* line 10, app/assets/stylesheets/payments.css.scss */
.batch_status h1 {
  display: inline-block;
  margin: 0;
}

/* line 15, app/assets/stylesheets/payments.css.scss */
.batch_status a.button {
  margin: 0 5px;
  float: right;
}

/* line 22, app/assets/stylesheets/payments.css.scss */
table.company_payment_batch td.filler,
table.company_payment_batch tr:hover td.filler {
  background: #fff;
  border-bottom: 1px solid #fff;
}

/* line 28, app/assets/stylesheets/payments.css.scss */
table.company_payment_batch tr.member td {
  border-top: 2px solid #888;
  vertical-align: middle;
}

/* line 33, app/assets/stylesheets/payments.css.scss */
table.company_payment_batch td.name {
  font-weight: bold;
}

/* line 36, app/assets/stylesheets/payments.css.scss */
table.company_payment_batch td.name img.warning {
  margin-top: -3px;
}

/* line 41, app/assets/stylesheets/payments.css.scss */
table.company_payment_batch tr.member > td.name {
  font-size: larger;
  border-bottom: 1px solid white;
}

/* line 46, app/assets/stylesheets/payments.css.scss */
table.company_payment_batch tr.due > td.name {
  border-left: 1px solid #dfe2e7;
}

/* line 50, app/assets/stylesheets/payments.css.scss */
table.company_payment_batch th.total,
table.company_payment_batch td.total {
  text-align: right;
}

/* line 55, app/assets/stylesheets/payments.css.scss */
table.company_payment_batch td.hours label {
  font-weight: bold;
}

/* line 59, app/assets/stylesheets/payments.css.scss */
table.company_payment_batch a.button {
  margin: 0;
  padding: 3px 10px;
}

/* line 64, app/assets/stylesheets/payments.css.scss */
table.company_payment_batch img {
  vertical-align: middle;
}

/* line 68, app/assets/stylesheets/payments.css.scss */
table.company_payment_batch input {
  margin: 0;
}

/* line 72, app/assets/stylesheets/payments.css.scss */
table.company_payment_batch .button.disabled {
  cursor: default;
  color: #a598be;
}

/* line 76, app/assets/stylesheets/payments.css.scss */
table.company_payment_batch .button.disabled:hover {
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(white, #e6e6e6);
  background-image: linear-gradient(white, #e6e6e6);
  text-shadow: none;
  box-shadow: inset 0 1px 0 0 white, 0 1px 2px 0 #b3b3b3;
  border-color: #d9d9d9 #c9c9c9 #bdbdbd;
}

/* line 87, app/assets/stylesheets/payments.css.scss */
table.payment_batch_members td img {
  margin-top: -2px;
}

/* line 91, app/assets/stylesheets/payments.css.scss */
.grand-total {
  float: right;
  text-align: right;
  font-size: larger;
  font-weight: bold;
}

/* line 97, app/assets/stylesheets/payments.css.scss */
.grand-total .total {
  font-weight: normal;
}

/* line 103, app/assets/stylesheets/payments.css.scss */
div#payment_batches form {
  margin: 8px 2em 8px 0;
}

/* line 110, app/assets/stylesheets/payments.css.scss */
#load_members_from_collective_agreement_modal ul {
  list-style: none;
}

/* line 114, app/assets/stylesheets/payments.css.scss */
#load_members_from_collective_agreement_modal .button {
  float: right;
  margin-left: 10px;
}

/* line 120, app/assets/stylesheets/payments.css.scss */
.warning-label {
  display: inline-block;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  text-decoration: none;
  background: #f0ad4e;
}

/* line 136, app/assets/stylesheets/payments.css.scss */
#payment_batches .preauthorized_payment_widget {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #686d71;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  border-radius: 2px;
}

/* line 146, app/assets/stylesheets/payments.css.scss */
#payment_batches .preauthorized_payment_widget .heading {
  font-weight: bold;
}

/* line 150, app/assets/stylesheets/payments.css.scss */
#payment_batches .preauthorized_payment_widget form {
  margin: 0;
  padding: 0;
}

/* line 155, app/assets/stylesheets/payments.css.scss */
#payment_batches .preauthorized_payment_widget .delete_button {
  height: 16px;
}

/* line 3, app/assets/stylesheets/out_of_work_lists.css.scss */
.ui-dialog .ui-dialog-title {
  font-weight: bold;
}

/* line 7, app/assets/stylesheets/out_of_work_lists.css.scss */
.ui-dialog .ui-dialog-titlebar-close {
  font-size: 0;
  border: 1px solid #cccccc;
  background: none;
  box-shadow: none;
  margin: -10px 0 0 0;
  padding: 1px;
  right: 4px;
}

/* line 16, app/assets/stylesheets/out_of_work_lists.css.scss */
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  background-image: url(/assets/images/ui-icons_888888_256x240-42393eae298d8afe2c78cd1caf6a1abfecc8201d7adf92c594e386f8f10cf987.png);
}

/* line 20, app/assets/stylesheets/out_of_work_lists.css.scss */
.ui-dialog .ui-dialog-titlebar-close:hover {
  border-color: #999999;
  background: #dadada;
}

/* line 24, app/assets/stylesheets/out_of_work_lists.css.scss */
.ui-dialog .ui-dialog-titlebar-close:hover .ui-icon {
  background-image: url(/assets/images/ui-icons_454545_256x240-989d471b55541d188455465047133795033ae7d4e2b929b2daac08112ac1c3bd.png);
}

/* line 31, app/assets/stylesheets/out_of_work_lists.css.scss */
#filter-container ul {
  border: 1px solid #ddd;
  overflow: auto;
  max-height: 200px;
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}

/* line 39, app/assets/stylesheets/out_of_work_lists.css.scss */
#filter-container ul.ui-tabs-nav {
  background: none;
  border: none;
  border-bottom: 1px solid #ced2da;
  height: auto;
  padding: 0;
}

/* line 46, app/assets/stylesheets/out_of_work_lists.css.scss */
#filter-container ul.ui-tabs-nav li {
  margin-right: 15px;
  margin-bottom: 0;
}

/* line 49, app/assets/stylesheets/out_of_work_lists.css.scss */
#filter-container ul.ui-tabs-nav li a {
  background: #eee;
  border-radius: 4px 4px 0 0;
}

/* line 54, app/assets/stylesheets/out_of_work_lists.css.scss */
#filter-container ul.ui-tabs-nav li.ui-state-active a {
  background: #ced2da;
}

/* line 61, app/assets/stylesheets/out_of_work_lists.css.scss */
#filter-container input.button {
  border: 1px solid #383838;
  border-color: #383838 #29282a #1c191f;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 #685888, 0 1px 2px 0 #b3b3b3;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  background-color: #584974;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #584974), color-stop(100%, #442c5e));
  background-image: -webkit-linear-gradient(#584974, #442c5e);
  background-image: linear-gradient(#584974, #442c5e);
  padding: 5px 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #38363a;
  background-clip: padding-box;
  padding: 7px 20px;
  margin: 5px 0;
  font-weight: bold;
  color: #584974;
  color: #f3f4f6;
  margin-right: 10px;
}

/* line 224, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
#filter-container input.button:hover:not(:disabled) {
  border: 1px solid #28272b;
  border-color: #28272b #19141f #0d0812;
  box-shadow: inset 0 1px 0 0 #5f507c;
  cursor: pointer;
  background-color: #4d4066;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4066), color-stop(100%, #372d41));
  background-image: -webkit-linear-gradient(#4d4066, #372d41);
  background-image: linear-gradient(#4d4066, #372d41);
  text-shadow: 0 -1px 1px #25202d;
  background-clip: padding-box;
}

/* line 252, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
#filter-container input.button:active:not(:disabled) {
  background: #443e4c;
  border: 1px solid #120e16;
  border-bottom: 1px solid #100b14;
  box-shadow: inset 0 0 6px 3px #281e31, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #27242c;
}

/* line 38, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
#filter-container input.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 69, app/assets/stylesheets/out_of_work_lists.css.scss */
#experience_level_filter label, #member_filter label {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
  color: #5E6469;
  text-transform: uppercase;
}

/* line 77, app/assets/stylesheets/out_of_work_lists.css.scss */
#experience_level_filter input.button, #member_filter input.button {
  display: block;
}

/* line 83, app/assets/stylesheets/out_of_work_lists.css.scss */
#out_of_work_list_search ol.job-class-filters {
  padding: 0;
}

/* line 86, app/assets/stylesheets/out_of_work_lists.css.scss */
#out_of_work_list_search ol.job-class-filters h4 {
  margin: 0;
  color: #686d71;
  text-transform: uppercase;
  font-size: 8pt;
}

/* line 94, app/assets/stylesheets/out_of_work_lists.css.scss */
#out_of_work_list_search li.boolean label {
  margin: 0;
  padding: 0;
}

/* line 99, app/assets/stylesheets/out_of_work_lists.css.scss */
#out_of_work_list_search ul {
  list-style: square;
}

/* line 105, app/assets/stylesheets/out_of_work_lists.css.scss */
#out-of-work-lists .search-content {
  margin-right: 350px;
}

/* line 108, app/assets/stylesheets/out_of_work_lists.css.scss */
#out-of-work-lists .search {
  width: 320px;
}

/* line 2, app/assets/stylesheets/training.css.scss */
p.payments_total .amount-remaining {
  color: green;
}

/* line 6, app/assets/stylesheets/training.css.scss */
p.payments_total .amount-exceeded {
  color: red;
}

/* line 1, app/assets/stylesheets/employments.css.scss */
#employments.tab a.button {
  margin-bottom: 15px;
}

/* line 6, app/assets/stylesheets/employments.css.scss */
form.employment fieldset.inputs ol li.perform-local-change label,
form.employment fieldset.inputs ol li#employment_remove_from_owls_input label {
  color: red;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/pagination.css.scss */
.paginated_collection_contents {
  clear: both;
}

/* line 5, app/assets/stylesheets/pagination.css.scss */
.pagination {
  float: right;
  font-size: 0.7em;
  margin: 0 0 10px 10px;
}

/* line 10, app/assets/stylesheets/pagination.css.scss */
.pagination a {
  border: 1px solid #d9d9d9;
  border-color: #d9d9d9 #c9c9c9 #bbbcbf;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 white, 0 1px 2px 0 #b3b3b3;
  color: #333333;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dee2ed));
  background-image: -webkit-linear-gradient(white, #dee2ed);
  background-image: linear-gradient(white, #dee2ed);
  padding: 5px 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px white;
  background-clip: padding-box;
  padding: 7px 20px;
  margin: 5px 0;
  font-weight: bold;
  color: #584974;
  font-weight: normal;
}

/* line 224, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
.pagination a:hover:not(:disabled) {
  border: 1px solid #c9c9c9;
  border-color: #c9c9c9 #b2b7c3 #97a2c4;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
  background-color: #f2f3f5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f3f5), color-stop(100%, #d3d5dc));
  background-image: -webkit-linear-gradient(#f2f3f5, #d3d5dc);
  background-image: linear-gradient(#f2f3f5, #d3d5dc);
  text-shadow: 0 -1px 1px #c2c5cc;
  background-clip: padding-box;
}

/* line 252, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
.pagination a:active:not(:disabled) {
  background: #e5e5e6;
  border: 1px solid #a9aebc;
  border-bottom: 1px solid #a0a6c0;
  box-shadow: inset 0 0 6px 3px #bfc3d1, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #c7c8c9;
}

/* line 38, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
.pagination a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 15, app/assets/stylesheets/pagination.css.scss */
.pagination span.page.current {
  border: 1px solid #383838;
  border-color: #383838 #29282a #1c191f;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 #685888, 0 1px 2px 0 #b3b3b3;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  background-color: #584974;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #584974), color-stop(100%, #442c5e));
  background-image: -webkit-linear-gradient(#584974, #442c5e);
  background-image: linear-gradient(#584974, #442c5e);
  padding: 5px 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #38363a;
  background-clip: padding-box;
  padding: 7px 20px;
  margin: 5px 0;
  font-weight: bold;
  color: #584974;
  font-weight: normal;
  color: #f3f4f6;
}

/* line 224, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
.pagination span.page.current:hover:not(:disabled) {
  border: 1px solid #28272b;
  border-color: #28272b #19141f #0d0812;
  box-shadow: inset 0 1px 0 0 #5f507c;
  cursor: pointer;
  background-color: #4d4066;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4066), color-stop(100%, #372d41));
  background-image: -webkit-linear-gradient(#4d4066, #372d41);
  background-image: linear-gradient(#4d4066, #372d41);
  text-shadow: 0 -1px 1px #25202d;
  background-clip: padding-box;
}

/* line 252, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
.pagination span.page.current:active:not(:disabled) {
  background: #443e4c;
  border: 1px solid #120e16;
  border-bottom: 1px solid #100b14;
  box-shadow: inset 0 0 6px 3px #281e31, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #27242c;
}

/* line 38, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
.pagination span.page.current:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 21, app/assets/stylesheets/pagination.css.scss */
.pagination a, .pagination span.page.current {
  border-radius: 0;
  margin-right: 4px;
  padding: 2px 5px;
}

/* line 28, app/assets/stylesheets/pagination.css.scss */
.pagination_information {
  float: right;
  margin-bottom: 5px;
  color: #b3bcc1;
}

/* line 32, app/assets/stylesheets/pagination.css.scss */
.pagination_information b {
  color: #5c6469;
}

/* line 35, app/assets/stylesheets/pagination.css.scss */
.download_links {
  float: left;
}

/* line 2, app/assets/stylesheets/reports.css.scss */
form li.mailing {
  font-size: 140%;
}

/* line 5, app/assets/stylesheets/reports.css.scss */
form li.mailing b {
  text-transform: uppercase;
}

/* line 9, app/assets/stylesheets/reports.css.scss */
form li.mailing input {
  vertical-align: middle;
  margin-bottom: 6px;
}

/* line 15, app/assets/stylesheets/reports.css.scss */
form li.member-selector {
  text-align: center;
  padding-bottom: 0;
}

/* line 19, app/assets/stylesheets/reports.css.scss */
form li.member-selector a {
  margin: 0 5px;
}

/* line 24, app/assets/stylesheets/reports.css.scss */
form div.select-links {
  text-align: center;
}

/* line 27, app/assets/stylesheets/reports.css.scss */
form div.select-links a {
  margin: 5px;
  padding: 4px 20px;
}

/* line 33, app/assets/stylesheets/reports.css.scss */
form table#member-ids, form table#resource-ids {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 39, app/assets/stylesheets/reports.css.scss */
form table#member-ids label, form table#resource-ids label {
  float: none;
  width: auto;
  font-weight: normal;
  text-transform: none;
}

/* line 45, app/assets/stylesheets/reports.css.scss */
form table#member-ids label input, form table#resource-ids label input {
  width: auto;
}

/* line 50, app/assets/stylesheets/reports.css.scss */
form table#member-ids .local, form table#resource-ids .local {
  padding-right: 0.5em;
  color: #a598be;
}

/* line 57, app/assets/stylesheets/reports.css.scss */
form.mailing ul#members, form.mailing ul#resources {
  column-count: 5;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  list-style: none;
}

/* line 61, app/assets/stylesheets/reports.css.scss */
form.mailing ul#members.companies, form.mailing ul#resources.companies {
  column-count: 4;
  -webkit-column-count: 4;
  -moz-column-count: 4;
}

/* line 65, app/assets/stylesheets/reports.css.scss */
form.mailing ul#members li, form.mailing ul#resources li {
  padding: 0;
}

/* line 68, app/assets/stylesheets/reports.css.scss */
form.mailing ul#members li a, form.mailing ul#resources li a {
  float: left;
  padding-right: 5px;
}

/* line 74, app/assets/stylesheets/reports.css.scss */
form.mailing ul#members input, form.mailing ul#resources input {
  width: auto;
  display: none;
}

/* line 83, app/assets/stylesheets/reports.css.scss */
table.mailings .recipient-type {
  color: #BBB;
  font-style: italic;
}

/* line 89, app/assets/stylesheets/reports.css.scss */
ul.print-list {
  list-style: none;
  padding: 0;
}

/* line 1, app/assets/stylesheets/search.css.scss */
div.search {
  float: right;
  width: 270px;
  background: #f3f4f6;
  border-radius: 4px;
  box-shadow: 0 1px 4px #d6dae0 inset;
}

/* line 9, app/assets/stylesheets/search.css.scss */
div.search h3 {
  background-color: #f3f4f6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f4f6), color-stop(100%, #dfe2e7));
  background-image: -webkit-linear-gradient(#f3f4f6, #dfe2e7);
  background-image: linear-gradient(#f3f4f6, #dfe2e7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1px #FFF inset;
  text-shadow: white 0 0.2em 0.1em;
  border: 1px solid #c8cdd6;
  border-bottom-color: #b9c0cb;
  padding: 5px 10px;
  margin: 0;
  font-size: 1em;
}

/* line 16, app/assets/stylesheets/search.css.scss */
div.search label {
  display: block;
  float: none;
  width: auto;
  font-size: 8pt;
}

/* line 23, app/assets/stylesheets/search.css.scss */
div.search li {
  padding: 0 2px;
}

/* line 27, app/assets/stylesheets/search.css.scss */
div.search fieldset.inputs {
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/search.css.scss */
div.search fieldset.inputs input {
  margin-top: 0;
  padding: 4px 10px 3px;
  width: 220px;
}

/* line 39, app/assets/stylesheets/search.css.scss */
div.search fieldset.actions {
  padding: 0 10px;
}

/* line 43, app/assets/stylesheets/search.css.scss */
div.search fieldset li {
  padding: 0;
}

/* line 46, app/assets/stylesheets/search.css.scss */
div.search fieldset li .choices-group label {
  padding: 0;
  font-weight: normal;
  text-transform: none;
}

/* line 54, app/assets/stylesheets/search.css.scss */
form li.search {
  box-shadow: 0 1px 4px #9ca5b5 inset;
  padding: 0;
  background: white;
}

/* line 59, app/assets/stylesheets/search.css.scss */
form li.search h3 {
  background-color: #645383;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #645383), color-stop(100%, #473c5e));
  background-image: -webkit-linear-gradient(#645383, #473c5e);
  background-image: linear-gradient(#645383, #473c5e);
  text-shadow: black 0 2px 1px;
  border-bottom: 1px solid #3e3451;
  color: #CDCDCD;
}

/* line 63, app/assets/stylesheets/search.css.scss */
form li.search fieldset {
  border: none;
}

/* line 66, app/assets/stylesheets/search.css.scss */
form li.search fieldset.actions {
  display: none;
}

/* line 73, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search {
  box-shadow: none;
  *zoom: 1;
  float: none;
}

/* line 17, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.ui-dialog div.search:before, .ui-dialog div.search:after {
  content: " ";
  display: table;
}

/* line 23, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_clearfix.scss */
.ui-dialog div.search:after {
  clear: both;
}

/* line 78, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search a {
  float: right;
}

/* line 82, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .filter {
  position: relative;
  width: 250px;
  height: 100%;
}

/* line 87, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .filter fieldset {
  border: none;
}

/* line 90, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .filter fieldset.actions {
  display: none;
}

/* line 94, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .filter fieldset ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 99, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .filter fieldset ol label {
  font-weight: bold;
  color: #5E6469;
  text-transform: uppercase;
}

/* line 105, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .filter fieldset ol input {
  border-radius: 3px;
  border: 1px solid #C7C8CC;
  padding: 4px 5px 3px;
}

/* line 114, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .filter li.check_boxes fieldset {
  margin: 0 10px 0 0;
  width: 75%;
  border: 1px solid #C7C8CC;
}

/* line 119, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .filter li.check_boxes fieldset .choices-group label {
  font-weight: normal;
  text-transform: none;
}

/* line 125, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .filter li.check_boxes input {
  width: auto;
}

/* line 131, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .results {
  position: absolute;
  width: 200px;
  padding-right: 10px;
  top: 0;
  bottom: 0;
  right: 0;
}

/* line 139, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .results ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 3px;
  border: 1px solid #C7C8CC;
}

/* line 147, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .results ol li:hover {
  background: #f3f4f6;
  cursor: pointer;
}

/* line 152, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .results ol li.selected {
  background: #584974;
  color: white;
}

/* line 160, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .results h4 {
  margin: 5px 0;
  font-weight: bold;
  color: #5E6469;
  text-transform: uppercase;
}

/* line 167, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .results .actions {
  position: absolute;
  bottom: 6px;
  right: 10px;
}

/* line 172, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .results .actions a {
  float: right;
  margin-right: 10px;
}

/* line 177, app/assets/stylesheets/search.css.scss */
.ui-dialog div.search .results .actions input {
  float: right;
  border: 1px solid #383838;
  border-color: #383838 #29282a #1c191f;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 #685888, 0 1px 2px 0 #b3b3b3;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  background-color: #584974;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #584974), color-stop(100%, #442c5e));
  background-image: -webkit-linear-gradient(#584974, #442c5e);
  background-image: linear-gradient(#584974, #442c5e);
  padding: 5px 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #38363a;
  background-clip: padding-box;
  padding: 7px 20px;
  margin: 5px 0;
  font-weight: bold;
  color: #584974;
  color: #f3f4f6;
}

/* line 224, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
.ui-dialog div.search .results .actions input:hover:not(:disabled) {
  border: 1px solid #28272b;
  border-color: #28272b #19141f #0d0812;
  box-shadow: inset 0 1px 0 0 #5f507c;
  cursor: pointer;
  background-color: #4d4066;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4066), color-stop(100%, #372d41));
  background-image: -webkit-linear-gradient(#4d4066, #372d41);
  background-image: linear-gradient(#4d4066, #372d41);
  text-shadow: 0 -1px 1px #25202d;
  background-clip: padding-box;
}

/* line 252, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
.ui-dialog div.search .results .actions input:active:not(:disabled) {
  background: #443e4c;
  border: 1px solid #120e16;
  border-bottom: 1px solid #100b14;
  box-shadow: inset 0 0 6px 3px #281e31, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #27242c;
}

/* line 38, ../../../usr/local/bundle/gems/bourbon-3.1.8/app/assets/stylesheets/addons/_button.scss */
.ui-dialog div.search .results .actions input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 189, app/assets/stylesheets/search.css.scss */
.ui-dialog #member-search li.check_boxes legend label {
  font-size: 10pt;
}

/* line 193, app/assets/stylesheets/search.css.scss */
.ui-dialog #member-search li.check_boxes ol li {
  padding: 0;
}

/* line 196, app/assets/stylesheets/search.css.scss */
.ui-dialog #member-search li.check_boxes ol li label {
  font-weight: normal;
  text-transform: none;
}

/* line 203, app/assets/stylesheets/search.css.scss */
.ui-dialog #member-search span.eg {
  display: block;
  font-weight: normal;
  text-transform: none;
  font-size: smaller;
  padding: 0;
  color: #9ba0a3;
}

/* line 213, app/assets/stylesheets/search.css.scss */
.ui-dialog .ui-dialog-titlebar-close span {
  margin-left: -8px;
  margin-top: -8px;
}

/* line 219, app/assets/stylesheets/search.css.scss */
.resource_picker .resource-name {
  font-weight: bold;
  margin-right: 10px;
}

/* line 224, app/assets/stylesheets/search.css.scss */
.search-content {
  margin-right: 300px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 125, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, ../../../usr/local/bundle/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 * 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 vendor/assets/stylesheets of plugins, if any, 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 */
