@charset "UTF-8";/*!
 * 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;
}
.introjs-overlay{position:absolute;z-index:999999;background-color:#000;opacity:0;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);background:-o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);background:-ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);background:radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);-ms-filter:"alpha(opacity=50)";filter:alpha(opacity=50);-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.introjs-fixParent{z-index:auto!important;opacity:1.0!important;position:absolute!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important}.introjs-showElement,tr.introjs-showElement>td,tr.introjs-showElement>th{z-index:9999999!important}.introjs-disableInteraction{z-index:99999999!important;position:absolute}.introjs-relativePosition,tr.introjs-showElement>td,tr.introjs-showElement>th{position:relative}.introjs-helperLayer{position:absolute;z-index:9999998;background-color:#FFF;background-color:rgba(255,255,255,.9);border:1px solid #777;border:1px solid rgba(0,0,0,.5);border-radius:4px;box-shadow:0 2px 15px rgba(0,0,0,.4);-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.introjs-tooltipReferenceLayer{position:absolute;visibility:hidden;z-index:10000000;background-color:transparent;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.introjs-helperLayer *,.introjs-helperLayer *:before,.introjs-helperLayer *:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box}.introjs-helperNumberLayer{position:absolute;visibility:visible;top:-16px;left:-16px;z-index:9999999999!important;padding:2px;font-family:Arial,verdana,tahoma;font-size:13px;font-weight:bold;color:white;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.3);background:#ff3019;background:-webkit-linear-gradient(top,#ff3019 0,#cf0404 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff3019),color-stop(100%,#cf0404));background:-moz-linear-gradient(top,#ff3019 0,#cf0404 100%);background:-ms-linear-gradient(top,#ff3019 0,#cf0404 100%);background:-o-linear-gradient(top,#ff3019 0,#cf0404 100%);background:linear-gradient(to bottom,#ff3019 0,#cf0404 100%);width:20px;height:20px;line-height:20px;border:3px solid white;border-radius:50%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019',endColorstr='#cf0404',GradientType=0);filter:progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=2,color=ff0000);box-shadow:0 2px 5px rgba(0,0,0,.4)}.introjs-arrow{border:5px solid white;content:'';position:absolute}.introjs-arrow.top{top:-10px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:white;border-left-color:transparent}.introjs-arrow.top-right{top:-10px;right:10px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:white;border-left-color:transparent}.introjs-arrow.top-middle{top:-10px;left:50%;margin-left:-5px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:white;border-left-color:transparent}.introjs-arrow.right{right:-10px;top:10px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:white}.introjs-arrow.right-bottom{bottom:10px;right:-10px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:white}.introjs-arrow.bottom{bottom:-10px;border-top-color:white;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.introjs-arrow.left{left:-10px;top:10px;border-top-color:transparent;border-right-color:white;border-bottom-color:transparent;border-left-color:transparent}.introjs-arrow.left-bottom{left:-10px;bottom:10px;border-top-color:transparent;border-right-color:white;border-bottom-color:transparent;border-left-color:transparent}.introjs-tooltip{position:absolute;visibility:visible;padding:10px;background-color:white;min-width:200px;max-width:300px;border-radius:3px;box-shadow:0 1px 10px rgba(0,0,0,.4);-webkit-transition:opacity .1s ease-out;-moz-transition:opacity .1s ease-out;-ms-transition:opacity .1s ease-out;-o-transition:opacity .1s ease-out;transition:opacity .1s ease-out}.introjs-tooltipbuttons{text-align:right;white-space:nowrap}.introjs-button{position:relative;overflow:visible;display:inline-block;padding:.3em .8em;border:1px solid #d4d4d4;margin:0;text-decoration:none;text-shadow:1px 1px 0 #fff;font:11px/normal sans-serif;color:#333;white-space:nowrap;cursor:pointer;outline:0;background-color:#ececec;background-image:-webkit-gradient(linear,0 0,0 100%,from(#f4f4f4),to(#ececec));background-image:-moz-linear-gradient(#f4f4f4,#ececec);background-image:-o-linear-gradient(#f4f4f4,#ececec);background-image:linear-gradient(#f4f4f4,#ececec);-webkit-background-clip:padding;-moz-background-clip:padding;-o-background-clip:padding-box;-webkit-border-radius:.2em;-moz-border-radius:.2em;border-radius:.2em;zoom:1;*display:inline;margin-top:10px}.introjs-button:hover{border-color:#bcbcbc;text-decoration:none;box-shadow:0 1px 1px #e3e3e3}.introjs-button:focus,.introjs-button:active{background-image:-webkit-gradient(linear,0 0,0 100%,from(#ececec),to(#f4f4f4));background-image:-moz-linear-gradient(#ececec,#f4f4f4);background-image:-o-linear-gradient(#ececec,#f4f4f4);background-image:linear-gradient(#ececec,#f4f4f4)}.introjs-button::-moz-focus-inner{padding:0;border:0}.introjs-skipbutton{margin-right:5px;color:#7a7a7a}.introjs-prevbutton{-webkit-border-radius:.2em 0 0 .2em;-moz-border-radius:.2em 0 0 .2em;border-radius:.2em 0 0 .2em;border-right:0}.introjs-nextbutton{-webkit-border-radius:0 .2em .2em 0;-moz-border-radius:0 .2em .2em 0;border-radius:0 .2em .2em 0}.introjs-disabled,.introjs-disabled:hover,.introjs-disabled:focus{color:#9a9a9a;border-color:#d4d4d4;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-bullets{text-align:center}.introjs-bullets ul{clear:both;margin:15px auto 0;padding:0;display:inline-block}.introjs-bullets ul li{list-style:none;float:left;margin:0 2px}.introjs-bullets ul li a{display:block;width:6px;height:6px;background:#ccc;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;text-decoration:none}.introjs-bullets ul li a:hover{background:#999}.introjs-bullets ul li a.active{background:#999}.introjs-progress{overflow:hidden;height:10px;margin:10px 0 5px 0;border-radius:4px;background-color:#ecf0f1}.introjs-progressbar{float:left;width:0;height:100%;font-size:10px;line-height:10px;text-align:center;background-color:#08c}.introjsFloatingElement{position:absolute;height:0;width:0;left:50%;top:50%}
/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */


.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
/**
 * selectize.default.css (v0.12.1) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* 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;
  }
}
/*!
 * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2014 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */
/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.container-smooth {
  max-width: 1170px;
}

@media (min-width: 1px) {
  /* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
  .container-smooth {
    width: auto;
  }
}
/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.btn-label {
  position: relative;
  background: 0 0;
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 6px 12px;
  left: -12px;
  border-radius: 3px 0 0 3px;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.btn-label.btn-label-right {
  left: auto;
  right: -12px;
  border-radius: 0 3px 3px 0;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.btn-lg .btn-label {
  padding: 10px 16px;
  left: -16px;
  border-radius: 5px 0 0 5px;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.btn-lg .btn-label.btn-label-right {
  left: auto;
  right: -16px;
  border-radius: 0 5px 5px 0;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.btn-sm .btn-label {
  padding: 5px 10px;
  left: -10px;
  border-radius: 2px 0 0 2px;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.btn-sm .btn-label.btn-label-right {
  left: auto;
  right: -10px;
  border-radius: 0 2px 2px 0;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.btn-xs .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 2px 0 0 2px;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.btn-xs .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 2px 2px 0;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.nav-tabs-bottom {
  border-bottom: 0;
  border-top: 1px solid #ddd;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.nav-tabs-bottom > li {
  margin-bottom: 0;
  margin-top: -1px;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.nav-tabs-bottom > li > a {
  border-radius: 0 0 4px 4px;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.nav-tabs-bottom > li > a:hover, .nav-tabs-bottom > li > a:focus, .nav-tabs-bottom > li.active > a, .nav-tabs-bottom > li.active > a:hover, .nav-tabs-bottom > li.active > a:focus {
  border: 1px solid #ddd;
  border-top-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.nav-tabs-left {
  border-bottom: 0;
  border-right: 1px solid #ddd;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.nav-tabs-left > li {
  margin-bottom: 0;
  margin-right: -1px;
  float: none;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.nav-tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  margin-bottom: 2px;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.nav-tabs-left > li > a:hover, .nav-tabs-left > li > a:focus, .nav-tabs-left > li.active > a, .nav-tabs-left > li.active > a:hover, .nav-tabs-left > li.active > a:focus {
  border: 1px solid #ddd;
  border-right-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.row > .nav-tabs-left {
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
  position: relative;
  z-index: 1;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.row > .nav-tabs-left + .tab-content {
  border-left: 1px solid #ddd;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #ddd;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.nav-tabs-right > li {
  margin-bottom: 0;
  margin-left: -1px;
  float: none;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.nav-tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-left: 0;
  margin-bottom: 2px;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.nav-tabs-right > li > a:hover, .nav-tabs-right > li > a:focus, .nav-tabs-right > li.active > a, .nav-tabs-right > li.active > a:hover, .nav-tabs-right > li.active > a:focus {
  border: 1px solid #ddd;
  border-left-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.row > .nav-tabs-right {
  padding-left: 0;
  padding-right: 15px;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu, .navbar-offcanvas {
  width: 300px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas {
  position: fixed;
  z-index: 1030;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-fixed-left, .navbar-offcanvas.navmenu-fixed-left {
  left: 0;
  right: auto;
  border-width: 0 1px 0 0;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-fixed-right, .navbar-offcanvas {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-nav {
  margin-bottom: 10px;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-nav.dropdown-menu {
  position: static;
  margin: 0;
  padding-top: 0;
  float: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navbar-offcanvas .navbar-nav {
  margin: 0;
}

@media (min-width: 768px) {
  /* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

  /* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  /* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}
/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-brand {
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
  margin: 10px 0;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-brand:hover, .navmenu-brand:focus {
  text-decoration: none;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-default, .navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-default .navmenu-brand, .navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-default .navmenu-brand:hover, .navbar-default .navbar-offcanvas .navmenu-brand:hover, .navmenu-default .navmenu-brand:focus, .navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-default .navmenu-text, .navbar-default .navbar-offcanvas .navmenu-text {
  color: #777;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-default .navmenu-nav > .dropdown > a:hover .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret, .navmenu-default .navmenu-nav > .dropdown > a:focus .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-default .navmenu-nav > .open > a, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a, .navmenu-default .navmenu-nav > .open > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover, .navmenu-default .navmenu-nav > .open > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-default .navmenu-nav > .open > a .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret, .navmenu-default .navmenu-nav > .open > a:hover .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret, .navmenu-default .navmenu-nav > .open > a:focus .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-default .navmenu-nav > .dropdown > a .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-default .navmenu-nav.dropdown-menu, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-default .navmenu-nav.dropdown-menu > .divider, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #f8f8f8;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-default .navmenu-nav.dropdown-menu > .active > a, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a, .navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover, .navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #d7d7d7;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-default .navmenu-nav > li > a, .navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #777;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-default .navmenu-nav > li > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover, .navmenu-default .navmenu-nav > li > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-default .navmenu-nav > .active > a, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a, .navmenu-default .navmenu-nav > .active > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover, .navmenu-default .navmenu-nav > .active > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-default .navmenu-nav > .disabled > a, .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a, .navmenu-default .navmenu-nav > .disabled > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover, .navmenu-default .navmenu-nav > .disabled > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-inverse, .navbar-inverse .navbar-offcanvas {
  background-color: #222;
  border-color: #080808;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-inverse .navmenu-brand, .navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #999;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-inverse .navmenu-brand:hover, .navbar-inverse .navbar-offcanvas .navmenu-brand:hover, .navmenu-inverse .navmenu-brand:focus, .navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-inverse .navmenu-text, .navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #999;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret, .navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-inverse .navmenu-nav > .open > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a, .navmenu-inverse .navmenu-nav > .open > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover, .navmenu-inverse .navmenu-nav > .open > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-inverse .navmenu-nav > .open > a .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret, .navmenu-inverse .navmenu-nav > .open > a:hover .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret, .navmenu-inverse .navmenu-nav > .open > a:focus .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-inverse .navmenu-nav > .dropdown > a .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-inverse .navmenu-nav.dropdown-menu, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #080808;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-inverse .navmenu-nav.dropdown-menu > .divider, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #222;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a, .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover, .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #000;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-inverse .navmenu-nav > li > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #999;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-inverse .navmenu-nav > li > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover, .navmenu-inverse .navmenu-nav > li > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-inverse .navmenu-nav > .active > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a, .navmenu-inverse .navmenu-nav > .active > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover, .navmenu-inverse .navmenu-nav > .active > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.navmenu-inverse .navmenu-nav > .disabled > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a, .navmenu-inverse .navmenu-nav > .disabled > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover, .navmenu-inverse .navmenu-nav > .disabled > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.alert-fixed-top, .alert-fixed-bottom {
  position: fixed;
  width: 100%;
  z-index: 1035;
  border-radius: 0;
  margin: 0;
  left: 0;
}

@media (min-width: 992px) {
  /* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
  .alert-fixed-top, .alert-fixed-bottom {
    width: 992px;
    left: 50%;
    margin-left: -496px;
  }
}
/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.alert-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  /* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
  .alert-fixed-top {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 1px 1px;
  }
}
/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.alert-fixed-bottom {
  bottom: 0;
  border-width: 1px 0 0;
}

@media (min-width: 992px) {
  /* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
  .alert-fixed-bottom {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-width: 1px 1px 0;
  }
}
/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.offcanvas {
  display: none;
}

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

@media (max-width: 767px) {
  /* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
  .offcanvas-xs {
    display: none;
  }

  /* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
  .offcanvas-xs.in {
    display: block;
  }
}
@media (max-width: 991px) {
  /* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
  .offcanvas-sm {
    display: none;
  }

  /* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
  .offcanvas-sm.in {
    display: block;
  }
}
@media (max-width: 1199px) {
  /* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
  .offcanvas-md {
    display: none;
  }

  /* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
  .offcanvas-md.in {
    display: block;
  }
}
/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.offcanvas-lg {
  display: none;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.offcanvas-lg.in {
  display: block;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.canvas-sliding {
  -webkit-transition: top .35s,left .35s,bottom .35s,right .35s;
  transition: top .35s,left .35s,bottom .35s,right .35s;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.offcanvas-clone {
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0 !important;
  right: 0 !important;
  opacity: 0 !important;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.table.rowlink td:not(.rowlink-skip), .table .rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.table.rowlink td:not(.rowlink-skip) a, .table .rowlink td:not(.rowlink-skip) a {
  color: inherit;
  font: inherit;
  text-decoration: inherit;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.table-hover.rowlink tr:hover td, .table-hover .rowlink tr:hover td {
  background-color: #cfcfcf;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.fileinput .thumbnail > img {
  max-height: 100%;
}

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

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
  display: none;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.fileinput-inline .fileinput-controls {
  display: inline;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.form-control .fileinput-filename {
  vertical-align: bottom;
}

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

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.fileinput.input-group > .btn-file {
  z-index: 1;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.fileinput-new.input-group .btn-file, .fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.fileinput-new.input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-file.btn-sm, .fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.fileinput-new.input-group .btn-file.btn-lg, .fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}

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

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}

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

/* line 7, /app/app/assets/stylesheets/jasny-bootstrap.min.css */
.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}

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

/* 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;
}

/*!
 * bootstrap-select v1.3.5
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.form-control {
  padding: 0;
  border: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group.pull-right, .bootstrap-select.btn-group[class*="span"].pull-right, .row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}

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

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

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 220px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select {
  width: 220px\0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}

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

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.dropdown-menu {
  z-index: 2000;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}

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

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 12px;
  right: 25px;
  text-align: left;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}

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

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.fit-width {
  width: auto !important;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

/* line 7, /app/app/assets/stylesheets/bootstrap-select.min.css */
.bootstrap-select-searchbox {
  padding: 4px 8px;
}

/* line 3, /app/app/assets/stylesheets/style.sass */
.bootstrap-select.btn-group .dropdown-toggle {
  background-color: #252d35;
  border-color: #2f3a44;
  color: #ddd;
}
/* line 7, /app/app/assets/stylesheets/style.sass */
.bootstrap-select.btn-group .dropdown-toggle:hover {
  border-color: #4f6071;
  color: #fff;
}
/* line 11, /app/app/assets/stylesheets/style.sass */
.bootstrap-select.btn-group .dropdown-menu li > a {
  color: #333;
}
/* line 13, /app/app/assets/stylesheets/style.sass */
.bootstrap-select.btn-group .dropdown-menu li > a:hover, .bootstrap-select.btn-group .dropdown-menu li > a:active, .bootstrap-select.btn-group .dropdown-menu li > a:focus {
  background-color: #61a1c3;
  color: #fff;
}

/* line 17, /app/app/assets/stylesheets/style.sass */
.dropdown-menu {
  z-index: 99999 !important;
}

/* line 20, /app/app/assets/stylesheets/style.sass */
.navbar-toggle .icon-bar {
  background-color: #252d35;
}

/* line 23, /app/app/assets/stylesheets/style.sass */
.container > .navbar-collapse.collapsing,
.container > .navbar-collapse.collapse.in {
  background-color: #fff;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.4);
  max-height: none;
  padding-bottom: 5px;
  position: relative;
  top: 12px;
  z-index: 8888;
}
/* line 35, /app/app/assets/stylesheets/style.sass */
.container > .navbar-collapse.collapsing ul li a,
.container > .navbar-collapse.collapse.in ul li a {
  width: calc(100% - 20px);
}
/* line 38, /app/app/assets/stylesheets/style.sass */
.container > .navbar-collapse.collapsing ul li ul.dropdown-menu,
.container > .navbar-collapse.collapse.in ul li ul.dropdown-menu {
  margin-left: 30px;
}
/* line 41, /app/app/assets/stylesheets/style.sass */
.container > .navbar-collapse.collapsing .navbar-nav .navbar-nav,
.container > .navbar-collapse.collapse.in .navbar-nav .navbar-nav {
  margin: 7px 0;
}

/* line 44, /app/app/assets/stylesheets/style.sass */
body {
  background: #fff url(/assets/bg.jpg) no-repeat 67% 100px;
  color: #fff;
  font-family: "freight-sans-pro", calibri, arial;
  font-size: 12pt;
  font-weight: 400;
  letter-spacing: 1px;
}

/* line 52, /app/app/assets/stylesheets/style.sass */
.greeting, .greeting a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11pt;
  margin-bottom: 10px;
}
/* line 57, /app/app/assets/stylesheets/style.sass */
.greeting:hover, .greeting a:hover {
  color: #fff;
}

/* line 60, /app/app/assets/stylesheets/style.sass */
.menu-item {
  font-size: 13px;
  color: #ccc;
}

/* line 64, /app/app/assets/stylesheets/style.sass */
.btn {
  border-radius: 2px;
  font-family: "freight-sans-pro", calibri, arial;
  text-transform: capitalize;
}
/* line 69, /app/app/assets/stylesheets/style.sass */
.btn + .btn {
  margin-left: 15px;
}

/* line 72, /app/app/assets/stylesheets/style.sass */
.btn-white {
  background: none;
  border: 1px solid white;
  color: white;
  font-size: 13pt;
  font-weight: 300;
  text-shadow: none;
}
/* line 80, /app/app/assets/stylesheets/style.sass */
.btn-white:hover {
  background-color: #fff;
}

/* line 83, /app/app/assets/stylesheets/style.sass */
.btn-gray-border {
  border-color: #a5a3a1;
}

/* line 86, /app/app/assets/stylesheets/style.sass */
.btn-transparent {
  background: transparent;
  border: 1px solid white;
  color: white;
  font-size: 13pt;
  font-weight: 300;
  text-shadow: none;
}
/* line 94, /app/app/assets/stylesheets/style.sass */
.btn-transparent:hover {
  background-color: #fff;
  color: #666;
}

/* line 98, /app/app/assets/stylesheets/style.sass */
.btn-small {
  font-size: 10pt;
}

/* line 100, /app/app/assets/stylesheets/style.sass */
.btn-xs {
  font-size: 12px;
}

/* line 103, /app/app/assets/stylesheets/style.sass */
.btn-blue {
  background: none;
  border: 1px solid #61a1c3;
  color: #61a1c3;
  font-size: 13pt;
  font-weight: 300;
  text-shadow: none;
}
/* line 111, /app/app/assets/stylesheets/style.sass */
.btn-blue:hover {
  background-color: #61a1c3;
  color: #fff;
}

/* line 115, /app/app/assets/stylesheets/style.sass */
.btn-blue-fill, .btn-blue-fill--2 {
  border: 1px solid #61a1c3;
  background: #61a1c3;
  color: white;
  font-weight: 300;
  padding: 6px 1.25em;
  text-shadow: none;
}
/* line 123, /app/app/assets/stylesheets/style.sass */
.btn-blue-fill:hover, .btn-blue-fill--2:hover {
  background-color: transparent;
  color: #61a1c3;
}
/* line 127, /app/app/assets/stylesheets/style.sass */
.btn-blue-fill .icon-container, .btn-blue-fill--2 .icon-container {
  right: -0.3em;
}

/* line 132, /app/app/assets/stylesheets/style.sass */
.btn-blue-fill--2 .icon-container {
  right: -0.8em;
}

/* line 135, /app/app/assets/stylesheets/style.sass */
.btn-gray {
  background: transparent;
  border: 1px solid #ccc;
  color: #666;
  font-size: 12pt;
  font-weight: 300;
  text-shadow: none;
}
/* line 143, /app/app/assets/stylesheets/style.sass */
.btn-gray:hover {
  background-color: #ccc;
  color: #666;
}

/* line 147, /app/app/assets/stylesheets/style.sass */
.main-content {
  margin-top: 35px;
}

/* line 150, /app/app/assets/stylesheets/style.sass */
.nowrap {
  white-space: nowrap !important;
}

/* line 153, /app/app/assets/stylesheets/style.sass */
.block {
  display: block;
}

/* line 156, /app/app/assets/stylesheets/style.sass */
.stretch {
  width: 100%;
}

/* line 159, /app/app/assets/stylesheets/style.sass */
.print-only {
  display: none;
}

/* line 162, /app/app/assets/stylesheets/style.sass */
.disabled {
  color: rgba(255, 255, 255, 0.75);
}

/* line 166, /app/app/assets/stylesheets/style.sass */
dl dt {
  font-weight: 400;
}

/* line 169, /app/app/assets/stylesheets/style.sass */
hr {
  margin: 2em 0;
}

/* line 173, /app/app/assets/stylesheets/style.sass */
.chosen-container-multi {
  color: #252d35;
  font-size: 11pt;
}
/* line 178, /app/app/assets/stylesheets/style.sass */
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: auto;
  width: auto !important;
}

/* line 182, /app/app/assets/stylesheets/style.sass */
input, select, textarea {
  color: #252d35;
}

/* line 185, /app/app/assets/stylesheets/style.sass */
#global-spinner {
  left: 33%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 40px;
  transition: all 200ms ease;
  width: 33%;
  z-index: -1;
}
/* line 195, /app/app/assets/stylesheets/style.sass */
#global-spinner.on {
  opacity: 1;
  z-index: 9999;
}

/* line 199, /app/app/assets/stylesheets/style.sass */
h1, h2 {
  font-family: "adobe-garamond-pro", garamond, serif;
}

/* line 202, /app/app/assets/stylesheets/style.sass */
h3, h4, h5, h6 {
  font-weight: 300;
}

/* line 205, /app/app/assets/stylesheets/style.sass */
h1 {
  font-size: 44pt;
}
/* line 207, /app/app/assets/stylesheets/style.sass */
h1.blue {
  color: #5792b5;
  font-family: "freight-sans-pro", calibri, arial;
  font-size: 34pt;
  font-weight: 300;
}

/* line 213, /app/app/assets/stylesheets/style.sass */
h4 {
  font-size: 12pt;
  letter-spacing: 1px;
  line-height: 1.4;
}

/* line 218, /app/app/assets/stylesheets/style.sass */
h6 {
  font-size: 10.5pt;
}

/* line 221, /app/app/assets/stylesheets/style.sass */
header {
  background-color: #fff;
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.2);
  height: 98px;
  margin-bottom: 20px;
  z-index: 100;
}
/* line 228, /app/app/assets/stylesheets/style.sass */
header .glyphicon-cog {
  font-size: 12pt;
  opacity: 0.8;
}
/* line 232, /app/app/assets/stylesheets/style.sass */
header .btn-white {
  border: 1px solid #959ba2;
  color: #959ba2;
}
/* line 236, /app/app/assets/stylesheets/style.sass */
header .navbar {
  padding-top: 22px;
  z-index: 100;
}
/* line 240, /app/app/assets/stylesheets/style.sass */
header .navbar .navbar-header {
  margin-top: -2px;
}
/* line 243, /app/app/assets/stylesheets/style.sass */
header .navbar .navbar-header .curriculum_select_trigger {
  border: 1px solid transparent;
  border-radius: 2px;
  color: #959ba2 !important;
  display: inline-block;
  font-size: 14pt;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-left: 10px;
  padding: 5px 20px;
  text-shadow: none;
  color: #959ba2;
}
/* line 54, /app/app/assets/stylesheets/mixins.scss */
header .navbar .navbar-header .curriculum_select_trigger:hover, header .navbar .navbar-header .curriculum_select_trigger.on {
  background-color: #eee;
  color: #6e757d;
  text-decoration: none;
}
/* line 247, /app/app/assets/stylesheets/style.sass */
header .navbar .navbar-brand {
  background-image: url(/assets/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 56px;
  margin-left: 0 !important;
  width: 99px;
}
@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 */
  header .navbar .navbar-brand {
    background-image: url(/assets/logo2x.png);
    -webkit-background-size: 99px 56px;
    -moz-background-size: 99px 56px;
    -o-background-size: 99px 56px;
    background-size: 99px 56px;
  }
}
/* line 255, /app/app/assets/stylesheets/style.sass */
header .navbar .navbar-nav {
  margin-top: 7px;
}
/* line 259, /app/app/assets/stylesheets/style.sass */
header .navbar .navbar-nav li a {
  border: 1px solid transparent;
  border-radius: 2px;
  color: #959ba2 !important;
  display: inline-block;
  font-size: 14pt;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-left: 10px;
  padding: 5px 20px;
  text-shadow: none;
}
/* line 54, /app/app/assets/stylesheets/mixins.scss */
header .navbar .navbar-nav li a:hover, header .navbar .navbar-nav li a.on {
  background-color: #eee;
  color: #6e757d;
  text-decoration: none;
}
/* line 262, /app/app/assets/stylesheets/style.sass */
header .navbar .navbar-nav li a.menu-trigger {
  border-color: #a5a3a1;
}
/* line 265, /app/app/assets/stylesheets/style.sass */
header .navbar .navbar-nav li .dropdown-toggle:focus {
  background-color: transparent;
}
/* line 268, /app/app/assets/stylesheets/style.sass */
header .navbar .navbar-nav li.open .dropdown-toggle:focus {
  background-color: #eee;
}
/* line 273, /app/app/assets/stylesheets/style.sass */
header .navbar .navbar-nav .dropdown-menu li a {
  display: block;
  margin-left: 0;
}

/* line 277, /app/app/assets/stylesheets/style.sass */
#menu, #search, #curriculum_select {
  background: linear-gradient(to right, #eee, white, #eee);
  left: 0;
  min-height: 100%;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-shadow: none;
  top: 99px;
  transform: translateX(-100%);
  transition: all 300ms ease;
  width: 100%;
  z-index: -1;
}
/* line 291, /app/app/assets/stylesheets/style.sass */
#menu.on, #search.on, #curriculum_select.on {
  opacity: 1;
  transform: translateX(0);
  z-index: 99;
}
/* line 296, /app/app/assets/stylesheets/style.sass */
#menu.on ~ .main-content, #search.on ~ .main-content, #curriculum_select.on ~ .main-content {
  display: none;
}
/* line 299, /app/app/assets/stylesheets/style.sass */
#menu ul:not(.nav-tabs), #search ul:not(.nav-tabs), #curriculum_select ul:not(.nav-tabs) {
  margin-bottom: 10em;
}
/* line 303, /app/app/assets/stylesheets/style.sass */
#menu ul:not(.nav-tabs) li a, #search ul:not(.nav-tabs) li a, #curriculum_select ul:not(.nav-tabs) li a {
  color: #959ba2;
  font-size: 30pt;
  font-weight: 300;
  line-height: 1;
}
/* line 309, /app/app/assets/stylesheets/style.sass */
#menu ul:not(.nav-tabs) li a:hover, #search ul:not(.nav-tabs) li a:hover, #curriculum_select ul:not(.nav-tabs) li a:hover {
  background-color: #252d35;
  color: #fff !important;
}
/* line 313, /app/app/assets/stylesheets/style.sass */
#menu ul:not(.nav-tabs) li.marketplace, #search ul:not(.nav-tabs) li.marketplace, #curriculum_select ul:not(.nav-tabs) li.marketplace {
  margin: 50px 0 25px;
}
/* line 316, /app/app/assets/stylesheets/style.sass */
#menu .btn-close, #search .btn-close, #curriculum_select .btn-close {
  font-size: 13pt;
  font-weight: 300;
  margin: 35px 0 25px;
  min-width: 87px;
}
/* line 322, /app/app/assets/stylesheets/style.sass */
#menu .search-close, #search .search-close, #curriculum_select .search-close {
  color: #737373;
}
/* line 325, /app/app/assets/stylesheets/style.sass */
#menu .search-field, #search .search-field, #curriculum_select .search-field {
  background-color: transparent;
  border-radius: 0;
  border-width: 0 0 1px 0;
  box-shadow: none;
  font-size: 44pt;
  height: auto;
  padding-left: 0;
  width: 66%;
}
/* line 335, /app/app/assets/stylesheets/style.sass */
#menu .help-block, #search .help-block, #curriculum_select .help-block {
  font-size: 13pt;
  text-align: left;
}
/* line 339, /app/app/assets/stylesheets/style.sass */
#menu h3, #search h3, #curriculum_select h3 {
  color: #aaa;
  font-size: 11pt;
  text-align: left;
}
/* line 344, /app/app/assets/stylesheets/style.sass */
#menu row, #search row, #curriculum_select row {
  margin-left: 0;
  margin-right: 0;
}
/* line 348, /app/app/assets/stylesheets/style.sass */
#menu img, #search img, #curriculum_select img {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 353, /app/app/assets/stylesheets/style.sass */
#menu #purchased_curriculum .col-md-2, #menu #unpurchased_curriculum .col-md-2, #search #purchased_curriculum .col-md-2, #search #unpurchased_curriculum .col-md-2, #curriculum_select #purchased_curriculum .col-md-2, #curriculum_select #unpurchased_curriculum .col-md-2 {
  width: 14.2%;
}
/* line 356, /app/app/assets/stylesheets/style.sass */
#menu .curriculum-menu-heading, #search .curriculum-menu-heading, #curriculum_select .curriculum-menu-heading {
  margin-left: 35px;
  margin-top: -26px;
}
/* line 360, /app/app/assets/stylesheets/style.sass */
#menu .curriculum-menu-break, #search .curriculum-menu-break, #curriculum_select .curriculum-menu-break {
  margin-left: 45px;
  margin-right: 45px;
  margin-top: 10px;
}

/* line 365, /app/app/assets/stylesheets/style.sass */
#curriculum_select {
  padding-bottom: 150px;
}

/* line 369, /app/app/assets/stylesheets/style.sass */
#search-form {
  margin-top: -55px;
  padding-top: 0;
}
/* line 373, /app/app/assets/stylesheets/style.sass */
#search-form label {
  color: #999;
  display: block;
  text-align: left;
}

/* line 379, /app/app/assets/stylesheets/style.sass */
.col-md-4 h1:first-of-type {
  margin-top: 0;
}

/* line 382, /app/app/assets/stylesheets/style.sass */
.right-dark {
  background-color: #252d35;
  margin: 5px 10px 5px 15px;
  padding: 30px;
}
/* line 387, /app/app/assets/stylesheets/style.sass */
.right-dark * {
  text-shadow: none;
}
/* line 390, /app/app/assets/stylesheets/style.sass */
.right-dark > h3:first-of-type, .right-dark h4:first-of-type {
  margin-top: 0;
}
/* line 393, /app/app/assets/stylesheets/style.sass */
.right-dark hr {
  border-color: #3a4753;
}
/* line 396, /app/app/assets/stylesheets/style.sass */
.right-dark a {
  color: #fff;
}
/* line 399, /app/app/assets/stylesheets/style.sass */
.right-dark .btn-white {
  color: #fff;
}
/* line 401, /app/app/assets/stylesheets/style.sass */
.right-dark .btn-white:hover {
  color: #252d35;
}
/* line 404, /app/app/assets/stylesheets/style.sass */
.right-dark .btn-default {
  color: #252d35;
}
/* line 407, /app/app/assets/stylesheets/style.sass */
.right-dark .gray, .right-dark .gray a {
  color: #ccc;
}
/* line 410, /app/app/assets/stylesheets/style.sass */
.right-dark .disabled {
  color: rgba(255, 255, 255, 0.1);
}
/* line 414, /app/app/assets/stylesheets/style.sass */
.right-dark .icon img {
  max-width: 100%;
}

/* line 417, /app/app/assets/stylesheets/style.sass */
.dot {
  color: #cac9c8;
  display: inline-block;
  margin: 0 5px;
}
/* line 421, /app/app/assets/stylesheets/style.sass */
.dot::before {
  content: "·";
}

/* line 424, /app/app/assets/stylesheets/style.sass */
.explain-container {
  float: right;
  margin: -25px 0 8px;
  width: 100%;
}
/* line 429, /app/app/assets/stylesheets/style.sass */
.explain-container .explain-trigger {
  text-align: right;
}
/* line 431, /app/app/assets/stylesheets/style.sass */
.explain-container .explain-content {
  height: 0;
  margin: 0;
  min-height: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  transition: all 300ms ease;
  z-index: -1;
}
/* line 442, /app/app/assets/stylesheets/style.sass */
.explain-container.on .explain-content {
  height: auto;
  min-height: none;
  opacity: 1;
  padding: 15px;
  z-index: 1;
}

/* line 449, /app/app/assets/stylesheets/style.sass */
.pull-up {
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: -250px;
  padding: 15px 25px;
}

/* line 454, /app/app/assets/stylesheets/style.sass */
.white-link a {
  color: #fff !important;
}

/* line 457, /app/app/assets/stylesheets/style.sass */
.actions {
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 463, /app/app/assets/stylesheets/style.sass */
ul.help li a {
  font-size: 14pt;
  font-weight: 300;
  line-height: 2;
}
/* line 467, /app/app/assets/stylesheets/style.sass */
ul.help li a:hover {
  color: #252d35;
}
/* line 470, /app/app/assets/stylesheets/style.sass */
ul.help li + li {
  border-top: 1px solid #3a4753;
}

/* line 474, /app/app/assets/stylesheets/style.sass */
.item.news-feed .gray {
  font-size: 9pt;
}
/* line 476, /app/app/assets/stylesheets/style.sass */
.item.news-feed .name {
  font-size: 16pt;
  font-weight: 300;
  margin-bottom: 15px;
}
/* line 480, /app/app/assets/stylesheets/style.sass */
.item.news-feed .description {
  font-size: 14pt;
  font-weight: 300;
  margin-bottom: 15px;
}
/* line 484, /app/app/assets/stylesheets/style.sass */
.item.news-feed .owner {
  font-size: 9pt;
  margin-bottom: 10px;
}
/* line 488, /app/app/assets/stylesheets/style.sass */
.item.news-feed .actions a {
  font-size: 9pt;
  text-transform: uppercase;
}

/* line 492, /app/app/assets/stylesheets/style.sass */
.underline {
  text-decoration: underline;
}

/* line 496, /app/app/assets/stylesheets/style.sass */
.right-dark .table-striped > tbody > tr:nth-child(odd) > td,
.right-dark .table-striped > tbody > tr:nth-child(odd) > th, .floaty .table-striped > tbody > tr:nth-child(odd) > td,
.floaty .table-striped > tbody > tr:nth-child(odd) > th, .floaty-fg .table-striped > tbody > tr:nth-child(odd) > td,
.floaty-fg .table-striped > tbody > tr:nth-child(odd) > th, .calendar-edit-popup .table-striped > tbody > tr:nth-child(odd) > td,
.calendar-edit-popup .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(255, 255, 255, 0.1);
  color: inherit;
}

/* line 510, /app/app/assets/stylesheets/style.sass */
hr.comments {
  border-color: #72adc3;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 515, /app/app/assets/stylesheets/style.sass */
.comments_header {
  font-size: 14pt;
  color: #999;
  font-family: inherit;
}

/* line 520, /app/app/assets/stylesheets/style.sass */
#comments_form {
  background-color: #efefef;
  padding: 25px;
  width: 100%;
  margin-bottom: 10px;
}

/* line 526, /app/app/assets/stylesheets/style.sass */
.comments-textarea {
  width: 100%;
  height: 180px !important;
}

/* line 531, /app/app/assets/stylesheets/style.sass */
#comment-form-controls {
  margin-top: 15px;
}

/* line 534, /app/app/assets/stylesheets/style.sass */
#submit_comment {
  background-color: #72adc3;
  padding: 5px 10px 5px 10px;
  color: #fff;
  letter-spacing: 1px;
}

/* line 540, /app/app/assets/stylesheets/style.sass */
#view_comments {
  color: #72adc3;
}

/* line 543, /app/app/assets/stylesheets/style.sass */
.tag-filters .label {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 1px;
}
/* line 547, /app/app/assets/stylesheets/style.sass */
.tag-filters .label label {
  font-size: 9pt;
  margin-bottom: 2px;
}

/* line 551, /app/app/assets/stylesheets/style.sass */
.name {
  font-size: 14pt;
  font-weight: 400;
}

/* line 555, /app/app/assets/stylesheets/style.sass */
.icon-rss {
  vertical-align: baseline;
}

/* line 558, /app/app/assets/stylesheets/style.sass */
#comments_list {
  color: #666;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 0;
  margin-top: -10px;
}
/* line 566, /app/app/assets/stylesheets/style.sass */
#comments_list h3 {
  margin-left: 10px;
}

/* line 569, /app/app/assets/stylesheets/style.sass */
.comment {
  padding: 10px;
  border-bottom: 1px solid #efefef;
}

/* line 574, /app/app/assets/stylesheets/style.sass */
.message-comment blockquote, .message-comment * {
  font-size: 11pt;
  font-weight: 300;
}

/* line 588, /app/app/assets/stylesheets/style.sass */
#splash-container .splash-background {
  background-color: rgba(13, 15, 23, 0.95);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99990;
}
/* line 597, /app/app/assets/stylesheets/style.sass */
#splash-container .splash-content {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
  color: #012;
  left: 0;
  margin: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  z-index: 99999;
}
/* line 611, /app/app/assets/stylesheets/style.sass */
#splash-container .splash-content h1 {
  font-size: 32pt;
  margin-bottom: 6px;
}
/* line 614, /app/app/assets/stylesheets/style.sass */
#splash-container .splash-content h2 {
  font-size: 29pt;
  margin-bottom: 5px;
}
/* line 617, /app/app/assets/stylesheets/style.sass */
#splash-container .splash-content h3 {
  font-size: 26pt;
  margin-bottom: 4px;
}
/* line 620, /app/app/assets/stylesheets/style.sass */
#splash-container .splash-content h4 {
  font-size: 21pt;
  margin-bottom: 4px;
}
/* line 623, /app/app/assets/stylesheets/style.sass */
#splash-container .splash-content h5 {
  font-size: 17pt;
  margin-bottom: 4px;
}
/* line 626, /app/app/assets/stylesheets/style.sass */
#splash-container .splash-content h6 {
  font-size: 13pt;
  margin-bottom: 2px;
}
/* line 629, /app/app/assets/stylesheets/style.sass */
#splash-container .splash-content h1.title {
  color: #fff;
  background-color: #333;
  font-size: 22pt;
  margin: -30px -30px 30px -30px;
  padding: 10px 30px;
}
/* line 635, /app/app/assets/stylesheets/style.sass */
#splash-container .splash-content p, #splash-container .splash-content li {
  font-size: 14pt;
  line-height: 18px;
}
/* line 638, /app/app/assets/stylesheets/style.sass */
#splash-container .splash-content ul {
  list-style-type: disc;
  margin: 10px 15px;
}
/* line 641, /app/app/assets/stylesheets/style.sass */
#splash-container .splash-content .marker {
  background-color: #ff0;
}
/* line 643, /app/app/assets/stylesheets/style.sass */
#splash-container .splash-content a {
  color: #11d;
  text-decoration: underline;
}
/* line 644, /app/app/assets/stylesheets/style.sass */
#splash-container .splash-content a.splash-dismiss {
  background-color: #770000;
  border-radius: 30px;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.4);
  color: white;
  display: inline-block;
  float: right;
  font-size: 28pt;
  font-weight: 400;
  height: 30px;
  line-height: 0.6;
  margin: -0.5em -0.5em 0 0;
  padding: 0;
  text-decoration: none;
  text-indent: 5.5px;
  transition: all 170ms ease;
  width: 30px;
}
/* line 664, /app/app/assets/stylesheets/style.sass */
#splash-container .splash-content a:hover {
  text-decoration: none;
}
/* line 667, /app/app/assets/stylesheets/style.sass */
#splash-container a.splash-dismiss:hover {
  background-color: #a00;
  text-decoration: none;
}

/* line 672, /app/app/assets/stylesheets/style.sass */
ul.bulleted li {
  list-style-type: disc;
}

/* line 677, /app/app/assets/stylesheets/style.sass */
dl dd {
  margin: 5px 0 0 30px;
}
/* line 679, /app/app/assets/stylesheets/style.sass */
dl dd + dt {
  margin-top: 30px;
}

/* line 683, /app/app/assets/stylesheets/style.sass */
.physical-media-delivered {
  position: relative;
}
/* line 685, /app/app/assets/stylesheets/style.sass */
.physical-media-delivered .spinner {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
/* line 690, /app/app/assets/stylesheets/style.sass */
.physical-media-delivered .spinner .loading-bar-outer {
  margin: 8px auto;
  width: 75%;
}

/* line 694, /app/app/assets/stylesheets/style.sass */
body.login {
  background-image: none;
}
/* line 697, /app/app/assets/stylesheets/style.sass */
body.login .flash-container {
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 0;
  text-align: center;
}
/* line 702, /app/app/assets/stylesheets/style.sass */
body.login .login-container {
  margin: 30px auto 75px;
  width: 350px;
}
/* line 706, /app/app/assets/stylesheets/style.sass */
body.login .logo {
  background: url(/assets/logo.png) no-repeat top center;
  height: 56px;
  margin: 30px auto;
  width: 100%;
}
/* line 712, /app/app/assets/stylesheets/style.sass */
body.login .panel {
  background-color: #252d35;
}
/* line 715, /app/app/assets/stylesheets/style.sass */
body.login .group-logo-blurb {
  margin-left: 130px;
  padding-top: 20px;
}
/* line 719, /app/app/assets/stylesheets/style.sass */
body.login .group-logo-blurb p {
  color: #000;
  font-size: 13px;
  margin-top: 10px;
}

/* line 732, /app/app/assets/stylesheets/style.sass */
.curriculum-menu:not(.under-header) {
  margin-top: 5px;
  margin-left: 25px;
  padding-left: 15px;
  min-height: 30px;
  padding-top: 4px;
  text-shadow: none;
}
/* line 740, /app/app/assets/stylesheets/style.sass */
.curriculum-menu:not(.under-header) a {
  color: #aaa;
}

/* line 743, /app/app/assets/stylesheets/style.sass */
.curriculum-menu.under-header {
  margin-top: -20px;
}
/* line 746, /app/app/assets/stylesheets/style.sass */
.curriculum-menu.under-header a.btn {
  text-align: left;
}

/* line 749, /app/app/assets/stylesheets/style.sass */
#first-menu-heading {
  margin-top: -30px;
}

/* line 752, /app/app/assets/stylesheets/style.sass */
#purchased_curriculum, #unpurchased_curriculum {
  margin-bottom: 5em;
}

/* line 755, /app/app/assets/stylesheets/style.sass */
.curriculum-menu-tabs {
  margin-left: 2em;
}
/* line 760, /app/app/assets/stylesheets/style.sass */
.curriculum-menu-tabs li a {
  border-color: transparent !important;
  border-radius: 3px 3px 0;
  color: rgba(0, 0, 0, 0.15) !important;
  font-size: 1.5rem;
}
/* line 765, /app/app/assets/stylesheets/style.sass */
.curriculum-menu-tabs li a:hover {
  background-color: transparent !important;
}
/* line 768, /app/app/assets/stylesheets/style.sass */
.curriculum-menu-tabs li.active a, .curriculum-menu-tabs li:active a {
  background-color: transparent !important;
  color: #aaa !important;
}

/* line 772, /app/app/assets/stylesheets/style.sass */
.curriculum-badge {
  position: relative;
}

/* line 775, /app/app/assets/stylesheets/style.sass */
.curriculum-popover {
  width: 200px;
  background-color: #fff;
  border: 1px solid #ccc;
  opacity: 0;
  position: absolute;
  top: -11px;
  left: -19.5px;
  transition: all 200ms ease;
  padding: 10px;
}
/* line 786, /app/app/assets/stylesheets/style.sass */
.curriculum-popover .year-list {
  width: 100%;
}
/* line 789, /app/app/assets/stylesheets/style.sass */
.curriculum-popover .popover-marketplace-link {
  margin-top: 5px;
  padding: 10px;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: -10px;
  background-color: #eee;
  border-top: 1px solid #ccc;
  margin-top: 10px;
}
/* line 799, /app/app/assets/stylesheets/style.sass */
.curriculum-popover .popover-marketplace-link a {
  color: #000 !important;
  font-size: 10pt;
}
/* line 803, /app/app/assets/stylesheets/style.sass */
.curriculum-popover h2 {
  font-family: "freight-sans-pro", calibri, arial;
  font-weight: 500;
  color: #aaa;
  text-align: left;
  padding-left: 0;
  margin-top: 5px;
}
/* line 811, /app/app/assets/stylesheets/style.sass */
.curriculum-popover ul {
  list-style-type: none;
  list-style-position: inside;
  text-align: left;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
/* line 818, /app/app/assets/stylesheets/style.sass */
.curriculum-popover ul li {
  font-size: 10pt;
  font-weight: 300;
  color: #aaa;
}

/* line 823, /app/app/assets/stylesheets/style.sass */
.popover-on {
  opacity: 1;
  z-index: 999999;
}

/* line 838, /app/app/assets/stylesheets/style.sass */
body.impersonating {
  background-position-y: 163px;
}
/* line 841, /app/app/assets/stylesheets/style.sass */
body.impersonating .impersonating-container {
  margin-bottom: 0;
}
/* line 844, /app/app/assets/stylesheets/style.sass */
body.impersonating #menu, body.impersonating #search, body.impersonating #curriculum_select {
  top: 168px;
}

/* line 857, /app/app/assets/stylesheets/style.sass */
.help-modal video {
  min-height: 320px;
  width: auto;
}
/* line 862, /app/app/assets/stylesheets/style.sass */
.help-modal .media-wrapper {
  margin: 45px auto;
}

/* line 865, /app/app/assets/stylesheets/style.sass */
.jwplayer {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 868, /app/app/assets/stylesheets/style.sass */
.jwplayer .jwlogo,
.jwplayer .jwclick {
  display: none !important;
}

/* line 881, /app/app/assets/stylesheets/style.sass */
footer {
  margin: 10em 0 5em;
}
/* line 884, /app/app/assets/stylesheets/style.sass */
footer .container {
  padding: 0;
}
/* line 887, /app/app/assets/stylesheets/style.sass */
footer #group-logo {
  float: left;
  padding-right: 1em;
}
/* line 891, /app/app/assets/stylesheets/style.sass */
footer #footer-blurb {
  color: #000;
}
/* line 894, /app/app/assets/stylesheets/style.sass */
footer #footer-blurb #footer_revision {
  font-size: 12px;
  opacity: 0.5;
}

/* line 899, /app/app/assets/stylesheets/style.sass */
.schedulings-for-print {
  color: #222;
}
/* line 901, /app/app/assets/stylesheets/style.sass */
.schedulings-for-print ul {
  list-style-type: none;
  margin: 2em 0 3em;
  padding: 0 1.1em 0 1em;
}
/* line 905, /app/app/assets/stylesheets/style.sass */
.schedulings-for-print li {
  font-size: 1.3em;
  font-weight: 300;
  margin-bottom: 0.5em;
}
/* line 909, /app/app/assets/stylesheets/style.sass */
.schedulings-for-print li.hr {
  border-bottom: 1px solid #999;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 0.5em;
  margin-top: 2.5em;
}

/* line 917, /app/app/assets/stylesheets/style.sass */
.order + .order {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
}

/* Add extra button classes */
/* line 924, /app/app/assets/stylesheets/style.sass */
.btn-red {
  background: transparent;
  border: 2px solid #b62328;
  color: #b62328;
  font-weight: 400;
  text-shadow: none;
}
/* line 930, /app/app/assets/stylesheets/style.sass */
.btn-red:hover {
  background-color: #b62328;
  color: #ffffff;
}

/* line 934, /app/app/assets/stylesheets/style.sass */
.btn-red-fill {
  border: 2px solid #b62328;
  background: #b62328;
  color: white;
  font-weight: 400;
  text-shadow: none;
}
/* line 940, /app/app/assets/stylesheets/style.sass */
.btn-red-fill:hover {
  background-color: transparent;
  color: #b62328;
}

/* line 944, /app/app/assets/stylesheets/style.sass */
.btn-black {
  background: none;
  border: 2px solid #000000;
  color: #000000;
  font-weight: 400;
  text-shadow: none;
}
/* line 950, /app/app/assets/stylesheets/style.sass */
.btn-black:hover {
  background-color: #61a1c3;
  border: 2px solid #61a1c3;
  color: white;
}

/* line 955, /app/app/assets/stylesheets/style.sass */
.btn-lg {
  padding: 16px 32px;
  font-size: 13pt;
}

/* line 960, /app/app/assets/stylesheets/style.sass */
body .fake-pre {
  background: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #222;
  display: block;
  font-family: monospace;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 9.5px;
}
/* line 972, /app/app/assets/stylesheets/style.sass */
body .fake-pre hr {
  border-color: #ddd;
  margin: 15px 0;
}
/* line 976, /app/app/assets/stylesheets/style.sass */
body .fake-pre .p {
  margin: 0 0 15px;
}
/* line 979, /app/app/assets/stylesheets/style.sass */
body .fake-pre .indent {
  margin-left: 15px;
}

/* line 982, /app/app/assets/stylesheets/style.sass */
.retired {
  color: #aaa;
  font-style: italic;
}

/* line 986, /app/app/assets/stylesheets/style.sass */
h1 {
  margin-top: 10px;
}

/* line 989, /app/app/assets/stylesheets/style.sass */
.well {
  color: #252d35;
}

@keyframes blur {
  to {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
  }
}
/* line 999, /app/app/assets/stylesheets/style.sass */
.blur {
  animation: blur 3s linear forwards;
}

/* line 1002, /app/app/assets/stylesheets/style.sass */
body.disabled {
  pointer-events: none;
}

/* line 1006, /app/app/assets/stylesheets/style.sass */
.live-logo {
  background: url(/assets/LIVE-black-tm.svg) no-repeat center;
  height: 4rem;
  width: 12rem;
}

/* line 1011, /app/app/assets/stylesheets/style.sass */
.border-left {
  border-left: 1px solid #eee;
}

/* line 1014, /app/app/assets/stylesheets/style.sass */
.paypal-button {
  position: relative;
  z-index: 0;
}

/* line 1019, /app/app/assets/stylesheets/style.sass */
.tax-exempt-modal.floaty-fg,
.tax-exempt-content {
  background: #fff;
  color: #002;
}
/* line 1024, /app/app/assets/stylesheets/style.sass */
.tax-exempt-modal.floaty-fg .btn-modal-close,
.tax-exempt-content .btn-modal-close {
  background: #252d35;
  color: #fff;
}

/* line 1029, /app/app/assets/stylesheets/style.sass */
body.print .tax-exempt-content {
  margin: 0 auto;
  max-width: 45em;
}
/* line 1033, /app/app/assets/stylesheets/style.sass */
body.print .tax-exempt-content .noprint {
  display: none;
}

/* 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 2, /app/app/assets/stylesheets/pagination.sass */
.pagination {
  display: block;
  margin: 20px auto;
  text-align: center;
}
/* line 7, /app/app/assets/stylesheets/pagination.sass */
.pagination ul {
  margin: 0;
  padding: 0;
}
/* line 11, /app/app/assets/stylesheets/pagination.sass */
.pagination ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 17, /app/app/assets/stylesheets/pagination.sass */
.pagination ul li a {
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.7);
  margin: 2px;
  padding: 3px 8px 5px 8px;
  text-decoration: none;
  transition: all 90ms ease;
}
/* line 25, /app/app/assets/stylesheets/pagination.sass */
.pagination ul li a:hover, .pagination ul li a:active {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}
/* line 30, /app/app/assets/stylesheets/pagination.sass */
.pagination ul li.active a {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  cursor: default;
}
/* line 36, /app/app/assets/stylesheets/pagination.sass */
.pagination ul li.disabled a {
  color: rgba(0, 0, 0, 0.2);
  cursor: default;
}
/* line 39, /app/app/assets/stylesheets/pagination.sass */
.pagination ul li.disabled a:hover, .pagination ul li.disabled a:active {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.2) !important;
}

/* line 48, /app/app/assets/stylesheets/pagination.sass */
body.c-searches .pagination ul li a,
body.backend .pagination ul li a {
  color: #252d35;
}
/* line 50, /app/app/assets/stylesheets/pagination.sass */
body.c-searches .pagination ul li a:hover,
body.backend .pagination ul li a:hover {
  background-color: #71869c;
  color: #fff;
}
/* line 55, /app/app/assets/stylesheets/pagination.sass */
body.c-searches .pagination ul li.active a,
body.backend .pagination ul li.active a {
  background-color: rgba(37, 45, 53, 0.2);
  color: #252d35;
  cursor: default;
}

@media (max-width: 991px) {
  /* line 65, /app/app/assets/stylesheets/pagination.sass */
  .pagination ul li a {
    color: #252d35;
  }
  /* line 67, /app/app/assets/stylesheets/pagination.sass */
  .pagination ul li a:hover {
    background-color: #71869c;
    color: #fff;
  }
  /* line 72, /app/app/assets/stylesheets/pagination.sass */
  .pagination ul li.active a {
    background-color: rgba(37, 45, 53, 0.2);
    color: #252d35;
    cursor: default;
  }
}
/* line 2, /app/app/assets/stylesheets/flash-messages.sass */
.flash-container {
  background-color: rgba(155, 195, 255, 0.8);
  font-size: 14pt;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: -20px;
  padding: 0;
}
/* line 10, /app/app/assets/stylesheets/flash-messages.sass */
.flash-container .alert-info, .flash-container .alert-danger {
  background: none;
  border: none;
  margin-bottom: 0;
  padding: 12px 15px;
}
/* line 16, /app/app/assets/stylesheets/flash-messages.sass */
.flash-container .alert + .alert {
  border-top: 1px solid #f6f6f6;
}
/* line 19, /app/app/assets/stylesheets/flash-messages.sass */
.flash-container .alert-info {
  color: rgba(0, 0, 0, 0.75);
}
/* line 21, /app/app/assets/stylesheets/flash-messages.sass */
.flash-container .alert-danger {
  color: #f00;
}
/* line 24, /app/app/assets/stylesheets/flash-messages.sass */
.flash-container .close {
  border-radius: 50px;
  border: 1px solid #888;
  color: #999;
  display: inline-block;
  font-family: sans-serif;
  font-size: 11pt;
  font-weight: 300;
  height: 16px;
  line-height: 0.8;
  margin-top: 3px;
  opacity: 0.5;
  text-indent: 3px;
  width: 16px;
}
/* line 39, /app/app/assets/stylesheets/flash-messages.sass */
.flash-container .close:hover {
  border-color: #111;
  color: #111;
}

/* line 43, /app/app/assets/stylesheets/flash-messages.sass */
.ajax-notifications {
  left: 100px;
  position: fixed;
  right: 100px;
  text-align: center;
  top: 10%;
  z-index: 999999;
}
/* line 51, /app/app/assets/stylesheets/flash-messages.sass */
.ajax-notifications .alert {
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4);
}

/* line 10, /app/app/assets/stylesheets/dashboard.sass */
body .curriculum-box {
  background-color: rgba(255, 255, 255, 0.01);
  background-image: url("/assets/bokeh.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-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #444;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.5);
  margin: 10px 0 45px 0;
  padding: 0;
  text-align: center;
}
/* line 23, /app/app/assets/stylesheets/dashboard.sass */
body .curriculum-box .name {
  font-size: 18pt;
  font-weight: 300;
  letter-spacing: 1px;
}
/* line 28, /app/app/assets/stylesheets/dashboard.sass */
body .curriculum-box .name a {
  border: 1px solid transparent;
  color: #fff;
  display: block;
  padding: 45px 25px;
}
/* line 34, /app/app/assets/stylesheets/dashboard.sass */
body .curriculum-box .name a:hover {
  border: 1px solid rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
/* line 38, /app/app/assets/stylesheets/dashboard.sass */
body .curriculum-box .tagline {
  font-size: 0.55em;
  text-transform: uppercase;
}
/* line 42, /app/app/assets/stylesheets/dashboard.sass */
body .curriculum-box hr {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 20px 0;
}
/* line 47, /app/app/assets/stylesheets/dashboard.sass */
body .curriculum-box .links a {
  color: #a5a3a1;
  font-size: 10pt;
  text-transform: uppercase;
}
/* line 51, /app/app/assets/stylesheets/dashboard.sass */
body .curriculum-box .links a + a {
  margin-left: 15px;
}
/* line 54, /app/app/assets/stylesheets/dashboard.sass */
body .curriculum-box.curriculum-box--message-series {
  background-color: rgba(255, 255, 255, 0.02);
  background-image: url("/assets/bg-sparkles.png"), linear-gradient(rgba(255, 255, 255, 0.02) 30%, rgba(255, 255, 255, 0.14) 50%, rgba(255, 255, 255, 0.03) 70%);
}
/* line 57, /app/app/assets/stylesheets/dashboard.sass */
body .curriculum-box:nth-child(4n+2) {
  transform: scaleX(-1);
}
/* line 59, /app/app/assets/stylesheets/dashboard.sass */
body .curriculum-box:nth-child(4n+2) .name {
  transform: scaleX(-1);
}
/* line 61, /app/app/assets/stylesheets/dashboard.sass */
body .curriculum-box:nth-child(4n+3) {
  box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.5);
  transform: scaleY(-1);
}
/* line 65, /app/app/assets/stylesheets/dashboard.sass */
body .curriculum-box:nth-child(4n+3) .name {
  transform: scaleY(-1);
}
/* line 67, /app/app/assets/stylesheets/dashboard.sass */
body .curriculum-box:nth-child(4n+4) {
  box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.5);
  transform: scale(-1);
}
/* line 70, /app/app/assets/stylesheets/dashboard.sass */
body .curriculum-box:nth-child(4n+4) .name {
  transform: scale(-1);
}
/* line 77, /app/app/assets/stylesheets/dashboard.sass */
body .dashboard-content .list-item h3 {
  margin-top: 5px;
}
/* line 79, /app/app/assets/stylesheets/dashboard.sass */
body .dashboard-content .list-item p {
  color: #f6f6f6;
  font-size: 13.5pt;
}
/* line 83, /app/app/assets/stylesheets/dashboard.sass */
body .dashboard-content .list-item + .list-item {
  border-top: 1px solid #3a4753;
  margin-top: 35px;
  padding-top: 35px;
}
/* line 98, /app/app/assets/stylesheets/dashboard.sass */
body .news-feed-container .list-item .name a, body .news-feed-container .list-item .date {
  color: #ccd;
  font-size: 9pt;
  text-shadow: none;
  text-transform: uppercase;
}
/* line 115, /app/app/assets/stylesheets/dashboard.sass */
body .upcoming-container .list-item .date-box {
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  width: 60px;
}
/* line 121, /app/app/assets/stylesheets/dashboard.sass */
body .upcoming-container .list-item .date-box .top, body .upcoming-container .list-item .date-box .bottom {
  font-size: 10pt;
  text-transform: uppercase;
}
/* line 124, /app/app/assets/stylesheets/dashboard.sass */
body .upcoming-container .list-item .date-box .top {
  padding: 6px 0 4px;
}
/* line 126, /app/app/assets/stylesheets/dashboard.sass */
body .upcoming-container .list-item .date-box .bottom {
  border-top: 1px solid #fff;
  color: #ccd;
  padding: 4px 0 6px;
}
/* line 131, /app/app/assets/stylesheets/dashboard.sass */
body .upcoming-container .list-item .year {
  color: #ccd;
  font-size: 10pt;
  margin-top: 5px;
}
/* line 136, /app/app/assets/stylesheets/dashboard.sass */
body .upcoming-container .list-item .description {
  margin-top: 15px;
}
/* line 150, /app/app/assets/stylesheets/dashboard.sass */
body .dashboard-content .messages-container .list-item h3 {
  margin-top: 0;
}
/* line 152, /app/app/assets/stylesheets/dashboard.sass */
body .dashboard-content .messages-container .list-item .meta * {
  color: #ccd;
  font-size: 10.5pt;
}

/* line 10, /app/app/assets/stylesheets/lessons.sass */
body.lessons {
  background-color: #fff;
  background-image: none;
  color: #252d35;
  text-shadow: none;
  overflow-x: hidden;
}
/* line 17, /app/app/assets/stylesheets/lessons.sass */
body.lessons .curriculum-menu {
  margin-left: 0;
}
/* line 20, /app/app/assets/stylesheets/lessons.sass */
body.lessons .main-content {
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
}
/* line 25, /app/app/assets/stylesheets/lessons.sass */
body.lessons h1 {
  font-size: 36pt;
}
/* line 28, /app/app/assets/stylesheets/lessons.sass */
body.lessons h2 {
  font-size: 16pt;
}
/* line 31, /app/app/assets/stylesheets/lessons.sass */
body.lessons h2.lesson-icons {
  font-size: 20pt;
  color: #666 !important;
}
/* line 35, /app/app/assets/stylesheets/lessons.sass */
body.lessons h4 {
  font-size: 11pt;
  font-weight: 300;
  margin-top: 20px;
  color: #5792b5;
}
/* line 41, /app/app/assets/stylesheets/lessons.sass */
body.lessons ul {
  list-style-type: none;
}
/* line 44, /app/app/assets/stylesheets/lessons.sass */
body.lessons label {
  color: #252d35;
}
/* line 47, /app/app/assets/stylesheets/lessons.sass */
body.lessons a:not(.btn-white):not(.btn-primary):not(.btn-danger) {
  color: #61a1c3;
}
/* line 51, /app/app/assets/stylesheets/lessons.sass */
body.lessons #publish_as_template_container label {
  border-color: #fff;
  font-size: 10pt;
  height: auto;
}
/* line 56, /app/app/assets/stylesheets/lessons.sass */
body.lessons #btn_customize_lesson_container {
  margin-bottom: 30px;
}
/* line 59, /app/app/assets/stylesheets/lessons.sass */
body.lessons #lesson_customize_dropdown {
  margin-top: 8px;
}
/* line 63, /app/app/assets/stylesheets/lessons.sass */
body.lessons #lesson_customize_dropdown ul li a {
  padding: 6px 15px;
}
/* line 65, /app/app/assets/stylesheets/lessons.sass */
body.lessons #lesson_customize_dropdown ul li + li {
  margin-top: 8px;
}
/* line 68, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson-banner {
  background-color: #61a1c3;
  background-size: auto 100%;
  color: #fff;
  margin-top: -20px;
  background-image: url(/assets/largeFilter.png), linear-gradient(to right, rgba(255, 255, 255, 0.01) 30%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.01) 70%);
}
/* line 75, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson-banner.message {
  background-image: url("/assets/bg-sparkles-lg.png");
  background-size: cover;
}
/* line 79, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson-banner.message .header_logo {
  border-radius: 0;
}
/* line 83, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson-banner.custom-series {
  background-color: #61a1c3;
}
/* line 86, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson-banner .btn {
  font-size: 10pt;
}
/* line 89, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson-banner .col-md-8, body.lessons .lesson-banner .col-sm-8 {
  min-height: 400px;
  padding-top: 55px;
}
/* line 93, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson-banner .col-md-8 .nav-tabs, body.lessons .lesson-banner .col-sm-8 .nav-tabs {
  bottom: 10px;
  position: relative;
}
/* line 97, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson-banner .col-md-8.tabs, body.lessons .lesson-banner .col-sm-8.tabs {
  min-height: 0;
  padding-top: 0;
}
/* line 101, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson-banner .customize-buttons-wrapper {
  margin: 30px -10px 30px;
}
/* line 105, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson-banner .customize-buttons-wrapper .input-group .input-group-addon {
  background-color: transparent;
  border-color: #fff;
  border-radius: 2px 0 0 2px;
}
/* line 110, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson-banner .customize-buttons-wrapper .input-group label.form-control {
  background-color: transparent;
  color: #fff;
}
/* line 114, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson-banner .main-sub-title {
  font-family: "freight-sans-pro", calibri, arial;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
}
/* line 120, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson-banner #lesson-subtitle {
  min-height: 4em;
}
/* line 123, /app/app/assets/stylesheets/lessons.sass */
body.lessons .tab-content {
  color: #666;
  margin-top: 60px;
}
/* line 127, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson_content {
  color: #666;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.9px;
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
}
/* line 137, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson_content strong {
  color: #444;
  font-weight: 500;
}
/* line 141, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson_content ol, body.lessons .lesson_content ul {
  margin-bottom: 20px;
}
/* line 145, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson_content ul li::before {
  content: "•";
  display: inline-block;
  font-size: 10pt;
  margin: -5px 10px 0 -18px;
  opacity: 0.6;
  vertical-align: middle;
}
/* line 153, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson_content ul li + li {
  margin-top: 15px;
}
/* line 156, /app/app/assets/stylesheets/lessons.sass */
body.lessons header {
  background-color: #fff;
  color: #ccc;
}
/* line 160, /app/app/assets/stylesheets/lessons.sass */
body.lessons header .navbar {
  padding-top: 22px;
}
/* line 164, /app/app/assets/stylesheets/lessons.sass */
body.lessons ul.lesson-tabs.nav-tabs {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
/* line 173, /app/app/assets/stylesheets/lessons.sass */
body.lessons ul.lesson-tabs.nav-tabs li.lesson_content_tab_trigger a,
body.lessons ul.lesson-tabs.nav-tabs li.all_lesson_content_tab_trigger a {
  font-family: inherit;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.35);
  margin-top: -1px;
  font-size: 11pt;
  font-weight: 500;
  padding-top: 18px;
}
/* line 185, /app/app/assets/stylesheets/lessons.sass */
body.lessons ul.lesson-tabs.nav-tabs li.lesson_content_tab_trigger a:first-child,
body.lessons ul.lesson-tabs.nav-tabs li.all_lesson_content_tab_trigger a:first-child {
  padding-left: 0;
}
/* line 188, /app/app/assets/stylesheets/lessons.sass */
body.lessons ul.lesson-tabs.nav-tabs li.lesson_content_tab_trigger a:hover,
body.lessons ul.lesson-tabs.nav-tabs li.all_lesson_content_tab_trigger a:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 193, /app/app/assets/stylesheets/lessons.sass */
body.lessons ul.lesson-tabs.nav-tabs li.lesson_content_tab_trigger .active,
body.lessons ul.lesson-tabs.nav-tabs li.all_lesson_content_tab_trigger .active {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 199, /app/app/assets/stylesheets/lessons.sass */
body.lessons ul.lesson-tabs.nav-tabs li.lesson_content_tab_trigger.active a,
body.lessons ul.lesson-tabs.nav-tabs li.all_lesson_content_tab_trigger.active a {
  background-color: transparent;
  color: #fff;
}
/* line 204, /app/app/assets/stylesheets/lessons.sass */
body.lessons #schedule_lesson_form label {
  color: #fff !important;
}
/* line 207, /app/app/assets/stylesheets/lessons.sass */
body.lessons #scheduler-list {
  margin-top: 25px;
}
/* line 210, /app/app/assets/stylesheets/lessons.sass */
body.lessons #downloads_list {
  margin-left: 15px;
  margin-right: 15px;
}
/* line 215, /app/app/assets/stylesheets/lessons.sass */
body.lessons .tab-content .download.graphics {
  margin-top: 1.5em;
}
/* line 218, /app/app/assets/stylesheets/lessons.sass */
body.lessons .tab-content .series-attachment:first-of-type {
  margin-top: -3em;
}
/* line 221, /app/app/assets/stylesheets/lessons.sass */
body.lessons #end_of_downloads {
  margin-top: 40px;
  font-size: 10pt;
}
/* line 226, /app/app/assets/stylesheets/lessons.sass */
body.lessons .media_item {
  border: 1px solid #efefef;
  padding: 15px;
  margin: 15px 0 30px 0;
}
/* line 231, /app/app/assets/stylesheets/lessons.sass */
body.lessons .media_item .media_description {
  font-size: 12pt;
  color: #888;
}
/* line 235, /app/app/assets/stylesheets/lessons.sass */
body.lessons .media_item .media_type_description {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 8pt;
  color: #888;
}
/* line 241, /app/app/assets/stylesheets/lessons.sass */
body.lessons .media_item .media_logo {
  margin-right: 13px;
  margin-top: 2px;
}
/* line 245, /app/app/assets/stylesheets/lessons.sass */
body.lessons .description {
  margin-bottom: 30px;
}
/* line 249, /app/app/assets/stylesheets/lessons.sass */
body.lessons .floaty .price {
  color: #ccc;
  font-size: 13pt;
  margin-top: 10px;
}
/* line 254, /app/app/assets/stylesheets/lessons.sass */
body.lessons .floaty #sidebar-item-price {
  margin-bottom: 30px;
}
/* line 257, /app/app/assets/stylesheets/lessons.sass */
body.lessons .floaty #sidebar-item-description {
  font-size: 10pt;
  margin-top: 20px;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 50px;
}
/* line 264, /app/app/assets/stylesheets/lessons.sass */
body.lessons .download-container {
  color: #fff;
  margin-bottom: 20px;
}
/* line 268, /app/app/assets/stylesheets/lessons.sass */
body.lessons .download-container label {
  color: #ccc;
}
/* line 271, /app/app/assets/stylesheets/lessons.sass */
body.lessons .curriculum_title,
body.lessons .lesson_title,
body.lessons .series-title {
  font-family: "freight-sans-pro", calibri, arial;
  margin-bottom: 30px;
}
/* line 278, /app/app/assets/stylesheets/lessons.sass */
body.lessons #all_lessons_tabs, body.lessons #series_tabs {
  padding-top: 12px;
}
/* line 282, /app/app/assets/stylesheets/lessons.sass */
body.lessons #all_lessons_tabs li a, body.lessons #series_tabs li a {
  margin-top: -13px;
  padding-top: 19px;
}
/* line 285, /app/app/assets/stylesheets/lessons.sass */
body.lessons #all_lessons_tabs li a:focus, body.lessons #series_tabs li a:focus {
  background: transparent;
}
/* line 289, /app/app/assets/stylesheets/lessons.sass */
body.lessons .year_label {
  font-size: 10pt;
  font-weight: 500;
}
/* line 293, /app/app/assets/stylesheets/lessons.sass */
body.lessons .series_description {
  line-height: 2;
  margin-bottom: 30px;
}
/* line 297, /app/app/assets/stylesheets/lessons.sass */
body.lessons .header_logo {
  border: 1px #000 solid;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-top: -5px;
  height: 80px;
  width: 80px;
  margin: 0px;
}
/* line 307, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson_list {
  padding-left: 20px;
  padding-bottom: 10px;
  list-style-type: none;
  border-left: 1px solid #ccc;
  margin-bottom: 0px;
  margin-top: 10px;
  margin-left: 10px;
  line-height: 1.4;
}
/* line 317, /app/app/assets/stylesheets/lessons.sass */
body.lessons .lesson_list_border {
  border-top: 1px solid #ccc;
  width: 50px;
  margin-left: 10px;
  margin-bottom: 50px;
}
/* line 323, /app/app/assets/stylesheets/lessons.sass */
body.lessons .series-header-link {
  color: #000;
  font-size: 20pt;
  margin-top: 20px;
}
/* line 327, /app/app/assets/stylesheets/lessons.sass */
body.lessons .series-header-link a {
  color: #000 !important;
}
/* line 330, /app/app/assets/stylesheets/lessons.sass */
body.lessons .series_lesson {
  font-size: 14pt;
  font-weight: 300;
  font-family: "freight-sans-pro", calibri, arial;
}
/* line 335, /app/app/assets/stylesheets/lessons.sass */
body.lessons #lesson-menu-separator {
  margin-top: 5px;
}
/* line 338, /app/app/assets/stylesheets/lessons.sass */
body.lessons #lesson-menu-separator span {
  color: rgba(255, 255, 255, 0.35);
  margin-right: -15px;
}
/* line 342, /app/app/assets/stylesheets/lessons.sass */
body.lessons #curriculum-subtitle {
  min-height: 128px;
}
/* line 345, /app/app/assets/stylesheets/lessons.sass */
body.lessons #lesson-back-button {
  margin-bottom: 40px;
}
/* line 348, /app/app/assets/stylesheets/lessons.sass */
body.lessons .theme-header {
  font-size: 1.3rem;
  margin: 0;
}
/* line 352, /app/app/assets/stylesheets/lessons.sass */
body.lessons .primary_scripture {
  font-family: "freight-sans-pro", calibri, arial;
  color: #989a9f;
  font-size: 14pt;
}
/* line 358, /app/app/assets/stylesheets/lessons.sass */
body.lessons #media_list .media-store-items-wrapper {
  display: none;
}
/* line 362, /app/app/assets/stylesheets/lessons.sass */
body.lessons .media_items_container .description {
  color: #888;
}
/* line 373, /app/app/assets/stylesheets/lessons.sass */
body.lessons .customize {
  margin-top: 30px;
}
/* line 376, /app/app/assets/stylesheets/lessons.sass */
body.lessons .customize .tab-content {
  margin-top: 10px;
}
/* line 379, /app/app/assets/stylesheets/lessons.sass */
body.lessons .customize .sortable-placeholder {
  background-color: #c6d4dd;
  margin: 30px -15px;
  padding: 30px;
}
/* line 384, /app/app/assets/stylesheets/lessons.sass */
body.lessons .customize .module {
  background-color: rgba(0, 0, 0, 0.075);
  border-radius: 2px;
  padding: 10px 25px;
}
/* line 389, /app/app/assets/stylesheets/lessons.sass */
body.lessons .customize .module + .module {
  margin-top: 30px;
}
/* line 392, /app/app/assets/stylesheets/lessons.sass */
body.lessons .customize .module .title {
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
  padding-bottom: 20px;
}
/* line 397, /app/app/assets/stylesheets/lessons.sass */
body.lessons .customize .module .actions {
  margin: 25px -10px 15px;
  padding-top: 10px;
}
/* line 401, /app/app/assets/stylesheets/lessons.sass */
body.lessons .customize .new_custom_module_outer {
  margin: 45px 0;
}
/* line 404, /app/app/assets/stylesheets/lessons.sass */
body.lessons .customize .btn-transparent {
  border-color: #ccc;
  color: #606060;
}
/* line 408, /app/app/assets/stylesheets/lessons.sass */
body.lessons .customize .alert {
  padding: 15px 25px;
}
/* line 410, /app/app/assets/stylesheets/lessons.sass */
body.lessons .customize .alert .title {
  margin-top: 5px;
}

/* line 417, /app/app/assets/stylesheets/lessons.sass */
.lesson-filings dl dt label {
  color: #fff;
  font-size: 13pt;
}
/* line 421, /app/app/assets/stylesheets/lessons.sass */
.lesson-filings dl dt.assigned {
  display: none;
}

/* line 425, /app/app/assets/stylesheets/lessons.sass */
.lesson-filings-list .lesson-filing {
  margin-bottom: 30px;
}
/* line 428, /app/app/assets/stylesheets/lessons.sass */
.lesson-filings-list .lesson-filing .remove {
  border: 1px solid #efefef;
  margin: -1px -10px 0;
  padding: 5px 25px;
  text-align: right;
}

/* line 435, /app/app/assets/stylesheets/lessons.sass */
.n6-day {
  border: 2px solid #ddd;
  border-radius: 3px;
  margin-top: 2em;
  padding: 0.5em 1.3em 1em;
  position: relative;
}
/* line 443, /app/app/assets/stylesheets/lessons.sass */
.n6-day .n6-day_content label {
  color: #999;
}

/* line 446, /app/app/assets/stylesheets/lessons.sass */
.n6-day_day {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 300;
}

/* line 451, /app/app/assets/stylesheets/lessons.sass */
.n6-day_title {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 300;
}

/* line 456, /app/app/assets/stylesheets/lessons.sass */
.n6-day_info {
  color: #999;
  font-size: 0.8em;
}

/* line 460, /app/app/assets/stylesheets/lessons.sass */
.n6-day_content {
  height: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-out;
}

/* line 466, /app/app/assets/stylesheets/lessons.sass */
.n6-day_toggle {
  border: solid #777;
  border-width: 0 4px 4px 0;
  content: "";
  cursor: pointer;
  display: block;
  height: 1em;
  position: absolute;
  right: 1.5em;
  top: 1.3em;
  width: 1em;
  transform: rotate(-45deg);
  transition: transform 250ms ease;
}
/* line 481, /app/app/assets/stylesheets/lessons.sass */
.n6-day_toggle::before {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  right: -0.7em;
  top: -0.5em;
  bottom: -0.7em;
}

/* line 491, /app/app/assets/stylesheets/lessons.sass */
.n6-day.open .n6-day_content {
  height: auto;
  max-height: 100em;
  padding-top: 1em;
}
/* line 496, /app/app/assets/stylesheets/lessons.sass */
.n6-day.open .n6-day_toggle {
  transform: rotate(45deg);
}

/* line 500, /app/app/assets/stylesheets/lessons.sass */
.download {
  border: 1px solid #efefef;
  padding: 15px;
  margin-top: 15px;
}
/* line 505, /app/app/assets/stylesheets/lessons.sass */
.download.graphics {
  border-color: #ccc;
  margin-top: 2em;
}
/* line 508, /app/app/assets/stylesheets/lessons.sass */
.download.graphics:first-of-type {
  margin-top: 3em;
}
/* line 511, /app/app/assets/stylesheets/lessons.sass */
.download .file_description {
  font-size: 8pt;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 8pt;
  color: #888;
}
/* line 518, /app/app/assets/stylesheets/lessons.sass */
.download .download_link {
  font-size: 14pt;
}

/* line 2, /app/app/assets/stylesheets/tab_wizard.sass */
body .tab_wizard, body.lessons .tab_wizard {
  margin-top: 125px;
  overflow: hidden;
}
/* line 6, /app/app/assets/stylesheets/tab_wizard.sass */
body .tab_wizard ul, body.lessons .tab_wizard ul {
  list-style-type: none;
  margin: 0 auto 20px auto;
  padding: 0;
  text-align: center;
}
/* line 12, /app/app/assets/stylesheets/tab_wizard.sass */
body .tab_wizard ul li, body.lessons .tab_wizard ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 17, /app/app/assets/stylesheets/tab_wizard.sass */
body .tab_wizard ul li + li, body.lessons .tab_wizard ul li + li {
  margin-left: 15px;
}
/* line 20, /app/app/assets/stylesheets/tab_wizard.sass */
body .tab_wizard ul li a, body.lessons .tab_wizard ul li a {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.4) !important;
  cursor: pointer;
  display: inline-block;
  font-size: 24pt;
  font-weight: 400;
  height: 75px;
  line-height: 1;
  padding: 15px 15px 0;
  width: 75px;
}
/* line 33, /app/app/assets/stylesheets/tab_wizard.sass */
body .tab_wizard ul li a small, body.lessons .tab_wizard ul li a small {
  display: block;
  font-size: 10pt;
}
/* line 37, /app/app/assets/stylesheets/tab_wizard.sass */
body .tab_wizard ul li a.on, body .tab_wizard ul li a:hover, body.lessons .tab_wizard ul li a.on, body.lessons .tab_wizard ul li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff !important;
  text-decoration: none;
}
/* line 42, /app/app/assets/stylesheets/tab_wizard.sass */
body .tab_wizard ul li a.disabled, body.lessons .tab_wizard ul li a.disabled {
  background-color: rgba(200, 200, 200, 0.3);
  color: rgba(200, 200, 200, 0.7);
  cursor: default;
}
/* line 47, /app/app/assets/stylesheets/tab_wizard.sass */
body .tab_wizard_footer, body.lessons .tab_wizard_footer {
  border-top: 1px solid #f3f3f3;
  margin: 45px 0;
  padding-top: 45px;
}
/* line 52, /app/app/assets/stylesheets/tab_wizard.sass */
body .tab_wizard_footer .btn-wizard, body.lessons .tab_wizard_footer .btn-wizard {
  width: 48%;
}
/* line 55, /app/app/assets/stylesheets/tab_wizard.sass */
body .tab_wizard_footer .btn-wizard + .btn-wizard, body.lessons .tab_wizard_footer .btn-wizard + .btn-wizard {
  margin-left: 4%;
}
/* line 58, /app/app/assets/stylesheets/tab_wizard.sass */
body .tab_wizard_btn:hover, body.lessons .tab_wizard_btn:hover {
  color: #fff;
}

/* line 2, /app/app/assets/stylesheets/calendar.sass */
textarea.embed-results {
  height: 8em !important;
}

/* line 5, /app/app/assets/stylesheets/calendar.sass */
.btn-white.calendars-menu {
  border: none;
  color: #ccc;
  font-size: 9pt;
  text-transform: uppercase;
}
/* line 10, /app/app/assets/stylesheets/calendar.sass */
.btn-white.calendars-menu:hover {
  color: #252d35 !important;
}

/* line 13, /app/app/assets/stylesheets/calendar.sass */
ul.calendars-dropdown {
  background-color: #2f3a44;
  padding: 5px;
}
/* line 18, /app/app/assets/stylesheets/calendar.sass */
ul.calendars-dropdown li a {
  height: 100%;
  padding: 0;
}
/* line 22, /app/app/assets/stylesheets/calendar.sass */
ul.calendars-dropdown li a:hover {
  background-color: inherit;
  color: #999;
}
/* line 26, /app/app/assets/stylesheets/calendar.sass */
ul.calendars-dropdown li a label {
  display: block;
  padding: 3px 20px;
}

/* line 30, /app/app/assets/stylesheets/calendar.sass */
.calendar-nav {
  font-size: 14pt;
}
/* line 32, /app/app/assets/stylesheets/calendar.sass */
.calendar-nav .month-year {
  display: inline-block;
}
/* line 34, /app/app/assets/stylesheets/calendar.sass */
.calendar-nav .prev, .calendar-nav .next {
  padding: 0 5px;
}
/* line 36, /app/app/assets/stylesheets/calendar.sass */
.calendar-nav .prev:hover, .calendar-nav .next:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

/* line 41, /app/app/assets/stylesheets/calendar.sass */
.calendar {
  margin-top: 10px;
  table-layout: fixed;
}
/* line 47, /app/app/assets/stylesheets/calendar.sass */
.calendar thead tr th {
  color: #ccc;
  font-size: 9pt;
  font-weight: 300;
  padding: 8px 5px;
  text-transform: uppercase;
}
/* line 56, /app/app/assets/stylesheets/calendar.sass */
.calendar tbody tr td {
  height: 80px;
  position: relative;
  transition: all 333ms ease-in-out;
  width: 14.28%;
}
/* line 62, /app/app/assets/stylesheets/calendar.sass */
.calendar tbody tr td .day-container span:not(.print-only) {
  color: #ccc;
  left: 5px;
  position: absolute;
  top: 0;
}
/* line 68, /app/app/assets/stylesheets/calendar.sass */
.calendar tbody tr td.active {
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 71, /app/app/assets/stylesheets/calendar.sass */
.calendar tbody tr td.holiday {
  background-color: #234;
}
/* line 74, /app/app/assets/stylesheets/calendar.sass */
.calendar tbody tr td.holiday .holiday-name {
  bottom: 1px;
  color: #9ab;
  font-size: 8pt;
  left: 5px;
  position: absolute;
}
/* line 81, /app/app/assets/stylesheets/calendar.sass */
.calendar tbody tr td.today {
  background-color: rgba(0, 255, 0, 0.1);
  border: 3px double rgba(0, 255, 0, 0.2);
}
/* line 85, /app/app/assets/stylesheets/calendar.sass */
.calendar tbody tr td.today .day-container span {
  color: #fff;
  font-weight: 400;
}
/* line 89, /app/app/assets/stylesheets/calendar.sass */
.calendar tbody tr td.today_active {
  background-color: rgba(255, 255, 255, 0.1);
  border: 3px double rgba(0, 255, 0, 0.2);
}
/* line 93, /app/app/assets/stylesheets/calendar.sass */
.calendar tbody tr td.past {
  background-color: #000;
  opacity: 0.35;
}
/* line 97, /app/app/assets/stylesheets/calendar.sass */
.calendar tbody tr td.selected-day {
  box-shadow: 0 0 0px 1px yellow inset;
}
/* line 100, /app/app/assets/stylesheets/calendar.sass */
.calendar .schedulings-container {
  font-size: 9pt;
  font-weight: 100;
  padding-top: 15px;
}
/* line 105, /app/app/assets/stylesheets/calendar.sass */
.calendar .schedulings-container .scheduling-wrapper {
  display: none;
  margin: 5px 5px 0 0;
  vertical-align: middle;
}
/* line 109, /app/app/assets/stylesheets/calendar.sass */
.calendar .schedulings-container .scheduling-wrapper.showing {
  display: inline-block;
}
/* line 112, /app/app/assets/stylesheets/calendar.sass */
.calendar .schedulings-container .scheduling-wrapper .scheduled-lesson {
  border: 1px solid #fff;
  border-radius: 10px;
  height: 10px;
  width: 10px;
}
/* line 117, /app/app/assets/stylesheets/calendar.sass */
.calendar .schedulings-container .scheduling-wrapper .scheduled-lesson a {
  display: none;
}
/* line 120, /app/app/assets/stylesheets/calendar.sass */
.calendar .schedulings-container .scheduling-wrapper .scheduled-lesson.editable {
  cursor: move;
}
/* line 122, /app/app/assets/stylesheets/calendar.sass */
.calendar .schedulings-container .scheduling-wrapper .scheduled-lesson.editable a {
  cursor: move;
}
/* line 125, /app/app/assets/stylesheets/calendar.sass */
.calendar .schedulings-container .scheduling-wrapper .scheduled-lesson.next6 {
  border-radius: 0;
}

/* line 128, /app/app/assets/stylesheets/calendar.sass */
.focused-day {
  display: none;
}
/* line 130, /app/app/assets/stylesheets/calendar.sass */
.focused-day.showing {
  display: block;
}

/* line 133, /app/app/assets/stylesheets/calendar.sass */
.lesson-droppable-hover {
  background-color: #cfc !important;
  color: #000 !important;
}

/* line 137, /app/app/assets/stylesheets/calendar.sass */
.ui-draggable-dragging {
  z-index: 999999;
}

/* line 140, /app/app/assets/stylesheets/calendar.sass */
.calendar-fullscreen {
  font-size: 16pt;
  left: 32px;
  position: absolute;
  top: 10px;
}

/* line 146, /app/app/assets/stylesheets/calendar.sass */
.fullscreen-wrapper {
  margin: 0 auto;
  max-width: 1280px;
  position: absolute;
  z-index: 5555;
}
/* line 152, /app/app/assets/stylesheets/calendar.sass */
.fullscreen-wrapper.fs-showing {
  bottom: 5px !important;
  height: auto !important;
  left: 5px !important;
  right: 5px !important;
  top: 115px !important;
  width: 99% !important;
  transition: all 333ms ease;
}
/* line 164, /app/app/assets/stylesheets/calendar.sass */
.fullscreen-wrapper.fs-showing table.calendar tbody tr td {
  height: 140px;
}
/* line 168, /app/app/assets/stylesheets/calendar.sass */
.fullscreen-wrapper.fs-showing table.calendar.weekly tbody tr td {
  height: 475px;
}

/* line 181, /app/app/assets/stylesheets/calendar.sass */
table.calendar.weekly tbody tr td {
  height: 275px;
}

/* line 192, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_orange, .calendar_color_orange.scheduled-lesson, .calendar_color_orange.next6-placeholder, .calendar_color_orange .color {
  background-color: #B8420A;
  color: #fff;
}

/* line 195, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_orange .name {
  border-bottom: 2px solid #B8420A;
}

/* line 198, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_blue, .calendar_color_blue.scheduled-lesson, .calendar_color_blue.next6-placeholder, .calendar_color_blue .color {
  background-color: #134a9c;
  color: #fff;
}

/* line 201, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_blue .name {
  border-bottom: 2px solid #134a9c;
}

/* line 204, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_green, .calendar_color_green.scheduled-lesson, .calendar_color_green.next6-placeholder, .calendar_color_green .color {
  background-color: #007c36;
  color: #fff;
}

/* line 207, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_green .name {
  border-bottom: 2px solid #007c36;
}

/* line 210, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_bluegreen, .calendar_color_bluegreen.scheduled-lesson, .calendar_color_bluegreen.next6-placeholder, .calendar_color_bluegreen .color {
  background-color: #0b6a67;
  color: #fff;
}

/* line 213, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_bluegreen .name {
  border-bottom: 2px solid #0b6a67;
}

/* line 216, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_blueviolet, .calendar_color_blueviolet.scheduled-lesson, .calendar_color_blueviolet.next6-placeholder, .calendar_color_blueviolet .color {
  background-color: blueviolet;
  color: #fff;
}

/* line 219, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_blueviolet .name {
  border-bottom: 2px solid blueviolet;
}

/* line 222, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_brown, .calendar_color_brown.scheduled-lesson, .calendar_color_brown.next6-placeholder, .calendar_color_brown .color {
  background-color: brown;
  color: #fff;
}

/* line 225, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_brown .name {
  border-bottom: 2px solid brown;
}

/* line 228, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_chocolate, .calendar_color_chocolate.scheduled-lesson, .calendar_color_chocolate.next6-placeholder, .calendar_color_chocolate .color {
  background-color: chocolate;
  color: #fff;
}

/* line 231, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_chocolate .name {
  border-bottom: 2px solid chocolate;
}

/* line 234, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_cornflowerblue, .calendar_color_cornflowerblue.scheduled-lesson, .calendar_color_cornflowerblue.next6-placeholder, .calendar_color_cornflowerblue .color {
  background-color: cornflowerblue;
  color: #fff;
}

/* line 237, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_cornflowerblue .name {
  border-bottom: 2px solid cornflowerblue;
}

/* line 240, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_crimson, .calendar_color_crimson.scheduled-lesson, .calendar_color_crimson.next6-placeholder, .calendar_color_crimson .color {
  background-color: crimson;
  color: #fff;
}

/* line 243, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_crimson .name {
  border-bottom: 2px solid crimson;
}

/* line 246, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_darkblue, .calendar_color_darkblue.scheduled-lesson, .calendar_color_darkblue.next6-placeholder, .calendar_color_darkblue .color {
  background-color: darkblue;
  color: #fff;
}

/* line 249, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_darkblue .name {
  border-bottom: 2px solid darkblue;
}

/* line 252, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_darkgreen, .calendar_color_darkgreen.scheduled-lesson, .calendar_color_darkgreen.next6-placeholder, .calendar_color_darkgreen .color {
  background-color: darkgreen;
  color: #fff;
}

/* line 255, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_darkgreen .name {
  border-bottom: 2px solid darkgreen;
}

/* line 258, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_darkmagenta, .calendar_color_darkmagenta.scheduled-lesson, .calendar_color_darkmagenta.next6-placeholder, .calendar_color_darkmagenta .color {
  background-color: darkmagenta;
  color: #fff;
}

/* line 261, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_darkmagenta .name {
  border-bottom: 2px solid darkmagenta;
}

/* line 264, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_darkslateblue, .calendar_color_darkslateblue.scheduled-lesson, .calendar_color_darkslateblue.next6-placeholder, .calendar_color_darkslateblue .color {
  background-color: darkslateblue;
  color: #fff;
}

/* line 267, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_darkslateblue .name {
  border-bottom: 2px solid darkslateblue;
}

/* line 270, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_darkslategray, .calendar_color_darkslategray.scheduled-lesson, .calendar_color_darkslategray.next6-placeholder, .calendar_color_darkslategray .color {
  background-color: darkslategray;
  color: #fff;
}

/* line 273, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_darkslategray .name {
  border-bottom: 2px solid darkslategray;
}

/* line 276, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_goldenrod, .calendar_color_goldenrod.scheduled-lesson, .calendar_color_goldenrod.next6-placeholder, .calendar_color_goldenrod .color {
  background-color: goldenrod;
  color: #fff;
}

/* line 279, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_goldenrod .name {
  border-bottom: 2px solid goldenrod;
}

/* line 282, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_lightseagreen, .calendar_color_lightseagreen.scheduled-lesson, .calendar_color_lightseagreen.next6-placeholder, .calendar_color_lightseagreen .color {
  background-color: lightseagreen;
  color: #fff;
}

/* line 285, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_lightseagreen .name {
  border-bottom: 2px solid lightseagreen;
}

/* line 288, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_lightslategray, .calendar_color_lightslategray.scheduled-lesson, .calendar_color_lightslategray.next6-placeholder, .calendar_color_lightslategray .color {
  background-color: lightslategray;
  color: #fff;
}

/* line 291, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_lightslategray .name {
  border-bottom: 2px solid lightslategray;
}

/* line 294, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_limegreen, .calendar_color_limegreen.scheduled-lesson, .calendar_color_limegreen.next6-placeholder, .calendar_color_limegreen .color {
  background-color: limegreen;
  color: #fff;
}

/* line 297, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_limegreen .name {
  border-bottom: 2px solid limegreen;
}

/* line 300, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_mediumvioletred, .calendar_color_mediumvioletred.scheduled-lesson, .calendar_color_mediumvioletred.next6-placeholder, .calendar_color_mediumvioletred .color {
  background-color: mediumvioletred;
  color: #fff;
}

/* line 303, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_mediumvioletred .name {
  border-bottom: 2px solid mediumvioletred;
}

/* line 306, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_midnightblue, .calendar_color_midnightblue.scheduled-lesson, .calendar_color_midnightblue.next6-placeholder, .calendar_color_midnightblue .color {
  background-color: midnightblue;
  color: #fff;
}

/* line 309, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_midnightblue .name {
  border-bottom: 2px solid midnightblue;
}

/* line 312, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_olive, .calendar_color_olive.scheduled-lesson, .calendar_color_olive.next6-placeholder, .calendar_color_olive .color {
  background-color: olive;
  color: #fff;
}

/* line 315, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_olive .name {
  border-bottom: 2px solid olive;
}

/* line 318, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_olivedrab, .calendar_color_olivedrab.scheduled-lesson, .calendar_color_olivedrab.next6-placeholder, .calendar_color_olivedrab .color {
  background-color: olivedrab;
  color: #fff;
}

/* line 321, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_olivedrab .name {
  border-bottom: 2px solid olivedrab;
}

/* line 324, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_orangered, .calendar_color_orangered.scheduled-lesson, .calendar_color_orangered.next6-placeholder, .calendar_color_orangered .color {
  background-color: orangered;
  color: #fff;
}

/* line 327, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_orangered .name {
  border-bottom: 2px solid orangered;
}

/* line 330, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_purple, .calendar_color_purple.scheduled-lesson, .calendar_color_purple.next6-placeholder, .calendar_color_purple .color {
  background-color: purple;
  color: #fff;
}

/* line 333, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_purple .name {
  border-bottom: 2px solid purple;
}

/* line 336, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_saddlebrown, .calendar_color_saddlebrown.scheduled-lesson, .calendar_color_saddlebrown.next6-placeholder, .calendar_color_saddlebrown .color {
  background-color: saddlebrown;
  color: #fff;
}

/* line 339, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_saddlebrown .name {
  border-bottom: 2px solid saddlebrown;
}

/* line 342, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_seagreen, .calendar_color_seagreen.scheduled-lesson, .calendar_color_seagreen.next6-placeholder, .calendar_color_seagreen .color {
  background-color: seagreen;
  color: #fff;
}

/* line 345, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_seagreen .name {
  border-bottom: 2px solid seagreen;
}

/* line 348, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_slateblue, .calendar_color_slateblue.scheduled-lesson, .calendar_color_slateblue.next6-placeholder, .calendar_color_slateblue .color {
  background-color: slateblue;
  color: #fff;
}

/* line 351, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_slateblue .name {
  border-bottom: 2px solid slateblue;
}

/* line 354, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_slategray, .calendar_color_slategray.scheduled-lesson, .calendar_color_slategray.next6-placeholder, .calendar_color_slategray .color {
  background-color: slategray;
  color: #fff;
}

/* line 357, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_slategray .name {
  border-bottom: 2px solid slategray;
}

/* line 360, /app/app/assets/stylesheets/calendar.sass */
li.calendar_color_teal, .calendar_color_teal.scheduled-lesson, .calendar_color_teal.next6-placeholder, .calendar_color_teal .color {
  background-color: teal;
  color: #fff;
}

/* line 363, /app/app/assets/stylesheets/calendar.sass */
.calendar_color_teal .name {
  border-bottom: 2px solid teal;
}

/* line 376, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup .scheduler-hint {
  background-color: rgba(150, 200, 150, 0.95);
  border-radius: 3px;
  font-size: 13pt;
  left: 30%;
  padding: 10px 15px;
  position: fixed;
  right: 30%;
  text-align: center;
  top: 10px;
  z-index: 9;
}
/* line 388, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup .menu-for-scheduler-drop {
  margin: 15px 0;
}
/* line 391, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup .curriculums-menu {
  margin-left: -12px;
  margin-top: -5px;
}
/* line 394, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup .curriculums-menu:hover {
  background-color: transparent !important;
  color: #fff !important;
  text-decoration: underline;
}
/* line 399, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup .curriculums-menu, .calendar-edit-popup .curriculums-dropdown {
  font-size: 16pt;
}
/* line 402, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup .curriculums-dropdown {
  background-color: #2f3a44;
  padding: 5px;
}
/* line 405, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup .curriculums-dropdown li {
  border: 1px solid transparent;
}
/* line 407, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup .curriculums-dropdown li a {
  color: #fff;
}
/* line 410, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup .curriculums-dropdown li + li {
  margin-top: 5px;
}
/* line 413, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup .curriculums-dropdown li:hover {
  border-color: #ddd;
}
/* line 418, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup ul.year-triggers li a, .calendar-edit-popup ul.toc li a {
  color: #fff;
  font-size: 8.5pt;
  font-weight: 400;
  text-shadow: none;
  text-transform: uppercase;
  padding: 8px 15px;
}
/* line 426, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup ul.year-triggers li a.year.selected, .calendar-edit-popup ul.toc li a.year.selected {
  background-color: #959ba2;
}
/* line 430, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup ul.year-triggers li:hover a:not(.lesson):not(.selected), .calendar-edit-popup ul.toc li:hover a:not(.lesson):not(.selected) {
  color: #252d35;
}
/* line 434, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup ul.toc a.selected {
  background-color: #959ba2;
}
/* line 436, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup ul.toc ul.lessons {
  margin: 3px 0 0 30px;
}
/* line 440, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup ul.toc ul.lessons li a.lesson {
  padding-left: 0;
}
/* line 443, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup ul.toc ul.lessons li .customized-by {
  color: #999;
  font-size: 8.5pt;
  text-indent: 15px;
}
/* line 448, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup ul.toc ul.lessons li.selected {
  background-color: #959ba2;
}
/* line 452, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup .chosen-series {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  font-size: 14pt;
  padding: 5px 10px;
}
/* line 458, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup .chosen-series .glyphicon {
  font-size: 11pt;
  margin-right: 8px;
}
/* line 462, /app/app/assets/stylesheets/calendar.sass */
.calendar-edit-popup .chosen-lesson {
  margin: 0.5em 1em;
}

/* line 466, /app/app/assets/stylesheets/calendar.sass */
.calendar-permissions {
  background-color: #0c0f16;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 25px 0 50px;
}
/* line 472, /app/app/assets/stylesheets/calendar.sass */
.calendar-permissions .users {
  background-color: rgba(255, 255, 255, 0.05);
  max-height: 440px;
  overflow-y: scroll;
  padding-right: 0;
}
/* line 477, /app/app/assets/stylesheets/calendar.sass */
.calendar-permissions .users ul {
  border-bottom: none;
  border-right: 1px solid #fff;
  padding: 10px 0;
}
/* line 484, /app/app/assets/stylesheets/calendar.sass */
.calendar-permissions .users ul li a:hover {
  background-color: rgba(230, 240, 250, 0.2);
  color: #eee;
}
/* line 488, /app/app/assets/stylesheets/calendar.sass */
.calendar-permissions .users ul li.active a {
  background-color: #0c0f16;
  border: 1px solid #fff;
  border-radius: 3px 0 0 3px;
  border-right-color: #0c0f16;
  margin-right: -2px;
  outline: 0;
}
/* line 496, /app/app/assets/stylesheets/calendar.sass */
.calendar-permissions .calendars {
  padding: 10px;
}
/* line 499, /app/app/assets/stylesheets/calendar.sass */
.calendar-permissions .calendars label {
  color: #ccc;
}
/* line 501, /app/app/assets/stylesheets/calendar.sass */
.calendar-permissions .calendars label.selected {
  color: #fff;
  font-weight: 400;
}

/* line 505, /app/app/assets/stylesheets/calendar.sass */
.calendars-list {
  list-style-type: none;
  margin: 0.5em 0 2em;
  padding: 0 1em;
}
/* line 510, /app/app/assets/stylesheets/calendar.sass */
.calendars-list span.or {
  margin: 0 10px;
}
/* line 513, /app/app/assets/stylesheets/calendar.sass */
.calendars-list .disabled {
  color: rgba(255, 255, 255, 0.2);
}

/* line 518, /app/app/assets/stylesheets/calendar.sass */
.floaty-fg .ui-sortable-helper {
  background-color: rgba(130, 140, 150, 0.3);
  padding: 10px 5px 50px;
}
/* line 522, /app/app/assets/stylesheets/calendar.sass */
.floaty-fg .sortable-placeholder {
  background-color: #252d35;
  margin: 5px -15px;
  padding: 47px;
}

/* line 528, /app/app/assets/stylesheets/calendar.sass */
.flash .notice {
  background-color: #cfc;
  color: #060;
  padding: 10px;
  margin: 15px 0 25px;
}
/* line 534, /app/app/assets/stylesheets/calendar.sass */
.flash .error {
  background-color: #fcc;
  color: #600;
  padding: 10px;
  margin: 15px 0 25px;
}

/* line 540, /app/app/assets/stylesheets/calendar.sass */
.updated-check {
  float: right;
}
/* line 542, /app/app/assets/stylesheets/calendar.sass */
.updated-check::before {
  color: #0c0;
  content: "✔";
}

/* line 546, /app/app/assets/stylesheets/calendar.sass */
.all-schedulings-list {
  display: none;
}

/* line 549, /app/app/assets/stylesheets/calendar.sass */
ul.schedulings-list {
  background: #4e565f;
  list-style-type: none;
  margin: 2em 0;
  padding: 5px 15px;
}
/* line 555, /app/app/assets/stylesheets/calendar.sass */
ul.schedulings-list li {
  color: #ccc;
  font-size: 1em;
  font-weight: 300;
  line-height: 2;
  padding: 3px 0;
}
/* line 562, /app/app/assets/stylesheets/calendar.sass */
ul.schedulings-list li.header {
  overflow: hidden;
}
/* line 565, /app/app/assets/stylesheets/calendar.sass */
ul.schedulings-list li:nth-child(2) {
  border-top: 1px solid #ccc;
}
/* line 568, /app/app/assets/stylesheets/calendar.sass */
ul.schedulings-list .color {
  border: 1px solid #fff;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  margin-right: 7px;
  width: 10px;
}
/* line 575, /app/app/assets/stylesheets/calendar.sass */
ul.schedulings-list .color.daily {
  border-radius: 0;
}
/* line 578, /app/app/assets/stylesheets/calendar.sass */
ul.schedulings-list .next6 .color {
  border-radius: 0;
}
/* line 581, /app/app/assets/stylesheets/calendar.sass */
ul.schedulings-list .scheduled-lesson {
  background-color: transparent;
}
/* line 584, /app/app/assets/stylesheets/calendar.sass */
ul.schedulings-list .scheduled-lesson.hovered {
  text-decoration: underline;
}

@media screen {
  /* line 588, /app/app/assets/stylesheets/calendar.sass */
  body.print {
    background: none;
  }
  /* line 590, /app/app/assets/stylesheets/calendar.sass */
  body.print .calendar-left {
    display: none;
  }
  /* line 592, /app/app/assets/stylesheets/calendar.sass */
  body.print .calendar-right {
    width: 82%;
  }
}
/* line 597, /app/app/assets/stylesheets/calendar.sass */
body .new-form-wrapper {
  background: rgba(37, 45, 53, 0.5);
  margin: 2em 0;
  overflow: hidden;
  max-height: 0;
  height: 0;
  transition: max-height 250ms ease-out;
}
/* line 605, /app/app/assets/stylesheets/calendar.sass */
body .new-form-wrapper.open {
  border: 1px solid #666;
  max-height: 30em;
  height: auto;
  padding: 1em 2em;
}
/* line 611, /app/app/assets/stylesheets/calendar.sass */
body .new-form-wrapper hr {
  border-color: #2f3a44;
}
/* line 614, /app/app/assets/stylesheets/calendar.sass */
body .in_place_edit_form {
  background: rgba(37, 45, 53, 0.5);
  border: 1px solid #666;
  margin: 2em 0;
  padding: 1em 2em;
}
/* line 620, /app/app/assets/stylesheets/calendar.sass */
body .in_place_edit_form .help-block {
  color: #fff;
  font-size: 10pt;
  font-weight: 300;
  margin-top: 5px;
}
/* line 626, /app/app/assets/stylesheets/calendar.sass */
body .daily-pin {
  background: #252d35;
  padding: 10px;
  text-align: center;
}
/* line 631, /app/app/assets/stylesheets/calendar.sass */
body .daily-pin_code {
  background: #fff;
  color: #333;
  font-family: monospace;
  line-height: 2;
  text-transform: uppercase;
}
/* line 638, /app/app/assets/stylesheets/calendar.sass */
body .daily-pin-pdf-wrapper {
  text-align: right;
}
/* line 640, /app/app/assets/stylesheets/calendar.sass */
body .daily-pin-pdf-wrapper a {
  display: inline-block;
}
/* line 643, /app/app/assets/stylesheets/calendar.sass */
body .vr {
  border-left: 1px solid #273038;
}
/* line 646, /app/app/assets/stylesheets/calendar.sass */
body .vr--tall {
  min-height: 8em;
  padding-left: 1.2em;
}
/* line 650, /app/app/assets/stylesheets/calendar.sass */
body .icon-pdf-download {
  background-image: url(/assets/pdfIcon.png);
  height: 51px;
  width: 41px;
}
@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 */
  body .icon-pdf-download {
    background-image: url(/assets/pdfIcon2x.png);
    -webkit-background-size: 41px 51px;
    -moz-background-size: 41px 51px;
    -o-background-size: 41px 51px;
    background-size: 41px 51px;
  }
}
/* line 655, /app/app/assets/stylesheets/calendar.sass */
body .calendar-legend {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7em;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 661, /app/app/assets/stylesheets/calendar.sass */
body .calendar-legend_item {
  display: inline-block;
  margin-right: 2em;
}
/* line 665, /app/app/assets/stylesheets/calendar.sass */
body .calendar-legend_icon--normal,
body .calendar-legend_icon--next6 {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  vertical-align: middle;
  width: 10px;
}
/* line 674, /app/app/assets/stylesheets/calendar.sass */
body .calendar-legend_icon--next6 {
  border-radius: 0;
}
/* line 677, /app/app/assets/stylesheets/calendar.sass */
body .next6-placeholder {
  border: 1px dotted #fff;
  display: none;
  font-family: monospace;
  font-size: 0.75em;
  font-weight: 300;
  height: 10px;
  line-height: 0.9;
  margin: 5px 5px 0 0;
  opacity: 0.3;
  text-indent: 1px;
  vertical-align: middle;
  width: 10px;
}
/* line 690, /app/app/assets/stylesheets/calendar.sass */
body .next6-placeholder.showing {
  display: inline-block;
}

/* line 693, /app/app/assets/stylesheets/calendar.sass */
.daily-users-count {
  background: url(/assets/connectedUsers2x.png?1) no-repeat center;
  background-size: 112px 73px;
  margin-top: 1em;
  min-height: 73px;
  min-width: 112px;
  text-align: center;
}

/* line 701, /app/app/assets/stylesheets/calendar.sass */
.daily-users-count--number {
  color: #7abb5e;
  font-size: 2em;
  font-weight: 400;
  line-height: 2;
}

/* line 707, /app/app/assets/stylesheets/calendar.sass */
.assigned-users {
  color: #ccc;
  font-size: 10pt;
  line-height: 1.2;
  margin-left: 17px;
}

/* line 713, /app/app/assets/stylesheets/calendar.sass */
.next6-pin {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  display: inline-block;
  font-family: monospace;
  margin-top: 1em;
  padding: 3px 7px;
}

/* line 2, /app/app/assets/stylesheets/tsig.widget.sass */
#tsig_widget_teams_container {
  position: relative;
}

/* line 6, /app/app/assets/stylesheets/tsig.widget.sass */
#tsig_widget_container #tsig_widget_message {
  height: 7em;
}
/* line 9, /app/app/assets/stylesheets/tsig.widget.sass */
#tsig_widget_container label.title {
  color: #9ab;
}

/* line 14, /app/app/assets/stylesheets/tsig.widget.sass */
#tsig_widget_send_button_container {
  margin: 30px 0 60px;
}

/* line 18, /app/app/assets/stylesheets/tsig.widget.sass */
#tsig_widget_flash .notice {
  background-color: #cfc;
  color: #060;
  padding: 10px;
  margin-bottom: 5px;
}
/* line 24, /app/app/assets/stylesheets/tsig.widget.sass */
#tsig_widget_flash .error {
  background-color: #fcc;
  color: #600;
  padding: 10px;
  margin-bottom: 5px;
}

/* line 30, /app/app/assets/stylesheets/tsig.widget.sass */
#tsig_widget_counter {
  color: #fff;
  float: right;
}

/* line 34, /app/app/assets/stylesheets/tsig.widget.sass */
#tsig_widget_teams_spinner {
  position: absolute;
  top: 35%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* Chosen v1.0.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container a {
  cursor: pointer;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0 2px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(chosen-sprite.png) no-repeat 100% -20px;
  background: url(chosen-sprite.png) no-repeat 100% -20px, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background: url(chosen-sprite.png) no-repeat 100% -20px, -webkit-linear-gradient(#eee 1%, #fff 15%);
  background: url(chosen-sprite.png) no-repeat 100% -20px, -moz-linear-gradient(#eee 1%, #fff 15%);
  background: url(chosen-sprite.png) no-repeat 100% -20px, -o-linear-gradient(#eee 1%, #fff 15%);
  background: url(chosen-sprite.png) no-repeat 100% -20px, linear-gradient(#eee 1%, #fff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl {
  text-align: right;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(chosen-sprite.png) no-repeat -30px -20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background: url(chosen-sprite.png) no-repeat -30px -20px, -webkit-linear-gradient(#eee 1%, #fff 15%);
  background: url(chosen-sprite.png) no-repeat -30px -20px, -moz-linear-gradient(#eee 1%, #fff 15%);
  background: url(chosen-sprite.png) no-repeat -30px -20px, -o-linear-gradient(#eee 1%, #fff 15%);
  background: url(chosen-sprite.png) no-repeat -30px -20px, linear-gradient(#eee 1%, #fff 15%);
  direction: rtl;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 3, /app/app/assets/stylesheets/chosen.min.css */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  /* line 3, /app/app/assets/stylesheets/chosen.min.css */
  .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* line 1, /app/app/assets/stylesheets/jquery-ui-timepicker-addon.sass */
.ui-timepicker-div {
  font-size: 10pt;
}
/* line 4, /app/app/assets/stylesheets/jquery-ui-timepicker-addon.sass */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
/* line 6, /app/app/assets/stylesheets/jquery-ui-timepicker-addon.sass */
.ui-timepicker-div dl {
  text-align: left;
}
/* line 8, /app/app/assets/stylesheets/jquery-ui-timepicker-addon.sass */
.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
}
/* line 11, /app/app/assets/stylesheets/jquery-ui-timepicker-addon.sass */
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}
/* line 13, /app/app/assets/stylesheets/jquery-ui-timepicker-addon.sass */
.ui-timepicker-div td {
  font-size: 90%;
}

/* line 16, /app/app/assets/stylesheets/jquery-ui-timepicker-addon.sass */
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

/* line 22, /app/app/assets/stylesheets/jquery-ui-timepicker-addon.sass */
.ui-timepicker-rtl {
  direction: rtl;
}
/* line 24, /app/app/assets/stylesheets/jquery-ui-timepicker-addon.sass */
.ui-timepicker-rtl dl {
  text-align: right;
}
/* line 26, /app/app/assets/stylesheets/jquery-ui-timepicker-addon.sass */
.ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px;
}

/* line 1, /app/app/assets/stylesheets/errors.sass */
html {
  height: 100%;
}

/* line 4, /app/app/assets/stylesheets/errors.sass */
body.errors {
  background-image: none;
  border-top: 5px solid #444;
  color: #222;
  height: 100%;
  text-align: center;
}
/* line 11, /app/app/assets/stylesheets/errors.sass */
body.errors .main-content {
  margin-top: 2em;
}
/* line 14, /app/app/assets/stylesheets/errors.sass */
body.errors .main-content h1 {
  font-size: 34pt;
}

/* line 2, /app/app/assets/stylesheets/users.sass */
body .right-dark.table-shrug {
  padding-left: 40px;
}
/* line 5, /app/app/assets/stylesheets/users.sass */
body .right-dark.table-shrug .list-actions {
  padding-bottom: 20px;
  min-height: 50px;
  border-bottom: 1px solid #3a4753;
}
/* line 10, /app/app/assets/stylesheets/users.sass */
body .marginless {
  margin-left: -30px;
}
/* line 12, /app/app/assets/stylesheets/users.sass */
body .lr-table {
  width: 100%;
}
/* line 18, /app/app/assets/stylesheets/users.sass */
body .lr-table tbody tr td {
  padding-left: 0px;
}
/* line 20, /app/app/assets/stylesheets/users.sass */
body .lr-table tbody tr td:first-child {
  padding-left: 0px;
  padding-right: 10px;
}
/* line 23, /app/app/assets/stylesheets/users.sass */
body .lr-table tbody tr td:last-child {
  text-align: right;
  color: #ccc;
  padding-right: 0px;
}
/* line 28, /app/app/assets/stylesheets/users.sass */
body .lr-table tbody tr td:last-child a {
  color: #ccc;
}
/* line 32, /app/app/assets/stylesheets/users.sass */
body .lr-table tbody tr.top td {
  padding-top: 25px;
}
/* line 35, /app/app/assets/stylesheets/users.sass */
body .lr-table td {
  padding: 5px;
}
/* line 38, /app/app/assets/stylesheets/users.sass */
body .lr-table td.check {
  width: 30px;
  text-align: center;
}
/* line 41, /app/app/assets/stylesheets/users.sass */
body .lr-table td.links {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: thin;
}
/* line 45, /app/app/assets/stylesheets/users.sass */
body .lr-table td.name {
  font-size: 24px;
  letter-spacing: 2px;
}
/* line 48, /app/app/assets/stylesheets/users.sass */
body .lr-table td.bottom-border {
  border-bottom: 1px solid #3a4753;
  padding-bottom: 15px;
}
/* line 51, /app/app/assets/stylesheets/users.sass */
body .lr-table td.state, body .lr-table td.description {
  font-size: 20px;
  font-weight: lighter;
}
/* line 55, /app/app/assets/stylesheets/users.sass */
body .end-of-list {
  color: #a5a3a1;
  margin: 20px auto;
}

/* line 59, /app/app/assets/stylesheets/users.sass */
.sign-in-details {
  color: #456 !important;
  font-size: 9pt;
}

/* line 2, /app/app/assets/stylesheets/files.sass */
.usage {
  width: 100%;
  border-bottom: 1px solid #959ba2;
  margin-top: 10px;
  height: 1px;
  margin-left: 0px;
}

/* line 9, /app/app/assets/stylesheets/files.sass */
.usage.usage-used {
  margin-top: -1px;
  border-bottom: 1px solid white;
}

/* line 13, /app/app/assets/stylesheets/files.sass */
.usage-info {
  text-transform: uppercase;
  font-size: 9pt;
}

/* line 18, /app/app/assets/stylesheets/files.sass */
body .lr-table > tbody > tr > td.my-file-description {
  text-align: left;
}
/* line 22, /app/app/assets/stylesheets/files.sass */
body .type-file span.fileinput-new {
  color: black;
  white-space: nowrap;
}

/* line 26, /app/app/assets/stylesheets/files.sass */
hr.files-table {
  margin: 5px 0;
}

/* line 30, /app/app/assets/stylesheets/files.sass */
.uploaded-file-description {
  color: #959ba2;
  margin-bottom: 15px;
}

/* line 19, /app/app/assets/stylesheets/spinners.sass */
.loading-bar-outer.small {
  height: 5px;
  margin: 25px auto;
  position: relative;
  width: 45%;
}
/* line 25, /app/app/assets/stylesheets/spinners.sass */
.loading-bar-outer.small .loading-bar {
  background-color: #112233;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  -moz-border-radius: 3px;
  -moz-animation-name: bounce-loading-bar-small;
  -moz-animation-duration: 1.7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 3px;
  -webkit-animation-name: bounce-loading-bar-small;
  -webkit-animation-duration: 1.7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 3px;
  -ms-animation-name: bounce-loading-bar-small;
  -ms-animation-duration: 1.7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 3px;
  -o-animation-name: bounce-loading-bar-small;
  -o-animation-duration: 1.7s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 3px;
  animation-name: bounce-loading-bar-small;
  animation-duration: 1.7s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
/* line 58, /app/app/assets/stylesheets/spinners.sass */
.loading-bar-outer.small .loading-bar-1 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
/* line 65, /app/app/assets/stylesheets/spinners.sass */
.loading-bar-outer.small .loading-bar-2 {
  -moz-animation-delay: 0.17s;
  -webkit-animation-delay: 0.17s;
  -ms-animation-delay: 0.17s;
  -o-animation-delay: 0.17s;
  animation-delay: 0.17s;
}
/* line 72, /app/app/assets/stylesheets/spinners.sass */
.loading-bar-outer.small .loading-bar-3 {
  -moz-animation-delay: 0.34s;
  -webkit-animation-delay: 0.34s;
  -ms-animation-delay: 0.34s;
  -o-animation-delay: 0.34s;
  animation-delay: 0.34s;
}
/* line 79, /app/app/assets/stylesheets/spinners.sass */
.loading-bar-outer.small .loading-bar-4 {
  -moz-animation-delay: 0.51s;
  -webkit-animation-delay: 0.51s;
  -ms-animation-delay: 0.51s;
  -o-animation-delay: 0.51s;
  animation-delay: 0.51s;
}

@-moz-keyframes bounce-loading-bar-small {
  0% {
    left: 0px;
    background-color: #112233;
  }
  50% {
    left: 99%;
    background-color: #FFFFFF;
  }
  100% {
    left: 0px;
    background-color: #112233;
  }
}
@-webkit-keyframes bounce-loading-bar-small {
  0% {
    left: 0px;
    background-color: #112233;
  }
  50% {
    left: 99%;
    background-color: #FFFFFF;
  }
  100% {
    left: 0px;
    background-color: #112233;
  }
}
@-ms-keyframes bounce-loading-bar-small {
  0% {
    left: 0px;
    background-color: #112233;
  }
  50% {
    left: 99%;
    background-color: #FFFFFF;
  }
  100% {
    left: 0px;
    background-color: #112233;
  }
}
@-o-keyframes bounce-loading-bar-small {
  0% {
    left: 0px;
    background-color: #112233;
  }
  50% {
    left: 99%;
    background-color: #FFFFFF;
  }
  100% {
    left: 0px;
    background-color: #112233;
  }
}
@keyframes bounce-loading-bar-small {
  0% {
    left: 0px;
    background-color: #112233;
  }
  50% {
    left: 99%;
    background-color: #FFFFFF;
  }
  100% {
    left: 0px;
    background-color: #112233;
  }
}
/* line 153, /app/app/assets/stylesheets/spinners.sass */
.loading-bar-outer.large {
  height: 24px;
  margin: 0;
  position: relative;
  width: 97%;
}
/* line 159, /app/app/assets/stylesheets/spinners.sass */
.loading-bar-outer.large .loading-bar {
  background-color: #F0F9FF;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  -moz-border-radius: 12px;
  -moz-animation-name: bounce-loading-bar-large;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 12px;
  -webkit-animation-name: bounce-loading-bar-large;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 12px;
  -ms-animation-name: bounce-loading-bar-large;
  -ms-animation-duration: 1.5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 12px;
  -o-animation-name: bounce-loading-bar-large;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 12px;
  animation-name: bounce-loading-bar-large;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
/* line 192, /app/app/assets/stylesheets/spinners.sass */
.loading-bar-outer.large .loading-bar-1 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
/* line 199, /app/app/assets/stylesheets/spinners.sass */
.loading-bar-outer.large .loading-bar-2 {
  -moz-animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
  -ms-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
/* line 206, /app/app/assets/stylesheets/spinners.sass */
.loading-bar-outer.large .loading-bar-3 {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 213, /app/app/assets/stylesheets/spinners.sass */
.loading-bar-outer.large .loading-bar-4 {
  -moz-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

@-moz-keyframes bounce-loading-bar-large {
  0% {
    left: 0px;
    background-color: #F0F9FF;
  }
  50% {
    left: 99%;
    background-color: #112233;
  }
  100% {
    left: 0px;
    background-color: #F0F9FF;
  }
}
@-webkit-keyframes bounce-loading-bar-large {
  0% {
    left: 0px;
    background-color: #F0F9FF;
  }
  50% {
    left: 99%;
    background-color: #112233;
  }
  100% {
    left: 0px;
    background-color: #F0F9FF;
  }
}
@-ms-keyframes bounce-loading-bar-large {
  0% {
    left: 0px;
    background-color: #F0F9FF;
  }
  50% {
    left: 99%;
    background-color: #112233;
  }
  100% {
    left: 0px;
    background-color: #F0F9FF;
  }
}
@-o-keyframes bounce-loading-bar-large {
  0% {
    left: 0px;
    background-color: #F0F9FF;
  }
  50% {
    left: 99%;
    background-color: #112233;
  }
  100% {
    left: 0px;
    background-color: #F0F9FF;
  }
}
@keyframes bounce-loading-bar-large {
  0% {
    left: 0px;
    background-color: #F0F9FF;
  }
  50% {
    left: 99%;
    background-color: #112233;
  }
  100% {
    left: 0px;
    background-color: #F0F9FF;
  }
}
/* line 1, /app/app/assets/stylesheets/backend.sass */
body.backend {
  background-image: none;
  color: #012;
}
/* line 5, /app/app/assets/stylesheets/backend.sass */
body.backend header {
  margin-bottom: 30px;
}
/* line 8, /app/app/assets/stylesheets/backend.sass */
body.backend .pull-up {
  margin-top: 0;
}
/* line 11, /app/app/assets/stylesheets/backend.sass */
body.backend .white-link a {
  color: #61a1c3;
}
/* line 14, /app/app/assets/stylesheets/backend.sass */
body.backend a:not(.btn-danger) {
  color: #61a1c3;
}
/* line 18, /app/app/assets/stylesheets/backend.sass */
body.backend ul.table li > .actions {
  width: 20%;
}
/* line 21, /app/app/assets/stylesheets/backend.sass */
body.backend .form-group {
  margin-bottom: 2em;
}
/* line 25, /app/app/assets/stylesheets/backend.sass */
body.backend .dashboard p {
  border-bottom: 1px solid #eee;
  font-size: 1.5em;
  line-height: 1.5;
  margin: 0.5em 0 0 0;
  padding-bottom: 0.5em;
}

/* line 33, /app/app/assets/stylesheets/backend.sass */
.colorbox {
  display: inline-block;
  height: 1em;
  margin-right: 0.25em;
  vertical-align: middle;
  width: 1em;
}

/* 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 50, /app/app/assets/stylesheets/draggable-lists.sass */
ul.table {
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 54, /app/app/assets/stylesheets/draggable-lists.sass */
ul.table.heading li {
  background-color: #ddd;
}
/* line 57, /app/app/assets/stylesheets/draggable-lists.sass */
ul.table li {
  border: 1px solid #ccc;
  list-style-type: none;
  margin: 5px 0;
  overflow: hidden;
  padding: 5px 10px;
}
/* line 9, /app/app/assets/stylesheets/draggable-lists.sass */
ul.table li .handle, ul.table li .name, ul.table li .description, ul.table li .actions {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
/* line 14, /app/app/assets/stylesheets/draggable-lists.sass */
ul.table li .handle {
  cursor: move;
  height: 20px;
  width: 3%;
}
/* line 18, /app/app/assets/stylesheets/draggable-lists.sass */
ul.table li .handle::before {
  content: "↕";
}
/* line 21, /app/app/assets/stylesheets/draggable-lists.sass */
ul.table li .name {
  font-size: 12pt;
  width: 22%;
}
/* line 24, /app/app/assets/stylesheets/draggable-lists.sass */
ul.table li .description {
  padding-left: 1%;
  width: 45%;
}
/* line 29, /app/app/assets/stylesheets/draggable-lists.sass */
ul.table li .description::after {
  content: ".";
  visibility: hidden;
}
/* line 33, /app/app/assets/stylesheets/draggable-lists.sass */
ul.table li .actions {
  padding-left: 1%;
  text-align: right;
  width: 27%;
}
/* line 37, /app/app/assets/stylesheets/draggable-lists.sass */
ul.table li.content_order_items_list span.description {
  width: 38%;
}
/* line 40, /app/app/assets/stylesheets/draggable-lists.sass */
ul.table li.years_list span.description {
  width: 38%;
}
/* line 42, /app/app/assets/stylesheets/draggable-lists.sass */
ul.table li.years_list span.actions {
  width: 32%;
}
/* line 45, /app/app/assets/stylesheets/draggable-lists.sass */
ul.table li.heading span.handle {
  cursor: default;
}
/* line 47, /app/app/assets/stylesheets/draggable-lists.sass */
ul.table li.heading span.handle::before {
  content: "";
}

/* line 60, /app/app/assets/stylesheets/draggable-lists.sass */
.ui-sortable-helper {
  background-color: rgba(230, 240, 250, 0.8);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

/* line 66, /app/app/assets/stylesheets/draggable-lists.sass */
.floaty .ui-sortable-helper, .floaty-fg .ui-sortable-helper {
  background-color: rgba(130, 140, 150, 0.5);
}

/* line 69, /app/app/assets/stylesheets/draggable-lists.sass */
.sortable-placeholder {
  background-color: #c6d4dd;
  margin: 5px -15px;
}

/* line 75, /app/app/assets/stylesheets/draggable-lists.sass */
.sort-handle {
  cursor: move;
  height: 20px;
  margin-top: 3px;
  width: 20px;
}
/* line 80, /app/app/assets/stylesheets/draggable-lists.sass */
.sort-handle::before {
  content: "↕";
}

/* line 84, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper {
  border: 1px solid #ccc;
  list-style-type: none;
  margin: 5px 0;
  overflow: hidden;
  padding: 5px 10px;
  left: 23%;
  min-height: 40px;
  height: auto;
  width: 55% !important;
}
/* line 9, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper .handle, body > .ui-sortable-helper .name, body > .ui-sortable-helper .description, body > .ui-sortable-helper .actions {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
/* line 14, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper .handle {
  cursor: move;
  height: 20px;
  width: 3%;
}
/* line 18, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper .handle::before {
  content: "↕";
}
/* line 21, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper .name {
  font-size: 12pt;
  width: 22%;
}
/* line 24, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper .description {
  padding-left: 1%;
  width: 45%;
}
/* line 29, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper .description::after {
  content: ".";
  visibility: hidden;
}
/* line 33, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper .actions {
  padding-left: 1%;
  text-align: right;
  width: 27%;
}
/* line 37, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper.content_order_items_list span.description {
  width: 38%;
}
/* line 40, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper.years_list span.description {
  width: 38%;
}
/* line 42, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper.years_list span.actions {
  width: 32%;
}
/* line 45, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper.heading span.handle {
  cursor: default;
}
/* line 47, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper.heading span.handle::before {
  content: "";
}
/* line 91, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper.series_row_title {
  margin-top: 20px;
  padding: 10px 15px;
}
/* line 95, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper.series_row_title .name {
  width: 69%;
}
/* line 98, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper.series_row_title .description {
  height: 0;
  width: 1%;
}
/* line 102, /app/app/assets/stylesheets/draggable-lists.sass */
body > .ui-sortable-helper.series_row_title a.editable-show {
  display: inline-block;
  margin-right: 8px;
  text-align: left;
}

/* line 108, /app/app/assets/stylesheets/draggable-lists.sass */
body > .module.ui-sortable-helper {
  border: 1px solid #ccc;
  list-style-type: none;
  margin: 5px 0;
  overflow: hidden;
  padding: 5px 10px;
  left: calc((100% - 700px) / 2);
  height: auto;
  min-height: 40px;
  padding: 10px 30px;
  width: 700px !important;
}
/* line 9, /app/app/assets/stylesheets/draggable-lists.sass */
body > .module.ui-sortable-helper .handle, body > .module.ui-sortable-helper .name, body > .module.ui-sortable-helper .description, body > .module.ui-sortable-helper .actions {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
/* line 14, /app/app/assets/stylesheets/draggable-lists.sass */
body > .module.ui-sortable-helper .handle {
  cursor: move;
  height: 20px;
  width: 3%;
}
/* line 18, /app/app/assets/stylesheets/draggable-lists.sass */
body > .module.ui-sortable-helper .handle::before {
  content: "↕";
}
/* line 21, /app/app/assets/stylesheets/draggable-lists.sass */
body > .module.ui-sortable-helper .name {
  font-size: 12pt;
  width: 22%;
}
/* line 24, /app/app/assets/stylesheets/draggable-lists.sass */
body > .module.ui-sortable-helper .description {
  padding-left: 1%;
  width: 45%;
}
/* line 29, /app/app/assets/stylesheets/draggable-lists.sass */
body > .module.ui-sortable-helper .description::after {
  content: ".";
  visibility: hidden;
}
/* line 33, /app/app/assets/stylesheets/draggable-lists.sass */
body > .module.ui-sortable-helper .actions {
  padding-left: 1%;
  text-align: right;
  width: 27%;
}
/* line 37, /app/app/assets/stylesheets/draggable-lists.sass */
body > .module.ui-sortable-helper.content_order_items_list span.description {
  width: 38%;
}
/* line 40, /app/app/assets/stylesheets/draggable-lists.sass */
body > .module.ui-sortable-helper.years_list span.description {
  width: 38%;
}
/* line 42, /app/app/assets/stylesheets/draggable-lists.sass */
body > .module.ui-sortable-helper.years_list span.actions {
  width: 32%;
}
/* line 45, /app/app/assets/stylesheets/draggable-lists.sass */
body > .module.ui-sortable-helper.heading span.handle {
  cursor: default;
}
/* line 47, /app/app/assets/stylesheets/draggable-lists.sass */
body > .module.ui-sortable-helper.heading span.handle::before {
  content: "";
}
/* line 116, /app/app/assets/stylesheets/draggable-lists.sass */
body > .module.ui-sortable-helper .handle {
  width: 100%;
}
/* line 119, /app/app/assets/stylesheets/draggable-lists.sass */
body > .module.ui-sortable-helper#foo {
  position: fixed;
  top: 20%;
}

/* line 2, /app/app/assets/stylesheets/checkbox-slider.sass */
.checkbox-slider-wrapper {
  margin-top: 1em;
}

/* line 5, /app/app/assets/stylesheets/checkbox-slider.sass */
.checkbox-slider {
  background: #111;
  border-radius: 3px;
  display: inline-block;
  height: 30px;
  margin: 0;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 101px;
  z-index: 5;
}
/* line 17, /app/app/assets/stylesheets/checkbox-slider.sass */
.checkbox-slider input {
  opacity: 0;
}
/* line 20, /app/app/assets/stylesheets/checkbox-slider.sass */
.checkbox-slider div::before {
  background: url(/assets/xIcon.png) no-repeat left 16px center, url(/assets/offSwitch.png) no-repeat right, #111;
  background-size: 18px 18px, 49px 28px;
  border-radius: 3px;
  bottom: 0;
  content: "";
  left: 0px;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100px;
}
/* line 32, /app/app/assets/stylesheets/checkbox-slider.sass */
.checkbox-slider div::after {
  background: url(/assets/onSwitch.png) no-repeat left, url(/assets/checkIcon.png) no-repeat right 16px center, #111;
  background-size: 49px 28px, 20px 16px;
  border-radius: 3px;
  bottom: 0;
  content: "";
  left: 51px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 101px;
}
/* line 44, /app/app/assets/stylesheets/checkbox-slider.sass */
.checkbox-slider div::before,
.checkbox-slider div::after {
  transition: all 150ms ease-out;
  z-index: 3;
}
/* line 50, /app/app/assets/stylesheets/checkbox-slider.sass */
.checkbox-slider input:checked ~ div::before {
  opacity: 0;
  transform: translateX(-51px);
}
/* line 54, /app/app/assets/stylesheets/checkbox-slider.sass */
.checkbox-slider input:checked ~ div::after {
  opacity: 1;
  transform: translateX(-50px);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  /* line 60, /app/app/assets/stylesheets/checkbox-slider.sass */
  .checkbox-slider div::before {
    background: url(/assets/xIcon2x.png) 16px 6px no-repeat, url(/assets/offSwitch2x.png) right no-repeat, #111;
    background-size: 18px 18px, 49px 28px;
  }
  /* line 63, /app/app/assets/stylesheets/checkbox-slider.sass */
  .checkbox-slider div::after {
    background: url(/assets/onSwitch2x.png) left no-repeat, url(/assets/checkIcon2x.png) no-repeat right 16px center, #111;
    background-size: 49px 28px, 20px 16px;
  }
}
/* line 68, /app/app/assets/stylesheets/checkbox-slider.sass */
.checkbox-slider + .help-inline {
  margin-left: 1em;
}

/* line 2, /app/app/assets/stylesheets/intro-tweaks.sass */
.introjs-tooltip {
  color: #222;
}

/* line 5, /app/app/assets/stylesheets/intro-tweaks.sass */
.introjs-skipbutton {
  display: none;
}

/* line 8, /app/app/assets/stylesheets/intro-tweaks.sass */
.introjs-helperLayer {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 3, /app/app/assets/stylesheets/file_tags.sass */
.dropdown--tags-list .dropdown-toggle {
  border: none;
  color: #ccc;
  font-size: 9pt;
  text-transform: uppercase;
}
/* line 8, /app/app/assets/stylesheets/file_tags.sass */
.dropdown--tags-list .dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ccc !important;
}
/* line 13, /app/app/assets/stylesheets/file_tags.sass */
.dropdown--tags-list .dropdown-menu a {
  color: #252d35;
}

/* line 17, /app/app/assets/stylesheets/file_tags.sass */
.tags-manage-toggle {
  display: inline-block;
  height: 29px;
}

/* line 22, /app/app/assets/stylesheets/file_tags.sass */
.vr--tags {
  border-left: 1px solid #3a4753;
  display: inline-block;
  height: 20px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

/* line 30, /app/app/assets/stylesheets/file_tags.sass */
h3 .btn.new-tag-toggle {
  color: #a6bdc9;
  font-size: 11pt;
}

/* line 35, /app/app/assets/stylesheets/file_tags.sass */
.label--tag {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  color: #bbc;
  display: inline-block;
  font-weight: 300;
  margin-right: 8px;
}

/* line 43, /app/app/assets/stylesheets/file_tags.sass */
.filtered-tags .label--tag {
  margin-bottom: 5px;
}

/* line 46, /app/app/assets/stylesheets/file_tags.sass */
.tag-filter-remove {
  color: #f44 !important;
  font-weight: 600;
  margin-left: 3px;
  padding: 0 3px 0 5px;
}

/* line 54, /app/app/assets/stylesheets/file_tags.sass */
.file-tags-list li {
  border-top: 1px solid #4e565f;
  padding: 15px 0;
}

/* line 58, /app/app/assets/stylesheets/file_tags.sass */
.file-tag-trigger {
  cursor: pointer;
}

/* line 10, /app/app/assets/stylesheets/searches.sass */
body.c-searches {
  background: none;
  background-size: auto;
  color: #959ba2;
  text-shadow: none;
}
/* line 17, /app/app/assets/stylesheets/searches.sass */
body.c-searches header {
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}
/* line 24, /app/app/assets/stylesheets/searches.sass */
body.c-searches .main-content {
  margin-top: 0;
}
/* line 27, /app/app/assets/stylesheets/searches.sass */
body.c-searches .results-left {
  padding-top: 40px;
}
/* line 30, /app/app/assets/stylesheets/searches.sass */
body.c-searches .results-right {
  background: #fff;
  border-left: 1px solid #eee;
  padding-left: 15px;
  padding-top: 40px;
}
/* line 36, /app/app/assets/stylesheets/searches.sass */
body.c-searches .list-item {
  margin-bottom: 40px;
  position: relative;
}
/* line 40, /app/app/assets/stylesheets/searches.sass */
body.c-searches .list-item::after {
  content: "";
  border-bottom: 1px solid #eee;
  display: block;
  margin: 0 -10px 0 -15px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
/* line 50, /app/app/assets/stylesheets/searches.sass */
body.c-searches .list-item h3 {
  display: inline-block;
  margin-top: 0;
}
/* line 53, /app/app/assets/stylesheets/searches.sass */
body.c-searches .list-item h3 a {
  text-decoration: underline;
}
/* line 56, /app/app/assets/stylesheets/searches.sass */
body.c-searches .list-item p {
  color: #878e96;
  font-size: 14pt;
}
/* line 60, /app/app/assets/stylesheets/searches.sass */
body.c-searches .list-item p.customized-by {
  color: #a5a3a1;
  font-size: 11pt;
}

/* line 64, /app/app/assets/stylesheets/searches.sass */
.search-filters {
  margin-bottom: 30px;
}

/* line 67, /app/app/assets/stylesheets/searches.sass */
.search-filter {
  color: #333;
  font-size: 1.2em;
  font-weight: 500;
}
/* line 72, /app/app/assets/stylesheets/searches.sass */
.search-filter.active {
  color: #61a1c3;
  text-decoration: underline;
}
/* line 76, /app/app/assets/stylesheets/searches.sass */
.search-filter + .search-filter {
  margin-left: 15px;
}

/* 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%;
  }
}
