/*!
 * jQuery UI CSS Framework 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 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-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

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


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


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

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 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: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{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 {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{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 {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(/assets/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{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);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For 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_222222_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}
/*!
 * jQuery UI Datepicker 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 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: 49%;
}
.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;
}
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
body {
  margin: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
[hidden], template {
  display: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a {
  background: transparent;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a:active, a:hover {
  outline: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
b, strong {
  font-weight: bold;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
dfn {
  font-style: italic;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
mark {
  background: #ff0;
  color: #000;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
small {
  font-size: 80%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
sup {
  top: -0.5em;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
sub {
  bottom: -0.25em;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
img {
  border: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
svg:not(:root) {
  overflow: hidden;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
figure {
  margin: 1em 40px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
pre {
  overflow: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
button {
  overflow: visible;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
button, select {
  text-transform: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
input {
  line-height: normal;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
legend {
  border: 0;
  padding: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
textarea {
  overflow: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
optgroup {
  font-weight: bold;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
td, th {
  padding: 0;
}

@media print {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  thead {
    display: table-header-group;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  img {
    max-width: 100% !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  select {
    background: #fff !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar {
    display: none;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .table td, .table th {
    background-color: #fff !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .label {
    border: 1px solid #000;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .table {
    border-collapse: collapse !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
figure {
  margin: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
img {
  vertical-align: middle;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.img-rounded {
  border-radius: 6px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.img-circle {
  border-radius: 50%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
h1, .h1 {
  font-size: 36px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
h2, .h2 {
  font-size: 30px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
h3, .h3 {
  font-size: 24px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
h4, .h4 {
  font-size: 18px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
h5, .h5 {
  font-size: 14px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
h6, .h6 {
  font-size: 12px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
p {
  margin: 0 0 10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .lead {
    font-size: 21px;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
small, .small {
  font-size: 85%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
cite {
  font-style: normal;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.text-left {
  text-align: left;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.text-right {
  text-align: right;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.text-center {
  text-align: center;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.text-justify {
  text-align: justify;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.text-muted {
  color: #999;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.text-primary {
  color: #428bca;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.text-primary:hover {
  color: #3071a9;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.text-success {
  color: #3c763d;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.text-success:hover {
  color: #2b542c;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.text-info {
  color: #31708f;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.text-info:hover {
  color: #245269;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.text-warning {
  color: #8a6d3b;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.text-warning:hover {
  color: #66512c;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.text-danger {
  color: #a94442;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.text-danger:hover {
  color: #843534;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.bg-primary {
  color: #fff;
  background-color: #428bca;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.bg-primary:hover {
  background-color: #3071a9;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.bg-success {
  background-color: #dff0d8;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.bg-info {
  background-color: #d9edf7;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.bg-danger {
  background-color: #f2dede;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
dt, dd {
  line-height: 1.42857143;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
dt {
  font-weight: bold;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: '';
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
blockquote:before, blockquote:after {
  content: "";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .container {
    width: 1140px;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.row {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-12 {
  width: 100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-9 {
  width: 75%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-6 {
  width: 50%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-3 {
  width: 25%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-pull-12 {
  right: 100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-pull-9 {
  right: 75%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-pull-6 {
  right: 50%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-pull-3 {
  right: 25%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-pull-0 {
  right: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-push-12 {
  left: 100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-push-9 {
  left: 75%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-push-6 {
  left: 50%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-push-3 {
  left: 25%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-push-0 {
  left: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-12 {
    width: 100%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-9 {
    width: 75%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-6 {
    width: 50%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-3 {
    width: 25%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-pull-0 {
    right: 0;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-push-0 {
    left: 0;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-12 {
    width: 100%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-9 {
    width: 75%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-6 {
    width: 50%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-3 {
    width: 25%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-pull-0 {
    right: 0;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-push-0 {
    left: 0;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-12 {
    width: 100%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-9 {
    width: 75%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-6 {
    width: 50%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-3 {
    width: 25%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-pull-0 {
    right: 0;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-push-0 {
    left: 0;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
th {
  text-align: left;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table .table {
  background-color: #fff;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
input[type="file"] {
  display: block;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
select[multiple], select[size] {
  height: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
textarea.form-control {
  height: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
input[type="date"] {
  line-height: 34px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.form-group {
  margin-bottom: 15px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.radio label, .checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-feedback {
  position: relative;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.form-control-static {
  margin-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .form-horizontal .control-label {
    text-align: right;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.fade.in {
  opacity: 1;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.collapse {
  display: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.collapse.in {
  display: block;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-music:before {
  content: "\e002";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-search:before {
  content: "\e003";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-star:before {
  content: "\e006";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-user:before {
  content: "\e008";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-film:before {
  content: "\e009";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-th:before {
  content: "\e011";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-off:before {
  content: "\e017";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-home:before {
  content: "\e021";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-file:before {
  content: "\e022";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-time:before {
  content: "\e023";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-road:before {
  content: "\e024";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-download:before {
  content: "\e026";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-book:before {
  content: "\e043";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-print:before {
  content: "\e045";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-font:before {
  content: "\e047";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-list:before {
  content: "\e056";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-share:before {
  content: "\e066";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-check:before {
  content: "\e067";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-move:before {
  content: "\e068";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-play:before {
  content: "\e072";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-random:before {
  content: "\e110";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-link:before {
  content: "\e144";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-record:before {
  content: "\e165";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-save:before {
  content: "\e166";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-open:before {
  content: "\e167";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-import:before {
  content: "\e169";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-export:before {
  content: "\e170";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-send:before {
  content: "\e171";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-header:before {
  content: "\e180";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropdown {
  position: relative;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.open > .dropdown-menu {
  display: block;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.open > a {
  outline: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-toolbar {
  margin-left: -5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group > .btn-group {
  float: left;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn .caret {
  margin-left: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-btn > .btn {
  position: relative;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav > li {
  position: relative;
  display: block;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav > li.disabled > a {
  color: #999;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav > li > a > img {
  max-width: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-pills > li {
  float: left;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-stacked > li {
  float: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-justified {
  width: 100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-justified > li {
  float: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tab-content > .active {
  display: block;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-header {
    float: left;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-toggle:focus {
  outline: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-toggle {
    display: none;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-nav {
  margin: 7.5px -10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-nav > li {
    float: left;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-left {
    float: left !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-right {
    float: right !important;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-default .navbar-text {
  color: #777;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-default .navbar-link {
  color: #777;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-inverse .navbar-brand {
  color: #999;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-inverse .navbar-text {
  color: #999;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-inverse .navbar-link {
  color: #999;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.breadcrumb > li {
  display: inline-block;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.breadcrumb > .active {
  color: #999;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pagination > li {
  display: inline;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.label:empty {
  display: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.label-default {
  background-color: #999;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #808080;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.label-primary {
  background-color: #428bca;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.label-success {
  background-color: #5cb85c;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.label-info {
  background-color: #5bc0de;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.label-danger {
  background-color: #d9534f;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.badge:empty {
  display: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.container .jumbotron {
  border-radius: 6px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #428bca;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert .alert-link {
  font-weight: bold;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert > p + p {
  margin-top: 5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert-dismissable {
  padding-right: 35px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert-info .alert-link {
  color: #245269;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.media, .media .media {
  margin-top: 15px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.media:first-child {
  margin-top: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.media-object {
  display: block;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.media-heading {
  margin: 0 0 5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.media > .pull-left {
  margin-right: 10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.media > .pull-right {
  margin-left: 10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.list-group-item > .badge {
  float: right;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item {
  color: #555;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item-success {
  color: #3c763d;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item-info {
  color: #31708f;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item-warning {
  color: #8a6d3b;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item-danger {
  color: #a94442;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-body {
  padding: 15px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-title > a {
  color: inherit;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-group {
  margin-bottom: 20px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-default {
  border-color: #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-primary {
  border-color: #428bca;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-success {
  border-color: #d6e9c6;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-info {
  border-color: #bce8f1;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-warning {
  border-color: #faebcc;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-danger {
  border-color: #ebccd1;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal-open {
  overflow: hidden;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal-header .close {
  margin-top: -2px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover.top {
  margin-top: -10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover.right {
  margin-left: 10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover.bottom {
  margin-top: 10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover.left {
  margin-left: -10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover-content {
  padding: 9px 14px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover > .arrow {
  border-width: 11px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel {
  position: relative;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-inner > .active {
  left: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-inner > .next {
  left: 100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-inner > .prev {
  left: -100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .panel-body:after, .modal-footer:after {
  clear: both;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pull-right {
  float: right !important;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.pull-left {
  float: left !important;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.hide {
  display: none !important;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.show {
  display: block !important;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.invisible {
  visibility: hidden;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .visible-xs {
    display: block !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  table.visible-xs {
    display: table;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .visible-sm {
    display: block !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  table.visible-sm {
    display: table;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .visible-md {
    display: block !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  table.visible-md {
    display: table;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .visible-lg {
    display: block !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  table.visible-lg {
    display: table;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .hidden-lg {
    display: none !important;
  }
}
/* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .visible-print {
    display: block !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  table.visible-print {
    display: table;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  /* line 7, /app/app/assets/stylesheets/bootstrap.min.css */
  .hidden-print {
    display: none !important;
  }
}
/* line 1, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
label {
  font-size: 11pt;
  font-weight: 300;
}

/* line 5, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.form-control {
  border-radius: 2px;
  font-size: 13pt;
  height: 38px;
}

/* line 10, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.btn {
  font-size: 13pt;
  font-weight: 300;
  text-shadow: none;
  transition: all 250ms ease;
}

/* line 17, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.input-group-btn .btn {
  line-height: 1.45;
}

/* line 20, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
a {
  color: #61a1c3;
  transition: background 250ms ease, color 250ms ease;
}
/* line 24, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 32, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.dropdown-menu {
  z-index: 11111;
}

/* line 35, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.panel {
  background-color: #1b2026;
}
/* line 38, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.panel hr {
  border-color: #3a4753;
}

/* line 41, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.alert {
  border-radius: 2px;
}

/* line 45, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.hidden-xxs {
  display: inline-block !important;
}

/* line 47, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.visible-xxs {
  display: none !important;
}

/* line 50, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.visible-lg-inline {
  display: none;
}

/* line 52, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.visible-md-up {
  display: none;
}

/* line 54, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.visible-sm-up {
  display: none;
}

/* line 56, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.visible-xs-inline-block {
  display: none;
}

@media (min-width: 1200px) {
  /* line 60, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
  .visible-lg-inline {
    display: inline;
  }
}
@media (min-width: 992px) {
  /* line 63, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
  .visible-md-up {
    display: block;
  }
}
@media (max-width: 1199px) {
  /* line 66, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  /* line 69, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
  .visible-sm-up {
    display: block;
  }

  /* line 71, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
  .hidden-sm-up {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 74, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 77, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
  .visible-xs-inline-block {
    display: inline-block;
  }

  /* line 79, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 479px) {
  /* line 82, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
  .visible-xxs {
    display: block !important;
  }

  /* line 84, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
  .hidden-xxs {
    display: none !important;
  }
}
/* line 87, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.mt-1 {
  margin-top: 1em;
}

/* line 89, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.mt-2 {
  margin-top: 2em;
}

/* line 91, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.mt-3 {
  margin-top: 3em;
}

/* line 93, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.ml-2 {
  margin-left: 2em !important;
}

/* line 95, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.mb-1 {
  margin-bottom: 1em;
}

/* line 97, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.mb-2 {
  margin-bottom: 2em;
}

/* line 100, /app/app/assets/stylesheets/bootstrap-tweaks.sass */
.inline-block {
  display: inline-block;
}

/* line 2, /app/app/assets/stylesheets/forms.sass */
label {
  font-weight: 400;
}

/* line 5, /app/app/assets/stylesheets/forms.sass */
.current-file-name {
  font-size: 11pt;
  font-weight: 300;
}

/* line 9, /app/app/assets/stylesheets/forms.sass */
fieldset {
  margin-bottom: 30px;
}
/* line 12, /app/app/assets/stylesheets/forms.sass */
fieldset legend {
  border-bottom: none;
  border-top: 1px solid #3a4753;
  padding-top: 20px;
  color: white;
}
/* line 18, /app/app/assets/stylesheets/forms.sass */
fieldset legend.first-legend {
  border-top: none;
}

/* line 22, /app/app/assets/stylesheets/forms.sass */
label.title {
  color: #9ab;
  display: block;
  font-size: 8pt;
  font-weight: 400;
  margin-bottom: 0;
  text-indent: 1px;
  text-transform: uppercase;
}

/* line 32, /app/app/assets/stylesheets/forms.sass */
.form-group input:not(.btn) {
  color: #000;
  font-family: "freight-sans-pro", calibri, arial;
}
/* line 36, /app/app/assets/stylesheets/forms.sass */
.form-group label + .help-block {
  margin-bottom: 5px;
  margin-top: -5px;
}
/* line 40, /app/app/assets/stylesheets/forms.sass */
.form-group .help-inline {
  color: #fff;
  display: inline-block;
  font-size: 10pt;
  font-weight: 300;
}
/* line 46, /app/app/assets/stylesheets/forms.sass */
.form-group .help-inline.disabled {
  color: rgba(255, 255, 255, 0.4);
}

/* line 49, /app/app/assets/stylesheets/forms.sass */
ul.account-tabs.nav-tabs,
ul.calendar-tabs.nav-tabs,
ul.dashboard-tabs.nav-tabs {
  border-bottom: none;
  border-top: 1px solid #c6d4dd;
  margin: 10px 0;
}
/* line 57, /app/app/assets/stylesheets/forms.sass */
ul.account-tabs.nav-tabs li a,
ul.calendar-tabs.nav-tabs li a,
ul.dashboard-tabs.nav-tabs li a {
  border-bottom: none;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10pt;
  margin-top: -1px;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 66, /app/app/assets/stylesheets/forms.sass */
ul.account-tabs.nav-tabs li a:first-child,
ul.calendar-tabs.nav-tabs li a:first-child,
ul.dashboard-tabs.nav-tabs li a:first-child {
  padding-left: 0;
}
/* line 69, /app/app/assets/stylesheets/forms.sass */
ul.account-tabs.nav-tabs li a:hover,
ul.calendar-tabs.nav-tabs li a:hover,
ul.dashboard-tabs.nav-tabs li a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}
/* line 75, /app/app/assets/stylesheets/forms.sass */
ul.account-tabs.nav-tabs li.active a,
ul.calendar-tabs.nav-tabs li.active a,
ul.dashboard-tabs.nav-tabs li.active a {
  background-color: transparent;
  border-color: #fff transparent transparent transparent;
  color: #fff;
}
/* line 80, /app/app/assets/stylesheets/forms.sass */
ul.account-tabs.nav-tabs li.active a:hover,
ul.calendar-tabs.nav-tabs li.active a:hover,
ul.dashboard-tabs.nav-tabs li.active a:hover {
  border-color: #fff transparent transparent transparent;
}

/* line 84, /app/app/assets/stylesheets/forms.sass */
.nav-tabs li.pull-right a {
  padding-left: 15px !important;
  padding-right: 0;
  text-align: right;
}

/* line 89, /app/app/assets/stylesheets/forms.sass */
.fileinput .form-control {
  min-width: 200px;
}

/* line 2, /app/app/assets/stylesheets/icons.sass */
.icon {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 3px;
  min-height: 16px;
  min-width: 12px;
  vertical-align: top;
}

/* line 11, /app/app/assets/stylesheets/icons.sass */
.icon-add-to-cart {
  background-image: url(/assets/search/marketplaceIcon.png);
  height: 36px;
  width: 36px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 70, /app/app/assets/stylesheets/mixins.scss */
  .icon-add-to-cart {
    background-image: url(/assets/search/marketplaceIcon2x.png);
    -webkit-background-size: 36px 36px;
    -moz-background-size: 36px 36px;
    -o-background-size: 36px 36px;
    background-size: 36px 36px;
  }
}

/* line 16, /app/app/assets/stylesheets/icons.sass */
.icon-arrow {
  background-image: url(/assets/search/arrowLink.png);
  height: 9px;
  width: 15px;
  margin-left: 7px;
  vertical-align: baseline;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 70, /app/app/assets/stylesheets/mixins.scss */
  .icon-arrow {
    background-image: url(/assets/search/arrowLink2x.png);
    -webkit-background-size: 15px 9px;
    -moz-background-size: 15px 9px;
    -o-background-size: 15px 9px;
    background-size: 15px 9px;
  }
}

/* line 23, /app/app/assets/stylesheets/icons.sass */
.icon-caret-dark {
  background-image: url(/assets/file_tags/tagdropdown.png);
  height: 6px;
  margin-right: 0;
  width: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 70, /app/app/assets/stylesheets/mixins.scss */
  .icon-caret-dark {
    background-image: url(/assets/file_tags/tagdropdown2x.png);
    -webkit-background-size: 10px 6px;
    -moz-background-size: 10px 6px;
    -o-background-size: 10px 6px;
    background-size: 10px 6px;
  }
}

/* line 29, /app/app/assets/stylesheets/icons.sass */
.icon-caret-white {
  background-image: url(/assets/file_tags/tagdropdownwhite.png);
  height: 6px;
  margin-right: 0;
  width: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 70, /app/app/assets/stylesheets/mixins.scss */
  .icon-caret-white {
    background-image: url(/assets/file_tags/tagdropdownwhite2x.png);
    -webkit-background-size: 10px 6px;
    -moz-background-size: 10px 6px;
    -o-background-size: 10px 6px;
    background-size: 10px 6px;
  }
}

/* line 35, /app/app/assets/stylesheets/icons.sass */
.icon-tags {
  background-image: url(/assets/file_tags/tagIcon.png);
  height: 16px;
  width: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 70, /app/app/assets/stylesheets/mixins.scss */
  .icon-tags {
    background-image: url(/assets/file_tags/tagIcon2x.png);
    -webkit-background-size: 10px 16px;
    -moz-background-size: 10px 16px;
    -o-background-size: 10px 16px;
    background-size: 10px 16px;
  }
}

/* line 40, /app/app/assets/stylesheets/icons.sass */
.icon-tags-create {
  background-image: url(/assets/file_tags/createtag.png);
  height: 18px;
  width: 22px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 70, /app/app/assets/stylesheets/mixins.scss */
  .icon-tags-create {
    background-image: url(/assets/file_tags/createtag2x.png);
    -webkit-background-size: 22px 18px;
    -moz-background-size: 22px 18px;
    -o-background-size: 22px 18px;
    background-size: 22px 18px;
  }
}

/* line 45, /app/app/assets/stylesheets/icons.sass */
.icon-tags-gear {
  background-image: url(/assets/file_tags/tagManage.png);
  height: 12px;
  width: 12px;
  vertical-align: middle;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 70, /app/app/assets/stylesheets/mixins.scss */
  .icon-tags-gear {
    background-image: url(/assets/file_tags/tagManage2x.png);
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    background-size: 12px 12px;
  }
}

/* line 52, /app/app/assets/stylesheets/icons.sass */
.icon--shopping-bag {
  background: url(/assets/shopping-bag.svg) no-repeat center;
  height: 1.1em;
  width: 1.5em;
  vertical-align: text-top;
  display: inline-block;
  position: relative;
  filter: opacity(0.3);
}

/* line 61, /app/app/assets/stylesheets/icons.sass */
.icon--cart {
  background: url(/assets/shoppingCart.svg) no-repeat center;
  height: 1.1em;
  width: 1.5em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

/* line 69, /app/app/assets/stylesheets/icons.sass */
.active .icon--cart {
  background: url(/assets/shoppingCartBlue.svg) no-repeat center;
}

/* line 72, /app/app/assets/stylesheets/icons.sass */
.icon-container {
  padding: 0 0.6em;
  position: relative;
  display: inline-block;
  right: 0;
}
/* line 77, /app/app/assets/stylesheets/icons.sass */
.icon-container::before {
  border-radius: 0 2px 2px 0;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #5792b5;
  top: -6px;
  bottom: -6px;
}

/* line 87, /app/app/assets/stylesheets/icons.sass */
.icon--plus {
  background: url(/assets/plus.svg) no-repeat center;
  margin-top: -1px;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

/* line 96, /app/app/assets/stylesheets/icons.sass */
.icon--sign-in {
  background: url(/assets/signin.svg) no-repeat center;
  margin-top: -2px;
  height: 1.3em;
  width: 1em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

/* line 105, /app/app/assets/stylesheets/icons.sass */
.icon--arrow-left {
  background: url(/assets/arrow.svg) no-repeat center;
  transform: rotate(180deg);
  height: 1em;
  width: 1.5em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
/* line 113, /app/app/assets/stylesheets/icons.sass */
.icon--arrow-left.white {
  filter: saturate(100) invert(100);
}

/* line 116, /app/app/assets/stylesheets/icons.sass */
.icon--free-trial-flag {
  background: url(/assets/free-trial-flag.svg) no-repeat center;
  height: 1em;
  width: 1em;
  vertical-align: sub;
  display: inline-block;
  position: relative;
}

/* line 1, /app/app/assets/stylesheets/marketplace.sass */
#marketplace {
  color: black;
  background: white;
  margin-bottom: 40px;
}
/* line 6, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .additional-description {
  color: #959ba2;
  display: block;
  font-size: 10pt;
  letter-spacing: 1px;
  margin-top: 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
}
/* line 16, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .all-items-container {
  margin-top: 2em;
  position: relative;
}
@media (min-width: 768px) {
  /* line 21, /app/app/assets/stylesheets/marketplace.sass */
  #marketplace .all-items-container::before {
    content: "";
    position: absolute;
    top: 3em;
    left: 50%;
    bottom: 1em;
    border-left: 1px solid #ddd;
  }
}
/* line 29, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .dashboard-tabs {
  border-top: 1px solid #a5a3a1;
}
/* line 32, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .dashboard-tabs li > a {
  color: #a5a3a1;
  font-size: 12px;
  text-shadow: none;
}
/* line 36, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .dashboard-tabs li > a:hover {
  color: #959ba2;
}
/* line 39, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .dashboard-tabs li.active > a {
  color: black;
  border-top-color: black;
}
/* line 44, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .shop-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 50, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .shop-list-item {
  border-bottom: 1px solid #ddd;
  display: flex;
  padding: 0.5em;
  position: relative;
  width: 50%;
}
@media (max-width: 991px) {
  /* line 50, /app/app/assets/stylesheets/marketplace.sass */
  #marketplace .shop-list-item {
    text-align: center;
  }
  /* line 60, /app/app/assets/stylesheets/marketplace.sass */
  #marketplace .shop-list-item .item-description {
    margin-top: 2em;
  }
}
@media (max-width: 767px) {
  /* line 50, /app/app/assets/stylesheets/marketplace.sass */
  #marketplace .shop-list-item {
    margin-top: 2em;
    width: 100%;
  }
}
/* line 67, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .shop-list-item::before, #marketplace .shop-list-item::after {
  border-radius: 99em;
  content: "";
  position: absolute;
  height: 3em;
  width: 3em;
  background: #fff;
  right: -1.5em;
  bottom: -1.5em;
  z-index: 1;
}
/* line 78, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .shop-list-item::before {
  right: initial;
  left: -1.5em;
}
/* line 83, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .shop-list-item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* line 87, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .shop-list-item-content-inner {
  flex: 1 0 auto;
}
/* line 91, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .order_item {
  margin-bottom: 1em;
  padding-bottom: 1.5em;
  position: relative;
}
/* line 96, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .order_item .icon {
  height: 13em;
  vertical-align: middle;
}
/* line 99, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .order_item .icon img {
  max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 96, /app/app/assets/stylesheets/marketplace.sass */
  #marketplace .order_item .icon {
    height: 10em;
  }
}
/* line 106, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .order_item .details {
  padding: 1.25em 1.25em 1.25em 0;
}
/* line 108, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .order_item .details .item-name {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 112, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .order_item .details .item-name a {
  color: #000;
}
/* line 114, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .order_item .details .item-tagline {
  color: #7a818a;
  font-size: 0.75em;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 119, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .order_item .details .item-description {
  color: #a5a3a1;
  min-height: 6em;
  text-align: left;
}
@media (max-width: 991px) {
  /* line 119, /app/app/assets/stylesheets/marketplace.sass */
  #marketplace .order_item .details .item-description {
    min-height: 0;
  }
}
/* line 125, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .order_item .details .item-price {
  color: #a5a3a1;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.6em;
}
/* line 131, /app/app/assets/stylesheets/marketplace.sass */
#marketplace .order_item .details .add_to_cart {
  margin: 0 0 1em;
}
@media (max-width: 991px) {
  /* line 131, /app/app/assets/stylesheets/marketplace.sass */
  #marketplace .order_item .details .add_to_cart {
    margin: 0 auto 1em;
  }
}

/* line 137, /app/app/assets/stylesheets/marketplace.sass */
.add_to_cart {
  box-shadow: 0.1em 0.1em 0.5em 0 rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 1em;
  margin: 0 auto 1em;
  white-space: nowrap !important;
  width: 12em;
}
/* line 144, /app/app/assets/stylesheets/marketplace.sass */
.add_to_cart:hover {
  box-shadow: 0.1em 0.1em 1em 0.1em rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 137, /app/app/assets/stylesheets/marketplace.sass */
  .add_to_cart {
    width: 10.5em;
  }
  /* line 150, /app/app/assets/stylesheets/marketplace.sass */
  .add_to_cart .icon-container {
    right: 0.1em;
  }
  /* line 152, /app/app/assets/stylesheets/marketplace.sass */
  .add_to_cart.owned {
    padding-left: 0;
  }
  /* line 154, /app/app/assets/stylesheets/marketplace.sass */
  .add_to_cart.owned .icon-container {
    right: -0.3em;
  }
}

/* line 158, /app/app/assets/stylesheets/marketplace.sass */
#featured-carousel {
  margin-top: -70px;
}
/* line 162, /app/app/assets/stylesheets/marketplace.sass */
#featured-carousel .carousel-inner .item {
  text-align: center;
  height: 400px;
}
/* line 167, /app/app/assets/stylesheets/marketplace.sass */
#featured-carousel .carousel-inner .item img.default {
  margin: 50px auto;
  height: 300px;
}
/* line 171, /app/app/assets/stylesheets/marketplace.sass */
#featured-carousel .carousel-inner .item.banner-item {
  padding-top: 0px;
  background: #e2e2e2;
  text-align: center;
  background-color: transparent;
}
/* line 178, /app/app/assets/stylesheets/marketplace.sass */
#featured-carousel .item-info {
  color: white;
  margin-top: 40px;
  text-align: left;
}
/* line 183, /app/app/assets/stylesheets/marketplace.sass */
#featured-carousel .item-info h2 {
  font-size: 62px;
  letter-spacing: 2px;
  font-family: freight-sans-pro, calibri, arial;
  font-weight: 100;
  margin-bottom: 15px;
}
/* line 189, /app/app/assets/stylesheets/marketplace.sass */
#featured-carousel .item-info h5.small {
  font-size: 10pt;
  margin-top: 0px;
}
/* line 193, /app/app/assets/stylesheets/marketplace.sass */
#featured-carousel .item-info {
  text-align: left;
  margin-top: 80px;
}
/* line 196, /app/app/assets/stylesheets/marketplace.sass */
#featured-carousel .item-info .cart-button, #featured-carousel .item-info .cart-price {
  display: inline-block;
  margin-right: 10px;
}
/* line 200, /app/app/assets/stylesheets/marketplace.sass */
#featured-carousel .item-info .cart-button .btn, #featured-carousel .item-info .cart-price .btn {
  padding-left: 40px;
  padding-right: 40px;
}
/* line 203, /app/app/assets/stylesheets/marketplace.sass */
#featured-carousel .item-info .cart-price {
  color: #61a1c3;
  font-size: 2.5rem;
}
/* line 207, /app/app/assets/stylesheets/marketplace.sass */
#featured-carousel .carousel-control {
  font-size: 80px;
  font-weight: 100;
  line-height: 400px;
  color: #959ba2;
  text-shadow: none;
}
/* line 214, /app/app/assets/stylesheets/marketplace.sass */
#featured-carousel .carousel-control .glyphicon-chevron-right {
  margin-left: 0;
  margin-right: -35%;
}
/* line 218, /app/app/assets/stylesheets/marketplace.sass */
#featured-carousel .carousel-control .glyphicon-chevron-left {
  margin-left: 6px;
}
/* line 221, /app/app/assets/stylesheets/marketplace.sass */
#featured-carousel .carousel-control.left {
  margin-left: -12%;
}
/* line 223, /app/app/assets/stylesheets/marketplace.sass */
#featured-carousel .carousel-control.right {
  margin-right: -6%;
}

/* line 227, /app/app/assets/stylesheets/marketplace.sass */
#duo-items .col-md-6 {
  position: relative;
  padding-bottom: 50px;
}
/* line 232, /app/app/assets/stylesheets/marketplace.sass */
#duo-items .duo-item-holder.left {
  margin-right: 1.5em;
}
/* line 234, /app/app/assets/stylesheets/marketplace.sass */
#duo-items .duo-item-holder.right {
  margin-left: 1.5em;
}
/* line 237, /app/app/assets/stylesheets/marketplace.sass */
#duo-items .duo-item-image {
  position: absolute;
  right: 35px;
  bottom: 0;
}
/* line 242, /app/app/assets/stylesheets/marketplace.sass */
#duo-items .duo-item-image img {
  height: 120px;
}
/* line 245, /app/app/assets/stylesheets/marketplace.sass */
#duo-items h3 {
  text-shadow: none;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/* line 250, /app/app/assets/stylesheets/marketplace.sass */
#duo-items .blurb {
  padding: 25px;
  position: relative;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  z-index: 1;
}
/* line 256, /app/app/assets/stylesheets/marketplace.sass */
#duo-items .blurb::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
/* line 272, /app/app/assets/stylesheets/marketplace.sass */
#duo-items .inner-blurb {
  background-color: white;
  color: black;
  font-size: 14pt;
  min-height: 13em;
  padding: 1.5em;
}
/* line 279, /app/app/assets/stylesheets/marketplace.sass */
#duo-items .read-more {
  margin-top: 1.5em;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2.5em;
}

/* line 288, /app/app/assets/stylesheets/marketplace.sass */
#popular-items {
  margin-top: 40px;
  border-top: 1px solid #959ba2;
}
/* line 291, /app/app/assets/stylesheets/marketplace.sass */
#popular-items h4 {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
  background-color: white;
}

/* line 300, /app/app/assets/stylesheets/marketplace.sass */
.marketplace-nav-tabs {
  border-top: 2px solid #ccc;
  margin-bottom: 1.5em;
  text-align: left;
}

/* line 305, /app/app/assets/stylesheets/marketplace.sass */
.shop-filter-btn {
  color: #ccc;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: -2px;
  text-transform: uppercase;
}
/* line 313, /app/app/assets/stylesheets/marketplace.sass */
.shop-filter-btn + .shop-filter-btn {
  margin-left: 1.25em;
}
/* line 315, /app/app/assets/stylesheets/marketplace.sass */
.shop-filter-btn.active {
  color: #000;
  border-top: 2px solid #000;
}
/* line 318, /app/app/assets/stylesheets/marketplace.sass */
.shop-filter-btn:hover, .shop-filter-btn:active, .shop-filter-btn:focus {
  color: #000;
  text-decoration: none;
}

/* line 322, /app/app/assets/stylesheets/marketplace.sass */
.sorting-links {
  text-shadow: none;
}
/* line 324, /app/app/assets/stylesheets/marketplace.sass */
.sorting-links a {
  color: #000;
}
/* line 326, /app/app/assets/stylesheets/marketplace.sass */
.sorting-links .dropdown-toggle {
  cursor: pointer;
}
/* line 328, /app/app/assets/stylesheets/marketplace.sass */
.sorting-links .dropdown-menu {
  left: initial;
  right: 0;
}
/* line 331, /app/app/assets/stylesheets/marketplace.sass */
.sorting-links .dropdown-menu a {
  color: #000;
  font-size: 1.5rem;
}
/* line 335, /app/app/assets/stylesheets/marketplace.sass */
.sorting-links .caret {
  margin-top: -4px;
}

/* line 338, /app/app/assets/stylesheets/marketplace.sass */
.load-more {
  margin: 20px auto;
  padding-top: 20px;
  font-weight: 100;
  text-shadow: none;
}

/* line 344, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace,
body.signup {
  background: #fff;
  color: #000;
  margin-top: 200px;
}
/* line 350, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .icon--shopping-bag,
body.signup .icon--shopping-bag {
  filter: invert(100%);
}
/* line 353, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace p:empty,
body.signup p:empty {
  height: 1em;
}
/* line 356, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #login-form,
body.signup #login-form {
  background-color: rgba(13, 15, 23, 0.9);
}
/* line 359, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace header,
body.signup header {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
/* line 367, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace header .navbar-collapse.in, body.marketplace header .navbar-collapse.collapsing,
body.signup header .navbar-collapse.in,
body.signup header .navbar-collapse.collapsing {
  background-color: #000 !important;
}
/* line 371, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace header ul ul,
body.signup header ul ul {
  background-color: #000 !important;
  border-radius: 0;
  border: 1px solid #fff;
}
/* line 377, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace header .navbar .navbar-brand,
body.signup header .navbar .navbar-brand {
  background: url(/assets/GroupLogoFooterNew.svg) no-repeat 0 0;
  height: 5.5em;
  margin: -1.2em 1em 0;
}
/* line 382, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace header .navbar .navbar-brand.live-logo,
body.signup header .navbar .navbar-brand.live-logo {
  background: url(/assets/LIVE-black-tm.svg) no-repeat center;
  height: 4rem;
  width: 12rem;
  margin-right: 0;
  margin-top: 0.3em;
}
/* line 391, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace header .navbar .navbar-nav li a,
body.signup header .navbar .navbar-nav li a {
  border: 1px solid transparent;
  border-radius: 2px;
  color: #fff !important;
  font-size: 14pt;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-left: 10px;
  padding: 5px 20px;
  text-shadow: none;
}
@media (max-width: 991px) {
  /* line 391, /app/app/assets/stylesheets/marketplace.sass */
  body.marketplace header .navbar .navbar-nav li a,
  body.signup header .navbar .navbar-nav li a {
    padding: 5px 14px;
  }
}
/* line 406, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace header .navbar .navbar-nav li a.menu-trigger,
body.signup header .navbar .navbar-nav li a.menu-trigger {
  border-color: #959ba2;
}
/* line 409, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace header .navbar .navbar-nav li a:hover,
body.signup header .navbar .navbar-nav li a:hover {
  color: #999999 !important;
}
/* line 411, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace header .navbar .navbar-nav li a:focus,
body.signup header .navbar .navbar-nav li a:focus {
  background: transparent;
  border-color: #fff;
  color: #fff !important;
  outline: none;
}
/* line 417, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace header .navbar .navbar-nav li a.btn-gray-border,
body.signup header .navbar .navbar-nav li a.btn-gray-border {
  border-color: #a5a3a1;
}
/* line 421, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace header .navbar .navbar-nav li.dropdown-item a,
body.signup header .navbar .navbar-nav li.dropdown-item a {
  color: #959ba2;
}
/* line 424, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace footer,
body.signup footer {
  margin-top: 2em;
}
/* line 427, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .flash-container,
body.signup .flash-container {
  background-color: rgba(155, 195, 255, 0.95);
  position: absolute;
  top: 7em;
  left: 1em;
  right: 1em;
  z-index: 1000;
}
/* line 436, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #shopping-cart .cart-trigger,
body.signup #shopping-cart .cart-trigger {
  border: 1px solid #a5a3a1;
  padding: 0;
}
/* line 440, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #marketplace-footer,
body.signup #marketplace-footer {
  margin-top: 4em;
  text-align: center;
}
/* line 444, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #marketplace-footer a,
body.signup #marketplace-footer a {
  color: #fff;
}
/* line 447, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .marketplace-footer-top,
body.signup .marketplace-footer-top {
  background-color: #eee;
  color: #000;
  padding: 0.5em 1em 1em;
}
/* line 452, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .marketplace-footer-top h1,
body.signup .marketplace-footer-top h1 {
  font-family: "freight-sans-pro", calibri, arial;
  font-size: 2em;
  font-weight: 300;
  text-shadow: none;
}
/* line 457, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .marketplace-footer-top h2,
body.signup .marketplace-footer-top h2 {
  font-family: "freight-sans-pro", calibri, arial;
  font-size: 0.9em;
  font-weight: 300;
  text-shadow: none;
}
/* line 463, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .marketplace-footer-bottom,
body.signup .marketplace-footer-bottom {
  background-color: #7db5cd;
  color: #fff;
  padding: 1em 1em 0.5em;
}
/* line 468, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #product_info,
body.signup #product_info {
  margin-top: -150px;
}
/* line 471, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #product_info .item-image,
body.signup #product_info .item-image {
  width: 252px;
  height: 252px;
}
/* line 475, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #sales_content,
body.signup #sales_content {
  margin-top: 40px;
  overflow-wrap: break-word;
}
/* line 479, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #order_back_button,
body.signup #order_back_button {
  font-size: 10pt;
  color: #eee;
  text-shadow: none;
  text-transform: uppercase;
}
/* line 485, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .order_sub_description,
body.signup .order_sub_description {
  font-size: 13pt;
  color: #fff;
  text-shadow: none;
  margin-top: 20px;
}
/* line 491, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .order_price,
body.signup .order_price {
  color: #666;
  font-size: 20pt;
  text-shadow: none;
  font-weight: 300;
  margin-bottom: 20px;
}
/* line 498, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #product_info_text,
body.signup #product_info_text {
  margin-top: 20px;
}
/* line 501, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #product_info_text h1,
body.signup #product_info_text h1 {
  font-family: "freight-sans-pro", calibri, arial;
  font-size: 16pt;
  text-shadow: none;
  font-weight: 500;
  margin-bottom: 5px;
}
/* line 508, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #product_info_text .marketplace_add_to_cart,
body.signup #product_info_text .marketplace_add_to_cart {
  margin-top: 20px;
}
/* line 511, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .marketplace-banner,
body.signup .marketplace-banner {
  color: #fff;
  margin-top: -105px;
  min-height: 351px;
  padding-top: 55px;
  background-color: #61a1c3;
  background-image: url("/assets/MarketFilter.png"), linear-gradient(rgba(255, 255, 255, 0.01) 30%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.01) 70%);
}
/* line 518, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .marketplace-banner h1,
body.signup .marketplace-banner h1 {
  font-family: "freight-sans-pro", calibri, arial;
  font-size: 36pt;
  text-shadow: none;
  margin-top: 40px;
  font-weight: 300;
}
/* line 525, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .cart-icon,
body.signup .cart-icon {
  margin-top: -2px;
  margin-right: 5px;
}
/* line 529, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .cart-trigger,
body.signup .cart-trigger {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 0;
}
/* line 535, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #cart-status,
body.signup #cart-status {
  padding: 5px 15px 5px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 539, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #cart-total,
body.signup #cart-total {
  padding: 5px 15px 5px 15px;
}
/* line 542, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .cart-trigger div,
body.signup .cart-trigger div {
  opacity: 0.5;
}
/* line 545, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .cart-trigger.active div,
body.signup .cart-trigger.active div {
  opacity: 1;
}
/* line 548, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .shopping-cart-bar,
body.signup .shopping-cart-bar {
  min-height: 175px;
  background: linear-gradient(to bottom, #fff, #eee);
  padding-top: 15px;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
  transition: all 333ms ease-in;
  z-index: 100;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
}
/* line 561, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .shopping-cart-bar .shopping-cart-bar-item,
body.signup .shopping-cart-bar .shopping-cart-bar-item {
  border-right: 1px solid #ddd;
  min-height: 145px;
}
@media (max-width: 991px) {
  /* line 561, /app/app/assets/stylesheets/marketplace.sass */
  body.marketplace .shopping-cart-bar .shopping-cart-bar-item,
  body.signup .shopping-cart-bar .shopping-cart-bar-item {
    border-right: 0;
  }
}
/* line 568, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .shopping-cart-bar .shopping-cart-item-logo,
body.signup .shopping-cart-bar .shopping-cart-item-logo {
  width: 70px;
  height: 70px;
}
@media (max-width: 991px) {
  /* line 568, /app/app/assets/stylesheets/marketplace.sass */
  body.marketplace .shopping-cart-bar .shopping-cart-item-logo,
  body.signup .shopping-cart-bar .shopping-cart-item-logo {
    float: left;
  }
}
/* line 575, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .shopping-cart-bar .bar-item-description, body.marketplace .shopping-cart-bar .bar-item-price,
body.signup .shopping-cart-bar .bar-item-description,
body.signup .shopping-cart-bar .bar-item-price {
  margin-top: 10px;
  font-size: 10pt;
  text-shadow: none;
}
/* line 580, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .shopping-cart-bar .shopping-cart-remove,
body.signup .shopping-cart-bar .shopping-cart-remove {
  color: #ccc;
  text-decoration: none;
  text-shadow: none;
  position: relative;
  top: -25px;
  left: 16px;
}
/* line 588, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .shopping-cart-bar #shopping-cart-bar-added-indicator,
body.signup .shopping-cart-bar #shopping-cart-bar-added-indicator {
  background-color: #72adc3;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  padding-top: 13px;
  color: #fff;
}
/* line 596, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .shopping-cart-bar .shopping-cart-bar-caret,
body.signup .shopping-cart-bar .shopping-cart-bar-caret {
  color: #72adc3;
  font-size: 34pt;
  position: relative;
  bottom: -1.5em;
  text-shadow: none;
}
/* line 603, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .shopping-cart-bar.on,
body.signup .shopping-cart-bar.on {
  top: 98px;
  transition: all 333ms ease-out;
}
/* line 609, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #empty-shopping-cart-bar-item-list h1,
body.signup #empty-shopping-cart-bar-item-list h1 {
  font-size: 24pt;
  font-family: "freight-sans-pro", calibri, arial;
  font-weight: 300;
  color: #666;
  text-shadow: none;
}
/* line 616, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #empty-shopping-cart-bar-item-list p,
body.signup #empty-shopping-cart-bar-item-list p {
  text-shadow: none;
  color: #666;
}
/* line 620, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #bar-cart-subtotal,
body.signup #bar-cart-subtotal {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11pt;
  font-weight: 500;
  text-shadow: none;
  height: 45px;
  margin-bottom: 20px;
  margin-top: 10px;
}
/* line 632, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace .btn-primary,
body.signup .btn-primary {
  background-color: #72adc3;
  border-color: #72adc3;
}
/* line 637, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out:not(.check-out-public),
body.signup #check-out:not(.check-out-public) {
  margin-top: -50px;
}
/* line 640, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out h2,
body.signup #check-out h2 {
  font-family: "freight-sans-pro", calibri, arial;
  font-size: 16pt;
  text-shadow: none;
  font-weight: 500;
  margin: 0 0 1em;
}
/* line 647, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out h3,
body.signup #check-out h3 {
  font-size: 12pt;
  text-shadow: none;
  font-weight: 500;
}
/* line 652, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out hr,
body.signup #check-out hr {
  margin-bottom: 15px;
  margin-top: 15px;
}
/* line 656, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out hr.or,
body.signup #check-out hr.or {
  position: relative;
}
/* line 658, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out hr.or::after,
body.signup #check-out hr.or::after {
  background: white;
  bottom: -0.6em;
  content: "or";
  left: calc(50% - 1em);
  padding: 0 1em;
  position: absolute;
  text-align: center;
}
/* line 667, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out #checkout_item_row_header,
body.signup #check-out #checkout_item_row_header {
  color: #aaa;
  font-size: 8pt;
  text-transform: uppercase;
  text-shadow: none;
  margin-bottom: 20px;
}
/* line 674, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out .checkout_item_logo,
body.signup #check-out .checkout_item_logo {
  height: 70px;
  width: 70px;
}
/* line 678, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out .checkout_item_description,
body.signup #check-out .checkout_item_description {
  padding-top: 15px;
  text-shadow: none;
}
/* line 682, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out .checkout_item_price,
body.signup #check-out .checkout_item_price {
  padding-top: 15px;
  text-shadow: none;
}
/* line 686, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out .checkout_item_remove,
body.signup #check-out .checkout_item_remove {
  color: #aaa;
  font-size: 7pt;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: -3px;
}
/* line 693, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out .checkout_item_total,
body.signup #check-out .checkout_item_total {
  color: #aaa;
  font-size: 8pt;
  text-transform: uppercase;
  text-shadow: none;
  padding-top: 5px;
}
/* line 700, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out .checkout_form_block,
body.signup #check-out .checkout_form_block {
  background-color: #f2f2f2;
  border: 1px solid #eee;
  padding: 20px;
  text-shadow: none;
  margin-bottom: 40px;
}
/* line 707, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out .checkout_form_block label,
body.signup #check-out .checkout_form_block label {
  color: #666;
}
/* line 710, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out .checkout_form_block input,
body.signup #check-out .checkout_form_block input {
  margin-bottom: 10px;
}
/* line 713, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out #purchase_button,
body.signup #check-out #purchase_button {
  width: 200px;
}
/* line 716, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #check-out #checkout_form,
body.signup #check-out #checkout_form {
  margin-top: 4px;
}
/* line 719, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #view-all-bottom,
body.signup #view-all-bottom {
  margin-top: 100px;
}
/* line 722, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #view-all-bottom-link,
body.signup #view-all-bottom-link {
  width: 250px;
  padding: 10px;
  border-radius: 2px;
  background-color: #7db5cd;
  margin-left: auto;
  margin-right: auto;
  margin-top: -57px;
}
/* line 731, /app/app/assets/stylesheets/marketplace.sass */
body.marketplace #view-all-bottom-link a,
body.signup #view-all-bottom-link a {
  text-shadow: none;
  text-decoration: none;
  color: white;
  font-weight: 300;
}

/* line 738, /app/app/assets/stylesheets/marketplace.sass */
.public-banner {
  background: url(/assets/shop-banner.jpg) no-repeat center;
  background-size: contain;
  height: 162px;
  margin-top: -3em;
  text-indent: -999em;
}

/* line 746, /app/app/assets/stylesheets/marketplace.sass */
.cart-sign-in {
  color: #555;
  margin: -2.5em auto 10em;
}
/* line 750, /app/app/assets/stylesheets/marketplace.sass */
.cart-sign-in h1 {
  color: #5792b5;
  font-family: "freight-sans-pro", calibri, arial;
  font-weight: 300;
}
/* line 754, /app/app/assets/stylesheets/marketplace.sass */
.cart-sign-in h3 {
  color: #445;
  font-weight: 600;
}

/* line 758, /app/app/assets/stylesheets/marketplace.sass */
.continue-shopping {
  background: #78a5c1;
  border-radius: 9em;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.3em 1em 0.3em 0.7em;
  text-transform: uppercase;
  position: relative;
}
/* line 766, /app/app/assets/stylesheets/marketplace.sass */
.continue-shopping::before {
  background: url(/assets/arrow.svg) no-repeat center;
  content: "";
  display: inline-block;
  filter: saturate(100) invert(100);
  height: 1.3em;
  margin-right: 0.1em;
  position: relative;
  transform: rotate(180deg);
  vertical-align: middle;
  width: 2em;
}

/* line 778, /app/app/assets/stylesheets/marketplace.sass */
.free-trial-button {
  margin-left: 0.35em !important;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  /* line 783, /app/app/assets/stylesheets/marketplace.sass */
  .free-trial-button::after {
    content: "";
    position: relative;
    border-right: 1px solid #af6d26;
    right: -0.6em;
  }
}
@media (max-width: 991px) {
  /* line 778, /app/app/assets/stylesheets/marketplace.sass */
  .free-trial-button {
    margin-left: 0 !important;
  }
}

/* line 792, /app/app/assets/stylesheets/marketplace.sass */
.btn-nav {
  padding: 5px 10px !important;
}

@media (max-width: 767px) {
  /* line 796, /app/app/assets/stylesheets/marketplace.sass */
  .free-trial-button {
    margin-left: 0.8em !important;
    padding: 5px 8px !important;
  }

  /* line 800, /app/app/assets/stylesheets/marketplace.sass */
  #shopping-cart-small {
    padding: 0 0.5em;
    line-height: 2.3;
    margin-top: 7px;
    margin-right: 5px;
    border: 1px solid #959ba2;
    border-radius: 2px;
    width: auto;
  }
  /* line 809, /app/app/assets/stylesheets/marketplace.sass */
  #shopping-cart-small .icon--cart {
    font-size: 1em;
  }
  /* line 811, /app/app/assets/stylesheets/marketplace.sass */
  #shopping-cart-small span {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    font-size: 1.3em;
    line-height: 1.5;
  }
  /* line 817, /app/app/assets/stylesheets/marketplace.sass */
  #shopping-cart-small a:hover, #shopping-cart-small a:active, #shopping-cart-small a:focus {
    text-decoration: none;
  }

  /* line 821, /app/app/assets/stylesheets/marketplace.sass */
  .nav--free-trial li {
    display: inline-block;
  }
}
/* line 11, /app/app/assets/stylesheets/floaty.sass */
.floaty-bg, .calendar-edit-popup-background {
  background-color: rgba(13, 15, 23, 0.95);
  bottom: 0;
  left: 0;
  padding: 20px 30px 30px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 88888;
}

/* line 21, /app/app/assets/stylesheets/floaty.sass */
.floaty-title {
  border-bottom: 1px solid #252d35;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

/* line 26, /app/app/assets/stylesheets/floaty.sass */
.floaty, .floaty-fg, .calendar-edit-popup {
  background-color: rgba(13, 15, 23, 0.75);
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  left: 20%;
  padding: 20px 80px 45px;
  position: absolute;
  right: 20%;
  top: 75px;
  z-index: 99999;
}
/* line 38, /app/app/assets/stylesheets/floaty.sass */
.floaty label, .floaty-fg label, .calendar-edit-popup label {
  color: #fff !important;
}
/* line 41, /app/app/assets/stylesheets/floaty.sass */
.floaty.help, .floaty-fg.help, .calendar-edit-popup.help {
  left: 5%;
  right: 5%;
}
/* line 45, /app/app/assets/stylesheets/floaty.sass */
.floaty hr, .floaty-fg hr, .calendar-edit-popup hr {
  border-color: #252d35;
}
/* line 48, /app/app/assets/stylesheets/floaty.sass */
.floaty .floaty-cancel, .floaty-fg .floaty-cancel, .calendar-edit-popup .floaty-cancel {
  margin-top: 20px;
}
/* line 51, /app/app/assets/stylesheets/floaty.sass */
.floaty .btn, .floaty-fg .btn, .calendar-edit-popup .btn {
  color: #fff;
}
/* line 54, /app/app/assets/stylesheets/floaty.sass */
.floaty .btn.btn-default, .floaty-fg .btn.btn-default, .calendar-edit-popup .btn.btn-default {
  color: #252d35;
}
/* line 57, /app/app/assets/stylesheets/floaty.sass */
.floaty .btn:hover, .floaty-fg .btn:hover, .calendar-edit-popup .btn:hover {
  background-color: #fff;
  border: 1px solid #252d35;
  color: #252d35;
}
/* line 62, /app/app/assets/stylesheets/floaty.sass */
.floaty .btn-xs, .floaty-fg .btn-xs, .calendar-edit-popup .btn-xs {
  font-size: 12px;
  color: #a5a3a1;
}
/* line 65, /app/app/assets/stylesheets/floaty.sass */
.floaty .btn-sm, .floaty-fg .btn-sm, .calendar-edit-popup .btn-sm {
  font-size: 14px;
  color: #a5a3a1;
}
/* line 69, /app/app/assets/stylesheets/floaty.sass */
.floaty .btn-sm.btn-default, .floaty-fg .btn-sm.btn-default, .calendar-edit-popup .btn-sm.btn-default {
  color: #252d35;
}
/* line 71, /app/app/assets/stylesheets/floaty.sass */
.floaty .btn-sm.btn-default:hover, .floaty-fg .btn-sm.btn-default:hover, .calendar-edit-popup .btn-sm.btn-default:hover {
  background-color: #ddd;
}
/* line 74, /app/app/assets/stylesheets/floaty.sass */
.floaty .actions, .floaty-fg .actions, .calendar-edit-popup .actions {
  margin-top: 50px;
}
/* line 77, /app/app/assets/stylesheets/floaty.sass */
.floaty h1, .floaty-fg h1, .calendar-edit-popup h1 {
  letter-spacing: 1px;
  line-height: 1.4;
  font-family: inherit !important;
  font-weight: 300 !important;
  font-size: 16pt !important;
  color: #fff;
}
/* line 86, /app/app/assets/stylesheets/floaty.sass */
.floaty ul.bulleted li, .floaty-fg ul.bulleted li, .calendar-edit-popup ul.bulleted li {
  margin-left: -20px;
}
/* line 89, /app/app/assets/stylesheets/floaty.sass */
.floaty.trial-added, .floaty-fg.trial-added, .calendar-edit-popup.trial-added {
  background: #38404c;
  border: 0;
  border-radius: 4px;
}
/* line 94, /app/app/assets/stylesheets/floaty.sass */
.floaty.trial-added::before, .floaty-fg.trial-added::before, .calendar-edit-popup.trial-added::before {
  border: 1px solid #606570;
  border-radius: 4px;
  content: "";
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  z-index: -1;
}
/* line 105, /app/app/assets/stylesheets/floaty.sass */
.floaty.trial-added hr, .floaty-fg.trial-added hr, .calendar-edit-popup.trial-added hr {
  border-color: #606570;
  margin: 2em auto;
  width: 60%;
}
/* line 109, /app/app/assets/stylesheets/floaty.sass */
.floaty.trial-added h1, .floaty-fg.trial-added h1, .calendar-edit-popup.trial-added h1 {
  font-family: "adobe-garamond-pro", garamond, serif !important;
  font-size: 3em !important;
  margin-bottom: -0.5em;
}
/* line 113, /app/app/assets/stylesheets/floaty.sass */
.floaty.trial-added .btn, .floaty-fg.trial-added .btn, .calendar-edit-popup.trial-added .btn {
  padding-left: 4em;
  padding-right: 4em;
}

@media (min-width: 1200px) {
  /* line 3, /app/app/assets/stylesheets/responsive.sass */
  .hidden-md {
    display: none !important;
  }

  /* line 6, /app/app/assets/stylesheets/responsive.sass */
  .visible-md {
    display: block !important;
  }

  /* line 10, /app/app/assets/stylesheets/responsive.sass */
  body.marketplace #marketplace-footer {
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 17, /app/app/assets/stylesheets/responsive.sass */
.navbar-collapse.in .navbar-right li,
.navbar-collapse.collapsing .navbar-right li {
  width: 100%;
}
/* line 19, /app/app/assets/stylesheets/responsive.sass */
.navbar-collapse.in .navbar-right li a,
.navbar-collapse.collapsing .navbar-right li a {
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, /app/app/assets/stylesheets/responsive.md.sass */
  body ul.table li .actions {
    width: 25%;
  }
  /* line 21, /app/app/assets/stylesheets/responsive.md.sass */
  body .dashboard-content .upcoming-container .list-item .meta .pull-right,
  body .dashboard-content .messages-container .list-item .meta .pull-right {
    clear: both;
    float: none !important;
  }

  /* line 28, /app/app/assets/stylesheets/responsive.md.sass */
  body.lessons ul.lesson-tabs.nav-tabs li a {
    font-size: 10pt;
  }
  /* line 31, /app/app/assets/stylesheets/responsive.md.sass */
  body.lessons .lesson-banner .col-md-8 {
    min-height: 350px;
  }

  /* line 35, /app/app/assets/stylesheets/responsive.md.sass */
  body.marketplace .shopping-cart-bar-item {
    margin-bottom: 15px;
  }
  /* line 40, /app/app/assets/stylesheets/responsive.md.sass */
  body.marketplace #featured-carousel .item-info h2 {
    font-size: 54px;
  }
  /* line 43, /app/app/assets/stylesheets/responsive.md.sass */
  body.marketplace #featured-carousel .carousel-inner {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 49, /app/app/assets/stylesheets/responsive.md.sass */
  body.marketplace #featured-carousel .carousel-control .glyphicon-chevron-right {
    margin-left: 0;
    margin-right: -40px;
  }
  /* line 53, /app/app/assets/stylesheets/responsive.md.sass */
  body.marketplace #featured-carousel .carousel-control .glyphicon-chevron-left {
    margin-left: -40px;
    margin-right: 0;
  }
  /* line 57, /app/app/assets/stylesheets/responsive.md.sass */
  body.marketplace #featured-carousel .carousel-control.right {
    margin-right: -6%;
  }
  /* line 60, /app/app/assets/stylesheets/responsive.md.sass */
  body.marketplace #featured-carousel .carousel-control.left {
    margin-left: -6%;
  }
  /* line 63, /app/app/assets/stylesheets/responsive.md.sass */
  body.marketplace #marketplace-footer {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  /* line 71, /app/app/assets/stylesheets/responsive.md.sass */
  #marketplace .inner-blurb {
    min-height: 16em;
  }

  /* line 78, /app/app/assets/stylesheets/responsive.md.sass */
  body.marketplace .shopping-cart-bar .shopping-cart-remove,
  body.signup .shopping-cart-bar .shopping-cart-remove {
    top: 14px;
    left: -29px;
  }
}
@media (min-width: 768px) {
  /* line 15, /app/app/assets/stylesheets/responsive.sm.sass */
  body #users_table.lr-table tbody tr.small-device {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 23, /app/app/assets/stylesheets/responsive.sm.sass */
  body .public-banner {
    font-size: 5rem;
  }
  /* line 27, /app/app/assets/stylesheets/responsive.sm.sass */
  body #publish_as_template_container label {
    text-indent: -37px;
  }
  /* line 31, /app/app/assets/stylesheets/responsive.sm.sass */
  body.lessons .lesson-banner .col-md-8 {
    min-height: 260px;
  }
  /* line 35, /app/app/assets/stylesheets/responsive.sm.sass */
  body.lessons .nav-tabs .caret {
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  /* line 40, /app/app/assets/stylesheets/responsive.sm.sass */
  body .new-uploaded-file-wrapper {
    display: none;
  }
  /* line 43, /app/app/assets/stylesheets/responsive.sm.sass */
  body .sign-in-details {
    color: #ccc !important;
    font-size: 9pt;
    text-align: left;
  }
  /* line 48, /app/app/assets/stylesheets/responsive.sm.sass */
  body .hidden-s {
    display: none !important;
  }
  /* line 50, /app/app/assets/stylesheets/responsive.sm.sass */
  body .visible-s {
    display: block !important;
  }
  /* line 53, /app/app/assets/stylesheets/responsive.sm.sass */
  body .floaty {
    left: 10%;
    right: 10%;
  }
  /* line 57, /app/app/assets/stylesheets/responsive.sm.sass */
  body .curriculum-box {
    margin: 20px 0px 40px;
  }
  /* line 60, /app/app/assets/stylesheets/responsive.sm.sass */
  body .search-results {
    margin-top: -150px;
  }
  /* line 63, /app/app/assets/stylesheets/responsive.sm.sass */
  body .calendar-fullscreen {
    left: 10px;
    top: -30px;
  }
  /* line 67, /app/app/assets/stylesheets/responsive.sm.sass */
  body .fullscreen-wrapper.fs-showing {
    background-color: #fff;
    padding-top: 40px;
    top: 105px !important;
  }
  /* line 72, /app/app/assets/stylesheets/responsive.sm.sass */
  body .fullscreen-wrapper.fs-showing .calendar-fullscreen {
    top: 8px;
  }
  /* line 75, /app/app/assets/stylesheets/responsive.sm.sass */
  body .calendar-nav {
    font-size: 13pt;
  }
  /* line 78, /app/app/assets/stylesheets/responsive.sm.sass */
  body .panel {
    background-color: rgba(37, 45, 53, 0.2);
  }
  /* line 81, /app/app/assets/stylesheets/responsive.sm.sass */
  body table.calendar.table-bordered {
    border-color: #959ba2;
  }
  /* line 83, /app/app/assets/stylesheets/responsive.sm.sass */
  body table.calendar.table-bordered thead th,
  body table.calendar.table-bordered tbody td {
    border-color: #959ba2;
    color: #777;
  }
  /* line 88, /app/app/assets/stylesheets/responsive.sm.sass */
  body table.calendar.table-bordered thead th .day-container span:not(.print-only),
  body table.calendar.table-bordered tbody td .day-container span:not(.print-only) {
    color: #252d35;
  }
  /* line 92, /app/app/assets/stylesheets/responsive.sm.sass */
  body table.calendar.table-bordered tbody td.holiday {
    background-color: rgba(97, 161, 195, 0.3);
  }
  /* line 94, /app/app/assets/stylesheets/responsive.sm.sass */
  body table.calendar.table-bordered tbody td.holiday .holiday-name {
    color: #252d35;
  }
  /* line 96, /app/app/assets/stylesheets/responsive.sm.sass */
  body table.calendar.table-bordered tbody td.past {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.5;
  }
  /* line 100, /app/app/assets/stylesheets/responsive.sm.sass */
  body .greeting {
    margin-top: 20px;
  }
  /* line 103, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark {
    margin: 5px 0;
  }
  /* line 106, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .gray, body .right-dark .gray a {
    color: #999;
  }
  /* line 109, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .disabled {
    color: #ccc;
  }
  /* line 111, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .bootstrap-select.btn-group > .dropdown-toggle {
    background-color: white;
    border-color: #ccc;
  }
  /* line 115, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .bootstrap-select.btn-group > .dropdown-toggle .filter-option, body .right-dark .bootstrap-select.btn-group > .dropdown-toggle .caret {
    color: #a5a3a1;
  }
  /* line 118, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark.table-shrug {
    padding-left: 0px;
    margin-left: 0px;
  }
  /* line 122, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark.table-shrug .list-actions {
    border-bottom-color: #ccc;
  }
  /* line 126, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .lr-table > tbody a {
    color: black;
  }
  /* line 129, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .lr-table > tbody .name > a {
    font-size: 24px;
  }
  /* line 132, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .lr-table > tbody .description > a {
    font-weight: 200;
    font-size: 12pt;
  }
  /* line 137, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .lr-table > tbody td.bottom-border {
    border-bottom: none;
  }
  /* line 140, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .lr-table > tbody td:last-child {
    color: #a5a3a1;
  }
  /* line 143, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .lr-table > tbody td:last-child a {
    color: #a5a3a1;
    font-size: 13px;
  }
  /* line 147, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .lr-table > tbody tr.top {
    border-top: 1px solid #ccc;
  }
  /* line 150, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .lr-table > tbody tr.top:first-child {
    border-top: none;
  }
  /* line 153, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .lr-table > tbody tr:last-child {
    border-bottom: 1px solid #ccc;
  }
  /* line 156, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .marginless {
    margin-left: 0px;
  }
  /* line 159, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .usage {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
  /* line 163, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .usage.usage-used {
    border-bottom: 1px solid black;
    margin-bottom: 0px;
  }
  /* line 167, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .pull-right.usage-info {
    float: left !important;
  }
  /* line 170, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .pull-right.usage-info .usage-stats, body .right-dark .pull-right.usage-info .usage-stats > span {
    color: #a5a3a1;
  }
  /* line 173, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark.fs-init {
    background-color: #fff;
  }
  /* line 176, /app/app/assets/stylesheets/responsive.sm.sass */
  body .list-actions {
    clear: both;
  }
  /* line 179, /app/app/assets/stylesheets/responsive.sm.sass */
  body .item.news-feed .description {
    color: #555;
  }
  /* line 182, /app/app/assets/stylesheets/responsive.sm.sass */
  body #admin_users_panel {
    margin-top: -100px;
  }
  /* line 185, /app/app/assets/stylesheets/responsive.sm.sass */
  body #admin_users_panel .first-legend {
    color: white;
    font-size: 24pt;
    margin-bottom: 60px;
  }
  /* line 190, /app/app/assets/stylesheets/responsive.sm.sass */
  body #admin_users_panel.edit-file {
    margin-top: -140px;
  }
  /* line 193, /app/app/assets/stylesheets/responsive.sm.sass */
  body .col-md-4 + .col-md-4 {
    margin-top: 8px;
  }
  /* line 196, /app/app/assets/stylesheets/responsive.sm.sass */
  body #btn_revert_lesson_container {
    margin-top: -20px;
  }
  /* line 199, /app/app/assets/stylesheets/responsive.sm.sass */
  body #publish_as_template_container {
    margin-bottom: 30px;
    margin-top: 10px;
  }

  /* line 205, /app/app/assets/stylesheets/responsive.sm.sass */
  #duo-items .duo-item-holder.left, #duo-items .duo-item-holder.right {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 211, /app/app/assets/stylesheets/responsive.sm.sass */
  body {
    background-position-x: 0;
    background-size: auto 320px;
  }
  /* line 215, /app/app/assets/stylesheets/responsive.sm.sass */
  body .main-content {
    margin-top: 30px;
  }
  /* line 219, /app/app/assets/stylesheets/responsive.sm.sass */
  body .main-content.container .row > .col-md-4 {
    min-height: 320px;
    padding-top: 30px;
  }
  /* line 225, /app/app/assets/stylesheets/responsive.sm.sass */
  body .col-md-4 h1 {
    font-size: 42pt;
  }
  /* line 228, /app/app/assets/stylesheets/responsive.sm.sass */
  body .curriculum-box {
    background-color: rgba(255, 255, 255, 0.01);
    background-image: url("/assets/768Filter.png"), linear-gradient(rgba(255, 255, 255, 0.01) 30%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.01) 70%);
  }
  /* line 233, /app/app/assets/stylesheets/responsive.sm.sass */
  body .dashboard-content .list-item p {
    color: #252d35;
  }
  /* line 236, /app/app/assets/stylesheets/responsive.sm.sass */
  body .dashboard-content .list-item + .list-item {
    border-top: 1px solid #ddd;
    margin-top: 20px;
  }
  /* line 244, /app/app/assets/stylesheets/responsive.sm.sass */
  body .dashboard-content .upcoming-container .list-item h3 a,
  body .dashboard-content .messages-container .list-item h3 a {
    color: #000;
  }
  /* line 248, /app/app/assets/stylesheets/responsive.sm.sass */
  body .dashboard-content .upcoming-container .list-item .year,
  body .dashboard-content .messages-container .list-item .year {
    color: rgba(37, 45, 53, 0.7);
  }
  /* line 251, /app/app/assets/stylesheets/responsive.sm.sass */
  body .dashboard-content .upcoming-container .list-item .meta .pull-right,
  body .dashboard-content .messages-container .list-item .meta .pull-right {
    clear: both;
    float: none !important;
  }
  /* line 254, /app/app/assets/stylesheets/responsive.sm.sass */
  body .dashboard-content .upcoming-container .list-item .meta *,
  body .dashboard-content .messages-container .list-item .meta * {
    color: rgba(37, 45, 53, 0.7);
  }
  /* line 257, /app/app/assets/stylesheets/responsive.sm.sass */
  body .dashboard-content .upcoming-container .list-item .date-box,
  body .dashboard-content .messages-container .list-item .date-box {
    border-color: #333;
    width: 100%;
  }
  /* line 261, /app/app/assets/stylesheets/responsive.sm.sass */
  body .dashboard-content .upcoming-container .list-item .date-box .bottom,
  body .dashboard-content .messages-container .list-item .date-box .bottom {
    border-color: #333;
    color: rgba(37, 45, 53, 0.7);
  }
  /* line 265, /app/app/assets/stylesheets/responsive.sm.sass */
  body ul.account-tabs.nav-tabs, body ul.calendar-tabs.nav-tabs, body ul.dashboard-tabs.nav-tabs {
    margin: 30px 0 10px;
  }
  /* line 268, /app/app/assets/stylesheets/responsive.sm.sass */
  body .edit-user > .col-sm-12 {
    margin-top: -40px;
  }
  /* line 271, /app/app/assets/stylesheets/responsive.sm.sass */
  body .floaty, body .floaty-fg, body .calendar-edit-popup {
    left: 25px;
    padding: 20px 25px 30px;
    right: 25px;
    top: 25px;
  }
  /* line 277, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark {
    background-color: transparent;
    padding: 0;
  }
  /* line 281, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark * {
    color: #252d35;
  }
  /* line 284, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark a {
    color: #61a1c3;
  }
  /* line 287, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark hr {
    border-color: #ddd;
  }
  /* line 290, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .end-of-list {
    color: #959ba2;
  }
  /* line 293, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .btn-white {
    border-color: #8093a6;
    color: #596d80;
  }
  /* line 296, /app/app/assets/stylesheets/responsive.sm.sass */
  body .right-dark .btn-white:hover {
    border-color: #252d35;
    color: #252d35;
  }

  /* line 302, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace .navbar-header,
  body.signup .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 306, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace .icon-bar,
  body.signup .icon-bar {
    background-color: #fff;
  }
  /* line 309, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace .row,
  body.signup .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 313, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #shopping-cart-small,
  body.signup #shopping-cart-small {
    margin-right: -120%;
    border: 1px solid #959ba2;
    width: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 320, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #shopping-cart-small a,
  body.signup #shopping-cart-small a {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    font-size: 11pt;
  }
  /* line 326, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #shopping-cart-bar,
  body.signup #shopping-cart-bar {
    padding-bottom: 30px;
  }
  /* line 329, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #shopping-cart-bar .shopping-cart-bar-item,
  body.signup #shopping-cart-bar .shopping-cart-bar-item {
    border-right: none;
    border-bottom: 1px solid #ddd;
    height: 70px;
    min-height: 0px;
  }
  /* line 335, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #shopping-cart-bar .shopping-cart-remove,
  body.signup #shopping-cart-bar .shopping-cart-remove {
    position: static;
    float: left;
    margin-top: 27px;
  }
  /* line 340, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #shopping-cart-bar .bar-item-description,
  body.signup #shopping-cart-bar .bar-item-description {
    float: left;
    margin-left: 15px;
    font-size: 12pt;
    font-weight: 500;
    margin-top: 24px;
  }
  /* line 347, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #shopping-cart-bar .bar-item-price,
  body.signup #shopping-cart-bar .bar-item-price {
    float: right;
    font-size: 12pt;
    font-weight: 500;
    text-shadow: none;
    margin-top: 24px;
  }
  /* line 354, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #shopping-cart-bar #cart-bar-checkout-button,
  body.signup #shopping-cart-bar #cart-bar-checkout-button {
    margin-top: 10px;
  }
  /* line 357, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #shopping-cart-bar #bar-cart-subtotal,
  body.signup #shopping-cart-bar #bar-cart-subtotal {
    border-top: none;
    padding-bottom: 20px;
    font-size: 12pt;
    font-weight: 500;
    padding-right: 10px;
    height: 53px;
  }
  /* line 365, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #shopping-cart-bar #subtotal-label,
  body.signup #shopping-cart-bar #subtotal-label {
    margin-left: 45%;
  }
  /* line 368, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #shopping-cart-bar #shopping-cart-bar-added-indicator,
  body.signup #shopping-cart-bar #shopping-cart-bar-added-indicator {
    margin-bottom: -30px;
  }
  /* line 371, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #shopping-cart-bar #shopping-cart-bar-caret-small,
  body.signup #shopping-cart-bar #shopping-cart-bar-caret-small {
    color: #72adc3;
    font-size: 34pt;
    text-shadow: none;
    position: relative;
    top: 36px;
  }
  /* line 380, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #marketplace .order_item .details,
  body.signup #marketplace .order_item .details {
    border-color: #ddd;
  }
  /* line 384, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #marketplace-footer-bottom .matty-contact-info,
  body.signup #marketplace-footer-bottom .matty-contact-info {
    margin-top: 37px;
    font-size: 12pt;
  }
  /* line 388, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #check-out:not(.check-out-public),
  body.signup #check-out:not(.check-out-public) {
    width: 480px;
  }
  /* line 391, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #check-out:not(.check-out-public) h3,
  body.signup #check-out:not(.check-out-public) h3 {
    color: #61a1c3;
    font-size: 14pt;
  }
  /* line 395, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #check-out:not(.check-out-public) a,
  body.signup #check-out:not(.check-out-public) a {
    color: #222;
  }
  /* line 398, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #check-out:not(.check-out-public) .checkout_form_block,
  body.signup #check-out:not(.check-out-public) .checkout_form_block {
    border: 1px solid #ccc;
  }
  /* line 401, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #check-out:not(.check-out-public) .checkout_form_block #payment_proxy_country,
  body.signup #check-out:not(.check-out-public) .checkout_form_block #payment_proxy_country {
    width: 150px;
  }
  /* line 406, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #check-out:not(.check-out-public) #item-list-small #checkout_item_row_header_small,
  body.signup #check-out:not(.check-out-public) #item-list-small #checkout_item_row_header_small {
    color: #aaa;
    font-size: 10pt;
    text-transform: uppercase;
    text-shadow: none;
    margin-bottom: 20px;
  }
  /* line 413, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #check-out:not(.check-out-public) #item-list-small .checkout_item_remove,
  body.signup #check-out:not(.check-out-public) #item-list-small .checkout_item_remove {
    font-size: 12pt;
    margin-top: 10px;
    display: block;
    font-size: 10pt;
  }
  /* line 419, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #check-out:not(.check-out-public) #item-list-small .checkout_item_description,
  body.signup #check-out:not(.check-out-public) #item-list-small .checkout_item_description {
    font-size: 12pt;
    color: #222;
  }
  /* line 423, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #check-out:not(.check-out-public) #item-list-small .checkout_item_price,
  body.signup #check-out:not(.check-out-public) #item-list-small .checkout_item_price {
    font-size: 12pt;
    color: #222;
  }
  /* line 427, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #check-out:not(.check-out-public) #item-list-small #order_total_small,
  body.signup #check-out:not(.check-out-public) #item-list-small #order_total_small {
    font-size: 12pt;
    color: #222;
  }
  /* line 431, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #check-out:not(.check-out-public) #checkout-button-row-small,
  body.signup #check-out:not(.check-out-public) #checkout-button-row-small {
    margin-left: 2px;
  }
  /* line 434, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #check-out:not(.check-out-public) #purchase_button_small,
  body.signup #check-out:not(.check-out-public) #purchase_button_small {
    width: 100%;
    margin-top: 25px;
  }
  /* line 438, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #featured-items-header,
  body.signup #featured-items-header {
    margin-top: -80px;
  }
  /* line 442, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #featured-items .inner-blurb,
  body.signup #featured-items .inner-blurb {
    font-size: 10pt;
    min-height: 0;
  }
  /* line 446, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace .item-image,
  body.signup .item-image {
    width: 200px;
    margin-top: 25px;
  }
  /* line 450, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #product-page,
  body.signup #product-page {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 455, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #product_info_text_small,
  body.signup #product_info_text_small {
    margin-top: 60px;
    border-top: 1px solid #ccc;
    margin-left: 20px;
    margin-right: 20px;
  }
  /* line 461, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #product_info_text_small h1,
  body.signup #product_info_text_small h1 {
    font-family: "freight-sans-pro", calibri, arial;
    font-size: 18pt;
    text-shadow: none;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
  }
  /* line 469, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #product_info_text_small .marketplace_add_to_cart,
  body.signup #product_info_text_small .marketplace_add_to_cart {
    margin-top: 20px;
    color: #000;
    margin-bottom: 60px;
  }
  /* line 474, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #product_info_text_small .order_price,
  body.signup #product_info_text_small .order_price {
    color: #000;
  }
  /* line 477, /app/app/assets/stylesheets/responsive.sm.sass */
  body.marketplace #product_info_text_small .product_title,
  body.signup #product_info_text_small .product_title {
    margin-top: 45px;
  }

  /* line 483, /app/app/assets/stylesheets/responsive.sm.sass */
  body.lessons .lesson-banner .col-md-8 .nav-tabs, body.lessons .lesson-banner .col-sm-8 .nav-tabs {
    width: 100%;
  }
  /* line 486, /app/app/assets/stylesheets/responsive.sm.sass */
  body.lessons li.dropdown.lesson-tabs.visible-xs.visible-sm {
    width: 100%;
    z-index: 10;
  }
  /* line 489, /app/app/assets/stylesheets/responsive.sm.sass */
  body.lessons li.dropdown.lesson-tabs.visible-xs.visible-sm a {
    text-align: left;
    padding-left: 10px;
  }
  /* line 492, /app/app/assets/stylesheets/responsive.sm.sass */
  body.lessons li.dropdown.lesson-tabs.visible-xs.visible-sm a:hover, body.lessons li.dropdown.lesson-tabs.visible-xs.visible-sm a:focus {
    background-color: #959ba2;
  }
  /* line 495, /app/app/assets/stylesheets/responsive.sm.sass */
  body.lessons li.dropdown.lesson-tabs.visible-xs.visible-sm a.btn {
    color: white;
    padding-left: 5px;
  }
  /* line 499, /app/app/assets/stylesheets/responsive.sm.sass */
  body.lessons li.dropdown.lesson-tabs.visible-xs.visible-sm a.btn span.text {
    padding-top: 18px;
    padding-left: 0px;
    margin-left: -5px;
    padding-right: 0px;
    border-top: white solid 1px;
  }
  /* line 506, /app/app/assets/stylesheets/responsive.sm.sass */
  body.lessons li.dropdown.lesson-tabs.visible-xs.visible-sm a.btn .caret {
    float: right;
    margin-top: 5px;
  }
  /* line 511, /app/app/assets/stylesheets/responsive.sm.sass */
  body.lessons li.dropdown.lesson-tabs.visible-xs.visible-sm a.btn:hover, body.lessons li.dropdown.lesson-tabs.visible-xs.visible-sm a.btn:active {
    background-color: transparent;
  }
  /* line 514, /app/app/assets/stylesheets/responsive.sm.sass */
  body.lessons li.dropdown.lesson-tabs.visible-xs.visible-sm ul {
    background-color: transparent;
  }
  /* line 517, /app/app/assets/stylesheets/responsive.sm.sass */
  body.lessons #downloads_list, body.lessons #media_list {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  /* line 11, /app/app/assets/stylesheets/responsive.xs.sass */
  body {
    background-position: 0% 98px;
    background-size: auto 310px;
  }
  /* line 13, /app/app/assets/stylesheets/responsive.xs.sass */
  body .public-banner {
    font-size: 4rem;
  }
  /* line 22, /app/app/assets/stylesheets/responsive.xs.sass */
  body header .navbar-nav.navbar-right li {
    display: inline-block;
  }
  /* line 24, /app/app/assets/stylesheets/responsive.xs.sass */
  body header .navbar-nav.navbar-right li a {
    padding: 5px 10px;
  }
  /* line 27, /app/app/assets/stylesheets/responsive.xs.sass */
  body .hidden-xs {
    display: none !important;
  }
  /* line 29, /app/app/assets/stylesheets/responsive.xs.sass */
  body .visible-xs {
    display: block !important;
  }
  /* line 31, /app/app/assets/stylesheets/responsive.xs.sass */
  body .visible-xs.cart-link {
    display: inline-block !important;
  }
  /* line 33, /app/app/assets/stylesheets/responsive.xs.sass */
  body .visible-xs.cart-link img {
    vertical-align: text-top;
  }
  /* line 36, /app/app/assets/stylesheets/responsive.xs.sass */
  body .fileinput .form-control {
    min-width: 0;
  }
  /* line 39, /app/app/assets/stylesheets/responsive.xs.sass */
  body .main-content {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 44, /app/app/assets/stylesheets/responsive.xs.sass */
  body > .container > .row > .col-md-4 {
    min-height: 310px;
    padding-top: 30px;
  }
  /* line 48, /app/app/assets/stylesheets/responsive.xs.sass */
  body a {
    color: #61a1c3;
  }
  /* line 51, /app/app/assets/stylesheets/responsive.xs.sass */
  body .btn {
    white-space: normal;
  }
  /* line 54, /app/app/assets/stylesheets/responsive.xs.sass */
  body .stretch-sm {
    width: 100%;
  }
  /* line 57, /app/app/assets/stylesheets/responsive.xs.sass */
  body header {
    margin-bottom: 20px;
  }
  /* line 60, /app/app/assets/stylesheets/responsive.xs.sass */
  body header .navbar .top-right-nav-container {
    float: right;
    text-align: right;
    width: 50%;
  }
  /* line 65, /app/app/assets/stylesheets/responsive.xs.sass */
  body header .navbar .top-right-nav-container ul.nav {
    display: inline-block !important;
    margin: 0 1em 0 0;
    position: absolute;
    right: 45px;
    top: 18px;
  }
  /* line 72, /app/app/assets/stylesheets/responsive.xs.sass */
  body header .navbar .top-right-nav-container ul.nav.menu-trigger {
    border-color: #a5a3a1;
  }
  /* line 75, /app/app/assets/stylesheets/responsive.xs.sass */
  body header .navbar .navbar-brand {
    margin-left: 10px !important;
  }
  /* line 78, /app/app/assets/stylesheets/responsive.xs.sass */
  body header li.divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
  }
  /* line 87, /app/app/assets/stylesheets/responsive.xs.sass */
  body #menu ul li a, body #search ul li a, body #curriculum_select ul li a {
    font-size: 24pt;
    line-height: 0.75;
  }
  /* line 92, /app/app/assets/stylesheets/responsive.xs.sass */
  body #menu #purchased_curriculum .col-xs-4, body #menu #unpurchased_curriculum .col-xs-4, body #search #purchased_curriculum .col-xs-4, body #search #unpurchased_curriculum .col-xs-4, body #curriculum_select #purchased_curriculum .col-xs-4, body #curriculum_select #unpurchased_curriculum .col-xs-4 {
    width: 33.3%;
  }
  /* line 95, /app/app/assets/stylesheets/responsive.xs.sass */
  body #menu #purchased_curriculum .popover-on, body #menu #unpurchased_curriculum .popover-on, body #search #purchased_curriculum .popover-on, body #search #unpurchased_curriculum .popover-on, body #curriculum_select #purchased_curriculum .popover-on, body #curriculum_select #unpurchased_curriculum .popover-on {
    opacity: 0;
  }
  /* line 99, /app/app/assets/stylesheets/responsive.xs.sass */
  body #menu ul.nav {
    margin-top: 30px;
  }
  /* line 102, /app/app/assets/stylesheets/responsive.xs.sass */
  body #search .search-field {
    width: 100%;
  }
  /* line 106, /app/app/assets/stylesheets/responsive.xs.sass */
  body footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 111, /app/app/assets/stylesheets/responsive.xs.sass */
  body table th, body table td {
    word-break: break-word;
  }
  /* line 118, /app/app/assets/stylesheets/responsive.xs.sass */
  body #users_table.lr-table tbody tr td.name {
    font-size: 1em;
    width: 52%;
  }
  /* line 121, /app/app/assets/stylesheets/responsive.xs.sass */
  body #users_table.lr-table tbody tr td.name a {
    font-size: 1.2em;
    letter-spacing: 1px;
  }
  /* line 124, /app/app/assets/stylesheets/responsive.xs.sass */
  body #users_table.lr-table tbody tr td.state {
    font-size: 1em;
  }
  /* line 126, /app/app/assets/stylesheets/responsive.xs.sass */
  body #users_table.lr-table tbody tr.small-device {
    display: table-row;
  }
  /* line 128, /app/app/assets/stylesheets/responsive.xs.sass */
  body #users_table.lr-table tbody tr.small-device td {
    text-align: left;
  }
  /* line 130, /app/app/assets/stylesheets/responsive.xs.sass */
  body #users_table.lr-table tbody tr.small-device td.description > a {
    font-size: 12pt;
    color: black;
  }
  /* line 138, /app/app/assets/stylesheets/responsive.xs.sass */
  body .tab_wizard ul li + li {
    margin-left: 10px;
  }
  /* line 140, /app/app/assets/stylesheets/responsive.xs.sass */
  body .tab_wizard ul li a {
    font-size: 16pt;
    height: 50px;
    width: 50px;
    padding: 10px 0px;
  }
  /* line 146, /app/app/assets/stylesheets/responsive.xs.sass */
  body .tab_wizard ul li a small {
    font-size: 8pt;
  }
  /* line 150, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .container > .navbar-collapse.collapsing,
  body.lessons .container > .navbar-collapse.collapse.in {
    top: -3px;
  }
  /* line 156, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons ul.lesson-tabs.nav-tabs li a:hover,
  body.lessons ul.lesson-tabs.nav-tabs li .active {
    border-color: transparent;
  }
  /* line 161, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons header .curriculum-menu {
    border-left: none;
    float: none !important;
    left: 100px;
    position: absolute;
    top: 19px;
  }
  /* line 168, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons header .curriculum-menu a {
    margin-left: -25px;
    padding: 5px 15px;
  }
  /* line 172, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner {
    background-color: #61a1c3;
    background-image: url("/assets/480Filter.png"), linear-gradient(rgba(255, 255, 255, 0.01) 30%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.01) 70%);
    background-size: auto 500px;
    margin-top: -20px;
    min-height: 0;
    padding: 0 10px;
  }
  /* line 179, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner .col-md-8 {
    padding-top: 20px;
  }
  /* line 182, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner .col-md-8 #lesson-subtitle {
    min-height: 0;
  }
  /* line 185, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner .col-md-8 .customize-buttons-wrapper {
    margin-bottom: 0;
  }
  /* line 187, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner .col-md-8 .customize-buttons-wrapper .col-sm-4 + .col-sm-4 {
    margin-top: 5px;
  }
  /* line 190, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner .col-sm-8 {
    min-height: 400px;
    padding-top: 60px;
  }
  /* line 194, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner .btn {
    display: block;
    width: 100%;
  }
  /* line 197, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner .btn + .btn {
    margin-left: 0;
    margin-top: 30px;
  }
  /* line 200, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner li.dropdown.lesson-tabs.visible-xs.visible-sm {
    width: 100%;
    z-index: 10;
  }
  /* line 203, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner li.dropdown.lesson-tabs.visible-xs.visible-sm a {
    color: #ccc;
    text-align: left;
    padding-left: 10px;
  }
  /* line 207, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner li.dropdown.lesson-tabs.visible-xs.visible-sm a:hover, body.lessons .lesson-banner li.dropdown.lesson-tabs.visible-xs.visible-sm a:focus {
    color: white;
  }
  /* line 210, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner li.dropdown.lesson-tabs.visible-xs.visible-sm a.btn {
    color: white;
    padding-left: 5px;
  }
  /* line 214, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner li.dropdown.lesson-tabs.visible-xs.visible-sm a.btn span.text {
    padding-top: 18px;
    padding-left: 0px;
    margin-left: -5px;
    padding-right: 0px;
    border-top: white solid 1px;
  }
  /* line 221, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner li.dropdown.lesson-tabs.visible-xs.visible-sm a.btn .caret {
    float: right;
    margin-top: 5px;
  }
  /* line 226, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner li.dropdown.lesson-tabs.visible-xs.visible-sm a.btn:hover, body.lessons .lesson-banner li.dropdown.lesson-tabs.visible-xs.visible-sm a.btn:active {
    background-color: transparent;
  }
  /* line 228, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner li.dropdown.lesson-tabs.visible-xs.visible-sm a.btn:active {
    background-color: transparent;
  }
  /* line 231, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .lesson-banner li.dropdown.lesson-tabs.visible-xs.visible-sm ul {
    background-color: transparent;
  }
  /* line 234, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .media_description {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  /* line 239, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .tab-content {
    margin: 0;
    padding: 20px 10px;
  }
  /* line 244, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons #media_list .media-store-items-wrapper {
    padding: 0 20px;
  }
  /* line 251, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .tab_wizard ul li + li {
    margin-left: 10px;
  }
  /* line 254, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .tab_wizard ul li a {
    font-size: 16pt;
    height: 50px;
    width: 50px;
    padding: 10px 0px;
  }
  /* line 260, /app/app/assets/stylesheets/responsive.xs.sass */
  body.lessons .tab_wizard ul li a small {
    font-size: 8pt;
  }
  /* line 264, /app/app/assets/stylesheets/responsive.xs.sass */
  body .comment .author, body .comment .date {
    color: #a5a3a1;
    font-size: 10.5pt;
  }
  /* line 269, /app/app/assets/stylesheets/responsive.xs.sass */
  body .calendar tbody tr td {
    height: 70px;
    padding: 5px;
  }
  /* line 274, /app/app/assets/stylesheets/responsive.xs.sass */
  body .calendar .schedulings-container .scheduling-wrapper + .scheduling-wrapper {
    margin: 3px 0 0 3px;
  }
  /* line 278, /app/app/assets/stylesheets/responsive.xs.sass */
  body #calendar-edit-popup-chooser .col-sm-4 + .col-sm-4 {
    margin-top: 15px;
  }
  /* line 282, /app/app/assets/stylesheets/responsive.xs.sass */
  body #first-menu-heading {
    font-size: 14pt !important;
    margin-top: 0;
    position: absolute;
    top: -30px;
    width: 70%;
  }
  /* line 289, /app/app/assets/stylesheets/responsive.xs.sass */
  body .col-md-4 + .col-md-7 {
    margin-top: 30px;
  }
  /* line 292, /app/app/assets/stylesheets/responsive.xs.sass */
  body .col-sm-12 {
    clear: both;
  }
  /* line 295, /app/app/assets/stylesheets/responsive.xs.sass */
  body #admin_users_panel, body #admin_users_panel.edit-file {
    margin-top: -135px;
  }
  /* line 298, /app/app/assets/stylesheets/responsive.xs.sass */
  body #admin_users_panel .first-legend, body #admin_users_panel.edit-file .first-legend {
    color: white;
    font-size: 18pt;
    font-weight: 300;
    margin-bottom: 50px;
  }
  /* line 304, /app/app/assets/stylesheets/responsive.xs.sass */
  body .right-dark {
    background-color: transparent;
    margin: 5px 0;
    padding: 0;
  }
  /* line 309, /app/app/assets/stylesheets/responsive.xs.sass */
  body .right-dark * {
    color: #252d35;
  }
  /* line 312, /app/app/assets/stylesheets/responsive.xs.sass */
  body .right-dark a {
    color: #61a1c3;
  }
  /* line 315, /app/app/assets/stylesheets/responsive.xs.sass */
  body .right-dark hr {
    border-color: #ddd;
  }
  /* line 319, /app/app/assets/stylesheets/responsive.xs.sass */
  body .right-dark .btn-white {
    border-color: #8093a6;
    color: #596d80;
  }
  /* line 322, /app/app/assets/stylesheets/responsive.xs.sass */
  body .right-dark .btn-white:hover {
    border-color: #252d35;
    color: #252d35;
  }
  /* line 328, /app/app/assets/stylesheets/responsive.xs.sass */
  body .dashboard-content .list-item h3 {
    font-weight: 400;
  }
  /* line 330, /app/app/assets/stylesheets/responsive.xs.sass */
  body .dashboard-content .list-item p {
    color: #252d35;
  }
  /* line 333, /app/app/assets/stylesheets/responsive.xs.sass */
  body .dashboard-content .list-item + .list-item {
    border-top: 1px solid #ddd;
    margin-top: 20px;
  }
  /* line 341, /app/app/assets/stylesheets/responsive.xs.sass */
  body .dashboard-content .upcoming-container .list-item h3 a,
  body .dashboard-content .messages-container .list-item h3 a {
    color: #000;
    font-size: 18pt;
    font-weight: 400;
  }
  /* line 345, /app/app/assets/stylesheets/responsive.xs.sass */
  body .dashboard-content .upcoming-container .list-item .year,
  body .dashboard-content .messages-container .list-item .year {
    color: rgba(37, 45, 53, 0.7);
  }
  /* line 348, /app/app/assets/stylesheets/responsive.xs.sass */
  body .dashboard-content .upcoming-container .list-item .meta .pull-right,
  body .dashboard-content .messages-container .list-item .meta .pull-right {
    clear: both;
    float: none !important;
  }
  /* line 351, /app/app/assets/stylesheets/responsive.xs.sass */
  body .dashboard-content .upcoming-container .list-item .meta *,
  body .dashboard-content .messages-container .list-item .meta * {
    color: rgba(37, 45, 53, 0.7);
  }
  /* line 356, /app/app/assets/stylesheets/responsive.xs.sass */
  body .news-feed-container .list-item .name a, body .news-feed-container .list-item .date {
    color: rgba(37, 45, 53, 0.7);
  }
  /* line 359, /app/app/assets/stylesheets/responsive.xs.sass */
  body ul.account-tabs.nav-tabs, body ul.calendar-tabs.nav-tabs, body ul.dashboard-tabs.nav-tabs {
    margin: 20px 0 10px;
  }
  /* line 362, /app/app/assets/stylesheets/responsive.xs.sass */
  body ul.account-tabs.nav-tabs li, body ul.calendar-tabs.nav-tabs li, body ul.dashboard-tabs.nav-tabs li {
    display: inline-block;
    width: 24%;
  }
  /* line 366, /app/app/assets/stylesheets/responsive.xs.sass */
  body .floaty, body .floaty-fg, body .calendar-edit-popup {
    left: 25px;
    padding: 20px 25px 30px;
    right: 25px;
    top: 25px;
  }
  /* line 374, /app/app/assets/stylesheets/responsive.xs.sass */
  body .upcoming-container .list-item .col-md-2 {
    float: left;
    width: 25%;
  }
  /* line 378, /app/app/assets/stylesheets/responsive.xs.sass */
  body .upcoming-container .list-item .col-md-10 {
    float: left;
    width: 75%;
  }
  /* line 382, /app/app/assets/stylesheets/responsive.xs.sass */
  body .upcoming-container .list-item .date-box {
    border-color: #333;
    width: 100%;
  }
  /* line 386, /app/app/assets/stylesheets/responsive.xs.sass */
  body .upcoming-container .list-item .date-box .bottom {
    border-color: #333;
    color: rgba(37, 45, 53, 0.7);
  }
  /* line 392, /app/app/assets/stylesheets/responsive.xs.sass */
  body #curriculum .btn,
  body #hdr_messages_content .btn {
    display: block;
    width: 100%;
  }
  /* line 395, /app/app/assets/stylesheets/responsive.xs.sass */
  body #curriculum .btn + .btn,
  body #hdr_messages_content .btn + .btn {
    margin-left: 0;
    margin-top: 30px;
  }
  /* line 399, /app/app/assets/stylesheets/responsive.xs.sass */
  body .fullscreen-wrapper.fs-showing {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  /* line 404, /app/app/assets/stylesheets/responsive.xs.sass */
  body .fullscreen-wrapper.fs-showing .right-dark {
    margin: 0;
    padding: 15px;
  }
  /* line 408, /app/app/assets/stylesheets/responsive.xs.sass */
  body .fullscreen-wrapper.fs-showing .right-dark .calendar-fullscreen {
    left: 10px;
  }
  /* line 410, /app/app/assets/stylesheets/responsive.xs.sass */
  body .right-dark {
    clear: both;
  }
  /* line 416, /app/app/assets/stylesheets/responsive.xs.sass */
  body .uploaded_or_purchased ul.account-tabs.nav-tabs li, body .uploaded_or_purchased ul.calendar-tabs.nav-tabs li, body .uploaded_or_purchased ul.dashboard-tabs.nav-tabs li {
    width: 49%;
  }
  /* line 419, /app/app/assets/stylesheets/responsive.xs.sass */
  body .calendar-permissions {
    border: none;
  }
  /* line 422, /app/app/assets/stylesheets/responsive.xs.sass */
  body .calendar-permissions .users.panel-group {
    max-height: 370px;
  }
  /* line 425, /app/app/assets/stylesheets/responsive.xs.sass */
  body .calendar-permissions .users.panel-group .panel {
    border-radius: 2px;
  }
  /* line 428, /app/app/assets/stylesheets/responsive.xs.sass */
  body .calendar-permissions .users.panel-group .panel .panel-heading {
    border-radius: 0;
  }
  /* line 430, /app/app/assets/stylesheets/responsive.xs.sass */
  body .calendar-permissions .users.panel-group .panel .panel-heading .panel-title {
    font-size: 14pt;
  }
  /* line 432, /app/app/assets/stylesheets/responsive.xs.sass */
  body .calendar-permissions .users.panel-group .panel .panel-heading .panel-title a {
    display: block;
  }
  /* line 436, /app/app/assets/stylesheets/responsive.xs.sass */
  body .calendar-permissions .users.panel-group .panel .panel-body ul {
    border: none;
    padding: 0;
  }
  /* line 440, /app/app/assets/stylesheets/responsive.xs.sass */
  body .calendar-permissions .users.panel-group .panel .panel-body ul li label {
    display: block;
    margin-bottom: 0;
    padding: 5px 0;
  }
  /* line 446, /app/app/assets/stylesheets/responsive.xs.sass */
  body .flash_holder embed {
    max-width: 100% !important;
  }
  /* line 448, /app/app/assets/stylesheets/responsive.xs.sass */
  body .flash_holder object {
    max-width: 100% !important;
  }

  /* line 463, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #view-all-bottom,
  body.signup #view-all-bottom {
    display: none;
  }
  /* line 466, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #view-all-bottom-link,
  body.signup #view-all-bottom-link {
    margin: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 471, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace .main-content,
  body.signup .main-content {
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 475, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace .main-content .marketplace-banner,
  body.signup .main-content .marketplace-banner {
    margin-top: -100px;
    margin-left: -8px;
    margin-right: -8px;
  }
  /* line 481, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace .navbar-header,
  body.signup .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 485, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace .icon-bar,
  body.signup .icon-bar {
    background-color: #fff;
  }
  /* line 488, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace .row,
  body.signup .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 492, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #shopping-cart-bar,
  body.signup #shopping-cart-bar {
    padding-bottom: 30px;
  }
  /* line 495, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #shopping-cart-bar .shopping-cart-bar-item,
  body.signup #shopping-cart-bar .shopping-cart-bar-item {
    border-right: none;
    border-bottom: 1px solid #ddd;
    height: 70px;
    min-height: 0px;
  }
  /* line 501, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #shopping-cart-bar .shopping-cart-remove,
  body.signup #shopping-cart-bar .shopping-cart-remove {
    position: static;
    float: left;
    margin-top: 27px;
  }
  /* line 506, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #shopping-cart-bar .bar-item-description,
  body.signup #shopping-cart-bar .bar-item-description {
    float: left;
    margin-left: 15px;
    font-size: 12pt;
    font-weight: 500;
    margin-top: 24px;
  }
  /* line 513, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #shopping-cart-bar .bar-item-price,
  body.signup #shopping-cart-bar .bar-item-price {
    float: right;
    font-size: 12pt;
    font-weight: 500;
    text-shadow: none;
    margin-top: 24px;
  }
  /* line 520, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #shopping-cart-bar #cart-bar-checkout-button,
  body.signup #shopping-cart-bar #cart-bar-checkout-button {
    margin-top: 10px;
  }
  /* line 523, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #shopping-cart-bar #bar-cart-subtotal,
  body.signup #shopping-cart-bar #bar-cart-subtotal {
    border-top: none;
    padding-bottom: 20px;
    font-size: 12pt;
    font-weight: 500;
    padding-right: 10px;
    height: 53px;
  }
  /* line 531, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #shopping-cart-bar #subtotal-label,
  body.signup #shopping-cart-bar #subtotal-label {
    margin-left: 45%;
  }
  /* line 534, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #shopping-cart-bar #shopping-cart-bar-added-indicator,
  body.signup #shopping-cart-bar #shopping-cart-bar-added-indicator {
    margin-bottom: -30px;
  }
  /* line 537, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #shopping-cart-bar #shopping-cart-bar-caret-small,
  body.signup #shopping-cart-bar #shopping-cart-bar-caret-small {
    color: #72adc3;
    font-size: 34pt;
    text-shadow: none;
    position: relative;
    top: 36px;
  }
  /* line 547, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #marketplace .carousel-inner,
  body.signup #marketplace .carousel-inner {
    width: 100%;
  }
  /* line 550, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #marketplace .carousel-inner #carousel-name,
  body.signup #marketplace .carousel-inner #carousel-name {
    display: block;
    background-color: #fff;
    color: #7db5cd;
    margin-top: -300px;
    padding: 10px;
    text-shadow: none;
  }
  /* line 558, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #marketplace .carousel-control.left,
  body.signup #marketplace .carousel-control.left {
    display: none;
  }
  /* line 561, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #marketplace .carousel-control.right,
  body.signup #marketplace .carousel-control.right {
    display: none;
  }
  /* line 565, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #marketplace #shopping-cart-bar .shopping-cart-item-logo,
  body.signup #marketplace #shopping-cart-bar .shopping-cart-item-logo {
    display: none !important;
  }
  /* line 569, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #marketplace-footer-bottom .matty-contact-info,
  body.signup #marketplace-footer-bottom .matty-contact-info {
    margin-top: 37px;
    font-size: 12pt;
  }
  /* line 575, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #check-out:not(.check-out-public) h3,
  body.signup #check-out:not(.check-out-public) h3 {
    color: #61a1c3;
    font-size: 14pt;
  }
  /* line 579, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #check-out:not(.check-out-public) a,
  body.signup #check-out:not(.check-out-public) a {
    color: #222;
  }
  /* line 582, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #check-out:not(.check-out-public) .checkout_form_block,
  body.signup #check-out:not(.check-out-public) .checkout_form_block {
    border: 1px solid #ccc;
  }
  /* line 585, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #check-out:not(.check-out-public) .checkout_form_block #payment_proxy_country,
  body.signup #check-out:not(.check-out-public) .checkout_form_block #payment_proxy_country {
    width: 150px;
  }
  /* line 589, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #check-out:not(.check-out-public) #item-list-small #checkout_item_row_header_small,
  body.signup #check-out:not(.check-out-public) #item-list-small #checkout_item_row_header_small {
    color: #aaa;
    font-size: 10pt;
    text-transform: uppercase;
    text-shadow: none;
    margin-bottom: 20px;
  }
  /* line 596, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #check-out:not(.check-out-public) #item-list-small .checkout_item_remove,
  body.signup #check-out:not(.check-out-public) #item-list-small .checkout_item_remove {
    font-size: 12pt;
    margin-top: 10px;
    display: block;
    font-size: 10pt;
  }
  /* line 602, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #check-out:not(.check-out-public) #item-list-small .checkout_item_description,
  body.signup #check-out:not(.check-out-public) #item-list-small .checkout_item_description {
    font-size: 12pt;
    color: #222;
  }
  /* line 606, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #check-out:not(.check-out-public) #item-list-small .checkout_item_price,
  body.signup #check-out:not(.check-out-public) #item-list-small .checkout_item_price {
    font-size: 12pt;
    color: #222;
  }
  /* line 610, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #check-out:not(.check-out-public) #item-list-small #order_total_small,
  body.signup #check-out:not(.check-out-public) #item-list-small #order_total_small {
    font-size: 12pt;
    color: #222;
  }
  /* line 614, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #check-out:not(.check-out-public) #checkout-button-row-small,
  body.signup #check-out:not(.check-out-public) #checkout-button-row-small {
    margin-left: 2px;
  }
  /* line 617, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #check-out:not(.check-out-public) #purchase_button_small,
  body.signup #check-out:not(.check-out-public) #purchase_button_small {
    width: 100%;
    margin-top: 25px;
  }
  /* line 622, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #featured-items-header,
  body.signup #featured-items-header {
    margin-top: -80px;
  }
  /* line 627, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #marketplace .order_item .details,
  body.signup #marketplace .order_item .details {
    border-color: #ddd;
  }
  /* line 631, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #featured-items .inner-blurb,
  body.signup #featured-items .inner-blurb {
    font-size: 8pt;
  }
  /* line 634, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace .item-image,
  body.signup .item-image {
    width: 200px;
    margin-top: 45px;
  }
  /* line 638, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #product_info_text_small,
  body.signup #product_info_text_small {
    margin-top: 60px;
    border-top: 1px solid #ccc;
    margin-left: 20px;
    margin-right: 20px;
  }
  /* line 644, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #product_info_text_small h1,
  body.signup #product_info_text_small h1 {
    font-family: "freight-sans-pro", calibri, arial;
    font-size: 18pt;
    text-shadow: none;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
  }
  /* line 652, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #product_info_text_small .marketplace_add_to_cart,
  body.signup #product_info_text_small .marketplace_add_to_cart {
    margin-top: 20px;
    color: #000;
    margin-bottom: 60px;
  }
  /* line 657, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #product_info_text_small .order_price,
  body.signup #product_info_text_small .order_price {
    color: #000;
  }
  /* line 660, /app/app/assets/stylesheets/responsive.xs.sass */
  body.marketplace #product_info_text_small .product_title,
  body.signup #product_info_text_small .product_title {
    margin-top: 45px;
  }
}
@media (max-width: 479px) {
  /* line 17, /app/app/assets/stylesheets/responsive.xxs.sass */
  body {
    background-size: auto 210px;
  }
  /* line 20, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .public-banner {
    font-size: 3rem;
  }
  /* line 23, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .free-trial-button {
    margin-left: 0.2em !important;
    padding: 5px !important;
  }
  /* line 28, /app/app/assets/stylesheets/responsive.xxs.sass */
  body.signup .main-heading {
    font-size: 2.7em !important;
    margin: -1.9em 0 1em !important;
  }
  /* line 32, /app/app/assets/stylesheets/responsive.xxs.sass */
  body #shopping-cart-small {
    margin-right: 0;
  }
  /* line 35, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .floaty, body .floaty-fg, body .calendar-edit-popup {
    left: 20px;
    padding: 20px 20px 30px;
    right: 20px;
    top: 25px;
  }
  /* line 41, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .floaty > h3:first-of-type, body .floaty-fg > h3:first-of-type, body .calendar-edit-popup > h3:first-of-type {
    margin-top: 0;
  }
  /* line 44, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .col-xxs-12 {
    text-align: center;
    width: 100%;
  }
  /* line 48, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .hidden-xxs {
    display: none !important;
  }
  /* line 50, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .visible-xxs {
    display: block !important;
  }
  /* line 52, /app/app/assets/stylesheets/responsive.xxs.sass */
  body span.visible-xxs {
    display: inline-block !important;
  }
  /* line 55, /app/app/assets/stylesheets/responsive.xxs.sass */
  body > .container > .row > .col-md-4 {
    min-height: 210px;
    padding-top: 0;
    text-align: center;
  }
  /* line 60, /app/app/assets/stylesheets/responsive.xxs.sass */
  body > .container > .row > .col-md-4.curriculum-heading {
    padding-top: 30px;
  }
  /* line 63, /app/app/assets/stylesheets/responsive.xxs.sass */
  body > .container > .row > .col-md-4 h1 {
    text-align: center;
  }
  /* line 66, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .right-dark {
    background-color: transparent;
    margin: -40px 0 0 0;
    padding: 0 15px;
  }
  /* line 71, /app/app/assets/stylesheets/responsive.xxs.sass */
  body fieldset legend.first-legend {
    padding-top: 10px;
  }
  /* line 74, /app/app/assets/stylesheets/responsive.xxs.sass */
  body h1 {
    font-size: 26pt;
  }
  /* line 77, /app/app/assets/stylesheets/responsive.xxs.sass */
  body h3 {
    font-size: 16pt;
  }
  /* line 80, /app/app/assets/stylesheets/responsive.xxs.sass */
  body ul.account-tabs.nav-tabs, body ul.calendar-tabs.nav-tabs, body ul.dashboard-tabs.nav-tabs {
    margin: 20px 0 10px;
  }
  /* line 83, /app/app/assets/stylesheets/responsive.xxs.sass */
  body ul.account-tabs.nav-tabs li, body ul.calendar-tabs.nav-tabs li, body ul.dashboard-tabs.nav-tabs li {
    display: inline-block;
    width: 49%;
  }
  /* line 87, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .dropdown-menu > li > a {
    line-height: 2;
  }
  /* line 90, /app/app/assets/stylesheets/responsive.xxs.sass */
  body #search .search-field {
    font-size: 28pt;
    margin-top: 40px;
  }
  /* line 94, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .search-results {
    margin-top: -125px;
  }
  /* line 97, /app/app/assets/stylesheets/responsive.xxs.sass */
  body #sort_by, body #apply_to {
    clear: both;
    width: 100%;
  }
  /* line 101, /app/app/assets/stylesheets/responsive.xxs.sass */
  body #sort_by .btn-group.bootstrap-select, body #apply_to .btn-group.bootstrap-select {
    width: 100%;
  }
  /* line 104, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .right-dark {
    padding: 0px;
  }
  /* line 108, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .col-md-4 hr {
    margin: 20px 0;
  }
  /* line 111, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .col-md-4.col-xs-8 {
    width: 100%;
    position: relative;
  }
  /* line 115, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .col-md-4.col-xs-8 .greeting {
    position: absolute;
    right: 10px;
    top: 0px;
  }
  /* line 121, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .col-md-4.col-xs-8 > a.btn-white.stretch {
    position: absolute;
    bottom: 30px;
    left: 10px;
    width: calc(100% - 20px);
  }
  /* line 130, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .uploaded-or-purchased ul.account-tabs.nav-tabs li, body .uploaded-or-purchased ul.calendar-tabs.nav-tabs li, body .uploaded-or-purchased ul.dashboard-tabs.nav-tabs li {
    width: 50%;
  }
  /* line 133, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .calendar-fullscreen {
    display: none;
  }
  /* line 137, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .calendar tbody tr td {
    height: 50px;
    padding: 5px;
  }
  /* line 142, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .calendar.weekly tbody tr td {
    height: 200px;
  }
  /* line 145, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .dropdown.pull-right.view-calendars-menu {
    float: none !important;
  }
  /* line 148, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .dropdown.pull-right.view-calendars-menu .dropdown-menu {
    left: 10%;
    right: 10%;
    text-align: left;
  }
  /* line 153, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .calendar-permissions {
    border: none;
  }
  /* line 156, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .calendar-permissions .users.panel-group {
    max-height: none;
  }
  /* line 159, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .calendar-permissions .users.panel-group .panel .panel-heading {
    padding: 8px 15px;
  }
  /* line 161, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .calendar-permissions .users.panel-group .panel .panel-heading .panel-title {
    font-size: 13pt;
  }
  /* line 164, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .calendar-actions {
    margin-top: 15px;
    text-align: center;
  }
  /* line 168, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .greeting {
    margin-top: 0px;
  }
  /* line 171, /app/app/assets/stylesheets/responsive.xxs.sass */
  body #admin_users_panel, body #admin_users_panel.edit-file {
    margin-top: -135px;
  }
  /* line 174, /app/app/assets/stylesheets/responsive.xxs.sass */
  body #admin_users_panel .first-legend, body #admin_users_panel.edit-file .first-legend {
    text-align: center;
  }
  /* line 177, /app/app/assets/stylesheets/responsive.xxs.sass */
  body td.description {
    font-size: 12px;
  }
  /* line 180, /app/app/assets/stylesheets/responsive.xxs.sass */
  body select.fancy-select {
    padding-bottom: 10px;
    width: 100%;
  }

  /* line 188, /app/app/assets/stylesheets/responsive.xxs.sass */
  body .tab_wizard ul li, body.lessons .tab_wizard ul li {
    margin-bottom: 10px;
  }

  /* line 194, /app/app/assets/stylesheets/responsive.xxs.sass */
  body.login .logo {
    margin: 15px auto 0;
  }
  /* line 197, /app/app/assets/stylesheets/responsive.xxs.sass */
  body.login .login-container {
    margin: 20px 20px 75px;
    width: auto;
  }

  /* line 202, /app/app/assets/stylesheets/responsive.xxs.sass */
  body.marketplace #shopping-cart-small {
    width: auto;
  }
  /* line 205, /app/app/assets/stylesheets/responsive.xxs.sass */
  body.marketplace .checkout_item_total {
    font-size: 7pt;
  }
  /* line 209, /app/app/assets/stylesheets/responsive.xxs.sass */
  body.marketplace #shopping-cart-bar #subtotal-label {
    margin-left: 35%;
  }
}
@media (max-width: 1199px) {
  /* line 24, /app/app/assets/stylesheets/signups.sass */
  .icon-bar {
    background-color: white;
  }

  /* line 28, /app/app/assets/stylesheets/signups.sass */
  .navbar-nav li {
    margin-bottom: 1em;
  }
}
@media (max-width: 479px) {
  /* line 32, /app/app/assets/stylesheets/signups.sass */
  .navbar-toggle {
    margin-right: 0;
  }
}
/* line 36, /app/app/assets/stylesheets/signups.sass */
html.signup {
  font-size: 100%;
}

/* line 38, /app/app/assets/stylesheets/signups.sass */
body.signup {
  background: url(/assets/signup-pattern.png) #5abec3;
  font-family: "freight-sans-pro", calibri, arial, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 5em;
}
/* line 45, /app/app/assets/stylesheets/signups.sass */
body.signup .step2-wrapper.disabled {
  opacity: 0.5;
}
/* line 48, /app/app/assets/stylesheets/signups.sass */
body.signup .ml-2 {
  margin-left: 2em !important;
}
/* line 52, /app/app/assets/stylesheets/signups.sass */
body.signup:not(.embed)::before {
  content: "";
  background: #fff;
  height: 7em;
  left: 0;
  position: absolute;
  right: 0;
  top: 6em;
  z-index: -1;
}
/* line 62, /app/app/assets/stylesheets/signups.sass */
body.signup .main-heading {
  color: #78a5c1;
  font-size: 3.5rem;
  font-weight: 300;
  text-align: center;
  margin: -1.6em 0 1em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  /* line 71, /app/app/assets/stylesheets/signups.sass */
  body.signup .navbar-collapse {
    position: absolute;
    left: 0.5em;
    right: 0.5em;
    z-index: -1;
  }
  /* line 76, /app/app/assets/stylesheets/signups.sass */
  body.signup .navbar-collapse.in, body.signup .navbar-collapse.collapsing {
    z-index: 999;
  }
}
/* line 80, /app/app/assets/stylesheets/signups.sass */
body.signup .cart-trigger {
  font-size: 0.9rem;
  letter-spacing: 1px;
}
/* line 84, /app/app/assets/stylesheets/signups.sass */
body.signup .embed-only {
  display: none;
}
/* line 87, /app/app/assets/stylesheets/signups.sass */
body.signup.embed {
  margin-top: 1em;
}
/* line 90, /app/app/assets/stylesheets/signups.sass */
body.signup.embed .embed-only {
  display: block;
}
/* line 92, /app/app/assets/stylesheets/signups.sass */
body.signup.embed .no-embed {
  display: none;
}
/* line 95, /app/app/assets/stylesheets/signups.sass */
body.signup .flash-container {
  border-top: 0;
}
/* line 98, /app/app/assets/stylesheets/signups.sass */
body.signup h1, body.signup h2, body.signup h3 {
  font-family: "freight-sans-pro", calibri, arial !important;
  line-height: 1.4;
}
/* line 101, /app/app/assets/stylesheets/signups.sass */
body.signup h1 {
  font-size: 2.2rem;
}
/* line 103, /app/app/assets/stylesheets/signups.sass */
body.signup h3 {
  font-size: 1.15rem;
  font-weight: 400;
  margin-top: 0.7em;
}
/* line 108, /app/app/assets/stylesheets/signups.sass */
body.signup .headings,
body.signup .help-block,
body.signup label {
  background: rgba(90, 190, 195, 0.5);
  color: #fff;
  font-size: 0.9rem;
  text-shadow: 2px 2px 2px #3ba6aa;
}
/* line 116, /app/app/assets/stylesheets/signups.sass */
body.signup input,
body.signup select,
body.signup textarea,
body.signup .btn {
  letter-spacing: 2px;
}
/* line 122, /app/app/assets/stylesheets/signups.sass */
body.signup .btn {
  border-radius: 4px;
  border-width: 2px;
  font-size: 1.25rem;
  font-weight: 500;
  height: auto;
  line-height: 1.3;
  padding: 0.5em 1em;
  text-transform: uppercase;
}
/* line 132, /app/app/assets/stylesheets/signups.sass */
body.signup .btn-orange {
  background: #f1a53f;
  border-color: #e0902b;
  color: #fff;
  transition: box-shadow 200ms ease-out;
}
/* line 138, /app/app/assets/stylesheets/signups.sass */
body.signup .btn-orange:hover {
  box-shadow: 0 0.2em 0.7em 0em rgba(0, 0, 0, 0.3);
}
/* line 141, /app/app/assets/stylesheets/signups.sass */
body.signup hr.white {
  margin: 2em 0.5em 3em;
}
/* line 144, /app/app/assets/stylesheets/signups.sass */
body.signup .byline {
  color: #a2681d;
  display: block;
  text-transform: none;
}
/* line 149, /app/app/assets/stylesheets/signups.sass */
body.signup .panel-blue {
  background: #38404c;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  padding: 1em 1.5em 0.25em;
}
/* line 155, /app/app/assets/stylesheets/signups.sass */
body.signup .panel-blue hr {
  border-color: #82888f;
}
/* line 158, /app/app/assets/stylesheets/signups.sass */
body.signup .panel-blue .panel-heading {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
/* line 163, /app/app/assets/stylesheets/signups.sass */
body.signup .panel-blue .btn-link {
  color: #fff;
  font-weight: 300;
}
/* line 167, /app/app/assets/stylesheets/signups.sass */
body.signup .form-group {
  margin-bottom: 1.5em;
}
/* line 171, /app/app/assets/stylesheets/signups.sass */
body.signup .form-group.has-error .form-control,
body.signup .form-group.has-error .help-block--status {
  border-color: #933;
  color: #933;
}
/* line 175, /app/app/assets/stylesheets/signups.sass */
body.signup .form-group.has-error .help-block--status {
  text-shadow: 2px 2px 2px #3ba6aa, 0px 0px 2px rgba(255, 255, 255, 0.4);
}
/* line 178, /app/app/assets/stylesheets/signups.sass */
body.signup .form-group.has-success .form-control,
body.signup .form-group.has-success .help-block--status {
  border-color: #262;
  color: #262;
}
/* line 182, /app/app/assets/stylesheets/signups.sass */
body.signup .form-group.has-success .help-block--status {
  text-shadow: 2px 2px 2px #3ba6aa, 0px 0px 2px rgba(255, 255, 255, 0.4);
}
/* line 185, /app/app/assets/stylesheets/signups.sass */
body.signup .form-control {
  border-color: #3ba6aa;
  border-radius: 4px;
  box-shadow: none !important;
  font-size: 1.25rem;
  height: auto;
  line-height: 2.7;
  padding: 0 1em;
}
/* line 194, /app/app/assets/stylesheets/signups.sass */
body.signup select.form-control {
  font-size: 1.1rem;
  height: 3.2em;
  text-indent: 0.5em;
}
/* line 198, /app/app/assets/stylesheets/signups.sass */
body.signup select.form-control[multiple] {
  height: 8.1em;
  padding: 0.5em 0.3em;
}
/* line 202, /app/app/assets/stylesheets/signups.sass */
body.signup select.form-control[multiple] option {
  padding: 0.25em 0;
}
/* line 205, /app/app/assets/stylesheets/signups.sass */
body.signup header {
  background-color: #000;
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.2);
  height: 98px;
  margin-bottom: 20px;
}
/* line 211, /app/app/assets/stylesheets/signups.sass */
body.signup header .btn-white {
  border: 1px solid #959ba2;
  color: #959ba2;
}
/* line 215, /app/app/assets/stylesheets/signups.sass */
body.signup header .navbar {
  padding-top: 22px;
}
/* line 218, /app/app/assets/stylesheets/signups.sass */
body.signup header .navbar .navbar-header {
  margin-top: -2px;
}
/* line 221, /app/app/assets/stylesheets/signups.sass */
body.signup header .navbar .navbar-brand {
  background-position: center;
  background-repeat: no-repeat;
  width: 99px;
  background: url(/assets/GroupLogoFooterNew.svg) no-repeat 0 0;
  height: 5.5em;
  margin: -1.2em 0 0;
}
/* line 230, /app/app/assets/stylesheets/signups.sass */
body.signup header .navbar .navbar-brand.live-logo {
  background: url(/assets/LIVE-black-tm.svg) no-repeat center;
  height: 2.5rem;
  width: 8rem;
  margin: 0.3em 0 0 0.8em;
}
/* line 236, /app/app/assets/stylesheets/signups.sass */
body.signup header .navbar .navbar-nav {
  margin-top: 7px;
}
/* line 240, /app/app/assets/stylesheets/signups.sass */
body.signup header .navbar .navbar-nav li a {
  font-size: 1.1rem;
}
/* line 243, /app/app/assets/stylesheets/signups.sass */
body.signup header .navbar .navbar-nav li a.menu-trigger {
  border-color: #a5a3a1;
}

/* line 246, /app/app/assets/stylesheets/signups.sass */
.stretch {
  width: 100%;
}

/* line 249, /app/app/assets/stylesheets/signups.sass */
.mt-1 {
  margin-top: 1em;
}

/* line 251, /app/app/assets/stylesheets/signups.sass */
.mt-2 {
  margin-top: 2em;
}

/* line 253, /app/app/assets/stylesheets/signups.sass */
.mt-3 {
  margin-top: 3em;
}

/* line 256, /app/app/assets/stylesheets/signups.sass */
.show-mac {
  display: none;
}

/* line 260, /app/app/assets/stylesheets/signups.sass */
body.is-mac .show-mac {
  display: inline-block;
}
/* line 262, /app/app/assets/stylesheets/signups.sass */
body.is-mac .hide-mac {
  display: none;
}

/* line 266, /app/app/assets/stylesheets/signups.sass */
.zippy-hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 333ms ease-out;
  position: absolute;
  z-index: -1;
}
/* line 274, /app/app/assets/stylesheets/signups.sass */
.zippy-hidden.unhidden {
  max-height: 10em;
  opacity: 1;
  position: static;
}

@media all and (-ms-high-contrast: none) {
  /* line 283, /app/app/assets/stylesheets/signups.sass */
  body.signup .form-control {
    min-height: 3em;
  }
}
/* line 287, /app/app/assets/stylesheets/signups.sass */
.field_with_errors {
  background: red;
  border: 1px solid red;
  border-radius: 5px;
  box-shadow: 0 0 1em 0em rgba(255, 0, 0, 0.5);
}
