/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-32175261daee76c82bb0edf0eea16a56421866fbc31e94f3c1d570aa114502f5.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-350df1b7131037de20e83c5c0f3a41a770d2ac48b5762ea772b3f4a8a7b9d47a.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0b020fc6e696d88d296e7bb1f61f1eb2ad827848e2c7382a4c3e0999e702dd9b.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-40985a64b4d5dd213fba27fcd862a1bd1b337a97674f6ff0b9ec20abcee4bc69.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-faf32007ae120c302213557626e660dd10e711c5dd4f1113d35f26dc05b78d2f.png)/*{iconsDefault}*/;
}

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


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

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


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


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

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

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

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

 */

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */

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

 */

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

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

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

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

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

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

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

}

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

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */


.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
/*

 */


.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

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

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

 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*

 */

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

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

 */

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
/*

 */

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

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

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

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

 */

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*

 */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */

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


 */

/* line 1, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}

/* line 19, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 23, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 34, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 38, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 48, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 49, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 51, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 57, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 64, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 68, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 72, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 77, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 83, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 87, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 94, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 100, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 105, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

/* line 110, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

/* line 117, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 126, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 130, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 136, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 141, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

/* line 162, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 172, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 179, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 185, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 191, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

/* line 204, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 208, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 215, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

/* line 231, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 235, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 239, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 251, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 252, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 253, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 258, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 263, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 270, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 275, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 279, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 284, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 290, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 294, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 298, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 311, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 315, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 319, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

/* line 323, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 328, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 334, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 343, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

/* line 351, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 356, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

/* line 363, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

/* line 370, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 377, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 384, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 392, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 393, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 395, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 399, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 404, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 412, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 416, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_scroller_box {
  position: relative;
}

/* line 420, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

/* line 430, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 433, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 439, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 442, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 447, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 452, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 458, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

/* line 465, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 472, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 476, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 480, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 485, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 491, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 499, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 505, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 509, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 510, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 511, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 513, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 517, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 520, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

/* line 528, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */
}

/* line 552, /usr/local/bundle/gems/rails-assets-datetimepicker-2.5.4/app/assets/stylesheets/datetimepicker/jquery.datetimepicker.scss */
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}
.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}
/*

 */
/*



*/
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 27, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 35, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 62, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
figcaption,
figure,
main {
  display: block;
}

/* line 72, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 81, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 105, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 115, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* line 125, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 135, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/* line 144, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/* line 154, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 165, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 173, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 182, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 191, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 199, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 203, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 214, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
audio,
video {
  display: inline-block;
}

/* line 223, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 232, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border-style: none;
}

/* line 240, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 252, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* line 268, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
button,
input {
  overflow: visible;
}

/* line 278, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 289, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 300, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 312, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 323, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 336, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 350, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
progress {
  display: inline-block;
  vertical-align: baseline;
}

/* line 359, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 368, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 378, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 388, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 397, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 407, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 420, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
details,
menu {
  display: block;
}

/* line 429, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
summary {
  display: list-item;
}

/* line 440, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
canvas {
  display: inline-block;
}

/* line 448, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
template {
  display: none;
}

/* line 459, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_normalize.scss */
[hidden] {
  display: none;
}

@media print {
  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_print.scss */
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 57, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 71, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 75, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 80, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 87, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 95, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 98, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 102, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 105, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 111, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 22, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
html {
  box-sizing: border-box;
}

/* line 26, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
/* line 57, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

/* line 75, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

/* line 91, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: none !important;
}

/* line 104, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 113, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 119, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 125, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 131, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 138, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 145, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: bold;
}

/* line 149, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 154, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 163, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #0275d8;
  text-decoration: none;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

/* line 179, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
/* line 188, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 198, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 212, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 223, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
}

/* line 238, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 253, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* line 270, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
  background-color: transparent;
}

/* line 277, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

/* line 285, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: left;
}

/* line 295, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 305, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 310, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
textarea {
  line-height: inherit;
}

/* line 324, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

/* line 330, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 342, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 347, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 360, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

/* line 370, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 379, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 387, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 19, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 27, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 37, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 53, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 65, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: normal;
}

/* line 71, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 82, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 87, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 90, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}
/* line 93, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/* line 104, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 110, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

/* line 117, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}
/* line 122, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 128, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

/* line 137, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse .blockquote-footer::before {
  content: "";
}
/* line 140, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

/* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

/* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 35, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 40, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #636c72;
}

/* line 2, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}
/* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_code.scss */
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

/* line 26, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem;
}
/* line 34, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

/* line 43, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}
/* line 51, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/* line 61, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  /* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  /* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  /* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  /* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

/* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  /* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  /* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  /* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 28, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  /* line 28, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  /* line 28, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  /* line 28, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  /* line 28, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

/* line 34, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  /* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  /* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  /* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

/* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-0 {
  right: auto;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-1 {
  right: 8.33333%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-2 {
  right: 16.66667%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-3 {
  right: 25%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-4 {
  right: 33.33333%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-5 {
  right: 41.66667%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-6 {
  right: 50%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-7 {
  right: 58.33333%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-8 {
  right: 66.66667%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-9 {
  right: 75%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-10 {
  right: 83.33333%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-11 {
  right: 91.66667%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-12 {
  right: 100%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-0 {
  left: auto;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-1 {
  left: 8.33333%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-2 {
  left: 16.66667%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-3 {
  left: 25%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-4 {
  left: 33.33333%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-5 {
  left: 41.66667%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-6 {
  left: 50%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-7 {
  left: 58.33333%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-8 {
  left: 66.66667%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-9 {
  left: 75%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-10 {
  left: 83.33333%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-11 {
  left: 91.66667%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-12 {
  left: 100%;
}

/* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-0 {
    right: auto;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-1 {
    right: 8.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-2 {
    right: 16.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-3 {
    right: 25%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-4 {
    right: 33.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-5 {
    right: 41.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-6 {
    right: 50%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-7 {
    right: 58.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-8 {
    right: 66.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-9 {
    right: 75%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-10 {
    right: 83.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-11 {
    right: 91.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-12 {
    right: 100%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-0 {
    left: auto;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-1 {
    left: 8.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-2 {
    left: 16.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-3 {
    left: 25%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-4 {
    left: 33.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-5 {
    left: 41.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-6 {
    left: 50%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-7 {
    left: 58.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-8 {
    left: 66.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-9 {
    left: 75%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-10 {
    left: 83.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-11 {
    left: 91.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-12 {
    left: 100%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  /* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-0 {
    right: auto;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-1 {
    right: 8.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-2 {
    right: 16.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-3 {
    right: 25%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-4 {
    right: 33.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-5 {
    right: 41.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-6 {
    right: 50%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-7 {
    right: 58.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-8 {
    right: 66.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-9 {
    right: 75%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-10 {
    right: 83.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-11 {
    right: 91.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-12 {
    right: 100%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-0 {
    left: auto;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-1 {
    left: 8.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-2 {
    left: 16.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-3 {
    left: 25%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-4 {
    left: 33.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-5 {
    left: 41.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-6 {
    left: 50%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-7 {
    left: 58.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-8 {
    left: 66.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-9 {
    left: 75%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-10 {
    left: 83.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-11 {
    left: 91.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-12 {
    left: 100%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  /* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-0 {
    right: auto;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-1 {
    right: 8.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-2 {
    right: 16.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-3 {
    right: 25%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-4 {
    right: 33.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-5 {
    right: 41.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-6 {
    right: 50%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-7 {
    right: 58.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-8 {
    right: 66.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-9 {
    right: 75%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-10 {
    right: 83.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-11 {
    right: 91.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-12 {
    right: 100%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-0 {
    left: auto;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-1 {
    left: 8.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-2 {
    left: 16.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-3 {
    left: 25%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-4 {
    left: 33.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-5 {
    left: 41.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-6 {
    left: 50%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-7 {
    left: 58.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-8 {
    left: 66.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-9 {
    left: 75%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-10 {
    left: 83.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-11 {
    left: 91.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-12 {
    left: 100%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  /* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-0 {
    right: auto;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-1 {
    right: 8.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-2 {
    right: 16.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-3 {
    right: 25%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-4 {
    right: 33.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-5 {
    right: 41.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-6 {
    right: 50%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-7 {
    right: 58.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-8 {
    right: 66.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-9 {
    right: 75%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-10 {
    right: 83.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-11 {
    right: 91.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-12 {
    right: 100%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-0 {
    left: auto;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-1 {
    left: 8.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-2 {
    left: 16.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-3 {
    left: 25%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-4 {
    left: 33.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-5 {
    left: 41.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-6 {
    left: 50%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-7 {
    left: 58.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-8 {
    left: 66.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-9 {
    left: 75%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-10 {
    left: 83.33333%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-11 {
    left: 91.66667%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-12 {
    left: 100%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  /* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
/* line 22, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
/* line 26, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 37, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 48, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #eceeef;
}
/* line 51, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}
/* line 57, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 70, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

/* line 107, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

/* line 114, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

/* line 120, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.table-inverse {
  color: #fff;
  background-color: #292b2c;
}
/* line 124, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}
/* line 130, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.table-inverse.table-bordered {
  border: 0;
}

/* line 143, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* line 150, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive.table-bordered {
  border: 0;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 35, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 46, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: none;
}
/* line 44, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #636c72;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}
.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}
/* line 55, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}
/* line 62, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled {
  cursor: not-allowed;
}

/* line 68, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
/* line 73, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

/* line 85, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
}

/* line 97, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

/* line 103, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

/* line 109, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

/* line 122, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

/* line 135, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
/* line 143, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 159, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 166, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

/* line 171, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 178, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem;
}

/* line 189, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 193, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 203, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
/* line 209, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

/* line 216, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

/* line 222, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
/* line 227, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:only-child {
  position: static;
}

/* line 233, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-block;
}
/* line 236, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-label {
  vertical-align: middle;
}
/* line 240, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

/* line 250, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  margin-top: 0.25rem;
}

/* line 254, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

/* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #5cb85c;
}
/* line 26, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}
/* line 267, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

/* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #f0ad4e;
}
/* line 26, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}
/* line 275, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

/* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-danger .form-control {
  border-color: #d9534f;
}
/* line 26, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}
/* line 283, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

/* line 298, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 306, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  /* line 312, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  /* line 320, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  /* line 329, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 336, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 340, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    width: auto;
  }
  /* line 344, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 351, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 359, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-label {
    padding-left: 0;
  }
  /* line 362, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 370, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  /* line 376, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  /* line 384, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:focus, .btn:hover {
  text-decoration: none;
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}
/* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}
/* line 37, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  background-image: none;
}

/* line 45, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 55, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
/* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}

/* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
/* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}
/* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 61, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
/* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

/* line 64, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}
/* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

/* line 67, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
/* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

/* line 70, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
/* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

/* line 75, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 61, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
/* line 66, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0275d8;
  background-color: transparent;
}
/* line 72, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 78, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
/* line 61, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
/* line 66, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent;
}
/* line 72, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

/* line 81, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 61, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
/* line 66, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}
/* line 72, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 84, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 61, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}
/* line 66, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}
/* line 72, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 87, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 61, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
/* line 66, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}
/* line 72, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 90, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 61, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
/* line 66, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}
/* line 72, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 100, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}
/* line 105, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
/* line 112, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  border-color: transparent;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 125, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled {
  color: #636c72;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

/* line 139, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 143, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 153, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 159, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 167, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_transitions.scss */
.fade.show {
  opacity: 1;
}

/* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_transitions.scss */
.collapse {
  display: none;
}
/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_transitions.scss */
.collapse.show {
  display: block;
}

/* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_transitions.scss */
tr.collapse.show {
  display: table-row;
}

/* line 24, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_transitions.scss */
tbody.collapse.show {
  display: table-row-group;
}

/* line 29, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 2, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
/* line 22, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

/* line 37, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 59, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

/* line 66, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}
/* line 84, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
}
/* line 91, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 106, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_dropdown.scss */
.show > .dropdown-menu {
  display: block;
}
/* line 111, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_dropdown.scss */
.show > a {
  outline: 0;
}

/* line 120, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 125, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 131, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap;
}

/* line 141, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 156, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}
/* line 19, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
/* line 27, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.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-left: -1px;
}

/* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 40, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 45, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 50, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 53, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.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 64, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 67, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 71, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 76, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 81, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 99, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
/* line 103, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 108, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 113, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 135, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 141, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
/* line 146, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.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 156, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 159, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 162, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 166, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 170, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.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 175, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 195, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_button-group.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
/* line 54, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

/* line 28, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.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 41, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

/* line 69, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
/* line 82, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
/* line 87, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
/* line 95, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 107, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 116, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon:not(:last-child) {
  border-right: 0;
}

/* line 119, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 128, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

/* line 136, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 145, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-btn > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 150, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 54, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}
/* line 162, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
/* line 168, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/* line 54, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 26, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0275d8;
}
/* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
}
/* line 37, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #8fcafe;
}
/* line 44, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}
/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

/* line 60, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 81, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
/* line 85, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
/* line 89, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0275d8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 101, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
/* line 105, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 116, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 120, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
/* line 123, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

/* line 136, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 153, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #5cb3fd;
  outline: none;
}
/* line 158, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}
/* line 169, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}
/* line 176, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 181, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 197, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

/* line 206, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 219, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
/* line 237, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-control:lang(en)::after {
  content: "Choose file...";
}
/* line 242, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}
/* line 259, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-control:lang(en)::before {
  content: "Browse";
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5em 1em;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
/* line 22, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

/* line 33, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
/* line 40, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}
/* line 48, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}
/* line 55, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
/* line 62, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 76, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
/* line 80, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

/* line 94, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

/* line 101, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
}

/* line 113, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 116, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem 1rem;
}

/* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 56, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 67, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

/* line 80, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

/* line 96, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

/* line 108, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

/* line 112, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  /* line 127, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  /* line 133, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 124, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 144, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 147, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 154, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 161, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  /* line 167, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 127, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  /* line 133, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 124, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 144, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 147, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 154, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 161, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  /* line 167, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 127, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  /* line 133, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 124, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 144, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 147, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 154, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 161, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  /* line 167, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  /* line 127, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  /* line 133, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 124, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 144, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 147, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 154, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 161, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  /* line 167, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
/* line 124, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 127, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
/* line 133, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
/* line 144, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
/* line 147, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
/* line 154, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 161, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
/* line 167, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

/* line 182, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}
/* line 192, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
/* line 199, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
/* line 204, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
/* line 212, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 216, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* line 220, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 227, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}
/* line 237, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* line 244, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
/* line 249, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}
/* line 257, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 261, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* line 265, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}
/* line 39, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 46, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
/* line 52, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 63, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 69, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 74, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 79, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 89, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 96, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 106, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_cards.scss */
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

/* line 109, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_cards.scss */
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

/* line 112, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_cards.scss */
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

/* line 115, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_cards.scss */
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

/* line 118, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_cards.scss */
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

/* line 123, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

/* line 126, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

/* line 129, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

/* line 132, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

/* line 135, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

/* line 138, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

/* line 146, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}
/* line 25, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_cards.scss */
.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_cards.scss */
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
/* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_cards.scss */
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

/* line 154, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

/* line 161, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  border-radius: calc(0.25rem - 1px);
}

/* line 165, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 177, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

/* line 180, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  /* line 188, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  /* line 192, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 200, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }
  /* line 201, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 576px) {
  /* line 212, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  /* line 216, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  /* line 219, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 226, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 229, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 232, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 236, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  /* line 239, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 242, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  /* line 247, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  /* line 250, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  /* line 266, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  /* line 270, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
/* line 1, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}
/* line 2, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

/* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item {
  float: left;
}
/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}
/* line 28, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
/* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
/* line 35, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #636c72;
}

/* line 1, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 22, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 29, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0275d8;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.page-link:focus, .page-link:hover {
  color: #014c8c;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
/* line 19, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 45, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 55, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_badge.scss */
.badge-default {
  background-color: #636c72;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-default[href]:focus, .badge-default[href]:hover {
  background-color: #4b5257;
}

/* line 59, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  background-color: #0275d8;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #025aa5;
}

/* line 63, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  background-color: #5cb85c;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #449d44;
}

/* line 67, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  background-color: #5bc0de;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #31b0d5;
}

/* line 71, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  background-color: #f0ad4e;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #ec971f;
}

/* line 75, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  background-color: #d9534f;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #c9302c;
}

/* line 1, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  /* line 1, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-hr {
  border-top-color: #d0d5d8;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 19, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: bold;
}

/* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
/* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #c1e2b3;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 47, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
/* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #a6d5ec;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 50, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
/* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #f7ecb5;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 53, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
/* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #e4b9b9;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #0275d8;
}

/* line 24, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  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: 1rem 1rem;
}

/* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit;
}
/* line 25, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action .list-group-item-heading {
  color: #292b2c;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f7f7f9;
}
/* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #292b2c;
  background-color: #eceeef;
}

/* line 47, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
/* line 62, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}
/* line 71, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
}
/* line 78, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
  color: inherit;
}
/* line 81, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
  color: #636c72;
}
/* line 87, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 94, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}
/* line 100, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text {
  color: #daeeff;
}

/* line 113, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
/* line 120, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
/* line 126, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 22, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 22, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 22, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 22, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 3, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}
/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 37, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 43, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 1, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

/* line 24, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
/* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
/* line 34, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 63, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 74, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 79, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

/* line 88, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 95, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
}

/* line 104, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}
/* line 112, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
/* line 113, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 117, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 128, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  /* line 137, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 141, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}
/* line 2, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}
/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
/* line 35, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 44, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
/* line 49, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 58, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
/* line 63, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 75, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
/* line 83, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 1, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
/* line 24, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}
/* line 28, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}
/* line 34, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}
/* line 40, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}
/* line 47, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}
/* line 51, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}
/* line 57, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 63, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}
/* line 70, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}
/* line 74, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}
/* line 80, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 86, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}
/* line 93, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
/* line 105, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}
/* line 109, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}
/* line 115, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 121, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

/* line 131, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}
/* line 140, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover-title:empty {
  display: none;
}

/* line 145, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 154, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 164, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover::before {
  content: "";
  border-width: 11px;
}

/* line 168, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_popover.scss */
.popover::after {
  content: "";
  border-width: 10px;
}

/* line 2, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}
@media (-webkit-transform-3d) {
  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}
@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}

/* line 24, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  /* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  /* line 43, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  /* line 48, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  /* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  /* line 43, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  /* line 48, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
/* line 59, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 83, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 86, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 91, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 99, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 102, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 112, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* line 126, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 138, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 147, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 158, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 168, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 1, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 2, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 3, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-faded {
  background-color: #f7f7f7;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #0275d8 !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #5cb85c !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #5bc0de !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #f0ad4e !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #d9534f !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-inverse {
  background-color: #292b2c !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem;
}

/* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 24, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 27, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

/* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50%;
}

/* line 35, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0;
}

/* line 2, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-unordered {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

/* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

/* line 19, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

/* line 20, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

/* line 22, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

/* line 23, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

/* line 24, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

/* line 26, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

/* line 28, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/* line 29, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

/* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

/* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

/* line 34, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

/* line 35, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

/* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

/* line 37, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

/* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

/* line 39, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

/* line 41, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

/* line 43, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

/* line 45, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

/* line 46, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 19, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 20, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 22, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 23, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 24, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 26, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 28, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 29, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 37, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 39, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 41, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 43, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  /* line 45, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 46, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 19, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 20, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 22, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 23, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 24, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 26, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 28, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 29, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 37, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 39, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 41, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 43, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  /* line 45, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 46, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 19, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 20, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 22, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 23, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 24, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 26, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 28, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 29, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 37, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 39, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 41, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 43, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  /* line 45, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 46, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 19, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 20, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 22, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 23, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 24, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 26, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 28, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 29, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 37, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 39, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 41, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 43, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  /* line 45, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 46, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 6, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 3, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 19, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_position.scss */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 23, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 10, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 0 !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem 0.25rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1 {
  margin-right: 0.25rem !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1 {
  margin-left: 0.25rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem 0.5rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2 {
  margin-right: 0.5rem !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2 {
  margin-left: 0.5rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem 1rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3 {
  margin-right: 1rem !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3 {
  margin-left: 1rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem 1.5rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4 {
  margin-right: 1.5rem !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4 {
  margin-left: 1.5rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem 3rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5 {
  margin-right: 3rem !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5 {
  margin-left: 3rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 0 !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem 0.25rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1 {
  padding-right: 0.25rem !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1 {
  padding-left: 0.25rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem 0.5rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2 {
  padding-right: 0.5rem !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2 {
  padding-left: 0.5rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem 1rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3 {
  padding-right: 1rem !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3 {
  padding-left: 1rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem 1.5rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4 {
  padding-right: 1.5rem !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4 {
  padding-left: 1.5rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem 3rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5 {
  padding-right: 3rem !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5 {
  padding-left: 3rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 29, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto {
  margin-right: auto !important;
}

/* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 33, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto {
  margin-left: auto !important;
}

/* line 34, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 0 !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0 {
    margin-right: 0 !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0 {
    margin-left: 0 !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 0 !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0 {
    padding-right: 0 !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0 {
    padding-left: 0 !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  /* line 29, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }

  /* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto {
    margin-right: auto !important;
  }

  /* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 33, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto {
    margin-left: auto !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 0 !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0 {
    margin-right: 0 !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0 {
    margin-left: 0 !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem 1rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3 {
    margin-right: 1rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3 {
    margin-left: 1rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem 3rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5 {
    margin-right: 3rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5 {
    margin-left: 3rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 0 !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0 {
    padding-right: 0 !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0 {
    padding-left: 0 !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem 1rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3 {
    padding-right: 1rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3 {
    padding-left: 1rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem 3rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5 {
    padding-right: 3rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5 {
    padding-left: 3rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  /* line 29, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }

  /* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto {
    margin-right: auto !important;
  }

  /* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }

  /* line 33, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto {
    margin-left: auto !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 0 !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0 {
    margin-right: 0 !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0 {
    margin-left: 0 !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 0 !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0 {
    padding-right: 0 !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0 {
    padding-left: 0 !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  /* line 29, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }

  /* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto {
    margin-right: auto !important;
  }

  /* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 33, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto {
    margin-left: auto !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 0 !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0 {
    margin-right: 0 !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0 {
    margin-left: 0 !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem 1rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem 3rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 0 !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0 {
    padding-right: 0 !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0 {
    padding-left: 0 !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem 1rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem 3rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  /* line 29, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 30, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }

  /* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto {
    margin-right: auto !important;
  }

  /* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 33, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto {
    margin-left: auto !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* line 38, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
/* line 7, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 8, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 19, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 19, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 19, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 19, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 18, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 19, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 25, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 26, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 27, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 31, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: normal;
}

/* line 32, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 33, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic;
}

/* line 37, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-muted {
  color: #636c72 !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #0275d8 !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #5cb85c !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #5bc0de !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #f0ad4e !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #d9534f !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-gray-dark {
  color: #292b2c !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important;
}

/* line 59, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  /* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-xl-up {
    display: none !important;
  }
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.hidden-xl-down {
  display: none !important;
}

/* line 29, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 29, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 36, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 43, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 43, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 51, /usr/local/bundle/gems/bootstrap-4.0.0.alpha6/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*
 * Table styles
 */
/* line 63, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
/* line 75, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
/* line 80, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
/* line 88, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
/* line 93, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
/* line 105, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
/* line 116, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable thead .sorting {
  background-image: url(/assets/datatables/sort_both-3e016c23ae51417382b640ae2d19eb48047532c37ad53894bd185586559ccffb.png);
}
/* line 119, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable thead .sorting_asc {
  background-image: url(/assets/datatables/sort_asc-595704c3f3cf4cb65c7d9c8508a99e7480e150095473faed31a07c21b13389b8.png);
}
/* line 122, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable thead .sorting_desc {
  background-image: url(/assets/datatables/sort_desc-d08ed0e21f187dd309030d465224da8085119a15a17d616ba0e477bb50c6f10d.png);
}
/* line 125, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/assets/datatables/sort_asc_disabled-a65b8f4f84d6427a81c360282fc5394d51bf99dada5f159e6aa0fce3c396825c.png);
}
/* line 128, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/assets/datatables/sort_desc_disabled-6c0f0c1b21ef6807057afc8ddc1a925d1dbd21cb11e9270ec84ff4ac40d9a3fa.png);
}
/* line 139, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable tbody tr {
  background-color: #ffffff;
}
/* line 142, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
/* line 147, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
/* line 157, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
/* line 161, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
/* line 170, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
/* line 175, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
/* line 180, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
/* line 190, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
/* line 193, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
/* line 203, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
/* line 206, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
/* line 217, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
/* line 223, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
/* line 234, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
/* line 235, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
/* line 236, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
/* line 239, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
/* line 240, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
/* line 241, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
/* line 246, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
/* line 247, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
/* line 248, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
/* line 251, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
/* line 252, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
/* line 253, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
/* line 261, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
/* line 262, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
/* line 263, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
/* line 266, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
/* line 267, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
/* line 268, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
/* line 273, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
/* line 278, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
/* line 284, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
/* line 289, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
/* line 294, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
/* line 302, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
/* line 307, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
/* line 313, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
/* line 318, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
/* line 323, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
/* line 330, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
/* line 335, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
/* line 340, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
/* line 345, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
/* line 350, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
/* line 357, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
/* line 362, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
/* line 367, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
/* line 372, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
/* line 377, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* line 386, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
/* line 396, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
/* line 402, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_length {
  float: left;
}
/* line 407, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
/* line 411, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
/* line 417, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
/* line 424, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
/* line 429, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
/* line 444, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
/* line 454, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
/* line 464, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
/* line 473, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
/* line 483, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
/* line 489, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
/* line 511, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
/* line 520, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
/* line 523, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
/* line 528, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
/* line 533, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 547, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
/* line 551, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
/* line 558, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  /* line 574, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  /* line 580, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  /* line 588, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  /* line 594, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/* line 50, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
/* line 55, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
/* line 61, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
/* line 67, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}
/* line 78, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
/* line 87, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
/* line 91, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
/* line 106, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
/* line 111, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}
/* line 124, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
/* line 133, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
/* line 136, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
/* line 140, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 146, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
/* line 150, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
/* line 154, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
/* line 160, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

/* line 171, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
/* line 182, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
/* line 200, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
/* line 205, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
/* line 218, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
/* line 223, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  /* line 237, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Responsive/responsive.dataTables.scss */
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
@keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 2, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/common.scss */
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
/* line 16, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/common.scss */
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
/* line 24, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/common.scss */
div.dt-button-info > div {
  padding: 1em;
}

/* line 5, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/buttons.dataTables.scss */
button.dt-button,
div.dt-button,
a.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
}
/* line 31, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/buttons.dataTables.scss */
button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9');
}
/* line 38, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/buttons.dataTables.scss */
button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
  background-color: #e2e2e2;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
  box-shadow: inset 1px 1px 3px #999999;
}
/* line 43, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/buttons.dataTables.scss */
button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #eaeaea 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc');
}
/* line 49, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/buttons.dataTables.scss */
button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
  text-decoration: none;
}
/* line 53, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/buttons.dataTables.scss */
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: #e0e0e0;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
}
/* line 58, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/buttons.dataTables.scss */
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9');
}

/* line 67, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/buttons.dataTables.scss */
.dt-button embed {
  outline: none;
}

/* line 72, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/buttons.dataTables.scss */
div.dt-buttons {
  position: relative;
  float: left;
}
/* line 76, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/buttons.dataTables.scss */
div.dt-buttons.buttons-right {
  float: right;
}

/* line 81, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/buttons.dataTables.scss */
div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
/* line 96, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/buttons.dataTables.scss */
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}
/* line 109, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/buttons.dataTables.scss */
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada;
  /* Fallback */
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
  box-shadow: inset 1px 1px 3px #666;
}
/* line 25, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
/* line 32, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}
/* line 36, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
/* line 40, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
/* line 52, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
       break-inside: avoid;
}
/* line 57, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
/* line 68, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
/* line 79, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
/* line 91, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
div.dt-button-collection .dt-button {
  border-radius: 0;
}

/* line 119, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/buttons.dataTables.scss */
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Fallback */
  /* IE10 Consumer Preview */
  /* Firefox */
  /* Opera */
  background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Webkit (Chrome 11+) */
  background: -webkit-radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C Markup, IE10 Release Preview */
  z-index: 2001;
}

@media screen and (max-width: 640px) {
  /* line 132, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/buttons.dataTables.scss */
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
/* line 138, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/buttons.dataTables.scss */
button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
  color: rgba(0, 0, 0, 0.2);
}
/* line 100, /usr/local/bundle/gems/jquery-datatables-1.10.19.1/app/assets/stylesheets/datatables/extensions/Buttons/mixins.scss */
button.dt-button.processing:after,
div.dt-button.processing:after,
a.dt-button.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

/* Space out content a bit */
/* line 13, /app/app/assets/stylesheets/application.scss */
body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
/* line 19, /app/app/assets/stylesheets/application.scss */
.header,
.marketing,
.footer {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* Custom page header */
/* line 27, /app/app/assets/stylesheets/application.scss */
.header {
  padding-bottom: 1rem;
  border-bottom: 0.05rem solid #e5e5e5;
  margin-bottom: 16px;
}

/* Make the masthead heading the same height as the navigation */
/* line 33, /app/app/assets/stylesheets/application.scss */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3rem;
}

/* Custom page footer */
/* line 40, /app/app/assets/stylesheets/application.scss */
.footer {
  padding-top: 1.5rem;
  color: #777;
  border-top: 0.05rem solid #e5e5e5;
}

/* Customize container */
@media (min-width: 48em) {
  /* line 48, /app/app/assets/stylesheets/application.scss */
  .container {
    max-width: 46rem;
  }
}
/* line 52, /app/app/assets/stylesheets/application.scss */
.container-narrow > hr {
  margin: 2rem 0;
}

/* Main marketing message and sign up button */
/* line 57, /app/app/assets/stylesheets/application.scss */
.jumbotron {
  text-align: center;
  border-bottom: 0.05rem solid #e5e5e5;
}

/* line 61, /app/app/assets/stylesheets/application.scss */
.jumbotron .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.5rem;
}

/* Supporting marketing content */
/* line 67, /app/app/assets/stylesheets/application.scss */
.marketing {
  margin: 3rem 0;
}

/* line 70, /app/app/assets/stylesheets/application.scss */
.marketing p + h4 {
  margin-top: 1.5rem;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 48em) {
  /* Remove the padding we set earlier */
  /* line 77, /app/app/assets/stylesheets/application.scss */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }

  /* Remove the bottom border on the jumbotron for visual effect */
  /* line 84, /app/app/assets/stylesheets/application.scss */
  .jumbotron {
    border-bottom: 0;
  }
}
/* line 88, /app/app/assets/stylesheets/application.scss */
.ad-dates {
  text-align: right;
  float: right;
  margin-top: -45px;
}

/* line 93, /app/app/assets/stylesheets/application.scss */
.center-image {
  display: block;
  margin: 0 auto;
}

/* line 98, /app/app/assets/stylesheets/application.scss */
.center-text {
  text-align: center;
}

/* line 102, /app/app/assets/stylesheets/application.scss */
.ad-row-flex-container {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 107, /app/app/assets/stylesheets/application.scss */
.ad-row-flex-column {
  margin-left: 10px;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 17px;
}

/* line 114, /app/app/assets/stylesheets/application.scss */
.ad-row-flex-right {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  font-weight: bold;
  font-size: 20px;
}

/* line 122, /app/app/assets/stylesheets/application.scss */
.text-right {
  text-align: right;
}

/* line 126, /app/app/assets/stylesheets/application.scss */
.red {
  color: red;
}

/* line 130, /app/app/assets/stylesheets/application.scss */
.grey {
  color: grey;
}

/* line 134, /app/app/assets/stylesheets/application.scss */
.hot_item_icon {
  width: 32px;
}

/* line 138, /app/app/assets/stylesheets/application.scss */
.hot_item_icon_small {
  width: 16px;
}

/* line 142, /app/app/assets/stylesheets/application.scss */
.ad-row-links {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 5px;
  font-size: 15px;
}

/* line 1, /app/app/assets/stylesheets/admin.scss */
hr {
  border-top: 1px solid black;
}

/* line 5, /app/app/assets/stylesheets/admin.scss */
.container_splash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 9, /app/app/assets/stylesheets/admin.scss */
.container_splash form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 12, /app/app/assets/stylesheets/admin.scss */
.container_splash .submit {
  display: inline-block;
}
/* line 16, /app/app/assets/stylesheets/admin.scss */
.container_splash .field {
  display: inline-block;
}
/* line 19, /app/app/assets/stylesheets/admin.scss */
.container_splash img {
  max-width: 400px;
}

/* line 23, /app/app/assets/stylesheets/admin.scss */
.margin-btn {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* line 28, /app/app/assets/stylesheets/admin.scss */
.prouct-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 33, /app/app/assets/stylesheets/admin.scss */
.actions {
  margin-bottom: 3em;
}

/* line 36, /app/app/assets/stylesheets/admin.scss */
.full-height {
  height: 100%;
}

/* line 39, /app/app/assets/stylesheets/admin.scss */
.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 42, /app/app/assets/stylesheets/admin.scss */
.flex-column .inline {
  display: inline-block;
}

/* line 46, /app/app/assets/stylesheets/admin.scss */
.full-width {
  width: 100%;
}

/* line 49, /app/app/assets/stylesheets/admin.scss */
.width-50 {
  width: 50%;
  margin: 1px;
}

/* line 53, /app/app/assets/stylesheets/admin.scss */
.giveaway-buttons {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 57, /app/app/assets/stylesheets/admin.scss */
.prize-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
  margin: 1em;
}
/* line 64, /app/app/assets/stylesheets/admin.scss */
.prize-table.yellow {
  background-color: #fef76e;
}
/* line 66, /app/app/assets/stylesheets/admin.scss */
.prize-table.yellow div {
  font-weight: bold;
  min-width: 10%;
}
/* line 71, /app/app/assets/stylesheets/admin.scss */
.prize-table div {
  font-weight: bold;
  min-width: 10%;
}

/* line 76, /app/app/assets/stylesheets/admin.scss */
.entries-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em;
  margin: 1em;
}
/* line 84, /app/app/assets/stylesheets/admin.scss */
.entries-table.yellow {
  background-color: #fef76e;
}
/* line 87, /app/app/assets/stylesheets/admin.scss */
.entries-table.yellow div {
  font-weight: bold;
  min-width: 20%;
}
/* line 92, /app/app/assets/stylesheets/admin.scss */
.entries-table div {
  min-width: 20%;
}

/* line 96, /app/app/assets/stylesheets/admin.scss */
.entries-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 100, /app/app/assets/stylesheets/admin.scss */
.action {
  font-weight: bold;
}

/* line 103, /app/app/assets/stylesheets/admin.scss */
.admin-container {
  padding: 20px 60px;
}
/* line 106, /app/app/assets/stylesheets/admin.scss */
.admin-container .admin-header {
  border-bottom: 1px solid black;
  padding-bottom: 5px;
}

/* line 112, /app/app/assets/stylesheets/admin.scss */
.app-link {
  font-size: 12px;
  background-color: white;
  padding: 1px 5px;
  border: 1px dashed #0276d8;
}

/* line 119, /app/app/assets/stylesheets/admin.scss */
.gogro-logo {
  height: 75px;
}

/* line 124, /app/app/assets/stylesheets/admin.scss */
.nav-action .btn-success {
  margin-right: 10px;
}

/* line 129, /app/app/assets/stylesheets/admin.scss */
.nav-store-name {
  font-size: 24px;
  font-weight: bold;
}

/* line 134, /app/app/assets/stylesheets/admin.scss */
.nav-datetime {
  font-weight: bold;
  text-align: right;
  margin-right: 10px;
}
/* line 138, /app/app/assets/stylesheets/admin.scss */
.nav-datetime #clock {
  font-size: 18px;
}

/* line 143, /app/app/assets/stylesheets/admin.scss */
.store-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
}
/* line 151, /app/app/assets/stylesheets/admin.scss */
.store-nav .btn {
  margin-right: 10px;
}
/* line 154, /app/app/assets/stylesheets/admin.scss */
.store-nav .store-nav-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 8px;
}
/* line 159, /app/app/assets/stylesheets/admin.scss */
.store-nav .store-nav-col .btn {
  margin-right: 10px;
}

/* line 164, /app/app/assets/stylesheets/admin.scss */
.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 169, /app/app/assets/stylesheets/admin.scss */
.margin-top-10 {
  margin-top: 10px;
}

/* line 172, /app/app/assets/stylesheets/admin.scss */
.panel-row {
  margin-top: 8px;
  padding-top: 8px;
}
/* line 175, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 178, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-side .btn {
  width: 100px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}
/* line 186, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-side .panel-header {
  min-height: 200px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 193, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-side .panel-header .text {
  font-size: 20px;
  font-weight: bold;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  text-align: center;
  position: absolute;
  width: 150px;
}
/* line 201, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-side .panel-header.beige {
  background-color: #fffddf;
  color: #000;
}
/* line 205, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-side .panel-header.green {
  background-color: #449d44;
  color: #fff;
}
/* line 210, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-side .panel-header.blue {
  background-color: #03a9f4;
  color: #fff;
}
/* line 217, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  form-width: 100%;
}
/* line 223, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content.panel-table {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 16px;
}
/* line 228, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content .btn {
  margin: 0 10px;
}
/* line 231, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content .xdsoft_datetimepicker.xdsoft_noselect.xdsoft_.xdsoft_inline {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
/* line 234, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content.bg-green {
  background-color: #e1eedd;
}
/* line 237, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content.bg-blue {
  background-color: #dde6ee;
}
/* line 240, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content.bg-beige {
  background-color: #fffddf;
}
/* line 243, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content.bg-red {
  background-color: #eedddd;
}
/* line 247, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content .clearing-thumbs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}
/* line 252, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content .clearing-thumbs li {
  margin: 5px;
}
/* line 259, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content tbody {
  font-size: 12px;
}
/* line 262, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content .daily-deal-item {
  padding: 0 8px;
}
/* line 264, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content .daily-deal-item a {
  font-weight: bold;
}
/* line 267, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content .daily-deal-item img {
  display: block !important;
  height: auto;
  width: 100%;
  max-width: 180px;
}
/* line 274, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content .calendar-label {
  position: absolute;
  padding-left: 40px;
  padding-right: 20px;
}
/* line 279, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content .create-add-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
/* line 284, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content .create-add-button .btn {
  width: 100px;
  height: 100px;
  white-space: normal !important;
  word-wrap: break-word;
}
/* line 291, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content .current-ad {
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 297, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content .current-ad .current-ad-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 303, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content .current-ad .current-ad-images {
  overflow: scroll;
  max-width: 30%;
}
/* line 307, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content .current-ad .current-ad-actions {
  padding: 10px 40px;
}
/* line 310, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content .current-ad .current-ad-content {
  padding: 5px 15px;
}
/* line 313, /app/app/assets/stylesheets/admin.scss */
.panel-row .panel-content .current-ad a {
  font-weight: bold;
}

/* line 319, /app/app/assets/stylesheets/admin.scss */
textarea {
  resize: none;
}

/* line 322, /app/app/assets/stylesheets/admin.scss */
.widthAuto {
  width: auto;
}

/* line 325, /app/app/assets/stylesheets/admin.scss */
.location-form {
  padding-top: 40px;
}
/* line 327, /app/app/assets/stylesheets/admin.scss */
.location-form .card-column {
  border: 1px solid #cdcdcd;
  background-color: #f4f4f4;
  overflow: scroll;
}
/* line 331, /app/app/assets/stylesheets/admin.scss */
.location-form .card-column hr {
  border: 1px solid #cdcdcd;
}
/* line 335, /app/app/assets/stylesheets/admin.scss */
.location-form .row {
  margin: 10px 0;
}
/* line 338, /app/app/assets/stylesheets/admin.scss */
.location-form img {
  margin: 5px;
  height: 100px;
}
/* line 342, /app/app/assets/stylesheets/admin.scss */
.location-form label {
  font-weight: bold;
  margin-bottom: 0;
}
/* line 346, /app/app/assets/stylesheets/admin.scss */
.location-form input {
  max-width: 400px;
  border: 1px solid #a7a8ab;
}
/* line 350, /app/app/assets/stylesheets/admin.scss */
.location-form .status {
  font-size: 20px;
  font-weight: bold;
  color: red;
}
/* line 354, /app/app/assets/stylesheets/admin.scss */
.location-form .status.active {
  color: #3ab043;
}
/* line 358, /app/app/assets/stylesheets/admin.scss */
.location-form #view-status-check {
  display: none;
}
/* line 361, /app/app/assets/stylesheets/admin.scss */
.location-form .file-upload {
  position: relative;
  overflow: hidden;
}
/* line 365, /app/app/assets/stylesheets/admin.scss */
.location-form .file-upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 378, /app/app/assets/stylesheets/admin.scss */
.env_bar {
  text-align: center;
  background: pink;
  padding: 10px;
  font-weight: bold;
  color: #00000080;
}

/* line 386, /app/app/assets/stylesheets/admin.scss */
.production {
  background: #4caf50;
  color: white;
}

/* line 391, /app/app/assets/stylesheets/admin.scss */
.live_flashing {
  color: #f44336;
  -webkit-animation: flash linear 3s infinite;
  animation: flash linear 3s infinite;
}

/* line 397, /app/app/assets/stylesheets/admin.scss */
.coupon-item {
  padding: 6px;
  border: 1px solid #7b817a;
  border-radius: 2px;
  background: #f7fff5;
  color: #7b817a;
}

/* line 405, /app/app/assets/stylesheets/admin.scss */
.fb_share_url {
  min-height: 26px;
  border: 1px dashed #699a5f;
  width: 180px;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}

/* line 414, /app/app/assets/stylesheets/admin.scss */
form.new_daily_deal,
form.new_coupon {
  width: 100%;
}

/* line 419, /app/app/assets/stylesheets/admin.scss */
.iframe_display {
  display: none;
  position: absolute;
  bottom: 255px;
  left: 0px;
  background: white;
  z-index: 10;
}

/* line 428, /app/app/assets/stylesheets/admin.scss */
.notification-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
}
/* line 432, /app/app/assets/stylesheets/admin.scss */
.notification-form input {
  margin-top: 10px;
}

/* line 437, /app/app/assets/stylesheets/admin.scss */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 443, /app/app/assets/stylesheets/admin.scss */
#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
/* line 448, /app/app/assets/stylesheets/admin.scss */
.modalb {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (Image) */
/* line 463, /app/app/assets/stylesheets/admin.scss */
.modal-contentb {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

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

/* Add Animation - Zoom in the Modal */
/* line 483, /app/app/assets/stylesheets/admin.scss */
.modal-contentb,
#caption {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

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

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* The Close Button */
/* line 499, /app/app/assets/stylesheets/admin.scss */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 509, /app/app/assets/stylesheets/admin.scss */
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  /* line 518, /app/app/assets/stylesheets/admin.scss */
  .modal-contentb {
    width: 100%;
  }
}
/* line 523, /app/app/assets/stylesheets/admin.scss */
.preview-hover {
  position: relative;
}
/* line 525, /app/app/assets/stylesheets/admin.scss */
.preview-hover:hover > .iframe_display {
  display: block;
  position: absolute;
}

/* line 530, /app/app/assets/stylesheets/admin.scss */
.field {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
/* line 534, /app/app/assets/stylesheets/admin.scss */
.field label {
  font-size: 12px;
  margin-bottom: 0;
}
/* line 539, /app/app/assets/stylesheets/admin.scss */
.field.check-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 545, /app/app/assets/stylesheets/admin.scss */
input[type='text']:disabled {
  border: 1px solid #cecece;
  background-image: none;
  background-color: #ececec;
  box-shadow: none;
}

/* line 554, /app/app/assets/stylesheets/admin.scss */
.red-text {
  color: red;
}

/* line 558, /app/app/assets/stylesheets/admin.scss */
.select-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 561, /app/app/assets/stylesheets/admin.scss */
.select-copy select {
  margin-bottom: 10px;
}
/* line 564, /app/app/assets/stylesheets/admin.scss */
.select-copy input[type='submit'] {
  max-width: none;
  padding: 10px;
  width: 100%;
}

/* line 571, /app/app/assets/stylesheets/admin.scss */
.inactive-row {
  background-color: #e0e0e0;
  opacity: 0.7;
}

/* line 577, /app/app/assets/stylesheets/admin.scss */
.card-item.blue {
  background-color: #dde6ee;
}
/* line 580, /app/app/assets/stylesheets/admin.scss */
.card-item.green {
  background-color: #e1eedd;
}
/* line 583, /app/app/assets/stylesheets/admin.scss */
.card-item.red {
  background-color: #eedddd;
  color: black;
}

/* line 588, /app/app/assets/stylesheets/admin.scss */
.margin-20 {
  margin-left: 20px;
  min-width: 40px;
}

/* line 593, /app/app/assets/stylesheets/admin.scss */
.margin-5 {
  margin: 5px;
}

/* line 596, /app/app/assets/stylesheets/admin.scss */
.preview-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 600, /app/app/assets/stylesheets/admin.scss */
.preview-field .field {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

/* line 604, /app/app/assets/stylesheets/admin.scss */
.prize-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* line 610, /app/app/assets/stylesheets/admin.scss */
.space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: unset !important;
}

/* line 615, /app/app/assets/stylesheets/admin.scss */
.space-around1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: unset !important;
}

/* line 621, /app/app/assets/stylesheets/admin.scss */
.image-input-giveaway {
  margin: 0 auto;
  width: 20%;
}

/* line 626, /app/app/assets/stylesheets/admin.scss */
.checkins-info {
  background-color: #5cb85c;
  padding: 8px;
  color: #fff;
  border-radius: 4px;
}
/* line 631, /app/app/assets/stylesheets/admin.scss */
.checkins-info div {
  font-size: 12px;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
